@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%; }

.leadership_section{ position: relative; overflow: hidden; background: #fff;}
.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: 34px; color: #669933; font-family: 'Georgia'; display: block; font-weight: 400; padding-bottom: 5px;}
.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%;}
.leadership_caption h5{ font-size: 22px; color: #000; font-weight: 500; }
.leadership_caption h5 span{ display: block; font-size: 14px; margin-top: 8px; }
.leader_bg{ position: absolute; bottom: 0; right: 0; max-width: 24%; }
.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;}
.leadership_hover h5{ color: #fff; border-bottom: 1px solid #85AE5C; padding-bottom: 15px; }
.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: 380px;}
.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; }
.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; background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); 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; }
.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: 21px; 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; position: relative; 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%);}
.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{  background: #fff; padding-bottom: 150px;}
.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; background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); }

.awards_section{ background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%); padding: 90px 0 155px;}
.awards_section .nm_inner{ padding: 0; }
.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: 50%; }
.awards_section .nm_outer .heading_sec h4{ margin-bottom: 10px; }
.awards_section .nm_slide > span{ background: url('../images/awards_frame.png') 50% 50% no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; overflow: hidden; height: 408px !important;}

.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; background: #fff; max-width: 230px; padding: 10px; }
.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: 30px; margin-bottom: 30px; background: #000; padding: 20px 34px; display: flex ; align-items: center; min-width: 520px; position: relative; left: -30px; }
.project_cont li{ display: flex; align-items: flex-start; width: 33.33%; padding-right: 20px; }
.project_cont li img{ width: 20px; }
.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{ position: relative; 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: 90px; 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: url('../images/about_bg.png') 50% 50% no-repeat; 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; background: #fff; }

.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: 2px 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{ display: block; text-align: center; margin: auto; width: 150px; height: 150px; }
.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_right{ width: 33.33%; padding: 0 7px; }
.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; }
.leadership_show .banner_btn,
.leadership_hover .banner_btn{display: none;}
section>.milestones_section.space_sec{display: none;}















@media(min-width: 1921px){
    .arrow img { margin-top: -145px; }
}


@media(max-width: 1441px){
    .container{ max-width: 1240px; }
    .animation_arrow .circle{ left: -122px; }
    .animation_arrow svg{ top: 30vh; }
    .prjects_img_inner img { height: 230px;}
    .prjects_img_inner{ left: -50px; min-width: 100%;}
    .awards_section .nm_slide > span{ height: 300px !important; background-size: 100% 100%;}
    .events_left { padding-right: 0px; }
    .nm_slide .heading_sec{margin: 20px 0;}
  
 
}

@media(max-width: 1367px){
    .planning_section [class*="col-"]{    padding: 20px 20px 30px;height: 250px !important;}
    .planning_block .planImg{width: 70px;}
    .planning_cont h6{font-size: 18px;margin: 20px 0 10px;}
    .planning_cont p{font-size: 14px;}
    .space_sec{padding: 80px 0;}
    .nm_outer{margin-top: 20px;}
    .awards_section .swiper-slide{padding: 20px 20px 0;}
    .project_col:first-child{width: 60%;}
    .project_col:last-child{width: 40%;}
    .project_img img{height: 500px;}
    .project_flex{padding-right: 0%;}
    .project_cont{width: 100%;}
    .proj_logo{max-width: 150px;padding: 5px;}
    .counter_item{font-size: 60px;}
    .counter_sec li span{font-size: 14px;}
    .k_sec:after{font-size: 60px;right: -45px;}
    .crafting_video > img{height: 450px;}
    .counter_sec li{margin-bottom: 30px;}
    .counter_block:before,
    .counter_block:after{height: 5px;}
    .counter_sec{padding: 20px 0 0;}
    .leadership_show > span > img{height: 350px;}
    .leadership_caption{margin-top: 15px;}
    .about_content h2 { font-size: 44px;}
    .about_content h2 span{ font-size: 50px; }
    .prjects_img_inner img { height: 150px;}
    .testi_main p { font-size: 24px;}
    .heading_sec h4 { font-size: 16px;margin-bottom: 5px;}
    .awards_section .para_sec{margin-bottom: 20px;}
    .awards_section .para_sec p{font-size: 12px;}
    .crafting_bg{max-width: 20%;}
    .awards_section{padding: 80px 0 120px;}
    .testi_block h4 span{ font-size: 12px; }
    .heading_sec h2 { font-size: 30px;margin-bottom: 30px;}
    .heading_sec h2 span { font-size: 28px;}
    .footer_content { padding-right: 50px; }
    .footer_newsletter h4 { font-size: 21px;}
    .heading_sec h3{ font-size: 20px;margin-bottom: 10px; }
    .project_cont li p { font-size: 12px;}
    .project_cont p, .leadership_hover p, .site_btn { font-size: 12px;}
    .leadership_caption h5 { font-size: 20px;}
    .leadership_caption h5 span{ font-size: 12px; }
    .banner_btn .site_btn{  width: 145px;}
    .banner_content h1 { font-size: 55px;}
    .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;
        margin-top: 20px;
        margin-bottom: 20px; }
    
  
}


@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: 17px; } 
    .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: 700px; }
    .awards_section .nm_slide > span { height: 252px !important; }
    .header-area .main-nav .nav{ margin-right: 10px; 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%); }
    .leadership_block:hover .leadership_show > span > img { height: auto; }
    .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; }
}

@media(max-width: 991px){
    section>.milestones_section.space_sec{display: block;}
    .pin-spacer{display: none !important;}
    .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{ height: 50vh; }
    .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: 24px; }
    .leadership_block{ margin-bottom: 30px; }
    .leadership_hover{height: 100%; align-items: flex-end; align-content: flex-start; }
    .leadership_show > span > img { height: 100%; }
    .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; display: none !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; }

}


@media(max-width: 767px){
    .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; }
    .banner_slide > img{ height: 60vh; }
    .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: 130px; }
    .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: 70px 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: 25% !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; }
    .header-area{ overflow-x: hidden; }
    .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: 20px; }
    .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; }
    .dropdown_sec{ display: none; }
    .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; }
 }

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

}


/* CSS FOR ANIMATION */
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start, .gsap-infobar{display: none !important;}
#curved-line{z-index: 1 !important;}
/* blogs section padding relative to be removed*/
.about_section svg{overflow: visible !important;}
.about_section  #curved-line{
    position: relative;
    top: 0;
    height: 120%;
    left: 0;
    width: auto;
}
.svgCon1{
    position: absolute;
    left: 50%;
    top: -30px;
    height: 15%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}
.svgCon2{
    position: absolute;
    left: -5%;
    top: 88%;
    height: 40%;
    overflow: hidden;
    text-align: center;
    padding: 0 0;
    width: 10%;
}
.svgCon2 svg{
    width: auto;
    height: 110%;
    position: relative;
    top: -40px;
    right: -50px;
}
.svgCon3{
    position: absolute;
    right: 5%;
    bottom: -5%;
    height: 30%;
    overflow: hidden;
    width: 15%;
}
.svgCon3 svg{
    width: 100%;
    height: 110%;
    position: relative;
    top: -40px;
}
.about_section .row{background: transparent;}
.leadership_section #curved-line2{
    opacity: 1;
    position: absolute;
    z-index: 9;
    top: -10px;
    height: 35%;
    left: -26%;
}
.svgCon4{
    position: absolute;
    top: -5%;
    left: 10%;
    height: 40%;
    overflow: hidden;
}
.svgCon4 svg{
    height: 120%;
    position: relative;
    top: -50px;
}
.crafting_section .heading_sec{background: transparent;}
.crafting_section .heading_sec~.row{
    background: linear-gradient(90deg, #EFF3E3 -15%, #FBF8E1 44%, #F3F8E4 90%);
}
.svgCon5{
    position: absolute;
    right: 2%;
    bottom: 0;
    height: 25%;
    width: 20%;
    overflow: hidden;
}
.svgCon5 svg{
    height: 140%;
    position: relative;
    top: -50px;
}
.svCon6{
    position: absolute;
    right: 10%;
    top: 0px;
    height: 100%;
    overflow: hidden;
}
.svCon6 svg{
    opacity: 1;
    height: 35%;
    position: relative;
    top: -40px;
}
.svgCon7{
    position: absolute;
    left: 16%;
    top: 70%;
    height: 40%;
    overflow: hidden;
    width: 25%;
    padding-left: 40px;
}
.svgCon7 svg{
    position: relative;
    height: 115%;
    overflow: visible;
}
.blogs_section{position: relative;}
.blogs_section .nm_inner{background: transparent;}
.svgCon8{
    position: absolute;
    left: 5%;
    top: 0;
    height: 25%;
    overflow: hidden;
}
.svgCon8 svg{
    position: relative;
    height: 150%;
    top: -50px;
    overflow: visible;
}
.svgCon9{
    position: absolute;
    right: 10%;
    top: -10px;
    height: 30%;
}
.svgCon9 svg{
    position: relative;
    overflow: visible;
    height: 140%;
    top: -60px;
}
.svgCon10{
    position: absolute;
    left: 25%;
    top: 0;
    height: 35%;
    overflow: hidden;
    width: 20%;
}
.svgCon10 svg{
    position: relative;
    height: 200%;
    top: -60px;
    overflow: visible;
}
@media(max-width: 1600px){
    .svgCon2{
        left: 0%;
    top: 90%;
    }
    .svgCon3{
        right: 0%;
    bottom: -3%;
    }
    .svgCon4{left: 0%;}
    .svgCon5{right: 0%;}
    .svCon6 svg{height: 42%}
    .svCon6{right: 3%;height: 80%;}
    .svgCon7 svg{height: 140%;width: 115%;}
    .svgCon7{
        left: 10%;
    top: 65%;
    height: 45%;
    width: 27%;
    }
    .svgCon8{left: 0%;}
    .svgCon9{
        right: 0%;
        top: 0;
        height: 30%;
    }
    .svgCon9 svg{height: 140%;}
    .svgCon10{
        left: 25%;
    top: -30%;
    height: 60%;
    width: 25%;
    }
    .svgCon10 svg{
        height: 230%;
    top: -90px;
    }
}






























