/*!
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 ul li a:hover {
    color: #eee;
}
.navbar {
    padding: 10px 0;
    align-items: center;
    background: #ea4c27;
}
.slicknav_nav .slicknav_row, .slicknav_nav li a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
}
.main-menu ul li a {
    font-size: 18px;
    font-weight: 600;
}
.header-btn.aw-header-btn {
    margin-right: 30px;
}
.main-menu ul li a {
    color: #000000;
}


/*** 
=============================================
   Home Area Css 
=============================================
***/
.section-title h3 {
    padding-left: 5px;
}
.project-content h3 a {
    color: #eee;
}
.author-content h3 {
    color: #363636;
}
.testimonial-content p {
    font-size: 17px;
    font-weight: 500;
    color: #363636;
}
.how-work-item-content p {
    color: #363636;
}
.dark-section .section-footer-text p a {
    color: #e1e1e1;
}
.dark-section {
    background-color: #ea4c27;
}
.about-img-counter .about-img figure::before {
    background: linear-gradient(180.14deg, rgba(4, 34, 69, 0) 57.94%, rgb(0 0 0 / 70%) 73.25%);
}
.hero-content-list ul li::before {
    color: #eee;
}
.hero.hero-slider-layout .hero-slide::before
 {
    background: none;
}
/*** 
=============================================
   About Us Area Css 
=============================================
***/
/*** 
=============================================
   Services Area Css 
=============================================
***/
.why-choose-counter-box {
    color: #363636;
}
.why-choose-list ul {
    color: #363636;
}
.about-contact-box-content p {
    margin-bottom: 5px;
    color: #363636;
}
.about-body-list ul {
    color: #363636;
}
.section-title p {
    color: #363636;
}
/*** 
=============================================
   Gallery Area Css 
=============================================
***/
.project-image figure::before {
    background: #00000024;
}
.project-content h3 {
    font-size: 20px;
    color: #00073e;
}
.project-content p {
    color: #eee;
    font-size: 20px;
}
/*** 
=============================================
   Contact Us Area Css 
=============================================
***/
/*** 
=============================================
   Footer Area Css 
=============================================
***/
div#site-copyright {
    color: #363636;
    font-weight: 600;
}
.footer-contact-content p {
    color: #363636;
    font-weight: 600;
}
.footer-contact-content p a {
    font-weight: 600;
}
.footer-links ul li a:hover {
    color: #ea4c27;
}
.footer-links ul li {
    color: #363636;
    line-height: 1.9em;
    font-weight: 600;
}
.footer-social-links ul li a:hover {
    color: #ea4c27;
    border-color: #ea4c27;
}
.footer-contact-content p a:hover {
    color: #ea4c27;
}
.footer-contact-content p {
    color: #363636;
}
.footer-contact-item .icon-box i
 {
    color: #363636;
}
.footer-links h3 {
    color: #000;
}
.footer-links ul li::marker {
    color: #363636;
}
.footer-links ul li {
    color: #363636;
    text-transform: capitalize;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.footer-social-links ul li a {
    color: #363636;
    border: 1px solid #363636;
}
.about-footer-content p {
    color: #363636;
}
h2.text-anime-style-3.aw-footer {
    color: #000;
}
.footer-links ul li:hover::marker {
    color: #ea4c27;
}
.footer-logo img {
    width: 100%;
    max-width: 250px;
}
h2.text-anime-style-3.aw-testi-2 {
    color: #000;
}
h3.wow.fadeInUp.aw-testi-1 {
    color: #000;
}
.our-testimonial {
    padding: 100px 0;
    background-color: #ea4c27;
}

.main-footer::before {
    background: #eeee;
}
.footer-copyright {
    justify-content: center;
}
/*** 
=============================================
   Services Details Area Css 
=============================================
***/


/*Floating button 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 {
  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: #ea4c27;
    border-radius: 10px;
    box-shadow: 0 5px #000000;
    padding: 15px 10px;
    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: 10px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}