/*!
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 
=============================================
***/

#mu-home-form-btn.btn-default:hover {
	background: transparent;
	color: var(--accent-color);
	border: 2px solid var(--accent-color);
}
.section-title h2 {
	color: var(--accent-color);
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.navbar {
	padding: 10px 0;
}
@media (max-width: 768px){
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
}
.page-header-box h1 {
  font-size: 40px;
}
@media (max-width: 768px){
	.page-header-box h1 {
		font-size: 30px;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.hero, .page-header {
	background: url(assets/mu-images/home-page/mu-banner-1.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;
	margin-top: -120px;
}
.section-title h1 {
	font-size: 60px;
}
h1.text-anime-style-3 div.split-line {
	display: inline-block !important;
	margin-right: 15px;
}
.section-title h3::before {
	background: url('assets/mu-images/shape/icon-sub-heading.png');
	width: 20px;
	height: 22px;
}
.mu-home-whatsapp i {
    font-size: 48px;
    color: #075e54;
}
.scroll-down-arrow i {
	font-size: 62px;
	border: 0px;
	border-radius: 50%;
}
.company-timing {
	max-width: 300px;
}
.company-timing ul li span {
	width: 65%;
}
.contact-info-list {
	right: 150px;
	left: 10px;
	justify-content: space-between;
	gap: 40px 0;
}
.contact-us-image figure::before {
    top: 80px;
    height: 87%;
}
@media (max-width: 768px){
	.hero {
		padding: 150px 0 100px;
	}
	.section-title h1 {
		font-size: 30px;
	}
	.section-title h3 {
		font-weight: normal;
		line-height: normal;
		letter-spacing: normal;
	}
	.client-slider-boxes {
		justify-content: normal;
		gap: 0;
	}
	.scroll-down-circle-box {
        width: calc(40% - 13.33px);
        margin-top: -30px;
    }
	.scroll-circle-text figure img {
        max-width: 100px;
    }
	.scroll-down-arrow i {
		font-size: 40px;
	}
	.company-timing {
        max-width: 210px;
    }
	.contact-info-list {
		right: 20px;
		left: 20px;
		gap: 20px;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service-item {
	height: calc(100% - 65px);
}
.service-item-header {
	padding: 30px 30px 65px;
	background: var(--accent-color);
}
.service-item .service-item-header .icon-box img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px){
	.page-service-single .row.mu-reverse-row {
		flex-direction: column-reverse;
	}
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.main-footer, .footer-contact-item::before {
	background: var(--accent-color);
}
.footer-header {
  background-color: var(--bs-body-bg);
}
.footer-contact-content h3, .footer-contact-content p {
	color: var(--accent-color);
}
.footer-contact-content {
  width: 100%;
}
.footer-links ul li a:hover {
  color: var(--bs-black);
}
@media (max-width: 768px){
	.footer-contact-box {
		justify-content: flex-start;
	}
	.footer-contact-item::before {
		width: 0;
	}
}
/*** 
=============================================
  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(--accent-color);
	border-radius: 1000px;
	box-shadow:    0 5px #000000;
	padding:       15px 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: 60px 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: 14px;
	font-weight: 500;
	color: var(--accent-color);
	text-transform: capitalize;
}
.mu-area-cover-btn-box {
	text-align: center;
	margin-top: 10px;
}
button#mu-area-cover-btn {
	background: transparent;
	border: transparent;
	color: #000;
	width: 115px;
	border-radius: 4px;
}
@media (max-width: 768px){
	.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
}