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

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

/*** 
=============================================
  Header Section Css 
=============================================
***/
.slider-fade2 .item h1 {
	font-size: 60px;
	line-height: 75px;
	letter-spacing: 0px;
	font-weight: 800;
	text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.navbar-header-custom {
	padding: 0px 0 0px 0;
}
.scrollHeader .navbar-header-custom {
	padding: 0px 0;
}
.navbar-brand img {
	max-height: 100px;
}
.border-color-light-white {
	border-bottom: 2px solid #3a559d !important;
	background-color: #fff;
}
@media (max-width: 768px){
	.navbar-toggler {
		top: 30px;
	}
	.top-bar-info li {
		padding: 0 2px 0;
	}
	.top-bar-info li i {
		margin-right: 3px;
	}
	.slider-fade2 .item h1 {
		font-size: 38px;
		line-height: 45px;
		letter-spacing: 5px;
	}
	.navbar-nav {
		top: 123px;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.call-box.position-relative.p-5 {
    padding-top: 100px !important;
}
p.aw-p-1
 {
    margin-top: 20px;
}
.container.py-5
 {
    background-color: #eee;
}
.display-25 {
    font-size: 20px;
}
.me-sm-4.mb-3.mb-sm-0.aw-btn-1 {
    text-align: center;
    margin-top: 50px;
}
a.aw-white {
    color: #eee;
}
p.text-white.pb-1-9.border-bottom.border-color-light-white.wow.fadeIn {
    background-color: #3a559d;
    padding: 16px;
}
.card-style7 .card-body {
    background-color: #3a559d85;
}
.mt-8, .my-8 {
    margin-top: 110px;
}
.service-inner.border-bottom.border-color-light-white.pb-3 {
    background-color: #3a559d05;
}
p.aw-white {
    color: #eee;
}
.footer-link li a {
    color: rgb(0 0 0 / 70%);
}

@media (max-width: 768px){
	    .why-us-block .inner-block .content h4 {
        font-size: 14px;
    }
	.display-25 {
    font-size: 16px;
}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
a.mu-btn.butn.primary {
    color: #fff;
}
    .mb-lg-1-9, .my-lg-1-9 {
        margin-bottom: 1.9rem;
        color: #3a559d;
    }
h3.aw-heading {
    color: #3a559d;
    font-size: 38px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.social-icon-style1 li a:hover, .social-icon-style1 li a:active, .social-icon-style1 li a:focus {
    background-color: #fcaf17;
    color: #fff;
}
.social-icon-style1 li a {
    background: #3a559d;
}
@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:    #3a559d;
  border-radius: 0px;
  box-shadow:    0 5px #000000;
  padding:       15px 12px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	    .scroll-top-percentage {
        right: 5px;
        bottom: 15px;
    }

	.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;
	}
}

.pro-tabs .nav-link {
  border: none;
  background: #f2f4f9;
  margin: 10px 10px;
  padding: 15px 25px;
  border-radius: 10px;
  color: #3a559d;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
  border: 1px solid #3a559d;
}

.pro-tabs .nav-link:hover {
  background: #fcaf17;
  color: #fff;
  transform: translateY(-2px);
}

.pro-tabs .nav-link.active {
  background: #3a559d;
  color: #fff;
  box-shadow: 0 10px 25px rgba(58,85,157,0.35);
}

/* Icon color sync */
.pro-tabs .nav-link i {
  color: inherit;
}

/* Content box */
.tab-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(58,85,157,0.12);
  animation: fadeUp 0.5s ease;
}

.pro-tabs .nav-link {
  position: relative;
  overflow: hidden;
}

.pro-tabs .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fcaf17;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: 0.3s;
}

.pro-tabs .nav-link.active::after {
  transform: scaleX(1);
}
.justify-content-center {
    justify-content: center !important;
    padding: 30px;
}


.why-choose-section {
    background: #f5f6f8;
}

.small-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #8a94a6;
    position: relative;
    padding-left: 40px;
}

.small-title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #8a94a6;
    position: absolute;
    left: 0;
    top: 50%;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #4c63a8;
}

.why-list li {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4c63a8;
}

.call-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: relative;
}

.badge-box {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ff4d1c;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.call-text {
    color: #ff4d1c;
    font-weight: 700;
    letter-spacing: 2px;
}

.phone-number {
    font-size: 40px;
    font-weight: 800;
    color: #4c63a8;
}

.email-link {
    font-weight: 600;
    color: #4c63a8;
    text-decoration: none;
}


#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;
  }
}