/*
Theme Name: AAA Home and Office
Theme URI: http://devmahfuz.com
Author: Starlit Devs
Author URI: http://starlitdevs.com
Description: The Theme is the clean wordpress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img{
	max-width: 100%;
}


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}






/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #fff;
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	color: #939598;
	background: rgba(255, 255, 255, .86);
	border: 1px solid #7a7a7a;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input[type="button"],
input[type="submit"] {
	background-color: #000;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	width: 100%;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #fe0000;
	color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939598;
}

:-moz-placeholder {
	color: #939598;
}

::-moz-placeholder {
	color: #939598;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939598;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/* Go Scroll To Top */

.go-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	display: none;
}

.go-top span {
	background-color: #4bc6ce;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
}

.go-top span:hover {
	color: #fff;
	background: #005770;
}



a, a:hover, a:focus{
	text-decoration: none;
}
a:hover{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	margin: 0;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Helvetica Neue LT Std';
}
h1 {
	font-size: 57px;
	text-transform: uppercase;
	letter-spacing: -1.36px;
}

h2 {
	font-size: 63px;
	font-weight: 900;
	letter-spacing: -0.22px;
}
h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.66px;
}


p:last-child, p:last-of-type {
	margin-bottom: 0;
}



/* Custom CSS */

body{
	font-family: 'Helios Antique';
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
}




/* Menu */


#main-wrap {
	overflow: hidden;
}

/* Header */
.admin-bar .header {
	top: 32px;
}
.header {
	padding: 10px 0 0;
	transition: .4s all ease;
	background: rgba(255, 255, 255, .4);
}
.header .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
}
.sticky-active {
	padding: 10px 0 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
}
body:not(.home) .header {
}
.site-menu {
	background: rgba(0, 0, 0, .78);
}

.logo {
	margin-right: 10px;
	margin-bottom: -40px;
	max-width: 200px;
}
.menu-with-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}

.desktop-menu {
}


.main-menu {
	flex: 1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 300;
}

.main-menu ul li a:hover, .main-menu ul li.active a {
	color: #ff0101;
}


.right-phone {
	position: relative;
	display: flex;
	margin-left: 60px;
	align-items: center;
}
.right-phone .phone-btn {
	background-color: #273f75;
	margin-left: 10px;
}
.right-phone a{
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.54px;
	font-size: 12px;
}
.right-phone a span {
	display: block;
}
.right-phone a:hover {
	background: #ff0101;
}

.btn {
	background-color: #fe0000;
	border: 0px solid #fff;
	color: #fff;
	border-radius: 0px;
	padding: 10px 30px;
	font-size: 14px;
	transition: .4s all ease;
    font-weight: 400;
	letter-spacing: -0.3px;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
	background: #000;
	color: #fff;
	transition: .4s all ease;
}





/* Banner */
.banner-area {
	padding: 260px 0 100px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.banner-area::before {
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(95deg, rgba(0,0,0,0.8183474073223039) 39%, rgba(0,0,0,.01) 79%);
	position: absolute;
	height: 100%;
	left: 0;
	content: '';
	bottom: 0;
}
.banner-content h1 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 1.1;
	font-size: 36px;
	letter-spacing: -0.22px;
}
.banner-content h1 strong {
	color: #ffff01;
}
.banner-content a {
	background-color: #ffff01;
	color: #000;
}
.banner-forms {
	padding-left: 100px;
}
.banner-forms [class*="col-md-"] {
	margin-bottom: 10px;
}
.bnr-form [class*="col-md-"] {
	padding-left: 4px;
	padding-right: 4px;
}
.row.bnr-form {
	margin-left: -4px;
	margin-right: -4px;
}

textarea {
	height: 90px;
}

.banner-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-content ul li {
	color: #fff;
	padding-left: 20px;
	position: relative;
	font-size: 15px;
	margin-bottom: 5px;
}
.banner-content ul li::before {
	color: #ff0101;
	position: absolute;
	left: 0;
	top: 0px;
	content: '\f058';
	font-family: 'FontAwesome';
}
.banner-content a.btn {
	
}
.banner-forms h3 {
	color: #fff;
	font-size: 21px;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 15px;
}

/* Section Title */
.section-title {
	margin-bottom: 60px;
}
.section-title h2 {
	color: #000;
}
.section-title h2 strong {
	color: #fe0000;
}
.section-title h2 {
	position: relative;
	line-height: 1;
}

/* Brands */
.brands-area {
	padding: 100px 0;
}
.brands-area .section-title h2 {
	font-size: 36px;
}

.brands-lists {
	padding: 0 70px;
}



/* Our Services */
.our-services-area {
	padding: 150px 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
	clip-path: polygon(50% 0, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);

}
.single-we-help {
	padding: 0 50px;
	color: #fff;
}

.we-help-content h3 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.our-services-area h2 strong {
	color: #ffff01;
}


/* Our Work */
.our-work-area {
	padding: 100px 0 0;
}
.our-work-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.our-work-lists ul li {
	width: calc(100%/5);
}
.our-work-lists ul li a {
	display: block;
	height: 270px;
	outline: none;
	overflow: hidden;
}
.our-work-lists ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s all ease;
}
.our-work-lists ul li a:hover img {
	opacity: .8;
	transform: scale(1.1);
}
/* Testimonials */
.testimonial-area {
	padding: 120px 0 250px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.testimonial-area::before {
	content: '';
	background-image: url('img/testimonials-left.png');
	width: 253px;
	height: 204px;
	position: absolute;
	left: -40px;
	bottom: 40px;
}
.testimonial-area::after {
	content: '';
	background-image: url('img/testimonials-right.png');
	width: 247px;
	height: 214px;
	position: absolute;
	right: -40px;
	top: -10px;
}

.all-testimonials {
}

.single-testimonial {
	color: #fff;
	padding: 0 15px;
}
.single-testimonial p {
	line-height: 1.8;
	font-size: 13px;
}
.testimonial-info h4 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 20px;
}


/* Our Locations */
.our-locations-area {
	padding: 200px 0 100px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-clip-path: polygon(50% 7%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	clip-path: polygon(50% 7%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	margin-top: -80px;
}

.map-with-info {
	display: flex;
	flex-wrap: wrap;
}
.loc-map {
	width: 55%;
}
.loc-map iframe {
	width: 100%;
	height: 100%;
}
.loc-info {
	background: #000;
	padding: 30px 15px;
	width: 45%;
}
.loc-info a {
	color: #fff;
	display: block;
	margin-top: 7px;
}
.loc-info a:first-child {
	word-break: break-all;
}
.loc-info a:hover {
	opacity: .7;
}
.location-name h3 {
	font-weight: 900;
	margin-bottom: 10px;
	letter-spacing: .66px;
	font-size: 36px;
}
.free-quote-btn {
	margin-top: 15px;
}
.our-locations-lists .col-lg-6:nth-child(2) .free-quote-btn a {
	background: #000;
}
.our-locations-lists .col-lg-6:nth-child(2) .free-quote-btn a:hover, .our-locations-lists .col-lg-6:nth-child(2) .loc-info {
	background: #fe0000;
}



/* Contact Us */
.contact-us-area {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 170px 0 70px;
	margin-top: -80px;
}
.contact-us-area .section-title h2 strong {
	display: block;
}

.contact-us-forms input[type="text"], .contact-us-forms input[type="email"], .contact-us-forms input[type="tel"], .contact-us-forms textarea, .contact-us-forms select {
	border: none;
	border-bottom: 2px solid #d8d8d8;
	color: #939598;
	background-color: transparent;
	font-weight: 300;
	width: 100%;
	padding: 10px 15px;
}

.contact-us-forms input[type="submit"] {
	background-color: #fe0000;
	color: #fff;
	font-weight: 400;
	max-width: inherit;
	width: auto;
	float: right;
}
.contact-us-forms input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.contact-us-forms ::placeholder {
	color: #939598;
}
/* Placeholder text color -- selectors need to be separate to work. */
.contact-us-forms ::-webkit-input-placeholder {
	color: #939598;
}

.contact-us-forms :-moz-placeholder {
	color: #939598;
}

.contact-us-forms ::-moz-placeholder {
	color: #939598;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
.contact-us-forms :-ms-input-placeholder {
	color: #939598;
}
textarea {
	height: 100px;
}


/* Footer */

.footer {
	background: #000;
	padding: 50px 0;
}

.copyright {

}
.copyright p {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #fe0000;
}


/* Thank you */
.thankyou-area {
	padding: 250px 0 100px;
}
.thankyou-content h2 {
	font-size: 24px;
}


/* 404 */
.error-404 {
	padding: 100px 0;
}
.error-404 h1 {
	font-size: 200px;
}
.error-404 h2 {

}

/* Responsive */

@media (max-width: 1400px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-phone {
		margin-left: 10px;
	}
	.our-values-lists {
		padding: 0 15px;
	}
}

@media (max-width: 1300px ) {
	.main-menu ul li a {
		font-size: 11px;
		padding: 0 4px;
	}
	.about-us-area::after, .testimonial-area::after {
		width: 80px;
	}
}

/*
 * Large devices (desktops, less than 1200px)
 */

@media (max-width: 1199.98px) {
	.btn {
		padding: 10px 20px;
		font-size: 11px;
	}
	.main-menu ul li a {
		font-size: 11px;
		padding: 0 4px;
	}
	.right-phone {
		margin-left: 15px;
	}

	h3 {
		font-size: 18px;
	}
	.pk-price h4 {
		font-size: 40px;
	}
	.footer-info li, .footer-info li a {
		font-size: 15px;
	}
	.overlay-projects {
		padding: 50px;
	}
	.single-value {
		width: calc(100%/3);
	}
	.what-we-do-content {
		padding: 0;
	}
	.about-us-content {
		max-width: 550px;
	}
}

/*
 * Medium devices (tablets, less than 992px)
 */

@media (max-width: 991.98px) {
	.logo {
		margin-bottom: -41px;
		margin-top: -15px;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		background: transparent;
		margin-right: -15px;
		margin-left: -15px;
		padding: 0;
	}
	.slicknav_nav {
		background: rgba(0, 0, 0, 1);
		padding: 15px 0;
		text-align: right;
	}
	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: none;
		border-radius: 0;
		background-color: #eee;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #222;
	}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
		text-transform: uppercase;
		font-weight: 400;
		color: #fff;
	}
	.slicknav_nav a:hover {
		background: transparent;
		color: #ffc60b;
	}
	.right-phone {
		margin-left: 0;
		flex: 1;
		justify-content: flex-end;
		align-items: center;
	}
	.new-menu-open {
		font-size: 26px;
		margin-left: 20px;
		color: #000;
	}
	.mobile-menu {
		padding: 0 15px;
	}
	.right-phone a {
		font-size: 13px;
	}
	.main-menu ul li a {
		font-size: 13px;
		padding: 0 5px;
	}
	.banner-area {
		padding: 200px 0 100px;
	}
	.banner-forms {
		padding-left: 20px;
	}
	.banner-forms h3 {
		font-size: 18px;
	}
	.banner-content h1 {
		font-size: 28px;
	}
	.banner-content ul li {
		font-size: 14px;
	}

	h2 {
		font-size: 42px;;
	}
	.our-work-lists ul li {
		width: calc(100%/3);
	}
	.our-locations-lists .col-lg-6:not(:last-child) {
		margin-bottom: 30px;
	}
}


@media (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767.98px) {
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-phone a:last-child {
		margin-top: 5px;
	}
	.right-phone::before {
		display: none;
	}
	.right-phone {
		padding-left: 10px;
	}

	.right-phone {
		margin-left: 0;
	}

	.right-phone.text-right {
		display: flex;
		align-items: center;
	}
	.menu-with-info {
		flex: inherit;
	}
	.right-phone {
		padding-right: 0px;
		margin-bottom: 0;
	}
	.header-menus {
		margin-top: 0;
	}
	.banner-content ul li::before {
		margin-left: -24px;
		left: auto;
	}
	.banner-contact {
		margin-top: 20px;
	}
	.banner-contact-form {
		padding: 30px 20px 5px;
	}

	.header-content {
		padding-bottom: 15px;
	}
	.header .container-fluid {
		padding-bottom: 0;
	}

	.single-value {
		width: calc(100%/2);
	}

	.testimonial-area {
		padding: 70px 0;
	}
	.footer {
		padding: 40px 0;
	}
	.logo {
		margin-bottom: -16px;
		margin-top: -15px;
	}
	.logo img {
		max-width: 90px;
	}
	.our-work-lists ul li {
		width: calc(100%/2);
	}
	.our-work-lists ul li a {
		height: 175px;
	}
	.banner-forms {
		padding-left: 0;
		margin-top: 40px;
		text-align: center;
	}
	.our-services-lists .col-md-6:not(:last-child) {
		margin-bottom: 40px;
	}
	.banner-area {
		padding: 105px 0 30px;
	}
	.brands-area {
		padding: 50px 0;
	}
	.brands-area .section-title h2 {
		font-size: 24px;
	}
	h2 {
		font-size: 30px;
	}
	.our-services-area {
		padding: 80px 0;
		-webkit-clip-path: polygon(50% 0, 100% 5%, 100% 95%, 50% 100%, 0 95%, 0 5%);
		clip-path: polygon(50% 0, 100% 5%, 100% 95%, 50% 100%, 0 95%, 0 5%);
	}
	.brands-lists {
		padding: 0 30px;
	}	
	.our-services-area {
		background: #000 !important;
	}
	.loc-info, .location-name {
		text-align: center;
	}
	.loc-info a {
		font-size: 14px;
	}
	.free-quote-btn a {
		font-size: 16px;
	}	

}


@media (max-width: 600px) {
	.admin-bar .header.sticky-active {
		top: 0;
	}
}

/*
 * Extra small devices (portrait phones, less than 576px)
 */

@media (max-width: 575.98px) {
	/* 404 */
	.error-404 {
		padding: 50px 0;
	}
	.error-404 h1 {
		font-size: 100px;
	}

	.right-phone a {
		font-size: 7px;
		padding: 5px;
	}
	.loc-map {
		width: 100%;
		height: 150px;
	}
	.loc-info {
		width: 100%;
	}
	.free-quote-btn {
		text-align: center;
	}

}










