/*!
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 {
	--themeColorPrimary:	#296259;
	--themeColorSecondry:	#000000;
	--themeColorOptional:	#b9ccca;
	--themeColorlightblue:	#0a1c3c;
	--themeColorWhite:		#ffffff;
	--themeColorBlack:		#000000;
}

.bg-primary{
	background: var(--themeColorPrimary) !important;
}
.bg-secondry {
	background: var(--themeColorSecondry) !important;
}
.bg-optional{
	background: var(--themeColorOptional) !important;
}
.bg-lightblue{
	background: var(--themeColorlightblue) !important;
}
.bg-white{
	background: var(--themeColorWhite) !important;
}
.bg-black{
	background: var(--themeColorBlack) !important;
}

.clr-primary{
	color: var(--themeColorPrimary) !important;
}
.clr-secondry {
	color: var(--themeColorSecondry) !important;
}
.clr-optional{
	color: var(--themeColorOptional) !important;
}
.clr-lightblue{
	color: var(--themeColorlightblue) !important;
}
.clr-white{
	color: var(--themeColorWhite) !important;
}
.clr-black{
	color: var(--themeColorBlack) !important;
}
.theme-btn-two,.nav-outer .mobile-nav-toggler .inner {
	background-image: -webkit-linear-gradient( 0deg, var(--themeColorPrimary) 40%, var(--themeColorSecondry) 80%);
}
.theme-btn-two:hover {
    background-image: -webkit-linear-gradient(0deg, var(--themeColorSecondry) 30%, var(--themeColorPrimary) 70%);
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
	background: var(--themeColorOptional);
}
.bg-gradiant {
	background-image: -webkit-linear-gradient( 0deg, var(--themeColorPrimary) 40%, var(--themeColorSecondry) 100%) !important;
}
.bg-gradiant-reverse {
	background-image: -webkit-linear-gradient( 0deg, var(--themeColorSecondry) 40%, var(--themeColorPrimary) 100%) !important;
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.main-header .option-box, .header-style-19 .sticky-header .option-box {
	margin-top: 0;
}
@media (max-width: 768px){
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.banner-style-three::before {
	background: #000;
	opacity: 0.5;
}
.banner-style-three .item {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover !important;
}
.list-style-one.mu-white-icon li::before {
	color: #fff;
}
.footer-bottom .outer-box:before{
	width: 100%;
}
.image_block_two .image-box{
	padding-right: 0px;
}
.mu-checkatrade-logo {
	width: 100%;
	height: 130px;
	margin: 20px 0;
	padding: 0 100px;
}
@media (max-width: 768px){
	.banner-area {
		padding: 0;
	}
	.banner-style-three .item {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.banner-style-three .banner-left-content h3 {
		font-size: 20px;
	}
	.banner-style-three .banner-left-content h2 {
		font-size: 35px;
		line-height: normal;
	}
	.mu-checkatrade-logo {
		padding: 0 10px;
		height: 100px;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.single-service-style1 .img-holder img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}
.single-project-style2 .overlay-content .box .zoom-button li a{
	line-height: 45px;
}
.single-project-style2 .overlay-content .box .zoom-button img{
	height: 50px;
}
.single-service-style1 .text-holder{
	background-image: -webkit-linear-gradient( 0deg, var(--themeColorPrimary) 40%, var(--themeColorSecondry) 100%)
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.single-project-style2 .img-holder img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.contact-style-four {
	padding-top: 120px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-top-contact-box ul, .single-footer-widget .our-company-info {
	max-width: 1000px;
}
.single-footer-widget .footer-widget-link1 ul li a {
	color: var(--themeColorWhite);
}
.footer-widget-shape1 {
	right: 0;
}
@media (max-width: 768px){
	.footer-top-contact-box ul {
		max-width: 300px;
	}
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
	max-width: 100%;
	display: flex;
	justify-content: center;
	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-image: -webkit-linear-gradient( 0deg, var(--themeColorPrimary) 40%, var(--themeColorSecondry) 100%);
	border-radius: 5px;
	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){
	.scroll-to-top {
		right: -30px;
		bottom: 70px;
	}
	.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;
	}
}