/*!
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 
=============================================
***/
:root {
	--primary-color: #093b52;
	--secondary-color: #ed651f;
	--optional-color: #dddad3;
}
.default-btn {
	padding: 20px 30px;
}
.bg-color-eee {
	background-color: #eee;
}
.call-now .default-btn::before, .call-now .default-btn::after {
	border: 1px solid #fff;
}
/*** 
=============================================
Header Section Css 
=============================================
***/
.top-header .header-left-content.mu-left-content li {
	margin-right: 25px;
}
.top-header.top-header-style-two .header-left-content.mu-left-content li a {
	color: #fff;
}
.top-header .header-left-content.mu-left-content li a i, .top-header .header-left-content li a i {
	top: 0;
	color: var(--secondary-color);
}
.desktop-nav .navbar .others-options ul li {
	margin-right: 0;
	padding-right: 10px;
	border-right: none;
}
.desktop-nav .navbar .others-options ul li .burger-menu {
	width: 55px;
	height: 55px;
	line-height: 51px;
}
@media (max-width: 768px){
}
/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
	.top-header{
		padding-bottom:0px;
		padding-top:0px;
	}
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.banner-area {
	background-image: none;
}
.others-options ul li i{
	color: white;
}
.single-testimonials.style-two {
	background-color: var(--primary-color);
}
.single-testimonials.style-two p {
	color: #fff;
}
.testimonials-area .owl-carousel .owl-item img {
	border: 1px solid #fff;
}
.single-testimonials.style-two .testimonials-img h3 {
	color: var(--secondary-color);
	width: 65%;
}
@media (max-width: 768px){
	.navbar-area {
		background-color: #ffffff;
	}
	.mobile-responsive-nav .mean-container a.meanmenu-reveal span {
		background: var(--secondary-color);
	}
	.about-img-3{
		padding-top: 5rem;
	}
	.calling-area h2 {
		font-size: 25px;
	}
}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.professional-services img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.professional-services.white-bg .professional-services-content {
	background-color: var(--primary-color);
}
.professional-services.white-bg .professional-services-content h3 a, .professional-services.white-bg .professional-services-content .read-more {
	color: var(--secondary-color);
}
.professional-services.white-bg .professional-services-content p, .professional-services.title-color:hover .professional-services-content h3 a, .professional-services.title-color:hover .professional-services-content .read-more {
	color: #fff;
}
@media (max-width: 768px){
}
/*** 
=============================================
Gallery Page Css 
=============================================
***/
.project-item img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.project-area{
	padding: 100px 5rem 70px 5rem;
}
@media (max-width: 768px){
	.project-item img{
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.project-area{
		padding: 100px 1rem 70px 1rem;
	}	
}
/*** 
=============================================
Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Floating button Area Css 
=============================================
***/
.mu-single-call-box {
	max-width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 25px;
}
.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(--primary-color);
	border-radius: 10px;
	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;
	}
}