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

/*** 
=============================================
Header Section Css 
=============================================
***/
.header-main .main-menu ul li {
	margin-inline-end: 30px;
}
header#header-sticky {
	background: var(--header);
}
@media (max-width: 768px){
	.header-main {
		padding: 5px 0;
	}
	.header-logo img {
		width: 100px;
	}
}
/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
.page-heading {
	padding: 150px 0;
}
@media (max-width: 768px){
	.page-heading {
		padding: 100px 0;
	}
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.hero-2 .hero-content h3 {
	background-color: var(--header);
}

.contact-info-items .content h2 {
	-webkit-text-fill-color: #000 !important;
	-webkit-text-stroke: #000 !important;
}

.work-process-section.section-bg {
	background-color: var(--black);
}

.work-process-wrapper .work-process-items .content {
	margin: 25px 10px;
}

.project-items .project-image {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.testimonails-box2 {
	border: #ccc 1px solid;
	padding-bottom: 30px;
	padding: 14px 40px 30px 20px;
	display: flex;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.testimonails-box2 h5 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
}
.testimonails-box2 p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333;
}
/* Brand Block */
.cl-brand-block__wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 50px;
	justify-content: center;
	color: #fff;
	text-align: center;
}

@media (min-width: 480px) {
	.cl-brand-block__wrapper {
		row-gap: 30px;
		column-gap: 10px;
	}
}

@media (min-width: 574px) {
	.cl-brand-block__wrapper {
		row-gap: 25px;
	}
}

@media (min-width: 992px) {
	.cl-brand-block__wrapper {
		justify-content: space-evenly;
		row-gap: 30px;
	}
}

/* Brand Item */
.cl-brand-block__single {
	flex: 0 0 calc(50% - 30px);
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #eee;
	overflow: hidden;
	border: 1px solid rgba(188, 170, 170, 0.5);
	padding: 0 10px;
}

@media (min-width: 768px) {
	.cl-brand-block__single {
		flex: 0 0 calc(33% - 40px);
	}
}

@media (min-width: 992px) {
	.cl-brand-block__single {
		flex: 0 0 calc(28% - 100px);
	}
}

.cl-brand-block__single img {
	width: 100%;
}

.mu-partner-img {
	aspect-ratio: 4/2;
	object-fit: contain;
}

/* Animated Borders */
.cl-brand-block__single span {
	position: absolute;
	border-radius: 100vmax;
}

.cl-brand-block__single span.top {
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: linear-gradient(90deg, transparent 50%, rgba(188,170,170,.5), rgb(188,170,170));
	animation: animateTop 3s ease-in-out infinite;
}

.cl-brand-block__single span.bottom {
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(90deg, rgb(188,170,170), rgba(188,170,170,.5), transparent 50%);
	animation: animateBottom 3s ease-in-out infinite;
}

.cl-brand-block__single span.right {
	top: 0;
	right: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(188,170,170,.5), rgb(188,170,170));
	animation: animateRight 3s ease-in-out infinite;
}

.cl-brand-block__single span.left {
	left: 0;
	bottom: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(180deg, rgb(188,170,170), rgba(188,170,170,.5), transparent 70%);
	animation: animateLeft 3s ease-in-out infinite;
}

/* Animations */
@keyframes animateTop {
	25% { width: 100%; opacity: 1; }
	30%,100% { opacity: 0; }
}

@keyframes animateBottom {
	0%,50% { opacity: 0; width: 0; }
	75% { opacity: 1; width: 100%; }
	76%,100% { opacity: 0; }
}

@keyframes animateRight {
	0%,25% { opacity: 0; height: 0; }
	50% { opacity: 1; height: 100%; }
	55%,100% { opacity: 0; height: 100%; }
}

@keyframes animateLeft {
	0%,75% { opacity: 0; height: 0; }
	100% { opacity: 1; height: 100%; }
}

/* Mobile */
@media (max-width: 768px) {
	.hero-2 .swiper-dot-2 {
		display: none;
	}

	.hero-2 .hero-content h3 {
		font-size: 14px;
	}

	.hero-2 .hero-content .hero-button {
		display: none;
	}
	.testimonails-box2 {
		width: 100% !important;
		margin-left: 0% !important;
		padding: 14px 05px 30px 10px;
	}
}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.service-box-items img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
Gallery Page Css 
=============================================
***/
.project-items .project-image .project-content {
	left: 10px;
}
@media (max-width: 768px){
}
/*** 
=============================================
Contact Page Css 
=============================================
***/
.contact-wrapper-11 .contact-form-area .form-clt textarea {
	padding-bottom: 16px;
}
@media (max-width: 768px){
}
/*** 
=============================================
Privacy Page Css 
=============================================
***/
.entry-footer{
	display: none;
}
}
@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
.footer-section.section-bg {
	background-color: var(--black);
}
@media (max-width: 768px){
}
/*** 
=============================================
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);
	border-radius: 0;
	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;
	}
}