@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
	margin: 0;
	padding: 0;
	background-image: url("../img/bg.jpg");
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	background-position: center top;
	background-attachment: fixed;
}
.container {
	max-width: 1250px;
}
.main-head h1 {
	font: 60px/72px 'Lobster', cursive;
	color: #fff;
	text-shadow: 5px 7px 5px #111;
	margin: 35px 0;
}
.main-col {
    text-align: center;
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.center-img {
	background-color: rgba(78, 83, 94, 0.6);
	border-radius: 8px;
	box-shadow: 7px 0 10px 1px #111;
	-moz-box-shadow: 7px 0 10px 1px #111;
	-webkit-box-shadow: px 0 10px 1px #111;
	float: left;
	width: 100%;
}
.img-absolute {
	float: left;
	width: 100%;
	position: relative;
	margin: -100px 0 0 0;
}
.img-absolute img {
	position: relative;
}
.top-img {
	margin: 0 0 100px;
}
.img-desc {
   	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	float: left;
	width: 100%;
}
.pare-absolute {
	font: 500 34px/38px "Montserrat", Helvetica, sans-serif;
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	text-shadow: 4px 4px 5px #111;
	padding: 0;
	position: absolute;
	top: 50%;
	bottom: auto;
	text-transform: uppercase;
}
.img-desc p {
	font: 400 24px/30px "Montserrat", Helvetica, sans-serif;
	padding: 0 25px;
	margin: 10px 0;
	float: left;
	width: 100%;
}
.col-padding {
    padding: 0 30px;
	float: left;
    width: 100%;
}
.img-desc a {
	padding: 10px 40px;
	background: linear-gradient(to bottom, #54e532, #026a02, #014a13);
	color: #fff;
	font: 700 24px/30px "Montserrat", Helvetica, sans-serif;
	border-radius: 25px;
	margin: 10px 0 0 0;
	float: none;
	border: 0;
	display: inline-block;
	vertical-align: top;
	transition:all 0.5s;
	background-size: auto 200%;
}
.carousel-block .owl-item {
    float: left;
}
.carousel-block{
    overflow: hidden;
}
.img-desc a:hover, .img-desc a:active, .img-desc a:focus{
	background-position: bottom center;
	background-color:#014a13;
}
.owl-nav {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.owl-nav button {
	margin: 0 5px;
	background: #026a02;
	border: 1px solid #026a02;
	color: #fff;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 25px;
}
.owl-nav button:focus{
	outline:none;
}
.owl-nav button span {
    font-size: 22px;
    line-height: 27px;
}
.owl-nav button.disabled {
    opacity: 0.6;
}
@media (max-width: 1201px) {
	.img-desc p{
		padding: 0 15px;	
	}
	body{
		margin:0 0 230px 0;		
	}
}
@media (max-width: 1199px) {
	.main-head h1{
		font-size: 48px;
		line-height: 62px;
	}
	.img-desc p{
		font-size: 17px;
		line-height: 28px;		
	}
	.img-desc a{
		padding:7px 20px;
		font-size: 20px;
		line-height: 30px;		
	}
	.pare-absolute{
		font-size: 26px;
		line-height: 35px;		
	}
	.main-head h1{
		margin:15px 0;		
	}
}
@media (max-width: 991px) {
	.main-head h1 {
		font-size: 42px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.pare-absolute{
		font-size: 20px;
		line-height: 30px;
	}
	.img-desc p {
		font-size: 14px;
		line-height: 24px;
		padding: 0;
	}
	.img-desc a {
		padding: 7px 15px;
		font-size: 16px;
		line-height: 25px;
	}
	
}
@media (min-width: 576px) {
	.col-padding{
		width:50%;
	}
}
@media (max-width: 575px) {
	body{
		background-image: url("../img/bg2.jpg");
	}
	.main-head h1 {
		font-size: 27px;
		line-height: 42px;
	}
	body {
	    margin: 0;
	}
	.pare-absolute {
		font-size: 27px;
		line-height: 30px;
	}
	.img-desc p {
		font-size: 22px;
		line-height: 28px;
		padding: 0;
	}
	.col-padding{
		padding:0 30px 30px	;
	}
}
@media (max-width: 480px) {
	.img-absolute{
		float: none;
		width: 80%;
		display: inline-block;
	}
	.pare-absolute{
		font-size: 22px;
		line-height: 30px	
	}
	.img-desc p {
	    font-size: 18PX;
	}
}
