* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    outline: none;
}

ul {
    list-style-type: none !important;
}

:root {
    --font-family: "Saira Condensed", sans-serif;
    --theam-color-blue: #005C9B;
    --theam-color-white: #ffffff;
}

h1 {
    font-size: 3.5rem !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--font-family) !important;
}

p {
    font-size: 1.2rem;
}

html {
    overflow-x: hidden;

}

body {
    font-family: var(--font-family) !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #ffffff;
    /* overflow-y: hidden; */
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(176, 176, 176, 0.432);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theam-color-blue);
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
}

h1 {
    font-family: var(--font-family);
}

/* header */
nav {
    /* padding: 0; */
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    transition: background-color 0.3s;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #005C9B !important;
    color: white !important;
}


.nav-item a {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.navbar-toggler:focus {
    border: 2px solid #005C9B;
    box-shadow: none !important;
    background-color: #005C9B;
    color: white;
}

.btn-theam-color-blue {
    background-color: var(--theam-color-blue) !important;
    padding: 7px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    outline: none;
    font-size: 18px;
    border: none;
    color: var(--theam-color-white) !important;
}

.btn-theam-color-blue:hover {
    background-color: var(--theam-color-white) !important;
    padding: 7px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    outline: none;
    border: 2px solid var(--theam-color-blue);
    color: var(--theam-color-blue) !important;
}

/* benner */
.bx-wrapper {
    border: none !important;
    margin-bottom: 0 !important;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: 20px !important;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 999 !important;
}

.bx-wrapper .bx-pager {
    color: #005C9B !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #005C9B !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff !important;
}

.banner-0,
.banner-1,
.banner-2,
.banner-3,
.banner-4,
.banner-5,
.banner-6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-0 .container,
.banner-1 .container,
.banner-2 .container,
.banner-3 .container,
.banner-4 .container,
.banner-5 .container,
.banner-6 .container {
    position: absolute;
    z-index: 99;
}

.overlay {
    height: 800px;
    position: absolute;
    content: url(/assets/images/overlay.png);
    width: 100%;
    z-index: 1;
}

/* about section */
.text-justify {
    text-align: justify;
}

.heading {
    color: #003869;
}

.text-light-weight {
    font-weight: 300;
}

.about {
    padding-top: 40px;
    padding-bottom: 40px;
}

.image-grid {
    position: relative;
    list-style-type: none;
}

.image-grid .image-item-1 {
    position: absolute;
    align-items: end;
    justify-content: end;
    width: 170px;
    left: 155px;
    top: 13px;
}

.image-grid .image-item-1 img {
    width: 170px;
}

.image-grid .image-item-2 {
    position: absolute;
    width: 250px;
    right: -50px;
}

.image-grid .image-item-2 img {
    width: 280px;
}

.image-grid .image-item-3 {
    position: absolute;
    width: 250px;
    left: 125px;
    top: 200px;

}

.image-grid .image-item-3 img {
    width: 270px;
}

.image-grid .image-item-4 {
    position: absolute;
    width: 250px;
    right: -120px;
    top: 200px;

}

.image-grid .image-item-4 img {
    width: 190px;
}

.image-grid .image-item-5 {
    position: absolute;
    width: 250px;
    right: 111px;
    top: 400px;

}

.image-grid .image-item-5 img {
    width: 210px;
}

/* about section */
.coolBeans {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
}

.coolBeans::after {
    background-color: rgb(255, 255, 255);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.coolBeans:hover::after {
    transform: translate(0, 0);
}

.coolBeans:hover {
    transform: scale(1.05);
    will-change: transform;
}

/* counter */
.column {
    float: left;
    width: 25%;
    padding: 0 5px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

/* Style the counter cards */
.card {
    text-align: center;
    border: none !important;
}

.card h3 {
    font-weight: 600;
    font-family: var(--font-family);
}

/* counter */

.read-more:hover svg {
    fill: #005C9B;
}

.read-more svg {
    fill: #ffffff;
}

/* service */
.service {
    padding-bottom: 80px;
}

.card {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.card-body {
    background-color: #005C9B;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 4px solid #ccdbec;

}

.card-body .card-title {
    color: #ffffff;
}

.carousel-control-prev {
    left: 20px !important;
}

.carousel-control-next {
    right: 20px !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: 45% !important;
    bottom: 45% !important;
    border-radius: 50% !important;
    background-color: #003869 !important;
    height: 10%;
    width: 5% !important;
}

.card-wrapper .card {
    /* margin: 0px 10px ; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.card-wrapper {
    align-items: center;
    justify-content: center;

}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none !important;
}

.service-section .col-lg-4 {
    margin-bottom: 30px;

}

/* service */

/* why choose us  */
.why-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* why choose us  */


/* projects */
.projects {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ccdbec;
}

.projects .col-lg-4 {
    margin-bottom: 20px;

}

.project img {
    width: 100%;
    height: 353px;
}

 .project-location {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 3px 3px 5px grey;


}

.project {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 3px 3px 5px grey;

}

.project {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project img {
    display: block;
}

.project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 99 !important;
}

.project:hover .project-content {
    opacity: 1 !important;
    visibility: visible !important;
}

/* projects */
/* satisfaction */
.satisfaction {
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url('/assets/images/center-banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* satisfaction */
/* partnership */
.partnership {
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #F3F4F6;
}

.client-logo {
    background-color: white;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.client-logo img {
    width: 100%;

}

/* partnership */
/* building */
.building {
    padding-top: 40px;
    padding-bottom: 40px;

}

.testimonial {
    background-image: url("/assets/images/testmonials-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;

}

/* testimonials */
.testimonial_section {
    display: block;
    overflow: hidden;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-image: url(/assets/images/testmonials-bg.png);
    position: relative;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.testimonial_section .about_content .background_layer {
    background-image: url(/assets/images/testmonials-bg.webp);
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    width: auto;
    /* margin-left: -200px; */
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
    color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #818a8f;
    margin-top: -5px;
    margin-bottom: 6px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
}

.testimonial_section .about_content .layer_content .section_title .heading_line {
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span {
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
    content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
}

.testimonial_section .about_content .layer_content .section_title .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ff5e14;
}

.testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content .section_title a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content .section_title a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content .section_title a:hover {
    color: #ff5e14;
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    /* background-color: #ff5e14; */
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    /* background-color: #ff5e14; */
    width: auto;
    margin-right: -200px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    /* padding: 62px 0px 72px 50px; */
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    margin-top: 62px;
    padding: 40px 50px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    /* background-color: #ff5e14; */
    position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    /* font-style: italic; */
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 80px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 35%;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #005c9b;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #005c9b;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
}

.star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

/* popup video */

.play {
    position: relative;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play img {
    width: 10%;
}

@media all and (max-width: 991px) {
    .watermark-img {
        width: 100% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
        margin-top: 78px;

    }

    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 200% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
    }
}

/* testimonials */

/* contact */
.contact {
    background-color: rgba(128, 128, 128, 0.064);
    padding-top: 60px;
    padding-bottom: 60px;
}

.form input {
    color: black;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(128, 128, 128, 0.587);
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form label {
    color: black;
}

.form textarea {
    color: black;
    margin-bottom: 15px;
    border: 1px solid rgba(128, 128, 128, 0.587);
    border-radius: 7px;
    width: 100%;
    padding: 15px;
    height: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.map {
    border-radius: 10px;
}

/* contact end */

/* building */
/* footer */
footer {
    background-color: #0e1e3d;
    padding-top: 40px;
}

footer .container .row .col-lg-4 ul li a {
    text-decoration: none;
    color: #ffffff;
}

footer .container .row .col-lg-4 ul li {
    line-height: 35px;
}

footer .row .col-lg-4 ul {
    padding-left: 10px;
    list-style: none;
}

footer .row .col-lg-4 {
    margin-bottom: 25px;
}

.social-icons li a svg{
 fill: white;
}
.social-icons li a svg:hover{
 fill: rgb(0 92 155);
}
.contact-info li svg {
    margin-right: 10px;
}

.contact-info li a:hover {
    color: #ccdbec !important;
}

.social-icons {
    display: flex;
    margin-top: 0px;
}

.social-icons li {
    padding-left: 20px;
}

ul.quick-links li svg {
    opacity: 0;
    transition: opacity 0.3s;
    margin-right: 10px;
}

ul.quick-links li:hover svg,
ul.quick-links li.active svg {
    opacity: 1;
}

ul.quick-links li a:hover {
    color: #ccdbec !important;
}

.footer-bottom {
    border-top: 1px solid white;
    padding-top: 7px;
    padding-bottom: 7px;
}

.footer-bottom .container .row .col-lg-7 p {
    font-size: 15px;
}

.conditions-footer {
    display: flex;
    align-items: end;
    justify-content: end;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.conditions-footer li a {
    margin-left: 5px;
    color: white;
}

/* footer */



/* about page */
.about-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.about-banner ul {
    padding-top: 50px;
}

.about-banner ul li a {
    color: rgba(255, 255, 255, 0.635);
    font-size: large;
}

.about-banner ul li a:hover {
    color: rgb(255, 255, 255);
}

.about-banner ul li {
    font-size: large;
}

.about-banner ul li:nth-child(2) {
    font-size: 23px;
    font-weight: 500;
}

.padding-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section .container .row .col-lg-6 img {
    border-radius: 10px;

}

.content {
    display: none;
}

.content.show {
    display: block;

}

.btns li {
    font-size: 17px;
    font-size: 29px;
    font-weight: 800;
    cursor: pointer;
    padding: 5px 0px 5px;

}

.btns li.active {
    border-bottom: 2px solid black;
}

.btns li:hover {
    color: #005C9B;
}

.values ul li,
.content-vision,
.content-mission {
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    box-shadow: 3px 5px 6px 0px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 15px;
    /* border-radius: 10px; */

    margin-bottom: 10px;
}

.img-radius {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

#counter {
    background-image: url(/assets/images/about/counter-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    width: 100%;
}

#counter .item {
    background: #fff;
    padding: 35px 40px;
    width: 270px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: #005c9b;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
}

/* clients */

.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: white;
}

.partner .partner-img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;

}

.partner .partner-img {
    margin-bottom: 20px;

}

.btn-white {
    background-color: white !important;
    color: #003869 !important;


}

.height-img {
    height: 350px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* clients end */

.mail {
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    box-shadow: 3px 5px 6px 0px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 7px;
}

.mail svg {
    fill: #005C9B;
}

.mail ul li a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
}

.mail p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
}

.mail ul li a:hover {
    color: rgba(0, 0, 0, 0.692);
}

/* about page */

/* service page */

.key-service {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.key-service svg {
    padding-right: 10px;
}

.key-service h5 {
    font-weight: 600;
    margin-bottom: 0;
}

/* why choose design engineering service */

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #003869;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #003869;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #003869;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #003869;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover {

    background: #003869;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h3,
.item:hover p {
    color: #fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #003869;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: #003869
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #003869
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #003869
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #003869
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #003869
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #003869
}

.item p {
    font-size: 15px;
    line-height: 26px;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}

.mission p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.vision p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.values ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #003869;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #003869;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/* why choose design engineering service */
/* complected projects */
.completed-projects {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    box-shadow: 3px 5px 6px 0px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    border-radius: 7px;
    margin-bottom: 30px;
}


.completed-projects .c-img {
    width: 100%;


}

.completed-projects .c-img img {
    width: 100%;
    border-radius: 7px;

}

/* complected projects */
/* service page */


/* Show nav-links when the 'open' class is added */
#nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: start !important;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.burger-menu .bar {
    width: 25px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

/* ongoing-projects */
.ongoing-projects .ongoing-projects-img {
    margin-bottom: 20px;

}

.ongoing-projects .ongoing-projects-img img {
    border-radius: 10px;
    width: 95%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;


}

/* ongoing-projects */


/* upvc doors types */
.types-doors {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;


    background: rgba(0, 93, 155, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.door-img {
    width: 40%;
}

.body-content {
    width: 60%;
    padding: 40px 20px;
}

.body-content p {
    margin-bottom: 30px;
    margin-top: 15px;
}

.door-img img {
    width: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.radius-change img {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

/* upvc doors types */
@media (min-width: 992px) {
    .burger-menu {
        display: none;
    }
}


.gallery {
    padding: 20px 10px;
  }
  
  .gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }
  .gallery img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  

/* Responsive styling for small screens */
@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        gap: 20px;
        background-color: #333;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1;
    }

    .burger-menu {
        display: flex;
    }

    .nav-links.open {
        display: flex;

    }
    
}


@media only screen and (max-width:767px) {
    nav {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 20px;
    }

    .navbar-collapse button {

        margin-top: 10px;
        margin-bottom: 20px;
    }

    .bx-wrapper {
        border: none !important;
        position: static;
        top: 0px;
    }

    .image-grid {
        padding-left: 0px;
    }

    .image-grid .image-item-1,
    .image-grid .image-item-2,
    .image-grid .image-item-3,
    .image-grid .image-item-4,
    .image-grid .image-item-5 {
        position: static;
        width: 80%;
        margin: auto;
        margin-top: 20px;
        border-radius: 10px;
    }

    .image-grid .image-item-1 img,
    .image-grid .image-item-2 img,
    .image-grid .image-item-3 img,
    .image-grid .image-item-4 img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 3px 3px 5px grey;
    }

    .image-grid .image-item-5 img {
        margin-top: 10px;
    }

    .footer-bottom .container .row .col-lg-7 p {
        text-align: center;
    }

    .conditions-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-direction: column; */
    }

    .card-wrapper .card {
        min-width: 100% !important;

    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 10% !important;
    }

    .why-choose-us .col-lg-4 img {
        margin-top: 20px;
        border-radius: 10px;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    .satisfaction {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h2 {
        font-size: 35px !important;
    }

    h1 {
        font-size: 45px !important;
    }

    .map {
        margin-top: 40px;
    }

    footer .row .col-lg-4 {
        text-align: center;
    }

    .social-icons {
        align-items: center;
        justify-content: center;
    }

    footer .container .row .col-lg-4 ul .d-flex {
        align-items: center !important;
        justify-content: center !important;
    }

    .img-radius {
        margin-top: 20px;
        width: 100%;
    }

    .btns li {
        font-weight: 600;
    }

    .sm-mt-3 {
        margin-top: 30px;
    }

    #counter {
        flex-wrap: wrap;
    }

    #counter .item {
        width: 240px;

    }

    .section-head {
        margin-bottom: 0px;
    }

    .projects-page .card {
        margin-bottom: 30px;
    }

    .ongoing-projects .ongoing-projects-img img {
        width: 100%;
    }

    .padding-space .row .col-lg-7 .heading {
        margin-top: 20px;
    }

    .padding-space .row .col-lg-8 .heading {
        margin-top: 20px;
    }

    .padding-space {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .bx-wrapper {
        border: none !important;
        position: static;
        top: 0px;
    }
 .md-img{
    width: 100%;
    margin-bottom: 20px;
 }
 
    .image-grid, .image-grid .image-item-1, .image-grid .image-item-2, .image-grid .image-item-3, .image-grid .image-item-4, .image-grid .image-item-5{
        position: static;
        
    }
    .image-grid{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .image-grid li img{
        width: 100% !important;
    }
    .image-grid .image-item-5{
        display: none;
    }
}



/* Contact Form Styles */
.captcha-code {
    background: #f0f0f0;
    padding: 10px 15px;
    border-radius: 4px;
    letter-spacing: 6px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    color: #333;
    user-select: none;
}

.captcha-container {
    margin-bottom: 15px;
}

.captcha-container input {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Phone Input Styles */
.phone-input-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.iti {
    width: 100% ;
    display: block ;
}

.iti__flag-container {
    z-index: 100 ;
}

.iti__country-list {
    position: absolute ;
    z-index: 1000 ;
    background-color: white ;
    border: 1px solid #ccc ;
    max-height: 200px ;
    overflow-y: auto ;
    width: 300px ;
    border-radius: 7px ;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ;
}

.iti__tel-input {
    color: black ;
    width: 100% ;
    padding: 15px 45px 15px 90px ;
    margin-bottom: 15px ;
    border: 1px solid rgba(128, 128, 128, 0.587) ;
    border-radius: 7px ;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ;
}

/* Mobile Responsiveness */
@media only screen and (max-width:767px) {
    .iti__country-list {
        width: 280px !important;
    }
}


