﻿@charset "UTF-8";

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/subset-Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Russo One';
    src: url('../fonts/subset-RussoOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
  	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #1D3E72;
	line-height: 1.375;
	background: rgba(48,157,216,0.05);
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

/* Section */

.section {
	max-width: 1440px;
	margin: 0 auto;
}

/* Header */

#header {
	display: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#header .logo {
	display: block;
	width: 170px;
	margin: 0 auto 17px;
}

#header .logo img {
	display: block;
	width: 100%;
}

/* Intro */

#intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#intro .left {
	position: relative;
	width: 50%;
	padding-bottom: 50%;
}

#intro .left video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center top;
	   object-position: center top;
	-o-object-fit: cover;
	   object-fit: cover;
}

#intro .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 43px 43px 28px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#intro .right p{
	font-size:2rem;
}
#intro .right .bottom p{
	font-size:1rem;
}

#intro .right .top {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
}

#intro .right .top .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 40px;
}

#intro .right .top .info .logo {
	width: 189px;
}

#intro .right .top .info .logo img {
	display: block;
	width: 100%;
}

#intro .right .top .info .callUs {
	margin-left: auto;
	margin-top: 5px;
	padding-left: 15px;
	text-align: right;
}

#intro .right .top .text {
	max-width: 70%;
}

#intro .right .top .text .linkBtn {
	margin-top: 17px;
}

#intro .right .bottom {
	width: 100%;
	font-size: 12px;
}

#intro .right .bottom>:last-child {
	margin-bottom: 0;
}

/* Partners */

#partners {
	background: #1d3e72;
	color: #fff;
}

#partners .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#partners .logos {
	margin: 40px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#partners .logos li {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

#partners .logos li a {
	display: inline-block;
}

#partners .logos li a img {
	display: block;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

#partners .logos li a:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Contact */

#contact {
	background: -o-linear-gradient(269deg, rgba(29, 62, 114, 0.90) 49.31%, rgba(29, 62, 114, 0.45) 88.2%, rgba(29, 62, 114, 0.00) 99.55%), url(../images/contact-bg.jpg) no-repeat center top fixed;
	background: linear-gradient(181deg, rgba(29, 62, 114, 0.90) 49.31%, rgba(29, 62, 114, 0.45) 88.2%, rgba(29, 62, 114, 0.00) 99.55%), url(../images/contact-bg.jpg) no-repeat center top fixed;
	background-size: cover;
	color: #fff;
}

#contact .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 150px;
}

#contact .text {
	width: 420px;
}

#contact .text>:last-child {
	margin-bottom: 0;
}

#contact .form {
	width: 470px;
	margin-left: auto;
}

#contact .form .fields {
	margin-top: 30px;
}

#contact .form .fields .field {
	margin-bottom: 20px;
}

#contact .form .fields .field .textbox {
	display: block;
	margin: 0;
	padding: 0 30px;
	border: 1px solid #fff;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: none;
	color: #fff;
	border-radius: 20px;
	width: 100%;
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#contact .form .submitBtn {
	display: block;
	margin: 0 0 0 auto;
}

/* Footer */

#footer .top {
	background: #1d3e72;
	color: #fff;
}

#footer .top .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 150px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footer .top .logo {
	width: 106px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#footer .top .logo img {
	display: block;
	width: 100%;
}

#footer .top .tagLine {
	margin: 0 0 0 44px;
}

#footer .top .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 15px;
}

#footer .top .contact h4 {
	margin: 0;
	text-align: right;
}

#footer .top .contact .linkBtn {
	margin: 0 0 0 20px;
}

#footer .top .contact .linkBtn:hover {
	background-color: #fff;
	color: #1D3E72;
}

#footer .bottom .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer .bottom .copyright {
	margin: 0;
}

#footer .bottom .links {
	margin: 0 0 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .bottom .links li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

/* Inline Video */

.inlineVideo {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.inlineVideo:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: url(../images/playbtn.svg) no-repeat center; */
	background-size: 100px;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	z-index: 1000;
}
#muteToggle svg{
	fill:#fff;
}
.inlineVideo.opened:after {
	display: none;
}

.inlineVideo video {
	display: block;
	width: 100%;
}

.inlineVideo:hover:after {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Miscelleneous */

p {
	margin: 0 0 23px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Russo One', Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 19px;
	line-height: 1.2;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 20px;
	margin-bottom: 19px;
}

ul li {
	margin-bottom: 5px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

.linkBtn {
	display: inline-block;
	padding: 13px 21px;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 19px;
	border: 1px solid #1d3e72;
	background: #1d3e72;
	color: #fff;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	color: #fff;
	background: #2c497e;
}

.linkBtn.linkBtnHollow {
	background: none;
	border-color: #fff;
	color: #fff;
}

.linkBtn.linkBtnHollow:hover {
	background-color: #1d3e72;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;

}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}
.inlineVideo {
  position: relative;
  display: inline-block;
}
#muteToggle {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background 0.2s ease;
}
#muteToggle:hover {
  background: rgba(0,0,0,0.8);
}

/* Media Queries */

/* Large Screens (Desktops) */

@media only screen and (max-width : 1585px) {
	.section {
		max-width: 1400px;
	}	

	#contact .section,
	#footer .top .section {
		padding-left: 130px;
		padding-right: 130px;
	}
}

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	#contact .section {
		padding: 100px 80px;
	}

	#footer .top .section {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	#intro .right {
		padding: 25px;
	}

	#intro .right .top .text .linkBtn {
		margin-top: 0;
	}

	#intro .right .top .info {
		margin-bottom: 19px;
	}

	#intro .right .top .info .logo {
		width: 140px;
	}

	#intro .right .bottom,
	#footer .bottom .section {
		font-size: 11px;
	}

	#partners .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#partners .logos li a {
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
	}

	#contact .section {
		padding: 70px 20px;
	}
	
	#contact .text {
		width: 390px;
	}

	#contact .form {
		width: 440px;
	}

	#footer .top .section {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .top .tagLine {
		margin-left: 30px;
	}
	
	h2 {
		font-size: 43px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#intro .right {
		padding: 15px;
	}

	#intro .right .top .info .logo {
		width: 106px;
	}

	.inlineVideo:after {
		background-size: 80px;
	}

	#partners .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#partners .logos {
		margin-top: 30px;
	}

	#contact .section {
		padding: 50px 15px;
	}

	#contact .form {
		width: 354px;
	}

	#contact .text {
		width: 327px;
	}

	#footer .top .section {
		padding: 40px 15px;
	}

	#footer .top .tagLine {
		margin-left: 13px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.section {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header {
		display: block;
		border-top: 6px solid #1D3E72;
	}

	#intro {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}

	#intro .right {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#intro .right .top .info {
		display: none;
	}

	#intro .right .top .info .logo {
		display: block;
		margin: 0 auto 20px;
		width: 140px;
	}

	#intro .right .top .info .callUs {
		padding: 0;
		text-align: center;
	}

	#intro .right .top .text {
		max-width: 100%;
	}

	#intro .left {
		width: 100%;
		padding-bottom: 0;
	}

	#intro .left video {
		position: static;
	}

	#partners {
		text-align: center;
	}

	#partners .logos {
		display: block;
	}

	#partners .logos li {
		padding: 0;
	}

	#partners .logos li a {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
	} 

	#contact {
		background-attachment: scroll;
	}
	
	#contact .section {
		display: block;
		text-align: center;
	}

	#contact .text {
		width: 100%;
	}
	
	.bulletList {
		padding: 0;
	}

	.bulletList li {
		position: relative;
		list-style: none;
		margin-bottom: 10px;
	}

	.bulletList li:before {
		display: inline-block;
		content: "\2022";
		margin-right: 5px;
	}

	.bulletList li:last-child {
		margin: 0;
	}

	#contact .form {
		width: 100%;
		padding-top: 40px;
	}

	#contact .form .submitBtn {
		margin-right: auto;
	}

	#footer {
		text-align: center;
	}

	#footer .top .section {
		display: block;
	}

	#footer .top .contact {
		display: block;
		padding: 0;
		margin: 15px 0 0;
	}

	#footer .top .contact h4 {
		text-align: center;
	}

	#footer .top .contact .linkBtn {
		margin: 20px 0 0;
	}

	#footer .top .logo {
		display: block;
		width: 170px;
		margin: 0 auto 17px;
	}

	#footer .top .tagLine {
		margin: 0;
		text-align: center;
	}

	h2 {
		font-size: 31px;
	}

	h4 {
		font-size: 20px;
	}
	
}

@media only screen and (max-width : 479px) {

}