body {
	background: #fbfaf5;
    font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	color:#555e53;
	overflow-x: hidden;
}
h1 {
    font-size: 45px;
    color: #1a1a1a;
	font-weight:800;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 0px !important;
	letter-spacing:1px;
}
h2 {    
    font-size: 40px;
    color: #16243f;
	font-weight:800;
    line-height: 48px;
    margin-bottom: 15px;
}
h3 {
font-size:28px;
font-weight:800;
color:#16243f;
margin-bottom: 15px;
}
h4 {
font-size:26px;
color:#16243f;
}
h5 {
font-size:19px;
}
h1, h2, h3, h4, h5 {
    font-family: "Manrope", sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
   color:#2f6d4f;
}
p {
	margin-bottom:20px;
	line-height:26px;
}
.container {
    max-width: 1170px;
}

.clear {
    clear: both;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a {
	color:#2f6d4f;
}
ul {
	margin-bottom:0;
	padding-left:0;
}
.carousel-item {
    min-height: 750px;
	height: 75vh;
}
.carousel-caption {
bottom: 60px;
left: 22%;
margin-top: 0;
right: 22%;
text-align: left;
border-radius:5px;
}
.carousel-caption h1 {
	color:#000000;
	font-size:60px;
	line-height:60px;
	font-weight:800;
	margin-bottom:20px;
	text-transform:none;
}
.carousel-caption p.banner-head, p.banner-head {
	background: #e6f1ea;
color: #1c4732 !important;
font-size: 14px;
line-height: 18px;
font-weight: 500;
margin-bottom: 20px;
text-transform: none;
display: inline-block;
padding: 11px 26px;
border-radius: 60px;
}
.carousel-caption p {
	color:#626262;
	font-size: 18px;
	margin-bottom: 25px;
}
.carousel-caption p.banner-head i, p.banner-head i {
	color:#307353;
	font-size:8px;
	vertical-align:middle;
	padding-right:5px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
	opacity: inherit !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-image: none !important;
	height: auto;
    width: auto;
}
.navbar-toggler-icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(252, 106, 6, 1)\' stroke-width=\'4\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") repeat scroll 0 0 !important;
}
.owl-next {
    position: absolute;
    right: -20px;
    top: 90px;
}
.owl-prev {
    left: -20px;
    position: absolute;
    top: 90px;
}
.owl-theme .owl-controls .owl-page span {
    background: #fc6a06 none repeat scroll 0 0 !important;
	margin-top:30px !important;
}
.container-fluid {
	padding:0;
	overflow:hidden;
}
.header .menu > ul > li .menu-subs {
	text-align:left;
}
#main-header {
	position:relative;
	z-index:99;
}
#banner-slider {
	margin-top:-200px;
}
.con-btn {
	background:#efa30e;
	color:#000000;
	font-size:15px;
	padding:11px 22px;
	border:1px #efa30e solid;
	border-radius:60px;
}
.con-btn:hover {
	background:none;
	color:#efa30e;
	border:1px #efa30e solid;
}
.mainMU-area {
	text-align:center;
}
nav.menu {
	background: #ffffff;
border: 1px #dddddd solid;
border-radius: 60px;
padding: 6px 20px;
}
.banner-btn-lst {
	list-style:none;
}
.banner-btn-lst li {
	display:inline-block;
	background:#1c4732;
	border:1px #1c4732 solid;
	padding:15px 45px;
	border-radius:60px;
	font-weight:800;
}
.banner-btn-lst li:hover {
	background:none;
	border:1px #1c4732 solid;
}
.banner-btn-lst li:hover a {
	color:#1c4732 !important;
}
.banner-btn-lst li a {
	color:#ffffff;
}
.hero-media{
    position:relative;
    border-radius:var(--radius);
    overflow:hidden;
    height:460px;
    border-radius:30px;
  }
  .hero-media img{width:100%;height:100%;object-fit:cover;}
  .hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(20,35,26,0) 55%, rgba(20,35,26,.55));}
  .float-card{
    position:absolute;
    background:#fff;
    border-radius:20px;
    padding:20px 24px;
    box-shadow:0 20px 50px rgba(20,35,26,.18);
  }
  .float-card.stat1{bottom:28px;left:28px;}
  .float-card.stat2{top:28px;right:28px;background:#fbeac7;}
  .float-card .num{font-size:26px;font-weight:800;color:#1b4631;}
  .float-card.stat2 .num{color:#8a5e05;}
  .float-card .lbl{font-size:12.5px;color:#5d665b;font-weight:600;margin-top:2px;}
  .float-card.stat2 {
  top: 28px;
  right: 28px;
  background:#fdecc9;
}
.counter-area {
	margin-top:80px;
	text-align:center;
}
.counter-area h3 {
color:#1c4631;
margin-bottom:5px;
}
.counter-area p {
	font-size: 14px;
	line-height:16px;
color: #596257;
}
.hmAbt-area, .mis-vis-area {
	margin-top:100px;
}
.border-radius-15 {
	border-radius:15px;
}
.border-radius-20 {
	border-radius:20px;
}
.border-radius-25 {
	border-radius:25px;
}
.border-radius-30 {
	border-radius:30px;
}
.hm-ct-box1 {
	background:#1c4732;
	border:1px #1c4732 solid;
	padding:30px 20px;
	margin-bottom:30px;
}
.hm-ct-box2 {
	background:#ffffff;
	border:1px #dddddd solid;
	padding:25px 20px;
}
.hm-ct-box3 {
	background:#e7f0ea;
	border:1px #dddddd solid;
	padding:25px 20px;
}
.hol-padd {
	padding:25px 20px !important;
}
.hm-ct-box1 p, .hm-ct-box2 p, .hm-ct-box3 p{
	margin-bottom:0;
}
.hm-ct-box1 h3, .hm-ct-box2 h3, .hm-ct-box3 h3{
	font-size:22px;
}
.hm-ct-box1 h3 {
	color:#ffffff;
}
.hm-ct-box1 p {
	color:#cddbd1;
}
#business-areas-section {
	background:rgba(0, 0, 0, 0) url("../images/csr-bg.jpg") repeat-x fixed center center / cover;
	padding-bottom:100px;
	padding-top:100px;
	margin-top:60px;
}
#business-areas-section h2, #business-areas-section p{
	color:#ffffff;
}
.rm-btn-light {
  display: inline-block;
  background: #efa30e;
  border: 1px #efa30e solid;
  color:#000000;
  padding: 15px 45px;
  border-radius: 60px;
  font-weight: 800;
}
.rm-btn-light:hover {
  background: none;
  border: 1px #efa30e solid;
  color:#efa30e;
}
#company-structure-section {
	padding-bottom:80px;
	padding-top:80px;
}
.sp-box {
	background:#e6f1ea;
	color: #2f6d4f;
	font-size:14px;
	font-weight:800;
	line-height:18px;
	padding:25px 20px;
	border-radius:20px;
}
.sp-box i {
	color:#efa30e;
	padding-right:8px;
}
.structure-list {
	list-style:none;
	margin-bottom:20px;
}
.structure-list li {
	display:inline-block;
	background:#ffffff;
	color:#000000;
	font-size:13px;
	font-weight:600;
	padding:8px 20px;
	border:1px #ededed solid;
	margin-right:5px;	
	border-radius:30px;
	margin-bottom:8px;
}
.structure-list li span {
	color:#2f6d4f;
	margin-right:5px;
}
.captive-box {
	background: #ffffff;
border: 1px #dddddd solid;
padding: 35px 30px;
border-radius:20px;
text-align:left;
}
.captive-box .ts-ctn {
	background: #fdecc9;
color: #a95e05;
font-size: 20px !important;
font-weight: 800;
display: inline-block;
padding: 15px 18px;
border-radius: 10px;
}
.captive-box h3 {
	font-size:20px;
}
.captive-box p {
	font-size:15px;
	line-height:24px;
}
#reach-us-section {
	padding-bottom:100px;
	padding-top:100px;
}
.ts-ctn-dark {
	background: #2f6d4f;
color: #c9efdc;
font-size: 20px !important;
font-weight: 800;
display: inline-block;
padding: 15px 22px;
border-radius: 10px;
}
.captive-box h4 {
	font-size:16px;
	font-weight:800;
}
#top-footer-section {
	margin-bottom:100px;
}
#top-footer-section .row {
background: #505C2A;
background: radial-gradient(circle,rgba(80, 92, 42, 1) 0%, rgba(29, 74, 52, 1) 65%);
  padding: 60px 30px;
	border-radius:20px;
}
#top-footer-section .row:before {
  /*content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(239,163,14,.25), transparent 70%);
  top: -150px;
  right: -100px;*/
}
#top-footer-section h3 {
	color:#ffffff;
	margin-bottom:0;
}
.footer-btn-list {
	list-style:none;
	margin-bottom:0;
}
.footer-btn-list li {
	display:inline-block;
	margin-right:5px;
}
.footer-btn-list li:last-child {
	margin-right:0px;
}
.footer-btn-list li a {
	font-size:14px;
}
.footer-btn-list li:last-child a {
	background:none;
	color:#ffffff;
	border:1px #ffffff solid;
}
.footer-btn-list li:last-child:hover a {
	background:#ffffff;
	color:#000000;
	border:1px #ffffff solid;
}
.footer-menu {
	list-style:none;
	text-align:right;
}
.footer-menu li {
	display:inline-block;
	margin-left:20px;
}
.footer-menu li:first-child {
	margin-left:0;
}
.footer-menu li a {
	font-size:14px;
	color:#000000;
}
.fst-footer img {
	width:100px;
}
#footer-copyright .row {
	border-top:1px #dddddd solid;
}
#footer-copyright p{
	padding:20px 0;
	font-size:13px;
}
#inn-banner-slider {
margin-top:-200px;
}
#inn-banner-slider .carousel-item {
    min-height: 500px;
	height: 50vh;
}
#inn-banner-slider .carousel-caption {
  bottom: 140px;
  left: 28%;
  margin-top: 0;
  right: 28%;
  text-align: center;
  border-radius: 5px;
}
#inn-banner-slider .carousel-caption h1 {
	font-size:40px;
	line-height:40px;
	margin-bottom:15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#inn-banner-slider .carousel-caption p {
	font-size:16px;
	line-height:22px;
}
#inn-banner-slider .carousel-caption h1, #inn-banner-slider .carousel-caption p {
	color:#ffffff;
}
#inn-pg-section {
	padding-bottom:0px;
	padding-top:100px;
}
.mv-list-item li {
	margin-bottom:20px;
}
.min-height {
	min-height:285px;
}
#contact-form2 .form-control {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 30px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#map-section iframe {
	border-radius:20px;
}
#owl-captive .item .captive-box {
	height:230px;
}
#client-section {
    text-align:center;
    padding-top:100px;
}
#owl-client .item img {
	border:1px #dddddd solid;
	border-radius:10px;
}