/*!
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 {
	--themeColorPrimary: #dc7424;
	--themeColorSecondary: #ffffff;
	--themeColorOptional: #000;
}
.constre-btn a, .call-btn a {
	border: 1px solid var(--themeColorSecondary);
}
.consen-section-title h4::before, .slider-content h3::before {
	background: url(assets/mu-images/shapes/sectionw.png) no-repeat;
}
.style-two.consen-section-title h4::before {
	background: url(assets/mu-images/shapes/sectionb.png) no-repeat;
}
/*** 
=============================================
  Header Section Css 
=============================================
***/

.mean-container .mean-bar {
    background: #ffffff;
}
.mean-container a.meanmenu-reveal span {
    background: #000000;
}
.consen_menu>ul>li>a {
    color: #ffffff;
}
.consen_nav_manu {
    background: #000000;
}
.consen_nav_manu:before{
	background-color: #fff;
}
.consen_nav_manu::before {
  width: 30%;
}
.sticky {
	background: var(--themeColorOptional) !important;
}
.consen_menu > ul > li > a {
	font-size: 20px !important;
}
@media (max-width: 768px){
	.mean-container .mean-bar {
    min-height: 90px;
}
	.mean-container .mean-bar::before
 {
       content: "";
        position: absolute;
        top: 2px;
        left: 10px;
        width: 215px;
        height: 88px;
        background-image: url(assets/aw-images/aw-jnplastering-.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.breadcumb-section {
  background: url(assets/mu-images/breadcrumb/mu-breadcrumb.jpg) no-repeat center/cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.testimonial-desc {
    color: #fff;
}
p.aw-white {
    color: #fff;
}
.slider-area {
	height: 900px;
}
.mu-slider-1 {
	background: url(assets/mu-images/home-page/mu-banner-1.jpg) center no-repeat;
	background-size: cover;
}
.mu-slider-2 {
	background: url(assets/mu-images/home-page/mu-banner-2.jpg) center no-repeat;
	background-size: cover;
}
.mu-slider-3 {
	background: url(assets/mu-images/home-page/mu-banner-3.jpg) center no-repeat;
	background-size: cover;
}
.service-section {
	background: var(--themeColorOptional);
}
.choose-us-section {
	background: var(--themeColorPrimary);
}
.form-contact-box {
	border: 1px solid var(--themeColorOptional);
}
.form-contact-box::before {
	background-color: #0d0d0d;
}
.mu-contact-choose.choose-list ul li {
	color: var(--themeColorSecondary);
}
.testi-single-box {
	background: var(--themeColorPrimary);
}
ul.testi-rating::before {
  background: var(--themeColorOptional);
}
.testi-title h3, .people-title h4 {
  color: var(--themeColorSecondary);
}
.quote-icon i {
  color: var(--themeColorOptional);
  opacity: 1;
}
.brand-area {
  padding: 25px 0;
}
@media (max-width: 768px){
	.slider-area {
        height: 400px;
    }
	.hero-btn {
		display: none !important;
	}
	.choose-shape img {
		width: 100%;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
.counter-section.style-two {
  background: var(--themeColorOptional);
  padding: 50px 0;
}
.counter-single-item::before {
  border-bottom: 15px solid var(--themeColorPrimary);
  border-left: 15px solid var(--themeColorPrimary);
  border-top: 15px solid var(--themeColorPrimary);
  border-right: 15px solid var(--themeColorPrimary);
}
.counter-single-item::after {
  background: url(assets/mu-images/shapes/feature_shape.png) no-repeat center;
}
@media (max-width: 768px){
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/

.services-area {
    padding: 103px 0 90px;
}
.services-single-box {
    margin-bottom: 30px;
    transition: .5s;
}
.services-content {
    position: relative;
    z-index: 1;
    background: #F2F3F5;
    border-radius: 0 0 5px 5px;
    padding: 34px 33px 27px;
    border-bottom: 1px solid var(--themeColorPrimary);
}
.services-icon {
    position: absolute;
    top: -38px;
    right: 0;
}
.services-thumb {
    overflow: hidden;
}
.services-thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
	height: 390px;
}
h3.services-title {
    margin: 0;
    font-size: 26px;
    color: #0a1027;
    font-weight: 700;
    font-family: "Yantramanav";
    transition: .5s;
}
p.services-descri {
    font-size: 16px;
    line-height: 28px;
    color: #565969;
    font-weight: 300;
    font-family: "Archivo";
    margin: 0;
    padding: 13px 0 14px;
}
.services-btn a {
    display: inline-block;
    font-size: 17px;
    color: var(--themeColorPrimary);
    font-weight: 500;
    font-family: "Yantramanav";
}
.services-btn a i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.services-single-box:hover {
    margin-top: -10px;
}
.services-single-box:hover h3.services-title {
    color: var(--themeColorOptional);
}
.services-single-box:hover .services-thumb img {
    transform: scale(1.1);
    border-radius: 5px;
}
.widget-categories-menu ul li::after {
	background: var(--themeColorPrimary);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.single-project-box::before {
	border: 2px solid var(--themeColorPrimary);
}

@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.single-call-do-box {
  background: var(--themeColorPrimary);
}
.single-call-do-icon i {
  border: 2px solid var(--themeColorSecondary);
}
h3.call-do-title, .call-do-text p {
  color: var(--themeColorSecondary);
}
.contact_from_box {
  background: var(--themeColorPrimary);
  border-top: 5px solid var(--themeColorOptional);
}
.form_box input {
	color: #000;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.call-content h1
 {
    font-size: 40px;
}
.footer-logo {
    padding: 15px 5px 15px;
    background: #ffffff;
}
.prgoress_indicator {
    right: 17px;
    bottom: 27px;
}
.call-to-action {
	background: var(--themeColorOptional);
}
.footer-section {
	background: var(--themeColorPrimary);
}
.footer-contact-info {
  background: var(--themeColorOptional);
}
.footer-logo {
    padding: 15px 5px 15px;
    background: #ffffff;
}
h4.widget-title::before {
	background: var(--themeColorSecondary);
}
ul.footer-menu li a:hover {
	color: var(--themeColorOptional);
}
.footer-widget-social-icon ul li a {
	background: var(--themeColorOptional);
	border: 1px solid var(--themeColorSecondary);
	&:hover {
		background: var(--themeColorPrimary);
	}
}
.footer-bottom-section {
	background: var(--themeColorOptional);
	border-top: 5px solid var(--themeColorPrimary);
}
.footer-bottom-content-copy p {
	margin: 10px 0;
}
@media (max-width: 768px){
	.footer-logo {
		padding: 15px 50px 15px;
	}
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
  max-width: 100%;
  display: flex !important;
  justify-content: space-between;
  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(--themeColorPrimary);
  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 ========== */
#mu-area-cover-box {
    padding: 30px 0;
}
#mu-area-cover-box p {
    text-align: center;
    font-size: 30px;
	margin-bottom: 20px;
}
.mu-area-cover-grid {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
  margin-bottom: 10px;
}
.mu-area-cover-grid a {
    line-height: 1.2em;
  font-size: 15px;
    font-weight: 500;
}
.mu-area-cover-btn-box {
    text-align: center;
    margin-top: 10px;
}
button#mu-area-cover-btn {
	background: transparent;
	border: transparent;
    color: #000;
    width: auto;
    border-radius: 4px;
}
@media (max-width: 768px){
  .mu-area-cover-grid {
    grid-template-columns: 1fr;
  }
}