/*!
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 
=============================================
***/
.header-top {
	background-color: var(--theme-color);
}
.header-layout1 .header-top .container {
	padding-left: 70px;
}
.header-links li > i {
	color: #fff;
}
.header-links li > a:hover {
	color: #000;
}
.header-layout1 .logo-bg::after {
	background-color: var(--theme-color);
	height: 0;
}
.header-layout1 .logo-bg {
	width: 0;
}
.header-layout1 .header-logo {
	margin-top: 0;
}
.header-logo {
	padding-top: 0;
	padding-bottom: 0;
}
.header-layout1 .header-button .th-btn {
	display: flex !important;
}
.header-logo img{
	max-width:200px;
}
.sec-title{
	color:#f10700;
}
.th-btn:hover{
    background-color: #f10700 !important;
}
.hero-subtitle{
	margin-top: 20px;
}

section.testi-area-3.space {
    padding-top: 160px;
}
.header-layout1 .header-button .th-btn {
	margin-top:0px;
}
.header-logo.second {
    display: none;
}
@media (max-width: 768px){
	.th-menu-wrapper .mobile-logo {
		border-bottom: 5px solid var(--theme-color);
		background-color: #fff;
	}
	.sub-title{
		margin-top:20px;
	}
.hero-style1 .btn-group {
		display:none;
	}
	.header-logo.second {
    display: block;
	padding-right:30px;
}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.hero-1 .th-hero-bg {
	background-position: center;
}
.wcu-box_title {
  font-size: 18px;
}
.hero-title:last-of-type {
     margin-bottom: 0px;
	 }
.th-btn{
	margin-top: 20px;
}
.th-btn.style2 {
	border: solid 3px;
	color:var(--theme-color);
}
@media (max-width: 768px){
	.hero-title {
		font-size: 35px;
	}
	.img2 {
		display: none;
	}
	a.th-btn.serv {
    display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.project-card .project-img img {
	width: 100%;
	height: 350px;
}
.project-card::after {
  height: 80%;
  width: 80%;
}
.project-card .project-content::after {
  left: 47%;
  width: 300px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/

@media (max-width: 768px){
	.th-contact-form .form-group {
		--bs-gutter-x: 0;
	}
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-layout1 {
  background-color: #000;
}
.th-widget-about .about-logo {
	margin-bottom: 10px;
}
.footer-widget .widget_title {
	color: var(--theme-color);
}
.bg-title {
	background-color: var(--theme-color) !important;
}
.copyright-wrap {
	padding: 15px 0;
}
.copyright-text {
	color: #fff;
	text-align: center;
}
.footer-layout2 .footer-top {
	background-color: #0039ff !important;
}
.about-logo {
    max-width: 200px;
}
.th-social.pt-40 a{
 background-color: var(--theme-color);
}
.th-social.pt-40 a:hover{
 background-color: #f10700;
}

@media (max-width: 768px){
}
/*** 
=============================================
  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: 0;
  box-shadow:    0 5px #000000;
  padding:       15px;
  color:         #ffffff;
  font:          normal bold 20px/1 "Open Sans", sans-serif;
  text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.scroll-top {
		right: 10px;
		bottom: 20px;
	}
	.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;
	}
}