/*!
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 
=============================================
***/
.tp-feature-2-icon::after {
	background-color: var(--tp-common-black);
}
.tp-service-thumb::after, .tp-step-icon span::after, .tp-step-number, .tp-step-number::after {
	background-color: var(--tp-theme-1);
}
.tp-step-number::before, .tp-testimonial-active .swiper-slide.swiper-slide-active .tp-testimonial-item::after, .tp-testimonial-item::after {
	background: var(--tp-theme-1) !important;
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.tp-header-style-2 {
  background-color: var(--tp-common-white) !important;
}
.tp-header-menu-border-2 {
  margin-left: 0px;
}
.tp-header-style-3 .tp-header-menu-border-2::before, .tp-header-style-3 .tp-header-menu-border-2::after {
	background-color: #4b4c4d00;
}
.tp-header-menu-border-2 > nav > ul > li {
  margin: 0 10px;
}
.tp-header-style-2 .tp-header-main-menu nav ul li > a {
  color: var(--tp-theme-1);
}
.tp-btn.mu-header-btn{
	padding: 0 25px;
}
.tp-btn.mu-header-btn:hover {
	border: 1px solid var(--tp-theme-1);
}
.tp-header-main-menu nav ul li .submenu {
	width: max-content;
	 padding: 30px 20px;
}
.tp-header-main-menu nav ul li:hover .submenu li:hover .submenu-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-header-main-menu nav ul li .submenu li .submenu-2 {
  position: absolute;
  top: 0;
	left: 105%;
  width: max-content;
  z-index: 999;
  padding: 30px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--tp-common-black);
  border-top: 5px solid var(--tp-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li:last-child {
  margin-bottom: 0;
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li:hover > a {
  color: var(--tp-theme-1);
}
.tp-header-main-menu nav ul li .submenu > li .submenu-2 > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 768px){
  .tp-header-style-3 .tp-header-bar button {
    margin-right: 10px;
  }
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
.breadcrumb__height {
  padding-top: 220px;
  padding-bottom: 100px;
  background-position: right center;
}
@media (max-width: 768px){
  .breadcrumb__height {
    padding-top: 160px;
    padding-bottom: 30px;
    background-position: right center;
  }
  .breadcrumb__overlay::after {
    opacity: 0.72;
  }
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.tp-slider-2-bg{
	background-position: center;
}
.tp-slider-2-title {
  font-size: 50px;
}
.tp-feature-2-item {
  height: 100%;
}
.tp-contact-right-box {
  border: 1px solid var(--tp-theme-1);
}
.mu-partner-img {
	opacity: 1 !important;
	aspect-ratio: 2/2;
	object-fit: contain;
	mix-blend-mode: color-burn;
}
.tp-cta-bg::after {
  background-color: #fff;
}
@media (max-width: 768px){
	.tp-slider-2-title {
        font-size: 25px;
    }
	.mu-banner-btn{
		display: none !important;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
.tp-about-button-box a {
  margin-right: 30px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.tp-service-thumb img{
	width: 370px !important;
	height: 240px !important;
	object-fit: cover;
}
.tp-choose-item {
	background: var(--tp-theme-1);
}
.tp-choose-item:hover {
	background: var(--tp-common-black);
}
.tp-choose-item span{
	background: var(--tp-common-black);
}
.tp-choose-item span::after{
	background: var(--tp-theme-1);
}
.tp-choose-item:hover .tp-choose-item-title {
	color: var(--tp-theme-1);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Blog Page Css 
=============================================
***/
.tp-blog-3-thumb img, .mu-blog-img img{
	width: 370px !important;
	height: 300px !important;
	object-fit: cover;
}
.tp-blog-meta span:not(:last-child) {
  margin-right: 15px;
}
.tp-blog-meta span i {
  margin-right: 5px;
}
.mu-blog-post-img a img{
	width: 70px !important;
	height: 72px !important;
	object-fit: cover;
}
.rc__post-thumb::after {
	background-color: rgba(19, 116, 184, 0.902)
}
.mu-blog-post-img img{
	width: 900px !important;
	height: 400px !important;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.mu-home-glry {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.tp-footer-shape-1 {
  top: 0px;
}
.tp-footer-shape-1 img.mu-footer-shape {
  height: 413px;
}
.tp-footer-title {
  color: var(--tp-theme-1);
}
.tp-footer-contact ul li {
  list-style: none;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  margin-bottom: 11px;
}
.tp-footer-contact ul li:hover {
  padding-left: 15px;
}
.tp-footer-list ul li a, .tp-footer-contact ul li a {
  color: var(--tp-common-white);
}
.tp-footer-list ul li a:hover, .tp-footer-contact ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-copyright-social a {
  background-color: var(--tp-theme-1);
}
.tp-copyright-social a {
  background-color: var(--tp-theme-1);
}
.tp-copyright-social a:hover {
  background-color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-1);
}
.tp-copyright-left p, .tp-copyright-left p a:hover {
  color: var(--tp-common-white);
}
.tp-copyright-left p a {
  color: var(--tp-theme-1);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mu-single-call-box {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  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;
	padding: 0 20px;
}
.mu-single-call-box .mu-btn:hover {
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-theme-1);
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
  background:    var(--tp-theme-1);
  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){
	.back-to-top-wrapper, .back-to-top-wrapper.back-to-top-btn-show {
        right: 10px;
        bottom: 26px;
    }
	.back-to-top-btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		box-shadow: 0 5px #000000;
		border-radius: 0;
	}
	.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;
	}
}
/* ========== Area Cover ========== */
#mu-area-cover-box {
    padding: 30px 0;
}
#mu-area-cover-box h1 {
    text-align: center;
    font-size: 30px;
	margin-bottom: 30px;
}
.mu-area-cover-grid {
	display: grid;
	grid-template-columns: 1fr 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-grid a i {
	color: var(--tp-theme-1);
}
.mu-area-cover-btn-box {
    text-align: center;
    margin-top: 10px;
}
button#mu-area-cover-btn {
    color: #000;
}
@media (max-width: 768px){
	.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
}