@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ababab;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fs-1 {
	font-size: 3rem !important;
}

.font-2 {
	font-size: 20px;
	font-weight: 600;
}

.bg-color1 {
	background-color: #000000;
}

.bg-color2 {
	background-color: #f5f5f5;
}

.bg-light-grey {
	background-color: #D3D3D3;
}

.header-h3 a{
	display: inline-block;
}

.header-h3 a:hover{
	color: #fff;
}

.btn1 {
	padding: 10px 30px;
	border: 2px solid #fff;
	background-color: transparent;
	display: inline-block;
	border-radius: 0;
	color: #fff;
}

.service-box:hover .btn1,
.service-box:focus .btn1 {
	color: #000000;
	background-color: #D3D3D3;
	border-color: #D3D3D3;
}

.btn2 {
	padding: 10px 30px;
	border: 2px solid transparent;
	background-color: #000;
	display: inline-block;
	border-radius: 0;
	color: #fff;
}

.btn2:hover,
.btn2:focus {
	color: #000;
	background-color: transparent;
	border-color: #000;
}

.btn-theme {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	font-size: 30px;
	line-height: 17px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	letter-spacing: 7px;
	/*font-family: 'Open Sans';*/
	padding: 22px 35px;
	margin-top: 25px;
	text-transform: uppercase;
}

.btn-theme:hover,
.btn-theme:focus {
	background: #fff;
	color: #000;
}

.home-slide a.btn-theme:hover {
    background: #fff;
    color: #1a1a1a;
}

.padd-50 {
	padding: 50px;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.progress-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.progress-container {
	width: 100%;
	height: 3px;
}

.progress-bar {
	height: 3px;
	background: #d4af37;
	width: 0%;
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.header {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #000000;
}

.home-page .header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 999;
	background-color: transparent;
}

.isStuck .header {
	background-color: rgba(1, 2, 7, 1);
	-webkit-box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
	box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
}

.logo {
	display: table;
	margin: 0px 25px;
	position: relative;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.815);;
}

/*.logo .img-fluid{*/
/*	width: 250px;*/
/*}*/
.logo .logo-shape {
	position: absolute;
	left: 0;
	right: 0;
	width: 216px;
	top: 105%;
	z-index: -1;
	margin: 0 auto;
}


.header-top-right {
	text-align: right;
}

.top-contact-list,
.social-link,
.get-a-quote {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 15px 0;
}

.top-contact-list li,
.social-link li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.top-contact-list li {
	padding: 0 25px;
}

.top-contact-list li:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 15px;
	background-color: #fff;
	content: "";
	transition: all 0.4s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-contact-list li:last-child:before {
	display: none;
}

.top-contact-list li a {
	color: #fff;
	font-size: 18px;
	/*    margin-left: 30px;*/
	display: block;
}

.top-contact-list li:first-child {
	padding-left: 0;
}

.top-contact-list li i {
	font-size: 20px;
	vertical-align: middle;
}

.top-contact-list li a:hover {
	color: #D3D3D3;
}

.social-link li {
	padding-right: 0;
}

.social-link li a {
	background: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	/*margin-right: 10px;*/
	border: 2px solid #fff;
}

.get-a-quote {
	background-color: transparent;
	border: 2px dotted #018859;
	background-color: #d4af37;
	border-radius: 30px;
	color: #fff;
	padding: 10px 26px;
}

.get-a-quote:hover,
.get-a-quote:focus {
	background-color: #fff;
	border-color: #d4af37;
	color: #d4af37;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: right;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 15px;
	background-color: #fff;
	content: "";
	transition: all 0.4s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 10px 15px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:last-child:before,
.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #fff;
	padding: 0px 25px;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
	padding-right: 40px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #D3D3D3;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #000000;
}



.list1 li,
.list2 li,
.lists1 li,
.areas-list li {
	padding: 0px 0 5px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.lists1 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\F133";
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #000000;
}

.areas-list li:before {
	content: "\F3E7";
	color: #000000;
}

.lists1 li:before {
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	content: "\f105";
	color: #000;
	top: 0;
	font-size: 18px;
}

.list2 li:before {
	color: #c11515;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*height: 1050px;*/
	/* padding: 300px 0; */
}

.parallax-window {
	height: 100vh;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container {
	position: relative;
	z-index: 9;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(20, 20, 20, 0.65);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
	background-color: rgb(0 0 0 / 80%);
}

.site-map-list li a {
	color: #000000;
}

.site-map-list li a:hover {
	color: #000000;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: "";
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.service-box {
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	height: 350px;
}

.service-box .service-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	text-align: center;
	display: table;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9;
}

.service-box:hover .service-content {
	background-color: rgba(0, 0, 0, 0.65);
}

.service-box .service-content-box {
	display: table-cell;
	vertical-align: middle;
}

.service-box .service-content-box p {
	color: #fff;
}

.pricelist-block li {
	padding: 10px 0;
	border-bottom: 2px dashed #dedede;
}

.pricelist-block li .service-price {
	text-align: right;
	float: right;
}

.border-style1 {
	border-top: 5px dotted #d4af37;
}

.footer-widget-- {
	/*	padding:20px 0 40px 0;*/
}

.footer-widget a:hover {
	color: #d3d3d3;
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #018859;
	margin-bottom: 20px;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 12px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "\f0da";
	font-family: "FontAwesome";
}

.footer-links {
	display: block;
	color: #fff;
	border-top: 1px dotted #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.footer-links li {
	display: inline-block;
	vertical-align: middle;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #D3D3D3;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
    font-size: 16px;
    margin-right: 11px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 24px;
    /* background-color: #c11515; */
    border-radius: 100%;
    text-align: center;
    position: relative;
}

/* .address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #c11515 transparent transparent transparent;
	content: "";
	left: 10px;
} */

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-content strong {
	color: #ffffff;
}

.address-box .address-content {
	color: #ffffff;
}

.address-content p a:hover {
	color: #D3D3D3;
}

.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #ffffff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 25px;
	border-radius: 50%;
	background-color: #c11515;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
}

.contact-wrap1 .address-content strong {
	font-size: 18px;
}

.contact-wrap1 .address-content1 {
	background-color: #eee;
	padding: 60px 15px 20px;
	margin-top: -40px;
}

.contact-wrap1 .address-content p a:hover {
	color: #211f44;
}

.form-control {
	/*height: 45px;
    padding:10px;
    border:1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;*/
	height: 45px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	box-shadow: none;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow: none;
	/*border-color: #ffffff;*/
}

textarea.form-control {
	height: 150px;
	resize: vertical;
}

.single-service-item {
	margin: 15px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	/*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.testimonial-wrap {
	padding: 20px;
	margin-bottom: 35px;
	border-left: 5px solid #d4af37;
	background-color: #e8e8e8;
}

.testi-author {
	font-size: 18px;
}

.service-bg {
	background: url(../images/extensions.jpg);
	background-position: center center;
	position: relative;
	background-size: cover;
}

.service1-bg {
	background: url(../images/refurbishments.jpg);
	background-position: center center;
	position: relative;
	background-size: cover;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.705);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.text-right {
	text-align: right;
}

.banner-sec {
	/* height: 100vh; */
	position: relative;
}

.home-slide a.btn-theme {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	font-size: 30px;
	line-height: 17px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	letter-spacing: 7px;
	font-family: 'Open Sans';
	padding: 22px 35px;
	margin-top: 25px;
}

.banner-sec h1 {
	font-size: 60px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0px 0 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #666666;
	letter-spacing: -0.03em;
}

.banner-sec h1 span {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 38px;
}

.img1-bg {
	position: relative;
}

.img1 {
	position: absolute;
	width: 500px;
	height: 300px;
	border: 20px solid #fff;
	border-left: 0;
	border-bottom: 0;
	bottom: 0;

}

.qode_left_side_fixed {
	left: auto;
	bottom: 50%;
	right: 0;
	transform-origin: bottom right 0;
	background-color: #E4E4E4;
	padding: 0px 9px;
	position: fixed;
	z-index: 999;

}

.qode_left_side_fixed img {
	margin-right: 10px;
	width: 20px;
	height: auto;
}

.qode_left_side_fixed a {
	color: #000;
	font-size: 20px;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #c5c4c4;
}

#button1 {
	display: inline-block;
	background-color: #c5c4c4;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button1::after {
	content: "\F286";
	font-family: "bootstrap-icons";
	/* font-weight: normal; */
	font-style: normal;
	font-size: 27px;
	line-height: 37px;
	color: #000000;
}

#button1:hover {
	cursor: pointer;
	background-color: #333;
}

#button1:active {
	background-color: #555;
}

#button1.show {
	opacity: 1;
	visibility: visible;
}

.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    height: 350px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-page .parallax-window{
	height: 100vh;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-parallax .container{
	position: relative;
	z-index: 5;
}
.home-parallax .overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.6);
	z-index: 1;
}

.brand{
	display: block;
	margin-top: 50px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}
.brand .img-responsive{
    max-width:200px;
}
.home-page .brand{
	margin-top: 120px;
}
.call-us-btn {
    left: auto;
    top: auto;
    bottom: 66%;
    right: 0;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a {
    color: #ffffff;
    background-color: #d5c5bc;
    font-size: 20px;
    display: block;
    padding: 15px;
}
#scroll-down {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}
.home-parallax .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.overflow-hidden{
	overflow: hidden;
}
.parallax{
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}
.parallax1{
	background-image: url("../images/breadcrumb/breadcrumb-bg.jpg");
}
.home-parallax .breadcrumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:10px 40px;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
	z-index: 5;
}


.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
  }
  .site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: "";
  }
  .site-map-list li > ul.child-menu {
	margin: 10px 0 10px 20px;
  }
  
  .contact-info-area {
	position: relative;
	display: block;
	padding-top: 120px;
	padding-bottom: 90px;
	z-index: 10;
  }
  
  .single-contact-info-box {
	position: relative;
	display: block;
	padding-top: 20px;
	margin-bottom: 30px;
	z-index: 1;
	width: 100%;
  }
  
  .single-contact-info-box .icon {
	position: absolute;
	top: 0;
    left: 26px;
	width: 60px;
	height: 60px;
	background: #1b1b1b;
	border-radius: 0%;
	z-index: 2;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
  }
  
  .single-contact-info-box .icon::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -16px;
	z-index: -1;
	border-bottom: 20px solid #1b1b1b;
	border-right: 16px solid transparent;
  }
  
  .single-contact-info-box .icon span::before {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
  }
  
  .single-contact-info-box .text-holder {
	position: relative;
	display: block;
	padding: 50px 22px 15px;
	background: #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
	min-height: 160px;
	width: 100%;
  }
  
  .single-contact-info-box .text-holder .pattern-bg {
	position: absolute;
	min-height: 160px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	background-repeat: repeat;
	z-index: -1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
  }
  
  .single-contact-info-box:hover .text-holder .pattern-bg {
	background-color: #000000;
  }
  
  .single-contact-info-box .text-holder .top {
	position: relative;
	display: block;
	padding-bottom: 16px;
  }
  
  .single-contact-info-box .text-holder h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 2px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
  }
  
  .single-contact-info-box:hover .text-holder h3 {
	color: #ffffff;
  }
  
  .single-contact-info-box .text-holder span {
	font-style: italic;
	transition: all 200ms linear;
	transition-delay: 0.1s;
  }
  
  .single-contact-info-box:hover .text-holder span {
	color: #ffffff;
  }
  
  .single-contact-info-box .text-holder p {
	margin: 0;
	transition: all 200ms linear;
	transition-delay: 0.1s;
  }
  
  .single-contact-info-box:hover .text-holder p {
	color: #ffffff;
  }
  
  .single-contact-info-box .text-holder p a {
	transition: all 200ms linear;
	transition-delay: 0.1s;
  }
  
  .single-contact-info-box:hover .text-holder p a {
	color: #ffffff;
  }
  
  .single-contact-info-box .text-holder p a:hover {
	color: #ffffff;
  }


@media (min-width: 1280px) and (max-width: 1365px) {
	.navigation a {
		padding: 0 10px;
	}

	.logo p {
		font-size: 12px;
		font-style: oblique;
	}

	.logo h2{
		font-weight: 900;
		font-size: 50px;
	}

}

@media (min-width: 992px) and (max-width:1204px) {
	.logo p {
		font-size: 12px;
		font-style: oblique;
	}
}
	

@media (min-width: 220px) and (max-width: 991px) {

	.logo {
		display: table;
		margin: 0px auto;
		position: relative;
		text-align: center;		
	}

	.top-contact-list li {
		padding: 0 13px;
	}

	.qode_left_side_fixed {
		left: 0;
		bottom: 50%;
		right: auto;
		transform-origin: bottom right 0;
		background-color: #E4E4E4;
		padding: 0px 9px;
		position: fixed;
		z-index: 999;
	}

	.box-style1 {
		padding: 27px;
		background-color: #f8f8f8;
		min-height: auto !important;
	}

	.p-5 {
		padding: 1.3rem !important;
	}

	.home-page .header {
		position: static;
		background-color: #000;
	}

	.header-top-right {
		text-align: center;
	}

	.top-contact-list,
	.social-link,
	.get-a-quote {
		margin: 10px 0;
	}

	.logo .logo-shape {
		display: none;
	}

	.home-img-box.m-min-200 {
		background-image: none;
		margin-bottom: 15px;
		height: 100% !important;
		min-height: 100% !important;
	}

	.header.fixed-top {
		position: relative !important;
	}

	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #D3D3D3;
		padding: 8px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.mobile-menu i {
		float: right;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #D3D3D3;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.home-parallax {
		position: relative;
		overflow: hidden;
		height: auto;
	}

	#metro-touch-slider .carousel-caption h2 {
		font-size: 22px;
	}

	#metro-touch-slider .carousel-caption p {
		font-size: 14px;
	}

	.fs-1 {
		line-height: 1;
	}

	.flexbox {
		display: block;
	}

	.width-30,
	.width-40,
	.width-50,
	.width-60,
	.width-70 {
		width: 100%;
	}

	.footer-widget {
		padding: 20px 0 10px;
	}

	.address-box {
		margin: 15px 0;
	}

	.btn-theme {
		font-size: 20px;
		padding: 15px 20px;
	}

	.m-parallax-bg {
		background-image: none !important;
		min-height: 100% !important;
		height: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	a.logo {
		width: 70%;
	}

	.inner-content h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.service-box .service-content {
		padding: 0 8px;
	}

	.m-min-200 {
		height: 400px !important;
		min-height: 400px !important;
	}
	
}

@media (min-width: 220px) and (max-width: 767px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo {
		display: table;
		margin: auto;
		padding: 10px;
		margin-bottom: 5px;
	}

	.top-contact-list li:before {
		display: none;
	}	

	.top-contact-list li:nth-of-type(3),
	.top-contact-list li:nth-of-type(4) {
		display: inline-block;
	}

	.p-5 {
		padding: 1.3rem 1rem !important;
	}

	.inner-content h2 {
		font-size: 22px;
		line-height: 30px;
	}

	#stuck_container.isStuck {
		position: relative !important;
	}

	.btn1.w-100 {
		width: auto !important;
	}

	.footer-widget {
		padding: 15px 0;
	}

	.parallax-window {
		height: 350px !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {

	.home-slide a.btn-theme {
		background-color: rgba(255, 255, 255, 0);
		border-color: rgb(255, 255, 255);
		border-style: solid;
		border-width: 1px;
		white-space: nowrap;
		font-size: 14px;
		line-height: 17px;
		font-weight: 400;
		color: rgb(255, 255, 255);
		letter-spacing: 7px;
		font-family: 'Open Sans';
		padding: 18px 24px;
		margin-top: 15px;
	}

	#button1 {
		margin: 30px;
	}
	.m-min-200 {
		min-height: 350px !important;
		height: 300px !important;
	}

	.inner-content h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.inner-content .slide-btn {
		font-size: 22px;
	}

	.inner-content h2 span {
		font-size: 32px;
		margin-top: 12px;
	}

	.service-box {
		height: 350px;
	}

	#metro-touch-slider .carousel-caption {
		width: 70% !important;
		left: 15% !important;
		/*top: 0%!important;*/
		padding-top: 0 !important;
	}
	
	.banner-sec h1 span {
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 30px;
    }
    
    .banner-sec h1 {
		font-size: 50px;		
	}
}

@media (min-width: 220px) and (max-width: 575px) {

	.home-slide a.btn-theme {
		background-color: rgba(255, 255, 255, 0);
		border-color: rgb(255, 255, 255);
		border-style: solid;
		border-width: 1px;
		white-space: nowrap;
		font-size: 14px;
		line-height: 17px;
		font-weight: 400;
		color: rgb(255, 255, 255);
		letter-spacing: 7px;
		font-family: 'Open Sans';
		padding: 18px 24px;
		margin-top: 15px;
	}

	.top-contact-list li {
		display: block;
		padding: 0;
	}

	.top-contact-list {
		display: table;
		text-align: center;
		margin: 0 auto 10px auto;
	}

	.top-contact-list li {
		padding: 0 3px;
	}

	.top-contact-list li a {
		font-size: 16px;
	}

	footer.p-5 {
		padding: 1.3rem 0rem !important;
	}

	.m-min-200 {
		min-height: 300px !important;
		height: 300px !important;
	}	

	.btn1,
	.btn2 {
		padding: 10px;
	}

	.pricelist-block li .service-price {
		text-align: left;
		float: none;
		display: block;
	}

	.address-box {
		/* padding: 10px; */
	}

	.address-box .address-content {
		font-size: 14px;
	}

	.service-box {
		height: 300px;
	}

	.test-box.d-flex {
		display: block !important;
	}
	

	.logo p {
		font-size: 9px;
		font-style: oblique;
	}

	.logo h2 {
		font-weight: 900;
		font-size: 40px;
	}

	.img1 {
		display: none;
	
	}

	.banner-sec h1 {
		font-size: 40px;		
	}

	.banner-sec h1 span {		
		font-size: 18px;
	}
	
	.address-box .address-icon-holder {
        display: none;
    }
    
	.qode_left_side_fixed {
	left: 0;
	bottom: 40%;
	right: auto;
	transform-origin: bottom right 0;
	background-color: #E4E4E4;
	padding: 0px 9px;
	position: fixed;
	z-index: 999;
	}
	
	.pbsm0{
	    padding-bottom:0px;
	    
	}
	
	.ptsm0{
	    padding-top:0px;
	    
	}
	.single-contact-info-box .text-holder{
		padding: 50px 12px 15px;
	}

	.single-contact-info-box .text-holder p{
		font-size: 12px;
	}

	.map iframe{
		height: 400px;
	}
}

