body {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	overflow-x: hidden;
}
iframe {
    width: 100%;
    min-height: 500px;
}
.footer__widget iframe {
    width: 100%;
    min-height: inherit;
    max-height: 500px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
::-webkit-scrollbar {
	width:10px;
	border-radius: 5px;
}
::-webkit-scrollbar-track {
background:#fff
}
::-webkit-scrollbar-thumb {
background:#888
}
::-webkit-scrollbar-thumb:hover {
background: #111;
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}
a, button {
	color: inherit;
	outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	color: #f9b000;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	color: #777777;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #ebebeb;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
.form-check-label {
    margin-left: 20px;
}
.form-check-input {
    margin-left: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
 *::-moz-selection {
 background: #222222;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #222222;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #222222;
	color: #fff;
	text-shadow: none;
}
#yukari {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
 color: #222222;
 font-size: 14px;
 opacity: 1;
}
 *::placeholder {
 color: #222222;
 font-size: 14px;
 opacity: 1;
}
/*--
    - position Classes
-----------------------------------------*/

.pos-abl {
	position: absolute;
}
/*--
    - Common Classes
-----------------------------------------*/
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
/*--
    - Background color
-----------------------------------------*/
.green-bg {
	background: #8ab625;
}
.green-soft-bg {
	background: #0b3300;
}
.green-dark-bg {
	background: #1e6d08;
}
.grey-bg {
	background: #f4f5f0;
}
 .fff-bg {
 background: #fff;
}
.black-bg {
	background: #222222;
}
.theme-bg {
	background: #004889;
}

/*--
    - color
-----------------------------------------*/
.fff-color {
 color: #fff;
}
.black-color {
	color: #222222;
}
.theme-color {
	color: #004889;
}
/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
	color: #fff;
	background: #004889;
	font: 600 14px/1 'Noto Sans JP', sans-serif;
	padding: 23px 35px;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.theme_btn:hover {
	color: #fff;
	background: #8ab625;
}
.theme_btn2 {
	padding: 20px 39px;
	display: inline-block;
}
/*--
section-title
----------------------------------------*/
.section-title {
	padding-left: 45px;
	margin-bottom: 30px;
}
.section-title h2 {
	color: #004889;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	line-height: 1.6;
	display: inline-block;
}
.section-title h4 {
	margin-bottom: 15px;
    font-size: 27px;
    font-family: 'Barlow', sans-serif;
    line-height: 1;
    display: inline-block;
}
.section-title h4 strong{
	color: #777777!important;
}
.section-title .left-line, .about-detail .section-title > h2 {
	position: relative;
}
.section-title > h2.left-line, .about-detail .section-title > h2 {
	padding-left: 15px;
}
.section-title .left-line::before, .about-detail .section-title > h2::before {
	content: "";
	background-color: #004889;
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 20px;
	z-index: 1;
}
.section-title h3 {
	margin-bottom: 30px;
	color: #8ab625;
	font-size: 50px;
	line-height: 1.1;
	font-family: 'Barlow', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.section-title h2 {
	font-size: 35px;
}
}

@media (max-width: 767px) {
.section-title h2 {
	font-size: 27px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-title h2 {
	font-size: 27px;
}
}
.section-title-#fff span {
	color: #fff;
}
.section-title-#fff h2 {
	color: #fff;
}
.section-title-#fff p {
	color: #fff;
}
.popup-video {
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: inline-block;
	width: 194px;
	height: 194px;
	z-index: 1;
	line-height: 194px;
	font-size: 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.popup-video:hover {
	color: #fff;
	background: #8ab625;
	border-color: #8ab625;
}
.popup-02 {
	width: 144px;
	height: 144px;
	text-align: center;
	line-height: 144px;
	font-size: 24px;
}
.popup-03 {
	width: 79px;
	height: 79px;
	line-height: 79px;
	font-size: 15px;
}
.popup-04 {
	border: 0;
	font-size: 18px;
}
.popup-04:hover {
	background: none;
}
#scrollUp {
	background: #004889;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
}
#scrollUp i {
	color: #fff;
}
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}
/*-- Overlay Color --*/
[data-overlay="light"]::before {
	background-color: #fff;
}
[data-overlay="dark"]::before {
	background-color: #222222;
}
/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
	opacity: 0.1;
}
[data-opacity="2"]::before {
	opacity: 0.2;
}
[data-opacity="3"]::before {
	opacity: 0.3;
}
[data-opacity="4"]::before {
	opacity: 0.4;
}
[data-opacity="5"]::before {
	opacity: 0.5;
}
[data-opacity="6"]::before {
	opacity: 0.6;
}
[data-opacity="7"]::before {
	opacity: 0.7;
}
[data-opacity="8"]::before {
	opacity: 0.8;
}
[data-opacity="9"]::before {
	opacity: 0.9;
}
header {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header-top-area {
	max-width: 1246px;
	margin: 0 auto;
	border-right: 2px solid #004889;
	border-left: 2px solid #004889;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-area {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area {
	padding: 20px 0 20px 0;
}
}

@media (max-width: 767px) {
.main-header-area {
	padding: 20px 0 30px 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.main-header-area {
	padding: 20px 0 26px 0;
}
}
.logo {
	transform: translateY(-29px);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.logo {
	transform: translateY(-10px);
	padding-left: 30px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.logo {
	transform: translateY(0);
	padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo {
	transform: translateY(0);
}
}

@media (max-width: 767px) {
.logo {
	transform: translateY(0);
	padding-left: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.logo {
	transform: translateY(0);
	padding-left: 10px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hamburger-menu {
	padding-right: 0;
}
}

@media (max-width: 767px) {
.hamburger-menu {
	padding-right: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.hamburger-menu {
	padding-right: 10px;
}
}
.side-nav {
	transform: translateY(-26px);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.side-nav {
	transform: translateY(0);
	padding-right: 30px;
}
}
.side-nav > a {
	font-size: 12px;
	padding: 18px 33px;
}
.headers {
	display: inline-block;
}
.headers__icon i {
	color: #004889;
	font-size: 13px;
}
.headers__icon a {
	font-size: 17px;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	color: #777777;
}
.headers__lang {
	background: #fff;
	min-width: 120px;
	text-align: center;
	position: absolute;
	top: 120%;
	transition: .4s all;
	box-shadow: 1px 1px 0px 2px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 111;
}
.headers__lang li {
	border-bottom: 1px solid #004889;
}
.headers__lang li:last-child {
	border: 0;
}
.headers__lang li a {
	display: block;
	padding: 4px 0;
	color: #004889;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
}
.headers:hover .headers__lang {
	opacity: 1;
	visibility: visible;
}
.info__list li {
	display: inline-block;
}
.info__list li a {
	color: #777777;
	font-size: 15px;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	margin: 0 12px;
}

@media (max-width: 767px) {
.shoping {
	margin-top: -29px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.shoping {
	margin-top: -29px;
}
}
.shoping__cart a {
	color: #777777;
	font-size: 15px;
	line-height: 1;
}
.shoping__cart a i {
	color: #004889;
}
.main-menu {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu {
	margin: 0;
}
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li > a {
	color: #8ab625;
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	padding: 30px 0;
	margin: 0 22px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}
.main-menu ul li > a::before {
	content: "";
	position: absolute;
	background: #004889;
	width: 0;
	left: 0;
	height: 3px;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;max-width: 1140px;
	transition: all 0.4s ease-out 0s;
	z-index: 1;
}
.main-menu ul li > a i {
	font-size: 10px;
}
.main-menu ul li > a.active {
	color: #004889;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.main-menu ul li > a {
	margin: 0 5px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu ul li > a {
	margin: 0 10px;
}
.container-agrotec {
	max-width: 100%;
}
}
.main-menu ul li:hover > a {
	color: #004889;
}
.main-menu nav > ul > li:hover > a::before {
	right: 0;
	width: 100%;
}
.main-menu ul li ul.submenu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
	border-top: 4px solid #004889;
	text-align: left;
	padding: 10px 0;
}
.main-menu ul li ul.submenu li {
	display: block;
	position: static;
}
.main-menu ul li ul.submenu li a {
	padding: 14px 30px;
	display: block;
	margin: 0;
	border: 0;
}
.main-menu ul li ul.submenu li a::before {
	display: none;
}
.main-menu ul li:hover .submenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.main-menu ul li.mega-menudrop {
	position: static;
}
.main-menu ul li > a::before {
	content: "";
	position: absolute;
	background: #004889;
	width: 0;
	left: 0;
	height: 3px;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	z-index: 1;
}
.main-menu ul li > a i {
	font-size: 10px;
}
.main-menu ul li > a.active {
	color: #004889;
}
/*  ------------- */

.mega-menu {
	border: 0;
	border-radius: 5px;
	padding: 15px;
	position: absolute;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 9;
	border-top: 4px solid #004889;
	text-align: left;
	min-height: 550px;
}
.main-menu ul li:hover .mega-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.mega-menu ul li a {
	color: #8ab625!important;
	padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid;
}
.mega-menu ul li:hover a {
	color: #000!important;
	background-color: #fff;
}
.mega-menu span {
	color: #004889!important;
	font-size: 24px;
	font-weight: 900;
}
.mega-menu .mega-submenu li {
	display: list-item;
	position: static;
	padding-left: 15px;
}
.mega-menu .mega-submenu li a {
    padding: 15px 0 15px 0;
	margin: 0;
	display: block;
}
.mega-menu ul.alt-submenu {
	position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
	max-width: 250px;
    overflow: hidden;
    opacity: 0;
	display: none;
	height: 100%;
}
.mega-menu .mega-submenu li:hover ul.alt-submenu {
    overflow: visible;
	opacity: 1;
	display: block;
}
.mega-menu ul.alt-submenu img {
	display: none;
	position: absolute;
	right: -100%;
	top: 0;
	overflow: hidden;
	width: 95%;
	height: auto;
	z-index: 0;
}
.mega-menu ul.alt-submenu li:hover img {
	display: block;
}

/*
.product-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 450px;
}
.product-list::-webkit-scrollbar {
	width:5px;
}
.product-list::before {
	content: '';
	position: absolute;
	top: 0;
	min-height: 180px;
	height: 100%;
	width: 1px;
	left: 0;
	background-color: #004889;
}
.product-list::after {
	content: '';
	position: absolute;
	top: 0;
	min-height: 180px;
	height: 100%;
	width: 1px;
	right: 0;
	background-color: #004889;
}
.product-list .product-list-item {
	list-style: none;
	margin-bottom: 5px;
	display: block;
	position: static;
}
.product-list .product-list-item a {
	font-size: 15px;
	padding: 15px 0;
	margin: 0;
	display: block;
    border-bottom: 1px solid;
}
.product-list .product-list-item:hover a {
	color: #000!important;
}
.product-list .product-list-item:hover {
	background-color: #fff;
}
.product-list-item .img-hidden {
	display: none;
	position: absolute;
	right: -100%;
	top: 0;
	overflow: hidden;
	width: 95%;
	height: auto;
	z-index: 0;
}
.product-list-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	overflow: hidden;
	width: 200px;
	height: 150px;
	background-image: url(../img/urun-bg.png);
	z-index: -1;
}
.product-list-item .img-hidden img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.product-list-item:hover .img-hidden {
	display: block;
}*
/
/*  ------------- */

.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.sticky .logo {
	transform: translateY(2px);
}
.sticky .hamburger-menu {
	top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.sticky .hamburger-menu {
	top: 35px;
}
}
.sticky .side-nav {
	transform: translateY(0px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.rightnav {
	margin-top: 9px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.rightnav__cart {
	margin-right: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.rightnav__cart {
	margin-right: 10px;
}
}
.rightnav__cart a {
	color: #004889;
	font-size: 24px;
	position: relative;
}
.rightnav__cart a::before {
	content: "0";
	position: absolute;
	right: -16px;
	top: -23px;
	border-radius: 50%;
	background-color: #004889;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 17px;
}
/* Hamburger-menu */
.hamburger-menu {
	display: inline-block;
}
.hamburger-menu a {
	display: inline-block;
	font-size: 25px;
	color: #004889;
}
.side-mobile-menu {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.side-mobile-menu {
	display: block;
}
}

@media (max-width: 767px) {
.side-mobile-menu {
	display: block;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.side-mobile-menu {
	display: block;
}
}
.offset-sidebar {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.offset-sidebar {
	display: none;
}
}

@media (max-width: 767px) {
.offset-sidebar {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.offset-sidebar {
	display: none;
}
}
.main-header-area2 .logo {
	transform: translateY(0) !important;
	width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.main-header-area2 .logo {
	padding-left: 30px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-header-area2 .logo {
	padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area2 .logo {
	padding-left: 0;
}
}

@media (max-width: 767px) {
.main-header-area2 .logo {
	padding-left: 10px;
	text-align: left;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.main-header-area2 .logo {
	padding-left: 10px;
	text-align: left;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.main-header-area2 .hamburger-menu2 {
	display: block !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-header-area2 .hamburger-menu2 {
	display: block !important;
	padding-right: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area2 .hamburger-menu2 {
	display: block !important;
	padding-right: 0;
	text-align: right;
}
}

@media (max-width: 767px) {
.main-header-area2 .hamburger-menu2 {
	display: block !important;
	padding-right: 10px;
	text-align: right;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.main-header-area2 .hamburger-menu2 {
	display: block !important;
	padding-right: 10px;
	text-align: right;
}
}
.nav-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-header-area2 .side-nav2 > a {
	font-size: 12px;
	padding: 18px 10px;
}
.main-header-area2.sticky {
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area2.sticky {
	padding: 20px 0 20px 0;
}
}

@media (max-width: 767px) {
.main-header-area2.sticky {
	padding: 20px 0 20px 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.main-header-area2.sticky {
	padding: 20px 0 20px 0;
}
}
.main-header-area2.sticky .logo {
	transform: translateY(2px);
}
.main-header-area2.sticky .hamburger-menu2 {
	top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area2.sticky .hamburger-menu2 {
	top: 35px;
}
}
.main-header-area2.sticky .side-nav {
	transform: translateY(0px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu-area {
	text-align: left !important;
	margin-left: 0;
}
}
.main-menu-area ul li a {
	padding: 45px 0 47px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu-area ul li a {
	margin: 0 5px;
}
}
.main-menu-area ul li a::before {
	top: 0;
}
.transparent-header {
	background: transparent;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
	padding: 25px 0 40px 0;
	background: transparent;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.transparent-header.sticky {
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	padding: 25px 0 30px 0;
	background: rgba(13, 60, 0, 0.949);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 20px 0 15px 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.headers__cta .cal {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Barlow', sans-serif;
}
.hamburger-menu3 > a {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Barlow', sans-serif;
	margin-left: 20px;
	display: inline-block;
}
.hamburger-menu3 > a i {
	font-size: 25px;
}
.hamburger-menu3 .menu-name {
	position: relative;
	top: -4px;
}

@media (max-width: 767px) {
.hamburger-menu3 .menu-name {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.hamburger-menu3 .menu-name {
	display: none;
}
}
.logo-03 {
	transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo-03 {
	text-align: right !important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.logo-03 {
	text-align: right !important;
}
}
.header__social::before {
	background: #bababa;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 25px;
	z-index: 1;
	content: '';
}
.header__social > a {
	color: #bababa;
	font-size: 17px;
	line-height: 28px;
	margin: 0 4px;
}
.header__social > a:hover {
	color: #fff;
}
.headers__icon2 {
	color: #fff;
}
.headers__icon2 > i {
	color: #fff;
}
.headers__icon2 > a {
	color: #fff;
	font-family: 'Barlow', sans-serif;
	line-height: 28px;
}
/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
	color: #8ab625;
	margin-right: 23px;
}
.nav-search.search-trigger.header-2-icon {
	color: #8ab625;
	display: inline-block;
}
.nav-search {
	position: relative;
	display: block;
	color: inherit;
}
.nav-search:hover {
	color: inherit;
}
.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	animation: slideInUp .3s;
}
.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}
.search-wrap input.form-control, .search-wrap input.form-control:focus {
	background-color: #fff;
}
 @keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
input.main-search-input::-webkit-input-placeholder {
 color: #fff;
 font-size: 25px;
}
 input.main-search-input:-moz-placeholder {
 color: #fff;
 opacity: 1;
 font-size: 25px;
}
 input.main-search-input::-moz-placeholder {
 color: #fff;
 opacity: 1;
 font-size: 25px;
}
 input.main-search-input:-ms-input-placeholder {
 color: #fff;
 font-size: 25px;
}
.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
main {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.slider-area .slider-shape-one {
	left: 0;
	top: 60px;
	z-index: 1;
}
.slider-area .slider-shape-two {
	right: 190px;
	bottom: 0;
	z-index: 1;
	animation: float-bob-y infinite 5s alternate;
}
.slider-area button{
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	background: #fff!important;
	border-radius: 50%;
	z-index: 3;
	opacity: 0;
	cursor: pointer;
}
.owl-carousel .owl-nav > button{
	border: 1px solid #cecece!important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	background: #fff!important;
	border-radius: 50%;
	z-index: 3;
	opacity: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel .owl-stage-outer {
	padding-top: 30px;
}
.owl-carousel .owl-nav > .owl-prev, .owl-carousel .owl-nav > .owl-next {
	border: 1px solid #8ab625;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel:hover .owl-nav > button {
	opacity: 1;
}
.owl-carousel .owl-nav > .owl-prev:hover, .owl-carousel .owl-nav > .owl-next:hover {
	border: 1px solid #004889!important;
	background-color: #004889!important;
	color: #fff!important;
}

.owl-carousel .owl-nav > .owl-prev {
	color: #8ab625;
	left: -75px;
	font-size: 20px;
	transition: all 0.4s ease-out 0s;
}
.owl-carousel .owl-nav > .owl-next {
	color: #8ab625;
	font-size: 20px;
	right: -75px;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}
.owl-carousel .owl-dots {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0;
}
.owl-carousel .owl-dots > .owl-dot span {
	background-color: #004889;
	height: 10px;
	width: 20px;
	border-radius: 5px;
	display: block;
	margin-right: 5px;
	transition: all 0.4s ease-out 0s;
}
.owl-carousel .owl-dots > .owl-dot:hover span, .owl-carousel .owl-dots > .owl-dot.active span {
	background-color: #8ab625;
	width: 40px;
	transition: all 0.4s ease-out 0s;
}

@media (min-width: 1601px) {
.slider-area button.slick-prev {
	left: 50px;
}
.slider-area button.slick-next {
	right: 50px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.slider-area button.slick-prev {
	left: 50px;
}
.slider-area button.slick-next {
	right: 50px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.slider-area button.slick-prev {
	left: 20px;
}
.slider-area button.slick-next {
	right: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-area button.slick-prev {
	left: 20px;
}
.slider-area button.slick-next {
	right: 20px;
}
}

@media (max-width: 767px) {
.slider-area button.slick-prev {
	left: 20px;
}
.slider-area button.slick-next {
	right: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area button.slick-prev {
		left: 20px;
	}
	.slider-area button.slick-next {
		right: 20px;
	}
}
.slider-area button:hover {
	color: #fff!important;
	background: #004889!important;
	box-shadow: 0px 6px 12px 0px rgba(129, 144, 110, 0.4);
	transition: all 0.4s ease-out 0s;
}
.slider-area:hover button {
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}
.single-slider {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s ease-out 0s;
}
.single-slider::after {
	content: "";
	background-color: #051401;
	opacity: 0.6;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 805px;
	z-index: -1;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.single-slider::after {
	height: 750px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.single-slider::after {
	height: 700px;
}
}

@media (max-width: 767px) {
.single-slider::after {
	height: 550px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.single-slider::after {
	height: 550px;
}
}
.single-slider.slider-height {
	min-height: 803px;
	width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.single-slider.slider-height {
	min-height: 750px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.single-slider.slider-height {
	min-height: 700px;
}
}

@media (max-width: 767px) {
.single-slider.slider-height {
	min-height: 550px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.single-slider.slider-height {
	min-height: 550px;
}
}
.slider__content {
	position: relative;
	z-index: 19;
}
.slider__content h1 {
	color: #fff;
	font-size: 100px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
}
.slider__content h1 span {
	display: block;
	font-family: "cerebri_sanslight";
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__content h1 span {
	padding-left: 0;
}
.slider__content h1 span::before {
	display: none;
}
}

@media (max-width: 767px) {
.slider__content h1 span {
	padding-left: 0;
}
.slider__content h1 span::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content h1 span {
	padding-left: 0;
}
.slider__content h1 span::before {
	display: none;
}
}
.slider__content h1 span::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 6px;
	height: 50px;
	left: 0;
	top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__content h1 {
	font-size: 80px;
}
}

@media (max-width: 767px) {
.slider__content h1 {
	font-size: 55px;
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content h1 {
	font-size: 55px;
	margin-bottom: 30px;
}
}

@media (max-width: 767px) {
.slider__content .list-item {
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content .list-item {
	margin-bottom: 30px;
}
}
.slider__content .list-item a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Barlow', sans-serif;
	margin-right: 20px;
}

@media (max-width: 767px) {
.slider__content .list-item a {
	margin-bottom: 10px;
	font-size: 18px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content .list-item a {
	margin-bottom: 10px;
	font-size: 18px;
}
}
.slider__content .list-item a.round-border {
	position: relative;
	padding: 0 20px;
}
.slider__content .list-item a.round-border::before {
	content: "";
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
}
.slider__content .list-item a.round-border::after {
	content: "";
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 11px;
	width: 6px;
	height: 6px;
}
.slider__content .btn-list li {
	display: inline-block;
}
.slider__content .btn-list li a {
	border: 1px solid transparent;
	margin-right: 10px;
	display: inline-block;
}

@media (max-width: 767px) {
.slider__content .btn-list li a {
	margin-bottom: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content .btn-list li a {
	margin-bottom: 10px;
}
}
.slider__content .btn-list li a:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.slider__content .btn-list li a.border_btn {
	background: transparent;
	border: 1px solid #fff;
}
.slider__content .btn-list li a.border_btn:hover {
	color: #fff;
	background: #004889;
	border: 1px solid transparent;
}
.slider-height-02 {
	min-height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-height-02 {
	min-height: 650px;
}
}

@media (max-width: 767px) {
.slider-height-02 {
	min-height: 500px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-height-02 {
	min-height: 450px;
}
}
.slider-height-02::after {
	height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-height-02::after {
	height: 650px;
}
}

@media (max-width: 767px) {
.slider-height-02::after {
	height: 500px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-height-02::after {
	height: 450px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider__content__02 {
	padding-bottom: 0;
}
}

@media (max-width: 767px) {
.slider__content__02 {
	padding-bottom: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content__02 {
	padding-bottom: 0;
}
}
.slider__content__02 span {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 22px;
	display: block;
}

@media (max-width: 767px) {
.slider__content__02 span {
	letter-spacing: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content__02 span {
	letter-spacing: 10px;
}
}
.slider__content__02 h1 {
	font-size: 75px;
	line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.slider__content__02 h1 {
	font-size: 50px;
	line-height: 60px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider__content__02 h1 {
	font-size: 40px;
	line-height: 50px;
}
}

@media (max-width: 767px) {
.slider__content__02 h1 {
	font-size: 40px;
	line-height: 40px;
}
}
.slider-area-03 .right-banner {
	position: absolute;
	z-index: 5;
	right: 9%;
	top: 25%;
	width: 32%;
	animation: float-bob-y infinite 6s linear;
}
.slider-area-03 .slider-shape-h3 {
	left: 140px;
	bottom: 0;
	z-index: 5;
}
.slider-area-03 .slider-shape-h4 {
	right: 110px;
	top: 176px;
	z-index: 3;
}
.slider-height-03 {
	width: 100%;
	background-size: cover;
	min-height: 950px;
}
.slider-height-03::after {
	display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.slider-height-03 {
	min-height: 850px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-height-03 {
	min-height: 750px;
}
}

@media (max-width: 767px) {
.slider-height-03 {
	min-height: 600px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-height-03 {
	min-height: 600px;
}
}
.slider-height-03::before {
	content: "";
	background: rgba(13, 60, 0, 0.949);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 950px;
	clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	height: 850px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	height: 750px;
}
}

@media (max-width: 767px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
	height: 600px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-height-03::before {
	clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
	height: 600px;
}
}
.slider_content_03 {
	position: relative;
	z-index: 7;
}

@media (max-width: 767px) {
.slider_content_03 {
	padding-top: 100px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider_content_03 {
	padding-top: 100px;
}
}
.slider_content_03 span {
	color: #fff;
	font-size: 100px;
	line-height: 100px;
	font-family: "cerebri_sanslight";
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider_content_03 span {
	font-size: 60px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.slider_content_03 span {
	font-size: 40px;
	line-height: 50px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider_content_03 span {
	font-size: 30px;
	line-height: 40px;
}
}
.slider_content_03 h1 {
	font-size: 100px;
	line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.slider_content_03 h1 {
	font-size: 100px;
	line-height: 100px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider_content_03 h1 {
	font-size: 60px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.slider_content_03 h1 {
	font-size: 40px;
	line-height: 50px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider_content_03 h1 {
	font-size: 30px;
	line-height: 40px;
}
}
.slider_content_03 p {
	color: #fff;
}
.about-detail {
	padding-top: 130px;
	padding-bottom: 45px;
}
.about__img .img-fluid {
	box-shadow: 0px 10px 60px 0px rgba(13, 60, 0, 0.5);
	border-radius: 228px 0px 0px 0px;
}
.about__img__icon {
	border-radius: 50%;
	background-color: #004889;
	position: absolute;
	left: 0;
	top: -25px;
	width: 175px;
	height: 175px;
	z-index: 1;
	text-align: center;
	line-height: 175px;
}
.about__img__icon .flaticon-garden {
	font-size: 90px;
	color: #fff;
}
.about__img__leafimg {
	position: absolute;
	top: 48px;
	left: -80px;
	z-index: -1;
	animation: float-bob-y infinite 4s linear;
}
.about .about__content h6 {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 15px;
}
.about .about__content a {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.about .about__content a i {
	font-size: 11px;
}
.about .about__content a:hover {
	color: #004889;
}

@media (max-width: 767px) {
.landco-future .section-title {
	padding-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.landco-future .section-title {
	padding-left: 0;
}
}
.landco-future {
	padding-bottom: 95px;
}
.landco-future .left-lines {
	position: relative;
}
.landco-future .left-lines::before {
	content: "";
	background: #004889;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 80px;
	z-index: 1;
}
.about__link--list li {
	color: #6a6a6a;
	font-size: 18px;
	line-height: 1.5;
	font-family: "futuramedium";
	margin-bottom: 17px;
	padding-left: 50px;
	position: relative;
}
.about__link--list li::before {
	content: "\f00c";
	position: absolute;
	font-family: "Font awesome 5 pro";
	border: 2px solid #004889;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	color: #004889;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.about__link--list li:hover::before {
	color: #fff;
	background: #004889;
}
.about__img .helmet {
	top: -72px;
	left: -15px;
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about__img .helmet {
	width: 50%;
	z-index: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about__img .helmet {
	width: 37%;
	z-index: 0;
}
}

@media (max-width: 767px) {
.about__img .helmet {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about__img .helmet {
	display: none;
}
}
.about__img__text {
	background: #8ab625;
	max-width: 436px;
	height: 378px;
	border-radius: 0 80px 0 0;
	margin-left: 240px;
	margin-top: 50px;
	padding-top: 123px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about__img__text {
	margin-left: 140px;
}
}

@media (max-width: 767px) {
.about__img__text {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about__img__text {
	margin-left: 0;
}
}
.about__img__text::before {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf18.png) no-repeat;
	right: 0;
	bottom: 0;
	width: 166px;
	height: 298px;
	z-index: 1;
	animation: float-bob-x infinite 12s linear;
}
.about__img__text span {
	color: #fff;
	font-size: 250px;
	font-family: "cerebri_sanslight";
	display: inline-block;
	line-height: 0;
}
.about__img__text h3 {
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	margin-top: 20px;
	padding-left: 65px;
}
.about {
	padding-right: 30px;
}
.about-text {
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about__img__text h3 {
	padding-left: 25px;
}
}


.our-goal-area {
	padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.goals .goals__img img {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.goals .goals__img img {
	width: 100%;
}
}

@media (max-width: 767px) {
.goals .goals__img img {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.goals .goals__img img {
	width: 100%;
}
}
.goals .goals__img {
	position: relative;
	margin-bottom: 50px;
}
.goals__content h5 {
	font-size: 24px;
	line-height: 1.1;
	font-family: 'Barlow', sans-serif;
}
.goals__content a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	color: #6a6a6a;
	text-transform: uppercase;
}
.goals {
	margin-bottom: 30px;
}
.goals:hover a {
	color: #004889;
}

@media (max-width: 767px) {
.intro__img {
	margin-right: 0;
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.intro__img {
	margin-right: 0;
	margin-left: 0;
}
}
.intro__img img {
	width: 100%;
}
.intro__experience {
	background: #004889;
	border-radius: 0 70px 70px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.intro__experience {
	margin-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.intro__experience {
	margin-left: 0;
}
}

@media (max-width: 767px) {
.intro__experience {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.intro__experience {
	margin-left: 0;
}
}
.intro__experience span {
	color: #fff;
	font-size: 85px;
	line-height: 105px;
	font-family: "cerebri_sansmedium";
}
.intro__experience h5 {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-family: "cerebri_sansmedium";
	padding: 0 50px;
}
.intro-video:before {
	content: "";
	background: rgba(13, 60, 0, 0.451);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 75px 75px 75px;
}

@media (max-width: 767px) {
.landco-future-02 .section-title {
	padding-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.landco-future-02 .section-title {
	padding-left: 0;
}
}
.landco-future-02 .section-title .left-lines {
	border-left: 5px solid #004889;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about__img__box .landco-img {
	width: 100%;
}
}

@media (max-width: 767px) {
.about__img__box .landco-img {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.about__img__box .landco-img {
	width: 100%;
}
}
.about__img__three {
	top: -44px;
	right: 126px;
}
.about__img__video {
	top: 94px;
	left: -2px;
}
.histories {
	padding: 35px 80px 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.histories {
	padding: 40px 30px 15px 0;
}
}

@media (max-width: 767px) {
.histories {
	padding: 40px 15px 15px 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.histories {
	padding: 40px 15px 15px 0;
}
}
.histories__img {
	margin-bottom: 30px;
}
.histories__img i {
	font-size: 65px;
	color: #004889;
	padding-left: 40px;
	border-left: 5px solid #004889;
	line-height: 0.9;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
.histories__text {
	padding-left: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.histories__text {
	padding-left: 15px;
}
}
.histories__text h5 {
	color: #004889;
	font-size: 24px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
}
.histories__text h6 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Barlow', sans-serif;
}
.histories:hover .histories__img i {
	border-left: 5px solid #ff9000;
}
.what-we-do {
	position: relative;
}
.what-we-do .position-img {
	position: absolute;
	left: 70px;
	top: 65px;
	width: 11%;
}
.what-we-do .position-img-two {
	position: absolute;
	right: 0;
	top: 55px;
	width: 11%;
}
.what-we-do .position-img-three {
	position: absolute;
	right: 65px;
	bottom: 35px;
	width: 11%;
	animation: float-bob-y infinite 4s linear;
}
.what-we-do .position-img-four {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 11%;
	animation: float-bob-y infinite 4s linear;
}
.services {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.services {
	padding: 55px 15px 60px 20px;
}
}

@media (max-width: 767px) {
.services {
	padding: 30px 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.services {
	padding: 30px 25px;
}
}
.services::before {
	content: "";
	background-color: #004889;
	position: absolute;
	left: 0;
	top: 74px;
	width: 5px;
	height: 93px;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.services:hover::before {
	top: 0;
	height: 100%;
}
.services::after {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf2.png) no-repeat right;
	bottom: 0;
	right: 50px;
	width: 100px;
	height: 150px;
}
.services::after:hover::before {
 right: 100px;
}
.services__icon {
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
.services__icon {
	text-align: left;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.services__icon {
	text-align: left;
}
}
.services__icon::before {
	content: "";
	background-color: rgba(106, 150, 31, 0.149);
	position: absolute;
	left: 0;
	top: 0;
	width: 108px;
	height: 124px;
	border-radius: 0 59px 50px 54px;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.services__icon .flaticon-growth-1 {
	background: #004889;
	border-radius: 0 59px 47px 54px;
	width: 100px;
	height: 115px;
	font-size: 60px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	display: inline-block;
}
.services__content h5 {
	font-size: 24px;
	line-height: 1.8;
	font-family: 'Barlow', sans-serif;
}
.services__content a {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.services__content a i {
	font-size: 11px;
}
.services__content:hover a, .services__content:focus a {
	color: #004889;
}
.partner-bg {
	border: 2px solid #e7e7e7;
	max-width: 1475px;
	margin: 0 auto;
}
.partner-bg .p-shape-one {
	left: 0;
	top: 40px;
}
.partner-bg .p-shape-two {
	right: 0;
	top: 0;
}
.partner-bg .p-shape-three {
	right: 48px;
	bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.partner-bg .section-title {
	margin-left: 0;
}
}

@media (max-width: 767px) {
.partner-bg .section-title {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.partner-bg .section-title {
	margin-left: 0;
}
}
.partner__img {
	text-align: center;
}
.partner__img img {
	display: inline-block;
}

.catagory-area {
	margin-bottom: 100px;
	padding-top: 50px;
	position: relative;
}
.catagory-area.detail {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.catagory-area {
	margin-top: 0;
}
}

@media (max-width: 767px) {
.catagory-area {
	margin-top: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.catagory-area {
	margin-top: 0;
}
}
.catagory {
	border-radius: 12px;
	border: 1px solid #8ab625;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.29);
	padding: 26px;
	top: 0;
	height: 230px;
    min-height: 230px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.catagory__icon i {
	font-size: 77px;
	color: #004889;
	display: inline-block;
	line-height: 1.2;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.catagory__icon img {
	border-radius: 5px;
	margin-bottom: 15px;
}
.catagory h6 {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
}
.catagory:hover {
	top: -26px;
	background: #004889;
	border: 1px solid #004889;
}
.catagory:hover .catagory__icon i {
	color: #fff;
}
.catagory:hover h6 {
	color: #fff;
}
.news-section, .our-team-area {
	padding-top: 125px;
}
.news-section .popular-shape-one {
	left: 50px;
	top: 84px;
}
.news-section .popular-shape-two {
	right: 0;
	bottom: 0;
}
.popular {
	background: #fff;
	position: relative;
}
.news-content {
	padding: 20px;
}
.news-content h5 {
	font-size: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-content p {
	color: #6d6d6d;
	margin-bottom: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-block {
	text-align: center;
	margin-bottom: 60px;
}
.news-block a {
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #8ab625;
	color: #8ab625;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
}
.ekibimiz-button{
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #8ab625;
	color: #8ab625;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
}
.ekibimiz-button:hover{
	background: #004889;
	border: 1px solid #004889;
	color: #fff;
}
.news-block:hover .new-img img {
	transform: scale(1.1);
}
.news-block:hover a {
	background: #004889;
	border: 1px solid #004889;
	color: #fff;
}
.new-img {
	overflow: hidden;
}
.new-img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.couter-bg {
	border-bottom: 3px solid #004889;
}
.counter__two h1 {
	color: #8ab625;
}
.counter__two h3 {
	color: #8ab625;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.counter__two h3 {
	font-size: 25px;
}
}
.counter__two p {
	color: #8ab625;
}
.counter__two .bottom-icon i {
	font-size: 55px;
	color: #004889;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.counter__two .bottom-icon::before {
	content: "";
	background-color: #004889;
	opacity: 0.102;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 0 0 0 15px;
}
.counter__two:hover .bottom-icon i {
	transform: scale3d(1.2, 1.2, 2);
}
.counter__two .counter-shape-one {
	left: 22px;
	bottom: -67px;
	animation: float-bob-x infinite 12s linear;
}
.counter__two .counter-shape-two {
	right: 0;
	bottom: -67px;
	animation: float-bob-x infinite 12s linear;
}
.latest-service-area .latest-shape-one {
	left: 100px;
	top: 0;
}
.latest-service-area .latest-shape-two {
	right: 35px;
	top: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.latest-service-area .latest-shape-two {
	display: none;
}
}
.latest-service-area .latest-shape-three {
	right: 100px;
	bottom: 0;
}
.latest-service-area .latest-shape-four {
	left: 30px;
	bottom: 30px;
}

@media (max-width: 991px) {
.latest-service-area .profesional-img {
	text-align: center !important;
	max-width: 100%;
}
}

@media (max-width: 991px) {
.latest-service-area .profesional-img img {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.latest-service-area .profesional {
	padding-left: 0;
	padding-right: 0;
}
}
.catagoris {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.catagoris h5 {
	font-size: 22px;
	line-height: 1.4;
	font-family: 'Barlow', sans-serif;
}
.catagoris:hover {
	background: rgba(106, 150, 31, 0.071);
	border-top-color: #004889;
	border-bottom-color: #004889;
}
.list-02 li {
	font-size: 15px;
}
.list-02 li::before {
	width: 25px;
	height: 25px;
	line-height: 24px;
}

@media (max-width: 767px) {
.company-statistics-area .section-title {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.company-statistics-area .section-title {
	padding-right: 0;
}
}
.counter__03 {
	padding: 20px 35px 0 35px;
	border-radius: 0 40px 40px 40px;
}
.counter__03.leaf__bg::before {
	content: "";
	position: absolute;
	background: url(/assets/img/icon/leaf25.png) no-repeat;
	width: 126px;
	height: 226px;
	right: 0;
	bottom: 0;
	z-index: 11;
	animation: float-bob-y infinite 4s alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.counter__03 {
	padding: 20px 10px 0 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.counter__03 {
	margin-top: 0px;
}
}

@media (max-width: 767px) {
.counter__03 {
	margin-top: 0px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.counter__03 {
	margin-top: 0px;
}
}
.counter__03 h1 {
	font-size: 85px;
}
.counter__03 h4 {
	color: #fff;
	font-size: 26px;
	font-family: 'Barlow', sans-serif;
}
.counter__03 p {
	color: #fff;
}
.p-bg-02 .p-shape-one {
	left: -140px;
	top: -130px;
}

@media (max-width: 767px) {
.services-three {
	padding: 30px 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-three {
	padding: 30px 25px;
}
}
.services-three::before {
	display: none;
}
.services-three::after {
	display: none;
}
.services-three .services__icon__two {
	border-radius: 7px;
	background: #004889;
	border-bottom: 4px solid #004889;
	display: inline-block;
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .services__icon__two {
	margin-right: 14px;
}
}
.services-three .services__icon__two i {
	font-size: 30px;
	padding: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.services-three:hover .services__icon__two {
	background: #fff;
	border-bottom: 4px solid #004889;
}
.services-three:hover .services__icon__two i {
	color: #004889;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .services__content h5 {
	font-size: 23px;
}
}
.popular-service-two .popular-shape-one {
	left: 50px;
	top: 33%;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
.popular-service-two .popular-shape-one .tree-pot {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.popular-service-two .popular-shape-one .tree-pot {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.popular-service-two .popular-shape-one .tree-pot {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.popular-service-two .popular-shape-one .tree-pot {
	width: 70%;
	height: auto;
}
}
.popular-service-two .popular-shape-two {
	right: 0;
	bottom: 16%;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
.popular-service-two .popular-shape-two .busket {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.popular-service-two .popular-shape-two .busket {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.popular-service-two .popular-shape-two .busket {
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.popular-service-two .popular-shape-two .busket {
	width: 70%;
	height: auto;
}
}
.popular-service-two::before {
	height: 1116px;
	bottom: 10px;
}
.service-title {
	font-size: 40px;
	line-height: 1.5;
	font-family: "cerebri_sansmedium";
}
.service-box-img {
	overflow: hidden;
}
.service-box-img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.service-box-img img:hover {
	transform: scale3d(1.2, 1.2, 2);
}
.child-img {
	overflow: hidden;
}
.child-img img {
	width: 100%;
}
.widget__title__box {
	background: #004889;
	padding: 25px 0 20px 40px;
}
.widget-title {
	color: #fff;
	font-size: 24px;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
}
.cat li a {
	color: #8ab625;
	font-size: 18px;
	font-family: "futuramedium";
	line-height: 1.7;
	padding: 15px 40px;
	display: block;
	border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.cat li a {
	padding: 15px 30px;
}
}

@media (max-width: 767px) {
.cat li a {
	padding: 15px 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cat li a {
	padding: 15px 30px;
}
}
.cat li a i {
	font-size: 13px;
}
.cat li a:hover {
	background: #f4f5f0;
}
.widget__box {
	border: 1px solid #ebebeb;
}
.widget__box h2 {
	color: #8ab625;
}
.widget__box .widget__social__icon a {
	color: #004889;
	font-size: 14px;
	border-radius: 50%;
	background-color: #f4f5f0;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 4px;
}
.widget__box .widget__social__icon a:hover {
	color: #fff;
	background: #004889;
}
.process-title {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Barlow', sans-serif;
}

@media (max-width: 767px) {
.process-title {
	padding-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.process-title {
	padding-left: 0;
}
}
.process-title span {
	font-size: 18px;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(106, 150, 31, 0.149);
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	left: -40px;
	top: 0;
}

@media (max-width: 767px) {
.process-title span {
	display: block;
	margin-bottom: 20px;
	margin-left: 50px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.process-title span {
	display: block;
	margin-bottom: 20px;
	margin-left: 50px;
}
}
.process-title span::before {
	content: "";
	border: 3px solid #004889;
	border-radius: 50%;
	position: absolute;
	left: -9px;
	top: -9px;
	width: 69px;
	height: 69px;
}
.widget__box--thumb img {
	width: 100%;
}
.widget__box--thumb::before {
	content: "";
	background: rgba(13, 60, 0, 0.749);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.widget__box--text {
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.widget__box--text p {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-family: 'Barlow', sans-serif;
}

@media (max-width: 767px) {
.widget__box--text p {
	padding: 0px 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget__box--text p {
	padding: 0px 10px;
}
}
.widget__box--text a {
	background: 0;
	border: 2px solid #fff;
}
.widget__box--text a:hover {
	background: #004889;
	border: 2px solid transparent;
}
.portfolio-menu .pf_btn {
	border: none;
	background: none;
	color: #8ab625;
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	margin: 0 7px;
	cursor: pointer;
}
.portfolio-menu .pf_btn.active {
	color: #004889;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.portfolio-menu .pf_btn {
	margin: 0 1px;
}
}
.portfolio:hover .portfolio__thumb img {
	transform: scale(1.1);
}
.portfolio {
	position: relative;
}
.portfolio__thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.portfolio__thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.portfolio__thumb::before {
	content: "";
	background: rgba(13, 60, 0, 0.851);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.portfolio__thumb .fluid-img {
	width: 100%;
}
.portfolio__icon a {
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 65px;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
.portfolio__icon a i {
	color: #8ab625;
	position: relative;
	z-index: 3;
}
.portfolio__icon a::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.149);
	width: 85px;
	height: 85px;
	left: -10px;
	top: -10px;
}
.portfolio__text {
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	padding: 35px 35px;
	z-index: 1;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.portfolio__text h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Barlow', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.portfolio__text h3 {
	font-size: 25px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.portfolio__text h3 {
	font-size: 25px;
}
}

@media (max-width: 767px) {
.portfolio__text h3 {
	font-size: 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio__text h3 {
	font-size: 25px;
}
}
.portfolio__text p {
	color: #fff;
}
.portfolio__text.active {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
.portfolio__text {
	padding: 35px 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio__text {
	padding: 35px 10px;
}
}
.portfolio:hover .portfolio__thumb::before {
	opacity: 1;
	visibility: visible;
}
.portfolio:hover .portfolio__text {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.portfolio-area-two {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.portfolio-area-two {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.portfolio-area-two {
	padding-left: 0;
	padding-right: 0;
}
}

@media (max-width: 767px) {
.portfolio-area-two {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.portfolio-area-two {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.portfolio-area-two .portfolio__text h3 {
	font-size: 26px;
	line-height: 50px;
}
}
.recent-work-area {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}
.recent-work-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/product-bg.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	opacity: 0.05;
}
.recent-work-area .section-title {
	padding: 0
}
.recent-work-area .section-title h2 {
	color: #fff;
}
.recent-work-area .section-title h3 {
	color: #fff;
	margin-bottom: 50px;
}
.project__thumb {
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.project__thumb img {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project__thumb img {
	width: 100%;
}
}

@media (max-width: 767px) {
.project__thumb img {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.project__thumb img {
	width: 100%;
}
}
.project__thumb::before {
	content: "";
	background: #0b3300;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 180px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.project__thumb:hover::before {
	background: #fff;
}
.project__text {
	padding: 10px 35px;
	margin: 0 20px 0 80px;
	top: -10px;
	right: 33px;
	min-width: 230px;
	display: block;
	z-index: 5;
	background-color: #fff;
	position: absolute;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.project__text h5 {
	font-size: 24px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
}
.project__text .more-btn {
	color: #004889;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.project:hover .project__text {
	top: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.chose-us-area {
	padding: 75px 0 50px 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.chose-us-area {
	padding: 50px 0 0 0;
}
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
.provide-wrapper {
	padding: 0 50px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.provide-wrapper {
	padding: 0 10px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.provide-wrapper {
	padding: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.provide-wrapper {
	padding: 0;
}
}

@media (max-width: 767px) {
.provide-wrapper {
	padding: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.provide-wrapper {
	padding: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.provide-wrapper .section-title {
	margin: 0;
}
}
.video {
	width: 50%;
	left: 0;
	top: 0;
	background-size: cover;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.video {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.video {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}
}
.video__icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0 auto;
	z-index: 5;
}
.provide__content {
	padding: 15px 48px 45px 48px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.provide__content {
	padding: 48px 29px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.provide__content {
	padding: 35px 8px;
}
}
.provide__content::before {
	content: "";
	position: absolute;
	background: #004889;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.provide__content::after {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf5.png) no-repeat;
	left: 0;
	top: 41px;
	width: 95px;
	height: 320px;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.provide__content:hover::before {
	width: 100%;
	right: 0;
}
.provide__content:hover::after {
	opacity: 1;
}
.provide__content--icon .flaticon-growth {
	font-size: 65px;
	color: #004889;
	line-height: 1.7;
}
.provide__content--icon .flaticon-watering-can-1 {
	font-size: 65px;
	color: #004889;
	line-height: 1.7;
}
.provide__content h6 {
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Barlow', sans-serif;
}
.provide__content a {
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}
.provide__content a i {
	font-size: 13px;
}
.provide__content a:hover, .provide__content a:focus {
	color: #004889;
}
.chose-img {
	margin-left: -32px;
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.chose-img {
	margin-left: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.chose-img {
	margin-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.chose-img {
	margin-left: 0;
	text-align: center;
}
}

@media (max-width: 767px) {
.chose-img {
	margin-left: 0;
	text-align: center;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.chose-img {
	margin-left: 0;
	text-align: center;
}
}
.chose-img::before {
	content: "";
	background: #004889;
	position: absolute;
	left: -35px;
	top: -30px;
	width: 360px;
	height: 360px;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.chose-img::before {
	display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.chose-img::before {
	display: none;
}
}

@media (max-width: 767px) {
.chose-img::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.chose-img::before {
	display: none;
}
}
.left-line2 {
	border-left: 5px solid #004889;
}
.skill__progress {
	display: inline-block;
}
.skill__progress .skill-number {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.skill__progress .skill-number span {
	color: #8ab625;
	font-size: 50px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
}
.skill__progress__content h5 {
	font-size: 24px;
	line-height: 28px;
}
.skill__progress__content h6 {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}
.skill__progress .skill-numbers {
	line-height: 94px;
}
.skill__progress .skill-numbers span {
	font-size: 24px;
}
.chose-us-area-02 {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.chose-us-area-02 {
	background: none;
}
}

@media (max-width: 767px) {
.chose-us-area-02 {
	background: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.chose-us-area-02 {
	background: none;
}
}
.video-03 {
	width: 61%;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.video-03 {
	width: 48%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.video-03 {
	position: relative;
	width: 100%;
}
}

@media (max-width: 767px) {
.video-03 {
	position: relative;
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.video-03 {
	position: relative;
	width: 100%;
}
}
.video-03::before {
	content: "";
	background: rgba(50, 66, 46, 0.302);
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
.provide-wrapper-02 {
	padding: 0;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.provide-wrapper-02 {
	padding: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.provide-wrapper-02 {
	background: #8ab625;
	padding: 20px;
}
}

@media (max-width: 767px) {
.provide-wrapper-02 {
	background: #8ab625;
	padding: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.provide-wrapper-02 {
	background: #8ab625;
	padding: 20px;
}
}
.work-icon-area {
	padding-top: 120px;
	padding-bottom: 95px;
}
.work-icon-box {
	margin-bottom: 30px;
}
.work-icon img {
	max-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.work-icon-box {
	padding: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.work-icon-box {
	padding: 0;
}
}

@media (max-width: 767px) {
.work-icon-box {
	padding: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.work-icon-box {
	padding: 0;
}
}
.work-icon img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.work-icon-text h5 {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
}
.work-icon-box:hover .work-icon img {
	transform: translateY(-6px);
}
.testimonial-area .shape-one {
	position: absolute;
	left: 120px;
	top: 0;
}
.testimonial-area .shape-two {
	position: absolute;
	right: 70px;
	top: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.testimonial-area .shape-two .pot-img {
	width: 60%;
	height: auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial-area .shape-two .pot-img {
	width: 50%;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area .shape-two .pot-img {
	width: 50%;
	height: auto;
}
}

@media (max-width: 767px) {
.testimonial-area .shape-two .pot-img {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area .shape-two .pot-img {
	display: none;
}
}
.testimonial-area .shape-three {
	position: absolute;
	right: 200px;
	bottom: 70px;
}
.testimonial-area .shape-four {
	position: absolute;
	left: 55px;
	bottom: 0;
}
.testimonial-area .shape-four .axe-img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.testimonial-area .shape-four .axe-img {
	width: 60%;
	height: auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial-area .shape-four .axe-img {
	width: 50%;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area .shape-four .axe-img {
	width: 50%;
	height: auto;
}
}

@media (max-width: 767px) {
.testimonial-area .shape-four .axe-img {
	width: 34%;
	height: auto;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area .shape-four .axe-img {
	display: none;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial {
	padding-right: 10px;
}
}

@media (max-width: 767px) {
.testimonial {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial {
	padding-right: 0;
}
}
.testimonial__content--img::before {
	content: "";
	background-color: #004889;
	position: absolute;
	left: 0;
	top: -29px;
	width: 107px;
	height: 207px;
	z-index: -1;
	border-radius: 100px 0 0 100px;
}
.testimonial__content--text {
	position: relative;
}
.testimonial__content--text::before {
	content: "\f10d";
	color: rgba(106, 150, 31, 0.202);
	position: absolute;
	left: -17px;
	top: -100px;
	font-family: "Font awesome 5 pro";
	font-size: 100px;
	z-index: -1;
}

@media (max-width: 767px) {
.testimonial__content--text::before {
	left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial__content--text::before {
	left: 0;
}
}
.testimonial__content--text h5 {
	font-size: 24px;
	line-height: 1.5;
	font-family: "futuramedium";
	margin-bottom: 18px;
}
.testimonial__content--text .clien-name h6 {
	font-size: 18px;
	line-height: 35px;
	font-family: 'Barlow', sans-serif;
}
.testimonial__content--text .clien-name span {
	color: #004889;
	font-size: 15px;
	line-height: 35px;
	font-family: "futuramedium";
	display: inline-block;
}
.testimonial__content--text .clien-name span::before {
	content: "";
	position: absolute;
	background: #004889;
	width: 20px;
	height: 2px;
	left: 0;
	top: 17px;
}
.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	text-align: center;
	z-index: 11;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li.slick-active {
	border: 3px solid #004889;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	border: 0;
	background: none;
}
.slick-dots button {
	border: 3px solid rgba(106, 150, 31, 0.302);
	border-radius: 50%;
	text-indent: -100000px;
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
}
.testimonial-area-two {
	padding-top: 350px;
	width: 100%;
	min-height: 1142px;
}
.testimonial-area-two .section-title {
	z-index: 3;
}
.testimonial-area-two .section-title span {
	color: #fff;
}
.testimonial-area-two .section-title h2 {
	color: #fff;
}
.testimonial-area-two::before {
	content: "";
	background: rgba(18, 18, 18, 0.902);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1142px;
}
.testimonial-area-two .testimonial-img-one {
	left: 170px;
	top: 35%;
}
.testimonial-area-two .testimonial-img-two {
	right: 170px;
	top: 34%;
}
.testimonial-area-two .testimonial-img-three {
	right: 70px;
	bottom: 165px;
}
.testimonial-area-two .testimonial-img-four {
	left: 98px;
	bottom: 190px;
}
.testimonial-area-two .slick-dots {
	bottom: -100px;
}
.testimonials__inner .quote-icon img {
	display: inline-block;
}
.testimonials__inner p {
	color: #fff;
	font-size: 24px;
	line-height: 1.75;
	font-family: "futuramedium";
}

@media (max-width: 767px) {
.testimonials__inner p {
	font-size: 18px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonials__inner p {
	font-size: 18px;
}
}
.testimonials__inner .author-name h4 {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-family: 'Barlow', sans-serif;
}
.testimonials__inner .author-name span {
	color: #fff;
	line-height: 35px;
	font-family: "futuramedium";
}
.testimonial-area-three::before {
	content: "";
	background: url(../img/testimonial/shape-bg3.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 999px;
	height: 949px;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial-area-three::before {
	display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area-three::before {
	display: none;
}
}

@media (max-width: 767px) {
.testimonial-area-three::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area-three::before {
	display: none;
}
}
.testimonial-area-three .testimonial-shape-one {
	left: 85px;
	bottom: 0;
	animation: float-bob-y infinite 6s alternate-reverse;
}
.testimonial-area-three .section-title span {
	color: #fff;
}
.testimonial-area-three .section-title h2 {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial-area-three .testimonials__inner {
	padding-right: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area-three .testimonials__inner {
	padding-right: 0;
}
}

@media (max-width: 767px) {
.testimonial-area-three .testimonials__inner {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area-three .testimonials__inner {
	padding-right: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.testimonial-area-three .testimonials__inner p {
	font-size: 19px;
	line-height: 35px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area-three .testimonials__inner p {
	font-size: 19px;
	line-height: 35px;
}
}

@media (max-width: 767px) {
.testimonial-area-three .testimonials__inner p {
	font-size: 19px;
	line-height: 35px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area-three .testimonials__inner p {
	font-size: 19px;
	line-height: 35px;
}
}
.testimonial-area-three .line::before {
	background-color: #fff;
	position: absolute;
	left: -68px;
	top: 23px;
	width: 40px;
	height: 3px;
	z-index: 1;
	content: "";
}
.testimonial-area-three .slick-dots {
	left: 0 !important;
	bottom: -23px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-area-three .slick-dots {
	bottom: -20px;
}
}

@media (max-width: 767px) {
.testimonial-area-three .slick-dots {
	bottom: -20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-area-three .slick-dots {
	bottom: -20px;
}
}
.tools-img {
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.tools-img img {
	max-width: 100%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.tools-img img {
	max-width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tools-img img {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.tools-img img {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.tools-img img {
	max-width: 100%;
}
}
.tools-img::before {
	content: "";
	border-radius: 50%;
	background: #8ab625;
	position: absolute;
	left: -45px;
	top: -171px;
	width: 715px;
	height: 715px;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.tools-img::before {
	width: 500px;
	height: 500px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.tools-img::before {
	display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tools-img::before {
	display: none;
}
}

@media (max-width: 767px) {
.tools-img::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.tools-img::before {
	display: none;
}
}
.tools-img::after {
	content: "";
	border-radius: 50%;
	background: #1c4810;
	position: absolute;
	left: 0px;
	top: -182px;
	width: 715px;
	height: 715px;
	z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.tools-img::after {
	width: 500px;
	height: 500px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.tools-img::after {
	display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tools-img::after {
	display: none;
}
}

@media (max-width: 767px) {
.tools-img::after {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.tools-img::after {
	display: none;
}
}

@media (max-width: 767px) {
.blog-area .section-title {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-area .section-title {
	margin-left: 0;
}
}
.blog-details-area {
	padding: 130px 0;
}
.blog__content--thumb img {
	width: 100%;
}
.blog__content--thumb::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 0;
	border-color: #004889 transparent transparent transparent;
	z-index: -1;
	left: -30px;
	top: -30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog__content--thumb:hover::before {
	top: -10px;
	left: -10px;
}

@media (max-width: 767px) {
.blog__content--img img {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog__content--img img {
	width: 100%;
}
}
.blog__content--img::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #004889 transparent transparent transparent;
	z-index: -1;
	left: 0;
	top: -20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog__content--img:hover::before {
	top: -10px;
	left: 10px;
}
.blog__content--catagory a {
	font-size: 15px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
	padding-left: 20px;
	display: inline-block;
}
.blog__content--catagory a:first-child {
	color: #004889;
}
.blog__content--catagory a:first-child::before {
	content: "";
	position: absolute;
	background: #004889;
	width: 3px;
	height: 15px;
	left: 0;
	top: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.blog__content--catagory.meta-two a {
	font-size: 11px;
}
}
.blog__content h5 a {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.blog__content h5 a {
	font-size: 18px;
}
}

@media (max-width: 767px) {
.blog__content h5 a {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog__content h5 a {
	padding-right: 0;
}
}
.blog__content .more-btn {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.blog__content .more-btn i {
	font-size: 13px;
}
.blog__content .more-btn:hover {
	color: #004889;
}
.blog:hover h5 a {
	color: #004889;
}
.blog__content--meta a {
	color: #6d6d6d;
	font-size: 15px;
	line-height: 1.9;
	font-family: "futuramedium";
	padding-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.blog__content--meta a {
	font-size: 14px;
	padding-right: 20px;
}
}

@media (max-width: 767px) {
.blog__content--meta a {
	font-size: 14px;
	padding-right: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog__content--meta a {
	font-size: 14px;
	padding-right: 20px;
}
}
.blog__content--meta a i {
	color: #004889;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.meta-two a {
	font-size: 11px;
	padding-right: 5px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-area .section-title {
	margin-left: 0;
}
}

@media (max-width: 767px) {
.blog-area-two .section-title {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-area-two .section-title {
	margin-left: 0;
}
}
.blog-border {
	border: 2px solid #e6e6e6;
	padding: 30px 30px 40px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog-border:hover {
	border-color: #004889;
}
.green_btn {
	background: #8ab625;
	display: inline-block;
}
.green_btn:hover {
	color: #fff;
	background: #004889;
}
.blog .blog__content--thumb-03 {
	overflow: hidden;
	margin-bottom: 30px;
}
.blog .blog__content--thumb-03 img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog:hover .blog__content--thumb-03 img {
	transform: scale(1.1);
}
.blog-grid::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 155px 155px 0 0;
	border-color: #e9efde transparent transparent transparent;
	left: -20px;
	top: -20px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog-grid:hover::before {
	border-color: #004889 transparent transparent transparent;
}
.blog-grid:hover .blog__content h6 a {
	color: #004889;
}
.blog__content h6 a {
	color: #8ab625;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
}
.blog__content h3 a {
	font-size: 35px;
	line-height: 40px;
	font-family: 'Barlow', sans-serif;
}

@media (max-width: 767px) {
.blog {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog {
	padding-right: 0;
}
}
.blog:hover .blog__content h3 a {
	color: #004889;
}
.search-area input:focus {
	border: none;
	box-shadow: none;
}
.search-area ::placeholder {
 color: #8ab625;
}
.search-area ::-webkit-placeholder {
 color: #8ab625;
}
.search-area ::-moz-placeholder {
 color: #8ab625;
}
.search-area .form-control {
	background: #f4f5f0;
	border: 0;
	color: #8ab625;
	font-size: 20px;
	width: 100%;
	height: 70px;
	font-family: 'Barlow', sans-serif;
	border-radius: none;
	padding: 0 30px;
}
.search-area .input-text-group {
	background-color: #004889;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	padding: 21px 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.widget__tag {
	margin-left: 10px;
	margin-right: 10px;
}
}

@media (max-width: 767px) {
.widget__tag {
	margin-left: 10px;
	margin-right: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.widget__tag {
	margin-left: 5px;
	margin-right: 5px;
}
}
.widget__tag .tag_btn {
	border-radius: 5px;
	background-color: #f4f5f0;
	padding: 13px 19px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	font-family: "cerebri_sansmedium";
	margin: 0 0 10px 0;
}
.widget__tag .tag_btn:hover {
	color: #fff;
	background: #004889;
}
.pagination li:first-child .page-link {
	border-radius: 50%;
}
.pagination li a.page-link {
	border: 2px solid #dddddd;
	border-radius: 50%;
	color: #8ab625;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	width: 56px;
	height: 56px;
	display: inline-block;
	margin-right: 10px;
	box-shadow: none;
}

@media (max-width: 767px) {
.pagination li a.page-link {
	font-size: 12px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.pagination li a.page-link {
	font-size: 12px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
}
.pagination li a.page-link:hover {
	color: #fff;
	background: #004889;
	border: 2px solid #004889;
}
.pagination li a.theme_btn2 {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	background: #004889;
	padding: 10px 40px;
	border-radius: 0 30px 30px;
	display: inline-block;
	cursor: pointer;
}

@media (max-width: 767px) {
.pagination li a.theme_btn2 {
	font-size: 12px;
	line-height: 34px;
	padding: 5px 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.pagination li a.theme_btn2 {
	font-size: 15px;
	line-height: 34px;
	padding: 5px 25px;
}
}
.pagination li a.theme_btn2 i {
	font-size: 20px;
}

@media (max-width: 767px) {
.pagination li a.theme_btn2 i {
	font-size: 12px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.pagination li a.theme_btn2 i {
	font-size: 12px;
}
}
.blog-heading {
	padding: 35px 0 35px 47px;
	border-left: 5px solid #004889;
}

@media (max-width: 767px) {
.blog-heading h3 a {
	font-size: 30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-heading h3 a {
	font-size: 30px;
}
}
.blog-list .blog-list-title {
	font-size: 30px;
	line-height: 30px;
}
.blog-list h5 {
	color: #8ab625;
}
.blog-list span {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	color: #8ab625;
}
.blog-list-item .list-item li {
	color: #8ab625;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}
.blog-list-item .list-item li::before {
	content: "\f00c";
	position: absolute;
	font-family: "Font awesome 5 pro";
	color: #8ab625;
	border-radius: 50%;
	left: 0;
	top: 0;
	font-size: 18px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.blog-list-item .list-item li:hover::before {
	left: 5px;
}
.blog__tag li {
	display: inline-block;
	font-size: 18px;
	color: #8ab625;
	font-family: 'Barlow', sans-serif;
}
.blog__tag li a {
	color: #777777;
	font-size: 15px;
	line-height: 30px;
	font-family: "cerebri_sansregular";
}
.social-meadia a {
	display: inline-block;
	color: #696969;
	font-size: 14px;
	margin: 0 10px;
}
.social-meadia a:hover {
	color: #8ab625;
}
.author {
	padding: 50px 80px;
}

@media (max-width: 767px) {
.author {
	padding: 50px 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.author {
	padding: 50px 25px;
}
}
.author h6 {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
}
.blog__content3 h6 a {
	font-size: 18px;
	line-height: 30px;
}

@media (max-width: 767px) {
.coments {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.coments {
	margin-left: 0;
}
}
.coments__text h6 {
	font-size: 18px;
	line-height: 30px;
}
.coments__text span {
	color: #004889;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
	margin-bottom: 10px;
}
.coments__text a {
	color: #777777;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
}
.coments__text a:hover {
	color: #004889;
}
.left-future-img {
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.left-future-img {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
}
}

@media (max-width: 767px) {
.left-future-img {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.left-future-img {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
}
}
.list-02 li {
	font-family: 'Barlow', sans-serif;
}
.staff {
	border-top: 0;
	border-bottom: 0;
	border: 1px solid #e7e7e7;
}
.staff__img {
	overflow: hidden;
}
.staff__img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.staff__name h5 {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	margin: 0;
}
.staff__name p {
	font-family: "futuramedium";
}
.staff__social a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	padding: 15px 35px;
	font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.staff__social a {
	padding: 15px 25px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.staff__social a {
	padding: 15px 30px;
}
}

@media (max-width: 767px) {
.staff__social a {
	padding: 15px 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.staff__social a {
	padding: 15px 25px;
}
}
.staff__social a:hover, .staff__social a:focus {
	color: #fff;
	background: #004889;
}
.staff__social a:nth-child(1) {
	border-left: 0;
}
.staff__social a:nth-child(4) {
	border-right: 0;
}
.staff:hover .staff__img img {
	transform: scale(1.1);
}
.card {
	border: 0;
	border-radius: 0;
	background: 0;
	background: #f4f5f0;
	margin-bottom: 15px;
}
.card .card-header {
	background: 0;
	padding: 0;
	border: 0;
}
.card .card-header button {
	padding: 0;
	border: 0;
	color: #8ab625;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
	display: block;
	width: 100%;
	background: #f4f5f0;
	text-align: left;
	text-decoration: none;
	padding: 25px 40px;
	border-radius: 0;
 #fff-space: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.card .card-header button {
	font-size: 16px;
	padding: 6px 14px;
}
}

@media (max-width: 767px) {
.card .card-header button {
	font-size: 15px;
	padding: 6px 14px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.card .card-header button {
	font-size: 18px;
	padding: 6px 14px;
}
}
.card .card-header button.btn-link {
	position: relative;
}
.card .card-header button.btn-link::before {
	content: "\f068";
	position: absolute;
	font-family: "Font awesome 5 pro";
	right: 30px;
	color: #004889;
	font-size: 22px;
}

@media (max-width: 767px) {
.card .card-header button.btn-link::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.card .card-header button.btn-link::before {
	display: none;
}
}
.card .card-header button.btn-link::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: #004889;
	width: 3px;
	height: 100%;
}
.card .card-header button.collapsed {
	position: relative;
}
.card .card-header button.collapsed::before {
	content: "\f067";
	position: absolute;
	font-family: "Font awesome 5 pro";
	right: 30px;
	color: #004889;
	font-size: 22px;
}

@media (max-width: 767px) {
.card .card-header button.collapsed::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.card .card-header button.collapsed::before {
	display: none;
}
}
.card .card-header button.collapsed::after {
	opacity: 0;
}
.card .card-body {
	padding: 0 40px 30px 40px;
	border-left: 3px solid #004889;
}
.videos {
	width: 100%;
}
.videos__thumb::before {
	content: "";
	background-color: #8ab625;
	opacity: 0.349;
	position: absolute;
	left: 0;
	top: 0;
	width: 93%;
	height: 100%;
	z-index: 1;
	border-radius: 105px 0 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.videos__thumb::before {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.videos__thumb::before {
	width: 100%;
}
}

@media (max-width: 767px) {
.videos__thumb::before {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.videos__thumb::before {
	width: 100%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.videos__thumb img {
	max-width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.videos__thumb img {
	width: 100%;
}
}

@media (max-width: 767px) {
.videos__thumb img {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.videos__thumb img {
	max-width: 100%;
}
}
.videos__icons {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.videos__shape {
	left: -70px;
	z-index: 3;
	bottom: -75px;
}
.faq-area-02 .faq__content {
	margin-left: 0;
}
.widget-title-02 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
}
.widget .form-para {
	padding: 0 39px 10px 39px;
}
.widget__box__02 {
	border-top: 2px solid #004889;
}
.widget__icon__02 a {
	background: none;
	color: #bababa;
	margin: 0 7px;
}
.widget__icon__02 a:hover {
	color: #004889;
	background: none;
}
.process-title i {
	color: #004889;
}
.subscribe-area {
	margin-bottom: -225px;
	z-index: 1;
}
.subscribe-area .sub-bg {
	padding: 80px 50px 0 80px;
}

@media (max-width: 767px) {
.subscribe-area .sub-bg {
	padding: 80px 0px 0 0px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.subscribe-area .sub-bg {
	padding: 80px 0px 0 0px;
}
}
.form-area .form-group {
	position: relative;
}
.form-area input:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
.form-area ::placeholder {
 color: #6a6a6a;
}
.form-area ::-moz-placeholder {
 color: #6a6a6a;
}
.form-area ::-ms-placeholder {
 color: #6a6a6a;
}
.form-area ::-webkit-placeholder {
 color: #6a6a6a;
}
.form-area .form-control {
	background: #fff;
	font-size: 18px;
	line-height: 1;
	height: 70px;
	border: 0;
	font-family: 'Barlow', sans-serif;
	padding: 10px 25px;
	border-radius: 0;
	border-left: 3px solid #004889;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.form-area .form-control {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.form-area .form-control {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.form-area .form-control {
	max-width: 100%;
}
}
.form-area textarea {
	overflow: auto;
	resize: none;
	background-color: #fff;
	border: 0;
	width: 100%;
	height: 145px;
	font-size: 18px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	padding: 30px 27px;
	border-left: 3px solid #004889;
}
.form-area .contact-name span, .form-area .contact-mail span {
	position: absolute;
	right: 75px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
.form-area .contact-name span, .form-area .contact-mail span {
	right: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.form-area .contact-name span, .form-area .contact-mail span {
	right: 20px;
}
}
.contact-info-area {
	padding-top: 120px;
	padding-bottom: 80px;
}
.form-area .contact-message span {
	position: absolute;
	right: 75px;
	top: 24%;
	transform: translateY(-24%);
}

@media (max-width: 767px) {
.form-area .contact-message span {
	right: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.form-area .contact-message span {
	right: 20px;
}
}
.contact__img::before {
	content: "";
	position: absolute;
	right: -50px;
	top: 0;
	top: -80px;
	clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
	background: #004889;
	width: 100%;
	height: 680px;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.contact__img::before {
	height: 633px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact__img::before {
	top: 0;
	height: 600px;
}
}

@media (max-width: 767px) {
.contact__img::before {
	display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.contact__img::before {
	display: none;
}
}
.contact__img-women {
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.contact__img-women {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.contact__img-women {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.contact__img-women {
	max-width: 100%;
}
}
.contact__img-back {
	right: -50px;
	top: 0;
	z-index: 1;
	animation: float-bob-y infinite 4s alternate;
}
.subscribe-wrapper {
	position: relative;
}
.subscribe-wrapper::before {
	content: "";
	position: absolute;
	background: url(/assets/img/icon/leaf24.png);
	width: 109px;
	min-height: 233px;
	left: -35px;
	top: -36px;
	animation: float-bob-x infinite 8s alternate;
}
.news {
	padding: 10px 25px;
	border-bottom: 1px solid #777777;
	color: #8ab625;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.news:hover {
	background-color: #8ab625;
	color: #fff;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.news-section-letter-area {
	min-height: 510px;
	width: 100%;
}
.news-letter-area::before {
	content: "";
	background: rgba(13, 60, 0, 0.851);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 546px;
}
.news-letter-area .section-title a {
	color: #fff;
	margin: 0 5px 10px 5px;
}
.contact-mail span, .contact-name span {
	position: absolute;
	right: 70px;
	top: 26%;
	color: #8ab625;
}
.message-2 span {
	position: absolute;
	right: 73px;
	top: 17px;
	color: #8ab625;
}
.newsletter-two {
	min-height: 503px;
}

@media (max-width: 767px) {
.newsletter-two {
	min-height: 400px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter-two {
	min-height: 400px;
}
}

@media (max-width: 767px) {
.newsletter-two::before {
	min-height: 421px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter-two::before {
	min-height: 421px;
}
}

@media (max-width: 767px) {
.newsletter-two .section-title-#fff {
	padding-top: 80px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.newsletter-two .section-title-#fff {
	padding-top: 80px;
}
}
.newsletter-two .section-title-#fff .border_btn {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
.newsletter-two .section-title-#fff .border_btn:hover {
	background: #004889;
	border: 2px solid transparent;
}
.coments-form {
	padding: 50px;
}

@media (max-width: 767px) {
.coments-form {
	padding: 30px 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.coments-form {
	padding: 30px 10px;
}
}
.coments-form .form-control {
	max-width: 100%;
	border: 0;
}
.coments-form textarea {
	width: 667px;
	height: 120px;
	border: 0;
	padding: 0;
	padding: 23px 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.coments-form textarea {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.coments-form textarea {
	width: 100%;
}
}

@media (max-width: 767px) {
.coments-form textarea {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.coments-form textarea {
	width: 100%;
}
}
.coments-form .contact-name3 span {
	right: 33px;
}
.coments-form .contact-mail3 span {
	right: 33px;
}
.coments-form .contact-message3 span {
	right: 33px;
}
.cta-area {
	position: relative;
	padding-bottom: 75px;
}
.contact-left-img {
	padding-top: 100px;
}
.contact-form {
	padding: 25px;
}
.contact-form .section-title {
	padding: 0;
	margin: 0
}
.contact-form .section-title h2 {
	padding: 0;
	margin: 0
}
.contact {
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.contact:hover {
	transform: translateY(-5px);
}
.contact h3 {
	font-size: 29px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}
.contact a {
	color: #474747;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}
.contact a i {
	color: #004889;
	font-size: 18px;
}
.contact span {
	font-size: 110px;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: -61px;
}
.search-02 {
	max-width: 266px;
}

@media (max-width: 767px) {
.search-02 {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.search-02 {
	max-width: 100%;
}
}
.search-02 input:focus {
	border: 2px solid #e2e2e2;
}
.search-02 .form-control {
	background: none;
	border: 2px solid #e2e2e2;
	height: 66px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #8ab625;
}
.search-02 .input-text-group {
	background: none;
	color: #8ab625;
	right: 5px;
	cursor: pointer;
}
.item__view h6 {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	line-height: 24px;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.item__view h6 {
	font-size: 17px;
}
}
.nice-select {
	border: 2px solid #e2e2e2;
	width: 100%;
	height: 66px;
	border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.nice-select {
	width: 100%;
}
}

@media (max-width: 767px) {
.nice-select {
	width: 100%;
	margin-bottom: 60px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.nice-select {
	width: 100%;
	margin-bottom: 60px;
}
}
.nice-select .current {
	line-height: 59px;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	padding-left: 10px;
	color: #8ab625;
}
.nice-select .list {
	width: 100%;
	border-radius: 0 0 inherit;
}
.nice-select .list li {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	color: #8ab625;
}
.products {
	border: 2px solid #ececec;
	padding: 30px 0;
}
.products:hover .action-02 {
	bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.product-details {
	padding-right: 0;
}
}

@media (max-width: 767px) {
.product-details {
	padding-right: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-details {
	padding-right: 0;
}
}
.product-details .product-details-title {
	font-size: 30px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
}
.product-details span {
	color: #004889;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	display: inline-block;
}
.product-details-rating a {
	color: #ffab1c;
}
.product-details-img {
	margin-left: 200px;
	background: #f4f5f1;
	text-align: center;
	padding-bottom: 51px;
}

@media (max-width: 767px) {
.product-details-img {
	margin-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-details-img {
	margin-left: 0;
}
}

@media (max-width: 767px) {
.product-details-img .product-large-img img {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-details-img .product-large-img img {
	max-width: 100%;
}
}
.product-detail {
	padding-top: 125px;
	padding-bottom: 95px;
}
product-detail-img {
}
.plus-minus {
	display: inline-block;
}
.plus-minus .cart-plus-minus {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.plus-minus .cart-plus-minus input {
	height: 31px;
	width: 100px;
	border: 0;
	border: 1px solid #e7e7e7;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
}
.plus-minus .cart-plus-minus .qtybutton {
	position: absolute;
	top: -5px;
	left: 13px;
	font-size: 20px;
	color: #777777;
	cursor: pointer;
	text-align: center;
}
.plus-minus .cart-plus-minus .inc {
	left: auto;
	right: 13px;
}
.product-details-action button:focus {
	box-shadow: none;
}
.product-details-action button {
	padding: 14px 23px;
	display: inline-block;
	border: 0;
	outline: 0;
	box-shadow: 0;
	color: #fff;
	background: #004889;
	font: 600 14px/1 'Noto Sans JP', sans-serif;
	padding: 13px 22px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0 30px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.product-details-action button:hover {
	background: #8ab625;
}
.product-details-social span {
	color: #8ab625;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	margin-right: 10px;
}
.product-details-social a {
	color: #799ab3;
	font-size: 15px;
	margin: 0 7px;
}
.product-details-social a:hover {
	color: #8ab625;
}
.product-desc-area {
	padding-bottom: 100px;
	border-bottom: 2px solid #e7e7e7;
}
.nav-tabs {
	border: 0;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	background-color: #f9b000;
}

@media (max-width: 767px) {
.nav-tabs {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.nav-tabs {
	padding-left: 10px;
	padding-right: 10px;
}
}
.nav-tabs .nav-link {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	border: 1px solid #f9b000;
	text-align: center;
	padding: 15px;
}
.nav-tabs .nav-link:hover {
	text-decoration: underline;
	border: 1px solid #f9b000;
}
.nav-tabs .nav-link.active {
	border-radius: 0;
	border: 1px solid #f9b000;
}

@media (max-width: 767px) {
.tab-content .product__text {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.tab-content .product__text {
	padding-left: 10px;
	padding-right: 10px;
}
}
.tab-content .product__text .img-list, .blog__content .img-list {
	 display: flex;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.tab-content .product__text .img-list p, .blog__content .img-list  p {
	 max-width: 30%;
	margin-right: 1.5%;
}
.tab-content .product__text .imgCon {
	margin-bottom: 25px;
}
.tab-content .product__text ul li, .blog__content ul li  {
	padding-left: 20px;
	position: relative;
}
.tab-content .product__text ul li::before, .blog__content ul li::before {
	content: '\f061';
	position: absolute;
	left: 0;
	top: 7px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;	
}
.page-title-area {
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 25vh;
	background-position: center -500px;
	overflow:hidden;
}
.imgCon {
	margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.page-title-area {
	min-height: 440px;
}
}
.page-title-area::before {
	content: "";
	background-color: #051401;
	opacity: 0.651;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}

@media (max-width: 767px) {
.page-title-area::before {
	min-height: 440px;
}
.page-title-area {
	background-position: center 0;
	height: 15vh;
}
.section-title {
	padding-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.page-title-area::before {
	min-height: 440px;
}
}

.page-title h2 {
	color: #fff;
	font-size: 75px;
	line-height: 1.5;
	font-family: 'Barlow', sans-serif;
	margin: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.page-title h2 {
	font-size: 50px;
}
.page-title {
	padding-top: 150px;
}
}

@media (max-width: 767px) {
.page-title h2 {
	font-size: 32px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.page-title h2 {
	font-size: 32px;
}
}
.breadcrumb-list {
	margin-bottom: 20px;
}
.breadcrumb-list ul li {
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0 10px;
}
.breadcrumb-list ul li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.breadcrumb-list ul li {
	border-right: 1px solid #fff;
}
.breadcrumb-list ul li:last-child {
	border-right: none;
}
.plan {
	border: 1px solid #e7e7e7;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.plan:hover {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(237, 237, 237, 0.77);
	border: 1px solid transparent;
}
.plan .pr_price {
	color: #004889;
	font-size: 55px;
	position: relative;
	padding-left: 10px;
	display: inline-block;
}
.plan .pr_price .dollar-sign {
	font-size: 20px;
	line-height: 28px;
	position: absolute;
	top: 8px;
	left: -8px;
}
.pr_head .tag-name {
	font-size: 14px;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	padding: 6px 11px;
	border-radius: 22px 0 22px 22px;
	right: 0;
	top: -36px;
}
.pr_head h3 {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 30px;
}
.pr_body .pr_list li {
	color: #777777;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	margin: 14px 0;
}
.plan-02 {
	background: none;
	border: 0;
	background: #fff;
	margin-right: 10px;
	margin-top: 10px;
}
.plan-02::before {
	content: "";
	background: #004889;
	position: absolute;
	left: -12px;
	top: -10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.plan-02 .hover-bg {
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 361px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	border: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
.plan-02 .hover-bg {
	max-width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.plan-02 .hover-bg {
	max-width: 100%;
}
}
.plan-inner {
	padding: 60px 50px;
	z-index: 11;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.plan-inner {
	padding: 45px 25px;
}
}
.plan-inner:hover {
	background: transparent;
}
.plan-inner:hover .pr_head_02 h3 {
	color: #fff;
}
.plan-inner:hover .pr_head_02 h2 {
	color: #fff;
}
.plan-inner:hover .pr_head_02 h2 .month {
	color: #fff;
}
.plan-inner:hover p {
	color: #fff;
}
.plan-inner a {
	padding: 20px 49px;
	display: inline-block;
}
.pr_head_02 h3 {
	color: #8ab625;
	font-size: 30px;
	line-height: 28px;
	font-family: cerebri-semi;
	margin: 0;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.pr_head_02 h2 {
	color: #004889;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.pr_head_02 h2 .month {
	color: #8ab625;
	font-size: 18px;
	line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.prduct-list {
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 50px!important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.prduct-list {
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 50px!important;
}
}

@media (max-width: 767px) {
.prduct-list {
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 50px!important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.gprduct-list {
	padding-left: 0;
	padding-right: 0;
}
}
.prduct-list {
	padding: 125px 55px 100px 55px
}
.prduct-list-block:hover .prduct-list-img img {
	transform: scale(1.1);
}
.prduct-list-block {
	margin-bottom: 30px;
	position: relative;
}
.prduct-list-img {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.prduct-list-img img {
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.prduct-list-img::before {
	content: "";
	position: absolute;
	background: rgba(138, 182, 37, 0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.prduct-list-text {
	position: absolute;
	margin-bottom: 30px;
	top: 55px;
	left: 55px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.prduct-list-text {
	left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.prduct-list-text {
	left: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.prduct-list-text {
	left: 10px;
}
}

@media (max-width: 767px) {
.prduct-list-text {
	left: 5px;
}
}
.prduct-list-text h2 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	font-family: 'Barlow', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.prduct-list-text h2 {
	font-size: 46px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.prduct-list-text h2 {
	font-size: 48px;
}
}

@media (max-width: 767px) {
.prduct-list-text h2 {
	font-size: 35px;
}
.prduct-list-text span {
	display: none!important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.prduct-list-text h2 {
	font-size: 40px;
}

}
.prduct-list-text span {
	display: block;
}
.prduct-list-text span p {
	color: #fff;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
}
.prduct-list-block .arow_btn {
	font-size: 38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 126px 126px;
	border-color: transparent transparent #004889 transparent;
	display: inline-block;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.prduct-list-block .arow_btn i {
	color: #fff;
	position: absolute;
	left: -56px;
	z-index: 11;
	top: 70px;
}
.prduct-list-block:hover .prduct-list-img::before {
	opacity: 1;
}
.prduct-list-block:hover .prduct-list-text {
	opacity: 1;
	visibility: visible;
}
.prduct-list-block:hover a {
	opacity: 1;
}
.prduct-list-block .text__two h3 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	margin: 0;
}
.prduct-list-block .text__two span {
	font-size: 15px;
}
.gallery-content .imgCon {
	margin-bottom: 30px;
}


.team__img {
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(132, 132, 132, 0.47);
  overflow: hidden;
}
.team__img img {
  display: block;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 100%;
}
.team__img img:hover {
  transform: scale3d(1.2, 1.2, 2);
}
.team__img::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: rgba(13, 60, 0, 0.4);
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team__img:hover::before {
  opacity: 1;
}
.team__social {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team__social a {
  border-radius: 50%;
  background: white;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #6a961f;
  font-size: 14px;
  margin: 0 4px;
}
.team__social a:hover, .team__social a:focus {
  color: white;
  background: #6a961f;
}
.team__name h6 {
  font-size: 20px;
  line-height: 20px;
}
.team:hover .team__social {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.our-team-two .team-shape-one {
  right: 0;
  bottom: -160px;
}

.teams__imgs {
  border-radius: 0;
  z-index: 1;
}
.teams__imgs img {
  width: 100%;
}
.teams__imgs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, #0d3c00 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, #0d3c00 100%);
  background-image: -webkit-linear-gradient(90deg, #0d3c00 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, #0d3c00 100%);
  background-image: -ms-linear-gradient(90deg, #0d3c00 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, #0d3c00 100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.teams__socials {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__socials a {
  color: #69935d;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__socials a i {
  font-size: 12px;
}
.teams__socials a:hover {
  color: white;
  background: #6a961f;
}
.teams__names {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.teams__names h6 {
  color: white;
  margin: 0;
  margin-bottom: 5px;
}
.teams__names p {
  color: white;
}
.teams .teams__contents {
  bottom: 30px;
  left: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team {
	padding: 15px;
}
.team .team__name {
	margin-top: 25px;
}

.teams:hover .teams__contents {
  opacity: 1;
  visibility: visible;
}

.teams:hover .teams__imgs::before {
  opacity: 1;
}

.our-team-three .large_btn a {
  background: none;
  color: #0d3c00;
  border: 2px solid #e7e7e7;
}
.our-team-three .large_btn a:hover {
  background: #6a961f;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
.projects__img img {
	width: 100%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.projects__img img {
	width: 100%;
}
}
.projects__img::before {
	content: " ";
	background: rgba(13, 60, 0, 0.671);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.projects .left-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 45px;
	z-index: 3;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.projects:hover .projects__img::before {
	opacity: 1;
}
.projects:hover .left-arrow {
	opacity: 1;
}
.infos {
	border: 1px solid #e7e7e7;
	padding: 35px 0 30px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.infos {
	padding: 35px 0 30px 10px;
}
}
.infos__details li {
	color: #6a6a6a;
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 7px;
	font-family: 'Barlow', sans-serif;
}

@media (max-width: 767px) {
.infos__details li {
	font-size: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.infos__details li {
	font-size: 15px;
}
}
.infos__details li span {
	color: #8ab625;
}

@media (max-width: 767px) {
.post {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.post {
	padding-left: 25px;
	padding-right: 25px;
}
}
.post__text h3 {
	font-size: 30px;
	line-height: 1.1;
	font-family: 'Barlow', sans-serif;
}
.post__text .hr-line {
	color: #8ab625;
	font-size: 15px;
	line-height: 2.1;
	font-family: "cerebri_sansmedium";
	display: inline-block;
}
.post__text .hr-line::before {
	content: "";
	background: #004889;
	position: absolute;
	left: 0;
	top: 18px;
	width: 35px;
	height: 3px;
	z-index: 1;
}
.post__img {
	overflow: hidden;
}
.post__img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.post__img img:hover {
	transform: scale3d(1.2, 1.2, 2);
}
.border_btn2 {
	background: none;
	border: 1px solid #e7e7e7;
	color: #8ab625;
}
.border_btn2:hover {
	background: #004889;
	border: 1px solid transparent;
	color: #8ab625;
}
.slide-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -300px;
	width: 300px;
	padding: 25px 20px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	z-index: 1020;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
.slide-bar.show {
	right: 0;
}
.open-mobile-menu {
	display: inline-block;
}
.open-mobile-menu a {
	display: block;
	width: 50px;
	height: 50px;
	background: #212121;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-left: 20px;
	color: #fff;
}
.open-mobile-menu a:hover {
	background: #004889;
}
.open-mobile-menu a.active {
	background: #004889;
}
.close-mobile-menu a {
	color: #212121;
	position: relative;
	z-index: 2;
	font-size: 16px;
	top: -10px;
	left: 0;
}
.close-mobile-menu a:hover {
	color: #ff0000;
}
.on-side {
	overflow: hidden;
}
.blur {
	filter: blur(5px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.side-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-mobile-menu ul li a {
	padding: 13px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #101a23;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.side-mobile-menu ul li a:hover {
	color: #004889;
	padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
	color: #004889;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
	background: #004889;
	border-color: #004889;
}
.side-mobile-menu ul li ul {
	padding-left: 0;
	list-style: none;
}
.side-mobile-menu ul li ul li {
	padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
	color: #004889;
	padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
	background: #004889;
	border-color: #004889;
}
.side-mobile-menu ul li ul li a {
	position: relative;
	padding-left: 15px;
	text-transform: capitalize;
	font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #101a23;
	border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
	padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: initial;
	right: 16px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all .3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.offset-widget.offset-logo {
	border-bottom: 1px solid #eeecec;
	padding-bottom: 20px;
}
.offset-widget .info-widget > p {
	margin-bottom: 0;
}
.offset-widget .instagram {
	overflow: hidden;
}
.offset-widget .instagram > a {
	max-width: 33.3%;
	float: left;
	margin: 5px 0;
}
.offset-widget .instagram > a img {
	max-width: 100%;
}
.social-widget > a {
	color: #004889;
	border: 1px solid #004889;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 4px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
footer .social-widget > a {
	color: #fff;
	border: 1px solid #fff;
}
.social-widget > a i {
	font-size: 14px;
}
.social-widget > a:hover, .social-widget > a:focus {
	color: #fff;
	background: #004889;
}
footer {
	position: relative;
	background-color: #004889;
	padding-top: 90px;
	padding-bottom: 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
footer .row:first-child {
	padding-bottom: 40px;
}
footer .row:nth-child(2) {
	padding-top: 40px;
}
.footer-area .fot-shape {
	left: 90px;
	top: 0;
}
.footer-area .fot-shape-two {
	right: 0;
	bottom: 0;
}
.footer-area .scroll-target {
	border-radius: 12px;
	background-color: #004889;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top: -35px;
	width: 70px;
	height: 70px;
	z-index: 1;
}
.footer-area .scroll-target i {
	color: #fff;
	font-size: 30px;
	line-height: 70px;
}
.footer-area .border_bottom2 {
	border-bottom: 1px solid #eaeaea;
}
.footer-area .border-bottom1 {
	border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
.footer__widget {
	padding-left: 0;
	margin-top: 25px;
}
.social-widget, .tuyan {
	text-align: center;
	justify-content: center!important;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer__widget {
	padding-left: 0;
}
}
.footer__widget .footer-logo {
	display: inline-block;
}
.footer__widget h5 {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Barlow', sans-serif;
}
.footer__widget p {
	color: #fff;
}
.footer__widget .call {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
}
.footer__widget .call i {
	font-size: 11px;
}
.footer__widget .fot-list li a {
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	font-family: 'Barlow', sans-serif;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer__widget .fot-list li a i {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.footer__widget .fot-list li a:hover {
	padding-left: 20px;
}
.footer__widget .fot-list li a:hover i {
	display: block;
}
.blogs__content h6 a {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Barlow', sans-serif;
}
.blogs__content a i {
	color: #004889;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.subscribe-input {
	padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.subscribe-input {
	padding-left: 30px;
}
}

@media (max-width: 767px) {
.subscribe-input {
	padding-left: 0;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.subscribe-input {
	padding-left: 0;
}
}

@media (max-width: 767px) {
.footer__subscribe {
	margin-bottom: 60px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer__subscribe {
	margin-bottom: 60px;
}
}
.footer__subscribe input:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.footer__subscribe ::placeholder {
 color: #fff;
}
.footer__subscribe ::-webkit-placeholder {
 color: #fff;
}
.footer__subscribe ::-moz-placeholder {
 color: #fff;
}
.footer__subscribe .form-control {
	background: #004889;
	position: absolute;
	border: 0;
	max-width: 300px;
	height: 60px;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Barlow', sans-serif;
	padding: 30px;
	display: block;
	border-radius: 0 30px 30px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.footer__subscribe .form-control {
	max-width: 100%;
}
}

@media (max-width: 767px) {
.footer__subscribe .form-control {
	max-width: 100%;
	margin-bottom: 30px;
}
.owl-nav {display: none;}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer__subscribe .form-control {
	max-width: 100%;
	margin-bottom: 30px;
}
}
.footer__subscribe .input-text i {
	color: #fff;
	position: absolute;
	right: 30px;
	top: 18px;
	font-size: 24px;
	cursor: pointer;
}
.copyright {
	color: rgba(255, 255, 255);
	text-align: center;
}
.copyright a {
	color: #004889;
}
.f__widget3 h5 {
	color: #8ab625;
}
.f__widget3 p {
	color: #777777;
}
.f__widget3 .call {
	color: #8ab625;
}
.f__widget3 .call i {
	color: #004889;
}
.f__widget3 .fot-list li a {
	color: #777777;
}
.f__widget3 .blogs__content h6 a {
	color: #8ab625;
}
.sosyal {
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}
.sosyal li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	margin: 5px;
	color: #fff;
	transition: all .3s;
}
.sosyal li a:hover {
	border: 1px solid #0b1224;
	background-color: #0b1224;
	transition: all .3s;
}
.tuyan {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
#cerez-sozlesme {
	position: fixed;
	transform: translate(0, 100px);
	left: 0;
	bottom: 0;
	z-index: 2000;
	background-color: rgb(0 0 0 / 0.7);
	width: 100%;
	padding: 20px 30px;
}
#cerez-sozlesme p, #cerez-sozlesme p a {
	color: #fff!important;
	padding-top: 10px;
}
#cerez-sozlesme p a {
	text-decoration: underline;
}
#cerez-sozlesme .btn-sozlesme {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 12px;
	color: #004889!important;
	text-decoration: none;
}
.cerez {
	transform: translate(0)!important;
	transition: all .3s!important;
}

@media (min-width: 576px) {
#cerez-sozlesme {
	display: flex;
	justify-content: center;
	padding: 10px;
}
#cerez-sozlesme p {
	margin: 0;
}
#cerez-sozlesme .btn-sozlesme {
	width: 20%;
}
}

@media (min-width: 760px) {
#cerez-sozlesme {
	padding: 15px 20px;
}
}

@media (min-width:992px) {
#cerez-sozlesme p {
	font-size: 12px;
	padding: 5px 0;
}
#cerez-sozlesme .btn-sozlesme {
	width: 100px;
	margin-left: 10px;
}
}

@media (min-width:1360px) {
.main-header-area2 .logo {
	width: 75%;
}
}

@media (min-width:1440px) {
}

@media (min-width:1600px) {
.container-agrotec {
	max-width: 1500px;
}
}

@media (min-width:1900px) {
}

@media (min-width:2100px) {
.container-agrotec {
	max-width: 1600px;
}
}
