@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_calibri';
	src: url('fonts/calibri.eot');
	src: local('☺'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular_0-webfont.eot');
    src: url('../fonts/raleway-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular_0-webfont.woff') format('woff'),
         url('../fonts/raleway-regular_0-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular_0-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_ERASBD';
	src: url('../fonts/ERASBD.eot');
	src: local('☺'), url('../fonts/ERASBD.woff') format('woff'), url('../fonts/ERASBD.ttf') format('truetype'), url('../fonts/ERASBD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Conv_calibri';
	font-size: 13px;
	width: 100%;
	background:#151786;
	margin:0;
	padding:0;
	
}



html{
  position:relative; 
  min-height: 100%;
}
html,body{
  margin:0;
  padding:0;
}


html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none;
}


img {
	border: none;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}


a, a:link, a:visited, input {
	outline: none;
}


.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}


.bottomSpace{
  margin-bottom:70px;/* Height of footer*/
}

.headerWrap{
	/*padding:34px 0 0 0;*/
}
.logowrap{	
}
.logoBox{
}
.logoBox img{
	width:auto;
	height:auto;
	max-width:100%;
}

.headerContact{
	padding-bottom:100px;
}
.headerContactInfo{
	padding:28px 0 0 0;
	text-align:right;
}
.headerContact h3{
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
}
.headerContact h4{
	font-size:17px;
	color:#ffd42a;
	font-weight:normal;
	font-family: 'Conv_MyriadPro-Regular';
}
.headerContact h4 a{
	color:#ffd42a;
	text-decoration:none;
}
.headerContact h4 a:hover{
	text-decoration:underline;
}
.headerContact h4 span{
	padding:0 14px;
}
.navWrap{
	margin-top: 5px;
	/*margin-top:38px;*/
}



.navWrap ul{ 
}
.navWrap ul li{
	display:inline-block;
	/*text-transform:uppercase;*/
	font-size:14px;
	font-family: 'ralewaysemibold';
	margin:0 26px;  
}
.navWrap ul li a{
	color:#FFF;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.navWrap ul li a:hover{
	/*color:#ffd42a;*/
	text-decoration:underline;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.navWrap ul li.current_page_item a {
	/*color:#ffd42a;*/
	text-decoration:underline;
}

/*.navWrap ul li.current_page_item {
	color:#ffd42a;
}*/

.navWrap .current a{
	color:#ffd42a;
}
/*.navWrap ul li:first-child{
	margin-right:52px;
}*/
.servicesWrap{
	text-align:center;
	/*padding-bottom:90px;*/
	/*padding-bottom:60px;*/
	padding-bottom:40px;
}
.servicesBox{
	
}
.servicesBox img{
	width:auto;
	height:auto;
	max-width:100%;
	border:8px solid #151786;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
/*.servicesBox img:hover{
	border:8px solid #ffd42a;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}*/
.contantWrap{
	text-align:center;
	padding-bottom:25px;
}
.contantWrap h1{
	text-align:center;
	color:#ffffff;
	font-size:28px;
	font-family: 'ralewayregular';
	/*margin-bottom:32px;*/
	margin-bottom:28px;
}
.contantWrap p{
	color:#EAEAEA;
	font-size:16px;
	font-weight:normal;
	/*margin-bottom:28px;*/
	margin-bottom:24px;
}
.contantWrap p a{
	color:#EAEAEA;
	/*color:#efcd13;*/
	text-decoration:underline;
}

.contactFormWrap{
	width:850px;
	margin:0 auto;
	padding-bottom:60px; 
}
.formInput{
	background:none;
	border:1px solid #7374b6;
	font-size:16px;
	color:#ffffff;
}
.formTextarea{
	background:none;
	border:1px solid #7374b6;
	font-size:16px;
	color:#ffffff;
}
.contactFormWrap .form-group {
    margin-bottom: 24px;
}
.form-captcha {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
	text-align:center;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.submitBtn{
	text-transform:uppercase;
	-webkit-appearance: none;
	width:130px;
	float:right;
}
.submitBtn:active{
    position:relative;
	-webkit-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.4);
	cursor: pointer;
    top:1px;
}
.submitBtn:hover{
	color:#000;
	background:#ffd42a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.contactWrap{
	width:600px;
	margin:0 auto;
	padding-bottom:30px;
}
.contactIcon{
	text-align:center;
}
.contactIcon img{
	width:auto;
	height:auto;
	max-width:100%;
}
.contactWrap h3{
	font-size:18px;
	color:#ffffff;
	font-weight:600;
	margin-bottom:14px;
}
.contactWrap p{
	font-size:16px;
	color:#ffffff;
	margin-bottom:25px;
}






.footerWrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:70px;
	
	font-size:14px;
	color:#EAEAEA;
	
	padding:28px 0;
	
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.footerWrap a{
	color:#EAEAEA;
	text-decoration:none;
}
.footerWrap a:hover{
	text-decoration:underline;
}
.designedWrap{
	text-align:right;
}
.copyrightBox{
}





.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-validation-errors {
	color:#FFF !important;
}
.wpcf7-mail-sent-ok {
	color:#FFF !important;	
	
}


/* Googlemap */

.mapWrap {
 margin-top:30px;
 position: relative;
 /*padding-bottom: 45%;*/
 height: 250px;
 overflow: hidden;
 border: 1px solid #7374b6;
}
.mapWrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}

/* Googlemap */




/*22.09.15*/
.centerHeader{
	position:relative;
	text-align:center;
	/*padding-bottom:90px;*/
	/*padding-bottom:60px;*/
	padding-bottom:40px;
}






.sfpLogo{
	/*padding:0 44px;*/
	/*position:absolute;*/
}
.sfpLogo img{
	width:100%;
}






.headerInfo{
	/*padding-top: 30px;*/
	/*padding-top: 12px;*/
	padding-top: 3px;
}
.headerInfo h2{
	font-size:28px;
	color:#ffffff;
	font-weight:normal;
	font-family: 'Conv_ERASBD';
}
.headerInfo h3{
	font-size:23.8px;
	color:#ffffff;
	font-weight:normal;
	font-family: 'Conv_ERASBD';
}
.headerInfo h4{
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
	margin-top:40px;
	/*margin-top:20px;*/
}
.socialMedia{
	margin-top:40px;
	text-align:center;
}
.socialMedia a{
	margin:0 5px;
}

.homeSocialMedia{
	margin-top:20px;
	text-align:center;
	margin-bottom:40px;
}
.homeSocialMedia a{
	margin:0 5px;
}

.navContainer{
	text-align:center;
	/*margin-bottom:60px;*/
	margin-bottom:40px;
}
.headerNavContainer{
	text-align:center;
	margin-top:5px;
}
/*22.09.15 End*/




.headerInfo a[href^=tel]{
    color:#FFF;
    text-decoration:none;
}



/* FOR BANNER */

.sfpHeaderLogoWrap{
	padding:0 44px;
}
.sfpHeaderLogo{
	width:100%;
	height:192px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
}

/* FOR BANNER END */



