/*===============================================
Template Name: COMFY – Restaurant, Cafe HTML5 Template
Author:  https://www.templatemonster.com/authors/unique-theme/
Description: Description
Version: 1.0.0
Text Domain: comfy
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. comfy Header Top Menu Area Css
02. comfy Nav Menu Area Css 
03. comfy Slider Area Css
04. comfy Section Title Css
05. comfy Service Area css
06. comfy About Area Css
07. comfy Counter Area Css
08. comfy Team Area Css
09. comfy Choose Area Css
10. comfy Blog Area Css
11. comfy Testimonial Area Css
12. comfy Subscribe Area Css
13. comfy Subscribe Area Css
14. comfy Appointment Area Css
15. comfy Skill Area Css
16. comfy Faq Area Css
17. comfy Blog Grid Area Css
18. comfy Blog List Area Css
19. comfy Blog Details Area Css
20. comfy Shop Area Css
21. comfy Shop List Area Css
22. comfy Shop Details Area Css
23. comfy Shop Details Area Css
24. comfy Contact  US Css
25. comfy Blog Sidber Widget CSS
26. comfy Scroll Up Css
26. comfy Loader Css
=======================*/

/*================================
<--  Comfy All CSS LINK -->
==================================*/
@import url(bootstrap.min.css);
/*bootstrap Css*/
@import url(swiper-bundle.min.css);
/*carousel CSS*/
@import url(magnific-popup.css);
/*magnific CSS*/
@import url(bootstrap-icons.css);
/*bootstrap icons*/
@import url(animate.css);
/*animate CSS*/
@import url(all.min.css);
/*font-awesome CSS*/
@import url(meanmenu.min.css);
/*meanmenu CSS*/
@import url(venobox.css);
/*venobox CSS*/
@import url(custom.css);
/*Custom-default CSS*/


/* Comfy Section Title */
.comfy-section-title {
    margin-bottom: 40px;
    text-align: center;
}

.comfy-section-title h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    margin: 27px 0 16px;
}

.comfy-section-title h1 {
    font-size: 40px;
    color: #282828;
}

.comfy-section-title h2 {
    font-size: 40px;
    color: #282828;
}

.comfy-section-title h2 span {
    font-weight: 700;
    color: var(--primary-color);
}

.comfy-section-title p {
    padding: 10px 0 0;
    width: 100%;
    margin: auto;
    color: var(--text-color-white);
}


/*================================
<--  comfy Nav Menu Area Css -->
==================================*/

.comfy_nav_manu {
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    background-color: rgb(40, 40, 40, 0.988);
    transition: .5s;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--primary-color) !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .comfy_menu>ul>li.active>a,
.sticky .comfy_menu>ul>li>a {
    color: var(--text-color-white);
}

.sticky .comfy_menu>ul>li>a:hover {
    color: #000;
}

.sticky .header-button a {
    background: #EEFFF0;
    color: var(--primary-color);
}

.sticky button.headers-button:hover {
    color: var(--text-color-white);
}

.sticky button.cart_btn.headers-button .cart_counter {
    color: var(--primary-color);
    background-color: var(--text-color-white);
}

.sticky .nav-btn.navSidebar-button a i {
    color: var(--text-color-white);
}

.sticky .comfy_menu>ul>li.active>a,
.sticky .comfy_menu>ul>li>a:hover {
    color: #000;
}


.sticky .comfy_menu>ul>li.active>a span>i,
.sticky .comfy_menu>ul>li>a:hover span>i {
    color: #000;
    transform: rotate(90deg);
}

.sticky .comfy_menu>ul>li {
    padding: 25px 13px;
}

/* comfy Menu Css*/
nav.comfy_menu {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.comfy_menu ul {
    list-style: none;
    display: inline-block;
}

.comfy_menu>ul>li {
    display: inline-block;
    padding: 36px 13px;
    position: relative;
    z-index: 1;
}

.comfy_menu>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: var(--text-color-white);
    font-weight: 500;
    transition: .5s;
}

nav.comfy_menu span {
    font-size: 11px;
    color: var(--text-color-white);
    padding-left: 5px;
    font-family: FontAwesome;
}

.comfy_menu>ul>li.active>a,
.comfy_menu>ul>li>a:hover {
    color: var(--primary-color);
}

.comfy_menu>ul>li>a span>i {
    display: inline-block;
    transition: .5s;
}

.comfy_menu>ul>li.active>a span>i,
.comfy_menu>ul>li>a:hover span>i {
    color: var(--primary-color);
    transform: rotate(90deg);
}

/* menu search */
button.headers-button {
    color: var(--text-color-white);
    font-size: 18px;
    line-height: 0;
    position: relative;
    transition: .5s;
}

button.headers-button:hover {
    color: var(--primary-color);
}

button.cart_btn.headers-button .cart_counter {
    top: -10px;
    right: -18px;
    height: 18px;
    color: var(--text-color-white);
    min-width: 18px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    border-radius: 45px;
    background-color: var(--primary-color);
}


/*Style Two Nav Menu*/

.style-two.comfy_nav_manu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .comfy_menu>ul>li>a {
    color: var(--text-color-white);

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16, 18, 16, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
    color: var(--primary-color);
}

/*** Sub Menu Style 
==========================***/

.comfy_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 217px;
    text-align: left;
    background: var(--text-color-white);
    margin: 0;
    z-index: 99;
    transform: translateY(3rem);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    border-top: 2px solid rgb(40, 40, 40, 0.988);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.comfy_menu ul li:hover>.sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.comfy_menu ul .sub-menu li {
    position: relative;
    transition: .5s;
}

.comfy_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: inherit !important;
    color: #101210 !important;
}

.comfy_menu ul .sub-menu li a::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 1rem;
    left: 0;
    background-color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%) scale(0);
    transform-origin: left;
    transition: all 0.3s ease-in-out 0s;
}

.comfy_menu ul .sub-menu li a::after {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    height: 100%;
    width: 4px;
    right: -4px;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}

.comfy_menu ul .sub-menu li.active a::before,
.comfy_menu ul .sub-menu li a:hover::before {
    transform: translateY(-50%) scale(1);
}

.comfy_menu ul .sub-menu li.active a::after,
.comfy_menu ul .sub-menu li a:hover::after {
    right: 0;
    left: auto;
}

.comfy_menu ul .sub-menu li.active>a,
.comfy_menu ul .sub-menu .sub-menu li.active>a,
.comfy_menu ul .sub-menu .sub-menu .sub-menu li.active>a,
.comfy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li.active>a,
.comfy_menu ul .sub-menu li:hover>a,
.comfy_menu ul .sub-menu .sub-menu li:hover>a,
.comfy_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.comfy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    padding-left: 2rem !important;
    color: var(--primary-color) !important;
}


/* Mobile sub menu
====================*/

.comfy_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.comfy_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.comfy_menu li a:hover:before {
    width: 100%;
}

.comfy_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.comfy_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}


/*
<!-- =================================================== -->
<!-- Start comfy Slider Section Css -->
<!-- =================================================== -->*/
.hero-slider {
    background: url(../image/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hero-section {
    height: 850px;
    display: flex;
    align-items: center;
}

.hero-bg {
    display: flex;
    align-items: center;
}

.hero-content h5 {
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 18px;
}

.hero-content h2 {
    font-size: 60px;
    line-height: 72px;
    color: var(--text-color-white);
}

.hero-content p {
    color: var(--text-color-white);
    padding-top: 15px;
}


.slider-button {
    padding-top: 33px;
    gap: 30px;
}

/* Hero Slider Common Style */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
}

@media only screen and (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        font-size: 18px;
        width: 44px;
        height: 44px;
    }
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    font-size: inherit;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}

.hero-slider .swiper-button-prev,
.blog-carousel .swiper-button-prev {
    left: 18px;
}

.hero-slider .swiper-button-next,
.blog-carousel .swiper-button-next {
    right: 18px;
}

.hero-slider .swiper-pagination {
    bottom: 100px !important;
}

.hero-slider .swiper-pagination-bullet {
    border-radius: 50%;
}

.hero-slider .swiper-pagination-bullet::before {
    border-radius: 50%;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}

.hero-content>* {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.hero-content>*:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hero-content>*:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.hero-content>*:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.hero-content>*:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}


.hero-thumb {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

/* Active Slide Animation */
.swiper-slide-active .hero-content>* {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.swiper-slide-active .hero-thumb {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Home Two */
.hero-slider.style-two {
    background: url(../image/slider-img.jpg);
}

/* Home Two */
.hero-slider.style-three {
    background: url(../image/slider-img3.jpg);
    text-align: center;
}

.style-three .hero-content p {
    width: 90%;
    margin: auto;
}


.style-three .section-button a:before {
    background: #0A0A08;
}


/* Section Button */
.section-button {
    display: inline-block;
}

.section-button a {
    display: inline-block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-white);
    padding: 13px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.section-button a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--text-color-white);
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 2px;
}

.section-button a:hover {
    color: var(--primary-color);
}

.section-button a:hover:before {
    transform: scale(1, 1);
}

.section-button.style-two a {
    background: transparent;
    color: var(--primary-color);
}

.section-button.style-two a:before {
    background: var(--primary-color);
}

.section-button.style-two a:hover {
    color: var(--text-color-white);
}

.section-button a i {
    margin-left: 10px;
}


/*
<!-- ============================================== -->
<!-- Start Comfy Feature Section Css -->
<!-- ============================================== -->*/
.shop-gallery-section,
.feature-section,
.menu-section,
.team-section,
.pricing-section,
.blogs-section,
.blog-section {
    padding: 100px 0 70px;
}

.single-feature-box {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 40px 20px 35px;
    background-color: #ffeecc;
}

.feature-icon span {
    font-size: 60px;
    color: var(--primary-color);
}

.feature-icon img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(476%) hue-rotate(343deg) brightness(86%) contrast(92%);
}

.service-icon img,
.service-icon svg,
.feature-icon img,
.feature-icon svg {
    width: 60px;
    height: 60px;
    fill: var(--primary-color);
    max-width: inherit;
}


.feature-title h3 {
    font-size: 22px;
    color: #282828;
    margin: 21px 0 14px;
}

/* Home Three */
.feature-thumb {
    text-align: center;
    margin-bottom: 30px;
}

.single-feature-box.style-three {
    display: flex;
    align-items: center;
    padding: 45px 30px 43px;
}

.feature_left .single-feature-box.style-three {
    text-align: right;
}

.feature_right .single-feature-box.style-three {
    text-align: left;
}

.feature_left .style-three .feature-icon {
    margin-left: 20px;
}

.feature_right .style-three .feature-icon {
    margin-right: 20px;
}

.style-three .feature-title h3 {
    margin: 0 0 14px;
}

/*
<!-- ============================================== -->
<!-- Start Comfy Order Section Css -->
<!-- ============================================== -->*/
.order-section {
    padding: 100px 0;
    background-image: url(../image/order-bg3.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.order-content {
    text-align: center;
}

.order-section .comfy-section-title h2 {
    font-size: 60px;
    line-height: 72px;
    color: var(--text-color-white);
    padding-top: 13px;
}

.order-section .comfy-section-title p {
    width: 75%;
}

.order-section .section-button a {
    margin-left: 25px;
    background: var(--primary-color);
    color: var(--text-color-white);
    padding: 13px 40px;
}

.order-section .section-button a:before {
    background: rgb(42, 33, 26);
}

.order-section .section-button a:hover {
    color: var(--text-color-white);
}


/*
<!-- ============================================== -->
<!-- Start Comfy About Section Css -->
<!-- ============================================== -->*/
.about-section {
    background: url(../image/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.about-thumb {
    position: relative;
}

.thumb-content {
    text-align: center;
    background: var(--primary-color);
    display: inline-block;
    padding: 45px 14px;
    position: absolute;
    bottom: 27%;
    right: 14%;
}

.thumb-content-number h3 {
    font-size: 40px;
    line-height: 50px;
    color: var(--text-color-white);
    font-weight: 700;
    display: inline-block;
}

.thumb-content-title h6 {
    font-size: 16px;
    line-height: 44px;
    color: var(--text-color-white);
    font-weight: 400;
}


.about_right {
    position: relative;
}

.about_right .comfy-section-title {
    margin-bottom: 15px;
}

.about-details p.text2 {
    margin: 20px 0 33px;
}

/* About Home Two */
.about-section.style-two {
    background: url(../image/about-bg2.jpg);
}

.about-signature {
    display: flex;
    align-items: center;
}

.signature-thumb {
    margin-right: 80px;
}

.signature-title h4 {
    font-size: 18px;
    margin-bottom: 9px;
}


/*
<!-- ============================================== -->
<!-- Start Comfy Blog Section Css -->
<!-- ============================================== -->*/

.blog-single-box {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    background-color: var(--text-color-white);
    overflow: hidden;
}

.blog-single-box .blog-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-single-box .blog-thumb img {
    width: 100%;
}

.blog-single-box .blog-thumb:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: 0.5s;
    border-radius: 5px;
    opacity: 0.1;
}

.blog-single-box:hover .blog-thumb::before {
    width: 100%;
    left: 0;
    opacity: 0.200;
}

.blog-content {
    padding: 30px 32px 25px;
    background: #FEEECC;
}

.blog-content h4 {
    font-size: 22px;
    transition: .5s;
}

.blog-content h4:hover {
    color: var(--primary-color);
}

.blog-content p {
    margin: 12px 0 14px;
}

.blog-button a {
    color: var(--primary-color);
    font-weight: 500;
}

.blog-button i {
    position: relative;
    top: 2px;
    margin-left: 2px;
    font-size: 18px;
}

/* Blog Slider Common Style */
.blog-carousel .swiper-button-prev,
.blog-carousel .swiper-button-next {
    font-size: 24px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    color: #000;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    background-color: var(--text-color-white);
}

@media only screen and (max-width: 767px) {

    .blog-carousel .swiper-button-prev,
    .blog-carousel .swiper-button-next {
        font-size: 18px;
        width: 44px;
        height: 44px;
    }
}

.blog-carousel .swiper-button-prev::after,
.blog-carousel .swiper-button-next::after {
    font-size: inherit;
}

.blog-carousel .swiper-button-prev:hover,
.blog-carousel .swiper-button-next:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}

.blog-carousel .swiper-button-prev {
    left: 18px;
}

.blog-carousel .swiper-button-next {
    right: 18px;
}

.blog-carousel:hover .swiper-button-prev,
.blog-carousel:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}


/*======== Blog List Inner Page ==========*/
/* ============================================ */

.row.blogs-pr {
    padding-right: 20px;
}

.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}

.blogs-section .blog-thumb {
    position: relative;
    z-index: 1;
}

.blogs-section .blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, var(--primary-color) 0%, var(--primary-color) 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
}

.blogs-section .single-blog-box:hover .blog-thumb:before {
    left: 0;
    width: 100%;
    visibility: visible;
}


.blogs-section .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 68px;
    width: 100%;
    height: 1px;
    background: rgba(6, 36, 98, 0.1);
}

.single-blog-dtls-box {
    margin-bottom: 30px;
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: var(--text-color-white);
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
}

.blogs-section .meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.blogs-section .meta-blog a {
    font-size: 14px;
    padding: 7px 22px;
    background: var(--primary-color);
    color: var(--text-color-white);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.meta-blog a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #232323;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.blogs-section .single-blog-box:hover .meta-blog a:before {
    transform: scale(1);
}

.blogs-section h2.blog-title a {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.blogs-section p.blog-desc {
    padding: 15px 0 38px;
    margin: 0;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    color: #232323;
}

ul.blog-author li i {
    color: var(--primary-color);
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7, 72, 131, 0.5019607843137255);
}


/* Blog Right Side */
.blog-right-side>div {
    width: 100%;
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 0;
    background: var(--text-color-white);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.search {
    position: relative;
    border-radius: 8px;
}

.search input {
    background: var(--text-color-white) none repeat scroll 0 0;
    height: 60px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px;
}

.search input[type="text"] {
    padding-left: 10px;
}

.search input::placeholder {
    font-size: 19px;
    color: #9C9E9C;
}

.search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #616161;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
}

.search button:focus {
    border: none !important;
}


/* Calendar css */
.wrapper {
    width: 100%;
    background: var(--text-color-white);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.wrapper .current-month {
    display: flex;
    align-items: center;
    padding: 0 30px 0;
    justify-content: space-between;
    margin-bottom: 20px;
}

.icons {
    display: flex;
}

.icons span {
    display: inline-block;
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.icons span:last-child {
    margin-right: -10px;
}

.icons span:hover {
    background: #f2f2f2;
}

.icons span {
    background: #f2f2f2;
    transition: .5s;
}

.icons span:hover {
    background: var(--primary-color);
}

.icons span i {
    font-size: 16px;
}

.current-date {
    font-size: 18px;
    font-weight: 500;
}

.calendar {
    padding: 20px 20px 0;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 16px;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.days li.inactive {
    color: #aaa;
    transition: .5s;
}

.days li.active {
    color: var(--text-color-white);
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.days li.active::before {
    background: var(--primary-color);
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.text-widget-about {
    text-align: center;
}

.text-widget-about ul li {
    border-top: 0;
    padding: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
    color: #5e629c
}

.wp-block-archives select {
    height: 40px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.single-blog-content .wp-block-latest-comments {
    padding-left: 0
}

.recent-post-text span i {
    color: #f8f9fe;
    margin-right: 5px;
    font-size: 14px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid var(--primary-color);
    position: relative;
    z-index: 1;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    border: 2px solid var(--primary-color);
}

.widget-categories-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before,
.widget-categories-menu ul li.active:before {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    transition: .5s;
}

.widget-categories-menu ul li a span {
    float: right;
    background: var(--primary-color);
    height: 22px;
    width: 22px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    margin-top: 2px;
    color: var(--text-color-white);
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span,
.widget-categories-menu ul li.active a span {
    background: var(--text-color-white);
    color: var(--primary-color);
}

.widget-categories-menu ul li:hover a,
.widget-categories-menu ul li.active a {
    color: var(--text-color-white);
}

/* Blog side */
.blog-right-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
}

.blog-right-side .widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.cat-item.cat-item-3 a {
    color: var(--text-color);
}

/* Recent Post */
.blogs-section .sidebar-title {
    font-size: 22px;
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    position: relative;
    z-index: 1;
}

.blogs-section .sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 5px;
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-thumb img {
    max-width: 70px;
}

.rpost-title h4 {
    margin: 0;
}

.rpost-content h4 a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    display: inline-block;
    color: #232323;
    font-size: 14px;
    padding: 2px 0 0;
}


/*Blog Details
=================================================*/

/*Blog Quote*/
.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px;
    border-left: 4px solid var(--primary-color);
    border-radius: 2px;
    margin: 25px 0 45px;
}

.qte-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    background: var(--text-color-white);
    text-align: center;
    float: left;
    margin-right: 20px;
}

.qte-icon svg {
    width: 45px;
    fill: var(--primary-color);
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #232323;
    margin: 0;
    overflow: hidden;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #232323;
    padding: 0 0 8px;
    transition: .5s;
}

ul.product-list li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 6px;
    transition: .5s;
}

ul.product-list li:hover i {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-white);
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 24px;
    margin: 35px 0;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #232323;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: var(--text-color-white);
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: var(--text-color-white);
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

h4.post-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
    font-weight: 600;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6, 36, 98, 0.1);
    margin-bottom: 30px;
    padding: 0px 0px 25px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-weight: 600;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}


.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
    height: 1px;
    width: 10px;
    background: var(--primary-color);
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #232323;
    position: relative;
    top: -63px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    margin: 30px 0 0;
    border-radius: 5px;
    position: relative;
}

.contact-form-box3 .form-box input {
    background-color: #f6f6f6;
    border: 0;
    padding: 0 20px;
}

.contact-form-box3 .form-box textarea {
    background-color: #f6f6f6;
    border: 0;
    height: 130px;
    padding: 15px 25px;
}

.contact-form-box3 .contact-form button {
    padding: 11px 53px;
    color: var(--text-color-white);
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: var(--primary-color);
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
}

.style-two.contact-form button:hover {
    color: var(--text-color-white);
}


/*
<!-- ============================================================== -->
<!-- Comfy Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: var(--text-color-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: var(--text-color-white);
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6, 36, 98, 0.4);
    transition: .5s;
}

.upper.widget_search {
    padding: 0;
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
    box-shadow: none;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
}

button.icons {
    display: inline-block;
    border: 0;
    font-size: 18px;
    color: var(--text-color-white);
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    line-height: 60px;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: var(--primary-color);
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    background-color: rgba(7, 72, 131, 0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check span {
    display: inline;
    float: right;
}

.widget-check:hover input~.checkmark {
    background-color: #ccc;
}


.widget-check input:checked~.checkmark {
    background-color: var(--primary-color);
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.widget-check input:checked~.checkmark:after {
    display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Price Range
===========================*/


.range-wrapper-box {
    padding: 40px 35px 40px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.slider-labels {
    margin-top: 35px;
}

.text-right.caption {
    display: inline-block;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 74px;
    height: 34px;
    line-height: 35px;
    background: var(--primary-color);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: var(--text-color-white);
    border-radius: 3px;
    margin-right: 10px;
}

span#slider-range-value1,
span#slider-range-value2 {
    font-size: 16px;
    font-weight: 400;
    color: #062462;
}


.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 5px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: var(--primary-color);
}

.noUi-background {
    background: #ececec;
}

.noUi-connect {
    background: var(--primary-color);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(59, 179, 216, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(6, 36, 98, 0.8);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: var(--primary-color);
    color: var(--text-color-white);
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: var(--text-color-white);
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: var(--primary-color);
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
    margin-top: 15px;
}

.product-price p {
    font-size: 15px;
    padding: 14px 0 0px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: var(--text-color-white);
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before {
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 30%;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 30%;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a.active:before,
.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a.active,
.pagination-menu ul li a:hover {
    color: var(--text-color-white);
}


/*
<!-- ============================================================== -->
<!-- Comfy Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.tabs li.current:before {
    background: transparent;
    border: 0;
}

li.current a {
    border: 1px solid var(--primary-color);
}


.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.tabs_item img {
    border-radius: 5px;
}

.style-three .tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li:last-child a {
    margin-right: 0;
}

.style-three .tabs li.current:before {
    background: transparent;
    border: 0;
}

.style-three li.current a {
    border: 1px solid var(--primary-color);
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: var(--primary-color);
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C !important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #0D0E14;
    line-height: 26px;
    font-weight: 500;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
}

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus>.ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: var(--text-color-white);
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--primary-color);
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: var(--text-color-white) !important;
    background: linear-gradient(90deg, var(--primary-color) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary-color) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary-color) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary-color) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus>.ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus>.ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: var(--primary-color);
    border-radius: 4px;
    color: var(--text-color-white);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab {
    padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: var(--text-color-white);
    border: 1px solid rgba(13, 14, 20, 0.1);
    color: #062462;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab .tabs li:last-child a {
    margin-right: 0;
}

.appoinment-tab li.current a {
    background: var(--primary-color);
    color: var(--text-color-white);
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: var(--text-color-white);
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #062462;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    color: #0d0e14;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: var(--primary-color) !important;
    margin-left: 10px !important;
}

/* Shop Details Product tab */


/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.single-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

/* Single Product Thumbnail Carousel */
.single-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

.single-product-thumb-carousel .swiper-button-prev,
.single-product-thumb-carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: var(--text-color-white);
    border: var(--primary-color) 1px solid;
    color: var(--primary-color);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-product-thumb-carousel .swiper-button-next::after,
.single-product-thumb-carousel .swiper-button-prev::after {
    font-size: 16px;
}

.single-product-thumb-carousel .swiper-button-prev {
    left: 10px !important;
}

.single-product-thumb-carousel .swiper-button-next {
    right: 10px !important;
}

.single-product-thumb-carousel:hover .swiper-button-prev,
.single-product-thumb-carousel:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
    color: #1F2226;
    border-color: #E5E5E5;
}

.single-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.single-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: var(--text-color-white);
    border-color: var(--primary-color);
    background-color: var(--primary-color) !important;
}


.single-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.single-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shop-detials .modal-body {
    padding: 30px;
}


/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (max-width: 479px) {

    .single-product-badge-left,
    .single-product-badge-right {
        top: 10px;
    }
}

.single-product-badge-left {
    left: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-left {
        left: 10px;
    }
}

.single-product-badge-right {
    right: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-right {
        right: 10px;
    }
}

.single-product-badge-new,
.single-product-badge-sale {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-color-white);
    border-radius: 50px;
    background-color: #1F2226;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .single-product-badge-new,
    .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.single-product-badge-new {
    background-color: var(--primary-color);
}


/*post comment box
===================*/

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: var(--primary-color);
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: var(--primary-color);
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: var(--text-color-white);
    border: 1px solid rgba(13, 14, 20, 0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: var(--text-color-white);
    border: 1px solid rgba(13, 14, 20, 0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

/*contact form button*/

.contact-form button {
    padding: 11px 53px;
    color: var(--text-color-white);
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: var(--primary-color);
    transition: 0.5s;
    font-weight: 500;
}

.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: var(--text-color-white);
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
}


/*Tab Items
=======================*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li img {
    border-radius: 5px;
}

.tabs li a {
    font-size: 18px;
    background: url(https://m100.ditsolution.net/html/comfy/assets/images/resource/tab1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #152b63;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 15px 93px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px 35px 35px 35px;
}

.tabs li a span {
    font-size: 18px;
    padding-right: 6px;
    color: var(--primary-color);
}

.tabs_item {
    display: none;
    padding: 30px 0 0;
}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #152b63 0%, #152b63 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

.tab-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    background-color: #152b63;
}

.tb-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 92px;
    height: 92px;
    line-height: 80px;
    text-align: center;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 0 50px 50px 50px;
}

li.current a {
    background: url(https://m100.ditsolution.net/html/comfy/assets/images/resource/tab-active.html);
    color: var(--text-color-white);
    background-repeat: no-repeat;
}

li.current a span {
    color: var(--text-color-white);
}

.tabs li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: var(--primary-color);
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.tabs_item .hendre-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendre-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendre-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}


/*
Shop style two
=====================*/

.shops-section {
    padding: 100px 0 70px;
}

.shops-section .row.products {
    padding-left: 0;
}

.shops-section .nav-btn.navSidebar-button {
    float: left;
    padding-top: 10px;
}

.shops-section .nav-btn.navSidebar-button a i {
    color: var(--primary-color);
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
    width: 300px;
    max-width: inherit;
    transition: .5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
    margin-top: 5px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
    margin-bottom: 15px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #062462;
    color: var(--text-color-white)f;
    transition: .5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    transform: scale(0);
    transition: .5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
    margin-right: 0;
}

.shops-section .tabs {
    display: inline;
}

.shops-section .tabs li.current:before {
    position: inherit;
    border: 0;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: var(--text-color-white);
    background: #062462 !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    padding: 0;
    border-radius: 5px 35px 35px 35px;
}

.shops-section li.current a {
    color: var(--text-color-white) !important;
    background: var(--primary-color) !important;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.tabs-content .swiper-slide {
    padding: 1rem 2rem;
}

.tabs-buttons {
    height: auto;
    box-shadow: inset 0 -2px #e6e6e6;
}

.tabs-buttons .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.tabs-buttons .swiper-slide {
    width: auto;
    height: auto;
    padding: 1rem 2rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tabs-buttons .active-tab {
    opacity: 1;
    border-bottom-color: red;
}

/*widget
==============*/

.widget {
    display: inline-block;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
    border: 2px solid #616161;
    border-radius: 5px;
    transition: .5s;
    cursor: pointer;
}

.widget form select:focus,
.widget_search.upper2 input:focus {
    border: 2px solid var(--primary-color) !important;
    border-radius: 5px;
}

/*=================================
<--Start Cart Section -->
=================================*/
.cart-section {
    padding: 100px 0;
    background-color: var(--text-color-white);
}

button.remove-btn:hover i {
    color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-product-mobile-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 135px;
    flex: 1 0 135px;
    max-width: 135px;
    border: 1px solid #E5E5E5;
}

.cart-product-mobile-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    border: none;
    border-radius: 50%;
    background-color: var(--text-color-white);
    transition: .5s;
}

.cart-product-mobile-remove i {
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}

.cart-product-mobile-remove i:hover {
    color: #dc3545;
}

.cart-product-mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-product-mobile-image img {
    width: 100%;
}

.cart-product-mobile-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cart-product-mobile-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-product-mobile-title a {
    font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.cart-product-mobile-total {
    margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
    margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    margin-bottom: 10px;
    font-weight: 500;
    color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
    padding-left: 5px;
}

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-js.active .show-modal {
    display: none;
}

.alert-overlay {
    position: fixed;
    z-index: 922;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
}

.alert-js.active .alert-overlay {
    opacity: 1;
    pointer-events: auto;
}

.alert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 24px;
    background-color: var(--text-color-white);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 923;
}

.alert-js.active .alert-box {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
    font-size: 70px;
    color: #27ff00;
}

.alert-box h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.alert-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    text-align: center;
    font-family: cursive;
}

.alert-box .alert-buttons {
    margin-top: 25px;
}

.alert-buttons a {
    display: inline-block;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color-white);
    background: var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
    margin: 0 10px;
    transition: .5s;
}

.alert-buttons a:first-child:hover {
    background-color: #ff0000;
}

.alert-buttons a:hover {
    background-color: #265df2;
}

/*=================================
<--start-blog-detials-area -->
=================================*/

.blog-detials-area {
    padding: 120px 0 119px;
}

.blog-detials-area.blog-tow-column {
    padding: 120px 0 90px;
}

.blog-detials-area.blog-list {
    padding: 120px 0 92px;
}

.blog-details-main {
    background: var(--text-color-white);
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
    background: #F3F3F5;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
}

.blog-details-meta span i {
    color: var(--primary-color);
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-details-thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-des {
    padding: 30px 0 10px;
}

.blog-details-blockquote {
    background: #F3F3F5;
    padding: 40px 30px 26px 82px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-details-blockquote::before {
    position: absolute;
    content: "";
    background: url(https://m100.ditsolution.net/html/comfy/assets/images/resource/quote.png);
    background-repeat: no-repeat;
    top: 14px;
    left: 15px;
    height: 75px;
    width: 75px;
    opacity: .5;
}

.blog-details-blockquote blockquote {
    font-size: 18px;
    color: #0E1317;
    font-weight: 500;
    font-family: 'Open Sans';
}

.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
    border-radius: 3px;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: var(--primary-color);
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--text-color-white);
    font-size: 25px;
    z-index: 1;
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-details-content-list {
    margin-bottom: 30px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

/* blog details button */

.blog-details-button {
    margin-bottom: 10px;
}

.blog-details-button a {
    display: inline-block;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: var(--text-color-white);
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.blog-details-button a:nth-child(2) {
    background: transparent;
    color: var(--primary-color);
    transition: .5s;
    margin-left: 10px;
    position: relative;
}

.blog-details-button a:nth-child(2):before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, var(--primary-color) 6%, var(--primary-color) 96%);
    z-index: -1;
    transition: .5s;
}

.blog-details-button a:nth-child(2):hover:before {
    left: 0;
    width: 100%;
}

.blog-details-button a:nth-child(2):hover {
    color: var(--text-color-white);
    border-color: var(--primary-color);
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid var(--primary-color);
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
}

.blog-details-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-color-white);
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid #CED3D9;
    padding-top: 40px;
    margin-top: 32px;
}

.blog-details-author-inner {
    background: #F3F3F5;
    padding: 30px 30px 25px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: linear-gradient(to right, var(--primary-color) 6%, var(--primary-color) 96%);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color-white);
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid var(--primary-color);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid var(--primary-color);
    margin: 12px 20px 10px;
    padding-top: 8px;
}

.input-box input {
    outline: oldlace;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #EEEE;
    padding: 0 20px;
}

.input-box textarea {
    width: 100%;
    height: 200px;
    outline: 0;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 12px 23px 0;
}

.input-button button {
    background: var(--primary-color);
    color: var(--text-color-white);
    border: transparent;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 28px;
}


/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
    padding: 100px 0;
}

.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}

.cart-totals .table,
.checkout-box .table {
    --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}

.cart-totals .title {
    margin-bottom: 15px;
}

.cart-totals .table {
    margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}

/* Checkout Box */
.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
    margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
    font-size: 14px;
    margin-top: 10px;
}


/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #E5E5E5;
}

fieldset legend {
    font-size: 16px;
    font-weight: 700;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: var(--text-color-white);
}

/* Form Label */
label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

/* Form Field Select */
select.form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    background-image: url("../image/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}

select.form-field:focus {
    border-color: #C7A17A;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    select.form-field {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    select.form-field {
        height: 44px;
    }
}

/* Form Field Input */
input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 44px;
    }
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #C7A17A;
}

/* Form Field Textarea */
textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

textarea.form-field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
    border-color: #C7A17A;
}

/* News Letter Form */
.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px;
}

.subscribe-newsletter input[type=email] {
    height: 60px !important;
    padding: 10px 30px !important;
    padding-right: 140px !important;
    border-radius: 100px;
    background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=email] {
        font-size: 14px;
        height: 50px !important;
    }
}

.subscribe-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    color: var(--text-color-white);
    border: none;
    border-radius: 100px;
    background-color: #C7A17A;
}

.subscribe-newsletter input[type=submit]:hover {
    background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=submit] {
        font-size: 14px;
        height: 50px;
    }
}

/* Reservation Form */
.reservation-form {
    padding: 40px 50px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .reservation-form {
        padding: 30px;
    }
}

.reservation-form .block-title {
    margin-bottom: 20px;
}

.reservation-form .input-field {
    width: 100%;
}

.reservation-form .input-field:not(:last-child) {
    margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
    font-size: 15px;
}

.reservation-form .input-field textarea {
    height: 120px;
}

.reservation-form .input-field input[type=submit] {
    text-transform: uppercase;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}


/*
<!-- ============================================== -->
<!-- Start Comfy Testimonial Section Css -->
<!-- ============================================== -->*/
.testimonial-section {
    background: url(../image/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.testimonial-section .comfy-section-title h2,
.application-section .comfy-section-title h2 {
    color: var(--text-color-white);
}

.testimonial-single-box {
    background-image: url(../image/testi-box.jpg);
    padding: 30px;
    text-align: center;

}

.testi-thumb {
    position: relative;
}

.testi-thumb span {
    position: absolute;
    left: 0;
    top: 0;
    color: #DA6B1A;
    font-size: 50px;
    float: left;
}

.testi-title {
    position: relative;
}

.testi-title i {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
    color: #DA6B1A;
    font-size: 50px;
}

.testi-info p {
    width: 90%;
    margin: 20px auto;
}

.testi-name h3 {
    font-size: 22px;
    color: #282828;
    font-weight: 700;
}

.testimonial-section .swiper {
    padding-bottom: 70px;
}

.testimonial-section .swiper-pagination {
    left: 15px;
}

.testimonial-section .swiper-pagination-bullet {
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.testimonial-section .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.testimonial-section .swiper-pagination-bullet::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

/*
<!-- ============================================== -->
<!-- Start Comfy Application Section Css -->
<!-- ============================================== -->*/
.application-section {
    background: url(../image/application-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* .application-bg {
    padding: 100px 0px;
	position: relative;
} */

.application-left-thumb img {
    width: 100%;
    height: 100%;
}


.application_right {
    padding: 100px 0px;
    margin-left: 60px;
}


.application-section .comfy-section-title {
    margin-bottom: 15px;
}

.application-details p {
    color: #ffece7;
    width: 55%;
    margin-bottom: 35px;
}


/*
<!-- ============================================== -->
<!-- Start Comfy Booking Section Css -->
<!-- ============================================== -->*/
.booking-section {
    background: url(../image/booking-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.booking-section .comfy-section-title {
    margin: 0;
}

.booking-section .comfy-section-title h5 {
    margin-top: 0;
}

.booking-section .comfy-section-title h2 {
    color: var(--text-color-white);
}


/*
<!-- ============================================== -->
<!-- Start Comfy Gallery Section Css -->
<!-- ============================================== -->*/
.gallery-section {
    background-color: #FEEECC;
}

.gallery-carousel {
    margin-bottom: 30px;
}

.gallery-carousel:last-child {
    margin-bottom: 0;
}

.gallery-single-box {
    position: relative;
    overflow: hidden;
}

.gallery-thumb img {
    width: 100%;
}


/* Gallery */
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item:hover {
    color: var(--text-color-white);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.gallery-item img {
    width: 100%;
}

.gallery-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    background-color: rgba(212, 108, 32, 0.5);
}

.gallery-item-overlay i {
    font-size: 30px;
    color: #ffece7;
    font-weight: 500;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    border: 1px solid var(--text-color-white);
}


/*
<!-- ============================================== -->
<!-- Start Comfy Menu Section Css -->
<!-- ============================================== -->*/
.menu-single-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.menu-single-box .menu-thumb {
    margin-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
}

.menu-single-box .menu-thumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0000007d;
    transform: scale(0);
    transition: .5s;
}

.menu-single-box:hover .menu-thumb::before {
    transform: scale(1);
}

.menu-single-box:hover .product-action-btn i {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.menu-title {
    display: flex;
    margin-bottom: 10px;
}

.menu-content h3 {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #282828;
}

.menu-content h3>span {
    display: inline-block;
    width: 100px;
    border: 1px dashed #282828;
    margin: 0 5px 0 10px;
    opacity: 0.5;
}

.menu-content span {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 700;
}

/* Home Two Menu */
.menu-section.style-two {
    background: #F8E7C8;
}

/*
<!-- ============================================== -->
<!-- Start Comfy Brand Section Css -->
<!-- ============================================== -->*/
.brand-section {
    padding: 100px 0;
}

.brand-item {
    text-align: center;
}

.brand-item img {
    transition: all .5s ease-in-out;
}

.brand-item:hover img {
    filter: brightness(0.1);
}


/*
<!-- ============================================== -->
<!-- Start Comfy Portfolio Section Css -->
<!-- ============================================== -->*/
.portfolio-section {
    background-color: #FEEECC;
}

.portfolio-single-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.portfolio-thumb img {
    width: 100%;
}

.portfolio-content {
    position: absolute;
    background: rgb(0, 0, 0, .85);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


.portfolio-content h3 {
    font-size: 22px;
    color: #ffece7;
}

.portfolio-content p {
    color: #ffece7;
    margin: 22px 0;
    width: 80%;
    transition: .5s;
}

.portfolio-button a {
    color: #ffece7;
    font-weight: 500;
}


/*
<!-- ============================================== -->
<!-- Start Comfy Team Section Css -->
<!-- ============================================== -->*/
.team-single-box {
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.team-thumb img {
    width: 100%;
}

.team-share {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 167px;
    border-radius: 4px;
    background-color: var(--text-color-white);
    transform: translate(-30px, 30px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

ul.team-share li {
    text-align: center;
    margin: 13px;
}

ul.team-share li a {
    font-size: 17px;
    color: var(--primary-color);
    font-family: "Font Awesome";
}

.team-title {
    padding: 25px 0 17px;
    background-color: #ffeecc;
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
}

.team-title .name h3 {
    font-size: 22px;
    color: #282828;
    margin-bottom: 10px;
    transition: .5s;
}

/* Team All hover */
.team-single-box:hover .team-share {
    transform: translate(-30px, -30px);
    opacity: 1;
    visibility: visible;
}

.team-single-box:hover .team-title::before {
    left: 0;
    width: 100%;
}

.team-single-box:hover .team-title .name h3,
.team-single-box:hover .team-title .post span {
    color: var(--text-color-white);
}

/*
<!-- ============================================== -->
<!-- Start Comfy Newslater Section Css -->
<!-- ============================================== -->*/
.newslater-section {
    padding: 100px 0;
    background-image: url(../image/newslater-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.newslater-section .comfy-section-title {
    margin-bottom: 20px;
}

.newslater-section .comfy-section-title h2 {
    color: var(--text-color-white);
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 52px;
    padding: 0 30px;
    background-color: #ffeecc;
    border: 0;
    border-radius: 3px 7px 7px 3px;
}

.subscribe-form input::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #8a7c78;
    font-weight: 400;
    font-family: "Montserrat";
}


.subscribe-form input:focus {
    border: 0;
    outline: 0;
}

.subscribe-form button.btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-bg {
    position: relative;
}


/*
<!-- ============================================== -->
<!-- Start comfy Map Section Css -->
<!-- ============================================== -->*/
.map-section iframe {
    width: 100%;
    height: 600px;
    border: 0;
}


/*==========================================
    purify Search Popup Css
=========================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #2828283b;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    backdrop-filter: blur(5px);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--text-color-white);
    border-left: 3px solid #393939;
    border-top: 3px solid var(--text-color-white);
    border-right: 3px solid #393939;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: var(--text-color-white);
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: var(--text-color-white);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}


.search-popup .form-group input::placeholder {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    transition: .5s;
}

.search-popup .form-group button i {
    transition: .5s;
}

.search-popup .form-group button:hover i {
    color: var(--primary-color);
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid var(--primary-color);
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: var(--text-color-white);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: var(--text-color-white);
    transition: .5s;
}

.search-popup .close-search.style-two i:hover {
    color: var(--primary-color);
}

.search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
}

.sticky .search-box-btn.search-box-outer i {
    color: var(--text-color-white);
}


/*
<!-- ============================================== -->
<!-- Start Cart Item Css -->
<!-- ============================================== -->*/

.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 25px;
    transition: .5s;
}

.cart_item.remove {
    display: none;
}

.cart_item:not(:last-child) {
    margin-bottom: 20px;
}

.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
}

.cart_item .item_image img {
    width: 70px;
    height: 70px;
}

.cart_item .item_title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.cart_item .item_price {
    line-height: 1;
    display: block;

    font-weight: 600;
    color: var(--primary-color);
}

.cart_item .remove_btn {
    top: 50%;
    right: 0px;
    color: red;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: var(--text-color-white);
    transform: translateY(-50%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.cart_item .remove_btn:hover {
    color: var(--text-color-white);
    background-color: red;
}

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
    display: block;
}

.cart_sidebar {
    top: 0;
    width: 300px;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    padding: 50px 20px;
    overflow-y: scroll;
    background-color: var(--text-color-white);
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.cart_sidebar .mCustomScrollBox {
    overflow: visible !important;
}

.cart_sidebar.active {
    right: 0px;
}

.cart_sidebar .close_btn {
    top: 15px;
    right: 20px;
    line-height: 1;
    font-size: 24px;
    position: absolute;
}

.cart_sidebar .close_btn:hover {
    color: red;
}

.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}

.cart_sidebar .heading_title span {
    color: var(--primary-color);
}

.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 0px;
    margin-bottom: 15px;
    align-items: center;
    color: #1B1B1B;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    justify-content: space-between;
}

.cart_sidebar .total_price span:first-child {
    font-family: 'Montserrat', sans-serif;
}

.cart_sidebar .total_price span:last-child {
    color: var(--primary-color);
}

.cart_sidebar .btns_group {
    margin: -5px;
}

.cart_sidebar .btns_group li {
    width: 50%;
    padding: 5px;
}

.cart_sidebar .btn {
    display: block;
    font-size: 12px;
    padding: 17px 20px;
}

.btn.btn_primary {
    background-color: var(--primary-color);
}

.cart_sidebar .btn.btn_border {
    padding: 15px 20px;
}

.cart_sidebar::-webkit-scrollbar {
    width: 0px;
}

.cart_sidebar_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cart_sidebar_overlay.active {
    opacity: 1;
    display: block;
    transition: .5s;
}

/*================================================== */
/* button style - start */
/*================================================== */
.load_more {
    margin-top: 60px;
}

.btn {
    border: none;
    outline: none;
    line-height: 1;
    color: var(--text-color-white);

    font-weight: 700;
    padding: 21px 42px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "DM Sans", sans-serif;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    color: var(--text-color-white);
}

.btn.btn_primary {
    background-color: var(--primary-color);
}

.btn.btn_primary:hover {
    background-color: #1B1B1B;
}

.btn.btn_secondary {
    background-color: #1B1B1B;
}

.btn.btn_secondary:hover {
    background-color: var(--primary-color);
}

.btn.btn_border {
    padding: 19px 42px;
    border: 2px solid transparent;
}

.btn.border_white {
    border-color: rgba(255, 255, 255, 0.5);
}

.btn.border_white:hover {
    color: var(--primary-color);
    border-color: var(--text-color-white);
    background-color: var(--text-color-white);
}

.btn.border_black {
    color: #1B1B1B;
    border-color: rgba(18, 16, 13, 0.3);
}

.btn.border_black:hover {
    color: var(--text-color-white);
    border-color: #1B1B1B;
    background-color: #1B1B1B;
}

.btn_text {
    line-height: 1;

    font-weight: 500;
    color: #7c7770;
    display: inline-block;
}

.btn_text span {
    position: relative;
    display: inline-block;
}

.btn_text span:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: var(--primary-color);
}

.btn_text:hover span:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.btn_text i {
    margin-left: 2px;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn_text:hover {
    color: var(--primary-color);
}

.btn_text:hover i {
    transform: translateX(5px);
}

/*
<!-- Start comfy About Inner Page Css -->
<!-- =================================================================== -->*/
.about-section.style-four {
    background: var(--text-color-white);
    padding: 100px 0 70px;
}

.single-about-box {
    margin-bottom: 30px;
}

.single-about-box .about-thumb2 {
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.single-about-box .about-thumb2::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 30px solid #fffdfd63;
    transition: .5s;
    transform: scale(1.4);
}

.single-about-box:hover .about-thumb2::before {
    transform: scale(1);
}

.single-about-box .about-thumb2 img {
    transition: all .5s ease-in-out;
}

.single-about-box:hover .about-thumb2 img {
    transform: scale(1.1);
}

/*
<!-- Start Comfy Blog Grid Inner Page Css -->
<!-- =================================================================== -->*/
.blog-single-box.style-two .blog-content h4 {
    margin: 15px 0 4px;
    transition: .5s;
}

.blog-single-box.style-two .blog-content h4:hover {
    color: var(--primary-color);
}

.blog-single-box.style-two .blog-content {
    padding: 24px 32px 25px;
}

.blog-single-box.style-two .blog-button i {
    margin-left: -18px;
    opacity: 0;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-button i {
    opacity: 1;
    margin-left: 2px;
}

/*
<!-- Start Comfy Shop gallery Inner Page Css -->
<!-- =================================================================== -->*/
.shop-gallery-section {
    position: relative;
}

.shop-single-box {
    background-color: #FEEECC;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.shop-single-box::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

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

.shop-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: var(--primary-color);
    color: var(--text-color-white);
    border-radius: 4px;
    display: inline-block;
}

.shop-content {
    padding: 16px 0 0;
}

ul.shop-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
    transition: .5s;
}

.shop-title h2 {
    font-size: 22px;
    line-height: 43px;
    color: #232323;
    font-weight: 700;
    font-family: "Montserrat";
    transition: .5s;
}

.shop-price p {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    padding: 10px 0 18px;
    transition: .5s;
}

.shop-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
    transition: .5s;
}

.shop-thumb-icon a:hover {
    color: var(--text-color-white);
}

.shop-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.shop-single-box:hover .section-button a {
    border: 1px solid var(--text-color-white);
    background: var(--text-color-white);
    color: #FF8D06;
    transition: .5s;
}


.shop-single-box:hover .shop-title h2,
.shop-single-box:hover ul.shop-rating li,
.shop-single-box:hover .shop-price p,
.shop-single-box:hover .shop-price p span {
    color: var(--text-color-white);
}


/*
<!-- Start Comfy Service Inner Page Css -->
<!-- =================================================================== -->*/

.service-section {
    padding: 85px 0 70px;
}

.single-service-box {
    padding: 40px 35px 30px;
    margin-bottom: 30px;
    filter: inherit;
    background-color: #fcf6f1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
}

.service-content h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 24px 0 15px;
    transition: .5s;
}

.service-content p {
    transition: .5s;
    margin-bottom: 16px;
}

.service-button a {
    font-size: 16px;
    color: #232323;
    transition: .5s;
    font-weight: 500;
}

.service-button a i {
    opacity: 0;
    transition: .5s;
}

.service-button a:hover i {
    opacity: 1;
    padding-left: 8px;
}

.single-service-box:hover:before {
    width: 100%;
    left: 0;
}

.single-service-box:hover .service-content h4,
.single-service-box:hover .service-button a,

.single-service-box:hover .service-content p {
    color: var(--text-color-white);
}


/* Pricing Section */

.pricing-section {
    position: relative;
}

.pricing-single-box {
    background: var(--text-color-white);
    border-radius: 5px;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 9px rgba(2, 2, 2, 0.1));
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pricing-head {
    padding: 28px 40px 31px;
    filter: drop-shadow(0 0 2px rgba(2, 2, 2, 0.2));
    background: var(--text-color-white);
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.pricing-head:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    transform: scale(0.0, 1);
    transition: .5s;
}

h3.head-title {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Roboto";
    transition: .5s;
}

span.price-dolar {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    top: -15px;
    transition: .5s;
}

h2.price-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    transition: .5s;
    margin-top: 1px;
}

span.price-mon {
    font-size: 16px;
    display: block;
    padding: 10px 0 0px;
    transition: .5s;
}

.pricing-boody {
    padding: 30px 40px 40px;
    background: var(--text-color-white);
}

.pricing-boody ul li {
    list-style: none;
    display: block;
    padding: 0 0 11px;
    font-weight: 500;
    color: #303030;
}

.pricing-boody ul li i {
    font-size: 22px;
    color: var(--primary-color);
    position: relative;
    top: 3px;
    padding-right: 5px;
    transition: .5s;
}

.price-btn a {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-block;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.price-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-single-box.active span.price-dolar,
.pricing-single-box.active .price-btn a,
.pricing-single-box.active h2.price-title,
.pricing-single-box.active span.price-mon,
.pricing-single-box.active h3.head-title,
.pricing-single-box:hover span.price-dolar,
.pricing-single-box:hover .price-btn a,
.pricing-single-box:hover h2.price-title,
.pricing-single-box:hover span.price-mon,
.pricing-single-box:hover h3.head-title {
    color: var(--text-color-white);
}


.pricing-single-box.active .price-btn a:before,
.pricing-single-box.active .pricing-head:before,
.pricing-single-box:hover .price-btn a:before,
.pricing-single-box:hover .pricing-head:before {
    transform: scale(1);
}

/* Service Brand */
.brand-section.style-two {
    padding-top: 0px;
}

/* Pricing Section */


/*
<!-- ============================================== -->
<!-- Start comfy Footer Section Css -->
<!-- ============================================== -->*/
.footer-section {
    background: url(../image/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    color: var(--text-color-white);
}

.company-info-desc p {
    padding: 33px 0 27px;
    width: 90%;
}

.follow-company-icon {
    display: inline-block;
    line-height: 0;
}

.follow-company-icon a {
    display: inline-block;
    color: var(--text-color-white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255, 0.19);
    position: relative;
    z-index: 1;
    margin-right: 15px;
    overflow: hidden;
}

.follow-company-icon a:last-child {
    margin-right: 0;
}

.follow-company-icon a::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.follow-company-icon a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.widget-nav-menu h4.widget-title {
    font-size: 22px;
    color: var(--text-color-white);
    margin-bottom: 30px;
    padding-top: 30px;
}

ul.footer-menu li a {
    line-height: 34px;
    color: var(--text-color-white);
    font-weight: 400;
    position: relative;
    z-index: 1;
}

ul.footer-menu li a::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -16px;
    top: 34%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

ul.footer-menu li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(10px);
}

ul.footer-menu li a:hover {
    color: var(--primary-color);
    padding-left: 10px;
}

.single-widget-item {
    position: relative;
}

.single-widget-item .error,
.single-widget-item .success {
    bottom: -30px;
}

.single-widget-item p {
    margin-top: 30px;
}

ul.footer-info li {
    margin-bottom: 12px;
}

ul.footer-info li i {
    margin-right: 15px;
}

ul.footer-info li a {
    font-size: 16px;
    color: var(--text-color-white);
    margin-left: 30px;
}

ul.footer-info li a:hover {
    color: var(--primary-color);
}

.footer-section .subscribe-form input {
    padding-left: 20px;
    padding-right: 115px;
}

.footer-bottom-content {
    background: #000000;
    color: var(--text-color-white);
    text-align: center;
    line-height: 100px;
}


/*=====================================
<-- Comfy Side Bar Css -->
=======================================*/

/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}


.nav-btn.navSidebar-button a i {
    font-size: 18px;
    color: var(--text-color-white);
    transition: .5s;
    cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--text-color-white);
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.5;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #0E264F;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: var(--primary-color);
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
    color: var(--primary-color);
}

.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}

.sidebar-info-contents .widget {
    display: block;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}

.widget form {
    position: relative;
}

.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #303030;
    border: 1px solid #e9e9e9;
}

button.icon {
    border: 0;
    font-size: 18px;
    color: var(--text-color-white);
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
}

ul.list-style-one li {
    display: block;
    color: var(--text-color-white);
    margin: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #062462;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    transition: .5s;
}

ul.list-style-one li a {
    transition: .5s;
    color: #062462;
}

.recent-gallery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.widget-gallery-thumb img {
    width: 100%;
}


/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.sidebar-tag-item a {
    background: var(--text-color-white);
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 500;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.sidebar-tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    color: var(--text-color-white);
    border: 2px solid var(--text-color-white);
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.sidebar-tag-item a:hover:before {
    transform: scale(1);
}

.sidebar-tag-item a:hover {
    color: var(--text-color-white);
}


/* Social Icon */
.follow-company-icon.style-two a {
    color: #062462;
}

.follow-company-icon.style-two a:hover {
    color: var(--text-color-white);
}

ul.list-style-one li a:hover span {
    background: var(--primary-color);
    border-radius: 30px;
    color: var(--text-color-white);
}

ul.list-style-one li a:hover {
    color: var(--primary-color);
}


/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.quickview-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

/* Swiper Pagination */
.swiper-pagination {
    line-height: 1;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 10px;
}

.swiper-pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    background-color: transparent;
}

.swiper-pagination-bullet::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid var(--primary-color);
}

.swiper-pagination-bullet-active::before {
    background-color: var(--primary-color);
}


/* Modal */
.quickview-product-modal .btn-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-transform: translateX(40%) translateY(-40%);
    transform: translateX(40%) translateY(-40%);
    border-radius: 50%;
    background-color: var(--text-color-white);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.quickview-product-modal .modal-body {
    padding: 30px;
}


/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}


/* Single Product Thumbnail Carousel */
.quickview-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    visibility: visible;
    width: 36px;
    height: 36px;
    opacity: 1;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
    color: #1F2226;
    border-color: #E5E5E5;
}

.quickview-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.quickview-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: var(--text-color-white);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: 488px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px;
        height: 438px;
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 395px;
    }
}

@media only screen and (max-width: 479px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
        flex: 1 0 60px;
        height: 305px;
    }
}

.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next {
    left: 50%;
    margin: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    border-radius: 50%;
}

.product-thumb-carousel-vertical .swiper-button-prev::after,
.product-thumb-carousel-vertical .swiper-button-next::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-thumb-carousel-vertical .swiper-button-prev {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Single Product Content */
.single-product-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-product-title {
        font-size: 24px;
    }
}

.single-product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: var(--primary-color);
    gap: 20px;
}

.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.single-product-meta {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.single-product-meta li {

    line-height: 1.4285;
    display: -webkit-box;
    gap: 10px;
}

.single-product-meta li+li {
    margin-top: 10px;
}

.single-product-meta li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-meta li span.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
    content: ",";
}

.single-product-meta li span.value.social a {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-meta li span.value.social a img {
    width: 20px;
    height: 20px;
}

.single-product-text {
    margin-bottom: 20px;
}

.single-product-variations {
    padding: 0;
    list-style: none;
}

.single-product-variations li {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variations li+li {
    margin-top: 15px;
}

.single-product-variations li .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-variations li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.single-product-variations li .value [class*=single-product-variation] input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.single-product-additional-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

.single-product-additional-information .single-product-info-btn {

    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
    color: var(--primary-color);
}

.single-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

.single-product-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-buy-now {
    margin-bottom: 30px;
}

.single-product-buy-now .btn {
    width: 100%;
    max-width: 340px;
}

.single-product-safe-payment p {

    margin-bottom: 5px;
}

.single-product-safe-payment img {
    max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-variation-size-item {
    position: relative;
}

.single-product-variation-size-item input:checked~label {
    color: var(--text-color-white);
    background-color: var(--primary-color);
}

.single-product-variation-size-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variation-color-item {
    position: relative;
}

.single-product-variation-color-item input:checked~label {
    background-image: url(../image/check.png);
}

.single-product-variation-color-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-indent: -99999px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product-variation-material-item {
    position: relative;
}

.single-product-variation-material-item input:checked~label {
    color: #1F2226;
}

.single-product-variation-material-item label {
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 30px;
    border: 1px solid #E5E5E5;
}

@media only screen and (max-width: 767px) {
    .single-product-description-area {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area {
        padding: 20px;
    }
}

.single-product-description-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-description-area-nav {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-description-area-nav {
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav {
        gap: 15px;
    }
}

.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-description-area-nav button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav button {

        padding-bottom: 5px;
    }
}

.single-product-description-area-nav button::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: var(--primary-color);
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}


/* Product Quantity */
.product-quantity-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border: 1px solid #E5E5E5;
}

.product-quantity-count input {
    border: 0;
    padding: 8px;
}

.product-quantity-count .product-quantity-box {
    line-height: 1;
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count input:focus {
    border: 0 !important;
    outline: 0 !important;
}

.product-quantity-count .qty-btn {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
    color: var(--primary-color);
}

span.value.links a {
    color: #303030;
}


button.reaction-btn,
.reset-btn {
    border-radius: 3px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #F9FAFB;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

button.reaction-btn::before,
button.reset-btn::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
    left: 0;
    width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
    color: var(--text-color-white);
}


.product-action-btn {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    visibility: hidden;
    padding: 5px 10px;
    content: attr(data-tooltip-text);
    cursor: default;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    color: var(--text-color-white);
    border-radius: 50px;
    background-color: var(--primary-color);
}

.product-action-btn i {
    font-size: 20px;
    color: var(--text-color-white);
    transform: translateY(30px);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .product-action-btn i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .product-action-btn i {
        font-size: 20px;
    }
}

.product-action-btn:hover {
    color: var(--primary-color);
}

.product-action-btn:hover[data-tooltip-text]::before {
    top: -25px;
    visibility: visible;
    opacity: 1;
}

.product-action-btn[data-tooltip-text] {
    position: absolute;
    top: 43%;
    left: 42%;
}


/*
<--  Comfy Faq section Css -->
===============================================*/

/*======== Faq Inner Page ==========*/
.faq-section {
    padding: 100px 0;
    background: #ffeecc;
}

.faq-details .section-title h3 {
    font-size: 36px;
    margin-bottom: 17px;
    margin-top: 0;
}

/* =========================== */
.faq-accordion .accordion-content {
    margin: 0 0 30px;
    border-radius: 4px;
    background: var(--text-color-white);
    border: 1px solid rgba(221, 221, 221, 1);
    overflow: hidden;
}

.accordion-content:nth-child(2) {
    background-color: #F0FAFF;
    border-color: #CCEEFF;
}

.accordion-content:nth-child(3) {
    background-color: var(--text-color-white);
    border-color: #FFCCD6;
}

.accordion-content:nth-child(4) {
    background-color: #F0F0FF;
    border-color: #CCCCFF;
    margin-bottom: 0;
}

.accordion-content.open {
    padding-bottom: 35px;
}

.accordion-content header {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    cursor: pointer;
    color: #1d2124;
    transition: .3s;
    margin-left: 0;
    background: rgba(212, 108, 32, .2);
    border: 1px solid rgba(221, 221, 221, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 15px 25px;
}

.accordion-content header:hover span,
.accordion-content header:hover i,
.accordion-content.open header span,
.accordion-content.open header i {
    color: var(--primary-color);
}

.accordion-content.open header {
    min-height: 35px;
}

.accordion-content header .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.accordion-content header i {
    font-size: 20px;
    color: #333;
    position: absolute;
    right: 24px;
    top: 18px;
    transition: .5s;
}

.accordion-content .description {
    height: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
    margin: 0;
}

.accordion-content.open .description {
    padding: 20px 15px;
}

/**
======================================================
<--  Comfy Contact Section Css -->
======================================================**/

.contact-us {
    padding: 100px 0;
    background: url(../image/contact-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us .comfy-section-title h1 {
    font-size: 25px;
}

.contact-us .comfy-section-title p {
    color: #303030;
}

.contact_from_box {
    padding: 35px 45px 50px;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.2));
    background-color: #fcf7f2;
    position: relative;
}

.form-box {
    position: relative;
}

.form-box input {
    height: 52px;
    background-color: #FDF9F6;
    border: 1px solid #b2b8b8;
    border-radius: 5px;
    transition: .5s;
    padding: 0px 20px 0;
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}

.form-box i {
    position: absolute;
    left: 30px;
    top: 12px;
    color: var(--primary-color);
}

.form-box input::placeholder {
    color: #232323;
}

.form-box.upp i {
    top: 18px;
}

.form-box textarea {
    height: 130px;
    width: 100%;
    padding: 12px 20px 0;
    background: #FDF9F6;
    border: 1px solid #b2b8b8;
    color: #0D0E14;
}

.form-box textarea::placeholder {
    color: #232323;
}

input[type="Date"] {
    font-size: 15px;
}

/*button*/

.contact-form button {
    font-size: 16px;
    padding: 11px 38px;
    width: 100%;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--text-color-white);
    display: inline-block;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    transition: .5s;
}

.contact-form button:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #232323;
    transform: scale(0.0, 1);
    transition: .5s;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-form button:hover:before {
    transform: scale(1);
}

.contact-form button:hover {
    color: var(--text-color-white);
}


/*======================== COMFY BREADCRUMB SECTION CSS =========================*/
.breadcumb-section {
    background: url(../image/breadcumb-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
}

.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}

.breadcumb-inner h2 {
    font-size: 55px;
    color: var(--text-color-white);
    margin-bottom: 25px;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    font-size: 20px;
    line-height: 28px;
}

.breadcumb-inner li a {
    color: var(--text-color-white);
    transition: .5s;
}

.breadcumb-inner li a:hover {
    color: var(--primary-color);
}

.breadcumb-inner li i {
    display: inline-block;
    transform: translateY(3px);
}

.breadcumb-title h2 {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 0;
    color: var(--text-color-white);
}

.breadcumb-inner ul,
.breadcumb-inner li,
.breadcumb-inner li a {
    color: var(--text-color-white);
    font-weight: 700;
}


/* -------------------------------------------------------
                   Cursor Css
-------------------------------------------------------- */

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--text-color-white);
    mix-blend-mode: difference;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: .15s;
}

.cursor2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--text-color-white);
    mix-blend-mode: difference;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-5px, 0px);
    z-index: 1000;
    transition: .1s;
}

.grow,
.grow-small {
    transform: scale(2);
    background: var(--primary-color);
    mix-blend-mode: difference;
    border: none;
    transition: .5s;
    opacity: 0;
}

.grow-small {
    transform: scale(2);
}


/*===========================
<-- Comfy Loader Css -->
=============================*/

/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color-white);
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #F4F1EE;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #E2DFDD;
    border-top-color: #C7A17A;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "Montserrat", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #E2DFDD;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #010103;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Montserrat", sans-serif;
    }
}

/* ======================================== */


/*
<!-- ============================================================== -->
<!-- comfy Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #2871ff;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}