/*!
 * 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.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arialmt.ttf);
}
@font-face {
	font-family: presto;
	src: url(../fonts/presto.ttf);
}

* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #374a78;
}
.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;
}
h1, h2, h3, h4, h5, h6
{
    font-family: presto;
}
a {
	text-decoration: none;
}
a:hover{
}
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;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 95%;
	margin: auto;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
.half {
	width: 50%;
}
.defaultbg{
   background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
}
header {
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(0,115,0) 88%, rgb(0,115,0) 100%);
	
	.innerContainer{
	    display: flex;
	flex-direction: column;
	}
}
.topHeader{
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.whiteSpace {
	height: 10px;
}

.logo {
	margin: 10px 0px 10px 0px;
}
.logo img {
	width: 250px;
}

.contactBox {
    display: flex;
    justify-content: end;
    gap: 50px;
    z-index: 9999;
    position: relative;
    margin-right: 20px;
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
    fill: #000;
}
.phone path{
    fill: #000 !important;
}
.contactBox a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    transition: all ease 0.3s;
    display: block;
}
.contactBox a:hover{
    font-weight: bold;
}

.navSec {
}
.nav {
	background: #007300;
}
.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	text-transform: uppercase;
	cursor: pointer;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #b7e8b7;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
	color: #b7e8b7;
}

.active {
}
.hidden{
    display: none;
    transition: all ease 0.3s;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	margin-top: 0px;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.fixed {
  position: fixed;
  top:0; 
	left:0;
  width: 100%; 
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed
{
    
    height: 120px;
	
}
.fixed > .nav {
    position: fixed;
}
.fixed > .nav ul li a {
    font-size: 12px;
}
.fixed{
    .contactBox{
       
    }
}
.fixed > .lang{
    top: 44px;
    right: 20px;
}
.logo.fixed {
	top: 0px;
  left: 0px;
  position: fixed;
	transition: all ease 0.4s;
	text-align: left;
}
.logo.fixed img{
    width: 100px;
    margin: 10px 0px 0px 20px;
}
.nav.fixed{
    top: 120px;
}
.contentSection {
	margin: 10px 0px 0px 0px;
	background: #fff;
}
.contentSec {
	margin: 10px 0px 20px 0px;
}
.contentMainHeading {
	font-size: 2.3vw;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	font-family: shelley;
	margin-top: 20px;
}
.mainHeading{
    h1{
        color: #007300;
        text-align: right;
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0px;
    }
}

.contentSec{
    box-sizing: border-box;
   
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #3a3a3a;
	margin: 0px 0px 20px 0px;
}
.contentSec ul{
    margin: 0px 0px 20px 30px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 16px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #007300;
}
.threeImgs{
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
 .image-column{
            min-height: 300px;
             border: 1px solid #007300;
            box-sizing: border-box;
            transition: all ease 0.3s;
            overflow: hidden;
            
        img{
            width: 100%;
            height: 100%;
            transition: all ease 0.3s;
            transform: scale(1.1);
        }
       
        }
        
}
.image-column:hover{
     transform: translateY(-10px) scale(1.03); /* Lift and slight zoom */
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

.companySec{
    padding: 0px 0px 0px 0px;
     h3{
         margin-top: 0px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
    }
}
.viewport{
    position: relative;
    overflow: hidden;
    display: block;
  }

  .track{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
  }

.slide
{
   flex: 0 0 25%;
   border: none;
}
.slideBox { 
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.logo-container {
    overflow:hidden;
    height: 58%;
    max-height: 280px;
}

.logo-container img {
  width: 100%;
  height: 100%;
    border: none;
    transform: scale(1.1);
}
.slideContent{
    background: #007300;
    text-align: left;
    padding: 10px 0px 10px 0px;
    height: 33%;
    .innerContainer{
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-start;
    }
    
    h3{
        color: #000;
        font-size: 16px;
        margin: 5px 0px 5px 0px;
        font-family: arial;
        font-weight: bold;
    }
    ul{
        margin: 10px 0px 10px 0px;
    }
    li{
        list-style: none;
        font-size: 14px;
        margin-bottom: 5px;
    }
    a{
        
  margin: 0px;
  font-size: 14px;
  cursor: pointer;
  transition: all ease 0.3s;
  font-family: arial;
  margin-top: auto;
  color: #007300;
  background: #fff;
  padding: 5px 20px 5px 20px;
  box-sizing: border-box;
  margin: auto;
    }
    a:hover{
         color: #fff;
        background: #007300;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
} 
  .controls{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:14px;
  }
  .carrow{
    background: none;
    border: none;
    transition: all ease 0.3s;
    width: 50px;
    text-align: center;
img{
        width: 30px;
        transition: all ease 0.3s;
        cursor: pointer;
    }
}

.carrow-next img:hover{
    margin-left: 5px;
}
.carrow-prev img:hover
{
    margin-right: 5px;
}

footer {
    margin-top: 20px;
}
.footerSec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
} 
.footerContacts{
    width: 30%;
    margin: 0px;
    margin-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    svg, path{
        fill: #007300 !important;
        stroke: #007300; 
    }
    .phone, .email{
        justify-content: flex-start;
    }
    a{
        color: #3a3a3a;
        font-size: 16px;
    }
    a:hover {
        font-size: 15px;
    }
    .address:hover{
        font-size: 16px;
        font-weight: normal;
    }
}
.footerLady, .footerLogo{
    width: 30%;
}
.footerLady{
    img{
        display: block;
        margin: auto;
        width: 90%;
    }
}
.footerLogo{
    text-align: right;
    img{
        width: 90%;
        margin-right: 20px;
    }
}
.footerNav {
    margin-top: 20px;

}
.footerNav ul {

	
}
.footerNav ul li {
	
}
.footerNav ul li a {
	
}
.rights{
    margin: 20px 0px 20px 0px;
}
.rights p {
	color: #0a0b0f;
	font-size: 16px;
	margin: 0px;
}
.rights a {
	color: #007300;
	font-weight: bold;
	transition: all ease 0.3s;
	
}
.rights a:hover {
	font-size: 15px;
}
/******contact us***********/
.contactContent{
    .footerContacts{
        margin-left: 0px;
    }
}
.map {
    overflow: hidden;
    height: 400px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
iframe{
    width: 100%;
    height: 100%;
}
/*****responsive*****/
@media only screen and (max-width:1300px) {
    .logo img{
        width: 200px;
    }
    .logo-box{
        height: 350px;
    }
    .videoBox video{
        height: 650px;
    }
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}

.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
}

@media only screen and (max-width:645px) {
.topHeader {
    flex-direction: column;
}
.contactBox{
    margin-right: 0px;
    flex-direction: column;
        gap: 0;
    
}
.logo img {
	width: 125px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.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 {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 28px;
	right: 10px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 62px;
	left: 0px;
	position: fixed;
	background: #007300;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.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;
}
.mainHeading {
    h1 {
        text-align: center;
    }
}
.contentSec p {
    text-align: center;
}
.threeImgs{
    flex-direction: column;   
}
.companySec{
    margin-top: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}

.contentSec {
	margin: 0px 0px 0px 0px;
}
.slide
{
   flex: 0 0 100%;
}
.footerNav {
    background: #007300;
    margin: 20px 0px 20px 0px;
	}
.footerNav ul li{
    width: 100%;
}
.footerNav ul li a {
	
	width: 100%; 
}
.footerSec{
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 20px 0px;
}
.footerLady, .footerLogo, .footerContacts {
    width: 100%;
    text-align: center;
    align-items: center;
}
.footerLady{
    margin: 20px 0px 20px 0px;
}

.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
.map{
    margin-top: 20px;
}


}


