@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

h1,h2,h3,h4,h5,h6{
	font-family: 'Yeseva One', cursive;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Lora', serif;
	margin: 0;
}

h1{
	font-size: 35px;
	line-height: 41px;	
}
h2{
	font-size: 30px;
	line-height: 36px;
}
h3{
	font-size: 25px;
	line-height: 31px;
}
h4{
	font-size: 20px;
	line-height: 26px;	
}
h5{
	font-size: 18px;
	line-height: 24px;
}
h6{
	font-size: 16px;
	line-height: 22px;	
}
ul.list, figure{
	list-style: none;
	margin: 0;
	padding: 0;
}
p{
	font-family: 'Open Sans', sans-serif;
}
a{
	color: black;
}
a:hover{
	color: #00732d;
	text-decoration: none;
}
/*back to top*/
#back-top  {
    display: block;
    position: fixed;
    bottom: 20px;
    background-color: #098a26;
    color: white;
    padding: 13px;
    right: 15px;
    z-index: 99;
    font-size: 23px;
    line-height: 20px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;       
}
#back-top  i{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bg-img{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% center;
	height: 500px;
}
img{
	max-width: 100%;
    width: auto;
    max-height: 100%;
}
.btn {
    border: 0;
    border-radius: 0;
    padding: 8px 25px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 12px;
}
.btn a{
    color: #ffffff;
}
button:focus {
    outline: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
    line-height: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit;
	color: #000;
}
.owl-theme button:focus {
    outline: 0;
}

.title span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    color: #f9a51c;
    /* color: #00732d; */
}
.title h1{
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
}
.center{
	text-align: center;
	margin-bottom: 40px;
}
.overlay {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}
.ptbrl{
	padding: 80px 40px;
}
.ptb{
	padding: 20px 0;
}
.pt{
	padding-top: 80px;
}
.pb{
	padding-bottom: 80px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 20px;
}