/* ============================
Project Name: craftsmenshutters
Version: 1.0.7
Author: Nisha
First Update: 03/07/2020
Last Update: 20/07/2020
License: GNU General Public License v2 or later
============================*/

/* ============================
Variables
============================*/
:root {
	--body-font: 'Lato', sans-serif;
	--color: #000;
	--brand-secondary-color: #898989;
	--brand-light-color: #FAF8F6;
	--btn-color: #898989;
}

/* ============================
Reset style
============================*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: var(--body-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--color);
}
button,
a { display: inline-block; }
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
button,
button:hover,
button:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
p { 
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8; 
}
img { max-width: 100%; }

/* ============================
Bootstrap / User Reset
============================*/
.btn:focus,
button:focus { box-shadow: none; }
.form-control { height: auto; }
.form-control:focus { box-shadow: none; }
.ul-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	p {
		font-size: 16px;
		line-height: 1.7;
	}
}
h2.main-title-spec span {
    font-weight: 900;
    display: block;
}
h2.main-title-spec span {
    font-weight: 900;
    display: block;
}

/* ============================
# Elements
============================*/
.main-title-spec,
.main-title {
	font-weight: 300;
	color: #343434;
}
/*.main-title-spec { font-size: 40px; }*/
.main-title {
	font-size: 46px;
	margin-bottom: 50px;
}
.subcontent p {
    color: #898989;
}
.about-top .panel-content {
    padding: 10px 110px 10px 16px;
}
.btn-brand,
.btn-brand-white {
	font-size: 14px;
	font-weight: 700;
	padding: 8px 26px;
	border-radius: 0;
	text-transform: uppercase;
	position: relative;
	transform: perspective(1px) translateZ(0);
	transition: all .30s ease-in-out;
}
.btn-brand:before,
.btn-brand-white:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: all .30s ease-in-out;
}
.btn-brand:hover:before,
.btn-brand-white:hover:before { transform: scaleX(1); }
.btn-brand {
	color: #FFFFFF;
	background: var(--btn-color);
}
.btn-brand:hover { color: #FFFFFF; }
.btn-brand:hover:before { background: #282828; }
.btn-brand-white {
	background: #FFFFFF;
	color: #000000;
}
.btn-brand-white:hover { color: #FFFFFF; }
.btn-brand-white:hover:before { background: var(--btn-color); }
.btn-brand-link {
	font-size: 16px;
	font-weight: 600;
	color: var(--btn-color);
	text-decoration: underline;
	text-transform: uppercase;
}
.btn-brand-link:hover {
	color: #000000;
	text-decoration: underline;
}
.form-group-alt { position: relative; }
.form-group-alt .form-control {
	font-size: 18px;
	background: transparent;
	border-radius: 0;
	border: 0;
	padding: 12px 0 14px 0;
	transition: all .30s ease-in-out;
}
.form-group-alt.light-mode .form-control {
	color: #000000;
	border-bottom: 1px solid #707070;
}
.form-group-alt.dark-mode .form-control {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.form-group-alt.light-mode .form-control:focus { box-shadow: inset 0px -4px 0px 0px #707070; }
.form-group-alt.dark-mode .form-control:focus { box-shadow: inset 0px -4px 0px 0px #FFFFFF; }
.form-group-button {
	text-align: right;
	margin: 30px 0 0 0;
}
.form-group.light-mode .form-control::-webkit-input-placeholder { color:#9F9F9F; }
.form-group.light-mode .form-control::-moz-placeholder { color:#9F9F9F; }
.form-group.light-mode .form-control:-ms-input-placeholder { color:#9F9F9F; }
.form-group.light-mode .form-control:-moz-placeholder { color:#9F9F9F; }
.form-group.dark-mode .form-control::-webkit-input-placeholder { color:#FFFFFF; }
.form-group.dark-mode .form-control::-moz-placeholder { color:#FFFFFF; }
.form-group.dark-mode .form-control:-ms-input-placeholder { color:#FFFFFF; }
.form-group.dark-mode .form-control:-moz-placeholder { color:#FFFFFF; }

@media (max-width: 1399px) {
	.main-title { font-size: 44px; }
}
@media (max-width: 1199px) {
	.main-title { font-size: 42px; }
	.main-title-spec { font-size: 56px; }
}
@media (max-width: 991px) {
	.main-title { 
		font-size: 38px; 
		margin-bottom: 40px;
	}
	.main-title-spec { font-size: 23px; }
}
@media (max-width: 767px) {
	.main-title { 
		font-size: 34px; 
		margin-bottom: 36px;
	}
	.main-title-spec { font-size: 23px; }
	.about-top .panel-content {
    padding: 1em;
}
}
@media (max-width: 575px) {
	.main-title { font-size: 30px; }
}


/* ============================
# Header
============================*/
.site-header * { transition: all .30s ease-in-out; }
.site-header {
	background: #000;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	top: 0;
	left: 0;
	position:relative;
	width: 100%;
	z-index: 1;
}
.top-header {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.top-header .tag-line {
	color: #FFFFFF;
	margin: 0;
}
.header-options {
	list-style: none;
	padding: 0;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}
.header-options li {
	padding-left: 36px;
	position: relative;
}
.header-options li a { color: #FFFFFF; }
.header-options li a:hover { text-decoration: underline; }
.header-options li a svg { margin-right: 10px; }
.header-options li .btn {
	position: relative;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #FFFFFF;
}
.btn-online-book {
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
}
.btn-online-book:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.brand { margin-right: auto; }
.brand a { display: block; }
.brand a img { display: block; }
.menubar {
	display: flex;
	align-items: center;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}
.menu .menu-item { position: relative; }
.menu > .menu-item { margin-right: 30px; }
.menu .menu-item a {
	color: #FFFFFF;
	display: block;
	position: relative;
	text-transform: uppercase;
}
.menu > .menu-item > a {
	padding: 38px 12px;
	text-transform: uppercase;
}
.menu > .menu-item:hover > a {
	background:#898989;
	color: #fff;
}
.menu > .menu-item > a > span {
	margin-left: 5px;
	display: none;
}
.menu > .menu-item.menu-item-has-children > a { padding-right: 38px; }
.menu > .menu-item.menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	top: 32px;
	right: 14px;
}
.menu .menu-item .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
	background: rgba(0,0,0,0.8);
	padding: 4px 0;
	display: none;
}
.menu .menu-item:hover .sub-menu { display: block; }
.menu .menu-item .sub-menu .menu-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.menu .menu-item .sub-menu .menu-item:last-child { border-bottom: 0; }
.menu .menu-item .sub-menu .menu-item a { padding: 14px 24px; }
.menu .menu-item .sub-menu .menu-item:hover a {
	background: #FFFFFF;
	color: #000000;
}
.search-box * { transition: all .30s ease-in-out; }
.search-box { position: relative; }
.search-box .form-group {
	display: flex;
	align-items: center;
	position: absolute;
	padding: 15px 20px;
	margin: 0;
	height: 100px;
	top: -31px;
	right: 50px;
	background: rgba(0,0,0,0.5);
	width: 0;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
.search-box.active .form-group {
	width: 720px;
	opacity: 1;
	overflow: visible;
	z-index: 1000;
}
.search-box .form-group .form-control {
	background: rgba(255,255,255,1);
	border-radius: 0;
	border: 0;
	padding: .5rem 1rem;
	height: 52px;
}
.btn-toggle {
	width: 25px;
	max-height: 20px;
	height: 20px;
	position: relative;
	padding: 0;
	border-radius: 0;
	display: none;
}
.btn-toggle .line {
	width: 25px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	transition: all .30s ease-in-out;
}
.btn-toggle .line:nth-child(1) { top: 0; }
.btn-toggle .line:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.btn-toggle .line:nth-child(3) { bottom: 0; }
.btn-toggle.active .line:nth-child(1) {
	transform: rotate(-45deg);
	top: 8px;
}
.btn-toggle.active .line:nth-child(2) { opacity: 0; }
.btn-toggle.active .line:nth-child(3) {
	transform: rotate(45deg);
	bottom: 8px;
}

/*Header Scrolled*/
.site-header.scrolled { 
	background: #000000; 
	border-bottom: 0;
	position:fixed;
}
.site-header.scrolled .top-header {
	padding: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

@media (max-width: 1599px) {
	.brand a img { width: 320px; }
	.menu > .menu-item { margin-right: 10px; }
}
@media (max-width: 1399px) {
	.top-header { padding: 6px 0 8px 0; }
	.header-options li a,
	.header-options li .btn,
	.top-header .tag-line { font-size: 16px; }
	.main-header { padding: 2px 0; }
	.menubar {
		flex-direction: column;
		width: 300px;
		position: fixed;
		top: 10%;
		left: 0;
		height: 100%;
		background: rgba(0,0,0,0.9);
		transform: translateX(-100%);
		opacity: 0;
	}
	.phonenumber {
    padding: 15px 0;
}
	.menubar.active {
		transform: translateX(0);
		opacity: 1;
		z-index: 1000;
	}
	.menu {
		flex-direction: column;
		width: 100%;
		order: 2;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	.menu > .menu-item {
		margin-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.menu > .menu-item > a { padding: 18px 18px; }
	.menu > .menu-item.menu-item-has-children > a { padding-right: 18px; }
	.menu > .menu-item.menu-item-has-children > a:after {
		top: 15px;
		right: 18px;
	}
	.menu > .menu-item > a > span { display: inline-block; }
	.menu .menu-item .sub-menu {
		width: 100%;
		position: relative;
	}
	.menu .menu-item:hover .sub-menu { display: none; }
	.menu .menu-item .sub-menu.active { display: block; }
	.menu .menu-item .sub-menu .menu-item a:before {
		content: '-';
		position: relative;
		margin-right: 10px;
	}
	.search-box { 
		width: 100%; 
		order: 1;
	}
	.search-box .btn { display: none; }
	.search-box .form-group {
		padding: 22px 18px;
		height: auto;
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		opacity: 1;
		overflow: visible;
		z-index: 1000;
	}
	.search-box.active .form-group { width: 100%; }
	.btn-toggle { display: inline-block; }
}
@media (max-width: 991px) {
	.top-header .tag-line { display: none; }
}
@media (max-width: 767px) {
	.top-header { display: none; }
}
@media (max-width: 575px) {
	.brand a img { width: 260px; }
}


/* ============================
# Main style
============================*/
.about-top ul li {
    display: inline-block;
    width: 48%;
}
/*.home-section-slider {
	position: relative;
	height: 100vh;
	overflow: hidden;
}*/
.main-carousel {
/* 	background: #000000; */
/*	position: relative;*/
}
/* .main-carousel:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 144px;
	right: 47px;
	background: rgba(255,255,255,0.3);
} */
/*.main-carousel .owl-nav { display: none; }*/
.main-carousel .owl-dots {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 144px);
	width: 16px;
	position: absolute;
	right: 40px;
	top: 144px;
	z-index: 10000;
}
.main-carousel .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	margin: 50px 0;
	background: #FFFFFF;
	transition: all .30s ease-in-out;
}
.main-carousel .owl-dots .owl-dot.active {
	width: 16px;
	height: 16px;
	background: var(--brand-secondary-color);
}
.main-carousel img {
/*	width: 100%;
	height: 100vh;
	position: relative;
	opacity: 0.5;
	z-index: 10;*/
}
/*.main-carousel img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}*/
.main-carousel .overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 100;
}
.main-carousel .overlay .title {
	font-size: 54px;
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 16px;
	    text-align: center;
    padding: 0 1em;
}

@media (max-width: 1399px) {
	.main-carousel:after { top: 130px; }
	.main-carousel .owl-dots {
		height: calc(100% - 130px);
		top: 130px;
	}
}
@media (max-width: 1199px) {
	.main-carousel .overlay .title { font-size: 46px; }
}
@media (max-width: 991px) {
	.main-carousel .overlay .title { font-size: 36px; }
}
@media (max-width: 767px) {
	/*.home-section-slider { height: 540px; }*/
	.main-carousel:after { display: none; }
	.main-carousel .owl-dots {
		width: 100%;
		height: 24px;
		flex-direction: row;
		top: unset;
		bottom: 40px;
		right: 0;
	}
	.main-carousel .owl-dots .owl-dot { margin: 0 15px; }
	.main-carousel img { height: 235px; }
	.main-carousel .overlay .title { font-size: 30px; }
}
@media (max-width: 575px) {
	.main-carousel .overlay { top: 30%; }
	.main-carousel .overlay .title { font-size: 22px; }
	.btn-brand{
		padding:10px;
		font-size:12px;
	}
}


/*============= Home Brands =============*/
.brand-carousel {
	padding: 50px 0;
	border-bottom: 5px solid #FAFAFA;
}
.brand-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.brand-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.brand-carousel .owl-nav { display: none; }
.brand-carousel .owl-dots {
	line-height: 0;
	text-align: center;
	margin-top: 30px;
	display: none;
}
.brand-carousel .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #F0F0F0;
	margin: 0 10px;
}
.brand-carousel .owl-dots button.owl-dot.active { background: var(--brand-secondary-color); }


/*============= Home About =============*/
.section-about { /*padding-bottom: 110px; */}
.about-top {
	border-bottom: 5px solid #FAFAFA;
	padding: 70px 0 80px 0;
}
.about-top > .row { align-items: center; }
.about-top .main-title-spec {
	width: 500px;
	flex: 0 0 500px;
	padding: 0 15px;
	margin-bottom: 0;
}
.about-top .panel-content {
	flex: 1;
	padding: 0 15px;
}
.about-top .panel-content p { margin-bottom: 30px; }
.about-bottom { padding-top: 50px; }
.row-about-icon {
	margin-left: -100px;
	margin-right: -100px;
}
.row-about-icon [class*="col-"] {
	padding-left: 100px;
	padding-right: 100px;
}
.about-icon-panel {
/*	display: flex;
	align-items: flex-start;
	margin-top: 30px;*/
}
.about-icon-panel .panel-media {
	/*width: 92px;
	flex: 0 0 92px;*/
	/*text-align: center;*/
}
.panel-gallery {
    padding: 10px;
}
h2.section-title {
    text-align: center;
    font-size: 40px;
}
h2.section-title span {
    font-weight: 700;
}
.about-icon-panel .panel-content { padding-left: 0px; }
.about-icon-panel .panel-content .title {
	    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-top: 35px;
    color: #000;
}

@media (max-width: 1599px) {
	.row-about-icon {
		margin-left: -40px;
		margin-right: -40px;
	}
	.row-about-icon [class*="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}
	/*.about-icon-panel .panel-content { padding-left: 30px; }*/
}
@media (max-width: 1399px) {
	.about-icon-panel { flex-direction: column; }
	.about-icon-panel .panel-media { margin-bottom: 30px; }
	.about-icon-panel .panel-content { padding-left: 0; }
}
@media (max-width: 1199px) {
	.section-about { padding-bottom: 70px; }
	.row-about-icon {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-about-icon [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.about-top .main-title-spec {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.about-icon-panel .panel-media {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.about-icon-panel .panel-media img { width: 70px; }
	.about-icon-panel .panel-content .title { margin-bottom: 14px; }
}
@media (max-width: 991px) {
	.about-top { padding: 70px 0 40px 0; }
	.about-bottom { padding-top: 20px; }
}
@media (max-width: 767px) {
	.section-about { padding-bottom: 0px; }
	.about-icon-panel .panel-content .title { font-size: 24px; }
}


/*============= Home Blocks =============*/
.home-blocks .col-media { position: relative; }
.home-blocks .col-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: center;
}
.home-blocks .row .col-content { background: #FAF8F6; }
.home-blocks .flex-row-reverse .col-content { background: #FFFFFF; }
.home-blocks .panel-content { padding: 140px 80px 120px 80px; }

@media (max-width: 1399px) {
	.home-blocks .panel-content { padding: 100px 40px 90px 40px; }
}
@media (max-width: 1199px) {
	.home-blocks .main-title { font-size: 34px; }
	.home-blocks .panel-content { padding: 80px 40px 70px 40px; }
}
@media (max-width: 991px) {
	.home-blocks .col-media img {
		position: relative;
		height: auto;
	}
	.home-blocks .main-title {
		font-size: 30px;
		margin-bottom: 28px;
	}
	.home-blocks .panel-content { padding: 40px 40px 40px 40px; }
}
@media (max-width: 767px) {
	.home-blocks .main-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.home-blocks .panel-content { padding: 40px 0px 30px 0px; }
}


/*============= Home Service =============*/
.home-section-service { padding: 50px 0 150px 0; }
.hss-panel-main {
	padding-bottom: 70px;
	border-bottom: 5px solid #FAFAFA;
}
.hss-panel-main .row { align-items: center; }
.hss-panel-main .main-title {
	margin-bottom: 0;
	padding: 0 15px;
	width: 360px; 
}
.hss-panel-main p {
	margin-bottom: 0;
	padding: 0 15px;
	width: calc(100% - 360px);
}
.service-panel { margin-top: 100px; }
.service-panel .panel-media { margin-bottom: 24px; }
.service-panel .panel-media img { width: 100%; }
.service-panel .title {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.service-panel p { margin-bottom: 40px; }

@media (max-width: 1399px) {
	.home-section-service { padding: 100px 0 100px 0; }
	.home-section-service > .container > .row [class*="col-xl-4"] {
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
		max-width: 50%;
	}
	.service-panel { margin-top: 80px; }
	.service-panel p {
		min-height: 150px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.hss-panel-main { padding-bottom: 50px; }
	.hss-panel-main .main-title {
		width: 100%;
		margin-bottom: 20px;
	}
	.hss-panel-main .main-title br { display: none; }
	.hss-panel-main p { width: 100%; }
	.service-panel { margin-top: 50px; }
}
@media (max-width: 991px) {
	.home-section-service { padding: 70px 0 80px 0; }
	.service-panel .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.home-section-service { padding: 60px 0 70px 0; }
	.home-section-service > .container > .row [class*="col-xl-4"] {
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	.hss-panel-main { padding-bottom: 30px; }
	.service-panel .title { margin-bottom: 16px; }
	.service-panel .title br { display: none; }
	.service-panel p { min-height: auto; }
}


/*============= Home Banner =============*/
.home-section-banner {
	background: #000000 url('../img/home-banner-bg.png') no-repeat center left/cover;
	padding: 100px 0 100px 0;
	position: relative;
}
.home-section-banner:before {
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	background: #000000;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%);
}
.home-section-banner .banner-col {
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	position: relative;
}
.home-section-banner .title {
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 35px;
}
.home-section-banner p {
	color: #FFFFFF;
	margin-bottom: 30px;
}

@media (max-width: 1399px) {
	.home-section-banner .title { font-size: 32px; }
}
@media (max-width: 1199px) {
	.home-section-banner:before { width: 80%; }
	.home-section-banner .banner-col {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.home-section-banner .title { font-size: 28px; }
}
@media (max-width: 991px) {
	.home-section-banner { padding: 80px 0; }
	.home-section-banner:before {
		width: 100%;
		background: rgba(0,0,0,0.7);
	}
	.home-section-banner .banner-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.home-section-banner { padding: 60px 0 70px 0; }
	.home-section-banner .title { font-size: 26px; }
}


/*============= Home Case Studies =============*/
.home-section-case-studies { padding: 110px 0 0 0; }
.home-section-case-studies > .container { margin-bottom: 70px; }
.home-section-case-studies > .container .main-title { margin-bottom: 0; }
.figure-cs {
	position: relative;
	color: #FFFFFF;
	display: block;
	margin-bottom: 0;
	overflow: hidden;
}
.figure-cs img {
	width: 100%;
	height: 500px;
	object-position: center;
	object-fit: cover;
}
.figure-cs .figcaption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 90px 40px 40px 40px;
	background: rgba(0,0,0,1);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0.7) 35%);
	opacity: 0;
	transform: translateY(100%);
	transition: all .20s ease-in-out;
}
.figure-cs .title {
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.figure-cs .figure-meta {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
	display: flex;
}
.figure-cs .figure-meta li {
	font-size: 14px;
	padding-right: 15px;
	text-transform: uppercase;
}
.figure-cs .figure-meta li + li:before {
    content: "|";
    display: inline-block;
    padding-right: 15px;
}
.figure-cs p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
}
.figure-cs:hover .figcaption {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1199px) {
	.home-section-case-studies { padding: 90px 0 0 0; }
	.home-section-case-studies > .container { margin-bottom: 50px; }
	.figure-cs img { height: 420px; }
}
@media (max-width: 991px) {
	.home-section-case-studies { padding: 70px 0 0 0; }
}
@media (max-width: 767px) {
	.home-section-case-studies { padding: 50px 0 0 0; }
	.home-section-case-studies > .container { margin-bottom: 40px; }
	.figure-cs .title { font-size: 22px; }
	.figure-cs .figcaption {
		padding: 90px 20px 30px 20px;
	    opacity: 1;
	    transform: translateY(0);
	}
	.figure-cs .figure-meta { margin: 0 0 30px 0; }
	.figure-cs p { display: none; }
}
@media (max-width: 575px) {
	.figure-cs img { height: 340px; }
}


/*============= Home Testimonial =============*/
.home-section-testimonials { padding: 100px 0 120px 0; }
.home-section-testimonials .main-title { margin-bottom: 100px; }
.testimonial-carousel .owl-nav {
	width: 100px;
	position: absolute;
	top: -100px;
	right: 0;
}
.testimonial-carousel .owl-nav .owl-prev { float: left; }
.testimonial-carousel .owl-nav .owl-next { float: right; }
.testimonial-carousel .owl-nav .owl-prev img,
.testimonial-carousel .owl-nav .owl-next img {
	width: 40px;
	opacity: .5;
}
.testimonial-carousel .owl-dots {
	line-height: 0;
	text-align: center;
	margin-top: 40px;
}
.testimonial-carousel button.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #F0F0F0;
	margin: 0 10px;
}
.testimonial-carousel button.owl-dot.active { background: var(--btn-color); }
/*.blockquote-alt {
	padding: 130px 0 0 0;
	margin-bottom: 0;
	background: url('../img/quote-icon.png') no-repeat left top/auto;
}*/
.blockquote-alt .author {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}
.blockquote-alt .author-meta {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #C1C1C1;
	text-transform: uppercase;
}
.blockquote-alt .blockquote-contnent { margin-top: 38px; }

@media (max-width: 1199px) {
	.home-section-testimonials { padding: 100px 0 100px 0; }
	.home-section-testimonials .main-title { margin-bottom: 80px; }
	.testimonial-carousel .owl-nav { top: -126px; }
	.blockquote-alt {
		background-size: 90px;
		padding: 100px 0 0 0;
	}
	.blockquote-alt .blockquote-contnent { margin-top: 28px; }
}
@media (max-width: 991px) {
	.home-section-testimonials { padding: 80px 0 80px 0; }
	.home-section-testimonials .main-title { margin-bottom: 50px; }
	.testimonial-carousel .owl-nav {
		width: 80px;
		top: -85px;
	}
	.testimonial-carousel .owl-nav .owl-prev img, 
	.testimonial-carousel .owl-nav .owl-next img { width: 28px; }
	.blockquote-alt {
		background-size: 60px;
		padding: 70px 0 0 0;
	}
}
@media (max-width: 767px) {
	.home-section-testimonials { padding: 1em 0; }
	.home-section-testimonials .main-title { margin-bottom: 40px; }
	.testimonial-carousel .owl-nav { display: none; }
}


/*============= Home News =============*/
.section-news {
	background: #FAF8F6;
	padding: 140px 0 140px 0;
}
.section-news .main-title { margin-bottom: 0; }
.row-news-heading { margin-bottom: 70px; }
.news-panel-main {
	background: #FFFFFF;
	height: 100%;
}
.news-panel-main .panel-media img { width: 100%; }
.news-panel-main .panel-content { padding: 60px 60px 60px 60px; }
.news-panel-main .meta-tag {
	font-size: 14px;
	font-weight: 700;
	color: #ACACAC;
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
}
.news-panel-main .meta-tag img { margin-right: 12px; }
.news-panel-main .title {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 44px;
}
.news-panel-min {
	display: flex;
	flex-direction: row;
	background: #FFFFFF;
	margin-bottom: 30px;
	min-height: calc((100% - 60px) / 3);
}
.news-panel-min:last-child { margin-bottom: 0; }
.news-panel-min .panel-media {
	width: 260px;
	flex: 0 0 260px;
	position: relative;
	overflow: hidden;
}
.news-panel-min .panel-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.news-panel-min .panel-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 40px 40px;
}
.news-panel-min .title {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 25px;
}
.news-panel-min .meta-tag {
	font-size: 14px;
	font-weight: 700;
	color: #ACACAC;
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
}
.news-panel-min .meta-tag img { margin-right: 12px; }
.news-panel-min .btn-brand-link { margin-top: auto; }

@media (max-width: 1599px) {
	.news-panel-main .title { font-size: 30px; }
	.news-panel-min .title { font-size: 20px; }
}
@media (max-width: 1399px) {
	.news-panel-main .panel-content { padding: 40px 40px 40px 40px; }
	.news-panel-min .panel-media {
		width: 200px;
		flex: 0 0 200px;
	}
	.news-panel-min .panel-content { padding: 30px 30px; }
}
@media (max-width: 1199px) {
	.section-news { padding: 100px 0 100px 0; }
	.news-panel-main {
		margin-bottom: 40px;
		height: auto;
	}
	.news-panel-main .title { font-size: 28px; }
}
@media (max-width: 991px) {
	.row-news-heading { margin-bottom: 50px; }
}
@media (max-width: 767px) {
	.section-news { padding: 60px 0 70px 0; }
	.row-news-heading { margin-bottom: 40px; }
	.news-panel-main .panel-content { padding: 40px 30px 40px 30px; }
	.news-panel-main .title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.news-panel-min { flex-direction: column; }
	.news-panel-min .panel-media {
		width: 100%;
		flex: 0 0 100%;
		min-height: 300px;
	}
	.news-panel-min .title { font-size: 18px; }
}


/*============= Home partners =============*/
.home-section-partners { padding: 130px 0 120px 0; }
.hsp-title .main-title { margin-bottom: 20px; }
.hsp-title p { margin-bottom: 0; }
.row-partners {
	margin-left: -30px;
	margin-right: -30px;
}
.row-partners [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
.partners-panel { margin-top: 80px; }
.partners-panel img { margin-bottom: 25px;	 }
.partners-panel .title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 30px;
}
.partners-panel p { margin-bottom: 20px; }

@media (max-width: 1399px) {
	.row-partners {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-partners [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1199px) {
	.home-section-partners { padding: 90px 0 100px 0; }
	.partners-panel { margin-top: 60px; }
}
@media (max-width: 991px) {
	.home-section-partners { padding: 70px 0 80px 0; }
	.hsp-title .main-title { margin-bottom: 10px; }
}
@media (max-width: 767px) {
	.row-partners { margin-top: 10px; }
	.partners-panel { margin-top: 40px; }
	.partners-panel .title { margin-bottom: 12px; }
}


/*============= Section Contact =============*/
.section-contact {
	background: #000000 url('../img/Estimate.png') no-repeat center/cover;
	color: #FFFFFF;
	padding: 120px 0 110px 0;
}
.contact-content-panel { padding-right: 60px; }
.contact-content-panel .title {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 30px;
}
.contact-call-badge {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.contact-call-badge img {
	width: 76px;
	height: 76px;
	flex: 0 0 76px;
}
.contact-call-badge .badge-content {
	line-height: 1;
	padding-left: 15px;
}
.contact-call-badge .badge-content p {
	color: var(--brand-secondary-color);
	margin-bottom: 0;
}
.contact-call-badge .badge-content a {
	font-size: 26px;
	color: #FFFFFF;
}
.contact-call-badge .badge-content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

@media (max-width: 1399px) {
	.contact-content-panel .title { font-size: 34px; }
}
@media (max-width: 1199px) {
	.section-contact { padding: 100px 0 100px 0; }
	.contact-form-panel { padding: 60px 60px 0 0; }
}
@media (max-width: 991px) {
	.section-contact { padding: 80px 0; }
}
@media (max-width: 767px) {
	.contact-content-panel { padding-right: 0; }
	.contact-content-panel .title { font-size: 24px; }
	.contact-form-panel { padding: 40px 0 0 0; }
}


/* ============================
# Footer
============================*/
.site-footer {
	font-size: 18px;
	position: relative;
	background: #FFFFFF;
}
.top-footer {
	padding: 50px 0 50px 0;
	border-bottom: 1px solid #EAEAEA;
}
.footer-social {
	display: inline-block;
	align-items: center;
	text-align: right;
	justify-content: end;
}
.footer-social h5 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 0;
}
.footer-social a {
	font-size: 12px;
	color: #C7C7C7;
	padding: 2px 4px;
	margin-left: 10px;
}
.footer-social a:hover { color: var(--brand-secondary-color); }
.main-footer { padding: 95px 0 50px 0; background: #3d3c3c;color: #fff; }
.footer-panel { margin-bottom: 40px; }
.footer-panel .title {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
.footer-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.satisfied ul li {
    list-style: none;
    display: inline-block;
}
section.logos {
    padding: 4em 2em;
}
section.section-news .panel-media img{
	width: 100%;

}
section.section-news .panel-content {
    padding: 20px 0;
}
.panel-content h5 {
    font-weight: 600;
    padding: 15px 0 20px;
}
section.section-news .panel-content p {
    font-size: 15px;
}
.footer-panel ul li { margin-bottom: 8px; }
.footer-panel ul li a { color: #fff; }
.footer-panel ul li a:hover {
	color: var(--brand-secondary-color);
	text-decoration: underline;
}
.f-phone,
.f-email,
.f-loaction {
    padding-left: 65px;
    position: relative;
    margin-top: 35px;
}
.f-phone img,
.f-email img,
.f-loaction img {
    position: absolute;
    top: 6px;
    left: 0;
}
.f-phone .text-muted,
.f-email .text-muted,
.f-loaction .text-muted {
	font-size: 14px;
	color: #D1D1D1 !important;
	text-transform: uppercase;
}
.f-phone .content,
.f-email .content,
.f-loaction .content,
.f-phone .content a,
.f-email .content a { color:#fff; }
.f-phone .content a:hover,
.f-email .content a:hover {
	color: var(--brand-secondary-color);
	text-decoration: underline;
}
.time-list { max-width: 320px; }
.time-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.bottom-footer {
	text-align: center;
	padding: 20px 0 1px 0;

	background: #181818;
}
.bottom-footer .spec-text { color:#fff; font-size: 12px; }
.bottom-footer a { color: var(--color); }
.bottom-footer a:hover {
	color: var(--brand-secondary-color);
	text-decoration: underline;
}

@media (max-width: 1399px) {
	.site-footer { font-size: 16px; }
}
@media (max-width: 991px) {
	.footer-brand img { width: 280px; }
	.footer-social h5 { font-size: 22px; }
	.footer-social a {
		font-size: 26px;
		margin-left: 36px;
	}
	.main-footer { padding: 80px 0 50px 0; }
}
@media (max-width: 767px) {
	.top-footer {
		padding: 30px 0 30px 0;
		text-align: center; 
	}
	.footer-brand { margin-bottom: 14px; }
	.footer-social { justify-content: center; }
	.main-footer { padding: 65px 0 40px 0; }
	.footer-panel .title { margin-bottom: 20px; }
}


/* ============================
# Inner pages
============================*/
.section-banner {
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover; 
	position: relative;
}
.section-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-banner .overlay {
	position: relative;
	width: 100%;
}
.section-banner .banner-title {
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.banner-meta { font-size: 22px; }
.banner-nav-frame {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.banner-nav .b-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}
.banner-nav .b-menu li { padding-right: 100px; }
.banner-nav .b-menu li:last-child { padding-right: 0; }
.banner-nav .b-menu li a {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	padding: 18px 20px;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}
.banner-nav .b-menu li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffffff transparent;
	transform: translateY(100%);
	opacity: 0;
	transition: all .20s ease-in-out;
}
.banner-nav .b-menu li.active a:before,
.banner-nav .b-menu li a:hover:before {
	transform: translateY(0);
	opacity: 1;
}
.btn-banner {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	display: none;
}
.btn-banner svg { font-size: 24px; }
.btn-banner:hover { color: #FFFFFF; }



/*----- about banner -----*/
.section-ap-banner,
.section-am-banner,
.section-av-banner,
.section-apro-banner,
.section-acpd-banner {
	background-color: #000000;
	padding: 250px 0 170px 0;
}
.section-am-banner { background-image: url('../img/banner-am.png'); }
.section-av-banner { background-image: url('../img/banner-av.png'); }
.section-apro-banner { background-image: url('../img/banner-apro.png'); }
.section-ap-banner { background-image: url('../img/banner-ap.png'); }
.section-acpd-banner { background-image: url('../img/banner-apro.png'); }

.section-ap-banner:before,
.section-am-banner:before,
.section-av-banner:before,
.section-apro-banner:before,
.section-acpd-banner:before { background-color: rgba(0,0,0,0.6); }

.section-ap-banner .banner-title,
.section-am-banner .banner-title,
.section-av-banner .banner-title,
.section-apro-banner .banner-title,
.section-acpd-banner .banner-title { margin-bottom: 20px; }

.section-ap-banner p,
.section-am-banner p,
.section-av-banner p,
.section-apro-banner p,
.section-acpd-banner p { margin-bottom: 5px; }



/*----- service inner banner -----*/
.section-si-banner {
	background-image: url('../img/contact-section-bg.png');
	padding: 340px 0 60px 0; 
}
.section-si-banner .si-banner-box {
	background: rgba(0,0,0,0.6);
	padding: 40px 40px 40px 40px;
}
.section-si-banner .si-banner-box .title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 30px;
}
.section-si-banner .si-banner-box p { margin-bottom: 30px; }

/*----- case studies banner -----*/
.section-cs-banner {
	/*height: 100vh;*/
	background-image: url('../img/AbouUsBanner.png');
	padding: 280px 0 170px 0;
	height: 611px;
}
.section-cs-banner .overlay {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*----- case studies inner banner -----*/
.section-csi-banner {
	height: 840px;
	background-image: url('../img/banner-case-studies-inner.png'); 
}
.section-csi-banner .overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 0;
}
.section-csi-banner .banner-title {
	text-transform: uppercase;
	margin-bottom: 12px;
}
.section-csi-banner .banner-meta { font-size: 24px; }

/*----- news banner -----*/
.section-news-banner {
	background-image: url('../img/banner-news.png');
	padding: 280px 0 170px 0; 
}
.section-news-banner:before { background: rgba(0,0,0,0.6); }

/*----- news inner banner -----*/
.section-ni-banner {
	background-image: url('../img/banner-news-inner.png');
	padding: 280px 0 170px 0; 
}
/* .section-ni-banner:before { background: rgb(0 0 0 / 0%); } */
 .section-ni-banner:before { background:rgb(0 0 0 / 32%); } 
/*----- contact banner -----*/
.section-contact-banner {
	background-image: url('../img/banner-contact.png'); 
	padding: 280px 0 250px 0;
}
.section-contact-banner:before { background: rgba(0,0,0,0.6); }
.section-contact-banner .banner-title { margin-bottom: 0; }

@media (max-width: 1399px) {
	.section-banner .banner-title {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.banner-nav .b-menu li { padding-right: 50px; }
}
@media (max-width: 1199px) {
	.section-banner .banner-title { font-size: 42px; }
	.section-csi-banner { height: 640px; }
	.banner-nav .b-menu li { padding-right: 30px; }
	.banner-nav .b-menu li a { padding: 18px 15px; }
	.section-contact-page-banner { padding: 280px 0 200px 0; }
}
@media (max-width: 991px) {
	.banner-nav .b-menu li a { font-size: 18px; }
	.section-si-banner { padding: 230px 0 60px 0; }
	.section-news-banner,
	.section-contact-banner,
	.section-ni-banner { padding: 230px 0 120px 0;  }
}
@media (max-width: 767px) {
	.section-banner .banner-title { font-size: 38px; }
	.section-banner .banner-meta { font-size: 20px; }
	.section-csi-banner .banner-title {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.banner-nav-frame {
		background: rgba(0,0,0,0.9);
		top: calc(100% - 44px);
		bottom: unset;
		z-index: 100;
	}
	.banner-nav { display: none; }
	.banner-nav .b-menu { flex-direction: column; }
	.banner-nav .b-menu li { padding-right: 0; }
	.banner-nav .b-menu li a { text-align: center; }
	.banner-nav .b-menu li a:before { display: none; }
	.btn-banner { display: flex; }
	.section-ap-banner,
	.section-am-banner,
	.section-av-banner,
	.section-apro-banner,
	.section-acpd-banner { padding: 190px 0 90px 0; }
	.section-si-banner { padding: 190px 0 60px 0; }
	.section-si-banner .si-banner-box { padding: 30px 20px 30px 20px; }
	.section-si-banner .si-banner-box .title { font-size: 24px; }
	.section-si-banner .si-banner-box p { margin-bottom: 20px; }
	.section-news-banner,
	.section-contact-banner,
	.section-ni-banner { padding: 190px 0 90px 0;  }
}
@media (max-width: 575px) {
	.section-banner .banner-title { font-size: 34px; }
	.section-csi-banner .banner-title { font-size: 28px; }
	.section-banner .banner-title { font-size: 24px; }
	.section-banner .banner-meta { font-size: 16px; }
}


/* ============================
# about main page
============================*/
.section-about-title { padding: 130px 0 100px 0; }
.section-about-title .main-title-spec {
	padding: 0 15px;
	width: 580px;
	flex: 0 0 580px;
}
.section-about-title .panel-content {
	padding: 0 15px;
	flex: 1;
}
.section-about-team { background: var(--brand-light-color); }
.section-about-team .main-title { margin-bottom: 34px; }
.section-about-team p { margin-bottom: 32px; }
.section-about-team .col-media { position: relative; }
.section-about-team .col-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}
.section-about-team .panel-content { padding: 120px 120px 100px 70px; }
.section-about-location { padding: 140px 0 140px 0; }
.section-about-location p { margin-bottom: 32px; }

@media (max-width: 1199px) {
	.section-about-title { padding: 90px 0 80px 0; }
	.section-about-title .main-title-spec {
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	.section-about-title .panel-content { flex: 0 0 100%; }
	.section-about-team .col-media { padding: 0; }
	.section-about-team .col-media img { position: relative; }
	.section-about-team .panel-content {
		max-width: 960px;
		padding: 90px 15px 70px 15px; 
		margin: 0 auto;
	}
	.section-about-location { padding: 100px 0 100px 0 }
}
@media (max-width: 991px) {
	.section-about-title { padding: 70px 0 60px 0; }
	.section-about-team .panel-content {
		max-width: 690px;
		padding: 70px 15px 70px 15px; 
	}
	.section-about-location { padding: 70px 0 80px 0 }
	.section-about-location .main-title { margin-bottom: 40px; }
}
@media (max-width: 767px) {
	.section-about-title .main-title-spec { margin-bottom: 30px; }
	.section-about-team .panel-content {
		max-width: 540px;
		padding: 60px 15px 50px 15px; 
	}
	.section-about-team p { margin-bottom: 20px; }
	.section-about-location { padding: 60px 0 70px 0 }
	.section-about-location .main-title { margin-bottom: 30px; }
	.section-about-location p { margin-bottom: 20px; }
	.section-about-location .btn { margin-top: 30px; }
}


/* ============================
# about process page
============================*/
.section-about-process { padding: 120px 0 90px 0; }
.about-process-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-process-list li {
	position: relative;
	padding-left: 300px;
	margin-bottom: 100px;
}
.about-process-list li:last-child { margin-bottom: 0; }
.about-process-list li .no {
	font-size: 120px;
	font-weight: 700;
	font-style: italic;
	color: #EFEFEF;
	line-height: 1;
	position: absolute;
	top: 0;
	right: calc(100% - 200px);
}
.about-process-list li .title {
	font-size: 60px;
	font-weight: 300;
	color: #343434;
	margin-bottom: 50px;
}
.about-process-list li p { margin-bottom: 36px; }
.about-process-list li a { color: var(--brand-secondary-color); }
.about-process-list li a:hover { text-decoration: underline; }

@media (max-width: 1199px) {
	.section-about-process { padding: 100px 0 70px 0; }
	.about-process-list li {
		margin-bottom: 80px;
		padding-left: 180px;
	}
	.about-process-list li .no {
		font-size: 80px;
		right: calc(100% - 130px)
	}
	.about-process-list li .title {
		font-size: 48px;
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.section-about-process { padding: 80px 0 60px 0; }
	.about-process-list li .title { font-size: 42px; }
}
@media (max-width: 767px) {
	.section-about-process { padding: 70px 0 50px 0; }
	.about-process-list li {
		padding-left: 110px;
		margin-bottom: 54px;
	}
	.about-process-list li .no {
		font-size: 46px;
		top: 3px;
		right: calc(100% - 80px);
	}
	.about-process-list li .title { font-size: 36px; }
	.about-process-list li p { margin-bottom: 20px; }
}
@media (max-width: 575px) {
	.about-process-list li {
		padding-left: 65px;
		margin-bottom: 40px;
	}
	.about-process-list li .no {
		font-size: 26px;
		color: #c5c5c5;
		right: calc(100% - 45px);
	}
	.about-process-list li .title {
		font-size: 28px;
		margin-bottom: 22px;
	}
}


/* ============================
# about value and partners page
============================*/
.section-about-blocks { padding: 80px 0 80px 0; }
.about-block-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.about-block-list li {
	display: flex;
	flex-direction: row;
	padding: 80px 0 50px 0;
	border-bottom: 6px solid #FAFAFA;
}
.about-block-list li:nth-of-type(even) { flex-direction: row-reverse; }
.about-block-list li:last-child { border-bottom: 0; }
.about-block-list li .panel-media {
	width: 178px;
	flex: 0 0 178px;
}
.about-block-list li .panel-content { padding-left: 80px; }
.about-block-list li:nth-of-type(even) .panel-content {
	padding-left: 0;
	padding-right: 80px;
}
.about-block-list li .main-title { margin-bottom: 34px; }
.about-block-list li a { color: var(--brand-secondary-color); }
.about-block-list li a:hover { text-decoration: underline; }

@media (max-width: 1199px) {
	.about-block-list li .panel-media {
		width: 140px;
		flex: 0 0 140px;
	}
	.about-block-list li .panel-content { padding-left: 70px; }
	.about-block-list li:nth-of-type(2n) .panel-content { padding-right: 70px; }
}
@media (max-width: 991px) {
	.section-about-blocks { padding: 10px 0 10px 0; }
	.about-block-list li { padding: 70px 0 50px 0; }
	.about-block-list li .panel-media {
		width: 100px;
		flex: 0 0 100px;
	}
	.about-block-list li .panel-content { padding-left: 50px; }
	.about-block-list li:nth-of-type(2n) .panel-content { padding-right: 50px; }
	.about-block-list li .main-title { margin-bottom: 24px; }
}
@media (max-width: 767px) {
	.section-about-blocks { padding: 20px 0 20px 0; }
	.about-block-list li { padding: 50px 0 40px 0; }
	.about-block-list li,
	.about-block-list li:nth-of-type(2n) { flex-direction: column; }
	.about-block-list li .panel-media {
		width: 80px;
		flex: 0 0 80px;
		margin: 0 auto 20px auto;
	}
	.about-block-list li .panel-content {
		padding-left: 0;
		text-align: center;
	}
	.about-block-list li:nth-of-type(2n) .panel-content { padding-right: 0; }
}
@media (max-width: 575px) {
	.about-block-list li .main-title { font-size: 30px; }
}


/* ============================
# about CPD
============================*/
.section-cpd-main { padding: 140px 0 100px 0;  }
.section-cpd-main .panel-content p { margin-bottom: 32px; }
.section-cpd-features {
	background: var(--brand-light-color);
	padding: 120px 0 130px 0;
}
.section-cpd-features .btn-panel { margin-top: 50px; }
.section-cpd-block .col-media { position: relative; }
.section-cpd-block .col-media .overlay {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 40px 15px 40px 15px;
	background: rgba(0,0,0,0.7);
}
.section-cpd-block .overlay .main-title {
	color: #FFFFFF;
	margin-bottom: 0;
	text-align: center;
}
.section-cpd-block .col-media img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.section-cpd-block .col-content { padding: 120px 90px 130px 90px; }

@media (max-width: 1199px) {
	.section-cpd-main { padding: 90px 0 60px 0; }
	.section-cpd-features { padding: 100px 0 100px 0; }
	.section-cpd-features .panel-media { margin-bottom: 40px; }
	.section-cpd-block .col-content { padding: 90px 60px 100px 60px; }
}
@media (max-width: 991px) {
	.section-cpd-block .col-media { padding: 0; }
	.section-cpd-block .col-media img { position: relative; }
}
@media (max-width: 767px) {
	.section-cpd-main { padding: 60px 0 60px 0; }
	.section-cpd-main .panel-content p { margin-bottom: 20px; }
	.section-cpd-features { padding: 70px 0 70px 0; }
	.section-cpd-features .panel-media { margin-bottom: 30px; }
	.section-cpd-block .col-content { padding: 60px 15px 70px 15px; }
	.section-cpd-block .col-media .overlay { padding: 30px 15px 30px 15px; }
	.section-cpd-block .overlay .main-title { font-size: 24px; }
}


/* ============================
# service inner page
============================*/
.section-si-blocks { padding: 200px 0 0 0; }
.section-si-blocks .row-si-blocks { margin-bottom: 200px; }
.section-si-blocks .panel-media {
	width: 720px;
	flex: 0 0 720px;
	position: relative;
}
.section-si-blocks .panel-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.section-si-blocks .panel-content {
	flex: 1;
	padding: 90px 90px 60px 90px;
}
.section-si-blocks .panel-content .main-title { margin-bottom: 24px;}
.section-si-blocks .panel-content p { margin-bottom: 38px;}
.section-si-spec-box { padding: 0 50px 50px 50px; }
.si-spec-box {
	background: #000 url('../img/si-spec-box-bg.png') no-repeat center/cover;
	padding: 140px 50px 140px 50px;
	color: #FFFFFF;
	position: relative;
	transform: perspective(-1px);
}
.si-spec-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.si-spec-box .title {
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}
.si-spec-box p {
	margin-bottom: 30px;
	position: relative;
}
.si-spec-box .btn-panel { margin-top: 60px; }

@media (max-width: 1599px) {
	.section-si-blocks { padding: 160px 0 0 0; }
	.section-si-blocks .row-si-blocks { margin-bottom: 160px; }
	.section-si-blocks .panel-media {
		width: 640px;
		flex: 0 0 640px;
	}
}
@media (max-width: 1399px) {
	.section-si-blocks { padding: 140px 0 40px 0; }
	.section-si-blocks .row-si-blocks { margin-bottom: 100px; }
	.section-si-blocks .panel-content { padding: 90px 70px 60px 70px; }
}
@media (max-width: 1199px) {
	.section-si-blocks { padding: 100px 0 40px 0; }
	.section-si-blocks .row-si-blocks { margin-bottom: 100px; }
	.section-si-blocks .panel-media {
		width: 100%;
		flex: 0 0 100%;
	}
	.section-si-blocks .panel-media img { position: relative; }
	.section-si-blocks .panel-content { padding: 70px 60px 30px 60px; }
	.si-spec-box { padding: 90px 50px 100px 50px; }
	.si-spec-box .title { font-size: 48px; }
}
@media (max-width: 991px) {
	.section-si-blocks .row-si-blocks { margin-bottom: 40px; }
	.si-spec-box .title { font-size: 40px; }
}
@media (max-width: 767px) {
	.section-si-blocks { padding: 70px 0 20px 0; }
	.section-si-blocks .panel-content p { margin-bottom: 20px; }
	.section-si-blocks .panel-content .main-title br { display: none; }
	.section-si-spec-box { padding: 0 15px 15px 15px; }
	.si-spec-box { padding: 60px 20px 70px 20px; }
	.si-spec-box .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.si-spec-box p { margin-bottom: 20px; }
	.si-spec-box .btn-panel { margin-top: 30px; }
}
@media (max-width: 575px) {
	.section-si-blocks .panel-content { padding: 50px 15px 0 15px; }
}


/* ============================
# case studies page
============================*/
.section-cs-heading { padding: 150px 0 150px 0; }
.section-cs-heading .row { align-items: center; }
.section-cs-heading .main-title-spec { margin-bottom: 0; }
.section-cs-heading p:last-child { margin-bottom: 0; }

@media (max-width: 1399px) {
	.section-cs-heading { padding: 120px 0 120px 0; }
}
@media (max-width: 1199px) {
	.section-cs-heading { padding: 90px 0 90px 0; }
	.section-cs-heading .main-title-spec { margin-bottom: 30px; }
}
@media (max-width: 991px) {
	.section-cs-heading { padding: 70px 0 70px 0; }
	.section-cs-heading .main-title-spec { margin-bottom: 24px; }
}
@media (max-width: 767px) {
	.section-cs-heading .main-title-spec br { display: none; }
}


/* ============================
# case studies inner page
============================*/
.section-csi-heading { padding: 150px 0 150px 0; }
.section-csi-heading .row { align-items: center; }
.section-csi-heading .main-title-spec { margin-bottom: 0; }
.section-csi-heading p:last-child { margin-bottom: 0; }
.section-csi-points { position: relative; }
.section-csi-points.left-bg { background: #FFFFFF url('../img/bg-csi-left.png') no-repeat left center/auto 100%; }
.section-csi-points.right-bg { background: #FFFFFF url('../img/bg-csi-left.png') no-repeat right center/auto; }
.section-csi-points.left-bg:before,
.section-csi-points.right-bg:before {
	content: '';
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	background: #FFFFFF;
}
.section-csi-points.left-bg:before {
	right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%);
}
.section-csi-points.right-bg:before {
	left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%);
}
.section-csi-points.left-bg .row { flex-direction: row-reverse; }
.section-csi-points .csi-points {
	list-style: none;
	margin: 0;
	padding: 140px 80px 120px 80px;
}
.section-csi-points .csi-points li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 60px;
}
.section-csi-points .csi-points li:last-child { margin-bottom: 0; }
.section-csi-points .csi-points li:before {
	content: '\25CF';
	font-size: 30px;
	color: var(--brand-secondary-color);
	position: absolute;
	top: -10px;
	left: 0;
}
.section-csi-points .csi-points li h4 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 26px;
}
.section-csi-block .col-media { position: relative; }
.section-csi-block .col-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.section-csi-block .col-content {
	padding: 140px 90px 120px 90px;
	background: var(--brand-light-color); 
}
.section-csi-block .main-title { margin-bottom: 32px; }
.section-csi-block p { margin-bottom: 32px; }
.section-csi-full { padding: 140px 0 120px 0; }
.section-csi-full p { margin-bottom: 32px; }
.section-csi-gallery { padding-bottom: 140px; }
.gallery-carousel { position: relative; }
.gallery-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	margin-top: -40px;
}
.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
	background: #FFFFFF;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.gallery-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: -30px;
}
.gallery-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: -30px;
}
.gallery-carousel .owl-nav button.owl-prev img,
.gallery-carousel .owl-nav button.owl-next img {
	opacity: 0.4;
	width: 28px;
}
.gallery-carousel .owl-dots {
	line-height: 0;
	text-align: center;
	margin-top: 30px;
}
.gallery-carousel .owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #F0F0F0;
	margin: 0 10px;
}
.gallery-carousel .owl-dots button.owl-dot.active { background: var(--brand-secondary-color); }
.figure-gallery * { transition: all .30s ease-in-out; }
.figure-gallery {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}
.figure-gallery a { display: block; }
.figure-gallery > a > img { width: 100%; }
.figure-gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	transform: scale(0);
	opacity: 0;
}
.figure-gallery .overlay img { width: 36px; }
.figure-gallery:hover > a > img { transform: scale(1.1); }
.figure-gallery:hover .overlay {
	opacity: 1;
	transform: scale(1);
}
.section-single-testimonial {
	background: var(--brand-light-color);
	padding: 100px 0 60px 0;
}
.section-single-testimonial .main-title { margin-bottom: 0; }
.section-single-testimonial p { margin-bottom: 36px; }
.section-single-testimonial .panel-content .media { margin-bottom: 30px; }
.page-navigation { padding: 100px 0; }
.page-nav-left {
	padding-right: 100px;
	text-align: right;
}
.page-nav-right {
	padding-left: 100px;
	text-align: left;
}
.page-nav a { display: block; }
.page-nav .nav-path { margin-bottom: 10px; }
.page-nav .nav-path .icon {
	font-size: 30px;
	color: #707070;
}
.page-nav .nav-path .label {
	font-size: 18px;
	display: inline-block;
	background: #C6C6C6;
	color: #FFFFFF;
	padding: 2px 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.page-nav h4,
.page-nav h5 {
	color: #000000;
	text-transform: uppercase;
}
.page-nav h4 {
	font-size: 18px;
	font-weight: 700;
}
.page-nav h5 {
	font-size: 14px;
	font-weight: 300;
}
.page-nav a:hover .nav-path .icon { color: var(--brand-secondary-color); }
.page-nav a:hover .nav-path .label { background: var(--brand-secondary-color); }
.page-nav a:hover h4 { text-decoration: underline; }

@media (max-width: 1399px) {
	.section-csi-heading { padding: 120px 0 120px 0; }
	.page-nav-left { padding-right: 50px; }
	.page-nav-right { padding-left: 50px; }
}
@media (max-width: 1199px) {
	.section-csi-heading { padding: 90px 0 90px 0; }
	.section-csi-heading .main-title-spec { margin-bottom: 30px; }
	.section-csi-points.left-bg::before, 
	.section-csi-points.right-bg::before { width: 85%; }
	.section-csi-block .col-content { padding: 90px 70px 70px 70px; }
	.section-csi-full { padding: 90px 0 60px 0; }
	.section-csi-gallery { padding-bottom: 100px; }
	.section-single-testimonial .main-title { margin-bottom: 40px; }
}
@media (max-width: 991px) {
	.section-csi-heading { 
		background: var(--brand-light-color);
		padding: 70px 0 70px 0; 
	}
	.section-csi-heading .main-title-spec { margin-bottom: 24px; }
	.section-csi-points.left-bg::before, 
	.section-csi-points.right-bg::before {
		width: 100%;
		background: #FFFFFF;
	}
	.section-csi-points.left-bg { border-bottom: 1px solid #e5e5e5; }
	.section-csi-points .csi-points {
		padding: 70px 0;
		max-width: 690px;
		margin: 0 auto;
	}
	.section-csi-block .col-media { padding: 0; }
	.section-csi-block .col-media img {
		position: relative;
		height: 480px;
	}
	.section-csi-block .col-content { padding: 80px 60px 60px 60px; }
	.section-csi-full { padding: 70px 0 50px 0; }
	.section-csi-full .main-title { margin-bottom: 40px; }
	.section-csi-gallery { padding-bottom: 80px; }
	.page-navigation { padding: 60px 0; }
	.page-nav-left { padding-right: 20px; }
	.page-nav-right { padding-left: 20px; }
}
@media (max-width: 767px) {
	.section-csi-points .csi-points {
		max-width: 510px;
		padding: 70px 0 50px 0;
	}
	.section-csi-points .csi-points li {
		margin-bottom: 40px;
		padding-left: 35px;
	}
	.section-csi-points .csi-points li:before {
		font-size: 22px;
		top: -2px;
	}
	.section-csi-points .csi-points li h4 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.section-csi-block .col-content { padding: 60px 60px 50px 60px; }
	.section-csi-block p { margin-bottom: 24px; }
	.section-csi-full { padding: 60px 0 40px 0; }
	.section-csi-full .main-title { margin-bottom: 30px; }
	.section-csi-full p { margin-bottom: 24px; }
	.section-csi-gallery { padding-bottom: 70px; }
	.section-single-testimonial { padding: 70px 0 50px 0; }
	.section-single-testimonial .panel-content .media img { width: 50px; }
	.section-single-testimonial p { margin-bottom: 24px; }
	.page-navigation { padding: 48px 0; }
	.page-nav-left { padding-right: 0; }
	.page-nav-right { padding-left: 0; }
	.page-nav .nav-path .label { font-size: 14px; }
	.page-nav h4 { font-size: 14px; }
	.page-nav h5 { display: none; }
}
@media (max-width: 575px) {
	.section-csi-points .csi-points { max-width: 100%; }
	.section-csi-points .csi-points li { margin-bottom: 30px; }
	.section-csi-points .csi-points li::before {
		font-size: 20px;
		top: -2px;
	}
	.section-csi-points .csi-points li h4 { font-size: 22px; }
	.section-csi-block .col-content { padding: 60px 15px 50px 15px; }
	.gallery-carousel .owl-nav { display: none; }
}


/* ============================
# news page
============================*/
.section-news-page { padding: 130px 0 100px 0; }
.row-articles {
	margin-left: -30px;
	margin-right: -30px;
}
.row-articles [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
.article {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 8px solid #EFEFEF;
}
.article .article-media { margin-bottom: 30px; }
.article .article-media img { width: 100%; }
.article .article-meta {
	color: #C6C6C6;
	margin-bottom: 20px;
}
.article .article-meta i {
	color: var(--brand-secondary-color);
	margin-right: 10px;
}
.article .article-body h4 {
	font-size: 20px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.6;
}
.article .article-body p { margin-bottom: 30px; }

@media (max-width: 991px) {
	.section-news-page { padding: 80px 0 40px; }
	.row-articles {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-articles [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article .article-body h4 { font-size: 18px; }
}
@media (max-width: 767px) {
	.section-news-page { padding: 70px 0 30px; }
}


/* ============================
# news inner page
============================*/
.section-ni-page {
	padding: 100px 0 100px 0;
}
.article-main h1, 
.article-main h2, 
.article-main h3, 
.article-main h4, 
.article-main h5, 
.article-main h6 { 
	margin-bottom: 30px;
	margin-top: 40px;
	color: #000000; 
}
.article-main p { margin-bottom: 40px; }
.article-main img { margin-bottom: 40px; }
.article-main a { color: var(--brand-secondary-color); }
.article-main a:hover { text-decoration: underline; }
.article-main .btn-brand { color: #FFFFFF; }
.article-main .btn-brand:hover { text-decoration: none; }
.article-figure { position: relative; }
.article-figure img {
	width: 100%;
	margin-bottom: 0;
}
.article-figure .article-figcaption {
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	padding: 15px;
}
.article-figure .article-figcaption a { color: var(--brand-secondary-color); }

@media (max-width: 1199px) {
	.section-ni-page { padding: 50px 0 100px 0; } 
}
@media (max-width: 767px) {
	.section-ni-page { padding: 30px 0 70px 0; } 
	.article-main p { margin-bottom: 20px; }
	.article-main img { margin-bottom: 20px; }
}


/* ============================
# contact page
============================*/
.section-contact-inner { padding: 120px 0 90px 0; }
.contact-main-panel .form-group { margin-bottom: 36px; }
.contact-main-panel .form-group-button { margin: 6px 0 0 0; }
.row-contact-form {
	margin-left: -23px;
	margin-right: -23px;
}
.row-contact-form [class*="col-"] {
	padding-left: 23px;
	padding-right: 23px;
}
.section-address-inner { padding: 0 0 100px 0; }
.contact-address-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.contact-address-list li {
	padding-left: 65px;
	position: relative;
	margin-top: 35px;
}
.contact-address-list li img {
	position: absolute;
	top: 6px;
	left: 0;
}
.contact-address-list li .text-muted {
	font-size: 14px;
	color: #D1D1D1!important;
	text-transform: uppercase;
} 
.contact-address-list li .content,
.contact-address-list li .content a { color: #575757; } 
.contact-address-list li .content a:hover { text-decoration: underline; }
.contact-time-panel { margin-top: 120px; }
.contact-time-panel h4 {
	font-size: 34px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.contact-time-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 320px;
}
.contact-time-list li {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.section-map {
	position: relative;
	height: 480px;
}
.section-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px) {
	.section-contact-inner .main-title-spec { margin-bottom: 40px; }
	.section-contact-inner .main-title-spec br { display: none; }
	.section-address-inner .main-title-spec { margin-bottom: 40px; }
	.contact-time-panel { margin-top: 80px; }
	.contact-time-panel h4 { font-size: 28px; }
}
@media (max-width: 991px) {
	.section-contact-inner { padding: 90px 0 80px 0; }
	.section-address-inner { padding: 0 0 90px 0; }
	.contact-time-panel h4 { font-size: 24px; }
}
@media (max-width: 767px) {
	.section-contact-inner { padding: 60px 0 40px 0; }
	.row-contact-form {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-contact-form [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-main-panel .form-group { margin-bottom: 26px; }
	.contact-time-panel { margin-top: 50px; }
	.section-map { height: 360px; }
}
@media (max-width: 575px) {
	.section-contact-inner .main-title-spec { margin-bottom: 26px; }
	.section-address-inner .main-title-spec { margin-bottom: 26px; }
}


/* ============================
# Media Queries
============================*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container { max-width: 540px; }
}
@media (min-width: 768px) {
	.container { max-width: 720px; }
}
@media (min-width: 992px) {
	.container { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container { max-width: 1140px; }
}
@media (min-width: 1400px) {
	.container { max-width: 1320px; }
}
@media (min-width: 1600px) {
	.container { max-width: 85%; }
}
.about-top .panel-content {
    padding: 10px 110px 10px 16px;
}
section.about-bottom{
	background: url(https://craftsmenshutters.co.uk/wp-content/uploads/2021/05/aboutbackground.png) no-repeat;
	    padding: 6em 0 6em;
}
.main-title{
	font-size: 40px;
}
.main-title span{
	font-weight: 900;
}
.main-carousel .owl-nav .owl-prev { float: left; }
.main-carousel .owl-nav .owl-next { float: right; }
.main-carousel .owl-nav .owl-prev img,
.main-carousel .owl-nav .owl-next img {
	width: 24px;
	height: 24px;
	opacity: .5;
}
.main-carousel .owl-nav {
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}
button.owl-prev {
    top: -54px;
    position: absolute;
    right: 0px;
}
.main-carousel.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    /* padding: 0!important; */
    font: inherit;
    background: #000;
    padding: 14px 12px !important;
}
i.fa {
    color: #fff;
    font-size: 20px;
}
h2.main-title-inner {
    text-align: center;
        margin-bottom: 1em;
}
h2.main-title-inner span {
    font-weight: 800;
}
.processblk {
    margin-bottom: 8em;
}
.processblk h4 {
    font-weight: 700;
    margin-bottom: 11px;
}
section.home-section-testimonials{
	background: url(https://craftsmenshutters.co.uk/wp-content/uploads/2021/01/TestimonialBG.png);
	    color: #fff;
}
.home-section-testimonials .main-title {
    margin-bottom: 100px;
    color: #fff;
    text-align: center;
}
.processblk {
    margin-bottom: 8em;
}
section.home-section-testimonials .testimonial-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    /* padding: 0!important; */
    font: inherit;
    padding: 0;
    background: transparent !important;
}
section.home-section-testimonials .testimonial-carousel button.owl-prev {
    left: 0;
    top: 3px;
}
section.home-section-testimonials .testimonial-carousel button.owl-next {
    position: absolute;
    top: 17px;
    right: 0;
}
blockquote.blockquote.blockquote-alt img {
    width: 20px;
}
header.blockquote-header {
    padding-top: 15px;
}
.hs-project-panel {
	position: relative;
	height: 250px;
	margin-bottom: 10px;
	overflow: hidden;
}
.hs-project-panel a { display: block; }
.hs-project-panel img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .45s ease-in-out;
}
.hs-project-panel .overlay {
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	background: linear-gradient(to bottom, rgba(0,48,64,0) 0%,rgb(10 139 182 / 50%) 40%,rgba(0,48,64,0.9) 100%);
	padding: 120px 30px 40px 30px;
	transform: translateY(100%);
	opacity: 0;
	transition: all .40s ease-in-out;
}
.hs-project-panel .overlay .title { font-size: 20px;
    display: block;
    text-align: center; }
.hs-project-panel .overlay p { margin-bottom: 0; }
.hs-project-panel:hover img { transform: scale(1.1); }
.hs-project-panel:hover .overlay {
	opacity: 1;
	transform: translateY(0);
}
section.featuresSection {
    color: #fff;
    padding: 6em 0;
}
section.featuresSection h2.titlefeatures {
    font-weight: 100;
    margin-bottom: 1em;
}
h2.titlefeatures span {
    font-weight: 700;
}
.content-one p {
    margin-bottom: 2em;
}
.listsection h2 {
    margin-bottom: 1em;
    font-weight: 300;
}
.listsection ul {
    padding-left: 0;
}
.listsection ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
        padding-left: 2em;
}
.listsection ul li:before {
	content: "";
	position: absolute;
	background:url(../img/tick.svg) no-repeat;
	width: 24px;
	height: 24px;
	left:0;
	top: 7px;

}
.listsection {
    padding: 1em 2em 1em 0em;
}
.listsection.listsection-1:after {
    content: "";
    background:url(../img/Line.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 70px;
    background-position: right;


}
section.sectionimgblk {
    padding: 6em 0;
}
section.sectionimgblk.sectionIblk-2 {
    background: #F0F9FD;
}
section.sectionimgblk.sectionIblk-3 {
    background: #F7F7F7;
}
section.sectionimgblk h2 span {
    font-weight: 800;
}
section.sectionimgblk h2 {
    font-weight: 400;
}
section.blog-list {
    padding: 3em 0;
}
.blog-maintitle {
    margin-bottom: 3em;
}
.blogblk {
    padding: 1.5em;
}
.bloglist h2 a {
    color: #000;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}
.bloglist p {
    font-size: 16px;
    margin-bottom: 2em;
}
.postdate {
    color: #3C3C3C;
    font-size: 13px;
    padding-top: 8px;
}
span.dateinform {
       padding-left: 10px;
}
.blogblk img {
    width: 100%;
}
a.readbtn {
    color: #FFFFFF;
  /*  background: var(--btn-color);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 26px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition: all .30s ease-in-out;*/
        margin-top: 1em;
}
section.section-service-heading {
    padding: 4em 0;
}
.processblk h4 {
    font-weight: 600;
    margin-bottom: 1em;
}
section.advantage.servicelist .processblk {
    margin-bottom: 8em;
    padding: 0 3em;
}
section.advantage.gallerypage {
    padding: 7em 0;
}
.bloginfo {
    padding: 1em 0;
}
.bloglistblk h4 {
       font-weight: 600;
    font-size: 20px;
    margin-bottom: 1em;
}
.bloginfo span {
    color: #3C3C3C;
    font-size: 15px;
}
.contact-form {
    /*background: url(../img/contactformbg.png);*/
    padding: 9em 3em 2em 3em;    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form input.form-control {
    background: #fff;
        padding: 6px;
}
.contact-form textarea.form-control {
    background: #fff;

}
.contact-form button.btn.btn-brand {
    background: #fff;
    color: #19a0d8;
}
.contact-form button.btn.btn-brand:hover{
	color: #fff;
}
.contact-form h3, label {
    color: #fff;
}
.contact-form h3 {
    margin-bottom: 50px;
}
.formbg{
	background: #898989;
 /*   padding: 0em 10em 10em 3em;*/  
}
section.contactpage {
    background: #F6F6F6;
}
.contactus-content {
    padding: 9em 3em 2em;
} 
.contactus-content h5 {
    color: #19a0d8;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 2em;
    padding: 1em;
}
.addressblk {
    position: relative;
    padding-left: 4em;
    padding-right: 2em;

        margin-bottom: 2em;
}
.addressblk:after {
    position: absolute;
    content: "";
    background: url(../img/location.svg);
    width: 45px;
    height: 47px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.Callblk{
	position: relative;
	padding-left: 4em;
	padding-right: 2em;
	margin-bottom: 2em;
}
.Callblk:after {
    position: absolute;
    content: "";
    background: url(../img/phoneicon.svg);
    width: 45px;
    height: 47px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.addressblk h6{
	    font-size: 17px;
    font-weight: 600;
       
}
.Callblk a{
	color: #000;
}
.Callblk h6{
	 font-size: 17px;
    font-weight: 600;
}
.Mail{
	position: relative;
	padding-left: 4em;
	padding-right: 2em;
	margin-bottom: 2em;
}
.Mail h6{
	 font-size: 17px;
    font-weight: 600;
}
.Mail a{
	color: #000;
}
.Mail:after {
    position: absolute;
    content: "";
    background: url(../img/mail.svg);
    width: 45px;
    height: 47px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
ol.breadcrumb {
    background: transparent;
    text-align: center;
}
.contblkp {
    padding: 1.5em .5em;
}
.contblkp h3 {
    text-align: left;   
    letter-spacing: 0px;
    font-size: 23px;
    color: #0498D6;
    text-transform: uppercase;
}
  .tabs-left {
  border-bottom: none;
  padding-top: 2px;
  border: 0;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #000;
}
.nav-tabs .nav-link {
    border: 0 !important; 
     border-top-left-radius: 0; 
   border-top-right-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0498D6;
   }
.tabs-left>li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

  border-right-color: transparent;
}
.tabs-left>li>a {

  margin-right: 0;
  display:block;
}
ul.nav.nav-tabs.projecttab li {
    display: block;
    width: 100%;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border: 0;
}
section.advantage.projectlist {
    padding: 5em 0;
}
section.advantage.testimoniallist {
    padding: 5em 0;
}
h2 span {
    font-weight: 800;
}
.testimonialsblk h4 {
    font-weight: 700;
    font-size: 19px;
}
.testimonialsblk span {
    font-size: 16px;
}
@media (max-width: 767px) {

	.about-top .panel-content {
    padding: 1em;
}
.about-icon-panel .panel-content {
		padding-bottom:2em;
		}
	
	.btn-brand-link {
 
    word-break: break-all;
    font-size: 12px;
    display: block;
    width: 100%;
		    text-align: center;
}
	section.about-bottom{
		padding:3em 0 ;
		
		}
.main-titletestimonial {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
	.main-title {
    font-size: 30px;
}
	section.logos h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 21px;
}
	.search-box .form-group{
		display:none
	}
/* 	.section-cs-banner {
    height: 36vh;
	} */
	.section-cs-banner {
    padding: 0;
    height: 100px;
}
	.main-titletestimonial {
    margin-bottom: 10px;
    color: #fff;
}
	.contactus-content {
    padding: 2em;
}
	.contactus-content h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
}
	.contact-form{
		padding:2em;
	}
	.site-header{
		padding:1em 0;
	}
	.blockquote-alt {
    background-size: 60px;
    padding: 0 0 0 0;
}
}