/* nav bar */


body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #333333;
}


.call-us {
    background-color: rgba(38, 58, 95, 1);
}

.cl-sub {
    display: flex;

    justify-content: space-between;
    width: 50%;
}



.enq-n {
    text-decoration: none;
    background-color: #1E3A5F;
    color: white;
    font-weight: 700;
}



.cl-sub i {
    background-color: #0e65d8;
    color: aliceblue;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
}

.head {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.header {
    background-color: rgba(38, 58, 95, 0.5);
    /* background-color: #1E3A5F; */
    backdrop-filter: blur(25px);

}

@media only screen and (min-width:760px) {
    .log-container {
        width: 35%;
    }

}


.logo-name {
    font-size: 25px;
    color: white;
    /* color: #FFD700; */
    width: 90%;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Jost, sans-serif !important;
    text-align: center;
    background-color: #1E3A5F;

}

.navbar-nav a {
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.cm-bg {
    background-color: #828c9f !important;
}



/* banner images */

.carousel-inner {
    position: relative;

}

@media only screen and (min-width:760px) {
    .banner-images {
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }
}

.banner-images {
    width: 100%;
}

.banner-content {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    background-color: rgba(38, 58, 95, 0.5);
    /* background-color: #1E3A5F; */
    backdrop-filter: blur(25px);
    color: white;
    font-size: 20px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 5px;
    /* font-size: 10px; */
    padding: 2% !important;
}


.sub-heading {
    font-size: 45px;

    color: #333333;
    text-align: center;
    font-weight: 700;
}

/* about us */

/* .about {
    background-color: #F0F0F0;
} */

.main-heading {
    font-size: 55px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.about strong {
    color: #1E3A5F;
}

/* service  */

.service-name {
    font-size: 25px;
    font-weight: 700;
    color: #1E3A5F;
}

/* why us */


.work-step {
    background-color: white;
    padding: 2%;
    /* min-height: 190px; */
    border-radius: 15px;
    min-height: 170px;
}

.sterps-image {
    width: 60px;
    display: block;
    margin: auto;
}

.step-count {
    color: #1E3A5F;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    /* text-transform: uppercase; */
}

.steps {
    font-size: 14px;
    font-weight: 500;
}





/* services */

.card {
    --card-bg-color: #d3d3d3;
    --border-radius: 15px;
    background: var(--card-bg-color);
    width: 100%;
    height: 230px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.services-name {
    font-size: 25px;
}

.serv-img {
    border-radius: 20px;
}

.service-content {
    font-size: 15px;
    /* height: 200px !important; */
    text-align: justify;
}

.card_inner {
    --border-size: 5px;
    width: calc(100% - var(--border-size));
    height: calc(100% - var(--border-size));
    background: #d3d3d3;
    position: absolute;
    border-radius: var(--border-radius);
}

.card_inner::before {
    --width: 50%;
    --height: 135%;
    width: 100%;
    height: var(--height);
    top: calc(50% - var(--height) / 2);
    left: calc(50% - var(--width) / 2);
    content: "";
    position: absolute;
    background: linear-gradient(130deg,
            rgba(255, 132, 0, 1) 25%,
            rgba(245, 255, 0, 1) 96%);
    z-index: -1;
    filter: blur(20px);
    animation: rotate 3s linear infinite;
}

.tv-rep-list {
    padding-left: 0%;
}

.tv-rep-list li {
    list-style: none;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}



/* testimonials */

.customer-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: auto;
}


.customer-review {
    padding-top: 5%;
    font-size: 15px;
}

.cust-name {
    color: #eb9a1a;
    font-size: 18px;
    font-weight: 600;
}

.cust-prof {
    color: gray;
    font-size: 15px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 22px !important;
    background-color: #eb9a1a;
    padding: 10px;
    border-radius: 10px;
    color: white;
    width: 50px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 22px !important;
    background-color: #eb9a1a;
    padding: 10px;
    border-radius: 10px;
    color: white;
    width: 50px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0.5% !important;

}



/* gallery */

.gallery-images {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: -6px -3px 10px grey;
}


/* Faqs */

.accordion-button {
    font-size: 18px;
    font-weight: 600;
}


/* footer */

.foot-socialmedia {
    display: flex;
    justify-content: space-around;
}


.fot-icon i {
    color: #022215;
}

.sbtn {
    background-color: #1e3a5f;
    border: 0px;
    color: white;
}

.mainaddress a {
    text-decoration: none;
    color: white;
}

.ftr-hed {
    color: #a1c9ff;
}


.copy-rights {
    background-color: black;
    color: white;
}


.side-cont {
    position: fixed;
    /* background-color: aqua !important; */
    top: 50%;
    right: 0%;
    z-index: 200;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bg-grn {
    background-color: #007032;
}


@media only screen and (max-width:760px) {
    .log-container {
        width: 70%;
    }

    .cl-sub {
        width: 100%;
    }

    .logo-name {
        font-size: 20px;
    }


    .main-heading {
        font-size: 40px;
    }


    .sub-heading {
        font-size: 35px;
    }

    .step-count {
        color: #1E3A5F;
        font-size: 14px;
    }

    .customer-review {
        padding: 4%;
    }

    .work-step {
        min-height: 160px;
    }

    .service-name {
        font-size: 20px;
    }


    .tv-rep-list li {
        font-size: 15px;
    }


    .card {
        padding: 8%;
    }

    .customer-review {
        font-size: 16px;

    }

    .banner-content h1 {
        font-size: 20px;
    }

}