    




.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}





.img-row{
    
    width: 95%;
    margin-left: auto;
    margin-right: auto;
 }

.img-box-main{
    
    width: 100%;
 }

.img-sec{
    width: 23%;
    float: left;
    margin: 1%;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.img-sec a { color: #000;}
.img-main{
    width: 100%;
    height: 230px;
/*    border-radius: 5px;*/
     
}

@media only screen and (min-width: 705px) {


        .cate_holder_menu {
            /*        display: none;*/
        }

    }





    .row.custom-row {
        display: block
    }

    .menu {
        float: left;
        width: 100%
    }

    #scrollingTabs {
        width: 100%;
        margin: 0 auto 10px auto;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center
    }

    #scrollingTabs #primary_nav_wrapper,
    #scrollingTabs #secondary_nav_wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        border: 1px solid #D4D4D4;
        padding: 0 0;
        margin: 0 auto 10px auto;
        width: 100%
    }

    .description_holder p {
        text-align: center
    }

    #scrollingTabs #primary_nav_wrapper {
        border-bottom: 1px solid #D4D4D4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0;
        background-color: #ffffff;
        display: none
    }

    #scrollingTabs #secondary_nav_wrapper {
        border-top: 0;
        margin-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #F8F8F8
    }

    #scrollingTabs #primary_nav,
    #scrollingTabs #secondary_nav {
        width: 95%;
        height: auto;
        overflow-x: hidden;
        overflow-y: hidden !important;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        display: flex;
        align-items: center
    }

    #scrollingTabs #primary_nav::-webkit-scrollbar,
    #scrollingTabs #secondary_nav::-webkit-scrollbar {
        display: none
    }

    #scrollingTabs #primary_nav_wrapper button.primary_nav_prev,
    #scrollingTabs #primary_nav_wrapper button.primary_nav_next,
    #scrollingTabs #secondary_nav_wrapper button.secondary_nav_prev,
    #scrollingTabs #secondary_nav_wrapper button.secondary_nav_next {
        all: unset;
        background-color: transparent;
        width: 5rem;
        text-align: center;
        cursor: pointer;
        outline: none;
        border: none
    }

    #scrollingTabs svg:not(:root) {
        color: #707070 !important;
        font-size: 1.6rem;
        position: relative;
        top: 2px
    }

    #scrollingTabs #primary_nav_wrapper button.primary_nav_prev,
    #scrollingTabs #secondary_nav_wrapper button.secondary_nav_prev {
        border-left: 0;
        outline: none;
        border: none
    }

    #scrollingTabs #primary_nav_wrapper button.secondary_nav_next,
    #scrollingTabs #secondary_nav_wrapper button.secondary_nav_next {
        border-right: 0;
        outline: none;
        border: none
    }

    #scrollingTabs #primary_nav .primary_nav__content,
    #scrollingTabs #secondary_nav .secondary_nav__content {
        width: 130%;
        height: auto;
        white-space: nowrap;
        padding: 0
    }

    #scrollingTabs .nav_item {
        display: inline-block;
        padding: 1.5rem 0;
        margin: 0 1.5rem;
        cursor: pointer;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #D9B43A;
        text-transform: uppercase
    }

    #scrollingTabs .nav_item.active {
        position: relative;
        color: #24292d
    }

    #scrollingTabs .nav_item.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #24292d;
        -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    }

    #scrollingTabs #product_view {
        box-sizing: border-box;
        margin: 1.5rem auto;
        width: 100%;
        height: auto;
        border-radius: 0.5rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        grid-gap: 20px
    }

    #scrollingTabs .full_width {
        padding: 0;
        height: 100%
    }

    #scrollingTabs #product_view .product_details {
        width: 100%;
        height: auto;
        text-align: center;
        color: #D9B43A;
        -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        border-bottom: 1px solid #E2E2E2
    }

    .produc_pic {
        width: 100%;
        height: 150px
    }

    .produc_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #scrollingTabs .scale-in-top {
        -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    }

    @-webkit-keyframes scale-in-top {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }
    }

    @keyframes scale-in-top {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }
    }

    #scrollingTabs .scale-out-top {
        -webkit-animation: scale-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
        animation: scale-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both
    }

    @-webkit-keyframes scale-out-top {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }

        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }
    }

    @keyframes scale-out-top {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }

        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            opacity: 1
        }
    }

    @-webkit-keyframes scale-in-hor-center {
        0% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            opacity: 1
        }
    }

    @keyframes scale-in-hor-center {
        0% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            opacity: 1
        }
    }

    @-webkit-keyframes scale-in-center {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }
    }

    @keyframes scale-in-center {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }
    }

    .inner-sub-category-data {
        text-align: left;
        margin-bottom: 0;
        padding: 0 15px;
        height: 100%;
        min-height: auto
    }

    .inner-sub-category-data p {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 1rem
    }

    .sub-category {
        position: relative;
        font-size: 2rem;
        color: #D9B43A;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
        overflow: hidden
    }

    .sub-category::after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 2px dotted #D9B43A;
        position: relative;
        top: -10px
    }

    .sub-category span {
        position: relative;
        z-index: 11111;
        padding-right: 15px
    }

    .cover_holder {
        text-align: left;
        margin-top: 40px
    }

    .short_menu {
        background-color: #F8F8F8
    }

    .short_menu .tab-content > .tab-pane {
        margin-top: 40px;
        padding: 0
    }

    .w-tab-pane h2 {
        font-size: 2.5rem;
        margin: 0 0 35px 0;
        font-weight: 600;
        display: block;
        text-align: center
    }

    a.w-webflow-badge {
        display: none !important
    }

    .inner-sub-category-data label {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        /*        line-height: 1.7rem;*/
        /*        margin-top: 1.5rem;*/
        margin-bottom: 0;
        color: #000;
    }

    .right-label {
        float: none;
        margin-bottom: 1.2rem !important
    }

    .name {
        margin-bottom: 60px
    }

    .kicker.secondary {
        margin-bottom: 60px
    }

    .showcase-block {
        display: inline-block;
        width: 280px;
        min-height: 25px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center
    }




    *,
    *::after,
    *::before {
        margin: 0;
        padding: 0;
        box-sizing: inherit
    }

    [hidden] {
        display: none !important
    }

    a:link,
    a:visited {
        text-decoration: none;
        /*        color: inherit*/
    }

    a,
    .nav li a {
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in
    }



    body {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.6;
        box-sizing: border-box
    }


    @media (max-width: 768px) {
        .common-sub-heading {
            font-size: 1.3rem
        }
        
        
        
.img-row{
    
    width: 95%;
    margin-left: auto;
    margin-right: auto;
 }

.img-box-main{
    
    width: 100%;
 }

.img-sec{
    width: 48%;
    float: left;
    margin: 1%;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.img-sec a { color: #000;}
.img-main{
    width: 100%;
    height: 260px;
/*    border-radius: 5px;*/
     
}
        
        
    }

    @media (max-width: 640px) {
        .carousel-caption-custom {
            width: 100%;
            left: 0;
            padding: 0 55px
        }

        .carousel-caption-custom h2 {
            font-size: 3.4rem
        }

        .carousel-caption-custom h5 {
            font-size: 2rem
        }

        .carousel-caption-custom p {
            line-height: 1.6;
            font-size: 1.4rem
        }
    }

    @media (max-width: 375px) {
        .carousel-caption-custom {
            width: 100%;
            left: 0;
            padding: 0 20px
        }
    }

    .about-tokyo.inner-about-us-page {
        height: auto
    }

    .about-tokyo {
        background-color: #fff;
        position: relative;
        overflow: hidden;
        height: auto
    }

    .about-tokyo::after {
        content: "";
        background-image: url(../images/about-right.png);
        position: absolute;
        top: 8%;
        right: 0;
        height: 196px;
        width: 163px;
        background-repeat: no-repeat;
        display: none
    }

    .about-tokyo::before {
        content: "";
        background-image: url(../images/about-left.png);
        position: absolute;
        bottom: 8%;
        left: -17px;
        height: 196px;
        width: 163px;
        background-repeat: no-repeat;
        display: none
    }

    .about-tokyo .container {
        height: 100%
    }

    .custom-table {
        display: table;
        width: 100%;
        height: 100%
    }

    .custom-table-cell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle
    }


    .inner-about-us-page .inner-tokyo-page p {
        width: 57%;
        display: block;
        margin: 0 auto 0 auto
    }

    .inner-tokyo-page {
        background-color: #fff;
        padding: 10rem 8.5rem;
        text-align: center
    }

    .inner-tokyo-page-testimonial {
        margin-top: 8rem
    }

    .testimonial-tokyo {
        background-color: #fff
    }

    .testimonial_inner_tokyo .slick-slide {
        text-align: center
    }

    .testimonial_inner_tokyo .member_pic {
        width: 112px;
        display: block;
        margin: 0 auto 3rem auto
    }

    .testimonial_inner_tokyo .testimonial-test p {
        font-size: 1.5rem;
        line-height: 1.7;
        font-weight: normal;
        margin-bottom: 3rem
    }

    .testimonial_inner_tokyo .name {
        margin-bottom: 0 !important
    }

    .testimonial_inner_tokyo .slick-prev,
    .testimonial_inner_tokyo .slick-next {
        bottom: 14%;
        background: transparent;
        height: auto
    }

    .testimonial_inner_tokyo .slick-prev:hover,
    .testimonial_inner_tokyo .slick-prev:focus,
    .testimonial_inner_tokyo .slick-next:hover,
    .testimonial_inner_tokyo .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent
    }

    .testimonial_inner_tokyo .slick-next {
        right: -70px
    }

    .testimonial_inner_tokyo .slick-prev {
        left: -70px
    }

    .about-tokyo.testimonial-tokyo::before {
        content: "";
        bottom: 44%
    }

    .testimonial_inner_tokyo .slick-prev:before,
    .testimonial_inner_tokyo .slick-next:before {
        font-family: 'FontAwesome';
        font-size: 60px;
        line-height: 1;
        opacity: .70;
        color: #707070
    }

    .testimonial_inner_tokyo .slick-dots {
        display: none !important
    }

    @media (max-width: 1366px) {
        .inner-tokyo-page {
            padding: 5rem 0
        }

        .about-tokyo::after {
            content: "";
            background-image: url(../images/about-right.png);
            position: absolute;
            top: 19%;
            right: 0;
            height: 196px;
            width: 163px;
            background-repeat: no-repeat
        }

        .about-tokyo::before {
            content: "";
            background-image: url(../images/about-left.png);
            position: absolute;
            bottom: 23%;
            left: -17px;
            height: 196px;
            width: 163px;
            background-repeat: no-repeat
        }

        .testimonial-tokyo {
            background-color: #fff !important;
            height: 100vh !important;
            float: left;
            width: 100%
        }
    }

    @media (max-width: 991px) {
        .inner-tokyo-page {
            padding: 5rem 0rem 0rem 0rem
        }

    }

    @media (max-width: 768px) {
        .inner-tokyo-page {
            position: relative;
            z-index: 1
        }

        .about-tokyo::before {
            content: "";
            bottom: 13px
        }

        .about-tokyo::after {
            content: "";
            top: 26px;
            right: -60px
        }

        .inner-about-us-page .inner-tokyo-page p {
            width: 100%
        }
    }

    @media (max-width: 640px) {
        .inner-tokyo-page {
            padding: 5rem 1.5rem 0 1.5rem
        }

        .about-tokyo {
            height: auto
        }
    }

    @media (max-width: 480px) {
        
        
        
               
.img-row{
    
    width: 95%;
    margin-left: auto;
    margin-right: auto;
 }

.img-box-main{
    
    width: 100%;
 }

.img-sec{
    width: 48%;
    float: left;
    margin: 1%;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.img-sec a { color: #000;}
.img-main{
    width: 100%;
    height: 180px;
/*    border-radius: 5px;*/
     
}
        
        
        

        .about-tokyo.testimonial-tokyo::before,
        .about-tokyo.testimonial-tokyo::after {
            content: "";
            display: none
        }
    }

    @media (max-width: 375px) {
        .common-sub-heading {
            font-size: 1.7rem
        }
    }

    @media (max-width: 320px) {


        .modal-dialog {
            max-width: 300px
        }
    }

    .form-holder {
        margin-top: 8rem;
        padding-right: 3.7rem
    }

    .form-holder label {
        font-size: 1.6rem;
        font-weight: 600;
        padding-left: 24px;
        margin-bottom: 0.7rem
    }

    .form-holder .form-control {
        height: 46px !important;
        border-radius: 3rem;
        padding: 0 2.1rem
    }

    .form-holder .input-group-addon {
        font-size: 1.5rem;
        position: absolute;
        right: 2.4rem;
        top: 1rem
    }

    .form-holder .input-group > .custom-select:not(:last-child),
    .form-holder .input-group > .form-control:not(:last-child) {
        border-top-right-radius: 3rem;
        border-bottom-right-radius: 3rem
    }

    .form-holder .form-control::-webkit-input-placeholder {
        color: #a0a0a0;
        font-size: 1.5rem
    }

    .form-holder .form-control:-ms-input-placeholder {
        color: #a0a0a0;
        font-size: 1.5rem
    }

    .form-holder .form-control::placeholder {
        color: #a0a0a0;
        font-size: 1.5rem
    }

    .form-holder .form-group {
        margin-bottom: 25px
    }

    .form-holder .btn-primary {
        font-size: 2rem;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 30px
    }

    .contact {
        background-color: #efefef
    }

    .clear {
        display: block;
        width: 100%
    }

    .contact-us-fomr-holder {
        width: 700px;
        margin: 8rem auto 0 auto
    }

    .contact-us-fomr-holder .form-group {
        margin-bottom: 1.5rem
    }

    .contact-us-fomr-holder .form-control {
        width: 100%;
        border-radius: 0;
        height: 48px;
        border-color: #B1B1B1;
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 400;
        padding: 0 15px;
        font-family: 'Montserrat', sans-serif
    }

    .contact-us-fomr-holder textarea {
        height: auto !important
    }

    .contact-us-btn .btn {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        padding: 7px 0;
        border-radius: 0;
        background-color: #D9B43A;
        border-color: #D9B43A
    }

    .contact-us-fomr-holder .form-control:focus {
        color: #495057;
        background-color: #fff;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    @media only screen and (max-width: 767px) {
        .contact-us-fomr-holder {
            width: 100%
        }
    }

    .btn-xl {
        padding: 1rem 2rem;
        color: #fff;
        border-radius: 1rem
    }

    .btn-custom {
        background-color: transparent;
        padding: .5rem .6rem;
        border-radius: 0;
        border: 1px solid #fff;
        font-size: 1.6rem;
        line-height: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 2rem;
        height: 4.5rem
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #D9B43A;
        background-color: transparent;
        border-color: #D9B43A
    }

    .footer .btn-primary:hover {
        color: #D9B43A;
        background-color: transparent;
        border: 2px solid #D9B43A
    }

    .btn-primary:not(:disabled):not(.disabled):hover {
        color: #D9B43A;
        background-color: transparent;
        border-color: #D9B43A
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem #D9B43A
    }



    .pad_top0 {
        padding-top: 0rem !important
    }

    .pad_bottom0 {
        padding-bottom: 0rem !important
    }

    .pad_right0 {
        padding-right: 0rem !important
    }

    .pad_left0 {
        padding-left: 0rem !important
    }

    .pad_top40 {
        padding-top: 4rem
    }

    .pad_bottom40 {
        padding-bottom: 4rem
    }

    .pad_right40 {
        padding-right: 4rem
    }

    .pad_left40 {
        padding-left: 4rem
    }

    .pad_top50 {
        padding-top: 5rem
    }

    .pad_bottom50 {
        padding-bottom: 5rem
    }

    .pad_right50 {
        padding-right: 5rem
    }

    .pad_left50 {
        padding-left: 5rem
    }

    .mar_top0 {
        margin-top: 0rem
    }

    .mar_bottom0 {
        margin-bottom: 0rem
    }

    .mar_right0 {
        margin-right: 0rem
    }

    .mar_left0 {
        margin-left: 0rem
    }

    .mar_top20 {
        margin-top: 2rem
    }

    .mar_bottom20 {
        margin-bottom: 2rem
    }

    .mar_right20 {
        margin-right: 2rem
    }

    .mar_left20 {
        margin-left: 2rem
    }

    .mar_top30 {
        margin-top: 3rem
    }

    .mar_bottom30 {
        margin-bottom: 3rem
    }

    .mar_right30 {
        margin-right: 3rem
    }

    .mar_left30 {
        margin-left: 3rem
    }

    .mar_top40 {
        margin-top: 4rem
    }

    .mar_bottom40 {
        margin-bottom: 4rem
    }

    .mar_right40 {
        margin-right: 4rem
    }

    .mar_left40 {
        margin-left: 4rem
    }

    .mar_top50 {
        margin-top: 5rem
    }

    .mar_bottom50 {
        margin-bottom: 5rem
    }

    .mar_right50 {
        margin-right: 5rem
    }

    .mar_left50 {
        margin-left: 5rem
    }


    .demo-gallery > ul {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        grid-gap: 2.2rem
    }

    .demo-gallery > ul::after {
        content: "";
        display: block;
        clear: left
    }

    .demo-gallery > ul > li {
        float: left;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;
        height: 350px;
        overflow: hidden
    }

    .demo-gallery > ul > li a {
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
        width: 100%;
        height: 100%
    }

    .demo-gallery > ul > li a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .demo-gallery > ul > li a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
        opacity: 1
    }

    .demo-gallery > ul > li a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s
    }

    .demo-gallery > ul > li a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s
    }

    .demo-gallery > ul > li a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .demo-gallery .justified-gallery > a > img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 100%;
        width: 100%
    }

    .demo-gallery .justified-gallery > a:hover > img {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
        opacity: 1
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: background-color 0.15s ease 0s;
        -o-transition: background-color 0.15s ease 0s;
        transition: background-color 0.15s ease 0s
    }

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s
    }

    .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .demo-gallery .video .demo-gallery-poster img {
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        opacity: 0.8;
        width: 48px
    }

    .demo-gallery.dark > ul > li a {
        border: 3px solid #04070a
    }

    .demo-gallery > ul > li:hover .overflow {
        opacity: 1
    }

    .overflow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0
    }

    .plus-icon {
        position: relative;
        top: 43%;
        height: 34px;
        width: 34px;
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        background-color: #D9B43A
    }

    .plus-icon i {
        font-size: 1.9rem;
        color: #fff;
        padding: 7px 0
    }

    .only_gallery {
        padding-right: 0px !important
    }

    .only_gallery li {
        padding-right: 15px !important;
        padding-bottom: 15px !important
    }

    @media only screen and (max-width: 1680px) {
        .demo-gallery > ul > li {
            height: 240px
        }
    }

    @media only screen and (max-width: 1440px) {
        .demo-gallery > ul > li {
            height: 240px
        }
    }

    @media only screen and (max-width: 1280px) {
        .demo-gallery > ul > li {
            height: 240px
        }
    }

    @media only screen and (max-width: 1170px) {
        .demo-gallery > ul > li {
            height: 215px
        }
    }

    @media only screen and (max-width: 992px) {
        .demo-gallery > ul > li {
            height: 173px
        }
    }

    @media only screen and (max-width: 991px) {
        .demo-gallery > ul > li {
            height: 173px
        }
    }

    @media only screen and (max-width: 767px) {
        .demo-gallery > ul {
            margin-bottom: 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-auto-flow: row;
            grid-gap: 2.2rem
        }

        .demo-gallery > ul > li {
            height: auto
        }
    }

    @media only screen and (max-width: 600px) {
        .gallery_holder .demo-gallery > ul > li {
            width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .demo-gallery > ul {
            margin-bottom: 0;
            padding: 0 50px
        }

        .demo-gallery > ul > li {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            height: auto
        }

        .only_gallery {
            padding-right: 50px !important
        }

        .only_gallery li {
            padding-right: 0px !important
        }
    }

    @media only screen and (max-width: 480px) {
        .gallery_holder .demo-gallery > ul > li {
            width: 50%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .demo-gallery > ul > li {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            height: 220px
        }

        .demo-gallery > ul {
            margin-bottom: 0;
            padding: 0 0;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-auto-flow: row;
            grid-gap: 1.5rem
        }
    }

    .btn-xl {
        padding: 1rem 2rem;
        color: #fff;
        border-radius: 1rem
    }

    .btn-custom {
        background-color: transparent;
        padding: .5rem .6rem;
        border-radius: 0;
        border: 1px solid #fff;
        font-size: 1.6rem;
        line-height: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 2rem;
        height: 4.5rem
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #D9B43A;
        background-color: transparent;
        border-color: #D9B43A
    }

    .footer .btn-primary:hover {
        color: #D9B43A;
        background-color: transparent;
        border: 2px solid #D9B43A
    }

    .btn-primary:not(:disabled):not(.disabled):hover {
        color: #D9B43A;
        background-color: transparent;
        border-color: #D9B43A
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem #D9B43A
    }



    .pad_top0 {
        padding-top: 0rem !important
    }

    .pad_bottom0 {
        padding-bottom: 0rem !important
    }

    .pad_right0 {
        padding-right: 0rem !important
    }

    .pad_left0 {
        padding-left: 0rem !important
    }

    .pad_top40 {
        padding-top: 4rem
    }

    .pad_bottom40 {
        padding-bottom: 4rem
    }

    .pad_right40 {
        padding-right: 4rem
    }

    .pad_left40 {
        padding-left: 4rem
    }

    .pad_top50 {
        padding-top: 5rem
    }

    .pad_bottom50 {
        padding-bottom: 5rem
    }

    .pad_right50 {
        padding-right: 5rem
    }

    .pad_left50 {
        padding-left: 5rem
    }

    .mar_top0 {
        margin-top: 0rem
    }

    .mar_bottom0 {
        margin-bottom: 0rem
    }

    .mar_right0 {
        margin-right: 0rem
    }

    .mar_left0 {
        margin-left: 0rem
    }

    .mar_top20 {
        margin-top: 2rem
    }

    .mar_bottom20 {
        margin-bottom: 2rem
    }

    .mar_right20 {
        margin-right: 2rem
    }

    .mar_left20 {
        margin-left: 2rem
    }

    .mar_top30 {
        margin-top: 3rem
    }

    .mar_bottom30 {
        margin-bottom: 3rem
    }

    .mar_right30 {
        margin-right: 3rem
    }

    .mar_left30 {
        margin-left: 3rem
    }

    .mar_top40 {
        margin-top: 4rem
    }

    .mar_bottom40 {
        margin-bottom: 4rem
    }

    .mar_right40 {
        margin-right: 4rem
    }

    .mar_left40 {
        margin-left: 4rem
    }

    .mar_top50 {
        margin-top: 5rem
    }

    .mar_bottom50 {
        margin-bottom: 5rem
    }

    .mar_right50 {
        margin-right: 5rem
    }

    .mar_left50 {
        margin-left: 5rem
    }



    .event-vinedo {
        float: left;
        width: 100%
    }

    .event-vinedo .row {
        margin: 0;
        width: 100%
    }

    .img-holder img {
        width: 100%;
        height: 100%
    }

    .inner-events {
        background-color: #F9F9F9;
        display: flex
    }

    .right-side-event-holder {
        border: 1px solid #E2E2E2;
        border-left: none;
        padding: 5rem
    }

    .event-right {
        padding-right: 0;
        padding-left: 0;
        height: 100%
    }

    .small-head-event {
        font-size: 2.2rem;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        display: block;
        margin: 20px 0 30px 0
    }

    .none-after-line::after {
        display: none
    }

    .last-date-event {
        font-size: 1.5rem;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif
    }

    .left-border {
        border-left: 1px solid #E2E2E2;
        border-right: none
    }

    .img-holder {
        height: 100%
    }


    @media only screen and (max-width: 767px) {
        .inner-events {
            display: block
        }

        .right-side-event-holder {
            border: 1px solid #E2E2E2 !important;
            padding: 30px
        }
    }

    .cate_holder_menu {
        border: 1px solid #D4D4D4;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0;
        background-color: #ffffff;
        float: left;
        width: 100%;
        padding: 0 15px;
        padding: 5px;
        margin-bottom: 30px;

    }

    .cate_holder_menu nav[role="custom-dropdown"] div > div {
        display: inline-block;
        padding: 0.9rem 0;
        margin: 1px 1.5rem 1px 0;
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #D9B43A;
        text-align: left;
        text-transform: uppercase
    }

    .cate_holder_menu nav[role="custom-dropdown"] div > div {
        float: none;
        padding: .55em .55em;
        width: auto;
        text-align: center;
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transition-property: box-shadow, color;
        cursor: pointer
    }

    .cate_holder_menu div > div {
        display: inline-block;
        padding: 0.9rem 0;
        margin: 1px 1.5rem 1px 0;
        cursor: pointer;
        font-size: 1.4rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #D9B43A;
        text-align: left;
        text-transform: uppercase
    }

    .cate_holder_menu nav[role="custom-dropdown"] a,
    .cate_holder_menu nav[role="custom-dropdown"] label {
        color: #000;
        text-decoration: none;


        transition: color .3s ease-in-out
    }

    .cate_holder_menu nav[role="custom-dropdown"] div > div {
        display: inline-block;
        padding: 0.5rem 0;
        margin: 0px 0.5rem 0px 0.5rem;
        cursor: pointer;
        font-size: 13px;
        /*        line-height: 1.5rem;*/
        font-weight: 400;
        color: #000;
        text-align: left;
        text-transform: uppercase
    }

    .cate_holder_menu input[type=checkbox] {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .cate_holder_menu nav[role="custom-dropdown"] {
        position: relative;
        width: 100%
    }

    .cate_holder_menu .nav_item.active {
        /*	color: #000 !important;*/
        position: relative
    }

    .cate_holder_menu label {
        display: none;
        cursor: pointer;
        user-select: none
    }

    .cate_holder_menu .nav_item.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #000;
        -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    }

    #primary_nav_prev {
        background-color: transparent;
        border: none;
        width: 5rem
    }

    @media only screen and (max-width: 767px) {
        .title_mobile_menu {
            font-size: 14px !important;
            line-height: 20px !important;
            padding-left: 10px !important;
            color: #000 !important;
            font-weight: 700 !important;
            text-transform: uppercase !important
        }
    }

    @media screen and (max-width: 44em) {
        .cate_holder_menu nav[role="custom-dropdown"] > div {
            display: none;
            height: 100%
        }

        .cate_holder_menu nav[role="custom-dropdown"] label {
            position: relative;
            display: block;
            width: 100%;
            min-height: 2.25em;
            padding: .45em;
            font-size: 1.1em;
            margin: 0;
            border: none;
            height: 36.78px
        }

        .cate_holder_menu nav[role="custom-dropdown"] label:after {
            position: absolute;
            right: .25em;
            top: 7px;
            content: "\2261";
            font-size: 1.8em
        }

        .cate_holder_menu nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
            color: #222
        }

        .cate_holder_menu nav[role="custom-dropdown"] input[type=checkbox]:checked ~ div {
            display: block
        }

        .cate_holder_menu nav[role="custom-dropdown"] input[type=checkbox]:checked ~ div > div {
            width: 100%;
            opacity: 1;
            text-align: left
        }

        .cate_holder_menu nav[role="custom-dropdown"] input[type=checkbox]:checked ~ div > div:after {
            position: absolute;
            right: .25em;
            content: "\203A";
            font: bold 1.4em sans-serif;
            display: none
        }

        .cate_holder_menu nav[role="custom-dropdown"] div > div {
            padding: 0.9rem 1.5rem !important;
            margin: 0 0 !important;
            display: block !important
        }


        .cate_holder_menu {
            border-radius: 0
        }

        #primary_nav_prev {
            background-color: transparent;
            border: none;
            width: 5rem
        }
    }
