@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}





body {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	/* font-family: 'Work Sans', sans-serif; */
	box-sizing:border-box;
	overflow-x:hidden;
}
/************************/
html {
	scroll-behvior:smooth;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
	width:7px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	border:none;
	background-color:#7c797a;
}
::-webkit-scrollbar:horizontal {
	height: 7px; 
}
::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5); 
}
/********************/
.top-brochure-dtl span{
	width: auto;
    background: #003d0b;
    display: block;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 0 15px 15px;
    text-align: center;
}
.top-brochure-dtl span img{
	width: 20px;
    position: relative;
    top: -1px;
    left: -4px;
}
.top-call-dtl {
	 text-align: right;
	 margin-top: 10px;
}
.top-call-dtl a{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	position: relative;
}
.top-call-dtl a i{
	position: absolute;
	top: 2px;
	left: -30px;
	color: #003d0b;
	padding-right: 5px;
	font-size: 20px;
}
/**********************/
.fixed-top {
	position: relative;
    display: block;
    background: #fff;
    top: 0px;
    padding: 4px 0 2px;
	box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);
	/* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
.header-scrolled .logo {
	margin-top: -10px;
	transition:all.5s ease;
}
.header-scrolled .scrollto img {
	width: 130px;
    height: auto;
    transition: all.5s ease;
    margin-top: 11px;
}
.logo {
	margin-top: -37px;
    background: #fff;
	position: absolute;
	transition:all.5s ease;
	/*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
.header-scrolled {
    position: fixed;
}
.scrollto img {
	width:210px;
	height:auto;
	transition:all.5s ease;
}
.main-nav {
	float:right;
	transition:all.3s ease-in-out;
}
.main-nav > ul{
	margin: 1.5% 0;
    display: flex;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.main-nav a {
	color: #33373a;
    font-weight: 500;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 10px 16px;
    font-family: 'Roboto',sans-serif;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}*/
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav li:last-child {
	border-right:0px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #003d0b;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 220px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top:0px;
}
.main-nav .drop-down ul li:last-child{
    border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down ul li a {
	padding: 6px 5px;
    color: #464646;
    border-radius: 2px;
	font-weight:500;
    transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #003d0b;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
    font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mega_wdth {
    width: 50%;
    display: inline-block;
}
.mega_wdth span {
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    padding-left: 6px;
}

/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #ee2324;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/************************/
 
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*indicator arrow background*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100% 50%;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.carousel-control-next-icon {
  background-position-x: 0.2em;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 10rem;
  width: 500px;
  left: 8%;
}
.carousel-caption h3{
	color: #33373a;
	font-size: 33px;
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.carousel-caption a{
	height: 60px;
	line-height: 45px;
    width: 450px;
    background: #002f00;
    border-radius: 50px;
    text-align: center;
    border: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.carousel-caption a:hover{
	background: #003d0b;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgb(24 62 31 / 42%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background: #003d0b;
	border-color: rgb(24 62 31 / 42%);
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

.carousel-indicators{
	left: auto;
	bottom: 30px;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
#myCarousel {
    overflow:hidden;
}
#myCarousel .carousel-control {
    background:none;
    top:45%;
    font-size:30px;
    text-align:center;
    width:40px;
    height:40px;
    opacity:1;
    position:absolute;
}
#myCarousel .carousel-control-next {
    right:4%;
}
#myCarousel .carousel-control-prev {
    left:0;
}
#myCarousel .carousel-control-prev span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#myCarousel .carousel-control-next span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#myCarousel:hover .carousel-control-prev span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#myCarousel:hover .carousel-control-next span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#myCarousel .carousel-control span {
    color:#fff;
    background-color:rgb(0 154 218);
    height:45px;
    width:45px;
    z-index:121;
    line-height:45px;
    text-align:center;
    position:absolute;
}
.main-carousel{
	position: relative;
}
.petrol{
	position: absolute;
	bottom: -100px;
}
.carousel-caption p{
    text-align: left;
    font-family: 'Roboto',sans-serif;
    color: #33373a;
    margin-bottom: 25px;
}
/*------------------------------------*/
.hm-product{
	padding: 20px 0 80px;
}
.title-border {
    background-image: -moz-linear-gradient(180deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    background-image: -webkit-linear-gradient(180deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    background-image: -ms-linear-gradient(180deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    height: 4px;
    width: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 20px;
}
.hm-product-head h2{
	text-align: center;
	font-family: 'Roboto',sans-serif;
}
.hm-product-head p{
	text-align: center;
	font-family: 'Roboto',sans-serif;
	color: #33373a;
}

.hm-product-dtl{
	border: 1px solid rgba(112,112,112,.2);
	text-align: center;
	background: #fff;
	transition: 0.3s;
	position: relative;
	margin-top: 30px;
}
.hm-product-dtl:hover{
	box-shadow: 0 0 22px #0000004f;
	transform: scale(1.05);
	z-index: 999;
}
.hm-product-img img{
	margin: 0;
}
.hm-product-img p{
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #000;
}
.product_dtl_bx {
    background: #002f00;
    margin: 0 -1px;
}
.product_dtl_bx i {
    display: inline-block;
    float:left;
    padding: 15px;
    background: #000;
    color: #fff;
    font-size: 16px;
}
.product_dtl_bx h5 {
    text-align: center;
    line-height: 30px;
    padding: 8px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}  
/*------------------------------------*/
.hm-about{
	background-image: url(../images/abt-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0 60px;
    position: relative;
}
.hm-about:after{
	content: "";
	background: #1a1a1a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.90;
}
.hm-industrie-z{
	position: relative;
	z-index: 9;
}
.hm-about-img{
	position: relative;
}
.hm-about-img:before{
    content: "";
    position: absolute;
    background: #e4e4e4;
    top: -16px;
    height: 1px;
    width: 70%;
    left: 30px;
}
.hm-about-img:after {
	content: "";
    position: absolute;
    background: #e4e4e4;
    bottom: 30px;
    width: 1px;
    height: 52%;
    left: -16px;
}
.hm-about-img img{
	border-radius: 0 75px 0 0;
}
.hm-about-dtl{
	position: relative;
	padding-left: 0px;
	padding-right: 50px;
	color: #fff;
	font-family: 'Roboto',sans-serif;
}
.hm-about-dtl h2{
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.hm-about-dtl p{
	letter-spacing: 0.5px;
}
.welcome-tag {
    font-size: 14px;
    letter-spacing: .50em;
    font-family: 'Roboto',sans-serif;
}
.welcome-tag {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    color: #4ea26a;
    font-weight: 400;
    letter-spacing: .38em;
    line-height: 1;
    -moz-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -moz-transform-origin: left top;
    transform-origin: left top;
}
.welcome-tag:before {
    content: "";
    position: absolute;
    width: 105px;
    height: 1px;
    background: #cacaca;
    top: 9px;
    left: 95px;
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: -10px;
}
.hm-about-dtl-p{
	font-style: italic;
	padding-bottom: 8px;
}
.hm-about-dtl a{
	padding: 10px 30px;
    background: #002f00;
    border: 1px solid #fff;
    color: #fff;
}
/*-----------------------*/
.hm-industrie{
    padding: 60px 0;
        height: auto;
    background: url(../images/bg-industry.png) no-repeat right;
}
.hm-industrie-dtl{
    padding-top: 40px;
}
.hm-industrie-dtl h2{
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 15px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}
.hm-industrie-dtl h5:after{
    content: "";
    width: 150px;
    display: inline-block;
    height: 7px;
    background-image: url(../images/border.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 15px;
    background-size: 170%;
    top: -2px;
    position: relative;
}
.hm-industrie-dtl p{
	font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    color: #666;
    font-weight:400;
}
.hm-industrie-list ul li{
    font-size: 17px;
    padding: 4px 0 4px 25px;
    margin: 0 0 5px;
    position: relative;
    background: url(../images/arrow.png) no-repeat;
    background-position: 0% 40%;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    font-family: 'Roboto',sans-serif;
}
.hm-industrie-img{
    margin-top: 40px;
}
.title-border2 {
    background-image: -moz-linear-gradient(360deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    background-image: -webkit-linear-gradient(360deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    background-image: -ms-linear-gradient(360deg,rgb(225,226,226) 0%,rgb(240,241,241) 70%,rgb(255,255,255) 100%,rgb(255,255,255) 100%,rgb(254,66,60) 100%);
    height: 4px;
    width: 75px;
    left: 0;
    right: 0;
    margin-top: 12px;
    margin-bottom: 20px;
}
/*------------------*/
.ftr-icon{
	background: #4ea26a;
    padding: 20px 0px;
}
.ftr-icon-dtl .icon-box{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 5px;
}
.ftr-icon-dtl h5{
	font-family: 'Roboto',sans-serif;
	margin-left: 90px;
	position: relative;
	top: 18px;
}
/*------------------*/
footer{
    background: #202020 url(../images/footer-glob.png) no-repeat;
    background-position: top left;
    padding: 60px 0 0;
    position: relative;
    border-top: 5px solid #4ea26a;
}
.ftr-logo img{
    margin: 0 auto;
    display: table;
}
.ftr-logo p{
    color: #b5b5b5;
    font-size: 14px;
    margin: 22px 0;
    text-align: center;
    font-family: 'Roboto',sans-serif;
}
.ftr-link{
    margin-left: 15px;
}
.ftr-link h5{
    font-size: 15px;
    margin: 0 0 10px;
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
}
.ftr-link ul li{
    position: relative;
    padding-left: 18px;
    font-family: 'Roboto',sans-serif;
}
.ftr-link ul li:after{
   content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b5b5b5;
    margin-right: 14px;
    vertical-align: middle;
    transition: all 200ms linear 0s;
    position: absolute;
    left: 0;
    top: 10px;
}
.ftr-link ul li:hover:after{
    background: #fff; 
}
.ftr-link ul li a{
	font-family: 'Roboto',sans-serif;
    display: block;
    color: #b5b5b5;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 5px;
    transition: all 0.3s ease-in-out;
}
.ftr-link ul li a:hover{
    color: #fff; 
}
.ftr-office ul li h5{
	font-family: 'Roboto',sans-serif;
    font-size: 15px;
    margin: 0 0 5px;
    color: #ffffff;
}
.ftr-office ul li{
    font-size: 14px;
    color: #b5b5b5;
    padding-left: 30px;
    margin: 0 0 15px;
    position: relative;
    font-family: 'Roboto',sans-serif;
}
.ftr-office ul li a{
    color: #b5b5b5;
}
.ftr-office ul li img{
    position: absolute;
    left: 0px;
    width: 22px;
}
.bord-top{
    border-top: 1px solid #93959840;
    margin-top: 25px;
    padding: 20px 0 30px;
}
.ftr-btm p{
    line-height: 1;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #939598;
}
.ftr-btm p span{
    color: #fff;
}
.ftr-btm p a{
    color: #939598;
    font-weight: 600;
}
.ftr-btm p a:hover{
    color: #4ea26a;
}

.social_link_fxd {
    position: fixed;
    z-index: 123;
    bottom: 2%;
    right: 15px;
}
.social_link_fxd ul li {
    margin-bottom: 2px;
}
.social_link_fxd img {
    width: 48px;
    height: auto;
    border: 2px solid #FFF;
    border-radius: 50%;
}
/*--------------------*/
#inner_banner {
    position: relative;
    background: url(../images/products.png);
    background-size: 100% 100%;
    padding: 140px 0;
}
#inner_banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .70;
    /* background: linear-gradient(0deg,rgba(153,218,255,0) 0,rgb(18 25 33 / 20%) 100%); */
    /*background-image: linear-gradient(to right,#000f3c,#08194e,#293c78,#2d4691,#2d4691);*/
    background: #1a1a1a;
    z-index: 1;
}
#inner_banner img {
    /*height: calc(100vh - 111px);*/
    width: 100%;
}
.inner_banner_sc {
    padding: 19px 60px 17px 33px;
    text-align: left;
    z-index: 2;
    min-width: 350px;
    right: 5%;
    bottom: -20px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
}
.inner_banner_sc:before {
    position: absolute;
    content: '';
    background: #183e1f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
    transform: skewX(-12deg);
}
.inner_banner_sc:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0px;
    left: -15px;
    width: 27px;
    height: 21px;
    background: #183e1fb0;
    z-index: -2;
    transform: skewX(37deg);
}
#inner_banner h1{
    position: absolute;
    top: 45%;
    bottom: 50%;
    left: 10%;
    z-index: 1;
    color: #fff;
    transform: translate(0%,-50%);
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
}
.prod-link ul li{
    color: #ffffff96;
    display: inline-block;
    padding-right: 5px;
}
.prod-link ul li a {
    color: #fff;
}
.prod-link ul li i{
    font-weight: 600;
    font-size: 13px;
}
/*--------------------*/
.products{
    padding: 60px 0;
}
.products .product_dtl_bx h5{
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0 8px 8px;
}
.hm-product-more{
    text-align: center;
    display: block;
    margin-top: 70px;
}
.hm-product-more a span{
    background: #002f00;
    color: #fff;
    padding: 14px 20px;
    font-family: 'Roboto',sans-serif;
    letter-spacing: 0.5px;
    border-radius: 0px;
    font-size: 17px;
}
.hm-product-more a span i{
    color: #4ea26a;
    padding-right: 3px;
}
.hm-product-more a span i{
    color: #fff;
}
.hm-product-more a span:hover{
    background: #000;
}
/*--------------------*/
.prod-dtl{
    padding: 75px 0 40px;
}
.inner_prd_bx {
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.enquiry_sc {
    padding: 40px 20px 40px 20px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    background: #183e1f;
}
.enquiry_sc:before {
    position: absolute;
    content: '';
    right: 25px;
    top: 25px;
    width: 63px;
    height: 63px;
    background: url(../images/enquiry_bg.png) no-repeat;
    display: block;
}
.enquiry_sc p{
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.enquiry_sc p a{
    color: #ffffff96;
    font-size: 14px;
    font-weight: 400;
}
.enquiry_sc .enquiry_sc_inq {
    padding: 10px 15px;
    background: #183e1f;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #f4f5f7;
    display: inline-block;
    box-shadow: 1px 1px 10px 1px #00000061;
}
.enquiry_sc .enquiry_sc_inq:hover {
    color: #fff;
    background: #000;
}
.enquiry_sc .enquiry_sc_inq i {
    margin-right: 5px;
}
.download_sc {
    padding: 40px 20px 40px 20px;
    color: #fff;
    margin-bottom: 30px;
    background: #183e1f;
    position: relative;
    box-shadow: 1px 1px 10px 1px #00000061;
}
.download_sc:before {
    position: absolute;
    content: '';
    right: 25px;
    top: 25px;
    width: 63px;
    height: 63px;
    background: url(../images/enquiry_bg.png) no-repeat;
    display: block;
}
.download_sc h3 {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
}
.download_sc a {
    padding: 10px 15px;
    background: #183e1f;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #f4f5f7;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 1px 1px 10px 1px #00000061
}
.download_sc a i {
    margin-right: 5px;
}

.prod-dtl-sec ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 5px 0;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 400;
}
.table-responsive {
    display: inline-table;
}
.table-contant{
    margin-top: 20px;
}
.table-contant .table thead tr{
    background: #183e1f;
    color: #fff;
}
.table-contant .table tbody tr td{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 400;
}
/*--------------------*/
.prod-dtl-sec h4{
    padding:25px 0px 10px;  
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
}

.table-contant{
    padding-top: 20px;
}
.table thead th{
    font-weight: 500;
}
.prod-dtl-sec p{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 400;
}
/**********************/
.contact{
    padding: 60px 0;
}
.add-box{
    position: relative;
}
.add-box:after {
    content: "";
    position: absolute;
    background: url(../images/shadow.png);
    width: 23px;
    height: 218px;
    top: 0;
    right: 0;
    margin-right: 0px;
}
.maping{
    border-top: 12px solid #f8f8f8;
}
.contact .contact-left{
    padding-left: 30px;
}
.contact-head{
    text-align: center;
    padding-bottom: 40px;
}
.contact-head h2{
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 30px;
    color: #183e1f;
}
.contact-head p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
}
.contact-dtl h4{
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 19px;
}
.contact-dtl p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
    padding-bottom: 7px;
}
.contact-dtl h5{
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px;
    font-family: 'Roboto',sans-serif;
    color: #33373a;
}
.contact-dtl h5 a{
    color: #33373a;
    font-size: 15px;
}
.contact-dtl h5 a:hover{
    color: #183e1f;
}
.contact-dtl h5 img{
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
}
.cont-form{
    padding: 30px 0 70px;
}
.form-group{
    margin-bottom: 30px;
}
.form-control {
    border-radius: 0px;
    border: none;
    border-bottom:1px solid #ced4da;
    padding-left: 0;
}
.form-control:focus{
    border: none !important;
    box-shadow:none !important;
    border-bottom: 1px solid #80bdff !important;
}
.form-control::placeholder{
    font-family: 'Roboto',sans-serif;
}
.form-btn a{
    height: 45px;
    line-height: 31px;
    width: 180px;
    font-size: 18px;
    background: #002f00;
    border-radius: 50px;
    text-align: center;
    border: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}
.form-btn a:hover{
    background: #000;
}
/**********************/
.about{
    padding-bottom: 80px;
}
.about-head{
    padding: 80px 0 40px;
    text-align: center;
}
.about-head h2{
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 30px;
    color: #183e1f;
}
.about-head h6{
    font-family: 'Roboto',sans-serif;
    color: #000;
    padding-bottom: 10px;
}
.about-dtl p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
    padding-bottom: 10px;
}
.about-img{
    position: relative;
}
.about-year{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 20px;
    font-family: 'Roboto',sans-serif;
}
.about-year h5 span{
    font-size: 55px;
    font-weight: 600;
    color:#183e1f;
}
.about-year h6{
    padding-top: 2px;
    font-family: 'Roboto',sans-serif;
}

.strengths{
    padding: 60px 0 80px;
    background: #f8f8f8;
}
.strengths-aksen{
    position: relative;
}
.strengths-aksen:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    height: 330px;
    bottom: -5px;
    width: 1px;
    background: rgb(34 34 34 / 61%);
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.strengths-aksen:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #002f00;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.strengths-dtl h2{
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 25px;
    color: #183e1f;
}
.strengths-dtl p{
    font-family: 'Roboto',sans-serif;
    color: #33373a;
    padding-bottom: 10px;
}
.strengths-pt{
    padding-top: 40px;
}

/**********************/
.industries{
    padding: 80px 0 60px;
}
.industries-dtl{
    background: #f5f6f6;
    margin-bottom: 30px;
    transition: 0.8s;
}
.industries-dtl:hover{
    -webkit-box-shadow: 0 2px 50px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 2px 50px 0 rgb(0 0 0 / 40%);
}
.industries-text{
    background: #f5f6f6;
    padding: 22px 15px 15px;
}
.industries-text h5{
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    position: relative;
    z-index: 1;
}
.industries-text{
    position: relative;
}
.industries-text::before{
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#1e8aa8), color-stop(48.77%, #005482), to(#0c304f));
    background: -o-linear-gradient(90deg, #578557 0%, #285828 48.77%, #002f00 100%);
    background: linear-gradient(90deg, #578557 0%, #285828 48.77%, #002f00 100%);
    content: " ";
    display: block;
    height: 0.5rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    transition-timing-function: ease;
}
.industries-dtl:hover .industries-text::before {
    height: 100% !important;
}
.industries-dtl:hover .industries-text h5{
    color: #fff;
}
.d-mobile{
    display: none;
}
/*-----------=----------------*/
.main-prod-dtl{
    margin-top: 50px;
    background: #f8f8f8;
    padding: 20px;
    border: 1px solid rgba(112,112,112,.2);
}
.main-prod-dtl ul li{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 400;
    padding: 7px 0;
    list-style-type: disc;
    list-style-position: inside;
}

.main-prod-dtl p{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.3px;
    color: #666;
    font-weight: 400;
    padding: 5px 0;
}

/*----*/
.social_link ul{
    text-align: center;
}
.social_link ul li {
    display: inline-block;
    padding-right: 10px;
}
.social_link ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    display: block;
    border: 1px solid #ffffffa6;
    border-radius: 50px;
    color: #fff;
    background: #919191;
}
.social_link ul li:hover a i{
    background: #4ea26a;
}