@font-face {
    font-family: "Cairo";
    src: url(../font/Cairo-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
body{
    font-family: 'Optima', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 9;
}
.banner_sec{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.374), rgba(0, 0, 0, 0.2)), url(../image/banner.jpg);
    background-size: cover;
    background-position: center;
    padding:20% 0% 6% 0%;
    text-align: center;
    height: 750px;
    
  
}
.banner_sec h1{
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    font-size: 3rem;
    text-shadow: 1px 2px #8bc34a7d;
}
.banner_sec .row{
    justify-content: space-between;
	    padding-bottom: 25px;
}
.bnr-inr{
    /* background: #00000073;
    padding: 4rem 1rem; */
}
.banner_sec p{
font-size: 22px;
color: #f1f1f1;
font-weight: 700;
}
.banner_sec .btn-inr {
    margin-top: 15px;
}
.banner_sec h3{
    font-size: 32px;
    font-weight: 700;
}
.header .navbar-nav .nav-link{
    font-weight: 600;
    font-size: 17px;
    padding: 5px 15px;
    }
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover{
    color: #90c14f;
}
.header .navbar-nav .nav-link.btn-inr:hover{
    color: #fff;
}
header .navbar-brand img{
    height: 65px;
}
.header .navbar-expand-lg .navbar-nav{
    align-items: flex-start;
}
.icon-box{
    background-color:rgb(205 205 205 / 19%);
    border-radius: 7px;
    box-shadow:rgb(148 143 143) 0px 0px 14px -5px;
    border: 1px solid #8BC34A;
    align-items: center;
    padding: 15px 12px;
    height: 100%;
    cursor: pointer;
	text-align:Center;

}
header.header .navbar-collapse .navbar-nav a.nav-link.btn-inr {
        background: linear-gradient( -45deg, #90c14f, #90c14f, #32CD32, #32CD32 );
		    transition: all 0.3s ease;    transform: scale(1);    animation: Gradient 3s ease infinite;
			    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border: 1px solid #90c14f;
}
.call-box p{
    font-size: 12px;
    color: #222;
}
.call-box{
    align-items: flex-start;
    padding-top: 5px;
}
.call-box h6{
    font-size: 16px;
    color: #90C14D;
    font-weight: 700;
}
.contact-info-link{
    padding-right: 50px;
    padding-left: 10px;
    /*border-left: 2px solid #9bc75e;*/
}
.call-box img{
    height: 25px;
    margin-right: 10px;
	margin-top:7px;
}
.icon-box p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.icon-box img{
    height: 100%;
    max-height:100% ;
}
.icon-b{
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 30px;
    margin-right: 15px;

}
.btn-inr{
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background-color: #90C14D;
    border: 2px solid #90c14f;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    opacity: 0.9;
}
.btn-inr:hover{
    opacity: 1;
}
.hdng-sub{
    font-weight: 700;

}
.mid-sec{
    background-color: #f1f1f1;
    padding-top: 3.5rem !important;
}

.mid-sec p{
    line-height: 28px;
}
.mid-sec img{
    border-radius: 10px;
    width: 100%;
}

.dtl-box{
    height: 100%;
    background-color: #fff;
    border-left: 4px solid #90C14D;
    padding: 10px;
    border-radius: 5px;
}

.dtl-box p{
margin: 0;
font-weight: 600;
}
.form-comn {
    border: 1px solid #90C14D;
    padding: 30px 25px;
    border-radius: 25px;
}
.point_sec .row{margin-top: -60px;}
.point_sec .row .col-md-4 {
    padding: 30px;
}
.form-comnbnr{
background-color: rgb(0 0 0 / 0.4);
border:3px solid #fff;
}
.form-comn h4{
    font-weight: 700;
    color: #90C14D;
}
.form-comn p{
    color: #545454;
    font-weight: 600;
}
.form-comnbnr p{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.frm-box{
    position: relative;
    margin-top: 15px;
}

.form-comn .btn-inr{
    display: block;
    width: 100%;
    margin-top: 15px;

}
.form-comn .form-control{
    border:1px solid #22222291;
    border-bottom: 2px solid #fff;
    background-color: #22222291;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    font-size: 14px;
}
.form-comn .form-control::placeholder{
    color: #fff;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color:#a2a2a2;
}
.iti__arrow--up{
    border-color: #a2a2a2;
}
.form-comn .form-control:hover, .form-comn .form-control:focus{
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 2px;
}
.form-comnmodal .form-control{
border: 1px solid #d1d5db !important;
font-size: 13px;
padding: 15px 10px;
color: #9ca3af;
border-radius: 8px;
background-color: #f9fafb;
}
.form-comnmodal{
padding: 40px 40px;
border: none;
}
.form-modal .modal-dialog {
max-width: 600px;
}
.form-comnmodal .form-control::placeholder{
    color: #9ca3af;
}
/* .bnr-p{
    display: inline-block;
    background: #f1f8e938;
    padding: 0px 5px
} */
.frm-box .iti{
    display: block;
}
.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;

}
.btn-close:hover{
    color: #90C14D;
}
.form-comnfooter{
    border-color: #f8f9fa;
}
.form-comnfooter .form-control{
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-bottom-color: #222;
    color: #222;
}
.form-comnfooter .form-control:hover, .form-comnfooter .form-control:focus{
border: 2px solid #222;
border-radius: 3px;
}
.form-comnfooter .form-control::placeholder{
    color: #222;
}
img.project-logo{
    width: 20%;
    padding-bottom: 20px;
}
body.thankyou_page{
    text-align: center;
    padding: 5%;
}

.language-text{
    margin: 11% auto;
}
.payment-plan{
    padding: 10px;
}
.fixed_footer_icons .whatsapp_footer{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.fixed_footer_icons .call_footer{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 10px;
    background-color: #0125db;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.main-content{
    background-image: url(../image/bg.png);
}
.project-features{
    background-image: url(../image/bg.png);
}
.content-box{
    padding: 20px;
    text-align: justify;
}
.our-services{
    padding: 30px;
}
.services-box{
    padding: 10px;
}
.services-inside-box{
    font-size: 14px;
    padding: 10px;
    background-color: #90C14D;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: #00000060 1px 1px 10px 0px;
}

.footer{
    background-color: #90c14f;
    padding: 20px;
    color: #fff;
    direction: ltr;
    text-align: center;
}
.footer .social{
    padding: 15px;
}
.footer .social a {
    padding: 3px 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
}
.footer .social a i {
    font-size: 18px;
    margin-right: 5px;
}
.privacy-policy{
    text-decoration: none;
    color: #fff;
}
input#phone1, input#phone{
    padding-right: 94px;
}
.office-footer{
    color: #2B1712;
}
.office-whatsapp{
    direction: ltr;
}
.office-whatsapp a{
    text-decoration: none;
    color:#90c14f;
    font-size:20px
}
.branch-flag{
    width: 120px;
}

@media(max-width:991px){
    .form-comn{
        padding: 20px;
    }
    .banner_sec h1{
        font-size: 2rem;
    }
    .banner_sec p, .btn-inr{
        font-size: 14px;
    }
    .banner_sec h3{
        font-size: 18px;
    }
    .banner_sec{
        height: auto;
    }
    .banner_sec .row{
        margin:50% auto;
    }
    .header .navbar-nav .nav-link.btn-inr{
        display: inline;
    }
    header .navbar-brand img{
        height: 45px;
    }
    .point_sec .col-md-4{
        margin-bottom: 15px;
    }
    .mid-sec{
        padding-top: 3rem;
    }
    .dev-sec{
        padding: 3rem;
    }
    .about-mada{
        padding-top:0;
    }
    #plan .col-md-4{
        margin-bottom: 15px;
    }
    .pre-box h5{
        font-size: 15px;
    }
    .slide-glry .owl-slider img{
        height: 400px;
    }
    .content-box .col-lg-6{
        margin-bottom: 10px;
    }
    .amenitie-box{
        height: 170px;
    }
    .developer-row{
       flex-direction: column-reverse;
    }
    .main-content .row{
        flex-direction: column-reverse;
    }
    .payment-plan-bg{
        padding: 1rem;
    }
    .footer-container{
        flex-direction: column-reverse;
    }

}
@media(max-width: 767px) {
	.contact-info-link{padding-bottom: 15px;}
	.banner_sec .row .col-md-6.col-lg-5{padding: 30px 20px 30px 20px;text-align: center;}
	.point_sec .row .col-md-4 {
    padding-bottom: 0px;
	margin-bottom:0;
}
.amenities-item{
    width: 50%;
    float: left;
}
.amenities-box img{
    width: 40px;
}
.box-features{
    padding: 10px;
}
	.banner_sec .row .form-comn .col-md-6.col-lg-5 {
    padding-bottom: 30px;
}
body{
    font-family: "Cairo";
}
    .slide-glry .owl-nav button{
        margin: 0 5px;
        height: 40px;
        width: 40px;
        font-size: 20px !important;
    }
    .inr-text h4{
        font-size: 16px;
    }
    .amenitie-box{
        height: 150px;
    }
    .slide-glry .owl-slider img{
        height: 300px;
    }
    .hdng-sub{
        font-size: 20px;
    }
    .pre-box h3{
        font-size:45px;
    }
    .payment-plan{
        width: 50%;
    }
    .developer-row{
        flex-direction: column-reverse;
     }
     .footer{
        text-align: center;
    }
    .copyright {
        padding: 10px;
    }
    .footer .social a i {
        vertical-align: middle;
    }
    .footer .social a {
        display: block;
        padding: 10px;
        
    }
}