@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..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: "Oswald", sans-serif;
    font-optical-sizing: auto;
}

.banner, .section, .h2, .para, .flexbox, footer{
	width:100%; float:left;
}
.container{
	width:100%;
	max-width:1350px;
	padding:0 15px;
}
.banner .container{
	min-height: 300px;
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.banner{
	background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)) , url(../img/banner.jpg) no-repeat center fixed;
    background-size: cover;
}
.bannercontent{
	width:100%;
	position: relative;
	padding:25px;
	color: #fff;
}
.banner p{font-size:20px; text-align: center;}

.section{padding:20px 0; position: relative;}
.section .container{position: relative; z-index: 2;}
.h2{font-size:27px; font-weight:700;margin:0 0 25px;
}
.para{font-size:16px; line-height:23px; margin:0 0 20px;}
.para:last-child{margin:0;}
.para a{
	text-decoration: underline!important;
	font-weight:600;
}
.flexbox{display:flex; align-items:center; margin:0 0 20px;}
.flexbox:last-child{margin:0;}
.flexbox > p, .flexbody{flex:1;}
.flexbox > p:first-child, .flexbody:first-child{padding:0 30px 0 0;}
.flexbox > p:last-child, .flexbody:last-child{padding:0 0 0 30px;}
.flexbox > img{width:100%; max-width:50%;}
.section1{  background-color: #12364e; min-height: 500px;}
.section1 .flexbody{
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-right: -150px;
    top: 100px;
    border: 8px solid #05bbac;
}
ol{
	padding-left: 10px;
}
strong{font-size: 17px !important;}
.section7 .para{
	font-size: 19px;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
.section2 .h2{ text-align: center;}
.card-custom{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.section5{
	background: linear-gradient(rgba(18,54,78,.7),rgba(18,54,78,.7)) , url(../img/img14.jpg) no-repeat center fixed;
	background-size: cover;
	color: #fff;
}
.card{
	width: 100%;
	max-width: 49%;
	border-radius: 14px;
	overflow: hidden;
	background-color: #12364e;
}
strong{
	font-weight: 600;
	font-size: 15px;
	color: #12364e;
}
.main-btn{
	background-color: #05bbac;
	border: #12364e 2px;
	padding: 10px 30px;;
	border-radius: 10px;
	color: #fff;
}
.section3{background-color: #12364e;color: #fff;}
.section4{
	background: linear-gradient(rgba(18,54,78,.7),rgba(18,54,78,.7)) , url(../img/img-12.jpg) no-repeat center fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.formsection .container{
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.section6{
	background:url(../img/banner-1.jpg) no-repeat center right fixed;
	background-size: cover;
	color: #000;
}
img{
	border-radius: 14px;
	border: #12364e 4px solid;
}
.section6 img{
	border-radius: 14px;
	border: 6px solid #12364e;
}
.formbox{
	width: 100%; float: left;
	padding:20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.formbox input{
	width:100%;
	height:50px;
	float:left;
	border:none;
	background:#f3f3f3;
	border: #12364e 2px solid;
	padding:0 10px;
	font-size:15px;
	margin:0 0 10px;
	border-radius:6px;
}
.buttonSubmit{
	width: 100%; float: left;
	height:50px;
	background: #12364e;
	color:#fff;
	cursor: pointer;
	border:none;
	outline:0;
	border-radius:6px;
}
.buttonSubmit:hover{
	background:#000;
}
footer{
	background:#12364e;
	text-align:center;
	padding:15px 0;
	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;
}
.hover-tag a:hover{
	color: #000 !important;
}
/*cookie header*/

.header{
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #000;
}
.header-h2{font-weight: 700; font-size: 20px; text-align: center;color: #02f1d2;}

.cookiesection{
	width:100%; float:left;
	min-height:calc(100vh - 103px);
	padding:40px 0;
}
.cookiesection h2{
	font-size:22px;
	font-weight:600;
}
.cookiesection p{
	font-size:14px;
	line-height:20px;
}
.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:#12364e;
	border:solid 1px #12364e;
}
.backbutton:hover{
	background-color: #05bbac;
	color: #000 !important;
}
@media (max-width:1000px){
    .section1 .flexbody{
        color: #fff !important;
        background-color: transparent;
        position: relative;
        z-index: 2;
        padding: 0%;
        margin: 0%;
        border:none;
        top: 0;
    }
}
@media (max-width:800px){
	.banner{background-position:center right; background-size: cover;}
	.banner .container{min-height:300px;}
	.banner p{font-size:14px; line-height:1.5; padding: 10px;}
	.h2{font-size:20px;}
	.para{font-size:14px !important;}
	.flexbox{flex-direction:column-reverse;}
	.flexbox > img{max-width:100%; order:1; margin:0 0 15px;}
	.flexbox > .para{padding:0!important; order:2;}
	.flexbox > img{ max-width:100%;}
	footer .container{flex-direction: column; align-items: center; text-align: center;}
	.formsection .para{font-size:14px;}
	.formsection:before{background:rgba(0,0,0,.5);}
	.formfield, .formbutton{width: 100%;}
	.cookiesection p{font-size:12px;}
	.card-custom{width: 100%; flex-direction: column;}
	.card{max-width: 100%; margin-top: 10px;}
	.flexbody{margin-bottom: 10px;}
	.section6 .flexbody{
		background-color: rgba(18,54,78,.8);
		padding: 20px;
		color: #fff;		
		border-radius: 14px;
	}
	.white{font-size: 15px; color: #fff;}
	.flexbox > p:last-child, .flexbody:last-child{padding:0 0 0 5px;}
}

/*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;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    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;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    /*background-color: #ffc000;*/
}
/*Cookie Consent End*/