@charset "utf-8";



/*------------| body frame start |-----------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0;
}
body {
	padding: 98px 0 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 26px;
	overflow-x: visible !important;
	color: #041E42;
	font-family: neue-haas-unica, sans-serif;
	font-display: auto;
	font-weight: 400;
	display: flex;
	flex-direction: column;
}
body.fixedSub{
	padding-top: 160px;
}
/*=============== tags start ===================**/
main, section{
	display: block;
}
section {
	position: relative;
	clear: both;
	width: 100%;
}
*:focus {
	outline: 0;
}
*:focus, a:hover, a:active, a:focus {
	outline: 0;
}
button::-moz-focus-inner {
 border: 0;
 outline: 0;
}
figure {
	padding: 0px;
	margin: 0px;
}
a {
	opacity: 1;
	color: #041E42;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
p a{
	text-decoration: underline;
}
a:hover {
	color: #00AAFF;
}
img {
	border: 0px;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto;
}
input {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: 'GalanoGrotesqueMedium', sans-serif;
	font-display: auto;
	font-weight: normal;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
h2 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}
h3 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
h4 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}
h5 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 5px;
}
h6 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
ul {
	padding: 0px 0px 20px 20px;
	margin: 0px;/*list-style: none;*/
}
ol {
	padding: 0px 0px 20px 24px;
	margin: 0px;
}
ul li {
	position: relative;
}

ul li, ol li {
	padding-bottom: 4px;
}
p {
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
address {
	margin: 0;
	padding: 0 0 20px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
table th {
	background: #f2f2f2;
	text-align: left;
}
table th, table td {
	padding: 10px;
	border: 1px solid #ccc;
}
hr {
	padding: 0px;
	border: 0px;
	height: 1px;
	margin: 20px auto;
	background-color: #959595;
}
strong, b {
	font-weight: 700;
}


input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 1px solid #80D4FF;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	margin: 0px;
	color: #000;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea{
	color: #000;
}
input[type='submit'], input[type=button], input[type=reset], button, .primaryBtn {
	display: inline-block;
	padding: 14px 15px 12px;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #041E42;
	background-color: transparent;
	border: 1px solid #00AAFF;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	 min-width: 142px;

}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .primaryBtn:hover {
	background-color: #00AAFF;
	color: #fff;
}

blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 20px 20px 70px;
	quotes: "\201C""\201D""\2018""\2019";
	letter-spacing: 0.28px;
}
blockquote:before {
	content: open-quote;
	font-size: 100px;
	line-height: 70px;
	position: absolute;
	left: 10px;
	top: 20px;
	font-style: normal;
}

blockquote p:last-child {
	padding-bottom: 0;
}
.quotesubHeading {
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto 10px auto;
	color: #a6d4bc;
}

/* input[type="checkbox"] { opacity: 0; position: absolute; }
input[type="checkbox"] + label{ cursor:pointer; }
input[type="checkbox"] + label span { display:inline-block; width:23px; height:23px; margin:-2px 15px 0 0; vertical-align:middle; background:#fff; cursor:pointer; }
input[type="checkbox"]:checked + label span { background: #000; } */

input[type="checkbox"] { opacity: 0; position: absolute; }
input[type="checkbox"] + span{ cursor:pointer; }
input[type="checkbox"] + span { position: relative; padding-left: 35px; display: inline-block;; line-height: 22px;}

input[type="checkbox"] + span:before{
	content: '';
	display:inline-block;
	width:25px;
	height:25px;
	margin:-2px 15px 0 0;
	vertical-align:middle;
	background-color:#fff;
	cursor:pointer;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #CCEEFF;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

input[type="checkbox"]:checked + span:before {
	/* background-color: #000; */
	background-image: url('../images/correct.svg');
 }
 .error input[type="checkbox"] + span:before{
	 border-color: #ff0000;
 }
 .woocommerce-invalid-required-field input[type="checkbox"] + span:before{
	border-color: #a00;
 }

select {
	border-radius: 3px;
	border: 1px solid #959595;
	background-color: transparent;
	padding: 3px 32px 3px 15px;
	height: 48px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option {
	padding: 10px 0px;
	display: block;
	font-size: 16px;
}
 select::-ms-expand {
display: none;
}
textarea {
	width: 100%;
	height: 188px;
	padding: 8px 15px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	border: 1px solid #80D4FF;
	background-color: #fff;
	border-radius: 4px;
	resize: none;
	font-family: 'Open Sans', sans-serif;
}

.entry table {
	width: 100%;
	border: 0px;
	table-layout: fixed;
}
.entry table tr td {
	padding: 5px;
	border-collapse: collapse;
}
.entry table {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-collapse: collapse;
}
.entry table h1, .entry table h2, .entry table h3, .entry table h4, .entry table h5 {
	margin: 0px;
}
.entry table th, thead td {
	background: #ec671b;
	color: #fff;
	padding: 15px 8px;
	border-right: 1px solid #dedede;
	font-weight: 700;
	border-bottom: 1px solid #dedede;
	word-wrap: break-word;
}
.entry table td {
	padding: 15px 8px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	word-wrap: break-word;
}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
}
.aligncenter {
	float: none;
	margin: 10px auto 10px auto;
}
.alignnone{
	float: none;
	margin: 10px 0px 10px 0px;
}
.wp-caption-text{
	font-size: 15px;
	line-height: 19px;
	padding-bottom: 5px;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	max-width: 100%;
}
iframe {
	width: 100%;
	border: none;
	overflow: hidden;
}
.box {
	position: relative;
}
.box:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}
.TBspace {
	padding: 100px 0;
}
.Tspace{
	padding-top: 100px;
}
.Bspace{
	padding-bottom: 100px;
}
.container {
	padding: 0 20px;
	margin: 0 auto;
}
.container_1600{
	max-width: 1640px;
}
.container_1200{
	max-width: 1240px;
}
.container_800{
	max-width: 840px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* Code for Sticky footer */
#page-wrap {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}
/* Code for Sticky footer */

.container::after,
.row:after,
.newsFilter::after,
.wpcf7-form-control-wrap::after,
.footMid::after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}

/* Page Not Found */
.page_not_found {
	padding: 50px 0;
	text-align: center;
}
.page_not_found h4 {
	margin-bottom: 10px;
}
.page_not_found img {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px;
}
/* Page Not Found */

.btn{
	display: inline-block;
	padding: 9px 15px 9px;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	color: #041E42;
	background-color: transparent;
	border: 1px solid #00AAFF;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	min-width: 190px;
	text-decoration: none !important;
}
.btn.whiteT{
	color: #fff;
}
.btn:hover{
	background: #00AAFF;
	color: #fff;
}
.row{
	display: block;
}
.flexWrap{
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	padding: 0;
	list-style: none;
}
.flexVerticalCenter{
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}
.greyText{
	color: #A6AAA8;
}
div.wpcf7 .ajax-loader {
    background: url(../images/ajax-loader.svg) no-repeat!important;
}
span.wpcf7-not-valid-tip{
	font-size: 12px !important;
	line-height: 22px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	margin: 0px 0 10px !important;
	font-size: 14px;
}
.contactForm div.wpcf7-validation-errors{
	border:1px solid #ef4a4a;
	background:url("../images/error.png") 10px 8px no-repeat #f2dede;
	background-size: 16px auto;
	padding-left: 35px;
	font-size: 15px;
	padding: 5px 0 5px 35px;
	line-height: 22px;
}
.contactForm div.wpcf7-mail-sent-ok{
	color: #fff;
	border-color: #C40E4E;
	background:url("../images/checked.png") 10px 8px no-repeat #C40E4E;
	background-size: 16px auto;
	padding-left: 35px;
	font-size: 15px;
	padding: 5px 0 5px 35px;
	line-height: 22px;
	margin: 0;
}
.not_found {
    width: 100% !important;
    background: #f6f6f6;
    text-align: center;
    padding: 30px 10px !important;
}
.not_found h6{
	margin-bottom: 0;
}
.blueBg{
	background-color: #041E42;
}
.blueBgLight{
	background-color: #EDF9FF;
}
.blueText{
	color: #00AAFF;
}
.selectCountryForm div.wpcf7-spam-blocked{
	clear: both;
	margin: 0;
	border-width: 1px;
}
.pageNotFound {
	width: 100%;
	max-width: 650px;
	text-align: center;
	margin: auto;
	padding:0px;
	font-weight: 500;
}
.pageNotFound img {
	margin: 0px auto 40px auto;
	max-width: 400px;
	width: 100%;
}
.pageNotFound > div {
	border: 6px solid #041E42;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.pageNotFound > div span {
	color: #00AAFF;
	font-size: 80px;
	position: absolute;
	right: 24px;
	top: 46%;
	font-weight: bold;
	left: 0px;
	width: 100%;
}
.pageNotFound a{
	text-decoration: underline;
}
sub, sup {vertical-align: baseline; position: relative; font-size: 70%;} /* 70% size of its parent element font-size which is good. */
sub {bottom: -0.6em;} /* use em becasue they adapt to parent font-size */
sup {top: -0.6em;} /* use em becasue they adapt to parent font-size */

#cookie-notice .cookie-notice-container{
	background-color: #041E42 !important;
}
#cookie-notice .cn-button{
	background: none;
	border: 0;
	box-shadow: none;
	font-size: 13px;
	color: #fff;
	border: 1px solid #00AAFF;
	border-radius: 5px;
}
#cookie-notice .cn-button:hover{
	background: #00AAFF;
	color: #fff;
}

.grecaptcha-badge{
	display: none !important;
}


.pagePreloader{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.pagePreloader.loaded1{
	opacity: 0;
}
.logoLoder {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  height: 100vh;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #041E42;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #041E42;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #041E42;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }


	.Seeitwarn p {
		margin-bottom: 0;
		padding-bottom: 0;
	}