:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --theme-color: #9cc425;
  --light-grey: #EFEFEF;
  --font-color: #333333;
  --font-grey: #BAB9B9;
  --body-bg: #cccccc;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color:var(--font-color);
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	background-color: var(--body-bg);
	word-wrap: break-word;
}

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

@media(min-width: 1400px){
	.container{
		max-width: 1370px;
	}
}

h1 , h2 , h3 , h4 , h5 , h6{
	padding: 0px;
	margin: 0 0 15px 0;
	font-weight: 600;
	line-height: normal;
	word-wrap: break-word;
}

h1{

}
	
h2{
	font-size: 36px;
}

h3{
	font-size: 32px;
}

h4{
	font-size: 28px;
}

h5{
	font-size: 24px;
}

h6{
	font-size: 22px;
}

a , a:hover , a:visited , a:focus{
	outline: none;
	text-decoration: none;
}

input , button{
	outline: none !important;
}

ul , ol{
	margin: 0 0 0 15px;
	padding: 0px;
}

ul li , ol li{
	margin: 0 0 0 10px;
	padding: 0px;
}

p{
	margin: 0 0 15px 0;
}

/*input[type="text"] , input[type="email"] , input[type="password"] , input[type="search"] , input[type="subject"] , input[type="url"] , input[type="tel"] , textarea{
	height: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	border-radius: 70px;
	background: var(--white-color);
	border: 1px solid var(--font-grey);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	-ms-box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	-o-box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.16);
	width: 100%;
	color: var(--font-color);
	padding: 0 20px;
}

textarea{
	height: 205px;
	resize: none;
	padding: 25px 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}

::-webkit-input-placeholder {
  color: var(--font-color) !important;
}
::-moz-placeholder { 
  color: var(--font-color) !important;
}
:-ms-input-placeholder { 
  color: var(--font-color) !important;
}
:-moz-placeholder {
  color: var(--font-color) !important;
}*/

b, strong {
	font-weight: 700;
}

section:before , section:after{
	clear: both;
	display: table;
	content: "";
}

section{
	position: relative;
	clear: both;
	padding: 70px 0;
}

img{
	max-width: 100%;
}

.wrapper:before , .wrapper:after{
	clear: both;
	display: table;
	content: "";
}

.wrapper{
	max-width: 1920px;
	margin: 0 auto;
	background-color: var(--white-color);
}

/*HEADER PART*/

.header-top{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 20px 0;
}

.header-top-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.logo{
	margin-right: auto;
	max-width: 250px;
}

.social-info-header ul , .social-info-header ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.social-info-header ul li{
	display: inline-block;
	width: auto;
	margin-right: 15px;
}

.social-info-header ul li:last-child{
	margin-right: 0px;
}

.social-info-header ul li img {
	max-width: 40px;
	max-height: 35px;
}

.header-bottom{
	background: var(--font-color);
	color: var(--white-color);
}

.header-bottom{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}

.header-bottom-inner{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.main-menu{
	margin-right: auto;
}

.main-menu ul , .main-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main-menu li{
	display: inline-block;
	width: auto;
	position: relative;
}

.main-menu li a{
	display: block;
	color: var(--white-color);
	padding: 12px 13px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.main-menu > nav > ul > li:hover > a , .main-menu > nav > ul > li.active > a{
	color: var(--font-color);
	background: var(--theme-color);
}

.main-menu > nav > ul > li > ul {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0px;
	margin: 0;
	font-size: 1rem;
	color: #212121;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-o-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.main-menu > nav > ul > li:hover > ul{
	display: block;
}

.main-menu li ul li{
	width: 100%;
	margin: 0px;
}

.main-menu li ul li a{
	background-color: var(--font-color);
	color: var(--white-color);
}

.main-menu li ul li:hover a , .main-menu li ul li a.active{
	color: var(--font-color);
	background: var(--theme-color);
}

.right-menu ul , .right-menu li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.right-menu li{
	display: inline-block;
	width: auto;
}

.right-menu li a{
	display: block;
	color: var(--white-color);
	padding: 12px 13px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.right-menu li:hover a , .right-menu li.active a{
	color: var(--font-color);
	background: var(--theme-color);
	animation-name: unset !important;
  animation-duration: unset !important;
  animation-iteration-count: unset !important;
  animation-direction: unset !important;
}

.right-menu li:first-child a{
	/*color: var(--font-color);
	background: var(--theme-color);*/
	transition: all 0.5s ease 0s;
	animation-name: backgroundColorPalette;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes backgroundColorPalette {
  0% {
    background: var(--theme-color);
  }
  25% {
    background: #4c4848;
    color: var(--white-color);
  }
  50% {
    background: var(--theme-color);
  }
  75% {
    background: #4c4848;
    color: var(--white-color);
  }
  100% {
    background: var(--theme-color);
  }
}

.home-slider{
	padding: 0px;
}

/*HOME SLIDER*/

.home-inner-item{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	border-bottom: 4px solid #9cc425;
}

.home-inner-left{
	width: 100%;
	max-width: 65%;
	flex: 0 0 65%;
}

.home-inner-right{
	width: 100%;
	max-width: 35%;
	flex: 0 0 35%;
	padding: 0 30px;
}

.home-inner-right h3{
	background: var(--theme-color);
	color: var(--white-color);
	padding: 6px 15px 5px;
	display: inline-block;
	width: auto;
}

.home-inner-right h2{
	margin-top: 30px;
	line-height: 48px;
	color: var(--black-color);
}

.home-inner-right h2 span{
	display: block;
	font-size: 24px;
}

.home-inner-right p{
	margin-top: 30px;
	color: var(--black-color);
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	text-indent: -100000px;
}

.owl-theme .owl-nav .owl-prev , .owl-theme .owl-nav .owl-prev:hover{
	background: url('../images/left-arrow.png') no-repeat center center;
	width: 20px;
	height: 31px;
}

.owl-theme .owl-nav .owl-prev {
	margin-right: 16px;
}

.owl-theme .owl-nav .owl-next , .owl-theme .owl-nav .owl-next:hover{
	background: url('../images/right-arrow.png') no-repeat center center;
	width: 20px;
	height: 31px;
}

.owl-theme .owl-nav .owl-next{
	margin-left: 16px;
}

.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	width: 30%;
	left: 0px;
	bottom: 30px;
}

.service-slider-owl.owl-theme .owl-nav {
	width: 100%;
	left: 0px;
	bottom: 0;
	margin-top: 30px;
	position: relative;
}

/*FOOTER PART*/

.footer-part{
	background: var(--font-color);
	color: var(--white-color);
	padding: 50px 0;
}

.footer-logo {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

.footer-part a{
	color: var(--white-color);
}

.footer-part a:hover{
	color: var(--theme-color);
}

.footer-inner{
	display: flex;
	width: 100%;
	align-items: flex-end;
	flex-wrap: wrap;
}

.footer-left{
	margin-right: auto;
}

.footer-right{
	margin-left: auto;
}

.footer-middle{
	text-align: center;
}

.footer-middle .footer-logo img{
	max-width: 180px;
}

.footer-inner ul , .footer-inner li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-inner li{
	display: inline-block;
	width: auto;
	margin-right: 20px;
}

.footer-inner li a{
	display: block;
}

.footer-left ul li:last-child , .footer-right ul li:last-child{
	margin-right: 0px;
}

.footer-middle p{
	margin: 15px 0 0 0;
}

.frame-layout-1 .gallery-row{
	position: relative;
	overflow: hidden;
	display: inline-block;
	/*perspective: 1000px;
	display: inline-block;
	transform-style: preserve-3d;*/
}

/*.frame-layout-1 .gallery-row:hover{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.frame-layout-1 .gallery-row .gallery-item{
	-webkit-transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	transition: transform 0.8s;
}*/

.frame-layout-1 .gallery-row .gallery-item{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.frame-layout-1 .gallery-row .gallery-item:last-child{
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0px;
	left: 0px;
	/*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
}

.frame-layout-1 .gallery-row:hover .gallery-item:last-child{
	opacity: 1;
	/*-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.frame-layout-1 .gallery-row:hover .gallery-item:first-child{
	position: relative;
	/*-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.carousel-small .item{
	height: auto;
}

.carousel-item-type-text .carousel-text-inner {
	width: auto;
}

.carousel .carousel-control-prev .carousel-control-icon{
	left: 0px;
	padding: 0px;
}

.carousel .carousel-control-next .carousel-control-icon{
	right: 0px;
	padding: 0px;
}

.carousel .carousel-control-icon {
	position: relative;
	top: 0px;
	transform: translate(0,0);
	width: auto;
	height: auto;
	color: #87bd28;
	padding: 1em;
	background-color: transparent;
	transition: all 0.4s ease-in-out 0s;
}

.carousel-control-prev, .carousel-control-next{
	position: relative;
}

.carousel.carousel-small {
	text-align: center;
}

.carousel-inner{
	text-align: left;
	margin-bottom: 40px;
}

.carousel .carousel-control{
	opacity: 1;
	display: inline-block;
	width: 20px;
	height: 31px;
}

.carousel-indicators{
	display: none !important;
}

.carousel .carousel-control-prev .carousel-control-icon:before {
	display: none;
}

.carousel .carousel-control-next .carousel-control-icon:before {
	display: none;
}

.carousel .carousel-control-prev{
	margin-right: 15px;
	background: url('../images/left-arrow.png') no-repeat center center;
	width: 20px;
	height: 31px;
	background-size: 18px auto;
}

.carousel .carousel-control-next{
	background: url('../images/right-arrow.png') no-repeat center center;
	width: 20px;
	height: 31px;
	margin-left: 15px;
	background-size: 18px auto;
}

.carousel-control-prev-icon , .carousel-control-next-icon{
	background: transparent;
}

.carousel-item-header.h2 {
	font-weight: 600;
	margin-bottom: 18px;
}

.carousel .carousel-item {
	padding-left: 0;
	padding-right: 0;
}

@media(min-width: 992px){
	.header-part .container{
		padding: 0 30px;
		max-width: 100%;
		width: 100%;
	}

	.footer-part .container{
		max-width: 100%;
		width: 100%;
		padding: 0 30px;
	}
}

@media(max-width: 1400px){
	body{
		font-size: 16px;
		line-height: 25px;
	}

	.home-inner-right h2 , .home-inner-right p{
		margin-top: 15px;
	}

	.hero-slider.owl-theme .owl-nav{
		bottom: 15px;
	}
}

@media(max-width: 1200px){
	.main-menu li a{
		font-size: 15px;
		padding: 12px 10px;
	}

	.home-inner-right h2{
		font-size: 32px;
		line-height: 42px;
	}

	.home-inner-right h2 , .home-inner-right p{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.home-inner-right{
		padding: 0 20px;	
	}
}

@media(max-width: 991px){
	body {
		font-size: 15px;
		line-height: 24px;
	}

	h1{

	}
		
	h2{
		font-size: 30px;
	}

	h3{
		font-size: 26px;
	}

	h4{
		font-size: 24px;
	}

	h5{
		font-size: 22px;
	}

	h6{
		font-size: 20px;
	}

	.home-inner-left {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.home-inner-right{
		max-width: 50%;
		flex: 0 0 50%;
		padding: 0 15px;	
	}

	.hero-slider.owl-theme .owl-nav {
		bottom: 0;
		position: relative;
		margin: 20px 0;
		width: 100%;
	}

	.footer-inner li{
		margin-right: 10px;
	}

	/* Mobile Menu */

	.header-part .header-bottom .dropdown-toggle:after{
		display: none;
	}

	.mean-container a.meanmenu-reveal {
		padding: 13px 15px 11px 15px;
		top: 8px;
		height: 13px;
		left: 0px !important;
		right: unset !important;
	}

	.mean-container a.meanmenu-reveal span{
		position: relative;
		background: var(--white-color);
	}

	.mean-container a.meanmenu-reveal span:before{
		position: absolute;
		top: -6px;
		height: 3px;
		background: var(--white-color);
		content: "";
		width: 22px;
		left: 0px;
	}

	.mean-container a.meanmenu-reveal span:after{
		position: absolute;
		bottom: -6px;
		height: 3px;
		background: var(--white-color);
		content: "";
		width: 22px;
		left: 0px;
	}

	.mean-container .mean-nav {
		top: 48px;
	}

	.meanmenu-reveal.meanclose {
		top: 2px !important;
	}

	.header-part .container{
		max-width: 100%;
	}

	.home-inner-left , .home-inner-right {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.home-inner-right{
		padding: 20px 15px 10px 15px;
	}

	.footer-part .container{
		max-width: 100%;
		width: 100%;
	}
}

@media(max-width: 767px){
	.footer-inner{
		display: inline-block;
		width: 100%;
	}

	.footer-left , .footer-right , .footer-middle{
		width: 100%;
		text-align: center;
	}

	.footer-left{
		margin-bottom: 20px;
	}

	.footer-right{
		margin-top: 20px;
	}

	.footer-part{
		padding: 30px 0;
	}

	.mean-container .mean-nav{
		background: var(--font-color);
	}

	.logo{
		max-width: 150px;
	}

	.home-inner-right h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.footer-middle .footer-logo img {
		max-width: 150px;
	}

	.frame-layout-2  .gallery-item img, .frame-layout-2 .gallery-item picture {
		width: 100%;
		height: auto;
		max-width: 130px;
	}

	.frame-layout-2  .contentcontainer-column {
		min-height: 40px;
		/*display: flex;*/
		align-items: center;
	}

	.frame-layout-2  .contentcontainer{
		display: flex;
		justify-content: center;
	}

	.frame-layout-2 .contentcontainer {
		display: block;
	}

	.frame-layout-2 .contentcontainer > .contentcontainer-column{
			width: 100%;
	}

	.frame-layout-2 .contentcontainer > .contentcontainer-column > .frame.frame-type-container_2_columns {
		width: 50%;
		display: inline-block;
		text-align: center;
		padding-top: 0px;
	}

	.frame-layout-2 .gallery-item img, .frame-layout-2 .gallery-item picture {
		width: 100%;
		height: auto;
		max-width: 130px;
		max-height: 40px;
	}

	.frame-layout-2 .contentcontainer-column {
		min-height: 60px;
		align-items: center;
		display: flex;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
	}
}

@media(max-width: 360px){
	.frame-layout-2 .gallery-item img, .frame-layout-2 .gallery-item picture {
		width: 100%;
		height: auto;
		max-width: 110px;
		max-height: 40px;
	}
}