@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
*{padding: 0;margin: 0;}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.no_bg_pad {
	background: none !important;
	padding: 0 !important;
}

.no_bg {
	background: none !important;
}

.no_pad {
	padding: 0px !important;
}

.no_mar {
	margin: 0px !important;
}

.no_border {
	border: none !important;
}

.clear {
	clear: both;
}

.flt_lft {
	float: left !important;
}

.flt_rht {
	float: right !important;
}

body {
	background: #fff;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;width: 92%;
}

.header {
	width: 100%;
	background: #fff;
	position: relative;
}

.header .container {
	padding: 0px 0;
/* 	display: flex; */
	display: grid;
	grid-template-columns: 17% auto;
	justify-content: space-between;
	align-items: center;
}

*+html .header .container {
	padding-bottom: 0;
}

.header a.head_click {
	width: 30px;
	height: 30px;
	background: url(../images/head_control_spr.jpg) no-repeat left top;
	display: block;
	text-decoration: none;
	font-size: 0;
	position: absolute;
	top: 0;
	right: -50px;
	outline: none;
	display: none;
}

.header a.head_close {
	background: url(../images/head_control_spr.jpg) no-repeat left -30px;
}

span.logo {
	float: left;
	display: block;
/* 	padding: 10px 0 10px 20px; */
}

span.logo a {
	display: block;
	text-decoration: none;
}

span.logo a img {
	display: block;width: 100%;
}

.nav {
	float: right;
}

.nav ul {
	width: 100%;
	float: left;
	display: block;
}

.nav ul li {
	float: left;
	display: block;
	line-height: 30px;
	color: #000000;
	padding: 30px 0;
	position: relative;
}

.nav ul li:after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #1874ac;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.5s;
}

.nav ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0 15px;
	outline: none;
	font-size: 19px;
	position: relative;
}

.nav ul li:hover:after, .nav ul li.current-menu-item:after {
	width: 100%;
}

.nav ul li.menu-item-has-children:after{    content: "";
    width: 8px;
    height: 8px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg) translateY(-50%);
    top: 62%;
    background: transparent;
    right: 0;
    left: 8px;
    margin: 0 auto;
}
.nav ul .sub-menu{position: absolute;background: #fff;box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);padding: 16px;z-index: 9;width: max-content;border-radius: 4px;margin-top: 12px;left: 50%;transform: translatex(-50%) translatey(50px);opacity: 0;visibility: hidden;transition: ease .3s all;float: none;}
.nav ul li:hover .sub-menu{transform: translatex(-50%) translatey(0);opacity: 1;visibility: visible;}
.nav ul .sub-menu li{padding: 4px 0;
    display: block;
    float: none;
    border-bottom: solid 1px #e7e7e7;}
.nav ul .sub-menu li:last-child{border-bottom: none;}
.nav ul .sub-menu li a{padding: 0;font-size: 16px;}
.nav ul .sub-menu li:after{content: none;}


.nav ul li.selected a {
	color: #277db2;
}

.nav ul li.selected:after {
	width: 100%;
}

.slider-home {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.slider_content {
	position: absolute;
	max-width: 550px;
	width: 100%;
	left: 3%;
	transform: translateX(-3%);
	top: 15%;
}

.slider_content .content_s_w {
	max-width: 550px;
	width: 100%;
}

.slider_content .content_s_w h1 {
	font-family: "Roboto", sans-serif;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 12px;
	color: #0b6a95;
}

.slider_content .content_s_w p {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
}

.slider-home .slider img {
	width: 100%;
	object-fit: cover;
}

.slider-home .mob_s {
	display: none;
}

.proven_experience {
	padding: 70px 0;
	background: linear-gradient(to right,#389ad3 0%,#146fa7 100%);
}

.proven_content {
	text-align: center;
}

.proven_content h1 {
	font-size: 40px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin-bottom: 45px;
}

.proven_content p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	color: #fff;
}

.contact_sec {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	margin-bottom: 50px;
}

.contact_sec .border-lr {
	text-align: center;
	height: 48px;
	border-right: 1px solid #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_sec .border-lr:nth-last-child(1) {
	border-right: none;
}

.contact_sec .border-lr i {
	color: #175c89;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	transition: .5s;
}

.contact_sec .border-lr i:hover {
	color: #3698d1;
}

.contact_sec .border-lr a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	transition: .5s;
}

.contact_sec .border-lr a:hover {
	color: #3698d1;
}

.contact_sec .callsec {
	width: 30%;
}

.contact_sec .mailsec {
	width: 50%;
}

.contact_sec .linkedsec {
	width: 15%;
}

.searches_box h1 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.list-of-ind {
	margin-top: 15px;
}

.list-of-ind ul li {
	display: inline-block;
	font-size: 18px;
	padding: 0px 8px;
	color: #333333;
	position: relative;
}

.list-of-ind ul li:after {
	content: "";
	width: 2px;
	background-color: #333333;
	height: 80%;
	position: absolute;
	top: 0;
	left: -1px;
}

.list-of-ind ul li:first-child {
	padding-left: 0;
}

.list-of-ind ul li:first-child:after {
	display: none;
}

.some_work_img {
	margin-top: 45px;
}

.some_work_img img {
	max-width: 100%;
	width: 100%;
}

.some_work_img h5 {
	padding-bottom: 25px;
	font-weight: normal;
}

.apart_img {
	margin-top: 60px;
}

.contact_card {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	max-width: 94%;
}

.candidates, .corporate {
	border: 1px solid #d7d7d7;
	padding: 30px 25px;
	width: calc(48% - 50px);box-sizing: content-box;
}

.candidates h2, .corporate h2 {
	font-size: 18px;
	color: #156ca3;
	padding-bottom: 15px;
}

.candidates p, .corporate p {
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.candidates .call_contact ul li, .corporate .call_contact ul li, .email_contact ul li {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.candidates .call_contact ul li img, .corporate .call_contact ul li img, .email_contact ul li img {
	margin-right: 20px;
}

.candidates .call_contact ul li a, .corporate .call_contact ul li a, .email_contact ul li a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	transition: 0.5s;
}

.icon-div {
	width: 14%;
	padding: 3px 0;
}

.call_contact, .email_contact {
	display: flex;
}

.call_contact {
	margin-bottom: 20px;
}

.contact_card ul li a:hover {
	color: #218dcf;
}

.contactbar {
	width: 100%;
	background: #2e2e2e;
	border-bottom: 1px solid #34322f;
	display: none;
}

.contactbar_pad {
	padding: 40px 0 20px 0;
}

.contactbar .container {
	padding: 0 40px 0 160px;
	width: 810px;
}

.cont_bar_add {
	width: 400px;
	float: left;
}

.cont_bar_add h4 {
	font-size: 18px;
	line-height: 21px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 0 22px 0;
}

.cont_bar_add p {
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	padding: 0 110px 20px 0;
}

.cont_bar_add span.phone {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	padding: 0 0 22px;
}

.cont_bar_add span.phone em {
	display: inline-block;
	width: 60px;
	font-style: normal;
}

.cont_bar_add span.email {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
}

.cont_bar_add span.email em {
	display: inline-block;
	width: 60px;
	font-style: normal;
}

.cont_bar_add span.email a {
	color: #fff;
	text-decoration: none;
}

.cont_bar_add span.email a:hover {
	text-decoration: underline;
}

.cont_bar_divider {
	width: 340px;
	border-right: 1px solid #fff;
	margin: 0 60px 0 0;
}

.cont_bar_divider p {
	padding-right: 50px;
}

.slider {
	width: 100%;
	background: url(../images/slider_bg.jpg) repeat-x left top #ffffff;
	padding: 0 0 20px 0;
}

.slider_box {
	height: 515px;
}

#slideshow {
	width: 100%;
}

.slider {
	padding: 0;
}

.slider_cont1 {
	width: 100%;
	display: none;
}

.slider_cont1 h3 {
	font-size: 40px;
	line-height: 42px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #1b1b1b;
	text-align: center;
	text-transform: uppercase;
	padding: 45px 0 30px 0;
}

.slider_cont1 h3 span {
	display: block;
	font-size: 30px;
	line-height: 32px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
	padding: 0 0 5px 0;
}

.slider_cont1 ul {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 30px;
}

.slider_cont1 ul li {
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 0 15px;
}

.slider_cont1 ul li span.icon_box {
	height: 104px;
	background: url(../images/gray_circle.jpg) no-repeat center top;
	display: block;
	text-align: center;
	position: relative;
}

.slider_cont1 ul li span.icon_box em {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	width: 140px;
}

.slider_cont1 ul li span.icon_box2 em {
	margin-left: -75px;
}

.slider_cont1 ul li span.icon_box3 em {
	margin-left: -65px;
}

.slider_cont1 ul li span.slide1_text {
	width: 100%;
	background: #f8f6f4;
	height: 126px;
	display: block;
	text-align: center;
}

.slider_cont1 ul li span.slide1_text strong {
	font-size: 26px;
	line-height: 28px;
	color: #252525;
	text-transform: uppercase;
	font-weight: normal;
	padding: 26px 0 10px 0;
	display: block;
}

.slider_cont1 ul li span.slide1_text p {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 0 15px;
}

.slider_cont1 a.know_more {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	background: #6dbe00;
	width: 220px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 9px 0;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

.slider_cont2 {
	width: 100%;
	padding: 65px 0 0 0;
	display: none;
}

.slider_cont2 span.slide2_img {
	width: auto;
	float: left;
	display: block;
	padding: 0 0 0 45px;
}

.slider_cont2 span.slide2_img img {
	display: block;
}

.slider_cont2 .slide2_text {
	width: 540px;
	padding: 75px 0 0 15px;
	float: left;
}

.slider_cont2 .slide2_text h4 {
	font-size: 27px;
	line-height: 45px;
	color: #fff;
	background: #b0cc20;
	padding: 0 0 0 22px;
	font-weight: normal;
	margin: 0 0 24px 0;
}

.slide2_text ul {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 40px;
}

.slide2_text ul li {
	display: block;
	padding: 0 0 14px 30px;
	background: url(../images/bullet.jpg) no-repeat left 5px;
	font-size: 27px;
	line-height: 30px;
	color: #b0cc20;
}

.slide2_text ul li b {
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-weight: normal;
}

.slide2_text a.know_more {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	background: #6dbe00;
	width: 220px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 9px 0;
	margin: 0 0 0 20px;
	position: relative;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

.slider_cont3 {
	width: 100%;
	padding: 92px 0 0 0;
	display: none;
}

.slider_cont3 span.slide3_img {
	width: auto;
	float: left;
	display: block;
	padding: 0 0 0 40px;
}

.slider_cont3 span.slide3_img img {
	display: block;
}

.slider_cont3 .slide3_text {
	width: 445px;
	padding: 50px 0 0 10px;
	float: left;
}

.slider_cont3 .slide3_text h4 {
	font-size: 27px;
	line-height: 45px;
	color: #fff;
	background: #00acd7;
	padding: 0 0 0 22px;
	font-weight: normal;
	margin: 0 0 18px 0;
}

.slider_cont3 .slide3_text p {
	font-size: 30px;
	line-height: 32px;
	color: #00acd7;
	padding: 0 0 45px 20px;
}

.slider_cont3 .slide3_text p strong {
	display: block;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-size: 45px;
	line-height: 48px;
	padding: 2px 0 0 0;
}

.slide3_text a.know_more {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	background: #6dbe00;
	width: 220px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 9px 0;
	margin: 0 0 0 20px;
	position: relative;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

.slider_cont4 {
	width: 100%;
	padding: 55px 0 0 0;
}

.slider_cont4 span.slide4_img {
	width: auto;
	float: left;
	display: block;
	padding: 0 0 0 65px;
}

.slider_cont4 span.slide4_img img {
	display: block;
}

.slider_cont4 .slide4_text {
	width: 540px;
	padding: 25px 0 0 15px;
	float: left;
}

.slider_cont4 .slide4_text h4 {
	font-size: 27px;
	line-height: 45px;
	color: #fff;
	background: #00bfc0;
	padding: 0 0 0 22px;
	font-weight: normal;
	margin: 0 0 24px 0;
}

.slide4_text ul {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 40px;
}

.slide4_text ul li {
	display: block;
	padding: 0 0 14px 30px;
	background: url(../images/bullet2.jpg) no-repeat left 5px;
	font-size: 27px;
	line-height: 30px;
	color: #00bfc0;
}

.slide4_text ul li b {
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-weight: normal;
}

.slide4_text a.know_more {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
	background: #6dbe00;
	width: 220px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 9px 0;
	margin: 0 0 0 20px;
	position: relative;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

#pager {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}

#pager a {
	width: 12px;
	height: 12px;
	background: url(../images/pager_spr.jpg) no-repeat center top;
	display: inline-block;
	font-size: 0;
	text-decoration: none;
	margin: 0 3px;
	outline: none;
	color: #fff;
}

#pager a.activeSlide {
	background: url(../images/pager_spr.jpg) no-repeat center -12px;
}

.content {
	width: 100%;
}

.yellow_box {
	width: 100%;
	height: 712px;
	background: url(../images/yellow_bg.jpg) no-repeat center top #ffd24d;
	position: relative;
}

.yellow_box .container {
	height: 712px;
}

.yellow_box a.view_process {
	background: #ffb400;
	display: inline-block;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
	behavior: url(PIE.htc);
}

.yellow_box a.view_process span {
	padding: 11px 20px 11px 0;
	display: inline-block;
	background: url(../images/btm_arrow.png) no-repeat right 13px;
}

.yellow_box h3 {
	font-size: 45px;
	line-height: 48px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #1b1b1b;
	text-align: center;
	font-weight: normal;
	padding: 42px 0 0 0;
}

.yellow_box h3 span {
	display: block;
	font-size: 30px;
	line-height: 32px;
	color: #1b1b1b;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.mid_triangle {
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -80px;
}

.mid_triangle img {
	display: block;
}

.yellow_link1 {
	width: auto;
	position: absolute;
	top: 230px;
	left: 250px;
}

.yellow_link1 span {
	font-size: 20px;
	line-height: 22px;
	color: #090909;
	display: inline-block;
	text-decoration: none;
	padding: 0 0 30px;
	background: url(../images/plus.png) no-repeat center bottom;
}

.yellow_link2 {
	width: auto;
	position: absolute;
	top: 385px;
	left: 195px;
}

.yellow_link2 span {
	font-size: 20px;
	line-height: 22px;
	color: #090909;
	display: inline-block;
	text-decoration: none;
	padding: 0 40px 0 0;
	background: url(../images/plus.png) no-repeat right center;
}

.yellow_link3 {
	width: auto;
	position: absolute;
	top: 360px;
	left: 615px;
}

.yellow_link3 span {
	font-size: 20px;
	line-height: 22px;
	color: #090909;
	display: inline-block;
	text-decoration: none;
	padding: 0 0 0 35px;
	background: url(../images/plus.png) no-repeat left center;
}

.yellow_link4 {
	width: auto;
	position: absolute;
	top: 525px;
	left: 375px;
}

.yellow_link4 span {
	font-size: 20px;
	line-height: 22px;
	color: #090909;
	display: inline-block;
	text-decoration: none;
	padding: 30px 0 0 0;
	background: url(../images/plus.png) no-repeat center top;
}

.search_methodology {
	width: 100%;
}

.search_methodology h4, .latest-posts h2 {
	font-size: 45px;
	line-height: 48px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #101010;
/* 	font-weight: normal; */
	text-align: center;
	padding: 48px 0 50px 0;
}

.methodology_box {
	width: 100%;
/* 	height: 615px; */
/* 	background: url(../images/rop_img.png) no-repeat center 40px; */
	background-repeat: no-repeat;
	background-position:  center 40px;
/* 	padding: 0 0 80px; */
}

.methodology_lft {
	width: 425px;
	float: left;
}

.methodology_lft ul {
	width: 100%;
	float: left;
	display: block;
}

.methodology_lft ul li {
	width: 100%;
	float: left;
	display: block;
	text-align: right;
	padding: 0 0 42px;
}

.methodology_lft ul li span.gray_circle {
	width: 86px;
	height: 67px;
	background: url(../images/gray_circle1.png) no-repeat left top;
	display: inline-block;
	float: right;
	text-align: center;
	padding: 18px 0 0 0;
	margin: 0 0 0 30px;
	box-sizing: content-box;
}

.methodology_lft ul li span.gray_circle img {
	display: inline-block;
}

.methodology_lft ul li cite {
	float: right;
	font-size: 18px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
	color: #000000;
	font-style: normal;
	padding: 20px 0 0 0;
}

.methodology_lft ul li cite strong {
	display: block;
	font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
	font-weight: normal;
	padding: 0 0 4px 0;
}

.methodology_rht {
	width: 425px;
	float: right;
}

.methodology_rht ul {
	padding: 60px 0 0 0;
}

.methodology_rht ul li {
	width: 100%;
	float: left;
	display: block;
	text-align: left;
	padding: 0 0 45px;
}

.methodology_rht ul li span.gray_circle {
	float: left;
	margin: 0 30px 0 0;
}

.methodology_rht ul li cite {
	float: left;
}

.connect {
	width: 100%;
	background: #218dcf;
	padding: 0 0 30px;
}

.connect_1 {
	width: 100%;
	background: #84d23b;
	padding: 0 0 10px;
}

.connect h4 {
	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 30px 0 40px 0;
}

.connect h4 strong {
	display: block;
	font-size: 45px;
	line-height: 48px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #fff;
}

.connect a.info_link {
	font-size: 30px;
	line-height: 34px;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0px 55px 0 60px;
}

.connect a.info_link:hover {
	text-decoration: underline;
}

.connect ul {
	float: left;
	display: block;
	border-left: 1px solid #ffffff;
	padding: 8px 0;
}

.connect ul li {
	float: left;
	display: block;
	padding: 0 0 0 55px;
}

.connect ul li a {
	display: block;
	text-decoration: none;
}

.connect ul li a img {
	display: block;
}

.connect_1 h5 {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 20px 0;
}

.connect_1 h5 strong {
	font-size: 25px;
	line-height: 48px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #fff;
	font-weight: normal;
}

.connect_1 a.info_link {
	font-size: 25px;
	line-height: 34px;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0px 55px 0 60px;
}

.connect_1 a.info_link:hover {
	text-decoration: underline;
}

.connect_1 ul {
	float: left;
	display: block;
	border-left: 1px solid #ffffff;
	padding: 8px 0;
}

.connect_1 ul li {
	float: left;
	display: block;
	padding: 0 0 0 55px;
}

.connect_1 ul li a {
	display: block;
	text-decoration: none;
}

.connect_1 ul li a img {
	display: block;
}

.footer {
	width: 100%;
	padding: 35px 0 5px 0;
}

.footer .container {
	padding: 0 20px;
	max-width: 960px;
}

.footer_top {
	border-bottom: 1px solid #e4e3e2;
	padding: 0 0 28px;
}

.ft_link {
	width: 210px;
	float: left;
}

.ft_link h5 {
	font-size: 18px;
	line-height: 30px;
	color: #3a3a3a;
	font-weight: normal;
	padding: 0 0 10px;
}

.ft_link ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
}

.ft_link ul li {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #3a3a3a;
	padding: 0 0 6px;
}

.ft_link ul li a {
	display: inline-block;
	text-decoration: none;
	color: #3a3a3a;
	outline: none;
}

.ft_link ul li a:hover {
	text-decoration: underline;
}

.ft_link2 {
	width: 175px;
}

.ft_logo {
	float: right;
}

.ft_logo a {
	display: inline-block;
	text-decoration: none;
}

.ft_logo a img {
	display: block;
}

.footer_btm {
	padding: 12px 0 2px 0;
}

.footer_btm ul {
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 0 -4px;
}

.footer_btm ul li {
	float: left;
	display: block;
	background: url(../images/ft_divider.jpg) no-repeat right 1px;
	padding: 0 6px 0 4px;
	font-size: 14px;
	line-height: 16px;
	color: #3a3a3a;
}

.copyright_right a, .footer_btm ul li a {
	text-decoration: none;
	color: #3a3a3a;
}

.footer_btm ul li a:hover {
	text-decoration: underline;
}

.footer_btm p.copyright {
	font-size: 12px;
	line-height: 16px;
	color: #3a3a3a;
	display: block;
	float: left;
	width: 700px;
}

.copyright_right {
	float: right;
	font-size: 11px;
}

.page_title {
	background: #f8f6f4;
	padding: 30px;
}

.page_title h1 {
	font-size: 33px;
	line-height: 35px;
	color: #00acd7;
	font-weight: normal;
}

#breadcrumbs {
	font-size: 12px;
	line-height: 16px;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0 40px 30px;
}

#breadcrumbs a {
	color: #686868;
	text-decoration: none;
	background: url(../images/bc_arrow.jpg) no-repeat right 4px;
	padding: 0 17px 0 0;
	margin: 0 11px 0 0;
	outline: none;
}
#breadcrumbs a:last-child{background-image: none;}
#breadcrumbs a:hover {
	text-decoration: underline;
}

.in_content {
	width: 100%;
	background: url(../images/dotted_border.jpg) repeat-y 298px top;
	margin: 0 0 45px 0;
}

.content_lft {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
}
.service-content{font-family: "PT Sans", sans-serif;}
.service-content .content_rht{width: 100%;float: none;}
.content_rht {
	width: 645px;
	float: right;
}

.about_us_link {
	padding: 0 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 4px solid #f8f6f4;
}

.about_us_link h6 {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	padding: 0 0 8px;
}

.about_us_link ul {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 15px 0;
}

.about_us_link ul li {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #686868;
	padding: 0 0 6px;
}

.about_us_link ul li a {
	display: block;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #686868;
	text-decoration: none;
	outline: none;
}

.about_us_link ul li a:hover {
	text-decoration: underline;
}

.about_us_link ul li.selected a {
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.help_form {
	background: #f8f6f4;
	width: 100%;
}

.help_form h6 {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	text-align: center;
	padding: 25px 0 22px 0;
	margin: 0;
}

.help_form ul {
	width: 100%;
	float: left;
	display: block;
}

.help_form ul li {
	display: block;
	padding: 0 20px 20px 20px;
	width: 100%;
}

.help_form ul li cite {
/* 	width: 100%; */
/* 	height: 28px; */
	background: url(../images/textbox_bg.jpg) no-repeat left top;
	display: block;
	font-style: normal;
/* 	padding: 10px 10px 0; */
	border: 1px solid #dddbda;
	border-radius: 5px;
/* 	behavior: url(PIE.htc); */
	position: relative;
}
.help_form ul li p{margin-bottom: 0;}
.help_form ul li cite span{display: block;}
.help_form ul li cite input {
	width: 100%;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;
	background: none;
	border: none;
	outline: none;
	box-sizing: content-box;
    padding: 10px;
}

.help_form ul li select {
	height: 38px;background-size: contain;
    background-position: right;
    background-color: #fcfbf9;
}

.help_form ul li .send_but {
	width: 100px;
	background: url(../images/send_but.jpg) repeat;
	margin: 0 0 0 44px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
	display: block;
	border-radius: 5px;
	behavior: url(PIE.htc);
	position: relative;
	padding: 5px 0 5px 0;
}

.cont_box1 {
	width: 100%;
}

.cont_box1 h3 {
	font-size: 24px;
	line-height: 26px;
	color: #686868;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-weight: normal;
	padding: 0 0 20px;
}

.cont_box1 strong {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	display: block;
	padding: 0 0 40px;
}

.cont_box1 span {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
}

.cont_box1 span b {
	display: block;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-weight: normal;
}

.cont_box1 p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 60px;
}

.cont_box2 {
	width: 100%;
}

.cont_box2 h3 {
	font-size: 24px;
	line-height: 26px;
	color: #070707;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	padding: 0 0 20px;
	font-weight: 900;
}

.cont_box2 h1 {
	font-size: 25px;
	line-height: 1.4;
	color: #156ca3;
	padding-bottom: 15px;
}

.cont_box2 h3.pad_0 {
	padding: 0px;
}

.cont_box2 strong {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: normal;
	display: block;
	padding: 0 0 20px;
}

.cont_box2 p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
}

.cont_box2 ul {
	width: 100%;
	float: left;
	display: block;
}

.cont_box2 ul li {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px 0;
}

.cont_box3 {
	width: 100%;
}

.cont_box3 h3 {
	font-size: 24px;
	line-height: 26px;
	color: #686868;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	font-weight: normal;
	padding: 0 0 20px;
}

.cont_box3 strong {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	display: block;
	padding: 0 0 20px;
}

.cont_box3 span.know_partner {
	float: left;
}

.cont_box3 span.know_partner img {
	display: block;
}

.cont_box3 .cont_box3_text {
	width: 475px;
	float: right;
}

.cont_box3 .cont_box3_text p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
	text-align: justify;
}

.cont_box3 .cont_box3_text p b {
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.cont_box3 ul {
	width: 100%;
	float: left;
	display: block;
}

.cont_box3 ul li {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 10px;
}

.cont_box4 {
	width: 100%;
}

.cont_box4 h3 {
	font-size: 24px;
	line-height: 26px;
	color: #686868;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;

	padding: 0 0 30px;
}

.cont_box4 strong {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	display: block;
	padding: 0 0 10px;
}

.cont_box4 p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 30px;
}

.bc_border {
	border-bottom: 4px solid #f8f6f4;
	padding-bottom: 8px !important;
	margin: 0 0 25px;
}

.address_box {
	padding: 0 0 0 20px;
}

.address_box h4.add_icon {
	font-size: 18px;
	line-height: 24px;
	color: #0083c1;
	font-weight: normal;
	background: url(../images/add_icon.jpg) no-repeat left 3px;
	padding: 0 0 20px 20px;
	display: block;
}

.address_box p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
}

.address_box span.add_phone {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 22px;
}

.address_box span.add_phone em {
	display: inline-block;
	width: 35px;
	font-style: normal;
	color: #0083c1;
}

.address_box span.add_email {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #686868;
}

.address_box span.add_email em {
	display: inline-block;
	width: 35px;
	color: #0083c1;
	font-style: normal;
}

.address_box span.add_email a {
	color: #686868;
	text-decoration: none;
}

.address_box span.add_email a:hover {
	text-decoration: underline;
}

.content_lft2 {
	width: 280px;
}

.get_in_touch {
	width: 100%;
}

.get_in_touch strong {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	display: block;
	padding: 0 0 10px;
}

.get_in_touch li p{padding-bottom: 0;margin-bottom: 0;}

.get_in_touch p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
}

.get_in_touch ul {
	width: 100%;
	float: left;
	display: block;
}

.get_in_touch ul li {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 0 0 14px 0;position: relative;
}

.get_in_touch ul li .textbox1 {
	width: 170px;
	height: 16px;
	border: 1px solid #e1e1e1;
	background: none;
	outline: none;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;
	border-radius: 5px;
	box-sizing: content-box;
}

.get_in_touch ul li .textarea1 {
	width: 595px;
	height: 106px;
	border: 1px solid #e1e1e1;
	background: none;
	outline: none;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;
	border-radius: 5px;
	box-sizing: content-box;
	resize: none;
	overflow: auto;
}

.get_in_touch ul li .send_mess {
	width: 190px;
	background: url(../images/send_but.jpg) repeat;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
	display: block;
	border-radius: 5px;
	box-sizing: content-box;
	position: relative;
	padding: 7px 0;
}

.search_method_box {
	padding: 0 30px;
}

.search_method_box h2 {
	font-size: 24px;
	line-height: 26px;
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
	color: #686868;
	font-weight: normal;
	padding: 0 0 20px;
}

.search_method_box ul {
	float: left;
	display: block;
	padding: 25px 0 0 30px;
	width: 850px;
	background: url(../images/gray_line.jpg) repeat-y 75px top;
}

.search_method_box ul li {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 12px;
}

.search_method_box ul li span.gray_circle {
	width: 86px;
	height: 67px;
	background: url(../images/gray_circle1.png) no-repeat left top;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 18px 0 0 0;
	margin: 0 45px 0 0;
	box-sizing: content-box;
}

.search_method_box ul li span.gray_circle img {
	display: inline-block;
}

.search_method_box ul li .medhod_text {
	width: 630px;
	float: left;
	padding: 10px 0 0 0;
}

.search_method_box ul li .medhod_text strong {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 12px;
	display: block;
}

.search_method_box ul li .medhod_text p {
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 20px;
}

.search_method_box ul li:last-child {
	background-color: #fff;
}

.service_box1 {
	width: 100%;
	padding: 0 0 140px;
}

.service_box1 strong {
	font-size: 18px;
	line-height: 24px;
	color: #049bc1;
	font-weight: normal;
	display: block;
	padding: 0 0 10px;
}

.service_box1 ul {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 20px;
}

.service_box1 ul li {
	width: 100%;
	float: left;
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #686868;
	padding: 0 0 0 0;
}

.service_box2 {
	width: 100%;
}

.service_box2 h6 {
	font-size: 39px;
	line-height: 45px;
	color: #00bfd2;
	font-weight: normal;
	letter-spacing: 2px;
}

.service_box2 h6 span {
	font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.service_box2 cite.best_fit {
	display: block;
}

.service_box2 cite.best_fit img {
	display: block;
}

.service_box2 cite.blue_arrow {
	display: inline-block;
	padding: 0 0 15px 335px;
}

.service_box2 cite.blue_arrow img {
	display: block;
}

.service_box2 cite.perfect {
	font-size: 30px;
	line-height: 35px;
	color: #6dbe00;
	font-style: normal;
	display: inline-block;
	padding: 4px 0 0 310px;
}

.field {
	position: relative;
}

label.error {
	position: absolute;
	bottom: -15px;
	left: 0;
	color: red;
	font-size: 12px;
}

.error {
	color: red;
}

.ft_link h5 {
	font-size: 15px;
	padding: 0;
	font-weight: normal;
}

.hamburger {
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 15px;
	display: none;
}

.hamburger .toggle-buton {
	width: 100%;
	height: 6px;
	background-color: #389ad3;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	border-radius: 5px;
}

.hamburger .toggle-buton:before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #389ad3;
	position: absolute;
	top: -13px;
	right: 0;
	transition: all .5s;
	border-radius: 5px;
}

.hamburger .toggle-buton:after {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #389ad3;
	position: absolute;
	bottom: -13px;
	right: 0;
	transition: all .5s;
	border-radius: 5px;
}

.hamburger.active .toggle-buton {
	background-color: transparent;
}

.hamburger.active .toggle-buton:before {
	transform: rotate(45deg);
	top: 13px;
}

.hamburger.active .toggle-buton:after {
	transform: rotate(135deg);
}
select.styled {
    width: 100%;
    height: 28px;
    padding: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #acacac;
    overflow: hidden;
    display: block;
    border: 1px solid #dddbda;
    border-radius: 5px;    -webkit-appearance: none;}
.help_form ul li cite span.wpcf7-not-valid-tip, .get_in_touch ul li span.wpcf7-not-valid-tip{position: absolute;
    bottom: -16px;
    left: 0;
    font-size: 12px;
    color: #f00;
}
.get_in_touch ul li span.wpcf7-not-valid-tip{bottom: -28px;}
.latest-posts{    background-color: #f5f5f5;padding-bottom: 48px;}
.latest-grid{display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 12px;}
.blog-listing .in_content{display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 20px;row-gap: 32px;}
.latest-card, .blog-card{background-color: #fff;border-radius: 12px;position: relative;
    padding-bottom: 36px;overflow: hidden;}
.blog-card{    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}
.blog-inner{padding: 16px;}
.latest-card img, .blog-card img{width: 100%;display: block;}
.latest-card h3 a, .blog-card h2 a{    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    margin-bottom: 12px;
    display: block; /*height: 60px;*/line-height: 1.1}
.blog-card h2 a{height: auto;}
.latest-card p, .blog-card p{    font-size: 15px;
    font-family: 'Roboto';
    color: #484747;
    margin-bottom: 12px;line-height: 1.2;}
.blog-card p{font-size: 14px;line-height: 1.3;}
.latest-card .read-more, .blog-card .read-more{
    color: #218dcf;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
        position: absolute;
    bottom: 20px;
    padding: 0;
}

.all-blogs{    background-color: #218dcf;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}

.single-post-container .single-content .post-title{font-size: 28px;font-weight: 600;margin-bottom: 16px;}
.single-post-container .single-content h2{font-size: 22px;font-weight: 600;margin-bottom: 20px;margin-top: 28px;}
.single-post-container .single-content h3{font-size: 20px;font-weight: 600;margin-bottom: 12px;margin-top: 24px;}
.single-post-container .single-content h4{font-size: 18px;font-weight: 600;margin-bottom: 8px;margin-top: 20px;}
.single-post-container .single-content ul{padding-left: 25px;}
.single-post-section{margin-top: 24px;margin-bottom: 48px;}
.single-post-container .single-content p, .single-post-container .single-content li{font-size: 15px;
    line-height: 1.3;
    color: #666;
    margin-bottom: 12px;}
.single-post-container .single-content li{list-style: disc;margin-bottom: 8px;}
.single-post-container .single-content{padding: 16px;box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);}
.single-post-container .single-content img{height: auto;
    display: block;
    margin: 20px 0;width: 100%;}
.single-post-container .recent-blog{background: #f7f7f7;padding: 12px;box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);}
.single-post-container .recent-blog h2{font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;}
.single-post-container{display: grid;
    grid-template-columns: auto 300px;
    column-gap: 24px;    align-items: flex-start;}
.post-featured-image img{width: 100%;height: auto;}
.single-post-container .latest-card{
    display: grid;
    grid-template-columns: 60px auto;align-items: center;    padding-bottom: 8px;
    border-radius: 0;
    border-bottom: solid 1px #dddada;
    margin-bottom: 8px;background: transparent;
}
.single-post-container .latest-card img{width: 100%;height: auto;}
.single-post-container .blog-inner {
    padding: 0;padding-left: 12px;
}
.single-post-container .latest-card h3 a{font-size: 13px;
    font-weight: 500;height: auto;margin-bottom: 0}
.single-post-container .latest-card .read-more{position: static;    font-size: 12px;
    font-weight: 600;}

.thankyou-content {
                height: 75vh;
                max-width: 1000px;
                margin: 0 auto;
                align-items: center;
                justify-content: center;
                display: flex;
            }

            .thankyou-content .wrapper-1 {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .thankyou-content .wrapper-2 {
                padding: 15px;
                text-align: center;
            }

            .thankyou-content .wrapper-2 h1 {
                font-size: 64px;
                color: #000;
                margin: 0;
                margin-bottom: 10px;
                font-weight: 700
            }

    
            .thankyou-content .wrapper-2 p {
                margin: 0;margin-top: 20px;
            }

.thk-btn{    background: #218dcf;
    color: #fff;
    text-decoration: none;
    margin-top: 24px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;}

.thankyou-section{background-color: #f7f7f7}
.screen-reader-response, .wpcf7-response-output{display: none}
template + script + div{opacity: 0;height: 0;overflow: hidden;}

.service-box h2{font-size: 24px;font-weight: 700;margin-bottom: 20px;font-family: "Roboto", sans-serif;margin-top: 52px;    line-height: 1.2;}
.service-box h3{font-size: 18px;font-weight: 600;margin-bottom: 12px;margin-top: 20px;font-family: "Roboto", sans-serif;    line-height: 1.2;}
.service-box p, .service-box li {font-size: 16px;line-height: 21px;color: #333; margin-bottom: 16px;}
.service-box ul{padding-left: 24px;}
.service-box li{list-style: disc;}
.service-img{width: 45%;margin-bottom: 20px;margin-top: 20px;}
.service-img.right-img{float: right;margin-left: 20px;}
.service-img.left-img{float: left;margin-right: 20px;margin-top: 52px;}
.service-box .serv-ban{width: 100%;}
.serv-mob-ban{display: none}
.choose-container{background: #f5f5f5;padding: 50px 0;}
.choose-container h2, .service-box .content-img h2{margin-top: 0;}
.content-img{margin-top: 52px}

.container.service-box, .content-img{display: grid;grid-template-columns: 60% 40%;column-gap: 32px;align-items: center;}
.container.service-box p:last-child{margin-bottom: 0;}
.choose-container .container.service-box img, .content-img img{grid-column: 2/3;grid-row: 1;width: 100%;}
.banner-box{position: relative;}
.banner-content{position: absolute;
    top: 15%;
    width: 40%;
    left: 5%;}
.banner-content h1{font-size: 36px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;}
.banner-content h3{font-size: 16px;
    font-weight: 400;
    line-height: 1.3;color: #000;}
