/*!
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 
=============================================
***/
.pbmit-btn, .bg-gradiant{
	background: #A5D344;
	background: -webkit-linear-gradient(90deg, rgba(165, 211, 68, 1) 40%, rgba(52, 172, 88, 1) 70%);
	background: -moz-linear-gradient(90deg, rgba(165, 211, 68, 1) 40%, rgba(52, 172, 88, 1) 70%);
	background: linear-gradient(90deg, rgba(165, 211, 68, 1) 40%, rgba(52, 172, 88, 1) 70%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A5D344", endColorstr="#34AC58", GradientType=1);
}

/*** 
=============================================
Header Section Css 
=============================================
***/
.header-style-2 .pbmit-logo-area {
	background-color: #000;
}
.header-style-2 .pbmit-header-info-inner .pbmit-header-box span {
	color: var(--pbmit-white-color);
}
.site-header .site-branding img {
	max-height:100px;
}
.navbar-toggler {
	right: 40px;
}
.site-header-menu-wrapper {
	background-color: var(--pbmit-secondary-color);
}
.sticky-header {
	background-color: #000;
	height: 90px;
}
.header-style-2 .sticky-header .site-navigation ul.navigation > li > a{
	color: var(--pbmit-white-color);
	margin-top: 15px;
}
.header-style-2 .sticky-header .site-navigation ul.navigation > li > a:hover{
	color: var(--pbmit-black-color);

}

.contact-form_main form .form-control{
	background: #ffffff;
	opacity: 1;
}
.site-header .pbmit-social-links {
	padding-left: 100px;
	padding-top: 15px;
}
.header-style-2 .pbmit-logo-area {
	padding: 25px 0;
}

@media (max-width: 768px) {
	.header-style-2 .pbmit-main-header-area {
		background-color: var(--pbmit-global-color);
	}
	.pbmit-base-icon-menu-1:before {
		color: var(--pbmit-white-color);
	}
	.site-header .site-branding img {
		height:100px;
	}
	.slider-content {
		font-size:28px !important;
	}
}	

/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
.pbmit-title-bar-wrapper, .pbmit-title-bar-wrapper::before {
	background-image : url(assets/mu-images/bannerall.jpg);
}
@media (max-width: 768px){
}
/*** 
=============================================
Home Page Css 
=============================================
***/

.ihbox-style6_section {
	background-image: url(assets/mu-images/get.jpg);
}
.mu-partner-img img-fluid {
	filter: grayscale(0) !important;
	aspect-ratio: 2/2;
	object-fit: contain;
	mix-blend-mode: color-burn;
}
.progress-section_two {
	padding-top : 0px !important;
}
.pbmit-client-style-2 .pbmit-border-wrapper {
	border: 1px solid rgba(20, 25, 60, .15);
	padding: 20px 0;
	text-align: center;
	transition: all .6s ease-in-out;
}
.progress-two_left {
	padding: 10px 30px 0px 0px;
}
.ihbox-style6_section {
	margin-top: 100px;
}
.accordion_three {
	background-color: #000000;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc {
	color: var(--pbmit-white-color);
}
.ihbox-style3_section{
	background-image: url(assets/mu-images/work.jpg);
	background-size: cover;
}
.mu-partner-img.img-fluid {
	width: 100%;
	height: 200px;
}
@media (max-width: 768px){
}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.pbmit-blog-style-1 .pbmit-featured-img-wrapper img{
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.pbmit-blog-style-1 .pbmit-post-title{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
	height:250px;
	width:100%;
	object-fit: cover;
	margin-bottom:20px;
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	opacity:0.5;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover, .pbmit-portfolio-style-1 .pbmit-port-cat, .pbmit-portfolio-style-1 .pbmit-port-cat a{
	color:white;
}
.widget.pbmit-service-ad .pbmit-service-ads:before{
	background-color: var(--pbmit-global-color);
}
.pbmit-blog-style-1 .pbminfotech-box-content{
	border-radius: 0 0 5% 5%;
	border-left: solid red;
	border-right: solid red;
	border-bottom: solid red;
}		

@media (max-width: 768px){
}
/*** 
=============================================
Gallery Page Css 
=============================================
***/
img.img-fluid.img-thumbnail.gallery-img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
Contact Page Css 
=============================================
***/
.contact-form_main form .form-control{
	background: #f6f6f6;
	opacity:1;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper{
	width: 70px;
}
@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
.footer-style-3 .pbmit-footer-text-area {
	text-align: center;
}

.site-footer .widget .widget-title {
	color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-logo img {
	max-height: 90px;
}
.footer-style-3 .pbmit-footer-contact-info .pbmit-label-two {
	font-size: 20px;
}
.pbmit-footer-widget-area{
	background-color:var(--pbmit-secondary-color);
}
.footer-wrap.pbmit-footer-big-area {
	background-color: var(--pbmit-secondary-color);
}
.footer-style-3 .pbmit-footer-widget-area .container {
	border-top: 1px solid rgba(255, 255, 255, 1);
}
.footer-style-3 .pbmit-footer-logo{
	background: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-contact-info .pbmit-label-two {
	color: #ffffff;
}
@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(--pbmit-global-color);
	border-radius: 10px;
	box-shadow:    0 5px #000000;
	padding:       18px 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;
	}
	.pbmit-progress-wrap {
		right:5px;
		bottom: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;
	}
}