@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
html, body {
    height: 100%;
	width:100%;
    font-size: 16px;
	background:#fbfbfb;
    color: #f5f5f5;
    font-family: "Roboto", sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #60a103; 
}
ul,label{
	margin:0;
	padding:0;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:active,a:hover,a:focus {outline: none; text-decoration: none;}
.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
button:focus {outline: none;}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


#myModal {
  top: 100px;
}


/***********============================================== hedaer =====================================================***********/
@media only screen and (max-width: 600px) {.navigation{padding: 10px 0px 0px 0px;}}
@media only screen and (min-width: 600px) {.navigation{padding: 10px 0px 0px 0px;}}
@media only screen and (min-width: 768px) {.navigation{padding: 10px 0px 0px 0px;}} 
@media only screen and (min-width: 992px) {.navigation{padding: 15px 50px 15px 50px;}} 
@media only screen and (min-width: 1200px) {.navigation{padding: 15px 100px 15px 100px;}}
@media only screen and (min-width: 1500px) {.navigation{padding: 15px 160px 15px 160px;}}
.navigation{background: #fff; position:relative;}
@media only screen and (max-width: 600px) {.logo img{text-align:center; margin:6px auto;} .navigation .logo img{margin-top:10px !important;}}
@media only screen and (min-width: 600px) {.logo img{text-align:center; margin:6px auto;} .navigation .logo img{margin-top:10px !important;}}
@media only screen and (min-width: 768px) {.logo img{text-align:center; margin:6px auto;} .navigation .logo img{margin-top:10px !important;}} 
@media only screen and (min-width: 992px) {.logo img{text-align:left;} .navigation .logo img{margin-top:-14px !important;}}
@media only screen and (min-width: 1200px) {.logo img{text-align:left;} .navigation .logo img{margin-top:-14px !important;}}
@media only screen and (min-width: 1500px) {.logo img{text-align:left;} .navigation .logo img{margin-top:-14px !important;}}
.navigation .logo img{text-align:center; margin:0 auto;}
.logo img{z-index:6; position:relative; border-radius:0px 0px 8px 8px;}
.navigation .pull-right{margin-right:0px; padding-top:0px;}
header{position:relative; width:100%; padding:0px 0px; color: #595959; font-size:16px; font-weight:400; font-family: "Poppins",sans-serif;}
nav{position:relative;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family: "Poppins",sans-serif;}
#cssmenu > ul {padding-left:20px;}
#cssmenu > ul > li{float:left;z-index:1000; padding-top:0px;}
#cssmenu > ul > li > a{padding:17px 14px;font-size:16px; display:block; text-decoration:none; text-transform:uppercase;font-weight:500; color:#fff; font-family: "Poppins",sans-serif;}
#cssmenu > ul > li:hover > a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px; background:#fff; border-radius:0px 0px 10px 10px;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;
background: #fff; border-radius:0px 0px 8px 8px;  /* fallback for old browsers */}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 10px;width:190px;font-size:13px;text-decoration:none;color:#001b35;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#001b35;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#001b35; content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#001b35; content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#bce4ed color:#fff;}
#cssmenu ul ul ul li.active a{border-left:1px solid #0269ac}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #0269ac}

@media screen and (max-width:1000px){
#cssmenu > ul > li{float:left;z-index:1000; padding-top:0px;}
.navigation .pull-right{margin-right:0px;}
header{background:#60a103; font-family: "Poppins",sans-serif; padding-top:0px; padding-bottom:15px; margin-top:10px;}
nav{width:100%; background:#60a103;}
#cssmenu{width:100%; padding-left:0px;}
#cssmenu ul{width:100%;display:none; background:#60a103; margin-top:0px; padding-left:0px;}
#cssmenu ul li{width:100%;border-top:1px solid #ccc; background:#60a103;}
#cssmenu > ul > li > a{padding:17px;font-size:16px; display:block; text-decoration:none; text-transform:uppercase;font-weight:400; color:#fff; font-family: "Poppins",sans-serif;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu ul li:hover{background:#ccc;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0;background:#60a103;}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px; font-weight:400;}
#cssmenu ul ul li{background: #60a103;  /* fallback for old browsers */}
#cssmenu ul ul li:hover{background:#60a103!important; color:#fff;}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#fff;background:none; background:#60a103;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:15px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994; margin-top:10px;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#3e4b5f;}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
.navigation .icon{
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    color: #fff;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 9;
    text-align: center;
    border-radius: 30px;
    transform: rotate(90deg) !important;
}
.navigation .icon .flaticon{color: #fff; font-size: 30px;} 
.pr{padding-right:0px;} .pl{padding-left:0px;}
/***********============================================== hedaer =====================================================***********/

/***********============================================== slider =====================================================***********/
@media only screen and (max-width: 600px) {.slider{margin-top:0px;}}
@media only screen and (min-width: 600px) {.slider{margin-top:0px;}}
@media only screen and (min-width: 768px) {.slider{margin-top:-150px;}} 
@media only screen and (min-width: 992px) {.slider{margin-top:-150px;}} 
@media only screen and (min-width: 1200px) {.slider{margin-top:-150px;}}
@media only screen and (min-width: 1500px) {.slider{margin-top:-150px;}}
.slider{position:relative; z-index:0;}
.slider .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .55);
	border-radius: 15px 0 0 15px;
    z-index: 2;
}
.slider .carousel-caption{
	top:30%;
	position:absolute;
	left:6%;
	text-align:left;
}
.slider .carousel-caption h6{
    font-family: 'Poppins', sans-serif;
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
	text-shadow: 1px 1px #333;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider .carousel-caption h1{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: 1px 1px #222;
    font-size: 50px;
    line-height: 1.1;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:0px;
}
.slider .carousel-caption h1 span{color:#62a403;}
.slider .carousel-caption .btn{
	font-family: 'Poppins', sans-serif;
  	border-radius: 3px;
    padding: 0 32px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
	background-image:-webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    color: #fff;
	position: relative;
    z-index: 5;
	margin-top:30px;
    overflow: hidden;
    font-weight: 500;
    line-height: 69px;
	transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.slider .carousel-caption .btn:before{
	position: absolute;
    left: auto;
    right: 0;
    content: '';
    z-index: 4;
    width: 0;
    border-radius: inherit;
    background: #457500;
	transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.slider .carousel-caption .btn i{
	position: relative;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #457500;
    font-size: 14px;
    line-height: 30px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.slider .carousel-caption .btn:hover{background:linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);}
.slider .carousel-caption .btn:hover i{background:#62a403;}
.slider .carousel-caption .btn a{color:#fff;}
.slider .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.slider .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.slider .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
.slider .icon_block{
	position: absolute;
	right: 0px;
	bottom: 58px;
	z-index: 7;
	text-align:right;
}
.slider .icon_box{
	font-family: "Poppins",sans-serif;
    display: inline-block;
    text-align: left;
    position: relative;
    background: #fff;
    font-family: spartan,sans-serif;
    border-radius: 50px 0 0 50px;
    padding: 24px 26px 29px 112px;
}
.slider .icon_box .img{
    width: 62px;
    height: 62px;
    background: #edf3d4;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 62px;
    color: #62a403;
    position: absolute;
    left: 35px;
    top: 17px;
	padding-top:15px;
}
.slider .icon_box h3{
	font-family: "Poppins",sans-serif;
    font-weight: 600;
    line-height: 1.5;
	font-size: 13px;
    color: #3e4b5f;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.slider .icon_box p{
	font-family: "Poppins",sans-serif;
    font-size: 21px;
    color: #62a403;
    font-weight: 800;
    line-height: .8;
    letter-spacing: -1px;
    margin: 0;
}
.slider .icon_box p a{color: #62a403;}
/***********============================================== slider =====================================================***********/

/***********============================================== section1 =====================================================***********/
@media only screen and (max-width: 600px) {.section1{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section1{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section1{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section1{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section1{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section1{padding:50px 160px 80px 160px;}}
.section1 .mt30{margin-top:30px;}
.section1 .mt15{margin-top:15px;}
.section1 .fa{
	position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #81b754;
    background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fa-spin 5s ease infinite;
}
.section1 h2{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:40px;
	line-height:50px;
	margin-top:30px;
}
.section1 h2 span{ font-weight:700;}
.section1 p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
	text-align:center;
	margin:0 auto;
	max-width:820px;
}
.section1 .post-slide{margin:0px 15px;}
.section1 .block {position: relative;}
.section1 .block .img{position:relative;}
.section1 .block .img img{border-radius:3px 3px;}
.section1 .block .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:1;
  background:url(../images/overlay.png) no-repeat top/cover;
  border-radius:3px 3px;
}
.section1 .block .content{
    position: absolute;
    bottom: 2%;
	left:5%;
	padding:10px 20px;
    width: 100%;
}
.section1 h5{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
    color: #fff;
	font-size:16px;
	line-height:20px;
	margin-top:0px;
}
.section1 h5 a{color: #a5c109;}
.section1 h3{
	font-family: "Poppins",sans-serif;
	font-size:18px;
	color:#001b35;
	text-transform:capitalize;
	line-height:30px;
	margin:10px 0px 0px 0px;
	font-weight:400;
}
.section1 h3 span{font-weight:500; font-size:24px;}
/***********============================================== section1 =====================================================***********/

/***********============================================== section2 =====================================================***********/
@media only screen and (max-width: 600px) {.section2{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section2{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section2{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section2{padding:50px 50px 80px 15px;}} 
@media only screen and (min-width: 1200px) {.section2{padding:50px 100px 80px 15px;}}
@media only screen and (min-width: 1500px) {.section2{padding:50px 160px 80px 15px;}}
.section2 .mt30{margin-top:30px;}
.section2 .mt15{margin-top:15px;}
.section2 h6{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#001b35;
	margin-top:20px;
	padding-left:20px;
    line-height: 34px;
	font-style:italic;
	position:relative;
}
.section2 h6:before{
	content: "";
    position: absolute;
	background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.section2 h2{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:40px;
	line-height:50px;
	margin-top:10px;
}
.section2 h2 span{font-weight:700;}
.section2 p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.section2 h5{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    color: #a5c109;
    font-weight: 500;
	margin-top:20px;
    line-height: 27px;
	margin-bottom:20px;
}
.section2 .btn{
	font-family: 'Poppins', sans-serif;
  	border-radius: 3px;
    padding: 0 32px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
	background-image:-webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    color: #fff;
	position: relative;
    z-index: 5;
	margin-top:20px;
    overflow: hidden;
    font-weight: 500;
    line-height: 69px;
	transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.section2 .btn:before{
	position: absolute;
    left: auto;
    right: 0;
    content: '';
    z-index: 4;
    width: 0;
    border-radius: inherit;
    background: #457500;
	transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.section2 .btn i{
	position: relative;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #457500;
    font-size: 14px;
    line-height: 30px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.section2 .btn:hover{background:linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);}
.section2 .btn:hover i{background:#62a403;}
.section2 .btn a{color:#fff;}
@keyframes movebounce{0%{transform:translateY(0)}50%{transform:translateY(20px)}100%{transform:translateY(0)}}
@keyframes movebounce2{0%{transform:translateX(0)}50%{transform:translateX(20px)}100%{transform:translateX(0)}}
/***********============================================== section2 =====================================================***********/

/***********============================================== section3 =====================================================***********/
@media only screen and (max-width: 600px) {.section3{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section3{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section3{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section3{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section3{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section3{padding:50px 160px 80px 160px;}}
.section3{background:url(../images/section3back.jpg) no-repeat top/cover; margin-top:50px;}
.section3 .mt30{margin-top:30px;}
.section3 .mt15{margin-top:15px;}
.section3 h6{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#001b35;
	margin-top:20px;
	padding-left:20px;
    line-height: 34px;
	font-style:italic;
	position:relative;
}
.section3 h6:before{
	content: "";
    position: absolute;
	background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.section3 h2{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:40px;
	line-height:50px;
	margin-top:20px;
}
.section3 h2 span{ font-weight:700;}
.section3 p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
	text-align:center;
	margin:0 auto;
	max-width:700px;
}
.section3 .post-slide{margin:0px 15px;}
/***********============================================== section3 =====================================================***********/

/***********============================================== section4 =====================================================***********/
@media only screen and (max-width: 600px) {.section4{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section4{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section4{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section4{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section4{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section4{padding:50px 160px 80px 160px;}}
.section4{margin-top:30px;}
.section4 .mt30{margin-top:30px;}
.section4 .mt15{margin-top:15px;}
.section4 h6{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#001b35;
	margin-top:20px;
	padding-left:20px;
    line-height: 34px;
	font-style:italic;
	position:relative;
}
.section4 h6:before{
	content: "";
    position: absolute;
	background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.section4 h2{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:40px;
	line-height:50px;
	margin-top:30px;
}
.section4 h2 span{font-weight:700;}
.section4 .flaticon{font-size:60px; color:#a5c109;}
.section4 p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.section4 h3{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:22px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:0px;
}
.section4 h3 span{font-weight:700; color:#001b35;}
.section4 h3:hover span{font-weight:700; color:#a5c109;}
.section4 .btn{
	font-family: 'Poppins', sans-serif;
  	border-radius: 3px;
    padding: 0 32px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
	background-image:-webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    color: #fff;
	position: relative;
    z-index: 5;
	margin-top:20px;
    overflow: hidden;
    font-weight: 500;
    line-height: 69px;
	transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.section4 .btn:before{
	position: absolute;
    left: auto;
    right: 0;
    content: '';
    z-index: 4;
    width: 0;
    border-radius: inherit;
    background: #457500;
	transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.section4 .btn i{
	position: relative;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #457500;
    font-size: 14px;
    line-height: 30px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.section4 .btn:hover{background:linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);}
.section4 .btn:hover i{background:#62a403;}
.section4 .btn a{color:#fff;}
.section4 img{
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
	opacity:1;
	z-index:3;
	position:relative;
}
.section4 img:hover{
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	opacity:0.9;
	z-index:3;
	position:relative;
}
.section4 .border{
	position: absolute;
    top: -3%;
    left: 5%;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    z-index: 1;
}
/***********============================================== section4 =====================================================***********/

/***********============================================== section5 =====================================================***********/
@media only screen and (max-width: 600px) {.section5{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section5{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section5{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section5{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section5{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section5{padding:50px 160px 80px 160px;}}
.section5{ position:relative; z-index:2;}
.section5 .overlay{
	position: absolute;
    top: 0;
    left: 0;
    bottom:0px;
    right: 0;
	background-image:url(../images/section2back.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.07;
	z-index:-1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.section5 .mt30{margin-top:30px;}
.section5 .mt15{margin-top:15px;}
.section5 .fa{
	position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    background: #81b754;
    background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fa-spin 5s ease infinite;
}
.section5 h2{
	font-family: "Poppins",sans-serif;
	font-weight: 300;
    color: #001b35;
	font-size:40px;
	line-height:50px;
	margin-top:30px;
}
.section5 h2 span{ font-weight:700;}
.section5 p{
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.section5 p a{color: #7d8286;}
.section5 .post-slide{margin:0px 15px;}
.section5 img{border-radius:3px;}
.section5 h3{
	font-family: "Poppins",sans-serif;
	font-weight: 500;
    color: #001b35;
	font-size:20px;
	line-height:30px;
	margin-top:30px;
}
.section5 h5 span{
	font-family: "Poppins",sans-serif;
	position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
	margin-top:-17px;
	margin-left:10px;
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}
.section5 .link{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
    color: #fff;
	font-size:16px;
	line-height:20px;
	margin-top:0px;
}
.section5 .link a{color: #a5c109;}
/***********============================================== section5 =====================================================***********/

/***********============================================== footer =====================================================***********/
@media only screen and (max-width: 600px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 110px 10px;}}
@media only screen and (min-width: 600px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 110px 10px;}}
@media only screen and (min-width: 768px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 110px 10px;}} 
@media only screen and (min-width: 992px) {.footer{padding:50px 50px 80px 50px;} .footer-copy {padding: 40px 50px 45px 50px;}} 
@media only screen and (min-width: 1200px) {.footer{padding:50px 100px 80px 100px;} .footer-copy {padding: 20px 100px 45px 100px;}}
@media only screen and (min-width: 1500px) {.footer{padding:50px 160px 80px 160px;} .footer-copy {padding: 20px 150px 45px 150px;}}
.footer{background:#000a14;}
.footer .mt30{margin-top:30px;}
.footer .mt15{margin-top:15px;}
.footer .mp30{padding-top:40px;}
.footer h3{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	font-size: 22px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	padding-left:20px;
    line-height: 34px;
	font-style:italic;
	position:relative;
}
.footer h3:before{
	content: "";
    position: absolute;
	background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.footer p{
	font-family: 'Poppins', sans-serif;
	color: #718192;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
	font-weight:300;
}
.footer .brdr{border-right:1px solid #ffffff0d;}
.footer h5{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
    color: #fff;
	margin-top:3px;
	font-weight:400;
}
.footer .link li{
	list-style:none;
	line-height:32px;
	margin:5px 0px 10px 0px;
}
.footer .link li a{
	position:relative;
	color: #718192;
    font-size: 16px;
    font-weight: 300;
	padding-top:10px;
	font-family: 'Poppins', sans-serif;
}
.footer .link li a span{
	position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
}
.footer .social{margin-top:10px;}
.footer .social li{
	display:inline-block;
	line-height:28px;
	padding:0 3px;
}
.footer .social li .fa{ 
	color: #fff;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
	background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    border-radius: 0%;
    line-height: 40px;
	margin-bottom:20px;
}
.footer .social li:hover .fa{background:linear-gradient(180deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);} 
.footer .cnct .flaticon{
	position: absolute;
    left: 20px;
    top: 4px;
	width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0px;
    color: #a5c109;
    line-height: 48px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
}
.footer .cnct li{
	position:relative;
	list-style:none;
	line-height:25px;
	margin-bottom: 28px;
    line-height: 1.6em;
}
.footer .cnct li a{
	font-family: 'Poppins', sans-serif;
	color: #718192;
    font-size: 16px;
    padding-left: 0px;
	font-weight:300;
}
.footer-copy {
    background:#000a14;
	border:1px solid #ffffff0d;
    font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:400;
	margin:0;
	margin-top:0px;
	position:relative;
	z-index:9;
}
.footer-copy p {
    color: #fff;
    text-align: left;
}
.footer-copy p a {color: #fff;}
/***********============================================== footer =====================================================***********/

/***********============================================== banner =====================================================***********/
@media only screen and (max-width: 600px) {.banner{margin-top:0px;} .banner .carousel-caption h1{font-size: 20px; line-height: 30px;}}
@media only screen and (min-width: 600px) {.banner{margin-top:0px;} .banner .carousel-caption h1{font-size: 20px; line-height: 30px;}}
@media only screen and (min-width: 768px) {.banner{margin-top:-150px;} .banner .carousel-caption h1{font-size: 34px; line-height: 50px;}} 
@media only screen and (min-width: 992px) {.banner{margin-top:-150px;} .banner .carousel-caption h1{font-size: 34px; line-height: 50px;}} 
@media only screen and (min-width: 1200px) {.banner{margin-top:-150px;} .banner .carousel-caption h1{font-size: 34px; line-height: 50px;}}
@media only screen and (min-width: 1500px) {.banner{margin-top:-150px;} .banner .carousel-caption h1{font-size: 34px; line-height: 50px;}}
.banner{position:relative; z-index:0;}
.banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .55);
    border-radius: 15px 0 0 15px;
    z-index: 2;
}
.banner .carousel-caption{
    top:34%;
    position:absolute;
    left:7%;
    text-align:left;
}
.banner .carousel-caption h1{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: 1px 1px #222;
    margin-top: 10px;
    font-weight: 600;
    text-transform:capitalize;
    margin-bottom:0px;
}
.banner .carousel-caption h1 span{color:#62a403;}
.banner .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.banner .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.banner .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
/***********============================================== banner =====================================================***********/

/***********============================================== about_page =====================================================***********/
@media only screen and (max-width: 600px) {.about_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.about_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.about_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.about_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.about_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.about_page{padding:50px 160px 80px 160px;}}
.about_page .mt30{margin-top:30px;}
.about_page .mt15{margin-top:15px;}
.about_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.about_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.about_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d; 
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.about_page h2 span{font-weight:700; color: #00a652;}
.about_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.about_page .block{
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(219 219 219 / 34%);
    margin: 0;
    padding: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0;
    border-radius: 10px 10px 10px 10px;
}
.about_page h3{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#001b35;
    margin-top:0px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.about_page h3:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.about_page h4{
    font-family: "Poppins", sans-serif;
    color: #0d1e50;
    font-size:22px;
    line-height:30px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top:0px;
    padding-bottom: 0;
    margin-top:-5px;
    margin-bottom: 0px;
}
.about_page .content{padding: 20px 0px;}
.about_page h5{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#001b35;
    margin-top:0px;
    padding-left:15px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.about_page h5:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 5px;
}
@keyframes movebounce{0%{transform:translateY(0)}50%{transform:translateY(20px)}100%{transform:translateY(0)}}
@keyframes movebounce2{0%{transform:translateX(0)}50%{transform:translateX(20px)}100%{transform:translateX(0)}}
/***********============================================== about_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.product_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.product_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.product_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.product_page{padding:50px 160px 80px 160px;}}
.product_page .mt30{margin-top:30px;}
.product_page .mt15{margin-top:15px;}
.product_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.product_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.product_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.product_page h2 span{font-weight:700; color: #00a652;}
.product_page .block{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 10px;
    border-radius: 30px;
    border: 2px dashed #a1c011;
}
.product_page .img{ position: relative; }
.product_page .img{ display: block; }
.product_page .img img{
    width: 100%;
    height: auto;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}
.product_page .block:hover .img img{ opacity: 0.7; }
.product_page .label{
    color: #fff;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: -10px;
}
.product_page .label:before,
.product_page .label:after{
    content: "";
    background: linear-gradient(to top right, transparent 49%,#62a403 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.product_page .label:before{
    background:#89b945;
    width: 10px;
    height: 100%;
    bottom: auto;
    top: 0;
    left: 100%;
    clip-path: polygon(0 0, 100% 0, 1% 50%, 100% 100%, 0 100%);
}
.product_page h3{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 18px;
    color:#001b35;
    margin-top:0px;
    line-height: 34px;
    position:relative;
}
.product_page .content{padding: 5px 0px 15px 0px; position: relative;}
.product_page p{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.product_page p a{color: #62a403;}
/***********============================================== product_page =====================================================***********/

/***********============================================== product_inner_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_inner_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.product_inner_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.product_inner_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.product_inner_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_inner_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.product_inner_page{padding:50px 160px 80px 160px;}}
.product_inner_page .mt30{margin-top:30px;}
.product_inner_page .mt15{margin-top:15px;}
.product_inner_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.product_inner_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.product_inner_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.product_inner_page h2 span{font-weight:700;  color: #00a652;}
.product_inner_page .box{
    padding: 20px 20px 10px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.product_inner_page .box:hover{ text-decoration: none; }
.product_inner_page .box:before{
    content: '';
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    height: 3px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 100%;
}
.product_inner_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.product_inner_page p span{
    color: #001b35;
    font-size: 15px;
    padding: 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
}
.product_inner_page h3{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    font-size: 24px;
    color:#001b35;
    margin-top:0px;
    margin-bottom: 20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.product_inner_page h3 span{font-weight: 600;}
.product_inner_page h3:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
/***********============================================== product_inner_page =====================================================***********/

/***********============================================== quality_page =====================================================***********/
@media only screen and (max-width: 600px) {.quality_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.quality_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.quality_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.quality_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.quality_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.quality_page{padding:50px 160px 80px 160px;}}
.quality_page .mt30{margin-top:30px;}
.quality_page .mt15{margin-top:15px;}
.quality_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.quality_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.quality_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.quality_page h2 span{font-weight:700; color: #00a652;}
.quality_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.quality_page h3{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#001b35;
    margin-top:0px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.quality_page h3:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.quality_page ul{margin-bottom:15px;}
.quality_page ul li{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding: 5px 0px 5px 35px;
    list-style:none;
}
.quality_page ul li:before{
    content: "\f192 ";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    color: #62a403;
    font-weight: 600;
    font-family: "Fontawesome";
}
/***********============================================== quality_page =====================================================***********/

/***********============================================== enquiry_page =====================================================***********/
@media only screen and (max-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.enquiry_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.enquiry_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.enquiry_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.enquiry_page{padding:50px 160px 80px 160px;}}
.enquiry_page{background: url(../images/enquiryback.jpg) no-repeat top/cover ;}
.enquiry_page .mt30{margin-top:30px;}
.enquiry_page .mt15{margin-top:15px;}
.enquiry_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.enquiry_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.enquiry_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.enquiry_page h2 span{font-weight:700; color: #00a652;}
.enquiry_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.enquiry_page .form-control{background: rgba(255,255,255,0.9);}
.enquiry_page .form-horizontal .form-content{padding: 0px 5px;}
.enquiry_page .form-horizontal .form-control{
    font-family: 'Poppins', sans-serif;
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #222;
    border: none;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
    background: #fff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fff, #eee);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fff, #eee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
    outline: none;
}
.enquiry_page .form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.enquiry_page .form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}
.enquiry_page .form-horizontal .form-group .fa{padding-top:10px;}
.enquiry_page .shape1{
    position: absolute;
    left: -35px;
    bottom: -15%;
    z-index: -1;
}
.enquiry_page .shape2 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
.enquiry_page .btn{
    font-family: "Poppins",sans-serif;
    padding: 15px 42px;
    border-radius: 3px;
    text-transform: capitalize;
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    color: #fff;
    color: #001b35;
    font-weight:400;
    margin-top:10px;
}
.enquiry_page .btn a{color: #001b35;}
.enquiry_page .btn:hover a{color: #fff;}
.enquiry_page .btn:hover{background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%); color:#fff;}
.enquiry_page input[type="radio"]{appearance: none;}
.enquiry_page input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.enquiry_page input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #62a403;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}
.enquiry_page input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #62a403;
  background: #62a403;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.enquiry_page input[type="radio"]:checked + label::after{opacity: 1;}
.enquiry_page select{
    font-family: 'Poppins', sans-serif;
    padding: 12px 12px 12px 12px;
    height: 50px;
    font-size: 14px;
    color: #222;
    border: none;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
    background: #fff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fff, #eee);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fff, #eee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page selected{
color: #222 !important;
}
/***********============================================== enquiry_page =====================================================***********/

/***********============================================== contact_page =====================================================***********/
@media only screen and (max-width: 600px) {.contact_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.contact_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.contact_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.contact_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.contact_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.contact_page{padding:50px 160px 80px 160px;}}
.contact_page .mt30{margin-top:30px;}
.contact_page .mt15{margin-top:15px;}
.contact_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.contact_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.contact_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.contact_page h2 span{font-weight:700; color: #00a652;}
.contact_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.contact_page .serviceBox{
    color: #001b35;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    z-index: 1;
}
.contact_page .serviceBox:before,
.contact_page .serviceBox:after{
    content: "";
    border-radius: 25px;
    border: 10px solid #62a403;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.contact_page .serviceBox:after{
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}
.contact_page .serviceBox .service-icon{
    font-size: 40px;
    margin: 0 0 10px;
}
.contact_page .serviceBox .title{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #001b35;
    font-size:20px;
    line-height:30px;
    margin-top:10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact_page .serviceBox .description{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.contact_page .serviceBox .description a{color: #7d8286;}
@media only screen and (max-width: 1199px){.contact_page .serviceBox{ margin: 0 0 40px; }}
.map{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/***********============================================== contact_page =====================================================***********/

/***********============================================== event_page =====================================================***********/
@media only screen and (max-width: 600px) {.event_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.event_page{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.event_page{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.event_page{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.event_page{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.event_page{padding:50px 160px 80px 160px;}}
.event_page .mt30{margin-top:30px;}
.event_page .mt15{margin-top:15px;}
.event_page h6{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 20px;
    color:#001b35;
    margin-top:20px;
    padding-left:20px;
    line-height: 34px;
    font-style:italic;
    position:relative;
}
.event_page h6:before{
    content: "";
    position: absolute;
    background:linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 10px;
}
.event_page h2{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    color: #81bd2d;
    font-size:36px;
    line-height:50px;
    margin-top:10px;
    margin-bottom: 20px;
}
.event_page h2 span{font-weight:700;  color: #00a652;}
.event_page p{
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    color: #7d8286;
    font-weight: 500;
    line-height: 27px;
}
.event_page p span{
    color: #001b35;
    font-size: 15px;
    padding: 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
}
.event_page h4{
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 24px;
    color:#001b35;
    margin-top:0px;
    margin-bottom: 20px;
    line-height: 30px;
    position:relative;
}
/***********============================================== event_page =====================================================***********/