/*@import url(reset.css);*/
@import url("fonts/proxima-nova/stylesheet.css");
@import url("fonts/proxima-extrabold/stylesheet.css");
@import url(fonts/proxima-semibold/stylesheet.css);
@import url(fonts/proxima-light/stylesheet.css);
@import url(fonts/proxima-bold/stylesheet.css);
@import url(fonts/font-awesome/css/font-awesome.min.css);
/* Global */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
}
a, img {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus, a:active {
	outline: 0;
	color: inherit;
	text-decoration: none;
}
b {
	font-family: 'proximanova-bold';
}
/* headings */
h1, h2, h5 {
	font-family: 'proxima_novaextrabold';
}
h3, h6, .btn {
	font-family: 'proximanova-bold';
}
img.alignleft, img.alignright, img.aligncenter {
	margin-top: 10px;
}
h1 {
	font-size: 42px;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 10px;
}
h2 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 45px;
	margin-bottom: 10px;
}
h3 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 0px;
}
h4 {
	font-size: 20px;
	line-height: 25px;
	font-family: 'proximanova-semibold';
	text-transform: uppercase;
	margin-bottom: 10px;
}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}
h6 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}
p {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}
a {
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
}
strong {
	font-weight: bold;
	color: #000;
}
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-left: 15px;
}
a:link, a:visited {
	color: #F5821E;
}
ol, ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
em {
	font-style: italic;
}
input.white, textarea.white {
	background: none;
	border: 1px solid #000;
	padding: 12px 18px;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}
input.white, textarea.white {
	border: 1px solid #FFF;
	color: #FFF;
}
input[type="submit"] {
	border-radius: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 14px 20px;
	background: #f5821e;
	border: 2px solid #f5821e;
	font-family: 'proximanova-bold';
	transition: 1s;
	-webkit-transition: 1s;
}
address {
	color: #000;
	font-size: 15px;
	font-family: 'proximanova-light1';
	line-height: 22px;
}
address a {
	color: #000;
}
address a:hover {
	color: #f5821e;
}
.btn {
	border: 0 none;
	border-radius: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 14px 20px;
}
.theme-btn {
	background: #f5821e;
	border: 2px solid #f5821e;
	color: #FFF !important;
}
.theme-btn:hover {
	color: #FFF;
}
.theme-btn-blank, .theme-btn-blank:hover {
	border: 2px solid #FFF;
	background: none;
	color: #FFF;
}
.home-title {
	width: 100%;
	text-align: center;
	float: left;
}
.home-title h2 {
	width: 100%;
	text-align: center;
	color: #000;
}
.top-bar {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f2f2f2;
	font-family: 'proximanova-light1';
}
.top-bar ul {
	list-style-type: none;
	font-size: 15px;
	margin: 0px auto;
	float: left;
}
.top-bar ul li {
	float: left;
	padding: 16px 18px;
	border-right: 1px solid #f2f2f2;
}
.top-bar ul li:first-child {
	padding-left: 0px;
}
.top-bar ul li:last-child {
	border: 0px none;
}
.top-bar ul li a {
	color: #000;
}
.top-bar ul li a span {
	float: left;
}
.top-bar ul li a i {
	font-size: 15px;
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}
.top-bar ul li a i.new-client, .top-bar ul li a i.network {
	width: 15px;
	height: 14px;
	background-position: center center;
	background-repeat: no-repeat;
}
.top-bar ul li a i.new-client {
	background-image: url(../images/top-bar-register-icon.png);
}
.top-bar ul li a i.network {
	background-image: url(../images/network-icon.png);
}
.phn-no {
	float: right;
	font-size: 15px;
	margin: 16px 0px 0px;
}
.phn-no i {
	width: 17px;
	height: 17px;
	float: left;
	margin-top: 2px;
	background: url(../images/phone-icon.png) center center no-repeat;
	margin-right: 7px;
}
.phn-no span {
	float: left;
}
/* header & Menu */
header {
	width: 100%;
	display: block;
	float: left;
}
.main-menu {
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2;
}
.main-menu li {
	width: 164px;
	border-right: 1px solid #f2f2f2;
	float: left;
	padding: 29px 0px;
}
.main-menu li:hover {
	background: #fafafa;
}
.main-menu li:first-child {
	border-left: 1px solid #f2f2f2;
}
.main-menu li a {
	text-align: center;
	font-size: 14px;
	color: #000;
	background: none !important;
	padding: 0px !important;
	margin: 0 auto;
	display: table;
}
.main-menu li a span {
	float: left;
	clear: both;
}
.main-menu li a b {
	float: left;
	clear: both;
}
.main-menu .navbar-brand {
	padding: 23px 0px;
	max-width: 322px;
}
.main-menu .navbar-brand > img {
	width: 100%;
}
/* Slider */
.slider {
	width: 100%;
	min-height: 600px;
	float: left;
	background: url(../images/slider-bg.jpg) center center no-repeat #353f40;
	background-size: 100% 100%;
}
.description-slider {
	color: #FFF;
	margin-top: 205px;
	width: 100%;
	text-align: center;
}
.description-slider .main-line {
	font-size: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'proximanova-light1';
}
.description-slider h1 {
	letter-spacing: 2px;
	margin-top: 10px;
}
.description-slider .btn {
	margin-top: 33px;
}
.description-slider .theme-btn {
	margin-right: 13px;
}
/* Content Sections */
content {
	width: 100%;
	float: left;
}
section {
	width: 100%;
	float: left;
	display: block;
	padding: 65px 0px 45px;
}
/* About */
.section-about-company {
	background: #f8f8f8;
}
.text-big {
	width: 100%;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
}
.specialties {
	margin-top: 50px;
	float: left;
	width: 100%;
}
.box-one {
	margin: 0 auto;
	max-width: 320px;
	display: table;
}
.box-one h3 {
	color: #093c77;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
.box-one .victor-img {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 25px;
}
.box-one p {
	text-align: center;
	float: left;
	letter-spacing: 0.6px;
}
/* Services */
.services {
	background: #FFF;
}
.services-main {
	width: 100%;
	float: left;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 35px;
}
.services-main ul {
	float: left;
	list-style-type: none;
	width: 100%;
	margin-left: 0px;
}
.services-main ul li {
	float: left;
	border-right: 1px solid #f2f2f2;
	width: 20%;
	padding: 50px 15px 0;
	-webkit-transition: all 0.2s; /* Safari */
	transition: all 0.2s;
}
.services-main ul li:hover {
	background: #f5821e;
}
.services-main ul li:hover h3, .services-main ul li:hover p {
	color: #FFF;
}
.services-main ul li h3 {
	color: #000;
	font-family: 'proxima_novaextrabold';
	letter-spacing: 1.5px;
	margin-bottom: 0;
	min-height: 65px;
}
.services-main ul li .victor-img {
	height: 85px;
}
.services-main ul li .victor-img.seo {
	background: url(../images/seo.png) center center no-repeat;
}
.services-main ul li:hover .victor-img.seo {
	background: url(../images/seo-hover.png) center center no-repeat;
}
.services-main ul li .victor-img.web-design {
	background: url(../images/web-design.png) center center no-repeat;
}
.services-main ul li:hover .victor-img.web-design {
	background: url(../images/web-design-hover.png) center center no-repeat;
}
.services-main ul li .victor-img.ppc {
	background: url(../images/ppc.png) center center no-repeat;
}
.services-main ul li:hover .victor-img.ppc {
	background: url(../images/ppc-hover.png) center center no-repeat;
}
.services-main ul li .victor-img.mobile {
	background: url(../images/mobile-apps.png) center center no-repeat;
}
.services-main ul li:hover .victor-img.mobile {
	background: url(../images/mobile-apps-hover.png) center center no-repeat;
}
.services-main ul li .victor-img.consulting {
	background: url(../images/consulting.png) center center no-repeat;
}
.services-main ul li:hover .victor-img.consulting {
	background: url(../images/consulting-hover.png) center center no-repeat;
}
/* Why us Section */
.why-us {
	padding-top: 0px;
}
.why-us-bg {
	background: url(../images/why-us-bg.png) top center no-repeat;
	padding-top: 65px; /*height:567px;*/
	background-size: cover;
	height: 600px;
}
.why-us-bg .reasons {
	padding-top: 50px;
	float: left;
	width: 100%;
}
.why-us-bg h2, .why-us-bg h3, .why-us-bg p {
	color: #FFF;
}
.why-us-bg .box-one {
	max-width: 325px;
}
/* Dots */
.dots {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.dots ul {
	width: auto;
	display: table;
	margin: 0 auto;
	list-style-type: none;
}
.dots ul li {
	float: left;
	width: 11px;
	height: 11px;
	border: 3px solid #FFF;
	margin: 0px 3px;
	border-radius: 25px;
}
.dots ul li.active, .dots ul li:hover {
	background: #FFF;
}
.numbers .entry-numbers {
	height: 254px;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #f2f2f2;
}
.numbers .entry-numbers .big-orange {
	font-size: 80px;
	color: #f5821e;
	line-height: 72px;
	font-family: 'proxima_novaextrabold';
}
.number-block {
	margin: -50px 0 0;
	padding: 0 0 45px;
}
/* Logos */
.company-logos {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.company-logos ul {
	width: auto;
	display: table;
	margin: 0 auto;
	height: 128px;
}
.company-logos ul li {
	height: 128px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 20px;
	list-style-type: none;
	display: table-cell;
}
/* Testimonial */
.testimonials {
	background: #f9f9f9;
	text-align: center;
}
.test-slide {
	float: left;
	width: 100%;
}
.test-slide .img-dp a {
	padding: 0;
}
.test-slide .img-dp {
	width: 117px;
	height: 117px;
	border-radius: 150px;
	border: 8px solid #FFF; /* display:table; */
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
	margin-top: 10px;
	margin-bottom: 15px;
}
.test-slide .img-dp img {
	width: 100%;
	float: left;
	height: 100%;
}
.test-slide .slogan {
	margin-bottom: 40px;
	float: left;
	width: 100%;
	text-align: center;
}
.test-slide p {
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
	clear: both;
	position: relative;
	max-width: 85%;
}
.test-slide p:before {
	background: rgba(0, 0, 0, 0) url("../images/quote-testimonial.png") no-repeat scroll center center;
	content: "";
	font-family: "Times New Roman", Times, serif !important;
	font-size: 153px;
	height: 54px;
	left: -70px;
	position: absolute;
	top: -28px;
	width: 68px;
}
.test-slide .visitor {
	float: left;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}
.testimonial-slider.owl-carousel.owl-theme {
	float: left;
}
.test-slide a {
	padding-left: 50px;
	padding-right: 50px;
}
/* Company Logo */
.companies #company-logo, .company-logo {
	float: left;
	width: 100%;
}
.owl-item {
	padding: 5px;
}
.company-logo .logos {
	border: 1px solid #e5e5e5;
	height: 95px;
	display: table;
	width: 100%;
}
.company-logo .logos span {
	height: 95px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.company-logo .owl-theme .owl-controls {
	margin-top: -15.5px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.company-logo .owl-next {
	position: absolute;
	right: -50px;
	background: url(../images/next.png) center center no-repeat !important;
	border-radius: 0px !important;
	width: 31px;
	height: 31px;
	opacity: 1 !important;
	text-indent: -900px !important;
	overflow: hidden;
}
.company-logo .owl-prev {
	position: absolute;
	left: -50px;
	background: url(../images/prev.png) center center no-repeat !important;
	width: 31px;
	height: 31px;
	border-radius: 0px !important;
	opacity: 1 !important;
	text-indent: -900px !important;
	overflow: hidden;
}
/* Contact US */
.contact {
	background: url(../images/contact-bg.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.contact h2, .contact p {
	color: #FFF;
	text-align: center;
}
.contact p {
	margin-top: 0px;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.contact-form {
	width: 100%;
	float: left;
}
.contact-form .wpcf7 input[type="text"], .contact-form .wpcf7 textarea, .contact-form .wpcf7 input[type="email"], .contact-form .wpcf7 input[type="passowrd"], .contact-form .wpcf7 input[type="tel"] {
	color: #FFF;
	width: 100%;
	background: none;
	height: 45px;
	padding: 0 15px;
}
.contact-form .wpcf7 textarea {
	height: 159px;
	padding-top: 15px;
	margin-top: 10px;
}
.contact-form .wpcf7 input[type="submit"] {
	display: inline-block;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	outline: none;
}
 .contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #FFF;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #FFF;
 opacity:  1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #FFF;
 opacity:  1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #FFF;
}
.contact-form .wpcf7 {
	width: 100%;
}
/* Footer */
footer {
	background: #0d0d0d;
	float: left;
	width: 100%;
}
footer .data-footer {
	padding: 50px 0px;
	float: left;
	width: 100%;
}
footer .copy-right {
	background: #010101;
	min-height: 85px;
	float: left;
	width: 100%;
}
.footer-part {
	float: left;
	width: 100%;
}
footer h6 {
	color: #FFF;
}
.footer-part > h6 {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.footer-part address {
	color: #FFF;
}
.footer-part address a {
	color: #FFF;
}
.footer-part address a:hover {
	color: #f5821e;
}
.footer-menu {
	list-style-type: none;
}
.footer-menu a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'proximanova-semibold';
	letter-spacing: 1px;
	line-height: normal;
}
.footer-menu a:link:hover {
	color: #f5821e;
}
.footer-part .post-data {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-part .post-data:last-child {
	border: 0 none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer-part .post-data .heading {
	float: left;
	width: 100%;
}
.footer-part .post-data .heading .img-dp {
	float: left;
	margin-right: 8px;
	width: 68px;
	height: 61px;
}
.footer-part .post-data .heading h6 {
	margin-top: 9px;
}
.footer-part .post-data p {
	float: left;
	width: 100%;
	opacity: 0.7;
	Font-family: 'proximanova-light1';
	color: #FFF;
	margin-top: 5px;
}
.first-tab {
	padding-left: 0px;
}
.last-tab {
	padding-right: 0px;
}
.social-icons {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.social-icons .item-box {
	width: 37px;
	height: 35px;
	border-radius: 10px;
	float: left;
	margin-right: 7px;
	background: #FFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.social-icons .item-box:hover {
	background: #f5821e;
}
.social-icons .item-box i {
	color: #000;
	font-size: 20px;
}
.copy-right ul, .copy-right p {
	opacity: 0.5;
	color: #FFF;
	list-style-type: none;
}
.copy-right ul {
	margin-top: 38px;
}
.copy-right ul li {
	border-right: 1px solid #FFF;
	float: left;
	padding: 0px 10px;
	line-height: 14px;
}
.copy-right ul li:first-child {
	padding-left: 0px;
}
.copy-right ul li:last-child {
	border: 0px none;
}
.copy-right ul li a {
	color: #FFF;
	line-height: 15px;
}
.copy-right ul li a:hover {
	color: #f5821e
}
.copy-right p {
	float: right;
	text-align: right;
	margin: 38px 0px 0px;
}

/* Styles for ie 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.top-bar ul li a i {
	margin-top: 0px;
}
}
/*custom css 17 october */
.textwidget > h6 {
	margin-bottom: 20px;
}
/*custom css 19 october*/
.heading a {
	color: #fff;
}
.btn theme-btn-blank {
	color: #fff;
}
.btn-group a:visited {
	color: #fff !important;
}
/*custom css 23 october*/
.wpcf7-response-output.wpcf7-validation-errors {
	border: medium none #000;
	color: red;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: medium none #000;
	color: #259B2D;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
}
.contact-form span.wpcf7-not-valid-tip {
	margin-top: 5px;
}
.bx-wrapper {
}
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-viewport .gs_logo_container {
}
.bx-wrapper .bx-viewport .gs_logo_container .gs_logo_single {
	display: table;
	padding: 5px;
	width: auto !important;
	margin-right: 1px !important;
}
.bx-wrapper .bx-viewport .gs_logo_container .gs_logo_single .gs_outer_img {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	height: 95px;
}
.bx-wrapper .bx-viewport .gs_logo_container .gs_logo_single .gs_outer_img img {
}
.bx-wrapper .bx-controls {
}
.bx-wrapper .bx-controls .bx-controls-direction {
}
.bx-wrapper .bx-controls .bx-controls-direction a {
	display: block;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll 0 0;
	height: 31px;
	right: -50px;
	left: auto;
	width: 31px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
	background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll 0 0;
	height: 31px;
	left: -50px;
	width: 31px;
}
/******** 27-10-2015 *******/
.footer-part p {
	color: #fff;
}
.inner_content p {
	margin: 0px 0 25px;
	font-size: 18px;
	line-height: 30px;
}
.inner_content h3, .inner_content h2, .inner_content h4 {
	margin-bottom: 10px;
	clear: both;
}
.entry-title {
	margin-bottom: 30px;
}
.graybox {
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.graybox h5 {
	padding: 10px;
	background: #ddd;
	color: #000;
	font-family: "proximanova-semibold";
}
.graybox .execphpwidget, .request_form .execphpwidget {
	padding: 10px;
}
.graybox .heading a {
	color: #000;
}
.graybox .heading h6 {
	padding: 0px;
	background: none;
}
.graybox .img-dp {
	float: left;
	margin-right: 8px;
}
.graybox .post-data {
	border-top: 1px solid #eee;
	display: inline-block;
	margin-bottom: 0px;
	padding-top: 15px;
	width: 100%;
}
.graybox .execphpwidget .post-data:first-child {
	border: none;
}
.list_arrow li {
	background: url("../images/list-icon.png") no-repeat;
	padding-left: 20px;
	list-style: none;
	background-position: 0 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
}
.border_double {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: table;
	height: 4px;
	width: 100%;
	margin: 25px 0;
}
input[type="text"], input[type="password"], input[type="email"], select {
	background: none;
	border: 1px solid #ddd;
	height: 35px;
	width: 100%;
	border-radius: 0px;
	padding: 0 7px;
	box-shadow: none;
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}
.newsletter p {
	margin-top: 0px;
}
.newsletter .mymail-form {
	margin-bottom: 7px;
}
.request_form {
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.request_form h5 {
	background: #F5811E;
	color: #fff;
	padding: 10px;
	font-size: 17px;
	font-family: "proximanova-semibold";
}
.newsletter input[type="submit"] {
	padding: 10px 20px;
}
.alignleft, img.alignleft {
	margin-right: 15px;
}
.testimonials_blocks {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 20px;
	width: 100%;
	display: table;
	margin-top: 30px;
}
.testimonial-quote-open img {
	float: left;
}
.testimonial-name {
	float: left;
	margin: 40px 0 0 15px;
}
.testimonial-quote-open {
	background-image: url("../images/quotes-open.png");
	background-repeat: no-repeat;
	padding: 5px 10px 0 60px;
	width: 100%;
}
/*****  2-11-2015 *****/
.services-main a.theme-btn {
	display: none;
}
.orange a:hover {
	color: #fff;
}
body .orange a {
	color: #fff;
}
.one_third_col a {
	display: none;
}
.post_type-services .one_third_col h3 {
	color: #D85F13;
}
a.post-link {
	display: table;
	padding: 7px 20px;
	background: #F5821E;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 2px solid #f5821e;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.list_arrow {
	float: left;
	margin-bottom: 25px;
	margin-top: 5px;
	width: 100%;
	margin-left: 0px;
	padding-left: 15px;
	box-sizing: border-box;
}
.entry-content, .entry-summary {
	padding: 0px;
}
.entry-title a:active, .entry-title a:hover {
	color: #F5811E;
}
/*** contact form custom css ****/
.wpcf7 label {
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="passowrd"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="file"], .wpcf7 select, .wpcf7 textarea {
	border: 1px solid #ddd;
	height: 35px;
	padding: 0 7px;
	width: 100%;
	margin: 5px 0 0;
	background: #fff;
	box-shadow: none;
	color: #000;
}
.wpcf7 textarea {
	height: 150px;
}
.inner_content .wpcf7 p {
	margin-bottom: 0px;
}
.wpcf7 span.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.wpcf7 {
	float: left;
	width: 500px;
}
/*** nav styles ***/
.desktop ul li {
	position: relative;
}
.desktop ul li > ul {
	display: none;
	background: #fafafa;
	width: 585px;
	position: absolute;
	top: 99px;
	z-index: 99999;
	left: 0px;
	padding: 30px;
}
.desktop ul li:hover > ul {
	display: block;
}
.desktop ul li ul li .mega_submenu {
	float: right;
	width: 50%;
}
.desktop ul li ul li .mega_submenu ul {
	width: 100%;
	display: block;
	position: static;
}
.desktop ul li ul li {
	width: 100%;
	list-style: none;
	padding: 0px;
	border: none;
}
.desktop ul li ul li:first-child {
	border: none;
}
.desktop ul li ul li .mega_submenu ul li {
	list-style: none;
	padding: 0px;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	border-top: 1px solid #f2f2f2;
	padding: 8px 0 8px 30px;
}
.desktop ul li ul li .mega_submenu ul li:first-child {
	border: none;
}
.mega_menu_dsc {
	float: left;
	width: 40%;
}
.mega_menu_dsc h3 {
	color: #093c77;
}
.desktop ul li ul li .mega_submenu ul li a {
	display: block;
	text-align: left;
	font-size: 15px;
}
.main-menu li .read_more {
	float: left;
	color: #F5821E;
	margin-top: 20px;
	text-decoration: underline;
}
.navbar.main-menu.mobile {
	display: none;
}
.orange_border {
	background: #F5821E;
	display: inline-block;
	height: 5px;
	width: 60px;
	margin: 12px 0;
}
.desktop ul li ul li .mega_submenu ul li.seos {
	background: url("../images/seo-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.website_dev {
	background: url("../images/web-design-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.paid_online {
	background: url("../images/ppc-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.cms {
	background: url("../images/content-marketing-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.email_marketing {
	background: url("../images/email-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.conv_opt {
	background: url("../images/cro-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.mobile_app {
	background: url("../images/mobile-apps-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.rep_mgt {
	background: url("../images/reputation-management-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.marketing_srvc {
	background: url("../images/consulting-icon.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.seos.current-menu-item, .desktop ul li ul li .mega_submenu ul li.seos:hover {
	background: url("../images/seo-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.website_dev.current-menu-item, .desktop ul li ul li .mega_submenu ul li.website_dev:hover {
	background: url("../images/web-design-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.paid_online.current-menu-item, .desktop ul li ul li .mega_submenu ul li.paid_online:hover {
	background: url("../images/ppc-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.cms.current-menu-item, .desktop ul li ul li .mega_submenu ul li.cms:hover {
	background: url("../images/content-marketing-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.email_marketing.current-menu-item, .desktop ul li ul li .mega_submenu ul li.email_marketing:hover {
	background: url("../images/email-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.conv_opt.current-menu-item, .desktop ul li ul li .mega_submenu ul li.conv_opt:hover {
	background: url("../images/cro-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.mobile_app.current-menu-item, .desktop ul li ul li .mega_submenu ul li.mobile_app:hover {
	background: url("../images/mobile-apps-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.rep_mgt.current-menu-item, .desktop ul li ul li .mega_submenu ul li.rep_mgt:hover {
	background: url("../images/reputation-management-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.marketing_srvc.current-menu-item, .desktop ul li ul li .mega_submenu ul li.marketing_srvc:hover {
	background: url("../images/consulting-a.png") no-repeat left center;
}
.desktop ul li ul li .mega_submenu ul li.current-menu-item a, .desktop ul li ul li .mega_submenu ul li:hover a {
	color: #F5821E;
}
.post_type-services .title_image {
	float: left;
	width: 23%;
}
.post_type-services h5 {
	float: left;
	background: #093d79;
	padding: 13px 0px 13px 10px;
	color: #fff;
	width: 77%;
	margin-top: 32px;
}
.post_type-services .one_third_col {
	background: #f9f9f9;
	margin-top: 110px;
	position: relative;
	padding-top: 20px;
}
.post_type-services .one_third_col p {
	padding: 20px;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	margin: 0px;
}
.title_wrapper {
	position: absolute;
	top: -70px;
	width: 100%;
}
.post_type-services a.post-link {
	margin: 35px auto 0;
	color: #093d79;
	border: 2px solid #093d79;
	background: none;
	font: 14px "proximanova-semibold";
	text-transform: uppercase;
	padding: 10px 35px;
}
.post_type-services a.post-link:hover {
	background: #F6821F;
	border: 2px solid #F6821F;
	color: #fff !important;
}
.breadcrumbs {
	background: #fafafa;
	padding: 10px 0;
	font-size: 15px;
	color: #000;
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs span {
	color: #F6821F;
}
.center {
	text-align: center;
}
.inner_content .center p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.home .breadcrumbs {
	display: none;
}
.landing_pages-template-default .breadcrumbs {
	display: none;
}
.bg_img {
	display: table;
	width: 100%;
	background-size: 100% 100%!important;
	text-align: center;
	color: #fff;
	padding: 63px 0;
}
.orange_divider {
	width: 100px;
	height: 5px;
	background: #F6821F;
	display: inline-block;
}
.desktop .navbar-nav li.parent {
	background: url("../images/drop-arw.png") no-repeat center 88%;
}
.desktop .navbar-nav li.parent:hover {
	background: url("../images/drop-arw.png") no-repeat center 88% #fafafa;
}
.title_image img {
	width: 100%;
	height: 100%;
}
.post_type-services .title_image img {
	height: auto !important;
}
/****** about us ****/
.what-we-do {
	background: #fafafa;
	display: table;
	width: 100%;
}
.post-14 .center img {
	margin-top: 70px;
	margin-bottom: 0px;
}
.post-14 .center p {
	margin-bottom: 0;
}
.what-we-do h3::after, .how-we-do h3::after {
	background: #f6821f;
	content: "";
	height: 4px;
	left: 0px;
	position: absolute;
	top: 35px;
	width: 60px;
}
.what-we-do h3, .how-we-do h3 {
	margin-bottom: 35px;
	position: relative;
}
.extra_step {
	background: url("../images/contact-bg.jpg") no-repeat;
	background-size: 100% 100%;
	display: table;
	width: 100%;
}
.our_newsletter {
	background: url("../images/newsletter.png") no-repeat center center #093d79;
	background-size: auto;
	display: table;
	width: 100%;
	color: #fff;
}
.wpcf7 .single_row .wpcf7-form-control-wrap {
	width: 31.3%;
	margin-left: 3%;
}
.single_row .wpcf7-form-control-wrap:first-child {
	margin-left: 0px;
}
.extra_step p, .our_newsletter p, .what-we-do p, .how-we-do p {
	font-size: 18px;
	line-height: 30px;
}
.extra_step h2, .our_newsletter h2 {
	margin-bottom: 25px;
}
.extra_step .wpcf7-form {
	display: table;
	margin-top: 50px; /*position:absolute;*/
}
.extra_step .wpcf7 input[type="text"], .extra_step .wpcf7 input[type="email"], .extra_step .wpcf7 textarea {
	color: #fff;
	background: none;
	border: 1px solid #777676;
	height: 40px;
}
.wpcf7 span.wpcf7-form-control-wrap {
	margin-bottom: 15px;
}
.extra_step .wpcf7 textarea {
	height: 155px;
	padding: 13px;
	resize: none;
}
.extra_step input[type="submit"] {
	width: 100%;
}
.our_newsletter p {
	color: #fff;
}
.mymail-form {
	margin-top: 40px;
}
.our_newsletter .mymail-wrapper {
	width: 31.3%;
	margin-right: 3%;
	float: left;
}
.our_newsletter .mymail-wrapper.form-submit {
	margin-right: 0px;
}
.our_newsletter .mymail-form .input {
	height: 40px;
	width: 100%;
}
.our_newsletter input[type="submit"].submit-button {
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0px;
}
.extra_step .wpcf7 {
	width: 100%;
}
.post-5028 .mymail-form {
	margin: 0px;
	width: 600px;
}
.post-5028 .mymail-form p {
	margin: 0px 0 5px;
}
#frm_pay table {
	width: 94%;
}
.card-type {
	width: 100%;
	line-height: 32px;
	padding-right: 0;
}
.select-month {
	width: 100%;
	line-height: 32px;
	padding-right: 0;
}
.select-year {
	width: 100%;
	float: right;
	line-height: 32px;
	padding-right: 0;
}
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	float: left;
	font-size: 15px;
	margin: 0px 0 0;
	width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
	position: relative;
}
.our_newsletter .mymail-form .mymail-form-info.error {
	background: none;
	border: medium none;
	color: red;
	float: left;
}
.our_newsletter .mymail-form p {
	color: red;
	text-align: left;
}
.extra_step span.wpcf7-not-valid-tip {
	text-align: left;
	margin-top: 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 0;
}
.our_newsletter .mymail-form-info.error li {
	float: left;
	margin-right: 13px;
	text-align: left;
	width: 48%;
}
.our_newsletter .mymail-form-info.error > ul {
	display: table;
	float: left;
	margin: 5px auto;
	width: 69%;
}
.bread-crumb {
	color: #f5821e;
}
.breadcrumbs span {
	color: #000;
}
.bread-crumb label.sin-pst {
	color: #f5821e;
}
/***** Global styles for plugin ****/
.one_half_col, .one_fourth_col, .one_third_col, .con_main {
	background: #F9F9F9;
}
.one_half_col h3 {
	background: #083d78;
	padding: 10px;
}
.one_half_col h3 a {
	color: #fff;
}
.one_half_col p, .one_third_col p, .one_fourth_col p {
	padding: 15px 15px 0;
}
.one_half_col.last, .one_third_col, .one_fourth_col {
	margin-bottom: 50px; /*margin-top: 20px;*/
}
.one_third_col h5, .one_fourth_col h5, .con h5 {
	background: #083d78;
	padding: 13px 10px;
	color: #fff;
}
.post-6770 .one_third_col.last {
	margin-bottom: 40px;
}
.inner_content h3::after {
	background: #f6821f;
	content: "";
	height: 4px;
	left: 0px;
	position: absolute;
	top: 35px;
	width: 60px;
}
.inner_content h3 {
	margin-bottom: 0px;
	position: relative;
}
.one_third_col.nobg {
	background: none;
}
.post-3861 .one_half_col h3:after {
	content: "";
	background: none;
	height: auto;
}
.post-3861 .one_half_col h3 {
	margin-bottom: 0px;
}
.post-6753 .orange.hyperlink_sc {
	margin: 0 auto 50px;
}
.post-24 img {
	margin-bottom: 20px;
}
.blog .post, .category .post {
	border: 1px solid #ddd;
	padding: 25px 25px 0;
}
.blog .post .entry-content {
}
.blog .post .entry-meta {
	margin-bottom: 25px;
}
.blog .post .web-design-port-center {
	border: 1px solid #ddd;
	display: table;
	padding: 5px;
}
.blog .post .web-design-port-center img {
	float: left;
	margin-top: 5px;
}
.category-blog .entry-meta {
	margin-bottom: 25px;
}
.blog .post > h3.entry-title, .category .post > h3.entry-title {
	border-left: 0px solid #F5811E;
	padding-left: 0px; /*margin-bottom:20px;*/
}
.blog-page-icon-wrap {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	float: left;
	margin: 10px 0 30px;
	padding: 10px 0 6px;
	width: 100%;
}
.blog .post .calender, .category .post .calender {
	float: left;
	margin: 7px 15px 0 0;
}
.blog .post .author, .category .post .author {
	float: left;
	margin-right: 15px;
}
.blog .post .category, .category .post .category {
	float: left;
	margin: 7px 0 0 0px;
}
.blog .post .post-categories, .category .post .post-categories {
	float: left;
}
.blog .post .post-categories li, .category .post .post-categories li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.blog .post .author > img, .category .post .author > img {
	border-radius: 100%;
	height: 32px;
	width: 32px;
}
.blog .post .post-categories li a, .category .post .post-categories li a {
	color: #000;
}
/*   single post   */
.single .post .calender, .category .post .calender, .testimonial .calender {
	float: left;
	margin: 7px 15px 0 0;
}
.single .post .author, .category .post .author, .testimonial .author {
	float: left;
	margin-right: 15px;
}
.single .post .category, .category .post .category, .testimonial .category {
	float: left;
	margin: 7px 0 0 0px;
}
.single .post .post-categories, .category .post .post-categories, .testimonial .post-categories {
	float: left;
}
.single .post .post-categories li, .category .post .post-categories li, .testimonial .post-categories li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.single .post .author > img, .category .post .author > img, .testimonial .author > img {
	border-radius: 100%;
	height: 32px;
	width: 32px;
}
.single .post .post-categories li a, .category .post .post-categories li a, .testimonial .post-categories li a {
	color: #000;
}
.search .post .calender, .category .post .calender, .post-type-archive-services .calender, .search-results .calender {
	float: left;
	margin: 7px 15px 0 0;
}
.search .post .author, .category .post .author, .post-type-archive-services .author, .search-results .author {
	float: left;
	margin-right: 15px;
}
.search .post .category, .category .post .category, .post-type-archive-services .category, .search-results .category {
	float: left;
	margin: 7px 0 0 0px;
}
.search .post .post-categories, .category .post .post-categories {
	float: left;
}
.search .post .post-categories li, .category .post .post-categories li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.search .post .author > img, .category .post .author > img, .post-type-archive-services .author > img, .search-results .author > img {
	border-radius: 100%;
	height: 32px;
	width: 32px;
}
.search .post .post-categories li a, .category .post .post-categories li a {
	color: #000;
}
/*   end single post   */
.blog-page-icon-wrap .fa {
	float: left;
	margin-right: 5px;
	color: #F5811E;
	font-size: 18px;
}
.author > span {
	margin-left: 5px;
	position: relative;
	top: -10px;
}
.blog_image img {
	width: 100%;
	height: auto;
}
.blog_image {
	margin-bottom: 20px;
}
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #F5811E;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #F5811E;
	color: #fff;
}
.post .theme-btn {
	padding: 5px 20px;
	display: table;
	margin-top: 15px;
	width: 210px;
}
.inner_content h3::after {
}
.category .post-categories {
	margin-left: 0px;
}
/***** 13-11-2015 *****/
.testimonials_blocks {
	background: none;
	padding: 0px;
}
.testimonials_blocks .testimonial-quote-open {
	background: none;
	padding: 0px;
	display: table;
	text-align: center;
}
.testimonials_blocks .testimonial-quote-open span {
	width: 100%;
	text-align: center;
	margin: 0px;
}
.testimonials_blocks .designation {
	color: #F5821E;
}
.testimonials_blocks .image_block {
	text-align: center;
	width: 100%;
	background: #F4F7F9;
	padding: 30px 0 20px;
	border-top: 1px solid #ddd;
	position: relative;
}
.testimonial-quote-open img {
	float: none;
	display: table;
	margin: 0 auto;
}
.testimonial-quote-open p {
	padding: 15px;
	margin: 0px;
}
.testimonials_blocks .image_block:before {
	content: url(../images/testimonial-arw.png);
	position: absolute;
	top: -2px;
	left: 49%;
}
span .stButton .stFb, span .stButton .stTwbutton, span .stButton .stMainServices {
	width: 60px;
	height: 22px;
}
.footer-menu#menu-popular-resources li {
	background: url("../images/list-icon-w.png") no-repeat;
	padding-left: 20px;
	list-style: none;
	background-position: left 5px;
	margin-bottom: 25px;
	font-size: 18px;
	float: left;
	width: 100%;
}
.footer-part address .fa {
	margin-right: 5px;
	font-size: 20px;
	width: 25px;
	margin-bottom: 5px;
	float: left;
}
.footer-part ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.extra_step h2 {
	color: #fff;
}
.extra_step p {
	color: #fff;
}
.extra_step input {
	color: #fff;
}
.extra_step textarea {
	color: #fff;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
	top: 18%;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 18%;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
	background: #333;
	opacity: 1;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	color: transparent;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url("../images/arw-next.png") no-repeat center center #333;
	border: 2px solid #333;
}
.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url("../images/arw-prev.png") no-repeat center center #333;
	border: 2px solid #333;
}
.bg_img > h2 {
	margin-bottom: 0;
}
.what-we-do img {
	margin-top: 0px;
}
.inner_content h3::after {
	display: none;
}
/*
h3 + p:first-of-type {
	margin-bottom: 0px!important;
}
*/
footer .footer-part ul {
	margin-left: 0;
}
.contact-form .wpcf7-form .col-lg-12 + .col-lg-12 {
	text-align: center;
}
.phn-no span b a {
	color: #000;
}
.services-main .box-one p {
	min-height: 190px;
}
.inner_content .testimonial img {
	max-width: 100%;
	width: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
body #main_body form p.error {
	margin: 0!important
}
.text {
	color: #000;
	font-size: 18px;
	line-height: 26px;
}
.entry-content .orange.hyperlink_sc {
	margin: 20px auto;
}
.list_arrow li a:link {
	color: #000;
}
.inner_content .no-break {
	float: left;
	margin-top: 25px;
}
.mob-no {
	display: inline-block;
	color: #000000 !important;
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.extra_step .wpcf7 input[type="text"], .extra_step .wpcf7 input[type="email"] {
	height: 41px;
}
}
.block-element a {
	color: #000;
}
.chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {
	display: none!important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.sidebar iframe {
	height: 360px;
}
.main-menu .mega_menu_dsc a.btn.theme-btn {
	background: #f5821e none repeat scroll 0 0 !important;
	border: 2px solid #f5821e;
	color: #fff;
	margin-top: 10px;
	padding: 6px 10px !important;
	font-size: 13px;
}
.mob-text {
	display: none;
}
a.theme-btn {
	border: 2px solid #f5821e;
	transition: 1s;
	-webkit-transition: 1s;
}
a.theme-btn:hover, .contact-form .wpcf7 input[type="submit"]:hover, input[type="submit"]:hover, .orange a:hover, a.post-link:hover {
	background: none;
	color: #F5821E!important;
	border: 2px solid #f5821e;
	transition: 1s;
	-webkit-transition: 1s;
}
.web-design .blog_image {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 15px;
}
.web-design h4 a {
	color: #000;
}
.web-design .col-md-6 {
	margin-bottom: 25px;
}
.main-menu .mega_menu_dsc a.btn.theme-btn:hover {
	background: none!important;
}
.single .post .post-categories li a:hover, .category .post .post-categories li a:hover, .testimonial .post-categories li a:hover {
	color: #F5821E;
}
.top-bar ul li a:hover {
	color: #F5821E;
}
.top-bar ul li a:hover i.new-client {
	background-image: url(../images/top-bar-register-icon-w.png);
}
.top-bar ul li a:hover i.network {
	background-image: url(../images/network-icon-h.png);
}
.desktop .navbar-nav li.parent > a:hover {
	color: #000;
}
/*.newclientregistrationleft > img { width: 100%; }*/
.web-design .blog_image > h4 {
	min-height: 50px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}
.btn.theme-btn-blank:hover {
	color: #F5811E !important;
	background: #fff;
}
.about-us-content img {
	max-width: 100%;
}
.inner_content img {
	max-width: 100%;
}
.one-column #content {
	margin: 50px auto 0;
	width: 640px;
}
.one-column #content .entry-title {
	margin-bottom: 20px;
}
.one-column #content img {
	margin-bottom: 10px;
}
.block-element {
	display: block;
}
.page-id-24 .one_third_col {
	margin-top: 20px;
}
#frm_pay table input[type="submit"] {
	display: table;
	margin: 0 auto;
	padding: 10px 20px;
	width: 43%;
}
.sign-1-up {
	margin-bottom: 10px;
}
.cap-area {
	display: inline-block;
	margin: 15px 0 0;
	width: 340px;
	padding-right: 20px;
	color: #fff;
}
.extra_step .cap-area {
	margin-top: 5px;
}
.extra_step div.wpcf7 img.ajax-loader {
	position: absolute;
}
/*29 November*/
.bread-crumb > label {
	color: #f5811e;
}
.bread-crumb > a[rel="category tag"] {
	color: #f5821e;
}
.extra_step .wpcf7-response-output.wpcf7-validation-errors {
	float: right;
	font-size: 1em;
	text-align: left;
	width: 58%;
}
/*30 November*/
.type-services h3 + p:first-of-type {
	margin-bottom: 25px !important;
}
.page-id-4 .slider .btn-group .btn.theme-btn {
	font-size: 15px !important;
}
.page-id-5416 .alignleft.size-full.wp-image-7077 {
	margin-top: 5px !important;
}
textarea, input[type="text"] {
	-webkit-appearance: none;
}
input:focus {
	outline: none !important;
}
a, img {
	border: none;
	outline: none
}
.navbar-right li a {
border-top:1px solid $colorBg !important;
border-bottom:1px solid $colorBg !important;
}
.type-services .list_arrow {
	margin-bottom: 15px;
}
.bread-crumb > label.cat-pst {
	color: #000;
}
.post-type-archive-services .blog_image {
	max-width: 80px;
	float: left;
	clear: none;
	margin-right: 30px
}
.search-results .blog_image, .search-results .blog_image img {
	width: auto;
}
.post-type-archive-services .entry-summary {
	clear: none;
	float: left;
	width: calc(100% - 115px);
	margin-top: 0px;
}
.search-results .entry-summary {
	width: 100%;
}
.post-type-archive-services .entry-summary P {
	float: left;
	clear: both;
	width: 100%;
}
.post-type-archive-services .theme-btn, .search-results .theme-btn {
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	width: 185px;
	margin-top: 6px;
}
.entry-content p a:hover { /*background:#f5821e;*/
	color: #083d78;
}
.entry-content .pages-call-us-with-sidebar:hover {
	background: none;
	color: #f5821e;
}
.search-results .blog_image {
	width: auto;
}
.search-results .blog_image img {
	width: auto;
}
.orange a:hover {
	background: none !important;
}
.con {
	float: left;
	width: 100%;
}
.con .title_image {
	float: left;
	margin-right: 15px;
	margin-top: -21px;
	width: auto;
}
.inner_content {
	min-height: 400px;
}
a.theme-btn .meta-nav {
	float: right;
	line-height: 0px;
	margin: 15px 0 0px;
}
.title_image img {
	height: auto !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
a.theme-btn .meta-nav {
	margin: 17px 0 0px;
}
}
ol li {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}
.page-id-24 .one_third_col {
	margin-top: 35px !important;
	margin-bottom: 0px !important;
}
.contact-cols {
	margin-top: 40px;
}
/***************dec 11 2015****************/
#wpcf7-f7332-p7336-o1.wpcf7 {
	margin: 0 auto;
	width: auto;
	float: none;
}
.contact-main-wrap {
	display: table;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 20px 0px;
}
#frm_pay .contact-main-wrap {
	display: block;
}
.contact-main-wrap .block-head {
	background: #093c77;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 15px;
	padding: 13px 12px;
}
.contact-main-wrap .names-form {
	width: 49%;
	margin: 0 13px 0 0;
	float: left;
}
#wpcf7-f7332-p7336-o1 .contact-main-wrap .wpcf7-form-control-wrap {
	margin: 0;
}
.contact-main-wrap label {
	color: #222;
	font-family: "Trebuchet MS";
	font-weight: bold;
	margin-top: 10px;
}
.contact-first-block p label {
	margin: 15px 0 0;
}
#wpcf7-f7332-p7336-o1 .contact-main-wrap .tel input[type="tel"] {
	width: 40%;
}
.contact-second-section .block-head {
	margin-top: 40px;
}
.contact-main-wrap .contact-second-section label {
	margin-bottom: 9px;
}
.section2-city .con-name.con-right {
	margin-left: 22px;
}
.contact-main-wrap .contact-second-section p label {
	margin-top: 0;
}
.section2-city1 .con-name label {
	margin-bottom: 15px;
	margin-top: 5px;
}
.contact-main-wrap hr {
	border-color: #ccc;
	border-width: 2px;
	float: left;
	margin: 25px 0 15px;
	width: 100%;
}
.contact-section3 > p {
	font-family: "proxima_nova_rgregular";
	font-size: 14px;
	line-height: 22px;
	padding: 0 7px;
}
.contact-section3-part1 {
	border: 1px solid #777;
	height: 145px;
	margin: 10px 0;
	overflow-x: hidden;
	padding: 5px 10px;
}
.contact-section3-part1.description {
	color: #222;
	display: block;
}
.contact-section3-part1.description > p, .digi-sign > p {
	color: #333;
	font-family: "proxima_nova_rgregular";
	font-size: 14px;
	line-height: 21px;
}
.description strong {
	display: block;
	font-weight: normal;
	margin: 3px 0 15px;
}
.contact-section3-part2 .digi-sign > p {
	padding: 2px 10px 17px;
}
.contact-main-wrap span {
	color: #ff0000;
	margin-left: -2px;
}
.contact-main-wrap span.country {
	color: #333;
}
.contact-section3-part2 .digi-sign > p {
	float: left;
	padding: 7px 10px 12px;
}
.contact-section3-part2 .con-name {
	display: inline-block;
	width: 36%;
}
.contact-section3-part2 .con-name.con-right {
	width: 35%;
}
.contact-section3-part2 .con-name > label {
	margin: 5px 0 10px;
}
.contact-main-wrap .sub input {
	background: #f5821e;
	border: 2px solid #f5821e;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 20px;
	margin: 10px auto 0;
	width: 27%;
	display: table;
}
.contact-main-wrap .sub input:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #f5821e !important;
}
.contact-main-wrap .form-agree span {
	clear: both;
	color: #797979;
	padding: 3px 0 10px;
}
.contact-main-wrap .section2-city.section2-city1 {
	float: left;
	width: 100%;
}
.contact-main-wrap .sub {
	float: left;
	width: 100%;
}
.section2-city .con-name {
	float: left;
	width: 47%;
}
.contact-main-wrap .wpcf7-form-control-wrap {
	margin-left: 0;
}
.contact-main-wrap .form-agree span.wpcf7-not-valid-tip {
	color: #ff0000;
	padding: 0 10px;
}
.contact-main-wrap span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin: 0;
	padding: 4px 0 0;
	text-align: left;
}
.contact-main-wrap .names-form label, .contact-main-wrap .contact-second-section .wpcf7-form-control-wrap, .contact-main-wrap .con-name label {
	margin-top: 0;
}
.contact-section3-part2 .con-name .wpcf7-form-control-wrap {
	margin-bottom: 0;
}
.contact-main-wrap span.wpcf7-form-control-wrap {
	margin-bottom: 0;
}
/*----15-12-2015------------*/
.page-id-1260 .inner_content {
	text-align: center;
}
.page-id-1260 .wpcf7 {
	width: 100%;
}
.contact-section3 {
	text-align: left;
}
.names-form.last {
	margin-right: 0;
}
.con-name {
	margin: 0 0 14px;
	float: left;
	width: 100%;
}
.newclientregistrationleft > img {
	margin: 6px 0 42px;
}
::-webkit-input-placeholder {
 color:#fff;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#fff;
}

:-ms-input-placeholder {
 color:#fff;
}
 .contact-main-wrap ::-webkit-input-placeholder {
 color:#797979;
}
 .contact-main-wrap :-moz-placeholder { /* Firefox 18- */
 color: #404040;
}
 .contact-main-wrap ::-moz-placeholder {  /* Firefox 19+ */
 color:#404040;
}
 .contact-main-wrap:-ms-input-placeholder {
 color:#404040;
}
.contact-section3-part1.description > p {
	color: #797979;
}
.contact-section3-part1.description > p strong {
	color: #797979;
}
.page-id-1260 .digi-sign {
	float: left;
	width: 100%;
}
.wpcf7 select {
	color: #797979;
	padding-right: 0;
	line-height: 29px;
}
.digi-sign span {
	font-size: 21px;
}
/*----16-12-2015------------*/
.namefield {
	width: 30%;
}
.contact-main-wrap label.error {
	color: red;
	display: block;
	font-family: "proxima_nova_rgregular";
	font-size: 13px;
	font-weight: normal;
}
#frm_pay .contact-section3-part1.description {
	border: medium none;
	clear: both;
	height: auto;
	text-align: justify;
	overflow: visible;
}
.credit-desc-img {
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.credit-desc-img > img {
	margin: 0 20px;
}
#frm_pay .contact-section3-part1.description > h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
}
#frm_pay .contact-section3-part1.description .success-1 strong {
	font-weight: bold;
}
.row.web-design .col-md-6:nth-child(2n+3) {
	clear: left;
}
.single-post .blog_image img {
	max-height: none;
}
.info-rep.ind, .info-rep.srv, .info-rep.bgt, .info-rep.web {
	box-shadow: 0 0 3px 1px #999;
	box-sizing: border-box;
	display: table;
	float: left;
	height: 220px;
	margin-bottom: 25px;
	margin-top: 0;
	text-align: center;
	width: 17%;
}
.info-rep.ind, .info-rep.srv, .info-rep.bgt {
	margin-right: 1.65%;
}
.info-rep .info-ico {
	padding: 15px;
}
.info-rep .web-cnt {
	float: left;
	width: 100%;
}
.info-rep.web .info-ico > img {
	max-width: 50px;
	margin-top: 10px;
}
.info-rep.img h4 {
	background: #f5811e none repeat scroll 0 0;
	color: #fff;
	float: left;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.info-rep.img {
	box-shadow: 0 0 3px 1px #999;
	float: left;
	padding: 15px;
	text-align: center;
	width: 25%;
	margin-right: 1.5%;
	height: 220px;
	display: table;
}
.info-rep.img img {
	max-height: 200px;
}
/* .info-rep.img img { max-height: 200px; max-width:125px; } */
.info-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.info-rep.web .web-cnt {
	word-break: break-all;
	padding: 0px 10px;
}
.info-rep.web {
	margin-right: 0;
}
.web-outer {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
}
.web-outer .blog_image {
	border: none;
	padding: 0;
	margin: 0;
}
.no-break br {
	display: none;
}
 .mymail-form.mymail-form-submit.mymail-form-0::-webkit-input-placeholder {
 color: #fff;
 opacity:1;
}
 .mymail-form.mymail-form-submit.mymail-form-0:-moz-placeholder { /* Firefox 18- */
 color: #fff !important;
 opacity:1;
}
 .mymail-form.mymail-form-submit.mymail-form-0::-moz-placeholder {  /* Firefox 19+ */
 color: #fff !important;
 opacity:1;
}
 .mymail-form.mymail-form-submit.mymail-form-0:-ms-input-placeholder {
 color: #fff !important;
 opacity:1;
}
/* Form Design */
.sidebar .request_form {
	float: left;
	padding-bottom: 0px;
	width: 100%;
}
.sidebar .request_form .container {
	width: 100%;
}
.sidebar .request_form .container .col-md-5, .sidebar .request_form .container .col-md-7 {
	width: 100%;
}
.sidebar .graybox {
	float: left;
}
.sidebar .request_form .wpcf7, .sidebar .request_form .cap-area {
	width: 100%;
	padding-right: 0px;
}
.sidebar .request_form input[type="submit"] {
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
 .sidebar .request_form ::-webkit-input-placeholder {
 color: #7d7b7b;
 opacity:1;
}
 .sidebar .request_form :-moz-placeholder { /* Firefox 18- */
 color: #7d7b7b !important;
 opacity:1;
}
 .sidebar .request_form ::-moz-placeholder {  /* Firefox 19+ */
 color: #7d7b7b !important;
 opacity:1;
}
 .sidebar .request_form :-ms-input-placeholder {
 color: #7d7b7b !important;
 opacity:1;
}
.sidebar .request_form div.wpcf7-response-output {
	padding: 0 1em 1em;
}
.about-right .wpcf7 {
	width: 100%!important;
}
.screen1 > img
{
	margin-bottom: 8px;
}
.screen1 > a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #545454;
}
.screen-title {
  display: block;
  padding: 10px 0 0;
  width: 100%;
	min-height: 45px;
}

.about-contact p a {
  color: #6a6a6a;
}
.top-bar-menu {
  margin-top: 5px;
  position: relative;
  z-index: 1;
}
.wpcf7-response-output.wpcf7-validation-errors {
  font-size: 14px;
  padding: 0 0 10px;
  text-align: left;

}
.desktop .navbar-nav li.parent ul li {
  background-image: none;
}
