/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/*** 
=============================================
  Color Css 
=============================================
***/

:root {
	--theme-Color-primary: #D70007;
	--theme-Color-secondary: #00000F;
	--theme-Color-Black: #000000;
	--theme-Color-white: #ffffff;
}
.main-header-three__contact, .main-footer-three__button {
	background: var(--theme-Color-primary);
	color: var(--theme-Color-white);
	
	&:hover, &:hover {
		border: 1px solid var(--theme-Color-primary);
		color: var(--theme-Color-white);
	}
	&:hover:after, &:hover:after {
		background: var(--theme-Color-secondary);
	}
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.main-header__logo {
	padding: 20px 0 20px 0;
}
.main-header .main-header__nav {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px){
	.main-header__logo {
		padding: 8px;
	}
	.main-header-three__contact, .main-footer-three__button {
		display: none;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.main-slider-one__bg {
	background-position: center;
}
.mu-banner-sld .main-slider-four__bg {
	mask: 0;
}
.mu-banner-sld .main-slider-four__bg {
	background-size: contain;
}
.mu-banner-sld .main-slider-four__bg::after {
	background-image: linear-gradient(180deg, rgba(0, 0, 15, 0) 25%, rgba(0, 0, 15, 0) 49%, rgba(0, 0, 15, 0) 100%);
}
.about-four__content__number a {
  font-size: 20px;
}
.funfact-one .funfact-one__item {
	background: var(--theme-Color-primary);
	
	&:hover {
		background: var(--theme-Color-secondary);
	}
}
.funfact-one .funfact-one__item .funfact-one__icon i {
	background: var(--theme-Color-secondary);
}
.funfact-one .funfact-one__item:hover .funfact-one__icon i {
	background: var(--theme-Color-primary);
}
.funfact-one__count, .funfact-one__text, .funfact-one .funfact-one__count {
	color: var(--theme-Color-white);
}
.product-one__filter li {
	padding: 10px 15px;
}
.cta-one__image {
	right: 20px;
}
.product-one__filter li:hover, .product-one__filter li.active {
  background-color: var(--theme-Color-primary);
  color: var(--theme-Color-white);
}
.cta-one {
  margin-bottom: -50px;
}
.cta-one__wrapper__bg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.pricing-one {
  background-color: #000;
}
.pricing-one__bg {
  opacity: 0.5;
}
.pricing-one__card {
	border: 1px solid var(--theme-Color-primary);
	height: 100%;
}
.pricing-one__card__list li i {
  opacity: 100%;
}
.mu-price-table-h tr td {
  text-align: end;
}
.pricing-one__card:hover p, .pricing-one__card:hover .mu-price-table-h tbody tr th, .pricing-one__card:hover .mu-price-table-h tbody tr td {
	color: var(--theme-Color-white);
}
.mu-price-table-h tbody {
  --bs-table-bg: transparent !important;
}
.feature-four__content__text, .feature-four__content .ripcar-btn {
	margin: 13px 0;
}
.client-carousel__one img {
  height: 80px;
  object-fit: contain;
}
.client-carousel__one {
  margin-bottom: -50px;
}
.wn-home-faq-box {
    padding: 20px;
    box-shadow: 0 0 12px 0px #00000033;
	-webkit-box-shadow: 0 0 12px 0px #00000033;
	-moz-box-shadow: 0 0 12px 0px #00000033;
    border: 1px solid #d7000780;
}
.wn-home-contact-box {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 30px;
}
@media (max-width: 768px){
	.main-slider-one__item {
        padding-top: 35px;
    }
	.main-slider-one__title {
		font-size: 30px;
	}
	.main-slider-one__thumb img {
        display: none !important;
    }
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service-two__item {
    padding: 0;
}

.mu-ppf-pg .service-two__item .service-two__item__title {
	font-size: 22px;
}

/* tinting services css */
.faq-one__image.mu-tinting-faq img:nth-child(2) {
  left: 240px;
  top: 300px;
}
/* ceramic coating css */
.wn-ceramic-card-box {
    text-align: center;
    padding: 25px 20px 5px 20px;
    box-shadow: 0 0 12px 0px #00000033;
    -webkit-box-shadow: 0 0 12px 0px #00000033;
    -moz-box-shadow: 0 0 12px 0px #00000033;
    border: 1px solid #d7000780;
    height: 100%;
}
.wn-ceramic-card-box h4 {
    font-size: 20px;
}
.wn-ceramic-card-box p {
    font-size: 15px;
    line-height: 1.4em;
}
@media (max-width: 768px){
	.mu-services-tabs .service-two__wrap {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.mu-services-tabs .service-two__tab__title {
		flex-wrap: nowrap;
		width: max-content;
		gap: 10px;
	}
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.gallery-page__card img {
  height: 315px;
  object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.google-map iframe {
	mix-blend-mode: normal;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
@media (max-width: 768px){
	.footer-menu-three .footer-menu-three__list > li + li {
        margin-left: 10px;
    }
	.main-footer-three__right {
		flex-direction: column;
		gap: 10px;
	}
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 0 50px;
}
.mu-single-call-box .mu-btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.1s;
  margin: 0 auto;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
  background:    var(--theme-Color-primary);
  border-radius: 1000px;
  box-shadow:    0 5px #000000;
  padding:       20px 15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.mu-single-call-box {
		display: none;
	}
	.floating-btn, .floating-btn-2 {
	  position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.floating-btn{
		left: 10px;
	}
	.floating-btn-2{
		right: 70px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}

/* ========== Area Cover ========== */
#wn-area-cover-box {
    padding: 30px 0;
}
#wn-area-cover-box h1 {
    text-align: center;
    font-size: 30px;
	margin-bottom: 20px;
}
.wn-area-cover-grid {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
	margin-bottom: 10px;
}
.wn-area-cover-grid a {
    line-height: 1.2em;
	font-size: 15px;
    font-weight: 500;
	color: #00000F;
}
.wn-area-cover-grid a:hover {
	color: #d70007;
}
.wn-area-cover-btn-box {
	width: 100%;
    text-align: center;
    margin-top: 10px;
}
button#wn-area-cover-btn {
    background: #d70007;
    border: 1px solid #d70007;
    color: #fff;
    width: 115px;
    border-radius: 4px;
}
/* max-1024 */
@media screen and (max-width: 1024px) {
	.wn-area-cover-grid {
		grid-template-columns: 1fr 1fr;
		padding: 0 10px;
	}
}
/* max-480 */
@media screen and (max-width: 480px) {
	.wn-area-cover-grid {
		grid-template-columns: 1fr;
	}
}