/*!
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 
=============================================
***/
.txt-blue {
	color: #0058A2 !important;
}
.header-button .theme-btn {
	padding: 20px 25px;
}
.bg-gradiant{
	background: #024CA5;
	background: linear-gradient(145deg, rgba(2, 76, 165, 1) 40%, rgba(0, 0, 0, 1) 55%);
}
.about-wrapper-2 .about-image::before {
	border: 10px solid #fff;
}
.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% - 30px);
	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(28% - 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(2, 76, 165, 0.5);
	border-right: 1px solid rgba(2, 76, 165, 0.5);
	border-bottom: 1px solid rgba(2, 76, 165, 0.5);
	border-left: 1px solid rgba(2, 76, 165, 0.5);
	padding: 0 10px;
}
.mu-partner-img {
	aspect-ratio: 4/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(2, 76, 165, 0.5),
		rgb(2, 76, 165)
	);
}
.cl-brand-block__single span.bottom {
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(
		90deg,
		rgb(2, 76, 165),
		rgba(2, 76, 165, 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(2, 76, 165, 0.5),
		rgb(2, 76, 165)
	);
}
.cl-brand-block__single span.left {
	left: 0;
	bottom: 0;
	width: 5px;
	height: 0;
	background: linear-gradient(
		180deg,
		rgb(2, 76, 165),
		rgba(2, 76, 165, 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: #024CA5;
	background: linear-gradient(145deg, rgba(2, 76, 165, 1) 40%, rgba(0, 0, 0, 1) 55%);
}
.header-main .main-menu ul li {
	margin-inline-end: 30px;
}
@media (max-width: 768px){
	.header-main {
		padding: 5px 0;
	}
	.header-logo img {
		width: 100%;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.page-heading {
	padding: 150px 0;
}
@media (max-width: 768px){
	.page-heading {
		padding: 100px 0;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.hero-2 .hero-content h1 {
	font-size: 55px;
}
.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;
}
.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 h1 {
		font-size: 40px;
	}
	.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%;
	object-fit: cover;
	height: 350px;
	margin-bottom: 25px;
}
.mu-client-service p{
	padding-top: 10px;
	padding-bottom: 10px;
}
@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-wrapper-11 .contact-form-area .form-clt textarea {
  padding-bottom: 16px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-widgets-wrapper .single-footer-widget .list-items li a {
	color: var(--white);
	&:hover {
		color: #4891de;
	}
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
	color: var(--white);
	background: var(--theme);
	padding: 10px;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	line-height: normal;
	&:hover {
		background: var(--white);
		color: var(--theme);
	}
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.back-to-top {
	border-radius: 0;
	right: 10px;
	bottom: 20px;
	box-shadow: 0 5px #000000;
	border: 1px solid #000;
}
.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 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;
	}
}