/* Organiqo | Organic Store HTML Template

Template Name: Organiqo
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header  / Two / Three
5. Sticky Header 
6. Mobile Menu
7. Section Title 
8. Page Title
9. Banner Section / Two / Three
10. Features Section / Two /
11. Featured Products / Two
12. About Section / Two / Three / Four
13. Shop Categories
14. Team Section
15. Discount Section
16. Products Section
17. Ads Section / Two
18. Testimonial Section / Two / Three
19. Gallery Section
20. Gallery Detail
21. Faqs Section
22. Contact Section
23. Blog Classic 
24. Blog Detail
25. Comment Area
26. Comment Form
27. Styled Pagination
28. Clients Section
29. News Section
30. Main Footer / Two / Three
31. Sidebar Page Container
32. Product Details
33. Product Tabs
**********************************************/

/*** 

====================================================================
Reset
====================================================================

***/
:root {
	/*
	# 81B03F
	# FD5F5C
	*/
    --thm-base: #81B03F;
	--thm-base-rgba: 129, 176, 63;
	--thm-second: #FD5F5C;
	--thm-second-rgba: 253, 95, 92;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {

	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'DM Sans', sans-serif;
}

a{
	text-decoration:none;
	color: inherit;
	cursor:pointer;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

a:hover{
	color: inherit;
}


h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.2em;
	text-transform:uppercase;
	font-weight:600;
	color: #1B212F;
	font-family: 'Jost', sans-serif;
}

h1{
	font-size: 56px;
}

/*h2{
font-size: 46px;
}*/

h3{
	font-size: 36px;
}

h4{
	font-size: 24px;
	line-height: 32px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #707070;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1290px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width: 1550px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	white-space: nowrap;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:var(--thm-base);
	padding: 14px 35px;
	font-weight: 400;
	border: 1px solid var(--thm-base);
	border-radius: 50px;
	overflow: hidden;
	text-transform: uppercase;
}

.btn-style-one:hover{
	background-color: var(--thm-base);
	color: #ffffff;
}

/*Btn Style two*/
.btn-style-two{
	position:relative;
	font-size:14px;
	line-height:20px;
	padding: 14px 35px;
	font-weight: 400;
	background-color: var(--thm-base);
	border: 1px solid var(--thm-base);
	border-radius: 50px;
	overflow: hidden;
	color:#ffffff;
	text-transform: uppercase;
}

.btn-style-two:hover{
	color:var(--thm-base);
	background: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.10);
	box-shadow: 0 5px 10px rgba(0,0,0,.10);
}

/*Btn Style Three*/
.btn-style-three{
	position:relative;
	font-size:14px;
	line-height:28px;
	color:#ffffff;
	background-color: #ff7424;
	border: 1px solid #ff7424;
	padding: 10px 25px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
}

.btn-style-three:hover{
	color:#ffffff;
	border-color: var(--thm-base);
	background: var(--thm-base);
}

/*Btn Style four*/
.btn-style-four{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:var(--thm-base);
	padding: 14px 35px;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 50px;
	overflow: hidden;
	text-transform: uppercase;
}

.btn-style-four:hover{
	background-color: var(--thm-base);
	color: #ffffff;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
	counter-reset: counter;
}

.list-style-one li{
	position: relative;
	font-size: 16px;
	line-height: 21px;
	color: #1B212F;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 10px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 21px;
	color: #1B212F;
	font-weight: 400;
	counter-increment: counter;
	content: "0" counter(counter) ".";
}

.list-style-one li a{
	color: #303030;
}

.list-style-one li a:hover{
	color: #247ffb;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-one li{
	position:relative;
	margin-left: 30px;
}

.social-icon-one li a{
	position:relative;
	display:block;
	font-size:20px;
	color:#707070;
	text-align: center;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color:var(--thm-base);
}

.social-icon-one.light li a{
	color: #ffffff;
}

.social-icon-one.light li a:hover{
	color: #222222;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-two li{
	position:relative;
	margin-right: 10px;
}

.social-icon-two li a{
	position:relative;
	display:block;
	height: 40px;
	width: 40px;
	font-size:18px;
	color:var(--thm-base);
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--thm-base);
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}

/*Social Icon three*/

.social-icon-three{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icon-three li{
	position:relative;
	margin-right: 10px;
}

.social-icon-three li a{
	position:relative;
	display:block;
	height: 40px;
	width: 40px;
	font-size:18px;
	color:var(--thm-base);
	background: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three.style-two li a{
	background-color: rgba(112,112,112,.10);
}

.social-icon-three li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
	background-size:120px;
}

.preloader .icon{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:5; 
    background-color: var(--black-color-opacity-three);
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-animation-name: rotateMe; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: rotateMe; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: rotateMe; 
    -ms-animation-duration: 2s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: rotateMe; 
    animation-duration: 2s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} 

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*=== Default Form ===*/

.default-form {
	position: relative;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 10px;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	width: 100%;
	display: block;
	color: #1b212f;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	background-color: #f5f5f5;
	border: 1px solid #f8f8f8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: #1370b5;
}

.default-form .form-group textarea {
	height: 184px;
	resize: none;
	padding-top: 15px;
}

.default-form .form-group select{
	background-image: url(../images/icons/icon-select.png);
	background-position: center right;
	background-repeat: no-repeat;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
	position: relative;
	display: inline-block;
	min-width: 160px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
	border-color: #ff0000;
}

.default-form label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #ff0000;
	margin-bottom: 0;
}

.default-form .form-group .icon{
	position: absolute;
	right: 20px;
	bottom: 0;
	color: #9fa9b8;
	font-size: 14px;
	line-height: 54px;
}

/* Default Dots */

.default-dots .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-dots .owl-dot{
	position: relative;
	margin: 0 5px;
	height: 14px;
	width: 14px;
	border-radius: 10px;
	border: 2px solid rgba(112,112,112,.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-dots .owl-dot.active{
	border: 2px solid var(--thm-base);
	background: var(--thm-base);
}

/* Default Dots */

.default-nav .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -30px;
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-nav .owl-next,
.default-nav .owl-prev{
	position: relative;
	display: block;
	text-align: center;
	left: -90px;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
	color: rgba(var(--thm-base-rgba),1);
	background-color: rgba(var(--thm-base-rgba),.20);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-nav .owl-next{
	right: -90px;
	left: auto;
}

.default-nav .owl-next:hover,
.default-nav .owl-prev:hover{
	color: #ffffff;
	background-color: rgba(var(--thm-base-rgba),1);
}

/*==========================
Accordian Box
===========================*/

.accordion-box {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(112,112,112,.20);
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block:last-child{
	margin-bottom: 0;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	color: #1b212f;
	line-height: 30px;
	font-weight: 400;
	background: #ffffff;
	padding: 15px 30px;
	padding-right: 70px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
	color: #1b212f;
	background-color: rgba(var(--thm-base-rgba),.05);
}

.accordion-box .block .acc-btn .icon {
	position: absolute;
	right: 30px;
	top: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--thm-base);
	font-size: 22px;
	border-radius: 50px;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	color: var(--thm-base);
}

.accordion-box .block .acc-btn.active .icon:before{
	content: "\f1a1";
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	padding: 0px 30px 30px;
	background-color: rgba(var(--thm-base-rgba),.05);
}

.accordion-box .block .content p{
	position: relative;
	margin-bottom: 26px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-box .block .content p:last-child{
	margin-bottom: 0;
}

/*=======================
Scroll To Top style
=======================*/

.scroll-to-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:var(--thm-base);
	text-align:center;
	cursor:pointer;
	background-color: rgba(var(--thm-base-rgba),.3);
	z-index:100;
	display:none;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.10);
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:var(--thm-base);
	color: #ffffff;
}


.bounce-y{
	-webkit-animation: bounce-y 15s linear infinite;
	animation: bounce-y 15s linear infinite;	
}


.bounce-y.bounce-2x{
	-webkit-animation: bounce-y 7s linear infinite;
	animation: bounce-y 7s linear infinite;	
}


.bounce-x{
	-webkit-animation: bounce-x 15s linear infinite;
	animation: bounce-x 15s linear infinite;	
}

.zoom-one{
	-webkit-animation: zoom-two 15s linear infinite;
	animation: zoom-two 15s linear infinite;	
}

.zoom-two{
	-webkit-animation: zoom-two 15s linear infinite;
	animation: zoom-two 15s linear infinite;	
}



@-webkit-keyframes zoom-one {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes zoom-one {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}


@-webkit-keyframes zoom-two {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom-two {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@-webkit-keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}



@-webkit-keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}	


/*** 

====================================================================
Main Header
====================================================================

***/

.header-span{
	position: relative;
	height: 110px;
	display: block;
	width: 100%;
}

.main-header{	
	position: relative;
	z-index:999;
}

.main-header .auto-container{	
	max-width: 1510px;
}

.header-upper{
	position: relative;
	border-bottom: 1px solid #F1F1F1;
}

.main-header .logo{
	position: relative;
	padding: 30px 0;
}

.main-header .logo img{
	height: 50px;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top:0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .nav-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:30px 0px;
	margin-right: 42px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	color: #707070;
	text-transform: uppercase;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	padding: 0;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:after{
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	right:0px;
	top:0px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > a:before{
	position: absolute;
	left: -15px;
	right: -15px;
	top: 2px;
	bottom: 2px;
	border-left: 2px solid #247ffb;
	border-right: 2px solid #247ffb;
	content: "";
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	display: none;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	left: -8px;
	right: -8px;
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color: var(--thm-base);
}

.main-menu .navigation > li > ul{
	position: absolute;
	left: 0px;
	top: 100%;
	width: 220px;
	z-index: 100;
	background-color: #ffffff;
	margin-top: 30px;
	opacity: 0;
	display: none;
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:29px;
	font-weight:400;
	font-size:16px;
	color:#333333;
	text-align:left;
	margin: 0 20px;
	border-bottom: 1px solid #e5e5e5;
	text-transform:capitalize;
	-webkit-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:var(--thm-base);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	margin-top: 10px;
	-webkit-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	transform:translateY(-30px);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#333333;
	text-align:left;
	margin: 0 20px;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:var(--thm-base);
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	margin-top: 0;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	margin-top: 20px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.main-header .outer-box .theme-btn{
	display: block;
	min-width: 160px;
}

/*=== Header Lower ===*/

.header-lower{
	position: relative;
	padding: 25px 0;
}

.dropdown-style-one{
	position: relative;
	display: block;
	min-width: 200px;
}

.dropdown-style-one .dropdown-toggle{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 20px;
	color: #FFFFFF;
	background: var(--thm-base);
	text-transform: uppercase;
	max-width: 250px;
	width: 100%;
}

.dropdown-style-one .dropdown-toggle .icon{
	position: relative;
	margin-right: 10px;
	font-size: 16px;
}

.dropdown-style-one .dropdown-menu{
	max-width: 250px;
	width: 100%;
	margin-top: -2px;
	border-radius: 0;
}

.dropdown-style-one .dropdown-item.active, 
.dropdown-style-one .dropdown-item:active{
	color: var(--thm-base);
	background: #f8f9fa;
}

.dropdown-style-one .dropdown-toggle::after{
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 30px;
	border: 0;
	height: 30px;
	width: auto;
	font-family: 'Flaticon';
	content: "\f12b";
	font-size:14px;
	z-index:5;	
}

/* Header Search */

.header-search{
	position: relative;
}

.header-search .form-group{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.header-search .form-group input[type="text"],
.header-search .form-group input[type="search"]{
	position:relative;
	display:block;
	line-height:20px;
	font-size:16px;
	width:100%;
	height:50px;
	border: 1px solid transparent;
	padding:15px 30px;
	color:#707070;
	background: #F4F4F4;
	border-radius: 50px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-search .form-group button{
	position: relative;
	margin-left: 10px;
	height:50px;
	min-width:50px;
	display:block;
	font-size:18px;
	color:var(--thm-base);
	line-height:50px;
	border-radius: 50px;
	border: 1px solid var(--thm-base);
	font-weight:normal;
	background: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.header-search .form-group button:hover{
	background: var(--thm-base);
	color: #ffffff;
}

.header-search.style-two .form-group{
	max-width: 550px;
}

.header-search.style-two .form-group input[type="text"],
.header-search.style-two .form-group input[type="search"]{
	border-radius: 0;
}

.header-search.style-two .form-group button{
	position: absolute;
	right: 0;
	top: 0;
	color: #707070;
	border: 0;
	font-weight: 700;
	font-size:16px;
	background: none;
}

.header-search.style-two .form-group button:hover{
	color: var(--thm-base);
}

.main-header .ui-btn{
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	font-size: 26px;
	margin-left: 35px;
}

.main-header .ui-btn .icon{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #4E4C4C;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .ui-btn:hover .icon{
	color: var(--thm-base);
}

.main-header .ui-btn .icon svg{
	height: 25px;
	width: 24px;
}

.main-header .ui-btn .count{
	position: absolute;
	right: -10px;
	top: -5px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	color: #ffffff;
	background-color: var(--thm-base);
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	z-index: 9;
}

/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two{
	position: relative;
	background: var(--thm-base);
}

.header-style-two .header-upper{
	border-bottom: 1px solid rgba(255,255,255,.30);
}

.header-style-two .header-upper .row{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-style-two .header-search .form-group button{
	border: 1px solid #ffffff;
	color: #ffffff;
}

.header-style-two .dropdown-style-one .dropdown-toggle,
.header-style-two .header-search .form-group button:hover{
	background: #ffffff;
	color: var(--thm-base);
}
v
.header-style-two .ui-btn .icon:hover,
.header-style-two .ui-btn .icon{
	color: #ffffff;
}

.header-style-two .ui-btn .count{
	background: var(--thm-second);
}

.header-style-two .header-lower .nav-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-style-two .main-menu .navigation > li{
	margin: 0 21px;
	padding: 15px 0px;
}

.header-style-two .main-menu .navigation > li > a{
	position: relative;
	color: #ffffff;
}

.header-style-two .main-menu .navigation > li:before{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 0;
	height: 1px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li.current:before,
.header-style-two .main-menu .navigation > li:hover:before{
	width: 75%;
	left: 0;
}

/*** 

====================================================================
Header Style Three
====================================================================

***/

.header-style-three{
	position: relative;
}

.header-style-three .header-upper{
	border-bottom: 1px solid rgba(112,112,112,.30);
}

.header-style-three .header-upper .row{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-style-three .header-upper .login-outer{
	margin-left: 70px;
}

.header-style-three .header-upper .login-outer:before{
	position: absolute;
	left: -35px;
	top: 0;
	height: 24px;
	border-left: 2px solid #707070;
	opacity: .30;
	content: "";
}

.header-style-three .ui-btn .icon:hover,
.header-style-three .ui-btn .icon{
}

.header-style-three .ui-btn .count{
	background: var(--thm-second);
}

.header-style-three .header-upper .nav-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-style-three .main-menu .navigation > li{
	margin: 0 21px;
}

.header-style-three .header-lower{
	padding: 37px 0;
}

.header-style-three .cart-btn-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-style-three .cart-btn-outer .price{
	position: relative;
	margin-left: 15px;
	font-size: 16px;
	color: #1B212F;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 99999;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.sticky-header .auto-container{
	max-width: 1400px;
}

.sticky-header .logo{
	padding: 15px 0;
}

.sticky-header .logo img{
	height: 50px;
}

.sticky-header .nav-outer{
	background: none;
}

.sticky-header .inner-container{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sticky-header .main-menu .navigation > li{
	margin: 0;
	margin-left: 35px;
	padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a{
	color: #707070;
}

.sticky-header .main-menu .navigation > li.current > a, 
.sticky-header .main-menu .navigation > li:hover > a{
	color: var(--thm-base);
}

/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler{
	position: relative;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	color: var(--thm-base);
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 5px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
} 

.mobile-menu .menu-backdrop{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.80);
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	width: 100%;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-menu .nav-logo img{
	height: 50px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width:320px;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.mobile-menu .close-btn{
	position: relative;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: var(--thm-base);
	cursor: pointer;
	z-index: 10;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li > a{
	padding-left: 35px;
}

.mobile-menu .navigation li > ul > li > ul > li >a{
	padding-left: 50px;
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #707070;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:var(--thm-base);	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:0px;
	width:40px;
	height:44px;
	text-align:center;
	font-size:12px;
	line-height:44px;
	color:#707070;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-title-outer .btn-box{
	position: relative;
	margin-bottom: 25px;
}

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .sub-title{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	text-transform:uppercase;
	font-weight:600;
	color: var(--thm-base);
	margin-bottom: 18px;
}

.sec-title h3{
	position: relative;
	letter-spacing: .02em;
	font-weight:700;
}

.sec-title .text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
}

.sec-title.light .text,
.sec-title.light h2{
	color: #ffffff;
}

/*** 

====================================================================
Page Title
====================================================================

***/

.page-title{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	text-align:center;
}

.page-title .auto-container{
	max-width: 1510px;
	width: 100%;
}

.page-title h3{
	font-weight: 700;
	margin-bottom: 17px;
	color:#ffffff;
	font-size:50px;
}

.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:5px;
	padding-right:15px;
	color:#ffffff;
	font-size:24px;
	font-weight:400;
	text-transform:capitalize;
	font-family: 'Jost', sans-serif;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "/";
	right:-6px;
	top:1px;
	color:#ffffff;
	font-size:24px;
	font-weight: 400;
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#000000;
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
	position: relative;
	display: inline-block;
	height: 110px;
	width: 110px;
	text-align: center;
	line-height: 110px;
	background-color: #ffffff;
	color: #247ffb;
	z-index: 1;
	padding-left: 5px;
	font-size: 20px;
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center; 
	-ms-transform-origin:center; 
	transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {-webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

.background-layer,
.background-image{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*** 

====================================================================
Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	padding: 64px 0;
}

.banner-section .background-image{
	background-repeat: no-repeat;
	background-size: contain;
}


.banner-section .content-column{
	position: relative;
}

.banner-section .content-column .inner-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
}

.banner-section .sub-title{
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--thm-base);
	font-weight: 500;
	margin-bottom: 30px;
}

.banner-section h1{
	color: #1B212F;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.banner-section .text{
	position: relative;
	color: #707070;
	margin-bottom: 45px;
}

.banner-section .btn-box{
	position: relative;
}

.banner-section .images-column{
	position: relative;
}

.banner-section .images-column .image{
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.banner-section .images-column .image img{

}

.banner-section .images-column .bg-image{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50px;
	text-align: center;
}


/*** 

====================================================================
Banner Section / Style TWO
====================================================================

***/

.banner-section.style-two{
	padding: 0;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 830px;
}

.banner-section.style-two .content-column{
	max-width: 500px;
}

.banner-section.style-two .auto-container{
	max-width: 1200px;
}

.banner-section.style-two .content-column .inner-column{
	padding-top: 180px;
	padding-bottom: 260px;
}

.banner-section.style-two .sub-title{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two .active .sub-title{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.banner-section.style-two h1{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two .active h1{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section.style-two .text{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two .active .text{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section.style-two .btn-box{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section.style-two .active .btn-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-section .default-nav .owl-next{
	right: 50px;
	background: var(--thm-base);
	color: #ffffff;
	font-size: 18px;
}

.banner-section .default-nav .owl-prev{
	left: 50px;
	background: var(--thm-base);
	color: #ffffff;
	font-size: 18px;
}

.banner-section .default-nav .owl-next:hover,
.banner-section .default-nav .owl-prev:hover{
	background: #ffffff;
	color: var(--thm-base);
}

/*** 

====================================================================
Banner Section / Style Three
====================================================================

***/

.banner-section.style-three{
	position: relative;
	padding: 0;
}

.banner-section.style-three .outer-box{
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	background-color: rgba(var(--thm-base-rgba),.1);
	padding: 50px 0 50px;
}

.banner-section.style-three .auto-container{
	max-width: 1220px;
}

.banner-section.style-three .content-column{
	position: relative;
}

.banner-section.style-three .content-column .inner-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	max-width: 500px;
}

.banner-section.style-three .content-column h1{
	text-transform: none;
}

.banner-section.style-three .images-column{
	position: relative;
	padding-top: 23px;
}

.banner-section.style-three .images-column .image-box{
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
}

.banner-section.style-three .bg-cloud{
	position: absolute;
	left: 0;
	top: -23px;
	margin-bottom: 0;
}

.banner-section.style-three .bg-image{
	position: relative;
	margin-bottom: 70px;
}

.banner-section.style-three .boy-image{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	height: 450px;
	width: 393px;
	z-index: 1;
}

.banner-section.style-three .boy-image .wheel-back{
	position: absolute;
	left: -2px;
	bottom: 0;
	z-index: -1;
	animation: fa-spin 5s infinite linear; 
}

.banner-section.style-three .boy-image .wheel-front{
	position: absolute;
	right:4px;
	bottom: 0;
	z-index: -1;
	animation: fa-spin 5s infinite linear; 
}

/*** 

====================================================================
Features Section
====================================================================

***/

.features-section{
	position: relative;
	padding: 120px 0 90px;
}

.feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box{
	position: relative;
	background-color: rgba(var(--thm-base-rgba),.10);
	padding: 60px 35px 25px;
	min-height: 280px;
	text-align: center;
	border-radius: 10px;
	height: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:before{
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 150px;
	background-image: url(../images/icons/feature-bg.png);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover:before{
	opacity: 1;
	visibility: visible;
}

.feature-block .inner-box:hover{
	transform: translateY(-10px);
	background-color: rgba(var(--thm-base-rgba),1);
	-webkit-box-shadow: 0 10px 30px rgba(36,127,251,.10);
	box-shadow: 0 10px 30px rgba(36,127,251,.10);
}

.feature-block .icon{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.feature-block .icon svg{
	height: 90px;
	width: auto;
}

.feature-block .icon svg path{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon svg,
.feature-block .inner-box:hover .icon svg path{
	fill: #ffffff;
}

.feature-block h4{
	color: #1b212f;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h4{
	color: #ffffff;
}

/*** 

====================================================================
Features Section Two
====================================================================

***/

.features-section-two{
	position: relative;
	margin-top: -50px;
	z-index: 1;
	min-height: 360px;
}

.features-section-two .auto-container{
	max-width: 1460px;
}

.features-section-two .row{
	margin: 0 -10px;
}

.feature-block-two{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.feature-block-two .inner-box{
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 10px 60px rgba(112,112,112,.10);
	box-shadow: 5px 10px 60px rgba(112,112,112,.10);
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

/*.feature-block-two .inner-box:hover{
background-color: rgba(var(--thm-base-rgba),1);
-webkit-box-shadow: 0 10px 30px rgba(36,127,251,.10);
box-shadow: 0 10px 30px rgba(36,127,251,.10);
}*/

.feature-block-two .inner-box.active{
	border-radius: 10px 10px 0 0;
	background-color: rgba(var(--thm-base-rgba),1);
	-webkit-box-shadow: 0 10px 30px rgba(36,127,251,.10);
	box-shadow: 0 10px 30px rgba(36,127,251,.10);
}

.feature-block-two .icon-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 30px;
	font-size: 20px;
	line-height: 30px;
	color: #1B212F;
	border-radius: 10px;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block-two .inner-box.active .icon-box{
	padding: 35px 30px 15px;
}

.feature-block-two .content{
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0px 30px 25px;
	z-index: 999;
	border-radius: 0 0 10px 10px;
	-webkit-transition: background-color 400ms ease;
	-o-transition: background-color 400ms ease;
	transition: background-color 400ms ease;
	display: none;
}

.feature-block-two .inner-box.active .content{
	display: block;
}

.feature-block-two .icon{
	position: relative;
	display: block;
	margin-right: 18px;
}

.feature-block-two .icon svg{
	height: 40px;
	width: auto;
	display: block;
}

.feature-block-two .icon svg path{
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block-two .inner-box.active .icon svg,
.feature-block-two .inner-box.active .icon svg path{
	fill: #ffffff;
}

.feature-block-two .inner-box.active .icon-down{
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

.feature-block-two .icon-down{
	position: relative;
	margin-left: auto;
	font-size: 16px;
}

.feature-block-two h4{
	color: #1b212f;
	text-transform: uppercase;
	margin-bottom: 12px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block-two p{
	position: relative;
	color: #ffffff;
	margin-bottom: 10px;
	z-index: 999;
}

.feature-block-two .read-more{
	position: relative;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	text-decoration: underline;
}

.feature-block-two .inner-box.active .icon-box,
.feature-block-two .inner-box.active h4{
	color: #ffffff;
}

.feature-block-two .inner-box.active .content{
	background-color: rgba(var(--thm-base-rgba),1);
}

.features-section-two.style-two{
	margin-top: 0;
	padding: 120px 0 90px;
}

.features-section-two.style-two .auto-container{
	max-width: 1490px;
}

.features-section-two.style-two .feature-block-two .inner-box{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(112,112,112,.20);
}

.features-section-two.style-two .feature-block-two .inner-box.active{
	border: 1px solid #ffffff;
}

/***

====================================================================
Featured Products
====================================================================

***/

.featured-products{
	position: relative;
	padding: 120px 0 90px;
}

.featured-products .auto-container{
	max-width: 1510px;
}

.products-carousel{
	position: relative;
	padding-bottom: 36px;
}

.product-block{
	position: relative;
	margin-bottom: 30px;
}

.product-block .inner-box{
	position: relative;
	border: 1px solid rgba(112,112,112,.30);
	border-radius: 10px;
	text-align: center;
	background: #ffffff;
}

.product-block .tag{
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	background: var(--thm-second);
	font-weight: 400;
	padding: 0 12px;
	border-radius: 3px;
	z-index: 9;
	font-style: italic;
	text-transform: uppercase;
}

.product-block .like-btn{
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 24px;
	line-height: 23px;
	color: #000000;
	background: none;
	font-weight: 400;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block .like-btn:hover{
	color: var(--thm-base);
}

.product-block .image{
	position: relative;
	min-height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 0px;
}

.product-block .image:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content: "";
	opacity: .30;
	left: -100%;
	pointer-events: none;
	z-index: 1;
}

.product-block .inner-box:hover .image:before{
	left: 100%;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.product-block .image img{
	width: auto;
	border-radius:10px 10px 0 0px;
}

.product-block .cat{
	display: block;
	font-size: 18px;
	color: #707070;
	font-style: italic;
	font-family: 'Jost', sans-serif;
	margin-bottom: 5px;
}

.product-block h4{
	display: block;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 4px;
}

.product-block h4:hover{
	color: var(--thm-base);
}

.product-block .price{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 27px;
	color: var(--thm-base);
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Jost', sans-serif;
}

.product-block .price del{
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	color: #1B212F;
	line-height: 27px;
	opacity: .30;
}

.product-block .add-to-cart{
	position:relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size:14px;
	line-height:20px;
	padding: 10px 32px;
	font-weight: 400;
	border-radius: 4px;
	background-color: #1B212F;
	overflow: hidden;
	color:#ffffff;
}

.product-block .add-to-cart:hover{
	background-color: var(--thm-base);
	color: #ffffff;
}

.item-quantity{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	color: #222222;
	background: rgba(112,112,112,.10);
	min-width: 110px;
	margin-right: 20px;
	padding: 0 3px;
	border-radius: 50px;
}

.item-quantity .input-group{
	position: relative;
	border-radius: 50px;
}

.item-quantity .quantity-spinner:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.item-quantity .quantity-spinner{
	width: 60px;
	border: 0;
	padding: 0;
	text-align: center;
	height: 40px;
	width: 30px;
	background-color: transparent;
	outline: none;
	font-size: 16px;
	line-height: 33px;
	color: #444444;
	font-weight: 500;
}

.item-quantity .input-group-btn .btn{
	padding: 0;
	height: 34px;
	width: 34px;
	font-size: 24px;
	line-height: 32px;
	background: #ffffff;
	color: #707070;
	text-align: center;
	border-radius: 50%;
	bottom: 3px;
	position: relative;
}

.product-block .quantity-outer{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}

.product-block .quantity-outer .add-to-cart{
	position: relative;
	background: none;
	padding: 0;

}

.product-block .quantity-outer .add-to-cart .icon{
	width: 50px;
	height: 50px;
	background: rgba(112,112,112,.10);
	border-radius: 50%;
	padding: 0;
	font-size: 20px;
	color: var(--thm-base);
	line-height: 50px;
	text-align: center;
}

/***

====================================================================
Featured Products / Style Two
====================================================================

***/

.featured-products.style-two{
	position: relative;
}

.featured-products .outer-box{
	position: relative;
	max-width: 1690px;
	margin: 0 auto;
	padding: 120px 0 70px;
	background-color: rgba(var(--thm-base-rgba),.10);
	margin-bottom: 30px;
}

.featured-products .outer-box .product-block .inner-box{
	border: 0;
}

.row.less-space{
	margin: 0 -10px;
}

.row.less-space > div{
	padding: 0 10px;
}

/*** 

====================================================================
About Section
====================================================================

***/

.about-section{
	position: relative;
}

.about-section .content-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.about-section .content-column .sec-title{
	margin-bottom: 20px;
}

.about-section .content-column p{
	margin-top: 20px;
}

.about-section .content-column p.bold{
	font-size:20px;
	font-weight:500;
}

.about-section .content-column .theme-btn{
	position: relative;
	margin-top: 40px;
}

.about-section .images-column{
	position: relative;
}

.about-section .image-box{
	position: relative;
	margin-right: -70px;
}

.about-section .image-box .image{
	position: relative;
	border-radius: 50%;
	margin-bottom: 0;
}

.about-section .image-box .image:before{
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin: 0 auto;
	background-image: url(../images/icons/circles.png);
	content: "";
	height: 660px;
	width: 660px;
	animation: zoom-one 10s infinite linear;
}

.about-section .image-box .image img{
	display: block;
	width: 100%;
}

.about-section .image-box h3{
	position: absolute;
	left: 22px;
	top: 0;
	color: var(--thm-base);
	text-transform: uppercase;
}

/*== About Section / Style Two ===*/

.about-section.style-two{
	padding: 125px 0 0;
	background-color: rgba(var(--thm-base-rgba),.1);
}

.about-section.style-two .sponsors-outer{
	padding-top: 50px;
	padding-bottom: 80px;
}

/*== About Section / Style Three ===*/

.about-section.style-three{
	padding: 0;
}

.about-section.style-three .outer-box{
	position: relative;
	max-width: 1650px;
	margin: 0 auto;
	background-color: rgba(var(--thm-base-rgba),.1);
	padding:80px 0;
}

.about-section.style-three .content-column .inner-column{
	padding-left: 100px;
}

.about-section.style-three .image-box{
	margin-left: -40px;
}

.about-section.style-three .image-box .image:before{
	display: none;
}

/*== About Section / Style Four ===*/

.about-section.style-four .image-box{
	margin-left: -40px;
	margin-right: -20px;
}

.about-section.style-four .image-box .image:before{
	display: none;
}

/*** 

====================================================================
Shop Categories
====================================================================

***/

.shop-categories{
	position: relative;
	padding: 120px 0 90px;
}

.shop-categories .auto-container{
	max-width: 1570px;
}

.shop-categories .row{
	margin: 0 -10px;
}

.category-block{
	position: relative;
	padding: 0 10px;
	margin-bottom: 30px;
}

.category-block .inner-box{
	position: relative;
	padding: 30px 20px 30px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid rgba(112,112,112,.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-block .icon{
	position: relative;
	display: block;
	font-size: 82px;
	line-height: 1em;
	color: var(--thm-base);
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-block h4{
	color: #1b212f;
	text-transform: uppercase;
	transition: all 300ms ease;
	margin-bottom: 12px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-block h4:hover{
	color: var(--thm-base);
}

.category-block .count{
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-block .inner-box:hover{
	background-color: rgba(var(--thm-base-rgba),1);
	transform: translateY(-10px);
}

.category-block .inner-box:hover h4,
.category-block .inner-box:hover .count,
.category-block .inner-box:hover .icon{
	color: #ffffff;
}

/* Style Two */

.shop-categories.style-two .category-block .inner-box{
	border: 0;
	background-color: rgba(var(--thm-base-rgba),.1);
}

.shop-categories.style-two .category-block .inner-box:hover{
	background-color: rgba(var(--thm-base-rgba),1);
}

/* Style Three */

.shop-categories.style-three{
	padding: 0;
}

.shop-categories.style-three .auto-container{
	max-width: 1560px;
}

.shop-categories.style-three .category-block .inner-box{
	background-color: rgba(var(--thm-base-rgba),.03);
	height: 100%;
	border: 0;
}

.shop-categories.style-three .category-block .inner-box:hover{
	background-color: rgba(var(--thm-base-rgba),1);
}

.shop-categories.style-three .category-block .inner-box:hover h4,
.shop-categories.style-three .category-block .inner-box:hover .count,
.shop-categories.style-three .category-block .inner-box:hover .icon{
	color: #ffffff;
}

/*** 

====================================================================
Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 0px 0 70px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.team-section .auto-container{
	max-width: 1400px;
}

.team-block{
	position: relative;
	margin-bottom: 50px;
}

.team-block .inner-box{
	position: relative;
}

.team-block .image-box{
	position: relative;
	text-align: left;
	overflow: hidden;
}

.team-block .image-box .image{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
}

.team-block .image-box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--thm-base);
	border-radius: 10px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.team-block .inner-box:hover .image-box .overlay{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.team-block .image-box .social-links{
	position: absolute;
	top: 50%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -20px;
}

.team-block .image-box .social-links li{
	position: relative;
	display: block;
	margin: 0 5px;
}

.team-block .image-box .social-links li a{
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	color: var(--thm-base);
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .social-links li a:hover{
	color: #ffffff;
	background-color: var(--thm-second);
}

.team-block .info-box{
	position: relative;
	padding: 20px 0 0;
}

.team-block .info-box .name{
	margin-bottom: 8px;
}

.team-block .info-box .name:hover{
	color: var(--thm-base);
}

.team-block .info-box .designation{
	font-size: 18px;
	line-height: 1.2em;
	color: #707070;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
}

/*** 

====================================================================
Discount Section
====================================================================

***/

.discount-section{
	position: relative;
	padding: 60px 0;
}

.discount-section .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.discount-section .image-box{
	position: relative;
	height: 610px;
	width: 610px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--thm-second);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.discount-section .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.discount-section .image-box img{
	position: relative;
	display: block;
}

.discount-section .content-box{
	position: relative;
	height: 730px;
	min-width: 730px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	margin-left: -120px;
}

.discount-section h1{
	font-weight: 700;
	margin-bottom: 50px;
}

.discount-section .text{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #1B212F;
	font-weight: 400;
	margin-bottom: 60px;
}

.discount-section .text span{
	font-size: 46px;
	color: var(--thm-base);
	font-weight: 700;
}

.discount-section .timer{
	position: relative;
}

.discount-section .cs-countdown{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.discount-section .cs-countdown div{
	position: relative;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
}

.discount-section .cs-countdown div > span{
	display: block;
	font-size: 24px;
	color: #1B212F;
	margin-top: 4px;
}

.discount-section .cs-countdown h4{
	position:relative;
	display: block;
	color: var(--thm-base);
	margin-top: 0px;
}

/* Discount Section / Style Two*/

.discount-section.style-two{
	padding: 100px 0;
}

.discount-section.style-two .content-box{
	background: none;	
	height: auto;
}

.discount-section.style-two .content-box{
	margin: 0 auto;
}

.discount-section.style-two .text{
	margin-bottom: 40px;
}

.discount-section.style-two .theme-btn{
	margin-top: 30px;
}

/* Discount Section / Style Three */

.discount-section.style-three{
	padding: 0;
}

.discount-section.style-three .content-column .inner-column{
	padding: 50px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.discount-section.style-three .text{
	margin-bottom: 40px;
}

.discount-section.style-three .theme-btn{
	margin-top: 30px;
}

.discount-section.style-three .cs-countdown{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.discount-section.style-three .image-column .image{
	position: relative;
	margin-left: -65px;
	margin-right: -65px;
	margin-bottom: 0;
}

.discount-section.style-three .content-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*** 

====================================================================
Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 120px 0;
}

.products-section .auto-container{
	max-width: 1510px;
}

.products-section .sec-title{
	margin-bottom: 30px;
}

.products-section .row{
	margin: 0 -10px;
}

/*=== Mixitup Gallery ===*/

.mixitup-gallery .filters{
	position: relative;
	margin-bottom: 50px;
}

.mixitup-gallery .filter-tabs{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mixitup-gallery .filters li{
	position: relative;
	line-height: 30px;
	padding: 10px 30px;
	color: #707070;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid rgba(27,33,47,.30);
	border-radius: 50px;
	margin: 0 10px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active{
	color: #ffffff;
	background-color: var(--thm-base);
	border: 1px solid var(--thm-base);
}

.mixitup-gallery .project-block.mix{
	display: none;
}

.product-block.mix{
	display: none;
}

.product-block.width-20{
	width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.products-section .btn-box{
	position: relative;
	text-align: center;
	margin-top: 30px;
}

/*** 

====================================================================
Ads Section
====================================================================

***/

.ads-section{
	position: relative;
}

.ads-section .auto-container{
	max-width: 1510px;
}

.banner-box{
	position: relative;
	margin-bottom: 30px;
}

.banner-box .inner-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	min-height: 300px;
}

.banner-box .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content: "";
	opacity: .30;

	left: -100%;
	pointer-events: none;
	z-index: 1;
}

.banner-box .inner-box:hover:before{
	left: 100%;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-box .inner-box .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.banner-box .inner-box .image img{
	display: block;
	min-height: 300px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner-box .inner-box .content{
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	width: 100%;
}

.banner-box .inner-box.text-center .content{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-box .inner-box.text-right .content{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.banner-box .inner-box.text-top-left .content{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.banner-box .inner-box.text-bottom .content{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 20px;
	top: auto;
	bottom: 0;
	height: auto;
}

.banner-box .inner-box.text-bottom .content h4{
	margin-bottom: 0;
}

.banner-box .inner-box.text-bottom .theme-btn{
	margin-left: 10px;
	margin-top: 10px;
}

.banner-box .inner-box.text-top-left .image img{
	min-height: 630px;
}

.banner-box h3{
	color: var(--thm-base);
	font-weight: 700;
	margin-bottom: 10px;
}

.banner-box h3 span{
	color: #1B212F;
}

.banner-box h4{
	color: var(--thm-second);
	margin-bottom: 14px;
}

.banner-box .theme-btn{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.banner-box.style-two h4{
	margin-bottom: 33px;
}

.ads-section.style-two{
	padding: 120px 0 90px;
}

.ads-section.style-two .auto-container{
	max-width: 1530px;
}

/*** 

====================================================================
Ads Section Two
====================================================================

***/

.ads-section-two{
	position: relative;
	padding: 90px 0;
}

.ads-section-two .auto-container{
	max-width: 1560px;
}

.banner-box-two{
	position: relative;
	margin-bottom: 30px;
}

.banner-box-two .inner-box{
	position: relative;
	background-color: rgba(var(--thm-base-rgba),.1);
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-box-two .inner-box .image{
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	padding: 30px 10px 30px;
}

.banner-box-two .inner-box .content{
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px 20px;
	height: 100%;
}

.banner-box-two .inner-box h3{
	color: var(--thm-base);
	font-weight: 700;
	margin-bottom: 10px;
}

.banner-box-two .inner-box h3 span{
	color: #1B212F;
}

.banner-box-two .inner-box h4{
	color: var(--thm-second);
	margin-bottom: 14px;
}

.banner-box-two .theme-btn{
	padding: 0;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.banner-box-two .inner-box.text-right .content{
	left: auto;
	right: 0;
}

.banner-box-two .inner-box.text-right{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.banner-box-two .inner-box.text-right .theme-btn{
	left: auto;
	right: 20px;
}

.ads-section-two .banner-box-two .inner-box{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*** 

====================================================================
Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 90px 0 120px;
}

.testimonial-section .auto-container{
	max-width: 1260px;
}

.testimonial-section .outer-box{
	margin: 0 -30px;
}

.testimonial-section .testimonial-carousel{
	padding-bottom: 40px;
}

.testimonial-block{
	position: relative;
	padding: 0px 15px 30px;
	z-index: 1;
}

.testimonial-block .inner-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 90px;
	background-color: #ffffff;
}

.testimonial-block .image{
	position: absolute;
	left: 0;
	top: 40px;
	width: 190px;
	overflow: hidden;
	border-radius: 10px;
	z-index:1;
}

.testimonial-block .image img{
	width: 100%;
	transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .image img{
	transform: scale(1.1);
}


.testimonial-block .content{
	position: relative;
	padding: 40px 25px;
	min-height: 300px;
	padding-left: 130px;
	border:1px solid var(--thm-base);
	-webkit-box-shadow: 5px 5px 15px rgba(112,112,112,.10);
	box-shadow: 5px 5px 15px rgba(112,112,112,.10);
}

.testimonial-block .content:before{
	position: absolute;
	right: 30px;
	top: 50px;
	font-size: 130px;
	line-height: 1em;
	color: var(--thm-base);
	content: "\f10e";
	font-weight: 900;
	opacity: .10;
	font-family: 'Font Awesome 5 Free';
}

.testimonial-block .rating{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	color: #FDC25C;
	font-weight: 900;
	letter-spacing: 10px;
	margin-bottom: 20px;
}

.testimonial-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 20px;
}

.testimonial-block .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #505050;
	font-weight: 400;
	margin-top: 5px;
}

/*** 

====================================================================
Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 120px 0 0;
}

.testimonial-section-two:before{
	position: absolute;
	left: 0;
	top: 220px;
	height: 80vh;
	width: 100%;
	background-image: url(../images/icons/dotted-map.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}	

.testimonial-section-two .background-image{
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin-right: -190px;
	margin-left: -220px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
}

.testimonial-section-two .outer-box{
	position: relative;
	padding-top: 140px;
	padding-bottom: 130px;
	max-width: 640px;
	margin: 0 auto;
}

.testimonial-block-two{
	position: relative;
	padding: 50px 30px 30px;
}

.testimonial-block-two .inner-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	padding: 70px 30px 50px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 30px rgba(112,112,112,.10);
	box-shadow: 5px 5px 30px rgba(112,112,112,.10);
}

.testimonial-block-two .inner-box:before{
	position: absolute;
	right: 40px;
	bottom: 40px;
	font-size: 60px;
	line-height: 1em;
	color: var(--thm-base);
	content: "\f10e";
	font-weight: 900;
	opacity: .10;
	font-family: 'Font Awesome 5 Free';
}

.testimonial-block-two .image{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-two .image img{
	width: 100%;
}

.testimonial-block-two .rating{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	color: #FDC25C;
	font-weight: 900;
	letter-spacing: 10px;
	margin-bottom: 20px;
}

.testimonial-block-two .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 20px;
}

.testimonial-block-two .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #505050;
	font-weight: 400;
	margin-top: 5px;
}

.testimonial-section-two .owl-nav{
	top: auto;
	bottom: 0;
	max-width: 135px;
	margin: 0 auto;
	right: 0;
}

.testimonial-section-two .owl-next{
	right: 0;
}

.testimonial-section-two .owl-prev{
	left: 0;
}

/*** 

====================================================================
Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position: relative;
	padding: 90px 0 210px;
}

.testimonial-section-three:before{
	position: absolute;
	left: 0;
	top: 190px;
	height: 80vh;
	width: 100%;
	background-image: url(../images/icons/dotted-map.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .7;
	content: "";
}	

.testimonial-section-three .outer-box{
	position: relative;
	max-width: 920px;
	margin: 0 auto;
}

.testimonial-block-three{
	position: relative;
	padding: 90px 50px 0;
}

.testimonial-block-three .inner-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.testimonial-block-three .inner-box:after,
.testimonial-block-three .inner-box:before{
	position: absolute;
	left: -50px;
	top: 30px;
	font-size: 20px;
	line-height: 1em;
	color: #707070;
	content: "\f10d";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.testimonial-block-three .inner-box:after{
	content: "\f10e";
	left: auto;
	top: auto;
	right: 0px;
	bottom: 80px;
}

.testimonial-block-three .rating{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	color: #FDC25C;
	font-weight: 900;
	letter-spacing: 10px;
	margin-bottom: 40px;
}

.testimonial-block-three .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #707070;
	font-weight: 500;
	margin-bottom: 25px;
}

.testimonial-block-three .info-box{
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-block-three .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-three .image img{
	width: 100%;
}

.testimonial-block-three .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #505050;
	font-weight: 400;
}

.testimonial-section-three .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-section-three .owl-next,
.testimonial-section-three .owl-prev{
	position: relative;
	display: block;
	text-align: center;
	left: -125px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 20px;
	color: rgba(var(--thm-base-rgba),1);
	background-color: rgba(var(--thm-base-rgba),.20);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-three .owl-next{
	right: -100px;
	left: auto;
}

.testimonial-section-three .owl-next:hover,
.testimonial-section-three .owl-prev:hover{
	color: #ffffff;
	background-color: rgba(var(--thm-base-rgba),1);
}

/*** 

====================================================================
Gallery Section
====================================================================

***/

.gallery-section{
	position: relative;
	padding: 120px 65px 80px;
}

/*=== Mixitup Gallery ===*/

.sortable-masonry .filters{
	text-align: center;
	margin-bottom:40px;
}

.sortable-masonry .filters .filter-tabs{
	position:relative;
}

.sortable-masonry .filter-tabs{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sortable-masonry .filters li{
	position: relative;
	font-size: 16px;
	color: var(--thm-base);
	line-height: 30px;
	font-weight: 400;
	padding: 10px 45px;
	cursor: pointer;
	background-color: rgba(var(--thm-base-rgba),.1);
	border-radius: 30px;
	margin: 0 5px 10px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sortable-masonry .filters .filter:hover,
.sortable-masonry .filters .filter.active{
	color: #ffffff;
	background-color: var(--thm-base);
}

.gallery-section .row{
	margin: 0 -22px;
}

.gallery-block{
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}

.gallery-block.width_20{
	width: 20%;
}

.gallery-block .inner-box{
	position: relative;
}

.gallery-block .image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0;
}

.gallery-block .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-block .image:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*** 

====================================================================
Gallery Detail
====================================================================

***/

.gallery-detail-section{
	position: relative;
	padding: 120px 0 90px;
}

.gallery-detail-section .auto-container{
	max-width: 1230px;
}

.gallery-detail{
	position: relative;
}

.gallery-detail .image-column{
	position: relative;
	margin-bottom: 25px;
}

.gallery-detail .image-column .inner-column{
	margin-right: -70px;
}

.gallery-detail .image-column .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-detail .image-column .image img{
	width: 100%;
}

.gallery-detail .info-column{
	position: relative;
	margin-bottom: 40px;
}

.gallery-detail .info-column .inner-column{
	position: relative;
}

.gallery-detail h3{
	position: relative;
	margin-bottom: 25px;
}

.gallery-detail p{
	position:relative;
	font-size: 16px;
	line-height: 1.4;
	color: #707070;
	font-weight: 400;
	margin-bottom: 25px;
}

.project-info-outer{
	position: relative;
	margin-top: 20px;
}

.project-info{
	position: relative;
	width: 100%;
}

.project-info .title{
	font-size: 24px;
	line-height: 1.2em;
	color: #247ffb;
	font-weight: 700;
	padding-bottom: 25px;
	margin-bottom: 22px;
}

.project-info .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	border-bottom: 2px solid #247ffb;
	content: "";
}

.gallery-detail .images-box{
	position: relative;
	margin-top:50px;
}

.gallery-detail .images-box .image{
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}

.gallery-detail .images-box .image img{
	display: block;
	width: 100%;
	transition: all 300ms ease;
}

.gallery-detail .images-box .image:hover img{
	opacity: .7;
}


/*** 

====================================================================
Faqs Section
====================================================================

***/

.faqs-section{
	position: relative;
	padding: 120px 0 70px;
}

.faqs-section .auto-container{
	max-width: 1200px;
}

.faqs-section .accordion-column{
	position: relative;
	margin-bottom: 50px;
}

.faqs-section .accordion-box{
	margin-bottom: 50px;
}

.faqs-section h4{
	margin-bottom: 30px;
	text-transform: uppercase;
}

.faqs-section .sidebar-column{
	position: relative;
}

.faqs-section .sidebar-column .inner-column{
	position: relative;
	padding-left: 100px;
}

/*** 

====================================================================
Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 120px 0 70px;
}

.contact-section .auto-container{
	max-width: 1350px;
}

.map-area{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:550px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f9f9f9;
}

.contact-section .form-column{
	position: relative;
	margin-top: -170px;
	margin-bottom: 50px;
}

.contact-section .form-column .inner-column{
	padding-left: 15px;
}

.contact-section .info-column{
	position: relative;
	margin-bottom: 50px;
}

.contact-form{
	position: relative;
	padding: 45px 40px 40px;
	border: 1px solid rgba(112,112,112,.30);
	border-radius: 10px;
	background: #ffffff;
}

.contact-form h3{
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.contact-form h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 2px;
	background: var(--thm-base);
	content: "";
}

.contact-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.contact-form .form-group label{
	font-size: 16px;
	line-height: 21px;
	color: #1B212F;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}	

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="web"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="text"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
	display: block;
	height: 60px;
	width: 100%;
	font-size: 16px;
	color: #707070;
	line-height: 28px;
	font-weight: 400;
	padding: 15px 30px;
	background-color: #ffffff;
	border: 1px solid rgba(112,112,112,.30);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{

}

.contact-form .form-group textarea{
	height: 160px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	border-radius: 0;
	display: block;
	width: 100%;
	text-transform: uppercase;
	padding: 19px 30px;
}

.contact-form label.error {
	display: block;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 24px;
	color: #ff0000;
	margin-bottom: 0;
}

.contact-section .info-column .inner-column{
	padding-top: 50px;
	padding-left: 70px;
}

.contact-block{
	position: relative;
	margin-bottom: 50px;
}

.contact-block .inner-box{
	position: relative;
	padding: 50px 30px 50px;
	border-radius: 5px;
	text-align: center;
	max-width: 250px;
	border: 1px solid rgba(112,112,112,.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-block .icon{
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	color: var(--thm-base);
	border-radius: 50px;
	background-color: rgba(var(--thm-base-rgba),.20);
	margin-bottom: 18px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-block p{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-block p a{
	color: inherit;
}

.contact-block.block-one{
	left: 35px;
}

.contact-block.block-three{
	left: 30px;
	top: 70px;
}

.contact-block.block-three p{
	font-size: 16px;
	line-height: 21px;
}

/*** 

====================================================================
Blog Classic
====================================================================

***/

.blog-classic{
	position: relative;
}

.news-block-three{
	position: relative;
}

.news-block-three .inner-box{
	position: relative;
}

.news-block-three .inner-box .inner{
	position: relative;
}

.news-block-three .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block-three .image:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content: "";
	opacity: .30;
	left: -100%;
	pointer-events: none;
	z-index: 1;
}

.news-block-three .inner-box:hover .image:before{
	left: 100%;
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.news-block-three .image img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.news-block-three .lower-content{
	position: relative;
	padding: 40px 40px 30px;
	background:#f4f7f7;
	margin-top:-70px;
	margin-left:70px;
	border-radius: 10px 0 10px 10px;
}

.news-block-three .post-info{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.news-block-three .post-info .icon{
	margin-right: 10px;
	color: var(--thm-base);
	font-size: 16px;
}

.news-block-three .post-info li{
	margin-right: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 5px;
}

.news-block-three h3{
	position: relative;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px;
}

.news-block-three h3:hover{
	color: var(--thm-base);
}

.news-block-three p{
	line-height: 1.7em;
	color: #707070;
}

/*** 

====================================================================
Blog Detail
====================================================================

***/

.blog-detail {
	position: relative;
}

.blog-detail .news-block-three .inner-box{
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border: 0;
}

.blog-detail .news-block-three .image:before{
	display: none;
}

.blog-detail .news-block-three h4{
	margin-bottom: 25px;
}

.blog-detail .news-block-three h3{
	margin-bottom: 30px;
	color: #1B212F;
}

.blog-detail .news-block-three .lower-content{
	padding: 30px 0 0;
	margin:0px;
	background:none;
}

.blog-detail .news-block-three p{
	margin-bottom: 30px;
}

.blog-detail .post-images{
	margin: 0 -10px;
	margin-bottom: 30px;
}

.blog-detail .post-images .post-image{
	padding: 0 10px;
	margin-bottom: 20px;
}

.blog-detail .post-images .post-image img{
	display: block;
	width: 100%;
}

.author-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 40px;
	border: 1px solid rgba(112,112,112,.20);
	margin-top: 60px;
}

.author-box .author-info{
	position: relative;
	min-height: 80px;
	padding-left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 30px;
}

.author-box .author-info .author-thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.author-box .author-info h4{
	margin-bottom: 8px;
}

.author-box .author-info span{
	font-size: 16px;
	display: block;
	line-height: 1em;
	color: var(--thm-base);
}

.author-box .social-share{
	position: relative;
	font-size: 16px;
	color: #707070;
	font-weight: 400;
} 

.author-box .social-share a{
	font-size: 16px;
	margin-left: 16px;
	color: #707070;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.author-box .social-share a:hover{
	color: var(--thm-base);
}

/*** 

====================================================================
Comment Area
====================================================================

***/

.group-title{
	position: relative;
    font-size: 36px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.comments-area{
	position:relative;
	margin-top: 60px;
}

.comments-area .comment-box{
	position: relative;
	border-bottom: 1px solid rgba(112,112,112,.10);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment{
	position:relative;
	min-height: 70px;
	padding-left: 100px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	margin-bottom: 10px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-box .name{
	position: relative;
	display: block;
	margin-bottom: 13px;
	font-size:18px;
}

.comments-area .comment-box .date{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #707070;
	font-weight: 400;
}

.comments-area .comment-box .text{
	position: relative;
	font-size: 16px;
	line-height: 21px;
	color:#707070;
	font-weight: 400;
	margin-bottom: 20px;
}

.comments-area .comment-box .reply-btn{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: var(--thm-base);
	font-weight: 400;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .load-more-comments{
	position: relative;
	background: none;
	display: inline-block;
	font-size: 18px;
	color: #1B212F;
	text-decoration: underline;
}

/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form{
	position: relative;
}

.comment-form .group-title{
	margin-bottom: 30px;
}

.organiqo-comment-item .comment-form .group-title{
	margin-bottom: 0px;
}

.comment-form .form-outer{
	position: relative;
	max-width: 770px;
}

.comment-form .form-outer p{
	margin-bottom: 20px;
}

.comment-form  .rating-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-form  .field-label{
	margin-right: 20px;
	padding: 10px 0;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	font-size: 16px;
	color: #494d59;
	line-height: 28px;
	font-weight: 400;
	padding: 10px 30px;
	background-color: #ffffff;
	border: 1px solid rgba(112,112,112,.20);
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#156f89;
}

.comment-form .form-group textarea{
	height: 300px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	border-radius: 0;
	padding: 19px 40px;
}

/*** 

====================================================================
Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.styled-pagination li{
	position:relative;
	margin-right: 14px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display: block;
	padding: 10px 0;
	height:50px;
	width:50px;
	font-size:18px;
	line-height:30px;
	color:#707070;
	font-weight:400;
	text-align:center;
	background:rgba(112,112,112,.10);
	border-radius: 50%;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.styled-pagination li .arrow{
	color: var(--thm-base);
	font-size: 18px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:var(--thm-base);
}

/*** 

====================================================================
Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	padding: 80px 0 70px;
	background-color: rgba(var(--thm-base-rgba),.1);
	z-index: 1;
}

.sponsors-outer{
	position: relative;
}

.clients-carousel .slide-item{
	position: relative;
	overflow: hidden;
	text-align: center;
}

.clients-carousel .slide-item a{
	position: relative;
}

.clients-carousel .slide-item img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clients-carousel .owl-nav,
.clients-carousel .owl-dots{
	display: none;
}

.clients-section.style-two{
	padding: 0;
}

.clients-section.style-two .auto-container{
	max-width: 1450px;
}

.clients-section.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 50%;
	width: 100%;
	background: #ffffff;
	content: "";
}

.clients-section.style-two .sponsors-outer{
	padding: 60px 50px;
	background: var(--thm-base);
	border-radius: 20px;
}

/***

====================================================================
News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 120px 0 120px;
}

.news-section .auto-container{
	max-width: 1200px;
}

/* News BLock */
.news-block{
	position: relative;
	margin-bottom: 50px;
}

.news-block .image-box{
	position: relative;
	overflow: hidden;
}

.news-block .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block .image img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box:hover .image img{
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}

.news-block .info-box{
	position: relative;
	padding: 18px 10px 0;
}

.news-block .post-meta{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--thm-base);
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .post-meta a{
	font-size: 16px;
	color: var(--thm-base);
	margin-right: 10px;
}

.news-block h4{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h4:hover{
	color: var(--thm-base);
}

.news-section .btn-box{
	text-align: center;
	margin-top: 5px;
}

/* News BLock Two */

.news-block-two{
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .image-box{
	position: relative;
	padding-right: 20px;
}

.news-block-two .image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block-two .image img{
	position: relative;
	display: block;
	width: 100%;
	min-height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-two .info-box{
	position: absolute;
	left: 22px;
	right: 0;
	bottom: 20px;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 28px 20px;
	-webkit-box-shadow: 5px 10px 30px rgba(112,112,112,.10);
	box-shadow: 5px 10px 30px rgba(112,112,112,.10);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .post-meta{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--thm-base);
	margin-bottom: 8px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .post-meta a{
	font-size: 16px;
	color: var(--thm-base);
	margin-right: 5px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two h4{
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .text{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box:hover .info-box{
	background: var(--thm-base);
}

.news-block-two .image-box:hover .text,
.news-block-two .image-box:hover .post-meta a,
.news-block-two .image-box:hover h4{
	color: #ffffff;
}

.news-block-two .btn-box{
	text-align: center;
	margin-top: 30px;
}

/***

==================================================================
Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/background/1.png);
}

.main-footer .auto-container{
	max-width: 1200px;
}

.main-footer .widgets-section{
	position: relative;
	padding: 115px 0 10px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-column .widget-title{
	margin-bottom:30px;
}

.main-footer .about-widget{
	position: relative;
}

.main-footer .logo{
	position:relative;  
	margin-bottom: 22px;
}

.main-footer .footer-logo figure{
	margin: 0;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%; 
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 15px;
}

/*=== User LInks ===*/

.main-footer .links-widget{
	padding-left: 30px;
}

.user-links{
	position: relative;
	margin-top: 30px;
}

.user-links li{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.user-links li:last-child{
	margin-bottom: 0;
}

.user-links li a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover{
	color: var(--thm-base);
}

.subscribe-form{
	position:relative;
}

.subscribe-form .text{
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	margin-bottom: 20px;
}

.subscribe-form .form-group{
	position:relative;
	margin-bottom: 0;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"]{
	position: relative;
	display:block;
	height:50px;
	width:100%;
	font-size:16px;
	line-height:28px;
	color: rgba(80,80,80,.50);
	padding: 10px 20px;
	border: 1px solid transparent;
	background: #FFFFFF;
	border-radius: 4px;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group .theme-btn{
	margin-top: 10px;
	display: block;
	border-radius: 0;
}

/*=== Footer Bottom ===*/

.footer-bottom{
	position: relative;
	width: 100%;
}

.footer-bottom .inner-container{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 ;
	border-top: 1px solid rgba(var(--thm-base-rgba),.20);
}

.footer-bottom .copyright-text{
	position: relative;
	padding: 10px 0px;
}

.footer-bottom .copyright-text p{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #505050;
	font-weight: 400;
}

.footer-bottom .copyright-text a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-bottom .copyright-text a:hover{
	color: var(--thm-base);
}

.footer-bottom .footer-nav{
	position: relative;
}

.footer-bottom .footer-nav ul{
	position: relative;
	padding:20px 0;
}

.footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	margin-left: 10px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #1B212F;
}

.footer-bottom .footer-nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

/***

==================================================================
Main Footer / Style Two
==================================================================

***/	

.main-footer.style-two{
	background: rgba(var(--thm-base-rgba),.10);
}

.main-footer.style-two .auto-container{
	max-width: 1410px;
}

.contact-widget p{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #707070;
	margin-bottom: 20px;
}

.contact-widget .contact-list{
	position: relative;
}

.contact-widget .contact-list li{
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #1B212F;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-widget .contact-list li:last-child{
	margin-bottom: 0;
}

.contact-widget .contact-list li a{
	margin-left: 5px;
	color: #1B212F;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-widget .contact-list li a:hover{
	color: var(--thm-base);
}

/***

==================================================================
Main Footer / Style Three 
==================================================================

***/

.main-footer.style-three .widgets-section{
	padding: 80px 0 10px;
}

.main-footer.style-three .contact-widget .contact-list{
	margin-bottom: 30px;
}

.main-footer.style-three .contact-widget .contact-list li.email{
	font-size: 20px;
}

.main-footer.style-three .contact-widget .contact-list li.email a{
	color: var(--thm-base);
}

.main-footer.style-three .subscribe-form .form-group input[type="text"], 
.main-footer.style-three .subscribe-form .form-group input[type="email"]{
	border-radius: 50px;
}

.main-footer.style-three .subscribe-form .form-group .theme-btn{
	position: absolute;
	right: 2px;
	top: 2.5px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

/*** 

====================================================================
Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .auto-container{
	max-width: 1200px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:50px;
}

.sidebar-page-container .sidebar{
	padding-left: 30px;
}

.sidebar-widget{
	position:relative;
	margin-bottom:50px;
	background:#f4f7f7;
	border-radius:10px;
	padding:30px;
}

.sidebar-widget:last-child{
	margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.sidebar-title h5{
	position: relative;
	text-transform: uppercase;
}

.sidebar-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 3px;
	background-image: url(../images/icons/dashed-line.png);
	background-position: center;
	background-size: cover;
	content: "";
}

/*Search Box Widget*/

.sidebar .search-widget{
	position: relative;
}

.sidebar .search-box{
}

.sidebar .search-box .form-group{
	position:relative;
	margin-bottom: 0;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	border: 1px solid rgba(var(--thm-base-rgba),.20);
	line-height:28px;
	padding:10px 50px 10px 30px;
	border-radius: 50px;
	font-size:16px;
	color:#707070;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right: 5px;
	top: 5px;
	height:50px;
	width:50px;
	display:block;
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	background: var(--thm-base);
	border-radius: 50%;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
	color: #ffffff;
}

/*=== Latest News ===*/

.sidebar .recent-post{
	position: relative;
}

.recent-post .post{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding:0px;
	margin-bottom:30px;
}

.recent-post .post:last-child{
	margin-bottom:0px;
}

.recent-post .post-thumb{
	position: relative;
	width: 70px;
	overflow: hidden;
}

.recent-post .post-thumb .post-thmb-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	border-radius: 5px;
}

.recent-post .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-post .post:hover .post-thumb img{
	opacity: .9;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.recent-post .post h6{
	position: relative;
	margin-bottom: 7px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size:16px;
}

.recent-post .widget-content .wrap-info{
	position:relative;
	width:calc(100% - 100px);
}

.recent-post .post h6:hover {
	color: var(--thm-base);
}

.recent-post .post .post-info{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
}

.recent-post .post .post-info .far{
	margin-right: 5px;
	font-size: 15px;
	color: var(--thm-base);
}

/* Category List */

.category-list{
	position: relative;
	display: block;
}

.category-list .sidebar-title{
	margin-bottom: 20px;
}

.category-list .cat-list {
	position: relative;
	margin-top: 40px;
}

.category-list li{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 35px;
	margin-bottom: 10px;
}

.category-list li:last-child{
	margin-bottom: 0;
}

.category-list li:before{
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 14px;
	border: 1px solid rgba(112,112,112,.30);
	border-radius: 2px;
	content: "";
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li:after {
	position: absolute;
	left: 1px;
	top: -1px;
	content: "\f14a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 15px;
	color: var(--thm-base);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li a{
	position: relative;
	display: block;
	font-size: 18px;
	color: #707070;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li.active a,
.category-list li a:hover{
	color: var(--thm-base);
}

.category-list li:hover:before{
	border-color: var(--thm-base);
}

.category-list li.active:after{
	opacity: 1;
	visibility: visible;
}

.instagram-gallery{
	position: relative;
	max-width: 290px;
	margin-bottom: -10px;
}

.instagram-gallery .outer-box{
	position: relative;
	margin: 0 -5px;
}

.instagram-gallery .image{
	position: relative;
	float: left;
	width: 33.33333%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.instagram-gallery .image img{
	display: block;
	width: 100%;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow: hidden;
}

.instagram-gallery .image:hover img{
	opacity: .5;
}

/*Popular Tags*/

.sidebar .sidebar-widget.tags{
	padding-bottom: 20px;
	margin-right: -20px;
}

.sidebar .popular-tags{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar .popular-tags li{
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar .popular-tags a{
	position:relative;
	display:block;
	font-size:16px;
	color:#707070;
	line-height: 28px;
	padding: 10px 30px;
	text-align:center;
	background:none;
	font-weight:400;
	border:1px solid rgba(112,112,112,.20);
	border-radius: 2px;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:var(--thm-base);
	background-color:var(--thm-base);
	color:#ffffff;	
}

/*** 

====================================================================
Product Details
====================================================================

***/

.shop-detail-section{
	position: relative;
	padding: 120px 0;
}

.shop-detail-section .auto-container{

}

.product-details{
	position: relative;
}

.product-details .basic-details{
	position:relative;
}

.product-details .image-column .image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0;
}

.product-details .image-column .image img{
	position: relative;
	display: block;
	min-width: 100%;
	height: 580px;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-details .carousel-outer{
	margin-right: -55px;
	padding-right: 190px;
}

.product-details .thumbs-carousel{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.product-details .thumbs-carousel .thumb{
	height: 120px;
	width: 120px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
	cursor: pointer;
}

.product-details .thumbs-carousel .thumb img{
	display: block;
	width: 100%;
	border-radius: 10px;
}

.product-details .thumbs-carousel .swiper-slide-thumb-active .thumb img{
	border: 2px solid #000000;
}

.product-details .info-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details h3{
	margin-bottom: 30px;
}

.product-details .basic-details .rating{
	font-size:18px;
	color:#FDC25C;
	margin-right: 20px;
	display:inline-block;
	margin-bottom:15px;
}

.product-details .basic-details .item-price{
	font-size:24px;
	font-weight:400;
	color:#1B212F;
	margin-bottom: 20px;
}

.product-details .basic-details .item-price .special{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: var(--thm-base);
	font-weight: 400;
	margin-right: 20px;
}

.product-details .basic-details .item-price del{
	color: #707070;
	font-size: 20px;
	margin-left: 10px;
	font-weight:400;
}

.product-details .basic-details .text{
	color: #707070;
	font-weight:400;
	font-size: 16px;
	margin-bottom: 20px;
}

.product-details .product-meta{
	position: relative;
	margin-bottom: 40px;
}

.product-details .product-meta li{
	position: relative;
	font-size: 18px;
	line-height: 24px;
	color: #707070;
	margin-bottom: 12px;
}

.product-details .product-meta li span{
	color: #1B212F;
	font-weight: 400;
	margin-right: 20px;
}

.product-details .other-options{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-details .other-options .item-quantity{
	margin-right: 60px;
}

/*** 

====================================================================
Product Tabs
====================================================================

***/

.product-info-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index:1;
	margin-bottom:30px;
}

.prod-tabs .tab-btns .tab-btn{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 13px 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #1B212F;
	cursor: pointer;
	margin-right: 30px;
	border-radius: 5px;
	border: 1px solid rgba(112,112,112,.10);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn:last-child{
	margin-right: 0;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	background: var(--thm-base);
	color: #ffffff;
}

.prod-tabs .tabs-content .tab .content{
	position:relative;
}

.prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size: 16px;
	line-height: 21px;
	color: #707070;
	margin-bottom: 20px;
}

.prod-tabs .comment-form .field-label {
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 6px;
}

.prod-tabs .comment-form .rating-box{
	position: relative;
	margin-bottom: 30px;
}

.prod-tabs .comment-form .rating-box .rating{
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: #e5e5e5;
}

.prod-tabs .comment-form .rating-box .rating a{
	color: #e5e5e5;
	float: left;
	margin-right: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.prod-tabs .comment-form .rating-box .rating a:hover{
	color: #ebba44;
}