/*!
Theme Name: Moon Web House
Theme URI: http://underscores.me/
Author: Moon Web House
Author URI: http://moonwebhouse.com/
Description: A wordpress theme by Moon Web House
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: moon-web-house
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.

Moon Web House 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/
*/

/*** 
=============================================
  Color Css 
=============================================
***/

/*** 
=============================================
  Header Section Css 
=============================================
***/
.header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img {
	width: 120px;
}
.header_v14 .header_mid {
  padding: 0 0px 25px;
}
.header_v14 .navbar_outer .navbar_inner {
  padding: 6px 0px 4px;
  border: 1px solid;
  border-radius: 7px;
}
.header_v14 .navbar_outer .navbar_right li::before {
  background: transparent;
}
@media (max-width: 768px){
	.header_v13 .logo img, .header_v14 .logo img, .header_v17 .logo img {
		width: 100px;
	}
	a.logo.navbar-brand.mble-logo {
		margin-top: -40px;
	}
	.header_v14 .header_mid {
		padding: 0 0 !important;
	}
	.mu-logo-colum, .mu-hamburger_menu_colum {
		width: 50%;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
@media (max-width: 768px){
	.style_page_fourteen .slide-item-content .slide-item {
		min-height: auto;
		padding: 80px 0px 60px;
	}
	.style_page_fourteen .slide-item-content .slider_content h6 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.slider .slide-item-content .slider_content p {
		margin-bottom: 0;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.service_post.style_one .service_content a.read_more{
	border-radius: 10px 0;
}
.service_post.style_one .service_content a.read_more:hover{
	border-radius: 0 10px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
.contact_form_box_all.type_one .contact_form_box_inner {
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.3);
}
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
ul.mr-footer-social {
  display: flex;
  gap: 15px;
}
ul.mr-footer-social li {
  list-style: none;
}
ul.mr-footer-social li a span {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--theme-color);
  transition: var(--transition);
}
ul.mr-footer-social li a span:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Floating button Area Css 
=============================================
***/
.mr-single-call-box {
  max-width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 0 50px;
}
.mr-single-call-box .mr-btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.1s;
  margin: 0 auto;
}
.mr-floating-btn, .mr-floating-btn-2{
	display: none;
}
/* .mr-floating-btn , .mr-floating-btn-2 
{
	background:    #0000ff;
  border-radius: 1000px;
  box-shadow:    0 5px #000000;
  padding:       20px 15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
} */
/*Mobile Css Start*/
@media (max-width: 768px){
	.prgoress_indicator {
		right: 5px;
		bottom: 20px;
	}
	.mr-single-call-box {
		display: none;
	}
	.mr-floating-btn, .mr-floating-btn-2 {
	  position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.mr-floating-btn{
		left: 10px;
	}
	.mr-floating-btn-2{
		right: 60px;
	}
	.mr-floating-btn a, .mr-floating-btn-2 a {
		color: white !important;
		font-size: 20px !important;
		padding: 0px 15px !important;
	}
}