@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:#2C3132;
	font-family:'Montserrat', sans-serif;
  font-weight:300;
  font-size:20px;
	line-height:28px;
  display:flex;
  flex-direction:column;
}

#page-wrap{
  width:100%;
  max-width:100%;
  margin:0 auto;
  position:relative;
  flex:1 0 auto;
  padding-top:98px;
}
body.showDashboard #page-wrap,
html.de #page-wrap,
html.en #page-wrap{padding-top:134px;}
footer{flex-shrink: 0;}
/* 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:#2C3132;
-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 {
color: #2192A6;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
pre{	font-family:'Montserrat', sans-serif;
  font-weight:300;}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; font-weight: 700; color:#014351;}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
display: block;
clear: both;
width: 100%;
}

h1 {
font-size:55px;
line-height:64px;
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;
}
ol{
padding: 0px 0px 25px 25px;
margin: 0px;
}
ul li{
  /* position: relative; */
  padding: 0px 2px 4px 2px;
}
/*ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #37373C;
border-radius: 8px;
}*/
ol li{
padding: 0px 0px 4px 5px;
}

p { margin: 0px; padding: 0px 0px 28px 0px;}
p:empty {display: none;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #033b66;
}
strong, b { font-weight: 700;}
img { /*  display:block;*/
height: auto }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
input[type="password"],
input[type="search"],
textarea,
.chosen-single{
width:100%;
font-family:'Montserrat', sans-serif;
font-weight:500;
/* height:46px; */
background-color: #ffffff;
border: 0px;
font-size:20px!important;
line-height:28px!important;
padding:14px 14px!important;
padding-bottom:9px;
margin: 0px;
color: #2C3132;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}

input[type='submit'], input[type=button], input[type=reset], button, .btn{
font-family: 'Montserrat', sans-serif;
color:#fff;
min-width: 120px;
font-size:20px;
line-height:28px;
font-weight: 700;
text-decoration: none!important;
margin: 0px;
padding:16px 50px;
border-radius: 30px;
display: inline-block;
background-color:#014351;
border:0;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;

-moz-box-shadow: 0px 3px 6px rgba(000,000,000,0.16);
-webkit-box-shadow: 0px 3px 6px rgba(000,000,000,0.16);
box-shadow: 0px 3px 6px rgba(000,000,000,0.16);

}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .btn:hover{
	text-decoration:none;
	color:#fff;
	background-color:#2192A6;
	}

.btn.graybg{background-color:#D7CFC6; color:#014351;}
.btn.graybg:hover{background-color:#F1EFEC; color:#014351;}
select, .chosen-single {
border-radius: 0;
background-color: #ffffff;
padding:14px 14px!important;
/* height: 46px; */
width:100%;
border: 0;
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
background-image: url('../images/select-arrow.svg')!important;
background-size: 22px!important;
background-position: right 10px center!important;
background-repeat: no-repeat!important;
padding-right: 45px;
font-size:20px!important;
line-height:28px!important;
font-weight: 500!important;
color:#2C3132;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
	}

select::-ms-expand {
display: none;
}

textarea {
    width:100%;
    font-size:20px;
    line-height:25px;
    height:180px!important;
    padding:14px 14px;
    box-sizing: border-box;
    border:0px;
    color:#2C3132;
    /* border:1px solid #4c8dce; */
    background-color: #ffffff;
    border-radius: 0px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
font-weight: 500;
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% !important;
    border: 0px;
}

table tr{/*border-bottom: 1px dotted #fff;*/ background-image: url('../images/dotts.svg'); background-repeat: repeat-x; background-position: bottom;}
.tableBox table tr:last-child{ background-image: none;}
table tr td {
    padding: 5px 0 6px 0;
    border-collapse: collapse;
}

table {
    text-align: left;
    border-collapse: collapse;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table td {

    word-wrap: break-word;
}


.alignleft  {
float: left;
margin: 10px 30px 30px 0px!important;
margin-right:30px!important
}
.alignright  {
float: right;
margin: 10px 0px 30px 50px!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:480px;*/
  max-width:100%;
  margin-bottom:32px;
  padding:100px 0 60px 0;
  position:relative;
  font-size:28px;
  line-height:38px;
  font-family:'Montserrat', sans-serif;
  text-align:left;
  position:relative;
}
blockquote::before{
  position:absolute;
  content:'';
  background-color:#F1EFEC;
  width: calc(100% + 170px);
  height:100%;
  left: -85px;
  top:0px;
  z-index: -1;
}
blockquote::after{
  position:absolute;
  content:'';
  left: 0;
  top:34px;
  font-weight:700;
  background-image: url('../images/quote-icon.svg');
  width:50px;
  height:50px;
}
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%;
}

/* 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, .postPublishInfo .meta, .enqBox, .signupBox, .partnerList li, .dashboardSec{
    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;
}
.quoteimageSec{
  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;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.flexHorizontalCenter, .iconsList {
    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;
    -webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.flexRowReverse, .flexRightImage, .textImageflex{
  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;
}

.flexRightImage{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;}

.cameraImageBox{
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerBlock .content_1100, footer .content_1100{text-align: left;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.postPublishInfo, .navigation{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partnerList{list-style-type: none;
margin: 0px;
padding: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}
/* 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 */
