@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/poppins-light-webfont.woff2') format('woff2'),
         url('../webfonts/poppins-light-webfont.woff') format('woff');
         url('../webfonts/poppins-light-webfont.ttf') format('truetype'),
         url('../webfonts/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---Reset---*/

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	outline:none;
	font-size-adjust:none;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
*:focus{
	outline:none;
}
*,*:after,*:before{	
    -webkit-box-sizing:border-box;	
    -moz-box-sizing:border-box;	
    box-sizing:border-box;	
    padding:0;	
    margin:0;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	font-family:'Poppins', sans-serif;
	color:#538234;
	background-color:#fff;
	overflow-x:hidden;
	-webkit-user-select:none;
  	-moz-user-select:none;
  	-ms-user-select:none;
 	-o-user-select:none;
  	user-select:none;
	cursor:default;
}
body::-webkit-scrollbar{ 
    display:none; 
}
.container{
    display:block;
	margin-left:auto;
	margin-right:auto;
}
.container:after{
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0px;
}
.anchor{
	position:relative;
	top:-30px;
}
@media(max-width:767px){
	.anchor{
		top:0px;
	}
}
.max-width{
	max-width:850px;
}
.responsive-image{
    display:block;
    width:100%;
}
.frame-image{
	border:solid 1px #538234;
	padding:1px;
}
.center-image{
	margin-left:auto;
	margin-right:auto;
}
.text-center{
	text-align:center;
}
.text-uppercase{
	text-transform:uppercase;
}
.text-justify{
	text-align:justify;
}
@media(max-width:767px){
	.text-justify-mobile{
		text-align:justify;
	}
}
.decoration{
    display:block;
    width:100%;
    height:1px;
    background-color:#538234;
    clear:both!important;
}
.decoration-half{
    display:block;
    width:40%;
	margin-left:auto;
	margin-right:auto;
    height:1px;
    background-color:#538234;
    clear:both!important;
}
.decoration-block{
	margin-top:60px;
	margin-bottom:60px;
}
.hidden{
	display:none;
}
.white{
	color:#fff;
}
.green{
	color:#538234;
}
.triangle:before{
  	position:absolute;
  	display:block;
	content:"";
	width:100%;
  	height:100px;
  	background-image:url("../img/triangle.png");
  	background-size:cover;
  	background-position:bottom;
  	background-repeat:no-repeat;
  	bottom:-1px;
  	z-index:3;
}

/*---Fonts---*/

p{
	font-size:14px;
	line-height:20px;
    font-weight:300;
}
a{
	color:#538234;
	text-decoration:none;
}
@media(min-width:768px){
	a:hover{
		text-decoration:underline;
		transition:all 200ms ease;
	}
}
strong{
	font-weight:600;
}
small{
	font-size:12px;
}
hr{
	margin:0px;
	border-bottom:solid 1px rgba(4,73,84,1);
}

/*---Headings---*/

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a{
	display:inline;
}
h1{
	font-size:36px;
	line-height:40px;
  	font-weight:600;
}
h2{
	font-size:36px;
	line-height:40px;
  	font-weight:200;
	margin-bottom:20px;
}
h3{
	font-size:30px;
	line-height:34px;
  	font-weight:600;
	margin-top:20px;
	margin-bottom:5px;
}

h4{
	font-size:30px;
	line-height:34px;
  	font-weight:200;
	margin-bottom:30px;
}
h5{
    font-size:18px;
    line-height:22px;
    font-weight:600;
	text-transform:uppercase;
}
h6{
    font-size:16px;
    line-height:40px;
    font-weight:600;
}
@media(max-width:1279px){
	h1, h2{
		font-size:30px;
		line-height:34px;
	}
	h3, h4{
		font-size:28px;
		line-height:32px;
	}
}
@media(max-width:1023px){
	h1, h2{
		font-size:24px;
		line-height:28px;
	}
}
@media(max-width:767px){
	h1, h2{
		font-size:20px;
		line-height:24px;
	}
	h3, h4{
		font-size:24px;
		line-height:28px;
	}
}
@media(max-width:639px){
	h1, h2{
		font-size:16px;
		line-height:20px;
	}
	h4{
		font-size:20px;
		line-height:22px;
	}
	h6{
		font-size:14px;
	}
}
@media(max-width:479px){
	h1, h2{
		font-size:15px;
		line-height:19px;
	}
	h3{
		font-size:20px;
		line-height:24px;
	}
	h4{
		font-size:16px;
		line-height:20px;
	}
	h5{
		font-size:13px;
	}
}

/*---Icon-List---*/

.ul-center{
	margin-left:auto;
	margin-right:auto; 
	width:420px;
}
@media(max-width:479px){
	.ul-center{
		width:100%;
	}
}
.icon-list{
    list-style:none;
	line-height:24px;
	text-align:left;
	padding:0px;
	margin-bottom:30px;
}
@media(max-width:479px){
	.icon-list li{
		font-size:14px;
	}
}
.icon-list i{
	width:20px;
	font-size:10px;
	text-align:center;
	margin-right:5px;
}

/*---Columns---*/

@media(max-width:767px){
    .one-half{
        width:45%;
        float:left;
        margin-right:10%;
	}
    .one-third{
        width:28%;
        float:left;
        margin-right:8%;
	} 
    .one-half-responsive{
		width:100%;
	}
    .one-third-responsive{
		width:100%;
	} 
}
@media(min-width:768px){
    .one-half, .one-half-responsive{
        width:45%;
        float:left;
        margin-right:10%;
	}
    .one-third{
        width:28%;
        float:left;
        margin-right:8%;
	}
    .one-third-responsive{
        width:30%;
        float:left;
        margin-right:5%;
	} 
    .one-forth-responsive{
        float:left;
        width:20%;
        margin-right:5%;
	}
}
@media(min-width:1024px){
    .one-left-small{
        width:40%;
        float:left;
	}
    .one-right-large{
        width:55%;
        float:left;
        margin-left:5%;
   }
}
@media(min-width:640px){
    .one-left-small-extra{
        width:25%;
        float:left;
	}
    .one-right-large-extra{
        width:70%;
        float:left;
        margin-left:5%;
   }
}
.last-column{
	margin-right:0%!important
}
.last-column:after{
	visibility:hidden!important;
	display:block!important;
	content:""!important;
	clear:both!important;
	height:0px!important;    
}
.clear{
	clear:both!important;
}

/*---Responsive---*/

.hide-if-mobile{
    display:none!important;
}

.hide-if-responsive{
    display:none!important;
}
@media(max-width:767px){
    .hide-if-responsive{
        display:block!important;
   }
}
@media(min-width:768px){
    .hide-if-mobile{
        display:block!important;   
   }
}

/*---Carousel---*/

.owl-item{
    transform:translate3d(0, 0, 0)!important;   
}
.owl-carousel .animated{
  	-webkit-animation-duration:1000ms;
  	animation-duration:1000ms;
  	-webkit-animation-fill-mode:both;
  	animation-fill-mode:both;
}
.owl-carousel .owl-animated-in{
  	z-index:0;
}
.owl-carousel .owl-animated-out{
  	z-index:1;
}
.owl-carousel .fadeOut{
  	-webkit-animation-name:fadeOut;
  	animation-name:fadeOut;
}
@-webkit-keyframes fadeOut{
  	0%{
    	opacity:0.5;
  	}

  	100%{
    	opacity:0;
  	}
}
@keyframes fadeOut{
  	0%{
    	opacity:0.5;
  	}

  	100%{
    	opacity:0;
  	}
}
.owl-height{
    -webkit-transition:height 500ms ease-in-out;
    -moz-transition:height 500ms ease-in-out;
    -ms-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out;
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px);
}
.owl-dot{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.owl-carousel.owl-loaded{
    display:block;
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block;
}
.owl-carousel.owl-hidden{
    opacity:0;
}
.owl-carousel .owl-refresh .owl-item{
    display:none;
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.owl-carousel .owl-item img{
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto;
}
.owl-carousel .owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab;
}
.owl-carousel.owl-rtl{
    direction:rtl;
}
.owl-carousel.owl-rtl .owl-item{
    float:right;
}