@charset "utf-8";


/*
font-family: 'Open Sans', sans-serif;
*/

/*------------| 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: 0px 0 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 26px;
	overflow-x: visible !important;
	color: #0F262C;
	font-family: 'TTHovesRegular';
	font-display: auto;
	font-weight: 400;

	display: flex;
	flex-direction: column;
}
/*=============== 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: #00ABB0;
	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: #0F262C;
}
p a{
	text-decoration: underline;
}

img {
	border: 0px;
	outline: none;
	display: block;
	max-width: 100%;
	height: auto;
}
input {
	margin: 0px;
}


p.h1, p.h2, p.h3, p.h4, p.h5, p.h6,
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: 'TTHovesLight';
	font-display: auto;
	font-weight: normal;
}
p.h1, h1 strong{
	font-family: 'TTHovesMedium';
}
.h1, h1 {
	font-size: 66px;
	line-height: 78px;
	margin-bottom: 20px;
	letter-spacing: -1.32px;
	/* font-weight: 700; */
}
.h2, 
h2,
.banner.common h1 {
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 15px;
	letter-spacing: -1.12px;
}
.h3, 
h3 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 10px;
	letter-spacing: -0.8px;
}
.h4, 
h4 {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 10px;
	letter-spacing: -0.68px;
}
.h5,
h5 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 5px;
}
.h6, 
h6 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 15px;
	font-family: 'TTHovesRegular';
}
p.h1.bold, p.h2.bold,
p.h3.bold, p.h4.bold,
p.h5.bold, p.h6.bold
{
  font-family: 'TTHovesDemiBold';
}
ul {
	padding: 0px 0px 20px 20px;
	margin: 0px;/*list-style: none;*/
}

ul li {
	position: relative;
}

ul li, ol li {
	padding-bottom: 4px;
}
ol{
  margin: 0;
  padding: 0;
}
ol>li {
  margin:0;
  padding:0 0 8px 30px;
  list-style-type:none;
  counter-increment:item;
  position: relative;
}

ol>li:before {
  display:inline-block;
  width:20px;
  position: absolute;
  left: 0;
  top: 0;
  padding-right:10px;
  text-align:right;
  content:counter(item) ".";
}
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-family: 'TTHovesDemiBold';
	font-weight: normal;
}


input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
	font-family: 'TTHovesRegular';
}
input[type=search],
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 1px solid #DEDEDE;
	background-color: #fff;
	font-size: 22px;
	line-height: 22px;
	padding: 4px 15px;
	margin: 0px;
	color: #141441;
	border-radius: 0px;
	-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: #141441;
}
input[type='submit'], input[type=button], input[type=reset], button, .primaryBtn {
	display: inline-block;
	padding: 11px 35px 11px;
	font-family: 'TTHovesDemiBold';
	font-size: 20px;
	font-weight: normal;
	/* text-transform: uppercase; */
	color: #0F262C;
	background-color: transparent ;
	border: 2px solid #00ABB0;
	border-radius: 28px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0px;
	-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-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   text-shadow: none;
   box-shadow: none;

}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .primaryBtn:hover {
	background: #00ABB0;
	border-color: #00ABB0;
	color: #fff;
}
.hbspt-form .hs-button {
	display: inline-block !important;
	padding: 11px 35px 11px !important;
	font-family: 'TTHovesDemiBold' !important;
	font-size: 20px !important;
	font-weight: normal !important;
	/* text-transform: uppercase !important; */
	color: #0F262C !important;
	background-color: transparent  !important;
	border: 2px solid #00ABB0 !important;
	border-radius: 28px !important;
	text-align: center !important;
	cursor: pointer !important;
	letter-spacing: 0px !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
	-webkit-transform-style: preserve-3d !important;
	-webkit-backface-visibility: hidden !important;
	-moz-transform-style: preserve-3d !important;
	-moz-backface-visibility: hidden !important;
	-webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;
   text-shadow: none !important;
   box-shadow: none !important;

}
.hbspt-form .hs-button:hover {
	background: #00ABB0 !important;
	border-color: #00ABB0 !important;
	color: #fff !important;
}

blockquote {
	position: relative;
	margin: 0 0 0px;
	padding: 20px 20px 20px 15px;
	quotes: "\201C""\201D""\2018""\2019";
	/* letter-spacing: 0.28px; */
	font-size: 36px;
	line-height: 46px;
}
/* blockquote:before {
	content: open-quote;
	font-size: 36px;
	line-height: 46px;
	position: absolute;
	left: 0px;
	top: 20px;
	font-style: normal;
} */

blockquote p:last-child {
	padding-bottom: 0;
}
blockquote + p{
	padding-left: 15px;
	font-size: 22px;
	line-height: 28px;
}
.quotesubHeading {
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto 10px auto;
	color: #a6d4bc;
}

input[type="checkbox"] { position: absolute; cursor: pointer; top: 3px;}
input[type="checkbox"] + label{ cursor:pointer; }
input[type="checkbox"] + label span { display:inline-block; width:16px; height:16px; margin:-3px 7px 0 0; vertical-align:middle; background:none; cursor:pointer; border: 1px solid #3CDC50;}
input[type="checkbox"]:checked + label span { background: #3CDC50; }

/* .wpcf7-checkbox input[type="checkbox"] { opacity: 0; position: absolute; }
.wpcf7-checkbox input[type="checkbox"] + span{ cursor:pointer; }
.wpcf7-checkbox input[type="checkbox"] + span::before {content: ''; display:inline-block; width:23px; height:23px; margin:-2px 15px 0 0; vertical-align:middle; background:#fff; cursor:pointer; }
.wpcf7-checkbox input[type="checkbox"]:checked + span::before { background: #000; } */



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: 162px;
	padding: 8px 15px;
	box-sizing: border-box;
	border: 0px;
	font-size: 22px;
    line-height: 22px;
	color: #000;
	border: 2px solid #00ABB0;
	background-color: #fff;
	border-radius: 0px;
	resize: none;
	font-family: 'TTHovesRegular';
}

.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: 20px 25px 20px 0px;
}
.alignright {
	float: right;
	margin: 20px 0px 20px 25px;
}
.aligncenter {
	float: none;
	margin: 20px auto 20px auto;
}
.wp-caption{
	max-width: 100%;
	width: auto;
}
.wp-caption .wp-caption-text{
	background: url('../images/upArrow.svg')  0 9px no-repeat;
	background-size: 15px 10px;
	font-size: 14px;
	padding-left: 28px;
}
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
  margin-bottom: 25px;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p .iframeWrapper{
  margin-bottom: 0;
}

iframe {
	width: 100%;
	height: 100%;
}
.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;
}
.TBspace70 {
	padding: 70px 0;
}
.Tspace70 {
	padding-top: 70px;
}
.Bspace70 {
	padding-bottom: 70px !important;
}

.container {
	padding: 0 20px;
	margin: 0 auto;
}
.container_1600{
	max-width: 1640px;
}
.container_1200{
	max-width: 1200px;
}
.container_960{
	max-width: 1000px;
}
.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,
.clearfix:after,
.blogFilter::after,
.responsiveToggle::after,
.checkBoxField::after,
.filterWrapper::after,
.filterBox::after,
.filterWrapper::after,
.eventsListWrapper li .title::after,
.heritageSlider::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: 11px 21px 12px;
	font-family: 'TTHovesDemiBold';
	font-size: 20px;
	line-height: 24px;
	color: #0F262C;
	background: none;
	border: 2px solid #00ABB0;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	-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-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.btn:hover{
	background: #00ABB0;
	color: #fff;
}
.btn.bordered{
	/* background-color: transparent; */
	background: none;
	border: 1px solid #3CDC50;
}
.btn.bordered:hover{
	background: #3CDC50;
	color: #fff;
	border: 1px solid #3CDC50;
}
.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;
}
.primaryBg{
	background-color: #0F262C
}
.tealText{
	color: #00ABB0;
}
.greyBg{
	background-color: #F7F7F9;
}
.tealBg{
	background-color: #00ABB0;
}

div.wpcf7 .ajax-loader {
    background: url(../images/ajax-loader.svg) no-repeat!important;
}
span.wpcf7-not-valid-tip{
	font-size: 14px !important;
	line-height: 22px;
	clear: both;
}
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;
}
.formstyle .wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
	border-color: #00ABB0 !important;
	background:/*url("../images/checked.png") 10px 8px no-repeat*/ #00ABB0;
	background-size: 16px auto;
	font-size: 15px;
	padding: 5px 15px ;
	line-height: 22px;
	margin: 20px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	margin: 10px 0 0;
	display: none !important;
}
.not_found {
    width: 100% !important;
    background: #fff;
    text-align: center;
    padding: 50px 10px !important;
		max-width: 700px;
		clear: both;
		margin: auto;
		border: 2px dashed #ccc;
}
.not_found h6{
	margin-bottom: 0;
}
.grecaptcha-badge{
	display: none !important;
}

body.error404{
	padding-top: 100px;
}
.error404 header{
	background: #0F262C;
}
.pageNotFound {
	width: 100%;
	max-width: 650px;
	text-align: center;
	margin: auto;
	padding:0px;
	font-weight: 500;
	background: url('../images/logo-icon.svg') center center no-repeat;
	background-size: contain;
}
.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: #141441;
	font-size: 80px;
	position: absolute;
	right: 24px;
	top: 46%;
	font-weight: bold;
	left: 0px;
	width: 100%;
}
.pageNotFound a{
	text-decoration: underline;
	white-space: nowrap;
}
.errorImage {
    max-width: 150px;
    margin: 0 auto 20px;
}
.errorImage img{
	margin: auto;
}

.pagePreloader{
	position: fixed;
	left: 0;
	top: 0;
	background: #0F262C;
	width: 100%;
	height: 100%;
	z-index: 999999;
	-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;
}
.lastLoad.pagePreloader{
	opacity: 0;
}

.logoLoder {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.logoLoder .prePath{
	fill:#0F262C;
	transition:all .3s ease-in-out;
	 -webkit-transition:all .3s ease-in-out;
	 -moz-transition:all .3s ease-in-out;
	 -o-transition:all .3s ease-in-out;
}

.logoLoder .path2{
	transform: translateX(2.7px) translateY(2.7px);
}
.logoLoder .path1{
	transform: translateX(-2.7px) translateY(-2.7px);
}
.pagePreloader.loaded1 .logoLoder .prePath{
	fill:#fff;
}
.pagePreloader.loaded2 .logoLoder .path2{
	transform: translateX(0px) translateY(0px);
}
.pagePreloader.loaded2 .logoLoder .path1{
	transform: translateX(0px) translateY(0px);
}















/*  */
