*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section_gap{
    margin: 60px 0 !important;
}
.section_gap_top{
    margin-top: 60px !important;
}
.section_gap_bottom{
    margin-bottom: 60px !important;
}



.gallery_active .product_cart{
    margin: 1px;
}


.management_item {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.management_item_image img {
    border-radius: 100%;
    border: 5px solid #dddddd;
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto;
    object-fit: cover;
}

.management_item_image {
    margin-top: -85px;
}
.management_item_carve {
    width: 100%;
    height: 120px;
    background: #01953F;
}
.management_item_text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.management_item_name h6 {
    font-weight: 600;
    font-size: 18px;
}
.management_item_designation p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.management_item_name h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*=====Header Section Start=====*/

.header {
    background-color: #000;
}

.header .navbar {        
    color: #555;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    z-index: 99999999 !important;
  }
  .header .navbar-brand .img-fluid {
    width: auto;
    max-height: 60px;
}
  .header .navbar-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
  }
  
  .header .navbar-menu li {
    margin-right: 15px;
  }
  
  .header .navbar-menu li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
  }

  .activate,
  .header .navbar-menu li:hover a{
        color: #01953F !important;
  }

  .see_all{
    color: #fff;
    text-decoration: none;
    background: #01953F;
    float: right;
    border-radius: 5px;
    font-size: 15px;
    padding: 6px 10px;

  }

  .management_item_all{
  
  }


    .member__button {
        text-align: center;
        margin-top: 20px !important;
    }

    a.member_btn_link {
        background: #01953F;
        color: #fff;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 30px;
        text-decoration: none;
    }

  






/*=====Header Section End=====*/
.read__more {
    text-decoration: none;
    color: #01953F;
    border: 1px solid #01953F;
    padding: 3px 10px;
    border-radius: 3px;
    margin-top: 20px;
    display: block;
    width: 110px;
}



.gallery-img{
    height: 300px;
}
.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.login{
    display: block ruby;
}
.login a{
  text-decoration: none;
  font-size: 16px;
  background-color: #01953F;
  padding: 10px 30px;
  color: white;
  font-weight: bold;
  border-radius: 10;
  border-radius: 10px;
}


/*=====Slider Section Start=====*/
.carousel{    
    overflow: hidden;
}
.owl-prev {
    background: #f1f1f1;
    color: #01953f;
    border: 2px solid #01953f;
    font-size: 30px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.owl-next {
    background: #f1f1f1;
    color: #01953f;
    border: 2px solid #01953f;
    font-size: 30px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
section.managing_committee .owl-prev {
    left: -10px;
}
section.managing_committee .owl-next {
    right: -10px;
}
.banner_slider_active .owl-prev {
    left: 40px;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.2);    
    border-color: #fff;
    color: #fff;
}
.banner_slider_active .owl-next {
    right: 40px;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.2);    
    border-color: #fff;
    color: #fff;
}
.top_banner_image {
    max-height: 90vh;
}
.top_banner_image img {
    width: 100% !important;
    max-height: 100%;
}
/*=====Slider Section End=====*/


/*=====About House Start=====*/

.about-house-img {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 3px;
}
/* .about-house-explain {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 3px;
} */
.about-house-img img{
   width: 100%;
   max-height: auto;
}
.about-house-explain h3{
    font-weight: bold;
    font-size: 27px; 
    margin-bottom: 0; 
}

.about-house-explain p{
    text-align: justify;
    margin: 0;
    padding: 0;
}

/*=====About House End======*/


/*=====Latest Project Start=====*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff !important;
    color: #43953f !important;
    padding: 2px 10px;
    border: 2px solid #43953f;
}
/* .latest_project_caption h3{
    text-align: center;
    font-weight: bold; 
} */
.tabs-area{
    margin: 20px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unorder_list{
    display: flex;
    align-items: center;
    gap: 25px;
}
.first-tab-img{
    overflow: hidden !important;
}
.first-tab-img img{
    width: 100%;
    height: 250px;
    transition: 0.99s;
}
.first-tab-img img:hover{
    transform: scale(1.5, 1.5 );
}

.flat-img{
    overflow: hidden !important;
}
.flat-img img{
    width: 100%;
    height: 250px;
    transition: 0.99s;
}
.flat-img img:hover{
    transform: scale(1.5, 1.5 );
}

.plot-img{
    overflow: hidden !important;
}
.plot-img img{
    width: 100%;
    height: 250px;
    transition: 0.99s;
}
.plot-img img:hover{
    transform: scale(1.5, 1.5 );
}


/*=====Managing Commity Start=====*/

.side_title {
    text-align: center;
}
.side_title h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.underline {
	width: 100%;
	height: 3px;
	background-color: #01953F;
	border-radius: 10px;
	position: absolute;
	top: 38px;
    left: 0%;
    right: 0%;
    text-align: center;
	overflow: hidden;
}

.underline span{
	width: 15px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top:0px;
	left: 100%;
	animation: moving 2s linear infinite;
}

@keyframes moving{
	0%{
		left: -20px;
	}
	100%{
		left: 100%px;
	}
}

.managing_committee_card{
    width: 100%;
    max-height:280px;
    min-height: 280px;
    background-color: #ddd;
    margin-bottom: 15px !important;
}
.inside_managing_card{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.managing_committee_card_design{
    width: 100%;
    height: 120px;
    background: #01953F;
    position: relative;
}
.managing_card_img{
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    border-radius: 50%;
    margin: 0 auto;
}

.managing_committee_card img{
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    min-height: 170px;
    border-radius: 50%;
    border: 5px solid #ddd;
    position: absolute;
    top: 35px;

}
.managing_committee_name_and_post {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0.5;
}
.managing_committee_name_and_post h6{
    font-size: 18px;
    font-weight: bold;
}
.managing_committee_name_and_post p{
    font-size: 15px;
    color: #000;
}

/*=====Managing Commity End=====*/



/*=======director_team_caption start=====*/
.our_director_system{}

.director_team_caption {
	position: relative;
}
.director_team_caption h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}



.directors_card{
    width: 100%;
    max-height:280px;
    min-height: 280px;
    background-color: #ddd;
    margin-bottom: 15px !important;
}
.inside_directors_card{
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.directors_card_design{
    width: 100%;
    height: 120px;
    background: #01953F;
    position: relative;
}
.directors_card_img{
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    border-radius: 50%;
    margin: 0 auto;
}
.directors_card img{
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    min-height: 170px;
    border-radius: 50%;
    border: 5px solid #ddd;
    position: absolute;
    top: 35px;

}
.directors_name_and_post {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0.5;
}
.directors_name_and_post h6{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.directors_name_and_post p{
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}
/*=====director_team_caption end======*/



/*=====Certificat section start=====*/
.Certificate_section {
	margin-top: 100px;
    margin-bottom: 100px;
}
.certificate-img {
    width: 100%;
    height: 500px;
}
.certificate-img img{
    min-width: 100%;
    max-height: 100%;
}
.chukti_submit_img{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.chukti_submit_img img{
    max-width: 100%;
    max-height: 100%;
}
.chukti_submit_h2_a{
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    text-align: center;
}
.chukti_submit_h2_a h2{
    font-weight: bold;
    color:#111;

}
.chukti_submit_img img{
    width: 100%;
    opacity: 0.5;
}
.chukti_submit_h2_a a {
	text-decoration: none;
	color: #fff;
	background: #01953F;
	padding: 7px 15px;
}
.chukti_submit_h2_a a:hover{

}
/*=====Certificat section end=====*/



/*=====call email and location start=====*/

.contact_us h3 {
	font-weight: bold;
	text-align: center;
	font-size: 32px;
    margin-bottom: 30px;
}
.call {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.call_icon {
    position: relative;
    background: #01953F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.call_icon .fa.fa-phone {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 18.5px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.call_icon .fa.fa-phone:hover{
    color:#7A7A7A;
}
.call p{
	color: #7A7A7A;
	font-size: 16px;
	line-height: 0.5;
	font-weight: bold;
}

.email {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.email_icon {
    position: relative;
    background: #01953F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.email_icon .fa-envelope-o {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 18.5px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.email_icon .fa-envelope-o:hover{
    color:#7A7A7A;
}
.email p{
	color: #7A7A7A;
	font-size: 16px;
	line-height: 0.5;
	font-weight: bold;
}

.location{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.location_icon {
    position: relative;
    background: #01953F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.location_icon .fa-map-marker {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 18.5px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.location_icon .fa-map-marker:hover{
    color:#7A7A7A;
}
.location p{
	color: #7A7A7A;
	font-size: 16px;
	font-weight: bold;
    text-align: center;
}
/*=====call email and location end=====*/


/*=====Login section start=====*/
.login_section > img{
    width: 100%;
    height: 700px;
    position: relative !important;
}
.login_page{
    position: absolute !important;
    top: 100px;
    left: 35%;
    width: 30%;
}
.login_favicon_and_title {
border-bottom: 1px solid #ddd;
background: #F7F7F7;
padding-bottom: 10px;
}
.login_favicon_and_title img {
width: 16%;
margin-left: 42%;
margin-right: 42%;
margin-top: 20px;
margin-bottom: 10px;
}
.login_favicon_and_title h3 {
font-size: 23px;
font-family: initial;
text-align: center;
}
.login_site{
    padding: 20px;
}
.login_site form input{
    width: 100%;
    padding: 10px;
}

/*=====Login section end=====*/



/*
==========================================
    Gallery Area Css
==========================================
*/
.gallery-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-menu ul li {
    margin-right: 20px;
    line-height: 12px;
}
.gallery-menu ul li:last-child {
    margin-right: 0px;
}
.gallery-menu ul li button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
}
.gallery-menu ul li button.active {
    color: #c22280;
}

.gallery-box{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.gallery-box img {
    transition: 0.5s;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 1/1;
}
.gallery-box img:hover{
    transform: scale(1.2, 1.2);
}

.gallery_item iframe {
    width: 100%;
    aspect-ratio: 1/1 !important;
    border-radius: 5px;
}

/*=====contact section start======*/
.contact_input {
    margin-bottom: 30px;
}
.contact_input form {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 3px;
}
textarea#message {
    padding: 5px 10px;
    FONT-WEIGHT: 100;
    FONT-WEIGHT: 100;
}
.contact_img img {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 3px;
}
/*=====contact section end=====*/





/*========== Project Statistics Area CSS Start ===========*/
.project_statistics_contents ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 0;
}
.project_statistics_contents ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #fff;   
    padding: 10px 10px 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}
.project_statistics_contents ul li::after {
    content: "";
    background-color: #01953f;
    width: 0%;
    height: 3px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.project_statistics_contents ul li:hover::after{
    width: 100%;
}
.project_statistics_content_title p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #000;
}
.project_statistics_content_number h2 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-family: 'FontAwesome';
    color: #01953f;
}













/*========== Project Statistics Area CSS End ===========*/







/*======Google Map Area Start=====*/
.locatiion_section iframe {
    width: 100%;
    height: 50vh !important;
}
/*======Google Map Area End =====*/





/*======Footer Start=====*/
.footer{
    background-color: #000;
    padding-top: 0px;
    padding-bottom: 20px;
}
.footer h4 {
	color: cadetblue;
	line-height: 1.5;
    margin-top: 20px;
}
.image_gallery iframe {
    width: 100%;
    aspect-ratio: 1/1;
    max-height: 300px;
}
.contact_us_part {
    display: flex;
    justify-content: center;
}
.about_us p{
    text-align: justify;
    color:#fff;
}
.boldfont {
	font-weight: bold;
    color: #fff;
}
.communicate{
    margin-top: 15px;
}
.communicate p {
	line-height: 0.5;
    color: #fff;
}
.communicate a.normalfont {
    text-decoration:none;
	color: #fff;
}

.image_gallery_flat{
    height: 110px;
}
.image_gallery_flat img{
    max-width: 100%;
    min-height: 100%;
}


section.our_director_system {
    margin: 70px 0px;
}
.project-name{
    margin-top: 30px;
    margin-bottom: 25px;
}
.project_caption h3{
    position: relative;
}

/*------------*/
.latest_project_name {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0px;
}

/*======Footer End=====*/
/*
==============================================================
    Whatsapp Icon Css
==============================================================
*/
.fixed_footer_whatsapp_icon {
    position: relative;
    background-color: #0DC043;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    top: 80%;
    right: 15px;
    z-index: 99;
}

.fixed_footer_whatsapp_icon .whatsapp_icon {
    color: #fff;
    font-size: 25px;
}

.whatsapp_close i {
    position: absolute;
    top: -14px;
    right: -1px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.whatsapp_toggle {
    display: none;
}

@media only screen and (max-width: 768px) {
    .owl-prev {   
        font-size: 18px;    
        width: 25px;
        height: 25px;
        line-height: 18px;      
        left: 0px;   
    }
    .owl-next {   
        font-size: 18px;    
        width: 25px;
        height: 25px;
        line-height: 18px;      
        right: 0px;   
    }
    section.managing_committee .owl-prev {
        left: 15px;
    }
    section.managing_committee .owl-next {
        right: 15px;
    }
    .banner_slider_active .owl-prev {
        left: 10px;  
    }
    .banner_slider_active .owl-next {
        right: 10px;  
    }
    .header .navbar-menu {
      display: none;
      flex-direction: column;
      background-color: #000;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      z-index: 1;
      padding-bottom: 20px;
    }
    
    .header .navbar-brand .img-fluid {
        width: auto;
        max-height: 50px;
    }
    .header .navbar-menu li {
      margin: 15px 0px 0px 15px;
    }
    .header .navbar-menu li a {
      padding: 5px;
      display: block;
      color: #fff;
    }
    .header .navbar-toggle {
      display: block;
      cursor: pointer;
    }
    .header .toggle-icon {
      width: 25px;
      height: 3px;
      background-color: #fff;
      margin: 5px 0;
    }

    .contact_input{
        margin-left: 5px;
    }

    .project-name{
        font-size: 15px;
        font-weight: bold;
    }
    .project-name .underline{
        margin-top: -10px;
    }
    .gallery-img {
        height: 170px;
    }

 


    .call_email_and_location_area .email p {
        color: #7A7A7A;
        font-size: 14px;
        line-height: .3;
        font-weight: bold;
    }

    .section_gap{
        margin: 30px 0 !important;
    }
    .section_gap_top{
        margin-top: 30px !important;
    }
    .section_gap_bottom{
        margin-bottom: 30px !important;
    }
  
}
