/*
Theme Name: MOFFAT Electrical Security & Air
Theme URI: https://alignedagency.com.au/
Author: Aligned Agency
Author URI: https://alignedagency.com.au/
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/
 */

/* root */
:root {
	--main-font: 'Futura Std';
	--secondary-font: 'Futura Std';
	--heading-font: 'Montserrat', sans-serif;
	--primary-color: #faff0b;
	--secondary-color: #000;
	--alt-color: #757575;
	--text-color: #000;
	--gray-color: #666666;
	--gray-bg: #f5f5f5;
	--white-bg: #fff;
	--black: #000;
	--shadow: 0 5px 0 0 rgba(0, 0, 0, .04);
}


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 {
	color: #222;
	background: transparent;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 500;
}

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 #ddd;
	border-radius: 0;
	height: 44px;
	max-width: 100%;
	padding: 5px 15px;
	width: 100%;
	background: transparent;
	color: #9fa1a3;
}

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: var(--primary-color);
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	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: #4e9139;
	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: #9fa1a3;
}

:-moz-placeholder {
	color: #9fa1a3;
}

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

:-ms-input-placeholder {
	color: #9fa1a3;
}


/**
 * 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;
}


.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;
	outline: none;
}
:focus, button:focus {
	outline: 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: var(--black);
	margin: 0;
	font-weight: 800;
	line-height: 1.2;
	font-family: var(--heading-font);
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
p:last-child, p:last-of-type {
	margin-bottom: 0;
}

/* Custom CSS */

body{
	font-family: var(--main-font);
	font-size: 15px;
	font-weight: 400;
	color: var(--black);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}




/* Menu */


#main-wrap {
	overflow: hidden;
}

/* Header */
.admin-bar .header {
	top: 32px;
}
.header {
	transition: .4s all ease;
	background: var(--secondary-color);
}
.header .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}
.sticky-active {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: var(--secondary-color);
}
body:not(.home) .header {
	
}
.header-top {
	padding: 15px 0;
	transition: .4s all ease;
}
.sticky-active .header-top {
	padding: 8px 0;
}



.logo {
	margin-right: 10px;
	max-width: 220px;
	transition: .4s all ease;
}
.sticky-active .logo {
	max-width: 210px;
	transition: .4s all ease;
}

.menu-with-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}


.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: var(--white);
	font-size: 15px;
	padding: 0 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.main-menu ul li a:hover, .main-menu ul li.active a {
	color: var(--primary-color);
}

.right-phone {
	position: relative;
	display: flex;
}

.btn {
	background-color: var(--primary-color);
	border: 0px solid #84c343;
	color: var(--black);
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 15px;
	transition: .4s all ease;
	font-weight: 700;
	text-transform: uppercase;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn:hover {
	background: #ddd;
	color: var(--black);
	transition: .4s all ease;
}
.btn-alt {
	background: var(--white-bg);
	color: var(--black);
}
.btn-alt:hover {
	background: var(--primary-color);
	color: var(--black);
}
.btn-border {
	border: 2px solid #fff;
	background: transparent;
	color: var(--white);
}
.btn-black {
	background: var(--black);
	color: var(--white);
}
.btn-black:hover {
	background: var(--black);
	opacity: .8;
	color: var(--white);
}

.text-black {
	color: #000 !important;
}
.lg-btn {
	padding-left: 60px;
	padding-right: 60px;
}


/* Modal */
.modal-dialog {
	max-width: 700px;
}
.modal-body input[type="submit"] {
	background: var(--primary-color);
	color: var(--black);
	text-transform: none;
	border-radius: 30px;
	font-weight: 700;
	width: auto;
	max-width: 100%;
}
.modal-body input[type="submit"]:hover {
	background: var(--secondary-color);
	color: var(--white);
}
.modal-body {
	padding: 0 30px 20px;
}
.modal-header .modal-title {
	font-size: 30px;
}
.modal-content {
	border-radius: 15px;
}
.modal-header {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: none;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.pop-logo {
	background: var(--secondary-color);
	padding: 10px;
}
.pop-logo img {
	max-width: 220px;
}
.popup-quote-form {
	margin-left: -5px;
	margin-right: -5px;
}
.popup-quote-form [class*="col-"] {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.modal-header p a {
	color: var(--secondary-color);
}


/* Banner */
.banner-area {
	position: relative;
	padding: 70px 0 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
._banner-area::before {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%); 
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-content {
	position: relative;
	z-index: 1;
}
.banner-all-text h1 {
	color: var(--white);
	margin-bottom: 20px;
}

.banner-content p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 15px;
}
.banner-content a.btn {

}
.banner-content ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.banner-content ul li {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
.banner-content ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.4;
}
textarea {
	height: 90px;
}
.banner-right-content {
	display: flex;
}
.banner-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-right-content ul li {
	background: var(--white-bg);
	margin-bottom: 10px;
	border-left: 5px solid var(--primary-color);
	padding: 10px 15px 10px 40px;
	position: relative;
	font-weight: 800;
	font-family: var(--heading-font);
	color: var(--black);
}
.banner-right-content ul li::before {
	background-image: url('img/tick.png');
	width: 25px;
	height: 20px;
	content: "";
	position: absolute;
	left: 6px;
	top: 12px;
}

.banner-brand-area {
	position: relative;
}
.banner-brand {
	position: absolute;
	background: #fff;
	top: -55px;
	z-index: 1;
	max-width: 550px;
	padding: 30px;
	border-radius: 15px;
	left: 50%;
	transform: translateX(-50%);
	height: 110px;
	width: 100%;
}
.bbrand-item {
	width: calc(100%/3);
	padding: 0 10px;
}


/* Section Title */
.section-title {
	margin-bottom: 30px;
}
.section-title h2 {
	position: relative;
}
.fh {
	font-family: var(--heading-font);
	font-weight: 800;
	line-height: 1.2;
}
.f-30 {
	font-size: 30px;
}

/* Testimonials */
.testimonial-area {
	padding: 100px 0 80px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonial-area .section-title {
	margin-bottom: 40px;
}

.all-testimonials {

}
.testimonials-carousel {

}
.testimonial-bg {
	padding: 35px 20px 35px;
	background: #fff;
	margin: 0 10px;
	border-radius: 15px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-testimonial {
	color: #000;
}
.single-testimonial p {
	line-height: 1.8;
	font-size: 15px;
}
.testimonial-info p {
	color: var(--black);
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-family: var(--secondary-font);
	font-style: normal;
	text-transform: none;
	line-height: 1;
}
.testimonial-info span {
	font-style: italic;
}
.rating {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.rating i {
	color: #97999c;
	margin: 0 2px;
	font-size: 24px;
}
.rating-img img {
	margin: 0 auto 15px;
}
.all-testimonials .slick-track {
	display: flex;
	align-items: center;
}
.long-content {
	display: none;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	border: none;
	padding: 0;
	color: var(--black);
	font-size: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 1;
	cursor: pointer;
	left: -60px;
}

.slick-arrow.slick-next {
	left: auto;
	right: -60px;
}
.slick-arrow:hover {
	opacity: .7;
}


/* Brands */
.brands-area {
	padding: 50px 0;
}
.brand-img {
	padding: 0 10px;
}
.brands-all .slick-track {
	display: flex;
	align-items: center;
}



/* Process */
.process-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}
.process-item {
	background: var(--white-bg);
	border-radius: 30px;
	padding: 30px 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	height: 100%;
}
.process-img {
	margin-bottom: 20px;
}
.process-img img {
	height: 100px;
	object-fit: contain;
}



/* Experience */
.experience-area {
	padding: 60px 0;
}
.exp-img {
	margin-bottom: 20px;
}
.exp-img img {
	height: 60px;
}
.experience-item {
	padding: 0 15px;
	margin-bottom: 50px;
}
.exp-content h3 {
	margin-bottom: 10px;
}

/* Advice */
.advice-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 120px 0;
}
.advice-content {
	background: rgba(0, 0, 0, .7);
	max-width: 550px;
	padding: 50px;
	border-bottom: 10px solid var(--primary-color);
	color: var(--white);
}
.advice-content h2 {
	margin-bottom: 20px;
	color: var(--white);
}



/* CTA */
.cta-area {
	padding: 70px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cta-item {
	display: flex;
	align-items: center;
}
.cta-text {
	padding-right: 100px;
}
.cta-cta-btn {
	flex: 1;
}
.cta-cta-btn .btn {
	font-size: 20px;
}


/* About Us */
.about-us-area {
	padding: 150px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




/* Contact Us */
.contact-us-area {
	padding: 150px 0;
	background-color: var(--white-bg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;

}
.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-color: #acacac;
	color: #939598;
	background-color: #fff;
}
.contact-us-forms input[type="submit"], .banner-contact-form input[type="submit"] {
	background-color: #ffe100;
	color: var(--black);
	font-weight: 400;
	width: auto;
	border-radius: 30px;
	text-transform: none;
	font-size: 14px;
}
.contact-us-forms input[type="submit"]:hover {
	background: var(--secondary-color);
	color: var(--white);
}
.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: var(--black);
	padding: 50px 0;
}
.footer .container {
	max-width: 1200px;
}
.footer .footer-widget-title {
	color: var(--white);
	font-size: 22px;
	margin-bottom: 15px;
	letter-spacing: -.5px;
	font-weight: 800;
	font-family: var(--heading-font);
}
.footer-logo img {
	max-width: 200px;
}
.footer-text {
	color: var(--white);
}

.footer-info {
	display: flex;
	flex-direction: column;
}
.footer-info a {
	color: var(--white);
	margin-bottom: 8px;
}
.footer-info i {
	width: 20px;
	color: var(--primary-color);
}
.footer-info a:hover {
	color: var(--primary-color);
}

.footer-social {
	display: flex;
	flex-direction: column;
}
.footer-social a {
	color: var(--white);
	margin-bottom: 5px;
}
.footer-social i {
	width: 25px;
	height: 25px;
	display: inline-flex;
	justify-content: center;
	background: var(--white-bg);
	align-items: center;
	border-radius: 50%;
	color: var(--black);
}
.footer-social a:hover {
	color: var(--primary-color);
}

.copyright p {
	color: var(--white);
	margin-bottom: 0;
}
.copyright a {
	color: var(--white);
}
.copyright a:hover {
	color: var(--primary-color);
}
.wpcf7 .ajax-loader, .wpcf7-spinner {
	position: absolute;
}

/* Thank you */
.thankyou-area {
	padding: 250px 0 100px;
	min-height: calc(100vh - 381px);
}
.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: 1550px) {
	.main-menu ul li a {
		font-size: 14px;
		padding: 0 7px;
	}
}


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

}

@media (max-width: 1300px) {
	.logo {
		max-width: 160px;
	}
	.sticky-active .logo {
		max-width: 150px;
	}
	.g-badge img {
		max-width: 90px;
	}
	.right-phone .btn {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}

}



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

@media (max-width: 1199.98px) {
	.main-menu ul li a {
		font-size: 12px;
		padding: 0 5px;
	}
	h1 {
		font-size: 30px;
	}
	.process-lists .col-md-6 {
		margin-bottom: 30px;
	}
	h2 {
		font-size: 30px;
	}


}

@media (max-width: 1050px) {
	.main-menu ul li a {
		font-size: 11px;
		padding: 0 3px;
	}
}

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

@media (max-width: 991.98px) {
	.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, 0);
		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: #84c343;
	}
	.right-phone {
		margin-left: 0;
		flex: 1;
		justify-content: flex-end;
		align-items: center;
	}
	.new-menu-open {
		font-size: 26px;
		margin-left: 10px;
		color: #fff;
		line-height: 1;
		cursor: pointer;
	}
	.bg-black {
		background: var(--black);
	}
	.mobile-menu {
		padding: 0 15px;
	}
	.slick-arrow {
		left: -20px;
		z-index: 9;
	}
	.slick-arrow.slick-next {
		left: auto;
		right: -20px;
	}

	h1 {
		font-size: 24px;
	}
	.banner-right-content ul li {
		font-size: 11px;
	}
	.brands-carousel {
		padding-left: 30px;
		padding-right: 30px;
	}
	.f-30 {
		font-size: 20px;
	}
	.about-us-area {
		padding: 50px 0;
	}
	.about-us-content h2 {
		font-size: 24px;
	}
	.contact-us-area {
		padding: 50px 0;
	}

}

@media (max-width: 768px) {

}

@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;
	}
	.menu-with-info {
		flex: inherit;
	}
	.header-menus {
		margin-top: 0;
	}
	.right-phone .btn {
		font-size: 9px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-area {
		background-position: left;
		padding: 40px 0 50px;
	}
	.section-title br {
		display: none;
	}
	.banner-all-text h1 {
		text-align: center;
	}
	.banner-all-text p {
		text-align: center;
	}
	.banner-content ul {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner-btn .btn {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: 700;
	}
	.banner-btn {
		margin-bottom: 20px;
	}
	.banner-right-content {
		justify-content: center;
	}
	.testimonial-area {
		padding: 70px 0 40px;
	}
	h2 {
		font-size: 24px;
	}
	.slick-arrow {
		font-size: 25px;
		width: 40px;
		height: 40px;
	}
	.slick-arrow {
		left: -10px;
	}
	.slick-arrow.slick-next {
		left: auto;
		right: -10px;
	}
	.process-area {
		padding: 40px 0 20px;
	}
	.cta-item {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.cta-text {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.cta-area {
		padding: 40px 0;
	}
	.advice-content {
		padding: 40px 20px;
		text-align: center;
	}
	.about-us-area {
		padding: 50px 0;
		background-position: left;
		text-align: center;
	}
	.contact-us-area {
		background-position: left top;
	}
	.contact-us-area h2 {
		text-align: center;
	}
	.footer {
		text-align: center;
	}
	.footer .col-md-3:not(:last-child) {
		margin-bottom: 20px;
	}
	.banner-brand {
		top: -40px;
		padding: 15px;
		height: 80px;
		width: 90%;
	}	
	.bbrand-item {
		padding: 0 5px;
	}	
	.mbl-bnr-right li {
		color: var(--black) !important;
	}
	
	.right-phone {
		display: none;
	}	
	.mbl-head-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}	
	.mbl-head-btn .btn {
		font-weight: 700;
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.g-badge img {
		max-width: 125px;
	}
	.g-badge {
		flex: 1;
		text-align: right;
	}
	
	.banner-content .banner-all-text ul.bnr-mbl-ul li {
		background: rgba(255, 255, 255, .2);
		border-radius: 30px;
		padding: 6px 15px 6px 32px;
	}	
	.banner-content .banner-all-text ul.bnr-mbl-ul li::before {
		font-size: 20px;
		left: 8px;
		top: 14px;
	}
	.pop-logo img {
		max-width: 145px;
	}
	.mbl-brand-lists .brand-car-item {
		width: calc(100%/3);
		padding: 15px 0;
	}

}


@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;
	}
	.advice-area {
		padding: 0;
	}
	.mbl-phone-btn {
		font-size: 18px !important;
		width: 42px;
		justify-content: center;
	}	
	

}










