/*!
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 */
h4.aw-heading {
    font-weight: 600;
}
.image-holder h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.img-thumb {
    margin-bottom: 25px;
    margin-top: 25px;
}
.text-end{
	float: right;
}
.mt-30{
	margin-top: 30px;
}
/*** 
=============================================
  Color Css 
=============================================
***/
:root{
  --theme-color: #ccb48c;
  --theme-color2: #a58838;
  --black-color: #000000;
  --white-color: #ffffff;
}
.readmore a, a.slidebtn {
  background: var(--theme-color);
  color: var(--black-color) !important;
}
.readmore a:hover, a.slidebtn:hover {
  background: var(--black-color);
  color: var(--white-color) !important;
	border: 1px solid var(--theme-color);
}
.furniture {
  background: var(--black-color);
  background-color: var(--black-color);
}
.furniture-service li:hover .furniture h3 {
  color: var(--black-color);
}
.text-white{
	color: var(--white-color);
}
/*** 
=============================================
  Header Section Css 
=============================================
***/
.mu-border-bottom {
  border-bottom: 1px solid #969696;
  margin: 0 15px 0 5px;
}
.header-wrap {
	top: 10px;
}
.navbar-default {
  padding: 12px 0 12px 10px;
}
.navbar-nav > li {
  padding: 17px 15px;
}
@media (max-width: 768px){
	.mu-border-bottom {
		margin: 0 15px 0 15px;
	}
	.readmore.mu-header-btn a {
		padding: 10px 10px;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
#counter {
  background: url(assets/mu-images/home-page/mu-conter-img.jpg) no-repeat top;
}
.desfeature .fetcol-2 {
  background: url(assets/mu-images/home-page/mu-process-1.jpg) no-repeat top;
}
.matinstwrp .micol {
  background: url(assets/mu-images/home-page/mu-process-2.jpg) no-repeat top;
}
.matinstwrp .micol.bg2 {
  background: url(assets/mu-images/home-page/mu-process-3.jpg) no-repeat top;
}
@media (max-width: 768px){
	.mu-slider-p p {
		font-size: 20px !important;
		line-height: normal !important;
		font-weight: normal !important;
	}
	#counter {
		background-size: cover !important;
		background-position: center !important;
	}
	.counter-icon {
		font-size: 35px;
		margin-bottom: 0px;
		color: var(--white-color);
	}
	#counter .counter-number {
		font-size: 35px;
		line-height: 35px;
	}
	.slidertext3 {
		font-size: 25px !important;
		width: 100%;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
.about-wrap .title {
  margin-top: 70px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-wrap .col-md-4 {
  padding: 0 15px;
}
.project-wrap ul li {
  margin: 15px 0;
}
.projectImg img {
  width: 100%;
  height: 240px !important;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.contact-info-group {
  background: var(--black-color);
}
.contact-wrap h4 {
  color: var(--white-color);
}
.contact-info-group span, .contact-info-group a {
  color: var(--theme-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-wrap {
  background: var(--black-color);
}
.footer-wrap h3 {
  color: var(--theme-color);
}
.footer-links li a {
  color: var(--white-color);
}
.footer-links li a:hover {
  color: var(--theme-color);
}
.mail {
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
}
.footer-address a, .call-us a, .mail a {
  color: var(--white-color);
  font-size: 14px;
}
.footer-address a:hover, .call-us a:hover, .mail a:hover {
  color: var(--theme-color);
}
.mail:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.copyright {
  color: var(--theme-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area 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 {
  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(--theme-color);
  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: 70px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: #000 !important;
		font-size: 20px;
	}
}