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

.testimonial-area::before {
    background-color: #000000;
}

.about-content span {
    font-size: 25px;
}
.about-information::before { 
    border-right: 25px solid #4BB4E5;
    transform: rotate(225deg);
}
.newsletter-content h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}
a.default-btn.aw-btn {
    background-color: #023387;
    margin-left: 40px;
    padding: 15px 50px;
}
a.default-btn.aw-btn:hover {
    background-color: #000;
}
.col-lg-6.aw-form {
    margin: auto;
	width: 68%;
}

.default-btn:hover {
    background-color: #023387;
    color: #ffffff;
}
.others-option-for-responsive .dot-menu .inner {
    display: none;
}
.main-navbar .navbar .others-options .option-item .default-btn {
    border: 1px solid #4BB4E5;
    margin-left: 20px;
}

.top-header {
	background-color: #023387;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: #000000 !important;
}

/*** 
=============================================
   Home Area Css 
=============================================
***/
p.aw-p {
    color: #fff;
}
.solution-image {
  background-image: url(assets/mu-images/home-images/mu-choose-us.jpg);
}
/*** 
=============================================
   About Area Css 
=============================================
***/

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

/*** 
=============================================
   Gallery Area Css 
=============================================
***/
img.aw-img {
    height: 500px;
    width: 400px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
}

/*** 
=============================================
   Contact Area Css 
=============================================
***/
img.aw-img-2 {
    padding: 5px 20px;
    margin-top: 50px;
}


@media only screen and (max-width: 600px) {
	    .about-warp-image img:nth-child(2) {
        left: 0;
        bottom: 0;
        max-width: 190px;
        display: none;
    }
  a.default-btn.aw-btn {
    background-color: #023387;
    margin-left: 25px;
	 padding: 12px 20px;
}
	.col-lg-6.aw-form {
    width: 100%;
}
}
/*** 
=============================================
   Services Details Area Css 
=============================================
***/
#mu-Single-toggle {
    margin-top: 20px;
    border: 1px solid #4bb4e5;
}
/* ========== 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;
}
.mu-area-cover-btn-box {
display: flex;
justify-content: center; 
background: transparent; 
}
#mu-area-cover-btn.default-btn {
background: #4bb4e5; 
color: #fff;
border: none;
padding: 10px 18px;
border-radius: 6px;
cursor: pointer;
display: inline-block;
width: auto; 
}
@media (max-width: 768px){
  .mu-area-cover-grid {
    grid-template-columns: 1fr;
  }
}

/*** 

@media only screen and (max-width: 600px) {
  
}
/*** 
=============================================
   Footer Area Css 
=============================================
***/
h1.mu-show-title {
    margin-top: 50px;
}
.copyright-area {
    background-color: #0f171f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.footer-area {
    background-color: #000000;
    padding-top: 125px;
}

/*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:    #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){
	.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
    margin-right: 8px;
}
	    .floating-btn, .floating-btn-2 {
        background: #4BB4E5;
        border-radius: 8px;
        box-shadow: 0 5px #000000;
        padding: 20px 15px;
        color: #ffffff;
        font: normal bold 20px / 1 "Open Sans", sans-serif;
        text-align: center;
        margin-right: 30px;
    }
	
	.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;
	}
}