/*!
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 
=============================================
***/
:root {
	--themeColorPrimary: #0c7eb0;
	--themeColorSecondary: #ffffff;
	--themeColorOptional: #6c6d6f;
}
/*** 
=============================================
Header Section Css 
=============================================
***/
.logo img{
	height:68px;
	width:100%;
	object-fit:cover;
}
.sticky {
	background: var(--themeColorSecondary) !important;
}
.hendrio_nav_manu{
	border-bottom: 3px solid var(--themeColorOptional);
	background : var(--themeColorSecondary);
}
nav.hendrio_menu{
	margin-bottom: 0px;
}
ul.nav_scroll {
	margin-left: 60px;
}
.style-two.why-choose-section{
	background: #ffffff;
}
@media (max-width: 768px){
	.mean-container .mean-bar::before {
		content: "";
		display: inline-block;
		background-image: url(./assets/mu-images/logo/logo-hk.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 243px;
		height: 53px;
		top: 0px;
	}
	.mean-container a.meanmenu-reveal span {
		background: #000000 !important;
	}
	.meanmenu-reveal.meanclose:hover {
		color: #000000 !important;
	}
}
/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.brand-logo {
	display: flex;
	align-items: center;
	justify-content: center; 
	gap: 20px; 
	flex-wrap: wrap; 
}

.brand-logo img {
	max-width: 150px;
	height: auto;
	object-fit: contain;
}
.mobile-top-bar {
	background: #009528;
	padding: 0px 0;
	text-align: center;
}

.mobile-social-icons a {
	color: #fff;
	margin: 0 8px;
	font-size: 18px;
	transition: 0.3s;
}

.mobile-social-icons a:hover {
	color: #f39c12;
}
.sero-content h1{
	font-size: 50px;
}
.people img{
	border-radius: 50px;
}
.people-info h4{
	color:#000000;
}
/* Common image styling */
.below-img {
  object-fit: cover;
  box-shadow: none;
  border-radius: 0;
  display: block;
}
.img-1 {
  width: 140px;
  height: 100px;
}

.img-2 {
  width: 84px;
  height: 90px;
}
.hero-below-images {
	background: var(--themeColorPrimary);
}

@media (max-width: 768px){
	.hero-button a{
		display: none;
	}
	.hero-section{
		height:400px;
	}
	.sero-content h1{
		font-size: 35px;
		line-height:50px;
		text-align:center;
	}
	.owl-carousel .owl-nav .owl-prev {
		display: none;
	}
	.owl-prev, .owl-next{
		display: none;
	}
.img-1 {
  width: 100px;
  height: 80px;
}

.img-2 {
  width: 67px;
  height: 76px;
}

}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.service-top-section{
	background:#000000 !important;
}
.service-thumb img {
	height: 300px;
}
.service-section {
	padding: 0 0 39px;
}
.widget-sidebar-quick-contact {
	background-color: var(--themeColorOptional);
}
.service-dtls-all-items {
	padding-left: 0px;
}
.post-thumbnail img{
	width:100%;
	height: 385px;
	object-fit: cover;
}
.service-dtls-all-items{
	padding-right:40px;
}
.service-details:before {
	width:100% !important;
}
.widget-button a {
	background:#129314;
}
.widget-button a:before {
	background:#129314;
}
.widget-sidebar-quick-contact {
	background: #0c7eb0;
}
.scroll-area .go-top::before{
	background-image: linear-gradient(to right, #129314 0%, #129314 100%);
}
::marker {
	content:none;
}
.service-dtls-desc ul li{
	padding-left:50px;
}
@media (max-width: 768px){
	.service-dtls-all-items{
		padding-right:0px;
	}
}

/*** 
=============================================
Gallery Page Css 
=============================================
***/
.project-thumb img{
	height: 300px;
	width:100%;
	object-fit: cover;
}
@media (max-width: 768px){
}
/*** 
=============================================
Contact Page Css 
=============================================
***/

@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
.row.subscribe-section {
	background: #000000;
	margin-bottom:50px;
	padding: 30px 28px 30px;
}
h2.subscribe-phone-number{
	font-size: 22px;
	color: #fff;
	margin-top: 6px;
}
.subscribe-contact {
	padding-left: 22px;
}
@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(--themeColorPrimary);
	border-radius: 10px;
	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;
	}
}