/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
:root {
      --green: #086e46;
      --yellow: #fdcc01;
      --section-bg: #fefaf9;
      --body-bg: #fefefe;
      --text-color: #3a3a3a;
    }
    
@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}


* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #73716b;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
h1, h2, h3, h4, h5, h6
{
    color: #302e31;
}
a {
	text-decoration: none;
}
a:hover{
}
p{
    color: #302e31;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.dBorder{
    border: 1px solid #007300;
    box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.defaultbg{
    background: -webkit-linear-gradient(0deg, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-6%, #ffffff), color-stop(1.519531%, #ffffff), color-stop(63.179688%, #076e45), color-stop(106%, #076e45));
    background: -webkit-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -moz-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -o-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: linear-gradient(90deg, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
}
html{
    scroll-behavior: smooth;
}
body{
    
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: 0px auto 0px auto;
	position: relative; 
	overflow: hidden;
	box-sizing: border-box;
	background: var(--body-bg);
}

.innerContainer {
	width: 95%;
	margin: auto;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}

header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-bottom: 0px;
}
.half {
	width: 50%;
}
header {
    background: -webkit-linear-gradient(0deg, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-6%, #ffffff), color-stop(1.519531%, #ffffff), color-stop(63.179688%, #076e45), color-stop(106%, #076e45));
    background: -webkit-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -moz-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: -o-linear-gradient(left, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
    background: linear-gradient(90deg, #ffffff -6%, #ffffff 1.519531%, #076e45 63.179688%, #076e45 106%);
}
header .innerContainer{
    display: flex;
  justify-content: space-between;
  align-items: center;
}
/* hide */
.header.hidden {
  transform: translateY(-100%);
}

/* When header is in compact mode */
header.scrolled .innerContainer{
     flex-direction: row;
     justify-content: space-between;
     align-items: center; 
}
.header.scrolled {
    width: 100%;
    left: 0;
    position: fixed;
    padding-top: 10px;
    z-index: 9999999;
    
        .logo {
    margin: 0px;
      img{
          width: 140px;
      }
    }
}
.nav.hidden{
    transform: translateY(-1000%);
}
.nav.scrolled{
    position: fixed;
    top: 113px;
    left: 0px;
    z-index: 99999999999999;
    transform: translateY(0%);
}
.logo {
    text-align: left;
	margin: 10px 0px 0px 0px;
}
.logo img {
	width: 145px;
}
.logo img:hover{
    animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(0px); }
  80%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}



.nav {
    z-index: 999;
}
.nav ul {
	list-style: none;
	text-align: right;
	padding: 12px 0px 12px 0px;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
    border-radius: 7px;
	transition: all .3s ease;
	    margin: 0px 0px 0px 40px;
}
.nav ul li a {
    width: 100%;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	display: block;
  position: relative;
  font-family: arial;
 /*
  text-decoration: none;
  position: relative;
  background: linear-gradient(120deg, #f5a441 0%, #2e6ca4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in;
  */
}
.nav ul li:hover{
    
    transform: translateY(2px);
    a{
        color: var(--yellow);
    }
}

.nav ul li .active {
	color: var(--yellow);
}

.nav .dropdown-menu {
    display: none !important;
    position: absolute;
    background-color: var(--green);
    list-style: none;
    top: 20px;
    left: 0;
    width: auto;
    white-space: nowrap;
    padding: 5px 15px 0px 15px;
    margin: 0;
    z-index: 9999;
    padding: 10px !important;
}
.nav .dropdown:hover .dropdown-menu {
    display: block !important;
}
.nav .dropdown-menu li {
    float: left;
    position: relative;
    width: 100%;
    text-align: left !important;
    margin: 0px !important;
    height: 30px;
    line-height: 30px;
}
.nav .dropdown-menu li a{
    width: 100%;
	color: #fff !important;
}
.nav .dropdown-menu li a:hover{
    color: var(--yellow) !important;
}

.active {
}

.header,
.nav {
  transition: transform 0.6s ease;
  
}

@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/*****************slider **********************/
.sliderSec{
    margin: 0px;
}
.ss-slides-wrap {
	position: relative;
	display: inline-block;
	line-height: 0px;
	width: 100%;
	height: 450px;
	float: left;
	overflow: hidden;
	border: 1px solid var(--yellow);
	box-sizing: border-box;
}


.ss-capwrap {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.ss-caption {
	background: #444444;
	border-radius: 4px;
	color: #fff;
	padding: 15px 10px;
	font-family: sans-serif;
	font-size: 16px;
	display: inline-block;
}
.ss-pag-wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 5px;
    bottom: 10px;
    left: 0%;
}
.ss-paginate {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	background: none;
}
.ss-paginate a:link, .ss-paginate a:visited {
	display: inline-block;
	width: 25px;
    height: 20px;
    margin: 3px 6px;
	background: #fff;
}
.ss-current {
	background: var(--green) !important;
}
.ss-slides {
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	box-sizing: border-box;
}
.ss-slide {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	zoom: 1;
	line-height: 0;
	-webkit-backface-visibility: hidden;
}
.ss-slide:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.ss-slide img {
	width: 100%;
	height: 100%;
}
.notrans {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none!important;
}
#ss-prev, #ss-next {
	position: absolute;
	top: 46%;
	z-index: 50;
	font-size: 0px;
	font-family: serif;
	margin-top: -20px;
	line-height: 31px;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#ss-prev {
	background: url(../images/leftArrow.png) no-repeat;
	background-size: 30px;
}
#ss-next {
	background: url(../images/rightArrow.png) no-repeat;
	background-size: 30px;
}
#ss-prev:hover, #ss-next:hover {
	color: #000;
}
#ss-prev {
	left: 9px;
}
#ss-next {
	right: 9px;
}

@media only screen and (max-width:645px) {
    .ss-slides-wrap {
        height: auto;
    }
    .ss-pag-wrap{
        width: auto;
        right: 0px;
    }
}

/******************slider**********************/
.contentSection {
	margin-top: 20px;
	box-sizing: border-box;
	a{
	    
	}
}

.mainHeading{
    h1, h3{
        text-align: left;
        font-weight: normal;
        font-size: 1.6vw;
        margin: 15px 0px 0px 0px;
        color: var(--green);
        
    }
    h3{
        margin: 0px 0px 5px 0px;
        text-align: left;
    }
}
.contentSec {
	margin: 10px 0px 0px 0px;
}
.contentSec {
    p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 15px;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	color: #302e31;
    }
    a{
        color: var(--green);
        transition: all ease 0.3s;
    }
    a:hover{
        font-weight: bold;
    }
}
.contentSec ul{
    margin: 5px 0px 0px 30px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 15px;
	color: #302e31;
}
.contentSec li::marker{
    margin-left: 20px;
    color: var(--green);
}
.dbtn{
    color: #fff !important;
    background: var(--green);
    text-transform: capitalize;
    padding: 7px 10px 7px 10px;
    font-size: 15px;
    transition: all ease 0.3s;
    max-width: 150px;
    display: block;
    margin: auto auto 25px auto;
    font-family: arial;
    box-shadow: rgba(0, 0, 0, 0.19) 0px -6px 20px, rgba(0, 0, 0, 0.23) 0px 4px 6px;
    border: 1px solid var(--yellow);
    box-sizing: border-box;
}
.dbtn:hover{
    background: #fff;
    color: var(--green) !important;
}
.sliderBtn{
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    padding: 7px 20px 7px 20px;
}
.sliderBtn:hover{
    bottom: 37px;
}

.threeImgsSec{
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 20px 0px;
    a{
        width: 25%;
        display: block;
    }
}
.threeImgs {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 10px 0px 0px 0px;
}

.image-column {
    position: relative; 
    overflow: hidden;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    transition:transform .8s cubic-bezier(.2,.8,.2,1);
    
}
.colImg::before{
    content:'';
    position:absolute;
    top:-100%;
    left:-150%;
    width:80%;
    height:300%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.3),
        transparent
    );
    transform:rotate(25deg);
    transition:1s;
    z-index:2;
}

.image-column::after{
   
}

/* Image */
.colImg {
    display: block;
    width: 100%;
    height: 300px;
}

.colImg img {
    width: 100%;
    height: 100%;
    transition:transform .8s cubic-bezier(.2,.8,.2,1);
}

/* Content (visible by default) */
.imgContent {
    position: relative;
    width: 100%;
    padding: 0px;
    transform: translateY(0);
    transition: transform 0.5s ease, background 0.5s ease;
    z-index: 2;
    
    
}
.imgContent:after{
    content:'';
    display:block;
    width:0;
    height:3px;
    background:var(--yellow);
    margin-top:25px;
    transition:.5s;
}
.imgContent h3 { 
    color: #fff; 
    font-size: 16px; 
    text-transform: capitalize; 
    letter-spacing: 1px; 
    margin: -30px; 
    text-align: center;
    transition: transform 0.4s ease; 
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: -webkit-linear-gradient(0deg, #ffffff -6%, #ffffff -1.378906%, #076e45 41.742188%, #fefefe 101.37891%, #fefefe 106%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-6%, #ffffff), color-stop(-1.378906%, #ffffff), color-stop(41.742188%, #076e45), color-stop(101.37891%, #fefefe), color-stop(106%, #fefefe));
    background: -webkit-linear-gradient(left, #ffffff -6%, #ffffff -1.378906%, #076e45 41.742188%, #fefefe 101.37891%, #fefefe 106%);
    background: -moz-linear-gradient(left, #ffffff -6%, #ffffff -1.378906%, #076e45 41.742188%, #fefefe 101.37891%, #fefefe 106%);
    background: -o-linear-gradient(left, #ffffff -6%, #ffffff -1.378906%, #076e45 41.742188%, #fefefe 101.37891%, #fefefe 106%);
    background: linear-gradient(90deg, #ffffff -6%, #ffffff -1.378906%, #076e45 41.742188%, #fefefe 101.37891%, #fefefe 106%);
    
} 
.imgContent p { 
    font-size: 16px; margin-top: 2px; 
    text-align: justify; 
    color: #3a3a3a; 
    transition: transform 0.4s ease; 
} 
.imgContent p a { color: #fb9f22; font-weight: bold; }

/* Hover – move content UP over image */
.image-column:hover .imgContent {
    /*
    transform: translateY(-12px);
    width: 75%;
    margin: auto;
    float: none;
    */
}
.image-column:hover{
    .colImg::before{
    left:200%;
    }
    img {
    animation: popRotate .7s cubic-bezier(.2,1,.3,1) forwards;
    }
    .imgContent:after{
        width: 100%;
        margin-top: 30px;
    }
}
@keyframes popRotate{
    0%{
        transform:scale(1) rotate(0);
    }
    30%{
        transform:scale(1.12) rotate(8deg);
    }
    60%{
        transform:scale(1.08) rotate(-4deg);
    }
    100%{
        transform:scale(1.08) rotate(0);
    }
}
.bigImg{
    border: 1px solid var(--green);
    box-sizing: border-box;
    height: 400px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


footer {
    margin-top: 30px;
}
.footerNav::before, .footerNav::after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    height: 3px;
    top: -3.2px;
    
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS01IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+CjxzdG9wIG9mZnNldD0iLTYlIiBzdG9wLWNvbG9yPSIjZmZjYzAwIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iMzYuODIwMzEyJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9Ijk4LjQ4MDQ3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8c3RvcCBvZmZzZXQ9IjEwNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNyZWN0YW5nbGUtNSkiIC8+PC9zdmc+);
    background: -moz-linear-gradient(0deg, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -o-linear-gradient(0deg, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -webkit-linear-gradient(0deg, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-6%, #ffcc00), color-stop(36.820312%, #ffcc00), color-stop(98.48047%, #ffffff), color-stop(106%, #ffffff));
    background: -webkit-linear-gradient(left, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -moz-linear-gradient(left, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -o-linear-gradient(left, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: linear-gradient(90deg, #ffcc00 -6%, #ffcc00 36.820312%, #ffffff 98.48047%, #ffffff 106%);
}
.footerNav::after{
    top: unset;
    bottom: -3px;
}

.footerNav {
   padding: 5px 0px 5px 0px;
   background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9InJlY3RhbmdsZS0xLWNvcHkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSItNiUiIHN0b3AtY29sb3I9IiMwNzZlNDUiIHN0b3Atb3BhY2l0eT0iMSIgLz4KPHN0b3Agb2Zmc2V0PSIzNi44MjAzMTIlIiBzdG9wLWNvbG9yPSIjMDc2ZTQ1IiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iOTguNDgwNDclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIC8+CjxzdG9wIG9mZnNldD0iMTA2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiAvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3JlY3RhbmdsZS0xLWNvcHkpIiAvPjwvc3ZnPg==);
    background: -moz-linear-gradient(0deg, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -o-linear-gradient(0deg, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -webkit-linear-gradient(0deg, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-6%, #076e45), color-stop(36.820312%, #076e45), color-stop(98.48047%, #ffffff), color-stop(106%, #ffffff));
    background: -webkit-linear-gradient(left, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -moz-linear-gradient(left, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: -o-linear-gradient(left, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
    background: linear-gradient(90deg, #076e45 -6%, #076e45 36.820312%, #ffffff 98.48047%, #ffffff 106%);
	}
.footerNav {
    ul {
        text-align: left;
    }
    li{
        list-style: none;
        margin-right: 30px;
        display: inline-block;
        position: relative;
    }
    a{
        text-transform: capitalize;
        font-size: 16px;
        color: #fff;
        transition: all ease 0.3s;
        font-family: arial;
    }
    a:hover{
        font-size: 15px;
    }
    .fdmenu {
    display: none;
    top: unset;
    bottom: 100%;
    position: absolute;
    background: var(--green) !important;
}
.fdropdown:hover .fdmenu{
    display: block;
    padding: 10px;
}
.fdmenu li{
    float: left;
    width: 100%;
    line-height: 30px;
    white-space: nowrap;
}
.fdmenu li a{
    color: #fff;
}
.fdmenu li a:hover{
    color: var(--yellow);
} 
    
    
}

.rights{
    padding: 20px 0px 20px 0px;
}
.rights p {
	color: var(--text-color);
	font-size: 14px;
	margin: 0px;
}
.rights a {
	color: var(--green);
	transition: all ease 0.3s;
	
}
.rights a:hover {
    font-weight: bold;
}
/**************GALLERY********************************************/

/***********contact us***********************/


/***************tractors********************/
.contactImg{
    border: 1px solid var(--yellow);
    box-sizing: border-box;
    height: 200px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.contactBox {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    z-index: 9999;
    position: relative;
    margin: 0px 30px 0px 0px;
    a{
        color: #000;
        transition: all ease 0.3s;
    }
    a:hover{
        color: var(--yellow);
    }
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone svg, .email svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: var(--yellow);
}
.phone path {
    fill: var(--yellow) !important;
}
.footerContacts{
    display: flex;
    flex-direction: column;
    gap: 0px
}
.footerContacts {
    .phone, .email {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
    }
}
.footerContacts {
    svg, path {
        fill: var(--green) !important;
        stroke: var(--green);
    }
}
.social {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 10px;
}
.social {
    svg {
        width: 20px;
        height: 20px;
        transition: all ease 0.2s;
    }
}
.social {
    svg:hover {
        width: 22px;
        transform: translateY(-2px);
    }
}


.mapSection {
    margin-top: 30px;
    height: 300px;
    border: 1px solid var(--yellow);
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.mapSection {
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
}
/**************8products**************/
.productNav{
    border-top: 1px solid var(--yellow);
}
.productsSec{
    margin-top: 30px;
}
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin: 30px 0px 30px 0px;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:0px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.5s ease;
    cursor:pointer;
}

.gallery-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.gallery-image{
    position:relative;
    height:280px;
    overflow:hidden;
}

.gallery-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s ease;
}

.gallery-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15),
        transparent
    );
    z-index:1;
    opacity:.7;
    transition:.5s;
}

.gallery-image::after{
    content:"";
    position:absolute;
    inset:-100%;
    background:linear-gradient(
        120deg,
        transparent 35%,
        rgba(255,255,255,.25) 50%,
        transparent 65%
    );
    transition:.8s;
    z-index:2;
}

.gallery-card:hover .gallery-image::after{
    inset:0;
}

.gallery-card:hover img{
    transform:scale(1.08) rotate(1deg);
}

.gallery-content{
    position:relative;
    padding:24px;
    background:#fff;
}

.gallery-content h3{
    color: var(--green);
    margin:0 0 12px;
    font-size:15px;
    position:relative;
    display:inline-block;
}

.gallery-content h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:var(--green);
    transition:.4s;
}

.gallery-card:hover h3::after{
    width:100%;
}

.gallery-content p{
    margin:0;
    color:var(--text-color);
    font-size: 14px;
}

.gallery-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        var(--yellow),
        #e2b07b
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:.5s;
    z-index:5;
}

.gallery-card:hover::before{
    transform:scaleX(1);
}


/*************products***************/
/*************about us*******************/
.teamSec{
    background: var(--green);
    margin-top: 20px;
}

.team-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;
    .gallery-card{
        
    }
    .gallery-image img {
    width: 100%;
    height: auto;
}
.gallery-content{
    h3, p{
        text-align: left !important;
    }
}
.gallery-content h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:100%;
    height:2px;
    background:var(--green);
    transition:.4s;
}

}
/*****responsive*****/
@media only screen and (max-width:1300px) {
     .ss-slides-wrap{
        height: 300px;
    }
    
    footer{
        
    }
    
    
}
@media only screen and (max-width: 1080px) {
    .ss-slides-wrap{
        height: 300px;
    }
    .logo img {
        width: 210px;
    }
    table{
            display:block;
            overflow-x:auto;
        }
}

@media only screen and (max-width:1024px) {

}
/* Tablet */
@media(max-width:991px){
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:767px){
    .gallery-grid{
        grid-template-columns:1fr;
    }
}


@media only screen and (max-width:645px) {
.innerContainer {
	width: 98%;
	
}
.absoluteImg{
    display: none;
}
header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    .innerContainer{
        flex-direction: column;
    }
            
}
.header.scrolled{
    z-index: 9999;
   .innerContainer{
        flex-direction: column;
    } 
}
.header.fixed{
    height: auto;
}
.header.hidden{
    transform: translateY(-2000%);
}
.logo{
    margin: 10px 0px 0px 0px;
}

.logo img {
	width: 125px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 999999;
	float: left;
	position: relative;
	background: none;
}
.nav.scrolled {
    top: 0px;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	width: 40px;
        height: 32px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 999999999;
        order: 2;
}
    #menu span {
        display: block;
        width: 100%;
        height: 4px;
        margin: 6px 0;
        background: #fff;
        transition: all .3s ease;
    }

#menu.active span:nth-child(1){
    transform:translateY(10px) rotate(45deg);
}

#menu.active span:nth-child(2){
    opacity:0;
}

#menu.active span:nth-child(3){
    transform:translateY(-10px) rotate(-45deg);
}
#nav{
    position:fixed;
    top:0;
    right:-300%;
    width:300px;
    height:100vh;
    transition:right .4s ease;
    z-index:1000;
    padding-top: 75px;
    margin-top: 67px;
    background: var(--green);
}

#nav.active{
    right:0;
    display: block !important;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	line-height: 50px;
        height: 50px;
        padding-bottom: 3px;
	
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.nav ul li a.active:before{
    display: none;
}
.dropdown{
    height: auto !important;
}
.dropdown-menu {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        text-align: left;
        li{
            border: none;
        }
    }

.contentSection{
    margin: 0px;
}
.mainHeading {
    h1, h3 {
        font-size: 20px;
        word-spacing: auto;
    }
    h3{
        margin-top: 0px;
    }
}

.threeImgs{
    flex-direction: column; 
    a{
        width: 100%;
    }
    .image-column{
        width: 100%;
    }
}
.colImg{
    height: auto;
}
.gallerySec{
    background-attachment: fixed;
}
.galleryImgs{
    grid-template-columns: repeat(1, 1fr);
}
.mainContacts{
    width: 100%;
}
.contacts{
    width: 98%;
    margin: 30px 2px;
}
footer{
  
}
.curve-box{
    height: 127px;
}
.curve-box2{
    height: 125px;
}
.footerNav {
    ul{
        text-align: center;
    }
    li {
        margin: 0px 10px 0px 10px;
}
a{
    font-size: 12px;
}
}
  
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.rights p > a {
	font-size: 14px;
	padding: 2px;
}
.map{
    margin-top: 20px;
}
.contact-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form-card {
    
    padding: 10px;
}
/***************galery**************/
.gallery-item {
      width: 100%;
}
.mapSection{
    height: auto;
}
.activities-wrap{
    flex-direction: column;   
}
.left-content, .right-content {
    width: 100%;
    img{
        height: auto;
    }
}
}


