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

.cs_fs_23 {
  font-size: 23px;
}
.cs_black_bg {
  background: #000000 !important;
}
/*** 
=============================================
  Color Css 
=============================================
***/
.cs_site_header.cs_style_1 .cs_top_header {
	background-color: var(--heading-color);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow, .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    border: 1px solid var(--accent-color);
}
/*** 
=============================================
  Header Section Css 
=============================================
***/

.cs_logo_bg_shape::before {
    background-color: #ffffff;
}
.cs_gescout_sticky.cs_gescout_show.cs_site_header.cs_style_1 .cs_main_header_in {
	height: 100%;
}
.cs_gescout_sticky.cs_gescout_show .cs_logo_wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cs_main_header_center {
	left: 45%;
}
@media (max-width: 768px){
	img.d-block.d-lg-none {
    max-width: 75%;
}
	.cs_active.cs_active_contact {
		padding-top: 15px !important;
		top: 334px !important;
		left: 4vw !important;
	}
	h5.cs_active_contact_heading {
		font-size: 25px;
		margin-bottom: 0;
		color: var(--accent-color);
	}
	ul.cs_nav_list.css_nav_contact_list li {
		display: flex;
		align-items: center;
	}
	ul.cs_nav_list.css_nav_contact_list li i {
		color: var(--accent-color);
	}
}
/*** 
=============================================
  BreadCrumb Section Css 
=============================================
***/

@media (max-width: 768px){
	.cs_page_heading.mu-breadcrumb-height{
		height: 200px;
	}
}
/*** 
=============================================
  Home Page Css 
=============================================
***/
.cs_hero_title {
	color: #ffffff;
}
.cs_hero_title {
    color: var(--white-color);
}
.cs_hero_subtitle {
	color: var(--white-color);
}
.cs_hero_number_icon {
	background-color: var(--accent-color);
}
.cs_hero_number a {
	color: var(--white-color);
}
.mu-services-heading {
	gap: 20px;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon::before {
	opacity: 1;
}
.cs_brands_wrapper {
	padding: 30px 30px;
	gap: 20px 0px;
	justify-content: space-between;
}
.mu-partner-img {
	object-fit: contain;
	width: 200px;
	height: 100px;
}
@media (max-width: 768px){
	.cs_hero.cs_style_1.cs_type_1 {
		background-position: center;
	}
	.cs_hero.cs_style_1 {
		height: 100%;
		max-height: 100%;
		min-height: 100%;
		Padding: 120px 0;
		padding-bottom: 130px !important;
	}
	.cs_hero_title {
		font-size: 30px;
	}
	.cs_hero_subtitle {
		font-size: 18px;
	}
	.cs_hero.cs_style_1 .cs_hero_btns {
		display: none;
	}
}
/*** 
=============================================
  About Page Css 
=============================================
***/
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
	padding-right: 0;
}
@media (max-width: 768px){
	.cs_about.cs_style_1 .cs_esperience_text {
		max-width: 55%;
	}
	.cs_about.cs_style_1 .cs_experience_title .cs_fs_100 {
		font-size: 40px;
	}
	.cs_about.cs_style_1 .cs_experience_title .cs_fs_50 {
		font-size: 30px;
	}
	.cs_about.cs_style_1 .cs_esperience_text::after {
		opacity: 0.5;
	}
}
/*** 
=============================================
  Serivces Page Css 
=============================================
***/
.mu_css_services_pg.cs_card.cs_style_1 .cs_card_subtitle {
	display: block;
}
.cs_card.cs_style_1 .cs_card_info {
	padding: 50px 30px 30px;
}
@media (max-width: 768px){
	.cs_card.cs_style_1 .cs_card_thumbnail img {
		width: 100%;
	}
	.mu-services-home {
		background: rgb(157,11,12) !important;
		background: -moz-linear-gradient(180deg, rgba(157,11,12,1) 50%, rgba(7,10,51,1) 65%) !important;
		background: -webkit-linear-gradient(180deg, rgba(157,11,12,1) 50%, rgba(7,10,51,1) 65%) !important;
		background: linear-gradient(180deg, rgba(157,11,12,1) 50%, rgba(7,10,51,1) 65%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d0b0c",endColorstr="#070a33",GradientType=1) !important;
	}
	.mu-services-home .cs_section_heading.cs_style_1 .cs_section_subtitle, .mu-services-home .cs_section_heading.cs_style_1 .cs_section_heading_right {
		color: var(--white-color);
	}
}
/*** 
=============================================
  Gallery Page Css 
=============================================
***/
.cs_card.cs_style_5 .cs_card_thumbnail img {
	height: 350px;
}
.cs_card.cs_style_5:nth-child(2) {
	grid-row: auto/span 1;
}
@media (max-width: 768px){
}
/*** 
=============================================
  Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
  Footer Section Css 
=============================================
***/
.cs_footer_contact_info_list {
	max-width: 100% !important;
}
.mu-font-size i {
	font-size: 3rem;
}
.cs_footer_widget .cs_social_btns.cs_style_1 a, .cs_footer_contact_list li i {
	background-color: var(--accent-color);
	&:hover {
		background-color: var(--heading-color);
	}
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom {
	background-color: var(--accent-color);
}
@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: 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){
	.cs_scroll_top_btn {
		right: 10px;
		bottom: 25px;
	}
	.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;
	}
}