*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');
body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
	overflow-x: hidden;
	font-family: 'Noto Sans Display', sans-serif;
	-webkit-font-smoothing: antialiased;
}
p {
	line-height: 150%;
	margin: 0 0 10px;
}
.w100{
    width: 100% !important;
    text-align: center;
}
.abt-secheading-wrapper.w100 h3::before{
    display: none;
}
.abt-secheading-wrapper.w100 h3 {
   text-align: center;
}
.abt-secheading-wrapper.w100 h4{
     text-align: center;
}
.w100 h3 br {
    display: none;
}
.w100 .hero-btn {
    margin: 0 auto;
}
h1 {
	font-size: 32px;
	margin: 0 0 15px;
	font-weight: normal;
}
h2 {
	font-size: 28px;
	margin: 0 0 12px;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	margin: 0 0 12px;
	font-weight: normal;
}
h4, h5, h6 {
	margin: 5px 0 5px;
	font-weight: bold;
}
a img {
	border: none;
	outline: none;
}
a {
	color: #363636;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a,
a:active,
a:visited,
a img {
	outline: none;
}	
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
img{
	width: 100%;
	height: auto;
    vertical-align: middle;
}
.container{
	width: 1200px;
	margin:0 auto;
}
header{
    background-color: rgb(255 255 255);
    -webkit-box-shadow: 0 5px 25px rgb(255 255 255 / 15%);
            box-shadow: 0 5px 25px rgb(255 255 255 / 15%);
    z-index: 1020;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	position: absolute;
    width: 100vw;
}
header.darkHeader{
	background: #fff;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	position: fixed;
    -webkit-box-shadow: 0 5px 25px -5px rgb(0 0 0 / 35%);
            box-shadow: 0 5px 25px -5px rgb(0 0 0 / 35%);
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}
@-webkit-keyframes fadeInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		        transform: translate3d(0,-100%,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes fadeInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		        transform: translate3d(0,-100%,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.navbar-brand img{
	width: 210px;
}
/*.darkHeader .navbar-brand img{*/
/*	width: 170px;*/
/*}*/

.navbar{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.navbar-nav{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	color: #fff;
}
.navbar-nav .nav-link{
	color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    padding: 37px 5px;
	/* transition: all .25s ease; */
	text-transform: uppercase;
	position: relative;
	display: block;
}
.navbar-nav .active .nav-link,.navbar-nav .nav-link:hover{
	color: #99cc33;
	font-weight: 600;
}

.darkHeader .nav-link{
    border-bottom: 3px solid transparent;
	color: rgb(39 45 26);
	padding: 32px 5px;
    font-weight: 600;
	/* transition: all .25s ease; */
}
.dropdown {
	position: relative;
  }
.dropbtn{
	position: relative;
}
.dropbtn::after{
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -14px;	
	-webkit-transition: all .3s;	
	-o-transition: all .3s;	
	transition: all .3s;
}
.darkHeader .dropbtn::after{
	top: unset;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/* top: 150px; */
}
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
  }
  
  .dropdown-content a:hover {
	background-color: #1e4b48;
    color: #fff;
	}
  
  .dropdown:hover .dropdown-content {
	display: block;
	/* top:100%; */
  }
  .dropdown:hover .dropbtn::after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
  }
.darkHeader .active .nav-link,
.darkHeader .nav-link:hover{
	color: #2a7570;
	border-bottom: 3px solid;
	/* transition: all .25s ease;	 */
	/* transition: unset; */
}
video{
	width: 100%;
    height: 100%;
	position: relative;
	z-index: 1;
}
#hero-section{
	height: calc(100vh - 98px);
    overflow: hidden;
    position: relative;
    background-size: cover;
    top: 98px;
    margin-bottom: 98px;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hero-btn{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    padding: 13px 40px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #99cc33;
    background: #99cc33;
    color: #fff;
    border-radius: 0;
    display: block;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero-btn::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.swiper-slide.swiper-slide-active .hero-btn{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .7s;
	        animation-delay: .7s;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	}
	@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
	} 
:root {
    --swiper-navigation-size: 28px;
}
.hero-btn:hover{
	color: #99cc33;
}
.hero-btn:hover.hero-btn::before{
	left: 0%;
}
.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{
	color: #99cc33;
    background: #00000075;
    width: 30px;
	height: 80px;
    opacity: 0.7;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover{
	opacity: 1;
	-webkit-box-shadow: 0 0 3px #9acd36;
	        box-shadow: 0 0 3px #9acd36;
}
.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .7;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#9acd36;
	opacity: 1;
}
.hero-text-div h3{
	font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px #1e4b48, 3px 3px #000000a1;
    background: #00000047;
    padding: 5px 10px;
    color: #99cc33;
    -webkit-box-shadow: 0 0 2px #9c3;
            box-shadow: 0 0 2px #9c3;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.hero-text-div{
	position: absolute;
    color: #fff;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 50px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.hero-text-div::after{
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
}
.hero-text-div span{
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.hero-text-div h1{
	font-size: 50px;
    background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(189, 189, 189));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	line-height: 55px;
	width: 55%;
}
.swiper-slide.swiper-slide-active .fadeup{
	width: 100%;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		}
}
	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	} 
  
.right-childinner-wrapper-img{
	width: 80px;
    height: 80px;
    background-color: #1b4845;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -40px;
    left: 10px;
    border-radius: 100%;
}
.right-childinner-wrapper-img svg{
	width: 40px;
    height: 40px;
    color: #fff;
    stroke-width: .5px;
    stroke: #000000;
}
.right-childinner-wrapper-text{
	position: relative;	
}
.right-childinner-wrapper-text h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: .6px;
}
.right-childinner-wrapper-text P{
	margin-bottom: 0px;
	font-size: 14px;
	color: #c5c5c5;
}
.service-section-right-inner-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 50px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 40px;
}
.service-section-right-childinner-wrapper{
	position: relative;
    border: 2px solid #9e9e9e;
    padding: 50px 10px 20px;
	width: 29.1%;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	cursor: pointer;
}
.service-section-right-childinner-wrapper:hover{
	border-color: rgb(221, 221, 221);
}
.gallery-div .swiper-slide{
    margin-bottom: 60px;
}
.gallery-div .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: unset;
    background: #acd857;
    padding: 0 10px;
}
/* 
===========================================
------------- About Section--------------
===========================================
*/
#abt-sec{
	position: relative;
	/* height: 100vh; */
	width: 100vw;
	padding: 4rem 0;
}
.abt-sec{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.abt-secheading-wrapper{
	position: relative;
	width:55%;
}
.abt-secheading-wrapper h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    color: #282828;
    text-transform: uppercase;
    text-align: left;
}
.abt-secheading-wrapper h3::before{
    position: absolute;
    content: 'Gayath';
    color: #99cc33;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -20px;
    bottom: 20px;
}
.abt-secheading-wrapper h4{
	text-align: left;
    margin-bottom: 10px;
}
.abt-secheading-wrapper p{
	position: relative;
    margin: auto;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #636363;
    font-size: 18px;
}
.abt_sec_youtube_wrapper{
    position:relative;
    width:45%;
    padding-left:20px;
}
.abt_sec_youtube_wrapper iframe{
    position:relative;
    width:100%;
    height: 300px;
    -webkit-box-shadow:0 10px 15px -8px rgba(0,0,0,0.15);
            box-shadow:0 10px 15px -8px rgba(0,0,0,0.15);
}
.abt-sec-outer-wrapper{
	color: rgb(0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.abt-sec-left-wrapper{
	position: relative;
	width: 60%;
	padding-right: 30px;
}
.abt-sec-right-wrapper{
	position: relative;
	width: 40%;

}

@-webkit-keyframes zoombg{
	0%,100%{
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	50%{
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes zoombg{
	0%,100%{
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	50%{
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
.abt-sec-left-wrapper h3{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
	color: #282828;
}
.abt-sec-left-wrapper h3::before{
	position: absolute;
    content: 'Gayath';
    color: #99cc33;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate(
-90deg);
        -ms-transform: rotate(
-90deg);
            transform: rotate(
-90deg);
    left: -25px;
    bottom: 20px;
}
.abt-sec-left-wrapper h4{
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: .6px;
	color: #000000;
    font-size: 18px;
}
.abt-sec-left-wrapper h6{
	margin: 10px 0 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
	color: #000000;
}
.abt-sec-left-wrapper ul{
	list-style: none;
	color: #000000;
    padding-left: 30px;
    position: relative;
}
.abt-sec-left-wrapper ul li{
	margin-bottom: 5px;
	position: relative;
	font-size: 15px;
	line-height: 24px;
}
.abt-sec-left-wrapper ul li::before{
	position: absolute;
    content: '';
    background-image: url(../images/icons/logo-li.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    left: -26px;
	top: 6px;
}
.abt-sec-left-wrapper ul li::after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
    border: 1px solid #99cc33;
	border-radius: 100%;
	left: -30px;
	top: 1px;
}
.abt-sec-right-icon-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.abt-sec-right-icon{
	padding: 10px;
    text-align: center;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.abt-sec-right-icon{
	position: relative;
}
.abt-sec-right-icon img{
	width: 80px;
}
.abt-sec-right-icon h3{
	font-size: 24px;
	font-weight: 600;
	color: #646464;
}
.abt-sec-right-icon h3 span{
	font-size: 16px;
	font-weight:400;
	letter-spacing: .6px;
	font-variant-caps: all-petite-caps;
} 

/* 
===========================================
------------- End About Section--------------
===========================================
*/
/* 
===========================================
------------- Service Section--------------
===========================================
*/
#service-section{
	position: relative;
	width: 100vw;
	padding: 4rem 0 2rem;
	z-index: 1;
}
/* #service-section::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	inset: 0;
	opacity: 0.7;
	background: #1e4a47;
} */
#service-section::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	inset: 0;
	background-image: url(../images/backdrops/service.png);
	background-size: cover;
    background-position: inherit;
	opacity: 1;
	z-index: -1;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
  }
.icon-long-arrow-right {
	width: 0.9638671875em;
}
.service-section-outer-wrapper{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}
.service-section-left-wrapper{
	width: 30%;
	position: relative;
	width: 30%;
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: start;
    -ms-flex-line-pack: center;
        align-content: center;
	height: 392px;
}
.service-section-right-wrapper{
	width: 70%;
	position: relative;
	padding-left: 50px;
}
.service-section-left-wrapper h3{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    color: #ffffff;
}
.service-section-left-wrapper h3::after{
    position: absolute;
    content: 'Gayath';
    color: #99cc33;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate( 
-90deg);
        -ms-transform: rotate( 
-90deg);
            transform: rotate( 
-90deg);
    left: -25px;
    bottom: 20px;
}
.service-section-left-wrapper p{
	text-align: left;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: .6px;
    color: #c4c4c4;
    font-size: 18px;
	margin-bottom: 16px;
}
.service-section-left-wrapper a{
    position: relative;
	background: #99cc33;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    padding: 7.5px 12px;
}

/* 
===========================================
------------- End Service Section--------------
===========================================
*/
#details-div{
	position: relative;
	padding: 4rem 0;
}
.details-div-outer{
	/* max-width: 1000px; */
	position: relative;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.details-div-outer>*{
    /* width: 32%; */
	width: 24%;
    background-color: #616688;
    height: 200px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	gap: 20px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 35%);
	        box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 35%);
	background-image: url(../images/details-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.details-div-inner .icon{
	width: 70px;
	height: 70px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.details-div-inner:hover{
	cursor: pointer;
}
.details-div-inner:hover .icon{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.details-div-outer .details-div-inner::before{
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	isolation: isolate;
	z-index: -1;
}
.details-div-outer .details-div-inner:nth-child(1)::before{
	background-image: -o-linear-gradient(bottom,#a7ebff,rgb(51 51 51));
	background-image: -webkit-gradient(linear,left bottom, left top,from(#a7ebff),to(rgb(51 51 51)));
	background-image: linear-gradient(0deg,#a7ebff,rgb(51 51 51));
	opacity: .8;
}
.details-div-outer .details-div-inner:nth-child(2)::before{
	background-color: rgb(216 145 78);
	background-image: -o-linear-gradient(bottom,rgb(150 109 70),rgb(51 51 51));
	background-image: -webkit-gradient(linear,left bottom, left top,from(rgb(150 109 70)),to(rgb(51 51 51)));
	background-image: linear-gradient(0deg,rgb(150 109 70),rgb(51 51 51));
	opacity: .8;
}
.details-div-outer .details-div-inner:nth-child(3)::before{
	background-color: rgb(25 94 117);
	background-image: -o-linear-gradient(bottom,rgb(25 94 117),rgb(51 51 51));
	background-image: -webkit-gradient(linear,left bottom, left top,from(rgb(25 94 117)),to(rgb(51 51 51)));
	background-image: linear-gradient(0deg,rgb(25 94 117),rgb(51 51 51));
	opacity: .8;
}
.details-div-outer .details-div-inner:nth-child(4)::before{
	background-color:#27514f;
	background-image: -o-linear-gradient(bottom,#27514f,rgb(51 51 51));
	background-image: -webkit-gradient(linear,left bottom, left top,from(#27514f),to(rgb(51 51 51)));
	background-image: linear-gradient(0deg,#27514f,rgb(51 51 51));
	opacity: .8;
}
/* Footer */
footer{
	background-color: #0d1b1a;
	color: #fff;
	padding: 4rem 0 2rem;	
	width: 100vw;
	position: relative;
	z-index: 3;
}
.footer-inner-wrapper-1st{
	position: relative;
	padding-right: 60px;
	width: 30%;
}
.footer-inner-wrapper-1st img{
	width: 170px;
	margin-bottom: 15px;
}
.footer-inner-wrapper-1st p{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .6px;
	color: #c4c4c4;
}
.footer-inner-wrapper-1st ul ,.contact-details ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    list-style: none;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
	margin-top: 20px;
}
.footer-inner-wrapper-1st ul svg,.contact-details ul svg{
	width: 25px;
    height: 25px;
	-webkit-filter: contrast(0);
	        filter: contrast(0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer-inner-wrapper-1st ul svg:hover,.contact-details ul svg:hover{
	-webkit-filter: contrast(1);
	        filter: contrast(1);
}
.footer-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 15px;
}
.footer-heading{
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 2px solid #141d03;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
}
.footer-inner-wrapper-2nd{
	width: 40%;
	padding: 0 30px;
	position: relative;
}
.footer-inner-wrapper-2nd-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    gap:60px;
}
.footer-inner-wrapper-2nd-inner ul{
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.footer-inner-wrapper-2nd-inner ul li{
	margin-bottom: 10px;
	position: relative;
}
.footer-inner-wrapper-2nd-inner ul li::before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #1e4a47;
	top: 10px;
	left: -20px;
}
.footer-inner-wrapper-2nd-inner ul a{
	color: #c4c4c4;
    -webkit-transition:background-size .2s linear,color .2s;
    -o-transition:background-size .2s linear,color .2s;
    transition:background-size .2s linear,color .2s;
    background: -o-linear-gradient(left,#1e4a47,#99cc33 100%);
    background: -webkit-gradient(linear,left top, right top,from(#1e4a47),to(#99cc33));
    background: linear-gradient(90deg,#1e4a47,#99cc33 100%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: bottom;	
	line-height: 24px;
	padding-bottom: 4px;
}
.footer-inner-wrapper-2nd-inner ul a:hover{
	background-size:100% 2px;
	color: #fff;
}
.footer-inner-wrapper-3rd{
	width: 30%;
    padding: 0 0 0 40px;
    position: relative;
	color: #c4c4c4;
}
.footer-inner-wrapper-3rd p{
	font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
    color: #c4c4c4;
}
.footer-inner-wrapper-3rd ul{
	list-style: none;
	padding-left: 25px;
}
.footer-inner-wrapper-3rd ul li{
	margin-bottom: 5px;
	position: relative;
}
.footer-inner-wrapper-3rd ul li::before{
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(../images/icons/phone.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -25px;
	top: 3px;
}
.footer-inner-wrapper-3rd ul li:last-child:before{
	background-image: url(../images/icons/email.png);
}
.sub-footer{
	padding: 1rem 0;
	background-image: -o-linear-gradient(45deg,#435818,#435818);
	background-image: linear-gradient(45deg,#435818,#435818);
    width: 100vw;
    color: #fff;
    text-align: center;
	border-top: 1px solid #2e2e2e;
}
.sub-footer span{
	letter-spacing: .6px;
    font-size: 17px;
    font-weight: 200;
}
/* End Footer */
/* ===========================
--------partner section------- 
=============================*/

#partner-section{
	position: relative;
	padding: 4rem 0 2rem;
}
.partner-section-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.partner-section-outer-wrapper .partner-section-inner-left{
	width: 25%;
	position: relative;
	padding-right: 20px;
}
.partner-section-outer-wrapper .partner-section-inner-left h3{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    color: #282828;
    text-transform: uppercase;
}
.partner-section-outer-wrapper .partner-section-inner-left h3::before{
	position: absolute;
    content: 'Gayath';
    color: #99cc33;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -25px;
    bottom: 20px;
}
.partner-section-outer-wrapper .partner-section-inner-right{
	width: 75%;
	position: relative;
	padding-left: 20px;
	overflow: hidden;
}

.swiper-slide .partner-section-inner-slider img{
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: 100px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.swiper-slide.swiper-slide-active .partner-section-inner-slider img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	/* filter: unset; */
}
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
/* Product gallery */
.tab {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
	position: relative;
	top: -2px;
	margin-bottom: 15px;
}
.product-gallery-heading{
	position: relative;
	padding-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
}
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    /* transition: 0.1s; */
    font-size: 17px;
	border-top: 2px solid transparent;
}
.tab button:hover {
	border-top: 2px solid #99cc33;
}
.tab button.active {
	border-top: 2px solid #99cc33;
    color: #1e4b48;
}
.tab button svg{
	position: relative;
	top: 3px;
	width: 20px;
	height: 20px;
}
.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	        animation: fadeEffect 1s;
}
.tabcontent img{
	width: 100%;
	height: 200px;
	-o-object-fit: contain;
	   object-fit: contain;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.tabcontent img:hover{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	        box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.tabcontent.active {
	display: block
} 
@-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
} 
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
#product-gallery{
	padding: 2rem 0 2rem;
	position: relative;
	overflow: hidden;
	background-color: #f2ffef;
}
.product-gallery{
	position: relative;
	z-index: 2;
}
.product-gallery-heading h3{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
    text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	padding-bottom: 5px;
    text-transform: uppercase;
}
.product-gallery-heading p{
    line-height: 24px;
    position: relative;
    color: #282828;
    text-align: center;
	width: 60%;
	margin: auto;
	margin-bottom: 5px;
}
.tab-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tab-outer-wrapper>*{
	position: relative;
    width: 24.37%;
}
/* Blog Section */
#blog-section{
	padding: 4rem 0 3rem;
    width: 100vw;
    position: relative;
	background-color: #f2ffef;
}
.blog-section-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	gap: 20px;
}
.blog-section-outer-wrapper>*{
    width: 23.7%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px -5px rgb(30 74 71 / 50%);
            box-shadow: 0 5px 20px -5px rgb(30 74 71 / 50%);
}
.blog-section-inner-wrapper:hover .blog-section-inner-wrapper-img img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.blog-section-inner-wrapper-img{
	position: relative;
	overflow: hidden;
	height: 170px;
	margin-bottom: 5px;
}
.blog-section-inner-wrapper-img img{
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-section-inner-wrapper-text-wrapper{
	padding: 10px;
}
.blog-section-inner-wrapper-details{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.blog-section-inner-wrapper-details svg{ 
	width: 14px;
	height: 14px;
	color: #99cc33;
	position: relative;
	top: 2px;
}
.blog-section-inner-wrapper-details span{
	font-size: 15px;
    font-weight: 600;
    color: #646464;
}
.blog-section-inner-wrapper-text{
	position: relative;
    /* padding: 10px 0; */
}
.blog-section-inner-wrapper-text h4{
	font-weight: 600;
    color: #545454;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
}
.blog-section-inner-wrapper-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    overflow: hidden;
    line-height: 22px;
    color: #383838;
}
.blog-section-inner-wrapper-text a{
	font-size: 15px;
	color: #9c3;
	letter-spacing: .5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-section-inner-wrapper-text a svg{
	position: relative;
	top: 2px;
}
.readmore-blog-btn:hover {
	margin-left: 10px;
}
.blog-section-heading h3{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    color: #000;
	text-align: center;
	margin-bottom: 20px;
    text-transform: uppercase;
}

/* End Blog section */
.view-gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
}
.view-gallery svg{
	width: 22px;
	height: 22px;
	position: relative;
	top: 3px;
}
.map-heading{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
    padding-top: 50px;
    text-transform: uppercase;
}
.map_img{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.map_img img{
	max-width: 900px;
}
.chat-icon{
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
}
.chat-icon img{
	width: 45px;
}
.product-backdrop-gallery{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.1;
	z-index: 1;
}
/* Product New Section */
#prod-sec{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: start;*/
	/*    -ms-flex-pack: start;*/
	/*        justify-content: flex-start;*/
	/*-webkit-box-align: start;*/
	/*    -ms-flex-align: start;*/
	/*        align-items: flex-start;*/
	-webkit-box-flex: 50%;
	    -ms-flex: 50%;
	        flex: 50%;
	width: 100vw;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#prod-sec>*{
	width: 50%;
}
.prod-sec-inner-left-top{
	background-image: url(../images/prod-img1.jpg);
	background-size: cover;
}
.prod-sec-inner-right-top{
	padding: 8rem 6rem;
	/* background-color: #1e4a47; */
	color: #fff;
	position: relative;
	z-index: 1;
}
.prod-sec-inner-right-top::before{
	position: absolute;
	content: '';
	background-image: url(../images/backdrops/servicebg.png);
	height: 100%;
	width: 100%;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.prod-sec-inner-right-top h6{
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10;
}
.prod-sec-inner-right-top h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    text-transform: uppercase;
}
.prod-sec-inner-right-top p{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
	margin-bottom: 20px;
}

.prod-sec-inner-bottom-left{
	padding:8rem 6rem;
	background-color: #fff;
	color: #000;
}
.prod-sec-inner-bottom-left h6{
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10;
}
.prod-sec-inner-bottom-left h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    text-transform: uppercase;
}
.prod-sec-inner-bottom-left p{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
	margin-bottom: 20px;
}
.prod-sec-inner-bottom-right{
	background-image: url(../images/prod-img2.jpg);
	background-size: cover;
}
/* End Product New Section */

/* Breadcrumb Section */
.breadcrumb-section{
	background-image: url(../images/backdrops/service.png);
	padding: 2rem 0;
	position: relative;
	top: 98px;
	margin-bottom: 98px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.breadcrumb-section::before{
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
}
.breadcrumb-section-inner{
	height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.breadcrumb-section-inner h1{
	font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e4b48;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.breadcrumb-section-inner h1::before{
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #99cc33;
    bottom: -5px;
    left: 49%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.breadcrumb-section-inner ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	gap: 20px;
	margin-top: 10px;
}
.breadcrumb-section-inner ul li:first-child a{
	color: #99cc33;
}
.breadcrumb-section-inner ul li:first-child{
	position: relative;
}
.breadcrumb-section-inner ul li:first-child::before{
	position: absolute;
	content: '';
	height: 80%;
	width: 1.5px;
	right: -10px;
	top: 3px;
	background-color: #99cc33;
	-webkit-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	        transform: rotate(10deg);
}
.breadcrumb-section-inner ul li a{
	color: #fff;
}
/* End Breadcrumb Section */
/* About Section */
#about-section{
	padding: 2rem 0 3rem;
	background-color: #f2ffef;
	color: #000;
}
.about-section-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.about-section-outer>*{
	width: 50%;
}
.about-section-inner p{
    padding: 30px;
    background: #fff;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	margin-bottom: 0;
}
.about-section-inner:hover{
	-webkit-box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
	        box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
}
.about-section-inner{
    	margin-bottom: 20px;
}
.about-section-outer.about-section-outer-even .about-section-inner{
	margin-left: 60px;
	position: relative;
}
.about-section-outer.about-section-outer-even::before{
	height: 100%;
	width: 1px;
	position: absolute;
	content: '';
	left: 50%;
	background-color: #c9c9c9;
	top: 0;
}
.about-section-outer.about-section-outer-even::after{
	height: 15px;
	width: 15px;
	position: absolute;
	content: '';	
	left: 50%;
	background-color: #9c3;
	top: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-radius: 50%;
}
.about-section-outer.about-section-outer-odd .about-section-inner{
	margin-right: 60px;
	position: relative;
}
.about-section-outer-odd,.about-section-outer-even{
	position: relative;
}
.about-section-outer.about-section-outer-odd::before{
	height: 100%;
	width: 1px;
	position: absolute;
	content: '';
	right: calc(50% - 1px);
	background-color: #c9c9c9;
	top: 0;
}
.about-section-outer.about-section-outer-odd::after{
	height: 15px;
    width: 15px;
    position: absolute;
    content: '';
	right: calc(50% - 8px);
    background-color: #9c3;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
}
.about-section-outer.about-section-outer-even .about-section-inner::after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 17px 0 17px;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 50px;
    left: -18px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.about-section-outer.about-section-outer-odd .about-section-inner::after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 17px 0 17px;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 30px;
    right: -18px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.about-section-outer.about-section-outer-even .achieved-year{
	position: absolute;
    top: 45px;
    left: -20%;
    padding: 5px 10px;
    background: #1e4b48;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
            box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    color: #fff;
}
.about-section-outer.about-section-outer-odd .achieved-year{
	position: absolute;
    top: 25px;
    right: -20%;
    padding: 5px 10px;
    background: #1e4b48;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
            box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    color: #fff;
}
#abt-overview{
	position: relative;
    padding: 4rem 0;
    z-index: 1;
}
.abt-overview-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.abt-overview-outer>*{
	width: 100%;
	padding: 0 1rem;
}
.abt-overview-left-wrapper h3{
	font-size: 30px;
	line-height: 38px;
    font-weight: 600;
    position: relative;
	padding-left: 20px;
    color: #282828;
    text-transform: uppercase;
}
.abt-overview-left-wrapper p{
	font-size: 15px;
    text-align: justify;
    line-height: 24px;
    color: #000;
}
.abt-overview-left-wrapper h3::before{
	position: absolute;
    content: 'Gayath';
    color: #99cc33;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -25px;
    bottom: 20px;
}
.abt-overview-right-wrapper iframe{
	width: 100%;
    height: 400px;
	margin-top: 10px;
}
.ceo-desk-section-inner-wrapper-img img{
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1;
    background-color: #f2ffef;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%), 0px -6px 10px rgb(209 255 198 / 37%), 0px 6px 10px rgb(31 76 73 / 25%);
	        box-shadow: 0 0 20px rgb(0 0 0 / 10%), 0px -6px 10px rgb(209 255 198 / 37%), 0px 6px 10px rgb(31 76 73 / 25%);
}
.ceo-desk-section-inner-wrapper{
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.ceo-desk-section-inner-wrapper-text{
	width: 50%;
    padding: 8rem 6rem;
}
.ceo-desk-section-inner-wrapper-img{
	width: 50%;
	background-image: url(../images/ceogayath.jpg);
    background-size: cover;
    background-position: right;
}
.ceo-desk-section-inner-wrapper-text h4{
	font-size: 15px;
    color: #99cc33;
    line-height: 24px;
}
.ceo-desk-section-inner-wrapper-text h3{
	font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1e4b48;
}
.ceo-desk-section-inner-wrapper-text h3 span{
	font-size: 18px;
    font-weight: 500;
    position: relative;
    bottom: 2px;

}
.ceo-desk-section-inner-wrapper-text  p{
	font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}
#ceo-desk-section{
    position: relative;
    background: #fff;
}
#mision-vision-section{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#mision-vision-section>*{
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#mision-vision-section>* h3{
	font-size: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
}
#mision-vision-section>* p{
	line-height: 24px;
	text-align: justify;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 20px;
}
.mision-vision-section-top-left{
	background-image: url(../images/G1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
.mision-vision-section-middle-right{
	background-image: url(../images/G4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
.mision-vision-section-bottom-left{
	background-image: url(../images/G2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
.mision-vision-section-mostbottom-right{
	background-image: url(../images/quality.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	-webkit-box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
	        box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
}
.mision-vision-section-top-right{
	background: #6e991a;
	padding: 8rem 6rem;
	color: #fff;
	-webkit-box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
	        box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
}
.mision-vision-section-bottom-right{
	background: #1b4845;
	padding:6rem 6rem;
	color: #fff;
	z-index: 3;
}
.mision-vision-section-middle-left{
	background: #fff;
	padding: 8rem 6rem;
	color: #000;
	-webkit-box-shadow: 12px 2px 20px 0px rgb(0 0 0 / 20%);
	        box-shadow: 12px 2px 20px 0px rgb(0 0 0 / 20%);
    z-index: 2;
}
.mision-vision-section-middle-left ul{
	padding-left: 20px;
    list-style-type: disclosure-closed;
}
.mision-vision-section-middle-left ul li{
	position: relative;
    margin-bottom: 10px;
	line-height: 24px;
    text-align: justify;
    font-weight: 300;
    font-size: 15px;
}
.mision-vision-section-bottom-right ul{
	position: relative;
	margin-top: 15px;
	padding-left: 20px;
    list-style-type: disclosure-closed;
}
.mision-vision-section-bottom-right ul.unstyled{
    list-style: none;
    padding-left: 0;
}
.mision-vision-section-bottom-right ul.unstyled li::first-letter{
    font-size: 150%;
    color: #99cc33;
    margin-right: 2px;
    font-weight: 600;
}
.mision-vision-section-bottom-right ul li{
	position: inherit;
	margin-bottom: 10px;
	line-height: 24px;
    text-align: justify;
    font-weight: 300;
    font-size: 15px;
}
.mision-vision-section-top-right-top {
    padding: 6rem 6rem;
    background: #1b4845;
    color: #fff;
    -webkit-box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: -11px 2px 20px 0px rgb(0 0 0 / 20%);
}
.mision-vision-section-top-right-top ul{
	list-style-type: disclosure-closed;
    padding-left: 25px;
}
.mision-vision-section-top-right-top ul li{
	position: inherit;
	margin-bottom: 10px;
	line-height: 24px;
    text-align: justify;
    font-weight: 300;
    font-size: 15px;
}
.mision-vision-section-top-left-top{
	background-image: url(../images/G3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
/* .mision-vision-section-bottom-right ul li::first-letter{
    color: #9c3;
    font-size: 18px;
    font-weight: 600;
    margin-right: 1px;
} */
.about-section-heading h3{
	font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.about-section-heading p{
	line-height: 24px;
    position: relative;
    color: #282828;
    text-align: center;
    /* width: 60%; */
    margin: auto;
    padding: 0 1rem;
    margin-bottom: 25px;
}
.mision-vision-section-mostbottom-left{
	padding: 8rem 6rem;
}
/* End About Section */
/* Industry Section */
#industry-section{
	padding: 4rem 0 2rem;
	position: relative;
}
.industry-section-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.industry-section-outer>*{
	width: 33.33333%;
	padding: 0 1rem;
	margin-bottom: 15px;
}
.industry-section-inner-wrapper-img{
	height: 250px;
    overflow: hidden;
}
.industry-section-inner-wrapper-img img{
	height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.industry-section-inner-wrapper-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 0px;
	gap: 20px;
}
.industry-section-inner-wrapper-text img{
	width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 100%;
    background: #edfeff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.industry-section-inner-wrapper:hover .industry-section-inner-wrapper-img img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
} 
.industry-section-inner-wrapper:hover .industry-section-inner-wrapper-text img{
	padding: 13px;
} 
.industry-section-inner-wrapper-text h3{
	margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
/* End Industry Section */
/* industry Details */
#industry-details{
	position: relative;
	padding: 4rem 0;
}
.industry-details-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.industry-details-left-outer-wrapper{
	position: relative;
	width: 22%;
	padding: 0 1rem;
}
.industry-details-right-outer-wrapper{
	position: relative;
	width: 100%;
	padding: 0 1rem;
}
.industry-details-left-outer-wrapper ul {
	position: relative;
	list-style: none;
	-webkit-box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
	        box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
}
.industry-details-left-outer-wrapper ul li .idl-href{
	padding: 10px 10px;
	width: 100%;
	cursor: pointer;
	display: block;
	background-color: #f6ffe2;
	border-bottom: 1px solid rgb(206, 206, 206);
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 1;
	overflow: hidden;
	font-size: 15px;
}
.industry-details-left-outer-wrapper ul li .idl-href::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	left: -100%;
	background-color: #1e4b48;
	z-index: -1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.industry-details-left-outer-wrapper ul li .idl-href:hover{
	color: #fff;
}
.idl-href:hover.idl-href::after{
    left: 0%;
}
.idl-href.active{
	color: #fff;
}
.idl-href.active.idl-href::after{
    left: 0%;
}
.idl-heading h3 span{
	font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #1e4b48;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.idl-heading h3{
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.industry-details-right-inner-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
}
.industry-details-right-inner-wrapper>*{
	width: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.industry-details-right-inner-right-container p{
	font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    text-align: justify;
}
.industry-details-right-inner-right-container ul{
	list-style: none;
}
.industry-details-right-inner-right-container ul span{
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
	font-weight: 600;
	color: #1e4a47;
}
.industry-details-right-inner-right-container ul li{
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}
.industry-details-right-inner-right-container ul li::before{
	position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #1e4a47;
    top: 10px;
    left: 0px;
}
/* End industry Details */
/* Product Section */
#prod-sect{
	padding: 4rem 0;
	position: relative;
}
.prod-sec-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.prod-sec-outer-wrapper .taba{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	top: 0;
	margin: 0;
    -webkit-box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
            box-shadow: 0 10px 20px -5px rgb(0 0 0 / 20%);
}
.prod-sec-outer-wrapper .tab button.active {
    border-top: unset;
    color: #ffffff;
	background-color: #1e4b48;
}
.prod-sec-outer-wrapper .tab button:hover {
    border-top: unset;
}
.prod-sec-outer-wrapper .tab button{
	width: 100%;
	font-size: 15px;
	padding: 10px 10px;
	border-top: unset;
	text-align: left;
	background-color: #f6ffe2;
}
.prod-sec-outer-wrapper .taba a{
	width: 100%;
	font-size: 15px;
	padding: 6px 10px;
	border-top: unset;
	text-align: left;
	background-color: #f6ffe2;
	display: block;
    text-transform: capitalize;

}
.prod-sec-outer-wrapper .taba a.active {
    border-top: unset;
    color: #ffffff;
	background-color: #1e4b48;
}
.prod-sec-left-wrapper{
	width: 23%;
	padding: 0 1rem;
	position: sticky;
    top: 150px;
}
.prod-sec-right-wrapper{
	width: 77%;
    padding: 0 1rem;
    -webkit-box-shadow: -4px 1px 20px -2px rgb(0 0 0 / 20%);
            box-shadow: -4px 1px 20px -2px rgb(0 0 0 / 20%);
    background-color: #b4d9d629;
}
.prod-sec-outer-wrapper .tab-outer-wrapper>* {
    width: 100%;
}
.prod-sec-outer-wrapper .tab button svg {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
}
/* End Product Section */
/* Client section */
#client-section{
	padding: 4rem 0;
	position: relative;
}
.client-section-outer-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
}
.client-section-outer-wrapper>*{
	padding: 0 1rem;
	width: 18.93%;
}
.client-section-img-wrapper{
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	        box-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-align: center;
}
.client-section-img-wrapper::before{
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity:0 ;
	z-index: 1;
}
.client-section-img-wrapper img{
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
    height: 150px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.client-section-img-wrapper:hover.client-section-img-wrapper::before{
	opacity:1;
}
.client-section-img-wrapper:hover.client-section-img-wrapper img{
	-webkit-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
}
/* End Client Section */
/* Contact Section */
#contact-section{
	position: relative;
	padding: 4rem 0;
}
.contact-section-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
	        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
}
.contact-section-form-wrapper{
	 width: 65%;
	 position: relative;
	 background-color: #fff;
	 padding: 30px 20px;
}
.contact-section-address-wrapper{
	position: relative;
	width: 35%;
	background-color: #f2ffef;
	padding: 30px 30px;
}
.contact-section-heading h3{
	font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
	text-transform: uppercase;
}
.contact-section-heading p{
	letter-spacing: .6px;
    line-height: 24px;
    font-size: 14px;
    color: #646464;
    margin-bottom: 15px;
}
.contact-section-heading p a{
	font-style: italic;
}
.contact-section-heading p a:hover{
	color: #6e991a;
}
.form-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.from-group{
	width: 48.5%;
	margin-bottom: 20px;
}
.form-control{
	outline: none;
	height: 40px;
	width: 100%;
	padding-left: 20px;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 5px;
}
.form-control:focus,
.form-control:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	        box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border: 1px solid #c2c2c2;
}
.from-group.width-full{
	width: 100%;
}
.from-group.width-full textarea{
	padding-top: 20px;
	height: 100px;
}
.contact-details{
	margin-bottom: 20px;
}
.contact-details h3{
	font-size: 20px;
    color: #1e4b48;
    font-weight: 600;
    padding-bottom: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #dfdfdf;
}
.contact-details p{
	font-size: 15px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}
.contact-details span {
	display:block;
	font-size: 15px;
}
.contact-details span a{
	color: #3a5406;
}
/* End Contact Section */
#google-map{
	position: relative;
	padding-bottom: 4rem;
}
#google-map iframe{
	width: 100%;
	height: 400px;
}

/* Machinery Section */
#machinery-section{
	position: relative;
	padding: 4rem 0 3rem;
}
.machinery-section-inner-section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	margin-bottom: 1rem;
}
.machinery-section-inner-section>*{
	width: 50%;
	padding: 0 1rem;
}
.machinery-section-inner-right-section h5{
	color: #fff;
    background: #86b840;
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
table, td, th {
	border: 1px solid rgb(255, 255, 255);
	border-left: unset;
	border-right: unset;
	font-size: 15px;
  }
.table{
	border-collapse: collapse;
    border-spacing: 0;
    background: #d5e3cf;
    color: #fff;
    font-size: 12px;
	width: 100%;
	overflow: hidden;
}
.colored .table{
    background: #fcece8;
}

.table tr{
	width: 100%;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.table tbody tr:hover{
	-webkit-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	        transform: scale(1.01);
	-webkit-box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
	        box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
	background: #fff;
	color: #000;
}
.table thead tr{
	background: #86b840;
	border: unset;
	text-align: center;
}
.table thead tr th{
	padding: 10px 0;
}
.table tbody tr td{
	width: 50%;
	padding: 8px 0;
}
.machinery-section-inner-right-section .table tbody tr td{
	width: 33%;
	text-align:center;
    padding: 8px 10px;
}
.table tbody tr td:first-child{
	background-color: #86b840;
	text-align: left;
	padding-left: 30px;
}
.machinery-section-inner-right-section .table tbody tr td:first-child{
	padding-left: 15px;
	text-align:center;
}
.table tbody tr td:last-child{
	text-align: center;
	color: #000;
}
.table tbody tr:nth-child(odd){
	background-color: #c8e2bd;
}
.colored h5 ,.colored h3{background: #ed7d31 !important;}
.colored .table tbody tr:nth-child(odd) {background-color: #f8d7cd;}
.colored .table tbody tr td:first-child ,.colored .table-up thead tr ,.colored .table-up tbody tr td:first-child{background-color: #ed7d31;}
.machinery-section-inner-left-section{
	text-align: center;
}
.machinery-section-inner-left-section img{
	position: sticky;
	top: 100px;
	width: 400px;
}
.prod-sec-right-wrapper .tabcontent img {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	        box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.prod-sec-right-wrapper .tabcontent img:hover{
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	        box-shadow: 0 0 3px rgba(0,0,0,0.7);	
	cursor: pointer;
	background: #1e4b48;
}
/* End Machinery Section */
/* Quality Service */
#quality-sec{
	position: relative;
	padding: 4rem 0 0;
}
.quality-sec-top-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	margin-bottom: 20px;
}
.quality-sec-top-outer>*{
	padding: 0 1rem;
}
.quality-sec-top-outer-left{
	width: 60%;
}
.quality-sec-top-outer-right{
	width: 40%;
}
.quality-sec-top-outer-left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.quality-sec-top-outer-left ul{
    padding-left: 20px;
    list-style-type: disclosure-closed;
    text-align: justify;
	font-size: 15px;
	letter-spacing: .6px;
	margin-bottom: 20px;
}
.quality-sec-top-outer-left h3
{
    font-size: 25px;
	line-height: 35px;
    font-weight: 600;
    position: relative;
    color: #282828;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
    text-transform: uppercase;
	margin: 0;
}
.quality-sec-top-outer-left p
{
	font-size: 15px;
    text-align: justify;
    line-height: 24px;
    color: #000;
	margin-bottom: 20px;
}
.quality-sec-top-outer-right{
	text-align: center;
}
.quality-sec-top-outer-right img{
    -o-object-fit: contain;
       object-fit: contain;
}
#quality-cer{
	position: relative;
	padding-bottom: 3rem;
}
.quality-cer-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
}
.quality-cer-outer>*{
	width: 50%;
	padding: 0 1rem;
}
.quality-cer-right-wrapper .machinery-section-inner-right-section{
	position: sticky;
    top: 110px;
}
.quality-cer h3{
	font-size: 25px;
	line-height: 35px;
    font-weight: 600;
    position: relative;
    color: #282828;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
    text-transform: uppercase;

}
.quality-cer-left-img img{
	padding: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px rgba(0,0,0,0.1);	
	cursor: pointer;
}
/* End Quality Service */


  #photos {
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5%;
	padding: 0 1rem 3rem;
  }
  #photos img {
	width: 100%;
    height: 300px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  #photos img:hover{
	  cursor: pointer;
  }
  #photos .qphotos-outer-wrapper{
      margin-bottom: 15px;
      width: 23.5%;
  }
  #photos .qphotos-outer-wrapper p{
      color:#fff;
      background-color:#86b840;
      margin:0;
      font-size:16px;
      padding:10px;
      text-align:center;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      letter-spacing: .6px;
      height: 68px;
  }
  .photos-heading{
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: #282828;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
	margin-bottom: 30px;
  }
  .table-up-heading{
	color: #fff;
    background: #86b840;
    text-align: center;
    padding: 8px 0;
    margin: 0;
	font-size: 18px;
	position: relative;
    top: 2px;
  }
  .table-up thead {
	  text-align: center;
	  background-color: #86b840;
	  color: #ffffff;
  }
  .table-up thead th{
	font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px;
	width: 11.111%;
  }
  .table-up tbody {
	text-align: center;
  }
  .table-up tbody td {
	font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
 }
 .table-up{
	 overflow: hidden;
 }
 .table-new-outer-wrapper{
	position: relative;
    padding: 0 1rem;
    overflow: hidden;
	margin-bottom: 45px;
 }



 .table-up tr{
	width: 100%;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.table-up tbody tr:hover{
	-webkit-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	        transform: scale(1.01);
	-webkit-box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
	        box-shadow: 0 10px 25px -10px rgba(0,0,0,0.3);
	background: #fff;
	color: #000;
}
.table-up thead tr{
	background: #86b840;
	border: unset;
	text-align: center;
}
.table-up thead tr th{
	padding: 10px 0;
}
.table-up tbody tr td:first-child{
	background-color: #86b840;
	text-align: left;
	padding-left: 30px;
}
.table-up tbody tr td:last-child{
	text-align: center;
	color: #000;
}
.table-up tbody tr:nth-child(odd){
	background-color: #c8e2bd;
}
.colored .table-up tbody tr:nth-child(odd) {
    background-color: #f8d7cd;
}
/* Career section */
#career-section{
	padding: 4rem 0;
	position: relative;
}
.career-section-outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.career-section-outer-left{
	width: 25%;
	padding: 0 1rem;
}
.career-section-outer-right{
	width: 75%;
	padding: 0 1rem;
}
.career-section-outer-left-top{
	padding: 30px 30px 50px;
    color: #fff;
    background: #85be12;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
            box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	position: relative;
	overflow: hidden;
}
.career-section-outer-left-top h4 ,.career-section-outer-left-bottom h4{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.career-section-outer-left-top p ,.career-section-outer-left-bottom p{
	font-size: 17px;
    line-height: 24px;
}
.career-section-outer-left-top img{
	position: absolute;
    z-index: 0;
    bottom: 10px;
    width: 110px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: .5;
}
.career-section-outer-left-bottom{
	padding: 50px 30px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-image: url(../images/eng.jpg);*/
	-webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	color: #fff;
	z-index: 1;
}
.career-section-outer-left-bottom::after{
	position: absolute;
	content: '';
	z-index: -1;
	inset: 0;
	height: 100%;
	width: 100%;
	isolation: isolate;
	background: -webkit-gradient(45deg,#1e4b48,#85be12,#1e4b48);
	background: -o-linear-gradient(45deg,#1e4b48,#85be12,#1e4b48);
	background: linear-gradient(45deg,#1e4b48,#85be12,#1e4b48);
}
.career-section-outer-left-bottom-inner{
	margin-bottom: 10px;
}
.career-section-outer-left-bottom-inner a{
	color: #fff;
    font-size: 14px;
    display: block;
	letter-spacing: .5px;
}
.career-section-outer-left-bottom .hero-btn{
	padding: 7px 20px;
	font-size: 15px;
}
.career-section-outer-right img{
	padding: 10px;
    -webkit-box-shadow: 0 0 10px rgb(30 75 72 / 33%);
            box-shadow: 0 0 10px rgb(30 75 72 / 33%);
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
	margin-bottom: 20px;
}
.career-section-outer-right h3{
	font-size: 25px;
    line-height: normal;
    font-weight: 600;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.career-section-outer-right P{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #000;
	margin-bottom: 20px;
}
.career-section-outer-right ol{
	padding-left: 20px;
    list-style-type: disclosure-closed;
}
.career-section-outer-right ol li{
	margin-bottom: 5px;
}
.career-section-outer-right ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.career-section-outer-right ul li{
	width: 50%;
	margin-bottom: 10px;
    padding:0 15px;
	position: relative;
    position: relative;
    text-transform: capitalize;
}
.career-section-outer-right ul li::after{
	position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #1b4845;
    left: 0px;
    top: 8px;
}
.career-section-outer-right h5{
	font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/* End career section */
/* Menu Toggler */
.menu-toggler-wrapper{
	display: none;
}
#menuToggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	position: relative;
	top: 0px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
	outline: none;
  }
  
  .navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
  }
  
  #menuToggle input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 18px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
  }
  
  #menuToggle span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 26px;
	height: 3px;
	margin-bottom: 7px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	-webkit-transform-origin: 5px 0px;
		-ms-transform-origin: 5px 0px;
			transform-origin: 5px 0px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease,
		-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease,
		-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	-o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease,
		-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }
  
  #menuToggle span:first-child {
	-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
  }
  #menuToggle span:last-child {
	margin-bottom: 0;
  }
  #menuToggle span:nth-last-child(2) {
	-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked~span {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translate(-3px, -1px);
		-ms-transform: rotate(-45deg) translate(-3px, -1px);
			transform: rotate(-45deg) translate(-3px, -1px);
	background: rgb(7, 7, 7);
  }
  
  #menuToggle input:checked~span:nth-last-child(2) {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(-4px, -2px);
		-ms-transform: rotate(45deg) translate(-4px, -2px);
			transform: rotate(45deg) translate(-4px, -2px);
  }
  
  #menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	-webkit-transform: rotate(45deg) translate(-3px, -1px);
		-ms-transform: rotate(45deg) translate(-3px, -1px);
			transform: rotate(45deg) translate(-3px, -1px);
  }
  
  /* end menu toggler */

 .product-tab-outer-content-wrapper{
	position: relative;
    background: #fff;
    margin: 20px 0px;
    padding: 10px;
 }
 .product-tab-outer-heading h3{
	padding-left: 10px;
	border-left: 3px solid #98cb33;
	color: #1e4b48;
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
    margin-bottom: 30px;
 }
 .product-tab-inner-content-wrapper ul{
	padding-left: 35px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
 }
 .product-tab-inner-content-wrapper ul li{position: relative;}
 .product-tab-inner-content-wrapper ul li::before{
	 position: absolute;
	 content: '';
	 width: 20px;
	 height: 20px;
	 left: -35px;
	 background-image: url(../images/icons/prdli.png);
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: center;
 }
 .product-tab-inner-content-wrapper #photos{
	padding: 0;
 }
 #photos-tab{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 15px;
  }
  #photos-tab img{
	  width: 32.1%;
	  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	          box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	  -webkit-transition: all .3s ease;
	  -o-transition: all .3s ease;
	  transition: all .3s ease;
	  cursor: pointer;
  }
  #photos-tab img:hover{
	background: #1b4845;
  }
	.details_tab_text{
		margin: 30px 0 10px;
    	position: relative;
	}
	.details_tab_text h4{
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
	}
	.details_tab_text ol{
		padding-left: 30px;
		list-style-type: disclosure-closed;
	}
	.details_tab_text ol li{
		margin-bottom: 5px;
	}
	.infra-img-outer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.infra-img-outer>*{
		width: 32.47%;	  
		overflow: hidden;
	}
	.infra-img-outer-wrapper{
		position: relative;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		cursor: pointer;
		-webkit-box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
		        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 30%);
		border-radius: 10px;
	}
	.infra-img-outer-wrapper:hover{
		-webkit-box-shadow: 0 15px 20px -5px rgb(0 0 0 / 30%);
		        box-shadow: 0 15px 20px -5px rgb(0 0 0 / 30%);
	}
	.infra-img-outer-wrapper .infra-img1{
		position: absolute;
		left: -100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		-webkit-filter: brightness(0.8);
		        filter: brightness(0.8);
	}
	.infra-img-outer-wrapper .infra-img2{
		position: relative;
		-o-object-fit: cover;
		   object-fit: cover;
		inset: 0;
		-webkit-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		-webkit-filter: brightness(0.8);
		        filter: brightness(0.8);
	}
	.infra-img-outer-wrapper:hover.infra-img-outer-wrapper .infra-img1{
		left: 0%;
	}
	.infra-img-outer-wrapper:hover.infra-img-outer-wrapper .infra-img2{
		left: 100%;
	}
	.industry-details-right-outer-wrapper .details-desc {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .6px;
		text-align: justify;
		margin: 20px 0;
	}
	.infra-img-outer-heading h3{
		color: #1e4b48;
		font-size: 24px;
		line-height: 40px;
		font-weight: 600;
		position: relative;
		text-transform: uppercase;
		margin-top: 35px;
		text-align: center;
	}
	.star{
		color: #fa0000;
	}
	.infra_ul_wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 60px;
	}
	.from-group .eee:checked {
		background-color: #99cc33;
		border-color: #99cc33;
	}
	.machinary_heading h3{
		font-size: 25px;
		line-height: 40px;
		font-weight: 600;
		position: relative;
		padding-left: 20px;
		color: #000000;
		width: 60%;
		margin: auto;
		text-align: center;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.machinary_heading p{
		text-align: center;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
    #industry-details #product-gallery{
        background:unset;
    }
    #industry-details #product-gallery .tab{ 
            border-top: 2px solid #f1f1f1;
    }
    .machinary_Img{
        line-height: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
        padding: 0 1rem 3rem;
    }
    .machinary_Img_inner{
        border: 1px solid #f1f1f1;
        position: relative;
        margin-bottom:20px;
        -webkit-box-shadow: 0 10px 20px -10px rgb(0 0 0 / 30%);
                box-shadow: 0 10px 20px -10px rgb(0 0 0 / 30%);
        display: inline-block;
    }
    .machinary_Img_inner h4{
        width: 100%;
        padding: 10px;
        color: #fff;
        background: #1e4b48;
        line-height: normal;
        text-align: center;
        margin-bottom:0;
    }
    
    
    
 /* Popup Onload */
    .popup_outer{
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgb(0 0 0 /85%);
        width: 100%;
        height: 100%;
        display: none;
    }
    .popup_Wrapper{
        max-width: 700px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
    }
    .popup_leftWrapper{text-align: center;}
    .popup_leftWrapper p{
        font-size: 18px;
        width: 80%;
        margin: 25px auto 0;
    }
    .popup_leftWrapper img:nth-child(1){
        width: 200px;
        height: auto;   
    }
    .popup_leftWrapper img:nth-child(2){
        width:80%;
        height: auto;   
    }
    .popup_innerWrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        padding: 40px 0;
        background: #fff;
        z-index: 1;
    }
    .popup_innerWrapper::before{
        position: absolute;
        width: 100%;
        content: '';
        height: 100%;
        inset: 0;
        background: #fff url(../images/backdrops/service-g.png);
        background-position: bottom;
        z-index: -1;
        opacity: 0.15;
        background-size: cover;
    }
    .popup_innerWrapper>*{
        width: 50%;
    }
    .popup_righttWrapper{
        padding-left: 25px;
        padding-right: 25px;
        border-left: 1px solid #dfdfdf;
        -webkit-box-shadow: -20px 0px 10px -10px rgb(0 0 0 / 3%);
        box-shadow: -20px 0px 10px -10px rgb(0 0 0 / 3%);
    }
    .popup_righttWrapper label{
        font-size: 14px;
    }
    .popup_righttWrapper input{
        padding-left: 10px;
        height: 40px;
        outline: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 8px;
        border-radius: 0;
        border: 1px solid #d3d3d3;
    }
    .popup_righttWrapper .hero-btn{
        font-size: 16px;
        padding: 8px 15px;
        margin-top: 10px;
    }
    .heading h3{
        font-size: 24px;
        line-height: 40px;
        font-weight: 600;
        position: relative;
        color: #282828;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 28px;
    }
    .heading p{
        font-size: 13px;
    }
    .clsoe_popup{
       position: absolute;
        top: 15px;
        right: 20px;
        background: unset;
        border: unset;
        outline: unset;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
                transform: scale(.9);
        cursor: pointer;
        opacity: 0.8;
        padding: 5px;
    }
    .clsoe_popup:hover{
        -webkit-transform: rotate(540deg) scale(1.1);
            -ms-transform: rotate(540deg) scale(1.1);
                transform: rotate(540deg) scale(1.1);
        opacity: 1;
    }
    .clsoe_popup img{width:25px;}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}
#photos-tab.mb img{
    -webkit-box-shadow: unset;
            box-shadow: unset;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
}
#photos-tab.mb {
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#photos-tab.mb img:hover{
    background-color: unset;
}
    /* Popup Onload End */
/*.quick_suc{max-width:300px;width:100%;padding:30px;border-radius:10px;background-color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:9999;box-shadow:0 20px 40px -10px rgb(0 0 0 / 30%);display:none;}*/


.quick_suc {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #000000b3;
    outline: 1px solid #000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: center;
    z-index: 9999;
    display: none;
}
.quick_sucInner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 50px;
    padding-top: 30px;
    -webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
            box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
}
.quick_suc .hero-btn{padding:8px 20px;margin:0 auto;text-transform:capitalize}
.quick_suc h3{font-size:30px;font-family:var(--heading);color: #90c030;;font-weight:700}
.view-image{
    z-index: 1500 !important;
}

#newsEvents_wrapper {
    padding: 4rem 0;
}
#newsEvents_wrapper h3{
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #282828;
    margin: 0px 0 20px;
    text-transform: uppercase;
}
#newsEvents_wrapper .newsEvents_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.33%;
}

#newsEvents_wrapper .newsEvents_gallery .newsEvents_galleryWrapper {
  width: 24%;
  margin-bottom: 20px;
}

#newsEvents_wrapper .newsEvents_gallery .newsEvents_galleryWrapper img {
  height: 250px;
  cursor: pointer;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}



/* ============================== */
            /*New Css*/
/* ============================== */
#gayath_fact {
  position: relative;
  padding: 0rem 0 3rem;
}

#gayath_fact .gayath_fact {
  position: relative;
}

#gayath_fact .gayath_fact .product-gallery-heading {
  border-bottom: unset;
}

#gayath_fact .gayath_wrapperFact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2%;
}

@media (max-width: 480px) {
  #gayath_fact .gayath_wrapperFact {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#gayath_fact .gayath_wrapperFact > * {
  width: 33%;
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

#gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_leftWrapper {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background: #f5ffe1ad;
  text-align: center;
}

#gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_leftWrapper img {
  width: 50px;
  margin-top: 15px;
}

#gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_rightWrapper h3 {
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #99cc33;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.count.plus_sybl::after{
    position: absolute;
    content: '+';
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    color: #99cc33;
    left: 100%;
}
#gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_rightWrapper span {
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}

#product_newSlider {
  position: relative;
  padding: 3rem 0;
}
.product_newSlider{
  position: relative;
}
.prod_slider{
    position: relative;
}
.prod_slider .swiper-button-next, .prod_slider .swiper-button-prev {
    color: #99cc33;
    background: #00000075;
    width: 30px;
    height: 80px;
    opacity: 0.7;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#product_newSlider .product_slideWrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  margin: 25px 0;
  border-radius: 10px;
}

#product_newSlider .product_slideWrapper::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#99cc33), to(transparent));
  background: -o-linear-gradient(top, #99cc33, transparent);
  background: linear-gradient(180deg, #99cc33, transparent);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#product_newSlider .product_slideWrapper:hover {
  -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
      transform: scale(1.05);
}

#product_newSlider .product_slideWrapper:hover::after {
  opacity: 1;
}

#product_newSlider .product_slideWrapper .img-fluid {
  height: 300px;
}

#product_newSlider .product_slideWrapper .product_slideText {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  margin: 0px 20px;
  overflow: hidden;
}

#product_newSlider .product_slideWrapper .product_slideText > * {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#product_newSlider .product_slideWrapper .product_slideText h6 {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform: translateX(-101%);
          -ms-transform: translateX(-101%);
      transform: translateX(-101%);
  padding: 1px 10px;
  line-height: 14px;
}

#product_newSlider .product_slideWrapper .product_slideText h2 {
  padding: 5px;
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-delay: .15s;
          -o-transition-delay: .15s;
     transition-delay: .15s;
  -webkit-transform: translateX(-101%);
          -ms-transform: translateX(-101%);
      transform: translateX(-101%);
}

#product_newSlider .product_slideWrapper .product_slideText a {
  font-size: 14px;
  padding: 4px 20px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-delay: .10s;
          -o-transition-delay: .10s;
     transition-delay: .10s;
  -webkit-transform: translateX(-101%);
          -ms-transform: translateX(-101%);
      transform: translateX(-101%);
  display: block;
  line-height: 16px;
}

#product_newSlider .product_slideWrapper:hover .product_slideText h6 {
  -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
      transform: translateX(0);
}

#product_newSlider .product_slideWrapper:hover .product_slideText h2 {
  -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
      transform: translateX(0);
}

#product_newSlider .product_slideWrapper:hover .product_slideText a {
  -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
      transform: translateX(0);
}
@media (max-width: 480px) {
    #product_newSlider .product_slideWrapper{
        margin: 0;
    }
    #product_newSlider .product_slideWrapper:hover{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    }
    #product_newSlider .product_slideWrapper::after {
      opacity: 1 !important;
    }
  }
  @media (max-width: 480px) {
    #product_newSlider .product_slideWrapper .img-fluid {
      height: 190px;
    }
  }
  @media (max-width: 480px) {
    #product_newSlider .product_slideWrapper .product_slideText h6 {
      -webkit-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
    }
  }
  @media (max-width: 480px) {
    #product_newSlider .product_slideWrapper .product_slideText h2 {
      -webkit-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
        font-size: 16px;
        line-height: 20px;
    }
  }
  @media (max-width: 480px) {
    #product_newSlider .product_slideWrapper .product_slideText a {
      -webkit-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
    }
    #product_newSlider .swiper-wrapper {
        margin: 0;
    }
    #product_newSlider .product_slideWrapper .product_slideText{
        bottom: 10px;
        margin: 0px 10px;
    }
  }
@media (max-width: 480px) {
    .prod_slider .swiper-button-next, .prod_slider .swiper-button-prev{
        height: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .swiper-button-next:after, .swiper-button-prev:after{
       font-size: 18px;
    }
}
@media (max-width: 480px) {
  #gayath_fact .gayath_wrapperFact > * {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 10px;
  }
  #gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_leftWrapper{
      height: 80px;
      width: 80px;
  }
  #gayath_fact .gayath_wrapperFact > *.fact_wrapper .fact_leftWrapper img {
    width: 50px;
  }
  #product_newSlider{
          padding: 0rem 0 2rem;
  }
}
 #home_productSection{
        padding: 0rem 0 4rem;
    }
    .home_productSection{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 1.5%;
    }
    .home_productSectionWrapper{
        width: 48.5%;
        text-align: center;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.08);
                box-shadow: 0 0 10px rgba(0,0,0,0.08);
        position: relative;
    }
    .home_productSectionWrapper a{
        position: absolute;
        top: 30%;
        left: 50%;
        z-index: 1;
        background-color: #fff;
        padding: 13px 40px;
        font-size: 18px;
        font-weight: 500;
        border: 1px solid #99cc33;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        opacity: 0;
    }
    .home_productSectionWrapper:hover a{
        top: 50%;
        opacity: 1;
    }
    .home_productSectionWrapper a b{
        font-size: 24px;
        position: relative;
        top: 2px;
        font-weight: 500;
    }
    .home_productSectionWrapper::after{
        background-color: #99cc3391;
        position: absolute;
        content: '';
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .home_productSectionWrapper:hover::after{
        opacity: 1;
    }
    .home_productSectionWrapper img{
        padding: 20px;
        height: 350px;
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .home_productSectionWrapper h3{
        background-color: #99cc33;
        color: #fff;
        line-height: 45px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }
    @media (max-width: 480px){
       .home_productSectionWrapper img {
            height: 150px;
            padding: 10px;
        }
        .home_productSection{
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
        }
        .home_productSectionWrapper h3 {
            line-height: normal;
            font-size: 15px;
            font-weight: 400;
            padding: 5px;
        }
        #home_productSection{
            padding: 0rem 0 2rem;
        }
        #newsEvents_wrapper {
             padding: 2rem 0;
        }
        #newsEvents_wrapper .newsEvents_gallery{
            gap: 4%;
        }
        #newsEvents_wrapper .newsEvents_gallery .newsEvents_galleryWrapper {
            width: 48%;
            margin-bottom: 15px;
        }
        #newsEvents_wrapper .newsEvents_gallery .newsEvents_galleryWrapper img {
            height: 120px;
        }
        #newsEvents_wrapper h3 {
            font-size: 18px;
            line-height: 24px;
            margin: 0px 0 15px;
        }
    }
    
    
    
    
    /* Career Page */
     .current_openingHeading{
        font-size: 25px;
        line-height: normal;
        font-weight: 600;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #99cc33;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .current_openingOuter{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 1.33%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .current_openingInner{
        position: relative;
        width: 32%;
        padding: 20px;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
        text-align: center;
        -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
                box-shadow: 0 0 20px rgb(0 0 0 / 5%);
        background: #fff;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .current_openingInner:hover{
        /* background-color: #f5f5f588; */
        -webkit-box-shadow: inset 7px 10px 20px rgb(0 0 0 / 5%), 9px 9px 20px rgb(0 0 0 / 5%);
                box-shadow: inset 7px 10px 20px rgb(0 0 0 / 5%), 9px 9px 20px rgb(0 0 0 / 5%);
    }
    .current_openingInner h3{
       font-size: 18px;
        line-height: 20px;
        color: #282828;
        font-weight: 400;
        text-transform: capitalize;
        width: 100%;
    }
    .vacancies_apply {
        background-color: #fa0000;
        color: #fff;
        padding: 8px 20px;
        font-size: 15px;
        letter-spacing: .5px;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .vacancies_apply:hover{
        background-color: #99cc33;
    }
    .vacancies_apply img{
         width: 16px;
        height: auto;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        -o-object-fit: contain;
           object-fit: contain;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }    
    /* End career page */
/* ============================== */
          /*End New Css*/
/* ============================== */

.loading-overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgb(155 147 147 / 61%);
	height: 100vh;
    width: 100%;
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #435818;
}



#broucher_downloadSection {
  position: relative;
  padding: 4rem 0;
}
#broucher_downloadSection .broucher_downloadSection {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  #broucher_downloadSection .broucher_downloadSection {
    flex-wrap: wrap;
    gap: 15px;
  }
}
#broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper {
  position: relative;
  width: 50%;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  #broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper {
    width: 100%;
  }
}
/*#broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  left: 0;*/
/*  box-shadow: -10px 0 30px -5px rgba(0, 0, 0, 0.2);*/
/*}*/
#broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn a {
  display: block;
  background-color: var(--bg-clr);
  padding: 20px;
  color: var(--txt-clr);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 400;
  outline: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 480px) {
  #broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn a {
    padding: 10px 0;
    font-size: 15px;
  }
}
#broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn a:hover {
  background-color: var(--bg-hvr);
}
#broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/dw_icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  margin-left: -25px;
  margin-top: 3px;
}
@media only screen and (max-width: 480px) {
  #broucher_downloadSection .broucher_downloadSection .broucher_downloadWrapper .broucher_downloadBtn a::before {
    background-size: 16px;
    margin-top: 5px;
  }
}