/*
Theme Name: Consystent
Theme URI: https://logoinn.com/
Author: the logoinn team
Author URI: https://logoinn.com/
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: consystent
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
}
.quality-man {
    float: left;
    width: 47%;
}

.what-cons-col {
    float: right;
    width: 50%;
}

.what-cons-col > p {
    display: table;
    padding-bottom: 17px;
}
.what-cons-col > p {
    display: table;
    padding-bottom: 17px;
}


.quality-man > p {
    line-height: 23px;
    padding-bottom: 15px;
}



h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}


.what-cons-col > ul {
    margin-bottom: 15px;
}



del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	text-decoration:none;
}

*{box-sizing:border-box;}

/* =Layout
-------------------------------------------------------------- */

.clear {
	clear:both;
}

.container {
	width:1024px;
	margin:0 auto;
}

.right_col .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    color: #fff;
    font-family: open sans;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    font-size: 16px;
}

.services-content a {
    display: none;
}


.srvs_content a {
    display: none;
}
.entry-content a {
 background: #00adef none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: table;
    margin-top: 11px;
    padding: 7px 16px;
}

.adress_detail a {
    color: #000;
}
.right_col .wpcf7-form-control.wpcf7-text {

 color: #fff;
    font-family: open sans;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    font-size: 16px;
}


.right_col textarea {

 color: #fff;
    font-family: open sans;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    font-size: 16px;

}

.service_box:last-child {
    margin-right: 0;
}

.right_col {
    display: table;
    float: right;
    line-height: 25px;
    width: 470px;
}

.left_col {
    float: left;
    line-height: 23px;
}

.container:before, .row:before {
	display:table;
	content:'';
}

.container:after, .row:after {
	clear:both;
	content:'';
}

.main {
	overflow:hidden;
}

.header {
	float:left;
	width:100%;
}

.blue_bg {
	float:left;
	width:100%;
	background:#00adef;
	padding:11px 0 0 0;
}

.logo {
	float:left;
	line-height: 11px;
	width:248px;
}

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

.header_right {
	float:right;
	width:590px;
	padding:36px 0;
}

.header_col {
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
}

.header_col span {
	display:block;
	font-size:12px;
}

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

.phone {
	background:url(images/phone_icon.png) no-repeat;
	background-position: 0 5px;
	line-height:15px;
	padding: 3px 30px 3px 36px;
    margin-right: 28px;
	border-right:1px solid #FFFFFF;
}

.address {
	background:url(images/address_icon.png) no-repeat;
	background-position: 1px 7px;
	padding: 6px 26px 0px 32px;
	border-right:1px solid #FFFFFF;
	margin-right: 29px;
	line-height: 15px;
	font-size: 12px;
}

.social_icon {
	padding: 12px 0px;
}

.social_icon a {
	font-size: 20px;
	margin-right: 15px;
	transition:all 0.5s;
}

.social_icon a:hover {
	color:#2a2a2a;
}

.menu_container {
	float:left;
	width:100%;
	background:#FFFFFF;
	box-shadow: 0 11px 40px rgba(1,1,1,0.3);
	position: relative;
	z-index: 999999;
}

.main_menu {
	float:left;
	width:100%;
	padding-top: 14px;
}

.main_menu ul {
	margin:0;
	padding:0;
	text-align:right;
}

.main_menu ul li {
	display:inline-block;
	position:relative;
	padding: 0 12.7px;
}

.main_menu ul li:after {
	content:"";
	width:1px;
	height:16px;
	background:#c7c7c7;
	position:absolute;
	right: 0;
	top: 0;
}

.main_menu ul li.last:after {
	display:none;
}

.main_menu ul li a {
	color:#484848;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	display:block;
	padding-bottom: 16px;
	border-bottom:3px solid #FFFFFF;
	transition:all 0.5s;
}

.main_menu ul li a:hover, .main_menu ul li.current_page_item a  {
	color:#333595;
	border-bottom:3px solid #333595;
}

.slider {
	float:left;
	width:100%;
}

.slider_caption {
	background:url(images/caption_bg.png);
	padding: 51px 62px 42px 33px;
	color:#FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.slider_caption .cap_1 {
	font-weight:700;
	font-size:23px;
	text-transform:uppercase;
	letter-spacing: -1.2px;
}

.slider_caption .cap_2 {
	font-size:13px;
	letter-spacing: -1.1px;
	margin-top: 6px;
}


.shade_bg1 .entry-title {
    color: #00adef;
    font-family: open sans;
    padding-bottom: 10px;
}

.services-col-3 > a {
    background: #00adef;
    color: #fff;
    padding: 7px 16px;
    display: table;
    margin-top: 11px;
    border-radius: 4px;
}



.services-content > p {
    line-height: 23px;
}


.services-title > h1 {
    font-size: 27px;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #00adef;
}

.services-col-3 {
    float: left;
    margin-bottom: 20px;
    margin-right: 21px;
    width: 327px;
}

.services-col-3:last-child {
    margin-right: 0px;
}


.page h2, h3 {
    color: #00adef;
    font-family: open sans;
    padding-bottom: 9px;
}


.jcarousel-wrapper {
    border: 0 solid #fff !important;
 
}

.jcarousel li {
    box-sizing: border-box;
    display: inline-table;
    float: left;
    padding: 7px 24.5px 0 !important;
    width: auto;
}

.jcarousel-control-prev {
    right: 24px;
    display: none;
}


.jcarousel img {
 
    margin-bottom: -33px !important;
}

.jcarousel-control-next {
    right: -10px;
    display: none;
}

.jcarousel-pagination {
    display: none;
}

.companies-logos {
    padding-top: 4em;
}
.jw_easy_slider_name {
    display: none;
}

.companies-logos > h1 {
    color: #07a3de;
}

.easy-logo_image {
    width: 201px !important;
}

td .entry-content a {
    background: #00adef none repeat scroll 0 0;
    color: #fff;
    margin-left: 8px;
    padding: 3px 11px;
}
.entry-content > h3 {
}


.entry-content img {
    margin-right: 23px;
}

#comments {
    display: none;
}

.entry-content > p {
    line-height: 23px;
    padding-bottom: 15px;
}

.entry-content li {
    line-height: 23px;
    list-style: inside;
}

.entry-content > ul {
    padding-bottom: 15px;
}

.slider_caption a {
	font-size:13px;
	text-decoration:none;
	margin-top: 28px;
	display: inline-block;
	padding: 13px 24px;
	background: #961a2c;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-transform: uppercase;
}


.shade_bg {
    background: rgba(0, 0, 0, 0) url("images/shade_bg1.jpg") no-repeat scroll right top;
    margin: 0 auto;
    width: 1293px;
    padding-top: 15px;
}
.shade_bg1 {
	float:left;
	width:100%;
	background:url(images/shade_bg.jpg) no-repeat;
	background-position: top right;
}

.welcome_area {
	text-align:center;
    margin-top: 53px;
}

.welcome_area h1 {
	font-family: 'Montserrat', sans-serif;
	color:#121212;
	font-size:31px;
	letter-spacing: -0.7px;
}

.welcome_area h1 span {
	color:#07a3de;
}

.welcome_area h1:after {
	display:block;
	content:"";
	margin:13px auto 20px auto;
	width:201px;
	height:4px;
	background:#07a3de;
}

.welcome_area p {
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#777777;
	margin-bottom:27px;
	line-height: 18px;
	letter-spacing: 0.2px;
}

.welcome_area p.last {
	margin-bottom:0;
}

.welcome_area .btn {
	margin-top: 13px;
}

.btn {
	color:#FFFFFF;
	background:#121212;
	font-size:11px;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	padding: 12px 19px;
	text-transform:uppercase;
	border-radius:2px;
	transition:all 0.5s;
}

.btn:hover {
	background:#00adef;
}

.services_area {
	float:left;
	width:100%;
	text-align:center;
	margin-top: 61px;
	padding-left: 8px;
}

.service_box {
	float:left;
	width:310px;
	margin-right: 33px;
	cursor:pointer;
}

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

.srvc_img {
    height: 131px;
    line-height: 174px;
}

.srvc_heading {
	font-size:18px;
	color:#07a3de;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	text-transform:uppercase;
	letter-spacing: -0.7px;
}

.srvc_heading span {
	display:block;
	font-size:14px;
	color:#121212;
	margin-top: 2px;
}

.srvc_heading span:after {
	display:block;
	content:"";
	margin: 10px auto 17px auto;
	width:53px;
	height:2px;
	background:#121212;
}

.srvs_content {
	color:#777777;
	font-size:12px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:20px;
	line-height: 14px;
	padding: 0 15px;
}

.service_box:hover .srvc_heading span:after {
	background:#07a3de;
}

.service_box .btn {
	padding: 6px 20px;
	font-size:10px;
}


.service_box:hover .btn {
	background:#00adef;
}

.testi_bg {
	float:left;
	width:100%;
	background:url(images/testi_bg.jpg) no-repeat;
	background-size:cover;
	padding:57px 0;
	margin-top:60px;
}

.testi {
	float:left;
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

.testi h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:31px;
	text-transform:uppercase;
}

.testi h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	margin-top: 38px;
	letter-spacing: -0.8px;
}

.testi h3:after {
	display:block;
	content:"";
	margin: 5px auto 17px auto;
	width:53px;
	height:2px;
	background:#FFFFFF;
}

.testi p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	margin-top: 35px;
	letter-spacing: 0.5px;
}

.footer {
	float:left;
	width:100%;
	background:#121212;
	padding-top: 25px;
}

.fot_col {
	float:left;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	border-right:1px solid #414141;
}

.fot_col a {
	color:#FFFFFF;
}

.fot_col h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing: -1px;
}

.fot_col h3:after {
	display:block;
	content:"";
	margin: 7px 0 12px 2px;
	width:52px;
	height:2px;
	background:#00adef;
}

.fot_col ul li {
	position:relative;
	padding-left: 20px;
	margin-bottom: 2px;
	letter-spacing: 0.1px;
	line-height: 17px;
}

.fot_col ul li:before {
	content:"";
	background:url(images/check_icon.png) no-repeat;
	display:inline-block;
	width:10px;
	height:8px;
	position:absolute;
	left:0;
	top: 6px;
}

.fot_col ul li:hover:before {
	background-position: 0 -12px;
}

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

.fot_col1 {
	width:162px;
	margin-right: 51px;
}

.fot_col2 {
	width: 214px;
	padding-bottom: 24px;
	padding-right: 32px;
	margin-right: 57px;
}

.fot_col3 {
	width: 261px;
	padding-bottom: 74px;
	margin-right: 57px;
}

.fot_col3 p {
	letter-spacing: -0.4px;
	line-height: 18px;
}

.fot_col4 {
	width: 219px;
	border:0;
}

.fot_col4 textarea {
	height: 62px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	background:#3e3e3e;
	width:100%;
	resize:none;
	border:0;
	padding: 6px;
	margin-bottom: 1px;
	font-size:11px;
	outline:0;
}

input[type="submit"], buttom {
	width:100%;
	background:#00adef;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	padding:5px;
	outline:0;
}

.copy_r {
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:10px;
}

.copy_r a {
	color:#FFFFFF;
}

.social_fot {
	font-size:20px;
	text-align:center;
}

.social_fot a {
	margin-right:10px;
}

.social_fot a:hover {
	color:#00adef;
}

.copy_col {
	float:left;
	font-family: 'Source Sans Pro', sans-serif;
	width:33%;
}

.copy_col span {
	color:#00adef;
}

.copy_col.col_last {
	text-align:right;
}

.copy_col.col_last a {
	color:#00adef;
}


.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
	background:#00adef !important;
}

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
    margin-top: -49px !important;
}

.entry-content {
	min-height:500px;
}

/* Responsive Css */

@media only screen and (max-width : 1024px) {
	.container {
		width:768px;
	}
	
	.logo {
		width:32%;
	}
	
	.header_right {
		width:62%;
	}
	
	.social_icon a {
		font-size: 13px;
	}
	
	.phone {
		padding: 3px 10px 3px 36px;
		margin-right: 10px;
	}
	
	.address {
		padding: 6px 10px 0px 32px;
		margin-right: 10px;
	}
	.main_menu ul li {
		padding: 0px 8.7px;
	}
	
	.shade_bg {
		width:100%;
	}
	
	.services_area {
		margin-top: 20px;
	}
	
	.service_box {
		width: 29%;
	}
	.srvs_content {
		padding: 0;
	}
	
	.service_box.last .srvs_content {
		margin-bottom: 38px;
	}
	.fot_col {
		width: 25% !important;
		margin: 0 !important;
		padding: 0 4%;
	}
	
	.fot_col ul li a {
		font-size: 12px;
	}
	
	.fot_col3 p {
		font-size:12px;
	}
	
	.copy_r {
		margin-top:20px;
	}
	
	.copy_col {
		width: 36%;
	}
	
	.social_fot {
		width: 39% !important;
	}
	
	.copy_col.col_last {
		width: 25%;
	}
}

@media only screen and (max-width : 884px) {
	.slider_caption .cap_1 {
		line-height:20px;
	}
}

@media only screen and (max-width : 767px) {
	
	.container {
		width:100%;
		padding:0 15px;
	}
	
	.logo {
		width:100%;
		text-align:center;
	}
	
	.header_right {
		width:100%;
		text-align:center;
	}
	
	.header_col {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	
	.service_box {
		width:100%;
	}
	
	.service_box.last .srvs_content {
		margin-bottom: 20px;
	}
	
	.fot_col {
		width:100% !important;
		border-right:0;
		border-bottom:1px solid #ffffff;
		margin-bottom:10px !important;
		padding-bottom:10px;
		padding-left:0;
		padding-right:0;
	}
	
	.copy_col {
		width:100% !important;
		text-align:center !important;
		padding-bottom:20px;
	}
	
	.slider_caption {
		padding:5%;
	}
	
	.slider_caption .cap_1{
		line-height:20px;
	}
	
	.ls-nav-prev, .ls-nav-next {
		display:none;
	}
	
	.ls-l {
		left:0 !important;
		right:0 !important;
		top:0 !important;
	}
	
	.slider_caption .cap_2 {
		line-height:20px;
	}
	
	.slider_caption a {
		margin-top: 3%;
	}
}

@media only screen and (max-width : 480px) {
	
	.header_col {
		width:211px;		
	}
	
	.phone, .address {
		border:0;
	}
	
	.slider_caption {
		display:none;
	}
}