@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/*
font-family: 'Karla', sans-serif;
font-family: 'Poppins', 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: 16px;
	line-height: 30px;
	overflow-x: visible !important;
	color: #0A427D;
	font-family: 'Karla', sans-serif;
	font-display: auto;
	font-weight: 500;

	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: #81BC80;
	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: #F34E4E;
}
p a{
	text-decoration: underline;
}
p a:hover{
	text-decoration: none;
}

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: 'Poppins', sans-serif;
	font-display: auto;
	font-weight: normal;
	font-weight: 500;
}
h1 {
	font-size: 83px;
	line-height: 87px;
	margin-bottom: 20px;
	font-weight: 300;
}
h2 {
	font-size: 50px;
	line-height: 54px;
	margin-bottom: 15px;
	font-weight: 300;
}
h3 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: 0.68px;
}
h4 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px;
}
h5 {
	font-size: 23px;
	line-height: 40px;
	margin-bottom: 5px;
	letter-spacing: 0.46px;
}
h6 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}
ul {
	padding: 0px 0px 20px 20px;
	margin: 0px;/*list-style: none;*/
}
ol {
	padding: 0px 0px 20px 20px;
	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: #0F437B;
}
strong, b {
	font-weight: 700;
}


input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
	font-family: 'Karla', sans-serif;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 1px solid #81BC80;
	background-color: transparent;
	font-size: 16px;
	line-height: 23px;
	padding: 10px 25px;
	margin: 0px;
	color: #0A427D;
	border-radius: 22px;
	font-weight: 500;
	-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: #0A427D;
}
input[type='submit'], input[type=button], input[type=reset], button, .primaryBtn {
	display: inline-block;
	padding: 5px 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 33px;
	text-transform: capitalize;
	border-radius: 22px;
	color: #fff;
	background-color: #F34E4E;
	border: 1px solid #F34E4E;
	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;
	 width: 100%;
max-width: 233px;
}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .primaryBtn:hover {
	color: #F34E4E;
	background-color: transparent;
	border: 1px solid #F34E4E;
}

blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 20px 20px 70px;
	quotes: "\201C""\201D""\2018""\2019";
	/* letter-spacing: 0.28px; */
	font-size: 23px;
	line-height: 40px;
	color: #F34E4E;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
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;
	font-size: 14px;
	color: #81BC80;
	line-height: 24px;
}
.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; }

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: 100px;
	/* padding: 8px 15px; */
	box-sizing: border-box;
	/* border: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #0A427D;
	border: 1px solid #DEDEDE;
	background-color: #fff;
	border-radius: 0px; */
	resize: none;
	font-family: 'Karla', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
	font-style: italic;
	font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
	font-style: italic;
	font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #282828;
	font-style: italic;
	font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #282828;
	font-style: italic;
	font-weight: 400;
}


.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;
}
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;
}

.TBspace80 {
	padding: 80px 0;
}
.Tspace80 {
	padding-top: 80px;
}
.Bspace80 {
	padding-bottom: 80px;
}

.container {
	padding: 0 30px;
	margin: 0 auto;
}
.container_1600{
	max-width: 1660px;
}
.container_1200{
	max-width: 1260px;
}
.blog .container_1030,
.container_1100{
	max-width: 1160px;
}
.container_1030{
	max-width: 1090px;
}


.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%;
}

/* 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;
	font-size: 20px;
	line-height: 33px;
	padding: 5px 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #fff;
	background: #F34E4E;
	border: 1px solid #F34E4E;
	border-radius: 22px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.4px;
	text-transform: normal;
	-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;
}
.btn:hover{
	background-color: transparent;
	/* border-color: #fff; */
	color: #F34E4E;
}

.btn.green{
	background-color: #80BA80;
	border-color: #80BA80;
}
.btn.green:hover{
	background-color: transparent;
	color: #80BA80;
}

.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;
}
ul.flexWrap{
	padding: 0;
}
.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;
}
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;
}

.redText{ color:#F34C49; }
.blueText{ color:#134479; }
.greenText{ color:#81BC80; }


.pageNotFound{
	text-align: center;
}

/* Page Not Found */
body.error404{
	padding-top: 100px;
}

body.error404 .TBspace80 {
    padding: 30px 0;
}
.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: 5px solid #0A427D;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.pageNotFound > div span {
	color: #EF5052;
	letter-spacing: 3px;
	font-size: 80px;
	position: absolute;
	right: 24px;
	top: 46%;
	font-weight: bold;
	left: 0px;
	width: 100%;
}
.pageNotFound h5{
	letter-spacing: 0;
}
.pageNotFound a{
	text-decoration: underline;
	white-space: nowrap;
}
/* Page Not Found */
