:root{
    --body:#e2e2e2;
    --font-heading:"Plus Jakarta Sans", sans-serif;
    --yeloow:#e4ed64;
    --bluee:#23536F;
    --txt-light:#565656;
}
body{
    font-family: var(--font-heading);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #efefef;
}
img{
    width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}
p{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.main-header{
    position: relative;
    z-index: 999;
}
.header-bg {
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 243, 227, 0) 0%, rgba(255, 243, 227, 1) 76%);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 150px;
    z-index: 9998;
    transition: all 0.5 ease-in-out;
}
.sp-70{
padding: 70px 0px;
}
.sp-40{
padding: 40px 0px;
}
.header-box{
    background-color: #ffffff;
    position: fixed;
    z-index: 2;
    left: 5%;
    right: 5%;
    top: 4%;
    border-radius: 50px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.09) !important;
}
.btn-eh{
    border: none;
    text-decoration: none;
    border-radius: 100px;
    background-color: var(--yeloow);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.5s ease-in-out;
    color: #353535;
    display: inline-block;
    text-align:center;
}
.btn-eh:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: var(--bluee);
}
.btn-normal{
    padding: 15px 35px;
}
.btn-eh-sm{
    padding: 10px 25px;
}
.brand-logo{
    height: 60px;
    margin: 0px 0px 0px 25px;
    border-right: 1px solid var(--body);
    padding: 0px 25px 0px 0px;
}
.right-link{
    display: flex;
}
.callus{
    font-weight: 600;
    padding: 0px 10px 0px 0px;
}
.get-touch{
    padding: 15px;
}
/* navigation */
.sub-menu{
    background-color: #ffffff;
    position: absolute;
    top: 102%;
    border-radius: 15px;
    z-index: 1;
    width: 250px;
    transition: .5s ease;
    opacity: 0;
    padding: 20px;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s ease;
}
.sub-sub-menu{
    background-color: #ffffff;
    position: absolute;
    top: 102%;
    border-radius: 15px;
    z-index: 1;
    width: 250px;
    left: 230px;
    top: 0px;
    transition: .5s ease;
    opacity: 0;
    padding: 20px;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s ease;
}
.main-nav-item:hover .sub-menu{
    display: block;
    opacity: 9;
}
.main-nav{
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    display: table;
}
.main-nav-item{
    float:left;
}
.sub-menu-item:hover .sub-sub-menu{
    display: block;
    opacity: 9;
}
.main-nav-link{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading);
    display: inline-block;
    padding: 30px 15px;
    text-transform: capitalize;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-nav-link:hover{
    text-decoration: none;
    color: var(--bluee);
}
.sub-menu-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
}
.sub-menu-item{
    width: 100%;
    position: relative;
}
.sub-menu-link{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading);
    padding: 8px 20px;
    text-transform: capitalize;
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.sub-menu-link:hover{
    text-decoration: none;
    color: var(--bluee);
    background-color: #f1f1f1;
    border-radius: 8px;
}
.sub-sub-menu-ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
}
.sub-sub-menu-link{
text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading);
    padding: 8px 20px;
    text-transform: capitalize;
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.sub-sub-menu-link:hover{
    text-decoration: none;
    color: var(--bluee);
    background-color: #f1f1f1;
    border-radius: 8px;
}
/* slider pre next */
.slider-item{
    position: relative;
    height: 600px;
    overflow: hidden;
}
.slider-itemimg{
    height:100%;
}
.slider-txt{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
}
.overlayer{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.35);
}
.slider-txt .head{
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    padding: 12% 25% 0% 25%;
    letter-spacing: -2px;
}
.slider-txt .sub-head{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 1% 25% 0% 25%;
}
.flex-items-slider{
    padding: 3% 0%;
    margin: 30px 10% 30px 10%;
    border-top: 1px solid #ffffff;
}
.slider-txt .text-left{
    width: 50%;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding: 0px 0px 0px 100px;
}
.slider-txt .text-left img{ 
    width: 70px;
    position: absolute;
    left: 0px;
}
.bg-video-wrap video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}
#mainSlider .owl-prev{
	width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
	font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 40px;
    top:45%;
    transition: all 0.2s ease-in-out;
}
#mainSlider .owl-next{
	  width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
	  font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 40px;
    top:45%;
    transition: all 0.2s ease-in-out;
}
#mainSlider .owl-prev:hover, #mainSlider .owl-next:hover{
  background-color: #E16F2F;
  color: #ffffff;
}
#mainSlider .owl-dots{
  display: none !important;
}
.product-img{
    position: relative;
}
.call-now{
    background-color: var(--yeloow);
    border-radius: 15px;
    padding: 10px;
    position: absolute;
    width: 80%;
    left: 20px;
    bottom: 20px;
    text-align: center;
}
.call-now{
    font-size: 22px;
    font-weight: 700;
}
.call-now span{
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.over-img{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.over-img img{
    width:80%;
}
.over-img-dw{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.over-img-dw img{
    transform: rotate(180deg);
}
.main-bul-ims{
    width: 100%;
    border-radius: 20px;
}
.vision-miss{
    padding: 0px 0px 0px 80px;
}
.vision-miss .head{
font-size: 55px;
font-weight: 800;
line-height: 65px;
}
.vision-miss .ov-head{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.vision-miss .ov-run{
font-size: 14px;
font-weight: 400;
color: var(--txt-light);
}
.mlrp{
    padding: 10px 20px;
    width: 50%;
}
.secbg2{
    background-image: url(../img/building-2.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 60%;
}
.footer-two{
    font-size: 13px;
    color: var(--txt-light);
    text-align: center;
    border-top: 1px solid var(--body);
    padding: 20px 0px;
}
.footer-one{
    padding: 60px 0px;
    border-top: 1px solid var(--body);
    background-image: url(../img/building-3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 30%;
}
.main-foot{
    background-color: #ffffff;
}
.footer-logo{
    width: 52%;
    margin-bottom: 20px;
}
.footer-head{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list-add{
    margin: 0px;
    padding: 0px;
}
.list-add li{
    position: relative;
    font-size: 15px;
    padding: 4px 0px 4px 35px;
}
.list-add li i{
    position: absolute;
    font-size: 18px;
    left: 0px;
}
.list-add li a{
    text-decoration: none;
    color: inherit;
}
.about-foot{
    padding: 0px 25px 0px 0px;
}
.foot-x-link ul{
    margin: 0px;
    padding: 0px;
}
.foot-x-link li a{
    text-decoration: non;
    color: inherit;
    font-size: 14px;
    padding: 4px 0px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.foot-x-link li a:hover{
    text-decoration: underline;
    font-weight: 500;
}
.social-link ul{
margin: 0px;
    padding: 0px;
}
.social-link li{
    float: left;
    margin-right: 10px;
}
.social-link a{
    background-color: var(--body);
    height: 35px;
    width: 35px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: var(--txt-light);
    display: inline-block;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
}
.social-link a:hover{
    background-color: var(--yeloow);
}
.badge-name{
    border: 1px solid var(--yeloow);
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wh-mid{
    position: relative;
}
.wh-mid img{
border-radius: 20px;
}
.overlayer-two{
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 76%);
min-height: 250px;
position: absolute;
top:0px;
left: 0px;
right: 0px;
z-index: 2;
border-radius: 20px;
}
.why-txt{
    position: absolute;
    top: 25%;
    z-index: 5;
    text-align: center;
    left: 0px;
    right: 0px;
}
.why-txt .head{
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    padding: 0px 10%;
    text-shadow: 2px 4px 13px #5a5959;
}
.round-number{
    height: 50px;
    width: 50px;
    border-radius: 100px;
    position: absolute;
    background-color: var(--yeloow);
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    z-index: 6;
}
.pos-1{
    left: -25px;
    top: 32%; 
}
.pos-2{
    left: -25px;
    bottom: 30%; 
}
.pos-3{
    right: -25px;
    top: 32%; 
}
.pos-4{
    right: -25px;
    bottom: 29%; 
}
.wh-left ul{
    margin: 0px;
    padding: 0px;
}
.wh-left li{
    text-align: end;
    padding: 25px 25px 25px 0px;
}
.wh-left h4{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
}
.wh-left p{
    color: var(--txt-light);
}
.wh-right p{
    color: var(--txt-light);
}
.wh-right ul{
    margin: 0px;
    padding: 0px;
}
.wh-right li{
    padding: 25px 0px 25px 25px;
}
.wh-right h4{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
}
.bg-buld-3{
    background-image: url(../img/building-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}
.common-box .head{
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    margin-bottom: 20px;
}
.common-box p{
    color: var(--txt-light);
}
.common-img{
    position: relative;
}
.common-img img{
    border-radius: 20px;
}
/* filter gallery */
.filter a {
    border: none;
    text-decoration: none;
    border-radius: 100px;
    background-color: var(--yeloow);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.5s ease-in-out;
    padding: 15px 30px;
    text-decoration: none;
    color: inherit;
}

.filter a:hover { 
    text-decoration: none;
    color: #ffffff;
    background-color: var(--bluee);
}

.filter {
  padding: 50px;
  text-align: center
}

.gallery a {
  width: 33.33%;
  transition: all 0.2s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}

.gallery .hide, .gallery .pophide {
  width: 0%;
  opacity: 0;
  transition: all 0.1s;
}

.pro-box{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.pro-img{
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.pro-img img{
    width: 100%;
}
.pro-body{
    padding: 10px 0px;
    text-align: center;
}
.pro-body h3{
    font-size: 25px;
    font-weight: 700;
}
.pro-body p{
    color: var(--txt-light);
    padding: 15px 0px;
}
.zoom-btn{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background-color: var(--yeloow);
    border: none;
    bottom: 10px;
    right: 10px;
}
.bg-getintouch{
    background-image: url(../img/Villas-4-scaled-2.jpg);
    background-size: cover;
    position: relative;
}
.form-box{
    background-color: var(--yeloow);
    padding: 50px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.form-box input[type=text], input[type=number], input[type=email], select, textarea{
    width: 100%;
    outline: none;
    border: 1px solid var(--yeloow);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
  -webkit-appearance: none; /* Remove iOS default style */
  -moz-appearance: none;
  background-color:#ffffff;
  color:#000000;
}
.form-box select:focus{
    border: 1px solid var(--yeloow);
  box-shadow: none;
}
.form-box select option {
  font-size: 14px;
  font-weight: 500;
}
::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.form-btn{
border: none;
    text-decoration: none;
    border-radius: 100px;
    background-color: #353535;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.5s ease-in-out;
    padding: 15px 30px;
    text-decoration: none;
    color: #ffffff;
}
.form-btn:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: var(--bluee);
}
.news-item{
    padding: 20px;
}
.inner-header{
    background-image: url(../img/3d-rendering-house-model.jpg);
    background-size: cover;
    position: relative;
}
.header-txt{
    padding: 250px 0px 150px 0px;
    font-size: 55px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.bg-right{
    background-image: url(../img/right.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.bg-left{
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.expert-box{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border-bottom: 5px solid var(--yeloow);
    height: 100%;
}
.expert-box h3{
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 25px;
}
.expert-box p{
    color: var(--txt-light);
}
.expert-img{
    height: 80px;
    width: 80px;
    border-radius: 10px;
    background-color: #ffffff;
    background-color: var(--yeloow);
    transition: all 0.5s ease-in-out;
    padding-top: 8%;
    margin:0px auto 15px auto;
}
.expert-img img{
    width: 50%;
}
.expert-box:hover{
    background-color: var(--yeloow);
}
.export-img-h:hover .expert-img{
    background-color: #ffffff;
}
.mv-name{
    position: relative;
}
.mv-name-in{
    font-size: 55px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.mv-round-circal{
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 100px;
    background-color: var(--yeloow);
    left: -20px;
    top: -20px;
}
.gallery-box{
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    cursor: zoom-in;
    position: relative;
    margin-bottom: 52px;
}
.gallery-box img{
    border-radius: 15px;
    width: 100%;
    cursor: zoom-in;
}
.gallery-list{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.gallery-list img{
    border-radius: 8px;
    cursor: zoom-in;
}
.gallery-list li{
    float: left;
    width: 23%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    margin: 0px 3px;
}
.gallery-outer{
    position: absolute;
    bottom: 35px;
    left:35px;
    right: 35px;
}
.project-name{
    background-color: var(--yeloow);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    left: 35px;
    right: 35px;
    position: absolute;
    top: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}
.elementor-widget-container h3, .elementor-widget-container h2, .elementor-widget-container h4{
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px;
}
.elementor-widget-container ul li{
    margin: 10px 0px;
}
.news-box{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
}
.news-img{
    border-radius: 15px;
    height: 230px;
    overflow: hidden;
}
.news-body{
    padding: 20px 0px 0px 0px;
}
.news-head{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-post{
    font-size: 12px;
    font-weight: 500;
    color: var(--txt-light);
    margin-bottom: 15px;
}
.news-desc{
    font-size: 14px;
    color: var(--txt-light);
}
.badge-name-newsie{
    font-size: 11px;
}
.news-head-2{
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
}
.wp-block-heading{
    margin: 20px 0px;
}
.wp-block-list{
    margin: 0px;
    padding: 0px;
}
.wp-block-list li{
    margin: 8px 0px;
    font-size: 14px;
}
.news-img-2{
    height: 460px;
}
.bg-girl{
    background-image: url(../img/happy-latin-businesswoman-standing-with-arms-crossed-against-isolated-background.jpg);
    background-size: cover;
}
.bg-girl-2{
    background-image: url(../img/handsome-young-businessman-talking-mobile-phone-against-grey-wall.jpg);
    background-size: cover;
}
.sall-box{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    border-bottom: 5px solid var(--yeloow);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.small-img{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    background-color: #ffffff;
    padding: 2% 0px 0px 0px;
}
.small-img img{
    width: 70%;
}
.small-txt span{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b9999;
}
.small-txt h4{
    font-weight: 700;
    font-size: 100%;
}
.small-txt{
    margin: 0px 0px 0px 60px;
    padding:  0px 0px 0px 20px;
    border-left: 1px solid var(--body);
}
.sall-box:hover{
    background-color: var(--yeloow);
}
.amenity-list{
    margin: 0px auto;
    padding: 0px;
    display: table;
    width: 100%;
}
.amenity-list li{
    float: left;
    width: 20%;
    padding: 15px;
}
.ame-box{
    border: 2px solid var(--yeloow);
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-height: 140px;
    text-decoration:none;
    color:#000000;
}
.ame-box:hover{
transform: scale(1.1);
}
.ame-box a{
    text-decoration:none;
    color:#000000;
}

.ame-box img{
    width: 50%;
    margin: 0px auto 10px auto;
}
.ame-box span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:none;
    color:#000000;
}
.ame-box:hover{
    text-decoration:none;
    color:#000000;
}
.d-display{
    display:none !important;
}
.m-display{
        display:block !important;
    }
