/* Theme Name: Velocity Title Company */
.videoButton i {
	color: #8E6848;
	font-size: 70px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.home_banner_content {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}

.slick-slide .home_banner_content::before { 
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.33;
	display:block!important
}

@media screen and (max-width: 767px) {
	.home_banner_content {
		flex-direction: column;
	}

	.home_banner {
		height: auto !important;
	}

	.home_banner .home_slider .slick-track li {
		height: auto !important;
		padding-bottom: 60px !important;
	}
}

body {
	background-color: #e1e1e1;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px
}

.main {
	padding-top: 0
}

p {
	margin-bottom: 30px
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: outside;
	margin-left: 15px;
}

.home ul.home_slider {
	margin-left: 0 !important;
}

li {
	margin-bottom: 10px;
}

li:last-child {
	margin-bottom: 30px;
}

a {
	outline: none;
}

ol li {
	list-style: decimal inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

img {
	max-width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.white_bg {
	display: block;
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.header_bg {
	position: relative;
}

.header_section {
	padding: 5px 90px;
	position: absolute;
	z-index: 99;
	width: 100%;
}

.logo {
	float: left;
	margin-top: 3px;
}

.header_right {
	padding-top: 55px;
	float: right
}

.header_links {
	display: inline-block;
	height: 32px;
	margin-left: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 50px;
	background-color: #2E4B7B;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase
}

.header_links:hover {
	background-color: #8D6942
}

.header_height {
	height: 140px;
}

.menu_bg {
	position: absolute;
	bottom: -55px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: auto;
}

/*Menu*/
.menu_outer_mobile {
	display: none;
}

.button-nav-toggle {
	display: none;
	overflow: hidden;
	display: none;
	cursor: pointer;
	z-index: 999999999;
	border: 0;
	color: #2E4B7B;
	outline: 0;
	float: right;
	cursor: pointer;
	right: 0;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 0;
}

.button-nav-toggle .fa {
	font-size: 31px;
	line-height: normal
}

.nav-main {
	transition: right .25s ease-in-out;
	background: #363535;
	position: fixed;
	overflow-x: hidden;
	width: 260px;
	right: -100%;
	top: 0;
	bottom: 0;
}

.nav-main .nav-container {
	transition: left .25s ease-in-out;
	position: relative;
	left: 0;
}

.nav-container ul li a {
	font-size: 14px;
}

.nav-main .nav-container.show-sub {
	left: -280px
}

.menu_outer {
	z-index: 99;
	margin-top: 0px;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom: 1;
	z-index: 10000;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	margin-bottom: 0;
}

#menu li {
	z-index: 10000;
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 24px;
	position: relative
}

#menu li.current_page_item a {
	color: #ffffffd1;
}

#menu li.current_page_parent a {
	color: #ffffffd1;
}

#menu li.active a {
	color: #ffffffd1;
}

/*#menu li a.w--current {color:#00cff0}*/
#menu li:last-child {
	margin-right: 0
}

#menu a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	text-decoration: none;
	padding: 0;
	position: relative;
}

#menu li:hover a {
	color: #ffffffd1;
}

*html #menu li a:hover {
	color: #4677a3;
}

#menu ul {
	background-color: #fff;
	position: relative;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 0px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99999;
	width: 235px;
	z-index: 10000;
	text-align: left;
	padding: 0;
	border: 2px solid #d7d7d7;
}

#menu>li:last-child ul {
	left: -140px;
}

#menu ul li li {
	display: block;
}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: -2px;
	left: 233px;
	margin: 0;
	padding: 0;
	_margin: 0;
}

#menu ul li {
	display: block;
	border: 0;
	_line-height: 0;
	padding: 0;
	width: 100%;
	margin: 0;
}

#menu ul a {
	padding: 5px 10px;
	_height: 10px;
	display: block;
	float: none;
	text-transform: uppercase;
	color: #000 !important;
	letter-spacing: 0.2px;
	font-size: 12px;
	line-height: 25px;
	display: block;
	width: 100%;
}

#menu ul a:hover {
	color: #fff;
	background-color: #2E4B7B;
	color: #fff !important;
}

#menu ul li:last-child a:hover {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#menu ul li ul li a:hover {
	background-color: none;
}

#menu .active {
	color: #e11f30;
}

#menu li li:before {
	display: none
}

.home_banner {
	width: 100%;
	height: 630px;
	overflow: hidden;
}

.home_banner .home_slider .slick-track li {
	width: 100%;
	height: 630px;
	background-position: 50% 0;
	background-size: cover
}

.home_banner .home_slider .slick-track li.banner1 {
	background-image: url(images/banner1.jpg);
}

.home_banner .home_slider .slick-track li.banner2 {
	background-image: url(images/banner2.jpg);
}

.home_banner .home_slider .slick-track li.banner3 {
	background-image: url(images/banner3.jpg);
}

.home_banner .home_slider .slick-track li.banner4 {
	background-image: url(images/banner4.jpg);
}

.home_banner .home_slider .slick-track li.banner5 {
	background-image: url(images/banner5.jpg);
}

.home_banner .home_slider .slick-track li.banner6 {
	background-image: url(images/banner6.jpg);
}

.home_slider .slick-dots {
	position: absolute;
	bottom: 38px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}

.home_slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 7px;
}

.home_slider .slick-dots li button {
	font-size: 0px;
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	background-color: #6D7587;
}

.home_slider .slick-dots li button:hover,
.home_slider .slick-dots li button:focus {
	outline: none;
}

.home_slider .slick-dots li.slick-active button {
	background-color: #a9b4cb;
}

.home_banner_content {
	margin-top: 270px
}

.home_banner_left_content {
	/*max-width:1000px;*/
	max-width: 750px;
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	z-index: 10;
}

.home_banner_content h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase
}

.home_banner_left_content p {
	margin-bottom: 15px
}

.learn_more_btn {
	display: inline-block;
	height: 40px;
	padding-right: 45px;
	padding-left: 45px;
	border-radius: 50px;
	background-color: #8D6942;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.learn_more_btn:hover {
	background-color: #b08556
}

.questions_txt {
	margin-top: 170px;
	float: right;
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	text-align: right
}

.tel_link {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.dont_take_word_bg {
	padding-top: 85px;
	padding-bottom: 78px
}

.dont_take_word_section {
	display: block;
	max-width: 1400px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #2a2c35;
	font-size: 18px;
	line-height: 1.2;
	text-align: center
}

.dont_take_word_section h3 {
	margin-top: 0;
	margin-bottom: 35px;
	font-family: Helveticaneue, sans-serif;
	color: #2a2c35;
	font-size: 38px;
	font-weight: 400;
	line-height: 30px;
}

.testimonials_section {
	margin-bottom: 45px
}

.testimonial_left_section {
	float: left
}

.testimonial_right_section {
	float: right
}

.home_testimonial_content_section {
	display: inline-block;
	width: 470px;
	max-width: 470px;
	padding: 85px 27px 70px;
	background-color: #6D7587;
	text-align: center;
	min-height: 470px;
}

.home_testimonial_content {
	display: inline-block;
	margin-top: 55px;
	padding-right: 0;
	padding-left: 0;
	color: #FFF;
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
	font-weight: 400
}

.home_testimonial_content p {
	margin-bottom: 35px
}

.testimonial_author_title {
	padding-right: 8px;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: left
}

.home_testimonial_content h5 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase
}

.round_numbers_bg {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #2a2c35
}

.home_our_numbers_section {
	color: #fff;
	text-align: center
}

.round_numbers_bg h3 {
	margin-top: 0;
	margin-bottom: 90px;
	font-family: Helveticaneue, sans-serif;
	font-size: 38px;
	line-height: 30px;
	font-weight: 400
}

.clear {
	clear: both
}

.our_numbers_round {
	display: inline-block;
	vertical-align: top;
	width: 321px;
	height: 321px;
	margin-right: 35px;
	margin-left: 35px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 50%;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}

.white_round_section {
	display: inline-block;
	vertical-align: top;
	width: 321px;
	height: 321px;
	margin-right: 35px;
	margin-left: 35px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 50%;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}

.our_numbers_round .table {
	width: 100%;
	height: 321px;
	display: table;
}

.our_numbers_round .table-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.white_round_section .table {
	width: 100%;
	height: 321px;
	display: table;
}

.white_round_section .table-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.our_numbers_round svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: transparent;
}

.our_numbers_round svg ellipse {
	fill: #2a2c35;
}

.white_round_section svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: transparent;
}

.white_round_section svg ellipse {
	fill: #2a2c35;
}

.animated .our_numbers_round .outer {
	fill: transparent;
	stroke: #8D6942;
	stroke-width: 2;
	stroke-dasharray: 1100;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: running;
	/*-moz-transform:rotate(-89deg) translateX(-190px)*/
}

.animated .white_round_section .outer {
	fill: transparent;
	stroke: #9b9b9b;
	stroke-width: 2;
	stroke-dasharray: 1100;
	transition: stroke-dashoffset 1s;
	-webkit-animation-play-state: running;
	/*-moz-transform:rotate(-89deg) translateX(-190px)*/
}

.animated .our_numbers_round[data-percent='100'] .outer {
	stroke-dashoffset: 0;
	-webkit-animation: show100 2s;
	animation: show100 2s
}

.animated .our_numbers_round[data-percent='75'] .outer {
	stroke-dashoffset: 133;
	-webkit-animation: show75 2s;
	animation: show75 2s
}

.animated .our_numbers_round[data-percent='50'] .outer {
	stroke-dashoffset: 267;
	-webkit-animation: show50 2s;
	animation: show50 2s
}

.animated .our_numbers_round[data-percent='25'] .outer {
	stroke-dashoffset: 401;
	-webkit-animation: show25 2s;
	animation: show25 2s
}

.animated .white_round_section[data-percent='100'] .outer {
	stroke-dashoffset: 0;
	-webkit-animation: show100 2s;
	animation: show100 2s
}

.animated .white_round_section[data-percent='75'] .outer {
	stroke-dashoffset: 133;
	-webkit-animation: show75 2s;
	animation: show75 2s
}

.animated .white_round_section[data-percent='50'] .outer {
	stroke-dashoffset: 267;
	-webkit-animation: show50 2s;
	animation: show50 2s
}

.animated .white_round_section[data-percent='25'] .outer {
	stroke-dashoffset: 401;
	-webkit-animation: show25 2s;
	animation: show25 2s
}

@-webkit-keyframes show100 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes show100 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes show75 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 134
	}
}

@keyframes show75 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 124
	}
}

@-webkit-keyframes show50 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 267
	}
}

@keyframes show50 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 267
	}
}

@-webkit-keyframes show25 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 401
	}
}

@keyframes show25 {
	from {
		stroke-dashoffset: 537
	}

	to {
		stroke-dashoffset: 401
	}
}


.accrdion {
	display: block;
}

.accrdion .accord-panel {
	width: 100%;
	display: block;
	background: #f9f9f9;
	padding: 27px 70px;
	margin-bottom: 23px;
}

.accrdion .accord-panel h4 {
	color: #31b7e7;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	margin: 0;
}

.accrdion .accord-panel h4:before {
	content: '+';
	position: absolute;
	top: 0;
	right: -20px;
	color: #707070;
	font-size: 30px;
}

.accrdion .accord-panel h4.active:before {
	content: '-';
}

.accrdion .accord-panel .text-sec {
	display: none;
	padding: 35px 0 0;
}

.accrdion .accord-panel ul {
	margin: 0 0 22px;
}

.accrdion .accord-panel ul>li {
	display: block;
	position: relative;
	font-size: 16px;
	color: #2d2d2d;
	padding-left: 30px;
	margin-bottom: 10px;
}

.accrdion .accord-panel ul>li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 12px;
	top: 9px;
	background: #2d2d2d;
	border-radius: 100%;
}

.form-area {
	display: block;
}

.form-area form {
	margin: 0 -4px;
}

.form-area form .each-fld {
	width: 33.33%;
	float: left;
	padding: 0 4px;
	margin-bottom: 40px;
}

.form-area form .each-fld input {
	width: 100%;
	display: block;
	height: 43px;
	background: #FFF;
	padding: 0 12px;
	font-size: 16px;
	color: #565555;
	border: none;
}

.form-area .btn-area {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.form-area .btn-area .right-sec {
	width: 50%;
	text-align: right;
}

.form-area .btn-area p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.form-area .btn-area label {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #565555;
	font-weight: 500;
	margin: 0 14px 5px;
}

.form-area .btn-area .btn {
	width: 170px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding: 13px 10px;
	background: #31b7e7;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 34px;
}

.form-area .btn-area .btn span {
	position: static;
}

.form-area .btn-area .btn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.form-area .btn-area input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	padding: 13px 55px;
	background: #31b7e7;
	color: #FFF;
	font-size: 16px;
	border-radius: 34px;
	border: none;
}

.form-area .btn-area input[type="submit"]:hover {
	background: #00a2ce;
}

span.wpcf7-not-valid-tip {
	font-size: 13px !important;
}

.form-area .btn-area .file-path {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	display: block;
	margin-top: 8px;
}

.our_numbers_round.white_numbers_round {
	border-color: #9b9b9b
}

.our_numbers_round h5 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: none
}

.white_round_section h5 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 54px;
	line-height: 60px;
	letter-spacing: 0;
	text-transform: none
}

.our_service_customers_bg {
	padding-top: 90px
}

.services_section {
	padding-bottom: 0px !important;
	background-color: #f8f8f9;
	text-align: center;
}

.services_section .our_service_customers_section {
	padding-bottom: 10px;
}

.our_service_customers_section {
	padding-bottom: 110px;
	color: #2a2c35;
	font-size: 18px;
	line-height: 1.2;
	text-align: center
}

.our_service_customers_section h3 {
	margin-top: 0;
	margin-bottom: 35px;
	font-family: Helveticaneue, sans-serif;
	font-size: 38px;
	line-height: 30px;
	font-weight: 400
}

.our_services_customers_box {
	position: relative;
	width: 425px;
	height: 403px;
	display: inline-block;
	margin-left: -4px;
	vertical-align: top;
}

.our_services_customers_box h5 {
	position: absolute;
	left: 0;
	top: 48%;
	right: 0;
	z-index: 100;
	display: block;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	text-align: center
}

.our_services_customers_box h5 a {
	color: #fff;
	text-decoration: none;
}

.our_services_customers_box_hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 90%;
	height: 90%;
	margin: auto;
	background-color: #2e4b7bb3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease
}

.our_services_customers_box:hover .our_services_customers_box_hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.your_team_motion_bg {
	padding-top: 130px;
	padding-bottom: 50px;
	background-color: #f8f8f9;
	color: #2d2d2d
}

.your_team_motion_section {
	text-align: center
}

.your_team_motion_section h3 {
	margin-top: 0;
	margin-bottom: 70px;
	font-family: Helveticaneue, sans-serif;
	font-size: 38px;
	line-height: 30px;
	font-weight: 400;
	text-align: center
}

.your_team_content_section {
	padding-bottom: 60px;
	display: inline-block;
	width: 100%;
}

.team_members_box {
	/*max-width:515px;*/
	max-width: 360px;
	margin-right: 12px;
	float: none !important;
	vertical-align: top;
	display: inline-block !important;
	margin-left: 12px;
	background-color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align: left
}

.team_members_box:focus {
	outline: none;
}

.team_members_box:first-child {
	margin-left: 0px;
}

.team_members_box.last {
	margin-right: 0px;
}

.team_motion_content {
	padding: 45px 30px 50px;
	color: #000;
	min-height: 278px;
}

.team_motion_content p {
	min-height: 160px;
}

.team_motion_content h6 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 15px;
	font-style: italic
}

.team_motion_content h6 span {
	font-weight: 400
}

.blue_link {
	display: inline-block;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
	border-radius: 50px;
	background-color: #2E4B7B;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff !important;
	font-size: 17px;
	line-height: 50px;
	text-decoration: none
}

.blue_link:hover {
	background-color: #8D6942;
	color: #FFF !important;
}

.industry_news_resources_bg {
	padding-top: 35px;
	background-color: #FFFFFF;
	color: #2d2d2d
}

.industry_news_resources_bg h3 {
	margin-top: 0;
	margin-bottom: 55px;
	font-family: Helveticaneue, sans-serif;
	font-size: 38px;
	line-height: 30px;
	font-weight: 400
}

.industry_news_resources_section {
	text-align: center
}

.home_blog_bg {
	display: inline
}

.home_blog_left {
	position: relative;
	width: 50%;
	min-height: 520px;
	float: left;
	clear: none;
	background-image: url(images/home_news_img1.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.blog_left_trans_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 500px;
	min-height: 260px;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	float: right;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
}

.home_blog_date_txt {
	display: inline-block;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: 600
}

.home_blog_left h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.home_blog_left h4 a {
	color: #fff;
	text-decoration: none
}

.home_blog_left h4 a:hover {
	color: #e4e4e4;
}

.home_blog_right {
	width: 50%;
	float: right
}

.home_right_blogs {
	width: 50%;
	padding: 14px 35px 20px;
	padding-bottom: 20px;
	float: left;
	background-color: #2E4B7B;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	min-height: 260px;
	position: relative
}

/*.home_right_blogs:after {
	content: '';
	position: absolute;
	background-image: url(images/story_right_blue_arw.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 27px;
	right: -27px;
	top: 60px
}*/

.home_right_blogs.violet_bg {
	background-color: #8D6942;
	color: #fff;
}

/*.home_right_blogs.violet_bg:after {
	content: '';
	position: absolute;
	background-image: url(images/story_right_orange_arw.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 27px;
	right: -27px;
	top: 60px
}*/

.home_blog_right h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.home_blog_right h4 a {
	color: #fff;
	text-decoration: none
}

.home_blog_right h4 a:hover {
	color: #e4e4e4;
}

.blog_right_img_div {
	width: 50%;
	min-height: 260px;
	float: right;
	background-image: url(images/home_news_img2.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.blog_right_img2 {
	background-image: url(images/home_news_img3.jpg)
}

.home_blog_article_bg {
	border-style: none;
	border-bottom: 1px solid #d4d4d4;
}

.home_article_content {
	padding-top: 45px;
	padding-right: 50px;
	padding-left: 80px;
	border-right: 2px solid #d0d0d0;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	font-weight: 400
}

.article_date_txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 600
}

.home_blog_article_content h4 {
	margin-top: 30px;
	margin-bottom: 34px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 400
}

.home_blog_article_content h4 a {
	color: #000;
	text-decoration: none
}

.home_blog_article_content h4 a:hover {
	color: #8D6942;
}

.home_blog_article_content {
	width: 25%;
	padding: 45px 40px 60px;
	float: left;
	border-right: 2px solid #dcdcdc;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	font-weight: 400;
	font-size: 12.5px;
	line-height: 18px
}

.homesection5 p {
	padding-bottom: 0
}

.home_blog_right .violet_bg h4 a {
	color: #fff;
	text-decoration: none
}

.home_blog_right .violet_bg h4 a:hover {
	color: #e4e4e4;
}

.footer_contact_bg {
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: #6D7587;
	color: #fff;
	font-size: 14px;
	letter-spacing: .3px
}

.footer_contact_section {
	display: block;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto
}

.footer_left {
	width: 460px;
	max-width: 458px;
	float: left;
	font-family: Helveticaneue, sans-serif;
	font-size: 18px;
	font-weight: 400
}

.heading {
	margin-top: 0;
	margin-bottom: 0
}

.footer_left h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .5px
}

.footer_left p {
	margin-bottom: 30px
}

.footer_left #responsive-form p {
	margin-bottom: 0px
}

.footer_left .wpcf7-form-control-wrap {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.footer_txt_box {
	height: 60px;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 10px 0 28px;
	border-style: none;
	border-radius: 30px;
	background-color: #55565d;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 60px
}

.footer_txt_box::-webkit-input-placeholder {
	color: #fff;
}

.footer_txt_box::-moz-placeholder {
	color: #fff;
}

.footer_txt_box:-ms-input-placeholder {
	color: #fff;
}

.footer_txt_box:-moz-placeholder {
	color: #fff;
}

.footer_submit_btn {
	display: inline-block;
	width: 100%;
	height: 60px;
	margin-top: 8px;
	padding: 0;
	border-radius: 30px;
	background-color: #00bff3;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 60px;
	font-weight: 700
}

.footer_submit_btn:hover,
.footer_submit_btn:focus {
	outline: none;
	background-color: #00a2ce
}

.footer_right {
	width: 400px;
	max-width: 400px;
	float: right;
	font-size: 18px;
	line-height: normal;
	font-weight: 600
}

.heading-2 {
	margin-top: 0;
	margin-bottom: 0
}

.footer_right h4 {
	margin-top: 0;
	margin-bottom: 13px;
	font-size: 28px;
	line-height: 28px
}

.ftr_link {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.ftr_link:hover {
	color: #D7DBE5;
}

.ftr_call_us_section {
	margin-bottom: 40px
}

.ftr_call_us_section a {
	color: #FFF;
	text-decoration: none;
}

.ftr_call_us_section ul li {
	display: block;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.ftr_call_us_section ul li i {
	color: #FFF;
	position: absolute;
	left: 0;
	top: 4px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: red !important;
}

.ftr_latest_blog_section {
	margin-bottom: 30px
}

.footer_right h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 23.5px;
	line-height: 1.2
}

.ftr_connect_us {
	margin-bottom: 40px
}

.ftr_connect_us .social_icons li {
	display: inline-block;
	padding-right: 35px;
}

.ftr_connect_us .social_icons li a {
	font-size: 40px;
	color: #FFF;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.ftr_connect_us .social_icons li a:hover {
	color: #D7DBE5
}

.blogs_subscribe_box p {
	margin-bottom: 20px
}

.signup_form {
	position: relative;
}

.signup_form .formError .formErrorContent {
	position: absolute;
	left: -300px;
	top: 45px;
	width: 160px;
	line-height: 20px;
}

.signup_form .wysija-input {
	height: 43px;
	max-width: 280px;
	min-width: 280px;
	margin-right: 10px;
	padding: 0 10px 0 25px;
	float: left;
	border-style: none;
	border-radius: 25px;
	background-color: #55565d;
	font-size: 14px;
	line-height: 50;
	font-weight: 400;
	color: #fff;
}

.signup_form .wysija-input::-webkit-input-placeholder {
	color: #fff;
}

.signup_form .wysija-input::-moz-placeholder {
	color: #fff;
}

.signup_form .wysija-input:-ms-input-placeholder {
	color: #fff;
}

.signup_form .wysija-input:-moz-placeholder {
	color: #fff;
}

.signup_form .wysija-submit {
	width: 107px;
	height: 43px;
	border-radius: 25px;
	background-color: #00bff3;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.signup_form .wysija-submit:hover,
.signup_form .wysija-submit:focus {
	outline: none;
	background-color: #00a2ce
}

.footer {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #aeaeae;
	font-size: 12px;
	text-align: center
}

.footer_logo {
	max-width: 300px;
	margin-bottom: 10px
}

.find_out_more_bg {
	text-align: center
}

.find_out_more_link {
	display: inline-block;
	height: 50px;
	padding-right: 70px;
	padding-left: 70px;
	border-radius: 25px;
	background-color: #2E4B7B;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.find_out_more_link:hover {
	background-color: #8D6942;
}

.inner_banner {
	height: 464px;
	background-image: url(images/content_banner.jpg);
	background-position: 50% 50%;
	background-size: cover
}

.inner_banner.team_banner {
	background-image: url(images/executive_team_banner.jpg);
	background-repeat: no-repeat
}

.inner_banner.contact_banner {
	background-image: url(images/contact_banner.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.inner_banner.partners_banner {
	background-image: url(images/partners_banner.jpg)
}

.inner_banner.blog_banner {
	background-image: url(images/blog_banner.jpg)
}

.inner_banner_title {
	padding-top: 250px;
	padding-left: 310px;
	color: #fff
}

.inner_banner_h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 47px;
	font-weight: 600
}

.content_page_bg {
	padding-top: 90px;
	padding-bottom: 90px
}

.content_page_bg.blog_detail_content_page {
	padding-bottom: 0;
}

.about_content_section {
	max-width: 1042px;
	margin: auto;
	padding-left: 0;
	color: #2a2c35;
	font-size: 18px;
	line-height: 24px;
	/*padding-left:310px;*/
}

body.page-id-173 .about_content_section {
	max-width: 525px;
}

.about_content_section_h3 {
	margin-top: 0;
	margin-bottom: 45px;
	font-family: Helveticaneue, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 50px;
}

body.page-id-99 .about_content_section_h3 {
	margin-bottom: 30px;
}

.about_content_section_p {
	margin-bottom: 55px
}

.about_content_section_h4 {
	margin-top: 0;
	margin-bottom: 18px
}

.content_list {
	margin-bottom: 70px;
	padding-left: 0
}

.content_list li {
	margin-bottom: 10px;
	padding-left: 40px;
	background-image: url(images/content_list.png);
	background-position: 20px 9px;
	background-repeat: no-repeat
}

.our_team_bg {
	padding-top: 45px;
	padding-bottom: 120px
}

.executive_team_member {
	/*width:411px;*/
	width: 270px;
	min-height: 340px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
	background-color: #2a2c35;
	color: #fff
}

.executive_team_member_content {
	min-height: 161px;
	padding: 38px 30px;
	background-color: #2E4B7B;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff
}

.first_team .executive_team_member_img img {
	width: 100%;
}

.first_team .executive_team_member {
	width: 48%;
}

@media (max-width: 767px) {
	.first_team .executive_team_member {
	width: 100%;
	}
}

.executive_team_member:hover .executive_team_member_content {
	background-color: #8D6942;
}

.executive_team_member_h4 {
	margin-top: 0;
	margin-bottom: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase
}

.executive_team_member_content_h6 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase
}

.executive_team_lover_her_txt {
	padding-top: 170px;
	padding-right: 50px;
	padding-left: 50px
}

.executive_team_member_h3 {
	font-size: 27px;
	line-height: 33px;
	font-weight: 600;
	text-transform: uppercase
}

.contact_section_bg {
	padding-top: 90px;
	padding-bottom: 140px
}

.contact_form_section {
	display: block;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto
}

.contact_form_section_h3 {
	margin-top: 0;
	margin-bottom: 50px;
	font-family: Helveticaneue, sans-serif;
	color: #373737;
	font-size: 28px;
	font-weight: 400;
	text-align: center
}

.contact_txt_box {
	height: 59px;
	margin-bottom: 12px;
	padding: 0 10px 0 28px;
	border-style: none;
	border-radius: 20px;
	background-color: #c8c9c9;
	color: #fff;
	font-size: 14.3px;
	line-height: 59px
}

.contact_txt_box::-webkit-input-placeholder {
	color: #fff;
}

.contact_txt_box::-moz-placeholder {
	color: #fff;
}

.contact_txt_box:-ms-input-placeholder {
	color: #fff;
}

.contact_txt_box:-moz-placeholder {
	color: #fff;
}

.contact_msg_box {
	max-height: 140px;
	min-height: 140px;
	margin-bottom: 20px;
	padding: 20px 10px 10px 28px;
	border-style: none;
	border-radius: 20px;
	background-color: #c8c9c9;
	color: #fff;
	font-size: 14.3px;
	line-height: 21px
}

.contact_msg_box::-webkit-input-placeholder {
	color: #fff;
}

.contact_msg_box::-moz-placeholder {
	color: #fff;
}

.contact_msg_box:-ms-input-placeholder {
	color: #fff;
}

.contact_msg_box:-moz-placeholder {
	color: #fff;
}

.contact_submit_btn {
	cursor: pointer;
	display: block;
	width: 450px;
	height: 51px;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-style: none;
	border-radius: 25px;
	background-color: #2bbff1;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff;
	font-size: 20px;
	line-height: 51px;
	font-weight: 700;
	text-align: center
}

.contact_submit_btn:hover {
	background-color: #0da3d6
}

.map_left_section {
	width: 50%;
	float: left
}

.location_address_section {
	width: 50%;
	min-height: 567px;
	padding-top: 180px;
	padding-right: 50px;
	padding-left: 80px;
	float: left;
	font-family: Helveticaneue, sans-serif;
	color: #2a2c35;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: left
}

.location_address_section_h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: .5px;
}

.location_address {
	margin-bottom: 30px;
	line-height: 24px
}

.location_call a {
	color: #2a2c35;
	text-decoration: none;
}

.location_call a:hover {
	color: #00bff3;
}

.location_email {
	margin-bottom: 45px
}

.white_link {
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
	color: #fff;
	text-decoration: none
}

.white_link:hover {
	color: #59a1b8
}

.full_width_social {
	width: 33.333%;
	padding-top: 60px;
	padding-bottom: 60px;
	float: left;
	border: 1px solid #f0efef;
	text-align: center
}

.full_width_social a {
	color: #2bbff1;
	font-size: 40px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.full_width_social a:hover {
	color: #2d525e;
}

.partners_logo_bg {
	padding-top: 80px;
	padding-bottom: 0
}

.partners_logo {
	margin-bottom: 100px;
	float: left
}

.faqs_section_bg {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #333
}

.faq_content_section {
	padding-right: 15px;
	padding-left: 15px;
	color: #6c6c6c;
	line-height: 24px;
	letter-spacing: .25px
}

.faq_content_section h4 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #2dbdf1;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600
}

.faq_content_section p {
	margin-bottom: 24px
}

.fixed_quote_btn {
	position: fixed;
	right: 80px;
	/*top:450px;*/
	bottom: 25px;
	z-index: 999;
}

.map_left_section {
	max-height: 567px;
}

/*.map_left_section iframe { opacity:1; pointer-events:none;  }*/
.faq_title {
	cursor: pointer;
}

.blog_box {
	/*width:331px;*/
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
	float: left;
	font-size: 16px;
	line-height: 26px;
	min-height: 400px;
}

.search-results .blog_box {
	margin-right: 23px;
    margin-bottom: 30px;
    margin-left: 23px;
}

.blog_box img {
	margin-bottom: 20px;
}

.blogbox_content {
	padding: 25px 0px;
	font-size: 14px;
	line-height: normal;
	color: #24262a;
	font-family: 'Open Sans', sans-serif
}

.blog_date {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #2E4B7B;
	/*text-transform:uppercase;*/
	line-height: normal
}

.blog_box h3 {
	min-height: 65px;
	margin-top: 0;
	margin-bottom: 0px;
	color: #575757;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0px;
}

.blog_box h3 a {
	color: #575757;
	text-decoration: none;
	text-transform: capitalize;
}

.blog_box h3 a:hover {
	color: #2E4B7B;
}

.blog_box p {
	min-height: 80px;
	margin-bottom: 10px
}

.location_list {
	margin-bottom: 20px;
}

.location_list li {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 330px;
	margin-right: 20px;
	/*height:217px;*/
	color: #FFF;
	position: relative;
	float: left;
}

.location_list li:last-child {
	margin-right: 0;
}

.location_list li {
	margin-bottom: 15px;
	margin-right: 10px;
	min-height: 370px;
	width: 337px;
}

.location_list li .trans_bg {
	background-color: rgba(48, 82, 94, 0.5);
	background: rgba(48, 82, 94, 0.5);
	display: inline-block;
	height: 100%;
	width: 100%;
}

.location_list li h3 {
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	left: 35px;
}

.location_list li.maryland_img {
	background-image: url(images/maryland.jpg);
}

.location_list li.florida_img {
	background-image: url(images/florida.jpg);
}

.location_list li.virginia_img {
	background-image: url(images/virginia.jpg);
}

.maryland_img,
.florida_img,
.virginia_img {
	height: 158px;
}

.blogdate {
	font-family: 'Open Sans', sans-serif;
	color: #25252b;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 2px
}

.inner_content h4 {
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: 400
}

.alignleft {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right
}

.blog_box_section {
	/*max-width:1120px;*/
	max-width: 1070px;
	margin: auto;
	padding: 70px 0px;
}

.paging {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding-top: 40px;
	font-weight: 600;
}

.paging ul li {
	display: inline-block;
	padding: 0;
	background-image: none;
	margin-left: -5px;
}

.paging ul li a {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #454545;
}

.paging ul li span {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #2E4B7B;
}

.paging ul li a:hover {
	background-color: #2E4B7B;
	color: #FFFFFF;
}

.paging ul li a.active {
	background-color: #2E4B7B;
	color: #FFFFFF;
}

.blog_follows a:hover {
	opacity: 0.8
}

.testimonial_page_section {
	padding: 80px 0px;
	max-width: 1020px;
	margin: auto;
	overflow: hidden;
}

.testimonial_border_div {
	border: 2px solid #ededed;
	border-radius: 3px;
	width: 100%;
	display: inline-block;
	padding: 30px 30px;
	margin-bottom: 0;
	overflow: hidden;
}

.testimonial_left_img {
	float: left;
	margin-right: 50px;
}

.testimonial_right_content {
	font-size: 14px;
	color: #5e5d5d;
	line-height: 25px;
	max-width: 560px;
	float: left;
}

.testimonial_right_content h4 {
	font-size: 20px;
	color: #31b7e7;
	font-weight: 700;
	margin-bottom: 35px;
}

.testimonial_right_content h4 span {
	font-weight: 300;
	font-style: italic;
}

.services_title_section {
	/*max-width:580px;*/
	max-width: 1026px;
	margin: auto;
	font-size: 16px;
	color: #2a2c35;
	line-height: 24px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 80px;
}

.services_title_section h3 {
	/*font-size:26px;*/
	color: #2a2c35;
	/*font-family: 'Helveticaneue';*/
	margin-bottom: 25px;
	font-weight: 400;
}

.services_box_section {
	padding-bottom: 120px;
	text-align: center;
}

.services_box_section .our_services_customers_box {
	width: 178px;
	height: 170px;
	margin: 5px;
}

.services_box_section .our_services_customers_box h5 {
	font-size: 24px;
}

#formpopup {
	display: none;
}

.fancybox-caption-wrap {
	display: none;
}

.meetteamcnt_left {
	float: left;
	width: 50%;
}

.meetteamcnt_right {
	float: right;
	width: 50%;
}

.meetteamcnt_right h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.formpopup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 29, 41, .9)
}

.popup_form {
	width: 400px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.5px
}

.heading-2 {
	text-align: center
}

#formpopup {
	display: none;
	opacity: 0;
	transform: translateY(-50px);
	transition: all .3s;
}

.fancybox-slide--complete #formpopup {
	opacity: 1;
	transform: translateY(0);
}

.fancybox-close-small {
	position: absolute;
	margin: auto;
	right: 0;
	top: 30px;
}

.fancybox-close-small:after {
	content: '';
	background-image: url(images/close.png);
	text-transform: uppercase;
	width: 24px;
	height: 24px;
	right: 2px;
	outline: none;
}

.fancybox-slide>* {
	margin: 0
}

.fancybox-close-small:hover:after {
	background-image: url(images/close.png);
	color: #00bff3;
}

.fancybox-close-small:hover::after {
	background-image: url(images/close.png);
}

.popup_form h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 30px
}

.popup_form h4 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px
}

.popup_form .wpcf7-form-control-wrap {
	margin-bottom: 14px;
	display: inline-block;
}

.popup_txtbox {
	height: 45px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
}

.popup_txtbox:focus {
	outline: none !important;
}

.wpcf7-text:focus {
	outline: none !important;
}

/*.popup_submit{width:100%;padding-top:14px;padding-bottom:14px;background-color:#81e2a5;-webkit-transition:background-color 300ms ease;transition:background-color 300ms ease;color:#000;font-size:18px}
.popup_submit:hover{background-color:#6ed193}*/
.ftr_submit {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
	background-color: #00bff3;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase
}

.ftr_submit:hover {
	background-color: #00a2ce
}

.meetteam_cnt {
	max-width: 933px;
	margin: auto;
	display: none;
	padding: 30px 40px;
}

.ouragency_img {
	float: left;
	margin: 0 40px 30px 0;
}

.meetteam_cnt .fancybox-close-small:after {
	color: #2a2c35;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	top: 2px;
}

.ouragency_des {
	margin-bottom: 0px;
}

.ouragency_des a {
	color: #8D6942;
}

.community_cnt_img {
	margin: auto;
	width: 880px;
}

.community_cnt_img img {
	margin: 0 !important;
}

.comm_logo_div {
	width: 235px;
	height: 235px;
}

.display_table {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.display_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.center_img_div {
	position: relative;
}

img.center_img_logo {
	position: absolute;
	top: 15px;
	right: 20px;
}

.left_top_logo {
	background-color: #31b7e7;
	text-align: center;
}

.left_top_logo:hover {
	background-color: #31ade0;
	webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.left_top_logo:hover .community_cnt_img img {
	opacity: 0.8;
}

.left_bottom_logo {
	background-color: #30525e;
	text-align: center;
}

.left_bottom_logo:hover {
	background-color: #305849;
	webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.left_bottom_logo:hover .community_cnt_img img {
	opacity: 0.8;
}

.right_top_logo {
	background-color: #30525e;
	text-align: center;
}

.right_top_logo:hover {
	background-color: #305849;
	webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.right_top_logo:hover .community_cnt_img img {
	opacity: 0.8;
}

.community_cnt_img img {
	display: block;
	margin: auto !important;
}

.right_bottom_logo {
	background-color: #31b7e7;
	text-align: center;
}

.right_bottom_logo:hover {
	background-color: #31ade0;
	webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.right_bottom_logo:hover .community_cnt_img img {
	opacity: 0.8;
}

.center_img_div a img.center_img_logo:hover {
	opacity: 0.8;
}

.left_img_div {
	float: left;
}

.center_img_div {
	float: left;
	width: 404px;
}

.right_img_div {
	float: left;
}

.location_details {
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	max-width: 400px;
	color: #000;
	text-align: left;
	min-height: 125px;
}

.location_details h6 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.location_details p {
	margin-bottom: 0;
}

/*.location_details:last-child{ border:none;}*/
.about_content_section a,
.services_title_section a {
	color: #8D6942;
	text-decoration: none;
}

.about_content_section a:hover,
.services_title_section a:hover {
	color: #81603c;
}

.whoweserve_cnt {
	margin-bottom: 50px;
}

.dwnload_section {
	float: left;
	width: 31.5%;
	margin-right: 25px;
}

.dwnload_section:last-child {
	margin-right: 0;
	text-align: left;
}

.dwnload_section img {
	margin-bottom: 10px;
	width: 100%;
}

.blog_date {
	margin-bottom: 10px;
}

.dwnload_section h2 {
	background-color: transparent;
	font-size: 15px;
	margin-bottom: 15px;
	color: #000;
	line-height: 17px;
	margin: 0;
}

.dwnload_section a.w-button {
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 15px;
	color: #31b7e7;
	padding: 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.dwnload_section a.whitepaper_link {
	text-decoration: underline;
}

.dwnload_section h2:hover {
	color: #31b7e7;
}

.whitepaper_outer_div {
	padding: 60px 0 120px 0;
	margin: auto;
	max-width: 1042px;
}

#PdfReport {
	display: none;
	background-color: transparent;
	color: #FFF;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 450px;
}

#PdfReport h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

#PdfReport .pop_name,
#PdfReport .bluepopup_up {
	background-color: transparent;
	color: #000;
	width: 100%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	margin-bottom: 10px;
	line-height: 40px;
	min-height: 40px;
	padding-left: 15px;
	display: block;
	border: 1px solid #FFF;
	color: #FFF;
	opacity: 1;
	outline: none;
}

#PdfReport .red_btn {
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	background-color: #00cff0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	line-height: 35px;
	width: 100%;
	margin-top: 10px;
	webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	font-weight: bold;
	letter-spacing: 1px !important;
	border: none;
	outline: none;
}

#PdfReport .red_btn:hover {
	background-color: #00a2ce;
}

.thankyou_cnt {
	margin-bottom: 20px;
}

.thankyou_cnt h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.thankyou_cnt p {
	margin-bottom: 25px;
}

.thankyou_cnt a.blue_link {
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.blog_subscribe_section h2 {
	font-weight: 600;
	font-size: 28px;
}

.blog_subscribe_section .es_lablebox {
	display: none;
}

.blog_subscribe_section .es_textbox {
	float: left;
}

.blog_subscribe_section .es_textbox_class {
	height: 43px;
	max-width: 280px;
	min-width: 280px;
	margin-right: 10px;
	padding: 0 10px 0 25px;
	float: left;
	border-style: none;
	border-radius: 25px;
	background-color: #dfdfe0;
	font-size: 14px;
	line-height: 50;
	font-weight: 400;
	color: #2a2c35;
}

.blog_subscribe_section .es_textbox_class::-webkit-input-placeholder {
	color: #2a2c35;
}

.blog_subscribe_section .es_textbox_class::-moz-placeholder {
	color: #2a2c35;
}

.blog_subscribe_section .es_textbox_class:-ms-input-placeholder {
	color: #2a2c35;
}

.blog_subscribe_section .es_textbox_class:-moz-placeholder {
	color: #2a2c35;
}

.blog_subscribe_section .es_button {
	float: left;
	padding-top: 0px;
}

.blog_subscribe_section .es_submit_button {
	width: 107px;
	height: 43px;
	border-radius: 25px;
	background-color: #00bff3;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

.blog_subscribe_section .es_submit_button:hover,
.blog_subscribe_section .es_submit_button:focus {
	outline: none;
	background-color: #00a2ce
}

.blog_detail_page .authr_txt {
	margin-bottom: 10px;
}

.blog_detail_page .authr_txt a {
	color: #55565d
}

.blog_detail_page .authr_txt a:hover {
	color: #31b7e7
}

.blog_box p.authr_txt {
	min-height: inherit;
}

.blog_box p.authr_txt a {
	color: #31b7e7;
	text-decoration: none;
}

.technology_box {
	border: 1px solid #d7d7e1;
	width: 31%;
	float: left;
	padding: 45px 35px;
	text-align: center;
	font-size: 17px;
	color: #2a2c35;
	margin: 0px 7px;
}

.technology_box h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 0px;
}

.technology_box p {
	margin-bottom: 40px;
	min-height: 100px;
}

.technology_box p.no_space {
	margin-bottom: 0px;
	min-height: inherit;
}

.technology_box .icon_box {
	margin-bottom: 0;
}

.technology_box .icon_box {
	min-height: 185px;
}

.technology_box .blue_link {
	padding-left: 45px;
	padding-right: 45px;
}

.our_services_customers_box_bg .our_services_customers_box {
	float: left;
	margin-left: 0px;
	width: 340px;
	height: 323px;
}

.services_section .our_services_customers_box {
	display: inline-block;
	float: none;
	vertical-align: top
}

.services_section .our_services_customers_box {
	height: 230px;
	margin: 0 9px 17px 9px;
	border: 2px solid #dbdbdb;
	background-color: #FFF;
}

/*.services_section .our_services_customers_box:hover {
	border: 2px solid #2E4B7B;
}*/

body.page-id-126 .services_box_section .our_services_customers_box {
	height: 230px;
	width: 340px;
	margin: 0 9px 17px 9px;
}

.our_services_customers_box h5 {
	top: 42%;
}

.blogbox_content .date_author_txt {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.blogbox_content .authr_txt {
	float: left;
	color: #2E4B7B;
	font-weight: 700;
	font-size: 11px;
}

.blogbox_content .authr_txt a {
	color: #2E4B7B;
	text-decoration: none;
	text-transform: capitalize;
}

.blogbox_content .blog_date {
	float: left;
	color: #2E4B7B;
	font-weight: 700;
	font-size: 11px;
	border-left: 1px solid #2E4B7B;
	padding-left: 7px;
	margin-left: 7px;
	margin-bottom: 0px;
}

.blog_box_section .blog_box img {
	margin-bottom: 0px;
}

.map_address_bg {
	margin-top: 10px;
}

.faq_bgg {
	margin-top: 120px;
}

.faq_bgg>h4 {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 35px;
}

.whitepaper_page_section .dwnload_section {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}

.whitepaper_page_section .dwnload_section:last-child {
	margin-bottom: 0px;
	border: none;
}

.whitepaper_page_section .dwnload_section .whitepaper_img {
	float: left;
	margin-right: 40px;
}

.whitepaper_page_section .dwnload_section .whitepaper_cnt {
	float: left;
	width: 60%;
	color: #353535;
	font-size: 16px;
	line-height: 24px;
}

.whitepaper_page_section .dwnload_section .whitepaper_cnt .whitepaper_date {
	font-size: 13px;
	color: #31b7e7;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 5px;
}

.whitepaper_page_section .dwnload_section .whitepaper_cnt p {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.whitepaper_page_section .dwnload_section .whitepaper_cnt .whitepaper_link {
	color: #31b7e7;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.whitepaper_page_section .dwnload_section .whitepaper_cnt a h2 {
	font-size: 30px;
	font-weight: 700;
	color: #2b2b2b;
	line-height: normal;
	margin-bottom: 25px;
}

.dwnload_section img.casestudy_img {
	float: left;
	width: 373px;
	height: 300px;
	margin-right: 40px;
}

.whitepaper_date {
	font-size: 13px;
	font-weight: 600;
	color: #31b7e7;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

.dwnload_section p {
	margin-bottom: 15px;
}

.whitepaper_page_section h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.whitepaper_page_section h4 {
	font-size: 13px;
	color: #aeaeae;
	font-weight: normal;
}

.newsresult {
	border-bottom: 4px solid #ebebeb;
	color: #6e6e6e;
	font-size: 15px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.newsresult a {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.smallattribution {
	display: block;
	color: #c49e6e;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.downloading_txtbox {
	background-color: #eae8ea;
	color: #000;
	width: 320px;
	border: none;
	margin-bottom: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.downloadnow_btn {
	background-color: #28c0f0;
	color: #FFF;
	text-transform: capitalize;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width: 320px;
}

.downloadnow_btn:hover {
	background-color: #00a2ce;
}

.downloadnow_btn:focus {
	outline: none;
}

.whitepaper_page_section {
	margin-bottom: 30px;
}

div.wpcf7-response-output {
	text-align: center;
}

div.wpcf7-validation-errors {
	display: none;
}

.downloading_form p {
	margin-bottom: 0;
}

.select_box h5 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}

.select_box {
	height: 70px;
	display: inline-block;
	width: 315px;
	padding-left: 5px;
	margin: auto;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(images/drp_dwn.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 26px;
	float: none !important;
}

.select_box select.drp_dwn {
	background: transparent;
	border: 1px solid #28c0f0;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_box select.drp_dwn:focus {
	outline: none;
}

/* BOF 07-november-2017 style */
.services_section .our_services_customers_box_bg {
	max-width: 730px;
	margin: auto;
	text-align: center;
}

.services_section h5 {
	color: #2E4B7B;
	bottom: 60px;
}

.services_section h5 a {
	color: #979797;
}

.services_section .hover_blue {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	margin-top: 25px;
}

.services_section .hover_blue:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: greyacale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.services_section .our_services_customers_box_bg {
	max-width: 1080px;
	margin: auto;
	margin-bottom: 70px;
}

.services_section .our_services_customers_box:hover .hover_blue {
	-webkit-filter: grayscale(0%);
	-moz-filter: greyacale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.services_section .our_services_customers_box_hover {
	display: none;
}

.services_section .our_services_customers_box {
	text-align: center;
}

.executive_team_section h3 {
	color: #2a2c35;
	font-family: 'Helveticaneue';
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	text-transform: capitalize;
	margin-left: 16px;
}

.executive_team_section h3.team_head {
	margin-top: 140px;
}

.first_team {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

/* EOF 07-november-2017 style */
body.page-id-126 .our_services_customers_box_hover {
	display: none;
}

/* BOF testimonial slider */
.testimonial_slider ul.slick-dots {
	margin: auto;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
}

.testimonial_slider ul.slick-dots li {
	display: inline-block;
	background-color: transparent;
}

.testimonial_slider ul.slick-dots li button {
	background-color: #497989;
	height: 14px;
	width: 14px;
	margin: 0 5px;
	font-size: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.testimonial_slider ul.slick-dots li button:hover,
.testimonial_slider ul.slick-dots li.slick-active button {
	background-color: #42b7e6;
}

.testimonial_slider .slick-arrow {
	top: 50%;
}

.testimonial_slider .slick-next {
	background-image: url(images/next_arrow.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 32px;
	font-size: 0px;
	position: absolute;
	z-index: 999;
	border: none;
	background-color: transparent;
	right: -150px;
	cursor: pointer;
}

.testimonial_slider .slick-prev {
	background-image: url(images/prev_arrow.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 32px;
	font-size: 0px;
	position: absolute;
	z-index: 999;
	left: -150px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/* EOF testimonial slider */
.contact_cnt_section {
	max-width: 1040px;
	margin: auto;
	padding: 100px 0 70px 0;
	color: #8f8f8f;
}

.two_column_cnt_section {
	max-width: 1040px;
	margin: auto;
	padding: 100px 0 70px 0;
}

.contact_address_section {
	float: left;
	width: 40%;
	padding-right: 150px;
}

.left_column_section {
	float: left;
	width: 50%;
	padding-right: 50px;
	max-width: 100%;
}

.conatct_form {
	float: left;
	width: 60%;
}

.contact_address_section h4,
.conatct_form h4 {
	font-size: 13px;
	color: #474646;
	font-weight: 400;
	font-family: 'Helveticaneue', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.contact_address_section h5 {
	color: #2E4B7B;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Helveticaneue', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.contact_adrs {
	/*background-image: url(images/home_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	padding-left: 40px;*/
	margin-bottom: 5px;
}

.cnt_phone {
	background-image: url(images/mob_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	padding-left: 40px;
}

.cnt_fax {
	background-image: url(images/mob_icon_2.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	padding-left: 40px;
}

.cnt_mail {
	background-image: url(images/mail_icon.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	padding-left: 40px;
}

.cnt_mail:last-child {
	margin-bottom: 0;
}

.contact_address_section a {
	text-decoration: none;
	color: #8D6942;
}

.contact_call a {
	margin-bottom: 25px;
	display: inline-block;
}

.contact_address {
	border-bottom: 1px solid #acacac;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.contact_address_section p {
	margin-bottom: 30px;
}

.conatct_form .contact_txt_box {
	background-color: #f7f7f7;
	color: #ababab;
	border: 1px solid #f3f3f3;
	padding: 7px 0 7px 19px;
	min-height: 53px;
	line-height: 53px;
	width: 48.4%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 20px 20px 0;
}

/* .conatct_form .wpcf7-form-control-wrap { display:inline-block; vertical-align:top; margin: 0 20px 20px 0; width: 48%; }
.conatct_form .wpcf7-form-control-wrap.Message { width:100%; margin-bottom:20px; margin-right:0px; }
.conatct_form .wpcf7-form-control-wrap.LastName { margin-right:0px; }
.conatct_form .wpcf7-form-control-wrap.Email { margin-left: 0px; }
.conatct_form .wpcf7-form-control-wrap.Phone { margin-right:0px; }
.conatct_form .contact_txt_box{ width:100%; margin:0px;} */


.conatct_form .contact_txt_box::-webkit-input-placeholder {
	color: #ababab;
}

.conatct_form .contact_txt_box::-moz-placeholder {
	color: #ababab;
}

.conatct_form .contact_txt_box:-ms-input-placeholder {
	color: #ababab;
}

.conatct_form .contact_txt_box:-moz-placeholder {
	color: #ababab;
}

.conatct_form .contact_msg_box {
	background-color: #f7f7f7;
	color: #ababab;
	margin-bottom: 0px;
	border: 1px solid #f3f3f3;
	padding: 7px 0 7px 19px;
	min-height: 225px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
}

.conatct_form .contact_msg_box::-webkit-input-placeholder {
	color: #ababab;
}

.conatct_form .contact_msg_box::-moz-placeholder {
	color: #ababab;
}

.conatct_form .contact_msg_box:-ms-input-placeholder {
	color: #ababab;
}

.conatct_form .contact_msg_box:-moz-placeholder {
	color: #ababab;
}

.conatct_form .contact_submit_btn {
	margin-left: inherit;
	margin-right: inherit;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Helveticaneue', sans-serif;
	padding: 0 75px;
	text-transform: uppercase;
	height: inherit;
	min-height: inherit;
	width: inherit;
	max-width: inherit;
}

.contact_address:last-child {
	margin-bottom: 0;
}

.place_order_form {
	padding: 30px 0;
	max-width: 730px;
}

.place_order_form h4 {
	font-family: 'Helveticaneue', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #474646;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.place_order_form .txt_box {
	background-color: #f7f7f7;
	color: #ababab;
	border: 1px solid #f3f3f3;
	padding: 7px 0 7px 19px;
	min-height: 53px;
	line-height: 53px;
	width: 48.5%;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 20px 20px 0;
}

.place_order_form .txt_box::-webkit-input-placeholder {
	color: #ababab;
}

.place_order_form .txt_box::-moz-placeholder {
	color: #ababab;
}

.place_order_form .txt_box:-ms-input-placeholder {
	color: #ababab;
}

.place_order_form .txt_box:-moz-placeholder {
	color: #ababab;
}

.place_order_form span.Fname .txt_box {
	margin-left: 0;
}

.place_order_form span.Lname .txt_box {
	margin-right: 0;
}

.place_order_form span.Email .txt_box {
	margin-left: 0;
}

.place_order_form span.Phone .txt_box {
	margin-right: 0;
}

.place_order_form span.Settlement .txt_box {
	margin-left: 0;
}

.place_order_form span.Transaction .txt_box {
	margin-right: 0;
}

.place_order_form span.Property .txt_box {
	margin-left: 0;
}

.place_order_form span.ClosingDate .txt_box {
	margin-right: 0;
}

.place_order_form .txt_area {
	background-color: #f7f7f7;
	color: #ababab;
	border: 1px solid #f3f3f3;
	padding: 7px 0 7px 19px;
	min-height: 225px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
	margin-bottom: 30px;
}

.place_order_form .txt_area:focus {
	outline: none;
}

.place_order_form .txt_area::-webkit-input-placeholder {
	color: #ababab;
}

.place_order_form .txt_area::-moz-placeholder {
	color: #ababab;
}

.place_order_form .txt_area:-ms-input-placeholder {
	color: #ababab;
}

.place_order_form .txt_area:-moz-placeholder {
	color: #ababab;
}

.place_order_form .submit_btn {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Helveticaneue', sans-serif;
	padding: 20px 75px;
	text-transform: capitalize;
	background-color: #31b7e7;
	color: #FFF;
	outline: none;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}

.place_order_form .submit_btn:hover {
	background-color: #0da3d6;
}

.place_order_form span.ClosingDate {
	background-color: #f7f7f7;
	display: inline-block;
	padding: 22px 15px;
	width: 48.5%;
}

.place_order_form .wpcf7-date {
	width: 100%;
	background-color: transparent;
	border: none;
}

.place_order_form .wpcf7-date:focus {
	outline: none;
}

.place_order_form span.upload_file {
	display: block;
}

.place_order_form .hasDatepicker::-webkit-input-placeholder {
	color: #ababab;
}

.place_order_form .hasDatepicker::-moz-placeholder {
	color: #ababab;
}

.place_order_form .hasDatepicker:-ms-input-placeholder {
	color: #ababab;
}

.place_order_form .hasDatepicker:-moz-placeholder {
	color: #ababab;
}

.place_order_form span.upload_file {
	color: #383838;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 12px;
	margin-top: 20px;
}

.place_order_form .file_btn {
	outline: none;
	background-color: transparent;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
}

.place_order_form span.Upload {
	margin-bottom: 35px;
	display: block;
}

.communitybox_outer_div {
	text-align: center;
	max-width: 900px;
	margin: auto;
	margin-bottom: 50px;
}

.community_cnt_box {
	border: 1px solid #b2b2b2;
	padding: 40px 25px;
	text-align: center;
	margin-right: 17px;
	float: left;
	width: 284px;
	min-height: 360px;
}

.community_cnt_box.last {
	margin-right: 0;
}

.community_cnt_box p {
	margin-bottom: 0;
}

.community_cnt_box h2 {
	font-size: 100px;
	color: #31b7e7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 80px;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

body.page-id-1096 .news_box_section .blog_date {
	border: none;
	margin-left: 0;
	padding-left: 0;
}

body.page-id-1096 .news_box_section .blog_box h3 {
	margin-bottom: 10px;
}

body.page-id-126 .services_section {
	background-color: #FFF !important;
}

.blogs_subscribe_box {
	background-image: url(images/blog_form_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

.blogs_subscribe_box_trans_bg {
	background-color: rgba(31, 65, 74, 0.7);
	background: rgba(31, 65, 74, 0.7);
	padding: 105px 0;
}

.blog_sub_form {
	max-width: 1070px;
	margin: auto;
}

.blog_sub_form h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 80px;
}


.blog_sub_form .signup_form p.wysija-paragraph {
	display: inline-block;
	vertical-align: top;
}

.blog_sub_form .signup_form {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-align: center;
}

.blog_sub_form .signup_form .formError .formErrorContent {
	position: absolute;
	left: -300px;
	top: 45px;
	width: 160px;
	line-height: 20px;
}

.blog_sub_form .signup_form .wysija-input {
	height: 48px;
	max-width: 280px;
	font-style: italic;
	min-width: 280px;
	margin-right: 10px;
	padding: 0 10px 0 25px;
	display: inline-block;
	border-style: none;
	border-radius: 3px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 50;
	font-weight: 300;
	color: #8f8f8f;
}

/*.blog_sub_form .signup_form #form-validation-field-0{width:565px; min-width:565px; max-width:565px; }*/
.blog_sub_form .signup_form .wysija-input::-webkit-input-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.blog_sub_form .signup_form .wysija-input::-moz-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.blog_sub_form .signup_form .wysija-input:-ms-input-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.blog_sub_form .signup_form .wysija-input:-moz-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.blog_sub_form .signup_form .wysija-submit {
	display: inline-block !important;
	vertical-align: top;
	margin-top: 0px !important;
	width: inherit;
	height: inherit;
	border-radius: 25px;
	background-color: #00bff3;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	font-size: 12px;
	border: none;
	cursor: pointer;
	background-image: url(images/sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 84% 20px;
	padding: 15px 65px 15px 35px;
	font-size: 14px;
}

.blog_sub_form .signup_form .wysija-submit:hover,
.signup_form .wysija-submit:focus {
	outline: none;
	background-color: #00a2ce
}

.footer_contact_bg .blogs_subscribe_box {
	background-image: none;
	text-align: left;
}

.emp_form .form_field {
	margin: 0 30px 25px 0;
	float: left;
	width: 380px;
}

.emp_form .form_field.second {
	margin-right: 0;
}

.emp_form .form_field.fourth {
	margin-right: 0;
}

.emp_form .form_field .txt_box {
	width: 100%;
	border: none;
	background-color: #f7f7f7;
	color: #ababab;
	border: 1px solid #f3f3f3;
	padding: 20px 0 20px 20px;
}

.emp_form .form_field .txt_box::-webkit-input-placeholder {
	color: #ababab;
}

.emp_form .form_field .txt_box::-moz-placeholder {
	color: #ababab;
}

.emp_form .form_field .txt_box:-ms-input-placeholder {
	color: #ababab;
}

.emp_form .form_field .txt_box:-moz-placeholder {
	color: #ababab;
}

.emp_form .textarea_field .txt_area {
	width: 100%;
	border: none;
	background-color: #f7f7f7;
	color: #ababab;
	border: 1px solid #f3f3f3;
	padding: 20px 0 20px 20px;
	min-height: 225px;
	resize: none;
	margin-bottom: 15px;
}

.emp_form .upload_field {
	margin-bottom: 20px;
}

.emp_form .submit_btn {
	background-color: #31b7e7;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	width: inherit;
	height: inherit;
	padding: 12px 70px;
	border: none;
	outline: none;
	border-radius: 25px;
	height: inherit;
	width: inherit;
}

.emp_form .submit_btn:hover {
	background-color: #00a2ce;
}

.emp_form .upload_field span {
	display: block;
	margin-bottom: 3px;
}

body.page-id-126 .services_box_section .our_services_customers_box {
	height: 170px;
	width: 225px;
}

body.page-id-126 .services_box_section .our_services_customers_box h5 {
	bottom: 35px;
}

body.page-id-126 .services_section .hover_blue {
	margin-top: 20px;
}

.rspv_content_bg {
	padding-top: 0px;
}

.rspv_content_bg .event_left {
	font-size: 14px;
	line-height: 20px;
	width: 38%;
	float: left;
}

.rspv_content_bg .event_left p {
	margin-bottom: 20px;
}

.rspv_content_bg .event_left .event_info_box {
	margin-bottom: 25px;
	display: inline-block;
}

.rspv_content_bg .event_left h4 {
	color: #474646;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}

.rspv_content_bg .event_left h5 {
	color: #2ebacb;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}

.rspv_content_bg .event_left .event_calender {
	background-image: url(images/event_calender_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 34px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}

.rspv_content_bg .event_left .event_address {
	background-image: url(images/event_map_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 34px;
	font-weight: 300;
	line-height: 24px;
}

.rspv_content_bg .event_left .event_address b {
	font-weight: 600;
}

.rspv_content_bg .event_right {
	margin-left: 40px;
	font-size: 14px;
	line-height: 20px;
	width: 58%;
	float: left;
}

.rspv_content_bg .event_right .rspv_submit {
	background-color: #18b7e9;
	font-weight: 600;
	padding: 25px 68px;
	line-height: normal;
	margin-top: 25px;
	display: inline-block;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.rspv_content_bg .event_right .rspv_submit:hover,
.rspv_content_bg .event_right .rspv_submit:focus {
	background-color: #0da3d6;
}

.blog_detail_page ol {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.blog_detail_page ol li {
	margin-bottom: 13px;
}

.blog_detail_page ul {
	margin-bottom: 30px;
	margin-left: 15px;
	list-style: inherit;
}

.blog_detail_page ul li {
	margin-bottom: 13px;
	padding-left: 18px;
	/*background-image: url(images/content_list.png);
	background-position: left 8px;
	background-repeat: no-repeat*/
}

.sub_title {
	margin-bottom: 10px;
}

.view_allservices {
	background-color: #2E4B7B;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	padding-top: 57px;
	padding-left: 10px;
	padding-right: 10px;
}

.view_allservices:hover {
	background-color: #8D6942;
}

.questions_box {
	background-color: #00bff3;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	padding-top: 62px;
	padding-left: 10px;
	padding-right: 10px;
}

.questions_box a {
	color: #FFFFFF;
	text-decoration: none
}

.questions_txt1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* BOF sharpspring styles */
body.sharpspring_form {
	background-color: transparent !important
}

fieldset li label {
	display: none !important
}

fieldset li label.error {
	display: inline-block !important
}

fieldset ul li input[type=text],
input[type=password],
textarea {
	height: 59px;
	!important;
	margin-bottom: 12px !important;
	padding: 0 10px 0 28px !important;
	border-style: none !important;
	border-radius: 0 !important;
	background-color: #f7f7f7 !important;
	color: #fff !important;
	font-size: 14.3px !important;
	line-height: 59px !important;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif !important;
}

fieldset ul li textarea {
	min-height: 140px !important;
	max-height: 140px !important
}

fieldset ul li input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF;
}

fieldset ul li input[type=text]::-moz-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF;
}

fieldset ul li input[type=text]:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF;
}

fieldset ul li input[type=text]:-moz-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFF;
}

fieldset #submit_button {
	font-family: 'Open Sans', sans-serif !important;
	cursor: pointer !important;
	display: block !important;
	width: 450px !important;
	height: 51px !important;
	max-width: 450px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
	border-style: none !important;
	border-radius: 25px !important;
	background-color: #2bbff1 !important;
	-webkit-transition: background-color 300ms ease !important;
	transition: background-color 300ms ease !important;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 51px !important;
	font-weight: 700 !important;
	text-align: center !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

fieldset #submit_button:hover {
	background-color: #0da3d6 !important;
}

fieldset ul li input[type=text]:focus {
	background-image: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

fieldset ul li textarea:focus {
	background-image: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

/* EOF sharpspring styles */

/* .place_order_form .wpcf7-form-control-wrap{ float:left; margin-right:16px; width:47%; display:block; margin-bottom:10px;}
.place_order_form span.ClosingDate{width: 47%;}
.place_order_form .txt_box { width: 100%; margin-bottom:0l}
.place_order_form span.upload_file {clear: both;}
.place_order_form .wpcf7-form-control-wrap.Upload {float: none; margin-right: 0;  width: 100%;}
.place_order_form .wpcf7-form-control-wrap.Comments {float: none; margin-right: 0;  width: 96%;}
.place_order_form span.wpcf7-not-valid-tip{position: absolute;left: 0;bottom: -6px;font-size: 12px;}
.place_order_form .wpcf7-form-control-wrap.ClosingDate span.wpcf7-not-valid-tip{bottom: -26px;} */
fieldset li label.error {
	top: 2px !important;
	right: 10px !important;
	left: inherit !important;
}

.default-btn {
	width: 100%;
	max-width: 455px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #00bff3;
	color: #FFF !important;
	font-size: 20px;
	font-weight: bold;
	padding: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.default-btn:hover {
	background: #0da3d6;
}

.conatct_form .wpcf7-form-control-wrap.Company {
	width: 100% !important;
}

@media screen and (min-width: 1700px) {
	.w-container {
		max-width: 1700px
	}

	.home_banner_content {
		max-width: 1200px;
		margin: auto;
		margin-top: 170px;
	}

	.testimonials_section {
		max-width: 1400px;
		margin: auto;
		margin-bottom: 45px
	}

	.our_number_section {
		max-width: 1200px;
		margin: auto;
	}

	.your_team_content_section {
		max-width: 1600px;
		margin: auto;
	}

	.header_bg.sticky_header1 .header_section {
		padding: 15px 90px;
	}

	.fixed_quote_btn {
		right: 120px;
	}

	.executive_team_section {
		/* max-width:1265px;*/
		max-width: 850px;
		margin: auto;
	}

	.faq_content_section {
		margin-left: 295px;
		max-width: 995px;
		margin-right: auto;
	}

	.partners_logo_section {
		max-width: 1120px;
		margin: auto;
	}

	.services_box_section {
		max-width: 1078px;
		margin: auto;
	}

	body.page-id-101 .services_box_section {
		max-width: 1200px;
		margin: auto;
	}

	body.page-id-101 .services_box_section .our_services_customers_box {
		height: 210px;
		width: 220px;
	}

	body.page-id-101 .our_services_customers_box_hover {
		height: 85%;
		width: 85%;
	}

	.map_address_bg {
		max-height: 567px;
		float: left;
		width: 100%;
	}

	.recentposts_bg h3 {
		margin-bottom: 25px;
	}

	.services_title_section {
		max-width: 1078px;
	}

	body.page-id-126 .services_box_section {
		max-width: 1110px;
		text-align: left;
	}

	.dwnload_section h2 {
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 34px;
	}

	.whitepaper_page_section h1 {
		font-size: 30px;
	}

	.partners_logo {
		width: 20%;
	}

	.services_section .our_services_customers_box_bg {
		max-width: 1096px;
	}

	.services_section .our_service_customers_section {
		padding-bottom: 20px;
	}

	.services_section .blue_link {
		margin-top: 30px;
	}

	.contact_cnt_section {
		max-width: 1400px;
		margin: auto;
		padding: 100px 0;
	}

	.place_order_form {
		max-width: 800px;
	}

	.services_section h5 {
		bottom: 41px;
		top: inherit;
	}

	.services_section .hover_blue {
		margin-top: 55px;
	}

	.services_section .our_services_customers_box {
		height: 214px;
		width: 256px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box {
		height: 214px;
		width: 256px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		bottom: 65px;
	}

	.view_allservices {
		padding-top: 70px;
	}

	.questions_box {
		padding-top: 74px;
	}
}

/* Mobile menu */
@media (max-width: 1199px) {
	html {
		-webkit-text-size-adjust: 100%;
	}

	.nav-container {
		text-align: center;
		color: #FFFFFF;
	}

	.nav-container .ftr_logo {
		display: block;
		margin: 20px auto 0;
		float: none;
	}

	.nav-container .follows {
		float: none;
	}

	.nav-container .follows a {
		color: #fff;
	}

	#menu {
		padding: 0
	}

	.menu_outer {
		float: none;
		padding-top: 0;
	}

	.menu li {
		list-style: none;
	}

	#menu li {
		display: block;
		padding: 0
	}

	#menu li {
		padding: 0
	}

	.menu_outer_mobile {
		display: block;
	}

	#menu li a:before {
		display: none
	}

	.nav-main .nav-container ul {
		padding: 0;
		margin: 0px;
		text-align: center;
	}

	.nav-main .nav-container ul li li {
		border-bottom: none;
	}

	.nav-main .nav-container ul li a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		letter-spacing: 0px;
		text-decoration: none;
		display: inline-block;
		color: #fff;
		font-size: 17px;
		padding: 14px 10px;
		transition: 1s;
		text-transform: uppercase;
	}

	#menu ul a {
		font-size: 12px;
	}

	.nav-main .nav-container ul li.active a {
		color: #fff;
		background-color: #4d6d7f;
	}

	.nav-main .nav-container ul li ul {
		display: none;
		width: 260px;
		position: absolute;
		right: -100%;
		top: 0;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.nav-main .nav-container ul li ul li a {
		padding: 5px 10px;
		font-size: 15px;
	}

	.nav-main .nav-container ul li.has-sub-nav ul a {
		background: 0 0
	}

	.nav-main .nav-container ul li.active ul {
		display: block;
	}

	.open .nav-main {
		right: 0;
	}

	*,
	:after,
	:before {
		box-sizing: border-box
	}

	.header-main {
		overflow: hidden;
		padding: 20px 0
	}

	.main {
		transition: right .25s ease-in-out;
		position: relative;
		right: 0
	}

	.main.open {
		right: 0
	}

	.nav-main {
		width: 100%
	}

	.button-nav-toggle {
		display: inline-block;
		z-index: 999;
		padding: 0;
	}

	.menu_outer {
		display: none
	}

	.nav-main .nav-container ul li ul {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		background-color: #00bff3;
		-webkit-transition-duration: 0;
		-moz-transition-duration: 0;
		transition-duration: 0;
		padding: 10px 0 10px 0 !important
	}

	.menu_outer {
		float: none;
		padding-top: 0;
	}

	#menu a {
		font-size: 13px;
		padding: 15px 13px;
	}

	#menu ul {
		top: 0;
		visibility: visible;
		opacity: 100;
		position: relative;
		padding: 10px 15px;
		-webkit-transition-duration: 0;
		-moz-transition-duration: 0;
		transition-duration: 0;
	}

	.has-sub-nav {
		background-image: url(images/sub_menu.png);
		background-position: 59% 20px;
		background-repeat: no-repeat;
	}

	.menu.open .button-nav-toggle {
		margin-right: 20px;
		margin-top: 20px;
		background-image: url(images/close_icon.png);
		width: 30px;
		height: 29px;
		background-color: transparent;
	}

	.nav-main ul {
		padding-top: 90px !important;
	}

	.menu_outer_mobile {
		position: relative;
		z-index: 999;
	}

	.menu_icon {
		display: none
	}

	.close_menu.menu_outer_mobile {
		display: none
	}

	.nav-main .nav-container ul li.current-menu-item>a {
		color: #f9466c
	}
}

@media (min-width: 1200px) {
	.hidenavItem {
		display: none !important;
	}
}

@media (min-width: 1199px) and (max-width: 1699px) {
	.logo {
		margin-bottom: 20px;
		float: left;
		margin-top: 15px;
		width: 265px;
	}

	#menu a {
		font-size: 13px;
	}

	.white_bg {
		display: block;
		max-width: 1200px;
	}

	.header_right {
		padding-top: 50px;
	}

	.home_banner_content {
		max-width: 1000px;
		margin: auto;
		margin-top: 130px;
	}

	.header_section {
		padding: 5px 60px;
	}

	.home_banner {
		height: 470px;
	}

	.home_banner .home_slider .slick-track li {
		height: 470px;
	}

	.home_banner_content h1 {
		font-size: 34px;
		margin-bottom: 15px;
	}

	.home_banner_left_content {
		max-width: 600px;
		font-size: 17px;
	}

	.home_banner_left_content p {
		margin-bottom: 25px;
	}

	.home_slider .slick-dots {
		bottom: 25px;
	}

	.questions_txt {
		margin-top: 125px;
		font-size: 19px;
	}

	.tel_link {
		font-size: 29px;
		line-height: 30px;
	}

	.dont_take_word_section h3 {
		font-size: 28px;
	}

	.dont_take_word_section {
		font-size: 14px;
		line-height: normal;
	}

	.testimonials_section {
		max-width: 1100px;
		margin: auto;
		margin-bottom: 35px
	}

	.testimonial_left_section {
		max-width: 345px;
	}

	.testimonial_right_section {
		max-width: 345px;
	}

	.home_testimonial_content_section {
		width: 410px;
		max-width: 410px;
		padding: 30px 20px 45px;
		min-height: 349px;
	}

	.home_testimonial_content {
		margin-top: 30px;
		font-size: 14px;
	}

	.home_testimonial_content p {
		margin-bottom: 19px;
	}

	.testimonial_author_title {
		font-size: 16px;
	}

	.home_testimonial_content h5 {
		font-size: 17px;
	}

	.our_number_section {
		max-width: 1100px;
		margin: auto;
	}

	.our_numbers_round h5 {
		font-size: 50px;
		line-height: 50px;
	}

	.white_round_section h5 {
		font-size: 48px;
		line-height: 42px;
	}

	.our_numbers_round {
		margin-left: 15px;
		margin-right: 15px;
	}

	.white_round_section {
		margin-left: 15px;
		margin-right: 15px;
	}

	.our_service_customers_section {
		font-size: 14px;
		line-height: normal;
	}

	.our_services_customers_box {
		width: 25%;
		height: auto;
	}

	.our_services_customers_box h5 {
		top: 44%;
		font-size: 18px;
	}

	.services_section h5 {
		top: inherit;
		bottom: 50px;
	}

	.round_numbers_bg h3 {
		margin-bottom: 60px;
		font-size: 28px;
	}

	.our_service_customers_bg {
		padding-top: 60px;
	}

	.services_section {
		padding-bottom: 100px;
	}

	body.page-id-126 .services_section {
		padding-bottom: 80px !important;
		max-width: 1065px;
	}

	.our_service_customers_section h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.our_service_customers_section {
		padding-bottom: 40px;
	}

	.your_team_content_section {
		max-width: 1150px;
		margin: auto;
	}

	.your_team_motion_section h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.team_members_box {
		max-width: 345px;
		margin-right: 15px;
	}

	.team_motion_content {
		min-height: 302px;
	}

	.team_motion_content p {
		margin-bottom: 0px;
	}

	.your_team_motion_bg {
		padding: 70px 0px 35px 0;
	}

	.industry_news_resources_bg {
		padding-top: 50px;
	}

	.industry_news_resources_bg h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.home_right_blogs {
		padding: 10px 25px;
	}

	.home_blog_right h4 {
		font-size: 20px;
	}

	.home_blog_right p {
		margin-bottom: 0px;
	}

	.home_blog_article_bg p {
		margin-bottom: 0px;
	}

	.home_blog_article_content h4 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.footer_contact_section {
		max-width: 980px;
	}

	.footer_contact_bg {
		padding: 70px 0px;
	}

	.footer {
		padding: 30px 0px;
	}

	.footer p {
		margin-bottom: 0px;
		font-size: 12px !important;
	}

	.inner_banner {
		height: 340px;
	}

	.inner_banner_title {
		padding-top: 175px;
		padding-left: 200px;
	}

	.inner_banner_h2 {
		font-size: 35px;
	}

	.contact_form_section_h3 {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.about_content_section {
		/*max-width:950px;padding-left:200px;*/
		margin: auto;
		max-width: 795px;
		color: #2a2c35;
		font-size: 16px;
		line-height: 22px
	}

	.faq_bgg {
		margin-top: 80px;
		max-width: 1100px;
	}

	.faq_bgg.technology {
		margin-top: 0px;
		max-width: 1100px;
	}

	.whitepaper_outer_div {
		max-width: 795px;
	}

	.blog_detail_page > .thum_right_img {
		max-width: 794px;
		margin: auto;
	}

	.blog_detail_page {
		/*max-width: 794px;*/
		max-width: 1115px;
	}

	.blog_detail_page.news {
		max-width: 1115px;
	}

	.blog_detail_page.news .recentposts_bg {
		margin-top: 50px;
	}

	.about_content_section_p {
		margin-bottom: 40px;
	}

	.content_list {
		margin-bottom: 40px;
	}

	.executive_team_section {
		/*max-width:635px;*/
		max-width: 950px;
		margin: auto;
	}

	.executive_team_member {
		width: 227px;
		min-height: 350px;
	}

	.executive_team_member_h4 {
		font-size: 16px;
	}

	.executive_team_member_content_h6 {
		font-size: 12px;
	}

	.executive_team_member_content {
		min-height: 185px;
	}

	.executive_team_lover_her_txt {
		padding-top: 110px;
	}

	.executive_team_member_h3 {
		font-size: 20px;
	}

	.faq_content_section {
		max-width: 800px;
		margin: auto;
	}

	.partners_logo_section {
		max-width: 900px;
		margin: auto;
	}

	.partners_logo {
		max-width: 20%;
		min-height: 75px;
		margin-bottom: 80px;
		display: inline-block;
		vertical-align: top;
	}

	.blog_box_section {
		/*max-width:1115px;*/
		max-width: 800px;
		margin: auto;
		padding: 70px 0px;
	}

	.search-results .blog_box_section {
		max-width: 1100px;
	}

	.page-id-160 .blog_box_section, .page-id-746 .blog_box_section  {
		max-width: 1115px;
	}

	.page-id-160 .blog_box_section .blog_box, .page-id-746 .blog_box_section .blog_box {
		width: 340px;
	}

	.page-id-746 .blog_box_section {
		padding-top: 0 !important;
	}

	.page-id-746 .mainContent {
		margin: auto;
		max-width: 795px;
		padding: 70px 0px 30px;
	}

	.mainContent h3 {
		font-size: 38px;
		font-weight: 400;
		line-height: 50px;
		margin-bottom: 25px;
		font-weight: 400;
	}

	.services_box_section {
		max-width: 730px;
		margin: auto;
	}

	body.page-id-101 .services_box_section {
		max-width: 900px;
		margin: auto;
	}

	body.page-id-101 .services_box_section .our_services_customers_box {
		height: 165px;
		width: 165px;
	}

	body.page-id-101 .our_services_customers_box_hover {
		bottom: 10px;
		height: 85%;
		width: 90%;
	}

	.services_title_section {
		padding-bottom: 40px;
		padding-top: 0;
	}

	.services_box_section .our_services_customers_box h5 {
		font-size: 18px;
	}

	.services_box_section .our_services_customers_box {
		height: 125px;
		width: 132px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box {
		height: 200px;
		width: 275px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		bottom: 50px;
	}

	body.page-id-126 .services_section .hover_blue {
		margin-top: 36px;
	}

	.map_address_bg {
		max-height: 567px;
		float: left;
		width: 100%;
	}

	.community_cnt_img {
		width: 670px;
	}

	.comm_logo_div {
		height: 180px;
		width: 180px;
	}

	.center_img_div {
		width: 309.5px;
	}

	img.small_logo {
		max-width: 90%;
	}

	img.center_img_logo {
		max-width: 100px;
	}

	body.page-id-173 .about_content_section {
		max-width: 525px;
	}

	.location_list li {
		width: 256px;
		/*height:158px;*/
		margin-right: 10px;
		float: left;
	}

	.location_list li h3 {
		top: 50px;
		font-size: 19px;
	}

	.blog_box {
		width: 230px;
	}

	.search-results .blog_box {
		width: 320px;
	}

	.dwnload_section {
		width: 31%;
	}

	.technology_box {
		width: 24%;
		font-size: 14px;
		padding: 30px 15px;
		margin: 0 5px;
	}

	.technology_box h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.technology_box .icon_box {
		margin-bottom: 25px;
	}

	.technology_box p {
		margin-bottom: 30px;
	}

	.technology_box p.no_space {
		margin-bottom: 0px;
	}

	.our_services_customers_box_bg .our_services_customers_box {
		width: 240px;
		height: 228px;
	}

	.services_section 	.our_services_customers_box_bg .our_services_customers_box {
		width: 280px;
		height: 228px;
	}

	.services_section .our_services_customers_box {
		height: 200px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_img {
		max-width: 330px;
		margin-right: 30px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt {
		font-size: 14px;
		line-height: 22px;
		width: 54%;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt a h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}

	.newsresult {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.newsresult a {
		font-size: 22px;
	}

	.dwnload_section img.casestudy_img {
		width: 250px;
		height: 201px;
	}

	.testimonial_slider .slick-prev {
		left: -50px;
	}

	.testimonial_slider .slick-next {
		right: -50px;
	}

	/*.conatct_form .wpcf7-form-control-wrap { display:inline-block; vertical-align:top; margin: 0 20px 20px 0; width: 48%; }
.conatct_form .wpcf7-form-control-wrap.Company{
	margin:0 0 20px;
}
.conatct_form .wpcf7-form-control-wrap.Message { width:100%; margin-bottom:20px; margin-right:0px; }
.conatct_form .wpcf7-form-control-wrap.LastName { margin-right:0px; }
.conatct_form .wpcf7-form-control-wrap.Email { margin-left: 0px; }
.conatct_form .wpcf7-form-control-wrap.Phone { margin-right:0px; }
.conatct_form .contact_txt_box{ width:100%; margin:0px;} */

	.place_order_form {
		padding: 30px 0;
		max-width: 690px;
	}

	.community_cnt_box {
		padding: 25px 15px;
		width: 250px;
	}

	.blog_sub_form {
		max-width: 800px;
		margin: auto;
	}

	.blogs_subscribe_box_trans_bg {
		padding: 75px 0;
	}

	.blog_sub_form h4 {
		font-size: 25px;
		line-height: normal;
		margin-bottom: 50px;
	}

	.blog_sub_form .signup_form .wysija-input {
		height: 43px;
		line-height: 43px;
	}

	/*.blog_sub_form .signup_form #form-validation-field-0 {    width: 300px;    min-width: 300px;    max-width: 300px;}*/
	.blog_sub_form .signup_form .wysija-submit {
		padding: 12px 60px 13px 30px;
		background-position: 84% 17px;
	}
}

@media (min-width: 1199px) {
	.header_bg.sticky_header1 {
		position: fixed;
		z-index: 999;
		width: 100%;
		left: 0px;
		right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		top: -200px;
		background-color: #fff;
		border-bottom: 1px solid #efefef;
	}

	.header_bg.sticky_header {
		top: 0;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.header_bg.sticky_header1 .header_right {
		display: none;
	}

	.header_bg.sticky_header1 .menu_bg {
		position: inherit;
		bottom: 0;
		float: none;
	}

	.header_bg.sticky_header1 .logo {
		margin-top: 0;
		max-width: 190px;
		display: none !important;
	}

	.header_bg.sticky_header1 .menu_outer {
		float: none;
		margin-top: 5px;
	}

	.header_bg.sticky_header1 #menu>li {
		margin: 0px 15px;
	}

	.header_bg.sticky_header1 .header_section {
		padding: 10px 0px;
		position: relative;
	}

	.header_bg.sticky_header1 #menu>li>a {
		color: #414141;
	}

	.header_bg.sticky_header1 #menu>li:hover>a {
		color: #00cff0;
	}
}

@media (max-width: 1199px) {
	.header_section {
		padding: 15px 20px;
	}

	.logo {
		max-width: 190px
	}

	.button-nav-toggle {
		margin-top: 20px;
	}

	#menu a {
		font-size: 13px;
	}

	.has-sub-nav {
		background-position: 63% 15px;
	}

	.nav-main .nav-container ul li a {
		font-size: 15px;
		font-weight: 400;
		padding: 10px 10px;
	}

	.nav-main .nav-container ul li.has-sub-nav ul a {
		font-size: 14px;
		font-weight: 400;
	}

	.header_right {
		display: none;
	}

	.home_banner {
		height: 380px;
	}

	.home_banner .home_slider .slick-track li {
		height: 380px;
	}

	.home_banner_content h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.home_banner_left_content {
		max-width: 600px;
		font-size: 16px;
	}

	.home_banner_left_content p {
		margin-bottom: 10px;
	}

	.home_slider .slick-dots {
		bottom: 20px;
	}

	.questions_txt {
		margin-top: 0;
		font-size: 19px;
	}

	.tel_link {
		font-size: 26px;
		line-height: 28px;
	}

	.home_banner_content {
		max-width: 800px;
		margin: auto;
		margin-top: 25px;
	}

	.dont_take_word_bg {
		padding: 60px 0px;
	}

	.dont_take_word_section h3 {
		font-size: 26px;
		margin-bottom: 28px;
	}

	.dont_take_word_section {
		font-size: 14px;
		line-height: normal;
	}

	.testimonials_section {
		max-width: 950px;
		margin: auto;
		margin-bottom: 35px
	}

	.testimonial_left_section {
		max-width: 300px;
	}

	.testimonial_right_section {
		max-width: 300px;
	}

	.home_testimonial_content_section {
		width: 340px;
		max-width: 340px;
		padding: 20px 20px 30px;
		min-height: 303px;
	}

	.home_testimonial_content {
		margin-top: 19px;
		font-size: 13px;
		line-height: 18px;
	}

	.home_testimonial_content p {
		margin-bottom: 19px;
	}

	.testimonial_author_title {
		font-size: 15px;
	}

	.home_testimonial_content h5 {
		font-size: 16px;
	}

	.our_number_section {
		max-width: 950px;
		margin: auto;
	}

	.our_numbers_round h5 {
		font-size: 50px;
		line-height: 50px;
	}

	.our_numbers_round {
		margin-left: 15px;
		margin-right: 15px;
		width: 270px;
		height: 270px;
		border: 2px solid #00bff3;
	}

	.white_round_section {
		margin-left: 15px;
		margin-right: 15px;
		width: 270px;
		height: 270px;
		border: 2px solid #9b9b9b;
	}

	.our_numbers_round .table {
		height: 270px;
	}

	.white_round_section .table {
		height: 270px;
	}

	.our_numbers_round h5 {
		font-size: 38px;
		line-height: 38px;
	}

	.white_round_section h5 {
		font-size: 42px;
		line-height: 42px;
	}

	.our_numbers_round {
		font-size: 16px;
	}

	.white_numbers_round {
		font-size: 16px;
	}

	.our_numbers_round svg {
		display: none;
	}

	.white_round_section svg {
		display: none;
	}

	.our_service_customers_section {
		font-size: 14px;
		line-height: normal;
	}

	.our_services_customers_box {
		width: 25%;
		height: auto;
	}

	.our_services_customers_box h5 {
		top: 44%;
		font-size: 18px;
	}

	.round_numbers_bg h3 {
		margin-bottom: 40px;
		font-size: 26px;
		line-height: 30px;
	}

	.our_service_customers_bg {
		padding-top: 60px;
	}

	.our_service_customers_section h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.our_service_customers_section {
		padding-bottom: 40px;
		font-size: 14px;
		line-height: normal;
	}

	.your_team_content_section {
		max-width: 950px;
		margin: auto;
	}

	.your_team_motion_section h3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.team_members_box {
		max-width: 280px;
		margin-right: 15px;
	}

	.team_motion_content {
		min-height: 302px;
		padding: 30px 25px 30px;
	}

	.team_motion_content p {
		margin-bottom: 0px;
		min-height: 200px;
	}

	.your_team_motion_bg {
		padding: 70px 0px;
	}

	.industry_news_resources_bg {
		padding-top: 50px;
	}

	.industry_news_resources_bg h3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.home_blog_left {
		width: 100%;
	}

	.home_blog_right {
		float: none;
		width: 100%;
	}

	.home_blog_article_content {
		width: 50%;
		border-bottom: 1px solid #d1d1d1
	}

	.home_blog_article_bg {
		border-bottom: none
	}

	.home_blog_article_content:first-child {
		border-left: 2px solid #dcdcdc;
	}

	.home_blog_article_content:nth-child(3) {
		border-left: 2px solid #dcdcdc;
	}

	.footer_contact_bg {
		padding: 50px 0px;
	}

	.footer {
		padding: 50px 0px;
	}

	.footer p {
		margin-bottom: 0px;
		font-size: 12px !important;
	}

	.inner_banner {
		height: 300px;
	}

	.inner_banner_title {
		padding-top: 120px;
		padding-left: 0px;
	}

	.inner_banner_h2 {
		font-size: 35px;
	}

	.contact_section_bg {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.full_width_social {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.fixed_quote_btn {
		display: none;
	}

	.about_content_section {
		max-width: 950px;
		padding-left: 0px;
		color: #2a2c35;
		font-size: 15px;
		line-height: 22px
	}

	.whitepaper_outer_div {
		max-width: 950px;
	}

	.about_content_section_p {
		margin-bottom: 30px;
	}

	.content_list {
		margin-bottom: 30px;
	}

	.content_page_bg {
		padding: 70px 0px;
	}

	.about_content_section_h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.executive_team_section {
		/*max-width:950px;*/
		max-width: 595px;
		margin: auto;
	}

	.executive_team_member {
		/*width:32%;*/
		width: 48%;
		min-height: 338px;
	}

	.executive_team_member_h4 {
		font-size: 17px;
	}

	.executive_team_member_content {
		min-height: 155px;
	}

	.executive_team_lover_her_txt {
		padding-top: 109px;
	}

	.executive_team_member_h3 {
		font-size: 20px;
	}

	.partners_logo_section {
		max-width: 900px;
		margin: auto;
	}

	.partners_logo {
		max-width: 20%;
		min-height: 75px;
		display: inline-block;
		vertical-align: top;
	}

	.testimonial_page_section {
		padding: 60px 0px;
		max-width: 1020px;
		margin: auto;
	}

	.testimonial_border_div {
		border: 2px solid #ededed;
		border-radius: 3px;
		width: 100%;
		display: inline-block;
		padding: 25px;
		margin-bottom: 0;
	}

	.testimonial_left_img {
		float: left;
		margin-right: 20px;
		max-width: 200px;
	}

	.testimonial_right_content {
		font-size: 14px;
		color: #5e5d5d;
		line-height: 25px;
		max-width: 560px;
		float: left;
	}

	.testimonial_right_content h4 {
		font-size: 20px;
		color: #31b7e7;
		font-weight: 700;
		margin-bottom: 35px;
	}

	.testimonial_right_content h4 span {
		font-weight: 300;
		font-style: italic;
	}

	.header_section {
		position: relative;
	}

	.header_height {
		display: none;
	}

	.services_box_section .our_services_customers_box h5 {
		font-size: 16px;
	}

	body.page-id-173 .about_content_section {
		max-width: 525px;
	}

	.location_list li {
		width: 300px;
		margin-right: 10px;
		height: 197px;
	}

	.location_list li h3 {
		top: 50px;
		font-size: 20px;
	}

	.services_title_section {
		max-width: inherit;
	}

	.services_box_section .our_services_customers_box {
		width: 155px;
		height: 150px;
	}

	.executive_team_member_h4 {
		min-height: 55px;
	}

	.executive_team_member_content_h6 {
		min-height: 40px;
	}

	.blog_box {
		width: 225px;
	}

	.blog_box h3 {
		min-height: 88px;
	}

	.dwnload_section {
		width: 31.5%;
	}

	.technology_box {
		width: 31.5%;
		font-size: 14px;
		padding: 30px 15px;
		margin: 0 5px;
	}

	.technology_box h4 {
		font-size: 20px;
		margin-bottom: 20px;
		min-height: 55px;
	}

	.technology_box .icon_box {
		margin-bottom: 25px;
	}

	.technology_box p {
		margin-bottom: 30px;
	}

	.technology_box p.no_space {
		margin-bottom: 0px;
	}

	.our_services_customers_box_bg .our_services_customers_box {
		width: 188px;
		height: 178px;
	}

	.services_section .our_services_customers_box {
		height: 170px;
	}

	.services_section {
		padding-bottom: 80px;
	}

	.services_section .blue_link {
		margin-top: 50px;
	}

	.our_services_customers_box_bg .our_services_customers_box h5 {
		font-size: 16px;
		top: 40%;
	}

	.services_section .our_services_customers_box_bg .our_services_customers_box h5 {
		top: inherit;
		bottom: 30px;
	}

	.map_left_section {
		max-height: 500px;
	}

	.map_left_section iframe {
		height: 500px;
	}

	.location_address_section {
		min-height: 500px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_img {
		max-width: 300px;
		margin-right: 30px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt {
		font-size: 14px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt a h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.newsresult {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.newsresult a {
		font-size: 20px;
	}

	.services_section .our_services_customers_box_bg {
		max-width: 650px;
	}

	.meetteam_cnt {
		max-width: 90%;
	}

	body.page-id-126 .services_box_section {
		max-width: 635px;
		margin: auto;
	}

	body.page-id-126 .services_box_section .our_services_customers_box {
		height: 170px;
		width: 188px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		top: inherit;
		bottom: 30px;
	}

	.testimonial_slider .slick-arrow {
		display: none;
	}

	.conatct_form .contact_txt_box {
		width: 100%;
	}

	.our_service_customers_section h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.community_cnt_box {
		min-height: 325px;
	}

	.tel_link {
		font-size: 21px;
	}

	.blog_sub_form .signup_form #form-validation-field-0 {
		width: 450px;
		min-width: 450px;
		max-width: 450px;
	}

	.emp_form .form_field {
		width: 453px;
	}

	.rspv_content_bg .event_right {
		width: 56%;
	}

	.page-id-160 .blog_box_section .blog_box {
		width: 280px;
	}

	.view_allservices {
		font-size: 24px;
		padding-top: 48px;
	}

	.questions_txt1 {
		font-size: 27px;
	}

	.questions_box {
		padding-top: 53px;
	}
}

@media (max-width: 1199px) {
	.home_banner_content {
		margin-top: 60px;
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (max-width: 991px) {
	.header_section {
		padding: 15px 20px;
	}

	.logo {
		max-width: 190px
	}

	.has-sub-nav {
		background-position: 65% 15px;
	}

	.nav-main .nav-container ul li a {
		font-size: 14px;
		font-weight: 400;
		padding: 10px 10px;
	}

	.nav-main .nav-container ul li.has-sub-nav ul a {
		font-size: 13px;
		font-weight: 400;
	}

	.header_right {
		padding-top: 5px
	}

	.header_links {
		margin-left: 5px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 11px
	}

	.home_banner {
		height: 380px
	}

	.home_banner .home_slider .slick-track li {
		height: 380px;
	}

	.home_banner_content {
		margin-top: 60px;
		padding-right: 15px;
		padding-left: 15px
	}

	.home_banner_left_content {
		font-size: 16px
	}

	.home_banner_content h1 {
		margin-bottom: 20px;
		font-size: 25px
	}

	.home_banner_left_content p {
		margin-bottom: 25px
	}

	.questions_txt {
		margin-top: 0;
		font-size: 19px
	}

	.tel_link {
		font-size: 20px
	}

	.dont_take_word_bg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.dont_take_word_section {
		margin-bottom: 30px;
		font-size: 16px
	}

	.dont_take_word_section h3 {
		margin-bottom: 25px;
		font-size: 35px
	}

	.testimonials_section {
		margin-bottom: 30px
	}

	.testimonial_left_section {
		max-width: 50%;
		float: left
	}

	.testimonial_right_section {
		max-width: 50%
	}

	.home_testimonial_content_section {
		width: 100%;
		max-width: 100%;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.home_testimonial_content {
		margin-top: 30px
	}

	.testimonial_author_title {
		display: inline-block;
		float: none;
		text-align: center
	}

	.round_numbers_bg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.round_numbers_bg h3 {
		margin-bottom: 40px;
		font-size: 35px;
		line-height: 35px;
	}

	.our_numbers_round {
		margin-left: 10px;
		margin-right: 10px;
		width: 210px;
		height: 210px;
		border: 2px solid #00bff3;
	}

	.white_round_section {
		margin-left: 10px;
		margin-right: 10px;
		width: 210px;
		height: 210px;
		border: 2px solid #9b9b9b;
	}

	.our_numbers_round .table {
		height: 210px;
	}

	.white_round_section .table {
		height: 210px;
	}

	.our_numbers_round h5 {
		font-size: 30px;
		line-height: 30px;
	}

	.white_round_section h5 {
		font-size: 34px;
		line-height: 34px;
	}

	.our_numbers_round {
		font-size: 14px;
	}

	.our_numbers_round p {
		margin-bottom: 0px;
	}

	.white_round_section {
		font-size: 14px;
	}

	.white_round_section p {
		margin-bottom: 0px;
	}

	.home_blog_left {
		min-height: 390px;
	}

	.home_right_blogs {
		padding: 8px 20px 20px;
	}

	.our_service_customers_bg {
		padding-top: 60px
	}

	.our_service_customers_section {
		padding-bottom: 30px;
		font-size: 16px;
		line-height: 22px
	}

	.our_service_customers_section h3 {
		margin-bottom: 25px;
		font-size: 35px;
		line-height: 35px
	}

	.our_services_customers_box {
		width: 33.333%;
		height: auto
	}

	.our_services_customers_box h5 {
		top: 45%;
		font-size: 16px
	}

	.your_team_motion_bg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.your_team_motion_section h3 {
		margin-bottom: 35px;
		font-size: 30px;
		line-height: 35px
	}

	.your_team_content_section {
		display: inline-block;
		width: 100%;
		padding-bottom: 20px
	}

	.team_members_box {
		max-width: 235px;
		margin-right: 5px;
		margin-left: 5px;
		float: left
	}

	.team_motion_content {
		min-height: 300px;
		padding: 25px 15px 30px;
		font-size: 12px;
		line-height: 20px
	}

	.team_motion_content h6 {
		margin-bottom: 15px;
		font-size: 14px
	}

	.industry_news_resources_bg {
		padding-top: 35px
	}

	.industry_news_resources_bg h3 {
		margin-bottom: 35px;
		font-size: 30px;
		line-height: 35px
	}

	.footer_contact_bg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.footer_left {
		max-width: 460px;
		margin-bottom: 30px
	}

	.footer_right {
		max-width: 400px;
		float: left
	}

	.ftr_call_us_section {
		margin-bottom: 25px
	}

	.ftr_latest_blog_section {
		margin-bottom: 25px
	}

	.footer_right h5 {
		margin-bottom: 10px
	}

	.ftr_connect_us {
		margin-bottom: 25px
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.footer_logo {
		max-width: 300px;
		margin-bottom: 20px
	}

	.inner_banner {
		height: 250px;
		background-position: center top;
	}

	.inner_banner_title {
		padding-top: 100px;
		padding-right: 15px;
		padding-left: 15px
	}

	.inner_banner_h2 {
		font-size: 35px
	}

	.content_page_bg {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.about_content_section {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 15px
	}

	.about_content_section_h3 {
		margin-bottom: 30px;
		font-size: 30px
	}

	.about_content_section_p {
		margin-bottom: 30px
	}

	.content_list {
		margin-bottom: 30px
	}

	.our_team_bg {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.executive_team_section {
		max-width: 700px
	}

	.executive_team_member {
		width: 335px;
		min-height: 335px
	}

	.executive_team_member_content {
		min-height: auto;
		padding: 25px
	}

	.executive_team_member_h4 {
		font-size: 18px
	}

	.executive_team_member_content_h6 {
		font-size: 13px
	}

	.executive_team_lover_her_txt {
		padding-top: 130px;
		padding-right: 35px;
		padding-left: 35px
	}

	.executive_team_member_h3 {
		font-size: 22px;
		line-height: 28px
	}

	.contact_section_bg {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.contact_form_section {
		max-width: 650px
	}

	.contact_form_section_h3 {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 28px
	}

	.contact_txt_box {
		height: 50px;
		margin-bottom: 10px;
		line-height: 50px
	}

	.contact_msg_box {
		max-height: 100px;
		min-height: 100px
	}

	.contact_submit_btn {
		height: 50px;
		font-size: 18px;
		line-height: 50px
	}

	.map_left_section {
		height: 380px;
	}

	.map_left_section iframe {
		height: 380px;
	}

	.location_address_section {
		min-height: 380px;
		padding-top: 60px;
		padding-right: 20px;
		padding-left: 60px;
		font-size: 16px;
		line-height: 24px
	}

	.location_address_section_h4 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 24px
	}

	.location_address {
		margin-bottom: 40px
	}

	.location_email {
		margin-bottom: 30px
	}

	.full_width_social {
		min-height: 120px
	}

	.partners_logo {
		margin-bottom: 50px
	}

	.faqs_section_bg {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.footer_txt_box {
		height: 45px;
		line-height: 45px;
	}

	.footer_submit_btn {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	.footer_right h5 {
		font-size: 20px;
	}

	.footer_right h4 {
		font-size: 23px;
	}

	.home_blog_left {
		width: 100%;
	}

	.home_blog_right {
		float: none;
		width: 100%;
	}

	.home_blog_article_content {
		width: 50%;
		border-bottom: 1px solid #d1d1d1
	}

	.home_blog_article_bg {
		border-bottom: none
	}

	.home_blog_article_content {
		padding: 35px 37px 30px;
	}

	.ftr_connect_us .social_icons li a {
		font-size: 30px;
	}

	.services_box_section .our_services_customers_box h5 {
		font-size: 12px;
	}

	.services_title_section {
		padding: 30px 0px;
	}

	.services_title_section p {
		margin-bottom: 15px;
	}

	.testimonial_left_img {
		float: left;
		margin-right: 20px;
		max-width: 180px;
	}

	.testimonial_right_content {
		font-size: 14px;
		color: #5e5d5d;
		line-height: 25px;
		max-width: 450px;
		float: left;
	}

	.blog_box {
		width: 320px;
		min-height: 435px;
	}

	.blog_box p {
		min-height: inherit;
	}

	.community_cnt_img {
		width: 100%;
	}

	.comm_logo_div {
		height: 186px;
		width: 186px;
	}

	.center_img_div {
		width: 320px;
	}

	img.small_logo {
		max-width: 90%;
	}

	.blog_detail_page .blog_box {
		width: 300px;
	}

	.location_list li {
		width: 220px;
		height: inherit;
	}

	.services_box_section .our_services_customers_box {
		width: 120px;
		height: 117px;
	}

	.dwnload_section {
		width: 31%;
	}

	.location_details {
		font-size: 13px;
	}

	.technology_box {
		width: 31.5%;
		font-size: 14px;
		padding: 30px 15px;
		margin: 0 5px;
	}

	.technology_box h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.technology_box .icon_box {
		margin-bottom: 20px;
	}

	.technology_box p {
		margin-bottom: 25px;
		min-height: 110px;
	}

	.technology_box p.no_space {
		margin-bottom: 0px;
		min-height: inherit;
	}

	.technology_box .blue_link {
		padding-left: 35px;
		padding-right: 35px;
	}

	.our_services_customers_box_bg .our_services_customers_box {
		height: 229px;
		width: 242px;
	}

	.faq_bgg {
		margin-top: 40px;
	}

	.faq_bgg>h4 {
		font-size: 24px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_img {
		max-width: 270px;
		margin-right: 20px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt {
		font-size: 13px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt a h2 {
		font-size: 20px;
	}

	.newsresult {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.newsresult a {
		font-size: 18px;
	}

	.dwnload_section img.casestudy_img {
		width: 200px;
		height: 161px;
	}

	.services_section .our_services_customers_box_bg {
		max-width: 750px;
	}

	.services_section .our_services_customers_box {
		width: 220px;
		height: 170px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box {
		height: 170px;
		width: 220px;
	}

	.services_section .blue_link {
		margin-top: 0;
	}

	.services_section {
		padding-bottom: 50px;
	}

	body.page-id-126 .services_box_section {
		max-width: 735px;
		margin: auto;
	}

	.first_team {
		margin-bottom: 50px;
	}

	.executive_team_section h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.contact_address_section {
		padding-right: 50px;
	}

	.conatct_form .contact_txt_box {
		width: 100%;
	}

	.community_cnt_box {
		padding: 10px;
		width: 220px;
		min-height: 220px;
	}

	.community_cnt_box h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.blogs_subscribe_box_trans_bg {
		padding: 25px 20px;
	}

	.blog_sub_form h4 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.blog_sub_form .signup_form #form-validation-field-0 {
		width: 245px;
		min-width: 245px;
		max-width: 245px;
	}

	.emp_form .form_field {
		width: 331px;
	}

	.emp_form .textarea_field .txt_area {
		min-height: 150px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		font-size: 16px;
	}

	body.page-id-126 .services_section .hover_blue {
		margin-top: 25px;
	}

	.rspv_content_bg .event_left {
		font-size: 13px;
	}

	.rspv_content_bg .event_left h4 {
		margin-bottom: 20px;
	}

	.rspv_content_bg .event_right .rspv_submit {
		padding: 15px 45px;
		font-size: 15px;
		margin-top: 5px;
	}

	.conatct_form .wpcf7-form-control-wrap {
		margin: 0 16px 15px 0;
	}

	.page-id-160 .blog_box_section .blog_box {
		width: 320px;
	}

	.page-id-160 .blog_box_section .clear {
		display: none;
	}

	.view_allservices {
		font-size: 24px;
		padding-top: 48px;
	}

	.questions_box {
		padding-top: 48px;
	}
}

@media (max-width: 767px) {
	.accrdion .accord-panel {
		padding: 25px 42px;
	}

	.form-area .btn-area .btn {
		width: 150px;
	}

	.location_list li {
		width: 220px;
		height: inherit;
		min-height: inherit;
	}

	.white_bg {
		max-width: 100%
	}

	.logo {
		max-width: 170px
	}

	.header_section {
		padding: 15px 15px;
	}

	.button-nav-toggle {
		margin: 17px 0 0;
	}

	.has-sub-nav {
		background-position: 80% 13px;
	}

	.header_right {
		display: none
	}

	.home_banner {
		height: 370px
	}

	.home_banner .home_slider .slick-track li {
		height: 370px;
	}

	.home_banner_content {
		margin-top: 40px
	}

	.home_banner_left_content {
		font-size: 16px
	}

	.home_banner_content h1 {
		margin-bottom: 15px;
		font-size: 23px
	}

	.home_banner_left_content p {
		margin-bottom: 20px
	}

	.questions_txt {
		margin-top: 10px;
		line-height: 26px;
		font-size: 18px;
	}

	.tel_link {
		font-size: 20px;
	}

	.dont_take_word_bg {
		padding-top: 40px
	}

	.dont_take_word_section {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.dont_take_word_section h3 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.testimonials_section {
		padding: 0 15px;
	}

	.white_round_section {
		margin-left: auto;
		margin-right: auto;
	}

	.round_numbers_bg {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.round_numbers_bg h3 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 30px
	}

	.our_number_section {
		display: block;
		max-width: 210px;
		margin-right: auto;
		margin-left: auto
	}

	.our_numbers_round,
	.white_round_section {
		display: block;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto
	}

	.our_service_customers_bg {
		padding-top: 40px
	}

	.our_service_customers_section {
		font-size: 18px;
		line-height: 24px
	}

	.our_service_customers_section p {
		margin-bottom: 15px;
	}

	.our_service_customers_section h3 {
		font-size: 30px;
		line-height: 35px
	}

	.your_team_motion_bg {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.your_team_motion_section h3 {
		font-size: 28px;
		line-height: 30px
	}

	.your_team_content_section {
		display: inline-block;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto
	}

	.team_members_box {
		max-width: 100%;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.team_motion_content {
		min-height: auto
	}

	.blue_link {
		height: 45px;
		font-size: 16px;
		line-height: 45px
	}

	.industry_news_resources_bg {
		padding-top: 25px
	}

	.industry_news_resources_bg h3 {
		font-size: 30px;
		line-height: 35px
	}

	.footer_contact_bg {
		padding-top: 50px;
		padding-bottom: 40px
	}

	.footer_contact_section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer_left {
		width: auto;
		max-width: 100%;
		float: none
	}

	.footer_left h4 {
		font-size: 25px;
		line-height: 26px
	}

	.footer_txt_box {
		height: 45px;
		margin-bottom: 10px;
		line-height: 45px
	}

	.widget_wysija_cont .wysija-submit {
		display: inline-block !important;
	}

	.footer_submit_btn {
		height: 45px;
		margin-top: 3px;
		line-height: 45px
	}

	.footer_right {
		width: auto;
		max-width: 100%;
		float: none;
		font-size: 15px
	}

	.footer_right h4 {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 25px
	}

	.ftr_call_us_section {
		margin-bottom: 20px
	}

	.ftr_latest_blog_section {
		margin-bottom: 20px
	}

	.footer_right h5 {
		font-size: 22px
	}

	.ftr_connect_us {
		margin-bottom: 20px
	}

	.ftr_connect_us .social_icons li a {
		font-size: 25px;
	}

	.inner_banner {
		height: 200px
	}

	.inner_banner.team_banner {
		height: 200px
	}

	.inner_banner_title {
		padding-top: 80px
	}

	.inner_banner_h2 {
		font-size: 28px;
		line-height: 30px
	}

	.content_page_bg {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.about_content_section {
		font-size: 14px
	}

	.about_content_section_h3 {
		margin-bottom: 20px;
		font-size: 28px
	}

	.about_content_section_p {
		margin-bottom: 25px
	}

	.about_content_section_h4 {
		margin-bottom: 10px
	}

	.content_list {
		margin-bottom: 25px
	}

	.content_list li {
		margin-bottom: 5px
	}

	.executive_team_section {
		display: block;
		max-width: 450px;
		margin-right: auto;
		margin-left: auto
	}

	.executive_team_member {
		display: block;
		width: auto;
		max-width: 100%;
		min-height: 280px;
		margin-right: auto;
		margin-left: auto
	}

	.executive_team_lover_her_txt {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.executive_team_member_h3 {
		font-size: 20px;
		line-height: 28px
	}

	.contact_form_section {
		max-width: 400px
	}

	.contact_form_section_h3 {
		font-size: 24px;
		line-height: 26px
	}

	.contact_txt_box {
		padding-left: 15px
	}

	.contact_msg_box {
		padding-top: 10px;
		padding-left: 15px
	}

	.contact_submit_btn {
		width: 100%;
		max-width: 100%
	}

	.map_left_section {
		width: 100%;
		max-height: 250px
	}

	.map_left_section {
		height: 250px;
	}

	.map_left_section iframe {
		height: 250px;
	}

	.location_address_section {
		width: 100%;
		min-height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 30px;
		font-size: 15px;
		line-height: 18px
	}

	.location_address_section_h4 {
		margin-bottom: 5px;
		font-size: 18px
	}

	.location_address {
		margin-bottom: 20px;
		line-height: 24px
	}

	.full_width_social {
		min-height: inherit;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.full_width_social a {
		font-size: 28px;
	}

	.partners_logo_bg {
		padding-top: 40px
	}

	.partners_logo_section {
		display: block;
		width: 400px;
		margin-right: auto;
		margin-left: auto
	}

	.partners_logo {
		display: inline-block;
		max-width: 130px;
		margin-bottom: 30px;
		float: none;
		text-align: center
	}

	.faq_content_section {
		line-height: 23px
	}

	.faq_content_section h4 {
		font-size: 15px;
		line-height: 20px
	}

	.faq_content_section p {
		margin-bottom: 20px
	}

	.home_blog_left {
		min-height: auto
	}

	.blog_left_trans_bg {
		position: static;
		width: 100%;
		height: auto;
		padding: 30px 15px 30px;
		line-height: 24px;
		min-height: auto;
	}

	.home_blog_date_txt {
		margin-bottom: 15px
	}

	.home_right_blogs {
		width: 100%;
		padding: 30px 15px;
		min-height: auto;
	}

	.blog_right_img_div {
		width: 100%;
		min-height: 200px
	}

	.home_article_content_h4 {
		min-height: auto;
		margin-top: 10px
	}

	.home_blog_article_content {
		width: 100%;
		padding: 20px 15px 30px;
		border-right-style: none;
		border-right-width: 0
	}

	.home_blog_article_content h4 {
		font-size: 20px;
	}

	.home_right_blogs::after {
		bottom: -31px;
		right: 0;
		left: 0;
		margin: auto;
		top: inherit;
		background-image: url(images/story_right_orange_arw_mobile.png);
		width: 44px;
		height: 31px
	}

	.home_right_blogs.violet_bg:after {
		bottom: -31px;
		right: 0;
		left: 0;
		margin: auto;
		top: inherit;
		background-image: url(images/story_right_blue_arw_mobile.png);
		width: 44px;
		height: 31px
	}

	.your_team_content_section {
		position: relative;
	}

	.your_team_content_section .slick-prev {
		background-image: url(images/home_left_arw.png);
		background-repeat: no-repeat;
		-webkit-transition: color 300ms ease, background-position 300ms ease;
		transition: color 300ms ease, background-position 300ms ease;
		width: 20px;
		height: 39px;
		background-color: transparent;
		left: -50px;
		position: absolute;
		top: 40%;
	}

	.your_team_content_section .slick-prev:hover {
		background-position: 0 50%;
		color: #12a562
	}

	.your_team_content_section .slick-next {
		background-image: url(images/home_right_arw.png);
		width: 20px;
		height: 39px;
		background-color: transparent;
		right: -50px;
		position: absolute;
		top: 40%
	}

	.your_team_content_section .slick-next:hover {
		background-position: 100% 50%
	}

	.home_blog_left h4 {
		font-size: 22px;
	}

	.home_blog_article_bg p {
		margin-bottom: 10px;
	}

	.partners_logo_section {
		max-width: 350px;
		margin: auto;
	}

	.partners_logo {
		max-width: 150px;
		min-height: 75px;
		display: inline-block;
		vertical-align: top;
	}

	.blog_box {
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}

	.blogbox_content {
		padding: 10px 0px;
		font-size: 13px;
	}

	.blog_box h3 {
		min-height: auto
	}

	.blog_box p {
		min-height: auto
	}

	.blogdate {
		margin-bottom: 10px
	}

	.services_title_section h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}

	.services_title_section {
		padding: 25px 15px;
		max-width: 100%;
		font-size: 13px;
		line-height: 20px;
	}

	.services_box_section {
		max-width: 430px;
		margin: auto;
		padding-bottom: 50px;
	}

	.services_box_section .our_services_customers_box {
		margin-bottom: 4px;
		float: none;
		display: inline-block;
	}

	.testimonial_border_div {
		max-width: 500px;
	}

	.testimonial_left_img {
		float: none;
		margin-right: auto;
		max-width: 250px;
		margin: auto;
		margin-bottom: 20px;
	}

	.testimonial_right_content {
		font-size: 14px;
		color: #5e5d5d;
		line-height: 25px;
		max-width: 350px;
		margin: auto;
		float: none;
		text-align: center;
	}

	.blog_box_section {
		max-width: 300px;
		margin: auto;
	}

	.paging {
		padding-top: 20px;
	}

	.paging ul li a {
		padding: 8px 10px;
		font-size: 12px;
	}

	.left_img_div,
	.right_img_div {
		display: block;
		float: none;
		margin: auto;
		text-align: center;
	}

	.comm_logo_div {
		float: none;
		margin: auto;
	}

	.center_img_div {
		margin: auto;
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	img.center_img_logo {
		width: 90px;
	}

	body.page-id-173 .about_content_section {
		max-width: 320px;
	}

	.blog_detail_page .blog_box img {
		margin: auto;
		max-width: 50%;
	}

	.location_list li {
		margin: auto;
		margin-bottom: 20px;
		float: none;
		display: block;
	}

	.location_list li:last-child {
		margin-right: auto;
	}

	.dwnload_section {
		float: none;
		margin: auto auto 25px;
		padding: 0 15px;
		width: 100%;
	}

	.executive_team_member_h4 {
		min-height: inherit;
	}

	.executive_team_member_content_h6 {
		min-height: inherit;
	}

	.dwnload_section img {
		display: block;
		float: none;
		margin-bottom: 25px;
		max-width: 50%;
		width: 100%;
	}

	.team_motion_content p {
		min-height: inherit;
	}

	.location_details {
		min-height: inherit;
	}

	.technology_box {
		width: 100%;
		float: none;
		margin: auto;
		margin-bottom: 20px;
		max-width: 320px;
	}

	.technology_box p {
		min-height: inherit;
	}

	.our_services_customers_box_bg {
		max-width: 320px;
		margin: auto;
	}

	.our_services_customers_box_bg .our_services_customers_box {
		width: 50%;
		height: auto;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_img {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_img img {
		max-width: 100%;
		width: auto;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt {
		width: 100%;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt a h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.whitepaper_page_section .dwnload_section .whitepaper_cnt p {
		padding-bottom: 15px;
	}

	.newsresult {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 13px;
	}

	.newsresult a {
		font-size: 16px;
	}

	.home_banner_left_content {
		max-width: 100%;
		width: 100%;
		float: none;
		margin: auto;
		margin-bottom: 25px;
	}

	.learn_more_btn {
		padding: 5px 20px;
		font-size: 12px;
		/*height: 30px;*/ /* Removed to properly format buttons on mobile - Merisign 09/11/25 God Bless */
		line-height: 30px;
	}

	.services_section .our_services_customers_box_bg .our_services_customers_box h5 {
		bottom: inherit;
		top: 90px;
		font-size: 15px;
		font-weight: normal;
	}

	.services_section .our_services_customers_box_bg .our_services_customers_box {
		margin-bottom: 50px;
		width: 150px;
		height: 125px;
		float: none;
		margin: auto;
		margin-bottom: 25px;
		display: block;
	}

	.services_section .hover_blue {
		max-width: 40px;
	}

	.services_section .blue_link {
		margin-top: 25px;
	}

	.first_team {
		margin-bottom: 30px;
	}

	.executive_team_section h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.meetteamcnt_left,
	.meetteamcnt_right {
		float: none;
		width: 100%;
		clear: both;
	}

	.meetteam_cnt {
		max-width: 90%;
		padding: 25px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		top: 90px;
		bottom: inherit;
		font-size: 16px;
	}

	.contact_address_section {
		padding-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}

	.conatct_form {
		float: none;
		width: 100%;
	}

	.contact_cnt_section {
		padding: 25px 15px;
	}

	.two_column_cnt_section {
		padding: 25px 15px;
	}

	.place_order_form .txt_box {
		width: 100%;
		margin: inherit !important;
		margin-bottom: 20px !important;
	}

	.place_order_form .txt_area {
		min-height: 125px;
		height: 125px;
	}

	.place_order_form .submit_btn {
		padding: 10px 40px;
		font-size: 17px;
	}

	.community_cnt_box {
		margin: auto;
		margin-bottom: 20px;
		float: none;
		min-height: inherit;
	}

	.community_cnt_box h2 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.community_cnt_box.last {
		margin-right: inherit;
	}

	.communitybox_outer_div {
		margin-bottom: 15px;
	}

	.blog_box {
		min-height: inherit;
		margin-bottom: 25px;
	}

	.blog_sub_form .signup_form .wysija-input {
		float: none;
		margin: auto;
		display: block;
		width: 100%;
		margin-bottom: 15px;
		height: 40px;
		line-height: 40px;
	}

	.blog_sub_form .signup_form #form-validation-field-0 {
		float: none;
		margin: auto;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.blogs_subscribe_box_trans_bg {
		padding: 25px 20px;
	}

	.blog_sub_form h4 {
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.blog_sub_form .signup_form .wysija-submit {
		background-position: 84% 15px;
		padding: 10px 40px 10px 25px;
	}

	.emp_form .form_field {
		margin: auto;
		margin-bottom: 15px;
		float: none;
		width: 100%;
		display: block;
	}

	.emp_form .form_field .txt_box {
		padding: 10px 0 10px 10px;
	}

	.emp_form .textarea_field .txt_area {
		height: 100px;
		min-height: 100px;
	}

	.emp_form .submit_btn {
		padding: 10px 25px;
	}

	.technology_box h4 {
		min-height: inherit;
	}

	body.page-id-126 .services_box_section .our_services_customers_box {
		width: 150px;
		height: 125px;
		float: none;
		margin: auto;
		margin-bottom: 25px;
		display: block;
	}

	body.page-id-126 .services_section .hover_blue {
		margin-top: 25px;
	}

	body.page-id-126 .services_box_section .our_services_customers_box h5 {
		font-size: 15px;
		font-weight: normal;
	}

	.rspv_content_bg {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.rspv_content_bg .event_left .event_info_box {
		margin-bottom: 10px;
	}

	.rspv_content_bg .event_left {
		width: 100%;
		margin-bottom: 25px;
	}

	.rspv_content_bg .event_right {
		margin-left: 0px;
		width: 100%;
	}

	.conatct_form .wpcf7-form-control-wrap {
		width: 100%;
	}

	.conatct_form .wpcf7-form-control-wrap {
		margin-right: 0px;
	}

	.page-id-160 .blog_box_section .blog_box {
		width: 100%;
		max-width: 320px;
		min-height: inherit;
		margin: auto;
		margin-bottom: 25px;
	}

	.page-id-160 .blog_box_section .blog_box h3 {
		min-height: inherit;
		margin-bottom: 15px;
	}

	.view_allservices {
		font-size: 17px;
		line-height: 19px;
		padding-top: 38px;
	}

	.questions_txt1 {
		font-size: 22px;
		font-weight: bold;
		padding-bottom: 0;
	}

	.questions_box {
		font-size: 16px;
		line-height: 32px;
		padding-top: 30px;
	}

	.services_section .our_services_customers_box_bg {
		margin-bottom: 0
	}

	.services_section {
		padding-bottom: 15px
	}

	body.page-id-126 .content_page_bg {
		padding-bottom: 5px
	}


}

@media (max-width:640px) {
	.form-area form .each-fld {
		width: 100%;
		margin-bottom: 12px;
	}

	.accrdion .accord-panel {
		padding: 27px 20px;
	}

	.accrdion .accord-panel ul>li {
		font-size: 14px;
	}

	.accrdion .accord-panel h4:before {
		right: 0;
	}
}

@media (max-width: 479px) {
	.form-area .btn-area {
		flex-wrap: wrap;
	}

	.form-area .btn-area .left-sec {
		margin-bottom: 20px;
	}

	.logo {
		max-width: 170px;
	}

	.home_banner {
		/*height:300px*/
		height: 350px
	}

	.home_banner .home_slider .slick-track li {
		height: 350px;
	}

	.home_banner_left_content {
		font-size: 13px;
		line-height: 20px
	}

	.home_banner_content h1 {
		margin-bottom: 10px;
		font-size: 16px
	}

	.questions_txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 23px
	}

	.tel_link {
		font-size: 15px;
		line-height: 21px;
	}

	.dont_take_word_bg {
		padding-bottom: 40px
	}

	.dont_take_word_section {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 13px
	}

	.dont_take_word_section h3 {
		margin-bottom: 15px;
		font-size: 23px
	}

	.home_testimonial_content_section {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.home_testimonial_content {
		margin-top: 25px
	}

	.home_testimonial_content p {
		margin-bottom: 25px;
		font-size: 14px
	}

	.testimonial_author_title {
		padding-right: 0;
		font-size: 16px
	}

	.home_testimonial_content h5 {
		font-size: 17px
	}

	.round_numbers_bg {
		padding-bottom: 30px
	}

	.round_numbers_bg h3 {
		font-size: 25px
	}

	.our_numbers_round h5 {
		font-size: 30px
	}

	.white_round_section h5 {
		padding-top: 0px;
		font-size: 30px
	}

	.our_service_customers_bg {
		padding-top: 30px
	}

	.our_service_customers_section {
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		font-size: 15px
	}

	.our_service_customers_section h3 {
		margin-bottom: 15px;
		font-size: 23px
	}

	.our_services_customers_box {
		width: 50%
	}

	.our_services_customers_box h5 {
		font-size: 14px
	}

	.your_team_motion_bg {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.your_team_motion_section h3 {
		margin-bottom: 25px;
		font-size: 25px
	}

	.your_team_content_section {
		max-width: 260px;
		padding-bottom: 15px
	}

	.your_team_content_section .slick-prev {
		left: -30px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}

	.your_team_content_section .slick-next {
		right: -30px;
		background-size: 15px auto;
		background-repeat: no-repeat;
	}

	.your_team_content_section .slick-next:hover {
		background-position: inherit;
	}

	.your_team_content_section .slick-prev:hover {
		background-position: inherit;
	}

	.team_members_box {
		display: block;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto
	}

	.blue_link {
		padding-right: 60px;
		padding-left: 60px;
		font-size: 14px
	}

	.industry_news_resources_bg h3 {
		font-size: 23px
	}

	.footer_left {
		font-size: 16px
	}

	.footer_left h4 {
		font-size: 20px
	}

	.footer_left p {
		margin-bottom: 20px
	}

	.footer_submit_btn {
		font-size: 18px
	}

	.footer_right {
		font-size: 14px
	}

	.footer_right h4 {
		font-size: 18px
	}

	.footer_right h5 {
		font-size: 16px
	}

	.blogs_subscribe_box p {
		margin-bottom: 10px
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.footer_logo {
		max-width: 270px;
		margin-bottom: 15px
	}

	.find_out_more_link {
		height: 48px;
		padding-right: 50px;
		padding-left: 50px;
		font-size: 15px;
		line-height: 48px
	}

	.paragraph {
		margin-bottom: 0
	}

	.inner_banner {
		height: 180px
	}

	.inner_banner.team_banner {
		height: 180px
	}

	.inner_banner_title {
		padding-top: 72px
	}

	.inner_banner_h2 {
		font-size: 25px
	}

	.about_content_section {
		line-height: 23px
	}

	.about_content_section_h3 {
		margin-bottom: 15px;
		font-size: 23px;
		line-height: 26px
	}

	.content_list li {
		padding-left: 20px;
		background-position: 0 52%
	}

	.our_team_bg {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.executive_team_section {
		max-width: 300px
	}

	.executive_team_member {
		min-height: inherit;
	}

	.executive_team_member_content {
		padding: 15px
	}

	.executive_team_member_h4 {
		margin-bottom: 5px;
		font-size: 17px;
		line-height: 23px
	}

	.contact_section_bg {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.contact_form_section {
		max-width: 300px
	}

	.contact_form_section_h3 {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 22px
	}

	.contact_txt_box {
		height: 47px;
		line-height: 47px
	}

	.contact_submit_btn {
		height: 47px;
		font-size: 17px;
		line-height: 47px
	}

	.full_width_social {
		min-height: 60px
	}

	.partners_logo_section {
		display: block;
		max-width: 300px;
		margin-right: auto;
		margin-left: auto
	}

	.partners_logo {
		display: inline-block;
		max-width: 50%;
		margin-bottom: 30px;
		float: none
	}

	.partners_logo_section {
		max-width: 300px;
		margin: auto;
	}

	.partners_logo {
		max-width: 140px;
		min-height: 75px;
		display: inline-block;
		vertical-align: top;
	}

	.blog_date {
		margin-bottom: 10px
	}

	.blog_box h3 {
		letter-spacing: 1px
	}

	.blogdate {
		font-size: 13px
	}

	.services_box_section {
		max-width: 250px;
		margin: auto;
		text-align: center;
	}

	.services_box_section .our_services_customers_box {
		margin-bottom: 10px;
		float: none;
		display: inline-block;
		margin-left: inherit;
	}

	.testimonial_page_section {
		max-width: 300px;
		margin: auto
	}

	.testimonial_border_div {
		max-width: 100%;
	}

	#PdfReport {
		width: 100%;
	}

	#PdfReport h3 {
		font-size: 14px;
		line-height: normal;
	}

	#PdfReport .red_btn {
		line-height: 25px;
	}

	.meetteam_cnt {
		max-width: 400px;
	}

	.has-sub-nav {
		background-position: 85% 12px;
	}

	.place_order_form .wpcf7-form-control-wrap {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.place_order_form span.ClosingDate {
		width: 100%;
	}

	.place_order_form br {
		display: none
	}
}

@font-face {
	font-family: 'Helveticaneue';
	src: url(fonts/HelveticaNeue.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url(fonts/HelveticaNeueLight.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Helvetica';
	src: url(fonts/helvetica-bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

/* styles end */



/*================================== 10.05.2018 ========================*/
.all_list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.all_list .list {
	margin: 0 -1.5%;
	float: left;
	padding: 0;
}

.all_list .list .each_list {
	margin: 0 1.5% 50px;
	width: 30.33%;
	float: left;
	padding: 0;
}

.all_list .list .each_list a {
	display: block;
}

.all_list .list .each_list a img {
	margin: 0 auto;
	border: 1px solid #eaeaea;
}

.all_list .list .each_list a+br+a {
	display: block;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	min-height: 50px;
}


@media only screen and (max-width:960px) {
	.all_list .list .each_list {
		width: 47%;
	}

	.all_list .list .each_list a img {
		margin: 0 auto;
		display: block;
	}
}

@media only screen and (max-width:520px) {
	.all_list .list .each_list {
		width: 97%;
		margin: 0 1.5% 30px;
	}
}

/*======================================================================*/

.hs-form fieldset li label {
	display: block !important;
}

/*======================================================================*/

input,
textarea {
	text-align: left !important;
	font-family: 'Lato', Arial !important;
	letter-spacing: 0px !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	border-color: #e2e2e2 !important;
	color: #FFF !important;
	background-color: rgba(239, 239, 239, 0.20) !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-right-width: 1px !important;
	height: auto !important;
}

.wpcf7-form label,
label {
	color: #FFF;
	font-weight: 400;
}

.wpcf7-form .bodyForm label,
.wpcf7-form .bodyForm input,
.wpcf7-form .bodyForm textarea,
.job_types label {
	color: #aeaeae !important;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit,
.job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button,
input[type="submit"],
.btn {
	font-family: 'Lato', Arial !important;
	letter-spacing: 2px !important;
	font-weight: 800 !important;
	font-size: 16px !important;
	color: #2E4B7B !important;
	background: #fff !important;
	border-top-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-right-width: 2px !important;
	border-radius: 75px !important;
	border-style: solid !important;
	border-color: #2E4B7B !important;
	border-radius: 75px !important;
	-moz-border-radius: 75px !important;
	-webkit-border-radius: 75px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-khtml-transition: all .2s linear;
	text-transform: uppercase;
	font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover,
.job-manager-application-wrapper .application .application_button:hover,
.single_job_listing .application .application_button:hover,
input[type="submit"]:hover,
.btn:hover {
	background: #2E4B7B !important;
	color: #ffffff !important;
	border-color: #2E4B7B !important;
}

a.btn {
	text-decoration: none !important;
	margin: 40px 0 0;
	display: inline-block;
}

#responsive-form {
	max-width: 750px
		/*-- change this to get your desired form width --*/
	;
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.column-half,
.column-full {
	float: left;
	position: relative;
	padding: 0.65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/

@media only screen and (min-width: 48em) {
	.column-half {
		width: 50%;
	}
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="file"],
input[type="text"],
input[type="email"],
.wpcf7-select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wpcf7-select {
	background-color: rgba(239, 239, 239, 0.20) !important;
}

div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.job_filters .search_jobs div.search_submit {
	text-align: center;
}

.job_filters .search_jobs input[type="submit"] {
	width: auto !important;
}

/**--------------------- Careers ---------------------**/

.job_filters .search_jobs {
	background: #fff;
}

.single_job_listing .meta li {
	background-image: none !important;
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 0px !important;
	bottom: 30px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

/**-------------------- New Stuff Merisign --------------------**/

.wp-pagenavi a, .wp-pagenavi span {
	margin: 0 !important;
    border: 1px solid #dddddd !important;
    padding: 10px 15px !important;
    color: #454545 !important;
}

.wp-pagenavi span.pages {
	border: none !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    color: #fff !important;
    background-color: #2E4B7B;
}

.wp-pagenavi {
    text-align: center;
}

.page-template-template-twocolumn ul {}

.page-template-template-twocolumn p,
.page-template-template-twocolumn li {
	font-size: 17px;
	line-height: 24px;
}

.locationRow {
	margin-bottom: 50px;
}

.locationRow div {
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important;
    height: 36px !important;
    border-radius: 0 !important;
	background-color: #FFF !important;
	color: #575757 !important;
}

@media screen and (max-width: 767px) {
	.locationRow {
	margin-bottom: 0px;
	}
	.locationRow div {
	width: 100%;
	margin-bottom: 15px;
	}
}