@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    scroll-padding-top: 100px;
}

nav {
    background-color: #ffffff;
    border-bottom: 1px solid #D9D9D9;
}

.navbar-nav {
    gap: 25px;
}

nav ul li a {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

body {
    background-image: url(../images/white-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero {
    padding: 50px 0;
    position: relative;
    margin: 0 0 90px 0;
}

.hero .shape {
    position: absolute;
    left: 5%;
    top: 3%;
}

.hero .shape img {
    width: 80%;
}

.hero .home-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


.br {
    display: block;
}

.hero .heading-area h1 {
    color: #000;
    font-family: Helvetica;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.hero .right-content h2 {
    /* color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; */
    color: #757575;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.btn-theme {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: #2979BE;
    border: 1px solid #2979BE;
    padding: 12px 10px !important;
    text-decoration: none;
    display: inline-block;
    z-index: 99;
}

.btn-theme:hover {
    background: #1e629e;
}

.splash .mainbg {
    background-image: url(../images/hero.png);
    height: 600px;
    background-size: cover;
    background-position: center;
    /* margin-top: 120px; */
}

.splash .content {
    text-align: center;
}

.splash .content a {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    /* Add relative positioning */
    transform: translateX(-50%) rotate(90deg);
    /* Translate and rotate */
    left: 50%;
}

.index-about {
    padding: 100px 0;
    position: relative;
}

.index-about .index-about-content {
    max-width: 500px;
    position: relative;
}

.index-about .index-about-content .bubble-wrapper {
    position: absolute;
    right: -30%;
    top: -20%;
}

.index-about .index-about-content .bubble-wrapper img {
    width: 80%;
}

.index-about .house-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.index-about .house-wrapper img {
    width: 80%;
}

.index-about .index-about-content h1 {
    color: #000;
    font-family: Helvetica;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
}

.index-about .index-about-content p {
    color: #757575;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.our-services {
    background-image: url(../images/crousel-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}

.our-services .heading-container h1 {
    color: #FFF;
    font-family: Helvetica;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 40px;
}

/* Code for Swiper Section  */

.our-services .container .row .swiper {
    width: 100%;
    height: 100%;
}

.our-services .container .row .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-services .container .row .swiper-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.our-services .container .row .swiper-container .swiper-button-prev {
    left: 1200px !important;
    top: -74px;
    font-size: 20px !important;
    --swiper-navigation-size: 20px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.our-services .container .row .swiper-container .swiper-button-next {
    right: 10px !important;
    top: -74px;
    --swiper-navigation-size: 20px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}


.our-services .container .row .slide-container {
    position: relative;
    width: 350px;
    height: 350px;
}

.our-services .container .row .slide {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
}

.our-services .container .row .slide:hover .service-img {
    opacity: 1;
}

.our-services .container .row .slide:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/slide-hover.png") no-repeat;
    background-size: cover;
}

.our-services .container .row .slide .number {
    margin-bottom: 10px;
    color: white;
    position: relative;
    z-index: 99999999;
}

.our-services .container .row .slide .para {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 99999999;
}

.our-services .container .row .slide .service-img {
    position: relative;
    z-index: 99999999;
    opacity: 0.3;
}

.form-section .button-wrapper {
    width: 160px;
    cursor: pointer;
}

.form-section .button-wrapper input.submit-now {
    background-color: transparent;
    display: block;
    width: auto;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.form-section form input#checkbox {
    width: 3% !important;
}

/* css code for form-section starts here  */






/* Code For About Page  */
.hero.about-hero .right-content p {
    color: #757575;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.hero.about-hero .heading-area h1 {
    color: #000;
    font-family: Helvetica;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    /* 125% */
}

.about-person {
    padding: 0 0 100px 0px;
}

.about-person .container .row .person-img {
    position: relative;
}

.about-person .container .row .person-img img {
    width: 100%;
}

.about-person .container .row .person-img .logo {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 168px;
    height: 168px;
}

.about-person .container .row .about-content h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-person .container .row .about-content h1 span {
    position: relative;
    color: #2979BE;
}

.about-person .container .row .about-content h1 span img {
    position: absolute;
    top: -70px;
    left: 52px;
}

.about-person .container .row .about-content p {
    color: #757575;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin-bottom: 0px;
}

.about-section .container .row p {
    color: #757575;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.about-section {
    padding: 50px 0px;
}

.about-section .bottom-content {
    display: flex;
    align-items: center;
}

.about-section .bottom-content .light-img-rel {
    position: relative;
}

.about-section .bottom-content .light-img-rel .light-bg-img {
    position: absolute;
    transform: rotate(270deg);
    width: 120px;
}

.gallery-content .container .row {
    position: relative;
}

.gallery-content {
    padding: 0 0 100px 0px;
    position: relative;
}

.gallery-content img {
    width: 100%;
}

.gallery-content .light {
    position: absolute;
    right: -50px;
    top: -40px;
    width: 100px;
}

.gallery-content .box {
    position: relative;
}

img.home {
    position: absolute;
    bottom: -20px;
    left: -100px;
    width: 400px;
    z-index: -1;
}

.serivces {
    padding: 0 0 100px 0px;
}

.serivces .row {
    display: flex;
    align-items: center;
}

.serivces .main-content .front-img {
    position: relative;
}

.serivces .main-content .front-img .first-img {
    width: 130px;
    height: 130px;
}

.serivces .main-content .front-img .second-img {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 200px;
}

.serivces .main-content h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0;
}

.serivces .main-content p {
    color: #757575;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.form-section {
    padding: 100px 0px;
    position: relative;
}

.form-section .first-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-section .first-checkbox input {
    cursor: pointer;
}

.form-section .first-checkbox img {
    position: absolute;
    width: 130px;
}

.form-section .first-checkbox .checkbox-flex h1 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 140% */
    margin: 0px;
}

.form-section .first-checkbox .checkbox-flex input.checkbox-box {
    width: 20px;
}

.form-section form input {
    width: 100%;
    outline: none;
    border: none;
    color: #999;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
    cursor: pointer;
}

.form-section form textarea {
    width: 100%;
    outline: none;
    border: none;
    color: #999;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 100% */
    height: 200px;
}

.form-section form .text-message img {
    width: 26px;
    height: 26px;
}

.form-section form .border-shadow {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 20px;
}

.form-section .address-loaction p {
    color: #999;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 100% */
}

.form-section .address-loaction h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.form-section .main-heading {
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    /* 100% */
}

.form-section .main-para {
    color: #757575;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.form-section .main-content-para {
    color: #757575;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 180% */
}

/* code for footer  */


footer {
    padding: 50px 0px 0px 0px;
    position: relative;
    bottom: 0px;
    background-color: #000;
}

footer .container .row {
    display: flex;
    justify-content: center;
}

footer .container .row img {
    width: 112px;
}

footer .container .row a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 100% */
    text-decoration: none;
}

footer .container .row p, footer .container .row p a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    /* 100% */
}

footer .container .row p span {
    color: #2979BE;
}

footer .footer-border {
    border-top: 1px solid rgb(41, 121, 190, 0.3);
    padding: 20px 0px 0px 0px;
    margin-bottom: 20px !important;
}

.form-section .footer-para {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.gallery-content .button-wrapper a img.line-btn {
    width: 40px !important;
    height: 3px;
}





















@media only screen and (max-width:1399.98px) {
    .our-services .container .row .swiper-container .swiper-button-prev {
        left: 950px !important;
        top: -74px;
    }

    .our-services .container .row .swiper-container .swiper-button-next {
        right: 0px !important;
        top: -74px;
    }

}


@media only screen and (min-width:992px) {
    .about-section .bottom-content .light-img-rel .light-bg-img {
        top: -50px;
        left: -50px;
    }
}

/* for mobile  */
@media only screen and (max-width:991.98px) {
    .navbar-nav {
        align-items: center;
    }

    .navbar-nav {
        background-color: transparent;
        background-image: url(../images/mobile-header-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .br {
        display: inline;
    }

    .hero .heading-area h1 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    .hero .right-content h2 {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }

    .button-wrapper {
        text-align: center !important;
    }

    .hero .shape img {
        width: 50%;
    }

    .splash .content {
        display: none;
    }

    .index-about .row {
        gap: 50px;
        flex-direction: column-reverse;
    }

    .index-about .index-about-content {
        max-width: 100%;
        text-align: center;
    }

    .index-about {
        padding: 50px 0;
    }



    .index-about .index-about-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .index-about .index-about-content p {
        font-size: 18px;
        line-height: 23px;
    }

    .index-about .index-about-content .bubble-wrapper img {
        width: 50%;
    }

    .index-about .index-about-content .bubble-wrapper {
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .index-about .house-wrapper {
        position: absolute;
        right: 0;
        bottom: 50%;
    }

    .index-about .house-wrapper img {
        width: 50%;
        z-index: -1;
    }

    .hero.about-hero .heading-area h1 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
    }

    /* Code For About Page  */
    .hero.about-hero .right-content p {
        text-align: center;
    }

    .about-person .container .row .person-img {
        margin-bottom: 70px;
    }

    .about-person .container .row .about-content h1 span img {
        top: -40px;
        left: 40px;
    }

    .about-section .bottom-content {
        flex-direction: column-reverse;
    }

    .gallery-content .light {
        left: -30px;
    }

    .gallery-content .home {
        width: 180px;
        left: -50px;
    }

    .serivces .row {
        text-align: center;
    }

    .serivces .row.flex-di {
        display: flex;
        align-items: center;
        flex-direction: column-reverse !important;
    }

    .form-section .main-heading {
        font-size: 40px;
    }

    .our-services .container .row .swiper-container .swiper-button-prev {
        left: 40% !important;
        top: 110%;
    }

    .our-services .container .row .swiper-container .swiper-button-next {
        right: 40% !important;
        top: 110%;
    }

    .our-services .heading-container h1 {
        font-size: 40px;
        text-align: center;
    }

    /* .form-section .main-heading span {
        color: #2979BE;
    } */

    .height-img {
        height: 500px;
        object-fit: cover;
    }

    .justify-content-end {
        justify-content: center !important;
    }

    .about-section .bottom-content .light-img-rel .light-bg-img {
        transform: rotate(0deg);
        right: 0px !important;
        top: -50px;
    }

    /* .our-services .container .row .swiper-container .swiper-button-prev {
        display: none !important;
    }

    .our-services .container .row .swiper-container .swiper-button-next {
        display: none !important;

    } */

    /* .about-person {
        padding: 50px 0px;
    } */
}

@media only screen and (max-width:767.98px) {
    .hero {

        margin: 0 0 0px 0;
    }

    /* .our-services {
        padding: 50px 0;
    } */

    .about-person .container .row .about-content h1 {
        font-size: 30px;
        text-align: center;
    }

    .about-person .container .row .about-content h1 span img {
        top: -40px;
        left: 40px;
    }

    .about-person .container .row .person-img .logo {
        bottom: -30px;
        left: -15px;
        width: 80px;
        height: 80px;
    }

    .gallery-content .light {
        left: -20px;
    }

    .our-services .container .row .swiper-container .swiper-button-prev {
        left: 55% !important;
        top: 110%;
    }

    .our-services .container .row .swiper-container .swiper-button-next {
        right: 55% !important;
        top: 110%;
    }

    footer .container .row.footer-border .text-center {
        margin-bottom: 15px;
    }

    .form-section .main-content-para {
        color: #757575;
        text-align: center;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 150% */
    }

    .about-section .container .row p {
        text-align: center;
    }

    .about-person .container .row .about-content p {
        text-align: center;
    }

    .customcheck {
        flex-direction: column-reverse;
    }

    .dobublesize {
        transform: scale(2)
    }

}

.nav-item {
    position: relative;
}

.navbar-nav .nav-item.active a::before,
.navbar-nav .nav-item:hover a::before {
    content: url(../images/active-nav.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    padding-top: 30px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}