@font-face {
    font-family: Begum-Medium;
    src: url(../fonts/Begum-Medium.otf);
}
@font-face {
    font-family: AnekLatin-SemiBold;
    src: url(../fonts/AnekLatin-SemiBold.ttf)
}
@font-face {
    font-family: AnekLatin-Regula;
    src: url(../fonts/AnekLatin-Regular.ttf);
}
@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}

@font-face {
    font-family: Jost-SemiBold;
    src: url(../fonts/Jost-SemiBold.ttf);
}

:root {
    --primary-color: #3795BD;
}

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

body{
    overflow-x: hidden!important;
}

:root{
    --light-green: #e5ece2;
    --dark-green: #264432;
    --med-green: #dae2d6;
}

h1{font-family: Begum-Medium;}
h2{font-family: AnekLatin-SemiBold;}
h3{font-family: AnekLatin-Regula}
h4{font-family: Jost-Light}
p, li{font-family: Jost-Regular;}
/* li{font-family: Jost-SemiBold} */

.banner{
    position: relative;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: bottom;
}


.inn-txt {
    color: #fff;
    width: 54%;
    padding-top: 150px;
}
.main-head{
    line-height: 3.75rem;
    font-size: 3.096rem;
}
.sub-head {
    line-height: 2.25rem;
    font-size: 1.7rem;
    margin-top: 20px;
    padding-right: 73px;
}

.btn-banner {
    display: flex;
    align-items: center;
    margin-top: 40px;
    cursor: pointer;
}
.btn-banner img {
    width: 49%;
}
.btn-banner .sec-img {
    width: 40%;
    margin-left: 15px;
}

.overview{
    position: relative;
    background-image: url(../images/sec-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-position: bottom;
}
.overview .heading {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.overview .heading h1 {
    line-height: 2.6875rem;
    font-size: 2.2291rem;
    padding: 0 228px;
}

.overview .heading h3 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
    margin-top: 30px;
}
.small-box {
    border-radius: 0.6875rem 0.6875rem 0.6875rem 0.6875rem;
    background: rgb(8, 36, 26);
    color: #fff;
    padding: 37px 42px;
    margin-bottom: 30px;
}
.small-box h1 {
    line-height: 1.9375rem;
    font-size: 1.6099rem;
    margin-bottom: 16px;
}
.small-box h3{
    line-height: 1.5rem;
    font-size: 1.2384rem;
}

.know-btn{
    text-align: center;
    margin: 20px 0;
    color: #fff
}
.know-btn img {
    width: 252px;
    cursor: pointer;
}

.know-btn p{
    font-size: 10px;
    margin-top: 35px;
}

.projects{
    padding: 70px 0;
    position: relative;
}

.projects .heading{
    text-align: center;
    margin-bottom: 40px;
}
.projects .container {
    max-width: 90%;
}
.projects .heading h1{
    line-height: 2.25rem;
    font-size: 2.2291rem;
    color: #063122;
}

.txt-con{
    text-align: center;
    margin-top: 20px;
}
.txt-con h1{
    color: #063122;
    line-height: 1.75rem;
    font-size: 1.7337rem;
}
.txt-con h3{
    color: #063122;
    line-height: 1.25rem;
    font-size: 1.2384rem
}
.img-box{
    cursor: pointer;
}

.img-box img {
    width: 100%;
}

.footer-form-section {
    background: #bce6e757
}

.footer-from {
    width: 75%;
    padding: 50px 50px 45px;
    border: 5px solid #3795BDa6;
    background: #bce6e757;
    border-radius: 5px
}
.footer-form-section {
    background: #bce6e757;
    padding: 70px 0;
}
.footer-from .form-group .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0;
    margin-bottom: 25px;
    padding-left: 10px
}

.footer-from .form-group .form-control::placeholder {
    font-size: 12px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-from .form-group .form-control:focus {
    box-shadow: none
}

.footer-from .form-check .form-check-input {
    accent-color: var(--primary-color)
}

.footer-from .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none
}

.footer-from .form-check label {
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 18px
}

.footer-form-btn {
    border: 1px solid var(--primary-color);
    box-shadow: none;
    color: #fff;
    padding: 10px 34px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    background: var(--primary-color);
    display: block;
    margin: auto;
    margin-top: 35px
}

.footer-query-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    text-align: center;
}

.footer-query-content .start-text {
    font-size: 1.7337rem;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 38px;
}

.footer-query-content .end-text {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 38px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative
}

/*.footer-query-content .end-text::before {
    position: absolute;
    content: '';
    left: 30px;
    top: 53%;
    width: 170px;
    height: 2px;
    background: var(--primary-color);
    background-size: 100%
}*/

.footer-contact-number .ivr-number {
    text-align: center;
    padding: 8px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: 70%;
    margin: auto
}
/*.footer-query-content .end-text::before {
    position: absolute;
    content: '';
    left: 30px;
    top: 53%;
    width: 170px;
    height: 2px;
    background: var(--primary-color);
    background-size: 100%;
}*/
.footer-form-section .container{
    max-width: 90%;
}

.modal-title {
    margin: auto;
}
.modal-header .close {
    position: absolute;
    top: 0px;
    right: 1px;
    background-color: #ccc;
    margin: 0;
    padding: 9px 12px 12px 12px;
    opacity: 1;
}

.lower-form-part .form-control {
    border: none;
    border-bottom: 1px solid #00000057;
    padding: 0px 11px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: transparent;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.58px;
    letter-spacing: 1px;
}
.checkbox-section {
    color: #555555e0;
    font-size: 8px;
    gap: 5px;
    margin-top: 13px;
    letter-spacing: .5px;
}
.lower-form-part .submit_btn {
    border: 1px solid;
    width: fit-content;
    padding: 11px 32px;
    color: #fff;
    background: var(--primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin: 20px auto 0;
}

.modal-header {
    border-bottom: unset;
}

.form.lower-form-part {
    padding: 20px;
}

.contact-btn {
    position: fixed;
    bottom: 16px;
    right: 18px;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.contact-btn a img {
    width: 56px;
    margin: 9px 0;
}

.form-txt {
    text-align: center;
}

.form-txt h1 {
    font-size: 27px;
}

.form-txt h3 {
    font-size: 17px;
    margin-bottom: 0;
    color: #063122;
}

.footer-offer{

list-style: none;

display: flex;

margin: 0px auto;
}
.footer-offer li:last-child{
border:none;
}
.footer-offer li{
    
padding-right: 15px;
    
font-size: 1.2384rem;
    
border-right: 1px solid #70b5d0;
    
margin-right: 15px;
}

.d-v{display: block!important;}
.m-v{display: none!important;}
@media only screen and (max-width: 1480px) {
    .banner {
        background-position: center;
    }

    .footer-query-content .end-text {
    font-size: 20px;

}
}

@media(max-width: 768px){
    .banner {
        background-image: url(../images/banner-bg-mob.jpg);
    }
    .inn-txt {
        width: 100%;
        top: 64px;
        text-align: center;
    }
    .overview .heading h1 {
        padding: 0;
        font-size: 23px;
        line-height: unset;
    }
    .footer-query-content {
        padding-left: 20px;
        padding-bottom: 35px;
    }
    .footer-query-content .start-text {
        font-size: 32px;
        line-height: 28px;
    }
    .footer-query-content .end-text {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
    }
    .footer-query-content .end-text::before {
        left: 15px;
        top: 53%;
        width: 90px;
    }
    .footer-form-section .container {
        max-width: 100%;
    }
    .footer-from {
        width: 100%;
        padding: 36px 28px 36px;
    }
    .main-head {
        line-height: 3.75rem;
        font-size: 3.096rem;
    }
    .main-head {
        font-size: 23px;
        line-height: unset;
    }
    .sub-head {
        line-height: unset;
        font-size: 20px;
        margin-top: 20px;
        padding-right: 0;
    }
    .btn-banner {
        flex-direction: column;
        margin-top: 25px;
    }
    .btn-banner .sec-img {
        width: 147px;
        margin-left: 0;
        margin-top: 10px;
    }
    .btn-banner img {
        width: 50%;
    }
    .contact-btn a img {
        width: 45px;
        margin: 6px 0;
    }
    .overview {
        margin: -1px 0;
        padding: 40px 0;
    }
    .overview .heading h3 {
        font-size: 13px;
        line-height: unset;
        margin-top: 17px;
    }
    
.small-box {
    padding: 10px 10px;
    margin-bottom: 17px;
}
.small-box h1 {
    font-size: 16px;
    line-height: unset;
    display: grid;
}
.small-box h3 {
    line-height: unset;
    font-size: 14px;
}
.d-v{display: none!important;}
.m-v{display: block!important;}

.know-btn img {
    width: 186px;
}
.know-btn p {
    margin-top: 23px;
}
.projects .heading {
    margin-bottom: 28px;
}
.projects .heading h1 {
    font-size: 21px;
    line-height: unset;
}
.projects {
    padding: 40px 0;
}
.txt-con h1 {
    font-size: 17px;
    line-height: unset;
    margin-bottom: 0;
}
.txt-con h3 {
    font-size: 14px;
    line-height: unset;
}
.txt-con {
    margin-top: 8px;
}
.projects .container {
    max-width: 100%;
}
.footer-form-section {
    padding: 40px 0;
}
}


@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li{position:relative; margin: 0 8px;}
    .my-nav.navbar-hover .collapse ul li:hover> ul{display:block}
    .my-nav.navbar-hover .collapse ul ul{position:absolute;top:90%;left:0;display:none}
    .my-nav.navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
}
