/*
 Theme Name:   Acoustic Force
 Theme URI:    https://webgrowstudio.com
 Description:  WordPress theme for Acoustic Force build on top of Nortech
 Author:       Web Grow Studio
 Author URI:   https://webgrowstudio.com
 Template:     nortech
 Version:      1.0.0
 Text Domain:  acoustic-force
*/

/*== Override Theme Styles ==*/
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8em;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}

input,button,select,textarea {
	font-family: 'Open Sans', sans-serif;
}

body a {
	color: #008dd2;
}

body a:focus, a:hover {
    text-decoration: underline;
}

.theme_color{
	color:#008dd2;
}

.list-style-one li:before,
.list-style-four li:before {
	color:#008dd2;
}

.btn-style-one {
	background:#008dd2;
	border:2px solid #008dd2;
	font-family: 'Open Sans', sans-serif;
}

.btn-style-one:hover{
	color:#008dd2;
	border-color:#008dd2;
}

.btn-style-two,
.btn-style-three,
.btn-style-four,
.btn-style-five {
	font-family: 'Open Sans', sans-serif;
}

.btn-style-two:hover,
.btn-style-three:hover,
.btn-style-four:hover,
.btn-style-five:hover {
	border-color:#008dd2;
	background:#008dd2;
}

.social-icon-one li a:hover{
	color:#008dd2;
	border-color:#008dd2;
}

.social-icon-two li a:hover{
	color:#008dd2;
}

.social-icon-three li a:hover{
	color:#008dd2;
}

.scroll-to-top {
	background: #008dd2;
    border: 2px solid white;
}

.scroll-to-top:hover{
	background:#008dd2;
}

.header-style-two .header-top{
	background-color:#008dd2;
}

.main-header .header-top .top-left .links li a {
	font-family: 'Open Sans', sans-serif;
}

.main-header .header-top .top-left .links li a:hover{
	color:#008dd2;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
}

@media only screen and (max-width: 767px) {
	.main-header .main-box .logo-box {
	    width: 250px !important;
	    margin: 0px auto;
	    float: none;
	    z-index: 9;
	}

	.main-box .nav-outer {
		position: absolute !important;
    	top: 24px;
	    z-index: 0;
	}

	.main-header .nav-outer .outer-box {
		margin-top: 15px !important;
		left: 15px !important;
	}
}

@media only screen and (max-width: 500px) {
	.main-header .main-box .logo-box {
	    width: 200px !important;
	    padding-top: 20px !important;
    	padding-bottom: 10px !important;
    	left: -10px;
	}
}

.main-header .search-box-outer .dropdown-menu{
	border-top:3px solid #008dd2;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#008dd2;
}

.main-menu .navigation > li > a {
	font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	color: #008dd2;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#008dd2;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#008dd2;
}

.main-header .info-box li{
	font-family: 'Open Sans', sans-serif;
}

.header-top .wpml-ls-legacy-list-horizontal {
	display: inline-block;
    padding: 0;
    margin-left: 10px;
}

.header-top .wpml-ls-legacy-list-horizontal a {
	line-height: 19px;
	color: #000;
}

.header-style-four .header-top .social-icon li a{
	color:#008dd2;
}

.header-cta,
.cta-button a {
    display: block;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #008dd2;
    padding: 7px 25px;
    border-radius: 50px;
    border: 2px solid #008dd2;
    font-family: 'Open Sans', sans-serif;
}

.cta-button.cta-button-lg a {
	padding:10px 30px;
}

.cta-button.cta-button-center {
	text-align: center;
}

.cta-button.cta-button-center a {
	float: none;
	display: inline-block;
}

.header-cta:hover,
.cta-button a:hover {
	color: #008dd2;
	border-color: #008dd2;
	background: none;
}

.sticky-header .header-cta {
	margin-top: 15px !important;
}

@media only screen and (max-width: 1024px) {
	.header-cta {
		margin-top: 15px !important;
	}
}
@media only screen and (max-width: 768px) {
	.header-cta {
	    display: none;
	    margin: 0 auto;
	    width: 140px;
	    float: none;
	    clear: both;
	}
}

.main-header .sticky-header .main-menu .navigation > li > a:hover,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#008dd2;
}

.main-slider.shop-slider .text{
	font-family: 'Open Sans', sans-serif;
}

.sec-title h2:after{
	display: block;
    left: 0;
	margin-left:0;
    width: 45px;
    bottom: -7px;
    background-color: #008dd2;
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#008dd2;
	border-color:#008dd2;
}

.call-to-action{
	background-color:#008dd2;
}

.call-to-action .more{
	font-family: 'Open Sans', sans-serif;
}

.about-section .content-column .inner-column h2:before{
	display: block;
	/*left:105%;*/
	bottom:-7px;
	background-color:#008dd2;
}

.home-services-all .services-block{
	margin-bottom:30px;
	padding-left: 5px;
	padding-right: 5px;
}

.services-block .inner-box .image{
	border-bottom:3px solid #008dd2;
}

.services-block .inner-box .lower-content h3{
	line-height: 24px;
}

.services-block .inner-box:hover .lower-content h3:after{
	background-color:#008dd2;
}

.services-block .inner-box .lower-content h3 a{
    display: block;
	min-height: 44px;
}

@media only screen and (max-width: 1195px) {
	.home-page .services-block .inner-box .lower-content h3 a{
		min-height: 70px;
	}
}

.services-block .inner-box .lower-content h3 a:hover{
	color:#008dd2;
}

.project-section .sec-title .projects{
	border-bottom:1px solid #008dd2;
}

.aproach-section .title-column h2:after{
	background-color:#008dd2;
}

.testimonial-section{
	background-color:#008dd2;
	padding: 50px 0;
}

.testimonial-section .quote-icon {
	display: none;
}

.testimonial-block .inner-box .upper-box .image {
	width: 60px;
	height: 60px;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	background-color:#008dd2;
}

.testimonial-section .owl-item{
	margin-top: -30px;
}

.testimonial-section .owl-nav{
	display: block;
    top: 25%;
    left: calc(50% - 55px);
    width: 100%;
    margin: 0 auto;
    width: 130px;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
	position: relative !important;
	margin-right: 20px;
	right: 0;
	left: 0;
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#008dd2;
}

.news-block .inner-box .lower-box .read-more:hover{
	color:#008dd2;
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea{
	font-family: 'Open Sans', sans-serif;
}

.video-section .title:before{
	background-color:#008dd2;
}

.video-section .play-btn .icon{
	color:#008dd2;
}

.main-footer .footer-widget{
	margin-bottom:45px;
}

.main-footer .footer-widget h2:after{
	display: block;
	left:0;
	bottom:-7px;
	background-color:#008dd2;
}

.main-footer .logo-widget .logo{
	margin-bottom:10px;
}

.main-footer .logo-widget .text{
	font-family: 'Open Sans', sans-serif;
}

.main-footer .menu li{
	margin-bottom:5px;
}

.main-footer .list li a{
	font-family: 'Open Sans', sans-serif;
}

.main-footer .list li a:hover{
	color:#008dd2;
}

.main-footer .info-widget .number{
	font-family: 'Open Sans', sans-serif;
}

.main-footer .info-widget .text{
	font-family: 'Open Sans', sans-serif;
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created{
	font-family: 'Open Sans', sans-serif;
}

.company-section .image-column .image:before{
	background-color:#008dd2;
}

.services-block-three .inner-box .lower-content h3 a:hover{
	color:#008dd2;
}

.services-section .owl-prev:hover,
.services-section .owl-next:hover{
	color:#008dd2;
	border-color:#008dd2;
}

.fluid-section-one .outer-container{
	background-color:#008dd2;
}

.call-back-form .form-group .submit-btn{
	font-family: 'Open Sans', sans-serif;
}

.team-section .title-column h2:after{
	background-color:#008dd2;
}

.team-block .inner-box .lower-box h3 a:hover{
	color:#008dd2;
}

.accordian-boxed {
	margin-top: 0;
}

.accordion-box .block .acc-btn{
	font-family: 'Open Sans', sans-serif;
}

.accordion-box .active-block .acc-btn {
	color:#008dd2;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	background-color:#008dd2;
}

.accordion-box.faq .block .acc-btn{
	font-family: 'Open Sans', sans-serif;
}

.accordion-box.style-three .block .acc-btn {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.accordion-box.style-three .block .acc-btn h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}

.fluid-section-two .outer-container{
	background-color:#008dd2;
}

.error-section h1{
	color:#008dd2;
}

.error-section .text{
	font-family: 'Open Sans', sans-serif;
}

.error-section .theme-btn:hover{
	color:#008dd2;
}

.shop-banner{
	font-family:'Open Sans', sans-serif;
}

.shop-banner .text{
	font-family:'Open Sans', sans-serif;
}

.page-info .bread-crumb li a:hover{
	color:#008dd2;
}

.history-section .title-column h2:after{
    background-color: #008dd2;
}

.sidebar-title h2{
	font-family: 'Open Sans', sans-serif;
}

.sidebar-title h2:after{
	background-color:#008dd2;
}

.widget > ul > li > a:hover,
.widget > ul > li > ul > li > a:hover {
	color:#008dd2;
}

.sidebar .popular-tags a:hover, .widget_tag_cloud .tagcloud a:hover {
	border-color:#008dd2;
	background-color:#008dd2;
	color: #fff;
}

.news-block-three .inner-box .lower-content .upper-box .posted-date{
	margin-top:5px;
	background-color:#008dd2;
	font-family: 'Open Sans', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box h3 a{
	font-family: 'Open Sans', sans-serif;
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover{
	color:#008dd2;
}

.sidebar-page-container .group-title h2{
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 18px;
}

.sidebar-page-container .group-title h2:after{
	background-color: #008dd2;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 2px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	font-family: 'Open Sans', sans-serif;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#008dd2;
}

.comment-form .form-group textarea{
	font-family: 'Open Sans', sans-serif;
}

.comment-form button{
	font-family: 'Open Sans', sans-serif;
}

.comming-soon .content .content-inner h2{
	font-family: 'Open Sans', sans-serif;
}

.time-counter .time-countdown .counter-column{
	border:2px solid #008dd2;
	color:#008dd2;
}

.time-counter .time-countdown .counter-column .count{
	color:#008dd2;
}

.contact-section{
	padding:75px 0px 30px;
}

.contact-section .contact-title {
	margin-bottom: 25px;
}

.contact-section .contact-title h2{
	text-align: left;
}

.contact-section .contact-title:after{
	background-color:#008dd2;
}

.contact-section .info-column ul li span {
    text-transform: none;
    color: #797979;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
}

.contact-section .info-column a:hover .contact-content span {
	color: #008dd2;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#008dd2;
}

.contact-form .theme-btn{
	margin-bottom: 20px;
}

.contact-section .info-column .inner-column{
	padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
	.contact-section .info-column .inner-column{
		padding-left: 0px;
	}
}

.contact-section .info-column ul li .icon{
	width: 50px;
    height: 60px;
    float: left;
    font-size: 35px;
    text-align: center;
    padding-top: 15px;
    margin-right: 10px;
    color: #008dd2;
}

.contact-section .info-column ul li .contact-content{
	display: block;
	/*float: left;*/
}

.contact-section .info-column ul li span .contact-heading,
.contact-section .info-column ul li span .contact-content-single{
	display: block;
}

.contact-section .info-column ul li span .contact-content-single{
    font-size: 17px;
	font-weight: bold;
}

@media only screen and (max-width: 500px) {
	.contact-section .info-column ul li span .contact-content-single{
		width: 340px;
	}
}

.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus{
	border-color:#008dd2;
}

.history-page-section{
	padding:0 0px 30px;
}

.year-block .inner-box .year{
	background-color:#008dd2;
}

.year-block .inner-box h3{
	font-family: 'Open Sans', sans-serif;
}

.gallery-item .overlay-inner .link{
	background-color:#008dd2;
}

.gallery-item .inner-box h3 a:hover{
	color:#008dd2;
}

.description-section .info-column .inner-column{
	background-color:#008dd2;
}

.blog-cat li a{
	font-family: 'Open Sans', sans-serif;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	background-color:#008dd2;
}

.brochure-box .inner .icon{
	color:#008dd2;
}

.services-single .inner-box h2{
	font-size:35px;
}

.services-single h3,
.services-single .result-section h3,
.services-single .industry-page-list .industry-list-title,
.services-single .inner-box .text .two-column h3{
	position:relative;
	color:#242424;
	font-size:24px;
	line-height:1.4em;
	font-weight:600;
	margin-bottom:18px;
}

.featured-blocks-heading {
	margin-top: 60px;
}

.featured-block:nth-child(2),
.featured-block:nth-child(4),
.featured-block:nth-child(6){
	border-right:none;
}

.featured-block:nth-child(2) .featured-inner,
.featured-block:nth-child(6) .featured-inner{
	background-color:#fdfdfd;
}

.featured-block:nth-child(5),
.featured-block:nth-child(6){
	border-bottom:none;
}

@media only screen and (max-width: 767px) {
	.featured-block:nth-child(3) .featured-inner,
	.featured-block:nth-child(5) .featured-inner {
		background-color: #f9f9f9;
	}

	.featured-block:nth-child(4) .featured-inner,
	.featured-block:nth-child(6) .featured-inner {
		background-color: #ffffff;
	}
}

.featured-block .featured-inner .content h3 a:hover{
	color:#008dd2;
}

.shop-features-section{
	background-color:#008dd2;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#008dd2;
}

.shop-item .inner-box .lower-content .price{
	font-family: 'Open Sans', sans-serif;
}

.shop-item-two .inner-box .lower-content .price{
	font-family: 'Open Sans', sans-serif;
}

.products-section .content-column .inner-column h2 span{
	color:#008dd2;
}

.product-details .basic-details .price{
	font-family: 'Open Sans', sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	background:#008dd2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before{
	background-color:#008dd2;
}

.shop-single .group-title h2:after{
	background-color:#008dd2;
}

.shop-single .comments-area .comment .comment-inner .rating .fa{
	color:#008dd2;
}

.shop-comment-form h2:before{
	background-color:#008dd2;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#008dd2;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#008dd2;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#008dd2;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#008dd2;
}

.cart-table thead tr th{
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody tr .remove-btn:hover{
	color:#008dd2;
}






/* HOME PAGE */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed' !important;
}

/* HEADER SECTION */

.logo {
	max-width: 300px;
}

.main-header .header-top,
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
	background-color: #ffffff;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
}

.main-header .header-top .top-left .links li a,
.header-top .social-icon li a,
.main-menu .navigation > li > a,
.main-header .nav-outer .search-box-outer,
.main-header .sticky-header .main-menu .navigation > li > a,
.main-header .sticky-header .right-col .outer-box {
	color: #000000;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
}

.main-header .header-top .inner-container  {
	border-bottom: 1px solid lightgray;
}

.header-top .social-icon li a:hover,
.main-menu .navigation > li > a:hover {
	color: #008dd2
}

.main-header .header-top .top-left .links li:first-child a {
	font-size: 16px;
}

.main-header,
.sticky-header {
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 13px -6px rgba(0, 0, 0, 0.4);
}

.main-header .nav-outer .search-box-outer,
.main-header .sticky-header .right-col .outer-box {
	border-left: 1px solid rgba(0,0,0,0.50);
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > a:hover:after,
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li:hover > a:after,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	color: #ffffff !important;
}

.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li {
	border-bottom-color: #ececec;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
    color: #838383 !important;
}

.right-col.pull-right {
	padding: 15px 0;
}

.main-header .search-box-btn {
	border: none;
}

@media only screen and (max-width: 1140px) {
	.main-header {
		background-color: #ffffff !important;
	}
}

@media only screen and (max-width: 767px) {

	.main-header {
		z-index: 999;
    	opacity: 1;
    	position: fixed !important;
	}

	.sticky-header {
		display: none;
	}

	.logo {
		margin: 0 auto;
	}

	.main-menu .navbar-header .navbar-toggle {
		border: 1px solid #008dd2 !important;
		background-color: #008dd2 !important;
	}

	.main-menu .navbar-collapse > .navigation > li.current > a.hvr-underline-from-left1,
	.hvr-underline-from-left1,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
	.hvr-underline-from-left1 > li > a {
		background: #ffffff !important;
	}

	.main-menu .navigation li.dropdown .dropdown-btn {
		color: #aaaaaa;
		/*border: 1px solid #aaaaaa;*/
	}

	.main-header .nav-outer .outer-box .search-box-outer {
		border-left: none;
	}
	.main-header .search-box-outer .dropdown-menu {
		border-color: #008dd2;
	}

	.scroll-to-top {
		left: 15px!important;
		right: unset;
		display: block !important;
	}

}

/* SLIDER SECTION */

.btn-style-one,
.btn-style-two:hover {
	color: #ffffff;
}

.tp-title-wrap {
	display: none;
}

/* WHO AM I SECTION */

.about-section-2 {
	padding: 0;
}

.move-left {
	float: right;
}

.about-section .content-column .inner-column .text {
	color: #444444 !important;
}

.about-section .content-column .inner-column h2 {
	position: relative;
	font-style: normal;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.about-section-three.step-section-three {
	margin-left: -15px;
}

.about-section-three > .row {
	display: none;
}

/*.about-section .content-column .inner-column h2:before {
	bottom: 6px;
}*/

/*.about-section-2 .image-column {
	position: absolute !important;
	bottom: 0;
}*/

/*.about-section-2 .image-column .image {
	margin-bottom: 0;
}*/

/*.about-section-2 .image-column .image img {
	z-index: -1;
	-webkit-filter: drop-shadow(1px 2px 3px #113a58);
			filter: drop-shadow(1px 2px 3px #113a58);
}*/

@media only screen and (max-width: 1200px) {
	.about-section-2 .image-column .col-md-9 {
		width: 80%;
	}
}

@media only screen and (max-width: 1140px) {
	.about-section-2 .image-column .col-md-9 {
		width: 90%;
	}
}

@media only screen and (max-width: 1024px) {
	.about-section-2 .content-column .inner-column h2 {
		font-size: 30px;
	}
}


@media only screen and (max-width: 992px) {

	.about-section-2 .image-column {
		position: relative !important;
	}

	.about-section-2 .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.about-section-2 .row .image {
		max-width: 260px;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 768px) {

	.about-section-2 .image-column .col-md-9 {
		width: 100%;
	}

	.about-section-2 .content-column .inner-column h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 567px) {
	.about-section-2 .row .image {
		max-width: 220px;
	}
}




/* BETTER THAN OTHERS SECTION */

.sidebar-page-container {
	padding: 60px 0 0;
}

.services-single-2 .featured-blocks .featured-inner {
	background: none;
}

.services-single .inner-box h2:after {
	display: block;
	position: absolute;
	content: '';
	/*margin-left: 10px;*/
	bottom: -7px;
	width: 45px;
	height: 2px;
	background-color: #008dd2;
}

.services-single-2 .featured-blocks,
.services-single-2 .featured-block {
	border: none;
}

.services-single-2 .featured-block .featured-inner {
	padding: 40px 30px;
}

.services-single-2 .featured-block .featured-inner .content h3 a {
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px !important;
}

.icon-box-2 {
	font-size: 60px !important;
	position: relative !important;
	text-align: center;
	padding-bottom: 30px;
	color: #008dd2 !important;
}

.content-2 {
	padding-left: 0 !important;
}

.content-2 > h3 {
	text-align: center;
	margin-bottom: 15px !important;
}

.block-services-left,
.block-services-right {
	padding: 0;
}

.home-services-all h3 {
	font-size: 15px;
}

.certificates-list {
	max-width: 1170px !important;
	margin: 0 auto !important;
}


@media only screen and (max-width: 1024px) {
	.services-single-2 h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 900px) {
	.services-single-2 .featured-text {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.services-single-2 h2 {
		text-align: left;
		font-size: 26px !important;
	}

	.content-2 .featured-text {
		text-align: justify;
	}
}



/* SERVICES SECTION */

h2.services-grid-title {
	font-size: 35px !important;
}

.image-left-text .two-column .image-column[class*='col-'],
.image-right-text .two-column .image-column[class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.image-left-text.non-desktop {
	display: none;
}

.services-grid-title {
	position: relative;
    color: #242424;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 60px 15px;
}

.services-grid-title:after {
    display: block;
    position: relative;
    content: '';
    margin-left: 0;
    bottom: -7px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #008dd2;
}

.image-left-text .inner-column,
.image-right-text .inner-column {
	padding: 90px 30px;
	text-align: justify;
	color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5em;
}

.image-left-text .inner-column h3,
.image-right-text .inner-column h3 {
	text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #242424;
    line-height: 1.2em;
    margin: 45px auto;
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1200px) {
	.image-left-text .inner-column,
	.image-right-text .inner-column {
		padding: 45px 15px;
	}

	.image-left-text .inner-column h3,
	.image-right-text .inner-column h3 {
		margin: 15px 0;
	}
}


@media only screen and (max-width: 1024px) {
	.image-left-text .inner-column,
	.image-right-text .inner-column {
		padding: 45px 15px;
	}

	.image-left-text .inner-column h3,
	.image-right-text .inner-column h3 {
		margin: 40px 0;
	}

	h2.services-grid-title {
		font-size: 30px !important;
	}

}

@media only screen and (max-width: 960px) {
	.image-left-text .inner-column,
	.image-right-text .inner-column {
		padding: 22px 15px;
	}

	.image-left-text .inner-column h3,
	.image-right-text .inner-column h3 {
		margin: 10px 0;
	}
}

@media only screen and (max-width: 900px) {
	.image-left-text .inner-column,
	.image-right-text .inner-column {
		padding: 19px;
		font-size: 14px;
	}

	.image-left-text .inner-column h3,
	.image-right-text .inner-column h3 {
		margin: 15px 0;
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.image-column {
		text-align: center;
		padding: 50px 10px 0;
	}

	.image-right-text {
		display: none;
	}

	.image-left-text.non-desktop {
		display: inline-block;
	}

	.home .kc_title {
		padding: 60px 15px 10px;
	}

	.home .kc_title:after {
		bottom: -4px;
	}

	.image-left-text .inner-column,
	.image-right-text .inner-column {
		padding: 25px;
		font-size: 16px;
	}

	.image-left-text .inner-column h3,
	.image-right-text .inner-column h3 {
		margin: 20px 0;
		font-size: 24px;
	}
}

@media only screen and (max-width: 567px) {
	.home .kc_title {
		padding: 15px 15px 15px;
	}

	.home .kc_title:after {
		bottom: -7px;
	}

	h2.services-grid-title {
		font-size: 26px !important;
	}
}

/* WHO I COULD HELP SECTION */

.we-do-section h2 {
	font-size: 35px !important;
}

.we-do-section {
	padding: 60px 0 10px !important;
}

.we-do-section .sec-title {
	padding-bottom: 20px;
}

.we-do-section .sec-title h2 {
	/*font-size: 28px;*/
}

.we-do-section .sec-title h2:after {
    display: block;
	position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: 0;
    background-color: #008dd2;
    bottom: -7px;
    margin-left: 0;
}

.we-do-section .col-md-2 {
	width: 20%;
}

.we-do-section.services-3a {
	padding: 0 0 50px !important;
}

.we-do-section .category-heading {
	padding: 0 0 15px 15px;
	font-weight: 700;
    color: #444;
    font-size: 24px;
}

@media only screen and (max-width: 1024px){
	.we-do-section .sec-title h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 992px){
	.we-do-section .col-md-2 {
		width: 25%;
	}

	.we-do-section .sec-title h2 {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 768px){
	.we-do-section .col-md-2 {
		width: 33.33333336%;
		min-height: 240px;
	}
}

@media only screen and (max-width: 568px){
	.we-do-section .col-md-2 {
		width: 50%;
		min-height: 215px;
	}
}

@media only screen and (max-width: 320px){
	.we-do-section .col-md-2 {
		width: 50%;
		min-height: 170px;
	}
}

/*.industry-list-section {
	border-top: 60px solid #ffffff;
	padding: 40px 0;
}

.industry-list-section .auto-container {
	padding: 0 30px;
}

.industry-list-section h2 {
	position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 30px 0;
}

.industry-list-section h2:after {
	position: absolute;
	content: '';
	margin-left: 10px;
	bottom: 35px;
	width: 30px;
	height: 2px;
	background-color: #008dd2;
}

.industry-list-section .content-column .inner-column h3 {
    font-weight: 600;
    font-size: 24px;
    color: #242424;
    line-height: 1.2em;
    margin: 15px 0;
    font-family: 'Open Sans', sans-serif;
}


.industry-list-section .content-column .list-style-four li {
	color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5em;
}

.industry-list-section .content-column .list-style-four li:before {
	content: "\f131";
}

.industry-list-section .non-desktop {
	display: none;
}

.industry-list-section .non-mobile {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.industry-list-section .non-desktop {
		display: inline-block;
	}

	.industry-list-section .non-mobile {
		display: none;
	}

	.industry-list-section .image-column {
		padding-left: 0;
		padding-right: 0;
	}
}*/

/* HOW I'M WORKING SECTION */

.year-block {
	min-height: 90px;
}

.year-block .inner-box .text{
	color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5em;
}

.year-block .inner-box {
	padding-left: 80px;
}

@media only screen and (max-width: 769px) {
	.year-block .inner-box {
		padding-left: 80px;
	}
}

.year-block .inner-box .year {
	color: #ffffff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}


.year-block .inner-box .year:before {
	height: 250%;
}

.year-block:nth-child(5) .inner-box .year:before {
    height: 370%;
}

/*.history-page-section .sec-title h2:after {
    bottom: 6px;
}*/

@media only screen and (max-width: 600px) {
	.year-block {
		text-align: center;
	}

	.year-block .text {
		text-align: left;
	}
}

/* CLIENT OPINIONS SECTION */
.testimonial-section-2 .sec-title {
	text-align: center;
}

.testimonial-section-2 .sec-title h2:after {
	left: 0;
    right: 0;
    margin: auto;
}

.testimonial-section-2 .sec-title h2,
.testimonial-section-2 .testimonial-block .text,
.testimonial-section-2 .testimonial-block .author{
	color: #ffffff;
}

.testimonial-section-2 .owl-nav .owl-prev,
.testimonial-section-2 .owl-nav .owl-next {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.testimonial-section-2 .owl-nav .owl-prev:hover,
.testimonial-section-2 .owl-nav .owl-next:hover {
	color: #008dd2;
    background-color: #ffffff;
	border: 1px solid #008dd2;
}

.testimonial-section-2 .owl-dots .owl-dot {
	background-color: #ffffff;
}

.testimonial-section-2 .owl-dots .owl-dot.active {
	border: 1px solid #ffffff;
}

.testimonial-section-2 .testimonial-block .inner-box .upper-box .quote-icon {
	background-color: #ffffff;
}

.flaticon-left-quote-1:before {
	color: #008dd2;
}

.testimonial-section .sec-title h2:after {
	background-color: #ffffff;
	bottom: -3px;
}

.testimonial-section.service-page-testimonial-section .testimonail-heading {
	margin-left: -15px;
}


/* CONTACT FORM */
.contact-section-2 .contact-title,
.contact-section-2 .contact-form  {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 50px auto;
}

.contact-section .contact-title:after{
	display: none;
}

.contact-section .contact-title h2:after {
	display: block;
	position: absolute;
	content: '';
	margin-left: 0;
	bottom: -7px;
	width: 45px;
	height: 2px;
	background-color: #008dd2;
}

.contact-section .info-column ul li a{
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-section .info-column ul li a:hover{
    color: #008dd2;
}

@media only screen and (max-width: 1024px) {
	.contact-section .contact-title h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 568px) {
	.contact-section-2 .contact-title {
		text-align: initial;
	}

	.contact-section .contact-title h2:after {
		bottom: -5px;
	}
}

/* FOOTER */

.main-footer {
	background-color: #f2f2f2;
	border-top: 10px solid #008dd2;
}

@media only screen and (max-width: 1024px) {
	.main-footer .footer-column {
		display: block;
		width: 100%;
	}
}

.main-footer .info-widget .number,
.main-footer .info-widget .text {
	margin-bottom: 10px;
}


.main-footer .widgets-section h2 {
	color: #242424;
}

.main-footer .footer-widget h2 {
	text-transform: none;
}

.main-footer .widgets-section .text,
.main-footer .widgets-section .list a,
.main-footer .widgets-section .number,
.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created,
.footer-widget ul li a {
	color:#444444 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5em;
}

.main-footer .widgets-section .social-icon-one li a {
	color:#444444;
	border: 1px solid #444444;
	line-height: 33px;
}

.main-footer .widgets-section .social-icon-one li a:hover {
	color:#008dd2 !important;
	border: 1px solid #008dd2;
}

.fa-facebook {
	position: relative;
	top: 1px;
}

.fa-instagram {
	position: relative;
	left: 0.5px;
	top: 1px;
}

.fa-linkedin {
	position: relative;
	left: 0.5px;
}

.main-footer .logo {
	left: -25px;
}

.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .created {
	font-size: 13px;
}

@media only screen and (min-width: 1140px) {
	.footer-widget.widget_bunch_servies {
		padding-left: 70px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-footer {
		text-align: center;
	}

	.footer-widget.widget_bunch_servies {
		padding-left: 0;
	}

	.main-footer .logo {
		margin: 0 auto 30px auto;
		left: 0;
	}

}

/* END HOME PAGE */

/* ALL SERVICES PAGE */

.all-services-description {
    padding-top: 0;
}

.all-services-description h2 {
    margin-bottom: 30px;
}

.all-services-description h2:after {
    display: block;
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: 0;
    background-color: #008dd2;
    bottom: -7px;
    margin-left: 0;
}

.all-services-description ul {
    padding-left: 15px;
    padding-right: 15px;
}

.all-services-description li {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    color: #4c4c4c;
    margin-bottom: 18px;
}

.all-services-description li:before {
    top: 13px;
}

.all-services-description li h3 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 3px;
    line-height: 1.4em;
}

@media only screen and (max-width: 768px) {
	.all-services-description li h3 {
		text-align: left;
	}
}

.all-services-page .we-do-section .inner-box{
    margin-bottom: 30px;
}

/* END OF ALL SERVICES PAGE */


/* SINGLE SERVICES PAGE */

.service-page-icon-box {
	color: #008dd2 !important;
}

.step-container {
	margin: 60px 0;
}

.step-block .inner-box .step {
	width: 50px;
    height: 50px;
    line-height: 50px;
}

.service-page-testimonial-section {
	padding: 50px 0;
	background-color: #ffffff;
}

.service-page-testimonial-section .flaticon-left-quote-1:before{
	color: #fff;
}

.services-single-template p,
.services-single-template ul li,
.services-single-template .step-block li,
.services-single-template .inner-box .text p {
	color: #444;
}

.services-single-template .result-section {
	padding: 60px 0px 20px 0;
}
.services-single-template .result-section .auto-container {
	padding: 0;
}

.services-single-template .result-section .auto-container li {
	padding-left: 20px;
}


.services-single-template .featured-inner {
	min-height: 145px;
}

.services-single-template .featured-inner .content h3 {
	padding-top: 15px;
}

.services-single-template .step-section-three .sec-title {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.services-single-template .year.step:before {
	/*display: none;*/
	height: 800px;
}

.office-buildings .services-single-template .year.step:before {
	height: 790px;
}

.office-buildings .services-single-template .year-block:nth-child(5) .year.step:before {
	height: 320px;
}

.services-single-template .step-block h3 {
	font-size: 22px;
}

.services-single-template .step-block li {
	margin: 12px 0;
}

/*	.services-single-template .step-block li strong {
	padding-left: 40px;
}*/

.industry-list-title {
	margin-left: -15px !important;
}

.industry-page-list {
	padding: 30px 0px 0px;
}

.industry-page-list .col-md-2 {
	width: 20%;
	min-height: 245px;
}

.public-buildings .we-do-section .sec-title {
	display: none;
}

.public-buildings .we-do-section {
	background-color: #ffffff;
}

.public-buildings .industry-page-list .services-block .inner-box .lower-content h3 {
	min-height: 55px;
}

.public-buildings .year-block:nth-child(5) .inner-box .year:before {
	height: 320px;
}

.single-service-consultation-form .kc-row-container .outer-container {
	/*border-top: 10px solid #008dd2;*/
	background-color: #008dd2;
}

.single-service-consultation-form .contact-form-new .content-column .inner-box h2 {
	color: #ffffff;
}
.single-service-consultation-form .contact-form-new .content-column .inner-box h2:after {
	background-color: #ffffff;
}

.single-service-consultation-form .contact-form-new .btn-style-three,
.single-service-consultation-form .contact-form-new .btn-style-three:hover {
    border: 2px solid #ffffff !important;
}


@media only screen and (max-width: 992px){
	.industry-page-list .col-md-2 {
		width: 25%;
			min-height: 255px;

	}

	.industry-page-list .sec-title h2 {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 768px){
	.industry-page-list .col-md-2 {
		width: 33.33333336%;
		min-height: 260px;
	}
}

@media only screen and (max-width: 568px){
	.industry-page-list .col-md-2 {
		width: 50%;
		min-height: 250px;
	}
}

@media only screen and (max-width: 320px){
	.industry-page-list .col-md-2 {
		width: 50%;
		min-height: 220px;
	}
}

.industry-page-list .services-block {
	margin-bottom: 0 !important;
}

.industry-page-list .services-block .inner-box .lower-content h3{
	min-height: 77px;
}

.two-columns-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 20px;
}

.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-minus {
	color: #008dd2;
}

/*	@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.year-block:not(:last-child) .inner-box .year:before {
		display: block !important;
	}
}*/

@media only screen and (max-width: 1065px) {
	.services-single-template .year.step:before {
		height: 850px;
	}
}

@media only screen and (max-width: 768px) {
	.two-columns-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.services-single-template .step-block li strong {
		padding-left: 0;
	}

	.accordion-box .block .content p:last-child {
		margin-bottom: 12px;
	}
}


/* ABOUT US PAGE */


.page-about-us .about-section-2,
.page-about-us .description-text > p {
	max-width: 1170px;
	margin: 0 auto;
}

.page-about-us .description-text {

}

.page-about-us .about-section-2 .content-column,
.page-about-us .about-section-2 .content-column .inner-column .text {
	margin-bottom: 10px;
}


/* BLOG PAGE */

.news-block-three .inner-box .lower-content .upper-box .posted-date,
.lower-box .btn-style-four:hover,
.styled-pagination li a {
	background-color: #ffffff !important;
	border: 2px solid #008dd2 !important;
	color: #008dd2 !important;
}

.theme-btn.btn-style-four,
.styled-pagination li span.current,
.styled-pagination li span:hover,
.styled-pagination li a:hover {
	background-color: #008dd2 !important;
	border: 2px solid #008dd2 !important;
	color: #ffffff !important;
}

.styled-pagination li span.fa-angle-right {
	border: none !important;
}

.lower-box .tag a:hover,
.default-form button:hover {
	color: #008dd2 !important;
	background-color: #ffffff !important;
	border-color: #008dd2 !important;
}

.posts-nav {
	margin-bottom: 20px;
}

.thm-unit-test .posts-nav a:hover {
	color: #008dd2 !important;
}

.thm-unit-test .posts-nav a:hover span {
	background: #008dd2 !important;
}

/* ALL PAGES */

.page-title h1,
.page-info .bread-crumb li {
	text-transform: none;
}



@media only screen and (max-width: 568px) {
	.page-title h1 {
		top: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.page-title h1 {
		top: 6px;
	}

	.featured-block:nth-last-child(2) {
		border-bottom: 1px solid #e9e9e9;
	}

	.featured-block {
		border-right: none;
	}
}

@media only screen and (max-width: 767px) {
	.reverse-image {
		display: flex;
		flex-direction: column-reverse;
	}

	.inner-column {
		margin-top: 20px;
	}
}

/*== Gadzhev Styles ==*/

.kc-img-effects-1 .overlay-effects .content-title {
	padding: 10px;
}

.product-attribute p {
	margin: 0;
}

.product-attribute h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.no-padding-container {
	padding-left: 0;
	padding-right: 0;
}

.kc-elm.kc_text_block ul {
	margin: 0 0 10px 30px;
}

.kc-elm.kc_text_block ul,
.kc-elm.kc_text_block li {
	list-style: disc;
}

.clear-float .kc-title-wrap {
	float: none;
}

.step-container {
	margin: 0;
}

p.accent {
	font-weight: 900;
    font-size: 22px;
}

/*== Info Bubbles ==*/
.service-item .kc_single_image {
	cursor: pointer;
}

.service-item .kc_single_image:hover:before {
	content: '';
	top:0;
	bottom:0;
	left:0;
	right:0;
	position: absolute;
	background: rgba(0,0,0,0.25);
}

.info-bubble {
	display: none;
	z-index: 90;
	background: #f3f3f3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	padding: 20px;
}

.info-bubble.info-bubble-active {
	position: absolute;
	display: block;
}

.info-bubble.positioned-right:before {
	right: 50px;
}

.info-bubble.info-bubble-active:before {
	content: '';
	width: 10px;
	height: 10px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #f3f3f3;
	position: absolute;
	top: -29px;
}

/*== Header Top ==*/

.main-header .header-top .top-left .links li:first-child a {
	font-size: 15px;
}

.main-header .header-top .top-left .links li a {
	font-size: 13px;
}

.main-header .header-top .top-left .links li .icon.flaticon-pin {
	display:none;
}

.main-header {
	position: inherit;
}

/*== Headings ==*/
.section-title,
.thm-unit-test h2,
.thm-unit-test h3 {
	position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.thm-unit-test h3 {
	font-size: 28px;
}

.section-title:after {
	display: block;
    position: absolute;
    content: '';
    bottom: -10px;
    width: 45px;
    height: 2px;
    background-color: #008dd2;
}

.section-title.centered {
	text-align: center;
}

.section-title.centered:after {
	position: relative;
	margin: auto;
}

/*== Pages ==*/
.page-title {
	padding: 50px 0px;
}

.page-title h1 {
	margin-bottom: 0;
}

/*== Benefit Boxes ==*/
.benefit-box {
	background: #fdfdfd;
    padding: 25px;
    border: 1px solid #e9e9e9;
    min-height: 145px;
}

.benefit-box .kc-feature-boxes .content-icon i {
	line-height: 1em;
    font-size: 50px;
    color: #008dd2;
}

.benefit-box .content-title {
	color: #242424;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    text-transform: none;
    padding-top: 15px;
}


/*== Process Expander ==*/
.step-container .year-block .inner-box .text,
.member-biography {
	max-height: 100px;
    position: relative;
    overflow: hidden;
	transition: max-height 300ms ease-in-out;
}

.member-biography {
	max-height: 250px;
}

.step-container .year-block .inner-box .text:after,
.member-biography:after {
	content: '';
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 80%,#fff 100%);
    bottom: 0;
    pointer-events: none;
    opacity: 1;
}

.step-container .year-block .inner-box.expanded .text:after,
.member-biography.expanded:after {
	content: '';
	display: none;
}

.text-expander {
	position: absolute;
    bottom: -5px;
    width: calc(100% - 80px);
    text-align: left;
    font-weight: 700;
    cursor: pointer;
	z-index: 1;
}

.text-expander a,
.text-expander {
	color: #008dd2;
}

.expanded .text-expander {
	bottom: -15px;
}

.member-biography ~ .text-expander {
    position: inherit;
    margin-bottom: 20px;
}

/*== Services Pages ==*/
.services-single .inner-box h2 {
	margin-bottom: 30px;
}

.industry-page-list .services-block .inner-box .lower-content h3 {
	min-height: 60px;
}

.row-bg-image .kc-wrap-columns {
	display: flex;
}

/*== Processes ==*/
.year-block:not(:last-child) .inner-box:before {
	content: '';
	height: 250%;
	position: absolute;
	left: 25px;
	top: 0;
	width: 1px;
	height: calc(100% + 50px);
	background-color: #d2d2d2;
}

.auto-container .year-block .year:before {
	display: none;
}

.step-container .text ul li {
	margin-bottom: 10px;
}

/*== Business Items ==*/

.full-width-section .service-item .service-name p {
	text-align: center;
}

.service-item .kc_single_image {
	position: relative;
    background-color: #0b0b0b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-bottom: 3px solid #008dd2;
}

.service-item .service-name {
	position: relative;
    padding-top: 16px;
}

.service-item .service-name p,
.service-item .service-name h3 {
	font-weight: 700;
    font-family: 'Roboto Condensed';
	margin-bottom: 15px;
}

.service-item .service-name h3 {
	min-height: 40px;
}
/*
.service-item .service-name p:after,
.service-item .service-name h3:after {
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #9b9b9b;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-item:hover .kc_single_image {
	transform: scale(1.05) translateY(-5px);
}

.service-item:hover .kc_single_image img {
	opacity: 0.7;
}

.service-item:hover .service-name p:after {
	width: 100%;
    background-color: #008dd2;
}

.service-item a {
	color: #333;
}
*/

/*==== Materials Listing ====*/
.materials-listing.list-post-type figure {
	width: 30%;
}

.materials-listing.list-post-type h3,
.materials-listing.list-post-type .kc-entry_meta,
.materials-listing.list-post-type .text {
	width: 70%;
}

/*==== LightGallery ====*/
.masonry-gallery__item {
	width: calc(33.33% - 20px);
	margin-bottom: 20px;
}

.gallery__main-image,
.masonry-gallery__image {
	position: relative;
}

.gallery__overlay,
.masonry-gallery__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity 200ms ease-in;
}

.gallery:hover .gallery__overlay,
.masonry-gallery__item:hover .masonry-gallery__overlay {
	opacity: 1;
	background: rgba(0,0,0,0.5);
	color: #fff;
}

.gallery__overlay .gallery__title,
.masonry-gallery__overlay .masonry-gallery__title {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: center;
}

.gallery__overlay i,
.masonry-gallery__overlay i {
	padding: 8px 12px;
	font-size: 20px;
}

.gallery__overlay i:hover,
.masonry-gallery__overlay i:hover {
	cursor: pointer;
	background: #fff;
	color: #008dd2;
	border-radius: 50px;
}

/*== Consultation Form =*/
.single-service-consultation-form .kc-row-container .outer-container {
	background-color: #fff;
	border-top: 10px solid #008dd2;
	border-bottom: 10px solid #008dd2;
}

.contact-form-new .outer-container {
	border-top: 10px solid #008dd2;
}

.single-service-consultation-form .outer-container .content-column .inner-box h2 {
	color: #242424;
}

.single-service-consultation-form .outer-container .content-column .inner-box h2:after {
	background-color: #008dd2;
}

.single-service-consultation-form .outer-container .btn-style-three,
.single-service-consultation-form .outer-container .btn-style-three:hover {
	border: 2px solid #008dd2 !important
}

.contact-form-new .image-column {
	left:0;
}

.contact-form-new .content-column {
	float: right;
}

.contact-form-new .image-column:before {
	background-color: rgba(0,0,0,0.1);
}

/*== About Us Page ==*/
.fluid-section-one .content-column .inner-column .icons-list li {
	padding-left: 60px;
    padding-right: 25px;
}

.about-us-with-signature .signature {
	display: none;
}

.team-page .team-image .section-title {
	font-size:26px;
	margin-bottom: 15px;
	padding:0;
}

/*== Footer ==*/
.footer-link,
.footer-link:hover,
.footer-link:focus,
.footer-link:active {
	margin-left: 5px;
    color: #c5c5c5;
}

/*== Single Post ==*/
.lower-content .lower-box .tag a {
	padding: 5px 8px 5px 8px;
}

.sidebar-title h2:after {
	display: block;
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: 0;
    background-color: #008dd2;
    bottom: -7px;
    margin-left: 0;
}

.contact-info-widget ul li {
	border-bottom: 0;
}

.contact-info-widget ul li:after {
	display: none;
}

.theme-btn.btn-style-four {
	background: #ffffff !important;
    color: #008dd2 !important;
}

.theme-btn.btn-style-four:hover {
	background: #008dd2 !important;
    color: #ffffff !important;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	background: #008dd2;
    color: #fff !important;
}

.sidebar .search-box .form-group input[type="text"]::placeholder,
.sidebar .search-box .form-group input[type="search"]::placeholder {
    color: #fff !important;
}

/*== Gadzhev Mobile ==*/

@media screen and (max-width:480px) {

	/*== Headings ==*/
	.section-title {
		font-size:30px;
		text-align: center;
	}

	.section-title:after {
		position: relative;
		margin: auto;
	}

	/*== Pages ==*/
	.page-title {
		text-align: center;
		margin-top: 45px;
	}

	.services-single .inner-box h2 {
		text-align: center;
	}

	.services-single .inner-box h2:after {
		position: relative;
		margin:auto;
	}

	.row-bg-image .kc-wrap-columns {
		flex-direction: column;
	}

	.row-bg-image.flex-reverse .kc-wrap-columns {
		flex-direction: column-reverse;
	}

	.col-bg-image.kc_column {
		min-height: 300px;
	}

	/*== Process ==*/
	.year-block:not(:last-child) .inner-box:before {
		content: none;
	}

	/*== Process Expander ==*/
	.text-expander {
		text-align: center;
		width: 100%;
	}

	/*== Header Top */
	.main-header .header-top {
		display: none;
	}

	/*== Mobile Menu ==*/
	.main-header .nav-outer .outer-box {
		position: absolute;
	}

	.main-header .nav-outer .search-box-outer .dropdown-menu {
		top: 50px;
	}

	.main-header .main-menu .collapse,
	.main-header .main-menu .collapsing	{
		top: 11px;
		position: relative;
	}

	.main-header .search-box-btn {
		width: auto;
	}

	/*== Consultation Form ==*/
	.single-service-consultation-form .outer-container .content-column .inner-box h2 {
		text-align: center;
	}

	.single-service-consultation-form .outer-container .content-column .inner-box h2:after {
		position: relative;
		margin: auto;
	}

	/*== Projects ==*/
	.kc-image-hover-effects.kc-img-effects-1 .overlay-effects {
		opacity: 1;
	}
}

.contact-form-new .outer-container {
	background-color: #ffffff;
}

.contact-form-new .content-column {
	width: 50%;
}

.contact-form-new .content-column .inner-box {
    max-width: 100%;
    padding: 70px 100px 50px 100px;
}

.contact-form-new .content-column .inner-box h2 {
	/*color: #ffffff;*/
}

.contact-form-new .content-column .inner-box h2:after {
	display: block;
	position: absolute;
	content: '';
	margin-left: 0;
	bottom: -7px;
	width: 45px;
	height: 2px;
	background-color: #008dd2;
}

.contact-form-new .wpcf7-form-control {
    border: 1px solid #dddddd;
}

.contact-form-new .wpcf7-form-control:focus {
	border-color: #008dd2;
}

.contact-form-new .image-column {
	width: 50%;
}

.contact-form-new .btn-style-three {
	padding: 11px 35px;
    background-color: #008dd2;
    color: #ffffff;
	border: 2px solid #008dd2;
	font-size: 16px;
    height: 50px;
}

.contact-form-new .btn-style-three:hover {
	border: 2px solid #008dd2 !important;
	color: #008dd2;
	background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.contact-form-new .image-column {
		display: none;
	}

	.contact-form-new .content-column {
		width: 100%;
	}

	.contact-form-new .btn-style-three {
    	margin: 0 auto;
    	display: block;
	}

	.contact-form-new .content-column .inner-box{
	    max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.contact-form-new .content-column .inner-box {
    	max-width: 100%;
    	padding: 70px 15px 50px 15px;
	}
}

.all-services-page .page-title {
	background-image:url('https://demo.webpulsestudio.com/acoustic-force/wp-content/uploads/2019/11/benefits_industrial.jpg');
}

.description-section .info-column .inner-column ul li {
	color: #ffffff;
}

.services-top {
	padding-bottom: 40px;
}

.services-top .services-top-title {
    position: relative;
    color: #242424;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.services-top .services-top-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    left: 0;
    background-color: #008dd2;
    bottom: -7px;
    margin-left: 0;
}

.services-top .services-block {
	margin-bottom: 30px !important;
	padding: 20px;
	min-height: 550px;
}

.services-top h3 {
	font-size: 18px;
	color: #242424;
	min-height: 80px !important;
}

.services-top .lower-description {
	margin-top: 15px;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
    color: #4c4c4c;
}

.project-detail-testimonial .sec-title h2:after {
	display: none;
}

.project-detail-testimonial .inner-box .upper-box .image {
	height: 0px;
}

.project-details-images .image-column {
	margin-bottom: 15px;
	padding: 0 15px;
}

.term-description {
	margin-bottom: 60px;
}

.material-subcategory {
	margin-bottom: 40px;
}

.material-subcategory .material-subcategory__content {
	position: relative;
}

.material-subcategory .material-subcategory__image {
	height: 400px;
	position: relative;
}

.material-subcategory .material-subcategory__image img {
	object-fit: cover;
	height: 100%;
}

.material-subcategory .material-subcategory__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background: rgba(255,255,255,0.8);
}

.material-subcategory .material-subcategory__title h3 {
	margin-bottom: 0;
}

.materials-post-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.materials-post-grid .materials {
	flex: 0 0 33%;
}

@media screen and (max-width: 1024px) {
	.materials-post-grid .materials {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 580px) {
	.materials-post-grid .materials {
		flex: 0 0 100%;
	}
}

.materials-post-grid:before {
	content: none;
}

.materials-grid .inner-box {
	margin-bottom: 40px;
}

.materials-grid .inner-box .image a {
	height: 250px;
	display: block;
}

.materials-grid .inner-box .image a img {
	object-fit: cover;
	height: 100%;
}

.materials-grid .inner-box h3 {
	margin: 20px 0;
	text-align: center;
}

.materials-grid .inner-box h3 a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
}

.materials-grid .theme-btn.btn-style-four {
	border-radius: 50px;
}

.styled-pagination {
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
	.main-header .main-box .logo-box,
	.sticky-header .logo {
		max-width: 260px;
	}

	.header-cta {
		margin-top: 24px !important;
	}
}

@media only screen and (max-width: 1035px) {
	.services-top h3 {
		min-height: 90px !important;
	}
}

@media only screen and (max-width: 963px) {
	.services-top h3 {
		min-height: 110px !important;
	}

	.services-top .services-block {
		min-height: 600px;
	}
}

@media only screen and (max-width: 768px) {

	.services-top h3 {
		min-height: 70px !important;
	}

	.services-top .services-block {
		min-height: 520px;
	}

	.year-block .inner-box {
		padding-left: 80px;
	}

	.contact-section .auto-container > .row {
		display: flex;
		flex-direction: column-reverse;
	}

	.contact-section .info-column .inner-column {
		padding-left: 0;
	}

	.contact-section .contact-title {
		margin-bottom: 0;
	}

	.contact-form .theme-btn {
		width: 100%;
	}

	.year-block .inner-box .text {
		text-align: justify;
	}

	.about-section-three .sec-title {
		text-align: center;
	}

	.about-section-three .sec-title h2 {
		margin-top: 15px;
	}

	.about-section-three .sec-title h2:after {
		left:0;
		right:0;
		margin:auto;
	}

	.contact-section .contact-title h2 {
		text-align: center;
	}

	.contact-section .contact-title h2:after {
		left:0;
		right:0;
		margin:auto;
	}

	.contact-section{
		padding: 40px 0px 30px;
	}
	.project-detail-section {
		position: relative;
		padding-top: 0;
	}

	div.wpcf7 .ajax-loader {
		display: none;
	}

	.contact-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 600px) {
	.year-block .inner-box {
		padding-left: 0;
	}

	/*== Process ==*/
	.year-block:not(:last-child) .inner-box:before {
		content: none;
	}
}