/*!
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: var(--accent-color);
	color: var(--accent-color);
	border: 2px solid var(--accent-color);
}
.section-title h2 {
	color: var(--primary-color);
}
/*** 
=============================================
Header Section Css 
=============================================
***/
header.main-header {
	background: var(--primary-color);
}
.navbar {
	padding: 5px 0;
}
.main-menu ul li a {
	color: var(--white-color);
	font-weight: 600;
	&:hover {
		color: var(--accent-color);
	}
}
@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/banner.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;
	background-attachment: unset !important;
	margin-top: 0px;
}
.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: 17px;
}
.mu-home-call-1 i {
	font-size: 48px;
	color: var(--accent-color);
}
.mu-home-call-2 i {
	font-size: 48px;
	color: var(--primary-color);
}
.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%;
}
.h-full.w-full{
	height: 1000px;
}
a.btn-default.mu-btn{
	background: rgb(39 222 191);
	color: #000000;
}
.kw-gallery.testimonial-company-slider img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
#gallery .swiper-slide {
  /* Only affects this section */
  padding: 10px;
}
@media (max-width: 768px){
	.hero {
		padding: 90px 0;
	}
	.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;
	}
	.h-full.w-full{
		height: 1200px;
	}
	.testimonial-company-slider .company-logo img{
		height: 80px;
	}
	i.fa-brands.fa-square-whatsapp {
		font-size: 48px;
    color: green;
	}
}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.service-item {
	height: calc(100% - 65px);
}
.service-item-header {
	padding: 30px 25px 65px;
	background: var(--accent-color);
}
.service-item-header::before {
	background: var(--primary-color);
}
.service-item-content h3 {
	color: var(--primary-color);
}
.service-item-content p {
	color: var(--primary-color);
}
.service-item .service-item-header .icon-box img {
	filter: brightness(0) invert(0);
}
.service-entry ul li{
	width:100%;
}
.service-entry h2 {
	margin-top:30px;
}
@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(--primary-color);
}
.footer-header {
	background-color: var(--bs-body-bg);
}
.footer-contact-content h3, .footer-contact-content p {
	color: var(--primary-color);
}
.footer-contact-content {
	width: 100%;
}

@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 {
	border-radius: 10px;
	box-shadow:    0 5px #000000;
	padding:       15px 15px;
	font:          normal bold 20px/1 "Open Sans", sans-serif;
	text-align:    center;
}
.floating-btn{
	background:    var(--primary-color);
	color:         #ffffff;
}
.floating-btn-2 {
	background:    rgb(39 222 191);
	color:         #000000;
}
/*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;
		border: 1px solid var(--primary-color);
	}
	.floating-btn{
		left: 05px;
	}
	.floating-btn-2{
		right: 05px;
	}
	.floating-btn a{
		color: white !important;
		font-size: 20px;
	}
	.floating-btn-2 a{
			color: black !important;
		font-size: 20px;
	}
}

/* ========== Area Cover ========== */
#mu-area-cover-box {
	padding: 60px 0 100px;
}
#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 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(--black-color);
	text-transform: capitalize;
}
.mu-area-cover-btn-box {
	text-align: center;
	margin-top: 10px;
}
button#mu-area-cover-btn {
	background: #000;
    border: transparent;
    color: #fff;
    width: 135px;
    border-radius: 4px;
    height: 50px;
}
.mu-Single-text h3{
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
}