@font-face {
  font-family: 'Bon Vivant Family Serif';
  src: url('../fonts/BonVivantSerifBold.woff2') format('woff2'),
      url('../fonts/BonVivantSerifBold.woff') format('woff'),
      url('../fonts/BonVivantSerifBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.woff2') format('woff2'),
      url('../fonts/Georgia.woff') format('woff'),
      url('../fonts/Georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia-Italic.woff2') format('woff2'),
      url('../fonts/Georgia-Italic.woff') format('woff'),
      url('../fonts/Georgia-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


* { box-sizing: border-box;}
body { font-weight: 400; font-size: 15px; color: #343434; line-height: 1.4; font-family: "Sora", sans-serif; overflow-x: hidden; position: relative;}  
a { text-decoration: none !important; transition: .3s all ease; } 
li{ list-style: none;}
h1, h2, h3, h4, h5, h6, p { margin-top: 0px; margin-bottom: 0px; } 
ul { margin-bottom: 0px; padding-left: 0;}  
input:focus{ outline: none; box-shadow: none; }
.container{ max-width: 1400px; }
.header-area .main-nav { background: transparent; } 
.header-area .main-nav .nav { margin-top: 0; background-color: transparent; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; z-index: 999; padding-left: 50px; width: 100%; flex: auto; justify-content: flex-start; margin-right: 100px;} 
.header-area .main-nav .nav li { margin: 0 15px; } 
.header-area .main-nav .nav li:last-child{ margin-right: 0; }
.header-area .main-nav .nav li a { display: flex; font-weight: 400; font-size: 14px; text-transform: capitalize; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; align-items: center; position: relative; padding: 15px 0; text-transform: uppercase;} 
.header-area .main-nav .nav li:last-child > .sub-menu{ left: auto; right: 0; }
.header-area .main-nav .nav li:last-child > .sub-menu:before{ right: 20px; left: auto; }
.header-area .main-nav .nav li a.active, .header-area .main-nav .nav li:hover a { color: #99CC33; } 
.header-area .main-nav .nav li.menu-item-has-children { position: relative; margin-right: 40px; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu { position: absolute; width: 220px; background-color: #046F7D; box-shadow: 0 0px 18px 2px rgba(0, 0, 0, 0.1); top: 93%; opacity: 0; transition: all .2s; transform: translateY(+2em); visibility: hidden; z-index: -1; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li { margin-left: 0px; padding-left: 0px; padding-right: 0px; margin-right: 0; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a { opacity: 1; display: block; background: #046F7D; padding: 10px 15px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; position: relative; font-size: 14px; font-weight: 500; color: #fff; } 
.header-area .main-nav .nav li.menu-item-has-children ul li:hover > a{ background: #0DAA6B; color: #fff!important; } 
.header-area .main-nav .nav li.menu-item-has-children ul li a:hover:before { width: 3px; } 
.header-area .main-nav .nav li.menu-item-has-children:hover > ul.sub-menu { visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition: .3s all ease } 
.header-area .nav { margin-top: 30px; }
 .sticky_menu { display: none; }
 .fixed_header .sticky_menu { position: fixed; top: 0; left: 0; right: 0; margin: auto; width: 100%; display: block; z-index: 9999; animation: smoothScroll 1s forwards; display: flex; align-items: center; background: #000; padding: 5px 0;}
 @keyframes smoothScroll{
  0%{transform:translateY(-100px)}
  100%{transform:translateY(0px)}
}
.fixed_header .main-nav .logo{ padding-top: 0;}
.fixed_header .main-nav .logo img { max-width: 60%; }
.header-area .main-nav .nav li.menu-item-has-children:hover li.menu-item-has-children > .sub-menu{ left: 100%; top: 0; }
.sub-menu li .sub-menu:before{ display: none; }
.header-area .main-nav .nav li.menu-item-has-children i { position: absolute; right: -15px; top: 51%; color: #232323; font-size: 14px; z-index: 99; transform: translateY(-50%) rotate(0); transition: .3s all ease; cursor: pointer; }
.header-area .main-nav .nav > li.menu-item-has-children:hover i { color: #018F5F; transform: translateY(-50%) rotate(0deg); }
.header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children:hover i{ color: #fff; transform: translateY(-50%) rotate(-90deg); }
.sticky_menu.main-nav .nav li:last-child{ margin-right: 0; }
.header-area .main-nav .nav li a.active:before{ width: 100%; }
.header-area .main-nav .nav li:hover > a:before, .header-area .main-nav .nav li:active > a:before{ width: 100%; }
.header-area{ background: #000; padding: 10px 0; position: relative; z-index: 9999999; }
.main_menu_sec { flex: 1 0 auto; }
.header_right { flex: 1 0 auto; }
.logo_sec img { max-width: 150px; }
.menu_icon>a { width: 35px; transition: .3s all ease; }
.menu_icon span { width: 35px; height: 2px; background: #C3C5CF; display: block; position: relative; } 
.menu_icon span:nth-child(2) { margin: 8px 0; }

.banner_outer { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 99; }
.banner_slide > img{ height: calc(100vh - 70px); object-fit: cover; }
.banner_content{ max-width: 730px; }
.banner_content h1{ font-size: 60px; color: #fff; font-weight: 700; line-height: 1; font-family: 'Bon Vivant Family Serif'; margin-bottom: 27px;}
.banner_content p{ font-size: 14px; color: #fff; font-weight: 400; line-height: 1.5; margin-bottom: 35px; }
.site_btn{ font-size: 14px; color: #000; background: #99CC33; display: inline-flex; align-items: center; text-transform: capitalize; padding: 13px 60px 13px 20px; border-radius: 50px; position: relative; font-weight: 500;}
.site_btn span{ width: 37px; height: 37px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: 4px; transition: .3s all ease; padding: 6px;}
.site_btn:hover{ background: #669933; color: #fff; border-color: #669933; }
.banner_btn .site_btn i{ color: #fff; position: relative; z-index: 9;}
.banner_btn .site_btn{ padding: 11px 20px; width: 155px; border: 1px solid #99CC33; justify-content: space-between; overflow: hidden;}
.slider_btn:after{ display: none; }
.slider_btn{ width: 40px; top: auto !important; bottom: 120px !important;}
.slider_btn img{ border-radius: 50%; transition: .5s all ease; }
.banner_btn_prev{ left: auto !important; right: 65px !important; }
.banner_btn_block{ position: relative; z-index: 9; }
.slider_btn:hover img{ background: #669933; }

.space_sec{ padding: 100px 0; }
.about_content{ padding-right: 50px; }
.about_content h2{ font-size: 50px; color: #669933; font-family: 'Georgia'; line-height: 1.2; margin-bottom: 20px;}
.about_content h2 span{ display: block; font-size: 57px; color: #343434; font-weight: 700; font-family: 'Bon Vivant Family Serif'; text-transform: uppercase;}
.about_content .para_sec{ margin-bottom: 35px; }
.about_img h3{ font-size: 30px; color: #343434; text-transform: uppercase; font-weight: 700; font-family: 'Bon Vivant Family Serif'; text-align: center; margin-top: 15px;}
.about_img h3 span{ font-size: 20px; font-weight: 400; font-family: 'Georgia'; display: block; text-transform: capitalize;}
.vm_row{ padding-top: 110px; }
.vm_content { margin-top: 30px; }
.vm_content h4{ font-size: 32px; color: #343434; font-weight: 700; font-family: 'Bon Vivant Family Serif'; margin-top: 15px; margin-bottom: 25px;}
.vm_block{ padding: 0 10px 10px; }
.vm_block > span img{ max-width: 28%; }

.ourPartner{
    background: #000000;
    padding: 150px 0px 120px;
}
.ourPartner .heading_sec h2 span{
    font-size: 40px;
    color: #FFFFFF;
}
.ourPartner .leadership_caption h5{
    font-size: 27px;
    color: #FFFFFF;    border-bottom: 1px solid #85AE5C; padding-bottom: 15px;
}
.ourPartner .leadership_caption h5 span{
    font-size: 18px;
    margin-top: 8px;
    color: #FFFFFF66; display: block;
}

.leadership_section{ position: relative; overflow: hidden; background: #343434 url(../images/leader_bg.png) 50% 50% no-repeat !important; background-size: cover; padding: 100px 0;}
.leadership_section h2{ color: #fff !important; }
.heading_sec h2{ font-size: 45px; color: #000; font-weight: 700; font-family: 'Bon Vivant Family Serif'; margin-bottom: 50px;}
.heading_sec h2 span{ font-size: 30px; color: #669933; font-family: 'Georgia'; display: block; font-weight: 400; padding-bottom: 5px;}
.leadership_section .heading_sec h2 span{ font-size: 30px; color: #669933; }
.anim_op{ display: block; overflow: hidden; }
.anim_op img{ transition: .5s all; }
.anim_op:hover img{ transform: scale(1.1); }
.leadership_caption{ margin-top: 25px; width: 100%;}
.space_sec .leadership_caption h5{ font-size: 22px; color: #000; font-weight: 500; }
.space_sec .leadership_caption h5 span{ display: block; font-size: 14px; margin-top: 8px; color: #000;}
.leader_bg{ position: absolute; bottom: 0; right: 0; max-width: 24%; z-index: 999;}
.leadership_hover{ background: #669933; padding: 30px 40px 60px; align-items: center; flex-wrap: wrap; width: 110%; height: 520px; transition: .3s all ease; z-index: -1; display: none;}
.space_sec .leadership_hover h5{ color: #fff; border-bottom: 1px solid #85AE5C; padding-bottom: 15px; }
.space_sec .leadership_hover h5 span{ color: #fff;}
.leadership_hover p{ color: #fff; margin-bottom: 20px; font-size: 14px;}
.leadership_hover .site_btn:hover{ background: #597a18; }
.leadership_block{ position: relative; display: flex;}
.leadership_block:hover .leadership_hover{ opacity: 1; visibility: visible; top: 0; }
.leadership_show > span > img{ transition: .3s all ease; object-fit: cover; object-position: top; height: 400px;}
.leadership_block:hover .leadership_show > span > img{ height: 520px; }
.leadership_show { transition: .3s all ease; width: 100%; }
.leadership_block:hover .leadership_caption1{ opacity: 0; visibility: hidden; }
.leadership_block:hover .leadership_hover{ left: 80%; z-index: 999; display: flex; }
.space_sec .leadership_caption1 h5{ margin-bottom: 20px }
.leadership_block:hover { min-width: 205.5%; }
/* [class*='col-']:last-child .leadership_block{ flex-direction: row-reverse; } */
/* .hover_active1 [class*='col-']:nth-child(2), .hover_active1 [class*='col-']:last-child { transform: translateX(100%); }
.hover_active2 [class*='col-']:last-child { transform: translateX(100%); }
.hover_active3 [class*='col-']:nth-child(2), .hover_active3 [class*='col-']:first-child, .hover_active3 [class*='col-']:last-child { transform: translateX(-100%); } */

.crafting_section{ position: relative; background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); padding-bottom: 120px; }
.crafting_content{ margin: 0 -5px; margin-right: 20px;}
.crafting_section .heading_sec{ position: relative; z-index: 9999; }
.crafting_content li{ width: 50%; padding: 0 5px 10px; }
.crafting_content li:nth-last-child(1), .crafting_content li:nth-last-child(2){ padding-bottom: 0; }
.crafting_box{ background: #fff; border: 1px solid #99CC33; padding: 25px; }
.crafting_box > span{ width: 65px; height: 65px; display: inline-flex; align-items: center; justify-content: center; background: #669933; border-radius: 50%; margin-bottom: 15px;}
.crafting_box > span img{ max-width: 40px; }
.crafting_box p{ font-size: 14px; margin-bottom: 10px; }
.crafting_video{ position: relative; }
.play_icon{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: center; }
.crafting_video > img{ height: 510px; object-fit: cover; }
.counter_sec{ padding: 40px 0 0; margin: 0 -10px; position: relative; z-index: 9999;}
.counter_item { position: relative; font-size: 80px; color: #343434; line-height: .9; display: inline-block; font-weight: 700; font-family: 'Bon Vivant Family Serif'; transition: .3s all ease; transform: translateX(0) scale(1); }
.counter_item:before { content: '+'; font-size: 70px; color: #343434; position: absolute; right: -42px; top: 6px; }
.counter_block:hover .counter_item{ transform: translateX(10%) scale(1.2); }
.crafting_content .heading_sec h4{ font-family: 'Georgia'; color: #000000; font-weight: 400; }
.counter_sec li span{ display: block; padding: 5px 0; color: #669933; }
.counter_sec li{ padding: 0 15px; margin-bottom: 70px; }
.counter_sec li:nth-last-child(1), .counter_sec li:nth-last-child(2){ margin-bottom: 0; }
.counter_block:after{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; background: #99CC33; width: 78%; height: 8px;}
.counter_block:before{ content: ''; position: absolute; left: 0; bottom: 0; background: #669933; width: 0; height: 8px; transition: .3s all ease; z-index: 1;}
.counter_block:hover:before{ width: 90%; }
.counter_block{ padding-bottom: 10px; position: relative; }
.k_sec:after{ content: 'K'; font-size: 80px; color: #343434; line-height: .9; display: inline-block; font-weight: 700; font-family: 'Bon Vivant Family Serif'; position: absolute; right: -60px;}
.k_sec:before{ right: -100px; }
.crafting_section > img{ height: 550px;  }
.counters_block{ top: 40%; }
.crafting_bg{ position: absolute; left: 0; bottom: 0; max-width: 24%; height: auto !important;}
.crafting_section h2{ color: #343434; margin-bottom: 60px; }

.project_section{ background: #669933; position: relative; z-index: 3;}
.project_section h2{ color: #fff; font-weight: 700; font-family: 'Bon Vivant Family Serif';}

.testi_section{ padding: 140px 0 180px; background: #669933; position: relative; }
.testi_slider { background: #669933; position: relative; z-index: 9999; }
.testi_para{ margin: 35px 0; }
.heading_sec h4{ font-size: 20px; color: #fff; font-weight: 600; margin-left: 5px; line-height: 1.4 }
.testi_para p img{ margin: 0 5px; }
.testi_main p { font-size: 30px; color: #fff; line-height: 1.3; font-weight: 700; font-family: 'Bon Vivant Family Serif';}
.testi_main{ padding: 0 7%; }
.testi_block{ margin-top: 55px; }
.testi_block > span{ display: inline-flex; align-items: center; justify-content: center; border: 1px solid #FFFFFF; border-radius: 50%; padding: 5px;}
.testi_block h4{ margin-top: 20px;}
.testi_block h4 span{ display: block; font-size: 14px; font-weight: 400; padding-top: 5px; }
.testi_btn_prev{ left: 40% !important; }
.testi_btn_next{ left: auto !important; right: 40% !important; }
.testi_section .slider_btn{ top: 74.5% !important; bottom: auto !important; }
.testi_section .slider_btn:hover img{ background: #ccc; }
.testi_section .leader_bg{ max-width: 36%; z-index: 9999; } 

.nm_section{ padding: 120px 0;background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); }
.nm_outer{ margin-top: 40px; position: relative; z-index: 9999; background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%);}
.testi_outer{ position: relative; }
.nm_inner{ padding: 0 7%; }
.nm_slider{ position: relative; }
.nm_slide .heading_sec{ margin: 25px 0; }
.nm_slide .heading_sec h4{ color: #000; margin-bottom: 15px; margin-left: 0; }
.nm_slide p{ font-size: 12px; color: #555555; }
.nm_slide .site_btn{ background: transparent; border: 0; padding-left: 0; padding-right: 55px; color: #99CC34; font-size: 14px;}
.nm_slide .site_btn span{ background: #99CC34; color: #fff; width: 36px; height: 36px; }
.nm_slide .h_btn{ margin-top: 30px; }
.nm_slide .site_btn:hover{ background: #99CC34; border-color: #99CC34; color: #fff; padding-left: 20px; }
.nm_slide .site_btn:hover span{ background: #fff; color: #99CC34; }
.nm_outer .swiper-slide.swiper-slide-next, .nm_outer .swiper-slide.swiper-slide-active{ border-right: 1px solid #D8D8D8; }
.nm_outer .swiper-slide{ border-right: 0; padding: 40px 30px 0; border-top: 1px solid #D8D8D8;}
.nm_outer .swiper-wrapper{ margin: 0 -30px; }
.nm_slide >span{ display: block; }
.nm_btn_prev{ left: -8%; bottom: 50% !important;}
.nm_btn_next{ right: -8%; bottom: 50% !important;}
/* .blogs_section .nm_head, .blogs_section .nm_outer{ background: #fff; } */


.blogs_section{ position: relative; background: #fff; padding-bottom: 150px;background: linear-gradient(180deg, #FFF 3%, #FBF8E1 44%, #F3F8E4 90%);}
.blogs_section h2, .nm_section h2{ font-size: 35px; }
.blogs_outer .swiper-slide{ border: 0 !important; padding: 5px 0 0; }
.blogs_outer .swiper-slide.swiper-slide-next{ border-right: 0 solid #D8D8D8; }
.blogs_outer .swiper-wrapper{ margin: 0; }
.blogs_btn_prev{ left: -8%; bottom: 68% !important;}
.blogs_btn_next{ right: -8%; bottom: 68% !important;}
.blogs_outer .heading_sec h4{ border-bottom: 1px solid #D8D8D8; padding-bottom: 15px; }
.blogs_outer .h_btn { margin-top: 20px; }
.date_sec{ font-size: 13px; color: #858585; margin-bottom: 5px; }
.nm_head{ position: relative; z-index: 9999; }

.awards_section{ background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); padding: 90px 0 155px;}
.awards_section .nm_inner{ padding: 0; background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); position: relative; z-index: 2; }
.awards_section .para_sec p{ font-size: 15px; line-height: 1.6; }
.awards_section .para_sec { margin-bottom: 40px; }
.awards_section .swiper-slide{ padding: 30px 25px 0; }
.awards_section .swiper-wrapper{ margin: 0; }
.awards_section .nm_btn_prev{ left: -3%; bottom: 60% !important;}
.awards_section .nm_btn_next{ right: -3%; bottom: 60% !important;}
.awards_section .nm_slide > span img{ max-width: 60%; }
.awards_section .nm_outer .heading_sec h4{ margin-bottom: 10px; }
.awards_section .nm_slide > span{ display: flex; align-items: center; justify-content: center; overflow: hidden; height: 370px !important;}
.awards_section .nm_slide{ text-align: center; }

.planning_section{ background: #000000; position: relative;}
.planning_section [class*="col-"]{ padding: 40px 40px 60px; border-right: 1px solid #454545; background: #000; border-bottom: 1px solid #454545; transition: .5s all ease; position: relative; z-index: 1;}
.planning_cont h6{ font-size: 20px; color: #99CC33; font-weight: 400; margin: 35px 0 10px; }
.planning_cont p{ color: #fff; }
.planning_section [class*="col-"]:nth-child(3n){ border-right: 0; }
.planning_section [class*="col-"]:nth-last-child(1), .planning_section [class*="col-"]:nth-last-child(2), .planning_section [class*="col-"]:nth-last-child(3){ border-bottom: 0; }
.planning_section [class*="col-"]:before { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0; background: #99CC33; transition: .3s all ease; z-index: -1; transform: scale(1); margin: auto; }
.planning_section [class*="col-"]:hover:before{ width: 100%; height: 100%; }
.icon_hide{ display: none; }
.planning_section [class*="col-"]:hover .icon_show{ display: none; }
.planning_section [class*="col-"]:hover .icon_hide{ display: block; }
.planning_section [class*="col-"]:hover h6, .planning_section [class*="col-"]:hover p{ color: #000; }

.ventures_section{ padding-bottom: 110px; position: relative; background: #fff;}
.ventures_section h2{ color: #343434; margin-bottom: 40px;}
.ventures_block > span{ display: block; border: 1px solid #D8D8D8; height: 170px; display: flex; align-items: center; justify-content: center; padding: 30px; transition: .5s all}
.ventures_block > span:hover{ background: #eee; }

.footer_section{ background: #222222; position: relative; z-index: 99999;}
.footer_top{ background: url('../images/footer_bg.png') 50% 50% no-repeat; background-size: cover; padding: 50px 0; }
.footer_content > img{ width: 48%; }
.footer_content { padding-right: 70px; }
.footer_right{ padding-left: 8px;}
.footer_col:first-child{ width: 40%; }
.footer_col:last-child{ width: 60%; }
.footer_content p{ font-size: 12px; color: #C3C3C3; margin-top: 22px; }
.footer_newsletter{ flex: 1; margin-right: 15px;}
.footer_newsletter h4{ font-size: 24px; color: #fff; line-height: 1.3; font-weight: 700; font-family: 'Bon Vivant Family Serif'; margin-bottom: 15px; }
.footer_input{ position: relative; }
.footer_input input{ font-size: 14px; color: #C3C3C3; border: 1px solid #8D8D8D; padding: 18px 55px 18px 16px; background: #222222; }
.gr_arrow{ position: absolute; top: 50%; transform: translateY(-50%); right: 15px; background: transparent; padding: 0; border: 0; }
.footer_input input::placeholder{ color: #C3C3C3; }
.ss_sec{ margin-bottom: 8px; }
.ss_sec li a{ width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: .3s all ease; margin-left: 18px; }
.ss_sec li a:hover{ background: #597a18; border-color: #597a18; }
.footer_link_outer{ margin-top: 50px; background: #222222 !important;}
.footer_link h6{ font-size: 14px; color: #99CC33; font-weight: 500; margin-bottom: 8px; }
.footer_link p{ font-size: 12px; color: #C3C3C3; line-height: 1.6; }
.footer_link li{ font-size: 12px; color: #C3C3C3; line-height: 1.6;}
.footer_link li a{ color: #C3C3C3; }
.footer_link li a:hover{ color: #fff; }
.footer_link_outer [class*="col-"]{ position: relative; padding-right: 25px;}
.footer_link_outer [class*="col-"]:not(:first-child){ padding-left: 20px; }
.footer_link_outer [class*="col-"]:before{content: ''; position: absolute; right: 0px; top: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background: #3E3E3E; }
.footer_link_outer [class*="col-"]:last-child::before{ display: none; }
.footer_btm{ border-top: 2px solid #3A3A3A; }
.links_col{ width: 20%; padding: 25px 30px; border-left: 2px solid #3A3A3A; }
.links_col li a{ margin-bottom: 5px; display: inline-block; }
.links_col:last-child{ border-right: 2px solid #3A3A3A; }
.copyright_sec{ padding: 30px 0 25px; }
.copyright_block a{ font-size: 10px; color: #727272; display: inline-block; margin-right: 18px; }
.copyright_block p{ font-size: 10px; color: #727272; text-align: center;}
.copyright_block a:last-child{ margin-right: 0; }
.copyright_block a:hover{ color: #fff; }
.copyright_sec > .row{ background: #222 !important; }

.project_col:first-child{ width: 65%; padding-right: 30px; }
.project_col:last-child{ width: 35%; }
.heading_sec h3{ font-size: 30px; color: #fff; font-weight: 700; font-family: 'Bon Vivant Family Serif'; margin-bottom: 15px; }
.project_cont h3{ font-family: "Sora", sans-serif; font-weight: 600; text-transform: uppercase; }
.proj_logo{ display: inline-block; max-width: 230px; padding: 10px; margin-bottom: 15px; }
.project_cont p{ font-size: 14px; color: #fff; font-weight: 400; }
.project_flex{ padding-right: 15%;  }
.project_cont{ padding-right: 20px; width: 90%; }
.project_logo{ width: 45%; text-align: center; }
.project_logo > img{ max-width: 200px; margin-bottom: 20px; position: relative; }
.project_cta .site_btn{ padding: 12px 25px; font-size: 14px; margin: 0 3px;}
.project_cta .site_btn:hover{ background: #fff; color: #000; }
.project_cont ul { margin-top: 0px; margin-bottom: 30px; background: transparent; padding: 20px 34px; display: flex ; align-items: center; min-width: 520px; position: relative; left: -30px; }
.project_cont li{ display: flex; align-items: center; width: 33.33%; padding-right: 20px; }
.project_cont li img{ width: 29px; }
.project_cont li p{ font-size: 13px; color: #fff; margin-left: 10px; position: relative; }
.project_cont li:last-child p::before{ display: none; }
.prjects_img_inner img{ height: 190px; object-fit: cover; }
.prjects_img_inner { min-width: 150%; position: relative; left: -100px; top: 30px; }
.prjects_img_inner span{ display: block; margin-right: 20px; }
.dim > [class*="project_row"]{ margin-top: 105px; }
.proj_btn .site_btn{ width: 180px; margin-top: 40px; }
.proj_btn .site_btn:hover{ border-color: #fff; }

.banner_section { position: relative; z-index: 999999; }
.about_section{  background: #fff; }

.sticky-parent{ height: 205vh; position: relative; background: #669933; z-index: 99999;} 
.sticky{ position: sticky; top: 0px; max-height: 100%; overflow-x: hidden; overflow-y: hidden; } 
.dim{ display: block; height: auto; min-width: 100%;} 
.horizontal { display: flex; }

.progress-line { position: sticky; bottom: 125px; left: 0; height: 2px; background:transparent; width: 100%; z-index: 99999; }
.progress-line .line:before { content: ''; position: absolute; right: -50px; top: 0; background: url(../images/project_icon.png) 50% 50% no-repeat; background-size: 80%; width: 110px; height: 110px; z-index: 999999; bottom: 0; margin: auto; }
.progress-line .line { width: 0%; height: 100%; background-color: #43b00c; transition: width 0.1s ease; position: relative;}
.progress-line:after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; background: #aca6a6; width: 100%; transition: width 0.1s ease; z-index: -1; }
  
.container .row{ position: relative; background: #fff; z-index: 999; }
.animation_arrow{ position: absolute; left: 0; right: 0; margin: auto; top: 36vh; }
.path-container { position: relative; width: 100%; display: block; } 
.path { position: absolute; top: 0; z-index: 999; left: 50%; width: 100%; height: 100%; transform: translateX(-50%); background: none; display: block; } 
.dot { position: absolute; width: 2px; height: 2px; background-color: #88BB33; border-radius: 50%; } 
.arrow { position: absolute; top: -10px; z-index: 999; left: 50%; transition: transform 0.2s ease; } 
.arrow img { margin-top: -95px; margin-left: -63px; width: 400%; }

.about_section{ background: url('../images/about_bg.png') 50% 50% no-repeat; background-size: cover; background-attachment: fixed; }
.about_section .row {background: transparent; position: relative; z-index: 999;}

.hover_btn{ position: relative; }
.hover_btn a b{ font-weight: 400; position: relative; z-index: 1;}
.hover_btn a:before{ content: ''; position: absolute; background: #669933; width: 40%; height: 100%; left: 0; top: 0; bottom: 0; margin: auto; border-radius: 50px; z-index: 1; transition: .3s all; visibility: hidden; opacity: 0;}
.hover_btn a:hover:before{ width: 100%; visibility: visible; opacity: 1; }

.ventures_section .row{ margin: 0; }
.ventures_section .row [class*="col-"]{ padding: 0; }
.blogs_section .nm_inner { padding: 0 7%; position: relative; z-index: 999; }

.header_sidebar { width: 30%; position: fixed; top: 0; transition: 1s all ease-in; opacity: 0; visibility: hidden; height: 100vh; background: rgba(0, 0, 0, 0.8); right: -100%; margin-right: 0; display: block; padding: 100px 25px 50px !important; z-index: 9999999999; }
.active_sidebar .header_sidebar{ opacity: 1; visibility: visible !important; right: 0; overflow-y: scroll;}
.active_sidebar{ overflow: hidden; }
.bg_overlay{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: rgba(0,0,0,.8); opacity: 0; visibility: hidden; transition: 1s all ease; z-index: -1; width: 100%; height: 100%;}
.active_sidebar .bg_overlay{ opacity: 1; visibility: visible; z-index: 9999999; }
.header_right .menu_icon>a { display: inline-block; vertical-align: middle; }
.header_sidebar li a{ font-size: 18px; color: #fff; display: inline-block; padding: 20px 0; text-transform: uppercase;}
.header_sidebar li{ border-bottom: 1px solid #262626; width: 100%; }
.header_sidebar li a:hover{ color: #669933; }
.header_sidebar .cross_icon{ position: absolute; right: 25px; top: 30px; font-size: 30px; color: #fff; transition: .3s all ease; background:transparent; width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;}
.header_sidebar .cross_icon:hover{ background: #669933; color: #000; }
.planning_section h2{ color: #fff; margin-bottom: 70px;}
.header_sidebar > a > img{ width: 180px; margin-bottom: 15px; }
.header_right .menu_icon>a span{ transition: .3s all ease; }
.header_right .menu_icon>a:hover span{ background: #669933; }
.enquire_btn .site_btn{ padding: 12px 20px; font-size: 14px; margin: 0 3px; border-radius: 0; transform: rotate(90deg); z-index: 9; }
.enquire_btn{ position: fixed; right: -47px; top: 30%; z-index: 9999999;}
.enquire_btn li a{ font-size: 26px; color: #fff; margin-bottom: 10px; display: inline-block; }
.enquire_btn ul { margin-top: 44px; background: #00000040; padding: 10px 10px; width: 58px; position: absolute; right: 33px; display: none; }
.enquire_btn li a:hover{ color: #ccc; }

.h_btn { margin-right: 30px; }
.whatsapp_icon{ background: #000000; border: 1px solid #99CC33; color: #99CC33; }
.whatsapp_icon i{ margin-left: 14px; font-size: 16px; }
.dropdown_sec .site_btn{ padding: 12px 15px; width: 185px; transition: .5s all ease;}
.dropdown_sec .pay_btn{ width: 160px; padding: 12px 20px;}
.dropdown_sec:hover .site_btn{ justify-content: flex-end; color: #99CC33; background: #000;}
.dropdown_sec:hover .pay_btn{ color: #000; background: #99CC33;}
.dropdown_sec:hover .site_btn span{ right: 77%; }
.dropdown_sec:hover .pay_btn span{ right: 73%; transform: translateY(-50%) rotate(135deg); }
.dropdown_sec{ position: relative; margin-left: 20px;}
.dropdown_sec li a{ color: #fff; padding: 12px 0; display: block; height: 45px; font-size: 13px;}
.dropdown_sec li{ padding: 0 25px; }
.dropdown_sec li:not(:last-child){ border-bottom: 1px solid #243238; }
.dropdown_sec ul { background: rgba(0, 0, 0, 0.6); border-radius: 26px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding-top: 48px; position: absolute; left: 0; right: 0; margin: auto; width: 100%; top: -20%; z-index: -1; transition: .5s all ease; opacity: 0; visibility: hidden; height: 0;}
.dropdown_sec li a:hover{ font-size: 16px; }
.dropdown_sec:hover ul{ top: 0; opacity: 1; visibility: visible; height: auto;}
.underline_sec{ position: relative; }
.underline_sec:before{ content: ''; position: absolute; left: 0; bottom: -8px; height: 4px; background: #99CC33; transition: .3s all ease; width: 0%; }
.underline_sec:hover:before{ width: 100%; bottom: -6px; }

.banner_section > img{ height: calc(100vh - 69px); object-fit: cover; }
.team_section{ position: relative; }
.milestones_section{ background: #000; position: relative;}
.milestones_section h2, .milestones_section h2 span{ color: #fff; transition: .3s all ease; }
.milestones_section h2{ font-size: 36px; }
.milestones_section h2 span:hover{ color: #669933; }
.milestones_block li{ width: 25%; padding: 0 20px; }
.milestones_box h3{ font-size: 80px; font-family: "Montserrat", serif; font-weight: 700; color: transparent; -webkit-text-stroke: 1px #555555; text-stroke: 1px #555555; text-shadow: none; margin-bottom: 15px;}
.milestones_block{ padding-top: 40px; margin: 0 -20px; }
.milestones_box h4{ font-size: 24px; color: #8F8F8F; font-family: 'Bon Vivant Family Serif'; font-weight: 700; margin: 20px 0 15px; }
.milestones_box p{ font-size: 14px; color: #8F8F8F; }
.milestones_box span img { display: block; text-align: center; margin: auto; width: 150px !important; height: 150px; border-radius: 50%; object-fit: cover; }
.milestone_bg { filter: grayscale(1); }


.about_section .svg-container { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; overflow: hidden; }
.about_section .svg-container svg { height: 102%; display: block; position: absolute; right: 5%; top: -1%; }
.inner_banner:before{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background: linear-gradient(90deg, #669933 0%, transparent 70%); }

.heading_hover h2 span{ color: #343434; }
.heading_hover h2 span:hover{ color: #669933; }
.news_section{ background: url(../images/about_bg.png) 50% 50% no-repeat; background-size: cover; position: relative; z-index: 9999; background-attachment: fixed; }
.news_section .nm_head, .news_section .nm_outer, .video_section .nm_head, .print_section .nm_head{ background: transparent; }
.news_section .nm_outer .swiper-slide{ border-top: 0; padding-top: 30px;}
.news_section .nm_inner{ padding: 0; }
.news_section .nm_btn_prev { left: -5%; bottom: 20% !important;}
.news_section .nm_btn_next { right: -5%; bottom: 20% !important;}
.news_section .heading_sec h6{ font-size: 14px; color: #858585; margin: 40px 0 15px; font-weight: 400; }
.news_section .nm_slide >span { min-height: 66px; display: flex ; align-items: center; }
.news_section .nm_slide p{ font-size: 13px; }
.news_section .nm_outer .swiper-slide-next{ border: 0; }
.ne_row{ background: transparent !important; margin-top: 50px; }
.bg_gradient{ background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); }
.ne_row .nm_slide{ margin-bottom: 70px; }
.video_section{ background: #000; position: relative; padding-bottom: 150px; }
.video_section h2 span{ color: #fff; }
.video_outer{ position: relative; margin-top: 70px; }
.video_sec{ position: relative; }
.video_sec a{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center;}
.video_sec a img{ max-width: 100px; }
.video_slide h4 a{ display: inline-block; color: #fff; }
.video_slide h4 a:hover{ color: #669933; }
.video_slide h4{ border-bottom: 2px solid #C3C3C3;  margin-top: 25px; padding-bottom: 20px; margin-left: 0;}
.video_outer .nm_btn_prev { left: -5%; bottom: 50% !important;}
.video_outer .nm_btn_next { right: -5%; bottom: 50% !important;}

.print_section{ background: #669933; position: relative;}
.print_section h2 span{ color: #fff !important; }
.print_section .video_outer{ margin-top: 50px; }
.print_outer h5{ font-size: 20px; color: #fff; margin-top: 20px; }
.print_outer h4{ margin-top: 20px; padding-bottom: 15px; font-size: 24px;}
.print_outer .slider_btn{ bottom: 55% !important; }
.trans_row{ background: transparent !important; }
.events_launch{ display: flex; }
.events_launch h3{ font-size: 50px; color: #000000; font-weight: 600; }
.events_launch h3 span{ display: block; font-size: 16px; font-weight: 400; }
.events_launch .heading_sec{ border-left: 8px solid #669933; margin-left: 20px; padding-left: 20px; }
.events_launch .heading_sec h4{ color: #000000; margin-bottom: 10px; }
.events_launch .para_sec p{ font-size: 13px; }
.events_section .nm_head{ margin-bottom: 50px; background: transparent; }

.events_flex{ margin: 0 -7px; }
.events_row:not(:last-child){ border-bottom: 1px solid #E9E9E3; margin-bottom: 30px; padding-bottom: 30px;}
.events_left{ padding-right: 50px; }
.events_section{ background: url(../images/events_bg.png) 50% 50% no-repeat; background-size: cover; }
.awards_inner .swiper-slide{ border-top: 0; padding-top: 0; }

.contact_box h4{ color: #000000; margin: 40px 0 10px }
.contact_box li a{ color: #000; font-size: 15px; margin-bottom: 5px; display: block;}
.gr_color{ color: #669933 !important; }
.contact_row [class*="col-"]{ padding: 0 50px;  }
.contact_row [class*="col-"]:not(:last-child){ border-right: 1px solid #D8D8D8;}
.contact_row{ margin: 0 -50px; }

.office_section{ position: relative; overflow: hidden; }
.office_section:before{ content: ''; background: url('../images/contact_bg.png') 50% 50% no-repeat; background-size: cover; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 650px; z-index: -1;}
.office_block{ margin: 60px 0; padding-right: 70px; border-right: 1px solid #252825; }
.office_box h4{ margin-left: 0; margin: 20px 0 10px; }
.office_box p{ color: #fff; }
.office_box { margin-bottom: 50px; }
.map_block iframe { height: 100%; display: block; position: absolute; width: 67%; }
.office_section .row{ position: static; }
.height_fix{ height: 650px; }

.site_section{ background: #669933; }
.site_section h2 span { color: #fff !important; }
.site_outer{ position: relative; }
.site_outer .nm_btn_prev { left: -5%; bottom: 40% !important;}
.site_outer .nm_btn_next { right: -5%; bottom: 40% !important;}
.site_slide h4{ font-weight: 500; margin-bottom: 10px; }
.site_slide li{ font-size: 13px; color: #fff; }
.site_slide li a{ color: #fff; }
.site_slide ul{ margin-bottom: 15px; }
.site_slide p{ font-size: 13px; color: #fff; }

.enquiry_section{ background: url(../images/events_bg.png) 50% 50% no-repeat; background-size: cover; position: relative;}
.enquiry_section h2 span{ color: #000; }
.enquiry_section h2 { font-size: 38px; }
.enquiry_section h2 span:hover{ color: #669933; }
.form_group{ width: 33.33%; padding: 0 10px; margin-bottom: 20px; }
.input_sec{ font-size: 12px; color: #4A4A46; width: 100%; border: 0; border-bottom: 1px solid #E4E4D7; background: transparent; padding: 20px 0; }
.input_sec::placeholder{ color: #4A4A46; }
.form_text p{ font-size: 12px; color: #555555; max-width: 700px; margin: 10px auto 30px; }
.form_flex{ max-width: 80%; margin: auto; }

.csr_about_section .vm_row{ padding-top: 20px; }
.csr_about_section .vm_content h4{ color: #000; }
.area_section{ background: #669933; }
.area_section h2 span{ color: #fff !important }
.tabs_block{ margin-top: 30px; }
.tabs_block .nav-link{ font-size: 40px; color: #fff; font-weight: 700; font-family: 'Bon Vivant Family Serif'; text-transform: uppercase; line-height: .9; border-radius: 0; width: 100%;}
.tabs_block .nav-link.active{ background-color: #99CC33; }
.tabs_block .nav{ width: 50%; padding-right: 100px; height: 300px; overflow-x: auto; position: relative;}
.tabs_block .tab-content{ width: 50%; padding: 0 90px;}
.tab_content h4{ margin: 30px 0 10px }
.tab_content .para_sec p{ color: #fff; font-size: 14px; }
.tabs_block > div:before{ content: ''; position: absolute; right: 50.1%; top: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background: #fff; }

.tabs_block .nav::-webkit-scrollbar { width: 5px; } 
.tabs_block .nav::-webkit-scrollbar-track { box-shadow: none} 
.tabs_block .nav::-webkit-scrollbar-thumb { background: #fff; } 

.initiatives_block h2 button{ flex-wrap: wrap; font-size: 32px; color: #000000 !important; font-weight: 700; font-family: 'Bon Vivant Family Serif'; background-color: transparent !important; border-bottom: 0; box-shadow: none !important; padding: 40px 70px 30px 0; }
.initiatives_block h2 button span{ display: block; width: 100%; font-size: 13px; color: #555555; margin-top: 8px; }
.initiatives_block .accordion-item{ background: transparent; border: 0; border-bottom: 1px solid #EDEDED;}
.initiatives_block .accordion-body{ padding-left: 0; padding-right: 0; padding-top: 0; }
.initiatives_block .para_sec p{ font-size: 13px; color: #555555; }
.initiatives_block .para_sec{ padding-right: 20%; }
.initiatives_block .accordion-button:not(.collapsed){ font-size: 36px; }
.initiatives_block .accordion-button::after{ content: '+'; background: none; width: 50px; height: 50px; font-size: 45px; color: #707070; border: 1px solid #707070; border-radius: 50%; text-align: center; line-height: 55px; position: absolute; right: 0; }
.initiatives_block .accordion-button:not(.collapsed)::after{ content: '-'; transform: rotate(0); line-height: 45px;}
.accord_outer{ margin: 40px 0; }
.accrod_slider .nm_btn_next{ right: 25px; bottom: 42% !important; }
.accrod_slider .nm_btn_prev{ left: 25px; bottom: 42% !important; }
.initiatives_block .banner_btn{ margin-top: 50px; }
.initiatives_section .heading_sec h2{ margin-bottom: 10px; }

.gallery_thumb .swiper-slide img{ height: 130px; object-fit: cover; }
.gallery_thumb .swiper-slide span{ display: block; font-size: 9px; color: #fff; font-weight: 500; text-align: center; background: #000; padding: 6px 0; opacity: 0.6;}
.gallery_main .swiper-slide img{ height: 750px; object-fit: cover; }
.gallery_main .nm_btn_next{ right: 1%; bottom: 10% !important; z-index: 9999 !important;}
.gallery_main .nm_btn_prev{ left: 19%; bottom: 10% !important; }
.gallery_thumb .swiper-slide-thumb-active img{ border: 3px solid #99cc33; }
.csr_about_section .vm_block span { min-height: 145px; display: flex !important ; justify-content: center; align-items: flex-end; }

.lifeMRG .nm_btn_next{ right: -5%}
.lifeMRG .nm_btn_prev{ left: -5%}


.blogbanner{position: relative;}
.blogbanner img{height: 100vh; object-fit: cover; object-position: center;}
.blogban_outer{position: absolute; top: 40%; left: 0; right: 0;}
.blogban_outer h1{color: #fff; font-family: 'Bon Vivant', serif; text-transform: uppercase; font-size: 54px;}
.latestblogsection{padding: 80px 0; background: url('../images/about_bg.png') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;}
.latestblogsection h2{font-family: 'Georgia', serif; font-style: italic; font-size: 36px;padding-bottom: 20px; font-weight: 500;}
.recentitem{padding-bottom: 40px;}
.blogcontent{padding-right: 20px; border-right: 1px solid #D8D8D8;}
.blogcontent p, .recentitem p, .blog_date{color: #858585; font-size: 14px; font-family: 'Degular'; padding: 20px 0 10px 0;}
.recentitem h5{font-family: "Sora", serif; font-size: 21px; font-weight: 600; padding:10px 0 20px; border-bottom: 1px solid #D8D8D8; text-transform: capitalize; color: #000;}
.recentitem .para_sec{padding-top: 15px;}
.recentitem .para_sec p{color: #555555; font-family: "Sora", serif; font-size: 11px; font-weight: 400;}
.read_more{padding-top: 15px;}
.read_more a{color: #669933; font-size: 14px; text-transform: capitalize; font-family: "Sora", serif; font-weight: 400; transition: 0.5s all ease;     display: flex;
    align-items: center;
    gap: 8px; }
.read_more a:hover{color: #fff; background-color: #99CC34; border: 1px solid #99CC34; border-radius: 30px; padding:5px 10px; }

.read_more {
    display: flex;
    align-items: center; /* Align content vertically */
    gap: 8px; /* Space between text and icon */
}


.read_more i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Makes it a circle */
    background-color: #99cc34; /* Background color */
    color: #fff; /* Icon color */
    font-size: 21px; /* Adjust icon size */
    transition: all 0.3 linear;
    padding: 20px;
}
.read_more a:hover i{color: #99cc34; background-color: #fff;}
.blogcontent h4{font-family: "Sora", serif; color: #000; font-weight: 600; font-size: 22px;}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none; /* Hide default arrows */
}
.latestouter{position: relative ; overflow: visible;}
.custom-next, .custom-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* Ensure buttons are above slides */
}
.custom-next{right: -50px;}
.custom-prev{left: -50px;}

.blogdetailbanner{background-image: url('../images/bgcolor1.svg');
    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: cover;
    /* Ensure the image covers the container */ padding: 80px 0;}
.blogdetailouter h1{color: #000; font-family: 'Bon Vivant', serif; font-size:54px; font-weight: 500;}


.para-with-line{display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;}
.green-line{flex-grow: 1; /* Ensures the line takes up remaining space */
    border: none;
    border-top: 5px solid #99cc34;
    margin: 0;
opacity: 1 !important;}
.blogdetImg{padding-top: 50px;}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: bold;
   margin-left: 2px;
   color: #343434;
   cursor: pointer;
}

.add-read-more{
  /* max-width: 600px; */
  width: 100%;

}
.blogdetxt h5{font-size: 19px; font-family: 'Georgia', serif; font-style: italic; font-weight: 500; margin-bottom: 30px; transition: 0.5s all ease;}
.blog-para{font-size: 13px; color: #343434; font-family: "Sora", serif; font-weight: 400; padding-bottom: 20px;}
.blogcontentitem h5{font-family: "Sora", serif; color: #343434; font-weight: 600; font-size: 21px; font-style: normal; padding-bottom: 0;}
.blogdetitem .recentitem h5{color: #000; font-family: "Sora", serif; font-weight: 600; font-style: normal; padding:5px 0 10px; font-size: 15px;}
.blogdetitem{padding-bottom: 30px;}
.blogdetcontent{padding: 0px 0px 80px;}
.bloghovertxt .heading_sec h5{display: inline-block ; border-bottom: 2px solid transparent;}
.bloghovertxt:hover .heading_sec:first-child h5{color: #99CC34; border-bottom: 2px solid #99CC34; margin-bottom: 30px;}


/* Project listing */
.propertySec{padding: 100px 0px 0px;}
.propertySec.secOnd{padding: 130px 0px 80px;}
.propertySec .heading_sec h2 span{color: #000000;}
.propertySec .heading_sec h2 span:hover{color: #669933;}
.prprtyImg{margin-bottom: 40px;overflow: hidden;}
.prprtyImg img{
    max-width: 100%;
    width: 100%;
    transform: scale(1);
    /* min-height: 400px; */
    object-fit: cover;
    transition: 0.3s;
}
.prprtyBox:hover .prprtyImg img{transform: scale(1.1);}
.prprtyCnt{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0;
    position: relative;
    background: #fff;
    top: 0px;
    transition: 0.3s;
}
.prprtyBox:hover .prprtyCnt{
    padding: 40px 30px;
    background: #000;
    top: -100px;
}
.prprtyCntLft h3{
    font-size: 44px;
    color: #000000;
    font-family: 'Bon Vivant Family Serif';
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
    transition: 0.3s;
}
.prprtyBox:hover .prprtyCntLft h3{color: #fff;}
.prprtyCntLft p{
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
}
.prprtyBox:hover .prprtyCntLft p{color: #fff;}
.prprtyCntLft .banner_btn {opacity: 0;transition: 0.3s;}
.prprtyBox:hover .prprtyCntLft .banner_btn{opacity: 1;}
.prprtyCntRght li{
    font-size: 18px;
    color: #000000;
    font-family: 'Georgia';
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    transition: 0.3s;
}
.prprtyBox:hover .prprtyCntRght li{color: #fff;}
.prprtyCntRght li span{
    margin-left: 20px;
    width: 170px;
}
.prprtyCntRght ul{
    border-left: 1px solid #D8D8D8;
    padding-left: 26px;
}
@media(max-width: 1600px){
    .prprtyCntLft h3{font-size: 36px;}
    .prprtyCntLft p{font-size: 16px;    margin-bottom: 20px;}
    .propertySec{padding: 80px 0px 0px;}
    .propertySec.secOnd{padding: 100px 0px 80px;}
    .prprtyCntRght li{font-size: 16px;}
    .prprtyBox:hover .prprtyCnt{padding: 30px 20px;top: -80px;}
}
@media(max-width: 767px){
    .prprtyCnt{flex-wrap: wrap;}
    .propertySec{padding: 80px 0px 0px;}
    .prprtyImg{margin-bottom: 20px;}
    .prprtyCntLft h3{font-size: 26px;}
    .prprtyCntLft p{font-size: 12px;margin-bottom: 10px;}
    .prprtyCntLft .banner_btn{opacity: 1;margin-bottom: 20px;}
    .prprtyCntRght ul{
        border-left: none;
    padding-left: 0;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
    }
    .prprtyCntRght li{font-size: 12px;}
    .prprtyBox{margin-bottom: 20px;}
    .propertySec.secOnd{padding: 70px 0px 70px;}
        .crafting_content .heading_sec h4{text-align: center !important;}
}

/* career */
.careerBNR .banner_content{max-width: max-content;}
.careerBNR .banner_content h1{line-height: 1.2;}
.whyWork{padding: 150px 0px 180px;}
.whyWorkHead{
    text-align: center;
    font-size: 50px;
    color: #669933;
    font-family: 'Georgia';
    margin-bottom: 40px;
}
.whyWorkPara{
    font-size: 20px;
    color: #000000;
    font-style: italic;
    text-align: center;
    font-family: 'Georgia';
    margin-bottom: 100px;
}
.whyWorkBox{
    padding: 20px 20px;
    text-align: center;
}
.whyWorkImg{margin-bottom: 50px;}
.whyWorkCnt h3{
    font-size: 32px;
    color: #343434;
    font-weight: 700;
    font-family: 'Bon Vivant Family Serif';
    margin-bottom: 35px;
}
.whyWorkCnt p{
    font-size: 16px;
    color: #343434;
    font-weight: 400;
}
.lifeMRG{
    background: #669933;
    padding: 100px 0px 150px;
}
.lifeMRG .heading_sec h2 span{
    color: #ffffff;
    font-style: italic;
}
.lifeMRG .heading_sec h2{font-size: 54px;color: #ffffff;margin-bottom: 50px;}
.lifeMRG .nm_outer{background: transparent;}
.lifeMRG .nm_outer .swiper-slide{border: none;}
.lifeMRG .heading_sec h4{color: #fff;}
.lifeMRG .nm_slide{border-bottom: 1px solid #C3C3C3;}
.lifeMRG .play_icon{opacity: 0;transition: 0.3s;}
.lifeMRG .nm_slide:hover .play_icon{opacity: 1;}
.lifeMRG.glimpeses{background: #000000;}
.jobOpening{
    padding: 120px 0px 150px;
    position: relative;
}
.jobOpening:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url('./../images/bgImge.png') 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.jobOpening .heading_sec h2 span{color: #343434;}
.jobOpening .container{
    z-index: 2;
    position: relative;
}
.accordSec .accordion-item{
    border: 0 none;
    box-shadow: none;
    border-bottom: 1px solid #C3C3C3;
    background: transparent;
}
.accordSec .accordion-button{
    border: 0 none;
    box-shadow: none;
    background: transparent;
    font-size: 24px;
    color: #343434;
    font-weight: 600;
    position: relative;
    padding-bottom: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}
.accordSec .accordion-body{padding-left: 0;padding-right: 0;}
.accordSec .accordion-button.collapsed{padding: 30px 0; transition: 0.3s;}
.accordBody .accordion-button:not(.collapsed){padding-bottom: 0;}
.accordSec .accordion-button span{
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #669933;
    border-bottom: 2px solid #669933;
    font-family: 'Georgia';
    font-style: italic;
    opacity: 1;
    font-weight: 400;
    transition: 0.3s;
}
.accordSec .accordion-button:not(.collapsed) span{opacity: 0;}
.accordSec .accordion-button::after{display: none;}
.topDes span{
    font-size: 18px;
    color: #343434;
    padding-right: 20px;
    border-right: 1px solid #343434;
    margin-right: 20px;
}
.topDes span strong{
    color: #343434;
    font-weight: 600;
    padding-left: 5px;
}
.topDes{margin-bottom: 40px;}
.accordBody h4{
    font-size: 24px;
    color: #669933;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}
.accordBody p{
    font-size: 16px;
    color: #343434;
    margin-bottom: 40px;
    font-weight: 400;
}
.accordUL li{
    list-style: disc;
    font-size: 15px;
    color: #343434;
    font-weight: 400;
    margin-bottom: 5px;
}
.accordUL li::marker{
    color: #669933;
    font-size: 20px;
}
.accordUL{padding-left: 20px;margin-bottom: 40px;}
.accordBody>b{
    font-size: 15px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.carTest .heading_sec h2 span{
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 60px;
    border-bottom: 5px solid #99CC33;
    display: inline-block;
}
.carTest .testi_section{    padding: 100px 0 180px;}
.carTest .testi_main{
    padding: 0 0%;
    padding-bottom: 30px;
    border-bottom: 3px solid #99CC33;
}
.carTest .testi_main p{
    font-family: 'Georgia';
    font-weight: 400;
    font-style: italic; padding-right: 15px;
    font-size: 20px; height: 235px; overflow-y: auto;
}
.cnctBtm { height: 260px; overflow: auto; padding-right: 15px; }
.cnctBtm::-webkit-scrollbar {
    width: 4px;
  }
  .cnctBtm::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .cnctBtm::-webkit-scrollbar-thumb {
    background: #99CC33; 
    border-radius: 3px;
  }

.carTest .testi_main p::-webkit-scrollbar {
    width: 4px;
  }

  .carTest .testi_main p::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .carTest .testi_main p::-webkit-scrollbar-thumb {
    background: #99CC33; 
    border-radius: 3px;
  }
  

.carTest .testi_block h4{margin-top: 0;margin-left: 20px;font-size: 24px;}
.carTest .testi_block{
    display: flex;
        align-items: center;
}
.carTest .testi_section .slider_btn{
    top: 50% !important;
    bottom: auto !important;
}
.carTest .testi_btn_next{right: -5% !important;}
.carTest .testi_btn_prev{left: -5% !important;}
/* .carTest .swiper-wrapper{overflow: hidden;}
.carTest .swiper{overflow: visible;} */
.topDes span:last-child{border-right:none;}
.tabUL{
    display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
}
.mainTab{
    box-shadow: 0px 2px 4px #00000029;
    position: sticky;
    position: -webkit-sticky;
    top: 59px;
    z-index: 99999;
    background: #fff;
}
.tabItem{
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    padding: 20px 0px;
    margin-right: 20px;
    display: block;
    border-bottom: 4px solid transparent;
    transition: 0.3s;
}

.tabItem:hover{ color: #99CC33    ; }
.tabItem.active{
    font-weight: 700;
    border-bottom: 4px solid #99CC33;
}
.abtCrown{    padding: 100px 0px 70px;}
.paraSec p{
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    margin-bottom: 20px;
}
.abtCrownCnt .banner_btn .site_btn{
    padding: 14px 20px;
    width: 248px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 100px;
    background: #A37959;
    color: #fff;
    border: 1px solid #A37959;
}
.abtCrownCnt .banner_btn .site_btn:hover{border: 1px solid #99CC33;}
.uniqFeature{position: relative;}
.bgImg{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.uniqFeature .planning_section{background: #ffffff;}
.uniqFeature .heading_sec h2 span{
    font-size: 40px;
    color: #343434;
}
.uniqFeature .planning_section [class*="col-"]{
    border-right: 1px solid #C3C3C3;
    background: #fff;
    border-bottom: 1px solid #C3C3C3;
}
.uniqFeature .planning_section [class*="col-"]:hover .icon_hide{display: inline-block;}
.uniqFeature .planning_block{text-align: center;}
.uniqFeature .planning_cont h6{
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin: 50px 0 10px;
    font-family: 'Georgia';
    color: #000000;
}
.uniqFeature .para_sec p{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
.uniqFeature .planning_section [class*="col-"]:before{background: #A37959;}
.uniqFeature .planning_section [class*="col-"]:hover .planning_cont h6{color: #fff;}
.uniqFeature .planning_section [class*="col-"]:hover .para_sec p{color: #fff;}
.uniqFeature .planning_block img.icon_show{display: none;}
.uniqFeature .planning_block img.icon_hide{display: inline-block;}
.uniqFeature .planning_section [class*="col-"]:hover .planning_block img.icon_show{display: inline-block;}
.uniqFeature .planning_section [class*="col-"]:hover .planning_block img.icon_hide{display: none;}
.gallRy .awards_section .nm_slide > span img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallRy .awards_section .nm_slide > span{padding: 20px;}
.gallRy .heading_sec h2 span{font-size: 40px;color: #343434;}
.clbHouse{
    background: #5D402A;
    padding: 90px 0px 130px;
}
.clbHouse .heading_sec h2 span{
    font-size: 40px;
    color: #FFFFFF;
}
.clbVrtTab .nav{
    width: 50%;
    border-right: 1px solid #A37959;
    padding-right: 100px;
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.clbVrtTab .tab-content{
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
}
.clbVrtTab .nav-pills .nav-link{
    font-size: 56px;
    color: #FFFFFF;
    font-family: 'Bon Vivant Family Serif';
    font-weight: 700;
    position: relative;
    border-radius: 0;
}
.clbVrtTab .nav-pills .nav-link:after{
    position: absolute;
    content: '';
    right: -100px;
    top: -25px;
    height: calc(100% + 50px);
    width: 1px;
    background-color: #99CC33;
    opacity: 0;
    transition: 0.3s;
}
.clbVrtTab .nav-pills .nav-link.active{background-color: #99CC33;}
.clbVrtTab .nav-pills .nav-link.active:after{opacity: 1;}
.clbBoxImg{margin-bottom: 40px;}
.clbBoxImg img{width: 100%;}
.clbBoxCnt h4{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
}
.clbBoxCnt p{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
}

.floorPlan{padding: 100px 0px 50px;}
.floorPlan .heading_sec h2 span{
    font-size: 40px;
    color: #343434;
}
.floorPlan .heading_sec h2{margin-bottom: 30px;}
.florPlanTab .nav-pills .nav-link{
    border-radius: 26px;
    background: #fff;
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    padding: 15px 30px;
    border: 1px solid #A37959;
}
.florPlanTab .nav-pills .nav-link.active{ background: #A37959;color: #FFFFFF;}
.florPlanTab .nav{justify-content: center;}
.florPlanTab .nav li{margin-right: 20px;}
.flrPlnSec .nav-pills .nav-link{
    font-size: 24px;
    color: #A37959;
    background: transparent;
    border: 0 none;
    font-weight: 400;
    border-bottom: 6px solid transparent;
    border-radius: 0;
    padding: 6px;
}
.flrPlnSec .nav-pills .nav-link.active{
    color: #99CC33;
    border-bottom: 6px solid #669933;
    background-color: transparent;
}
.flrPlnSec{margin-top: 40px;}
.flrPlnSec .nav li{margin-right: 100px;}
.typePlan > img{width: 100%; filter: blur(8px);}
.typePlan{position: relative;}
.typePlan:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}
.hoverAdd{
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.typePlan:hover .hoverAdd{
    left: 50%;
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.connectivity{padding: 110px 0px 120px;position: relative;}
.connectivity .heading_sec h2 span{ font-size: 40px;color: #fff;}
.cntcUl{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 8px solid #A37959;
    margin-bottom: 40px;
}
.cntcItem{
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    border-right: 1px solid #C3C3C3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s;
}
.cntcImg{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.cntcUl li:last-child .cntcItem{border-right: none;}
.cnctBox{padding-right: 20%;}
.cnctInr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #C3C3C3;
    border-left: 0px solid #A37959;
    padding-left: 0px;
    transition: 0.3s;
}
.cnctList.active .cnctInr{
    border-left: 8px solid #A37959;
    padding-left: 10px;
}
.cntcItem.active, .cntcItem:hover{color: #A37959;}
.cnctInr span{
    font-size: 21px;
    color: #fff;
    font-weight: 400;
}
.cnctList:last-child .cnctInr:last-child{border-bottom: none;}
.connectivity .container .row{position: static;}
.cnctImgSec{
    /* position: absolute;
    top: 0;
    right: 0; */
    height: 100%;
    width: 100%;
}
.cnctImgSec img{
    width: 100%;
    height: 400px; object-fit: cover; object-position: top;
}
.lifeMRG.glimpeses.walKing{background: #5D402A;}
.cstmrSpeek{position: relative;}
.cstmrSpeek>span{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.carTest.cstmrSpeek .testi_section{background: #000000;}
.ctmrUpdt .heading_sec h2 span{
    font-size: 40px;
    color: #343434;
}
.ctmrUpdt .heading_sec h4{
    font-size: 24px;
    color: #343434;
    margin-top: 20px;
}
.ctmrUpdt .heading_sec h4 a{color: #343434;}
.ctmrUpdt .heading_sec h4 a i{
    color: #A3795990;
    margin-right: 10px;
}
.ctmrUpdt .video_outer{position: relative;}
.ctmrUpdt .video_outer .swiper {position: static;}
.secAchiv .heading_sec h2 span{
    font-size: 40px;
    color: #343434;
}
.secAchiv .crafting_bg{left: auto;right: 0;}
.enqurySec{background: #A37959;padding: 120px 0px 100px;}
.enqurySec .heading_sec h2 span{font-size: 40px;    color: #FFFFFF;}
.enqurySec .container .row{background: transparent;}
.enqLeft{padding-right: 100px;}
.enqLeftImg img{width: 70px;}
.enqLeftImg{margin-bottom: 30px;}
.enqLeftCnt h4{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
}
.enqLeftCnt address{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 20px;
}
.enqUl a{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
}
.enqLftTp{margin-bottom: 100px;}
.enqRight .form-control{
    background: transparent;
    border: 0 none;
    border-radius: 0;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    border-bottom: 1px solid #C3C3C3;
    padding: 25px 0;
}
.enqRight .form-control::placeholder{font-size: 16px;color: #FFFFFF;font-weight: 400;}
.enqRight .form-control:focus{box-shadow: none;}
.msgSec p{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 40px;
}
.msgSec .site_btn{font-size: 16px;}
.abtCrownImg img{    width: 100%;}
.ctmrUpdt .video_section{background: #ffffff;}
.hover_active2 .connectivity [class*='col-']:last-child{    transform: translateX(0%);}



.residenttxt{display: flex; align-items: center; justify-content: space-between; padding-top: 25px;}
.residentialproperty{padding: 80px 0;}
.residentouter h3{font-size: 33px;  font-family: 'Georgia', serif; font-style: italic; font-weight: 500; color: #000; padding-bottom: 30px;}
.residentname h2{font-size: 36px; font-family: 'Bon Vivant', serif; font-weight: 500; color: #000;}
.residentname p{color: #000; font-size: 16px; font-family: "Sora", serif; font-weight: 400;}
.residentlisting li{font-family: 'Georgia', serif; font-style: italic; font-size: 15px;color: #000;}
.residentlisting li span{margin-right: 10px; display: inline-block; width: 70px; }
.residentlisting{padding-top: 4px; border-left: 1px solid #D8D8D8; padding-left: 10px;}
.residentitem{position: relative;}
.residentitem:hover .residentcaption{position: absolute; bottom: -65px; background-color: #000; width: 100%; padding: 20px 10px;}
.residentitem:hover .residentlisting li{color: #fff;}
.residentitem:hover .residentname h2{color: #fff;}
.residentitem:hover .residentname p{color: #fff;}
.view_proj a{color: #000; font-size: 14px; font-family: "Sora", serif; font-family: "Sora", serif;font-weight: 400;transition: 0.5s all ease;display: flex;align-items: center;gap: 20px; padding:10px 30px;}
.view_proj{ border: 1px solid #99cc34; border-radius: 30px; background-color: #99CC34; margin-top: 25px; display: none; transition: 0.5s all ease;}
.view_proj a i{color: #fff; font-size: 21px;}
.residentitem:hover .view_proj{display: inline-block;}
.partnerabout{padding: 80px 0;}
.partnerabout .view_proj{display: inline-block;}
.partnerbenfit{background-color: #000; padding: 80px 0;}
.perkcontent{border-right: 1px solid #555555; border-bottom: 1px solid #555555;}
.partnerbenfit .row .col-lg-4:nth-child(3) .perkcontent{border-right: 0;}
.partnerbenfit .row:nth-child(2){border-bottom: 0;}
.partnerouter h2{font-family: 'Bon Vivant Family Serif';  font-size: 36px; padding-bottom: 25px; color: #000; margin-bottom: 0 !important;}
.partnerouter p{font-family: "Sora", serif; padding-bottom: 20px; font-size: 14px; color: #343434;}
.partnerouter p:last-child{padding-bottom: 0;}
.partnerouter .para_sec{margin: 0 auto; width: 90%;}
.view_proj:hover{background-color: #669933;}
.parnterouter h4{color: #fff; font-size: 34px;font-style: italic; font-family: 'Georgia', serif; font-weight: 400;}
.parnterouter .row{padding-top: 40px;}
.parnterouter .anotherow{padding-top: 0 !important;}
.perkcontent img{padding-bottom: 30px;}
.parnterouter h5{color:#000; font-size: 34px; font-family: 'Georgia', serif; font-style: italic; padding-bottom: 30px;}
.perkcontent h5{color: #99CC34; padding-bottom: 20px; font-size: 19px; font-family: "Sora", serif; font-style: normal;}
.perkcontent p{color: #fff; font-size: 13px; font-family: "Sora", serif; font-weight: 300;}
.perkcontent{padding: 0 20px 35px 0;height: 100%;}
.parnterouter .row .col-lg-4{padding: 0 !important;}
.parnterouter .row .col-lg-4:not(:first-child) .perkcontent{padding-left: 30px;}
.parnterouter .anotherow .perkcontent{padding-top: 30px; border-bottom: 0}
.partnerwork{padding: 80px 0;}

.partnercont img{width: 85px; height: 110px; padding-bottom: 30px;}
.partnercont h3{font-family: 'Bon Vivant Family Serif'; text-transform: uppercase; padding-bottom: 10px; border-bottom: 4px solid #99cc34; font-size: 30px; color: #000;}
.partnercont h5{font-size: 25px; padding-top: 10px;}
.partnercont{padding-right: 15px;}


.form-container {padding: 20px 0;}
.form-row {display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;margin-bottom: 20px;}
.form-group { position: relative;}
.form-group.double-width {
    grid-column: span 2; /* Takes 2 columns */
    
  }
.form-group label {color: #555555;font-size: 12px; font-family: "Sora", serif;}
.form-group input,
.form-group select {width: 100%;border: none;border-bottom: 2px solid #ccc;outline: none;padding: 0 0 5px; height: 30px; font-size: 13px;}
    .form-group input:focus,
    .form-group select:focus {
      border-bottom: 2px solid #007bff;
    }


.partnerspeak{ padding: 80px 0; background: #669933; position: relative; }
.partner_slider { background: #669933; position: relative; z-index: 9999; padding-top: 70px; }
.testi_para{ margin: 35px 0; }
.partnerspeak .heading_sec h4{ font-size: 21px; color: #fff; font-weight: 600; margin-left: 5px;font-family: 'Georgia', serif; font-style: italic; }
.testi_para p img{ margin: 0 5px; }
.partner_slider .testi_main p { font-size: 18px; color: #fff;  font-weight: 500; font-family: 'Georgia', serif; font-style: italic;}

.testi_block{ margin-top: 35px; }
.testi_block > span{ display: inline-flex; align-items: center; justify-content: center; border: 1px solid #FFFFFF; border-radius: 50%; padding: 5px;}

.testi_block > span img { width: 100px !important; border-radius: 50% !important; height: 100px !important; }
.testi_block h4{ margin-top: 20px;}
.testi_block h4 span{ display: block; font-size: 14px; font-weight: 400; padding-top: 5px; }
.testi_btn_prev{ left: 0% !important; }
.testi_btn_next{ left: auto !important; right: 0% !important; }
.testi_section .slider_btn{ top: 74.5% !important; bottom: auto !important; }
.testi_section .slider_btn:hover img{ background: #ccc; }
.testi_section .leader_bg{ max-width: 36%; z-index: 9999; } 

.partnerformoutro h3{font-size: 34px;font-family: 'Georgia', serif; font-style: italic; padding-bottom: 10px; color: #000; font-weight: 500 !important;}
.partnerformoutro p{font-family: "Sora", serif; font-size: 13px; color: #343434;}
.partnerformoutro .para_sec p{font-size: 11px; color: #555555; max-width: 75%;}
.partnerform .view_proj{display: inline-block;}
.partnerform{padding-bottom: 80px;}
.part_slider{position: absolute; bottom: 0; left: 0; z-index: 999; max-width: 28%;}
.partnerouter h3{font-size: 33px; font-style: italic;font-family: 'Georgia', serif; color: #fff; font-weight: 500;}
.partnerspeak .testi_block{display: flex; align-items: center; justify-content: start; gap: 25px;}
.partnerspeak .testi_block img{width: 60px;}
.partnerspeak .testi_block h4{font-size: 18px; font-family: "Sora", serif; font-weight: 600; font-style: normal;}
.partnerspeak .testi_block h4 span{font-size: 12px; font-weight: 500;}
.partnerspeak .testi_btn_prev img{width: 80px;}
.partnerspeak .testi_btn_prev{left: 1% !important;}
.partnerspeak .testi_btn_next{right: 1% !important;}
.partnerbenfit .container .row{background: transparent !important;}
.slide_btn{width: 50px !important;}
.banner_content h1{ margin-bottom: 0; display: none;}
.blogban_outer h1{ display: none; }

.disclaimer{padding: 120px 0px 150px;}
.disclaimer .heading_sec h2 span{font-size: 40px;color: #000;}
.disSec p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.disSec h3{
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}
.disSec strong{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    display: block;
}
.disSec .accordUL li{margin-bottom: 10px;}
.abtCrown{position: relative;}
body:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('./../images/bodyBG.png') 0 0 no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: -1;
}
.abtCrown .container .row,
.propertySec .container .row,
.prprtyCnt,
.whyWork .container .row{background: transparent;}
.floorPlan{position: relative;background-color: #fff;}
.floorPlan:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url('./../images/floorBG.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.bgBtmImg{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.connectivity{background-color: #fff;}
.ourPartner .leadership_block:hover{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    min-width: 100%; right: 0; margin: auto;
}
.ourPartner .leadership_block{
    max-height: 600px;
    overflow: hidden;
}
/* .ourPartner .leadership_block:hover .anim_ops{} */
.ourPartner .leadership_block .leadership_show{position: relative;}
.ourPartner .leadership_caption{width: 500px;}
.ourPartner .anim_ops{display: inline-block;    width: 100%;height: auto;}
.ourPartner .leadership_block:hover .leadership_show{width: 35%;}
.ourPartner .leadership_block:hover .leadership_hover{width: 65%;}
.hover_active3 .ourPartner [class*='col-']:nth-child(2), 
.hover_active3 .ourPartner [class*='col-']:first-child, 
.hover_active3 .ourPartner [class*='col-']:last-child{transform: translateX(0%);}
.hover_active2 .ourPartner [class*='col-']:last-child{transform: translateX(0%);}
.hover_active1 .ourPartner [class*='col-']:nth-child(2), 
.hover_active1 .ourPartner [class*='col-']:last-child{transform: translateX(0%);}
.ourPartner [class*='col-']:last-child .leadership_block:hover{
    left: auto;
    right: 0;
    width: 300%;
}
.ourPartner .leadership_hover{width: 60%;}
.gallRy .mySwiper2 img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.gallRy .mySwiper img{
    height: 180px;
    width: 100%;
}
.gallRy .awards_section .swiper-slide{overflow: hidden;padding: 30px 10px 0;}
.gallRy .mySwiper {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    left: 10px;
}
.gallRy .mySwiper2 .nm_btn_prev img,
.gallRy .mySwiper2 .nm_btn_next img{height: auto;}
.gallRy .awards_section .mySwiper2 .nm_btn_prev{left: 2%;}
.gallRy .awards_section .mySwiper2 .nm_btn_next{right: 2%;}
.gallRy  .awards_section .nm_inner{position: relative;}
.gallRy .mySwiper img~h4{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    background: #93918e;
    backdrop-filter: blur(30px);
}
.gallRy .mySwiper:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 30px;
    width: 100px;
    height: 100%;
    background: transparent linear-gradient(270deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}
.gallRy .mySwiper:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100px;
    height: 100%;
    background: transparent linear-gradient(270deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
    transform: rotate(180deg);
}
.uniqFeature .planning_block img.icon_hide{width: 70px;}
.uniqFeature .planning_block img.icon_show{width: 70px; }
.gallRy .awards_section .swiper-slide img{transform: scale(1);}
.gallRy .awards_section .swiper-slide.swiper-slide-thumb-active img{transform: scale(1.2);}

.jobOpening{background-color: #fff;}
.jobOpening:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: url('./../images/crafting_bg.png') 0 0 no-repeat;
}
.hover_active1 .connectivity [class*='col-']:nth-child(2), 
.hover_active1 .connectivity [class*='col-']:last-child{transform: translateX(0%);}
.hover_active1 .enqurySec [class*='col-']:nth-child(2), 
.hover_active1 .enqurySec [class*='col-']:last-child,
.hover_active1 .abtCrown [class*='col-']:nth-child(2), 
.hover_active1 .abtCrown [class*='col-']:last-child,
.hover_active1 .uniqFeature [class*='col-']:nth-child(2), 
.hover_active1 .uniqFeature [class*='col-']:last-child,
.hover_active2 .uniqFeature [class*='col-']:last-child,
.hover_active2 .enqurySec [class*='col-']:last-child,
.hover_active2 .abtCrown [class*='col-']:last-child,
.hover_active3 .uniqFeature[class*='col-']:nth-child(2), 
.hover_active3 .uniqFeature [class*='col-']:first-child, 
.hover_active3 .uniqFeature [class*='col-']:last-child,
.hover_active3 .connectivity [class*='col-']:nth-child(2), 
.hover_active3 .connectivity [class*='col-']:first-child, 
.hover_active3 .connectivity [class*='col-']:last-child,
.hover_active3 .enqurySec[class*='col-']:nth-child(2), 
.hover_active3 .enqurySec [class*='col-']:first-child, 
.hover_active3 .enqurySec [class*='col-']:last-child,
.hover_active3 .uniqFeature [class*='col-']:nth-child(2), 
.hover_active3 .uniqFeature [class*='col-']:first-child, 
.hover_active3 .uniqFeature [class*='col-']:last-child{transform: translateX(0%);}


.leadership_section .row:hover .leadership_caption1{ visibility: hidden; opacity: 0; }

/*  */
.desView{display: block;}
.mobView{display: none;}

#curved-lineMob {
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: 1 !important;
    height: 100%;
}
.mySwiper_glr h4{ display: none; }
/* pay online */
.onlinersec{position: relative;}
.bgOnlineImg{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100% !important;
}
.bgOnlineImg img{width: 100%;}
.onlinersec .container .row{background: transparent;}
.onlinersec .mrgouter{
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.onlinersec .mrgbox{
    background: transparent;
    padding: 0 0;
    height: auto;
}
.onlinersec .mrgbox h3{
    color: #000;
    font-weight: 700;
    font-family: 'Bon Vivant Family Serif';
    font-size: 44px;
    margin-bottom: 5px;
    text-align: start;
}
.onlinersec .mrgbox p{
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    text-align: start;
}
.onlinersec .heading_sec{margin-bottom: 40px;}
.onlinersec .banner_btn {text-align: start;}
.onlinersec .banner_btn .site_btn{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    width: 210px;
    padding: 12px 20px;
    text-transform: uppercase;
}
.payBnr{position: relative;}
.payBnr .blogbanner::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(102,153,51,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.payBnr .blogban_outer{z-index: 2;}
.dropdown_sec:last-child .site_btn{ justify-content: center !important; } 
.project_img img{ height: 700px; object-fit: cover; object-position: top; }
.dim:last-child{ border: 0; } 


.banner_btn .testi_btn_next {top: 50% !important;}
.banner_btn .testi_btn_prev {
    top: 50% !important;
}
.para_sec p>span{    text-align: justify !important;display: inline-block;}
.lifeMRG.walKing .nm_slide{text-align: center;}
.page-id-36 #locationMap .video_section,
.page-id-36 #locationMap2 .video_section{padding-bottom: 0px;}
.page-id-36 #locationMap2 .video_section .video_slide .heading_sec{display: none;}
.page-id-36 #locationMap3 .video_section .video_slide .heading_sec{display: none;}
#locationMap3 .video_section .video_slide .heading_sec{display: none;}
.floorPlan{
    background: url('https://mrggroup.cilearningschool.com/themes/mrg/images/about_bg.png') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#staticBackdrop .form_group{width: 100%;}
#staticBackdrop .form_flex{max-width: 90%;}
#staticBackdrop .modal-body{padding: 2rem 0rem;}
.mrgEvntRow{
    margin-top: 40px;
display: flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 60px;
}
.mrgBox{width: 31.65%;margin-right: 20px;margin-bottom: 20px;}
.mrgBox img{width: 100%;}
.eventsTab{padding: 100px 0px;}
.eventTabMain .nav-tabs .nav-link{
text-align: center;
font-size: 16px;
color: #343434;
font-weight: 400;
padding: 20px 20px;
margin-right: 20px;
display: block;
border-bottom: 4px solid transparent;
background: transparent;
border: 0 none;
transition: 0.3s;
}
.eventTabMain .nav-tabs .nav-link.active{
    font-weight: 700;
border-bottom: 4px solid #99CC33;
}

.fixed_btn { position: fixed; top: 40%; left: -54px; transform: rotate(-90deg); z-index: 99999; }
.fixed_btn a { border-radius: 0 0 5px 5px; padding: 6px 15px; }
.tabs_block > div:before{ display: none; }
.tab_content h4{ margin: 30px 0 10px; font-family: 'Bon Vivant Family Serif'; font-size: 24px !important; }
.tabs_block .swiper-slide{ position: relative; }
.tabs_block .swiper-slide:before{ content: ''; position: absolute; top: 0; bottom: 0; right: -30px; margin: auto; width: 1px; height: 100%; background: #eee;}
.tabs_block{ position: relative; }

.tabs_block .nm_btn_prev{ left: -20px; bottom: auto !important; top: 38% !important; }
.tabs_block .nm_btn_next{ left: auto; right: -20px; bottom: auto !important; top: 38% !important; }

.area_section .tab_content img{ height: 450px; object-fit: cover; }









































@media(min-width: 1921px){
    .container{ max-width: 1700px; }
    .arrow img { margin-top: -145px; }
    .about_content h2{ font-size: 60px; }
    .about_content h2 span{ font-size: 68px; }
    .about_content .para_sec p, .vm_content .para_sec p{ font-size: 18px; }
    .about_content .banner_btn .site_btn{ font-size: 20px; padding: 18px 25px; width: 230px; }
    .vm_content h4{ font-size: 40px; }
    .prjects_img_inner { top: 15%; }
    .heading_sec h3 { font-size: 50px;}
    .project_cont p { font-size: 20px;}
    .project_cont li p { font-size: 18px;}
    .project_cont ul{ min-width: 667px; }
    .proj_btn .site_btn{ font-size: 20px; }
    .project_img img{ height: 1067px; object-fit: cover; }
    .progress-line{ bottom: 215px; }
    .prjects_img_inner img { height: 240px;}
        .ourPartner .leadership_block{max-height: 800px;}
                .leadership_show>span>img{height: 520px;}
.heading_sec h2 span{font-size: 53px;}
.tabs_block .nav-link{
    font-size: 46px;
        margin-bottom: 20px;
}
.tabs_block .nav{height: 600px;}
}

@media(max-width: 1601px){
    .partnercont img{
        width: 60px;
        height: auto;
        padding-bottom: 20px;
        min-height: 95px;
    }
    .partnercont h5{font-size: 20px;}
    .page-id-22 .whyWork{padding: 80px 0px 100px;}
    .page-id-22 .whyWorkHead{font-size: 36px;margin-bottom: 20px;}
    .page-id-22 .whyWorkPara{        font-size: 18px;margin-bottom: 20px;}
    .page-id-22 .whyWorkImg{margin-bottom: 20px;min-height: 120px;}
    .page-id-22 .whyWorkImg img{width: 100px;}
    .page-id-22 .whyWorkCnt h3{font-size: 28px;margin-bottom: 10px;}
    .page-id-22 .whyWorkCnt p{font-size: 14px;}
    #staticBackdrop .input_sec{padding: 10px 0;}
    #staticBackdrop .form_group p{font-size: 12px;}
    .typePlan #staticBackdrop img{filter: blur(0px);width: auto;}
    /* .office_section .height_fix{height: 95vh;} */
    .carTest .testi_main p{font-size: 18px;}
    .carTest .testi_block{    margin-top: 40px;}
    .carTest .testi_block h4{font-size: 20px;}
    .gallRy .heading_sec h2 span,
    .uniqFeature .heading_sec h2 span,
    .floorPlan .heading_sec h2 span,
    .ctmrUpdt .heading_sec h2 span{font-size: 36px;}
    .florPlanTab .nav-pills .nav-link{font-size: 14px;padding: 10px 20px;}
    .flrPlnSec{    margin-top: 20px;}
    .ctmrUpdt .video_outer{margin-top: 40px;}
    .ctmrUpdt .heading_sec h4{font-size: 18px;}
    .floorPlan .heading_sec h2{margin-bottom: 20px;}
    .flrPlnSec .nav-pills .nav-link.active{border-bottom: 4px solid #669933;}
    .flrPlnSec .nav-pills .nav-link{padding: 2px 6px;font-size: 20px;}
    .typePlan img{
        width: 100%;
    max-height: 90vh;
    object-fit: contain;
    }
    .page-id-36 .connectivity{padding: 80px 0px 120px;}
    .k_sec:before{right: -80px;}
    .counter_item:before{font-size: 60px;right: -42px;}
    .k_sec:after{font-size: 60px;right: -50px;}
    .onlinersec .mrgbox h3{font-size: 36px;}
    .onlinersec .mrgbox p{font-size: 18px;}
    .onlinersec .banner_btn .site_btn{padding: 11px 20px;width: 180px;font-size: 16px;}
    .abtCrownCnt .banner_btn .site_btn{margin-top: 70px;}
    .walKing .nm_btn_next{right: -5%;}
    .walKing .nm_btn_prev{left: -5%;}
    .enqUl a{font-size: 16px;}
    .enqLeftCnt address{font-size: 16px;}
    .tabItem{text-align: center;font-size: 14px;}   
    .uniqFeature .planning_cont h6{font-size: 20px;}
    .uniqFeature .para_sec p{font-size: 20px;}
    .clbVrtTab .nav-pills .nav-link{font-size: 48px;}
    .ourPartner .leadership_caption h5 span{font-size: 18px;margin-top: 5px;}
    .ourPartner .leadership_caption h5{font-size: 24px;}
    .ourPartner .leadership_show .leadership_caption h5{font-size: 20px;}
    .ourPartner .leadership_show .leadership_caption h5 span{font-size: 16px;}
    .ourPartner .leadership_caption{margin-top: 15px;}
    .leader_bg{max-width: 20%;}
    .cnctInr span{font-size: 18px;}
    .whyWorkHead{font-size: 46px;margin-bottom: 30px;}
    .whyWorkPara{font-size: 21px;margin-bottom: 80px;}
    .whyWorkImg{margin-bottom: 40px;}
    .whyWorkCnt h3{    font-size: 36px;margin-bottom: 30px;}
    .whyWork{padding: 120px 0px 150px;}
    .lifeMRG .heading_sec h2 span{font-size: 36px;}
    .lifeMRG .heading_sec h2{font-size: 46px;}
    .lifeMRG .heading_sec h4{font-size: 20px;}
    .jobOpening .heading_sec h2{margin-bottom: 50px;}
    .accordSec .accordion-button.collapsed{padding: 35px 0;}
    .carTest .heading_sec h2 span{margin-bottom: 100px;}
}

@media(max-width: 1441px){
    .ourPartner .leadership_block{max-height: 450px;}
    .leadership_section .heading_sec h2 span{font-size: 30px;}
    .container{ max-width: 1240px; }
    .animation_arrow .circle{ left: -122px; }
    .animation_arrow svg{ top: 30vh; }
    .prjects_img_inner img { height: 230px;}
    .prjects_img_inner{ left: -100px; }
    .awards_section .nm_slide > span{ height: 358px !important; }
    .events_left { padding-right: 0px; }
    .office_box p{ font-size: 14px; }
    .office_block{ padding-right: 50px; }
    .vm_content h4{ font-size: 28px; }
    .tabs_block .nav-link { font-size: 30px;}
  
 
}

@media(max-width: 1367px){
    .about_content h2 { font-size: 44px;}
    .about_content h2 span{ font-size: 50px; }
    .prjects_img_inner img { height: 230px;}
    .testi_main p { font-size: 26px;}
    .heading_sec h4 { font-size: 19px;}
    .testi_block h4 span{ font-size: 12px; }
    .heading_sec h2 { font-size: 38px;}
    .heading_sec h2 span { font-size: 28px;}
    .footer_content { padding-right: 50px; }
    .footer_newsletter h4 { font-size: 21px;}
    .heading_sec h3{ font-size: 26px; }
    .project_cont li p { font-size: 12px;}
    .project_cont p, .leadership_hover p, .site_btn { font-size: 13px;}
    .leadership_caption h5 { font-size: 20px;}
    .leadership_caption h5 span{ font-size: 12px; }
    .banner_btn .site_btn{  width: 145px;}
    .banner_content h1 { font-size: 50px;}
    .banner_content p { font-size: 13px;}
    .banner_content { max-width: 650px; }
    .about_content{ padding-right: 30px; }
    .about_img h3 { font-size: 24px;}
    .about_img h3 span { font-size: 16px;}
    .ventures_block > span { height: 150px; padding: 25px;}
    .header_sidebar li a { font-size: 16px;}
    .project_cont ul{ min-width: 490px; }
    .initiatives_block h2 button{ font-size: 28px; }
    .initiatives_block .accordion-button:not(.collapsed) { font-size: 32px; }
    .cnctBox { padding-right: 10%; }
    
    .fixed_btn{ left: -47px; }
    
  
}


@media(max-width: 1199px){
    .container{ max-width: 900px; }
    .header-area .main-nav .nav li a{ font-size: 12px; }
    .header-area .main-nav .nav li{ margin: 0 6px; }
    .about_content h2 span { font-size: 40px; }
    .about_content h2 { font-size: 31px; }
    .vm_content h4 { font-size: 27px;}
    .leadership_hover{ overflow-x: auto; }
    .crafting_box{ padding: 20px; }
    .crafting_box p { font-size: 13px; margin-bottom: 0;}
    .counter_item{ font-size: 60px; }
    .k_sec:after{ font-size: 60px; right: -48px; }
    .k_sec:before { right: -75px; }
    .counter_item:before{ font-size: 60px; top: 2px; }
    .prjects_img_inner img { height: 150px; }
    .prjects_img_inner{ left: -60px; }
    .planning_section [class*="col-"]{ padding: 30px; }
    .planning_cont h6 { font-size: 19px; } 
    .planning_cont p{ font-size: 13px; }
    .testi_btn_prev { left: 36% !important; }
    .testi_btn_next { right: 36% !important; }
    .heading_sec h4 { font-size: 17px; }
    .nm_outer .swiper-slide{ padding: 30px 20px 0; }
    .nm_outer .swiper-wrapper{ margin: 0; }
    .ventures_block > span { height: 90px; padding: 20px;}
    .footer_content { padding-right: 20px; }
    .links_col{ padding: 20px; }
    .copyright_block a { font-size: 7px; margin-right: 5px; }
    .copyright_block p { font-size: 7px; }
    .blogs_outer .swiper-slide{padding: 0;}
    .path{ left: -10%; transform: translateX(0%); }
    .arrow img { margin-top: 1px; margin-left: -73px;}
    .path-container{ display: none; }
    .project_flex{ min-width: 450px; }
    .project_cont ul { min-width: 380px; }
    .awards_section .nm_slide > span { height: 252px !important; }
    .header-area .main-nav .nav{ margin-right: 0; padding-left: 20px;}
    .header_right > div{ justify-content: flex-end; }
    .menu_icon { margin: 0; }
    .dropdown_sec{ margin-left: 10px; }
    .h_btn{ margin-right: 15px; }
    .dropdown_sec .site_btn{ width: 175px; }
    .dropdown_sec .pay_btn{ width: 150px; }
    .dropdown_sec li a:hover { font-size: 14px; }
    .leadership_caption h5 { font-size: 18px; margin-bottom: 20px; }
    /* .leadership_block:hover { min-width: auto; }
    .leadership_hover { overflow-x: auto; position: absolute; left: 0 !important; right: 0; margin: auto; width: 100%; padding: 20px 20px 40px; }
    .project_cont p, .leadership_hover p, .site_btn { font-size: 12px; }
    .hover_active1 [class*='col-']:nth-child(2), .hover_active1 [class*='col-']:last-child{ transform: translateX(0%); }
    .hover_active3 [class*='col-']:nth-child(2), .hover_active3 [class*='col-']:first-child, .hover_active3 [class*='col-']:last-child { transform: translateX(0%); } */
    .counter_sec li span{ font-size: 12px; }
    .crafting_content{ margin-right: 0; }
    .crafting_video > img { height: 460px;}
    .milestones_box h3 { font-size: 60px;}
    .milestones_box p{ font-size: 13px; }
    .milestones_box h4{ font-size: 20px; }
    .milestones_box span{ width: 130px; height: 130px; }
    .milestones_block li{ padding: 0 10px; }
    .milestones_block{ margin: 0 -10px; }
    .events_launch h3 { font-size: 40px;}
    .events_launch h3 span{ font-size: 14px; }
    .events_launch .para_sec p { font-size: 12px; }
    .events_left{ margin-bottom: 30px; }
    .contact_row [class*="col-"] { padding: 0 10px; }
    .contact_row{ margin: 0 -10px; }
    .contact_box li a{ font-size: 12px; }
    .csr_about_section .vm_content h4{ font-size: 20px; }
    .tabs_block .nav-link { font-size: 30px; }
    .tabs_block .nav{ padding-right: 20px; }
    .tabs_block .tab-content{ padding: 0 30px; }
    .initiatives_block h2 button{ font-size: 24px; }
    .initiatives_block .accordion-button:not(.collapsed) { font-size: 28px; }
    .gallery_main .swiper-slide img{ height: 400px; }
    .gallery_thumb .swiper-slide img{ height: 80px; }
    .nm_inner, .blogs_section .nm_inner { padding: 0; }
    .sticky{ padding-bottom: 70px; }
    .progress-line{ bottom: 0; }
    .prjects_img_inner{top: 180px;}
    .cnctBox { padding-right: 5%; }

    .tabs_block .swiper-slide:before{ right: -15px; }

    .area_section .tab_content img{ height: 400px; }

    
}

@media(max-width: 991px){
    .eventTabMain .nav-tabs .nav-link{font-size: 14px;}
    .mrgBox{width: 30%;}
    .container { max-width: 700px; }
    .menu_icon_sec{ display: block; }
    .menu_icon_sec>a { width: 35px; z-index: 9; position: absolute; top: 50%; transform: translateY(-50%); right: 0; transition: .3s all ease; display: none;}
    .menu_icon_sec span { width: 35px; height: 2px; background: #C3C5CF; display: block; transition: .3s all ease-in; position: relative; } 
    .menu_icon_sec span:nth-child(2) { margin: 8px 0; } 
    .header-area .main-nav .logo img { max-width: 75%;}
    .header-area .bottom-nav .nav { width: 100%; position: fixed; top: 0; transition: .5s all ease-in; opacity: 0; visibility: hidden; height: 100vh; background: #000; left: -100%; margin-right: 0; display: block;  padding: 100px 20px !important; z-index: 9999;}
    .active_menu .header-area .bottom-nav .nav{ top: 0; opacity: 1; visibility: visible !important; left: 0; overflow-y: scroll;}
    .header-area .bottom-nav .nav > li { padding: 0; width: 100%; height: auto; border-bottom: 1px solid #dbcece; margin: 0;}
    .cross_icon{ border-radius: 50px; width: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; align-content: center; z-index: 99999; position: absolute; top: 35px; right: 20px; transition: .3s all ease; }
    .cross_icon span { width: 30px; height: 3px; background: #fff; border-radius: 50px; display: block; transition: .3s all ease-in; position: relative; }
    .cross_icon span:first-child { transform: rotate(45deg); top: 5px; } 
    .cross_icon span:nth-child(2) { visibility: hidden; opacity: 0; } 
    .cross_icon span:last-child { transform: rotate(-45deg); top: -1px; }
    .active_menu .menu_icon_sec>a span{ background-color: #333; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a{ background: transparent; color: #2d2d2d; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu { width: 300px; position: relative; top: 5px; left: 0; display: none; opacity: 1; visibility: visible; transform: translateY(0); }
    .main-nav .nav li.menu-item-has-children.active_submenu ul.sub-menu { display: block !important; }
    .header-area .main-nav .bottom-nav{ margin-bottom: 10px;}
    .active_menu .header-area .norm_menu .nav{ visibility: hidden; }
    .active_menu .header-area .sticky_menu .nav{ display: none; }
    .header-area .main-nav .nav li.menu-item-has-children i { font-size: 18px; background: #046F7D; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; right: 0; color: #fff; z-index: 1; top: 25px; }
    .sub-menu:before{ display: none; }
    .header-area .main-nav .nav > li.menu-item-has-children:hover i{ color: #fff; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu{ background: transparent; box-shadow: none; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu{ width: 100%; top: -1px; }
    .header-area .main-nav .nav li.menu-item-has-children{ padding-right: 0; }
    .header-area .main-nav .nav li.menu-item-has-children ul li:hover > a{ color: #046F7D !important; }
    .header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children:hover i { transform: translateY(-50%) rotate(0); }
    .header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children i { width: 50px; height: 48px; top: 22px; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li{ padding: 0; width: 100%; height: auto; border-bottom: 1px solid #dbcece;}
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children > ul.sub-menu { display: none; left: 0; top: 0; }
    .header-area .main-nav .nav li:hover > a:before{ display: none; }
    .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children.active_submenus, .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children.active_submenus{ border-bottom: 0; }
    .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu ul.sub-menu a{ padding-left: 40px;}
    .header-area .main-nav .nav > li.menu-item-has-children li.menu-item-has-children i{ color: #fff; }
    .header-area .main-nav .nav li.menu-item-has-children>a:after, .header-area .main-nav .nav > li > a:before{ display: none; }

    .header_right { flex: none; padding-right: 0; }
    .header-area .main-nav{ justify-content: flex-end !important; }
    .banner_slide > img, .banner_section > img{ height: 60vh; }
    .banner_content h1 { font-size: 45px; }
    .banner_content p { font-size: 12px; }
    .banner_content { max-width: 550px; }
    .slider_btn { bottom: 170px !important; }
    .about_content { padding-right: 0; margin-bottom: 25px; }
    .vm_block{ padding: 0; margin-bottom: 30px; }
    .heading_sec h2 { font-size: 30px; margin-bottom: 35px; }
    .heading_sec h2 span { font-size: 28px; }
    .leadership_block{ margin-bottom: 30px; }
    .leadership_hover{height: 100%; align-items: flex-end; align-content: flex-start; }
    .leadership_show > span > img { height: 650px; }
    .counter_sec li{ width: 47%; margin: 0 10px 20px;  }
    .counter_sec{ flex-wrap: wrap; margin-bottom: 30px; }
    .prjects_img_inner img { height: 110px; }
    .dim > [class*="project_row"]{ flex-wrap: wrap; padding-right: 20px; margin-top: 69px;}
    .project_col:first-child { width: 100%; padding-right: 0;}
    .project_col:last-child{ width: 100%; padding: 0 30px;}
    .planning_section [class*="col-"]{ border-right: 1px solid #454545 !important; border-bottom: 1px solid #454545 !important; }
    .planning_section [class*="col-"]:nth-child(2n){ border-right: 0 !important; }
    .planning_section [class*="col-"]:nth-last-child(1), .planning_section [class*="col-"]:nth-last-child(2){ border-bottom: 0 !important; }
    .testi_section .slider_btn { top: 75.5% !important;}
    .testi_btn_prev { left: 30% !important; }
    .testi_btn_next { right: 30% !important; }
    .nm_inner{ padding: 0 2%; }
    .nm_outer .swiper-slide.swiper-slide-next{ border-right: 0; }
    .nm_btn_prev { left: -6%;}
    .nm_btn_next { right: -5%;}
    .awards_section .nm_btn_prev{ left: -4% !important; }
    .awards_section .nm_btn_next{ right: -4% !important; }
    .ventures_block > span { height: 160px;}
    .footer_col:first-child, .footer_col:last-child { width: 100%; }
    .footer_content{ padding-right: 0; margin-bottom: 20px; }
    .footer_right { padding-left: 0px; }
    .links_col { width: 33.33%;}
    .testi_main{ padding: 0; }
    .copyright_block{ text-align: center !important; }
    .animation_arrow > svg{ width: 500px; }
    .prjects_img_inner{ margin-bottom: 10px; left: -20px !important; top: 100px !important;}
    .testi_main p { font-size: 22px; }
    .progress-bar{ display: none; }
    .header_sidebar .nav { width: 100%;}
    .header_sidebar li a{ font-size: 14px; }
    .crafting_content li:nth-last-child(1), .crafting_content li:nth-last-child(2){ padding-bottom: 10px; }
    .project_flex { min-width: auto; padding-right: 0; margin-top: 30px;}
    .awards_section .nm_slide > span { height: 299px !important; }
    .header_sidebar{ width: 80%; }
    .milestones_block li{ width: 50%; margin-bottom: 40px; }
    .milestones_block{ flex-wrap: wrap; }
    .milestones_box h3 { font-size: 50px}
    .print_outer h5{ font-size: 16px; }
    .contact_box h4{ margin-top: 20px; }
    .contact_row [class*="col-"] { padding: 0 30px; margin-bottom: 40px;}
    .contact_row{ margin: 0 -30px; }
    .contact_row [class*="col-"]:nth-last-child(3){ border: 0; }
    .form_flex{ max-width: 100%; }
    .initiatives_block .accordion-button::after{ width: 40px; height: 40px; line-height: 42px; font-size: 35px; }
    .initiatives_block .accordion-button:not(.collapsed)::after{ line-height: 38px; }
    .tabs_block .nav-link { font-size: 22px; }
    .csr_about_section .vm_block span{ min-height: auto; }
    .csr_about_section .vm_block{ margin-bottom: 40px; }
    .initiatives_block .para_sec { padding-right: 10%; }
    .accord_outer { margin: 20px 0 10px; }
    .initiatives_block .banner_btn { margin-top: 20px; }

    .blogbanner img{height: 60vh;}
    .blogdetitem .recentitem h5{font-size: 20px;}
    .blogdetcontent{padding-bottom: 50px;}
    .blogdetailbanner{padding: 40px 0;}
    .blogdetailouter h1{font-size: 40px;}
    .blogdetxt:first-child h5{font-size: 17px;}
    .blogdetImg {padding-top: 30px;}
    .partnerbenfit .row .col-lg-4:nth-child(3) .perkcontent{border-right: 1px solid #555555; border-bottom: 1px solid #555555;}
    .parnterouter .row .col-lg-4 .perkcontent{padding-left: 20px; padding-top: 20px;}
    .partnerspeak .testi_btn_prev{left: 1% !important;}
    .form-row {grid-template-columns: repeat(2, 1fr);}
        .parnterouter .anotherow .perkcontent{border-bottom: 1px solid #555555;}
    .partnercont img{width: 60px; height: 80px;}
    .form-group.double-width {
    grid-column: span 2; /* Takes 2 columns */
    
  }
  .slide_btn {
      width: 35px !important;
  }
  .partnerspeak{padding: 60px 0;}

  .partnerformoutro .para_sec p{max-width: 100%;}

.partnerspeak .testi_btn_next{right: 1% !important;}
.partnercont h5{font-size: 20px !important;}
.partner_slider{padding-top: 30px !important;}
.partner_slider p{font-size: 15px;}
.partnerform{padding-bottom: 30px;}

.lifeMRG .heading_sec h2 span{    font-size: 30px;}
.lifeMRG .heading_sec h2{    font-size: 40px;}
.lifeMRG .heading_sec h4{font-size: 18px;}
.accordSec .accordion-button{font-size: 24px;}
.accordSec .accordion-button.collapsed{padding: 30px 0;}
.topDes span{padding-right: 15px;    margin-right: 15px;font-size: 16px;}
.accordBody p{    font-size: 16px;margin-bottom: 30px;}
.accordBody h4{font-size: 22px;    margin-top: 30px;}
.accordUL li{font-size: 16px;margin-bottom: 3px;}
.accordBody>b{font-size: 16px;margin-bottom: 10px;}
.accordSec .accordion-button span{right: 0px;font-size: 16px;}
.carTest .heading_sec h2 span{margin-bottom: 80px;}
.carTest .testi_main p{font-size: 20px;}
.carTest .testi_block h4{margin-left: 15px;font-size: 20px;}
.carTest .testi_section{padding: 80px 0 150px;}
.clbVrtTab>div{flex-wrap: wrap;}
    /* .floorPlan .heading_sec h2 span,
    .ourPartner .heading_sec h2 span,
    .clbHouse .heading_sec h2 span,
    .gallRy .heading_sec h2 span,
    .uniqFeature .heading_sec h2 span,
    .carTest .heading_sec h2 span,
    .ctmrUpdt .heading_sec h2 span,
    .secAchiv .heading_sec h2 span,
    .enqurySec .heading_sec h2 span,
    .connectivity .heading_sec h2 span{font-size: 36px;} */
    .clbVrtTab .nav{
        padding-right: 50px;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    }
    .secAchiv .awards_section{padding: 90px 0 120px;}
    .enqLeft{
        padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    }
    .enqLftTp{margin-bottom: 40px;width: 50%;}
    .clbHouse{padding: 90px 0px 100px;}
    .flrPlnSec .nav li{margin-right: 50px;}
    .flrPlnSec .nav-pills .nav-link.active{border-bottom: 4px solid #669933;}
    .flrPlnSec .nav-pills .nav-link{font-size: 20px;}
    .cnctBox{padding-right: 0;}
    .cnctImgSec{position: relative;width: 100%;}
    .cntcUl{
        padding-bottom: 20px;
    border-bottom: 5px solid #A37959;
    margin-bottom: 40px;
    }
    .cnctInr span{font-size: 16px;}
    .connectivity{padding: 90px 0px 0px;}
    .cnctList.active .cnctInr{border-left: 5px solid #A37959;}
    .clbVrtTab .nav-pills .nav-link{font-size: 36px;}
    .clbVrtTab .nav-pills .nav-link:after{right: -50px;height: calc(100% + 30px);}
    .clbVrtTab .tab-content{padding-left: 0px;width: 100%;}
    .clbBoxCnt p{font-size: 16px;}
    .ourPartner .leadership_block:hover{flex-wrap: wrap;min-width: 100%;}
    .ourPartner .leadership_block:hover .leadership_caption1{display: none;}
    .ourPartner .leadership_hover{height: auto;width: 100%;}
     .hover_active1 .ourPartner [class*='col-']:nth-child(2), 
     .hover_active1 .ourPartner [class*='col-']:last-child{transform: translateX(0%);}
     .hover_active2 .ourPartner [class*='col-']:last-child{transform: translateX(0%);}
    .tabUL{overflow: scroll;}
    .mainTab{overflow: hidden;}
    .tabUL{width: 100%;overflow: scroll;}
    .tabItem{min-width: 150px;}
    .abtCrown{padding: 100px 0px 50px;}
    .abtCrownCnt .banner_btn .site_btn{margin-top: 40px;margin-bottom: 40px;}
    .leadership_show .leadership_caption{ display: none; }
    .hover_active2 [class*='col-']:last-child { transform: translateX(0%); }
    .gallery_main .swiper-slide img { height: 350px; }

    .ourPartner [class*='col-']:last-child .leadership_block:hover{min-width: 100%;width: 100%;}
    .ourPartner .leadership_block:hover{position: relative;}
    .gallRy .mySwiper2 img{    height: 500px;}
    .gallRy .mySwiper img{height: 130px;}
    .disclaimer .heading_sec h2 span{font-size: 36px;}
    .disSec strong{    font-size: 16px;}
    .disSec h3{    font-size: 24px;}
    .leadership_block:hover .leadership_show > span > img { height: auto; }
    .carTest .testi_main{ min-height: auto;}

    
    .area_section .tab_content img{ height: 250px; }

}


@media(max-width: 767px){
    /*  */
    .mrgBox{
        width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    }
    .mrgEvntRow{margin-top: 30px;margin-bottom: 30px;}
    .eventTabMain .nav-tabs .nav-link.active{    border-bottom: 2px solid #99CC33;}
    .eventTabMain .nav-tabs{width: 140%;flex-wrap: nowrap;}
    .eventTabMain nav{overflow-x: scroll;}
    .eventsTab{padding: 60px 0px;}
    .eventTabMain .nav-tabs .nav-link{margin-bottom: 10px;font-size: 12px;padding: 10px 0px;margin-right: 15px;border-bottom: 2px solid transparent;}
    .partnercont h5{font-size: 16px;}
    .page-id-22 .whyWorkHead{font-size: 30px;}
    .page-id-22 .whyWorkPara{font-size: 16px;}
    .page-id-22 .whyWorkImg{min-height: auto;}
    .page-id-22 .whyWorkCnt h3{font-size: 24px;}
    .page-id-22 .whyWorkCnt p{font-size: 12px;}
    .whyWorkBox{padding: 20px 0px;}
    .page-id-22 .whyWork{padding: 60px 0px 60px;}
    .crafting_section.space_sec .container{
        background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%);
    z-index: 999;
    position: relative;
    }
    .horizontal .project_flex{margin: 0 0;}
    .horizontal .heading_sec h3{font-size: 18px;}
    .horizontal .project_cont ul{padding: 10px 30px; display: flex; margin-bottom: 0; flex-wrap: wrap;}
    .horizontal .project_cont li{padding-right: 10px; width: 100%; margin-bottom: 10px;}
    .horizontal .project_cont li img{        width: 25px;}
    .horizontal .project_cont li p{font-size: 10px;}
    .horizontal .banner_btn .site_btn{    margin-top: 20px;}
    .horizontal .dim:last-child{margin-left: 30px;}
    .horizontal .project_cont{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .proj_logo{max-width: 100px;        min-height: 56px;}
    .desView{display: none;}
    .mobView{display: none;}
    /*  */
    .container { max-width: 600px; }
    .h_btn { display: none; }
    .logo_sec img { max-width: 120px; }
    .whatsapp_icon { margin-right: 20px; }
    .banner_content h1 { font-size: 28px; margin-bottom: 15px; }
    .banner_btn .site_btn{ padding: 10px 20px; width: 140px;}
    .banner_content p{ margin-bottom: 20px; }
    .slider_btn { bottom: 40px !important; }
    .banner_btn_prev{ right: 50px !important; }
    .slider_btn{ width: 30px; }
    .space_sec { padding: 50px 0; }
    .about_content h2 { font-size: 18px; }
    .about_content h2 span { font-size: 28px; }
    .about_content p, .vm_content p{ font-size: 14px; }
    .about_content .para_sec { margin-bottom: 25px; }
    .about_img h3 { font-size: 20px; }
    .vm_row { padding-top: 60px; }
    .vm_content { margin-top: 20px; }
    .vm_content h4{ margin-bottom: 15px; }
    .heading_sec h2 span { font-size: 18px; }
    .heading_sec h2{ font-size: 28px; margin-bottom: 25px; }
    .leadership_caption h5 { font-size: 18px; }
    .leadership_hover{ padding: 20px 20px 30px; }
    .leadership_hover p{ margin-bottom: 10px; }
    .leadership_hover p:last-child{ margin-bottom: 0; }
    .crafting_content li{ width: 100%; }
    .crafting_video > img { height: 100%;}
    .play_icon img{ width: 85px; }
    .counter_item { font-size: 45px; }
    .counter_sec li span{ font-size: 13px; }
    .counter_item:before { font-size: 45px; right: -25px; }
    .k_sec:after { font-size: 45px; right: -34px; }
    .k_sec:before { right: -55px;}
    .crafting_bg, .leader_bg{ max-width: 45%; }
    .counter_sec{ padding-bottom: 0; }
    .heading_sec h3 { font-size: 22px; }
    .prjects_img_inner img { height: 100px;}
    .planning_cont h6{ margin: 20px 0 10px; }
    .planning_section [class*="col-"] { padding: 30px 20px; }
    .planning_section [class*="col-"] { border-right: 0 !important; }
    .planning_section [class*="col-"]:nth-last-child(2){ border-bottom: 1px solid #454545 !important; }
    .testi_section, .nm_section{ padding: 50px 0; }
    .testi_para{ margin: 25px 0; flex-wrap: wrap; }
    .heading_sec h4 { font-size: 17px; margin-top: 10px; }
    .testi_main p { font-size: 18px; }
    .testi_block{ margin-top: 30px; }
    .testi_section .slider_btn { top: 77.5% !important; }
    .testi_btn_prev { left: 12% !important; }
    .testi_btn_next { right: 12% !important; }
    .nm_head { flex-wrap: wrap; }
    .nm_head .banner_btn{ margin-top: 15px; }
    .nm_outer .slider_btn{ bottom: auto !important; top: 45% !important; }
    .nm_outer .swiper-slide.swiper-slide-active{ border-right: 0 !important; }
    .blogs_outer .slider_btn{ top:40% !important; }
    .awards_section .para_sec p { font-size: 12px;}
    .footer_subscribe{ flex-wrap: wrap; }
    .footer_newsletter{ width: 100%; margin-right: 0; flex: none; margin-bottom: 15px;}
    .ss_sec li a{ width: 30px; height: 30px; margin-left: 0; margin-right: 5px; }
    .footer_link_outer [class*="col-"]{ padding-left: 15px !important; margin-bottom: 15px; }
    .footer_top{ padding: 40px 0 20px; }
    .links_col{ width: 50%; padding: 15px 15px 10px; }
    .copyright_sec [class*="col-"]:first-child .copyright_block{ margin-bottom: 5px; }
    .links_col:last-child{ border-right: 0; }
    .footer_input input { padding: 15px 55px 15px 15px;}
    .footer_link_outer { margin-top: 20px; }
    .ventures_block > span > img{ width: 75%; }
    .ventures_block > span { height: 140px; }
    .blogs_btn_prev { left: -5%;}
    .blogs_btn_next { right: -5%;}
    /* .prjects_img_inner{ display: none !important; } */
    .dim > [class*="project_row"] { margin-top: 51px; }
    .progress-line .line:before{ background-size: 45%; }
    .crafting_box{ text-align: center; }
    .menu_icon { margin: 0; }
    .header_sidebar .nav { width: 100%; }
    .header_sidebar .cross_icon{ font-size: 25px; width: 35px; height: 35px; top: 20px; right: 20px; }
    .sticky-parent { height: 190vh; }
    .planning_block { text-align: center; }
    .planning_section [class*="col-"]:hover .icon_hide{ margin: auto; }
    .project_col:last-child{ margin-top: 20px; padding: 0 20px; }
    .project_cont ul{ margin-top: 10px; }
    .project_img img { height: 200px; object-fit: cover; }
    .project_cont li p { font-size: 13px; }
    .project_cont li img { width: 35px; }
    .progress-line{
        bottom: 0px;
        margin-top: 50px;
     }
    .awards_section .nm_slide > span { height: 290px !important; }
    .project_flex{ flex-wrap: wrap; }
    .project_cont{ padding-right: 0; width: 100%; }
    .project_logo{ width: 100%; display: none;}
    .dim > [class*="project_row"]{ padding-right: 5px; }
    .enquire_btn{ top: 25%; right: -1px; }
    .enquire_btn .site_btn{ padding: 9px 15px; font-size: 12px; right: -39px; }
    .enquire_btn li a{ font-size: 18px; }
    .enquire_btn ul{ margin-top: 36px; width: 35.5px; right: 0; padding: 10px 10px 0; }
    .leadership_hover .para_sec{ margin-bottom: 20px; }
    .leadership_hover{ height: 100%; }
    .counter_sec li{ width: 100%; margin-bottom: 40px !important; padding: 0 10px; }
    .project_section h2{ font-size: 22px; }
    .project_cont ul, .project_cont .para_sec{ display: none; }
    .milestones_block li{ width: 100%;}
    .print_outer h5{ font-size: 14px; }
    .events_right{ width: 100%; margin-bottom: 15px; }
    .heading_hover h2 span{ font-size: 24px; }
    .height_fix { height: auto; }
    .form_group{ width: 100%; margin-bottom: 10px; }
    .contact_row [class*="col-"]{ margin-bottom: 20px; }
    .tabs_block > div{ flex-wrap: wrap; }
    .tabs_block .nav{ width: 100%; }
    .tabs_block > div:before{ display: none; }
    .tabs_block .nav { padding-right: 10px; }
    .tabs_block .tab-content{ width: 100%; padding: 30px 0 0; }
    .initiatives_block .accordion-button:not(.collapsed), .initiatives_block h2 button { font-size: 20px; }
    .initiatives_block h2 button{ padding: 25px 50px 20px 0; }
    .initiatives_block .accordion-button::after{ width: 30px; height: 30px; line-height: 33px; font-size: 30px; }
    .initiatives_block .accordion-button:not(.collapsed)::after{ line-height: 29px; }
    .initiatives_block .para_sec { padding-right: 0%; }

    .blogdetcontent{padding-bottom: 0px;}
    .form-row {grid-template-columns: repeat(1, 1fr);}
    .perkcontent{border-bottom: 0 !important; border-right: 0 !important;}
        .form-group.double-width{grid-column: span 1;}
        .partnercont img{padding-bottom: 0 !important;}
        .partnerabout{padding: 30px 0;}
                .partnerouter .para_sec{width: 100% !important;}
    
        .blogban_outer h1{font-size: 40px !important;}
        .partnerbenfit{padding: 30px 0 !important;}
.parnterouter .row{padding-top: 20px !important;}
        .parnterouter .row .col-lg-4 .perkcontent{padding: 10px !important;}
.partnerwork{padding: 30px 0 !important;}
.partnerformoutro h3{font-size: 25px !important;}
.partnercont h3{padding-top: 10px; font-size: 20px}

.partnerouter h3{font-size: 24px;}
.form-group select{font-size: 14px;}

    .whyWork{        padding: 80px 0px 100px;}
    .whyWorkHead{font-size: 30px;        margin-bottom: 20px;}
    .whyWorkPara{font-size: 16px;        margin-bottom: 50px;}
    .whyWorkImg{margin-bottom: 30px;}
    .whyWorkImg img{width: 120px;}
    .whyWorkCnt h3{        font-size: 30px;        margin-bottom: 20px;}
    .whyWorkCnt p{font-size: 12px;}
    .lifeMRG{padding: 80px 0px 100px;}
    .lifeMRG .heading_sec h2 span{font-size: 22px;}
    .lifeMRG .heading_sec h2{font-size: 30px;margin-bottom: 30px;}
    .lifeMRG .heading_sec h4{font-size: 12px;}
    .jobOpening{padding: 80px 0px 100px;}
    .jobOpening .heading_sec h2 span{    font-size: 30px;}
    .jobOpening .heading_sec h2{        margin-bottom: 20px;}
    .accordSec .accordion-button.collapsed{padding: 20px 0;        padding-right: 70px;}
    .accordSec .accordion-button{        font-size: 16px;}
    .accordSec .accordion-button span{font-size: 12px;border-bottom: 1px solid #669933;}
    .topDes span {
        padding-right: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .topDes{    margin-bottom: 30px;}
    .accordBody h4{        font-size: 18px;margin-top: 20px;}
    .accordBody p{font-size: 12px;margin-bottom: 20px;}
    .accordUL li{font-size: 12px;        margin-bottom: 0px;}
    .accordUL li::marker{font-size: 16px;}
    .accordUL{margin-bottom: 30px;}
    .accordBody>b{font-size: 12px;margin-bottom: 5px;}
    .carTest .heading_sec h2 span{margin-bottom: 50px;font-size: 30px;}
    .carTest .testi_slide img{width: 30px;}
    .carTest .testi_para p img{width: 20px;margin: 0 3px;}
    .carTest .testi_main p{font-size: 16px;}
    .carTest .testi_main{padding-bottom: 20px;border-bottom: 1px solid #99CC33;}
    .carTest .testi_block h4{margin-left: 10px;font-size: 16px;line-height: 1;}
    .carTest .testi_slide{padding: 0 5%;}
    .carTest .testi_section{        padding: 80px 0 100px;}
    .carTest .testi_btn_next{right: -3% !important;}
    .site_outer{text-align: center !important;}
    .nm_btn_prev{left: -5%;}
        .site_outer .nm_btn_prev {
            left: -5%;
            bottom: 40% !important;
        }
    .mainTab{top: 55px;}
    .cntcItem{font-size: 12px;padding-right: 20px;}
    .cntcUl{
        padding-bottom: 15px;
        border-bottom: 2px solid #A37959;
        margin-bottom: 30px;
    }
    .cnctInr span{font-size: 12px;}
    .cnctList.active .cnctInr{border-left: 2px solid #A37959;}
    .bgImg img,
    .cstmrSpeek>span img{width: 100%;}
    .tabItem{
        font-size: 12px !important;
        padding: 10px 0px;
        min-width: 90px;
    }
    .abtCrown{padding: 50px 0px 0px;}
    .paraSec p{font-size: 12px;margin-bottom: 15px;}
    .abtCrownCnt .banner_btn .site_btn{
        width: 200px;
        padding: 10px 20px;    
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ctmrUpdt .heading_sec h4{font-size: 16px;margin-top: 15px;}
    .secAchiv .awards_section{padding: 70px 0 50px;}
    .enqurySec{padding: 70px 0px 80px}
    .enqLeft{flex-wrap: wrap;}
    .enqLftTp{        width: 100%;}
    .enqLeftImg{    margin-bottom: 20px;}
    .enqLeftImg img{width: 50px;}
    .enqLeftCnt h4{font-size: 16px;    margin-bottom: 15px;}
    .enqLeftCnt address{font-size: 12px;margin-bottom: 15px;}
    .enqRight .form-control{font-size: 12px;padding: 15px 0;}
    .enqRight .form-control::placeholder{font-size: 12px;}
    .enqUl a{font-size: 12px;}
    .msgSec p{font-size: 10px;    margin-bottom: 30px;}
    .msgSec .banner_btn .site_btn{width: 120px;font-size: 12px;}
    .lifeMRG.walKing .heading_sec h2 span{font-size: 30px;}
    /* .floorPlan .heading_sec h2 span, .ourPartner .heading_sec h2 span, .clbHouse .heading_sec h2 span, .gallRy .heading_sec h2 span, .uniqFeature .heading_sec h2 span, .carTest .heading_sec h2 span, .ctmrUpdt .heading_sec h2 span, .secAchiv .heading_sec h2 span, .enqurySec .heading_sec h2 span,
    .connectivity .heading_sec h2 span{font-size: 30px;} */
    .uniqFeature .planning_cont h6{font-size: 16px;    margin: 20px 0 10px;}
    .uniqFeature .para_sec p{font-size: 16px;}
    .clbVrtTab>div{flex-wrap: wrap;}
    .clbVrtTab .nav{
        padding-right: 20px;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 0 !important;
        width: 100%;
    }
    .clbVrtTab .nav-pills .nav-link{font-size: 24px;}
    .clbVrtTab .nav-pills .nav-link:after{
        right: -20px;
        height: calc(100% + 20px);
        top: -15px;
    }
    .clbVrtTab .tab-content{padding-bottom: 0;width: 100%;padding-left: 0;}
    .clbBoxCnt h4{font-size: 16px;    margin-bottom: 15px;}
    .clbBoxCnt p{font-size: 12px;}
    .ourPartner{padding: 80px 0px 50px;}
    .ourPartner .leadership_caption h5{font-size: 16px;}
    .ourPartner .leadership_caption h5 span{font-size: 12px;}
    .project_cont p, .leadership_hover p, .site_btn{font-size: 12px;}
    .floorPlan{padding: 80px 0px 0px;}
    .florPlanTab .nav-pills .nav-link{font-size: 12px;padding: 10px 20px;}
    .florPlanTab .nav li{margin-right: 15px;}
    .flrPlnSec{margin-top: 20px;}
    .flrPlnSec .nav-pills .nav-link.active{border-bottom: 2px solid #669933;}
    .connectivity{padding: 70px 0px 0px;}
    .nm_outer .swiper-slide { padding: 30px 0px 0; }
    .header_sidebar { width: 100%; }
    .gallery_main .swiper-slide img { height: 250px; }
    .gallery_thumb .swiper-slide img { height: 70px; }
    .gallery_thumb{ margin-top: 10px !important; }
    .awards_inner .nm_outer{ margin-top: 0; }
    .news_section .nm_slide >span img{ width: 200px; }
    
    .bgBtmImg{width: 100%;}
    .bgBtmImg img{width: 100%;}
    .ourPartner .leadership_block:hover .leadership_show{width: 100%;}
    .ourPartner .leadership_block:hover .leadership_hover{width: 100%;}
    .ourPartner .leadership_block{max-height: max-content;}
    .gallRy .mySwiper2 img{height: 350px;}
    .gallRy .mySwiper img{
        height: 45px;
        object-fit: cover;
    }
    .gallRy .awards_section .swiper-slide{padding: 0px 0px 0;}
    .gallRy .mySwiper:after{width: 50px;top: 0;}
    .gallRy .mySwiper:before{width: 50px;top: 0;}
    .gallRy .mySwiper{width: calc(100% - 0px);left: 0px;}
    .gallRy .mySwiper img~h4{font-size: 8px;}
    .disclaimer{padding: 80px 0px 80px;}
    .disclaimer .heading_sec h2 span{font-size: 24px;}
    .disSec strong{font-size: 12px;margin-bottom: 30px;}
    .disSec h3{font-size: 16px;}
    .disSec p{font-size: 12px;}
    .dropdown_sec:first-child{ display: none !important; }
    .dropdown_sec .pay_btn span img{ width: 12px; }
    .dropdown_sec .pay_btn { width: 130px; }
    .dropdown_sec li { padding: 0 15px; }
    .dropdown_sec li a{ font-size: 11px; }
    .dropdown_sec .pay_btn span { width: 35px; height: 35px;}
    .btn_active.dropdown_sec:hover .pay_btn span { transform: translateY(-50%) rotate(135deg); right: 4px;}
    .dropdown_sec:hover .site_btn{ justify-content: flex-start !important; }
    .dropdown_sec:hover .pay_btn span{ right: 4px; transform: translateY(-50%);}
    .dropdown_sec ul{ display: none; }
    .btn_active.dropdown_sec ul { top: 0; opacity: 1; visibility: visible; height: auto; display: block; }
    .dropdown_sec{ z-index: 9999; }
    .project_cont .heading_sec { width: 100%; margin-top: 15px; }
    .dim{ padding-left: 5px !important; }
    .horizontal .dim:last-child{ margin-left: 0; }
    .prjects_img_inner{min-width: 100% !important;}

    .tabs_block .swiper-slide:before{ right: -10px; }

    
 }


 @media(max-width: 479px){
    .container { max-width: 350px; }  
}


.recentimg{overflow: hidden; margin-bottom: 20px; display: block;}
.recentimg img{transform: scale(1); transition: 0.3s all ease; width: 100%; object-fit: cover;}
.recentimg:hover img{transform: scale(1.2);}
.blogcontent img{padding-bottom:20px;}
.blogcontent h4,.recentitem h5{transition: 0.3s all ease;}
.blogcontent a:hover h4{color: #99CC33;}
.recentitem a:hover h5{color: #99cc33;}
.whyWork{background: url('../images/about_bg.png') 50% 50% no-repeat; background-size: cover;}

.disclaimer{padding: 120px 0px 150px;}
.disclaimer .heading_sec h2 span{font-size: 40px;color: #000;}
.disSec p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.disSec h3{
    font-family: 'Bon Vivant Family Serif';
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}
.disSec strong{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    display: block;
}
.disSec .accordUL li{margin-bottom: 10px;}
.abtCrown{position: relative;}
body:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('./../images/bodyBG.png') 0 0 no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: -1;
}
.abtCrown .container .row,
.propertySec .container .row,
.prprtyCnt,
.whyWork .container .row{background: transparent;}
.floorPlan{position: relative;background-color: #fff;}
.floorPlan:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url('./../images/floorBG.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.bgBtmImg{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.connectivity{ background: url(../images/leader_bg.png) 50% 50% no-repeat !important; background-size: cover; }
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start, .gsap-infobar{display: none !important;}
#curved-line{   opacity: 1;
    position: absolute;
    top: 98vh;
    z-index: 1 !important; 
    height: calc(100% - 100vh);}
@media(max-width:1367px){.cnctInr span{font-size: 15px;}}
.abtCrown{background: url('../images/about_bg.png') 50% 50% no-repeat; background-size: cover;}
.abtCrown .row{background: transparent;}
.uniqFeature{padding-top: 80px 0;}
@media(max-width:479px)
{
    #curved-line{top: -514vh;}
}


.jobOpening:after{height: 50%;}
/* .carTest .testi_btn_next{right: 10% !important;}
.carTest .testi_btn_prev{left: 10% !important;} */
.carTest .testi_sliderCer{position: static;}
.cnctImgSec{
    /* position: absolute;
    top: 0;
    right: 0; */
    height: 100%;
    width: 100%;
}
#clubFeature .tabs_block .nav{display: none;}
#clubFeature .tabs_block .tab-content{
    width: 100%;
    padding: 0 0px;
    display: flex;
    flex-wrap: wrap; margin: 0 -12px;
}
#clubFeature .tab-content>.tab-pane{display: block;width: 33.33%; margin-bottom: 40px; padding: 0 12px;}
#clubFeature .fade:not(.show){opacity: 1;}
#clubFeature .heading_sec h4{margin: 20px 0 10px;}
#clubFeature .tabs_block > div:before{display: none;}

@media(max-width: 1600px){
    
    .gallery_main .swiper-slide img{height: 90vh;}
    .carTest .testi_btn_prev{left: 1% !important;}
    .carTest .testi_btn_next{right: 1% !important;}
}
@media(max-width: 991px){
    #clubFeature .tab-content>.tab-pane{width: 48%;}
    .milestones_box span img{
        width: 130px !important;
    height: 130px;
    overflow: hidden;
    }
    .ourPartner .leadership_block{max-height: max-content;flex-wrap: wrap;}
    .ourPartner .leadership_block .leadership_hover{ margin-bottom: 20px; position: static;}
    .ourPartner .leadership_block:hover .leadership_hover,
    .ourPartner .leadership_block .leadership_hover{
        width: 100%;
        height: auto;
        max-height: max-content;
    }
    .ourPartner .leadership_block .leadership_hover{
        z-index: 2;
    display: block;
    width: 100%;
    overflow: hidden;
    }
    .ourPartner .leadership_block:hover .leadership_show{    width: 100%;}
    .cnctImgSec{ position: relative; width: 100%; }
}
@media(max-width: 767px){
    .ctmrUpdt .video_outer{margin-top: 20px;}
    #clubFeature .tab-content>.tab-pane{margin-bottom: 20px;width: 100%;}
    #clubFeature .heading_sec h4{margin: 10px 0 10px;font-size: 14px;}
    .milestones_box span img {
        width: 100px !important;
        height: 100px;
        overflow: hidden;
    }
    .carTest .testi_btn_next{right: 0% !important;}
    .carTest .testi_btn_prev{left: 0% !important;}
}


/* Pay online page css */
.onlinersec{padding: 80px 0;}
.onlinersec .row:nth-child(2){margin-top: 10px;}
.onlinersec .row .col-lg-5{padding-left: 0 !important;}
.onlinersec .row .col-lg-7{padding-left: 0 !important;}
.mrgouter{background: #669933; width: 100%; height: 100%; padding: 80px 50px;}
.mrgbox{background: #000; padding: 50px; height: 200px;}
.mrgbox h3{text-transform: uppercase; color: #fff; font-family: 'Georgia', serif;}
.mrgbox .anch_sec{margin-top: 20px;}
.mrgbox .anch_sec a{color: #99cc34; padding: 5px 10px; border: 2px solid #fff; border-radius: 5px; background-color: #fff; transition: 0.3s all ease; font-family: "Sora", serif;}
.mrgbox .anch_sec a:hover{background-color: #99CC34; color: #fff; border: 2px solid #99cc33;}
.paybanner{position: relative;}
/* .paybanner img{height: 100vh;} */
.paybanouter{position: absolute; top: 20%; left: 10%;}
.paybanouter .form-container {
            width: 400px;
            background: #000;
            /* border-radius: 10px; */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            padding: 20px;
            box-sizing: border-box;
        }
        .paybanouter  .form-container .form-select{border-radius: 0 !important;}
        .paybanouter .form-container input{border-radius: 0 !important; font-size: 14px;}

        .paybanouter .form-container h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #fff;
            font-family:"Sora",serif;
        }
        .paybanouter .form-container .row .pad-2{padding-right: 0 !important;}
.paybanouter .form-container .row{background: transparent !important;}

        .form-container button {
            width: 100%;
            padding: 10px;
            background: #99cc33;
            color: white;
            border: none;
            transition: 0.3s all ease;
            /* border-radius: 5px; */
            font-size: 16px;
            cursor: pointer;
        }

         .form-container button:hover {
            background: #669933;
        }
        @media (max-width:1600px){
            .paybanouter .form-container{width: 450px;}
    .paybanouter .form-container input::placeholder{font-size: 12px;}
    .paybanouter .form-container input{padding-right: 0.5rem;}
    .paybanouter .form-container select{font-size: 12px;}
    .form-container button{font-size: 14px;}
    .paybanouter .form-container h2{font-size: 36px;}
        }
        
@media (max-width:991px) {
    .onlinersec .row .col-lg-7{padding-left: calc(var(--bs-gutter-x)* .5) !important;order: 1;}
    .onlinersec .row .col-lg-5{padding-left: calc(var(--bs-gutter-x)* .5) !important;order: 2;}
    .onlinersec .mrgouter{justify-content: flex-start;margin-top: 20px;}
    .onlinersec .heading_sec{margin-bottom: 30px;}
    .paybanouter{top: 10% !important;}
}
@media (max-width:767px){
    .banner_slide > img{
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        object-fit: cover;
    }
    .banner_section .banner_slide {padding: 0; min-height: 350px;}
    /* .banner_section .banner_outer{
        position: relative;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(0%);
    z-index: 99;
    } */
    .onlinersec .banner_btn .site_btn{font-size: 12px;width: 130px;padding: 10px 20px;}
    .onlinersec .mrgouter{justify-content: flex-start;margin-top: 15px;}
    .onlinersec .heading_sec{margin-bottom: 20px;}
    .onlinersec .mrgbox h3{font-size: 24px;}
    .onlinersec .mrgbox p{font-size: 12px;}
    .about_section .row{
        background-position: 50% 90%;
        background-size: 100% 100%;
    }
    .onlinersec .row .col-lg-7{padding-left: calc(var(--bs-gutter-x)* .5) !important;order: 1;}
    .onlinersec .row .col-lg-5{padding-left: calc(var(--bs-gutter-x)* .5) !important;order: 2;}
    .onlinersec .row:nth-last-child(2) .col-lg-5{order: 2;}
    .onlinersec .row:nth-last-child(2) .col-lg-7{order: 1;}
    .onlinersec .row:nth-child(2){margin-top: 50px;}
}
@media (max-width:479px) {
    .paybanner{position: inherit;}
    .paybanouter{ position: inherit; margin-top: 15px;}
     .paybanouter .form-container .row .pad-2{padding:0 12px !important;}
}
.cimg span img{height: 75px;}
.propertySec{background: url('../images/about_bg.png') 50% 50% no-repeat;
    background-size: cover;}
.project_cont .proj_btn .site_btn{margin-top: 0;}
.dim{border-right: 1px solid #cdcdcd; padding-left: 30px;}

.abtCrownImg{position: relative;}
.mainImg{display: block;}
.overlayImg{position: absolute; bottom: -65px; right: -65px; border-top: 10px solid #D8D8D8; border-left: 10px solid #d8d8d8; padding-top: 20px; padding-left: 20px; width: 65% !important;}
#clubFeature .area_section{background: #5D402A;}
.secAchiv .nm_section{position: relative;}
.gallery_block{position: relative;}
.gallery_thumb{position: static !important; margin-top: -160px !important; max-width: 77%; margin-right: 0 !important;}

.gallery_pagination{width: 20%; font-size: 30px; color:#fff}
.gallery_pagination span {
    font-size: 60px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}
.gallery_pagination span:nth-child(2){font-size: 30px;}
.recentblog{background: transparent;}
.gallery_block::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    /* Adjust the width of the overlay */
    height: 20%;
    /* Adjust the height of the overlay */
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    pointer-events: none;
    /* Prevent overlay interaction */
    z-index: 1;
    /* Ensur
    e overlay appears above the image */
}
.gallery_block .nm_btn_prev{bottom: 8% !important; left: 18% !important;}
.gallery_block .nm_btn_next{right: 1% !important; bottom: 8% !important;}
.video_sec span img { width: 100%; }
.blogdetitem .recentitem{border-bottom: 1px solid #D8D8D8;}
.blogdetitem .recentitem h5{margin-bottom: 0 !important;}
.recentblog .recentitem p{padding: 0;}
.latestblogsection p{padding: 0;}
@media(max-width:991px){.gallery_thumb{margin-top: -105px !important;}}

@media(max-width:767px){
    .fixed_btn_mob .dropdown_sec:first-child{ display: inline-block !important; }
    .fixed_btn_mob .dropdown_sec .site_btn { width: auto !important; display: inline-flex !important ; border-radius: 10px 10px 0 0; padding: 8px 20px !important; margin: 0; text-transform: uppercase;}
    .fixed_btn_mob{ left: auto; right: -53px; }
    .fixed_btn_mob .dropdown_sec li { padding: 0 12px; }
    .fixed_btn_mob .dropdown_sec ul{ width: auto; opacity: 1; visibility: visible; height: auto; display: inline-flex ; left: 0%; top: 0; padding-top: 0; }
    .fixed_btn_mob .dropdown_sec li a { padding: 6px 0; height: auto; font-size: 16px; }
    .dropdown_sec li:not(:last-child) { border-bottom: 0; }
    .active_dropdown.fixed_btn_mob .dropdown_sec ul{ left: -100%; }
    .fixed_btn_mob .dropdown_sec li a i{ transform: rotate(90deg); }
    
}



@media(max-width:479px)
{
    .overlayImg{bottom: -15px; right: -15px; width: 75% !important;}
    .gallery_thumb{margin-top: 0 !important; margin-right: auto !important;}
    .gallery_pagination{width: 30%;}
    .gallery_pagination span{font-size: 40px !important;}
    .gallery_pagination span:nth-child(2){font-size: 20px !important;}
    .nm_section .contact_box{text-align: center !important;}
    .office_block{padding-right: 0 !important; border-right: 0 !important;}
    .office_box{text-align: center;}
    .parnterouter .row .col-lg-4 .perkcontent{text-align: center !important;}
    .parnterouter .row .col-lg-4 .perkcontent{padding-bottom: 0 !important;}
    .partnercont{text-align: center !important;}
    .custom-prev{left: -15px;}
    .custom-next{right: 10px;}
    .custom-next, .custom-prev {top: 35% !important;}
    .custom-next img, .custom-prev img{width: 35px !important;}
    .leadership_show>span>img{height: 400px;}
    .ourPartner .leadership_block:hover .leadership_hover{max-height: 430px;}
    .gallery_block .nm_btn_prev{left: 0 !important;}
    .gallery_block::after{background: transparent !important;}

}








