/*
Theme Name: SIMEC Properties
Theme URI: #
Author: Saiful Islam
Author URI:saifulislamrazib57@gmail.com
Description: Easy, Fast & Creative Blog, Bootstrap v5.1.3 (https://getbootstrap.com/)
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/


html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background-color: #F1F1F1;
}

p {
  font-size: 15px;
  line-height: 2;
  font-family: "Roboto", sans-serif;
}


h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

ul {
  list-style-type: none;
  padding: 0;
}

.btn:focus {
  border: unset;
}

.custom_container {
  padding: 0% 5%;
}
.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}
.custom_container_header{
  width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}
@font-face {
  font-family: "Base Neue";
  src: url(./include/fonts/BaseNeue-ExtraBold.woff);
}


/* owl-carousel -----------*/
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #4240B5#fff;
  border: 1px solid #ddd;
  background-color: #FFFFFF;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -6%;
  top: 50%;
  transform: translate(6%, -50%);
  width: 35px;
  height: 35px;
}

.owl-carousel .owl-next {
  right: -6%;
  top: 50%;
  transform: translate(6%, -50%);
  width: 35px;
  height: 35px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: #05a9f2
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.customner_owl-carousel .owl-nav button.owl-next,
.customner_owl-carousel .owl-nav button.owl-prev,
.customner_owl-carousel button.owl-dot {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #9dc541;
  margin-top: 4rem;
}

.customner_owl-carousel .owl-prev {
  left: 50% !important;
  top: 100% !important;
  transform: translate(-50%, -100%);
  width: 35px;
  height: 35px;
}

.customner_owl-carousel .owl-next {
  right: 44% !important;
  top: 100% !important;
  transform: translate(-44%, -100%);
  width: 35px;
  height: 35px;
}

/*================ Mobile nav Start =====================*/

 /* For submenu smooth expand */
 .mobile-nav .menu-item-has-children > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active > ul {
    max-height: 500px; /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children > a::after {
    content: '\f107'; /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active > a::after {
    transform: rotate(180deg); /* rotate up when open */
}

 .mobile_header_logo img{
    width: 140px;
 }
.nav-close{
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
  }
  .nav-close svg{
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
  }
  .mobile-nav{
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
    overflow-y: scroll; */
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(255,255,255,.1);
    background-color: #ECF8FF;
  }
  
  .mobile-nav ul li{
    display: block;
    border-bottom: 1px solid #2C2C2C1A
  }
  .mobile-nav ul li a{
    display: block;
    color: #2C2C2C;
    padding: 12px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
   
  .nav-arrow{
    position: absolute;
    right: 32px;
  }
  .mobile-nav ul li ul li a{
    padding: 10px 35px 10px 50px;
    display: block;
  }
  .nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 20%;
  }

  .mobile-nav-wrapper{
    display: none;
  }
  .mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
  }
  .nav-hide{
    display: none;
  }
  .nav-hide.show {
    display: block;
  }
  .dark-shadow.navActive{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 13px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
  }
  
/*================ Mobile nav end =====================*/
/* 
===========================
HEADER-SECTION  Start
============================
*/
.header_full {
  background-image: url(./include/img/header_new.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 155px;
  top: 0%;
  z-index: 999;
}

/* .header_logo img {
  width: 120px;
} */

.header_menu {
  justify-content: end;
}

.header_logo img {
	width: 185px;
    position: absolute;
    top: 15px;
    left: 0%;
    transform: translate(-0%, -0px);
}

#menu-header-menu li a {
  color: #413E3E;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18.75px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 32px 10px;
  margin: 0px 10px;
  position: relative;
}

/* #menu-header-menu li a:hover {
  background-color: rgb(255, 255, 255);
} */

/* .header_menu>#menu-header-menu li.current-menu-item>a.nav-link {
  background-color: rgb(255, 255, 255);
} */

#menu-header-menu li a::after {
    content: '';
    position: absolute;
    top: 75%;
	left: 12px;
    width: 30px;
    border-bottom: 4px dotted #0056A7;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

#menu-header-menu li a:hover{
	color:#0659a8!important;
}

#menu-header-menu li a:hover:after {
   transform: scaleX(1);
}
#menu-header-menu li a {
    position: relative;
}

#menu-header-menu li.current-menu-item a::after {
  background-color: unset;
}
.header_full .header_menu > ul li.menu-item-has-children {
    position: relative;
}
.header_full .header_menu > ul li.menu-item-has-children:hover ul {
    display: block;
}
.header_full .header_menu > ul li.menu-item-has-children ul {
    position: absolute;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    padding: 12px 12px;
    top: 99%;
    left: 0%;
    width: 370px;

    display: none;
}
.header_full .header_menu > ul > li.menu-item-has-children::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translate(-0px, -45%);
    color: #B6ADAD;
}

.header_full .header_menu > ul.sub-menu > li > ul.sub-menu li {
    border-bottom: 1px solid #D7D2D2;
}
.header_full .header_menu > ul > li > ul.sub-menu li > a {
    font-family: "Roboto", sans-serif;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 15px 25px!important;
    transition: 0.5s ease-in-out;
}
.header_full .header_menu > ul > li.menu-item-has-children > ul > li > a::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #105caad6;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0px, -50%);
    color: #B6ADAD;
    opacity: .5;
}
.header_full .header_menu ul.sub-menu li a::after {
    display: none;
}
.header_full .header_menu > ul > li.menu-item-has-children > ul > li > a:hover {
    color: #0659a8!important;
}
.header_full .header_menu > ul > li.menu-item-has-children > ul > li > a:hover:before {
    opacity: 1;
}
/* 
===========================
HEADER-SECTION  End
============================
*/

/* 
===========================
HOME page  Start
============================
*/

.page_top, .engineers_video{
      margin-top: 4.3%;
}
#videobg {
    width: 100%;
    object-fit: contain;
    height: 36rem;
    margin-bottom: -7px;
}
.engineers_video {
    background-image: url(https://simecproperties.com/wp-content/uploads/2024/02/blurbg-video.png);
    height: calc(100vh - 385px);
    overflow-y: hidden;
    position: relative;
    background-size: cover;
    object-fit: cover;
}
.cusotme_carousel_indicators [data-bs-target] {
    width: 18px;
    height: 7px;
    border-radius: 10px;
    background-color: #ffffff;
	opacity: 1;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.cusotme_carousel_indicators button.active{
	background-color: #9CC644;
}

.cusotme_carousel_indicators {
    margin-bottom: 3rem;
}
.custom_carousel_caption {
    position: absolute;
    right: 50%;
    bottom: 50%;
    left: unset;
    padding-top: unset;
    padding-bottom: unset;
    color: #fff;
    text-align: center;
    transform: translate(50%, 50%);
}
.custome_carousel_item h5{
  font-family: "Source Sans 3", sans-serif;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}
.text_color{
  color: #9CC644;
}
.custome_carousel_item img{
   border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
}
.our_project_img{
  border-radius: 24px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.img-radious-sm{
    border-radius: 24px;
}
.section-head {
    margin-bottom: 35px;
}

.section-head h2{
  font-family: "Source Sans 3", sans-serif;
  font-size: 42px; 
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 50px;
  color: #4A4848;
}

.section-head p {
  font-family: "Roboto", sans-serif;
  padding: 0px 120px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #585555;
}
.project-section{
  background-image: url(./include/images/project_bg.jpg);
  padding: 50px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-head h3{
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  color: white;
  font-weight: 600;
	    margin-bottom: 0;
}


.tax-our_project_categories .project-head h3{
	margin-bottom: 0;
}

.project-head p{
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 600;
	line-height: 1;
}
.project-head {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
.round-button{
  width: 87px;
  height: 87px;
  border-radius: 100px;
  text-align: center;
  line-height: 26px;
  background-color: rgba(156, 198, 68, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  padding: 18px 10px;
  margin:  0 auto;
  opacity: 0;
  transition: .3s;
  z-index: 99;
}
.project-area:hover .round-button{
  opacity: 1;
  transition: .3s;
  color:white
}

.cardfull-anq{
	width: 100%;
	display:block;
}
.project-area{
  position: relative;
}

.project-area img:hover{
  transform: scale(2);
  transition: .3s;
}
.project-area:hover:before{
  opacity: 1;
  transition: .3s;
}
.project-area:after,
.project-area:before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  border-radius: 10px;
  opacity: 1;
  z-index: 9;
  border-radius: 24px;
  opacity: 0;
  transition: .3;
}
.project-area:before{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(16, 92, 170, .5) 100%);
  z-index: 99;
  opacity: 0;
}
.project-area:after{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(16, 92, 170, .7) 100%);
  z-index: 8;
  opacity: 1;
}

/* Our project section end/ Home page */

/* Our about section / Home page */

.about-section{
  background: rgba(238, 238, 238, 1);
  padding: 60px 0px;
}
.property-btn {
    color: #9CC644;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
    padding: 13px 18px;
    background: white;
    border-radius: 15px;
    display: inline-block;
    transition: .3s;
}
.property-btn:hover{
  background-color: rgba(156, 198, 68, 1);
  transition: .3s;
  color: white;
}
.about-area{
    padding: 18px 0px;
}
.about-area h3{
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  color: #105CAA;
  font-weight: 600;
	margin-bottom:0;
}
.about-area h2{
  font-family: "Source Sans 3", sans-serif;
  color: #4A4848;
  font-size: 42px;
  margin-bottom: 25px;
  line-height: 50px;
}
.about-area p{
  font-family: "Roboto", sans-serif;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #585555;
}
.about-area p span{
 font-weight: 500;
}

/* Our about section  end / Home page */

/* Our Future plan section  start / Home page */
.future-plan-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #E7F6FB;
background: linear-gradient(180deg, rgba(231, 246, 251, 1) 50%, rgba(255, 255, 255, 1) 47%);
}
.futurePlan .swiper-wrapper{
  padding-bottom: 50px;
}
.futurePlan .swiper-slide figure:before{
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 9;
  opacity: 0;
 border-radius: 25px;
}
.futurePlan .swiper-slide figure:hover:before{
  opacity: 1;
  transition: .3s;
}
.future-head{
  position: absolute;
  bottom: 0;
  padding: 16px 0px;
  background-color:rgba(16, 92, 170, 0.7);
  left: 0;
  right: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  z-index: 99;
  
}
.future-head h4{
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}
.futurePlan .swiper-pagination-bullet-active {
    opacity: 1;
    background: #9CC644 !important;
}
.futurePlan .swiper-pagination-bullet {
    width:18px;
    height: 7px;
    display: inline-block;
    border-radius: 4px;
    background: #000;
}
.future_plan img{
  height: 500px;
  object-fit: cover;
}
/* Our Future plan section  start / Home page */

/* Achivement section  start / Home page */
.achivement-section{
/*    background: linear-gradient(90deg, rgba(158, 198, 67, 0.075) 0%, rgba(16, 92, 170, 0.05) 100%); */
	background-color: #fff;
	background-image: url('./include/images/bg-counts.png');
    padding-top: 60px;
    padding-bottom: 60px;
      border-top: 1px solid rgba(242, 239, 239, 1);
}
.achivement-area span{
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #9CC644;
  font-family: "Source Sans 3", sans-serif;
}
.achivement-area p{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #6C6A6A;
  margin-top:5px;
}
.br-line{
  border-right:1px solid rgba(223, 217, 217, 1);
  border-bottom: 1px solid #DFD9D9;
}
.achivement-area {
    padding: 27px 0px;
    transition: .3s;
}
.achivement-area:hover{
  background-color: #ffffff96;
  transition: .3s;
}

/* 
===========================
home page  End
============================
*/
/* 
===========================
About page  Start
============================
*/


.company_overview {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        background-color: #F3F9FF;
    }

    .company_overview .image_section_overview img {
        width: 100%;
        object-fit: cover;
    }

    .company_overview .image_section_overview {
        height: 100%;
    }

    .content_section_overview {
        padding: 40px 40px 40px 40px;
        display: flex;
        flex-direction: column;
    }

    .content_section_overview p {
        padding-bottom: 20px;
        text-align: justify;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 27px;
        color: rgba(88, 85, 85, 1);

    }

    .content_section_overview h1 {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 38px;
        line-height: 43px;
        color: #4E4B4B;
        text-align: start;
		margin-bottom:15px;
    }

    .overview_left_content {
        width: 70%;
        margin-left: auto;
        text-align: right;
    }

    .overview_right_content {
        width: 70%;
        margin-right: auto;
        text-align: left;
    }

    .fix_hight1 {
        height: 100%;
    }

    .fix_hight2 {
        height: 430px;
        object-position: bottom;
    }

    .fix_hight3 {
        height: 530px;
        object-fit: cover;
        object-position: center;
    }


    /* project area  */
    .project_area {
        padding: 86px 10px;
        background-image: url('./include/img/Company_overview/project_area.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project_area_box {
        margin: 0px auto;
        max-width: 650px;
        padding: 45px;
        border-radius: 16px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 30px 0px #0000001A;
    }

    .project_area_box h1 {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 38px;
        line-height: 43px;
        color: #4E4B4B;
    }

    .project_area_box p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 27px;
        text-align: justify;
        color: #585555;
    }
/* 
===========================
About page End
============================
*/

/* Message Page ==========================*/
.chairman_sir {
    background-image: url('./include/img/Message_from_Chairman/test1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.chairman_sir_des p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    padding-bottom: 20px;
    color: #585555;
}

.chairman_sir_degignation h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #0056A7;
	margin-bottom: 0;
}

.chairman_sir_degignation p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #585555;
}
.image_sir{
    width: 97%;
}

/* 
===========================
Project Page Start
============================
*/

.project_cart_body {
  display: flex;
  border: 1px solid rgba(197, 190, 190, 0.37);
  font-family: Roboto, sans-serif;
  padding: 20px 20px 20px 20px;
  margin: 1rem;
  max-width: 800px;
  background-color: #E7E7E7;
}

.cart_aliment_our_project_page {
  display: grid;
  grid-template-columns: 50% 50%;
}

.project_cart_img {
  width: 265px;
}

.font_for_heading {
  font-size: 1rem;
  font-weight: 700;
}

.project_line {
  margin-left: 10px;
  width: 100px;
  height: 2px;
  background-color: #d8d4d4;
  transition: width 0.2s ease;
  display: block;
}

.project_cart_body:hover .project_line {
  width: 40%;
}

.project_containers {
  margin-top: 70px;
  opacity: 60%;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.project_cart_body:hover .project_containers {
  opacity: 100%;
}

.project_cart_body:hover {
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.arrow_icon {
  width: 20px;
  display: none;
  opacity: 40%;
  position: relative;
  left: -12px;
  transition: opacity 0.2s ease;
}

.project_cart_body:hover .arrow_icon {
  display: block;
  opacity: 30%;
}

.project_cart_body {
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;

}

.view_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.project_cart_body:hover .view_sec {
  opacity: 1;
  transform: translateY(0);
}

.view_sec p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

/* Tabs styling */
.project_tabs.active,
.project_tabs:hover {
  text-decoration: underline;
  color: #0056A7;
}

.project_coustom_container {
  margin: 0 3rem;
}

.project_header_section {
  justify-content: space-between;
  align-items: end;
}

.project_heading {
  font-weight: 100;
  font-family: Roboto, sans-serif;
  font-size: 60px;
}

.project_heading2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #0056A7;
}

.project_p_tag {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;

}

.project_tabs {
  color: #000;
  border: none;
  background-color: transparent;
  text-decoration: none;
}

.project_tabs_text {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}

.project_cart_head {
  font-size: 22px;
  font-weight: 600;
}

.project_p_body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.project_p_bodyAddress {
  display: flex;
}

.project_p_bodyAddress :nth-child(1) {
  min-width: 110px;
}

.our_project_cart_MT {
  margin-top: 40px;
}

.project_p_bodyAddress h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.project_cart_text_padding {
  padding: 1rem 0 1rem 1.5rem;
}

.project_cart_body2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text_lavel_project {
  min-width: 110px;
  /* Adjust this value as needed */

}


/* 
===========================
Project Page End
============================
*/

/* SINGLE-PROJECT-DETAILS */
.entertainment-services{
  padding: 30px 0px 60px;
  background-color: #F4F4F4;
}
.entertainment-area{
  border-radius: 10px;
  margin-top: 30px;
}
.entertainment-area img{
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.entertainment-area h3{
  font-size: 26px;
  color: #4A4848;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}
.entertainment-content{
  padding: 20px 40px 25px;
  text-align: center;
}
.entertainment-content p{
      font-family: "Roboto", sans-serif;
  line-height: 29px;
  font-size: 18px;
	color: rgba(88, 85, 85, 1);

}
.box-shadow{
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  height: 500px;
}
.related-section{
  background-color: #F1F8FF;
  padding: 60px 0px 30px;
}
.project-list{
  padding: 51px 0px 51px 100px;
}
.project-list h2{
  color: #4A4848;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}
.project-list ul li{
  font-weight: bold;
  border-top: 1px solid #EFEEEE;
  padding: 10px 15px;

}
.project-list ul li span{
  font-weight: 400;
}
.project-list ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
.upcoming-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 970px;
}
.upcoming-project-section{
	background-color: rgba(255, 255, 255, 1);
	overflow:hidden;
}


/* MANAGEMNT =========================*/

.page_top {
        margin-top: 4.6%;
}
.main_banner {
    position: relative;
}
.main_banner img {
    width: 100%;
}
.main_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF4D;
    padding: 10px 30px 10px 30px;
     font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    background: #105CAA33;
    border-radius: 10px;
    text-align: center;
}
.location_single_page {
	display:none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #9CC644;
    text-align: center;
}
.management-section{
  background: #F3F9FF;
}
.management-row {
        display: flex;
        align-items: center;
    }

    .management-text,
    .management-image {
        width: 50%;
    }

    .management-image {
        height: 400px;
        overflow: hidden;
    }

    .management-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-subtitle {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 23px;
        line-height: 43px;
        color: rgba(78, 75, 75, 1);
		line-height: 1;
    }

    .section-title {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 30px;
    line-height: 35px;
        color: #4E4B4B;
    }

    .management-text p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height:27px;
        color: #585555;
        text-align: justify;
    }

    .management_for_left_content {
        padding: 0 5% 0 15%;
    }

    .management_for_right_content {
        padding: 0 15% 0 2%;
    }



    /* section 3 */
    .management-container-2 {
        background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.07) 100%);
    }

    .management2 {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: 30px;
        margin-bottom: 30px;
    }


    .team_members img {
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: top;
    }

    .management-name-2 {
       font-family: "Source Sans 3", sans-serif;
         font-size: 25px;
		font-weight: 600;
		color: #105CAA;
		line-height: 30px;
		margin-bottom: 0;
    }

    .management-title-2 {
        font-size: 15px;
        font-weight: 400;
        color: #6c757d;
    }

    .management-content-2 p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 10px;
        color: #585555;
        text-align: justify;
    }

    .profile-2 {
        border-radius: 15px;
    }

    .profile-2 img {
        border-radius: 15px 15px 0 0;
        width: 100%;
    }

    .management-card-content-2 .management-name-2 {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        color: #004c3f;
    }

    .management-container-space {
        padding: 60px 0;
    }

    .management-container-space .members {
        background-color: #fff;
        text-align: center;
        padding: 15px 0px;
        border-radius: 0 0 15px 15px;
        margin-bottom: 20px;
    }

    .management-container-space .members p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #40423C;
    }

    .management-container-space .members h2 {
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 23px;
        line-height: 30px;
        color: #105CAA;
		margin-bottom:0;
    }

    .team_members_single {
        position: relative;
        z-index: 1;
    }

    .team_members_single {
        position: relative;
        z-index: 1;
    }

    .team_members_single::before,
    .team_members_single::after {
        position: absolute;
        content: '';
        width: 99%;
        height: 20px;
        background-color: #9CC644;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .team_members_single::before {
        top: -5px;
        border-radius: 20px 20px 0 0;
    }

    .Linkedin_position {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 0;
    }

    .Linkedin_position {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .team_members_single::after {
        bottom: -5px;
        border-radius: 0 0 20px 20px;
    }

    .team_members_single:hover .Linkedin_position,
    .team_members_single:hover::before,
    .team_members_single:hover::after {
        opacity: 1;
    }

/* ================================= */


/* GALLERY================================ */

.page-template-tmp_gallery .section-head{
	margin-bottom: 25px;
}

.gallery_section{
  padding: 50px 0px;
}
    /* tab  */
    .tabs_menu ul {
        display: flex;
        justify-content: center;
        gap: 10px;
		margin-bottom: 35px;
    }

    .single_button {
        border: none;
        background-color: rgba(255, 255, 255, 1);
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 29px;
        color: rgba(156, 198, 68, 1);
        padding: 10px 30px;
        border-radius: 15px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
        transition: .4s;
    }
	.single_button.active{
		background-color: rgba(156, 198, 68, 1);
        color: white;
	}

    .single_button:hover {
        background-color: rgba(156, 198, 68, 1);
        color: white;
    }

    /* tab  */
    .galary_image {
        position: relative;
        height: 100%;
        height: 280px;
        border-radius: 10px;
        overflow: hidden;
    }

    .galary_image_main {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }


    .galary_image:hover .galary_imaghover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: .4s;
    }

    .zoom_icone_gallary {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .4s;
        z-index: 1;
        opacity: 0;
    }

    .galary_image:hover .zoom_icone_gallary {
        opacity: 1;
    }
/* CONTACT US =======================================*/
.employee_lists_sec {
	background-image:url('./include/images/form-bg.jpg');
/*     background: linear-gradient(90deg, rgb(154 197 65 / 20%) 0%, rgba(16, 92, 170, 0.0546) 100%); */
    padding: 0rem 2rem 2rem;
}
.text_header {
    text-align: center;
    padding: 3rem 10rem 1rem;
}
.text_header h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #40423C;
    text-align: center;
    margin-bottom: 20px;
}
.contact_address_box {
    box-shadow: 0px 0px 4px 0px #00000014;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
}
.contact_address_box h4 {
     font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #40423C;
    margin-bottom: 1rem;
}
.contact-sub-title {
    margin-bottom: 1rem;
}
.contact-sub-title p {
  font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    font-weight: 400;
}
.custom_btn {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #9CC644;
    color: white;
    text-align: start;
    transition: 0.5s ease-in-out;
}
.contact_google_maps {
    background: linear-gradient(270deg, rgba(156, 198, 68, 0.07) 0%, rgba(16, 92, 170, 0.05) 100%);
    padding: 2rem 0rem 2rem;
}
.contact_google_maps iframe {
    border-radius: 10px;
    border: 4px solid #9CC64440 !important;
}
/* FOOTER SECTION *//* ============================= */

.footer_sec_two{
    padding: 30px 0px;
    background-image: url('./include/img/footer_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto auto;
}
.footer_quick_link li{
    line-height: 30px;
    color: #585555;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}
.footer_quick_link li a:hover{
    color: #0659a8;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.quick_links li a:hover::before{
    color: #0659a8;
}
.footer_bottom_text h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #585555;
    text-align: start;
    margin-top: 12px;
}
.footer_social_icon {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}
.footer_social_icon li {
    padding: 5px 10px;
    border: 1px solid #105CAA33;
    background-color: #dcf0fc;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}
.footer_social_icon li a {
    color: #105CAACC;
}
.footer_social_icon li:hover {
    background-color: #105CAA;
    border-radius: 4px;
    color: #FFFFFF;
}
.footer_social_icon li:hover a {
    color: #FFFFFF;
}

.quick_links li a::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(16, 92, 170, 0.84);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(10px, -50%);
    color: rgb(182, 173, 173);
    opacity: 0.5;
}

.footer_sec::before{
    content: '';
    position: absolute;
    background-image: url(./include/img/steal_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    top: 0%;
    right: 0%;
}
.footer_head h3{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #105CAA;
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.footer_head p{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #585555;
    letter-spacing: 0px;
    line-height: 27px;
}

.footer_head p a{
    color: #585555;
}
.footer_head p a:hover{
    color: #105CAA;
}

/* RESPONSIVE DEVICES =====================================*/
@media only screen and (max-width:1800px) {
  .page_top {
    margin-top: 5.7%;
}
.header_logo img {
    width: 180px;
    top: 15px;
    left: 2%;
    transform: translate(-2%, -0px);
}
#videobg {
    margin-top: 1rem;
}
.overview_left_content {
    width: 85%;
}
.overview_right_content {
    width: 90%;
}
.management-container-space .members h2 {
    font-size: 18px;
}
.text_header h4 {
    font-size: 28px;
}
}

@media only screen and (max-width:1440px) {
.header_logo img {
    width: 170px;
    position: absolute;
    top: 10px;
    left: 0%;
    transform: translate(-0%, -0px);
}
  /* Header  */
  .gallery_project_cart_body img {
    height: 20rem;
  }

  .header_full {
    height: 136px;
  }

  .page_top {
      margin-top: 5.3%;
  }
  .header_full .header_menu > ul li.menu-item-has-children ul {
    top: 90%;
}
#menu-header-menu li a::after {
    top: 80%;
}
.achivement-area p {
    font-size: 18px;
    
}
.entertainment-area h3 {
    font-size: 22px;
}
.entertainment-content {
    padding: 20px 20px 21px;
}
.entertainment-content p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
}
.box-shadow {
    height: 450px;
}
.related-section {
    padding: 30px 0px 30px;
}
}


@media only screen and (max-width:1366px) {
  .custome-container {
    padding: 0% 9%;
}
.page_top {
        margin-top: 5.8%;
    }
#menu-header-menu li a {
    margin: 0px 5px;
}
.header_full .header_menu > ul > li.menu-item-has-children::after {
    right: 5px;
    font-size: 12px;
    position: absolute;
    top: 43%;
}
.custome_carousel_item h5 {
    font-size: 45px;
    line-height: 55px;
}
.future_plan img {
    height: 400px;
    object-fit: cover;
}
.footer_head p {
    font-size: 15px;
    line-height: 25px;
}
.footer_quick_link li {
    font-size: 15px;
}
.header_logo img {
    width: 160px;
    left: 2%;
    transform: translate(-2%, -0px);
}
.management_for_left_content {
    padding: 0 5% 0 10%;
}
.management_for_right_content {
    padding: 0 10% 0 2%;
}

}

@media only screen and (max-width:1280px) {
  .page_top {
        margin-top: 6%;
    }
    .overview_right_content,
        .overview_left_content {
            width: 95%;
        }
 
        .fix_hight3 {
            height: 100%;
        }
 
        .content_section_overview {
            padding: 20px;
        }
 
        .content_section_overview h1 {
            font-size: 30px;
        }
        #menu-header-menu li a {
          line-height: 18.75px;
          letter-spacing: 0em;
          text-align: left;
          padding: 29px 8px;
          margin: 0px 3px;
      }
          .header_full .header_menu > ul > li.menu-item-has-children::after {
              right: 0px;
              top: 45%;
          }
          .header_full .header_menu > ul > li > ul.sub-menu li > a {
            padding: 12px 20px !important;
        }
            .header_full .header_menu > ul li.menu-item-has-children ul {
              top: 100%;
          }
          .header_full .header_menu > ul li.menu-item-has-children ul {
            width: 310px;
        }
}



@media only screen and (max-width:1024px) {

  /* Header  */
  .custome-container {
    padding: 0% 10%;
}
    .page_top {
      margin-top: 5.5%;
  }
    .header_full .header_menu > ul > li.menu-item-has-children::after {
      right: 0px;
      top: 42%;
  }
  #menu-header-menu li a {
    padding: 19px 5px;
    margin: 0px 5px;
    font-size: 14px;
}
    .sub-menu li a{
        padding: 13px 5px !important;
    }
  .header_full {
    height: 100px;
  }

    .header_full .header_menu > ul li.menu-item-has-children ul {
        top: 95%;
        width: 280px;
    }
  .header_logo img {
   	  width: 120px;
	  left: 1%;
	  top: 10px;
  }
  .header_full .header_menu > ul > li > ul.sub-menu li > a {
    padding: 15px 15px !important;
    transition: 0.5s ease-in-out;
}
.section-head p {
    padding: 0px 15px;
    font-size: 16px;
    line-height: 25px;
}
.project-head h3 {
    font-size: 20px;
}
.about-area p {
    line-height: 25px;
    font-size: 16px;
}
.property-btn {
    font-size: 16px;
}
    .future_plan img {
      width: 100%;
        height: 300px;
        object-fit: cover;
    }
   .future-head h4 {
    font-size: 18px;
} 
.achivement-area span {
    font-size: 40px;
}
    .achivement-area p {
        font-size: 16px;
        line-height: 22px;
    }
        .footer_head pm .footer_bottom_text h6 {
        font-size: 14px;
        line-height: 25px;
    }
    .footer_quick_link li {
        font-size: 15px;
    }
    .achivement-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.engineers_video {
    height: calc(83vh - 385px);
}
#videobg {
    height: 20rem;
}
.content_section_overview p, .project_area_box p {
    font-size: 15px;
    line-height: 24px;
}
.main_banner h4 {
    font-size: 28px;
}
.chairman_sir_des p {
    font-size: 15px;
}
.chairman_sir_degignation h1 {
    font-size: 20px;
}
.chairman_sir_degignation p {
    font-size: 15px;
}
.footer_quick_link {
    grid-template-columns: auto auto;
}
.section-title {
    font-size: 28px;
    line-height: 35px;
}
.management-text p {
    font-size: 15px;
    line-height: 24px;
}
.management-content-2 p {
    font-size: 15px;
}
.management-container-space .members p, .management-container-space .members h2 {
    font-size: 14px;
}
.text_header {
    text-align: center;
    padding: 3rem 1rem 1rem;
}
.contact-sub-title p {
    font-size: 15px;
}
.our_project_img {
    height: 325px;
}
    .entertainment-area h3 {
        font-size: 18px;
    }
    .entertainment-content p {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
      .page_top {
        margin-top: 7.5%;
    }
	#menu-header-menu{
		background-color: #dbf0fc;
    	margin-top: 28px;
	}
	.header_menu>#menu-header-menu li.current-menu-item>a.nav-link {
    background-color: initial;
}
  /* Header  */
  .mobile-nav-wrapper {
    display: block;
    z-index: 999;
    /* background-image: url(./assets/img/header_engi.png); */
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0%;
    background-position: 10% bottom;
}
    .mobile-nav ul li a {
        padding: 12px 0px;
        font-weight: 500;
        font-size: 14px;
    }
  .secondary_menu, .menu_bottom {
      padding: 5px 20px;
  }
  .header_full .custom_container {
    padding: 0% 4%;
  }
  #menu-header-menu-1{
        padding: 10px 20px!important;
  }
    .header_logo img {
        width: 120px;
        left: 50%;
        top: 10px;
        transform: translate(-235%, -0px);
    }
   
  .custom_container .navbar .container-fluid .header_box .navbar-toggler {
    position: fixed;
    right: 25px;
    top: 1.5%;
  }
.footer_social_icon li {
    padding: 0px 8px!important;
}
.mobile-nav ul li a {
    padding: 10px 4px;
    font-size: 14px;
}
    .custome_carousel_item h5 {
        font-size: 30px;
        line-height: 32px;
    }
    .project-section {
      padding: 30px;
  }
  .section-head h2 {
    font-size: 36px;
    line-height: 30px;
}
.about-section {
    padding: 30px 0px;
}

.overview_left_content {
        width: 100%;
    }
   .section-title {
        font-size: 23px;
        line-height: 27px;
    } 
        .management-text p {
        font-size: 14px;
        line-height: 23px;
    }
        .management-container-space .members p, .management-container-space .members h2 {
        font-size: 16px;
    }
    .single_button {
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 12px;
}
    .text_header h4 {
        font-size: 22px;
    }
    .contact_address_box {
    margin-top: 2rem;
}
 .project-list {
      padding: 51px 0px 51px 0px;
  }
  .project-list ul li {
    padding: 14px;
  }
  .project-list {
      padding: 51px 0px 51px 0px;
  }
  .project-list ul li {
    padding: 14px;
  }
  .upcoming-bg {
      width: 100%;
      position: relative;
  }
  .project-area img{
    width: 100%;
  }
  .company_overview {
            grid-template-columns: 1fr;
        }
 
        .overview_right_content,
        .overview_left_content {
            width: 100%;
            text-align: left;
            margin: 0;
        }
 
      .content_section_overview {
        padding: 15px 70px;
    }
 
        .company_overview:nth-child(even) .content_section_overview {
            order: 2;
        }
 
        .company_overview:nth-child(even) .image_section_overview {
            order: 1;
        }
 
        .fix_hight1,
        .fix_hight2,
        .fix_hight3 {
            height: 280px;
        }
 
        .content_section_overview h1, .project_area_box h1 {
            font-size: 30px;
        }
        .main_banner img {
          width: 100%;
          height: 250px;
          object-fit: cover;
          }

}

@media only screen and (max-width:768px) {
  
  .header_full {
    background-size: cover;
    height: 100px;
  }

.homePageBannerLayoutTwo .homePageBannerLayoutTwoGridItems:nth-child(1) .Banner_title h4 {
    font-size: 22px;
    line-height: 38px;
  }

  

  /* 768 end  */
}

@media only screen and (max-width:600px) {
  .page_top {
        margin-top: 13.5%;
    }
	#videobg {
		margin-top: 0rem;
        height: 19rem;
    }
  .header_full {
    background-position: left;
    background-position-x: 9%;
  }

  .homeprojectgriditems {
    padding: 20px 3%;
  }

  .homeprojectgrid {
    grid-template-columns: 100%;
  }
.cusotme_carousel_indicators {
    margin-bottom: 10px;
}
  .custome_carousel_item h5 {
      font-size: 20px;
      line-height: 20px;
  }
      .custome-container {
        padding: 0% 8%;
    }
    .project-section {
        padding: 30px 0px;
    }
    .section-head h2 {
      font-size: 28px;
      line-height: 27px;
  }
  .footer_partfirst p,
  .footer_parttwo p,
  .mdmassagecontent,
  .mdmassagecontent p,
  .project-secound-section-text p,
  .project_details_list li,
  .project-detail-label,
  .project-detail-value,
  .coomercialgrid .commercialgrid_items:nth-child(1) p,
  .project_detailsgriditems>p,
  .planstabgrid .planstabgriditems:nth-child(3) p.planstabcontent,
  .upcomming_plans_p,
  .herosectiononeContent p,
  .about_banner_text_position p,
  .project_p_tag {
    font-size: 14px;
  }

  .header_logo img {
        width: 110px;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translate(-145%, -0px);
  }
	.custom_carousel_caption {
		bottom: 40%;
		width: 100%;
	}
      .project-head h3 {
		  font-size: 20px;
		  margin-bottom: 0;
    }
	.project-head p{
		font-size: 14px;
	}
.future_plan img {
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    .achivement-area span {
        font-size: 50px;
      font-weight: 600;
    }
    .engineers_video {
        height: 280px;
        margin-top: 45px;
    }
        .overview_right_content {
        width: 100%;
    }
    .content_section_overview h1, .project_area_box h1 {
		font-size: 32px;
		text-align: center;
		
	}
	.first_agap h1{
		margin-bottom: 10px;
		margin-top: 20px;	
	}
.main_banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
    .main_banner h4 {
        font-size: 18px;
		        line-height: 27px;
        padding: 10px 15px 10px 15px;
    }
    .management-row {
    display: grid;
}
	.management-text{
		width: 100%;
	}
 .management-image {
    width: 100%;
	 height: 250px;
}
	.revarce  .management-image{
		 margin-bottom: 0px;
	}
	.management_for_left_content {
       padding: 10% 5% 10% 5%;
    }
        .management_for_right_content {
        padding: 10% 8% 10% 8%;
    }
    .management-container-space {
		padding: 35px 0;
	}
	.management-name-2{
		font-size: 23px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.members h2{
		margin-bottom: 0;
	    font-size: 23px!important;
	}
    .single_button {
        font-size: 14px;
        padding: 5px 22px;
        border-radius: 12px;
    }
    .text_header h4 {
        font-size: 17px;
    }
    .text_header {
        text-align: center;
        padding: 2rem 0rem 1rem;
    }
    .employee_lists_sec {
    padding: 0rem 0rem 2rem;
}
    .content_section_overview {
        padding: 15px 32px;
    }
        .upcoming-bg {
        height: 250px;
        object-fit: cover;
    }
	.location_single_page{
		display: none;
	}
	.entertainment-area img{
		    height: 180px;
	}
	    .entertainment-content p {
			margin-top: 10px;
			font-size: 14px;
    }
	    .box-shadow {
			height: 365px;
	}
    .project-list h2 {
      text-align: center;
    font-size: 28px;
}
.project-list {
        padding: 25px 0px 51px 0px;
    }
	.br-line ,.border-bottom-0 {
		border-right: none;
		border-bottom: 1px solid #dfd9d9ab!important;
	}
	.border-bottom-0.border-end-0{
		border-bottom: none!important;
	}
	.project-head {
		bottom: 25px;
	}
	    .footer_social_icon li {
        padding: 5px 10px !important;
    }
	.footer_head{
		margin-top: 15px;
	}
	.footer_head h3{
		margin-bottom: 5px;
	}
	.about-area p{
		text-align: justify;
	}
	.footer_bottom_text h6{
		    text-align: center;
	}
	.about-section img{
		margin-top: 20px;
	}
	.management-text .section-subtitle{
		font-size: 16px;
    	line-height: 10px;
	}
	.galary_image_main{
   		 height: 150px;
	}
	.galary_image{
		height:100%;
	}
	.gallery_section {
		padding: 50px 0px 40px;
	}
	.employee_lists_sec{
		background-size: cover;
	}
	.about-area h3{
		font-size: 22px;
	}
	.about-area h2 {
		font-size: 28px;
		line-height: 35px;
	}
}
@media only screen and (max-width:480px) {
	.custome_carousel_item img {
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		width: 100%;
        height: 230px;
        object-fit: cover;
	}
	.section-head p {
        font-size: 14px;
    }
	.project-area {
		margin-bottom: 20px;
	}
	li.menu-item-has-children ul > li:last-child{
		border-bottom: none;
	}
	.custome_carousel_item h5 {
        font-size: 23px;
        line-height: 26px;
    }
	    .header_logo img {
			width: 100px;
	}
}

@media only screen and (max-width:375px) {
  .page_top {
        margin-top: 12.3%;
    }
    .header_logo img {
        width: 90px;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translate(-165%, -0px);
    }
        .header_full {
        background-size: cover;
        height: 80px;
    }
    .nav-open {
    top: 12%;
}
	
}

 