/*!
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 
=============================================
***/

/*** 
=============================================
  Header Section Css 
=============================================
***/
.header-style-2 .pbmit-logo-area {
	padding: 0;
}
.header-style-2 .site-branding .site-title, .site-header .site-branding img {
	height: 100%;
}
.site-header .site-branding img {
	max-height: 100%;
	padding: 10px 0;
}
.site-navigation ul.navigation > li > a, .site-header .pbmit-social-links li a {
	color: var(--pbmit-blackish-color);
}
@media (max-width: 768px){
	.header-style-2 .pbmit-main-header-area {
		background-color: var(--pbmit-blackish-color);
	}
	.navbar-toggler {
		right: 20px;
		color: var(--pbmit-global-color);
	}
	.pbmit-menu-wrap {
		background-color: var(--pbmit-global-color);
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.pbmit-title-bar-wrapper, .pbmit-title-bar-wrapper::before {
	background-image: url(assets/mu-images/home-page/mu-contact-bg.jpg);
}
@media (max-width: 768px){
	.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
		min-height: 250px;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.ihbox-style6_section {
	background-image: url(assets/mu-images/home-page/mu-contact-bg.jpg);
}
.mu-partner-img {
	height: 70px;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.widget.pbmit-service-ad .pbmit-service-ads::before {
	background-color: var(--pbmit-global-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img {
	height: 350px;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.pbmit-ihbox-style-8 {
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper {
	background-color: var(--pbmit-blackish-color);
}
.contact-form_main {
	background: var(--pbmit-heading-color);
	padding: 50px !important;
	border-radius: 50px;
}
@media (max-width: 768px){
	.contact-form_main {
		padding: 35px 20px !important;
	}
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-style-3 .pbmit-footer-logo {
	padding: 0px 0 25px;
}
.footer-style-3 .pbmit-footer-logo img {
	max-height: 100%;
	padding: 30px 0;
}
.site-footer .widget .widget-title {
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-social-links li:nth-child(2) a {
	background-color: #25d366;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.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(--pbmit-global-color);
  border-radius: 1000px;
  box-shadow:    0 5px #000000;
  padding:       20px 15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.pbmit-progress-wrap {
		right: 10px;
		bottom: 25px;
	}
	.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: black !important;
		font-size: 20px;
	}
}

/* ========== Area Cover ========== */
#mu-area-cover-box {
    padding: 30px 0;
}
#mu-area-cover-box p {
    text-align: center;
    font-size: 30px;
	margin-bottom: 20px;
}
.mu-area-cover-grid {
  display: grid;
    grid-template-columns: 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: auto;
    border-radius: 4px;
}
@media (max-width: 768px){
  .mu-area-cover-grid {
    grid-template-columns: 1fr;
  }
}