/*==========================
	Custom css
==========================*/

/* Body */
.page-content.one-page-layout {
    padding: 0;
}
.content-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.content-inner-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-pink-light{
	background-color: #faf3eb;
}
.container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}
.container {
    max-width: 970px;
}

/* Header */
.header-sidenav .header-nav .logo-header a {
	width: 100%;
}
.header-sidenav .header-nav .logo-header {
	display: block;
  margin-right: 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	height: auto;
}
.header-sidenav .header-nav {
    left: 0;
	padding: 0;
}
.header-sidenav .openbtn,
.header-sidenav .header-nav .closebtn {
	display: none;
}
.header-sidenav .header-nav .logo-header img {
	max-width: 100%;
  max-height: 165px;
}
.header-sidenav .header-nav .logo-header a{
  text-align: center;
  display: block;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 0 0 30px;
}
.header-sidenav .header-nav .footer-menu {
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  margin: 0 20px;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header-sidenav .header-nav .footer-menu {
    border-top: 1px solid transparent;
    padding: 0px;
  }
}
.header-sidenav .header-nav .footer-menu .title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.header-sidenav .header-nav .navbar-nav{
	padding: 20px 0;
}
.header-sidenav .header-nav .navbar-nav li a{
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.header-sidenav .header-nav .navbar-nav > li > a {
    color: #fff;
    padding: 15px;
    line-height: 16px;
}
.header-sidenav .header-nav .navbar-nav > li > a.current {
  background-color: #BC8E5A;
}
.header-sidenav .header-nav .navbar-nav > li > a:hover.current {
  color: #111111;
}
.header-sidenav .header-nav .navbar-nav > li > a.active:hover{
	color: #FFFFFF;
}
.header-sidenav .header-nav .copyright ,
.header-sidenav .header-nav .copyright-text {
    color: #FFFFFF;
    font-size: 12px;
    margin: 20px 0 0;
    line-height: 24px;
}
.header-sidenav .header-nav .copyright-text {
    opacity: 0.5;
    margin-top: 5px;
}
.header-sidenav .header-nav .copyright-text a{
	text-decoration: underline;
	color: #FFFFFF;
}
.header-sidenav .header-nav .footer-social li{
	display: inline-block;
	margin: 0 5px;
}
.header-sidenav .header-nav .footer-social li a {
  color: #FFFFFF;
  font-size: 18px;
  margin: 2px;
}
.header-sidenav .header-nav .footer-social li a svg {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  fill: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-sidenav .header-nav .footer-social li a:hover svg{
	fill: #BC8E5A;
}
.header-sidenav .header-nav .footer-social li a:hover{
	background-color: transparent;
}
.header-sidenav + main {
    margin-left: 299px;
}
.header-sidenav .contant-block {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.header-sidenav .full-sidenav{
	position: fixed;
	left: 0;
	width: 300px;
	top: 0;
	z-index: 99;
	background-color: #FFFFFF;
	height: 100vh;
  padding: 0px 20px 0px 20px;
	display: block;
	flex-direction: column;
	justify-content: space-between;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.header-sidenav .full-sidenav .nav {
	margin-bottom:auto;
}
.header-sidenav.dark{
	background-color: unset;
}
.header-sidenav .menu-close{
	display: none;
}
.header-sidenav .main-bar-wraper{
	display: none;
}
.header-sidenav .nav > li > .sub-menu{
	background-color: transparent;
}
.header-sidenav .nav > li .sub-menu li a{
	color:#bfbfbf;
}

/* SideNav ======= */
.site-header .full-sidenav .mCSB_container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}
.header-nav.full-sidenav .nav > li > .sub-menu,
.header-nav.full-sidenav .nav > li:hover > .sub-menu,
.header-nav.full-sidenav .nav > li > .mega-menu,
.header-nav.full-sidenav .nav > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	position:unset;
	display:block;
	transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.header-nav.full-sidenav .nav > li > .sub-menu,
.header-nav.full-sidenav .nav > li > .mega-menu{
	box-shadow: none;
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.header-nav .nav > li{
	text-transform: capitalize;
}
.header-nav .nav > li > .sub-menu{
	width: 100%;
	padding: 0;
	min-width: 100%;
}

/* Section head */
.section-head.text-center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-head .main-title {
    font-family: 'Satisfy', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.section-head .main-title span {
  font-size: 27px;
}
.section-head .title {
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
	margin-bottom: 10px;
}
.section-head .sub-title {
    color: #c7b9a9;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
}
.section-head p{
	font-size: 16px;
	line-height: 24px;
}
.section-head p a {
  color: #BC8E5A;
}
.dlab-separator {
  width: 40%;
  height: 1px;
  margin: 15px auto 15px;
  background-color: rgba(0, 0, 0, .09);
}
.dlab-separator.white {
  background-color: rgba(255, 255, 255, .3) !important;
}
.section-head.full-head{
	width: 100%;
}

/* About Gallery List */
.about-gallery-list {
    display: flex;
    flex-wrap: wrap;
}
.about-gallery-list li {
    display: inline-block;
    width: 50%;
    padding: 7px;
}
.about-gallery-list li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
	transition: all 0.1s;
}
.about-gallery-list li:hover img {
	opacity: 0.5;
	transition: all 0.1s;
}

/* Menu Tabs */
.menu-tabs .nav-tabs {
    justify-content: center;
    margin-bottom: 50px;
    border: 0;
}
.menu-tabs .nav-tabs li a {
    background-color: #faf3eb;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    letter-spacing: 2px;
}
.menu-tabs .nav-tabs li a.active,
.menu-tabs .nav-tabs li a.active:hover,
.menu-tabs .nav-tabs li a.active:focus,
.menu-tabs .nav-tabs li a:hover{
    background-color: #BC8E5A;
    color: #fff;
	border: 0;
}

/* Menu List */
h1.category-title {
  margin-bottom: 15px;
  color: #BC8E5A;
}
h2.sub-category-title {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  font-size: 26px;
  line-height: 39px;
}
.menu-list {
  margin-bottom: 25px;
}
.menu-list li {
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  padding: 15px 0px 15px 0px;
  position: relative;
}
.menu-list li:first-child {
  padding: 0px 0px 15px 0px !important;
}
.menu-list li:last-child {
  padding: 15px 0px 0px 0px;
  border-bottom: 1px transparent;
}
.menu-list li .text .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.menu-list li .text .description {
  color: #9e9e9e;
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 0px;
}
.menu-list li .price {
  margin-bottom: 0;
  background-color: #BC8E5A;
  color: #fff;
  padding: 5px 6px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.menu-list li .item-right {
	margin-left: auto;
}
.menu-list .item-left {
	position: relative;
  display: flex;
  align-items: center;
}
.menu-list .item-left img {
  min-width: 200px;
}
.menu-list .item-left .text {
  margin-left: 20px;
}
/* dlab-bnr-inr */
.dlab-bnr-inr {
	height: 400px;
}
.dlab-bnr-inr-entry {
  display: table-cell;
  vertical-align: middle;
}
.dlab-bnr-inr h1 {
  font-weight: 700;
  font-size: 62px;
  margin-bottom: 0px;
  line-height: 66px;
  text-transform: uppercase;
}
.dlab-bnr-inr p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 24px;
}
.dlab-bnr-inr .sub-title {
  color: #c7b9a9;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
.dlab-bnr-inr .breadcrumb{
  background-color: transparent;
  justify-content: center;
  padding: 20px 0;
}
.dlab-bnr-inr .breadcrumb li{
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
.dlab-bnr-inr .breadcrumb li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.dlab-bnr-inr .breadcrumb-row ul li:after {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
.dlab-bnr-inr .breadcrumb-item+.breadcrumb-item::before{
	content: none;
}
.dlab-bnr-inr .dlab-bnr-inr-video {
  position: relative;
  width: 100%;
  height: 400px;
  aspect-ratio: auto;
  overflow: hidden;
  background-color: #000000;
}
@media only screen and (max-width: 591px) {
  .dlab-bnr-inr .dlab-bnr-inr-video {
    height: 200px;
  }
}
.dlab-bnr-inr .dlab-bnr-inr-video video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0% 70%;
  display: block;
}
@media only screen and (max-width: 591px) {
  .dlab-bnr-inr .dlab-bnr-inr-video video {
    height: 200px;
  }
}
.dlab-bnr-inr-video-text {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* About Rating */
.rating-box {
  margin: 0 30px;
}
.rating-box .rating-star{
	margin-bottom: 0;
}
.rating-box .rating-star li {
  display: inline-block;
  font-size: 24px;
}
.rating-box .rating-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}
.rating-box p{
	margin-bottom: 15px;
}
.rating-box .rating-name{
	font-size: 14px;
    margin: 0;
    line-height: 24px;
}

/* Owner Profile */
.owner-profile .owner-profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #fff;
  margin: 0 auto 20px;
}
.owner-profile .owner-name {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 20px;
}
.owner-profile p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.owner-profile .owner-position {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.owner-profile .owner-signature {
	font-family: 'Satisfy', sans-serif;
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 300;
}

/* Contact box */
.contact-box .section-head {
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-box {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
  }
  .contact-box.index {
    background-color: #FFFFFF !important;
  }
}

/* Menu tabs Style 1 */
.menu-tabs.style1{
	padding-bottom: 70px;
}
.menu-tabs.style1 .nav-tabs {
    position: relative;
    top: -68px;
    margin-bottom: 0;
    justify-content: space-between;
	z-index: 1;
}
.menu-tabs.style1 .nav-tabs a {
    position: relative;
    padding: 16px 15px 16px 60px;
    display: block;
    background-color: rgba(0,0,0,0.5);
}
.menu-tabs.style1 .nav-tabs li {
	width: 25%;
}
.menu-tabs.style1 .nav-tabs li h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px;
	color: #fff;
}
.menu-tabs.style1 .nav-tabs li h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    opacity: 0.7;
    line-height: 16px;
    font-weight: 300;
}
.menu-tabs.style1 .nav-tabs .icon-bx {
    width: 30px;
    position: absolute;
    left: 20px;
    top: 16px;
}
.menu-tabs.style1 .menu-list{
	background-color: transparent;
}

/* Site Footer */
.site-footer {
	position: relative;
}
.site-footer .footer-top {
	background-color: #111111;
  padding: 28px 0px;
}
.site-footer .copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}
.site-footer .copyright {
  margin-bottom: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 991px) {
  .site-footer .copyright {
    text-align: center;
  }
}
.site-footer .copyright-text {
  margin: 0;
  font-size: 10px;
}
.site-footer .footer-social{
	display: inline-flex;
}
.site-footer .footer-social li {
	padding: 0 2px;
}
.site-footer .footer-social li a {
    background-color: #47443e;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
}
/* Blog post md */
.blog-post.blog-md{
	display: flex;
	margin-bottom: 40px;
}
.blog-post.blog-md .dlab-post-media,
.blog-post.blog-md .dlab-post-info{
    width: 50%;
    flex: 0 0 50%;
    min-width: 50%;
}
.blog-post.blog-md .dlab-post-media img{
	height: 100%;
    width: 100%;
	object-fit: cover;
    border-radius: 5px;
}
.blog-post.blog-md .dlab-post-info{
	padding: 30px;
	align-self: center;
}
.blog-post.blog-md .dlab-separator {
	margin-bottom: 20px;
}
.blog-post.blog-md .post-title{
	font-size: 34px;
    font-weight: 700;
    line-height: 34px;
	text-transform: uppercase;
}
.dlab-post-meta li{
	display: inline-block;
}
.dlab-post-meta li.post-date{
	font-family: Satisfy, sans-serif;
    font-size: 26px;
    line-height: 20px;
}
.blog-post .dlab-post-text {
	margin-bottom: 20px;
}
.blog-post .dlab-post-text ul{
	padding-left:30px;
}
.blog-post .dlab-post-text p {
    font-size: 14px;
    line-height: 24px;
}
.blog-single.blog-post .dlab-post-text h4{
    margin-bottom: 15px;
}

/* Event Blog */
.event-blog .post-sub-title{
    font-family: Satisfy, sans-serif;
    font-size: 26px;
    line-height: 20px;
	margin-bottom: 10px;
}
.event-blog .post-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}

/* Contact Form */
.contact-form {
	padding: 0 15px;
}
.contact-form .section-head .title {
  font-size: 32px;
  margin-bottom: 0px;
}
.contact-page.contact-form .section-head .title {
  color: #FFFFFF;
}
.contact-page .contact-information h4.company_name {
  color: #FFFFFF;
}
.contact-page .contact-information p, .contact-page .contact-information p a {
  margin-bottom: 15px;
  color: #FFFFFF;
}
.contact-page .contact-information p:last-child, .contact-page .contact-information p:last-child a {
  margin-bottom: 0px;
}
.contact-form .form-group{
	margin-bottom: 5px;
}
.contact-form .form-control,
.contact-form .btn.dropdown-toggle {
  background-color: transparent;
  border: #111111 1px solid;
  height: 55px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
.contact-form textarea.form-control {
	height: 110px;
}
.contact-form .form-control:focus {
	border-color: #BC8E5A;
}
.contact-form .btn.dropdown-toggle {
    border: 2px solid #fff!important;
    color: #495057;
}
.contact-form .btn.dropdown-toggle:hover{
	border-color: #e8e0d8!important;
}
.contact-form .btn.dropdown-toggle:focus{
	border-color: #BC8E5A!important;
}
.contact-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 16px;
}
.contact-form .checkbox-wrapper-30 .checkbox {
  margin-top: 0px;
}
.contact-form a.agreement {
  color: #111111;
}

/* Contact Reserve */
.contact-reserve img {
    height: 100%;
    object-fit: cover;
}
.contact-reserve{
	position: relative;
	overflow: hidden;
	border-radius: 3px;
    height: 100%;
}
.contact-reserve .contact-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px;
	width: 100%;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .65) 53%);
}
.contact-reserve .contact-text .title {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.contact-reserve .contact-text .sub-title {
    font-size: 22px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 25px;
}

/* Gallery box */
.dlab-gallery-box {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.dlab-gallery-box .dlab-thum {
    border-radius: 5px;
    overflow: hidden;
}
.dlab-gallery-box .dlab-thum img{
	transition: all 0.1s;
	width: 100%;
	min-height: 150px;
	object-fit:cover;
}
.dlab-gallery-box .check-km{
	cursor: pointer;
}
.dlab-gallery-box .dlab-thum span{
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    right: 0;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
	opacity:0;
	transition:all 0.6s;
	-moz-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.dlab-gallery-box:hover .dlab-thum span{
	opacity:1;
	right: 60px;
	top: 60px;
}
.dlab-gallery-box .dlab-thum span:after,
.dlab-gallery-box .dlab-thum span:before{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:inherit;
	border-radius:inherit;
    z-index: -1;
	opacity:0;
	transition:all 0.6s ease 0.3s;
	-moz-transition:all 0.6s ease 0.3s;
	-webkit-transition:all 0.6s ease 0.3s;
	-ms-transition:all 0.6s ease 0.3s;
	-o-transition:all 0.6s ease 0.3s;
}
.dlab-gallery-box:hover .dlab-thum span:after{
	transform: scale(1.6);
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
    opacity: 0.5;
}
.dlab-gallery-box:hover .dlab-thum span:before{
	transform: scale(2.4);
	-moz-transform: scale(2.4);
	-webkit-transform: scale(2.4);
	-ms-transform: scale(2.4);
	-o-transform: scale(2.4);
    opacity: 0.2;
}

/* Blog Post Single */
.blog-post.blog-single {
    margin: 0 auto;
    padding: 35px;
    position: relative;
    top: -50px;
	z-index: 99;
}
@media only screen and (max-width: 1199px) {
	.blog-post.blog-single {
		top: auto;
	}
}
.blog-post.blog-single .post-title {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 0;
    font-weight: 700;
}
.dlab-bnr-inr .blog-post.blog-single{
	margin-bottom: 0;
	padding-top: 100px;
}


/* Author box */
.author-box.blog-user {
    background-color: #3d3833;
    margin: 0 -35px -35px;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author-box .author-profile-info{
	display: flex;
	align-items: center;
}
.author-box .author-profile-pic {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    float: left;
	margin-right: 20px;
}
.author-box .author-profile-content p {
    margin-bottom: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.author-box .author-profile-content h6{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

/* Event Details */
.event-head-details {
    align-items: start;
    width: 500px;
    text-align: left;
}
.event-head-details .sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px;
}
.event-head-details p{
	margin-bottom: 0;
}
.event-details .sub-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 700;
}
.event-details .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
}

/* Light Gallery */
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item{
    background-color: #fff;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter{
    color: #fff;
}
.check-km{
	cursor: pointer;
}

.main-slider .slide {
	/*height:100vh;*/
	background-position:center;
	position:relative;
    background-size: cover;
}
.main-slider .slide .content {
  min-width: 900px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-slider .item.first-slide .content {
  top: 18% !important;
}
@media only screen and (max-width: 1200px) {
  .main-slider .slide {
    height: auto;
  }
  .main-slider .slide .content {
    min-width: 100%;
  }
  .main-slider .item.first-slide .content {
    top: 50% !important;
  }
}
@media only screen and (max-width: 591px) {
  .main-slider .item.first-slide .content {
    top: 50% !important;
  }
  .main-slider .slide .content {
    width: 100%;
    height: 100%;
    padding: 35px 20px 0px 20px;
  }
  .main-slider .slide .content .banner-button {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 5px;
  }
  .main-slider .slide .content .banner-button a.btn-secondry {
    margin: 0px;
  }
}
.main-slider .content span {
	font-family: Satisfy, sans-serif;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 15px;
    display: block;
}
.main-slider .title {
	font-size: 52px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 66px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1400px) and (min-width: 991px) {
  .main-slider .title {
  	font-size: 36px;
    line-height: 50px;
  }
}
.main-slider .sub-title {
	font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  line-height: 30px;
  max-width: 700px;
  margin: 20px auto 0px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .main-slider .sub-title {
  	font-size: 22px;
  }
}
.main-slider .owl-next,
.main-slider .owl-prev {
  background: rgba(0,0,0,0.3);
  color: #FFFFFF;
  padding: 30px 5px;
  font-size: 20px;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
}
.main-slider .owl-next:hover,
.main-slider .owl-prev:hover {
	background:#fff;
	color:#000;
}
.banner {
  position: relative;
}
.banner .scrollDown {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  left: calc(50% + 0px);
  transform: translateX(-50%);
  animation: bounceArrow 1.3s ease-in-out infinite;
  color: #FFFFFF;
  font-size: 32px;
  cursor: pointer;
}
@keyframes bounceArrow {
  0%   { transform: translateX(-50%) translateY(0); }
  50%  { transform: translateX(-50%) translateY(8px); }
  100% { transform: translateX(-50%) translateY(0); }
}
/* Responsive */
@media only screen and (max-width: 1200px){
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-footer .footer-top {
		padding: 65px 0px;
	}
	.section-head.text-center {
		width: 100%;
	}
	.blog-post.blog-single {
		width: 100%;
	}
	.menu-list .item-left{
	    padding-right: 30px;
	}
	.menu-tabs.style1 .nav-tabs{
	    margin-bottom: 30px;
		padding-top: 30px;
		top:0;
	}
}
@media only screen and (max-width: 991px){
	.blog-post.blog-md .dlab-separator {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.blog-post.blog-md .post-title {
		font-size: 28px;
		line-height: 30px;
	}
	.header-sidenav + main {
		margin-left: 0;
    padding-top: 98px;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.service-box .dlab-tilte{
		font-size:14px;
	}
	.service-box .icon-bx-xl img {
		height: 60px;
	}
	.service-box  .icon-bx-xl {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom:10px;
	}
	.section-head .title {
		font-size: 36px;
		line-height: 40px;
	}
	.content-inner-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.menu-list li{
		padding:10px;
	}
	.menu-tabs .nav-tabs li a{
		padding: 10px 45px;
	}
	.rating-box {
		margin: 0 0px;
	}
	.owner-profile .owner-name {
		font-size: 26px;
		line-height: 30px;
	}
	.owner-profile .owner-signature{
	    font-size: 24px;
	}
	.section-head .main-title{
	    font-size: 26px;
	}
	.section-head .main-title span{
	    font-size: 19px;
	}
	.menu-tabs.style1 .nav-tabs a{
		text-align:center;
		padding:16px 10px 16px 10px;
	}
	.menu-tabs.style1 .nav-tabs .icon-bx{
		position:unset;
	    margin: 0 auto 10px;
	}
	.menu-tabs.style1 .nav-tabs li h6{
	    margin-top: 5px;
	}
	.blog-post.blog-md .dlab-post-info {
		padding: 20px 20px;
	}
	.event-blog .post-sub-title{
	    font-size: 16px;
		line-height: 16px;
	}
	.blog-post.blog-md .post-title {
		font-size: 24px;
		line-height: 30px;
	    margin-bottom: 0px;
	}
	.dlab-post-meta,
	.dlab-post-meta ul {
		margin-bottom: 10px;
	}
	.contact-reserve .contact-text{
	    padding: 30px;
	}
	.contact-reserve .contact-text .title{
		font-size: 35px;
		line-height: 35px;
	}
	.main-slider .title {
		font-size: 40px;
    line-height: 50px;
	}
	.main-slider .sub-title {
		font-size: 18px;
    line-height: 24px;
		margin-top: 10px;
    padding: 0px 45px;
	}
  .section-head p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .owner-profile p {
    font-size: 15px;
  }
  .faq-wrapper .faq-card .faq-header .faq-meta .faq-title, .faq-wrapper .faq-body {
    font-size: 14px !important;
  }
  .custom-page ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .custom-page .description {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .contact-information p {
    font-size: 14px;
    line-height: 24px;
  }
	.main-slider span{
	    font-size: 18px;
	}
	.blog-post.blog-single .post-title {
		font-size: 40px;
		line-height: 50px;
	}
	.menu-list li {
		width: 100%;
	}
	.header-sidenav .header-nav .nav i {
		float: unset;
		margin-top: -4px;
	}
	.header-sidenav.dark .header-nav .nav > li > a{
		color: #fff;
	}
  .site-header .full-sidenav .mCSB_container {
    justify-content: flex-start;
  }
	.header-sidenav .full-sidenav.active {
		display: flex;
    justify-content: flex-start;
		left: 0;
	}
	.header-sidenav .main-bar-wraper{
		display: block;
	}
	.header-sidenav .menu-close{
		display: block;
	}
	.header-sidenav .header-nav {
		left: -100%;
	}
}

@media only screen and (max-width: 767px){
	.blog-post.blog-md .dlab-post-info {
		padding: 0 0 0 20px;
	}
	.menu-tabs.style1 .nav-tabs li {
		width: 100%;
	}
	.menu-tabs.style1 .nav-tabs a {
		background-color: #3d3833;
		border-bottom: 1px solid #534d47;
	}
	.site-footer .footer-top .text-left,
	.site-footer .footer-top .text-right{
		text-align: center!important;
	}
	.site-footer .footer-social {
		margin-top: 15px;
	}
	.site-footer .footer-top {
		padding: 30px 0px;
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 50px;
    background-image: none !important;
	}
	.content-inner-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content-inner-3 {
		padding-bottom: 50px;
	}
	.menu-tabs.style1 {
		padding-bottom: 30px;
	}
	.menu-tabs.style1 .nav-tabs {
		margin: 0 0 -70px;
	}
	.dlab-bnr-inr h1 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.dlab-bnr-inr .sub-title {
		font-size: 18px;
		line-height: 18px;
	}
	.dlab-bnr-inr {
		height: 300px;
	}
	.menu-list li {
		padding: 15px 0px;
		width: 100%;
	}
	.section-head .title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 0px;
	}
	.section-head .sub-title {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.event-blog .post-title {
		font-size: 25px;
		line-height: 28px;
	}
	.event-blog .dlab-separator {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.dlab-post-meta li.post-date {
		font-size: 22px;
	}
	.blog-post.blog-md .post-title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.blog-post.blog-md .dlab-separator {
		margin-bottom: 10px;
	}
	.one-page-layout .sidenav.full-page .logo-header {
		padding: 0;
		float: unset;
		margin: auto;
	}
	.blog-post.blog-single .post-title {
		font-size: 35px;
		line-height: 35px;
	}
	.dlab-bnr-inr .blog-post.blog-single {
		padding-top: 60px;
	}
	.dlab-bnr-inr-entry {
		padding-bottom: 0;
	}
	.event-head-details h1{
		text-align: left;
	}
	.event-head-details .sub-title {
		margin-bottom: 15px;
	}
	.contact-box-reversed {
		flex-direction: column-reverse;
	}
	.menu-tabs.style1 .nav-tabs .icon-bx {
		width: 30px;
		position: absolute;
		left: 15px;
		top: 12px;
	}
	.menu-tabs.style1 .nav-tabs a{
		text-align:left;
		padding: 10px 15px 10px 60px;
	}
	.menu-tabs.style1 .nav-tabs li h4 {
		font-size: 15px;
		margin-bottom: 0;
		line-height: 17px;
	}
	.menu-tabs.style1 .nav-tabs {
		margin: 0 0px 30px;
		top: 0;
	}
	.blog-post.blog-md .post-title {
		 font-size: 18px;
	}
	.blog-post.blog-md:not(.event-blog){
		display:block;
	}
	.blog-post.blog-md:not(.event-blog) .dlab-post-media,
	.blog-post.blog-md:not(.event-blog) .dlab-post-info{
		display:block;
		width:100%;
		min-width:100%;
	}
	.blog-post.blog-md:not(.event-blog) .dlab-post-info {
		padding: 0;
	}
	.contact-form {
		padding: 0;
	}
}
@media only screen and (max-width: 591px){
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-head .title,
	.dlab-bnr-inr h1{
		font-size: 26px !important;
		line-height: 36px !important;
	}
  .dlab-bnr-inr p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 18px;
  }
	.section-head .sub-title,
	.dlab-bnr-inr .sub-title{
		font-size: 16px;
		line-height: 16px;
	}
	.dlab-bnr-inr {
		height: 200px;
	}
	.section-head {
		margin-bottom: 20px;
	}
	.dlab-post-meta li.post-date {
		font-size: 18px;
	}
	.blog-post.blog-md .dlab-post-readmore a{
		display: block;
	}
	.blog-post.blog-single .post-title {
		font-size: 26px;
		line-height: 26px;
	}
	.blog-post.blog-single {
		padding: 30px 30px 0;
	}
	.author-box.blog-user {
		margin: 0 -30px 0;
	}
	.author-box.blog-user {
		padding: 15px 30px;
		display: block;
	}
	.author-box.blog-user .btn {
		display: block;
		margin-top: 10px;
	}
	.event-head-details {
		width: 100%;
	}
	.event-head-details p {
		font-size: 12px;
	}
	.event-head-details .sub-title {
		margin-bottom: 15px;
	}
	.blog-single.blog-post .dlab-post-text {
		margin-top: 0;
	}
	.contact-reserve .contact-text {
		padding: 30px;
	}
	.contact-reserve .contact-text .title {
		font-size: 36px;
		line-height: 40px;
	}
	.contact-reserve .contact-text .sub-title {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.menu-tabs .nav-tabs li a {
		padding: 10px 15px;
		letter-spacing: 1px;
	}
	.menu-tabs .nav-tabs{
	    margin-bottom: 10px;
	}
	.main-slider .title {
		font-size: 30px;
    line-height: 36px;
	}
	.main-slider .sub-title {
		font-size: 18px;
	}
	.main-slider span{
	    font-size: 16px;
	}
	.main-slider a {
		font-size: 13px;
	}
	.main-slider .slide{
	    background-position: right;
	}
	.blog-post.blog-single{
		margin-bottom:0;
	}
	.dlab-bnr-inr .breadcrumb {
		padding: 10px 0;
	}
  .menu-list .item-left {
    padding-right: 0px;
    display: block;
  }
  .menu-list .item-left img {
    width: 100%;
  }
  .menu-list li .text {
    margin-top: 10px;
    margin-left: 0px;
  }
  .contact-information h4 {
    font-size: 17px !important;
    font-weight: 500 !important;
  }
  h1.category-title {
    font-size: 26px;
    line-height: 35px;
  }
}

/* Error Page */
.error-page .dlab_error {
	font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: auto;
    color: #896eff;
}
.error-page .error-head {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0 25px;
    max-width: 600px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}
@media only screen and (max-width: 991px){
	.error-page .dlab_error {
		font-size: 150px;
		line-height: 150px;
	}
}
@media only screen and (max-width: 591px){
	.error-page .dlab_error {
		font-size: 120px;
		line-height: 120px;
	}
	.error-page .error-head {
		font-size: 24px;
		line-height: 34px;
	}
}


/* Coming Soon */
.countdown{
	margin-bottom:40px;
}
.countdown .date{
	width: 120px;
	display: inline-block;
	color: #000;
	padding: 0 10px;
	position: relative;
}
.countdown .date:after{
	content: ":";
	position: absolute;
	font-size: 50px;
	right: -8px;
	top: 2px;
	line-height: 60px;
	color:#fff;
}
.countdown .date:last-child:after{
	content:none;
}
.countdown .date span:last-child{
	color:#fff;
	height: auto;
	width: auto;
	display: block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 5px;
}
.countdown .date .time{
	font-size: 70px;
	color:#fff;
	line-height: 70px;
	display: block;
	width: auto;
	height: auto;
	background: transparent;
	margin: 0;
	font-weight: 600;
}
.coming-soon .cs-title{
	font-size: 60px;
	color: #fff;
	font-weight: 500;
	line-height: 70px;
	margin-bottom: 20px;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.coming-soon.cs-logo{
	margin-bottom: 20px;
}
.coming-soon.cs-logo .logo{
	width: 250px;
	display: inline-block;
}
.countdown-social{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.countdown-social li{
	display:inline-block;
	margin:0 2px;
}
.countdown-social li a{
	width: 50px;
	height: 50px;
	background:#fff;
	border-radius: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #000;
}
.countdown-social li a:hover{
	color:#fff;
}
.coming-soon .cs-logo{
	margin-bottom: 30px;
}
@media only screen and (max-width: 591px){
	.coming-soon .cs-title {
		font-size: 42px;
		line-height: 50px;
	}
	.countdown .date .time {
		font-size: 50px;
		line-height: 50px;
	}
	.countdown .date {
		width: 80px;
	}
	.countdown .date:after {
		font-size: 40px;
		right: -7px;
		line-height: 48px;
	}
	.countdown .date span:last-child {
		font-size: 12px;
	}
	.countdown {
		margin-bottom: 30px;
	}
}

.page-down,
.coming-soon{
    height: 100vh;
    display: table;
    width: 100%;
}
.page-down .container-fluid,
.coming-soon .container{
	display: table-cell;
    vertical-align: middle;
}

/* Pagedown */
.pagedown-title{
	padding-left:185px;
	position:relative;
    margin-left: 80px;
}
.pagedown-title h1{
	margin:0;
	font-weight:500;
	color:#fff;
	font-size:70px;
	line-height:80px;
	margin-bottom: 15px;
}
.pagedown-title img{
	position: absolute;
	left: -10px;
	top: 10px;
	width: 160px;
}
.pagedown-title p{
	margin:0;
	font-weight:300;
	color:#fff;
	font-size:28px;
	line-height:40px;
	opacity: 0.8;
}
@media only screen and (max-width: 991px){
	.pagedown-title h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.pagedown-title {
		margin-left: 50px;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 767px){
	.pagedown-title img {
		width: 100px;
		left: 0;
	}
	.pagedown-title {
		margin-left: 20px;
		padding-left: 130px;
	}
	.pagedown-title h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.pagedown-title p {
		font-size: 24px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 591px){
	.pagedown-title h1 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	.pagedown-title p {
		font-size: 20px;
		line-height: 32px;
	}
	.pagedown-title img {
		position: relative;
		margin-bottom: 30px;
	}
	.pagedown-title {
		margin-left: 0;
		padding-left: 0;
		text-align: center;
	}
}

/* Heart Blast */
.heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url('../images/like.png');
    cursor: pointer;
    margin: -25px -15px;
}
.heart-blast {
    background-position: -1680px 0;
    transition: background 1s steps(28);
}

/* Languages */
.languages {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .languages {
    margin-bottom: 20px;
  }
}
.languages a:first-child {
  margin-right: 5px;
}
.languages a img {
  max-height: 20px;
}

/* Footer */
.footer-text {
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.4;
}
@media only screen and (max-width: 991px) {
  .footer-text {
    margin-top: 5px;
    text-align: center;
  }
}
.footer-text strong {
  font-size: 19px;
  color: #FFFFFF;
}
.footer-logo {
  margin-top: 15px;
  margin-right: 10px;
  text-align: right;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  height: 83px;
}
footer .footer-menu {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  footer .footer-menu {
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding-bottom: 20px;
  }
  .footer-logo {
    margin-right: 0px;
    text-align: center;
  }
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
@media (max-width: 991px) {
  footer .footer-menu ul {
    justify-content: center;
    gap: 5px 10px;
  }
}
footer .footer-menu ul li {
  display: block;
}
footer .footer-menu ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .footer-menu ul li a {
    min-height: auto;
    padding: 0px;
  }
}

/* Custom Page */
.custom-page .section-head.full-head p {
  font-size: 16px;
  line-height: 26px;
}
.custom-page .section-head .title {
  margin-bottom: 0px;
  font-size: 37px;
  line-height: 44px;
}
.custom-page .description {
  font-size: 16px;
  line-height: 26px;
}
.custom-page img.paragraph-image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.custom-page ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
}
.custom-page ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
}
.custom-page ul li:before {
  content: '\e64c';
  font-family: 'themify';
  font-weight: 900;
  color: #28A745;
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom-page ul li:last-child {
  margin-bottom: 0px;
}

/* Showcase */
.showcase {
  position: relative;
  background-color: #faf3eb;
  overflow: hidden;
}
.showcase-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.showcase-content {
  position: relative;
  z-index: 1;
}

/* Products */
.products {
  height: 100%;
}
.products .products-content {
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  border: #E0E0E0 1px solid;
}
.products .products-content h4.title {
  margin-bottom: 15px;
  font-size: 20px;
}
.products .products-content p {
  margin-bottom: 15px;
  min-height: 105px;
}

/* E-Bulletin */
.ebulletin input {
  background-color: transparent;
  border: #111111 1px solid;
  height: 55px;
}
.ebulletin input:focus {
  background-color: transparent;
  border-color: #BC8E5A;
  outline: 0;
}
.ebulletin a.agreement {
  color: #111111;
}

/* Form Error CSS */
.error {
  border-color: #dc3545 !important;
}
label.error, span.error {
  position: relative;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1;
  background-color: #DB2828;
  padding: 0.5833em 0.833em;
  color: var(--white);
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
  border-color: #DB2828;
  border-radius: 0.28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}
label.error:before, span.error:before {
  background-color: inherit;
  border-style: solid;
  border-color: inherit;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}

/* Checkbox */
.checkbox-wrapper-30 {
  height: 100%;
  display: flex;
  align-items: center;
}
.checkbox-wrapper-30 a, .checkbox-wrapper-30 label {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size,1) * 22px);
  position: relative;
}
.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  border: #111111 1px solid;
}
.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size,1) * 4px);
  border: calc(var(--newBrdr, var(--size,1)) * 1px) solid;
  color: var(--newBrdrClr,var(--brdr));
  outline: 0;
  margin: 0;
  padding: 0;
}
.checkbox-wrapper-30 .checkbox input:checked,.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 15 94;
  --dashOffset: 109;
}
.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray,93);
  stroke-dashoffset: var(--dashOffset,94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
}
.checkbox-wrapper-30 .checkbox input, .checkbox-wrapper-30 .checkbox svg {
  display: block;
  height: 100%;
  width:100%;
}

/* Faq */
.faq-wrapper .faq-card {
  border: 0;
  overflow: hidden;
  margin-bottom: 12px;
  transition: transform .18s ease;
}
.faq-wrapper .faq-card:last-child {
  margin-bottom: 0px;
}
.faq-wrapper .faq-card .faq-header {
  background-color: rgba(0, 0, 0, .03);
}
.faq-wrapper .faq-card .faq-header .faq-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: .75rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  outline: none;
}
.faq-wrapper .faq-card .faq-header .faq-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq-wrapper .faq-card .faq-header .faq-meta .faq-title {
  font-size: 16px;
}
.faq-wrapper .icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .28s cubic-bezier(.2,.9,.2,1);
}
.faq-wrapper .faq-btn[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.faq-wrapper .faq-body {
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Quality Certificates */
.quality-certificates {
  text-align: center;
}
.quality-certificates .quality-certificates-name {
  margin-top: 10px;
  font-weight: 600;
}

/* United Nations */
.united-nations .section-head .title {
  margin-bottom: 0px;
}
.united-nations .section-head p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

/* Boxes */
.boxes {
  height: 100%;
}
.boxes video {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .boxes video {
    height: auto;
  }
}
.boxes video::-webkit-media-controls {
  display: none !important;
}
.boxes video::-moz-media-controls {
  display: none !important;
}
.boxes video::-ms-media-controls {
  display: none !important;
}
.boxes .boxes-content {
  margin-top: 15px;
}
.boxes .boxes-content h2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.boxes .boxes-content .boxes-description {
  margin-bottom: 20px;
}
.boxes .boxes-content .boxes-description ul {
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
}
.boxes .boxes-content .boxes-description ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
}
.boxes .boxes-content .boxes-description ul li:before {
  content: '\e64c';
  font-family: 'themify';
  font-weight: 900;
  color: #28A745;
  position: absolute;
  top: 0px;
  left: 0px;
}
.boxes .boxes-content .boxes-description ul li:last-child {
  margin-bottom: 0px;
}
.boxes .boxes-content a.boxes-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.boxes .boxes-content a.boxes-btn i {
  margin-top: -1px;
  margin-left: 10px;
}
.boxes .boxes-content a.boxes-btn:hover {
  color: #EFBB20;
}

/* Which Tea Are You */
.which-tea-are-you .step-title {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.which-tea-are-you .step-title div {
  padding: 18px 40px 18px 40px;
  background-color: #DDDDDD;
  color: #555555;
  font-weight: 600;
}
.which-tea-are-you .step-title .active {
  background-color: #BC8E5A;
  color: #FFFFFF;
}
.which-tea-are-you .step {
  display: none;
  padding: 30px 30px 30px 30px;
  border: #CDC5C5 1px solid;
}
.which-tea-are-you .step p {
  font-size: 15px;
  font-weight: 600;
}
.which-tea-are-you .step .options {
  margin-bottom: 20px;
  border-bottom: #CDC5C5 1px solid;
  padding-bottom: 20px;
}
.which-tea-are-you .step label.input-radio {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}
.which-tea-are-you .step label:last-child.input-radio {
  margin-bottom: 0px;
}
.which-tea-are-you .step label.input-radio input {
  display: none;
  opacity: 0;
}
.which-tea-are-you .step label.input-radio input + span {
  border-radius: 50%;
}
.which-tea-are-you .step label.input-radio input + span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: #FFFFFF;
  border: #E5E5E5 1px solid;
  margin-top: 0px;
  margin-right: 10px;
}
.which-tea-are-you .step label.input-radio input:checked + span i {
  display: flex !important;
}
.which-tea-are-you .step label.input-radio span i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.which-tea-are-you .step .icon {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}
.which-tea-are-you .step .btn-secondry, .which-tea-are-you .step .btn-danger {
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
}
.which-tea-are-you #result ul.menu-list {
  margin-bottom: 0px;
  padding: 30px 30px 30px 30px;
  border: #E0E0E0 1px solid;
}
.which-tea-are-you #result ul.menu-list li {
  padding: 0px !important;
}

/* Recipes */
.recipes-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .recipes-description a {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
  }
}

/* Contact */
.contact-information {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #E0E0E0 1px solid;
}
.contact-information:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: transparent 1px solid;
}
.contact-information h4 {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: underline;
}
.contact-information h4.company_name {
  text-decoration: none;
}
.contact-information p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
}
.contact-information p.address {
  margin-bottom: 20px;
}
.contact-information a:hover {
  color: #BC8E5A;
}

ul.contact-social {
  display: table;
  margin: 0 auto;
}
ul.contact-social li {
	display: inline-block;
	margin: 0 13px;
}
ul.contact-social li a {
  color: #000000;
  font-size: 35px;
  margin: 2px;
}
ul.contact-social li a svg {
  width: 30px;
  height: 30px;
  margin-top: -7px;
  fill: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.contact-social li a:hover svg {
	fill: #BC8E5A;
}
ul.contact-social li a:hover {
  color: #BC8E5A;
	background-color: transparent;
}

/* Logos */
.logos a {
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

/* Map */
.map iframe {
  width: 100%;
  height: 500px;
  border: 0px;
  display: block;
}

/* Magnific Popup */
.white-popup-block {
  background-color: #FFFFFF;
  padding: 30px 15px 25px 15px;
  text-align: left;
  max-width: 650px;
  margin: 0px auto;
  position: relative;
}
.white-popup-block h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

/* Cookie */
.cookie {
  display: none;
  position: fixed;
  max-width: 600px;
  width: 90%;
  z-index: 99;
  left: 50%;
  bottom: 10px;
  padding: 15px 15px 15px 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
  transform: translate(-50%, 0%);
  border-radius: 5px;
  text-align: center;
}
.cookie span,
.cookie a,
.cookie a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.cookie p {
  position: relative;
  font-size: 14px;
  margin: 0px 0px 2px 0px;
  color: #FFFFFF;
}
.cookie .cookies-detail, .cookie .cookies-accept, .cookie .cookies-cancel {
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.cookie .cookies-accept, .cookie .cookies-cancel {
  margin-left: 10px;
}
.cookie .wrapper-small {
  margin-bottom: 0px;
  text-align: center;
}
.cookie .wrapper-small .c-col-12 {
  position: relative;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .cookie p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* Progress Bar */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background-color: var(--clr-theme-2);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--clr-theme-2), 0 0 5px var(--clr-theme-2);
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--clr-theme-2);
  border-left-color: var(--clr-theme-2);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Whatsapp */
.mypage-alo-phone {
  position: fixed;
  z-index: 999;
  right: 35px;
  bottom: 130px;
}
@media only screen and (max-width: 480px) {
  .mypage-alo-phone {
    bottom: 140px;
  }
}
.mypage-alo-phone a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.mypage-alo-phone .text {
  font-weight: bold;
  color: #43B91E;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  position: relative;
  left: 11px;
}
.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30,30,30,.4);
  opacity: .1;
  opacity: .5;
}
.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 28px;
  left: 28px;
  -ms-transition: all .2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .4 !important;
}
.mypage-alo-ph-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle {
  border-color: #43B91E;
}
.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 43px;
  left: 43px;
  background: url(../images/whatsapp.webp) center center no-repeat rgba(30,30,30,.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
  background-color: #43B91E;
}

/* Videos */
.videos video {
  width: 100%;
}
.videos .video-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.videos .video-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}
.videos .video-item h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: normal;
}

/* Bg Video */
.bg-video {
  position: relative;
  width: 100%;
  max-height: 35svh;
  aspect-ratio: auto;
  overflow: hidden;
  background-color: #000000;
}
.bg-video:before {
  content: "";
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.bg-video video {
  width: 100%;
  height: auto;
  max-height: 35svh;
  object-fit: cover;
  object-position: 0% 70%;
  display: block;
}
.bg-video .bg-video-text {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 600;
  padding: 0px 20px 0px 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .bg-video {
    max-height: 20svh;
  }
  .bg-video video {
    max-height: 20svh;
  }
  .bg-video .bg-video-text {
    font-size: 18px;
  }
}

/* Member */
.fixed-member-btn {
  position: fixed;
  z-index: 999;
  right: 35px;
  bottom: 250px;
}
.fixed-member-btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.fixed-member-btn .text {
  max-width: 97px;
  font-weight: bold;
  color: #FF0000;
  font-size: 14px;
  text-align: center;
  width: 100%;
  position: relative;
  top: -40px;
  left: 5px;
}
.fixed-member-btn-ph-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30,30,30,.4);
  opacity: .1;
  opacity: .5;
}
.fixed-member-btn-ph-circle-fill {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 28px;
  left: 28px;
  -ms-transition: all .2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .4 !important;
}
.fixed-member-btn-ph-circle, .fixed-member-btn-phone:hover .fixed-member-btn-ph-circle {
  border-color: #FF0000;
}
.fixed-member-btn-ph-img-circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 43px;
  left: 43px;
  background: url(../images/tea-member.webp) center center no-repeat rgba(30,30,30,.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}
.fixed-member-btn-ph-circle-fill, .fixed-member-btn-ph-img-circle, .fixed-member-btn-phone:hover .fixed-member-btn-ph-circle-fill, .fixed-member-btn-phone:hover .fixed-member-btn-ph-img-circle {
  background-color: #FF0000;
}

/* History */
.timeline-carousel {
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -20px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 10px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner {
  position: relative;
  margin: 0px 50px 0px 50px;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.production-process .timeline-carousel__item-inner:after {
  display: none !important;
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: -19px 0 20px;
  font-weight: 900;
  background-color: #000000;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #BC8E5A;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.timeline-carousel__item-inner p {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #BC8E5A;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #BC8E5A;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #BC8E5A;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #BC8E5A;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}
.timeline-carousel .slick-dots {
  margin: 0px;
  list-style: none;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 2;
}
.timeline-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.timeline-carousel .slick-dots li:before {
  display: none;
}
.timeline-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.timeline-carousel .slick-dots li.slick-active button {
  background: #BC8E5A;
  border-color: #BC8E5A;
}
.timeline-carousel .slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel .slick-dots li button:hover {
  background-color: #BC8E5A;
  border-color: #BC8E5A;
}
.timeline-carousel .slick-prev, .timeline-carousel .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
  background-color: #000000;
  border: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 20;
  font-size: 0;
}
.timeline-carousel .slick-prev:before, .timeline-carousel .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 60px;
  color: #FFFFFF;
  opacity: 1;
}
.timeline-carousel .slick-prev {
  left: 0px;
}
.timeline-carousel .slick-prev:before {
  content: "\f104";
}
.timeline-carousel .slick-next {
  right: 0px;
}
.timeline-carousel .slick-next:before {
  content: "\f105";
}
@media (max-width: 800px) {
  .timeline-carousel .slick-prev:before, .timeline-carousel .slick-next:before {
    font-size: 26px;
  }
}

/* Product Slider */
.productTopArea {
  padding: 40px 0px 40px 0px;
  transition: background 0.5s;
  background-color: #F5F5F5;
}
.productTopSlider .item {
  display: flex !important;
  gap: 30px;
  align-items: flex-start;
}
.productTopSlider .item .slider-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 55px 0px 40px;
}
.productTopSlider.otherProducts .item .slider-row {
  padding: 0px 55px 0px 55px;
}
@media (max-width: 1600px) {
  .productTopSlider .item .slider-row {
    padding: 0px 20px 0px 20px;
  }
}
.productTopSlider .item .slider-row .slider-col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1600px) {
  .productTopSlider .item .slider-row .slider-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .productTopSlider.otherProducts .item .slider-row .slider-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .productTopSlider.otherProducts .item .slider-row .slider-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .productTopSlider .item .slider-row .slider-col .description .btn {
    margin-bottom: 10px;
    padding: 9px 9px;
    font-size: 13px;
  }
}
.productTopSlider .item img.image1 {
  display: inline-block;
  width: 265px;
  height: auto;
}
.productTopSlider.otherProducts .item img.image1 {
  width: 300px !important;
}
@media (max-width: 1200px) {
  .productTopSlider .item img.image1 {
    width: 220px;
  }
}
@media (max-width: 600px) {
  .productTopSlider .item img.image1 {
    width: 140px;
  }
  #productTopSlider2.productTopSlider.otherProducts .item img.image1 {
    width: 195px !important;
  }
}
.productTopSlider .item img.image2 {
  display: inline-block;
  margin-top: 185px;
  width: 155px;
  height: auto;
}
@media (max-width: 1200px) {
  .productTopSlider .item img.image2 {
    margin-top: 110px;
  }
}
@media (max-width: 600px) {
  .productTopSlider .item img.image2 {
    width: 85px;
    margin-top: 86px;
  }
  #productTopSlider2.productTopSlider .item img.image2 {
    width: 120px;
    margin-top: 27px;
  }
}
.productTopSlider .item img.image3 {
  display: inline-block;
  margin-top: 185px;
  width: 155px;
  height: auto;
}
@media (max-width: 1200px) {
  .productTopSlider .item img.image3 {
    margin-top: 110px;
  }
}
@media (max-width: 600px) {
  .productTopSlider .item img.image3 {
    width: 85px;
    margin-top: 86px;
  }
}
.productTopSlider .item img.image4 {
  display: inline-block;
  width: 200px;
  height: auto;
}
@media (max-width: 600px) {
  .productTopSlider .item img.image4 {
    width: 150px;
  }
}
.productTopSlider .item .description {
  margin-left: 20px;
}
@media (max-width: 1600px) {
  .productTopSlider .item .description {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  .productTopSlider .item .description {
    margin-top: 50px;
  }
  .productTopSlider.otherProducts .item .description {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .productTopSlider.otherProducts .item .description {
    margin-top: 20px;
  }
}
.productTopSlider .item .description h1 {
  margin-bottom: 0px;
  font-size: 19px;
  color: #FFFFFF;
  line-height: normal;
}
.productTopSlider.otherProducts .item .description h1 {
  color: #333333;
}
.productTopSlider .item .description h2 {
  margin-top: 0px;
  font-size: 45px;
  color: #FFFFFF;
  line-height: normal;
}
.productTopSlider.otherProducts .item .description h2 {
  color: #333333;
}
@media (max-width: 1200px) {
  .productTopSlider .item .description h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .productTopSlider.otherProducts .item .description h2 {
    margin-bottom: 10px;
  }
}
.productTopSlider .item .description p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.productTopSlider.otherProducts .item .description p {
  color: #333333;
}
.productTopSlider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .productTopSlider .owl-nav {
    top: 18%;
  }
  .productTopSlider.otherProducts .owl-nav {
    top: 25% !important;
  }
}
.productTopSlider .owl-nav .owl-prev,
.productTopSlider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0px;
  transform: translateY(-50%);
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #FFFFFF;
  pointer-events: auto;
  cursor: pointer;
  transition: transform .2s cubic-bezier(.175, .885, .32, 1.275);
}
.productTopSlider.otherProducts .owl-nav .owl-prev,
.productTopSlider.otherProducts .owl-nav .owl-next {
  color: #333333;
}
@media (max-width: 600px) {
  .productTopSlider .owl-nav .owl-prev,
  .productTopSlider .owl-nav .owl-next {
    font-size: 40px;
  }
}
.productTopSlider .owl-nav .owl-prev:hover,
.productTopSlider .owl-nav .owl-next:hover {
  transform: translateY(-50%) scale(1);
}
.productTopSlider .owl-nav .owl-prev {
  left: 0px;
}
@media (max-width: 992px) {
  .productTopSlider .owl-nav .owl-prev {
    left: 0px;
  }
}
.productTopSlider .owl-nav .owl-next {
  right: 0px;
}
@media (max-width: 992px) {
  .productTopSlider .owl-nav .owl-next {
    right: 0px;
  }
}

.thumb-wrapper {
  position: relative;
}
.thumb-wrapper .productThumbSlider {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media (max-width: 1300px) {
  .thumb-wrapper .productThumbSlider {
    margin-top: 70px;
  }
}
.thumb-wrapper .productThumbSlider.otherProducts {
  margin-top: 40px;
}
.thumb-wrapper .handwritten-comment {
  position: absolute;
  left: 50%;
  margin-left: -30rem;
  bottom: 100%;
  font-family: 'Just Another Hand', sans-serif;
  font-display: swap;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  transform: rotate(-5deg) translate(0%);
}
@media (max-width: 1300px) {
  .thumb-wrapper .handwritten-comment {
    margin-left: 0px;
    top: -22px;
    left: 20px;
  }
}
.thumb-wrapper .handwritten-comment .curved-arrow {
  margin-bottom: -25px;
  transform: rotate(-8deg);
}
.thumb-wrapper .handwritten-comment span {
  margin-left: -17px;
}
.thumb-wrapper .handwritten-comment .curved-arrow svg {
  position: absolute;
  left: 161px;
  top: -29px;
}
.category-type2 {
  margin-top: 20px;
}
.category-type2 a {
  display: table;
  margin: 0 auto;
  font-family: 'Just Another Hand', sans-serif;
  font-size: 32px;
  color: #FFFFFF;
  line-height: normal;
}
.category-type2 a i {
  margin-top: -15px;
  margin-left: 35px;
  animation: bounceArrow 1.3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .thumb-wrapper .productThumbSlider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.thumb-wrapper .productThumbSlider .owl-item {
  margin-right: 0px !important;
}
.thumb-wrapper .productThumbSlider .thumb {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .thumb-wrapper .productThumbSlider .thumb {
    gap: 5px;
    width: calc(50% - 5px);
  }
}
.thumb-wrapper .productThumbSlider .thumb img {
  width: 70%;
  transform: scale(.9);
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}
.thumb-wrapper .productThumbSlider.otherProducts .thumb img {
    width: 130px !important;
}
@media (max-width: 767px) {
  .thumb-wrapper .productThumbSlider .thumb img {
    width: 65%;
  }
}
.thumb-wrapper .productThumbSlider .thumb:hover img,
.productThumbSlider .owl-item.current img {
  transform: scale(.95);
}
.thumb-wrapper .productThumbSlider .owl-nav {
  display: none !important;
}
.thumb-wrapper .productThumbSlider .owl-dots {
  display: none !important;
}
@media (max-width: 767px) {
  .thumb-wrapper .productThumbSlider .owl-dots {
    display: block !important;
    cursor: pointer;
  }
}

#flavorScaleTab.nav-tabs {
  display: flex;
  justify-content: center;
  border: 0px;
}
#flavorScaleTab.nav-tabs .nav-link {
  min-width: 150px;
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
#flavorScaleTab.nav-tabs .nav-link span {
  display: block;
  height: 10px;
  margin-top: 11px;
}
#flavorScaleTab.nav-tabs .nav-link:not(.active) span {
  background-color: #FFFFFF !important;
}
#flavorScaleTab.nav-tabs .nav-item.show .nav-link, #flavorScaleTab.nav-tabs .nav-link.active {
  background: none;
  font-weight: 800;
}
#flavorScaleTab.nav-tabs .nav-link.active span:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: -26px;
  display: block;
  font-size: 34px;
  background: linear-gradient(to left, #7A542F 0%, #B6864E 40%, #F8F3E6 50%, #D9B884 55%, #F1DDB7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#flavorScaleTab .gallery .gallery-title {
  margin-bottom: 15px;
  font-family: 'Satisfy', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
#flavorScaleTab .gallery .gallery-contents {
  display: flex;
  align-items: center;
}
#flavorScaleTab .gallery .gallery-contents .gallery-item {
  float: none !important;
  margin-right: 20px !important;
  padding: 0px !important;
}
#flavorScaleTab .gallery .gallery-contents .gallery-item:last-child {
  margin-right: 0px !important;
}
#flavorScaleTab .gallery .gallery-contents .gallery-item img.type1 {
  width: auto;
  max-width: none;
  height: 60px;
}
#flavorScaleTab .gallery .gallery-contents .gallery-item img.type2 {
  width: auto;
  max-width: none;
  height: 50px;
}
