@charset "utf-8";


/*------------| 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: 16px;
	line-height: 26px;
	overflow-x: visible !important;
	font-family: 'Conv_Gotham-Book';
	color: #333333;
	font-display: auto;
	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: #3771C8;
	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:#3771C8 !important;
	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: 'Conv_Gotham-Medium';
	font-display: auto;
	font-weight: normal;

}
h1 {
	font-size: 56px;
	line-height: 62px;
	color: #3771C8;
}
h2 {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 16px;
}
h3 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 10px;
}
h4 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
}
h5 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	}
h6 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
  color: #3771C8;
	font-family: 'Conv_Gotham Bold';
}
.pageContent h2, .pageContent h3, .pageContent h4 {	color: #3771C8;}

ul {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
ol {
	padding: 0px 0px 20px 0px;
	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;
}
p {
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #333333;
}
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: 14px auto 30px;
	    background-color: #E71480;
	    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-family: 'Open Sans', sans-serif;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 1px solid #BFBFBF;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	margin: 0px;
	color: #000;
	border-radius: 3px;
	-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: #000;
}
input[type='submit'], input[type=button], input[type=reset], .primaryBtn {
	display: inline-block;
	padding: 16px 25px 14px;
	font-family: 'Conv_Gotham-Book';
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #55D400;
	border: 0;
	border-radius: 3px;
	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;

}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, .primaryBtn:hover {
	background:#3771c8;
	border-color:#BFBFBF;
	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 #ff0039;}
textarea.wpcf7-validates-as-required.wpcf7-not-valid + span.wpcf7-not-valid-tip { display: none;}
input.wpcf7-validates-as-required.wpcf7-not-valid { border: 1px solid #ff0000; background: rgba(255,255,255,0.9);}
textarea.wpcf7-validates-as-required.wpcf7-not-valid { border: 1px solid #ff0039; 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: 'Conv_plantc';
}
blockquote:before {
	content: open-quote;
	font-size: 150px;
	line-height: 70px;
	position: absolute;
	left: 3px;
	top: 30px;
	font-style: inherit;
	font-family: Plantagenet Cherokee;
	font-family: 'Conv_plantc';
}
blockquote p:last-child {
	padding-bottom: 0;
}
.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: 188px;
	padding: 8px 15px;
	box-sizing: border-box;
	border: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	border: 1px solid #BFBFBF;
	background-color: #fff;
	border-radius: 3px;
	resize: none;
	font-family: 'Open Sans', sans-serif;
}

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

.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_1240{
	max-width: 1240px;
	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:#3771c8;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:#3771C8; font-weight: 600;}
.pageNotFound a:hover { color:#000;}
/* Not Found Page css */


.btn{
	display: inline-block;
	padding:7px 28px;
	font-family: 'Conv_Gotham-Medium';
	color:#fff;
	background:transparent;
	border-radius: 6px;
	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: 18px;
	text-decoration: none;
	background-color: #55D400;
	text-transform: initial;
  padding: 12px 100px;
}
.btn:hover{
	background: #3771c8;
	border-color: #3771c8;
	color: #fff !important;
}

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

div.wpcf7 .ajax-loader { background: #55d400 url(../images/ajax-loader.svg) no-repeat center center !important;  background-size: 36px 36px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { background: #55d400 url(../images/ajax-loader.svg) no-repeat center center !important;  background-size: 36px 36px !important;}
.contactUsWrap div.wpcf7 .ajax-loader { height: 81% !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:#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)
  }
}
