.mt0 { margin-top: 0 !important;}
.mb0 { margin-bottom: 0 !important;}
.padding_bottom50 { padding-bottom:  50px !important;}
p {
	font-family: 'Lato', sans-serif;
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
.sticky-head-wrapper {
	height: 143px !important;
	background: #fff;
	display: inline-block;
	width: 100%;
}
.header3.topbar ul.callus li {
	display: inline-block;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
.header3.topbar .callus {
	float: none;
	margin: 11px 20px 0 0;
}
.header3.topbar .social-links{ margin-top: 10px;}
.header3.topbar .social-links li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
}
.header3.topbar .header-mid {
	padding: 0 0 10px;
	background: #f5f5f5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #0098da;
}
.service-section .btn-ash, .about-section .btn-ash {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 10px;
}
.service-section .btn-ash:hover, .about-section .btn-ash:hover {
	background-color: #0098da;
}
.about-section .post-entry .post-excerpt {
	padding: 30px 0 0;
	margin-bottom: 0;
}
.features .service-3 .service-item {
	border-right: 1px solid #e5e5e5;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.features .service-3 .service-icon {
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.features .service-item h4 a {
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.features .service-3 .service-item:hover {	
	background: #fff;
	/*border-right: 1px solid #0098da;*/
	border: 1px solid #fff;
}
.features .service-3 .service-item:hover .service-icon {
	border: 1px solid #0098da;
	color: #0098da;
}
.features .service-item:hover h4 a {
	color: #0098da;
}
.features.client-carousel .overlay { padding: 100px 0;}
.company-profile .tab-one .tab-nav li a {
	background: #0098da;
	color: #fff;
}
.company-profile .tab-one .tab-nav li.active a {
	background: #f5f5f5;
	color: #0098da;
}
.company-profile .tabpanel .tab-content h4, .service-carousel .owl-item .service-cr-item .service-desc h3, .details-section .project-details h2, .review-section .product-review h3, .contact .address h2 { color: #333;}
.company-profile .testimonial-block { margin-bottom: 0;}
.profile-section .spn_sc_list_area .list_style_07 li{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.profile-section .spn_sc_list_area .list_style_07 li + li{border-top: none;}
.quote-section.sc_cta p{
	font-family: 'raleway', sans-serif;
	font-size: 48px;
	font-weight: 200;
}
#service-prod.service-carousel .owl-nav .owl-prev, #service-prod.service-carousel .owl-nav .owl-next { color: #fff;}
.service-carousel .owl-stage-outer .owl-item {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
#service-prod.service-carousel .owl-stage-outer .owl-item:hover {
	box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.2);
}
.service-block .sb-hover p { color: #fff;}
.service-carousel.owl-carousel .owl-stage-outer { padding-bottom:  20px;}
.service-page .service-block{
	margin: 20px 0;
	padding: 0 20px;
}
.service-page .btn-ash{
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 14px;
	padding: 7px 15px;
	margin-top: 5px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.service-page .btn-ash:hover{
	background-color: #fFF;
	border: 2px solid #fff;
	color: #0098da;
}
.exports-section p, .caption-bottom p { color: #fff;}
.form-control:focus {border-color: #0098da;}
.details-section .project-details h2 {
	text-transform: uppercase;
}
.sc_cta.primary {
    background-color: #0098da;
    border: 0 none;
    color: #fff;
    background: -webkit-linear-gradient(90deg, rgba(0,152,218,1), rgba(38,57,97,1));
    background: -moz-linear-gradient(90deg, rgba(0,152,218,1), rgba(38,57,97,1));
    background: -ms-linear-gradient(90deg, rgba(0,152,218,1), rgba(38,57,97,1));
    background: -o-linear-gradient(90deg, rgba(0,152,218,1), rgba(38,57,97,1));
    background: linear-gradient(90deg, rgba(0,152,218,1), rgba(38,57,97,1));
}
.sc_cta {
    background-color: #f5f6f8;
    border: 1px solid #e9eaec;
    padding: 50px 0;
}
.sc_cta.primary {
    color: #fff;
}
.sc_cta.primary p {
    color: #fff;
}
.sc_cta p {
    float: left;
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin: 12px 0 0;
}
.sc_cta.primary a {
    background-color: #fff;
    color: #0098da;
}
.sc_cta a {
    background-color: #0098da;
    /*border-radius: 50px;*/
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 700;
    padding: 10px 35px;
    text-transform: uppercase;
}
.sc_cta.primary a:hover, .sc_cta.primary a:focus {
    background-color: rgba(255,255,255,0.8);
}
.spn_sc_list_area .list_style_03 li{
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	padding: 2px 0 2px 20px;
	position: relative;
}
.spn_sc_list_area .list_style_03 li:after{
	background: none repeat scroll 0 0 rgba(0, 174, 239, 0.2);
	border: 1px solid #0098da;
	content: "";
	height: 10px;
	left: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.hr5, .hr4 {
    height: 1px;
    background: #ddd !important;
}
.margin20 {
    margin: 20px 0 !important;
}
.hr_left {
    text-align: left;
}
.divider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
}
.hr4 span {
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 100px !important;
    height: 3px;
    background: #0098da;
}
.divider span {
    display: block;
    width: 100%;
}


/*---------- Media CSS ---------*/

@media (max-width: 1199px) {
	.sticky-head-wrapper {
    	height: 175px !important;
	}
}

@media (max-width: 979px) {
	.sticky-head-wrapper {
    	height: 164px !important;
	}
}

@media (max-width: 767px) {
	.sticky-head-wrapper {
    	height: auto !important;
	}
	.post-excerpt.section-head h3 {font-size: 22px;}
	.our-products { margin-top: 20px;}
	.testimonials { padding-top: 30px;}
	.company-profile h4 {
		display: inline-block;
		padding-top: 10px;
	}
	.quote-section.sc_cta p {
		font-size: 40px;
		line-height: 40px;
	}
	
}

@media (max-width: 479px) {
	
}












