body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	overflow-x: hidden;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.flo-w {
	float: left;
	width: 100%;
}

.client-vid-sec h2,.faqs h2,.services h2,.testimon-head h2 {
	font-weight: 600;
	color: #0099df;
	padding-bottom: 10px;
	position: relative;
	transition: all .5s;
	font-size: 40px;
}

.faqs h2:before,.services h2:before,.testimon-head h2:before {
	width: 60px;
	left: 50%;
}

.client-vid-sec h2:before {
	width: 90px;
	left: 6%;
}

.faqs h2 {
	color: #fff;
}

.client-vid-sec h2,.faqs h2,.testimon-head h2 {
	margin-bottom: 20px;
}

.client-vid-sec h2:before,.faqs h2:before,.services h2:before,.testimon-head h2:before {
	content: "";
	height: 2px;
	background: #0099df;
	bottom: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.faqs h2:before {
	background: #fff;
}

.client-vid-sec h2:hover,.services h2:hover,.testimon-head h2:hover {
	color: #0099df;
}

.faqs h2:hover {
	color: #da9636;
}

.client-vid-sec h2:hover:before,.faqs h2:hover:before,.services h2:hover:before,.testimon-head h2:hover:before {
	background: #da9636;
}

.faqs,.services,.testimon-head {
	margin: 0 auto;
	width: 590px;
	text-align: center;
}

.mrrb10 {
	margin-bottom: 10px;
}

.top-bar {
	background: #0099df;
	padding: 10px 0 5px 0;
}

.social-icon li {
	float: left;
	margin-right: 10px;
}

.social-icon li:last-child {
	float: right;
	margin-top: 2px;
}

.social-icon li p {
	color: #fff;
	font-size: 14px;
}

.social-icon li p i {
	background: #0d77ad;
	padding: 4px 7px;
	color: #fff;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	background: 0 0;
	margin-bottom: 0;
}

.banner-form {
	float: left;
	width: 100%;
	transform: translateY(-40px);
	background-color: #0099df;
	margin-top: 1.7%;
}

.form-section {
	padding: 20px 10px;
	background: #0099df;
}

.btn-default:hover {
	color: #fff!important;
	background-color: #ea4c89;
	border-color: #c5326b;
}

.form-group label {
	color: #fff;
	font-size: 14px;
	padding-right: 17px;
}

.form-group {
	padding-left: 30px;
}

.btns {
	background: #353434;
	border: 1px solid #1b1b1b;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
	transition: all .5s;
	border-radius: 2px;
	padding: 7px 17px;
	margin-top: 5px;
}

.btns:hover {
	color: #034ea2;
}

.btn-nav {
	background-color: #0099df;
	padding: 10px 5px;
	color: #fff!important;
}

.client-vid {
	float: left;
	width: 100%;
	height: auto;
	padding: 35px 0;
}

.client-vid-sec h2 {
	font-size: 27px;
	margin-bottom: 35px;
}

.service-section {
	padding: 0 0;
}

.box-section {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.box {
    background-color: transparent;
    border: 1px solid #0099df;
    min-height: 425px;
    height: auto;
    margin-bottom: 25px;
    padding: 22px 20px;
    text-align: center;
    transition: all .6s ease 0s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box:hover {
	border: 1px solid #0099df;
	height: auto;
}

.box h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #0099df;
}

.box p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	color: #5c5c5c;
	line-height: 27px;
	margin-top: 20px;
}

.box i {
	font-size: 40px;
	font-weight: 400;
	color: #0099df;
}

.btn-take-free {
	color: #fff;
	background-color: #0188d3;
	border-color: #0175b0;
	border-radius: 2px;
	transition: all .6s;
}

.btn-take-free:hover {
	color: #f3ff40;
}

.btn-take-free-new {
	color: #fff;
	background-color: #e0961b;
	border-color: #a96e0d;
	border-radius: 2px;
	transition: all .6s;
	display: block;
}

.btn-take-free-2:hover {
	color: #f3ff40;
}

.count-box-new {
	width: 100%;
	float: left;
	height: auto;
}

.count-box-new h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	line-height: 40px;
	transition: all .5s ease 0s;
	text-align: center;
}

.count-box-new:hover h2 {
	color: #f8b21d;
}

.count-box-new p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin-top: 15px;
}

.seprate-other {
	float: left;
	width: 100%;
	background: #0099df;
	padding: 27px 0;
}

.counter-boxs {
	display: flex;
	justify-content: space-between;
}

.count-box {
	flex-basis: 16%;
	height: 120px;
	text-align: center;
	cursor: pointer;
}

.count-box h2 {
	font-size: 55px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	transition: all .5s;
}

.count-box p {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #a7a5a5;
	color: #fff;
}

.count-box:hover h2 {
	color: #f8b21d;
}

.count-box:hover p {
	color: #fff;
}

.seprate {
	background: url(../img/bg-btn.jpg);
	background-size: cover;
	background-attachment: fixed;
	margin: 30px 0;
	padding: 70px 0;
}

.btns-section {
	float: left;
	width: 100%;
	position: relative;
	min-height: 160px;
}

.btns-section a {
	border: 1px solid #006496;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	background: #0099df;
	transition: all .5s;
	position: absolute;
	top: 50%;
	transform: translate(-40%,-50%);
}

.btns-section a:hover {
	background: #da9636;
	border: 1px solid #ad7220;
}

.seprate-head h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
}

.call-to-action {
	float: left;
	width: 100%;
	background-color: #ef8233;
	padding: 40px 0;
}

.call-action-email {
	float: left;
	width: 100%;
	height: auto;
}

.call-action-icons {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	position: relative;
}

.call-action-icons i {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.call-action-email .text {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 18px;
	margin-top: 19px;
}

.client-vid-sec {
	padding: 20px 0;
}

.testimonals {
	padding: 20px 0;
}

.test-cont {
	float: left;
	width: 95%;
	height: auto;
	padding: 4px 23px;
	background-color: #f9f9f9;
	border-radius: 4px;
	position: relative;
	margin-left: 26px;
	margin-top: 40px;
	border: 1px solid #0099df;
}

.test-cont h3 {
	color: #0099df;
	font-size: 16px;
	font-weight: 600;
}

.test-cont h5 {
	color: #636363;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.test-cont p {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	line-height: 27px;
	text-align: justify;
}

.test-cont-img {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #0099df;
	border-radius: 50%;
	position: absolute;
	left: -26px;
	top: -34px;
	z-index: 9999!important;
	background-color: #fff!important;
}

.test-cont-img img {
	float: left;
	width: 70%!important;
	height: auto;
	display: block;
}

.owl-carousel .owl-item img {
	display: block;
	width: 74%;
	left: 8px;
	position: absolute;
	top: 5px;
}

.faq-section {
	padding: 20px 0;
	background: #0099df;
}

.faq-ques ul li {
	padding-bottom: 10px;
}

.faq-ques ul li h4 {
	color: #ffdc46;
	font-weight: 600;
}

.faq-ques ul li p {
	color: #fff;
}

footer {
	float: left;
	width: 100%;
	background: #21252b;
	padding: 20px;
}

.footer-menu h4,.footer-menu-add {
	color: #fff;
	font-size: 22px;
}

.footer-menu ul li a {
	display: inline-block;
	color: #e3e3e3;
}

.footer-menu ul li {
	padding: 0 0 5px 10px;
}

.footer-menu ul li:before {
	content: "\f0c1";
	font-family: fontawesome;
	color: #0099df;
	padding-right: 10px;
}

.footer-menu-add ul li p {
	font-size: 14px;
}

.copyright {
	background: #005d8c;
	padding: 20px 0 8px 0;
}

.copy-sec p {
	color: #fff;
}

.design {
	float: right;
}

.active-new {
	color: #fff!important;
	padding: 1px 3px;
	margin-top: 0;
}

.active-new a {
	color: #0099df!important;
	font-size: 14px;
	font-weight: 700;
}

.button-banner {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	top: -120px;
}

.button-banner .inner-button {
	position: absolute;
	transform: translate(-50%,-50%) left:50%;
	top: 50%;
}

.btn-query-two {
	padding: 10px 10px;
	background-color: #dc447f;
	color: #fff;
	font-weight: 600;
	border-radius: 7px;
	border: 1px solid #a02656;
	transition: all .3s;
	font-size: 16px;
}

.btn-query-two:hover {
	background-color: transparent;
	color: #dc447f;
}

.btn-query {
	padding: 10px 20px;
	background-color: #008a06;
	color: #fff;
	font-weight: 600;
	border-radius: 7px;
	border: 1px solid #006704;
	transition: all .3s;
}

.btn-query:hover {
	background-color: transparent;
	color: #008a06;
}

.pulse {
	transition: .5s;
	-webkit-animation: pulse 1s ease infinite;
	-moz-animation: pulse 1s ease infinite;
	-ms-animation: pulse 1s ease infinite;
	-o-animation: pulse 1s ease infinite;
	animation: pulse 1s ease infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.07);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
	}

	25% {
		-moz-transform: scale(1.07);
	}

	50% {
		-moz-transform: scale(1);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1);
	}

	25% {
		-ms-transform: scale(1.07);
	}

	50% {
		-ms-transform: scale(1);
	}

	100% {
		-ms-transform: scale(1);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1);
	}

	25% {
		-o-transform: scale(1.07);
	}

	50% {
		-o-transform: scale(1);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.07);
	}

	100% {
		transform: scale(1);
	}
}

.whatapp-btn {
	color: #fff;
	background-color: #69c56d;
	border-color: #36ad3b;
	border-radius: 2px;
	transition: all .6s;
}

.whatapp-btn:hover {
	color: #030506;
}

.modal-body .form-group {
	padding-left: 0;
}

.banner-img {
	width: 100%;
	height: auto;
	float: left;
}

.banner-img img {
	background-size: cover;
	width: 100%;
	height: auto;
	display: block;
}

.copy-sec design p a {
	color: #fff;
}

.services-new {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.services-new h2 {
	color: #0099df;
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	transition: all .5s ease 0s;
	text-align: center;
}

.services-new p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 30px;
	text-align: center;
	width: 50%;
}

.services-new h2::before {
	background: #0099df none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 86%;
	transform: translate(-50%,50%);
	width: 60px;
}

.testimon-head-new {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	padding: 50px 0;
	background-color: #f9f9f9;
}

.testimon-head-new h2 {
	color: #0099df;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
	transition: all .5s ease 0s;
}

.testimon-head-new p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.testimon-head-new h2::before {
	background: #0099df none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	transform: translateX(10%);
	width: 60px;
}

.take_a_free_new {
	border: 1px solid #006496;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	background: #0099df;
	transition: all .5s;
}

.faq-section-new {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	padding: 50px 0;
	background-color: #0099df;
}

.faq-section-new h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	transition: all .5s ease 0s;
}

.faq-section-new p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.faq-section-new h2::before {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	transform: translateX(10%);
	width: 60px;
}

.enq-btn {
	display: none;
}

.clnt-img-sec {
	float: left;
	width: 100%;
	height: auto;
}

.clnt-img-sec h2 {
	color: #0099df;
	font-size: 23px;
	font-weight: 600;
}

.sepratline {
	width: 42px;
	height: 2px;
	background-color: #0099df;
	float: left;
	margin-top: 3px;
	margin-bottom: 5px;
}

.sms-send-img {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.sms-send-img img {
	width: 100%;
	height: auto;
	display: block;
}

.video-section {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.mrrtp30 {
	margin-top: 30px;
}

.mrrtp40 {
	margin-top: 40px;
}

.main-video-section {
	float: left;
	width: 100%;
	height: auto;
	box-shadow: 1px 2px 8px #928c8c;
}

.nimbus-videos {
	width: 100%;
	height: auto;
	float: left;
	border-top: 2px solid #08c;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: 10px 10px 10px #d8d8d8;
}

.video-section h2 {
	color: #0099df;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 0;
	position: relative;
	transition: all .5s ease 0s;
}

.nimbus-videos iframe {
	width: 100%;
	height: 350px;
	display: block;
}

.video-detail {
	float: left;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 5px 15px;
	border-bottom: 2px solid #08c;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 10px 10px 10px #d8d8d8;
}

.video-detail h2 {
	float: left;
	font-size: 15px;
	color: #08c;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 7px;
}

.video-detail p {
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 22px;
}

.outer-related-section {
	float: left;
	background-color: #fff;
	width: 100%;
	padding: 12px 0;
	margin-bottom: 10px;
	box-shadow: 1px 0 9px #d0d0d0;
	border: 1px solid #dcdcdc;
}

.related-pro-cont {
	float: left;
	width: 100%;
	height: auto;
}

.related-pro-cont h3 {
	font-size: 14px;
	font-weight: 600;
	color: #08c;
	margin-top: 0;
	margin-bottom: 10px;
	white-space: nowrap;
	min-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}

.related-pro-cont p {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	margin: 0;
	line-height: 18px;
}

.get-nicer {
	overflow: auto;
	height: 280px;
}

.nicescroll-rails {
	background-color: #026ab2;
}

.nicescroll-cursors {
	border: none!important;
	background-color: #000!important;
	border-radius: 0!important;
}

.jumbotron {
	padding-top: 80px;
}

#examples {
	padding: 5px;
	margin: 10px 0;
	overflow: hidden;
}

#examples>hr {
	margin: 20px 10px;
}

.content-new {
	overflow: auto;
	position: relative;
	background-color: transparent;
	width: 100%;
	max-width: 97%;
	height: 420px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-new.hidden {
	display: none;
}

.content-new.light {
	background-color: #ddd;
	color: #333;
}

.showcase #content-3.content-new {
	background-color: #412626;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC);
	margin-right: 40px;
	width: 310px;
}

.font-awosome-for {
	color: #fff!important;
	font-size: 13px!important;
}

.panel-body .form-group {
	padding-left: 0!important;
}

.panel-body .form-group label {
	color: #333!important;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
}

.ins-call-bk-outer {
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.ins-call-bk {
	float: right!important;
	width: 280px;
	position: relative;
	bottom: 0;
}

.inner-call {
	position: absolute;
	transform: translate(-54%,0);
	left: 50%;
	z-index: 999;
	bottom: 0;
	width: 280px;
	margin-bottom: 0;
}

.bottm-hide {
	display: block;
}

@media only screen and (min-width:1229px) {
	.showcase .horizontal-images.content-new {
		width: 1060px;
	}
}

@media only screen and (min-width:1629px) {
	.showcase .horizontal-images.content-new {
		width: 700px;
	}
}

@media handheld,only screen and (min-width:300px) and (max-width:400px) {
	.design {
		float: left;
	}

	.copy-sec {
		float: left;
	}

	.footer-menu h4,.footer-menu-add {
		font-size: 20px;
	}

	.faqs,.services,.testimon-head {
		width: 100%;
		text-align: left;
	}

	.client-vid-sec h2,.faqs h2,.services h2,.testimon-head h2 {
		font-size: 16px;
	}

	.faq-ques ul li h4 {
		font-size: 17px;
	}

	.faq-ques ul li p {
		font-size: 15px;
	}

	.btns-section a {
		border: 1px solid #fff;
		display: inline-block;
		padding: 15px 15px;
		font-size: 14px;
		color: #fff;
		border-radius: 5px;
		background: #ab452f;
		transition: all .5s;
		position: absolute;
		top: 50%;
		left: 34%;
		transform: translate(-27%,-50%);
	}

	.btns-section {
		min-height: 100px;
	}

	.top-service-box {
		margin-bottom: 10px;
	}

	.services h2:before,.testimon-head h2:before {
		left: 12%;
	}

	.test-cont {
		margin-left: 20px;
	}

	.client-vid-sec h2:before {
		left: 17%;
	}

	.client-vid-sec,.service-section {
		padding: 0 0 20px 0;
	}

	.clien-logos {
		width: 100%;
		height: auto;
		float: left;
	}

	.clien-logos img {
		width: 100%;
		height: auto;
		display: block;
		background-size: cover;
	}

	.clien-logos h2 {
		margin-bottom: 10px;
		color: #0099df;
		font-weight: 400;
		font-size: 16px;
		transition: all .5s ease 0s;
	}

	iframe {
		width: 100%;
	}

	.box-section {
		display: block;
	}

	.banner-img {
		width: 100%;
		height: auto;
		float: left;
	}

	.banner-img img {
		width: 100%;
		min-height: 230px;
		float: left;
		display: block;
	}

	.social-icon li p {
		font-size: 13px;
	}

	.navbar-toggle {
		margin-top: 30px;
	}

	.services p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 27px;
	}

	.box {
		min-height: 295px;
	}

	.box h3 {
		font-size: 18px;
	}

	.no-padding {
		padding: 0;
	}

	.count-box h2 {
		font-size: 25px;
	}

	.counter-boxs {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.count-box {
		flex-basis: 50%;
	}

	.seprate-head h3 {
		font-size: 22px;
	}

	.call-action-icons {
		float: left;
		width: 40px;
		height: 40px;
	}

	.call-action-icons i {
		font-size: 18px;
	}

	.call-action-email .text {
		float: left;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		margin-left: 12px;
		margin-top: 7px;
	}

	.call-action-email {
		margin-bottom: 20px;
	}

	.button-banner {
		float: left;
		width: 100%;
		top: -100px;
	}

	.services-new h2 {
		color: #0099df;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
	}

	.services-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(-50%);
		width: 60px;
	}

	.services-new p {
		width: 100%;
	}

	.testimon-head-new {
		padding: 50px 0 0;
	}

	.testimon-head-new h2 {
		color: #0099df;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
		margin-left: 30px;
	}

	.testimon-head-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(20%);
		width: 60px;
	}

	.faq-section-new h2 {
		color: #0099df;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
	}

	.faq-section-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(6%);
		width: 60px;
	}

	.count-box-new h2 {
		font-size: 30px;
		line-height: 10px;
	}

	.client-vid h2 {
		font-size: 20px;
		line-height: 25px;
		color: #fff;
	}

	.seprate-head h3 {
		font-size: 15px;
		line-height: 22px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.btns-section a {
		background: #0099df none repeat scroll 0 0;
		border: 1px solid #006496;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-size: 18px;
		padding: 10px 20px;
		position: absolute;
		top: 65%;
		transform: translate(26%,-98%);
		transition: all .5s ease 0s;
		left: 0;
	}

	.btns-section {
		min-height: 110px;
	}

	.clien-logos h2 {
		color: #fff;
	}

	.test-cont {
		margin-left: 23px;
		margin-top: 40px;
		padding: 0 50px;
	}

	.call-action-email {
		margin-bottom: 15px;
	}

	.enq-btn {
		display: block;
	}

	.enq-btn {
		z-index: 989;
		position: fixed;
		left: 0;
		top: auto;
		right: auto;
		bottom: -320px;
		background-color: #002e5e;
		width: 100%;
		padding: 40px 20px 10px;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}

	.enq-left {
		background-color: #01ab20;
		bottom: 0;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 600;
		left: 0;
		line-height: 40px;
		position: fixed;
		text-align: center;
		text-transform: uppercase;
		width: 50%;
		z-index: 990;
		cursor: pointer;
	}

	.call-btns {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		text-align: center;
		/*width: 50%;*/
		width: 100%;
		line-height: 40px;
		background-color: #211f20;
		color: #fff;
		z-index: 990;
		font-size: 17px;
		font-family: robotobold;
		text-transform: uppercase;
		border-left: 1px solid #fff;
	}

	.form-box {
		z-index: 989;
		position: fixed;
		left: 0;
		top: auto;
		right: auto;
		bottom: -380px;
		background-color: #002e5e;
		width: 100%;
		padding: 40px 20px 10px;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
		margin: 170px 40px 0 0;
	}

	.close_btn {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
		z-index: 1000;
		background-color: red;
		color: #fff;
		width: 34px;
		height: 34px;
		line-height: 32px;
		text-align: center;
		display: block;
	}

	.form-box.form_active {
		bottom: 40px;
	}

	label {
		color: #fff;
	}

	.clien-logos h2 {
		color: #000;
	}

	.seprate {
		padding: 4px 0 35px 0;
	}

	.mrrs10 {
		margin-bottom: 10px;
	}

	.social-icon li:last-child {
		float: left;
		margin-top: 2px;
		margin-bottom: 8px;
	}
}

@media handheld,only screen and (min-width:401px) and (max-width:600px) {
	.services-new h2 {
		color: #0099df;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
	}

	.services-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(-50%);
		width: 60px;
	}

	.services-new p {
		width: 100%;
	}

	.testimon-head-new {
		padding: 50px 0 0;
	}

	.testimon-head-new h2 {
		color: #0099df;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
		margin-left: 30px;
	}

	.testimon-head-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(20%);
		width: 60px;
	}

	.faq-section-new h2 {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		position: relative;
		transition: all .5s ease 0s;
		margin-top: 0;
	}

	.faq-section-new h2::before {
		background: #0099df none repeat scroll 0 0;
		bottom: 0;
		content: "";
		height: 2px;
		position: absolute;
		transform: translateX(6%);
		width: 60px;
	}

	.count-box-new h2 {
		font-size: 30px;
		line-height: 10px;
	}

	.client-vid h2 {
		font-size: 20px;
		line-height: 25px;
		color: #fff;
	}

	.seprate-head h3 {
		font-size: 15px;
		line-height: 22px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.btns-section a {
		background: #0099df none repeat scroll 0 0;
		border: 1px solid #006496;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-size: 18px;
		padding: 10px 20px;
		position: absolute;
		top: 65%;
		transform: translate(26%,-98%);
		transition: all .5s ease 0s;
	}

	.btns-section {
		min-height: 110px;
	}

	.clien-logos h2 {
		color: #000;
	}

	.test-cont {
		margin-left: 23px;
		margin-top: 40px;
		padding: 0 50px;
	}

	.call-action-email {
		margin-bottom: 15px;
	}

	.enq-btn {
		display: block;
	}

	.enq-btn {
		z-index: 989;
		position: fixed;
		left: 0;
		top: auto;
		right: auto;
		bottom: -320px;
		background-color: #002e5e;
		width: 100%;
		padding: 40px 20px 10px;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
	}

	.enq-left {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 50%;
		line-height: 40px;
		background-color: #211f20;
		color: #fff;
		z-index: 990;
		font-size: 18px;
		text-transform: uppercase;
	}

	.call-btns {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		text-align: center;
		/*width: 50%;*/
		width: 100%;
		line-height: 40px;
		background-color: #211f20;
		color: #fff;
		z-index: 990;
		font-size: 17px;
		font-family: robotobold;
		text-transform: uppercase;
		border-left: 1px solid #fff;
	}

	.form-box {
		z-index: 989;
		position: fixed;
		left: 0;
		top: auto;
		right: auto;
		bottom: -380px;
		background-color: #002e5e;
		width: 100%;
		padding: 40px 20px 10px;
		-webkit-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
		margin: 170px 40px 0 0;
	}

	.close_btn {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
		z-index: 1000;
		background-color: red;
		color: #fff;
		width: 34px;
		height: 34px;
		line-height: 32px;
		text-align: center;
		display: block;
	}

	.form-box.form_active {
		bottom: 40px;
	}

	label {
		color: #fff;
	}

	.seprate {
		padding: 4px 0 35px 0;
	}

	.mrrs10 {
		margin-bottom: 10px;
	}

	.social-icon li:last-child {
		float: left;
		margin-top: 2px;
		margin-bottom: 8px;
	}
}
@media only screen and (max-width:1200px) {
    .social-icon li:last-child {
        float: left;
    }
    .social-icon.flo-w {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .social-icon li p strong {
        display: block;
    }
    
}
@media only screen and (max-width:992px) {
    .box {
        padding: 10px;
    }
    .social-icon.flo-w {
        flex-direction: column;
    }
    .social-icon li p strong {
        display: inline-block;
    }
    .social-icon li {
        text-align: center;
        margin: 0 !important;
    }
    .navbar-toggle {
        margin-top: 28px;
    }
}
@media only screen and (min-width:768px) {
    /*.banner-form {
    	margin-top: 4.3%;
    }*/
}
@media only screen and (max-width:768px) {
	.call-action-icons {
		width: 38px;
		height: 38px;
		margin-top: 3px;
	}

	.call-action-icons i {
		font-size: 18px;
	}

	.call-action-email .text {
		margin-top: 7px;
	}

	.call-action-email .text {
		font-size: 15px;
	}
    .box {
        min-height: auto;
    }
    .form-group {
        padding-left: 0;
    }
    .btns {
        margin-left: 0px;
    }
}