::-moz-selection { background: #008aad85; }
::selection { background: #008aad85; }
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background-color: #283583;
	-webkit-box-shadow: 0 0 1px #283583;
}
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


html,body {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;	
	font-size: 16px;
	line-height: 1.2rem;
	height: 100%;
	letter-spacing: 1px;
	color: #283583;
}

a {
	color: #0654a2;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: 700;
}
h1 b {
	font-weight: 700;	
}

.pr {
	position: relative;
}
.df {
	display: flex;
}
.dfc {
	display: flex;
	align-items: center;
}
.jc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.jcl {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.jcb {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}

.tl {
	text-align: left;
}
/***********************************************/
header {
	background: rgb(27,120,181);
	background: linear-gradient(0deg, rgba(27,120,181,1) 0%, rgba(187,209,237,1) 100%); 
	position: relative;
	/*min-height: 100vh;*/
	padding: 50px 0;
	overflow: hidden;
}
.header {
	position: relative;
	z-index: 999;
}
.globe {
	position: absolute;
	background-image: url('../images/globe.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin-top: 25vh;
}
.hlogoc {	
	padding: 10px 15px;
	text-align: center;
	max-width: 400px;	
}
.hlogoc img {	
	width: 100%;
}
.hsoc {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.hsoc .a2a_kit {
	width: 150px;
	display: flex;
}
.hsoc .a2a_kit a {
	margin-left: 10px;
}
/***********************************************/
nav {	
	position: fixed;
	right: 0;
	top: 100px;
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: end;
	overflow: hidden;
	z-index: 9999;
	display: none !important;
}

nav a {
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	text-indent: 50px;
	margin-right: 10px;
	display: block;
	z-index: 999;
	width: 40px;
}
nav a:before {
	content: "";
	background: #008aad;
	transform: rotate(-45deg);
	border-radius: 50% 50% 0 50%;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
}
nav a span {
	position: relative;
	height: 36px;
	display: block;
	padding: 9px 0;
	width: 300px;
}
nav a span::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #fff;
	left: 5px;
	top: 5px;
	bottom: 5px;
	width: 26px;
	height: 26px;
}
nav a:hover {
	margin-right: -50px;
	width: 200px;
	transform: rotate(0deg);
	border-radius: 15px 0 0 15px;
	color: #fff;
	font-size: 1.2rem;
	background: #008aad;
	font-weight: 600;
}

.title {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	color: #fff;
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.title h1 {
	margin: 0;
}
.title h1 p {
	background: #283583;
	display: inline;
	line-height: 3.5rem;
}
.title h1 span {
	background: #008aad;
	display: inline;
	line-height: 3.5rem;
}
.intro {
	background: #fff;
	padding: 30px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.eupin {
	width: 300px;
	height: 300px;
	border-radius: 50% 50% 50% 0;
	border: 30px solid #008aad;
	transform: rotate(-45deg) !important;
	position: absolute;
	right: -150px;
	bottom: 60px;
	overflow: hidden;
	background: #003399;
	box-shadow: 5px 20px 10px rgba(0,0,0,0.3) inset;
}
.eupin img {
	width: 300px;
	margin: 20px 0px 2px -30px;
	transform: rotate(45deg);
}

/***********************************************/
/*section {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.section {
	padding:0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
*/

.section video {
	z-index: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}

.ard {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	height: 70px;
	width: 50px;
	margin: 0 auto;
	z-index: 99;
}
.ard a {
	display: block;
	text-align: center;
	font-size: 3rem;
	color: #fff !important;
	position: relative;
	height: 70px;
	width: 30px;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffcb00;
}
.chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

.stitle {
	position: relative;
	margin-bottom: -75px;
	z-index: 20;
	margin-left: 40px;
}
.stitle h2 {
	margin: 0;
	color: #fff;	
}
.stitle h2 p {
	background: #283583;
	display: inline;
	line-height: 3rem;
	font-size: 2.5rem;	
	white-space: break-spaces;
}
.stitle h2 span {
	background: #008aad;
	display: inline;
	line-height: 3.5rem;
	font-size: 2.5rem;	
	white-space: break-spaces;
}
.sintro {
	background: #fff;
	padding: 100px 40px 20px 40px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.sintro i.fas {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.scions {
	text-align: center;
}

.sbtn {
	background: #283583;
	color: #fff !important;
	padding: 10px 20px;
	border-left: 5px solid #fff;
	position: absolute;
	right: 0;
	bottom: -40px;
	height: 40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.sbtn .fas {
	padding-left: 10px;
}
.sbtn:hover {
	background: #008aad;
}

/***********************************************/
main {
	padding: 0;
	background: rgb(43,143,186);
	background: linear-gradient(180deg, rgba(43,143,186,1) 0%, rgba(255,255,255,1) 100%); 	
	position: relative;
}
main > .container {
	z-index: 2;
	position: relative;
}

header, footer {
	min-height: 100%;
}
.fp-tableCell {
	vertical-align: top !important;
	padding: 50px 0 !important;
}
#s1 .fp-tableCell, #s6 .fp-tableCell {
	vertical-align: middle !important;
	padding: 0 !important;
}

#s1, #s2, #s3, #s4, #s4, #s5, #s6 {
	position: relative;
	overflow: hidden;
}

#s6 {
	height: 300px !important;
	display: block;
}
#s6 .fp-tableCell {
	display: block;
}

#s2 {
	background: rgb(52,127,171);
	background: linear-gradient(0deg, rgba(52,127,171,1) 0%, rgba(157,220,255,1) 100%); 	
}
#s2 .mask {
	background-image: url('../images/s1bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#s3 {
	background: rgb(83,132,159);
	background: linear-gradient(0deg, rgba(83,132,159,1) 0%, rgba(181,229,255,1) 100%); 	
}
#s3 .mask {
	background-image: url('../images/s2bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#s4 {
	background: rgb(83,132,159);
	background: linear-gradient(0deg, rgba(83,132,159,1) 0%, rgba(181,229,255,1) 100%); 
}
#s4 .mask {
	background-image: url('../images/s3bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#s5 {
	background: rgb(83,132,159);
	background: linear-gradient(0deg, rgba(83,132,159,1) 0%, rgba(181,229,255,1) 100%); 
}
#s5 .stitle {
	margin: 0;
}

.sc {
	position: relative;
	z-index: 99;
}
.s1bg1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	z-index: 1;
}
.s1bg2 {
	position: absolute;
	right: -10%;
	bottom: 0;
	width: 75%;
	z-index: 3;
}
.s1bg3 {
	position: absolute;
	right: 6%;
	bottom: 0;
	width: 35%;
	z-index: 2;
}

.s2bg1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	z-index: 1;
}
.s2bg2 {
	position: absolute;
	left: -30%;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.s2bg3 {
	position: absolute;
	left: 6%;
	bottom: 0;
	width: 35%;
	z-index: 2;
}

.s3bg1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.s3bg2 {
	position: absolute;
	right: -15%;
	bottom: -10%;
	width: 100%;
	z-index: 3;
}
.s3bg3 {
	position: absolute;
	right: 6%;
	bottom: 0;
	width: 35%;
	z-index: 2;
}

/***********************************************/
#mapcontainer {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 600px;
}
#eumap {
	height: 600px;
	width: 100%;
}
.jvectormap-zoomin, .jvectormap-zoomout {
	padding: 6px;
	position: absolute;
	right: 300px;
	left: auto;
	bottom: 0px;
	top: auto;
	font-size: 2rem;
	cursor: pointer;
}
.jvectormap-zoomout {
	right: 350px;
}
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
	background: #fff;
	color: #2d3c91;
}
.jvectormap-zoomin, .jvectormap-zoomout {
	width: 23px;
	height: 23px;
	line-height: 10px;
	text-align: center;
	padding: 4px 3px;
	border-radius: 10px;
}
.jvectormap-container {
	pointer-events: auto !important;
	touch-action: pan-y !important;
	height: inherit !important;
}
.jvectormap-tip {
	border: none;
	background: transparent;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1rem;
	text-align: center;		
	width: 200px;
	z-index: 9999;	
	padding: 2px;
	position: absolute;
	left: -10000px;
}
.jvectormap-tip::before {
	content: " ";
	background: #283583;
	width: 12px;
	height: 71px;
	z-index: 999;
	position: absolute;
	right: -10px;
	clip-path: polygon(0 0, 0 32px, 100% 100%);
	opacity: 0.75;
	bottom: -12px;
}
.flag {
	width: 100%;
	height: 20px;	
}

.tflag {
	width: 70px;
	height: 70px;
	border-radius: 50% 50% 50% 0;
	border: 8px solid #fff;
	transform: rotate(-45deg) !important;
	position: absolute;
	top: -10px;
	right: -35px;
	bottom: 0;
	overflow: hidden;
	background: #003399;
	box-shadow: 5px 20px 10px rgba(0,0,0,0.3) inset;
	left: auto;
}
.tflag img {	
	width: 45px;
	height: 46px;
	margin: 3px 0 0 5px;
	transform: rotate(45deg);
	border-radius: 50%;
}
.tname {
	padding: 12px 5px 6px 15px;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
	background: #283583;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	text-align: left;
}
.tnr {
	padding: 5px 5px 5px 15px;
	font-size: 0.8rem;
	line-height: 1rem;
	background-color: #fff;
	color: #008aad;
	width: 80%;
	text-align: left;
}

#countryinfo {
	position: relative;
	width: 100%;	
	margin: 120px 0 0 0;		
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.15);*/
	min-height: 300px;
}
.flagicon {
	position: absolute;
	top: -15px;
	left: 5px;
	height: 25px;
	z-index: 99;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border: 1px solid #fafafa;
}
.closeinfo {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 18px;
	width: 25px;
	z-index: 99;
	font-size: 2.25rem;
	line-height: 2rem;
	display: none !important;
}
.name {
	background-color: #32aad9;
	color: #fff;
	padding: 15px 50px 15px 20px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	border-radius: 20px 20px 0 0;
	min-height: 80px;
}
.CSSgal {
	overflow: hidden;
	background-color: #fff;
	min-height: 250px;
	display: flex;
	padding: 15px;
}
.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.CSSgal .slide {	
	position: relative;
	padding: 20px;	
}
.CSSgal .more {	
	padding: 20px;
	color: #283583;
	line-height: 1.5rem;
	background: #ceeefb;
	min-height: 100%;
}
.CSSgal .moretitle {
	font-size: 1.2rem;
	color: #47c1f1;
	margin: 20px 0 10px 0;
}
.CSSgal .slider > * {
	font-size: 1rem;
	display: block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	background-size: cover;
}
.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	bottom: -40px;
	width: 80px;
	height: 40px;
	right: 0;
}
.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 0;
	width: calc(100% - 80px);
	text-align: left;
	background-color: #fff;
	display: none;
}
.CSSgal .bullets > a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 0 5px;
}
.closeinfo {
	cursor: pointer;
}
/***********************************************/
footer {
	padding: 30px 0 100px 0;	
	position: relative;
	/*background: #96c7e1;	*/
	background: rgb(150,199,225);
	background: linear-gradient(90deg, rgba(150,199,225,1) 60%, rgba(250,250,250,1) 80%); 
}
footer .flogo {
	background: #fff;
	padding: 20px;
	border-radius: 30px;
}
footer .flink a {
	color: #283583;
	font-size: 1.2rem;
	line-height: 3rem;
}
footer .finfo {
	font-size: 0.9rem;
	line-height: 1rem;
}
footer .finfo p {
	margin: 10px 0 0 0;
}
footer .finfo p a {
	color: #003c85;
}
footer .stitle {
	margin: 5px 0 0 0;
}
footer .stitle h2 p {
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
}
footer .stitle h2 span {
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-transform: uppercase;
}
.pdfimg {
	margin-top: 30px;
	margin-left: -25%;
	transform: scale(1.5);
	position: relative;
	z-index: 99;
}

#download {
	background: #fff;	
	text-align: center;	
	margin: 15px 0;
	display: inline-block;
	border: 3px solid #fff;	
  animation-name: pulseheart;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#download a {
	color: #fff;
	padding: 5px 30px;
	display: inline-block;
}

@keyframes pulseheart {
  0% {
    background: #283583;
  }

  50% {
    background: #008aad;
  }

  100% {
    background: #283583;
  }
}

/***********************************************/

#back-top {
	font-size: 1.5rem;
	line-height: 2.75rem;
	position: fixed;
	bottom: -200px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #003c85;
	text-align: center;
	z-index: 999;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
}
#home.scrolled #back-top {
	bottom: 15px;
	transition: 0.5s ease all;
}



/* Cookie Dialog */
:root {
	--purple: #0159be;
	--red: #fff;
}
#gdpr-cookie-message {
	position: fixed;
	right: 80px;
	bottom: 20px;
	max-width: 375px;
	background-color: var(--purple);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-size: 14px;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: var(--red);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: var(--red);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: white;
	font-size: 13px;
	line-height: 1.3em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: var(--purple);
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
	display: none;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: var(--red);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background: var(--red);
	color: var(--purple);
	font-size: 15px;
	padding: 7px 20px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: #fd6925;
	color: var(--red);
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: var(--red);
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}

/***********************************************/
@media only screen and (max-width: 768px) {	
	.section video {
		z-index: 0;
		height: auto;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		object-fit: contain;
	}
	.tflag {
		top: -65px;
		right: 0px;
	}
	header {
		min-height: 120vh !important;
	}
	.globe {
		margin-top: 25vh;
	}
	#gdpr-cookie-message {
		left: 0;
		right: 0;
		max-width: 80%;
		margin: 0 auto;		
	}
	.hlogoc {
		padding: 0px 5px;
	}
	.eupin {
		transform: scale(0.5) rotate(-45deg) !important;
		bottom: 30px;
	}
	.title h1 p {
		line-height: 2.5rem;
	}
	.title h1 span {
		line-height: 2.5rem;
	}
	.stitle h2 p {
		line-height: 3rem;
		font-size: 2rem;
	}
	.stitle h2 span {
		line-height: 2.5rem;
		font-size: 1.5rem;
	}
	.stitle {
		margin-left: 20px;
	}
	footer {
		padding: 30px 0 10px 0;
		background: linear-gradient(180deg, rgb(150, 199, 225) 60%, rgb(250, 250, 250) 80%);
	}
	.pdfimg {
		margin-top: 0px;
		margin-left: 0;
		transform: scale(0.6);
		z-index: 99;
	}
	footer .stitle {
		margin: 25px 0 0 0;
	}
	footer .stitle h2 p {
		line-height: 2rem;
		font-size: 1.5rem;
	}
	footer .stitle h2 span {
		line-height: 2rem;
		font-size: 1.5rem;
	}
	#mapcontainer {
		height: 500px;
	}
	.jvectormap-zoomin {
		right: 100px;
	}
	.jvectormap-zoomout {
		right: 150px;
	}
	.globe .title {
		margin-right: 50px;
	}
	.scions img {
		max-width: 100px;
	}
	#s1, #s2, #s3, #s4, #s4, #s5, #s6 {
		min-height: 100vh;
	}
	#s2, #s3 {
		padding: 50px 0 !important;		
	}
	#s2 .mask {
		background-size: contain;
		background-position: bottom right;
	}
	#s3 .mask {
		background-size: contain;
		background-position: bottom right;
	}
	#s4 .mask {
		background-size: contain;
		background-position: bottom right;
	}
	#s4 {
		padding: 50px 0 !important;
		min-height: 130vh;
	}
	#s5 {
		padding: 50px 0 !important;
	}
	.s1bg1 {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 70%;
		z-index: 1;
	}
	.s1bg2 {
		position: absolute;
		right: -10%;
		bottom: 0px;
		width: 95%;
		z-index: 3;
	}
	.s1bg3 {
		position: absolute;
		right: -10%;
		bottom: 0;
		width: 55%;
		z-index: 2;
	}
	.s2bg2 {
		position: absolute;
		left: -30%;
		bottom: 0;
		width: 150%;
		z-index: 3;
	}
	.s2bg3 {
		position: absolute;
		left: -6%;
		bottom: 0;
		width: 45%;
		z-index: 2;
	}
	.s3bg2 {
		position: absolute;
		right: -25%;
		bottom: -5%;
		width: 120%;
		z-index: 3;
	}
	.sintro {
    padding: 100px 20px 20px 20px;
  }
  .section video {
  	position: relative;
  }
  #s2, #s3, #s4 {
		padding: 50px 0 0 0 !important;
	}
	#s1, #s2, #s3, #s4, #s4, #s5, #s6 {
		min-height: auto;
	}
	#s2 {
		background: linear-gradient(0deg, rgb(172, 220, 244) 0%, rgba(157,220,255,1) 100%);
	}
	#s3 {
		background: linear-gradient(0deg, rgb(173, 221, 245) 0%, rgba(181,229,255,1) 100%);
	}
	#s4 {
		background: linear-gradient(0deg, rgb(175, 222, 246) 0%, rgba(181,229,255,1) 100%);
	}
}

/**********************************************/


@media only screen and (max-width: 576px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {
	header {
		min-height: 120vh !important;
	}
	.section > div {
		padding: 50px 0 !important;
	}

	.title h1 span, .title h1 p, .stitle h2 p , .stitle h2 span {
		line-height: 2.5rem;
		font-size: 2rem;
	}
	#countryinfo {
		margin: 50px 0 0 0;
	}
	footer .stitle h2 p , footer .stitle h2 span {
		font-size: 1.3rem;
		line-height: 2rem;
	}
}
@media only screen and (min-width: 1200px) {

	

	#back-top {
		bottom: 10px;	
	}
	
	.s1bg2 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 55%;
		z-index: 3;
	}
	.s1bg2 {
		position: absolute;
		right: 0%;
		bottom: 0;
		width: 55%;
		z-index: 3;
	}
	.s1bg3 {
		position: absolute;
		right: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}

	.s2bg1 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60%;
		z-index: 1;
	}
	.s2bg2 {
		position: absolute;
		left: -35%;
		bottom: 0;
		width: 100%;
		z-index: 3;
	}
	.s2bg3 {
		position: absolute;
		left: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}

	.s3bg1 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 80%;
		z-index: 1;
	}
	.s3bg2 {
		position: absolute;
		right: -5%;
		bottom: -10%;
		width: 80%;
		z-index: 3;
	}
	.s3bg3 {
		position: absolute;
		right: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}
}
@media only screen and (min-width: 1600px) {
	
}
@media only screen and (min-width: 2000px) {
	
	.mask {
		background-size: contain !important;
		background-position: center !important;
	}
	.s1bg1 {
		position: absolute;
		left: 0;
		bottom: -10%;
		width: 50%;
		z-index: 1;
	}
	.s1bg2 {
		position: absolute;
		right: 10%;
		bottom: 0;
		width: 45%;
		z-index: 3;
	}
	.s1bg3 {
		position: absolute;
		right: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}

	.s2bg1 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60%;
		z-index: 1;
	}
	.s2bg2 {
		position: absolute;
		left: -15%;
		bottom: 0;
		width: 65%;
		z-index: 3;
	}
	.s2bg3 {
		position: absolute;
		left: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}

	.s3bg1 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 80%;
		z-index: 1;
	}
	.s3bg2 {
		position: absolute;
		right: -5%;
		bottom: -10%;
		width: 80%;
		z-index: 3;
	}
	.s3bg3 {
		position: absolute;
		right: 6%;
		bottom: 0;
		width: 35%;
		z-index: 2;
	}
}
