/* template */
html,body
{
	background:#d1f4ff;
}
.outer-margin
{
	margin:0 20px;
}
.page-max-width
{
	max-width:1440px;
	width:100%;
	margin:0 auto;
}
.int-margin
{
	margin:0 15px;
}
/* image hover effect */
.hfw-main-cont
{
	position: relative;
	z-index: 1;
}
.hfw-hovereffect
{
	
}
.hfw-hovereffect {
	width:100%;
	height:100%;
	//float:left;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.hfw-hovereffect .hfw-overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;	
	background-color:rgba(0,0,0,0.5);
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	
}
.hfw-hovereffect img {
	display:block;
	position:relative;
	width:100%;
	transition:all .4s linear;
	-webkit-transition:all .4s linear;	
	-moz-transition:all .4s linear;
	-ms-transition:all .4s linear;
}
.hfw-hovereffect:hover img {
	transform:scale(1.01);
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);

}
.hfw-hovereffect:hover .hfw-overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hfw-content-main-cont
{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}
.hfw-content-cont
{
	height: 100%;
	position: relative;
}
.hfw-content
{
	
}
.hPadding
{
	padding:50px;
}
.hfw-uppercont
{
	position: absolute;
	bottom: 50px;
}
.hfw-uppercont h4
{
	font-family: 'MarkBook', Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.hfw-uppercont h3
{
	font-family: 'MarkBold', Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
}


/*footer*/
.footer-main-page-cont
{
	background: #fff;
}
.footer-page-cont
{
	
}
.footer-cont
{
	padding:90px 0 80px;
}	
.footer-box-cont
{
	float: left;
	margin-right: 8%;
}
.footer-box-cont-1
{
	
}
.footer-box-cont-2
{
	
}
.footer-box-cont-3
{
	
}
.footer-box-cont-4
{
	float: right;
	margin-right: 0;
}
.footer-box-cont h5
{
	font-family:'EurosoftSemibold', Arial, sans-serif;
	color: #5c52e3;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom:10px;
}
.footer-box-cont p
{
	font-family: 'AvertaStdRegular', Arial, sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 10px;
}
.footer-box-cont p a
{
	color: #d3232b;
	text-decoration:underline;
}
.footer-box-cont p a:hover
{
	color: #5c52e3;
	text-decoration:underline;
}
/* header */
.header-main-cont
{
	background:#fff;
}
.header-cont
{
	padding: 20px 0 46px;
}
.ls-header-cont
{
	
}
.logo-cont
{
	float:left;
	
}
.header-right-cont
{
	float:right;
}
.hr-padding
{
	text-align: right;
	padding: 30px 0 0;
}
.hr-padding h3
{
	font-family: 'AvertaStdBold', Arial, sans-serif;
	color: #d3232b;
	font-size: 24px;
	line-height: 1;
}
.hr-padding h3 a
{	
	color: #ffb000;
	font-size: 32px;
	display: block;
}
.hr-padding h3 a:hover
{	
	color:#5c52e3;
}
/* template */
a
{
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	vertical-align: baseline;
}
a.hover
{
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	vertical-align: baseline;
}
/* common form */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form input[type="file"], .wpcf7-form input[type="number"], .wpcf7-form select
{
	font-family: 'AvertaStdRegular', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	background: #fff;
	outline: none;
	border: 0;
	padding: 12px 2%;
	line-height: 1.3;
	margin-bottom: 14px;
	width: 96%;
	border-radius: 0;
	border: 1px solid #c5ced1;
}
.wpcf7-form select
{
	height:48px;
	width:100%;
}
 .wpcf7-form input[type="file"]
 {
	text-indent: 0 !important;
	padding:15px 5%;
	width:90% !important;
 }
.wpcf7-form textarea
{
	height: 94px;
	margin-bottom: 40px;
}
.wpcf7-form input[type="submit"]
{
	font-family: 'AvertaStdBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #544ae2;
    display: inline-block;
    padding: 20px 62px 20px;
    border-radius: 32px;
    vertical-align: top;
	border: 0;
	outline: none;
	box-shadow: none;
	display: inline-block;
	line-height: 1;
	text-align: center;
	margin: 0;	
	margin-top: 30px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-ms-transition: all 0.3s ease-in;
}
.wpcf7-form input[type="submit"]:hover
{	
	background: #d3232b;
	color: #fff;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-ms-transition: all 0.3s ease-in;
}
.wpcf7-form label.error {
position: absolute;
top: 40px;
right: 0;
border: 1px solid #bbb;
background: #fbfbfb url(../images/tool-tip.png) no-repeat top 7px left 7px;
border-radius: 3px;
padding: 4px 7px 1px 34px;
color: #000 !important;
font-weight: normal;
font-size: 14px;
z-index: 9999;
box-shadow: 0px 2px 2px #333;
line-height: 26px;
font-family: sans-serif;
text-transform: none;
}
.wpcf7-form label.error:before {
display: block;
content: "";
border-color: transparent transparent #bbb transparent;
border-style: solid;
border-width: 8px;
height: 0;
width: 0;
position: absolute;
top: -16px;
left: 8px;
}
.wpcf7-form label.error:after {
display: block;
content: "";
border-color: transparent transparent #fbfbfb transparent;
border-style: solid;
border-width: 7px;
height: 0;
width: 0;
position: absolute;
top: -14px;
left: 9px;
}
span.wpcf7-form-control-wrap {
display: block;
position:relative;
}
.wpcf7-form br
{
	display:none;
}
.wpcf7-form-control-wrap:after
{
	content: "";
	
}
.wpcf7-form-control-wrap.comments:after, .wpcf7-form-control-wrap.iaccept:after
{
	content:'';
}

/* Select */

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

div.wpcf7-mail-sent-ok
{
    border: 0;
    font-family:'EurosoftSemibold', Arial, sans-serif;
    font-size: 22px;
    color: #5c52e3;
    line-height: 1.4;
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
}

.wpcf7-form select option
{
	color:#000;
}
/* checkbox */
.iaccept span
{
	margin:0;
	cursor:pointer;
}
.wpcf7-radio, .wpcf7-checkbox
{	
	display: block;
	padding: 0 0 13px;
}
.wpcf7-radio label, .wpcf7-checkbox label
{	
	cursor:pointer;
	vertical-align:baseline;
	line-height:1 !important;
}
span.wpcf7-list-item
{
	
}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 6px;
    cursor: pointer;
    display: inline-block;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    margin-left: 0;
    margin-right: 14px;
}
span.wpcf7-list-item-label
{
	font-family: 'AvertaStdRegular', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1;
	vertical-align: top;
}
input[type="checkbox"]
{
	padding: 0;
	border: 0;
	display: inline-block;
	height: 18px;
	margin: 0;
	outline: none;
	vertical-align: top;
}
.check-main-cont
{
	position:relative;
	margin-top:20px;
}
.check-left-cont
{
	width:70%;
}
.check-right-cont
{
	width: 93%;
	float: right;
	margin-top: -18px;
}
.check-main-cont:after
{
	content:'';
	display:block;
	clear:both;
}
.check-right-cont p
{
	font-family: 'MontserratLight', Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
}
.mobile-header
{
	display:none;
}


span.iaccept7-not-valid-tip {
    color: #301750 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors {
    border: 0 !important;
    margin: 0;
    padding: 5px 0;
    line-height: 1.4;
    color: #fff !important;
}
.check-left-cont span.wpcf7-not-valid-tip
{
    color: #301750;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-left: 25px;
    margin-top: -15px;
    background: #ed1953;
}
.wpcf7-form label{
	font-family: 'AvertaStdRegular', Arial, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 8px;
	display: block;
}
.wpcf7-form label span
{
	
}
.vc_col-sm-6l
{
	float:left;
	width:48%;
}
.vc_col-sm-6r
{
	float:right;
	width:48%;
}


/* Home page */
.index-main-cont
{
	
}
.index-cont
{
	
}
.index-two-col-cont
{
	padding-bottom:100px;
}
.index-two-col-cont:after
{
	content:'';
	clear:both;
	display:block;
}
.index-left-cont
{
	float: left;
	width: 68.7%;
}
.index-right-cont
{
	float: right;
	width: 31.3%;
}
.ir-content-cont
{
	background: #fff;
	margin: 60px 0;
	border-radius: 7px;
}
.irc-padding
{
	padding:40px;
}
h3.topheading
{
	font-family: 'EurosoftSemibold', Arial, sans-serif;
	color: #5c52e3;
	font-size: 52px;
	line-height: 1.1;
	margin-bottom: 30px;
}
/* home left cont */
.il-top-cont
{
	text-align:center;
}
.il-top-cont img
{
	max-width: 885px;
	width: 100%;
	margin: 0 auto;
}
.il-top-cont h3
{
	font-family: 'EurosoftSemibold', Arial, sans-serif;
	color: #5c52e3;
	font-size: 22px;
	line-height: 1.5;
	max-width: 892px;
	margin: 44px auto;
}
.ilb-content
{
	text-align: center;
	padding: 24px 0;
}
.ilb-content h4
{
	font-family: 'EurosoftSemibold', Arial, sans-serif;
	color: #ef5555;
	font-size: 18px;
	line-height: 1.4;
}
.il-bottom-cont
{
	
}
.ilb-main-cont
{
	
}
.ilb-main-cont:after
{
	content:'';
	display:block;
	clear:both;
}
.ilb-box
{
	width:25%;
	float:left;
}
.ilb-margin
{
	margin:15px;
}
.ilb-padding
{
	
}
.ilb-padding img
{
	width:100%;
}
