@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900|Heebo:400,500');
/*
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;
*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px;
	line-height: 21px;
}
.no-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
	padding: 0;
	margin: 0;
}
a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;  /* ...and now for the proper property */
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
/*Header Section*/
.header_section {
	width: 100%;
	padding: 20px 0;
	margin: 0;
}
.logo img {
	max-width: 210px;
	width: 100%;
}
.header_right_content {
	float: right;
	padding: 12px 0 0 0;
}
.phone_no {
	float: left;
	margin: 0 45px 0 0;
	padding: 9px 0 0 0;
}
.phone_no p {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #0384bc;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.phone_no p a {
	color: #000;
	margin: 0 0 0 6px;
}
.phone_no p a:hover {
	color: #e6b51b;
}
.cap_img {
	float: left;
}
.cap_img img {
	max-width: 98px;
	width: 100%;
}
/*Menu Section*/
.main_menu_section {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #0d4c92;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	z-index: 9;
	position: relative;
}
.navbar {
	min-height: 0;
	margin-bottom: 0;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-nav {
	float: none;
	margin: 0 auto;
	display: table;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 13px 40px;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #000;
	background: #e6b51b;
}
.navbar-default .navbar-nav > li > a:focus {
	outline: none;
	color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: #e6b51b;
	color: #000;
}
.navbar-default .navbar-brand {
	color: #777;
	display: none;
}
.navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #000;
}
/*Slider Section*/
.slider_section {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
div.bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
	box-shadow: none;
}
div.bx-wrapper img {
	width: 100%;
}
.slider_content {
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 22%;
	z-index: 9;
}
.slider_inner {
	width: 100%;
	padding: 0 0 0 33px;
	margin: 0;
}
.slider_inner h3 {
	font-size: 46px;
	line-height: 58px;
	color: #374e68;
	font-weight: 300;
	padding: 0;
	margin: 0 0 17px 0;
}
.slider_inner h3 span {
	font-size: 74px;
	line-height: 53px;
	color: #374e68;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.slider_inner a {
	background: #e6b51b;
	padding: 15px 60px;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	display: table;
}
.slider_inner a:hover {
	color: #fff;
	background: #0d4c92;
}
/*Main Content*/
.main_content {
	padding: 70px 0 0 0;
	background: #f8f8f8;
}
.main_content_inner {
	width: 70%;
	margin: 0 auto;
	display: table;
}
.main_content_inner h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0 0 18px 0;
}
.main_content_inner p {
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 400;
	padding: 0 0 33px 0;
	margin: 0;
	text-align: center;
}
.main_content_inner a {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: 600;
	padding: 9px 25px;
	margin: 0 auto;
	display: table;
	background: #e6b51b;
	text-transform: uppercase;
}
.main_content_inner a:hover {
	background: #0d4c92;
	color: #fff;
}
.main_bottom_content {
	max-width: 1072px;
	width: 100%;
	padding: 40px 0 56px 0;
	margin: 0 auto;
	display: table;
}
.single_box_content {
	border: 1px solid #c3c3c3;
	background: #fff;
	padding: 30px 25px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;  /* ...and now for the proper property */
	transition: .5s;
}
.single_box_content:hover {
	background: #f4f4f4;
}
.single_box_content h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	line-height: 40px;
	color: #000;
	font-weight: 400;
	padding: 0 0 0 55px;
	margin: 0 0 22px 0;
}
.free_consultation {
	background: url(../images/free_consultations-_icon.png) no-repeat left top;
}
.quality_employ {
	background: url(../images/qualified_employees.png) no-repeat left top;
}
.guranteed {
	background: url(../images/guaranteed_icon.png) no-repeat left top;
}
.single_box_content p {
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
}
/*Account Solution Section*/
.account_solution_section {
	width: 100%;
	padding: 40px 0;
	margin: 0;
	background: #0d4c92;
}
.account_solution_inner {
	max-width: 857px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.account_solution_inner h4 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	width:100%;
	padding: 7px 0;
	margin: 0;
	float: left;
}
.account_solution_inner h4 span {
	font-weight: 900;
}
.account_solution_inner p {
	font-size: 14px;
	line-height: 170%;
	color: #fff;
	font-weight: 400;
	padding:0;
	margin:2% 0;
}

.account_solution_inner a {
	font-family: 'Barlow Condensed', sans-serif;
	float: left;
	font-size: 20px;
	line-height: 20px;
	color: #0d4c92;
	font-weight: 500;
	padding: 13px 32px;
	margin: 0 0 0 0;
	background: #fff;
	text-transform: uppercase;
	border-radius: 1px;
}
.account_solution_inner a:hover {
	background: #e6b51b;
	color: #fff;
}
/*Services Section*/
.services_section {
	width: 100%;
	padding: 0;
	margin: 0;
	display: table;
	-webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 9;
}
.servives_left_img {
	float: right;
	padding:12% 0;
}
.servives_left_img img {
	max-width: 100%;
}
.servives_right_content {
	max-width: 660px;
	width: 100%;
	float: left;
	padding: 45px 0 0 50px;
}
.servives_right_content h2 {
	font-size: 52px;
	line-height: 55px;
	color: #070707;
	font-weight: 300;
	padding: 0;
	margin: 0 0 20px 0;
}
.servives_right_content p {
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 400;
	padding: 0 60px 40px 0;
	margin: 0;
}
.servives_right_botom_content ul li {
	width: 50%;
	float: left;
	background: url(../images/circle_icon.png) no-repeat left top 5px;
	list-style: none;
	padding: 0 0 0 37px;
	margin: 0 0 30px 0;
}
.servives_right_botom_content ul li h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
	line-height: 27px;
	color: #000;
	font-weight: 500;
	padding: 0;
	margin: 0 0 12px 0;
}
.servives_right_botom_content ul li p {
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 400;
	padding: 0 26px 0 0;
	margin: 0;
}
.servives_right_botom_content ul li p a {
	font-size: 12px;
	line-height: 12px;
	color: #e6b51b;
	font-weight: 500;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Heebo', sans-serif;
}
.servives_right_botom_content ul li p a:hover {
	text-decoration: underline;
}
.servives_right_botom_content ul li:nth-child(5) {
	margin-bottom: 0;
}
.servives_right_botom_content ul li:nth-child(6) {
	margin-bottom: 0;
}
/*How Work Section*/
.how_work_section {
	padding: 84px 0 110px 0;
}
.how_work_section h6 {
	font-size: 14px;
	line-height: 17px;
	color: #ababab;
	font-weight: 800;
	padding: 0;
	margin: 0 0 6px 0;
	text-align: center;
	text-transform: uppercase;
}
.how_work_section h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 46px;
	line-height: 50px;
	color: #000;
	font-weight: 300;
	padding: 0;
	margin: 0 0 40px 0;
	text-align: center;
}
.how_work_step_box {
	text-align: center;
}
.how_work_step_box h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #eaeaea;
	font-weight: 300;
	padding: 0;
	margin: 0 0 20px 0;
}
.how_work_step_box_main_content h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #0557b2;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.how_work_step_box_main_content p {
	font-size: 14px;
	line-height: 21px;
	color: #4f4f4f;
	font-weight: 400;
	padding: 0 0 20px 0;
	margin: 0;
}
.how_work_step_box_main_content a {
	background: url(../images/arrow_img.jpg) no-repeat right top 2px;
	font-size: 14px;
	line-height: 14px;
	color: #0557b2;
	font-weight: 500;
	padding: 0 18px 20px 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: underline;
}
.how_work_step_box_main_content a:hover {
	text-decoration: none;
	background: url(../images/arrow_img.jpg) no-repeat right 5px top 2px;
}
/*FAq Section*/
.faq_section {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #0d4c92;
	display: table;
}
.faq_left_content {
	max-width: 755px;
	width: 100%;
	float: right;
	padding: 55px 0 0 0;
}
.faq_right_content {
	float: left;
}
.faq_right_content img {
	max-width: 100%;
	width: 100%;
}
.single_faq_inner {
	padding: 0 0 0 30px;
}
.single_faq_content p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	padding: 0 25px 10px 0;
	margin: 0;
	min-height:160px;
}
.single_faq_content a {
	font-size: 12px;
	line-height: 10px;
	color: #000;
	font-weight: 500;
	padding: 11px 28px;
	margin: 0;
	display: table;
	background: #fff;
	text-transform: uppercase;
}
.single_faq_content a:hover {
	background: #e6b51b;
	color: #fff;
}
.single_faq_content h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	padding: 0 0 0 38px;
	margin: 0;
	background: url(../images/question_img.png) no-repeat left top 5px;
	text-align: left;
	min-height:65px;
}
.faq_left_content h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	font-weight: 300;
	padding: 0;
	margin: 0 0 40px 0;
}
.single_faq_content {
	padding: 0 50px 0 0;
}
.quick_enquiry_section {
	padding: 80px 0 55px 0;
}
.quick_enquiry_section h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 46px;
	line-height: 50px;
	color: #000;
	font-weight: 200;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.quick_enquiry_inner {
	max-width: 735px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: table;
}
.quick_enquiry_inner input {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 10px 14px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	font-weight: 400;
}
.quick_enquiry_inner input::placeholder {
font-family: 'Roboto', sans-serif;
font-size:12px;
line-height:15px;
color:#000;
font-weight:500;
}
.quick_enquiry_inner textarea {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 72px;
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 10px 14px;
	margin: 0 0 40px 0;
	font-size: 12px;
	line-height: 15px;
	color: #fda8a8;
	font-weight: 400;
}
.quick_enquiry_inner textarea::placeholder {
font-family: 'Roboto', sans-serif;
font-size:12px;
line-height:15px;
color:#000;
font-weight:500;
}
.quick_enquiry_inner input:focus {
	border: 1px solid #000;
}
.quick_enquiry_inner textarea:focus {
	border: 1px solid #000;
}
.quick_enquiry_inner button {
	background: #000;
	margin: 0 auto;
	display: table;
	padding: 10px 35px 8px;
	font-size: 12px;
	line-height: 9px;
	color: #fff;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	text-transform: uppercase;
	border: 2px solid #000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;  /* ...and now for the proper property */
	transition: .5s;
}
.quick_enquiry_inner button:hover {
	background: none;
	color: #000;
}
/*Footer Top Section*/
.footer_top_section {
	width: 100%;
	padding: 20px 0;
	margin: 0;
}
.footer_eamil_id {
	margin: 0 auto;
	display: table;
}
.footer_eamil_id p {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #676767;
	font-weight: 500;
	padding: 0 0 12px 0;
	margin: 0;
}
.footer_eamil_id p a {
	color: #676767;
}
.footer_eamil_id p a:hover {
	color: #676767;
	text-decoration: underline;
}
.footer_call_us {
	margin: 0 auto 30px;
	display: table;
}
.footer_call_us p {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #0384bc;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.footer_call_us p a {
	color: #000;
	margin: 0 0 0 6px;
}
.footer_call_us p a:hover {
	color: #e6b51b;
}
.footer_logo {
	margin: 0 auto 25px;
	display: table;
}
.footer_top_content_link {
	margin: 0 auto;
	display: table;
}
.footer_top_content_link ul li {
	list-style: none;
	float: left;
	padding: 0 15px;
}
.footer_top_content_link ul li a {
	font-size: 13px;
	line-height: 14px;
	color: #272727;
	font-weight: 400;
	text-transform: uppercase;
}
.footer_top_content_link ul li a:hover {
	color: #e6b51b;
}
/*Footer Copy Right Section*/
.footer_copyright_section {
	width: 100%;
	padding: 25px 0 20px 0;
	margin: 0;
	background: #e6b51b;
	text-align: center;
}
.footer_menu {
	margin: 0 auto 7px;
	display: table;
}
.footer_menu ul li {
	list-style: none;
	float: left;
	padding: 0 15px;
	text-align: center;
}
.footer_menu ul li a {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.footer_menu ul li a:hover {
	text-decoration: underline;
}
.footer_copyright_section p {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
/*Go To Top*/
#top {
	background: #0d4c92;
	bottom: 20px;
	cursor: pointer;
	display: none;
	padding: 3px 5px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: all 0.7s ease 0s;
	width: 30px;
	height: 30px;
	z-index: 999;
}
#top:hover {
	background: #2363aa;
}
.how_work_step_box span.circle_small {
	height: 15px;
	width: 15px;
	border: 2px solid #0557b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: table;
	margin: 25px auto 25px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.how_work_inner {
	position: relative;
}
.how_work_inner .middle_line {
	width: 68%;
	height: 1px;
	background: #92c2fb;
	position: absolute;
	left: 0;
	top: 82px;
	right: 0;
	z-index: 2;
	margin: 0 auto;
}
/*Subpage _Middile Section*/
.subpage_middle_section {
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0;
}
.subpage_middle_section h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 72px;
	line-height: 74px;
	color: #070707;
	padding: 0;
	margin: 0 0 23px 0;
	font-weight: 300;
}
.subpage_middle_section p {
	font-size: 14px;
	line-height: 24px;
	color: #4f4f4f;
	padding: 0 0 28px 0;
	margin: 0;
	font-weight: 400;
}
.subpage_middle_section h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #070707;
	padding: 0 0 0 23px;
	margin: 0 0 18px 0;
	font-weight: 400;
	background: url(../images/text_left_line_icon.png) no-repeat;
left top:
}
.subpage_middle_section h5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 25px;
	line-height: 110%;
	color: #070707;
	padding: 0 0 0 23px;
	margin: 0 0 18px 0;
	font-weight: 400;
	background: url(../images/text_left_line_icon.png) no-repeat;
left top:
}
.subpage_middle_section ul {
	margin: 0 0 50px 0;
}
.subpage_middle_section h6 {
	font-size: 14px;
	line-height: 23px;
	color: #c59602;
	padding: 0 0 13px 25px;
	margin: 0;
	font-weight: 400;
}
.subpage_middle_section ul li {
	list-style: none;
	padding: 0 0 0 24px;
	margin: 0;
	background: url(../images/blue_circle_icon.png) no-repeat left top 6px;
	font-size: 14px;
	line-height: 20px;
	color: #4f4f4f;
	margin: 0 0 8px 0;
	font-weight: 400;
}
.subpage_middle_left_content {
	padding: 0 59px 0 0;
}
.subpage_middle_right_img {
	padding: 0 0 45px 0;
}
.subpage_middle_right_img img {
	max-width: 100%;
	width: 100%;
}
.registered_agents_section {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
}
.registered_agents_inner {
	width: 100%;
	padding: 42px 0;
	margin: 0;
	background: #e6b51b;
	text-align: center;
}
.registered_agents_inner h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.registered_agents_inner p {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 500;
}
.registered_agents_inner a {
	background: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 21px;
	line-height: 21px;
	color: #3f3f3f;
	padding: 10px 45px;
	margin: 0 auto;
	font-weight: 600;
	display: table;
	text-transform: uppercase;
}
.registered_agents_inner a:hover {
	color: #fff;
	background: #0d4c92;
}
.subpage_quality_guranteed_inner {
	width: 100%;
	padding: 0 10px;
	margin: 0;
}
.subpage_middle_right_content {
	padding: 30px 0 0 0;
}
.subpage_middle_left_content .col-md-12 {
	padding-left: 0;
}
.subpage_middle_left_content h2 {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 33px;
	line-height: 33px;
	padding-bottom: 10px;
}
.feedback_form input {
	width: 100%;
	padding: 13px;
	margin-top: 15px;
	background: #fff;
	font-size: 13px;
	line-height: 15px;
	border: 1px solid #aeaeae;
}
.feedback_form input:focus {
	border: 1px solid #7f7e81;
}
.feedback_form textarea:focus {
	border: 1px solid #7f7e81;
}
.feedback_form .col-md-6 {
	padding-left: 0;
}
.feedback_form .col-md-12 {
	padding-left: 0;
}
.feedback_form textarea {
	width: 100%;
	margin-top: 15px;
	padding: 13px 0 0 13px;
	background: #fff;
	font-size: 13px;
	line-height: 15px;
	border: 1px solid #aeaeae;
	height: 120px;
}
.feedback_form button {
	margin-top: 15px;
	background: #0d4c92;
	border: none;
	padding: 10px 40px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
}
.feedback_form button:hover {
	color: #000;
	background: #e6b51b
}
