/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
   margin:0;
    padding:0;
}

body {
    position: relative;
    font-size:14px;
    font-family: 'DINPro-Regular';
    line-height:24px;
    color:#6f6f6f;
}



a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
}

.section{
    padding: 50px 0;
    position: relative;
}


/*-----------FONTS----------*/

@font-face {
   font-family: DINPro-Bold;
   src: url(../font/DINPro-Bold.woff);
  
}

@font-face {
   font-family: DINPro-Medium;
   src: url(../font/DINPro-Medium.woff);
  
}

@font-face {
   font-family: DINPro-Regular;
   src: url(../font/DINPro-Regular.woff);
  
}

.DINPro-b {
    font-family: DINPro-Bold;
}



/*-----------HEADER----------*/
nav.navbar .navbar-brand{
    margin-top: 0;
}

nav.navbar .navbar-brand img.logo{
    width: 50px;
}

nav.navbar .navbar-brand{
    margin-top: 0px;
}

nav.navbar .navbar-brand img.logo{
    width: 188px;
}

.line2, .line3, .line4, .line5, .line1{
    content: " ";
    background: #000!important;
    width: 1px;
    height:100%;
    position: absolute;
    opacity: 0.05;
    z-index:99;
    top:0px;
    bottom:0px;
}
.line1{
    left:3%;
}
.line2{
    left:26%;
}
.line3{
    left:50%;
}
.line4{
    right:26%;
}
.line5{
    right:3%;
}
.navbar-right .dropdown-menu {
    right: 0;
     left: 0!important; 
}

/*------------------SLIDER----------------*/
.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    color: #808080!important;
    border: 0px solid #737373!important;
    cursor: pointer;
    display: inline-block;
    font-size: 25px!important;
    margin: 5px;
    background:transparent!important;
    padding: 10px 15px;
   ! display: none !important; 
}
.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px; 
}
.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}
.owl-prev i, .owl-next i{
    font-size:20px;
    text-align:center;
    padding:5px 3px;
    vertical-align:middle;
}
.owl-dots {
    display:none!important;
}
.slider_text{
    padding-top: 180px;
}
.slider_text h3{
    font-size: 60px!important;
    margin-left:0px!important; 

}
.slider_text h5{
    font-size: 22px;
    color: #000;
    margin-top: 10px;
}
.slider_text p{
    font-size: 18px!important;
}
/*------------COMMON CSS----------------*/
.parent-team{
    display: table;
    height: 100%;
    width: 100%;
} 
.child-team{ 
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.page_header{
    border:6px solid #99bf2b;
    padding:300px 30px 10px;
    margin-top: -230px;
}
.page_header h3{
    color: #000;
    font-size: 45px;
}
.overhead_line{
    width:50px;
    height:5px;
    background: #99bf2b;
    margin-bottom: 20px;
}
.page_header_text h4{
    color: #000;
    font-size: 20px;   
    letter-spacing: 0px;
}
.page_header_text p{
    color: #000;
    font-size: 16px;   
}
.career_text h3{
    color: #000;
    font-size: 30px;
    letter-spacing: 0px;   
}
.career_text p{
    color: #000;
    font-size: 16px;
}
.pd_right{
    padding-right: 20px;
}
.pd_left{
    padding-left: 20px;
}
.col-sm-7.five-three {
width: 60% !important;
}

.col-sm-5.five-two {
  width: 40% !important;
}
/*------------INDEX-------------*/
.home_bg{
    background-image: url(../images/home_bg.jpg);
    position: relative;
    background-size:cover;
    height:100vh;
    width:100%; 
}
.index_color li a{
    color:#000!important;
}
.index_abt_img{
    position: relative;
}
.index_abt_img img{
    /*
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    */
    -webkit-transition:ease 0.5s;
    -moz-transition:ease 0.5s;
    transition:ease 0.5s;
}

.index_abt_img:hover  img{
     filter: none;
  -webkit-filter: grayscale(0%);
}
.index_abt_text{
    background: #1d4b26;
    padding:45px;
    position: absolute;
    width:450px;
    right:0px;
    top:150px;
    z-index: 999;
}
.index_abt_text span{
    color: #98bf2a;
    font-size: 16px;
}
.index_abt_text h3{
    color: #fff;
    font-size: 32px;
}
.index_abt_text p{
    color: #fff;
    font-size: 16px;
}
.index_abt_text a{
    display: inline-block;
    position: absolute;
    color: #fff;
    background: #98bf2a;
    padding:8px 20px;
    bottom:-20px;
    left:50%;
    margin-left: -60px; 
}
.index_project_head{
    font-size: 60px!important;
    color: #000!important;
    margin: 0px;
}
.index_project_head span{
    border:10px solid #98bf2a;
    padding:0px 15px;
}
.view_more{
     color: #fff!important;
     position: relative;
    background: #98bf2a;
    padding:12px 20px;
    top: -160px;
    display: inline-block;
}
.box_shadow{
    -webkit-box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
    box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
}
.featured_head{
    color:#98bf2a;
}
.interested{
    background-image: url(../images/intrested_bg.jpg);
    position: relative;
    background-size:cover;
    !background-attachment: fixed;
    height:364px;
    width:100%;
    padding:40px 100px; 
    top:100px; 
    z-index: 9999999;
}
.interested h5{
    color: #fff;
    font-size: 20px;
    margin: 0px;
}
.interested p{
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}
.form_submit{
    color: #fff!important;
    position: relative;
    background:#dfaa0a;
    padding:8px 20px;
    border: 0px;
    margin-top: 30px;
}
.test_bg{
    background-image: url(../images/test_bg.png);
    position: relative;
    background-size:cover;
    height:540px;
    width:80%; 
}
.test_quotes{
    position: absolute;
    left:-80px;
    top:-50px;
}










.cont-coments .bx-wrapper .bx-viewport{
    padding-bottom: 0;
    width: 90%!important;
    !height:250px;
   ! left: -70px;
}
.bx-viewport{
    height:400px!important;
    
}
.cont-coments .control{padding-bottom: 41%;}
.cont-coments .img-container{
    background-image: url("../images/test_bg.jpg");
    width: 100%;
    height: auto;
    min-height: 416px;

    background-size: cover;
    position: relative;
}
.cont-coments .control img.row-control{
    left: 50%;
    margin-left: -11px;
    cursor: pointer;
    position: absolute;
}
.cont-coments .bx-wrapper .bx-controls-direction a{
    display: block;
    display: block;
    position: absolute;
    right: -113px!important;
    left: inherit;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 0;
    z-index: 10000;
}
.cont-coments .bx-wrapper a.bx-next{
    background-image: url("../images/row-down.jpg");
    top:450px!important;

}
.cont-coments .bx-wrapper a.bx-prev{
    background-image: url("../images/row-up.jpg");
    top: 45px;
}
.cont-coments .bx-wrapper .bx-pager{
    position: absolute;
    right: -94px;
    top: 73px;
    text-align: left;
    width: 61px;
    display: block;
}
.cont-coments .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    display: block;
    margin-top: 13px;
}
.cont-coments .bx-wrapper .bx-pager.bx-default-pager a{
    display: block;
    text-indent: 0!important;
    height: auto;
    width: auto;
    background: none;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #dedede;
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;

}
.cont-coments .bx-wrapper .bx-pager.bx-default-pager a.active{
    font-size: 50px;
    position: relative;
    left: -10px;
    color: #98bf2a;
}
.cont-coments .bx-wrapper .bx-pager.bx-default-pager a:hover{
    
    color: #98bf2a;
}
.cont-coments .control ul{
    position: relative;
    top: 104px;
    padding-bottom: 32%;
}
.cont-coments .control ul li{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 20px;
    margin-top:10%;
    color: #98bf2a;
}
.cont-coments .control ul li.active{
    color: #2A379D;
    font-size: 30px;
    font-weight: 600;
}
.cont-text{
    padding:50px 100px;
    margin-top: 100px;
}
.cont-text h4{
    color:#fff;
    font-size: 40px;
}
.cont-text p{
    color:#fff;
    font-size: 20px;
    line-height:30px;
}
.amenities{
    background: #eee;
}
.amenities_list{
    position: relative;
    padding-left: 50px;
}
.amenities_list img{
    position: absolute;
    left:0px;
    top:3px;
}
.amenities_list li{
    list-style: none;
    font-size:17px;
    color:#000;
    padding-top: 10px;
    margin-top: 20px;
    text-align: left;
        margin-left: 15px;
}
.amenities_list li img{
    !display: inline-block;
    !padding-right: 15px;
}
/*--------CAREER---------*/

.career_bg{
    background-image: url(../images/career_bg.jpg);
    position: relative;
    !background-size:cover;
    background-attachment: fixed;
    height:400px;
    width:100%; 
}
.greenOverlay{
    background:#99bf2b;
    position: absolute;
    top:0px;
    left:0px;
    opacity: 0.8;
    height: 100%;
    width: 100%; 
}
.career_form{
    background: #f6f6f6;
    padding:30px 50px;
    z-index: 999;
    position: relative;
}
.career_form h3{
    color: #000;
    font-size:20px; 
}
.career_input{
    width: 100%;
    border: 1px solid #d2d2d2;
    background: #fff;
    padding:8px 15px;

}
.career_form label{
    margin-top: 15px;
}
.career_form span{
    font-size: 13px;
    color: #000;
}
.career_submit{
    background: #99bf2b;
    color: #fff;
    padding: 5px 30px;
    border: 0px;
    margin-top: 20px;
}
.career_vline{
    position: relative;
}
.career_vline img{
    position: absolute;
    left:50%;
    bottom:0px;
    margin-left: -1px;
}
/*-------------CONTACT US-------------*/
.contact_bg{
    background-image: url(../images/contact_bg.jpg);
    position: relative;
    !background-size:cover;
    background-attachment: fixed;
    height:371px;
    width:100%; 
}
.contact_addr{
    position: relative;
    padding-left: 30px;
}
.contact_addr img{
    position: absolute;
    left:0px;
    top:5px;
}
.contact_addr p{
    color: #000;
}
.map_frame{
    position: relative;
    z-index: 999;
}
.float_right{
    float: right;
}
.building{
    position: absolute;
    bottom:-70px;
    z-index: 999;
}


/*---------------MANAGEMENT---------------*/
.mgnt_bg{
    background-image: url(../images/mgmt_bg.jpg);
    position: relative;
    !background-size:cover;
    background-attachment: fixed;
    height:400px;
    width:100%; 
}
.team_section{
    position: relative;
    z-index: 999;
}
.gallery_img img{
    width: 100%;
}
.gallery figure.effect-bubba img {
    height: auto;
    width: 100%;
}

.gallery {
    position: relative;
    float: left;
    overflow: hidden;
    
    background: #99bf2b;
    text-align: center;
    cursor: pointer;
    !padding: 0;
    margin: 0;
}
.nopadding{
    padding: 0px!important;
}

figure.effect-bubba img {
    -webkit-transition: opacity 0.50s;
    transition: opacity 0.50s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
    transition: opacity 0.50s, transform 0.50s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h4 {
    opacity: 0;
    color:#fff;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 15%;
    -webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
    transition: opacity 0.50s, transform 0.50s;
    -webkit-transform: translate3d(-60px,0,0);
    transform: translate3d(-60px,0,0);
}
.top_margin{
    position: relative;
    top:45%;
    transform:translateY(-50%);
}
figcaption{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    margin-left: auto;
    margin-right: auto;
}

figure.effect-bubba p {
    color:#fff;
    !padding: 20px 2.5em;
    margin-bottom: 5px;
    opacity: 0;
    font-size: 16px;
    -webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
    transition: opacity 0.50s, transform 0.50s;
    -webkit-transform: translate3d(60px,0,0);
    transform: translate3d(60px,0,0);
}
figure.effect-bubba a {
    color:#fff;
    !padding: 20px 2.5em;
    margin-bottom: 5px;
    padding:5px 25px;
    display: inline-block;
    margin-top: 5px;
    border:1px solid #fff;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: opacity 0.50s, -webkit-transform 0.50s;
    transition: opacity 0.50s, transform 0.50s;
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p, figure.effect-bubba:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.m_150{
    margin-top: 170px;
}
.team_info_modal{
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    right:0px;
    bottom:0px;
    background:rgba(0,0,0,0.7);
    z-index:99999999;
    display:none;
}
.member_info{
    background:#fff;
    padding:30px 20px;
    border-top:5px solid #99bf2b;
    position:relative;
    margin-top:20%;
}
.member_info button{
    background:#99bf2b;
    border:0px;
    position:absolute;
    top:-65px;
    right:-5px;
    color:#fff;
    font-size:30px;
    padding:5px 10px;
}
.member_info h6{
    font-size:25px;
    color: #000;
    font-weight: 400;
    margin: 0px;
}
.member_info p{
    font-size:15px;
    color: #000;
}
.member_info span{
    font-size:15px;
    color: #000;
}
/*--------------PROJECTS--------------*/
.kfp_tabs {
    margin: 0 auto; 
    !min-width: 320px; 
    max-width: 100%;
}
.content {
    background: #fff; 
    color: #373737;
}
.content > div {
    display: none; 
    !padding: 20px 25px 5px;
}

.kfp_tabs input {
    display: none;
}
.kfp_tabs label {
    display: inline-block;
    padding: 15px 18px 10px;
    font-weight: 600; 
    text-align: center;
    !z-index:1;
    !width:24.755%;
    color:#646464;
    margin:0px -0.5px;

}
.kfp_tabs label:hover {
    color: #000; 
    cursor: pointer;
}
.kfp_tabs input:checked + label {
    color: #000;

    border-bottom: 4px solid #dfaa0a;
    background:#fff;
    margin-bottom:-1px;
    
}

#ongoing:checked ~ .content #ongoing_projects,
#upcoming:checked ~ .content #upcoming_projects,
#completed:checked ~ .content #completed_projects,
#finishes:checked ~ .content #finishes_view,
#toilet:checked ~ .content #toilets_view,
#door:checked ~ .content #door_view,
#kitchen:checked ~ .content #kitchen_view,
#electrical:checked ~ .content #electrical_view,
#lifts:checked ~ .content #lift_view,
#structure:checked ~ .content #structure_view
{
  display: block;
  
}



.kfp_tabs_show input {
    display: none;
}
.kfp_tabs_show label {
    display: inline-block;
    padding: 15px 25px 10px;
    font-weight: 600; 
    text-align: center;
    !z-index:1;
    !width:24.755%;
    color:#646464;
    margin:0px -0.5px;

}
.kfp_tabs_show label:hover {
    color: #000; 
    cursor: pointer;
}
.kfp_tabs_show input:checked + label {
    color: #000;

    border-bottom: 4px solid #98bf2a;
    background:#fff;
    margin-bottom:-1px;
    
}
#gallery:checked ~ .content #gallery_view,
#masterplan:checked ~ .content #master_view,
#floorplan:checked ~ .content #floor_view
{
  display: block;
  
}




.ongoing_projects h3{
    color: #98bf2a;
    font-size: 40px;
    text-align: left;
}
.text_left{
    text-align: left!important;
}
.ongoing_projects p{
    font-size: 20px;
    color: #3d3d3d;
    line-height: 30px;
}
.project_details{
    position: relative;
}
.project_details img{
    -webkit-box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
    box-shadow:0px 0px 40px 10px rgba(0,0,0,0.25);
}
.project_number h1{
    color: #98bf2a;
    font-size:124px;
    position: absolute;
    left:20px;
    top:-20px;
}
.proj_desc{
    margin-left: 70px;
    margin-top: -50px;
}
.proj_desc h3{
    color:#000;
    font-size:40px;
    line-height: 50px;
}
.proj_desc p{
    padding-left: 72px;
    margin-top: -8px;
    font-size: 16px;
    color: #000;
}
.project_details:hover .proj_desc h3{
    color: #98bf2a;
}
.mm_100{
    margin-top: -90px;
}
.completed_list h3{
    color: #000;
    margin:0px;
}
.completed_list p{
    color: #000;
    margin:0px;
    font-size:16px;
}


.proj_logo{
    box-shadow: none!important;
}
.white{
    color: #fff!important;
}
/*----------PROJECT INNER----------------*/
.inner_proj{
    margin-top: 100px;
}
.inner_name{
    !border: 5px solid #98bf2a;   
    !padding:25px 50px;
    position: relative;
    !margin-top: 150px;
}
.inner_name h3{
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    margin: 0px;
}
.inner_name p{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.inner_name span{
    font-size: 14px;
    font-weight: 600;
    color: #1d4b26;
}
.inner_divider{
    width:50px;
    height:3px;
    background: #98bf2a;
    margin: 10px 0px;
}
.starting_price{
    background-image:url(../images/green_bg.png);
    width:210px;
    height:50px;
    position: absolute;
    right:0px;    
    bottom: 0px;
    margin-top: 20px;
}
.starting_price p{
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top: 15px; 
}
.green_head{
    color: #55565b;
    font-size: 40px;
    text-transform: uppercase;
}
.overview_text p{
    font-size:17px;
    color: #000;
}
.overview_download{
    padding-left: 100px;
}
.download{
    width:300px;
    padding:15px 20px;
    text-align: center;
    color: #000!important;
    background: #98bf2a;
    display: block;
    margin-top: 15px;
    font-weight: 400;
}
.enquire{
    background: #1d4b26!important;
    color: #fff!important;
}
.specs_list{
    margin-top: 50px;
}
.specs_list h4{
    color: #180636;
    font-size: 20px;
}
.specs_list ul{
    padding-left: 20px;
}
.specs_list ul li{
    font-size: 17px!important;
    list-style-type: square;
    padding: 5px;
}
.specs_img img{
    margin-left: -35px;
}
.showcase_img{
    position: relative;
    z-index: 999;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
ul.tabs li{
    background: none;
    color: #646464;
    font-weight: 600;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
ul.tabs li.current{
    border-bottom: 5px solid #dfaa0a;
    color: #000;
}
.tab-content{
    display: none;
    !background: #ededed;
    !padding: 15px;
}
.tab-content.current{
    display: inherit;
}
.location_text{
    background: #98bf2a;
    color: #fff;
    height:485px;
    position: relative;
    z-index: 999;
    padding:40px;
}
.height_485{
    height:485px;
}
.location_text h4{
    font-size: 18px;
    color: #fff;
}
.location_text p{
    font-size:14px;
}
.padding_left{
    padding-left: 100px;
}
/*----------------ABOUT US-----------------*/
.mission_img img{
    position: relative;
}
.mission_text, .vision_text{
    margin-top:100px;
    position: relative;
}
.mission_text h3, .vision_text h3{
    color: #000;
    font-size: 45px;
}
.mission_text_grp{
    position: absolute;
    left:-48px;    
}
.overhead_line1{
    width:70px;
    height:5px;
    background: #99bf2b;
    margin-bottom: 20px;
}
.mission_text p{
    padding-top: 42px;
    padding-left: 50px;
    color: #000;
    font-size:16px;
    position: relative;
}

.vision_img img{
    position: relative;
    margin-left: 0px;
}
.vision_text_grp{
    position: absolute;
    z-index: 99;
    right:-48px;    
}

.vision_text p{
    padding-top: 42px;
    padding-right: 50px;
    color: #000;
    text-align:right; 
    font-size:16px;
    position: relative;
}
.values{
    background: #f6f6f6;
    margin-top: -50px;
    z-index: -1;
}
.values h3{
    font-size: 45px;
    color: #000;
    margin-top: 30px;
}
.values-text{
    position: relative;
}
.values-text img{
    margin: 0 auto;
    padding-bottom: 15px;
}
.values-text h4{
    color: #000;
    font-size: 22px;
    position: relative;
}
.values-text p{
    color: #000;
    font-size: 15px;
}
.values-text:hover{
    box-shadow: 0px 0px 5px 5px #000!important;
    border:1px solid #000;
 
}

/*--------------MEDIA--------------*/
.media{

}
.media_details{
    margin-top: 25px;
}
.media_details img{
    z-index: 999;
    position: relative;
}
.media_details h3{
    font-size: 25px;
    color: #000;
    margin-top: -45px;
    margin-left: 12px;
    letter-spacing: 0px;
    position: relative;
    z-index: 999;
}
.media_details p{
    padding-left: 72px;
    margin-top: -8px;
    font-size: 15px;
    color: #000;
}
.float_left{
    float: left!important;
}
.m-10{
    margin-left: 12px;
}
/*-------------FOOTER-------------*/
.footer{
    background: #e8e9eb;
    z-index: 999;
    position: relative;
}
.footer_link{
    padding: 30px 0px;
}
.footer_link li{
    display: inline-block;
    list-style: none;
}
.footer_link li a{
    color: #000;

}
.footer_link li:not(:first-child):before{
    content: " | ";
    color: #000;
    padding: 0px 15px;
}
.footer_addr p{
    color: #000;    
    font-weight: 400;
}
.social_share li{
    list-style: none;
    display: inline-block;
    padding: 0px 2px;   
}
.social_share li a{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    background-color: #fff;
    color: #0a003b;
    font-size:16px;
}
.social_share p{
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}
.m_100{
    margin-top: 100px;
}
.m_150{
    margin-top: 150px;
}
.contact_form_bg{
    background-image: url(../images/contact_form_bg.jpg);
    position: relative;
    background-size:cover;
    z-index: 999;
    height:700px;
    width:100%; 
}
.contact_form{
        background: transparent;
    padding:0px 50px;

    overflow-y:auto;
}
.contact_form h3, .contact_form p{
    color: #000;
    margin-bottom: 5px; 
}

.contact_submit{
    background: #99bf2b;
    color: #fff;
    padding: 10px 50px;
    border: 0px;
    margin-top: 20px;
    float: left;
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #1d4b26;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #1d4b26 !important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #1d4b26 !important;
    }
}

.aboutConfig ul {
    padding: 0px;
}

.aboutConfig ul li {
    display: inline-block;
    padding: 30px 24px;
    position: relative;
}

.aboutConfig ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #acacac;
    transform: rotate(20deg);
}

.aboutConfig ul li:last-child::after {
    content: " ";
    display: none;
}

.aboutConfig ul li .value {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
}

.aboutConfig ul li .value span {
    font-size: 14px;
}

.aboutConfig ul li .text {
    text-transform: uppercase;
}



/*---=================MEDIA QUERIES=====================---*/



@media (min-width:320px) and (max-width:767px){
     .aboutConfig ul li {
        padding: 10px 10px;
        margin-bottom: 20px;
        width: 49%;
    }
    .aboutConfig ul li:nth-child(even)::after {
        content: " ";
        display: none;
    }
    .aboutConfig ul li .value {
        font-size: 20px;
        line-height: 1;
    }
    .aboutConfig ul li .text {
        margin-top: 5px;
    }
    
    .cond-txt2 {
    
    margin-left: 25px!important;
 
}
    .carousel-indicators {
   
    !bottom: -15px!important;
    }
    nav.navbar .navbar-brand img.logo{
        width: 70px;
        margin-top: -20px;
    }
    .pd_right{
        padding-right: 0px;
    }
    .pd_left{
        padding-left: 0px;
    }
    .page_header{
        border:0px solid #99bf2b;
        padding:0px;
        margin-top: 0px;
    }
    .float_right{
        float: right;
        width: 100%!important;
    }
    .building{
        position: relative;
        bottom:0px;
        z-index: 999;
    }
    .team_info_modal{
        overflow:auto;
    }
    .member_info{
        margin-top:0%;
    }
    .member_info button{
        top:0px;
    }
    .mission_text_grp{
        left:10px;    
    }
    .mission_text p{
        padding-top: 72px;
        padding-left: 10px;
    }
    .mission_text, .vision_text{
        margin-top:-30px;
    }
    .vision_img img{
        position: relative;
        margin-left: 0px;
    }
    .vision_text_grp{
        position: absolute;
        z-index: 99;
        left:10px;    
        margin-top: 50px;
        right:0px;
    }

    .vision_text p{
        padding-top: 122px;
        padding-right: 10px;
        padding-left: 10px;
        text-align:left; 
    }
    .pull-right{
        float: left!important;
    }
    .mm_100{
        margin-top: 0px;
    }
    .proj_desc{
        margin-left: 20px;
    }
    .proj_desc h3{
        font-size:30px;
    }
    .kfp_tabs label {
        padding: 15px 10px;
        
        width:32%;
    }
    .index_abt_text{
        padding:25px;
        width:100%;
        top:100px;
    }
    .index_project_head{
        font-size: 30px!important;
        margin-top: 120px;
    }
    .index_project_head span{
        border:5px solid #98bf2a;
    }
    .interested{
        height:auto;
        padding:40px 10px; 
        top:0px; 
    }
    .cont-text{
        padding:10px;
        margin-top: 100px;
    }
    .cont-text h4{
        font-size: 20px;
    }
    .cont-text p{
        font-size: 16px;
    }
    .cont-coments .bx-wrapper .bx-pager.bx-default-pager a{
        font-size: 18px;
        font-weight: 600;
        margin-left:-20px;
        width:0px;
    }
    .cont-coments .bx-wrapper .bx-pager.bx-default-pager a.active{
        font-size: 18px;
        position: relative;
        left: 0px;
        width:0px;
    }
    
    .cont-coments .bx-wrapper a.bx-next, .cont-coments .bx-wrapper a.bx-prev{
        display: none;
    }
    
    .overview_download{
        padding-left: 0px;
    }
    .specs_img img{
        margin-left: 0px;
    }
    .green_head{
        font-size: 25px;
    }
    .location_text{
        height:auto;
        position: relative;
    }
    .padding_left{
        padding-left: 0px;
    }
    .slider_text h3{
        font-size: 40px!important;
    }
    .slider_text{
        padding-top: 0px;
    }
    .minus_100{
        margin-top: 30px;
    }
    .height_485{
        height:auto;
    }
    .small-font{
        font-size:13px!important;
    }
    .m_100{
        !margin-top: 20px;
    }
    .inner_proj{
        margin-top: -50px;
    }
    .mobile_background{
        background-color: #fff!important;
    }
    .mobile_toggle{
        color: #000!important;
    }
    .callback_input1 {
        width: 150px!important;
    }
    .head_callbackcss {
        float: none!important;
        text-align: center;
        margin-bottom: 10px;
    }
    .margintop-mobile
    {
        margin-top: 50px;
    }
    .logo1 {
        !height: 0!important;
        padding: 5px!important;
    }
    .logo1 img
    {
        height:60px;
    }
    /*.overview_download {
        margin-top: 120px!important;
    }*/
    .rera-logo {
        position: relative!important;
        right: 0px;
        top: 0px!important;
        /* bottom: 0px; */
    }    
    
   .showcase .index_abt_img img{
   
    -webkit-filter:grayscale(0%)!important;
    filter:grayscale(0%)!important;
   
 
}


}


