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

*{
	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: 'Zilla Slab', serif;
	font-weight:400;
	background:#6FA8DC;
}

.banner, .section, .h2, .para, .flexbox, footer{
	width:100%; float:left;
}
.container{
	width:100%;
	max-width:1100px;
	padding:0 15px;
}

.banner{}
.banner .container{
	display: flex;
	align-items: flex-start;
}
.banner .container img{
	width: 50%;
	margin:0 20px 0 0;
}
.banner p{
	font-size:18px; 
	line-height:1.4;
	padding:20px 0;
	flex:1;
}
.banner p strong{
	display:block;
	font-size:22px;
	font-weight:600;
}

.section{padding:20px 0; position: relative;}
.section .container{position: relative; z-index: 2;}
.h2{font-size:34px; font-weight:800;margin:0 0 20px; text-align: center;}
.h3{font-size:26px; font-weight:800;margin:0 0 10px;}
.para{font-size:16px; line-height:23px;margin:0 0 20px;}
.para:last-child{margin:0;}
.flexbox{display:flex; align-items:flex-start; margin:0 0 20px; position: relative;}
.flexbox:last-child{margin:0;}
.flexbody{flex:1;}
.flexbody:first-child{padding:0 30px 0 0;}
.flexbody:last-child{padding:0 0 0 30px;}
.flexbox:nth-child(even){background:#fff;}
.flexbox:nth-child(even) .flexbody{padding:20px!important}

.imgslide{ width:50%; position:sticky; top:0;}
.imgslide img{width:100%;}

.imgcover{
	width: 100%; float: left;
	padding:20px 15px;
	min-height:300px;
	background:url(../img/img1.jpg) no-repeat top center fixed;
	background-size:100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.imgcover p{
	width: 100%;
	max-width:900px;	
	padding:20px;
	background:rgba(111,168,220,.8);
	color:#fff;
	font-size:20px;
	font-weight:500;
}

.section1{padding:0;}
.section1 .container{
	padding:0;
	max-width:2000px;
}
.imgrow{
	width: 100%; float: left;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	position: relative;
}
.imgrow img{
	width:50%;
}

.section1para{
	width: 100%;
	max-width:600px;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	transform:translateX(-50%) translateY(-50%);
	z-index: 10;
	font-size:20px;
	line-height:1.5;
	color:#6FA8DC;
	background:#fff;
	padding:30px;
}

.formsection{
	background:url(../img/img1.jpg) no-repeat center;
	background-size:cover;
}
.formsection:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(20px);
	background:rgba(111,168,220,.6);
	left: 0;
	top: 0;
	z-index: 1;
}

.formsection .container{
	max-width:800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.formsection input{
	width:100%;
	max-width:400px;
	height:45px;
	border:none;
	padding:0 10px;
	border-radius:2px;
	margin:0 0 10px;
}
.formsection button{
	width: 100%;
	max-width:400px;
	height:40px;
	border-radius:2px;
	background:#000;
	color:#fff;
	cursor: pointer;
	border:none;
	outline:0;
}

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

.cookiesection{
	width:100%; float:left;
	min-height:calc(100vh - 63px);
	padding:40px 0;
}
.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:6px 8px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	color:#fff!important;
	border:solid 1px #fff;
}
.backbutton:hover{
	background:#fff;
	color:#000!important;
}

@media (max-width:1024px){
	.banner .container img{width:25%;}
}

@media (max-width:800px){
	.banner p{font-size:16px;}
	.imgslide{width:100%; order:1; margin:0 0 20px; position: relative;}
	.h2{font-size:24px;}
	.h3{ font-size:20px;}
	.para{font-size:14px;}
	.flexbox{flex-direction:column;}
	.flexbody{padding:0!important; order:2;}
	footer .container{flex-direction: column; align-items: center; text-align: center;}
	.flexbox:nth-child(even) .flexbody{padding-top:0!important;}

	.banner .container{flex-direction: column; padding:0;}
	.banner p{margin:15px;}
	.banner .container img{width:100%;}
	.imgcover p{font-size:18px; line-height:1.2;}
	.imgrow img{width: 100%;}
	.section1para{
		float:left;
		position: relative;
		max-width: 100%;
		top: 0;
		left: 0;
		transform:translate(0);
	}
}

/*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: #ffc000;
    color: #000;
    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*/