/*!
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 
=============================================
***/
.bg-blue {
	background: #0058A2 !important;
}
.txt-blue {
	color: #0058A2 !important;
}

.cl-brand-block__wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 50px;
	justify-content: center;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.cl-brand-block__wrapper {
		row-gap: 30px;
		column-gap: 10px;
	}
}
@media screen and (min-width: 574px) {
	.cl-brand-block__wrapper {
		row-gap: 25px;
	}
}
@media screen and (min-width: 992px) {
	.cl-brand-block__wrapper {
		justify-content: space-evenly;
		row-gap: 30px;
	}
}
.cl-brand-block__single {
	flex: 0 0 calc(50% - 40px);
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.cl-brand-block__single {
		flex: 0 0 calc(33% - 40px);
	}
}
@media screen and (min-width: 992px) {
	.cl-brand-block__single {
		flex: 0 0 calc(20% - 100px);
	}
}
.cl-brand-block__single img {
	width: 100%;
}
.cl-brand-block__single {
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #eee;
	overflow: hidden;
	border-top: 1px solid rgba(172, 121, 89, 0.5);
	border-right: 1px solid rgba(172, 121, 89, 0.5);
	border-bottom: 1px solid rgba(172, 121, 89, 0.5);
	border-left: 1px solid rgba(172, 121, 89, 0.5);
	padding: 0 10px;
}
.mu-partner-img {
	aspect-ratio: 2/2;
	object-fit: contain;
}
.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(172, 121, 89, 0.5),
		rgb(172, 121, 89)
	);
}
.cl-brand-block__single span.bottom {
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(
		90deg,
		rgb(172, 121, 89),
		rgba(172, 121, 89, 0.5),
		transparent 50%
	);
}
.cl-brand-block__single span.right {
	top: 0;
	right: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(
		180deg,
		transparent 30%,
		rgba(172, 121, 89, 0.5),
		rgb(172, 121, 89)
	);
}
.cl-brand-block__single span.left {
	left: 0;
	bottom: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(
		180deg,
		rgb(172, 121, 89),
		rgba(172, 121, 89, 0.5),
		transparent 70%
	);
}
.cl-brand-block__single span.top {
	animation: animateTop 3s ease-in-out infinite;
}
.cl-brand-block__single span.bottom {
	animation: animateBottom 3s ease-in-out infinite;
}
.cl-brand-block__single span.right {
	animation: animateRight 3s ease-in-out infinite;
}
.cl-brand-block__single span.left {
	animation: animateLeft 3s ease-in-out infinite;
}
@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% {
		height: 100%;
		opacity: 0;
	}
}
@keyframes animateLeft {
	0%,
	75% {
		opacity: 0;
		bottom: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: 100%;
	}
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.header-top-section {
	background-color: var(--theme);
}
.header-main {
	padding: 0;
}
.header-main .main-menu ul li {
	margin-inline-end: 25px;
}
.header-main .main-menu ul li .submenu {
	min-width: max-content;
	padding: 20px 20px 20px 0px;
}
.header-button .theme-btn {
	padding: 20px 25px;
}
@media (max-width: 768px){
	.header-main {
		padding: 0;
	}
	.header-logo img {
        width: 100%;
    }
	.offcanvas__info {
		width: 330px;
	}
}
/*** 
=============================================
  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);
}
.hero-2 .hero-content h1 {
	font-size: 60px;
}
.hero-2 .hero-content p {
	width: 85%;
}
.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;
}
.about-wrapper-2 .about-content p {
    color: var(--white);
    margin-bottom: 20px;
}

.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;
}

@media (max-width: 768px){
	.hero-2 .swiper-dot-2 {
		display: none;
	}
	.hero-2 .hero-content h3 {
		font-size: 14px;
	}
	.hero-2 .hero-content h1 {
		font-size: 38px;
	}
	.hero-2 .hero-content p {
		width: 100%;
	}
	.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 
=============================================
***/
.about-wrapper .about-content p {
	max-width: 100%;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service-card-items .service-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.project-items.mu-sngl-pst-gly .project-image {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-details-wrapper .service-details-content .download-file {
	justify-content: center;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-items .project-image {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.project-items .project-image .project-content {
	left: 10px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.contact-info-wrapper-22 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}
.contact-info-wrapper-22 .icon-items {
	gap: 20px;
	align-content: center;
	align-items: center;
}
.contact-wrapper-11 .contact-form-area .form-clt textarea {
	padding-bottom: 16px;
}
@media (max-width: 768px){
	.contact-info-section-22 .container-fluid {
        padding: 0 10px;
    }
	.contact-info-wrapper-22 {
        grid-template-columns: 1fr;
    }
	.contact-info-wrapper-22 .icon-items .icon img {
		width: 40px;
	}
	.contact-info-wrapper-22 .icon-items .content h2 {
        font-size: 20px;
    }
	.contact-info-wrapper-22 .icon-items .content h4 a {
		font-size: 18px;
	}
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-section.section-bg {
	background-color: var(--black);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3, .footer-widgets-wrapper .single-footer-widget .list-items li a i {
	color: var(--theme);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.back-to-top {
	border-radius: 0;
	color: var(--black);
	right: 10px;
	bottom: 20px;
	box-shadow:    0 5px #000000;
}
.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:       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 ========== */
p.mub-text, div.mub-text P {
	margin-bottom: 25px;
}
#mu-area-cover-box {
	padding: 30px 0;
}
#mu-area-cover-box p {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #000;
}
.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: 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: 115px;
	border-radius: 4px;
}
@media (max-width: 768px){
	.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
}