/*!
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 {
  --primary-color: #cfa748;
  --secondary-color: #000000;
}

/*** 
=============================================
Header Section Css 
=============================================
***/
.navbar .nav-item .nav-link{
	color: #ffffff;
}
.navbar-toggler-btn-icon{
	color: #ffffff;
}
.header-top-contact ul li a {
	color: var(--secondary-color);
}
.header-top-social a {
	color: var(--secondary-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
.site-breadcrumb::before {
	background : rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px){
	
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.hero-single .hero-content {
	background: none;
	border: none;
}
.navbar.fixed-top .nav-item .nav-link {
	color: #ffffff;
}
.shop-item .shop-item-img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.hero-single .hero-content .hero-title , .hero-single .hero-content p , .counter-box .counter{
color: #ffffff;
}
.hero-single{
	padding-top: 50px;
	padding-bottom : 94px;
}
.counter-wrapper{
	background: var(--secondary-color);
}
.video-box {
    position: relative;
    cursor: pointer;
}

.video-box img {
    width: 100%;
    display: block;
	height: 550px;
}

.video-box video {
    width: 100%;
    display: none;
	height : 450px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
}
.theme-btn {
	color: var(--secondary-color);
}
.feature-icon {
	color : var(--secondary-color);
}
.feature-title {
	color : var(--secondary-color);
}
.feature-item p{
	color: var(--secondary-color);
}
.bg{
 background : var(--primary-color);	
}
@media (max-width: 768px){
	
}
/*** 
=============================================
About Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.owl-carousel .owl-item .service-item .service-img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	}
.service-img img{
	width: 100%;
	height: 300px;
	object-fit : cover;
}
.service-details-img img{
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.service-content p{
	color : #ffffff;
}
.service-btn {
	color : var(--primary-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
Gallery Page Css 
=============================================
***/
.portfolio-img img{
	height: 350px;
	width: 100%;
	object-fit : cover;
}
@media (max-width: 768px){
	
}
/*** 
=============================================
Contact Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
.footer-area {
	background: var(--secondary-color);
}
.copyright{
	background : var(--primary-color);
} 
@media (max-width: 768px){
}
/*** 
=============================================
Floating button Area Css 
=============================================
***/

/*Mobile Css Start*/
@media (max-width: 768px) {
}