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

.project-block__title {
    color: #0b9c50;
}
.aw-img img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}
.brand-block {
    height: auto;
}
/*** 
=============================================
  Color Css 
=============================================
***/
:root {
	--themeColoroptional: #f15119;
}
.vs-btn:hover, .service-block--style2:hover .vs-btn:hover {
	color: #fff;
}

/*** 
=============================================
  Header Section Css 
=============================================
***/
.mu-col-clr {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.header-logo {
	padding: 24px 30px 24px 60px;
}
.menu-top {
    margin-left: -110px;
}
.main-menu > ul > li > a, .menu-style2 > ul > li > a {
  padding: 30px 0;
}
.menu-style2 a:hover {
	color: var(--themeColoroptional);
}
@media (max-width: 768px){
	.header-logo {
		padding: 24px 30px 24px 0px;
	}
	.vs-menu-wrapper .vs-menu-area {
		border-right: 5px solid var(--theme-color);
	}
	.vs-menu-wrapper .mobile-logo {
		background-color: var(--secondary-color);
		border-bottom: 5px solid var(--theme-color);
	}
	.vs-menu-toggle {
		background-color: var(--secondary-color);
	}
	img.logo {
		width: 185px;
	}
	img.mu-partner-hdr {
		height: 60px;
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
section.brand--layout.mt-5.aw-brand {
    margin-top: 180px !important;
}
.service-block--style2 .service-block__content {
    padding: 50px 20px 40px;
}
section.app--layout1.aw-about {
    margin-top: 250px;
}
.vs-btn.style2 {
    font-size: 20px;
}
.main-menu a, .menu-style2 a {
    font-size: 22px;
}
.hero-title > span {
    color: #0b9c50;
}
img.img1 {
    margin: -100px;
}
section.counter--layout2.space-top.space-extra-bottom {
    background: #020933;
}
.process--layout2 .overlay {
    background: linear-gradient(90deg, #020933 41.07%, rgba(1, 19, 60, 0) 100%);
}
section.about--layout2.space-top.space-extra-bottom {
    background-color: #fff;
}
.call-block2 {
    background-color: #020933;
}
.call-block2 .vc-icon {
    background: #020933;
}
.call-block2 {
    bottom: 250px;
}
button.vs-icon.style3.sideMenuToggler.d-none.d-lg-inline-flex {
    display: none !important;
}
.vs-btn.style2 {
    border: 1px solid #fff;
}
.header-logo::before {
    height: 0;
}
.header-layout1 .header-top, .header-layout3 .header-top {
    background-color: #020933;
}
.app-container-img::before {
	background-color: #000;
	opacity: 0.75;
}
.process-block--style2 .process-block__number {
	border: 2px solid #FFF;
}
.client-block--style3 .client-block__content {
	background-color: var(--theme-color);
}
.client-block--style3 .client-block__text, .client-block--style3 .client-block__name {
	color: var(--white-color);
}
.client-block--style3 .client-block__content::before {
	border-color: transparent var(--theme-color) transparent transparent;
}
.accordion-style1 .accordion-button {
  color: var(--white-color);
}
.accordion-style1 .accordion-item {
	background-color: var(--theme-color);
}
.accordion-style1 .accordion-button.collapsed {
	color: var(--white-color);
}
.accordion-style1 .accordion-button::after, .accordion-style1 .accordion-button:not(.collapsed)::after {
	background-color: var(--sec-color);
}
.accordion-style1 .accordion-body {
	color: var(--sec-color);
}
.brand-block {
  width: 100%;
}
.mu-partner-img {
  width: 100%;
  height: 100px !important;
  object-fit: contain;
}
@media (max-width: 768px){
	img.img1 {
    margin: -5px;
}
	img.img1 {
    margin-top: -140px;
}
	    .service-block--style2 .service-block__content {
        padding: 40px 18px 30px;
    }
	.menu-top {
    margin-left: -5px;
}
	.hero--layout1 .hero-bg::before {
		background: linear-gradient(90deg, #0a0a0a 38%, rgba(1, 19, 60, 0) 100%);
		opacity: 0.9;
	}
	.hero--layout1 .hero-inner {
        min-height: 400px;
        padding: 100px 0;
    }
	.hero--layout1 .vs-btn, .hero--layout2 .vs-btn, .hero--layout3 .vs-btn {
		display: none;
	}
	.app-container {
		margin-top: -60px;
	}
	.client-block--style3 .client-block__content {
        margin-top: 40px;
    }
}
/*** 
=============================================
  About Page Css 
=============================================
***/
.text-box.style2 {
  top: 390px;
}
@media (max-width: 768px){
	.text-box.style2 {
		display: none;
	}
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
section.app--layout1.aw-about-2 {
    margin: 200px 0px 150px;
}
.main-menu ul.sub-menu a, .main-menu ul.mega-menu a, .menu-style2 ul.sub-menu a, .menu-style2 ul.mega-menu a {
    font-size: 15px;
}
.main-menu ul.mega-menu > li > a, .menu-style2 ul.mega-menu > li > a {
    color: #020933;
}
.service-block--style2 .service-block__thumb img {
    height: 320px;
}
.service-block--style2 .service-block__icon {
  background-size: 80%;
}
.work-item__icon {
  background-color: var(--sec-color);
}
.banner-block::before {
  background-color: #8d8d8d;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-block__img img {
	height: 400px;
}

.tm-mb-40 {
	height: 400px !important;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-communicate__text > i
 {
    min-width: 35px;
    min-height: 35px;
    background: #0b9c50;
    color: #fff;
    font-size: 15px;
}
.footer-widget .widget_title {
    color: #020933;
}
.footer--layout1 .overlay {
	background: var(--theme-color);
	opacity: 1;
}
.social-style1 a {
	color: #fff;
	background-color: var(--sec-color);
}
.copyright-wrap {
    background-color: var(--sec-color);
    padding: 15px 0;
    border-top: 1px solid #fff;
}
.copyright-text {
	color: #fff;
}
@media (max-width: 768px){
	    .scrollToTop.show {
        bottom: 30px;
    }
}
/*** 
=============================================
  Floating button Area 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 {
  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);
  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){
	.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;
	}
}
/* ========== 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;
}
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;
  }
}
