/* Organiqo | Organic Store HTML Template */

/* 

	font-family: 'Jost', sans-serif;
	font-family: 'DM Sans', sans-serif;
	
*/

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	padding-left:25px;
	line-height: 1.8em;
}

.list-style-two li:before{
	position:absolute;
	content:'\f14a';
	left:0px;
	top:-1px;
	font-weight:400;
	color:var(--thm-base);
	font-size:15px;
	font-family: 'Font Awesome 5 Free';
}

/* Sec Title Two */

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

.sec-title-two .title{
	position:relative;
	color:var(--thm-base);
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
	padding-left:20px;
	padding-top:16px;
	display:inline-block;
	font-family: 'DM Sans', sans-serif;
}

.sec-title-two .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:119px;
	height:58px;
	background:url(../images2/icons/vector-1.png);
	background-repeat:no-repeat;
}

.sec-title-two h2{
	color:#050D36;
	font-weight:700;
	font-size:40px;
	font-family: 'Jost', sans-serif;
}

.sec-title-two .text{
	color:#777C90;
	font-size:17px;
	font-weight:400;
	line-height:30px;
	margin-top:15px;
	font-family: 'DM Sans', sans-serif;
}

.sec-title-two.centered{
	text-align:center !important;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	padding: 14px 36px;
	display:inline-block;
	background-color:var(--thm-second);
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
}

.btn-style-five:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color:var(--thm-base);
}

.btn-style-five:hover:before{
	top: 0%;
}

.btn-style-five .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-five .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-five .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-five:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-five:hover:before{
	top: -40%;
}

/* Btn Style Six */

.btn-style-six{
	position: relative;
	line-height: 30px;
	color: #050D36;
	font-size: 16px;
	font-weight:500;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	padding: 14px 36px;
	display:inline-block;
	background-color:#ffffff;
	text-transform: capitalize;
	font-family: 'Jost', sans-serif;
}

.btn-style-six:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color:var(--thm-base);
}

.btn-style-six:hover:before{
	top: 0%;
}

.btn-style-six .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-six .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #050D36;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-six:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-six .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #050D36;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-six:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-six:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-six:hover:before{
	top: -40%;
}

/* Header Style Four */

.header-style-four.alternate .main-menu .navigation > li > a{
	font-size:14px;
}

.header-style-four.alternate.fixed-header .header-upper{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	background-color:#ffffff;
	border-bottom:1px solid rgba(0,0,0,0.04);
}

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

.header-style-four .ui-btn{
	position:relative;
	font-size:22px;
	width:50px;
	height:50px;
	margin-left: 16px;
	display:inline-block;
}

.header-style-four .ui-btn .icon{
	width:50px;
	height:50px;
	color:var(--thm-base);
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:rgba(var(--thm-base-rgba),0.10);
}

.header-style-four .ui-btn .icon:hover{
	color:#ffffff;
	background-color:rgba(var(--thm-base-rgba),1);
}

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

.header-style-four .ui-btn .count{
	right:-5px;
	top:-6px;
}

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

.header-style-four .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-four .main-menu .navigation > li > a,
.header-style-four .main-menu .navigation > li > ul > li > a,
.header-style-four .main-menu .navigation > li > ul > li > ul > li > a{
	color:#707070;
}

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

.header-style-four .header-upper{
	border:none;
}

.header-style-four .header-lower{
	position:absolute;
	left:0px;
	right:0px;
	padding:0px 0px;
}

.header-style-four .header-lower:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	top:0px;
	height:50px;
	z-index:-1;
	background-color:#ffffff;
}

.header-style-four .header-lower .inner-container{
	padding:20px 25px;
	border-radius:5px;
	background-color:var(--thm-second);
}

.header-style-four .header-search .form-group{
	padding:5px 5px;
	border-radius:5px;
	background-color:rgba(255,255,255,0.20);
	max-width:100%;
}

.header-style-four .header-search .form-group input[type="text"],
.header-style-four .header-search .form-group input[type="search"]{
	color:#ffffff;
	font-weight:400;
	background:none;
}

.header-style-four .header-search .form-group button{
	top:5px;
	right:5px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	border-radius:5px;
	padding:0px 20px;
	display:inline-flex;
	background-color:var(--thm-base);
	font-family: 'Jost', sans-serif;
}

.header-style-four .header-search .form-group button i{
	margin-right:12px;
}

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

.header-style-four .dropdown-style-one .dropdown-toggle{
	font-weight:600;
	margin-top:5px;
	font-family: 'Jost', sans-serif;
}

.header-style-four .sticky-header .main-menu .navigation > li{
	margin-right:0px;
}

/* Header Style Five */

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

.header-style-five .ui-btn{
	position:relative;
	font-size:22px;
	width:50px;
	height:50px;
	margin-left: 16px;
	display:inline-block;
}

.header-style-five .ui-btn .icon{
	width:50px;
	height:50px;
	color:var(--thm-base);
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:rgba(var(--thm-base-rgba),0.10);
}

.header-style-five .ui-btn .icon:hover{
	color:#ffffff;
	background-color:rgba(var(--thm-base-rgba),1);
}

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

.header-style-five .ui-btn .count{
	right:-5px;
	top:-6px;
}

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

.header-style-five .main-menu .navigation > li{
	margin-right:42px;
}

.header-style-five .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-five .main-menu .navigation > li > a,
.header-style-five .main-menu .navigation > li > ul > li > a,
.header-style-five .main-menu .navigation > li > ul > li > ul > li > a{
	column-rule: #707070;
}

.header-style-five .header-upper{
	border:none;
}

.header-style-five .header-lower{
	position:relative;
	padding:0px 0px;
	border-top:1px solid rgba(0,0,0,0.10);
}

.header-style-five .header-lower .inner-container{
	padding:20px 0px 20px;
}

.header-style-five .header-search .form-group{
	padding:5px 5px;
	border-radius:5px;
	background-color:#f8f8f9;
	max-width:100%;
}

.header-style-five .header-search .form-group input[type="text"],
.header-style-five .header-search .form-group input[type="search"]{
	color:#777C90;
	font-weight:400;
	background:none;
}

.header-style-five .header-search .form-group button{
	top:5px;
	right:5px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	border-radius:5px;
	padding:0px 20px;
	display:inline-flex;
	background-color:var(--thm-base);
	font-family: 'Jost', sans-serif;
}

.header-style-five .header-search .form-group button i{
	margin-right:12px;
}

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

.header-style-five .dropdown-style-one .dropdown-toggle{
	font-weight:600;
	margin-top:5px;
	font-family: 'Jost', sans-serif;
}

.header-style-five .sticky-header .main-menu .navigation > li{
	margin-right:0px;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	overflow:hidden;
	z-index:10;
	background-color:var(--color-seven);
}

.banner-section-two .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-section-two .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	width:100%;
	bottom:0px;
	z-index:10;
	opacity:0.78;
	background: #06034F;
	background: linear-gradient(to top right, #06034F 10%, rgba(255,255,255,0) 100%);
}

.banner-section-two .image-layer:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	width:60%;
	bottom:0px;
	z-index:1;	
	background: var(--main-color);
	background: -webkit-linear-gradient(to right, var(--color-twentynine) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, var(--color-twentynine) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, var(--color-twentynine) 0%, rgba(255,255,255,0) 100%);
}

.banner-section-two .icons-layer{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.banner-section-two .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.banner-section-two .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:230px 0px 420px;
}

.banner-section-two .active .slide .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.banner-section-two .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:335px;
	z-index:1;
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	animation: 30s linear 0s infinite normal none running slide;
}

@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 2000px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 2000px 0; }
}

.banner-section-two .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:299px;
	z-index:1;
	background-repeat:repeat-x;
	animation: 30s linear 0s infinite normal none running slide;
}

.banner-section-two .content-column{
	position:relative;
	z-index:2;
}

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

.banner-section-two .title{
	position:relative;
	opacity: 0;
	font-weight:500;
	font-size:16px;
	color:#ffffff;
	padding:8px 25px;
	border-radius:4px;
	transform: scaleY(0);
	transform-origin: top;
	font-family: 'Jost', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background-color:var(--thm-second);
	margin-bottom:40px;
	display:inline-block;
}

.banner-section-two .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two h1{
	opacity: 0;
	font-weight:700;
	margin-bottom:40px;
	text-transform:uppercase;
	transform: scaleY(0);
	transform-origin: top;
	color:#ffffff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: 'Jost', sans-serif;
}

.banner-section-two .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-two .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-section-two .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .owl-dots,
.banner-section-two .owl-nav{
	display:none;
}

/*** 

====================================================================
	Features Section Three
====================================================================

***/

.features-section-three{
	position:relative;
	padding:40px 0px 0px;
}

.features-section-three:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:80px;
	background-color:#f9fbf5;
}

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

.feature-block-three .inner-box{
	position:relative;
	padding:35px 22px;
	border-radius:7px;
	background-color:#ffffff;
	border:1px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	display:block;
}

.feature-block-three .inner-box .content{
	position:relative;
	padding-left:70px;
}

.feature-block-three .inner-box .icon{
	position:absolute;
	left:0px;
	top:-8px;
	color:var(--thm-second);
	line-height:1em;
	font-size:26px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color:rgba(var(--thm-second-rgba),0.10);
}

.feature-block-three .inner-box h4{
	position:relative;
	color:#050D36;
	font-size:22px;
	font-family: 'Jost', sans-serif;
}

.feature-block-three .inner-box:hover{
	border-color:var(--thm-second);
}

.feature-block-three .inner-box:hover .icon{
	color:#ffffff;
	transform:rotateY(180deg);
	background-color:rgba(var(--thm-second-rgba),1);
}

/*** 

====================================================================
	Offer Section
====================================================================

***/

.offer-section{
	position:relative;
	padding:60px 0px 70px;
	background-color:#f9fbf5;
}

.offer-section .icons-layer{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-repeat:no-repeat;
}

.offer-section .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

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

.offer-block .inner-box{
	position:relative;
	border-radius:5px;
	min-height:300px;
	padding:30px 30px 35px;
	background-color:#ffffff;
	border:1px solid rgba(0,0,0,0.05);
}

.offer-block .content{
	position:relative;
	padding-top:20px;
}

.offer-block .content .side-image{
	position:absolute;
	right:-5px;
	top:0px;
	padding:0px 5px;
	background:url(../images2/background/pattern-2.png);
	background-position:center center !important;
	background-repeat:no-repeat !important;
}

.offer-block:nth-child(2) .content .side-image{
	background:url(../images2/background/pattern-3.png);
}

.offer-block h4{
	color:#050D36;
	font-weight:700;
	font-family: 'Jost', sans-serif;
}

.offer-block .text{
	position:relative;
	font-size:17px;
	line-height:28px;
	margin-top:15px;
	font-family: 'DM Sans', sans-serif;
}

.offer-block .shop-btn{
	position:relative;
	color:var(--thm-second);
	padding:8px 18px;
	font-size:16px;
	font-weight:600;
	margin-top:20px;
	border-radius:5px;
	display:inline-block;
	border:2px solid var(--thm-second);
	font-family: 'Jost', sans-serif;
}

.offer-block .shop-btn:hover{
	color:#ffffff;
	background-color:var(--thm-second);
}

/*** 

====================================================================
	Products Section Two
====================================================================

***/

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

.products-section-two .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.products-section-two .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.products-section-two.style-two{
	background-color:#f9fbf5;
	padding-bottom:100px;
}

.products-section-two .owl-dots{
	position:relative;
	text-align:center;
}

.products-section-two .owl-dots .owl-dot{
	position:relative;
	width:14px;
	height:14px;
	margin:0px 5px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #777C90;
}

.products-section-two .owl-dots .owl-dot:hover,
.products-section-two .owl-dots .owl-dot.active{
	background-color:#91ba57;
	border-color:#91ba57;
}

.products-section-two .owl-nav{
	position:absolute;
	right:15px;
	top:-100px;
}

.products-section-two .owl-nav .owl-prev,
.products-section-two .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	color:var(--thm-second);
	margin-left:15px;
	font-size:24px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:rgba(var(--thm-second-rgba),0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.products-section-two .owl-nav .owl-prev:hover,
.products-section-two .owl-nav .owl-next:hover{
	background-color:rgba(var(--thm-second-rgba),1);
	color:#ffffff;
}

.products-section-two .owl-carousel .owl-stage-outer{
	padding:10px 0px 110px;
}

.products-section-two .owl-theme .product-block-two{
	margin:0px 15px;
}

.products-section-two .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.product-block-two{
	position:relative;
}

.product-block-two .inner-box{
	position:relative;
	padding:20px 0px 25px;
	background-color:#ffffff;
}

.product-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow:0px 5px 15px rgba(0,0,0,0.04);
}

.product-block-two .inner-box:hover::before{
	bottom:-80px;
}

.product-block-two .image{
	position:relative;
}

.product-block-two .image img{
	position:relative;
	width:100%;
	display:block;
}

.product-block-two .image .sale{
	position:absolute;
	left:15px;
	top:15px;
	z-index:1;
	color:#ffffff;
	padding:0px 14px;
	display:inline-block;
	background-color:var(--thm-second);
	text-transform:uppercase;
}

.product-block-two .lower-content{
	position:relative;
}

.product-block-two .upper-box{
	position:absolute;
	left:0px;
	right:0px;
	padding:20px 0px;
	background-color:#ffffff;
}

.product-block-two .options{
	position:relative;
	text-align:center;
}

.product-block-two .options li{
	position:relative;
	font-weight:700;
	margin:0px 4px;
	display:inline-block;
}

.product-block-two .options li a{
	position:relative;
	width:46px;
	height:46px;
	color:#050d36;
	font-size:20px;
	line-height:46px;
	font-weight:700;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:rgba(var(--thm-base-rgba), 0.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block-two .options li a:hover{
	color:#ffffff;
	background-color:var(--thm-base);
}

.product-block-two .lower-box{
	position:relative;
	text-align:center;
	padding-top:10px;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-block-two .inner-box:hover .lower-box{
	transform:translateY(80px);
}

.product-block-two h4{
	font-weight:500;
	font-family: 'Jost', sans-serif;
}

.product-block-two h4 a{
	color:#050D36;
}

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

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


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:100px 0px 60px;
}

.about-section-two .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}

.about-section-two .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .content-column .inner-column{
	position:relative;
}

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

.about-section-two .about-block .block-inner{
	position:relative;
	padding:20px 20px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.10);
}

.about-section-two .about-block h5{
	font-size:18px;
	color:#050D36;
	line-height:30px;
}

.about-section-two .about-block .about-text{
	position:relative;
	font-weight:400;
	color:#777C90;
	font-size:16px;
	line-height:26px;
	margin-top:10px;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding-right:60px;
}

.about-section-two .image-column .image{
	position:relative;
	z-index:1;
}

.about-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-two .image-column .image-two{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
}

.about-section-two .button-box{
	position:relative;
	margin-top:20px;
}

/*** 

====================================================================
	Category Section
====================================================================

***/

.category-section{
	position:relative;
	padding-bottom:80px;
}

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

.category-block-two .inner-box:hover{
	border:2px solid transparent;
	box-shadow:0px 5px 15px rgba(0,0,0,0.10);
}

.category-block-two .inner-box{
	position:relative;
	text-align:center;
	border-radius:5px;
	padding:25px 10px 25px;
	border:2px solid #e6e7eb;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.category-block-two .icon{
	position:relative;
	width:80px;
	height:80px;
	color:#FF9900;
	line-height:80px;
	border-radius:50px;
	text-align:center;
	margin:0 auto;
	font-size:40px;
	display:block;
	background-color:rgba(255,153,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.category-block-two .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.category-block-two h4{
	color:#111D3B;
	font-size:20px;
	margin-top:25px;
	font-family: 'Jost', sans-serif;
}

.category-block-two .totals{
	position:relative;
	color:var(--thm-base);
	font-size:17px;
	font-weight:400;
	margin-top:10px;
	font-family: 'DM Sans', sans-serif;
}

.category-block-two:nth-child(2) .inner-box .icon{
	color:#4285F4;
	background-color:rgba(66,133,244,0.10);
}

.category-block-two:nth-child(3) .inner-box .icon{
	color:#9B51E0;
	background-color:rgba(155,81,224,0.10);
}

.category-block-two:nth-child(4) .inner-box .icon{
	color:#EA4335;
	background-color:rgba(234,67,53,0.10);
}

.category-block-two:nth-child(5) .inner-box .icon{
	color:#FD2C75;
	background-color:rgba(253,44,117,0.10);
}

.category-block-two:nth-child(6) .inner-box .icon{
	color:#415EF6;
	background-color:rgba(65,94,246,0.10);
}

.category-block-two .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	display:block;
}

/*** 

====================================================================
	Products Section Three
====================================================================

***/

.products-section-three{
	position:relative;
	padding:100px 0px 100px;
	background-color:#f9fbf5;
}

.products-section-three .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}

.products-section-three .button-box{
	margin-top:10px;
}

.products-section-three .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.mixitup-gallery.style-two .filters li{
	border:none;
	color:#050D36;
	font-size:16px;
	font-weight:500;
	border-radius:3px;
	background-color:#ffffff;
	font-family: 'Jost', sans-serif;
}

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

/* Product Block Three */

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

.product-block-three .inner-box{
	position:relative;
	padding:20px 0px 10px;
	background-color:#ffffff;
}

.product-block-three .image{
	position:relative;
}

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

.product-block-three .sale{
	position:absolute;
	left:15px;
	top:15px;
	z-index:1;
	color:#ffffff;
	padding:0px 14px;
	display:inline-block;
	background-color:var(--thm-second);
	text-transform:uppercase;
}

.product-block-three .lower-content{
	position:relative;
	text-align:center;
	padding:15px 15px 15px;
}

.product-block-three h4{
	font-weight:500;
	font-family: 'Jost', sans-serif;
}

.product-block-three h4 a{
	color:#050D36;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

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


/*** 

====================================================================
	About Section Two
====================================================================

***/

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

.timer-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.timer-section .content-column .inner-column{
	position:relative;
	padding-top:100px;
}

.timer-section .content-column .button-box{
	position:relative;
	margin-top:50px;
}

.timer-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.timer-section .image-column .inner-column{
	position:relative;
}

.timer-section .image-column .image{
	position:relative;
	z-index:1;
}

.timer-section .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
}

.timer-section .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-size:cover;
}

/* Time Counter */

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	width:100px;
	color:#777C90;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	display:inline-block;
	font-family: 'Jost', sans-serif;
}

.time-counter .time-countdown .counter-column .count{
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:32px;
	font-weight:700;
	text-align: center;
	border-radius: 0px;
	line-height: 70px;
	margin:0 15px 10px;
	display: inline-block;
	background-color: #050d36;
	text-transform:uppercase;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
}

/***

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two{
	position:relative;
	z-index:1;
	padding:0px 0px 0px;
}

.clients-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:133px;
	background-color:#f9fbf5;
}

.clients-section-two .inner-container{
	position:relative;
	padding:40px 50px;
	background-color:#ffffff;
	box-shadow:0px 5px 15px rgba(0,0,0,0.07);
}

.clients-section-two .owl-carousel .owl-stage-outer{
	position:relative;
	padding:20px 0px;
}

.clients-section-two .owl-theme .image-box{
	margin:0px 15px;
	border:1px solid transparent;
}

.clients-section-two .owl-theme .image-box:hover{
	border-color:var(--thm-base);
}

.clients-section-two .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.clients-section-two .image-box{
	position:relative;
}

.clients-section-two .image-box img{
	position:relative;
	width:auto;
	margin:0 auto;
	opacity:0.30;
	filter: grayscale(100%);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.clients-section-two .image-box:hover img{
	opacity:1;
	filter: grayscale(0%);
}

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

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position:relative;
	padding:100px 0px 100px;
}

.testimonial-section-four .owl-carousel .owl-stage-outer{
	position:relative;
	padding:20px 0px;
}

.testimonial-section-four .owl-theme .testimonial-block-four{
	margin:0px 15px;
}

.testimonial-section-four .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section-four .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.testimonial-section-four .owl-dots .owl-dot{
	position:relative;
	width:14px;
	height:14px;
	margin:0px 5px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #777C90;
}

.testimonial-section-four .owl-dots .owl-dot:hover,
.testimonial-section-four .owl-dots .owl-dot.active{
	background-color:#91ba57;
	border-color:#91ba57;
}

.testimonial-section-four .owl-nav{
	display:none;
}

.testimonial-block-four{
	position:relative;
}

.testimonial-block-four .inner-box{
	position:relative;
	padding:35px 30px 25px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-four .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transform:scale(0.3,1);
	background-color:var(--thm-base);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block-four .inner-box:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.testimonial-block-four .upper-box{
	position:relative;
}

.testimonial-block-four .upper-inner{
	position:relative;
	padding-left:125px;
	padding-top:10px;
}

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

.testimonial-block-four strong{
	position:relative;
	display:block;
	color:#050D36;
	font-weight:600;
	font-size:24px;
	font-family: 'Jost', sans-serif;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block-four .inner-box:hover .quote,
.testimonial-block-four .inner-box:hover .text,
.testimonial-block-four .inner-box:hover .designation,
.testimonial-block-four .inner-box:hover strong{
	color:#ffffff;
}

.testimonial-block-four .designation{
	position:relative;
	color:#777C90;
	font-size:17px;
	margin-top:5px;
	font-family: 'Jost', sans-serif;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block-four .rating{
	position:relative;
	color:#f7c600;
	margin-top:5px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block-four .text{
	position:relative;
	color:#777C90;
	font-size:16px;
	line-height:28px;
	margin-top:25px;
	font-family: 'DM Sans', sans-serif;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonial-block-four .quote{
	position:relative;
	color:var(--thm-base);
	font-size:36px;
	line-height:1em;
	margin-top:20px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	z-index:1;
}

.cta-section .inner-container{
	position:relative;
	padding:80px 80px;
	background-color:var(--thm-second);
	background-position:center center;
	background-repeat:no-repeat;
}

.cta-section .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-family: 'Jost', sans-serif;
}

.cta-section h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	font-family: 'Jost', sans-serif;
}

.cta-section .button-box{
	position:relative;
	margin-top:15px;
}

/*** 

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

***/

.footer-style-two{
	position:relative;
	margin-top:-125px;
	padding:240px 0px 0px;
	background-color:#050d36;
}

.footer-style-two .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.footer-style-two .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .widgets-section{
	position:relative;
	padding-bottom:60px;
}

.footer-style-two .logo-widget{
	position:relative;
}

.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:35px;
}

.footer-style-two .logo-widget .text{
	line-height:1.7em;
	color:#ffffff;
	font-size:16px;
	margin-bottom:25px;
}

.footer-style-two .info-list{
	position:relative;
}

.footer-style-two .info-list li{
	position:relative;
	padding-left:60px;
	font-size:14px;
	color:#ffffff;
	margin-bottom:15px;
}

.footer-style-two .info-list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	background-color:var(--thm-base);
}

.footer-style-two .info-list li strong{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:500;
	font-family: 'Jost', sans-serif;
}

.footer-style-two h4{
	position:relative;
	color:#ffffff;
	font-weight:700;
	margin-bottom:25px;
	font-family: 'Jost', sans-serif;
}

.footer-style-two .links{
	position:relative;
}

.footer-style-two .links li{
	position:relative;
	margin-bottom:15px;
}

.footer-style-two .links li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Jost', sans-serif;
}

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

.footer-style-two .social-icons{
	position:relative;
}

.footer-style-two .social-icons li{
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
}

.footer-style-two .social-icons li a{
	position:relative;
	width:44px;
	height:44px;
	color:#ffffff;
	line-height:44px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background-color:rgba(255,255,255,0.10);
}

.footer-style-two .social-icons li a:hover{
	color:#ffffff;
	background-color:var(--thm-second);
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:40px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.footer-style-two .footer-bottom .copyright-column{
	position:relative;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.footer-style-two .footer-bottom .nav-column{
	position:relative;
	text-align:right;
}

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

.footer-style-two .footer-bottom-nav li{
	position:relative;
	margin-left:25px;
	display:inline-block;
}

.footer-style-two .footer-bottom-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.footer-style-two .footer-bottom-nav li a:hover{
	color:var(--thm-base);
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
	z-index:10;
	background-color:var(--white-color);
}

.banner-section-three .icons-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}

.banner-section-three .icons-layer div{
	position:absolute !important;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.banner-section-three .shape-layer{
	position:absolute;
	left:-50px;
	top:160px;
	right:-50px;
	bottom:0px;
	background-size:contain;
	background-repeat:no-repeat;
}

.banner-section-three .shape-layer-two{
	position:absolute;
	right:-20px;
	top:250px;
	width:160px;
	height:236px;
	background-repeat:no-repeat;
}

.banner-section-three .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:80px 0px 100px;
}

.banner-section-three .content-column{
	position:relative;
	z-index:2;
}

.banner-section-three .content-column .inner-column{
	position:relative;
	padding-top:100px;
}

.banner-section-three .title{
	position:relative;
	opacity: 0;
	font-weight:500;
	font-size:16px;
	color:var(--thm-second);
	padding:8px 25px;
	border-radius:4px;
	transform: scaleY(0);
	transform-origin: top;
	font-family: 'Jost', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background-color:rgba(var(--thm-second-rgba),0.10);
	margin-bottom:40px;
	display:inline-block;
}

.banner-section-three .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three h1{
	opacity: 0;
	font-weight:700;
	margin-bottom:40px;
	transform: scaleY(0);
	transform-origin: top;
	color:#050D36;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	font-family: 'Jost', sans-serif;
}

.banner-section-three .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.banner-section-three .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .image-column{
	position:relative;
	z-index:2;
}

/* Delivery */

.banner-section-three .delivery{
	position:absolute;
	left:-50px;
	top:220px;
	z-index:1;
	opacity:0;
	transform:scale(0.5,0.5);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.banner-section-three .active .delivery{
	opacity:1;
	transform:scale(1,1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .delivery .icon{
	position:absolute;
	left:-30px;
	top:-45px;
	width:60px;
	height:60px;
	z-index:1;
	color:#ffffff;
	font-size:28px;
	line-height:60px;
	border-radius:50px;
	display:inline-block;
	background-color:#F2994A;
}

.banner-section-three .delivery .text{
	position:relative;
	color:#050D36;
	font-size:18px;
	font-weight:500;
	border-radius:4px;
	background-color:#ffffff;
	padding:15px 22px 15px 35px;
	font-family: 'Jost', sans-serif;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

/* Quality */

.banner-section-three .quality{
	position:absolute;
	left:-50px;
	bottom:50px;
	z-index:1;
	text-align:left;
	
	opacity:0;
	transform:scale(0.5,0.5);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.banner-section-three .active .quality{
	opacity:1;
	transform:scale(1,1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .quality .icon{
	position:absolute;
	left:-30px;
	top:-45px;
	width:60px;
	height:60px;
	z-index:1;
	color:#ffffff;
	font-size:28px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#9b51e0;
}

.banner-section-three .quality strong{
	position:relative;
	display:block;
	font-size:32px;
	font-weight:700;
	color:#050D36;
	margin-bottom:15px;
}

.banner-section-three .quality .text{
	position:relative;
	color:#050D36;
	font-size:18px;
	font-weight:500;
	border-radius:4px;
	display:block;
	background-color:#ffffff;
	padding:30px 22px 25px 35px;
	font-family: 'Jost', sans-serif;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

/* Review Authors */

.banner-section-three .review{
	position:absolute;
	right:0px;
	z-index:1;
	bottom:50px;
	text-align:left;
	border-radius:5px;
	padding:25px 25px 30px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	
	opacity:0;
	transform:scale(0.5,0.5);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.banner-section-three .active .review{
	opacity:1;
	transform:scale(1,1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-three .review .rating{
	position:relative;
	margin-bottom:8px;
}

.banner-section-three .review .rating span{
	position:relative;
	color:#f4d062;
	font-size:14px;
}

.banner-section-three .review .text{
	position:relative;
	color:#050D36;
	display:block;
	font-size:18px;
	font-weight:500;
	margin-top:6px;
	font-family: 'Jost', sans-serif;
}

.banner-section-three .review .review-authors{
	position:relative;
	margin-left:30px;
	margin-top:18px;
}

.banner-section-three .review .review-authors li{
	position:relative;
	width:55px;
	height:55px;
	float:left;
	margin-left:-25px;
	border-radius:50%;
}

.banner-section-three .review .review-authors li:last-child{
	position:relative;
	color:#ffffff;
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
	background-color:var(--thm-second);
}

.banner-section-three .image-column .inner-column{
	position:relative;
	text-align:center;
}

.banner-section-three .image-column .image{
	position:relative;
	opacity:0;
	transform:translateX(150px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .image-column .image img{
	position:relative;
	width:auto;
	margin:0 auto;
}

.banner-section-three .active .image{
	opacity:1;
	transform:translateX(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three .owl-dots,
.banner-section-three .owl-nav{
	display:none;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding:110px 0px 100px;
}

.pricing-tabs{
	position:relative;
	z-index:2;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs .buttons-outer{
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
	display:inline-block;
	border-radius:8px;
	border:1px solid var(--thm-base);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:var(--thm-base);
	font-size:16px;
	font-weight:600;
	float:left;
	cursor:pointer;
	padding:16px 48px;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:first-child{
	margin-right:1px;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:var(--thm-base);
}

.pricing-tabs .tabs-content .tab .price-block{
	transform:rotateY(90deg);
}

.pricing-tabs .tabs-content .tab.active-tab .price-block{
	transform:rotateY(0deg);
}

/* Price Block */

.price-block{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.price-block .inner-box{
	position:relative;
	padding:60px 30px;
	border-radius:12px;
	text-align:center;
	background-color:#ffffff;
	background-position:right bottom;
	background-repeat:no-repeat;
	border:1px solid #dddddd;
}

.price-block .inner-box .title{
	position:relative;
	color:#02108b;
	font-size:12px;
	font-weight:700;
	letter-spacing:5px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.price-block .inner-box .image{
	position:relative;
	margin-top:15px;
	margin-bottom:20px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.price-block .inner-box:hover .image{
	transform:rotateY(180deg);
}

.price-block .inner-box .price{
	position:relative;
	color:#02108b;
	font-size:60px;
	font-weight:700;
	line-height:1.3em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.price-block .inner-box .price-list{
	position:relative;
	margin-top:20px;
	margin-bottom:35px;
	display:inline-block;
}

.price-block .inner-box .price-list li{
	position:relative;
	padding-left:30px;
	color:#777777;
	font-size:16px;
	margin-bottom:12px;
	display:block;
	text-align:left;
}

.price-block .inner-box .price-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:var(--thm-base);
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}

.price-block .inner-box:hover .price{
	color:var(--thm-base);
}

.price-block .inner-box:hover .price-list li:before{
	color:#222222;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.team-page-section{
	position:relative;
	padding:100px 0px 60px;
}

/*** 

====================================================================
	Team Single Section
====================================================================

***/

.team-single-section{
	position:relative;
	padding-top:110px;
	padding-bottom:60px;
}

.team-single-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .image-column .inner-column{
	position:relative;
}

.team-single-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.team-single-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .content-column .inner-column{
	position:relative;
	padding-top:15px;
	padding-left:20px;
}

.team-single-section .content-column h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
}

.team-single-section .content-column h2 span{
	position:relative;
	top:-3px;
	color:#ffffff;
	font-size:15px;
	padding:6px 28px;
	border-radius:4px;
	margin-left:15px;
	background-color:var(--thm-base);
}

.team-single-section .content-column .post-meta{
	position:relative;
	margin-top:15px;
	margin-bottom:10px;
}

.team-single-section .content-column .post-meta li{
	position:relative;
	margin-right:50px;
	color:#677077;
	font-size:15px;
	font-weight:500;
	margin-bottom:5px;
	padding-left:30px;
	display:inline-block;
}

.team-single-section .content-column .post-meta li:last-child{
	margin-right:0px;
}

.team-single-section .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	color:var(--thm-base);
	top:1px;
	margin-right:12px;
	font-size:20px;
}

.team-single-section .content-column .post-meta li a{
	position:relative;
	color:#677077;
}

.team-single-section .content-column .text{
	position:relative;
	margin-bottom:20px;
}

.team-single-section .content-column .text p{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	line-height:1.9em;
	margin-bottom:10px;
}

.team-single-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.team-single-section .content-column .social-icon-two{
	margin-top:18px;
}

/*** 

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

***/

.testimonial-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.styled-pagination.style-two{
	margin-top:30px;
}




/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .30;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title{
	display: none;
	margin-bottom:50px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color: #ffffff;
	line-height:1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after{
	display: none;
}

.coming-soon .emailed-form{
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form h3{
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height:1.8em;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:540px;
	width:100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:16px;
	color:#000000;
	overflow:hidden;
	padding:15px 50px 15px 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width: 60px;
	height:60px;
	line-height:40px;
	font-size:18px;
	color: var(--thm-base);
	background-color: transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{
	color: #353535;
}

.coming-soon .copyright-text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a{
	color: #ff9600;
}

.coming-soon .copyright-text a:hover{
	text-decoration: underline;
}

.clock-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,.40);
    transform: scale(2);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span{
	height: 5px;
	width: 5px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: var(--thm-base);
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: var(--thm-base);
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: var(--thm-base);
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: var(--thm-base);
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: var(--thm-base);
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: var(--thm-base);
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: .9;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #222222;
    border: solid 2px #222222;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}



.time-counter-two{
	position:relative;
}

.time-counter-two .time-countdown{
	position:relative;
	margin-bottom: 180px;
}

.time-counter-two .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	font-size:20px;
	line-height: 1em;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
    background-color: rgba(54,54,54,.40);
	margin:0 15px 20px;
}

.time-counter-two .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:72px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#ffffff;
	font-weight:600;
}

/*** 

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section{
	position:relative;
	padding:110px 0px 80px;
}

.privacy-section .pattern-layer{
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:right top;
}

.privacy-section .privacy-content{
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

.privacy-section h2{
	position:relative;
	color:#000000;
	line-height:1.2em;
	margin-bottom:22px;
	font-weight:800;
}

.privacy-section p{
	position:relative;
	color:#4a4a4a;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
	font-weight:400;
}

.privacy-section .date{
	position:relative;
	color:var(--thm-base);
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}

.privacy-section h4{
	position:relative;
	color:#000000;
	line-height:1.5em;
	margin-bottom:22px;
	font-weight:700;
}

.privacy-section .privacy-list{
	position:relative;
	text-align:left;
	margin-left:22px;
}

.privacy-section .privacy-list li{
	position:relative;
	margin-bottom:12px;
	color:#626262;
	font-size:16px;
	font-weight:400;
	padding-left:26px;
	line-height:1.7em;
}

.privacy-section .privacy-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:7px;
	height:7px;
	border-radius:50px;
	background-color:var(--thm-base);
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.service-page-section{
	position:relative;
	padding:100px 0px 70px;
}

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

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

.service-block .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	background-color:var(--thm-base);
}

.service-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.service-block .inner-box .lower-content{
	position:relative;
	padding-top:35px;
	padding-bottom:30px;
	border-bottom:2px solid #ededed;
}

.service-block .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	height:2px;
	right:0px;
	width:100%;
	opacity:0;
	transform:scale(0.2,1);
	background-color:var(--thm-base);
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block .inner-box:hover .lower-content:before{
	transform:scale(1,1);
	opacity:1;
}

.service-block .inner-box .lower-content .icon-box{
	position:absolute;
	right:40px;
	top:-40px;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:38px;
	line-height:80px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--thm-base);
}

.service-block .inner-box:hover .lower-content .icon-box{
	
}

.service-block .inner-box .lower-content h5{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.service-block .inner-box .lower-content h5 a{
	position:relative;
	color:#222222;
	font-size:22px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block .inner-box .lower-content h5 a:hover{
	color:var(--thm-base);
}

.service-block .inner-box .lower-content .text{
	position:relative;
	margin-top:12px;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
}





/*** 

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

***/

.sidebar-page-container{
	position:relative;
	padding:110px 0px 80px;
}

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

.sticky-top{
	top:30px;
	z-index:1;
}

.sidebar-widget{
	margin-bottom:45px;
}

.blog-cat{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	border:1px solid #d7d7d7;
}

.blog-cat li{
	position:relative;
}

.blog-cat li a{
	position:relative;
	color:#222222;
	font-size:16px;
	padding:18px 30px;
	display:block;
	z-index:1;
	font-weight:500;
	background-color:#f5f5f5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid #d7d7d7;
	font-family: 'Montserrat', sans-serif;
}

.blog-cat li a:after{
	position:absolute;
	content:'\f105';
	right:20px;
	top:18px;
	color:#111111;
	font-size:20px;
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
}

.blog-cat li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:0%;
	height:100%;
	z-index:-1;
	opacity:0;
	border-left:4px solid #111111;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--thm-base);
}

.blog-cat li a:hover::before{
	width:100%;
	opacity:1;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
}

.blog-cat li:last-child a{
	border-bottom:0px;
}

.blog-cat li.active a:before{
	width:100%;
	opacity:1;
}

/* Brochures Widget */

.brochures-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
	padding-right:20px;
}

.sidebar-title-two{
	position:relative;
	margin-bottom:28px;
}

.sidebar-title-two h3{
	position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
	padding-bottom:15px;
    text-transform: capitalize;
}

.sidebar-title-two h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:3px;
	width:40px;
	background-color:#071069;
}

.broucher-box{
	position:relative;
	padding:18px 25px;
	border-radius:7px;
	overflow:hidden;
	margin-bottom:10px;
	background-color:#f3f3f3;
}

.broucher-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--thm-base);
}

.broucher-box:hover:before{
	height:100%;
}

.broucher-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}

.broucher-box .broucher-inner{
	position:relative;
	padding-left:45px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.broucher-box .broucher-inner .file-icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#02108c;
	font-size:22px;
	line-height:1em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.broucher-box .broucher-inner .download-icon{
	position:absolute;
	right:0px;
	top:0px;
	color:#222222;
	font-size:24px;
	line-height:1em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.broucher-box:hover .broucher-inner{
	color:#ffffff;
}

.broucher-box:hover .broucher-inner .download-icon,
.broucher-box:hover .broucher-inner .file-icon{
	color:#ffffff;
}




.sidebar .contact-widget ul{
	position:relative;
}

.sidebar .contact-widget ul li{
	position:relative;
	color:#777777;
	font-size:18px;
	padding-left:70px;
	margin-bottom:28px;
	line-height:1.6em;
}

.sidebar .contact-widget ul li:last-child{
	margin-bottom:0px;
}

.sidebar .contact-widget ul li strong{
	position:relative;
	display:block;
	color:#222222;
}

.sidebar .contact-widget ul li .icon{
	position:absolute;
	left:0px;
	top:6px;
	font-size:44px;
	line-height:1em;
	color:var(--thm-base);
}

.sidebar .contact-widget ul li a{
	position:relative;
	color:#777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .contact-widget ul li a:hover{
	color:#fdb110;
}




.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	background-color:var(--thm-base);
}

.service-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-detail .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.05,1.05);
}

.service-detail .inner-box .lower-content{
	position:relative;
	padding-top:45px;
}

.service-detail .inner-box .lower-content .icon-box{
	position:absolute;
	right:40px;
	top:-40px;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:38px;
	line-height:80px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--thm-base);
}

.service-detail .inner-box:hover .lower-content .icon-box{
	
}

.service-detail .inner-box .lower-content h3{
	position:relative;
	line-height:1.3em;
	font-weight:700;
	color:#222222;
}

.service-detail .inner-box .lower-content .text{
	position:relative;
	margin-top:12px;
}

.service-detail .inner-box .lower-content .text p{
	position:relative;
	margin-bottom:15px;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
}

.service-detail .inner-box .lower-content .image-gallery{
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
}

.service-detail .inner-box .lower-content .image-gallery img{
	position:relative;
	width:100%;
	display:block;
	border-radius:6px;
}

/*** 

====================================================================
	Service Tabs Style
====================================================================

***/

.service-detail .service-tabs{
	position:relative;	
	padding-bottom:40px;
	border-bottom:1px solid #ebebeb;
}

.service-detail .service-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:20px;
}

.service-detail .service-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	width:32.9%;
	margin-right:0px;
	font-size:16px;
	background:none;
	color:#ffffff;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	margin-bottom:12px;
	display:inline-block;
	padding:14px 40px 14px;
	transition:all 500ms ease;
	text-transform:capitalize;
	background-color:var(--thm-base);
}

.service-detail .service-tabs .tab-btns .tab-btn:hover,
.service-detail .service-tabs .tab-btns .tab-btn.active-btn{
	background-color:var(--thm-second);
}

.service-detail .service-tabs .tabs-content{
	position:relative;	
}

.service-detail .service-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.service-detail .service-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.service-detail .service-tabs .tabs-content .tab p{
	font-size:16px;
	line-height:1.9em;
	color:#777777;
	margin-bottom:20px;
}

.service-detail .service-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

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

.contact-page-section .title-box{
	position:relative;
	margin-bottom:35px;
}

.contact-page-section .title-box h3{
	position:relative;
	color:#161e39;
	font-size:36px;
	font-weight:600;
	line-height:1.3em;
}

.contact-page-section .title-box .text{
	position:relative;
	color:#404040;
	font-size:18px;
	line-height:1.6em;
	margin-top:10px;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}

.contact-page-section .contact-info{
	position: relative;
	margin-bottom: 0px;
}

.contact-page-section .contact-info li{
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #404040;
	font-weight: 400;
	margin-bottom: 35px;
}

.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 1.4em;
	color: #282835;
}

.contact-page-section .contact-info li strong{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-page-section .contact-info li a{
	color: #404040;
	display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover{
	color: #031086;
}

/*** 

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

***/

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

.map-section .map-outer{
	position: relative;
}

.map-section .map-canvas{
	position: relative;
	height: 500px;
	width: 100%;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding-top:100px;
	padding-bottom:70px;
}

.contact-info-section .info-box{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-box .icon{
	position:relative;
	margin-bottom:15px;
}

.contact-info-section .info-box h4{
	position:relative;
	color:#000000;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
}

.contact-info-section .info-box .email,
.contact-info-section .info-box .phone{
	position:relative;
	color:#777777;
	font-size:16px;
}

.contact-info-section .info-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
}

/*** 

====================================================================
	Request Quote Section
====================================================================

***/

.request-quote-section{
	position:relative;
	padding:100px 0px 100px;
}

.request-quote-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:600px;
	background-attachment:fixed;
	background-size:cover;
}

.request-quote-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.60;
	background-color:var(--thm-base);
}

.request-quote-section .inner-container{
	position:relative;
	padding:65px 65px;
	border-radius:12px;
	background-color:#ffffff;
	background-position:right top;
	background-repeat:no-repeat;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.request-quote-section .form-column{
	position:relative;
}

.request-quote-section .form-column .inner-column{
	position:relative;
}

.request-quote-section .form-column .title-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.request-quote-section .form-column .title-box h2{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
}

.request-quote-section .form-column .title-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.9em;
	margin-top:15px;
}

/*** 

====================================================================
	Gallery Page Section
====================================================================

***/

.gallery-page-section{
	position:relative;
	padding:110px 0px 110px;
}

.gallery-page-section .styled-pagination{
	margin-top:20px;
}

/* Gallery Item */

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

.gallery-block-two .inner-box{
	position:relative;
	width:100%;
}

.gallery-block-two .image-box{
	position:relative;
	display:block;
	margin:0px;
	overflow:hidden;
}

.gallery-block-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-two .overlay-box{
	position:absolute;
	left:18px;
	top:18px;
	right:18px;
	bottom:18px;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.gallery-block-two .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	outline-offset: -20px;
	background-color:rgba(var(--thm-base-rgba),0.70);
	outline: 2px solid rgba(255,255,255,0.60);
}

.gallery-block-two .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.gallery-block-two .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block-two .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-two .overlay-box h6{
	position:relative;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:12px;
	text-transform:uppercase;
}

.gallery-block-two .overlay-box h6 a{
	position:relative;
	color:#ffffff;
}

.gallery-block-two .overlay-box .category{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:18px;
}

.gallery-block-two .inner-box .link{
	position:absolute;
	left:-90px;
	bottom:0px;
	width:70px;
	height:70px;
	font-size:24px;
	color:#ffffff;
	line-height:70px;
	margin:0px 3px;
	font-weight:400;
	text-align:center;
	border-radius:0px;
	display:inline-block;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-image: -ms-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -moz-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -o-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #010100), color-stop(100, #222121));
	background-image: -webkit-linear-gradient(bottom, #010100 0%, #222121 100%);
	background-image: linear-gradient(to top, #010100 0%, #222121 100%);
}

.gallery-block-two .overlay-inner .link .icon{
	position:relative;
	z-index:1;
}

.gallery-block-two .overlay-inner .link:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.90);
}

.gallery-block-two .inner-box:hover .link{
	left:-3px;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	width: 480px;
	background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-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);
	-moz-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 > .mega-menu > li{
	width: 48%;
	display: inline-block;
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#020e28;
	font-size:16px;
	font-weight:500;
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	padding:7px 0px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

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

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	font-weight:500;
	font-size:15px;
	color:#222222;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:before {
    position: absolute;
    top: -11px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	color: #f05523;
    padding-left: 30px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover::before{
	opacity: 1;
    color: #000000;
    text-shadow: 8px 0 #f05523, -8px 0 #f05523;
}

/* RTL Code */

.rtl .main-menu,
.rtl .main-menu .navigation > li > ul > li > a,
.rtl .header-search .form-group input[type="text"],
.rtl .header-search .form-group input[type="search"],
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .banner-section .content-column .inner-column,
.rtl .widget .tagcloud{
	text-align:right;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	left:0px;
	transform:rotate(180deg);
}

.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;
}

.rtl .subscribe-form .form-group input[type="text"],
.rtl .subscribe-form .form-group input[type="email"],
.rtl .dropdown-style-one{
	text-align:right;
}

.rtl .main-menu .navigation > li{
	float:right;
}

.rtl .main-menu .navigation > li:last-child{
	margin-right:30px;
}

.rtl .about-section .content-column{
	order:2;
	text-align:right;
}

.rtl .about-section .images-column{
	order:1;
}

.rtl .main-footer,
.rtl .user-links,
.rtl .news-block .info-box,
.rtl .testimonial-block .content{
	text-align:right;
}

.rtl .news-block .post-meta,
.rtl .testimonial-block .rating{
	display:block;
}

.rtl .user-links li,
.rtl .social-icon-two{
	display:block;
}

.rtl .social-icon-two li{
	display:inline-block;
}

.rtl .main-header .main-box .nav-outer{
	flex-direction: row-reverse;
}

.rtl .main-header .logo{
	
}

.rtl .dropdown-style-one .dropdown-toggle::after{
	left:15px;
	right:auto;
}

.rtl .dropdown-style-one .dropdown-toggle{
	display:block;
	text-align:right;
}

.rtl .sec-title,
.rtl .dropdown-item{
	text-align:right;
}

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

.rtl .header-style-three .main-menu .navigation > li,
.rtl .header-style-two .main-menu .navigation > li{
	margin:0px 12px;
}

.rtl .news-block-two .post-meta,
.rtl .banner-box .inner-box .content{
	display:block;
	text-align:right;
}

.rtl .news-block-two .info-box,
.rtl .feature-block-two .inner-box{
	text-align:right;
}

.rtl .social-icon-three{
	display:block;
	text-align:right;
	margin-right:15px;
}

.rtl .social-icon-three li{
	display:inline-block;
	margin-right:0px;
	margin-left:10px;
}

.rtl .main-footer.style-three .subscribe-form .form-group .theme-btn{
	left:2px;
	right:auto;
}

.rtl .header-style-five .main-menu .navigation > li,
.rtl .header-style-four .main-menu .navigation > li{
	margin-right:20px;
}

.rtl .header-style-four .header-search .form-group button{
	left:0px;
	right:auto;
}

.rtl .banner-section-two .content-column .inner-column{
	text-align:right;
}

.rtl .feature-block-three .inner-box .content{
	text-align:right;
	padding-left:0px;
	padding-right:70px;
}

.rtl .feature-block-three .inner-box .icon{
	right:0px;
	left:auto;
}

.rtl .offer-block .content{
	text-align:right;
}

.rtl .offer-block .content .side-image{
	left:0px;
	right:auto;
}

.rtl .about-section-two .about-block .block-inner,
.rtl .sec-title-two{
	text-align:right;
}

.rtl .products-section-two .owl-nav{
	left:0px;
	right:auto;
}

.rtl .cta-section,
.rtl .banner-section-three .review,
.rtl .footer-style-two .footer-widget,
.rtl .testimonial-block-four .inner-box,
.rtl .banner-section-three .quality .text,
.rtl .timer-section .content-column .inner-column{
	text-align:right;
}

.rtl .timer-section .content-column{
	order:2;
}

.rtl .timer-section .image-column{
	order:1;
}

.rtl .testimonial-block-four .upper-inner{
	text-align:right;
	padding-left:0px;
	padding-right:125px;
}

.rtl .testimonial-block-four .author-image{
	right:0px;
	left:auto;
}

.rtl .footer-style-two .info-list li{
	padding-left:0px;
	padding-right:60px
}

.rtl .footer-style-two .info-list li .icon{
	right:0px;
	left:auto;
}

.rtl .header-style-five .header-search .form-group button{
	left:0px;
	right:auto;
}

.rtl .banner-section-three .content-column{
	order:2;
	text-align:right;
}

.rtl .banner-section-three .image-column{
	order:1;
}

.rtl .team-block .info-box,
.rtl .page-title{
	text-align:right;
}

.rtl .discount-section.style-three .content-column{
	order:2;
}

.rtl .discount-section.style-three .image-column{
	order:1;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"]{
	padding-right:15px;
	text-align:right;
}

.rtl .sidebar .search-box .form-group button{
	left:5px;
	right:auto;
}

.rtl .sidebar-title{
	padding-left:0px;
	text-align:right;
}

.rtl .sidebar-title:before{
	right:0px;
	left:auto;
}

.rtl .recent-post .post{
	flex-direction: row-reverse;
	text-align:right;
}

.rtl .category-list .cat-list{
	text-align:right;
}

.rtl .category-list li{
	display:block;
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .category-list li:before,
.rtl .category-list li:after{
	right:0px;
	left:auto;
}

.rtl .instagram-gallery{
	max-width:100%;
}

.rtl .sidebar .popular-tags{
	display:block;
	text-align:right;
}

.rtl .news-block-three .lower-content{
	text-align:right;
}

.rtl .news-block-three .post-info li{
	margin-right:0px;
	margin-left:20px;
}

.rtl .blog-cat li a,
.rtl .service-detail,
.rtl .privacy-section,
.rtl .faqs-section h4,
.rtl .accordion-box,
.rtl .contact-form,
.rtl .comment-form,
.rtl .comments-area,
.rtl .sidebar-title-two,
.rtl .brochures-widget .text,
.rtl .contact-info-section .info-box .inner-box,
.rtl .blog-detail .news-block-three .inner-box,
.rtl .comment-form .form-group input[type="text"],
.rtl .comment-form .form-group input[type="email"],
.rtl .comment-form .form-group textarea,
.rtl .comment-form .form-group select,
.rtl .contact-form .form-group input[type="text"],
.rtl .contact-form .form-group input[type="email"],
.rtl .contact-form .form-group input[type="phone"],
.rtl .contact-form .form-group input[type="web"],
.rtl .contact-form .form-group input[type="url"],
.rtl .contact-form .form-group input[type="text"],
.rtl .contact-form .form-group textarea,
.rtl .contact-form .form-group select,
.rtl .contact-page-section .title-box,
.rtl .prod-tabs .tabs-content .tab .content,
.rtl .product-details .info-column .inner-column,
.rtl .gallery-detail .info-column .inner-column,
.rtl .header-style-two .header-upper .top-left,
.rtl .header-style-three .header-upper .top-left,
.rtl .service-widget ul li,
.rtl .product-details .basic-details .details-header,
.rtl #tab-description, .rtl #tab-reviews,
.rtl .woocommerce div.product .woocommerce-tabs ul.tabs{
	text-align:right;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:40px;
}

.rtl .list-style-one li:before{
	right:0px;
	left:auto;
}

.rtl .author-box .author-info{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .author-box .author-info .author-thumb{
	right:0px;
	left:auto;
}

.rtl .comments-area .comment{
	padding-left:0px;
	padding-right:100px;
}

.rtl .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
}

.rtl .comments-area .comment-box .date{
	left:0px;
	top:5px;
	right:auto;
}

.rtl .coming-soon .emailed-form .form-group input[type="text"],
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea{
	text-align:right;
	padding-right:20px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button{
	left:0px;
	right:auto;
}

.rtl .contact-form h3:before{
	right:0px;
	left:auto;
}

.rtl .contact-page-section .contact-info li{
	flex-direction:row-reverse;
	text-align:right;
}

.rtl .contact-page-section .contact-info li .icon{
	right:0px;
	left:auto;
}

.rtl .accordion-box .block .acc-btn .icon{
	left:25px;
	right:auto;
}

.rtl .accordion-box .block .acc-btn{
	padding-right:30px;
}

.rtl .price-block .inner-box .price-list li{
	text-align:right;
	padding-left:0px;
	padding-right:30px;
}

.rtl .price-block .inner-box .price-list li:before{
	right:0px;
	left:auto;
}

.rtl .privacy-section .privacy-list li{
	text-align:right;
	padding-left:0px;
	padding-right:25px;
}

.rtl .privacy-section .privacy-list li:before{
	right:0px;
	left:auto;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:25px;
}

.rtl .list-style-two li:before{
	right:0px;
	left:auto;
}

.rtl .blog-cat li a:after{
	left:25px;
	right:auto;
}

.rtl .sidebar-title-two h3:before{
	right:0px;
	left:auto;
}

.rtl .broucher-box .broucher-inner{
	text-align:right;
	padding-left:0px;
	padding-right:45px;
}

.rtl .broucher-box .broucher-inner .file-icon{
	right:0px;
	left:auto;
}

.rtl .sidebar .contact-widget ul li{
	text-align:right;
	padding-left:0px;
	padding-right:70px;
}

.rtl .sidebar .contact-widget ul li .icon{
	right:0px;
	left:auto;
}

.rtl .service-block .inner-box .lower-content{
	text-align:right;
}

.rtl .service-block .inner-box .lower-content .icon-box{
	left:40px;
	right:auto;
}

.rtl .prod-tabs .comment-form .rating-box,
.rtl .product-details .other-options{
	display:block;
}

.rtl .prod-tabs .comment-form .field-label{
	display:inline-block;
}

.rtl .team-single-section .content-column .inner-column{
	text-align:right;
}

.rtl .team-single-section .content-column .post-meta li{
	text-align:right;
	padding-left:0px;
	padding-right:35px;
}

.rtl .team-single-section .content-column .post-meta li .icon{
	right:0px;
	left:auto;
	margin-right:0px;
}

.rtl .main-header .main-box{
	flex-direction: row-reverse;
}

.rtl .main-header .main-box{
	flex-direction: row-reverse;
}

.rtl .main-header .outer-box{
	margin-left:0px !important;
	margin-right:40px;
	justify-content: flex-start;
}

.rtl .social-icon-one li{
	margin-left:0px;
	margin-right:25px;
}

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

.rtl .header-lower .top-left{
	order:3;
	justify-content: flex-end;
	display:flex;
}

.rtl .header-lower .top-right{
	order:1;
}

.rtl .header-lower .top-center{
	order:2;
}

.rtl .main-header .ui-btn{
	margin-left:0px;
	margin-right:30px;
}

.rtl .main-header.header-style-two .outer-box{
	margin-right:0px;
	justify-content: flex-start;
}

.rtl .main-header.header-style-two .header-upper .outer-box{
	justify-content: flex-start;
}

.rtl .main-header.header-style-three .header-upper .outer-box{
	justify-content: flex-start;
}

.rtl .main-header.header-style-three .header-upper .login-outer:before{
	display:none;
}

.rtl .feature-block-two .icon-box{
	flex-direction: row-reverse;
}

.rtl .feature-block-two .icon{
	margin-right:0px;
	margin-left:18px;
}

.rtl .feature-block-two .icon-down{
	margin-left:0px;
	margin-right:15px;
}

.rtl .featured-products .sec-title-outer,
.rtl .shop-categories.style-three .sec-title-outer,
.rtl .featured-products.style-two .sec-title-outer,
.rtl .featured-products.style-two.alternate .sec-title-outer{
	flex-direction: row-reverse;
}

.rtl .main-header.header-style-four .outer-box{
	margin-right:0px;
}

.rtl .main-header.header-style-four .header-upper .outer-box{
	justify-content: flex-start;
}

.rtl .main-header.header-style-four .header-upper .top-left,
.rtl .main-header.header-style-five .header-upper .top-left{
	order:3;
	text-align:right;
	justify-content: flex-end;
}

.rtl .main-header.header-style-four .header-upper .top-center,
.rtl .main-header.header-style-five .header-upper .top-center{
	order:2;
}

.rtl .main-header.header-style-four .header-upper .top-right,
.rtl .main-header.header-style-five .header-upper .top-right{
	order:1;
}

.rtl .header-style-four .ui-btn,
.rtl .header-style-five .ui-btn{
	margin-right:15px;
}

.rtl .header-style-four .header-lower .dropdown-style-one,
.rtl .header-style-five .header-lower .dropdown-style-one{
	float:right;
}

.rtl .header-style-four .sticky-header .main-menu .navigation > li,
.rtl .header-style-five .sticky-header .main-menu .navigation > li{
	margin-right:0px;
}

.rtl .dropdown-style-one{
	min-width:250px;
}

.rtl .header-style-two .header-upper .row,
.rtl .header-style-three .header-upper .row,
.rtl .sticky-header .inner-container,
.rtl .product-details .basic-details .row,
.rtl .news-block-three .post-info{
	flex-direction:row-reverse;
}

.rtl .service-widget ul li a::after{
	right:auto;
	left:20px;
	transform:rotate(180deg);
}

.rtl .main-footer ul.menu li,
.rtl .footer-style-two ul.menu li{
	padding-left:0px;
	padding-right:20px;
}

.rtl .main-footer ul.menu li::before, 
.rtl .footer-style-two ul.menu li::before{
	transform:rotate(180deg);
	left:auto;
	right:0px;
}

.rtl .sidebar .sidebar-widget ul li{
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .sidebar .sidebar-widget ul li:before{
	left:0px;
	right:0px;
}

.rtl .contact-page-section .contact-info .icon-box{
	margin-right:0px;
	margin-left:30px;
}