/*!
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 
=============================================
***/
.bg-wht-grdnt {
	background: #3675C5;
	background: -webkit-linear-gradient(309deg, rgba(54, 117, 197, 1) 75%, rgba(255, 255, 255, 1) 78%);
	background: -moz-linear-gradient(309deg, rgba(54, 117, 197, 1) 75%, rgba(255, 255, 255, 1) 78%);
	background: linear-gradient(309deg, rgba(54, 117, 197, 1) 75%, rgba(255, 255, 255, 1) 78%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3675C5", endColorstr="#FFFFFF", GradientType=0);
}
.bg-blk-grdnt {
	background: #3675C5;
	background: -webkit-linear-gradient(309deg, rgba(54, 117, 197, 1) 40%, rgba(0, 0, 0, 1) 50%);
	background: -moz-linear-gradient(309deg, rgba(54, 117, 197, 1) 40%, rgba(0, 0, 0, 1) 50%);
	background: linear-gradient(309deg, rgba(54, 117, 197, 1) 40%, rgba(0, 0, 0, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3675C5", endColorstr="#000000", GradientType=0);
}
.btn-default{
	background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--accent-color);
}
.btn-default:hover{
	color: var(--white-color);
}

/*** 
=============================================
  Header Section Css 
=============================================
***/
header.main-header {
	border-bottom: 0;
}
.main-menu .nav-menu-wrapper {
	margin-left: 100px;
}
.main-menu ul li a {
	color: var(--white-color);
	&:hover {
		color: var(--secondary-color);
	}
}
.header-contact-btn .btn-phone {
	color: var(--white-color);
}
.header-contact-btn .btn-default {
	border: 1px solid var(--white-color);
}
.header-contact-btn .btn-default::before{
	top: -1px;
    height: 56px;
	border: 1px solid var(--white-color);
}

@media (max-width: 768px){
	header.main-header {
		background: var(--white-color);
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.home-services.post-item{
	border: 1px solid var(--white-color);
}
.breadcrumb-item+.breadcrumb-item::before{
	content:'';
}
.post-item{
	border:1px solid black;
}
.why-choose-us {
	background: -webkit-linear-gradient(235deg, rgba(0, 0, 0, 1) 40%, rgba(54, 117, 197, 1) 50%);
	background: -moz-linear-gradient(235deg, rgba(0, 0, 0, 1) 40%, rgba(54, 117, 197, 1) 50%);
	background: linear-gradient(235deg, rgba(0, 0, 0, 1) 40%, rgba(54, 117, 197, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3675C5", GradientType=0);
}
.testimonial-slider {
	border: 1px solid var(--accent-color);
}
@media (max-width: 768px){
	.hero.hero-slider-layout .hero-slide {
		padding: 200px 0 160px;
	}
	.hero-slide .hero-content .hero-btn {
		display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.our-services {
	background: #3675C5;
	background: -webkit-linear-gradient(200deg, rgba(54, 117, 197, 1) 40%, rgba(0, 0, 0, 1) 45%);
	background: -moz-linear-gradient(200deg, rgba(54, 117, 197, 1) 40%, rgba(0, 0, 0, 1) 45%);
	background: linear-gradient(200deg, rgb(54, 117, 197) 40%, rgb(0, 0, 0) 45%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3675C5", endColorstr="#000000", GradientType=0);
}
.our-services::before {
	background: #0000;
}
.mu-services-pg-hd {
	font-size: 1.7rem;
}
figure.mu-service-pg img {
	aspect-ratio: 0;
	height: 250px;
}
@media (max-width: 768px){
	.mu-services-pg-hd {
		font-size: 1.5rem;
	}
	.service-single-slider figure img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.mu-gallery-pjt img {
	width: 100%;
	height: 325px;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.footer-links h3 {
	font-size: 25px;
	color: var(--accent-color);
}
ul.footer-menu li a {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 16px;
	padding-right: 0px;
	margin-bottom: 16px;
	font-family: var(--body-font);
	color: #fff;
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: transparent;
	border: none !important;
	box-shadow: none;
	position: relative;
}
.footer-social-links ul li {
	background: var(--accent-color);
}
ul.footer-menu li::marker{
	color:var(--white-color);
}
.footer-logo img{
	height:100px;
}
@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:    var(--accent-color);
	border-radius: 5px;
	box-shadow:    0 5px #000000;
	padding:       15px 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;
	}
}