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


/*** 
=============================================
   Header Area Css 
=============================================
***/
.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
    color: #e1e1e1;
}
.footer-top .links-widget .links li a:hover {
    color: #c7c7c7;
}
.main-header.style-one .sticky-header .logo-box {
    padding: 10px 0px;
}
.main-header.style-one .logo-box .logo
 {
    max-width: 250px;
}
.main-header.style-one .logo-box {
    padding: 10px 0px;
}

@media (max-width: 768px){
.mobile-menu .nav-logo {
    padding: 30px 10px;
    max-width: 300px;
    padding-bottom: 30px;
}
}
/*** 
=============================================
   Home Area Css 
=============================================
***/
a.aw-link {
    color: #616169;
}
i.fa.fa-badge-check.me-2 {
    color: #616169;
}
.centred {
    color: #eee;
}
.feature-block-one .inner-box .icon-box {
    color: #616169;
}
.contact-section .lower-inner .info-column .single-item {
    padding: 0px 30px 11px 115px;
}
.pl-45 {
    padding-left: 0px;
}
.feature-section .bg-layer:before {
    background: #282828;
}
.project-block-one .inner-box .image-box:before {
    background: #0000006e;
}
.banner-carousel .slide-item:before {
    background: #000000;
}
.col-lg-4.col-md-6.col-sm-12.working-block {
    margin-top: 80px;
}
.working-block-one .inner-box .inner h3
 {
    text-align: left;
}
.working-block-one .inner-box .inner p {
    font-size: 15px;
    text-align: left;
}
.footer-top .footer-logo .logo {
    max-width: 250px;
}
.provided-service .outer-container .left-column .inner-box:before {
    background: #1caeed;
}
.alternet-2 .service-block-two .inner-box .icon-box:before {
    background: rgb(0 0 0 / 95%);
}
.service-block-two .inner-box .icon-box:before {
    background: rgb(0 0 0 / 95%);
}
.contact-section .lower-inner .info-column .single-item .icon-box {
    background: #ffffff;
}
.project-block-one .inner-box .image-box img
 {
    height: 300px;
}
@media (max-width: 768px){
	    .banner-carousel .content-box .text .theme-btn-one {
        display: none;
    }
.col-lg-4.col-md-6.col-sm-12.working-block {
    margin-top: 2px;
}
}
/*** 
=============================================
   About Us Area Css 
=============================================
***/
.page-title:before
 {
    background: -webkit-linear-gradient(0deg, rgb(30 30 30 / 90%) 0%, rgba(41, 31, 43, 0.4) 100%);
}
@media (max-width: 768px){

}
/*** 
=============================================
   Services Area Css 
=============================================
***/

i.fa.fa-badge-check.me-2 {
    margin: 10px;
}
.service-details-content .content-one .image-box {
    margin-bottom: 0px;
}
a.aw-read {
    color: #000;
}
p.aw-services {
    margin-top: 20px;
}
@media (max-width: 768px){

}
/*** 
=============================================
   Gallery Area Css 
=============================================
***/
@media (max-width: 768px){

}
/*** 
=============================================
   Contact  Area Css 
=============================================
***/
.contact-style-two .info-box .info li i {
    color: #eee;
}
@media (max-width: 768px){

}
/*** 
=============================================
   Footer Area Css 
=============================================
***/
.centred {
    color: #fff;
}
.fab {
    color: #ededed;
}
.footer-top .links-widget .links li a
 {
    color: #ffffff;
}
.footer-top .widget-title h3
 {
    color: #fff;
}
p.aw-text {
    color: #fff;
}
.footer-bottom {
    background-color: #000;
}
.footer-top {
    border-bottom: 1px solid #f1f0f6;
    background-color: #000;
}


@media (max-width: 768px){
.scroll-top.open {
    bottom: 22px;
    right: 15px;
}
.scroll-top {
    width: 50px;
    height: 50px;
}
}

/*** 
=============================================
   Services Details Area Css 
=============================================
***/
@media (max-width: 768px){

}

/*Floating button 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 {
  width: 240px;
  background: #ee3338;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  border-radius: 12px;
  transition: 0.1s;
  margin: 0 auto;
}
.mu-single-call-box .mu-btn:hover {
  background: #d2d0d0;
  color: #000;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn, .floating-btn-2 {
    background: #616169;
    border-radius: 0px;
    box-shadow: 0 5px #000000;
    padding: 15px 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: 75px;
	}
	.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 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;
	}
}
