@charset "utf-8";
/*------------| body frame start |-----------*/

/* font start */
/* font end */

* {
  -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{ margin:0px!important;}
html, body {
  width:100%;
  height:100%;
  padding:0px;
  margin:0;
}

body {
  padding:0px;
  margin:0px;
  min-width:320px;
  color:#000000;
	font-family: 'TT-Commons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size:19px;
	line-height:26px;
  display:flex;
  flex-direction:column;
  background-color:#2B3F1E;
}

#page-wrap{
  width:100%;
  max-width:100%;
  margin:0 auto;
  position:relative;
  flex:1 0 auto;
}
footer{flex-shrink:0;}

:root{
  --primaryColor:#000;
}
/* colors start here */

/* colors end here */

/*=============== tags start ===================**/
section, footer{
position:relative;
overflow:hidden;
clear:both;
width:100%;
}
*:focus, a:hover, a:active, a:focus {
outline:0; outline:none!important;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline:none !important;
  border:0;
}

figure{
padding:0px;
margin:0px;
}

a{color:#000;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
a:hover {}

img {
border:0px;
outline:none;
display:block;
max-width:100%;
height:auto
}
input {margin:0px;}

h1, h2, h3, h4, h5, h6 {font-family: 'TT-Commons', sans-serif; font-weight:normal; color:#000000;}
h1, h2, h3, h4, h5, h6, p {
  padding:0px;
  margin:0px;
  display:block;
  clear:both;
  width:100%;
}

h1{
font-size:46px;
line-height:54px;
padding-bottom:12px;
}

h2{
font-size:40px;
line-height:48px;
padding-bottom:12px;
}

h3{
font-size:34px;
line-height:42px;
padding-bottom:15px;
}

h4{
font-size:28px;
line-height:36px;
padding-bottom:8px;
}

h5{
font-size:24px;
line-height:32px;
padding-bottom:8px;
}

h6{
font-size:22px;
line-height:30px;
padding-bottom:8px;
}

ul{
padding:0px 0px 25px 20px;
margin:0px;
list-style-position:outside;
}

ul li ul{ padding:15px 0 15px 20px;}

ol{
padding:0px 0px 25px 25px;
margin:0px;
}

ul li{padding:0px 2px 8px 2px;}
ol li{padding:0px 0px 8px 5px;}
.innerContent ul li, .innerContent ol li, table td{
  font-family: 'TT-Commons-Light';
  font-weight:300;
  font-style: normal;
}
p{margin:0px; padding:0px 0px 28px 0px;
  font-family: 'TT-Commons-Light';
  font-weight:300;
  font-style: normal;
}
p:empty{display:none;}

hr{
padding:0px;
border:0px;
height:1px;
margin:30px auto;
background-color: #033b66;
}
strong, b{ font-family: 'TT-Commons'; font-weight: normal;
font-style: normal;}
img{height:auto}


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
textarea{
width:100%;
font-family:'TT-Commons', sans-serif;
font-weight: normal;
font-style: normal;
border:#F0EEEA solid 1px;
border-bottom:#000 solid 1px;
background-color:#F0EEEA;
font-size:36px;
line-height:44px;
padding:10px 15px;
padding-bottom:9px;
margin:0px;
color:#000;
border-radius:0px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
}

input[type='submit'], input[type=button], input[type=reset], button, .btn{
  font-family: 'TT-Commons', sans-serif;
  font-weight: normal;
  font-style: normal;
color:#fff;
min-width: 120px;
font-size:16px;
line-height:24px;
letter-spacing: 2px;
text-decoration: none!important;
margin: 0px;
text-transform: uppercase;
padding: 10px 22px;
border-radius: 0px;
display: inline-block;
background-color:#000;
border:0;
cursor: pointer;
text-align: center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}

input[type='submit']{ text-transform: uppercase;}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .btn:hover{
	text-decoration:none;
	color:#fff;
	background-color:#E95958;
	}

select {
border-radius: 0;
background-color: #F0EEEA;
padding: 10px 8px;
width:100%;
border:#F0EEEA solid 1px;
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
background-image: url('../images/select-arrow.svg');
background-size: 40px;
background-position: right center;
background-repeat: no-repeat;
padding-right: 45px;
font-size: 36px;
line-height: 44px;
color:#000;
font-family: 'TT-Commons', sans-serif;
font-weight: normal;
font-style: normal;
	}

select::-ms-expand {
display:none;
}

textarea {
  width:100%;
  font-size:14px;
  line-height: 22px;
  height:170px;
  padding:10px 15px;
  box-sizing: border-box;
  border:0px;
  color:#453A8F;
  /* border:1px solid #4c8dce; */
  background-color: #EBE9F6;
  border-radius: 0px;
  resize: none;
  font-family: 'TT-Commons', sans-serif;
  font-weight: normal;
  font-style: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#8D8D8D;
	opacity:1;
	font-weight:400;
}

.resWrap{
  width: 100%;
  overflow: auto;
}

table{width:100%; border:0px; text-align:left; border-collapse:collapse;}
tr:nth-of-type(odd){background:#eee;}
td,th{padding:6px;border:1px solid #ccc; border-collapse: collapse;}
th{background:#333;color:white;font-weight:bold;}
table h1, table h2, table h3, table h4, table h5 {margin:0px;}
table td{word-wrap:break-word;}


.alignleft  {
float:left;
margin: 10px 24px 20px 0px !important;
}
.alignright  {
float: right;
margin: 10px 0px 20px 24px !important;
}
.aligncenter{
	float: none;
	margin: 30px auto 30px auto;
}
.wp-caption{ max-width:100%;}
.wp-caption-text{ position:relative; margin-top:-24px; font-size:12px; line-height:14px; color:#a7a8aa;}
.postContent img{ margin:30px 0;}

blockquote{
  margin: 0 auto;
  width:100%;
  max-width:100%;
  margin-bottom:40px;
  padding: 20px 20px 20px 20px;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'TT-Commons', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align:center;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}

.box{
  position:relative;
}
.box:before{
	content:"";
	display:block;
	padding-top:50%; 	/* initial ratio of 1:1*/
}
.imageHolder{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
}

.OF-cover {
	/* font-family: 'object-fit: 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%;
}

.OF-contain {
	/* font-family: 'object-fit: cover'; */
  object-fit: contain;
	font-family: 'object-fit: contain';
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center';
	width: 100%;
	height: 100%;
}

/* clear class css start here */
header:after, section:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}
/* clear class css end here */

/* flex css start here */
.grid{
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexVerticalCenter, .logoBox, .errorblock{
    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;
}
.flexHorizontalCenter {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexRowReverse{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactBlock{
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* flex css end here */

.hovereffect{ overflow: hidden;}
.hovereffect img{
display:block;
position:relative;
-ms-transform:scale(1);
-webkit-transform:scale(1);
transform:scale(1);
}
.hovereffect:hover img{-ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);}
.hovereffect img, .hovereffect:hover img{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;}
/* common page animations */

/* loader animation start here */
body.pageLoaded .lineOne {
stroke-dasharray:96;
stroke-dashoffset:192;
-webkit-animation: lineOne 0.4s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lineOne 0.4s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lineOne 0.4s cubic-bezier(0,0,1,.99) forwards;
animation: lineOne 0.4s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:0.5s;
animation-delay:0.5s;
}
@-webkit-keyframes lineOne{ 0%{stroke-dashoffset:192;} 100%{stroke-dashoffset:96;} }
@-moz-keyframes lineOne{ 0%{stroke-dashoffset:192;} 100%{stroke-dashoffset:96;} }
@-o-keyframes lineOne { 0%{stroke-dashoffset:192;} 100%{stroke-dashoffset:96;} }
@-ms-keyframes lineOne { 0%{stroke-dashoffset:192;} 100%{stroke-dashoffset:96;} }
@keyframes lineOne { 0%{stroke-dashoffset:192;} 100%{stroke-dashoffset:96;} }

body.pageLoaded .lineTwo{
stroke-dasharray:250;
stroke-dashoffset:500;
-webkit-animation: lineTwo 1.2s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lineTwo 1.2s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lineTwo 1.2s cubic-bezier(0,0,1,.99) forwards;
animation: lineTwo 1.2s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:0.9s;
animation-delay:0.9s;
}
@-webkit-keyframes lineTwo{ 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-moz-keyframes lineTwo{ 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-o-keyframes lineTwo { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-ms-keyframes lineTwo { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@keyframes lineTwo { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }

body.pageLoaded .lineThree{
stroke-dasharray:250;
stroke-dashoffset:500;
-webkit-animation: lineThree 1.2s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lineThree 1.2s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lineThree 1.2s cubic-bezier(0,0,1,.99) forwards;
animation: lineThree 1.2s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:0.9s;
animation-delay:0.9s;
}
@-webkit-keyframes lineThree{ 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-moz-keyframes lineThree{ 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-o-keyframes lineThree { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@-ms-keyframes lineThree { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }
@keyframes lineThree { 0%{stroke-dashoffset:500;} 100%{stroke-dashoffset:250;} }

body.pageLoaded .lineFour{
stroke-dasharray:84;
stroke-dashoffset:168;
-webkit-animation: lineFour 0.6s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lineFour 0.6s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lineFour 0.6s cubic-bezier(0,0,1,.99) forwards;
animation: lineFour 0.6s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:1.60s;
animation-delay:1.60s;
}
@-webkit-keyframes lineFour{ 0%{stroke-dashoffset:168;} 100%{stroke-dashoffset:84;} }
@-moz-keyframes lineFour{ 0%{stroke-dashoffset:168;} 100%{stroke-dashoffset:84;} }
@-o-keyframes lineFour { 0%{stroke-dashoffset:168;} 100%{stroke-dashoffset:84;} }
@-ms-keyframes lineFour { 0%{stroke-dashoffset:168;} 100%{stroke-dashoffset:84;} }
@keyframes lineFour { 0%{stroke-dashoffset:168;} 100%{stroke-dashoffset:84;} }

body.pageLoaded .lineFive{
stroke-dasharray:128;
stroke-dashoffset:256;
-webkit-animation: lineFive 0.6s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lineFive 0.6s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lineFive 0.6s cubic-bezier(0,0,1,.99) forwards;
animation: lineFive 0.6s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:1.60s;
animation-delay:1.60s;
}
@-webkit-keyframes lineFive{ 0%{stroke-dashoffset:256;} 100%{stroke-dashoffset:128;} }
@-moz-keyframes lineFive{ 0%{stroke-dashoffset:256;} 100%{stroke-dashoffset:128;} }
@-o-keyframes lineFive { 0%{stroke-dashoffset:256;} 100%{stroke-dashoffset:128;} }
@-ms-keyframes lineFive { 0%{stroke-dashoffset:256;} 100%{stroke-dashoffset:128;} }
@keyframes lineFive { 0%{stroke-dashoffset:256;} 100%{stroke-dashoffset:128;} }

body.pageLoaded .lastLayer{
stroke-dasharray:200;
stroke-dashoffset:400;
-webkit-animation: lastLayer 0.6s cubic-bezier(0,0,1,.99) forwards;
-moz-animation: lastLayer 0.6s cubic-bezier(0,0,1,.99) forwards;
-ms-animation: lastLayer 0.6s cubic-bezier(0,0,1,.99) forwards;
animation: lastLayer 0.6s cubic-bezier(0,0,1,.99) forwards;
-webkit-animation-delay:2.20s;
animation-delay:2.20s;
}
@-webkit-keyframes lastLayer{0%{stroke-dashoffset:400;} 100%{stroke-dashoffset:200;}}
@-moz-keyframes lastLayer{0%{stroke-dashoffset:400;} 100%{stroke-dashoffset:200;}}
@-o-keyframes lastLayer {0%{stroke-dashoffset:400;} 100%{stroke-dashoffset:200;}}
@-ms-keyframes lastLayer {0%{stroke-dashoffset:400;} 100%{stroke-dashoffset:200;}}
@keyframes lastLayer {0%{stroke-dashoffset:400;} 100%{stroke-dashoffset:200;}}
/* loader animation end here */
