/************************************/
@font-face {
    font-family: 'zag_regularregular';
    src: url('../fonts/zag_regular-webfont.eot');
    src: url('../fonts/zag_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zag_regular-webfont.woff2') format('woff2'),
         url('../fonts/zag_regular-webfont.woff') format('woff'),
         url('../fonts/zag_regular-webfont.ttf') format('truetype'),
         url('../fonts/zag_regular-webfont.svg#zag_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zag_boldregular';
    src: url('../fonts/zag_bold-webfont.eot');
    src: url('../fonts/zag_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zag_bold-webfont.woff2') format('woff2'),
         url('../fonts/zag_bold-webfont.woff') format('woff'),
         url('../fonts/zag_bold-webfont.ttf') format('truetype'),
         url('../fonts/zag_bold-webfont.svg#zag_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
* {
    margin : 0;
    padding : 0;
    outline-style : none;
    outline-width : 0;
}
html, body {
    height:100%;
}
.clear{
	clear: both;	
}
body {
    background: #ffffff;
    line-height: 1.2;
    width:100%;
}
.wrapper {
    max-width:1144px;

    height:auto;
    margin:0 auto;
    position:relative;
}
/*  body end */
.bold{
    color: #000000;
    font-family: "Dosis",sans-serif;
    font-size: 17px;
    font-weight: 600;
}
.err{
	font-size : 12px;
	color: red;
}
#top{
	position:relative;
	background: #02458d;
	width:100%;
	padding:6px 0;
	margin: 0 auto;

	border-bottom:2px solid #f6f6f6;
}
.top_left{ float:left; width:78%}
.top_right{ float:right; width:22%}
.address_phone{ float:left; width:45%; margin-top:2px; }
.address_phone ul{ list-style:none;}
.address_phone ul li{ float:left; padding:5px 10px; }
.address_phone ul li a{ 
	font-family: 'Asap', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	padding:0 0 0 6px;
}
.address_phone ul li.address{ background:url(../images/location.png) no-repeat 0% 50%;}
.address_phone ul li.phone{ background:url(../images/phone.png) no-repeat 0% 50%;}

.expert{ float:left; width:54%; padding: 3px 0; }
.expert p{ 
	font-family: 'Asap', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:400;
}
#header_top{
	position:relative;
	background: #ffffff;
	min-height:160px;
	width:100%;
	margin: 0 auto;

}
.logo_area{ float:left; padding-top:7px; }
.logo_area a{
    display: block;
}
.logo_area a img{
    max-width:100%;
}
.call_area{
	float:right;
}
.call_area p{
	color: #195072;
	margin-bottom:10px;
	text-transform:uppercase;
}
.contact_us{ float:left; margin-top:18px; }
.contact_us ul{ list-style:none; }
.contact_us ul li{ background:url(../images/tele.png) no-repeat; text-align:center;}
.contact_us ul li a{ text-decoration:none; color:#195072; }
.contact_us ul li a:hover{color: #0FF;}
.contact_us ul.ask{ list-style:none; background:url(../images/phone_lrg.png) no-repeat left; padding: 0 0 0 62px;
}
.contact_us ul.ask li.get{ 
	font-family: 'zag_regularregular';
	font-size:33px;
	color:#195072;
	text-transform:uppercase;
	line-height:1;
}
.contact_us ul.ask li.consult{ 
	font-family: 'zag_boldregular';
	font-size:41px;
	color:#195072;
	text-transform:uppercase;
	line-height:0.9;
}
.contact_us ul li.call a{ 
	font-family: 'Asap', sans-serif;
	font-size:67px;
	color:#cd1041;
	font-weight:700;
	line-height:0.8;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.main_nav{ min-height:47px;}
.nav {
	position:relative;
	display:block;
	float:left;
	width:100%;
}
.nav-list {
	list-style:none;
  	padding-left:0;

}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
	margin:0 7px;
}
.nav-item a {
	display:block;
  	font-family: "zag_boldregular";
    font-size: 28px;
	color:#195072; 
	padding: 10px; 
	text-decoration:none;
}
.nav-item> a:hover,  .nav-item > a.active, .nav-item > a.active.first{
	color:#cd1041;
}
.nav-item:hover,  .nav-item .active{
	/*background:#1175ac;*/
}
.nav-item:hover .nav-submenu {
	display:block;	
}
.nav-item a.first{
	display:block;
  	font-family: "zag_boldregular";
    font-size: 28px;
	font-weight:400; 
	color:#cd1041; 
	padding:10px 10px 10px 0; 
	text-decoration:none;
}

/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:200px;
	z-index:100;
	background:#fff !important;
	border:1px solid #CCC;
	border-radius:0 0 5px 5px;
	padding:5px;
	list-style:none;
	margin-top:0px;
}
.nav-submenu .nav-submenu-item{ width:94%; float:left; padding:0px 5px;}
.nav-submenu-item a {
	font-family: "Dosis",sans-serif;
	background:url(../images/next.png) no-repeat 0% 50%;
	display:block;
	padding:10px;
	color:#1175ac;
	font-size:18px;
	font-weight:400;
}
.nav-submenu-item:hover {
	background:#CD1041 ;
	padding:0px 5px;
}
.nav-submenu-item a:hover {
	color:#fff ;
}
/* Mobile navigation */
.nav-mobile {
	display:none; 
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	/*border-left:1px solid #8B2870;*/
	height:50px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.search_form{ float:right; width:15%; margin-top:8px; position:relative;}
.search_form input[type="text"] {
    background: #4f8bc9;
    border: none;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: "Dosis",sans-serif;
    font-size: 14px;
	font-weight:300;
    height: 36px;
    padding: 0 45px 0 10px;
    width: 67%;
}
.search_form input::-webkit-input-placeholder, .search_form textarea::-webkit-input-placeholder {
  color: #fff;
}
.search_form input[type="submit"] {
    background: url("../images/search.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 29px;
    width: 28px;
	position:absolute;
	right:8px;
	top:4px;
}
.page-breadcrumb{
	padding-top:15px;
}
.page-breadcrumb p{
	font-family: "zag_regularregular";
	color:#195072;
	font-size:20px;
	padding-left: 18px;
}
.breadCrumb_area{ position:relative; width:100%; padding:15px 0 20px 0;}
.discount{ float:right; width:37%; border:5px solid #cd1041;}
.discount a{ display:block;}
.discount a img{ max-width:100%; display:block; line-height:1;}
.banner_area{ position: relative; background: url(../images/banner_1.jpg) no-repeat center; height:306px; margin: 0 auto;}
.home_banner_area{ position: relative; background: url(../images/home-banner_1.jpg) no-repeat center; height:574px; margin: 0 auto;}
.transition200{
	transition:200ms;
	-webkit-transition:200ms;
	-o-transition:200ms;
}
#contact-wrapper{
	position: fixed;
	left: 0px;
	
	z-index:99999;
	top:70px;
}
#contact-wrapper label.error {
	color: #F00;
	text-shadow: 1px 1px 1px #1F1F1F;
	width: 300px;
	text-align: left;
}
#contact-wrapper .floating-contact-inner {
	position: absolute;
	width: 320px;
	background: #e9e8e6;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #3C3C3C;
	color: #FFF;
	border-radius: 0 10px 10px 0;
	left: -345px;
	border:5px solid #fff;
}
#contact-wrapper .floating-contact-inner h1>span {
    display: block;
    font-size: 11px;
}
#contact-wrapper .floating-contact-inner label {
	display: block;
	margin: 0px 0px 10px;
}
#contact-wrapper .floating-contact-inner label>span {
    float: left;
    width: 80px;
    text-align: left;
    padding-right: 10px;
    margin-top: 10px;
}
#contact-wrapper .floating-contact-inner input[type="text"], 
#contact-wrapper .floating-contact-inner input[type="email"], 
#contact-wrapper .floating-contact-inner textarea, 
#contact-wrapper .floating-contact-inner select {
	border:1px solid #000;
	color: #3C3C3C;
	height: 24px;
	outline: 0 none;
	padding: 3px 0px 3px 5px;
	font: normal 12px/12px arial, "Times New Roman", Times, serif;
	background:#fff;
}
#contact-wrapper .floating-contact-inner select {
/*    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
*/    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 95%;
    height: 30px;
}
#contact-wrapper .floating-contact-inner textarea{
    height:100px;
}
#contact-wrapper .floating-contact-inner .button {
	background: #3B8096;
	border: none;
	padding: 5px 25px 5px 25px;
	color: #FFF;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #223944;
	box-shadow: 1px 1px 1px #1D1D1D;
}
#contact-wrapper .floating-contact-inner .button:hover {
	background: #479AB6
}
#contact-wrapper #contact-btn {
	background: url(../images/quote_button.png) no-repeat;
	height: 396px;
	width: 112px;
	float: right;
	cursor: pointer;
	margin: 0px -127px 0px 0px ;
	
} 
/*#contact-wrapper #contact-btn:hover {
	background: url(../images/chatNowButton.png) no-repeat -49px 0px;
}*/
#contact-wrapper .success{
	padding: 0px 20px 20px;
}
#contact-wrapper .success h2{
	font-size: 20px;
	border-bottom: 1px dotted #686868;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
#contact-wrapper #result .error{
	text-align: center;
	color: #FF0000;
	text-shadow: 1px 1px 1px #1F1F1F;
}







.main_body{
	background:#F2F2F2;
	height:auto;
    margin:0 auto;
    position:relative;

	width: 100% !important;
	
}
.body_wrap{
	position:relative;
	min-height:200px;
	padding:12px;
}


.about{ 
	 margin-bottom:20px; 
}

.about_left{ 
	float:left; 
	width: 636px;
	min-height:200px; 
	padding:15px;
}
.about_right{ float:right; width: 458px; min-height:200px; padding: 20px 0px 15px 15px;}

.about_left h2{ 
    font-family: "Dosis",sans-serif;
    font-size: 28px;
    font-weight:300; 
    color:#195072;
    padding:0 0 15px 0; 
}
.about_right h2 {
    color: #195072;
    font-family: "Dosis",sans-serif;
    font-size: 28px;
    font-weight: 300;
    padding: 0 0 15px;
}
.about_left p{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:300; 
    color:#195072; 
    margin-bottom:15px;
    line-height:1.3;
}
.about_left p a{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:700; 
    color:#195072;
    text-decoration:none; 
}
.about_left h6{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:700; 
    color:#195072;
    padding:0 0 15px 0; 
}
.about_left .service_area p{
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
    color:#195072; 
    margin-bottom:5px;
    line-height:1.3;
}

.about_left .more{
    margin-top: 20px;
}
.about_left .more a{
    font-family: "Asap",sans-serif;
    font-size: 15px;
    font-weight:400; 
    font-style: italic;
    color:#195072;
    margin-bottom: 10px;
    display: block;

}

.any_question{
    position: relative;
    margin-top: 20px;
}
.any_question p{
    font-family: "Asap",sans-serif;
    font-size: 26px;
    font-weight:400; 
    color:#A33F30;
}
.any_question p a{
    font-family: "Asap",sans-serif;
    font-size: 26px;
    font-weight:400; 
    color:#A33F30;
    text-decoration: none;
}

.box_image{
    margin-top:45px;
}
.box_image ul{
    list-style: none;
}
.box_image ul li{
    margin-bottom: 20px;
}
.box_image ul li a{
    display: block;
    width: 100%;
}
.box_image ul li a img {
    max-width: 100%;
}

#footer{ border-top: 1px solid #cccccc; }
.footer_area{ background: #195072; min-height:200px;  margin: 0 auto; }

.footer_logo {
    display: table;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.footer_menu{ position:relative; width:100%; padding:20px 0 0 0; margin-bottom: 20px;}
.footer_menu .services{ width:25%; float:left;}
.footer_menu .education { float:left; width:20%;}
.contact_info{float:left; width:25%;}
.footer_menu .services h6, .footer_menu .education h6, .footer_menu .contact_info h6{ 
	font-family: "Asap",sans-serif;
    font-size: 20px;
    font-weight:400; 
    color:#fff;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
	padding-bottom:10px;
	text-transform:uppercase;
}
.footer_menu .services ul, .footer_menu .education ul{ list-style:none;}
.footer_menu .services ul li, .footer_menu .education ul li{ padding:4px 0;}
.footer_menu .services ul li a, .footer_menu .education ul li a{ 
	font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
    color:#fff;
    text-decoration: none;
}
.footer_menu .services ul li a:hover, .footer_menu .education ul li a:hover{ color: #3FF;}

.contact_info p{ 
	font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
    color:#fff;
	margin-bottom:15px;
}

.contact_info p a{ 
	font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
    color:#fff;
	text-decoration:none;
}
.contact_info p a:hover{ color: #3FF;}
.contact_info .social ul{ list-style:none;}
.contact_info .social ul li{ float:left; margin-right:7px;}
.contact_info .social ul li a{ 
	display:inline-block; 
	transition: background-color 0.5s ease; 
	-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  border-radius: 50%;
}
.contact_info .social ul li a img{ max-width:100%; }
.contact_info .social ul li a:hover{ 
  	background-color: #4F8BC9;
	border-radius: 50%;
	
}



.copyRight{ text-align:center; padding:20px 0; border-top: 1px solid #CCC;}
.copyRight p{ 
	font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
	color:#CCC; 
}
.copyRight p a{ 
	text-decoration:none;
	font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
	color:#CCC; 
}
.copyRight p a:hover{ 
	color: #3CF; 
}

/********** Form CSS ***********/
.fill_form{ float:left; width:56%; background: #eae8e6; border:5px solid #b4c0cf; padding:15px 20px 0 20px;}

.fill_form p{ 
	float: left;
    margin: 0 0 8px 0;
    width: 100%;
}
.fill_form p.captcha-code{
	margin:0;
}
.fill_form input[placeholder],
    [placeholder],
    *[placeholder] {
      background: #fff;
	  width:93%;
	  border:1px solid #999999;
	  padding:8px;
	  font-family: "Asap",sans-serif;
	  font-size:18px; 
	  color:#4f8bc9 !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4f8bc9;
}
.fill_form select {
    background: #fff;
    border:1px solid #999999;
    font-family: "Asap",sans-serif;
    font-size: 18px;
	color: #4f8bc9;
    padding: 8px;
    width: 100%;
}
.req_text{ width: 40%; float:left;}
.req_text p{
	font-family: 'Raleway', sans-serif; 
	font-size:14px; 
	font-weight:300; 
	color: #9d8d90;
	line-height:1.2;
}
.subMit{ position: relative; }

#submit_button {
    background: none repeat scroll 0 0 #cd1041;
    border: medium none !important;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    height: 41px;
    width: 308px;
}
.fLeft{ float:left; width:48%;}
.fRight{ float: right; width:48%;}
.fRight p{
	margin:0 0 7px 0;
}
.captcha-code #captchaimg{
	width:48%;
	float:left;
	height:38px;
	margin:0;
}
.captcha-code #captchaimg2{
	width:48%;
	float:left;
	height:38px;
	margin:0;
}
.captcha-code input[type="text"]{
	width:44%;
	float:right;
}
#contact_form{
	padding:20px;
}
.form_head h3{
	font-family: "Asap",sans-serif;
	font-size:24px; 
	font-weight:700; 
	color: #02458d;
	line-height:1.1;
	text-transform:uppercase;
	margin-bottom:10px;
}
#estimate-form p{
	margin-bottom:20px;
}
.element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:20%;
    min-height: 50%;
}
.popup-close{
	background: url(../images/close-button_29.png) no-repeat; 
    cursor:pointer;
    position:absolute;
    right:2px;
    top:-13px;
	width:29px;
	height:29px;
}
#captchaimg{ margin: 0 0 10px 0; float:left; width:100%;}
.small{ 
	font-family: "Asap",sans-serif; 
	font-size:12px; 
	font-weight:300;
}
.small2{ 
	margin: 10px 0 !important;
	font-family: 'Raleway', sans-serif; 
	font-size:15px; 
	font-weight:300;
}
#contactFormContainer{
	position:absolute;
	z-index:200;
	top:3px;
	right:0;
}
#contactForm{
	width:351px;
	background:url('../images/denim.png') repeat;
	display:none;
}
#contactForm fieldset{
	padding:30px;
	border:none;
}      
#contactForm label{
	display:block;
	color:#ffc400;
}      
#contactForm input[type=text]{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  
#contactForm input[type=email]{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
} 
#contactForm textarea{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  
#contactForm input[type=submit]
{
	background-color:#4d3a24;
	border:solid 1px #23150c;
	color:#fecd28;
	padding:5px;
}                
#contactLink{
	float:right;
	width:250px;
}
.quote_btn{ float:right; padding:9px 0;}
.quote_btn a{
	background:#cd1041;
	text-decoration:none;
	font-family: 'Asap', sans-serif;
	font-size:19px;
	color:#fff;
	font-weight:400;
	padding:0px 3px;
	border: none;
	border-radius:4px;
	
}
.quote_btn a:hover{
	color:#ccc;
}
#q_bTn{}

#messageSent
{
	color:#ff9933;
	display:none;
}


/********* CSS for Inner************/


.catagory_image_box{ margin:20px 0;}
.catagory_image_box a{ 
	 display:block; 
	text-decoration:none;
	border: 4px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.catagory_image_box a img{ max-width:100%;}
p.description{
	color: #195072;
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
	text-align:left;
	margin-top:10px;
}

.catagory_image_box ul{ list-style:none;}
.catagory_image_box ul li{ float:left; width:48%; margin: 5px 3px;}
.catagory_image_box ul li a{ text-decoration: none; display:block;}
.catagory_image_box ul li a img{ width:100%;}

.about_left p h6{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:700; 
    color:#195072;
    text-decoration:none; 
}
.about_left p span{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:700; 
    color:#195072;
    text-decoration:none; 
}
.people{ margin:15px 0;}
.people h6, .address h6{ padding-bottom:10px;}

.about_left p a.mail{ 
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:300; 
    color:#C69150;
    text-decoration:none; 
}
.address{ margin-bottom:0;}
.address p{
    font-family: "Asap",sans-serif;
    font-size: 16px;
    font-weight:400; 
    color:#195072; 
    margin-bottom:5px;
    line-height:1.3;
}
.payment{}
.payment a{ display:block;}
.payment a img{ max-width:100%;}



.cForm{ margin: 20px 0; padding: 20px 20px 20px 0;}

/* Basic Grey */

.contact-form label {
    display: block;
    margin: 0px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
	background: #fff !important;
    border: 1px solid #195072;
    color: #195072;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 50%;
    font-size: 12px;
    line-height:15px;
   
}
.contact-form textarea{
    padding: 5px 3px 3px 5px;
	width: 70%;
}

.contact-form textarea{
    height:100px;
}

.contact-form .button {
    background: none repeat scroll 0 0 #CE0F42;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #B6B6B6;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 29px;
    text-shadow: 1px 1px 1px #9E3F3F;
}

.cForm > p {
    color: #195383;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-form .button:hover {
    background: #CF7A7A
}
/*********************/
#contact-wrapper .form_head h3{
	text-transform:uppercase;
	font-size:18px;
	color:#02458d;
	padding-bottom:2px;
	text-align:center;
	margin:0;
}
#contact-wrapper .form_head h2{
	text-transform:uppercase;
	font-size:34px;
	text-align:center;
	color:#02458d;
	margin-bottom:5px;
}
#contact-wrapper .fill_form {
    background: none;
    border:none;
    float: none;
    padding: 0;
    width: 100%;
}
#contact-wrapper .fLeft {
    width: 100%;
}
#contact-wrapper .fRight {
    float: left;
    width: 100%;
}
#contact-wrapper .fill_form p{
	margin-bottom:7px;
}
#contact-wrapper #captchaimg{
	width:95%;
}
#contact-wrapper .floating-contact-inner input[type="text"], #contact-wrapper .floating-contact-inner input[type="email"], #contact-wrapper .floating-contact-inner textarea, #contact-wrapper .floating-contact-inner select{
	border:1px solid #000 !important;
	color:#02458c;
}
#contact-wrapper .fill_form select{
	color:#02458c !important;
}
#contact-wrapper #submit_button {
    background: url("../images/send-us.png") no-repeat;
    border: medium none !important;
    cursor: pointer;
    height: 51px;
    width: 315px;
}
#contact-wrapper .small{
	margin:0 !important;
	color:#000;
	font-size:12px;
}


/********* CSS for slider Inner************/


.social li {
    display: inline-block;
}
.comm-ul {
    padding-left: 20px;
}
.comm-ul li { margin: 5px 0;}

.foot-col1 {
    float: left;
    width: 33%;
}

.foot-col2 > a {
    color: #FFFFFF;
    font-family: asap;
    text-decoration: none;
}
.foot-col2 > a:hover  {text-decoration: underline;}
.foot-col1 > p {
    left: -15px;
    position: relative;
}
.foot-col2 {
    float: left;
    text-align: center;
    width: 33%;
}

.foot-col3 {
    color: #FFFFFF;
    float: right;
    font-family: asap;
    position: relative;
    text-align: right;
    top: -1px;
    width: 25%;
}


.foot-col3 > a {
    color: #FFFFFF;
    text-decoration: none;
}
.foot-col3 > a:hover {
   color: #33ffff;
}
.send-message {
background: rgba(0, 0, 0, 0.66);
height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}

.mgs-wrapper {
    border: 4px solid #DDDDDD;
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
    display: block;
    height: 300px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    width: 500px;
}

.close-btn {
    background: none repeat scroll 0 0 #931017;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 5px;
    padding: 2px 11px;
    text-align: center;
    width: 80px;
}

.mgs-wrapper > p {
    display: block;
    font-size: 18px;
    margin-top: 46px;
    padding: 0 30px;
}

.social > p {
    color: #9ECEFE;
    font-family: arial;
    font-size: 15px;
	margin-bottom: 10px;
}


.page-breadcrumb a {
    color: #cd1041;
    text-decoration: none;
}
.page-breadcrumb a:hover {
    text-decoration: underline;
}
/*********************/
.privacy {
    left: -35px;
    position: relative;
    top: -22px;
}

.payment {
    position: relative;
    top: -8px;
}


.comm-ul {
    color: #195072;
    font-size: 16px;
    padding-left: 0;
}
.comm-ul li {
    background: url("../images/v_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-family: Asap;
    font-weight: 300;
    margin: 5px 0;
    padding-left: 18px;
}


.foot-col2 > a:hover { color: #33ffff; text-decoration: none;}

.mobile-mav {
    background: none repeat scroll 0 0 #02458d;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
}


.map iframe {
    min-height: 360px;
    width: 100%;
}

#top-mobile {
    background: none repeat scroll 0 0 #02458d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
	cursor: pointer;
    padding: 15px 0;
    text-align: center;
    width: 100%;
	display: none;
}
.top-menu-block {display: block!important;}
#top-mobile:hover { background: #011f3f;}

.fRight img {
    width: 95%;
}



/*============== Responsive CSS ==============*/
@media (max-width: 1160px) { 
	.about_right { width: 40%;}
	.about_left { width: 50%;}
	
	
	
}

@media (max-width: 1100px) {
	.subMit, #submit_button {  width: 100%;}
	.box_image img {    width: 95%;}
	.footer_menu .services , .footer_menu .education, { margin-right: 5px;}
	.contact_info {margin-left: 5px;}
	#footer { padding: 0 15px;}	
	.about_left img { width: 100%;}
	.expert {width: 50%;}
	
}


@media (max-width: 1023px) {
	.address_phone {width: 38%; padding-left: 10px;}	
	.expert { width: 45%;}
	.logo_area {width: 40%;}
}

@media (max-width: 1000px) {  
	.bbb { float: left; width: 10%;}
	.footer_logo > img {width: 85%; float: left;}	
	.bbb > img {    float: left; width: 100%;}
	#contact-wrapper { top: 172px; }  
}

@media (max-width: 950px) { 
	.mobile-mav {   display: block; }
	.nav-item { float: none;}	
	.nav-submenu {   display: block;   position: relative;  width: 100%;}
	.nav-submenu { border: medium none;}
	.mobile-menu { display: none;}
	.nav { float: none; }
	.nav-item> a:hover,  .nav-item > a.active, .nav-item > a.active.first{
		color:#fff;
		background:#cd1041;
	}
	#top-mobile {display: block;}
	.top-menu-block {display: none;}	
	#top {display: none;}	

	
}

@media (max-width: 875px) {


.fill_form {    display: table;   float: none;   margin: 0 auto 20px;   width: 90%;}
.discount {   float: none;  width: 80%; margin: 0 auto;}
.discount a img { width: 100%;}

.home_banner_area {
    height: 130px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
.banner_area{
    height: 90px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;	
}
#contact-wrapper #contact-btn {
    height: 155px;
    margin: 0 -50px 0 0;
    width: 35px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;	
}
.privacy {
    left: 0;
    position: relative;
    top: -14px;
}

}


@media (max-width: 767px) { 
	
	.top_left { clear: both;    display: table;    float: none;    width: 100%;}
	.address_phone { float: none;   padding-left: 0;   text-align: center;    width: 100%; clear: both; display: table;}
	.expert {float: none;text-align: center; width: 100%;}
	.top_right { float: none; text-align: center; width: 100%;}	
	#contactForm { margin: 0 auto; width: 90%;}
	.address_phone ul li.address, .address_phone ul li.phone {   background: none;}
	#contactFormContainer {    position: relative; right: 0; width: 100%;}
	#contactForm { width: 100%;}
	.address_phone ul li {float: none; padding: 5px 10px;}	
	.logo_area {    float: none;   text-align: center;   width: 100%;}	
	.contact_us {   float: none;    text-align: center;   width: 100%;}
	.call_area {  float: none;}	
	.quote_btn {   float: none;}
	.contact_us ul.ask {    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  padding: 0;}		
#contactLink { float: none; width: 100%; text-align: center;}
.footer_menu .services , .footer_menu .education, .contact_info { margin-right: 0px; padding: 0 15px; width: 40%; min-height: 220px;}

.foot-col1, .foot-col2, .foot-col3 {
    float: none;
    text-align: center;
    width: 100%;
}
.privacy {    left: -5px;  top: -14px;}
.foot-col1 > p {  left: 0; }
.foot-col2 { margin: 20px 0;}
.payment {top: 0;}



	
	
	
}


@media (max-width: 550px) { 	
	.about_left , .about_right {  float: none; margin: 0 auto; width: 80%;}
	.footer_menu .services , .footer_menu .education, .contact_info {width: 94%; }
	.footer_menu .education { min-height: 120px;}

	.fill_form input[placeholder], [placeholder], [placeholder] { width: 90%;}
	.subMit, #submit_button {margin-bottom: 10px;}
	.captcha-code input[type="text"] { width: 90%;}
	.captcha-code #captchaimg {margin: 0 0 10px; width: 100%;}
	#contact-wrapper .floating-contact-inner {  width: 250px; left: -282px;}
	.fill_form { display: block;}	
	#contact-wrapper #submit_button { width: 100%;}	
	.fill_form_home { display: table;}	
	#contact-wrapper .floating-contact-inner select { width: 92.5%;}	
	.fRight img { width: 92%;}
	#contact-wrapper #submit_button { background: url("../images/send-us-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
	
	
}

@media (max-width: 420px) { 
	.contact_us ul li.call a { font-size: 48px;}
	.contact_us ul.ask li.consult { font-size: 32px;}
	.contact_us ul.ask li.get { font-size: 28px;}
}

@media (max-width: 500px) {
	#contact-wrapper .floating-contact-inner .visiable{
		display: none;
	}
	#contact-wrapper #contact-btn { display: none; }
}