@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&family=Martel:wght@300;400;600;700&display=swap');

:root{
	--blue : #368CE7;
	--blue-dark : #1666BA;
	--blue-light : #7AB3EF;

	--red : #FF0000;
	--red-dark : #A70000;
	--red-light : #FF5252;

	--green : #76BA1B;
	--green-dark : #4C9A2A;
	--green-light : #ACDF87;

	--orange : #ff7400;
	--orange-dark : #ff4d00;
	--orange-light : #ff9a00;

	--black : #000;
	--dark : #333;
	--light : #666;

	--white : #fff;
	--white-dark : #ccc;
	--white-light : #eee; 
}

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

p{margin:0;}
a,
button,
input,
textarea{
	outline:0;
	transition: all .5s ease;
}
a{ text-decoration:none!important;}

html {
	scroll-behavior:smooth;
}

body{
	font-family: "Martel", serif;
	font-weight:400;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Lobster Two", sans-serif!important;
	font-weight: 700;
}


header, .banner, .section, .h2, .para, .flexbox, footer{
	width:100%; float:left;
}

header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 15px;
	font-size:30px;
	font-weight:800;
	color:#fff;
	background:#0a6f5f;
}

.container{
	width:100%;
	max-width:1520px;
	padding:0 15px;
	padding:0;
}

.banner{
	background:#E8D4C3;
	padding: 25px 0 30px;
	min-height:450px;
	position: relative;
}
.banner:before{
	content:'';
	background:url(../img/img12.jpg) no-repeat center fixed;
	filter:saturate(0);
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:.1;
}
.banner .container{
	display: flex;
	align-items: flex-end;
	max-width:1300px;
	position: relative;
	z-index: 4;
	padding:0 15px;
}
.banner h1{
	font-size:40px;
	font-weight:800; 
	margin:0;
	border-radius:40px;
	background:#fff;
	color:#0a6f5f;
	padding:25px;
	margin-left:30px;
	position: relative;
}
.banner h1:before{
	right: 100%;
	top: 70px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 20px;
	margin-top: -10px;
}

.imgbanner{
	width:1000px;
	max-width:100%;
	border-radius:70px;
	position: relative;
}
.imgbanner:before{
	left: 100%;
	bottom: 66px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(158, 127, 81, 0);
	border-left-color: #9E7F51;
	border-width: 20px;
	margin-top: -20px;
}
.imgbanner img{
	width: 100%;
	border-radius:70px;
}


.bannersub{
	width: 100%; float: left;
	padding:30px 20px;
	min-height:300px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.bannersub p{
	width: 100%;
	max-width:1300px;
	color:#fff;
	font-size:18px;
	line-height:1.8;
	color:rgba(255,255,255,.9);
}

.bannercontent{
	width: 100%; float: left;
}
.bannercontent .container{
	max-width:1520px;
	padding:0;
}
.bannercontent .para{
	padding:35px!important;
	font-size:17px;
	line-height:1.6;
	color:#312823;
}

.section{position: relative;}
.section .container{position: relative; z-index: 2;}
.h2{font-size:30px; font-weight:600;margin:0 0 15px;}
.h3{ width:100%; float:left; font-size:24px; font-weight:700;margin:0 0 10px;}
.para{font-size:15px; line-height:23px;margin:0 0 20px;}
.para strong{font-weight:700;}
.para:last-child{margin:0;}
.flexbox{display:flex; align-items:center; }
.flexbox:last-child{margin:0;}
.flexbox > p, .flexbody{flex:1; padding:30px; margin:0;}
.flexbox > img{width:100%; max-width:50%;}

.ul, .ul li{
	width: 100%; float: left;
	margin:0;
	padding:0;
}
.ul{
	padding-left:20px;
}
.ul li{
	margin:0 0 10px;
	font-size:16px;
}
.ul li:last-child{margin:0;}

.parabox{
	padding:30px;
	text-align: center;
}

.flexgroup{
	width: 100%; float: left;
	display: flex;
}
.flexgroupbox{
	width:50%;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.flexgroupbox img{
	width: 100%;
	float:left;
}
.flexgroupbox p{
	font-size:16px;
	line-height:1.6;
	color:#000;
	padding:20px;
	border-right:solid 1px #333;
}
.flexgroupbox:last-child p{
	border:none;
}
.flexgroupbox p strong{
	font-weight:700;
	color:#0a6f5f;
}

.section1{
	background:#9D2D3E;
	color:#fff;
}

.section3{
	background:#efefef;
}

.section4{
	background-size:cover;
	padding:30px 0;
	color:#fff;
}
.section4 .container{
	padding:0 20px;
	max-width:1200px;
	text-align: center;
	min-height:300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.boxgroup{
	width: 100%; float: left;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.boxgroupitem{
	width:31%;
	background:#fff;
	padding:20px;
	color:#000;
}
.boxgroupitem strong{
	font-weight:700!important;
	color:#5c0c14;
}

.section5 .parabox{
	width: 100%; float: left;
	background:#0a6f5f;
	color:#fff;
	text-align: left;
}

.section6{
	background-size:auto 100%;
}

.section6 .container{
	max-width:1200px;
	min-height:500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.formbox{
	width: 100%; float: left;
	padding:20px;
	display: flex;
	flex-direction: column;
	max-width:500px;
	background:rgba(67,72,78,.9);
	color:#fff;
}
.formbox input{
	width:100%;
	height:50px;
	float:left;
	border:none;
	background:#fff;
	padding:0 15px;
	font-size:15px;
	margin:0 0 10px;
}
.buttonSubmit{
	width: 100%; float: left;
	height:50px;
	background:#4C9A2A;
	color:var(--white);
	border:none;
	outline:0;
	cursor: pointer;
}
.buttonSubmit:hover{
	color:var(--black);
	background:var(--white);
}


footer{
	background:#261A10;
	text-align:center;
	padding:20px 0;
	color:#E9D5C4;
}
footer .container{
	padding:0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerlinks{
	flex:1;
	display: inline-flex;
	align-items: center;
}
.footerlinks a{
	font-size:14px;
	margin:0 6px;
	color:#E9D5C4;
}
.footerlinks a:hover{
	text-decoration: underline!important;
}
.copyrights{
	font-size:14px;
}

.cookiesection{
	width:100%; float:left;
	min-height:calc(100vh - 126px);
	padding:40px 0;
}
.cookiesection .container{
	max-width:1200px;
	padding:0 20px;
}
.cookiesection h2{
	font-size:22px;
	font-weight:600;
}
.cookiesection p{
	font-size:14px;
	line-height:20px;
}
.cookiesection p strong{
	font-weight:600;
}
.cookiesection p .bolder{
	display: block;
	margin:30px 0 10px;
	font-weight:600;
	font-size:16px;
	text-align:center;
}

.backbutton{
	float: left;
	display: inline-flex;
	align-items: center;
	margin:30px 0 20px;
	padding:8px 15px 6px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	color:#fff!important;
	background:#0a6f5f;
}
.backbutton:hover{
	background:#000;
}

@media (max-width:800px){
	.banner{padding:20px 0; min-height:0;}
	.banner h1{font-size:28px; margin:0; text-align: center; position: relative; margin-top:-80px;}
	.banner .container{flex-direction: column;}
	.bannersub p{font-size:15px; line-height:1.6;}
	.imgbanner{ margin:0 0 20px;}
	.imgbanner:before, .banner h1:before{display: none;}
	.h2{font-size:20px;}
	.para{font-size:15px;}
	.flexbox{flex-direction:column;}
	.flexbox > img{max-width:100%; order:1; }
	.flexbody, .flexbox > .para{padding:20px 15px!important; order:2;}
	footer .container{flex-direction: column; align-items: center; text-align: center;}
	.flexgroup, .boxgroup{
		flex-direction: column;
	}
	.flexgroupbox, .boxgroupitem{
		width: 100%;
		margin:0 0 10px;
	}
	.flexgroupbox p, .boxgroupitem p{border:none!important;}
	.flexgroupbox p{font-size:15px;}
}



/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float:right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    /*background-color: #ffc000;*/
}
/*Cookie Consent End*/