@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap');


/*------------| 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 !important;
}
body {
	padding:0px;
	margin: 0px;
	font-size: 20px;
	line-height: 30px;
	overflow-x: visible !important;
	font-family: 'GTPressuraMono-Light';
	color: #001965;
	font-display: auto;
	display: flex;
	flex-direction: column;
	word-break: break-word;
}
/*=============== tags start ===================**/
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: #001965;
	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;
}
a:hover {
	color: #f8013d !important;
	text-decoration:none;
}
.readMore { color: #001965 !important; font-family: 'GTPressuraMono-Light'; text-align: center; max-width: 100px; margin: 0 auto; width: 100%; display: block;}
.readMore:hover {	color: #20244C !important;}

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-display: auto;
	font-weight: normal;
	font-family: 'GTPressuraMono-Light';
	}
h1 {
	font-size: 100px;
	line-height: 100px;
	color: #001965;
}
h2 {
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 16px;
	color: #001965;
}
h3 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 10px;
	color: #001965;
}
h4 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
	color: #001965;
}
h5 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 10px;
	color: #001965;
	}
h6 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
  color: #001965;
}

h2.content_title { font-size: 60px; line-height: 72px; letter-spacing: -1.2px; margin: 30px 0;}

.pageContent h2 {}
.pageContent h5 {}

ul {
	padding: 0 0 20px 22px;
	margin: 0px;
}
ol {
	padding: 0 0 20px 32px;
	margin: 0px;
}


ul li, ol li {
	padding-bottom: 4px;
	padding-left: 0;
}
ul li {
	position: relative;
	padding-bottom: 10px;
  line-height: 24px;
	list-style: none;
}
ul li { list-style: disc; padding-left: 10px;}

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 #20244C;
	margin-bottom: 20px;
}
table th {
	background: #20244C;
	text-align: left;
	color: #fff;
}
table th, table td {
	padding: 10px;
	border: 1px solid #20244C;
}
hr {
	padding: 0px;
	    border: 0px;
	    height: 1px;
	    margin: 14px auto 30px;
	    background-color: #20244C;
	    max-width: 300px;
	    width: 100%;
	    display: inline-block;
	}
}
strong, b {
	font-weight: 700;
}


input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
	font-weight: 400;
	font-family: 'GTPressuraMono-Light';
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 7px 15px;
	margin: 0px;
	color: #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	font-family: 'GTPressuraMono-Light';
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea{
	color: #000;
	font-weight: 400;
	font-family: 'GTPressuraMono-Light';
}
input[type='submit'], input[type=button], input[type=reset], .primaryBtn {
	display: inline-block;
	padding: 14px 25px;
	font-weight: 400;
	font-size: 29px;
	text-transform: uppercase;
	color: #fff;
	background: #20244C;
	border: 0;
	border-radius: 0px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.81px;
	-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;
	 font-weight: 400;
   font-family: 'GTPressuraMono-Light';

}
input[type='submit']:hover {
  background: #001965;
}
input[type=button]:hover, input[type=reset]:hover, .primaryBtn:hover {
	background:#001965;
	border-color:#001965;
	color: #fff !important;
}

input.wpcf7-validates-as-required.wpcf7-not-valid + span.wpcf7-not-valid-tip { display: none;}
textarea.wpcf7-validates-as-required.wpcf7-not-valid { border: 1px solid #20244C;}
textarea.wpcf7-validates-as-required.wpcf7-not-valid + span.wpcf7-not-valid-tip { display: none;}
input[aria-invalid="true"] { border: 1px solid #ff0000; background: rgba(255,255,255,0.9);}
textarea.wpcf7-validates-as-required.wpcf7-not-valid { border: 0; background: rgba(255,255,255,0.9);}
blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 20px 20px 50px;
	quotes: "\201C""\201D""\2018""\2019";
	font-family: 'GTPressuraMono-Light';
}
blockquote:before {
	content: open-quote;
	font-size: 50px;
	line-height: 70px;
	position: absolute;
	left: 23px;
	top: 10px;
	font-style: inherit;
}
blockquote p:last-child {
	padding-bottom: 0;
}
.quotesubHeading {
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto 10px auto;
	color: #20244C;
}

input[type="checkbox"] { opacity: 1; 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; }

/* select {
	border-radius: 3px;
	border: 1px solid #20244C;
	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;
	border: 0px;
	font-size: 16px;
	line-height: 22px;
	color: ##20244C;
	border: 0;
	background-color: #fff;
	border-radius: 0;
	resize: none;
}

.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 #20244C;
	border-top: 1px solid #20244C;
	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: ##20244C;
	padding: 15px 8px;
	border-right: 1px solid #20244C;
	font-weight: 700;
	border-bottom: 1px solid #20244C;
	word-wrap: break-word;
}
.entry table td {
	padding: 15px 8px;
	border-right: 1px solid #20244C;
	border-bottom: 1px solid #20244C;
	word-wrap: break-word;
}
.alignleft {
	float: left;
	margin: 20px 25px 20px 0px;
}
.alignright {
	float: right;
	margin: 20px 0px 20px 25px;
}
.aligncenter {
	float: none;
	margin: 20px auto 20px auto;
}

.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;
	width: 100%;
	height: 100%;
}
.paddingBlock {
	padding: 60px 0;
}

.container_1370{
	max-width: 1410px;
}
.container_1600{
	max-width: 1600px;
	padding: 0 20px;
	margin: 0 auto;
}
.container_1400{
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}
.container_1350 {
	max-width: 1350px;
	padding: 0 20px;
	margin: 0 auto;ś
}
.container_1280{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.container_1200 {
	  max-width: 1200px;
		padding: 0 20px;
		margin: 0 auto;
}


.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{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}

/* Not Found Page css */
.pageNotFound {width: 100%; padding: 5% 20px; max-width: 700px; text-align: center; margin:0px auto;}
.pageNotFound > div { border: 6px solid #3771c8; width: 250px; height: 250px; margin: 0px auto; margin-bottom: 15px; position: relative; overflow: hidden;}
.pageNotFound > div span {color:##20244C;font-size: 80px; position: absolute; right: 24px; top: 46%; font-weight: bold; left: 0px; width: 100%;}
.pageNotFound > h3 { font-size: 39px; margin: 30px 0 20px;}
.pageNotFound a { color:##20244C; font-weight: 600;}
.pageNotFound a:hover { color:#001965;}
/* Not Found Page css */


.btn{
	display: inline-block;
	padding: 10px 90px 10px 15px;
	color:#fff;
	background:transparent;
	border: 5px solid #F8013D;
	border-radius: 0px;
	text-align: center;
	cursor: pointer;
	text-transform: initial;
	-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;
	font-size: 29px;
	text-decoration: none;
	text-transform: initial;
	font-family: 'GTPressuraMono-Light';
	letter-spacing: 1px;
}
.btn:hover{
}

.ios .btn{ padding-top: 7px; padding-bottom: 5px !important;}

.btnWhite{border:3px solid #fff; color: #fff;}

.btnBlue{border:3px solid #fff; 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;
}
.greyText{
	color: #A6AAA8;
}

/* ajax-loader */
div.wpcf7 .ajax-loader { background: url(../images/ajax-loader.svg) no-repeat !important;
	background-size: 25px 25px !important; width: 30px !important; height: 30px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { background: #55d400 url(../images/ajax-loader.svg) no-repeat center center !important;  background-size: 36px 16px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { height: 81% !important;}
/* ajax-loader */

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: #20244C;
	border-color:#E50075;
	background:url("../images/checked.png") 10px 8px no-repeat #E50075;
	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;
}

.col-12{
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6{
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
	.col-4{
		width: 33.33%
	}
.col-3{
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}

/* common css */
.B-Space{ margin-bottom: 80px;}
.T-Space{ margin-top: 80px;}
.TB-Space{ margin-top: 80px;margin-bottom: 80px;}
.TSpace{ margin:100px 0 0 0;}
.BSpace{ padding: 0 0 100px;}
.TBSpace{ padding: 100px 0;}
.LRSpace{ padding:0 90px;}
.topSpace{ padding-top: 42px;}
/* common css */

.animateme{opacity: 0; transform: translate3d(0,40px,0)}
.animateme.animated{animation: fadeInUp 0.7s ease-in-out forwards}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,40px,0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0,0,0)
  }
}
