/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 12px;
    border-left: 0px solid white;
    border-right: 0px solid white;
}
::-webkit-scrollbar-thumb {
    background: #c6d050;
    width: 0;
    height: 25%;
}
/* ===================================
    General
====================================== */
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
/* background color */
.bg-black{background: #2d2d2d;}
.bg-yellow {background-color: #c6d050;}
/* text-color */
.main-color{color: #c6d050;}

/*parallax disable*/
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.border-bottom{
    border-bottom: solid 1px #EEEEEE;
}
a{
text-decoration: none;
 }
.hidden{
    display: none;
}
/* ===================================
        Header Info Nav
   ====================================== */

.navbar{
    padding-bottom: 0;
}

.upper-nav{
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 10px;
}

.upper-nav .navbar-brand{
    margin-top: 10px;
    margin-right: 0;
    max-width: 150px;
}
.upper-nav .top-info{
    font-size: 15px;
    color: #2d2d2d;
    font-weight:normal;
    margin-top: auto;
    margin-bottom: auto;
}
.upper-nav .top-info li{
    margin-right: 10px;
}
.upper-nav .top-info li i{
    font-size: 18px;
    color: #58b433;
}
.upper-nav .top-info li a{
    color: #2d2d2d;
    margin-left: 3px;
    text-decoration: none;
    transition: .5s ease;
}
.upper-nav .top-info li a:hover{
    color: #c6d050;
}

.upper-nav .shop-user-details{
    display: inline-block;
    margin-bottom: 0;
}
.upper-nav .shop-user-details li{
    list-style: none;
    display: inline-block;
    margin-left: 3px;
}
.upper-nav .shop-user-details li:after{
    content: "";
    height: 8px;
    width: 8px;
    background-color: #2d2d2d1c;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
}
.upper-nav .shop-user-details li:last-child:after{
    display: none;
}
.upper-nav .shop-user-details li a{
    text-decoration: none;
    color: #2d2d2d;
}
.upper-nav .shop-user-details li a i{
    margin-left: 5px;
}
/* ===================================
        Header
   ====================================== */
#header-svg{
    position: absolute;
    bottom: -59px;
    left:0;
    right: 0;
    z-index: 11;
    transform: rotate(180deg);
}
#header-svg path{
    fill: #FFFFFF;
}
/* nav top default */

header a.logo {
    display: inline-block;
    padding-top: .4rem;
}
header a.logo img {
    max-width: 130px;
    vertical-align: sub;
}

header{
    position: absolute;
    /*position: relative;*/
    top: 0;
    z-index: 99;
    /*overflow: hidden;*/
    /*height: 90px;*/
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.30);
}

.header-appear{
    /*height: 70px;*/
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear{
    background: #FFFFFF;
    border-bottom: none;

}
.header-appear svg#header-svg{
    display: none;
}
.header-appear .navbar-simple{
    padding: 1rem 1rem;
    padding-bottom: 1rem;
}

.header-appear .upper-nav{
    display: none;
}
/*.navbar-top-default #megaone{*/
/*    margin-right: -30px;*/
/*}*/

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #2d2d2d;
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1rem;
    text-decoration: none;
    padding-bottom: 0;
    transition: .5s ease;
}
.navbar-simple .navbar-nav .nav-link i.la-angle-down {
    font-size: 13px;
}
.navbar-simple .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 10px;
}
.navbar-simple .navbar-nav .nav-link:hover {
    color: #c6d050;
}
.navbar-simple .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
}
.navbar-simple .navbar-brand img{
    width: 80%;
}
header .navbar-simple .fixed-nav-items{
    display: none;
}
.header-appear .navbar-simple .fixed-nav-items{
    display: block;
}
.shop-details{
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
 .shop-details li{
    list-style: none;
    display: inline-block;
    margin-left: 3px;
}
.shop-details li:after{
    content: "";
    height: 11px;
    width: 1px;
    background-color: #2d2d2d99;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}
.shop-details li:last-child:after{
    display: none;
}
 .shop-details li a{
    text-decoration: none;
    color: #2d2d2d;
     transition: .5s ease;
}
.shop-details li a:hover{
    color: #c6d050;
}
.shop-details li a i{
  /*padding: 0 10px;*/
    font-size: 26px;
}
 .shop-details li a i.la-search{
    transform: rotate(270deg);
}
.dropdown-menu{
    padding: 25px 11px 25px 5px;
    min-width: 15rem;
}
.dropdown-menu .dropdown-item{
    padding: .5rem 1.5rem;
    transition: .5s ease;
}
.dropdown-menu .dropdown-item:hover{
    color: #c6d050;
}
.side-menu .dropdown-menu{
    position: relative !important;
    left: 0;
    float: none;
    transform: none !important;
    transition: .5s ease;
}
.side-menu .nav-item.dropdown .nav-link:after{
    display: none;
}
.dropdown-toggle::after {
    /*content: '\f00d';*/
    /*font-family: "Font Awesome 5 Free", serif;*/
    display: none;
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    z-index: 111;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #c6d050;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2d2d2d;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 50px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #2d2d2d;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 40px;
    padding: 6px;
    position: absolute;
    right: 37px;
    top: 21px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2d2d2d;
    display: block;
}
.header-appear .sidemenu_btn {
    top:31px;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link i{
    font-size: 20px;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #2d2d2d;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #2d2d2d;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    color: #2d2d2d;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color: #c6d050;
    color: #fff;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
      Custom css
  ==================================== */
/*h1,h2,h3,h4,h5,h6{margin: 0;}*/
.heading-details{
    margin-bottom: 50px;
}
.heading-details .heading{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    /*font-family: 'Poppins', sans-serif;*/
    display: inline-block;
}
.heading-details .heading i{
    color: #c6d050;
    font-size: 40px;
}
.padding-bottom{
    padding-bottom: 120px;
}
.padding-top{
    padding-top: 120px;
}
.heading-details .top-des{
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.text{
    font-family: 'ubanto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #2d2d2d;
    opacity: .8;
}
.web-btn{
    background-color: #c6d050;
    color: #FFFFFF;
    border-radius: 0;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: .8s ease !important;
}
.web-btn:hover{
    background-color: #2d2d2d;
    border: solid 1px #2d2d2d;
    color: #FFFFFF;
}
.web-trans-btn{
    background-color: transparent;
    color: #c6d050;
    border: solid 1px #c6d050;
    border-radius: 0;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: .8s ease;
}
.web-trans-btn:hover{
    background-color: #c6d050;
    color: #fff;
}
.web-dark-btn{
    background-color: #2d2d2d;
    color: #FFFFFF;
    border: solid 1px #2d2d2d;
    border-radius: 0;
    padding: 8px 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: .8s ease;
}
.web-dark-btn:hover{
    background-color: transparent;
    color: #c6d050;
    border: solid 1px #c6d050;
}
.btn-view{
    background-color: #f8f9faad;
    color: #343a40;
    border: solid 1px #f8f9fa;
    border-radius: 0;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    transition: .8s ease;
}
.btn-view:hover{
    background-color: #c6d050;
    border: solid 1px #c6d050;
    color: #fff;
}
/* ===================================
        Slider
   ====================================== */

.rev-slider .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}
.btn-slider{
    padding:8px 30px;
    background-color: #c6d050;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    transition: .5s ease !important;
}
.btn-slider:hover{
    background-color: #fff;
    color: #2d2d2d;
}

.slider-sec svg{
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    /*transform: rotate(180deg);*/
}
.slider-sec svg path{
    fill:#fff;
}
.tparrows {
    background: rgba(0, 0, 0, 0.09);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55% !important;
    transition: .5s ease;
}
/* ===================================
             rev bullets
====================================== */

.hermes.tp-bullets{
    height: auto !important;
    width: auto !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

.hermes .tp-bullet{
    position:relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

.hermes .tp-bullet .tp-bullet-inner{
    width: 18px;
    height: 18px;
    position:relative;
    border: 4px solid #2d2d2d;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    transform: scale(0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.hermes .tp-bullet.selected .tp-bullet-inner{
    transform: scale(1);
    background: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hermes .tp-bullet .tp-bullet-inner::before{
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #84b813;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.hermes .tp-bullet.selected .tp-bullet-inner::before{
    opacity: 1;
    visibility: visible;
    display: block;
}

.hermes .tp-bullet:not(:last-child) .tp-line{
    height: 20px;
    transform: scaleY(1.4);
    width: 3px;
    background: #2d2d2d;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}
/* ===================================
               revicon
====================================== */


.revicon {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    z-index: 11;
}
.revicon li a i{
    color: #2d2d2d;
}
.revicon li:hover a i{
    color: #fff;
}
.revicon li:hover a{
    background-color: #c6d050;

}

/* ===================================
      shop card window css
  ==================================== */
.shop-card-window{
    width: 26%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-card-window.active{
    /*right: 0;*/
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.shop-card-window .close-card-window{
    position: absolute;
    right: 20px;
    top: 30px;
}
.shop-card-window .close-card-window i{
    color: #2d2d2d;
    font-size: 28px;
}
.shop-card-window .shop-card-window-content{
    /*margin-top: 80px;*/
    /*padding: 30px;*/
}
.shop-card-window .shop-card-window-content .shop-card-heading{
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-align: center;
}
.shop-card-window .mini-bag{
    height: 45vh;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.shop-card-window .mini-bag .bag-item{
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}
.shop-card-window .mini-bag .bag-item .item-img{
    height: 100px;
    width: 100px;
    display: inline-block;
}
.shop-card-window .mini-bag .bag-item .item-img img{
    width: 100%;
}
.shop-card-window .mini-bag .bag-item .item-details{
    display: inline-block;
    padding: 10px;
}
.shop-card-window .mini-bag .bag-item .item-details .item-name{
    font-size: 17px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 0;
    transition: .5s ease;
    font-family: 'Poppins', sans-serif;
}
.shop-card-window .mini-bag .bag-item:hover .item-details .item-name{
    color: #c6d050;
}
.shop-card-window .mini-bag .bag-item .item-details .item-qty{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    opacity: .8;
    display: block;
}
.shop-card-window .mini-bag .bag-item .item-details .item-price{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    opacity: .8;
    display: inline-block;
}
.shop-card-window .mini-bag .bag-item .item-details .basket{
    text-decoration: none;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.shop-card-window .mini-bag .bag-item .item-details .basket:hover i{
    color: red;
}
.shop-card-window .mini-bag .bag-item .item-details .basket i{
    font-size: 18px;
    color: #2d2d2d;
    transition: .5s ease;
}
.shop-card-window .shop-card-window-content .bag-btn{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.shop-card-window .shop-card-window-content .bag-btn .total{
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    display: block;
    color: #c6d050;
    font-weight: 500;
}
.shop-card-window .shop-card-window-content .bag-btn .total span{
    margin-right: 5px;
}
.shop-card-window .shop-card-window-content .bag-btn .web-btn:hover{
    background-color: transparent;
    color: #c6d050;
}

/* ===================================
      search modal window css
  ==================================== */
.search {vertical-align: sub;}


.open_search {
    cursor: pointer;
    color: #c6d050;
    display: inline-block;
    position: relative;
}
.search_block {
    opacity: 0;
    display: none;
    text-align: center;
    height: 0;
    position: fixed;
    top: 50%;
    left: 40%;
    margin-top: -41px;
    margin-left: -150px;
    z-index: 111;
}
.search_block.visible {
    opacity: 1;
    display: inline-block;
    height: auto;
}
.search_block.visible .search_box {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search_block .overlayer {
    background-color: rgb(121, 162, 7);
    position: fixed;
    cursor: url("../img/overlay-close.png"), auto;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.search_block input,.search_block select,.search_block textarea {background-color: #c6d050; font-size: 20px;}
.search_block textarea::-webkit-input-placeholder {color: #FFFFFF !important;}
.search_block textarea::-moz-placeholder {color: #FFFFFF !important;}
.search_block textarea:-ms-input-placeholder {color: #FFFFFF !important;}
.search_block textarea::-ms-input-placeholder {color: #FFFFFF !important;}
.search_block .inner input,.search_block select,.search_block textarea::placeholder {color: #FFFFFF !important;}
.search_block input::-webkit-input-placeholder {
    color: #FFFFFF !important;
}

.search_block input:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF !important;
}

.search_block input::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF !important;
}

.search_block input:-ms-input-placeholder {
    color: #FFFFFF !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.search_box {
    background-color: #c6d050;
    opacity: 0;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -120px;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 10;
}

.search_box .search_input {
    border: 3px solid #c6d050;
    border-bottom: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
    min-width: 700px;
    outline: medium none;
    padding: 10px 10px 10px 0px;
    width: 700px;
    -webkit-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
    -webkit-appearance: none;
    border-radius: 0;
}
.search-form .search-input {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
#search ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}
#search ::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}
#search :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}
#search ::-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
}
#search ::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search_icon {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 28px;
    left: 93%;
    line-height: 38PX;
    padding: 8px;
    position: absolute;
    top: 28px;
}
.search_icon:hover {color: #FFFFFF;}
.search_icon:focus {color: #FFFFFF;}
::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: normal;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: normal;
}
:-ms-input-placeholder {
    color: #999;
    font-style: normal;
}
/* input, select, textarea {margin :0;} */

/* ===================================
      shop card window css
  ==================================== */
.search-box-window{
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.search-box-window.active{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.55);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.search-box-window .close-search-window{
    position: absolute;
    right: 20px;
    top: 30px;
}
.search-box-window .close-search-window i{
    color: #2d2d2d;
    font-size: 28px;
}
.search-box-window .search-box-window-content{
    margin-top: 60px;
    padding: 30px;
}
.search-box-window .search-box-window-content .search-box-heading{
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.search-box-window .mini-search{
    height: 45vh;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.search-box-window .mini-search .product-item{
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}
.search-box-window .mini-search .product-item .item-img{
    height: 100px;
    width: 100px;
    display: inline-block;
}
.search-box-window .mini-search .product-item .item-img img{
    width: 100%;
}
.search-box-window .mini-search .product-item .item-details{
    display: inline-block;
    padding: 10px;
}
.search-box-window .mini-search .product-item .item-details .item-name{
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.search-box-window .mini-search .product-item .item-details .item-qty{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    opacity: .8;
    display: block;
}
.search-box-window .mini-search .product-item .item-details .item-price{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    opacity: .8;
    display: inline-block;
}
.search-box-window .mini-search .product-item .item-details .basket{
    text-decoration: none;
    display: inline-block;
    float: right;
}
.search-box-window .mini-search .product-item .item-details .basket i{
    font-size: 18px;
    color: #2d2d2d;
}
.search-box-window .search-box-window-content .bag-btn{
    display: block;
    text-align: center;
    margin-top: 15px;
}
.search-box-window .search-box-window-content .search-form{
    width: 75%;
    margin: 0 auto 20px auto;
}
.search-box-window .search-box-window-content .search-form input{
    position: relative;
}
.search-box-window .search-box-window-content .search-form .btn-search{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c6d050;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

/* ===================================
      mini-services css
  ==================================== */
.mini-services{
    font-family: 'Poppins', sans-serif;
    padding-top: 50px;
}
.mini-services .mini-s{
    border-right: solid 1px rgba(88, 180, 51, 0.49);
    cursor: pointer;
}
.mini-services .mini-s:last-child{
    border-right: none;
}
.mini-services .mini-service-card .service-icon{
   display: inline-block;
    margin: auto;
    margin-bottom: 10px;
}
.mini-services .mini-service-card .service-icon i{
    font-size: 40px;
    color: #c6d050;
    transition: .5s ease;
}
.mini-services .mini-service-card:hover .service-icon i{
    color: #2d2d2d;
    transform: translateY(-10px);
}
.mini-services .mini-service-card .mini-service-heading{
    font-size: 16px;
    font-weight: 500;
    color: #c6d050;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    transition: .5s ease;
}
.mini-services .mini-service-card:hover .mini-service-heading{
    color: #2d2d2d;
}
.mini-services .mini-service-card .small-des{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #2d2d2d;
    opacity: .8;
}

/* ===================================
     banner css
  ==================================== */
.banner{
    min-height: 500px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.banner .overlay-white{
    background-color: rgba(255, 255, 255, 0.93);
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top: 0;
}
.banner .banner-heading{
    color: #c6d050;
    font-size: 50px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}
.banner .banner-heading i{
    font-size: 55px;
    margin-right: 15px;
}
.banner .banner-text{
    color: #2d2d2d;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: .7;
}
.banner .banner-inner-content .img-container{
    height: 350px;
    max-width: 350px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-84%, -50%);
}
.banner .banner-inner-content .img-container img{
    max-width: 100%;
}
.banner .banner-inner-content .web-btn{
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: translate(30%,50%);
}

.banner .count-down-date .content{
    padding: 20px;
    background-color: #fff;
}
.banner .count-down-date .content>div{
    display: inline-block;
    padding: 20px;
    width: 120px;
}
.banner .count-down-date .content .num{
    font-size: 55px;
    color: #2d2d2d;
    font-family:Poppins, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.banner .count-down-date .content .text{
    color: #2d2d2d;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

/* ===================================
     mini banner css
  ==================================== */
.mini-banner .banner-item{
    position: relative;
    overflow: hidden;
}
.mini-banner .banner-item .simple-overlay{
    position: absolute;
    background-color: #343a4057;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 20px #f8f9fa63;
}
.mini-banner .banner-item img{
    transition: .5s ease;
    width: 100%;
}
.mini-banner .banner-item:hover img{
    transform: scale(1.1);
}
.mini-banner .banner-item .simple-overlay .simple-overlay-content{
   height: 150px;
    width: 150px;
    background-color: #c8cbc6b5;
    color: #FFFFFF;
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 15px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.mini-banner .banner-item .simple-overlay .simple-overlay-content span{
    display: block;
    text-align: center;
    line-height: 1.2;
}
.mini-banner .overlay-banner{
   position: relative;
}
.mini-banner .overlay-banner .mini-banner-overlay{
    position: absolute;
    background-color: #343a4057;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 20px #f8f9fa63;
    padding: 30px;
}
.mini-banner .overlay-banner .mini-banner-overlay .sub-heading{
    font-family: 'ubunto', sans-serif;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    display: block;
    margin-bottom: 10px;
}
.mini-banner .overlay-banner .mini-banner-overlay .heading{
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.mini-banner .overlay-banner .mini-banner-overlay .web-trans-btn{
    color: #f8f9fa;
    border: solid 1px #f8f9fa;
}
.mini-banner .overlay-banner .mini-banner-overlay .web-trans-btn:hover{
    border: solid 1px #2d2d2d;
}

/* ===================================
      featured item css
  ==================================== */
.featured-items{}
.featured-items .heading-details .heading{
    margin-bottom: 25px;
}
.featured-items .featured-item-card{
    border: solid 1px #eee;
    padding: 20px;
    margin-top: 30px;
    transition: .5s ease;
}
.featured-items .featured-item-card:hover{
    border: solid 1px #c6d050;
    box-shadow: 1px 1px 15px #eee;
}
.featured-items .featured-item-card .item-img .item-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#39402640;
    opacity: 0;
    transition: .5s ease;
}
.featured-items .featured-item-card .item-img{
    overflow: hidden;
    position: relative;
}
.featured-items .featured-item-card:hover .item-img img{
    transform: scale(1.1);
}
.featured-items .featured-item-card:hover .item-img .item-overlay{
    opacity: 1;
}
.featured-items .featured-item-card .item-img img{
    width: 100%;
    transition: .5s ease;
}
.featured-items .featured-item-card .item-detail{
    display: block;
    padding: 15px 0;
    padding-bottom: 0;
}
.featured-items .featured-item-card .item-detail .item-cat{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: .8;
}
.featured-items .featured-item-card .item-detail .item-name{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: .5s ease;
    margin-bottom: 0;
}
.featured-items .featured-item-card:hover .item-detail .item-name{
    color: #c6d050;
}
.featured-items .featured-item-card .item-detail ul{
    padding-left: 0;
    margin-bottom: 0;
}
.featured-items .featured-item-card .item-detail ul li{
    list-style: none;
    display: inline-block;
}
.featured-items .featured-item-card .item-detail ul li i{
    color: #2d2d2d;
    opacity: .8;
}
.featured-items .featured-item-card .item-detail .item-price{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}
.featured-items .featured-item-card .item-detail .item-btns{
    display: block;
}
/*.featured-items .featured-item-card .item-detail .item-btns .btn-wish,.featured-items .featured-item-card .item-detail .item-btns .btn-view{*/
/*    opacity: 0;*/
/*}*/
/*.featured-items .featured-item-card .item-detail .item-btns:hover .btn-wish,.featured-items .featured-item-card .item-detail .item-btns:hover .btn-view{*/
/*    opacity: 1;*/
/*}*/
.featured-items .featured-item-card .item-detail .btn{
    display: inline-block;
}
.featured-items .featured-item-card .item-detail .web-trans-btn{
    padding:5px 20px;
}
.featured-items .featured-item-card .item-detail .btn i{
    font-size: 20px;
    padding-top: 2px;
}

/* ===================================
      deal Banner css
  ==================================== */
.deal-banner{position: relative}
.deal-banner .deal-img .price-tag{
    padding: 20px;
    background-color: #2125298c;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
}
.deal-banner .deal-img .price-tag .price{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-family:'Poppins', sans-serif;
}
.deal-banner .deal-img .price-tag .price span{
    font-size: 19px;
    display: block;
    margin-bottom: 7px;
}
.deal-banner .deal-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 30%;
    background-position: center;
    background-size: cover;
}
.deal-banner .deal-detail .heading-text{
    font-size: 66px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Dancing Script", cursive;
}
.deal-banner .deal-detail .item-name{
    font-size: 30px;
    font-weight: 500;
    color: #c6d050;
    margin-bottom: 10px;
    font-family: Poppins,sans-serif;
}
.deal-banner .deal-detail .item-des{
    font-size: 16px;
    font-weight: 300;
    color: #2d2d2d;
    opacity: .8;
    font-family: Poppins,sans-serif;
}

/* ===================================
      Best items css
  ==================================== */
.best-products{}
.best-products .best-products-carousel{}
.best-products .best-products-carousel .item{
    cursor: pointer;
}
.best-products .best-products-carousel .item .product{
    border: solid 1px #eee;
    padding: 15px;
}
.best-products .best-products-carousel .item:hover .product{
    border: solid 1px #c6d050;
}
.best-products .best-products-carousel .item .product .product-img{
    position: relative;
    overflow: hidden;
}
.best-products .best-products-carousel .item .product .product-img img{
    transition: .5s ease;
}
.best-products .best-products-carousel .item:hover .product .product-img img{
transform: rotate(10deg);
}
.best-products .best-products-carousel .item .product .product-img .overlay-img{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.42);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s ease;
}
.best-products .best-products-carousel .item:hover .product .product-img .overlay-img{
    opacity: 1;
}
.best-products .best-products-carousel .item .product .product-img .overlay-img .overlay-content{
    display: flex;
}
.best-products .best-products-carousel .item .product .product-img .overlay-img .overlay-content a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    text-decoration: none;
    padding-top: 2px;
}
.best-products .best-products-carousel .item .product .product-img .overlay-img .overlay-content a i{
    font-size: 20px;
    color: #fff;
}
.best-products .best-products-carousel .item .product .product-img .overlay-img .overlay-content a:hover{
    background-color: #c6d050;
}
.best-products .best-products-carousel .item .product .product-img .overlay-img .overlay-content a:hover i{
    color: #FFFFFF;
}
.best-products .best-products-carousel .item .product .product-img img{
    width: 100%;
}
.best-products .best-products-carousel .item .product .product-detail{
    padding:20px 10px;
    margin-top: 0;
}
.best-products .best-products-carousel .item .product .product-detail .product-name{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2d2d2d;
    display: block;
    margin-bottom: 8px;
    transition: .5s ease;
}
.best-products .best-products-carousel .item:hover .product .product-detail .product-name{
    color: #c6d050;
}
.best-products .best-products-carousel .item .product .product-detail .product-cat{
    font-family: Poppins,sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #2d2d2d;
    opacity: .8;
    display: block;
    margin-bottom: 8px;
}
.best-products .best-products-carousel .item .product .product-detail .reviews{
    margin-bottom: 0;
    padding-left: 0;
    display: block;
}
.best-products .best-products-carousel .item .product .product-detail .reviews li{
    display: inline-block;
    list-style: none;
}
.best-products .best-products-carousel .item .product .product-detail .reviews li i{
    font-size: 18px;
    color: #2d2d2d;
}
.best-products .best-products-carousel .item .product .product-detail .fly-line{
   height: 2px;
    width: 20%;
    margin: auto;
    margin-bottom: 8px;
    display: block;
    background-color: #EEEEEE;
}

/* ===================================
      Blog css
  ==================================== */
.blog-sec{
}
.blog-sec .blog-card{}
.blog-sec .blog-card .blog-img{
    margin-bottom: 10px;
    position: relative;
}
.blog-sec .blog-card .blog-img img{
    width: 100%;
}
.blog-sec .blog-card .blog-img .blog-overlay{
    position: absolute;
    border: solid 2px #ffffffa6;
    left: 3%;
    right: 3%;
    bottom: 5%;
    top: 5%;
}
.blog-sec .blog-card .blog-content{
    padding: 20px 0;
    padding-bottom: 30px;
}
.blog-sec .blog-card .blog-title{
    font-size: 22px;
    color: #2d2d2d;
    font-family: Poppins, sans-serif;
    margin-bottom: 8px;
}
.blog-sec .blog-card .blog-tags{
    color: #2d2d2d;
    font-weight: 300;
    opacity: .8;
    font-family: Poppins, sans-serif;
    margin-bottom: 8px;
    font-size: 14px;
}
.blog-sec .blog-card .blog-tags a{
    color: #2d2d2d;
    font-weight: 600;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.blog-sec .blog-card .text{
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    opacity: .8;
}
.blog-sec .blog-btn{
    padding-top: 80px;
}
/* ===================================
      testimonial section css
====================================== */
.testimonial-sec{
    position: relative;
    background-color: #eee;
}
.testimonial-sec #test-header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.testimonial-sec #test-header path{
    fill: #FFFFFF;
}
.testimonial-sec #test-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonial-sec #test-footer path{
    fill: #FFFFFF;
}
.testimonial-sec #test-footer{}
.testimonial-sec .heading-details span{
    display: block;
    width: 6%;
    background-color: #2d2d2d;
    height: 3px;
    margin: 10px auto;
}
.testimonial-sec .testimonial-review .review-image{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 9px 10px 10px;
    border: solid 1px #c6d050;

}
.testimonial-sec .testimonial-review .review-image img{
    border-radius: 50%;
    width: 100%;
}
.testimonial-sec .testimonial-review .review-detail .test-heading{
    color: #2d2d2d;
    font-size: 28px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.testimonial-sec .testimonial-review .review-detail .text-des{
    color: #2d2d2d;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    opacity: .8;
    font-weight: 300;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review{
    padding-left: 0;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li{
    list-style: none;
    display: inline-block;
}
.testimonial-sec .testimonial-review .review-detail ul.test-review li i{
    font-size: 20px;
    color: #f0cb3d;
}
.testimonial-sec .testimonial-review{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.testimonial-sec .testimonial-review .client-info .client-name{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c6d050;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    font-style: italic;
}
.testimonial-sec .testimonial-review .client-info .client-designation{
    color: #888;
    font-size: 16px;
    display: inline-block;
    margin-left: 0;
    font-style: italic;
}
.testimonial-sec .container{
    position: relative;
}
.testimonial-sec .test-btn{
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    color: #2d2d2d;
    font-size: 32px;
    cursor: pointer;
    transition: .5s ease;
}
.testimonial-sec .test-btn#customNextBtn{
    right: -30px;
}
.testimonial-sec .test-btn#customPrevBtn{
    left: -30px;
}
.testimonial-sec .test-btn:hover{
    color: #c6d050 !important;
}

/* ===================================
      newsletter css
  ==================================== */
.newsletter{
    background-color: #c6d050;
    padding: 60px 0 50px 0;
}
.newsletter .newsletter-heading{
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.newsletter .newsletter-text{
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.newsletter .newsletter-heading i{
    font-size: 36px;
    margin-right: 8px;
}
.newsletter form input{
    padding: 25px;
    font-size: 16px;
}
.news-btn{
    color: #fff;
    border: solid 1px #fff;
    padding: 8px 25px;
    transition: .5s ease;
    background-color: transparent;
    /*display: inline-block;*/
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-btn:hover{
    color: #2d2d2d;
    background-color: #FFFFFF;
    border: solid 1px #fff;
}
/* ===================================
      Kenalan Yuk css
  ==================================== */
.about-sec #test-header{
    position: absolute;
    left: 0;
    right: 0;
    top: 1;
    transform: rotate(180deg);
}
.about-sec #test-header path{
    fill: #FFFF00;
}
.about-sec #test-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1;
}
.about-sec #test-footer path{
    fill: #FFFF00;
}

.about-sec{
    /* position: relative;
    background-color: #eee; */
}
.about-sec .services-area{
    margin-top: 50px;
}
.about-sec .services .service-card:hover .image-holder i{
    color: #c6d050;
    transition: .5s ease;
    cursor: pointer;
}
.about-sec .services .service-card .image-holder{
    height: 100px;
    width: 100px;
    margin: auto;
    margin-bottom: 15px;
}
.about-sec .services .service-card .image-holder i{
    font-size: 100px;
}
.about-sec .services .service-card .service-heading{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2d2d2d;
    font-size: 24px;
    margin-bottom: 8px;
    transition: .5s ease;
}
.about-sec .services .service-card:hover .service-heading{
    color: #c6d050;
}
/* ===================================
      brand  css
====================================== */
.brand-sec .container{
    /*border-top: dotted 3px #eee;*/
    padding-top: 120px;
}
.brand-sec .sponser-tags{
    padding-bottom: 120px;
    /*border-bottom: dashed 2px #e1e1e1;*/
}
.brand-sec .brand-img img{
    cursor: pointer;
    width: 60%;
}

/* ===================================
        map sec
====================================== */
.google-map{
    min-height: 400px;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 24px;
    margin: 0 10px 0 0;
    color: #2d2d2d;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#c6d050;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
    opacity: .8;
    font-weight: 300;
}
.company-about a{
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 600;

}

/* ===================================
    Team Section
====================================== */

.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    margin: 25px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    max-width: 550px;
    margin: auto;
}

.team .owl-item .item{
    transition: .5s ease;
}

.team .owl-item.center .item{
    margin-top: 100px;
}

.team .slider-social{
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}

.team .slider-social li{
    list-style: none;
    display: inline-block;
}

.team .slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-sec .speakers-detail{
    margin-bottom: 50px;
}

.team-sec .image-holder{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.team-sec .image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.team-sec .image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: rgba(1, 159, 154, .8);
}

.team-sec .team-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}

.team-sec .team-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-sec .team-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}

.team .owl-item.center .item .speaker-name{
    color: #d43030;
}

.team-sec .speaker-name{
    font-size: 22px;
    margin-top: 18px;
    color: #202020;
    font-weight: normal;
    -o-transition: .8s ease;
    transition: .5s ease all;
    -webkit-transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.team-sec .speaker-detail{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    margin-bottom: 0;
}

.team-sec .speaker-links{
    position: relative;
}

.team-sec .speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.team-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.team-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}

.team-sec .team-info .image-holder .overlay .speaker-links:hover ul li a{
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/*icon hovers*/
.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}

.speaker-links>ul li:first-child {
    margin-left: 0;
}

.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.trainer-sec .image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(3) a,.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(2) a{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.team-sec .image-holder .overlay .speaker-links>ul li a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links>ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}

.speaker-links>ul li a:hover i.fa-twitter {
    color: #00acee;
}

.speaker-links>ul li a:hover i.fa-linkedin-in {
    color: #0e76a8;
}

.speaker-links>ul li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Team Boxes */
.team-sec .services-boxes{
    display: block;
    padding: 45px;
}

.service-card .text {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.team-sec .services-boxes .image-holder {
    padding-bottom: 120px;
}

.team-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.team-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.team-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#d43030), color-stop(50%, #d43030), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #d43030, #d43030 50%, #000000 50%);
}

.team-sec .services-boxes .service-card:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.team-sec .services-boxes .service-card.right:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.team-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.team-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}

.team-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.team-sec .services-boxes .service-card.right{
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.team-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.team-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}

/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #c6d050;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #c6d050; }



/* ===================================
    Background images
====================================== */

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c6d050;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

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

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

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

}

/* ===================================
   Other Page
====================================== */

/***********************************/
/****product listing page css*******/
/***********************************/

/*Product Sticky ASideBar*/
.product-filter-nav {
    position: -webkit-sticky;
    position: sticky;
    top: -10px;
    padding-top:30%;
    padding-right: 14%;
    padding-left: 0;
    padding-bottom: 0;
}

.product-listing .product-filter-nav .filter-heading{
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2d2d2d;
}

.product-listing .product-filter-nav .product-category ul{
    padding-left: 0 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-listing .product-filter-nav .product-category ul li{
    list-style: none;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.product-listing .product-filter-nav .product-category ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #2d2d2d;
    opacity: .8;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.product-listing .product-filter-nav .product-category ul li span{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.product-listing .product-filter-nav .product-category ul li:hover a{
    color: #03a9f5;
}
.product-listing .product-filter-nav .product-category ul li:hover span{
    color: #03a9f5;
}
.product-listing .product-filter-nav .product-price #slider-range{
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-listing .product-filter-nav .product-price .price-num{
    font-size: 14px;
    font-family: Poppins, "sans-serif";
    font-weight: normal;
    margin-bottom: 15px;
}
.product-listing .product-filter-nav .product-price .price-num #min-p,.product-section-body .product-filter-nav .product-price .price-num #max-p{
    color: #03a9f5;
    font-family: Poppins, "sans-serif";
    font-weight: normal;
}

.product-listing .product-filter-nav .product-add img{
    height: 100%;
    width: 100%;
}
.product-listing .product-filter-nav button {
    padding: 10px 25px;
    margin-bottom: 8px;
    margin-top: -8px;
    letter-spacing: 0.1rem;
}

.product-listing .product-filter-nav .R-rite {
    margin-top: 10px;
}
.product-listing .product-filter-nav .R-rite p {
    font-size: 10px;
}
.product-listing .product-filter-nav .R-rite p a{
    color: black;
}

.product-listing-heading{
    padding-top: 100px;
}

.product-listing-heading .heading{
    font-family: Poppins, "sans-serif";
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 15px;
}

.product-listing-heading .para_text{
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: normal;
}

/*Product Listing Product*/


/***********************************/
/*****product-detail page css*******/
/***********************************/

.about_content{
    overflow: hidden;
}
.product-body .breadcrumb{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '|';
}

.product-body .breadcrumb .breadcrumb-item a{
    color: #2d2d2d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}
.product-body .pro-detail-sec .pro-heading{
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.product-detail{
    margin-top: 50px;
}
.product-body .product-list .product-item .p-item-img{
    position: relative;
}
.product-body .product-list .product-item .p-item-img img{
    height: 100%;
    width: 100%;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay{
    position: absolute;
    background-color: #2d2d2d80;
    top:0;
    bottom: 0;
    left:15px;
    right: 15px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    cursor: pointer;
    opacity: 0;
}
.product-body .product-list .product-item:hover .p-item-img .p-item-overlay{
    opacity: 1;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .btn{
    padding: 4px 15px 3px 15px;
    font-size: 10px;
    border: solid 1px transparent;
    display: block;
}
.product-body .product-list .product-item .p-item-img .p-item-overlay .q-btn{
    background-color: #03a9f5;
    padding: 4px 20px 3px 20px;
    color: #FFFFFF;
    margin-bottom: 3px;

}
.product-body .product-list .product-item .p-item-name{
    font-size: 14px;
    color: #2d2d2d;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 8px;
}
.product-body .product-list .product-item .p-item-price{
    font-size: 16px;
    color: #03a9f5;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-align: center;
}

.product-section-body .product-body .p-featured-footer p{
    font-size: 16px;
    color: #2d2d2d;
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
}
.product-section-body .product-body .p-featured-footer .terms h4{
    font-size: 18px;
    color: #2d2d2d;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.product-section-body .product-body .p-featured-footer .terms p{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.5px;
    color: #2d2d2d;
}


/*Product Detail*/

.product-detail-slider img{
    width: 100%;
}

.product-slider .swiper-slide img {
    height: auto;
}

.product-body .product-list .product-single-price {
    margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4{
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #d9d9d9;
    margin-bottom: 10px;
}

.product-body .product-list .product-single-price h4 .real-price{
    color: #c6d050;
}

.pro-description{
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #2d2d2d;
}

.product-body .product-detail .product-checklist{
    margin-top: 20px;
}

.product-body .product-detail .product-checklist ul{
    padding-left: 0;
    margin-bottom: 20px;
}
.product-body .product-detail .product-checklist ul li{
    list-style: none;
    color: #2d2d2d;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.product-body .product-detail .product-checklist ul li i{
    color: #c6d050;
}
.product-body .product-list .product-detail .product-single-price{
    margin-top: 20px;
}

.product-body .product-list  .product-quantity .qty .our-btn {
    position: relative;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item p{
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #2d2d2d;
    font-weight: normal;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a{
    color: #c6d050;
    font-size: 12px;
    font-family: Poppins, sans-serif;
}

.comma-separtor{
    color: #c6d050;
    margin-left: 3px;
    margin-right: 3px;
}

.product-body .product-list  .share-product-details .share-product-icons{
    padding: 0;
}


.product-body .product-list  .share-product-details .share-product-icons li p{
    color: #2d2d2d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.product-body .product-list  .share-product-details .share-product-icons li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;

}
.product-body .product-list  .share-product-details .share-product-icons li a{
    color: #2d2d2d;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 27px;
    border: 1px solid transparent;
    transition: .8s ease;
}

.product-body .product-list  .share-product-details .share-product-icons li a:hover{
    color: #FFFFFF;
    background-color: #c6d050;
}
.about_content .best-products .heading-details{
    padding-top: 80px;
    padding-bottom: 30px;
}
.about_content .best-products .heading-details .heading{
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 500;
}
.product-body .web-btn{
    padding: 4px 25px;
    font-size: 14px;
}

/*nav tabs*/

.product-all-details{
    margin-top: 50px;
}

.nav-tabs {
    border: none;
    background-color: #eceff6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #c6d050;
    /*border-color: none;*/
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-left: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}
.nav-tabs .nav-item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #FFFFFF;
    margin-bottom: 0px;
}

.nav-tabs .nav-item:first-child{
    border-right: none;
}

.nav-tabs .nav-link {
    text-align: center;
    border: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #8b8d96;
}

.tab-content{
    border-left: .5px solid #eceff6;
    border-right: .5px solid #eceff6;
    border-bottom: .5px solid #eceff6;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.table td, .table th {
    padding: .5rem;
}

.tab-content .reviews .media{
    margin-bottom: 15px;
}


.user-rating{
    padding: 0px;
    margin: 0px;
}

.user-rating li{
    display: inline-block;
    list-style: none;
}
.tab-content .reviews .media .user-rating li a {
    color: #f5c136;
}


.tab-content .reviews .media .media-body{
    border-left: 1px solid #eceff6;
    padding-left: 25px;
    padding-right: 25px;
    /*margin-left: -45px;*/
}

.tab-content .reviews .media .media-body span{
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: lightgrey;
    font-weight: lighter;

}

/*form*/
.tab-content .text-nowrap{
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

textarea{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:focus{
    outline: none!important;
    border: 1px solid #ececec;
}

/*Cart Number*/
.input_plus_mins .qty .count {
    color: #c6d050;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 2px ;
    min-width: 35px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.input_plus_mins .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #c6d050;
    width: 26px;
    height: 26px;
    text-align: center;
    border: solid 1px #c6d050;
    /*border-radius: 50%;*/
    position: relative;
    transition: .5s ease;
}

.input_plus_mins .qty .plus i{
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 14px;

}

.input_plus_mins .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: #c6d050;
    width: 26px;
    height: 26px;
    text-align: center;
    /*border-radius: 50%;*/
    border: solid 1px #c6d050;
    background-clip: padding-box;
    position: relative;
    transition: .5s ease;
}
.input_plus_mins .qty .minus i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 14px;
}

/*.input_plus_mins div {*/
/*    text-align: center;*/
/*}*/
.input_plus_mins .minus:hover{
    background-color: #2d2d2d;
    color: #FFFFFF;
}
.input_plus_mins .plus:hover{
    background-color: #2d2d2d;
    color: #FFFFFF;
}
/*Prevent text selection*/
.input_plus_mins span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input_plus_mins input{
    border: 0;
    width: 2%;
}
.input_plus_mins nput::-webkit-outer-spin-button,
.input_plus_mins input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input_plus_mins input:disabled{
    background-color:white;
}


/*SWIPER SLIDER CODE*/
.wrapper{
    max-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.product-detail-slider .swiper-slide{
    width: 96%;
}
.product-detail-slider .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.Thumbs{
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}
.Thumbs .swiper-slide {
    opacity: 0.4;
}
.Thumbs .swiper-slide-active {
    opacity: 1;
}

.remove-margins{
    margin: 0;
}



/**********************************/
/******* START Shop Cart PAGE *****/
/***********************************/
/*Shop Cart*/

.about_content h1{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}


/*CART TABLE*/

.cart_table table {
    margin-bottom: 0;
}

.darkcolor{
    color:#2d2d2d;
    font-weight: normal;
    font-family: Poppins, "sans-serif";
}

.border-radius {
    border-radius: 10px;
}

.border-radius-50 {
    border-radius: 50px;
}
.classic-border{
    border: 2px solid #fff;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
}

.cart_table .table-responsive thead tr>th {
    padding: 15px 20px;
    border-bottom-width: 1px;
    font-family: Poppins, sans-serif;
    font-weight:bold;
}

.cart_table .table-responsive tbody tr>td {
    vertical-align: middle;
    padding: 20px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
    background-color: #c6d050;
    margin-bottom: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cart_table .product-des{
    color: #2d2d2d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.cart_table .amount{
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #2d2d2d;
    margin-bottom: 0;
}

.cart_table .quote input{
    margin: 0;
    width: 140px;
}


.cart_table .btn-close i {
    display: inline-block;
    color: #2d2d2d;
    font-size: 20px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.cart_table .btn-close:hover i{
    color: #c6d050;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

.cart_table .shopping-product>img {
    width: 100%;
}

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: #24cdd5;
}

.apply_coupon {
    border: .5px solid #dee2e6;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon>form input {
    height: 42px;
    margin-bottom: 0;
    margin-right: 5px;
}

.apply_coupon .coupon>form .form-group>input {
    width: 100%;
}


.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
}

.totals .table-responsive tr>td {
    border: none;
    padding: 17px 10px;
}

.totals form.findus .form-control {
    margin-bottom: 15px;
    padding-left: 15px;
    border-color: #a5a5a5;
}
.cart-total tbody tr td{
    width: 100% !important;
}
.totals form.findus .select:after{
    color: #A5A5A5;
}

form.findus .form-control, form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.findus a{
    background: #862359;
}

.findus a:hover, .findus a:active , .findus a:focus {
    color: #FFFFFF;
}

.shop-cart .calculate-shipping{
    padding: 20px;
    border: .5px solid #dee2e6;
}
.shop-cart .calculate-shipping h4{
    font-size: 24px;
    margin-bottom: 16px;
}
.shop-cart .calculate-shipping form input{
    padding: 8px;
}
.shop-cart .calculate-shipping form select{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    margin-bottom: 0;
    border: 0;
    padding: 12px 15px;
    -webkit-appearance: none;
}
.shop-cart .calculate-shipping form .form-control {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.5rem .75rem;
    position: relative;
    font-size: 16px;
    color: #9c9c9c;
    border: 1px solid #d1d1d1;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.shop-cart .calculate-shipping form .select:after {
    content: "\EA45";
    font-family: LineIcons;
    color: #3e3e3e;
    font-size: 14px;
    padding: 9px 8px;
    position: absolute;
    right: 0;
    top: 4px;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-cart .calculate-shipping form input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-family: Poppins, sans-serif;
    font-weight: 100;
}

.shop-cart .calculate-shipping form input::-moz-placeholder {
    color: #9c9c9c;
    font-family: Poppins, sans-serif;
    font-weight: 100;
}

.shop-cart .calculate-shipping form input:-ms-input-placeholder {
    color: #9c9c9c;
    font-family: Poppins, sans-serif;
    font-weight: 100;
}

.shop-cart .calculate-shipping form input::-ms-input-placeholder {
    color: #9c9c9c;
    font-family: Poppins, sans-serif;
    font-weight: 100;
}

.shop-cart .calculate-shipping form input::placeholder {
    color: #9c9c9c;
    font-family: Poppins, sans-serif;
    font-weight: 100;
}
.shop-cart .card-total{
    padding: 20px;
    border:.5px solid #dee2e6;
}
.shop-cart .card-total h4{
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Poppins, "sans-serif";
    color: #2d2d2d;
}
.shop-cart .card-total table tr{
    margin-bottom: 1rem;
}

.shop-cart .card-total table tr td ul{
    margin-bottom: 0px;
}
.shop-cart .card-total table tr td{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: solid 1px transparent;
    padding-bottom: 17.5px;
    padding-left: 0;
}
.shop-cart .card-total table tr td:first-child{
    font-size: 14px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #2d2d2d;
}
.shop-cart .card-total table tr td ul li{
    list-style: none;
}

.shop-cart .card-total .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #62ab00;
    background-color: #62ab00;
}




/***********************************/
/*********Contact section***********/
/***********************************/


/* .contact-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.contact-sec .contact-description{
    padding: 20px;
}
.contact-sec .contact-detail .ex-detail{
    margin-bottom: 15px;
}
.contact-sec .contact-detail .ex-detail .fly-text{
    color: #c6d050;
    left: -49px;
    font-size: 14px;
    font-family: Poppins, "sans-serif";
    margin-bottom: 8px;
}
.contact-sec .contact-detail .small-text{
    margin-bottom: 40px;
    width: 95%;
    color: #2d2d2d;
    opacity: .8;
    font-weight: 300;
    font-size: 16px;
}

.contact-sec .contact-detail .location-details h4{
    margin-bottom: 20px;
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.contact-sec .contact-detail .location-details ul{
    padding-left: 0;
}
.contact-sec .contact-detail .location-details ul li{
    list-style: none;
    margin-bottom: 12px;
    position: relative;
}
.contact-sec .contact-detail .location-details ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 300;
    text-decoration: none;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-sec .contact-detail .location-details ul li i{
    font-size: 20px;
    margin-right: 5px;
    color: #2d2d2d;
    position: absolute;
    top: 2px;
    left: 0;
} */
/*contact us form*/
/* .contact-sec .contact-box{ */
    /* padding: 20px; */
    /* -webkit-box-shadow: 1px 1px 8px #dddddd; */
    /* box-shadow: 1px 1px 8px #dddddd; */
    /*border:solid .5px #dddddd;*/
    /* border-radius: 10px; */
/* } */
/* .contact-sec .contact-box .small-heading{
    font-size: 24px;
    font-family: Poppins, "sans-serif";
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-sec .contact-box .small-text{
    font-family: Poppins, "sans-serif";
    margin-bottom: 25px;
}
.contact-sec .contact-form .my-form{
    position: relative;
}
.contact-sec .contact-form .my-form .form-control{
    border: 1px solid #cbcbcb;
}
.contact-sec .contact-form .my-form input{
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.contact-sec .contact-form .my-form input[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.contact-sec .contact-form .my-form textarea{
    border-radius: 10px;
    padding: 20px;
}
.contact-sec .contact-form .my-form textarea[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.contact-sec .contact-form .user-contact{
    margin-top: 30px;
}
.display-error{
    position: absolute;
    top:-45px;
    left:15px;
    right: 15px;
}
.contact-page .contact-list li:nth-child(2),.contact-page .contact-list li:nth-child(3){
    display: inline-block;
}
.contact-page .contact-list li:nth-child(2){
    margin-right: 8px;
}
.contact-page .contact-list li:nth-child(even){
    margin-bottom: 0px !important;
} */

/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:550px;
    position: relative;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(254, 255, 255, 0);
}
.slider-sec .overlay .slide-contain{
    margin-top: 13%;
}
.slider-sec .overlay h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #2d2d2d;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #2d2d2d;
}
.crumbs .breadcrumb li a{
    color: #2d2d2d;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #c6d050;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #c6d050;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #c6d050;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #2d2d2d;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
}

.standalone-detail .para_text{
    color: #2d2d2d;
    font-weight: 500;
    font-family: Montserrat , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area{
    padding-bottom: 120px;
}
.standalone-detail{
    /*padding-top: 120px;*/
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    color: #2d2d2d;
    font-weight: 300;
    opacity: .8;
}

/* ===================================
     Testimonial
====================================== */
.testimonial-heading{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
}

.testi-des{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.testimo-text{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #c6d050;
    font-weight: bold;
}

.testi-box .testimonial-round>img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.testi-box .testimonial-round,
.testi-box .testimonial-round>img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round>img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #fde428;
}

.testimonial-round>img {
    pointer-events: none;
}
.testi-text{
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #535353;
}
.testi-text p{
    width: 84%;
    padding: 30px 0;
}
#testimonial-slider:after{
    content: '\f10e';
    right: 0;
    top: 80%;
}
#testimonial-slider:before{
    content: '\f10d';
    left: 0;
    top: 50%;
}
#testimonial-slider:after,
#testimonial-slider:before{
    position: absolute;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    transform: translateY(-50%);
    color: #c6d050;
    font-size: 70px;
    z-index: -1;
}
#testimonial-slider .owl-dots{
    margin-top: 1rem;
    text-align: center;
}

#testimonial-slider .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    margin: 3px;
}
#testimonial-slider .owl-dot span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: inherit;
    transition: 0.3s all ease-out;
    transform: translate(-50%,-50%) scale(0);
    background: #c6d050;
}

#testimonial-slider .owl-dot.active span {
    transform: translate(-50%,-50%) scale(1);
}

/****************FEATURES SECTION STAR*************/
#services{
    padding-bottom: 125px;
}

.main-heading{
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;

}

.sub-heading{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    opacity: 0.8;
}

.feature-icon{
    background-image: -o-linear-gradient( 315deg, rgb(122 162 8 / 50%) 0%, rgb(122, 162, 8) 100%);
    background-image: linear-gradient( 135deg, rgb(122 162 8 / 50%) 0%, rgb(122, 162, 8) 100%);
    padding: 10px;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(122, 162, 8);
    box-shadow: 1px 1px 10px rgb(122, 162, 8);
}

.media-element .line{
    background-image: -o-linear-gradient( 315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    background-image: linear-gradient( 135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    height: 6px;
    width: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    opacity: 0;
}

.media-element:hover .line{
    opacity: 1;
    width: 92%;
}

.media-element .media{
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 20px 18px 20px 18px;
    border: 1px solid transparent;
    cursor: pointer;
}

.media-element .media:hover{
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 10px #f6f6;
    box-shadow: 1px 1px 10px #f6f6;
}

/******************SECREENSHOTS SECTION START***************/
#screenshots{
    margin-bottom: 125px;
}

.margin-heading{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px
}

.app-feature{
    -webkit-box-shadow: 1px 1px 10px#e1e1e1;
    box-shadow: 1px 1px 10px#e1e1e1;
    text-align: right;
    margin-bottom: 5rem;
    padding: 17px 20px 17px 20px;
    cursor: pointer;
}

.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i {
    font-size: 38px;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    margin: 0 auto;
    display: inline-block;
}

#app-slider{
    position: absolute;
    top: 65px;
    width: 235px;
    left: 58px;
    height: 420px;
}

.title-app{
    font-size: 1.5rem;
    line-height: 1.2;
}

.desc-app{
    font-size: 15px;
    font-weight: normal;
}

/* ===================================
    Workshop Section Start
====================================== */
.workshop-section{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .workshop-section .heading{
    text-align: center;
    margin-bottom: 50px;
  }
  
  .workshop-section .card{
    border: 1px solid transparent;
    border-radius: 16px;
    overflow:hidden;
    cursor: pointer;
  }
  
  .workshop-section .card .date{
    color: #89980a;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .workshop-section .card .card-body .heading{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
  }
  .workshop-section .card .card-body .text{
    font-size: 16px;
    color: #9fa4af;
  }
  .workshop-section .card.active{
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
  }
  .workshop-section .card .card-body .organizer .img, .name{
    display: inline-block;
  
  }
  .workshop-section .card .card-body .organizer .img img{
     transform: scale(1);
  }
  .workshop-section .card .card-body .organizer .name .text{
    font-size: 15px;
    color: #dc3900;
    font-weight: 400;
    font-style: italic;
  }
  .workshop-section .card img{
    transition: all 0.5s;
  }
  .workshop-section .card:hover img{
    transform: scale(1.1);
    transition: all 0.5s ;
  }

/* ===================================
    Events Section
====================================== */
.kunjungi-lita-section{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  /*Row-1*/
  .kunjungi-lita-section .row-1 .img-section img{
    border: 11px solid #f6f6f6;
    position: relative;
    z-index: 1;
  }
  .kunjungi-lita-section .row-1 .img-section .rectangle{
    background-color: #89980a;
    width: 560px;
    height: 290px;
    left: 40px;
    top: 160px;
    position: absolute;
  }
  .kunjungi-lita-section .row-1 .text-section{
    padding-top: 2rem;
  }
  .kunjungi-lita-section .row-1 .text-section .heading{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .kunjungi-lita-section .row-1 .text-section .subheading{
    color: #494949;
    font-size: 20px;
  }
  
  /*Row-2*/
  .kunjungi-lita-section .row-2{
    margin-top: 160px;
  }
  .kunjungi-lita-section .circular-wrap .circle{
    position: relative;
    max-width: 210px;
    display: inline-block;
  }
  
  .kunjungi-lita-section .circular-wrap .circle .counter-num {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .kunjungi-lita-section .circular-wrap .circle .counter-num {
    color: #505050;
    font-size: 1.875rem;
    font-weight: 300;
  }
  
  .kunjungi-lita-section .circular-wrap h5.text{
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    margin-top: 30px;
    line-height: 25px;
  }

  .btn.green-btn{
    background: #7aa208;
    border-color: #7aa208;
  }
  .btn {
    z-index: 2;
    letter-spacing: .5px;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    position: absolute;
    line-height: inherit;
    display: inline-block;
    color: #fefefe;
    border: 2px solid transparent;
    text-transform: capitalize;
    transition: all .5s ease !important;
  }
  
  .btn.button {
    font-size: 15px !important;
    font-weight: 500;
    color: #fefefe;
    padding: 9px 30px !important;
    line-height: 1.8em !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-family: 'Roboto', sans-serif;
  }
  
  .btn.btn-rounded {
    border-radius: 50px;
  }
  .btn.btn-medium{
    font-size: 16px;
    padding: 12px 40px;
    line-height: 1.6em;
  }

  /* ===================================
    Contact Section
====================================== */
.contact-form .form-control {
    border: 1px solid #888888;
    padding: 27px 22px;
    background: #ffffff;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    min-height: 45px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 216px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1){
    margin-bottom: 0;
}

.contact-detail{
    position: relative;
    width: 100%;
    padding:0 30px;
}

.contact-dots{
    height: 430px;
    width: 490px;
    position: absolute;
    top: -11px;
    left: 13px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

audio, video, canvas {
    max-width: 100%;
}

.contact-sec .contact-details{
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 45px;
}

.contact-sec .contact-details ul li{
    color: #000000;
    list-style: none;
    margin-bottom: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 36px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #000000;
}

.contact_btn{
    font-weight: 600;
}

.contact-text{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000000;
}

.contact-heading{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
}

.contact-heading-2{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
}

/* ===================================
    Media Queries
   ====================================== */
@media (max-width: 1200px){
    /*Events Section*/
    .kunjungi-lita-section .row-1 .img-section .rectangle{
        width: 450px;
        height: 300px;
        left: 50px;
        top: 75px;
    }
    .kunjungi-lita-section .row-1 .text-section{
        padding-top: 0;
    }
}

@media (max-width: 992px){
    .workshop-section .card.active{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* kunjungi-lita section */
    .kunjungi-lita-section .row-1 .img-section img{
        width: 100%;
    }
    .kunjungi-lita-section .row-1 .img-section .rectangle{
        width: 592px;
        height: 400px;
        left: 135px;
        top: 142px;
    }
    .kunjungi-lita-section .row-1 .text-section{
        padding-top: 6rem;
    }
    .kunjungi-lita-section .row-1 .text-section{
        text-align: center;
    }
    .kunjungi-lita-section .row-1 .text-section .button-center{
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    #testimonial-slider:after, #testimonial-slider:before{
        font-size: 44px;
    }

    /* contact */
    .contact-dots {
        display: none;
    }
    .contact-sec .contact-details ul li{
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
        text-align: center;
    }
    .contact-sec .contact-details ul li:first-child{
        width: auto;
    }
    .contact-heading-2{
        text-align: center;
    }
    .contact-text{
        font-size: 16px;
        text-align: center;
    }
    .contact-heading {
        font-size: 40px;
        text-align: center;
    }
}

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

}

@media screen and (max-width:991px){
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

}

@media (max-width: 370px){ 
    .kunjungi-lita-section .row-1 .img-section .rectangle{
        left: 30px;
        top: 33px;
    }
}

@media screen and (max-width:767px){
    .heading-area {
        text-align: center;
    }
    .heading-area .sub-heading {
        font-size: 16px;
    }
    .heading-area .heading {
        font-size: 26px;
    }
    .heading-area .text {
        font-size: 16px;
    }

    /* contact */
    .contact-sec .contact-details {
        margin-left: 0;
    }
    .contact-heading-2 {
        font-size: 30px;
    }
    .contact-text {
        font-size: 15px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: auto;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 45px;
    }
    .contact-sec .contact-details ul li i {
        display: block;
        margin-bottom: 20px;
    }
    .ml-2{
        margin-left: 0!important;
    }
    .contact-heading {
        font-size: 34px;
    }
    /*Events Section*/
    .kunjungi-lita-section .row-1 .img-section .rectangle{
        width: 325px;
        height: 228px;
        left: 44px;
        top: 43px;
    }

    #testimonial-slider:after, #testimonial-slider:before{
        display: none;
    }

    .header-appear .navbar-simple .fixed-nav-items {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-appear .fixed-nav-items img{
        width: 50%;
    }

    .sidemenu_btn {
        right: auto;
        left: 20px;
        top: 20px;
    }
    .header-appear .sidemenu_btn {
        top:24px;
    }
    .shop-card-window {
        width: 100%;
    }
    .search-box-window {
        width: 100%;
    }
    .side-menu {
        width: 100%;
    }
    /*mini services*/
    .mini-services .mini-s {
        border-right: solid 1px rgba(88, 180, 51, 0.05);
        margin-bottom: 40px;
    }
    .mini-services .mini-s:last-child {
        margin-bottom: 0;
    }
    /*banner*/
    .banner .banner-inner-content{
        margin-top: 150px;
    }
    .banner .banner-inner-content .img-container {
        left: 50%;
        top: 0;
        transform: translate(-50%, -18%);
    }
    .banner .banner-inner-content .web-btn {
        bottom: 0;
        right: 50%;
        transform: translate(50%, 50%);
    }
    .banner .count-down-date .content>div {
        padding: 10px;
    }
    .banner .count-down-date .content .num {
        font-size: 32px;
    }
    .banner .count-down-date .content .text {
        font-size: 13px;
    }
    .banner .count-down-date .content {
        padding-bottom: 40px;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    .banner .banner-heading i {
        display: block;
    }
    /*testimonial*/
    .testimonial-sec .test-btn {
        display: none;
    }
    /*newsletter*/
    .newsletter .newsletter-text {
        margin-bottom: 20px;
    }
    .news-btn {
        padding: 8px 15px;
    }
    /***********************************/
    /**********about page css***********/
    /***********************************/
    .about-sec .services-area .services{
        margin-bottom: 50px;
    }
    .about-sec .services-area .services:last-child{
        margin-bottom: 0;
    }
    /***********************************/
    /*****Product listing page css******/
    /***********************************/
    .product-filter-nav {

         padding-top: 0;
        /* padding-right: 14%; */
        /* background-color: #eee; */
        /* padding: 18px; */
        /* padding-left: 20px; */
        padding-bottom: 0;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading{
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-area {
        /*padding-bottom: 0;*/
    }

}

/*======================
       keyframes
=======================*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
        box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
        box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
        box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(221, 75, 57, 0.1);
        box-shadow: 0 0 0 20px rgba(221, 75, 57, 0.1);
    }
}
@-o-keyframes itg_pulse_blue {
    0% {
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
        box-shadow: 0 0 0 5px rgba(100, 121, 191, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
        box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
        box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 121, 191, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 121, 191, 0.1);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');*/

/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/



button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/* fixed navbar */
.fix-top{
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
    -webkit-animation-name: animationFade;
  animation-name: animationFade;
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-box-shadow: 1px 1px 15px #e1e1e1;
  box-shadow: 1px 1px 15px #e1e1e1;
}

.fix-top #site-navigation{
  height: 6rem;
}

.fix-top #site-navigation ul{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

#buddy{
  overflow: hidden !important;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.btn{
  padding: 20px 40px;
  border-radius: 9999px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  position: relative;
  align-items: center;
  line-height: 30px;
  justify-content: center;
}

.btn-sm{
  padding: 10px 30px;
  border-radius: 9999px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  position: relative;
  align-items: center;
  line-height: 30px;
  justify-content: center;
}

.btn-primary{
  background-color: #C6D050;
  color: #212121;
}

.btn-primary:hover{
  background-color: #C6E000;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-3{
  left: 0.75rem;
}

.top-3{
  top: 0.75rem;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.top-5{
  top: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

.left-5{
  left: 1.25rem;
}

.z-50{
  z-index: 50;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.m-1{
  margin: 0.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-32{
  margin-right: 8rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-36{
  margin-bottom: 9rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-32{
  margin-top: 8rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-4{
  height: 1rem;
}

.h-10{
  height: 2.5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-screen{
  height: 100vh;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-thumb{
  height: 100px;
}

.w-full{
  width: 100%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-10{
  width: 2.5rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-1\/2{
  width: 50%;
}

.w-56{
  width: 14rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-thumb{
  width: 100px;
}

.w-3\/12{
  width: 25%;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-none{
  flex: none;
}

.grow{
  flex-grow: 1;
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-lg{
  border-radius: 75px !important;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-large{
  border-radius: 40px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-medium{
  border-radius: 30px;
}

.rounded-large2x{
  border-radius: 75px;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-dashed{
  border-style: dashed;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-tundora90{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-wblue{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity));
}

.bg-worange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 227 / var(--tw-bg-opacity));
}

.bg-wpink{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 248 / var(--tw-bg-opacity));
}

.bg-wgreen{
  --tw-bg-opacity: 1;
  background-color: rgb(222 255 238 / var(--tw-bg-opacity));
}

.bg-turmenicPerl{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 212 / var(--tw-bg-opacity));
}

.bg-greyLight{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 253 / var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-4{
  padding-right: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pr-0{
  padding-right: 0px;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-0{
  padding-top: 0px;
}

.pl-3{
  padding-left: 0.75rem;
}

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

.text-right{
  text-align: right;
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-main{
  --tw-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 10px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-arrow{
  --tw-shadow: 0px 14px 14px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 14px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-form{
  --tw-shadow: 5px 5px 12.5px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 5px 5px 12.5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}


a,  button,  input,  checkbox{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .container {
    max-width: 1197px;
  }
}

@media (min-width: 640px){
  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:w-1\/2{
    width: 50%;
  }
}

@media (min-width: 768px){
  .md\:btn{
    padding: 20px 40px;
    border-radius: 9999px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    position: relative;
    align-items: center;
    line-height: 30px;
    justify-content: center;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:rounded-large2x{
    border-radius: 75px;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:text-4\.5xl{
    font-size: 2.4rem;
    line-height: 3.75rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:hidden{
    display: none;
  }
}
