@font-face {
    font-family: 'Optima';
    src: url('./Font/Optima.woff2') format('woff2'),
        url('./Font/Optima.woff') format('woff'),
        url('./Font/Optima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('./Font/Optima-Bold.woff2') format('woff2'),
        url('./Font/Optima-Bold.woff') format('woff'),
        url('./Font/Optima-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
    font-family: 'Optima' !important;

}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #06874f;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #42ba75;
}

#myBtn1 {
    display: none;
}


main {
    opacity: 0;
}

body.loaded {
    overflow: auto;
}

p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.footer_row ul {
    padding: 0;
}

.container {
    max-width: 1600px;
    width: 95%;
}


.navbar {
    color: white !important;
    background-color: #06874f;
}

.login_btn {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 4px 7px;
    font-size: 12px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.nav-link {
    color: white !important;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}

.line-verticals {
    border-left: 1px solid #ededed;
    height: 18px;
    margin-right: 10px;
}

.navbar-brand img {
    width: 100%;
    max-width: 90px;
    object-fit: cover;
}

a.nav-link.active {
    border-bottom: 2px solid #9bcfb9;
    width: fit-content;
}

.nav-item {
    margin-right: 2px;
    font-size: 12px;
    font-weight: 400;
}

li .dropdown {
    margin-right: 10px;
}

li .dropdown .nav-link {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.navbar-nav {
    gap: 10px;
    align-items: center;
}

.dropdown-menu.show {
    text-align: center;
}

.navbar-toggler {
    background-color: transparent;
    color: white;
}

.navbar-toggler .fa-bars {
    margin-top: 2px;
}

.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


/* First Section Banner Section Image */

.main_banner_image_section {
    background-image: url('./images/new-banner-0.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 100vh;
}



.banner_image_section {
    background-image: url('./images/tower.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    height: 100vh;
}

.banner_image_section .video_container .video_web {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    object-fit: cover;
    object-position: top;
    z-index: -1;
    height: 100%;
    object-position: top;
}

.banner_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.loader_section {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-image: url('./images/new-banner-0.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.loader_section .video_container .video_web {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    height: 100%;
}

.loader_gif_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.loader_gif_container img {
    width: 100%;
    /* max-width: 500px; */
    object-fit: cover;
    margin: 0 auto;
}

.banner_text a {
    width: 100%;
    max-width: 180px;
    padding: 7px 20px;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    text-decoration: none;
    margin-top: 30px;
    border: none;
    transition: all .5s ease;
    border-radius: 10px;
    background-color: #c4151d;
}

.banner_text a {
    color: #fff;
    text-decoration: none !important;
}

.banner_text a:hover {
    background-color: #42ba75;
}

.banner_text h4 {
    font-size: 80px;
    font-weight: bold;
    color: #06874f;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Second Section */

#mob_only_double_heart {
    display: none;
}

.about_us_section {
    background-image: url('./images/about-us-section.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 20px;
    height: 100%;
}

.about_text {
    padding: 20px 0px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url('./images/about-text-.png');
    background-size: 400px cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_text h4 {
    color: #42ba75;
    font-weight: bold;
    text-align: center;
    font-size: 70px;
    /* border-bottom: 3px solid #c4151d; */
    width: fit-content;
    position: relative;
}

.about_text h4::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 33%;
    width: 89px;
    height: 4px;
    background-color: #cb343a;
}

.blank_heart_container {
    background-image: url('./images/blank_heart.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 108px;
    max-width: 117px;
    position: absolute;
    bottom: 80px;
    left: 26px;
}

.blank_heart_container img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: 40px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;
}

.about_us_image {
    position: relative;
    padding-bottom: 50px;
}

.about_us_image img {
    max-width: 100%;
    object-fit: cover;
    background-position: center;
}


.double_heart_container {
    text-align: end;
    padding: 10px 20px;
    display: block;
}

.double_heart_container img {
    max-width: 100%;
    object-fit: cover;
    -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;
}


@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.about_us_section_text {
    display: flex;
    justify-content: center;
    height: 50vh;
    flex-direction: column;
}

.about_us_section_text button {
    transition: all .5s ease;
}

.about_us_section_text a:hover {
    background-color: #42ba75;
}

.about_us_section_text h4 {
    font-size: 50px;
    color: #42ba75;
    font-weight: bold;
    max-width: 300px;
    padding-bottom: 20px;
}

.about_us_section_text p {
    padding: 10px 0px;
    color: #27543a;
    font-size: 18px;
    font-size: 25px;
    font-weight: 600;
}

.about_us_section_text a {
    width: 100%;
    max-width: 180px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .5s ease;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 23px;
    border: none;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #c4151d;
}

.about_us_section_text a {
    color: #fff;
    text-decoration: none;
}

.about_us_section_text .first_text {
    border-left: 5px solid #c4151d;
    padding: 0;
    padding-left: 20px;
    font-size: 25px;
}

/* Third Section */

.services_section {
    padding: 20px 10px;
    padding-bottom: 40px;
    height: 100%;
    background-image: url('./images/services_bg_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


.header_logo {
    fill: white;
}

.header_logo1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: white;
}

.footer_logo {
    fill: #079247;
}

.footer_logo1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #079247;
}


.services_text {
    padding: 20px 0px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: url('./images/what-we-do.png');
    background-size: 200px cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services_text h4 {
    color: #42ba75;
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 70px;
    /* border-bottom: 3px solid #c4151d; */
    width: fit-content;
}

.services_text h4::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 39%;
    width: 83px;
    height: 4px;
    background-color: #cb343a;
}

.green_card {
    background-color: #0A9D59;
    padding: 10px 28px;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 304px;
    border-radius: 20px;
}

.green_card h4 {
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 150px 0px 10px;
}


.green_card span {
    position: absolute;
    top: -80px;
    left: -35px;
    margin-bottom: 0;
    display: inline-block;
}

.green_card img {
    max-width: 250px;
    object-fit: cover;
}

.green_card p {
    color: white;
    padding-bottom: 20px;
    font-size: 18px;
}

.cards_main {
    margin-top: 150px;
}

#red_card {
    position: relative;
    bottom: 40px;
}

.learn_more_container {
    text-align: center;
    padding: 40px 0px;
}

.learn_more_container button {
    width: 100%;
    max-width: 190px;
    padding: 8px 20px;
    color: white;
    font-weight: 400;
    font-size: 23px;
    border: none;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #c4151d;
    transition: all .5s ease;
}


.learn_more_container button:hover {
    background-color: #42ba75;
}


/* Fourth Section */

.form_bg_section {
    background-image: url('./images/form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 20px;
    height: 100%;
}

.form_container {
    padding: 20px 0px;
}

.form_container h4 {
    color: #000000;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.form_container h6 {
    color: #000000;
    font-size: 25px;
}

.tree_image_container {
    text-align: end;
}

.tree_image_container img {
    max-width: 100%;
    object-fit: cover;
    -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;
}

.main_form {
    padding: 25px 0px;
}

.input_container_1 {
    display: flex;
    border-bottom: 2px solid #434b47;
    margin-top: 15px;
    margin-bottom: 25px;
}

.input_container_1 label {
    margin-bottom: 0;
    font-weight: 600;
    color: #434b47;
}

.input_container_1 input[type='radio'] {
    margin-left: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    accent-color: #42ba75;
}

.input_container {
    margin-bottom: 25px;
}

.input_container input {
    background-color: transparent;
    border: none;
    padding: 5px 2px;
    border-bottom: 2px solid #434b47;
    width: 100%;
}

.input_container input:focus {
    background-color: transparent !important;
    outline: transparent !important;
}

.input_container input::-webkit-input-placeholder {
    font-weight: 600;
    color: #434b47;
    font-size: 17px;
}

.input_container input::-moz-placeholder {
    font-weight: 600;
    color: #434b47;
    font-size: 17px;
}

.input_container input::-ms-input-placeholder {
    font-weight: 600;
    color: #434b47;
    font-size: 17px;
}

.choose_atleast_container {
    padding: 0px 10px;
    /* margin-left: 15px; */
    height: fit-content;
    border-left: 1px solid #000000;
}

.choose_atleast_container h5 {
    color: #000000;
    padding: 15px 0px;
}

.submit_btn_container button {
    width: 100%;
    max-width: 132px;
    padding: 7px 10px;
    color: white;
    font-weight: 400;
    font-size: 23px;
    border: none;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #c4151d;
    transition: all .5s ease;
}

.submit_btn_container button:hover {
    background-color: #42ba75;
}

/* Footer */

footer {
    background-color: #ceedde;
}

.socials_contianer {
    display: flex;
    gap: 20px;
}

.main_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.socials_contianer h4 {
    color: #42ba75;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 27px;
}

.socials_contianer a {
    border: 1px solid #42ba75;
    padding: 5px 20px;
    color: #42ba75;
    font-weight: bold;
    border-radius: 10px;
    background: transparent;
    transition: all .5s ease;
text-decoration:none;
}

.socials_contianer a:hover {
    background-color: #42ba75;
    color: white;
}

.fa-instagram,
.fa-twitter {
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.socials_contianer button img {
    padding-right: 10px;
    position: relative;
    bottom: 2px;
}


.logo_container img {
    width: 100%;
    max-width: 90px;
    object-fit: cover;
}


.video-ios-handle {
    opacity: 0;
}

.video-ios-handle-show-anim {
    animation: showLoadImage 1s ease;
}

.mob_services {
    display: none
}

.mob {
    display: none;
}

.web_icons {
    display: flex;
    gap: 20px;
}

.mob_icons {
    display: none;
}

.successMessage,
#formError {
    display: none;
    background-color: #15c915;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.spinner {
    display: none;
    width: 75px;
    border: 1px solid #06874f;
    border-radius: 10px;
    padding: 10px;
}

span.error,
#formError {
    color: red;
}

#formError {
    background-color: red;
    color: #fff;
    margin-top: 10px;
}

/* Responsiveness */

@media(max-width:1500px) {
    .green_card img {
        max-width: 180px;
        object-fit: cover;
    }

    .green_card {
        padding: 10px 14px;
        max-width: 255px;
    }
}

@media(max-width:1440px) {
    .green_card span {
        position: absolute;
        top: -80px;
        left: -9px;
        margin-bottom: 0;
        display: inline-block;
    }
}

@media(max-width:1200px) {
    .banner_text h4 {
        font-size: 71px;
        font-weight: bold;
        color: #06874f;
        margin-bottom: 0;
    }

    .green_card h4 {
        color: white;
        font-weight: bold;
        font-size: 19px;
        padding: 75px 0px 10px;
    }

    .green_card img {
        max-width: 146px;
        object-fit: cover;
    }

    .green_card {
        padding: 10px 14px;
    }

    .green_card p {
        color: white;
        padding-bottom: 20px;
        font-size: 13px;
    }

}


@media(max-width:1024px) {
    .banner_image_section {
        background-image: url('./images/tower-mob.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: relative;
        height: 100%;
    }
}


@media(max-width:820px) {
    .banner_image_section {
        background-image: url('./images/tower-mob.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: relative;
        height: 100%;
    }

    .banner_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 60vh;
    }

    .banner_text h4 {
        font-size: 80px;
    }

    .form_container h4 {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    .socials_contianer {
        gap: 0px !important;
    }

    .web_icons {
        display: none;
    }

    .green_card h4 {
        font-size: 25px;
    }

    .green_card p {
        font-size: 16px;
    }

    #myBtn1 {
        display: block;
        z-index: 99;
        font-size: 14px;
        border: none;
        outline: none;
        background-color: #06874f;
        color: white;
        cursor: pointer;
        padding: 8px 12px;
        border-radius: 4px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #myBtn1 .fa-arrow-up {
        position: relative;
        top: 2px;
    }

    #myBtn1:hover {
        background-color: #42ba75;
    }

    .form_bg_section {
        padding: 40px 0px;
    }

    .mob_icons {
        display: flex;
        gap: 10px;
        padding: 15px 0px;
        margin-bottom: 25px;
    }

    .about_us_section_text a,
    .banner_text a {
        width: 100%;
        max-width: 142px;
        padding: 6px 5px;
        text-decoration: none;
        transition: all .5s ease;
        text-align: center;
        color: white;
        font-weight: 400;
        font-size: 20px;
        border: none;
        margin-top: 30px;
        border-radius: 10px;
        background-color: #c4151d;
    }

    .fa-instagram,
    .fa-twitter,
    .fa-tiktok {
        margin-right: 6px;
        font-size: 17px;
        position: relative;
        top: 2px;

    }


    #myBtn {
        display: none !important;
    }

    .insta {
        position: relative;
        bottom: 14px;
    }

    #mob_only_double_heart {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .web {
        display: none;
    }

    .mob {
        display: block;
    }

    .loader_gif_container img {
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
        height: 360px;
    }

    .mob_double_heart_main {
        display: flex;
        justify-content: center;
    }

    .double_heart_container {
        display: none;
    }

    .mob_services {
        display: block;
        height: 100%;
        padding: 20px 10px;
        padding-bottom: 40px;
        height: 100%;
        background-image: url('./images/services_bg_3.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }

    .slick-track {
        margin: 5px 10px;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #379d62;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .4;
        color: #171616;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots {
        position: absolute;
        bottom: -80px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    #red_card {
        position: relative;
        bottom: 0;
    }

    .green_card span {
        position: absolute;
        top: -108px;
        left: -13px;
        margin-bottom: 0;
        display: inline-block;
    }

    .green_card img {
        max-width: 195px;
        object-fit: cover;
    }

    .navbar-brand img {
        width: 100%;
        max-width: 85px;
        object-fit: cover;
    }

    .main_banner_image_section {
        height: 100%;
    }

    .banner_image_section {
        background-image: url('./images/tower-mob.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        position: relative;
        height: 100%;
    }

    .services_section {
        /* height: 100%; */
        display: none;
    }

    .blank_heart_container {
        background-image: url(./images/blank_heart.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 70px;
        max-width: 75px;
        position: absolute;
        bottom: 45px;
        left: 3px;
    }

    .services_text {
        padding: 20px 0px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        text-align: center;
        background-image: url(./images/what-we-do.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .blank_heart_container img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        position: relative;
        top: 30px;
        width: 30px;
        height: 31px;
        object-fit: cover;
    }

    .about_text {
        background-size: contain;
    }

    .about_text h4::after {
        content: '';
        position: absolute;
        top: 54px;
        left: 33%;
        width: 64px;
        height: 4px;
        background-color: #cb343a;
    }

    .services_text h4::after {
        content: '';
        position: absolute;
        top: 57px;
        left: 39%;
        width: 62px;
        height: 4px;
        background-color: #cb343a;
    }

    .banner_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding-top: 100px;
        padding-bottom: 250px;
    }

    .banner_text h4 {
        font-size: 40px;
    }

    .about_text h4 {
        font-size: 50px;
    }

    .banner_text button,
    .about_us_section_text button,
    .learn_more_container button,
    .submit_btn_container button {
        font-size: 15px;
        padding: 8px 10px;
        max-width: 130px;
    }

    .about_us_image {
        padding-bottom: 0;
    }


    .services_text {
        margin-top: 10px;
    }

    .services_text h4 {
        font-size: 42px;
    }

    .double_heart_container img {
        max-width: 80px;
        object-fit: cover;
        position: absolute;
        left: -11px;
        bottom: 64px;
    }

    .about_us_section_text h4 {
        font-size: 32px;
        color: #42ba75;
        font-weight: bold;
        max-width: 300px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about_us_section_text .first_text {
        font-size: 21px;
    }

    .about_us_section_text p {
        font-size: 21px;
    }

    .about_text {
        margin-top: 10px;
    }

    .form_container h4 {
        font-size: 30px;
    }

    .main_footer {
        flex-direction: column;
        padding: 5px 0px;
    }

    .mob-footer {
        padding: 0;
    }

    .logo_container {
        text-align: center;
        width: fit-content;
        padding: 25px 0px;
    }

    .logo_container img {
        margin: 0 auto;
    }

    .socials_contianer {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .socials_contianer h4 {
        display: none;
    }

    .socials_contianer button {
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 18px;
        width: 105px;
    }

    .socials_contianer button img {
        padding-right: 1px;
        position: relative;
        bottom: 2px;
    }

}


@media(max-width:320px) {

    .fa-instagram,
    .fa-twitter,
    .fa-tiktok {
        margin-right: 6px;
        font-size: 11px;
        position: relative;
        top: 1px;
    }

    .socials_contianer button {
        padding: 9px 11px;
        font-size: 12px;
        border-radius: 18px;
        width: 92px;
    }
}


@media(max-width:280px) {
    .socials_contianer button {
        padding: 9px 4px;
        font-size: 11px;
        border-radius: 18px;
        width: 80px;
    }

    .fa-instagram,
    .fa-twitter,
    .fa-tiktok {
        margin-right: 6px;
        font-size: 11px;
        position: relative;
        top: 1px;
    }
}