/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');
h3{
	font-family: 'Rouge Script', cursive;
}
h1,h2,h4,h5{
	font-family: 'Libre Baskerville', serif;
}
body{
	font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 41%;
}
.inner-banner {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.news-box .services-item {box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);transition: all 500ms ease;}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/
.woo-sidebar-item h4 i.active {
    transform: rotate(180deg);
}
/* ajax search css start */
.ct-ajax-search-results .posts li {list-style: none;padding: 2px;display: grid;grid-template-columns: 3fr 7fr;column-gap: 9px;margin-bottom: 15px;}
.ct-ajax-search-results ul {
    background: #fff;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
    border-radius: 2px;
    padding: 9px;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 36px;
    width: 100%;
}
.search-wrap {
    position: relative;
    width: 250px;
}
.ct-ajax-search-results span.search-term {
    color: #d20015;
}
img#search-spinner {
    width: 28px;
    right: 5px;
    position: absolute;
    display: none;
    top: 4px;
}
input#ct-ajax-search {
    padding: 4px 9px;
    width: 100%;
}
input#ct-ajax-search:focus {
    outline: transparent;
}
.ct-ajax-search-results a {
    font-weight: 500;
}
.search-highlight { 
background-color:yellow;
color:blue;
}
/* ajax search css end */

/* mini ajax cart css start */
.minicart-wrap {
    position: fixed;
    background: #fff;
    z-index: 999999999;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    padding: 0 18px 15px 18px;
    transition: all .5s;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    display: block;
}
li.woocommerce-mini-cart-item .quality {
    display: table;
}
li.woocommerce-mini-cart-item.mini_cart_item .remove {
    position: absolute;
    right: 20px;
    font-size: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    border-bottom: 1px dashed var(--c4);
}
li.woocommerce-mini-cart-item.mini_cart_item .remove:before {content: "\f2ed";font-family: 'Font Awesome 5 Pro';color: red;font-size: 13px;}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) {
    display: flex;
    column-gap: 15px;
    width: 93%;
    height: 115px;
    font-size: 13px;
    color: #000;
    align-items: center;
    font-weight: 600;
}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) img {
    width: 100px;
    height: auto;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    position: absolute;
    font-size: 17px;
    left: 115px;
    bottom: 5%;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity .woocommerce-Price-amount.amount {
    color: var(--c1);
    font-size: 18px;
    font-weight: 700;
}
p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
    margin-top: 12px;
}
p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    background-color: var(--c2);
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout {
    margin-top: 10px;
}
p.woocommerce-mini-cart__total.total span {
    color: var(--c1);
    font-size: 23px;
    font-weight: 700;
}
p.woocommerce-mini-cart__total.total {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: 62%;
    overflow-y: scroll;
    margin-top: 50px;
}
.cart:hover a i span {transform: rotateY(360deg);}
.wrapper.act .minicart {
    right: 0;
}
.wrapper .overlay {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
    z-index: 999;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.wrapper {
    position: relative;
}
.wrapper .overlay.act {
    opacity: 1;
    visibility: visible;
}
.shop-cart-icon i {
    font-size: 42px;
}
.shop-cart-icon .cart-contents {
    position: absolute;
    top: 0;
    right: -6px;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 14px;
}
.shop-cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.ct-ajax-search-image img {
    width: 100%;
}

/* Ajax Search Css End */

/* QuickView Css Start */
.popup-wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}
.popup {
    background: #fff;
    max-width: 930px;
    height: 100%;
    max-height: 515px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    padding: 20px;
}
.popup .woocommerce-product-gallery {
    opacity: 1 !important;
}
.popup-overlay {
    height: 100%;
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    z-index: -1;
}
i#popup-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
}
.quick-view-wrap::-webkit-scrollbar {
    width: 0px;
}
.popup-close {
    position: absolute;
    right: 1px;
    top: -31px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.header-logo a img {
    width: 100%;
}
.header-top {
    background: #212226;
    overflow: hidden;
}
.header-top-info ul li a i, .header-top-info ul li i {
    font-size: 20px;
    color: var(--c1);
    margin-right: 5px;
}
.header-top-info ul li a, .header-top-info ul li {
    font-size: 16px;
    color: #BCBDBE;
    font-weight: 500;
}
.header-top-info ul {
    display: flex;
    justify-content: space-between;
}
.header-top-media ul li a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    transition: .5s;
}
.header-top-media ul li a i:hover {
    color: var(--c1);
}
.header-top-media ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 20px;
}
.header-top-btn a {
    color: var(--c3);
    font-size: 18px;
    font-weight: 600;
    background: var(--c1);
    padding: 18px 43px 29px 44px;
    position: relative;
    transition: 1s;
    height: 74px !important;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
}
.header-top-btn a:before {
    position: absolute;
    content: "";
    left: -218px;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--c3);
    transition: .5s;
    z-index: -1;
}
.header-top-btn a:hover:before {
    left: 0;
}
.header-top-btn a:hover {
    color: var(--c1) !important;
}
.header-top .row {
    align-items: center;
}
.header-top-btn {width: 220px;overflow: hidden;margin: 0 0 0 auto;height: 72px !important;padding: 0px 0;}
.header-logo a img {
    width: 100%;
}
.header-logo {
    width: 100%;
}
.header-menu ul li>  a {
    font-size: 16px;
    font-weight: 500;
    color: #141417;
    transition: .5s;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}
.header-menu ul li a:hover {
    color: var(--c1);
}
.header-menu ul {
    display: flex;
    justify-content: space-between;
}
.header-main .row {align-items: center;}
.header-icon ul li a i {
    font-size: 20px;
    color: var(--c2);
    transition: .5s;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.07);
    line-height: 2.5;
}
.header-icon ul {
    display: flex;
    justify-content: flex-end;
}
.header-icon ul li {
    margin-left: 20px;
}
.header-main {
    padding: 35px 0;
}
.header-icon ul li a i:hover {
    color: var(--c3);
    background: var(--c1);
}
.home-slider-content h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    min-height: 70px;
    color: var(--c1);
}
.home-slider-content h2 {
    font-size: 40px;
    line-height: 90px;
    font-weight: 700;
    color: var(--c3);
    margin-bottom: 29px;
}
.home-slider-content p {
    font-size: 18px;
    line-height: 32px;
    color: var(--c3);
    margin-bottom: 37px !important;
    width: 46%;
    margin: 0 auto;
}
.home-slider-content {
    text-align: center;
    position: relative;
    z-index: 999;
}
a.btn-2 {
    color: var(--c3);
    font-size: 18px;
    font-weight: 600;
    background: var(--c1);
    padding: 18px 43px 29px 44px;
    position: relative;
    transition: 1s;
    height: 74px !important;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    border-radius: 50px;
    overflow: hidden;
}
a.btn-2:before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--c2);
    transition: .5s;
    z-index: -1;
}
a.btn-2:hover {
    color: var(--c3);
}
a.btn-2:hover:before {
    left: 0;
}
.home-slider-image {
    position: relative;
    height: 100vh;
}
.home-slider-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%);
    z-index: 1;
}
section.home-slider {
    overflow: hidden;
    position: relative;
}
.home-slider-image:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(assets/img/shape-1.png);
    z-index: 999;
    top: 96.8%;
}
section.home-slider button.slick-next.slick-arrow {
    z-index: 1;
    top: 50%;
    right: 9%;
}
section.home-slider .slick-next:before, section.home-slider .slick-prev:before {
    font-size: 28px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 18px 20px;
    color: var(--c2);
    width: -webkit-fill-available;
    content: "\f178";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    border: 2px solid #fff;
    font-weight: 400;
    background: #fff;
}
section.home-slider .slick-prev:before{
	content: "\f177" !important;
}
section.home-slider button.slick-prev.slick-arrow {
    left: 5%;
    top: 50%;
    z-index: 1;
}
.header-menu ul li.current-menu-item a {
    color: var(--c1) !important;
}
.header-menu ul li {
    position: relative;
    padding-bottom: 5px;
    /* overflow: hidden; */
}
.header-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    background: var(--c1);
    width: 100%;
    transition: .5s;
    transform: scale(0,0);
}
.header-menu ul li a:hover:before {
    transform: scale(1,1);
}
.header-menu ul li.current-menu-item:before {
    left: 0;
}
@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
	animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.1, 1.1);
	animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1, 1);
	animation-timing-function: ease-in;
  }
}
.home-slider-image img {
    animation: zoom-in 10s infinite !important;
}
.story-btn a {
    height: 65px !important;
    line-height: 2 !important;
    padding-top: 14px;
}
.story-content h3 {
    font-size: 50px;
    line-height: 70px
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.story-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 30px;
}
.story-content h2 span {
    color: var(--c1);
}
p {
    color: #676767;
    font-weight: 400;
    font-size: 16px;
}
.story-right-img img {
    width: 100%;
}
.story-right {
    position: relative;
}
.story-right-img2 {
    position: absolute;
    left: 5%;
    top: 35%;
}
.story-right3 {
    position: absolute;
    right: -18%;
    top: 20%;
}
section.story {padding: 72px 0;}
.story-right-img {
    position: relative;
}
.story-right-img:before {
    position: absolute;
    content: "";
    left: 5%;
    top: 0;
    width: 450px;
    height: 450px;
    background: #F3EBDF;
    border-radius: 100%;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.wrapper {
    overflow-x: hidden;
}
section.special {
    background: #212226;
    padding-top: 110px;
    position: relative;
    margin-top: -42px;
    height: 572px;
}
.special-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.special-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c3);
    margin-bottom: 30px;
}
.special-heading {
    text-align: center;
    margin-bottom: 110px;
}
.special-box-content h2 {
    font-size: 20px;
    line-height: 34px;
    color: var(--c2);
}
.special-box {
    background: var(--c3);
    padding: 50px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1);
}
.special-box-content h2 span:nth-child(2) {
    color: var(--c1);
}
.special-box-content h2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.special-box-content p {
    margin-bottom: 30px;
}
.special-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -50px;
    width: 100%;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-3.png);
}
.special-btn {
    text-align: center;
    margin-top: 110px;
    position: relative;
    z-index: 999;
}
.special-box:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -51px;
    width: 100%;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-4.png);
}
section.special:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 325px;
    height: 475px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-5.png);
}
.special-box-content {
    position: relative;
}
section.special .row  .col-lg-6:nth-child(2) .special-box .special-box-content:before {
    position: absolute;
    content: "";
    right: -10%;
    top: -45%;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-7.png);
}
.special-btn a {height: 60px !IMPORTANT;line-height: 1.3;}
section.special:after {
    position: absolute;
    content: "";
    left: 10%;
    top: 21%;
    width: 202px;
    height: 202px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-6.png);
    animation: zoom-in 10s infinite !important;
}
.shopss-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.shopss-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 30px;
    width: 60%;
}
section.shopss {
    padding: 550px 0 110px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-position: center;
}
section.shopss:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 72%);
}
.shopss-main {
    width: 100%;
}
a.quick-view-trigger {
    display: none;
}
h2.woocommerce-loop-product__title {
    display: block !important;
    font-size: 18px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color: var(--c2) !important;
    text-align: center !important;
}
bdi {
    font-size: 18px !important;
    line-height: 34px !important;
    color: var(--c2) !important;
    font-weight: 600 !important;
    margin: 0 auto;
    display: table;
}
a.add_to_cart_button {
    color: var(--c3) !important;
    background: var(--c1);
    padding: 16px 30px !important;
    border-radius: 50px !important;
    transition: .5s;
}
a.add_to_cart_button:hover {
    background: var(--c2) !IMPORTANT;
}
.product-item {
    background: var(--c3);
    box-shadow: 0px 15px 40px rgba(0.2, 0.2, 0.2, 0.0);
    position: relative;
    padding-bottom: 25px;
    border: 2px solid var(--c1);
}
.shopss-heading {
    margin-bottom: 55px;
}
.product-content {
    position: relative;
    padding-top: 30px;
}
.product-content:before {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 150px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
/* .product-content a.add_to_cart_button {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table !important;
    transition: 1s !important;
    opacity: 0;
} */
.product-item:hover .product-content a.add_to_cart_button {
    opacity: 1;
}
.shopss-main ul li {width: 23.4% !important;margin: 0 20px 0px 0px !important;}
.break-slide-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.break-slide {
    position: relative;
}
.break-slide-content {
    position: absolute;
    bottom: 8%;
    left: 4%;
}
section.break {
    padding: 55px 0;
}
.break-slide-content h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: var(--c2);
    background: var(
    --c3);
    padding: 18px 30px;
}
.break-slide-content h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    background: var(--c3);
    padding: 8px 30px;
    color: var(--c1);
}
section.break button.slick-next.slick-arrow {
    z-index: 1;
    top: 50%;
    right: 1%;
}
section.break .slick-next:before, section.break .slick-prev:before {
    font-size: 28px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 18px 20px;
    color: var(--c2);
    width: -webkit-fill-available;
    content: "\f178";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    border: 2px solid #fff;
    font-weight: 400;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
}
section.break button.slick-prev.slick-arrow {
    left: -2.8%;
    top: 50%;
    z-index: 1;
}
section.break .slick-prev:before {
    content: "\f177" !important;
}
.promotion-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.promotion-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
}
.promotion-heading {
    text-align: center;
    padding-bottom: 55px;
}
section.promotion {
    padding: 72px 0;
}
.promotion-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.promotion-content h2 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--c2);
}
.promotion-content h2 span {
    color: var(--c1);
}
.promotion-content h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 31px;
    color: var(--c1);
}
.promotion-content p {
    margin-bottom: 55px;
}
.promotion-btn a {height: 60px !IMPORTANT;line-height: 1.3;}
.promotion-item {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    padding: 55px 70px 60px 50px;
    border: 2px solid var(--c1);
}
section.promotion .row:nth-child(3), section.promotion .row:nth-child(5), section.promotion .row:nth-child(7) {
    display: flex;
    flex-direction: row-reverse;
}
.promotion-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}
.promotion-img {
    overflow: hidden;
}
.special-box-content h2 span {
    color: var(--c1);
}
.row-1 {
    position: relative;
}
.row-1:before {
    position: absolute;
    content: "";
    left: -5%;
    top: -14%;
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-2.png);
    animation: zoom-in 5s infinite !important;
}
.row-2 {
    position: relative;
}
.row-2:before {
    position: absolute;
    content: "";
    right: -4%;
    bottom: -8%;
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-2.png);
    animation: zoom-in 5s infinite !important;
}
section.testimonial {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    position: relative;
}
.testimonial-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.testimonial-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c2);
    width: 90%;
}
.testimonial-heading h2 span {
    color: var(--c1);
}
.testimonial-heading {
    margin-bottom: 55px;
}
.testimonial-slide-content p i {
    width: 80px;
    height: 80px;
    font-size: 30px;
    color: var(--c3);
    background: var(--c1);
    text-align: center;
    border-radius: 50px;
    line-height: 2.7;
    margin-bottom: 25px;
}
.testimonial-slide-content p {
    color: var(--c2);
    font-weight: 500;
}
.testimonial-slide {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.testimonial-slide-content {
    width: 100%;
    margin-bottom: 30px;
}
.testimonial-slide-img img {
    width: 100%;
}
.testimonial-slide-img {
    border-radius: 110px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-right: 15px;
}
.testimonial-slide-name h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--c2);
}
.testimonial-slide-name p {
    font-weight: 500;
}
section.testimonial:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/image-1.png);
}
section.testimonial:after {
    position: absolute;
    content: "";
    right: 0;
    top: 14%;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/image-2.png);
}
section.testimonial button.slick-next.slick-arrow {
    z-index: 1;
    top: 120%;
    left: 18%;
}
section.testimonial .slick-next:before, section.testimonial .slick-prev:before {
    font-size: 28px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 18px 20px;
    color: var(--c2);
    width: -webkit-fill-available;
    content: "\f178";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    border: 2px solid #fff;
    font-weight: 400;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
}
section.testimonial button.slick-prev.slick-arrow {
    left: 2%;
    top: 120%;
    z-index: 1;
}
section.testimonial .slick-prev:before {
    content: "\f177" !important;
}
section.testimonial .slick-next:hover:before, section.testimonial .slick-prev:hover:before {
    background: var(--c1);
    color: var(--c3);
    border-color: var(--c1);
}
section.break .slick-next:hover:before, section.break .slick-prev:hover:before {
    background: var(--c1);
    color: var(--c3);
    border-color: var(--c1);
}
section.home-slider .slick-next:hover:before, section.home-slider .slick-prev:hover:before {
    background: var(--c1);
    color: var(--c3);
    border-color: var(--c1);
}
.testimonial-item {
    position: relative;
}
.testimonial-item:before {
    position: absolute;
    content: "";
    width: 172px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-2.png);
    animation: zoom-in 5s infinite !important;
    top: 25%;
    left: -20%;
    z-index: 0;
}
.discount-content h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.discount-content h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c3);
    margin-bottom: 30px;
    width: 60%;
    margin: 0px auto 72px auto;
}
.discount-content {
    text-align: center;
}
.discount-btn {
    text-align: center;
}
section.discount {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
}
.discount-btn a {
    height: 65px !IMPORTANT;
    line-height: 1.5 !IMPORTANT;
}
.discount-btn a:before{
	left: -280px;
}
.news-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.news-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 30px;
    width: 60%;
    margin: 0px auto;
}
.news-heading {
    text-align: center;
    margin-bottom: 55px;
}
section.news {
    padding: 72px 0;
}
.news-box h5.services-title a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 9px;
    color: var(--c2);
    transition: .5s;
}
.news-box h5.services-title a:hover {
    color: var(--c1);
}
.news-box .services-item:hover {
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.10);
}
.news-box .services-item .services-content {
    padding: 30px 30px 40px 30px;
}
.news-box .services-item .services-content h5 {
    margin-bottom: 30px;
}
.news-box .services-item .services-image {
    overflow: hidden;
    position: relative;
}
.news-box .services-item .services-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.news-box:hover .services-item .services-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}
.news-box .services-item .services-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(197 157 95 / 55%);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
.news-box:hover .services-item .services-image:before {
    opacity: 1;
}
.news-box .services-item .services-content .custom-theme-post-description a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    padding: 13px 33px 12px 34px;
    border: 1px solid #E5E5E5;
    text-transform: capitalize;
    border-radius: 25px;
    color: var(--c2);
    margin: 30px 0 0 0 !important;
}
.news-box .services-item .services-content .custom-theme-post-description a:hover {
    color: var(--c3) !important;
    background: var(--c1);
    border-color: var(--c1);
}
section.booking {
    background: #f5f2ed;
    padding-top: 110px;
    position: relative;
    overflow: hidden;
    margin-bottom: -55px;
}
.booking-heading {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}
.booking-heading h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.booking-heading h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: var(--c2);
    margin-bottom: 30px;
    width: 60%;
    margin: 0px auto;
}
.booking-form {
    max-width: 850px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 70px 40px rgba(0, 0, 0, 0.05);
    padding: 50px 70px 55px 70px;
    position: relative;
    z-index: 1;
}
.booking-form input, .booking-form select, .booking-form textarea {
    width: 100%;
    height: 53px;
    font-size: 16px;
    color: #676767;
    border-bottom: 1px solid #e5e5e5 !IMPORTANT;
    transition: all 500ms ease;
    border: none;
    border-radius: 0px;
}
.booking-form label {
    width: 100%;
}
.booking-form textarea {
    height: 110px;
}
.booking-form .form-group {
    margin-bottom: 35px;
}
.booking-btn input.wpcf7-submit {
    color: var(--c3);
    background: var(--c1) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    height: 60px !important;
    border-radius: 50px !important;
    transition: .5s;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
}
.booking-btn input.wpcf7-submit:hover {
    background: var(--c2) !important;
}
section.booking:before {
    position: absolute;
    content: "";
    left: 0;
    top: 58px;
    width: 441px;
    height: 246px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-15.png);
}
section.booking:after {
    position: absolute;
    content: "";
    top: 264px;
    right: 0px;
    width: 440px;
    height: 244px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-18.png);
}
.booking-heading:before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-2.png);
    animation: zoom-in 5s infinite !important;
    top: -92%;
    right: 14%;
    z-index: 0;
}
footer.footer {
    background: #212226;
    padding-top: 110px;
    position: relative;
    margin-top: 55px;
}
.footer-heading h2 {
    font-size: 24px;
    line-height: 28px;
    color: var(--c3);
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-left ul li {
    font-size: 16px;
    line-height: 36px;
    color: var(--c3);
}
.footer-left {
    text-align: end;
}
.footer-left ul li span {
    color: var(--c1);
}
.footer-title h2 {
    font-size: 24px;
    line-height: 28px;
    color: var(--c3);
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-right ul li, .footer-right ul li a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: var(--c3);
    transition: .5s;
}
.footer-right ul li span {
    color: var(--c1);
}
.footer-right ul li a:hover {
    color: var(--c1);
}
.footer-copyright p {
    font-size: 16px;
    line-height: 36px;
    color: var(--c3);
    text-align: center;
    margin: 0;
}
.footer-bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin-top: 50px;
}
.footer-about p {
    font-size: 16px;
    color: var(--c3);
    text-align: center;
    margin: 35px 0;
}
.footer-logo a img {
    width: 100%;
}
.footer-logo {
    width: 72%;
    margin: 0 auto;
    display: none;
}
.footer-media ul li a i {
    width: 50px;
    height: 50px;
    background: rgba(255, 225, 255, 0.20);
    color: var(--c3);
    font-size: 20px;
    text-align: center;
    line-height: 2.4;
    border-radius: 50px;
    transition: .5s;
}
.footer-media ul li a i:hover {
    background: var(--c1);
}
.footer-media ul {
    display: flex;
    justify-content: center;
}
.footer-media ul li {
    margin: 0 12px;
}
footer.footer .row {
    align-items: center;
}
.footer-center {
    margin-bottom: 110px;
    padding: 0 130px;
    position: relative;
}
.footer-center:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 100px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-19.png);
}
.footer-center:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 100px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-20.png);
}
footer.footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: -26px;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/shape-14.png);
    z-index: 999;
}
.product-slider ul.products li.product {
    margin: 0 !important;
    padding: 0px 12px !important;
    width: 439px !important;
}
.product-slider .woocommerce ul.products li.first, .product-slider .woocommerce-page ul.products li.first {
    clear: unset !important;
}
section.shopss button.slick-next.slick-arrow {
    z-index: 1;
    top: -20%;
    right: 5%;
}
section.shopss .slick-next:before, section.shopss .slick-prev:before {
    font-size: 28px;
    line-height: 1;
    font-weight: 100;
    opacity: 1;
    padding: 18px 20px;
    color: var(--c2);
    width: -webkit-fill-available;
    content: "\f178";
    font-family: "Font Awesome 5 pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    height: 20px;
    transition: .5s;
    border: 2px solid #fff;
    font-weight: 400;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(197, 157, 95, 0.25);
}
section.shopss button.slick-prev.slick-arrow {
    left: 86%;
    top: -20%;
    z-index: 1;
}
section.shopss .slick-prev:before {
    content: "\f177" !important;
}
a.added_to_cart {
    color: var(--c3);
    background: var(--c1);
    padding: 10px 20px;
    border-radius: 10px !important;
    margin: 0 auto !IMPORTANT;
    display: table !important;
    margin-top: 25px !important;
}
.header-menu ul li ul.sub-menu {position: absolute;left: inherit;top: 100%;width: 230px;margin-top: 15px;z-index: 99999;opacity: 0;visibility: hidden;border-radius: 0px;background-color: #000;transition: all 500ms ease;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;height: auto;display: block;}
.header-menu ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block !IMPORTANT;
    z-index: 999;
    top: 100%;
}
ul.sub-menu li a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.section-content h3 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 17px;
    color: var(--c1) !important;
}
.section-image img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
section.gallery .card-image a {
    position: relative;
}
section.gallery .card-image a .zoom-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    display: table;
    transition: .5s;
    opacity: 0;
    z-index: 99;
}
section.gallery .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    opacity: 0;
    z-index: 999;
}
section.gallery .card-description h4 {
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: var(--c1);
}
section.gallery .card-description h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: var(--c3);
}
.zoom-icon h2 i {
    font-size: 35px;
    color: var(--c3);
    transition: .5s;
}
section.gallery .card:hover .card-image a .zoom-icon {
    opacity: 1;
}
section.gallery .card:hover .card-body {
    opacity: 1;
}
section.gallery .card-image {
    position: relative;
}
section.gallery .card-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
    transition: .5s;
    opacity: 0;
}
section.gallery .card:hover .card-image:before {
    opacity: 1;
} 
section.gallery .zoom-icon h2 i:hover {
    color: var(--c1);
}
section.gallery {
    padding: 72px 0 !important;
}


.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}
.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}
.scroll-to-top .visible {
    visibility: visible!important;
    opacity: 1!important;
}
.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}
.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}
.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}
.scroll-to-top .scroll-bar-text a {
    color: #C59D5F;
}
.scroll-to-top .scroll-bar-text a {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}
.scroll-to-top .scroll-bar-text a:hover {
    transform: scale(1.1);
}
.promotion-img img {
    height: 400px;
    object-fit: cover;
}
section.promotion .row {
    align-items: center;
}
.header-top-info {
    padding: 12px 0;
}
.regulation-img img {
    height: auto;
}
.promotion-content h2 {
    font-size: 22px;
    color: var(--c1);
}
.header-menu ul li> a:hover {
    background: var(--c1);
    color: #fff;
}
.header-menu ul li> a:hover {
    background: var(--c1);
    color: #fff;
}
.header-menu ul li.current-menu-item a:hover {
    color: #fff !important;!i;!;
}
section.missionsec {
    padding: 0;
}
.label-expeditor-img img {
    width: 100%;
}
#main h3, .label-expeditor-content h3 {
    color: var(--c1);
    font-size: 50px;
}
.label-expeditor-content h3 {
    font-size: 50px;
}
.product-content {
    text-align: center;
}
/* li.post-2849 .product-image {
    display: none;
} */
/* .product-image {
    width: 100%;
    height: 180px;
} */
.page-id-2747 .woocommerce ul.products li.product .price {
    display: none !important;!i;!;
}
.product_meta {
    display: none;
}
.page-id-2747 section.shop-single .price {
    display: none !important;
}
section.related.products {
    display: none;
}
body.page-id-2747 .product-image {
    display: none;
}
.label-expeditor-content ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.postid-2849 ul.tabs.wc-tabs, .postid-2849 #tab-additional_information, #comments, #review_form_wrapper, #tab-title-reviews {
    display: none !important;
}
body.postid-2849 p.price {
    display: none;
}
.woocommerce-product-details__short-description ol {
    margin-left: 20px;
}
.woocommerce-product-details__short-description ol li {
    line-height: 2;
}
.woocommerce-product-details__short-description p a, .product-short-description p a {
    color: var(--c1);
}
body.postid-2849  .product-short-description {
    display: inline-block;
    margin-top: 20px;
}
body.postid-2849 .woocommerce-product-details__short-description {
    display: none;
}
.product-short-description {
    display: none;
}
.footer-about {
    display: none;
}
/* QuickView Css End  */