/* BASE CSS START  */

:root {
    --primary: #546220;
    --white: #ffffff;
}


*,
*::before,
*::after {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    color: inherit;
    font: inherit;
    line-height: inherit;
}
/* 
*{
    scroll-behavior: smooth;
} */

li {
	list-style: none;
	line-height: 26px;
}
ul{
    padding: 0px !important;
    margin-bottom: 0 !important;
}
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
    color: #5a5a5a;

}
a {
	text-decoration: none !important;
    /* color: #121212 !important; */
}
p{
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0 !important;
    color: #5a5a5a;
    padding-bottom: 1.5rem;
}
/* main{
    background-color: #f4f4f4 !important; 
} */
figure{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.bg-s-white{
    background-color: #f4f4f4;
}
.bg-g-white{
    background-color: #efefef;
}
.bg-lg-white{
    background-color: #f9f9f9 ;
}
.m-20p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-30p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-30p{
    padding-top: 30px;
    padding-bottom: 30px;
}
section{
    overflow: hidden;
}
h4,h5{
    font-size: 18px !important;
    color: #121212;
    line-height: 1.6875em;
}
h1.dft-h1{
    font-family: Montserrat;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: capitalize;
    text-align: left;
    color: rgb(45, 45, 45);
}
h2.dft-h2{
    font-size: 32px;
    line-height: 1.34em;
    letter-spacing: -1.8px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #121212;
    padding-bottom: 20px;
    margin-bottom:0;
}
h3.dft-h3{
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -.2px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: #121212;
    margin-bottom:0;
}

h3.dft-h3 a{
    color: #121212;;
}
h4.dft-h4{
    margin-top: 26px;
    color: #121212;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    letter-spacing: -.2px;
}
.dft-h4 a, .dft-a a{
    color: #121212;
}
.grey-bg{
    background-color: #efefef !important;
}
.p-t90-b60{
    padding-top: 90px;
    padding-bottom: 60px;
}
.w-90{
    margin: auto 0;
    width: 90%;
    height: 80%;
    margin-left: 5%;
}
.dft-h4 a:hover, .dft-h3 a:hover{
    color: var(--primary);
}
#scrollspy{
    display: none;
}
#scrollspy .scrollspy-inner{
    background-color: #546220;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: background-color .15s ease-out, color .15s ease-out;
    box-sizing: border-box;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
right: 30px;
}
#scrollspy .scrollspy-inner:hover{
    background-color: #131313;
}
.responsive-top-padding{
    padding-top: 125px;
}
/* BASE CSS END  */

/* NAVBAR START  */


/* BUTTON START */
.v-btn{
    display: inline-block;
    font-weight: 700;
    line-height: 51px;
    padding: 0 37px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    border-radius: 50px;
    transition: 0.2s ease-in;   }
.blue-btn-outline{
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
    transition: 0.2s ease-in;  
    /* transition: left .2s ease-out  */
}
.blue-btn-outline:hover{
    color: #fff;
    background-color: var(--primary);
}
.blue-btn-outline:hover i{
    position:relative;
    left:5px    
}
.green-btn{
    color: #fff;
    background-color: rgb(55, 169, 73);
    font-size: 11px;
    font-weight: 700;
    margin: 57px 10px 0px 0px;
    line-height: 44px;
    letter-spacing: 1px;
    transition: 0.2s ease-in;   
    padding: 0px 30px;
}
.green-btn:hover{
    background-color: #212121;
}
.footer-submit-btn{
    border-radius: 3px;
    height: 40px;
    padding: 0px 20px 0px 20px;
    line-height: 20px;
    border: none;
    width: 130px;
    font-weight: 700;
}
/* BUTTON END */



/* NAVIGATION BAR START */
.fixed-nav-bar{
     height: 60px !important;
}

.fixed-nav-bar .nav-list{
    line-height: 50px;
}
.fixed-nav-bar .checkbtn{
    line-height: 50px;
}
.main-header{
    height: 125px;
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 0;
}
.h-inherit{
    height: 100%;

}
.nav-log{
    height: 110px;
    display: block;
    max-width: 100%;
    height: 95%;
}
.nav-list{
    display: inline-block;
    line-height: 120px;
    padding: 0 15px;
}
a.nav-list-links{
    /* font-size: 19px; */
    /* line-height: 24px; */
    font-weight: 500;
    color: #121212;
    vertical-align: middle;
}


/* NAVBAR BOTTOM LINE HOVER EFFECT START */
.nav-list a span{
    position: relative;
}
.nav-list a span::before{
    background: var(--primary) none repeat scroll 0 0;
    bottom: -2px;
    top: 25px;
    content: "";
    /* margin-top: 20px; */
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0%;
    border-radius: 10px;
    transition: 0.3s
    
}
.nav-list:hover a span::before{
    width: 100%;
    left: 0;

}
/* NAVBAR BOTTOM LINE HOVER EFFECT START */

.dropdown-list{
    visibility: hidden;
    position: absolute;
    z-index: 20;
    opacity: 0;
    border-top: 5px solid var(--primary);
    background-color: #fff;
        
}
.dropdown-list li{
    padding: 10px 0;
    width: 190px;
}
.dropdown-list li a{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400px;
    padding: 10px 27px;
    color:#121212;
    width: 100%;
    cursor: pointer;
}
.dropdown-list li:hover a, .dropdown-list li:hover{
    color: var(--primary) !important;
    background-color: #eee;
}


.nav-list:hover .dropdown-list{
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}
.navigation-bar{
    display: block;
}


.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    color: #121212;
    line-height: 125px;
  }
  #check{
    display: none;
  }

  .responsive-nav-list{
    position: relative;
  }
  .responsive-nav-wrapper{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
  }
  .responsive-nav-list a{
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    color: #8d8d8d;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing: 0;
}
.responsive-nav-list .right-arrow{
    /* transform: rotate(-90deg); */
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}
.right-arrow i{
    /* transform: rotate(-90deg); */
    font-size: 13px;
    color: #8d8d8d;

}
.responsive-dropdown-list{
    padding-left: 20px !important;
    display: none;
    transition: display 2s;
    counter-reset: #8d8d8d;
}
.responsive-nav-list .responsive-dropdown-list{
    display: none;
}
.rotate-90{
    transform: rotate(90deg);
}

.responsive-nav-list:hover span, .responsive-dropdown-list li:hover a{
    color: var(--primary);
    font-weight: 500;
}


/* NAVBAR END  */

/* LANDIN PAGE START  */
.hero-section {
    height: 654px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}
.hero-section-bg{
    background-image: url('../images/sona-heights-header-1.jpg');
    height: 85vh;
    background-attachment: unset;
    background-position: bottom;

}
.blog-section-bg{
    background-image: url('../images/Cam_Twelve_BalconyCam_Twelve_Balcony_1.jpg');
    height: 85vh;
    background-attachment: unset;
    background-position: bottom;

}
.blog-section-bg-2{
    background-image: url('../images/come-home-to-state-of-the-art-amenities-1.jpg');
    height: 85vh;
    background-attachment: unset;
    background-position: bottom;

}
.hero-section-bg-dark{
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.hero-section-text{
    position: relative;
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.hero-section-hero-text{
    color: #fff;
    font-size: 72px;
    width: 70%;
    margin: 0 auto 30px;
    line-height: 86px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.hero-section-hero-text span{
    background-color: var(--primary);
    
}

/* LANDIN PAGE END  */
/* Z ORDER LAYOUT START */
.z-order-col-img{
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10.2% 0;
}
.z-order-col-img .empty-space{
    height: 300px;
}
.z-order-col-content{
    padding: 9% 23% 15% 15.5%;
}
.z-order-col-content h1 {
    font-family: Montserrat;
    font-size: 60px;
    line-height: 71px;
    font-weight: 700;
    letter-spacing: -4px;
    text-transform: capitalize;
    text-align: left;
    color: rgb(45, 45, 45);
    margin-bottom: 28px;
}
/* Z ORDER LAYOUT END  */
.home-bg-1{
    background-image: url('../images/introduction-image.jpg');
}
.home-bg-2{
    background-image: url('../images/sona-vistass.jpg');
}

/* PROJECT FILTER START  */
.project-filter-ul li{
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.project-filter-ul li span{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #121212;
    letter-spacing: -.2px;
    position: relative; 
}
.project-filter-ul li span::before{
    background: var(--primary) none repeat scroll 0 0;
    bottom: -2px;
    /* top: 4px; */
    content: "";
    /* margin-top: 20px; */
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0%;
    border-radius: 10px;
    transition: 0.3s
    
}
.project-filter-ul li:hover span::before{
    width: 100%;
    left: 0;

}
.project-filter-ul{
    margin-bottom: 36px !important;
}
.project-filter-gal article{
    margin-bottom: 40px;
}
.project-filter-gal-img{
    position:relative
}
.project-filter-gal-img .hover-black,.hover-black{
    background-color:rgba(26, 26, 26, .25);;
    content:'';
    /* display: inline-block; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
}
.project-filter-gal article:hover .project-filter-gal-img .hover-black{
    opacity:1;
}


/* PROJECT FILTER END */

/* FOOTER SECTION START  */
.footer-wrapper{
    background-color: #131313;
    color: #b1b1b1;
    font-size: 18px !important;
    font-family: Ubuntu,sans-serif;
}
.footer-items .footer-item a{
    color: #b1b1b1;
    
}
.footer-items .footer-item a:hover{
    color:#fff
}
.social-media-links ul li{
    display: inline;
    padding-right: 10px;
}
.social-media-links ul li img{
    width: 35px !important;
    padding-top: 20px;
}
.footer-items .footer-item{
    height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
}

/* FOOTER SECTION END  */

/* WE BELIVE PAGE START */
.mission-list ul li{
    list-style-type: disc;
}

/* WE BELIVE PAGE END */

/* PHILOSOPHY SECTION START  */
.philosophy-section{
    background-image: url('../images/philosophy-bg.jpg');
    background-position: 50% -52px;
    padding-top: 194px;
    padding-bottom: 62px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.phil-inner{
    min-height: 270px;
}
/* PHILOSOPHY SECTION END   */
/* MANAGEMENT SECTION START */
.mng .mng-img img{
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}
/* MANAGEMENT SECTION END */

/* OUR APPOARCH SECTION START */
.deg-bg-1{
    background-image: url('../images/smart-thinking.jpg');
}
.deg-bg-2{
    background-image: url('../images/efficient-design.jpg');
}
.deg-bg-3{
    background-image: url('../images/environment-friendly.jpg');
}
/* OUR APPOARCH SECTION END */

/* MEDIA ROOM START */
.article-inner{
    min-width: 200px;
}
.article-inner-img{
    margin-bottom: 30px;

}
.article-inner-img img{
    aspect-ratio: auto 300 / 420;
}
.article-card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .2);
}
.article-card h2{
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -.4px;
    z-index: 100;
    position: relative;
    margin-top: 4px;
}
.article-card a{
    color: #fff;
}
.article-card P{
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    color: #fff;
    padding-bottom:0 !important;
}
.article-card span{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}
.article-card span i{
    font-size: 10px;
}
.article-card .down-text{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    bottom: 10%;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease-out;
    padding: 20px 20px 10px;
    z-index: 100;
} 
.hover-card{
    transition: background-color .3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(0.9);
}
.media-room-art:hover .hover-card{
    background-color: #546220;
}
.media-room-art:hover .article-card .down-text{
    opacity: 1;
}
.goto-arrow i{
    font-size: 30px;
    color: #fff;

}
/* MEDIA ROOM END */

.portfolio-item p{
    line-height: 1.938em;
    text-align: center;
    
}

.protfolio-items:hover .hover-black{
    opacity: 1;
}
.portfolio-item{
    padding-bottom: 50px;
    
}
.protfolio{
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: solid 1px #5a5a5a;
}
.blog-share ul li{
    display: inline-block;
    width: 30px;
    border:1px solid #a4a4a4;
    border-radius: 100%;
    margin-right: 5px;
    text-align: center;

}
.blog-share ul li a{
    color: #a4a4a4;
}
.blog-share ul li:hover,.blog-share ul li:hover a{
    background-color: #a4a4a4;
    color: #fff;

}
.b-border{
    border-bottom: 1px solid #dadada;

}