/*!
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 
=============================================
***/
.testi-box {
  border: 1px solid var(--theme-color);
  background-color: var(--black-color);
}
.sub-title2.bg-3 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.mu-bg-white {
  background: var(--white-color);
}
.header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-layout5 .header-info .icon-btn {
  background-color: transparent;
  border-color: var(--theme-color2);
}
.header-info .icon-btn:hover {
  color: var(--theme-color2);
}
.header-info_label, .header-layout5 .header-info_link {
  color: var(--black-color);
}
.header-layout5 .header-info_link:hover {
	color: var(--theme-color);
}
.mu-bg-nav {
  background-color: var(--theme-color);
}
.header-layout5 .sticky .mu-bg-nav {
  background-color: var(--white-color);
}
.col-auto.mu-col-none {
  display: none;
}
.themeholy-btn.style4:hover::before, .themeholy-btn.style4:hover::after {
  background-color: var(--theme-color);
  border: 4px solid var(--theme-color2);
}
.sticky div.col-auto.mu-col-none {
  display: block;
}
.sticky .container.mu-container-width {
  max-width: 1720px;
}
.header-layout5 .main-menu > ul > li > a {
  color: var(--black-color);
}
.header-layout5 .main-menu > ul > li > a:hover {
  color: var(--white-color);
}
.header-layout5 .sticky .main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.header-button .themeholy-btn, .mu-header-button .themeholy-btn {
    font-size: 20px;
    padding: 20px;
    background-color: var(--black-color);
}
.sticky .header-button .themeholy-btn, .sticky .mu-header-button .themeholy-btn {
  font-size: 20px;
  padding: 21px 30px;
  background-color: var(--theme-color);
}
.header-button .themeholy-btn::before, .header-button .themeholy-btn::after, .mu-header-button .themeholy-btn::before, .mu-header-button .themeholy-btn::after{
	background-color: var(--theme-color);
}
.sticky .header-button .themeholy-btn::before, .sticky .header-button .themeholy-btn::after, .sticky .mu-header-button .themeholy-btn::before, .sticky .mu-header-button .themeholy-btn::after {
	background-color: var(--black-color);
}
.sticky .header-button .themeholy-btn:hover {
	color: var(--white-color);
	border: 2px solid var(--black-color);
}
.header-button .themeholy-btn:hover {
	color: var(--black-color);
	border: 2px solid var(--black-color);
}
.header-layout1 .logo-bg {
	width: 28%;
}
.header-layout1 .header-top::before {
	width: 31.4%;
}
@media (max-width: 768px){
	img.mu-logo-h {
		width: 250px;
		height: 100px;
	}
	.sticky div.col-auto.mu-col-none {
		display: none;
	}
	.header-layout1 .header-logo img {
		max-width: 100%;
	}
	.logo-bg.mu-mobile {
		display: none;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.hero-style4 .hero-title:last-of-type {
	color: var(--white-color);
	font-weight: 600;
}
.hero-4 .social-links {
  background-color: rgba(211, 19, 37, 0.1);
  border: 1px solid rgba(211, 19, 37, 0.4);
}
.brand-box {
  padding: 25px 0;
  filter: grayscale(0);
}
@media (max-width: 768px){
	.background-image, [data-bg-src] {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
	}
	.btn-group.slideinup {
		display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
  .img-box1 .year-counter {
    display: none;
  }
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service-block {
  background-color: var(--theme-color);
  box-shadow: 0px 3px 15px rgba(175, 175, 175, 0.73);
}
.service-block::before {
  background-color: var(--black-color);
}
.service-block .themeholy-btn {
  background-color: var(--black-color);
}
.service-block .service-block_text {
  color: var(--white-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-box .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-box .project-content {
  padding: 60px 30px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.map-sec iframe {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.copyright-wrap {
  padding: 10px 0;
  background-color: var(--theme-color);
}
.copyright-text {
  color: #fff;
}
.copyright-text a {
  color: var(--black-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
  max-width: 100%;
  height: 150px;
  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-color);
  border-radius: 1000px;
  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){
	.scroll-top {
		right: 10px;
		bottom: 20px;
	}
  .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;
  }
}