/*!
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 
=============================================
***/
.btn-theme-colored2:hover, .btn-theme-colored2:active, .btn-theme-colored2:focus {
	color: #fff;
	background-color: var(--theme-color1);
	border-color: var(--theme-color1);
}
.btn {
	color: #000;
	font-weight: 600;
	background: linear-gradient(to right, #ed7535 0%, #ffbf45 51%, #ed7535 100%);
}
.bg-theme-colored1 {
	background: linear-gradient(to right, #ed7535 0%, #ffbf45 51%, #ed7535 100%) !important;
}

/*** 
=============================================
  Header Section Css 
=============================================
***/
.mu-brand-logo {
  margin: 0px !important;
}
header#header .menuzord-brand img {
  max-height: 80px !important;
  width: 100% !important;
}
#top-primary-nav .menuzord-menu > li > a, #top-primary-nav-clone .menuzord-menu > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
header#header .nav-side-icon-list > li {
  padding: 0 5px;
}
@media (max-width: 768px){
	.header-top {
		display: none;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17,17,17,.9);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.mu-bg-partner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.client-thumb {
  background-color: rgba(255,255,255,.1);
}
.our-amazing-divider::after {
	background-image: url(assets/mu-images/home-page/mu-choose-after.jpg);
}
.tm_testimonial_slider .owl-item.active .tm-testimonial-box {
	padding: 60px 60px 30px;
}
@media (max-width: 768px){
	rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
		left: 0 !important;
	}
	#slider-4-slide-15-layer-18, #slider-4-slide-13-layer-18, #slider-4-slide-9-layer-18 {
		font-size: 25px !important;
		width: 100% !important;
		margin-left: 15px !important;
		text-align: left !important;
	}
	#slider-4-slide-15-layer-21, #slider-4-slide-13-layer-21, #slider-4-slide-9-layer-21, #slider-4-slide-15-layer-22, #slider-4-slide-13-layer-22, #slider-4-slide-9-layer-22 {
		margin-left: 15px !important;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content::after {
	background-color: rgba(237, 117, 53, 0.75);
}
.tm-sc-gallery.gallery-style1-basic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
	color: #000;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.indtril-footer::before {
	background-image: url('assets/mu-images/breadcrumb/mu-breadcrumb-1.jpg');
	opacity: .5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mu-contact-f .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
footer#footer .footer-widget-area .widget {
	margin-bottom: 0;
}
footer#footer .footer-widget-area .widget .widget-title {
  color: var(--theme-color1);
}
.widget_nav_menu.split-nav-menu ul li, .indtril-footer-widget.widget_nav_menu ul {
	width: 100%;
}
@media (max-width: 768px){
	.cta-content h2{
		font-size: 2rem;
	}
	.indtril-footer::before {
		background-position: right center;
	}
	footer#footer .footer-widget-area .widget .widget-title {
		margin-bottom: 20px;
	}
}
/*** 
=============================================
  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:    linear-gradient(to right,#ed7535 0%,#ffbf45 51%,#ed7535 100%);
  border-radius: 0px;
  box-shadow:    0 5px #000000;
  padding:       15px;
  color:         #000000;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.scrollToTop {
		background-size: 200% auto;
		box-shadow: 0 5px #000000;
		bottom: 20px;
		right: 5px;
		border-radius: 0%;
		opacity: 1;
	}
	.scrollToTop i {
		color: #000;
	}
	.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: 60px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: black !important;
		font-size: 20px;
	}
}