/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
/* Global */
:root {
    --main-color: #5e60ce;
    --color-1: #e91e63;
    --color-2: #f5ae10;
    --color-3: #09d69c;
    --bg-dark: #2b2c2f;
    --main-to-dark-color: var(--main-color);
    --dark-to-main-color: var(--bg-dark);
    --shadow-black-100: 0 5px 15px rgba(0,0,0,0.1);
    --shadow-black-300: 0 5px 15px rgba(0,0,0,0.3);
    --black-900: #000000;
    --black-400: #555555;
    --black-100: #f7f7f7;
    --black-000: #ffffff;
    --black-alpha-100: rgba(0,0,0,0.5);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    line-height: 1.5;
    width: 100% !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    text-decoration: none !important;
}

.btn-1 {
    background-color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    color: var(--main-color);
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-300);
    font-weight: 500;
}

.btn-1:focus {
    box-shadow: var(--shadow-black-300);
}

.btn-1:hover {
    color: #ffffff;
    background-color: var(--main-color);
}

.btn-2 {
    background-color: var(--main-color);
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-100);
    font-weight: 500;
}

.btn-2:focus {
    box-shadow: var(--shadow-black-100);
}

.btn-2:hover {
    color: var(--main-color);
    background-color: #ffffff;
}

.btn-3 {
    background-color: var(--color-3);
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    box-shadow: var(--shadow-black-100);
    font-weight: 500;
}

.btn-3:focus {
    box-shadow: var(--shadow-black-100);
}

.btn-3:hover {
    color: var(--color-3);
    background-color: #ffffff;
}

@keyframes spin_01 {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

@keyframes bounceTop_01 {
    0%,100% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes zoomInOut_01 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.effect-wrap .effect{
    position: absolute;
    z-index: -1;
}

.effect-wrap .effect-1{
    left: 20%;
    top: 20%;
    font-size: 20px;
    color: var(--color-2);
    animation: spin_01 5s linear infinite;
}

.effect-wrap .effect-2{
    right: 23%;
    top: 20%;
    font-size: 24px;
    color: rgba(255,255,255,0.5);
    animation: spin_01 5s linear infinite;
}

.effect-wrap .effect-3{
    left: 5%;
    bottom: 9%;
    font-size: 24px;
    color: rgba(255,255,255,0.5);
    animation: bounceTop_01 5s linear infinite;
}

.sc-pad {
    padding: 80px 0;
}

.sc-pad-2 {
    /* padding: 150px 0 80px; */
    padding: 40px 0 80px;
}

.sc-title {
    margin-bottom: 60px;
}

.sc-title h2 {
    font-size: 40px;
    color: var(--black-900);
    font-weight: 700;
    margin: 0;
}

.main-col {
    background-color: var(--main-color) !important;
}

.grey-col {
    background-color: var(--black-100);
}

.main-col-f {
    color: var(--main-color) !important;
}

.form-search, .form-search form {
    position: relative;
}

.form-search .input_search {
    position: relative;
    padding-right: 60px !important;
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    box-shadow: var(--shadow-black-100);
    width: 100%;
}

.form-search .form-control:focus {
    border-color: var(--main-color);
}

.search_btn {
    position: absolute;
    right: 1px;
    background-color: #ffffff;
    border: 0;
    padding: 0px 15px;
    font-size: 16px;
    top: 1px;
    bottom: 1px;
    /* border-radius: 5px; */
    color: var(--main-color);
    z-index: 9;
}

.nav_search_btn {
    color: #ffffff;
    margin-left: auto;
    cursor: pointer;
    margin-right: 25px;
    display: none;
}

.nav_search_btn.active i::before {
    content: "\f00d";
    font-size: 18px;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;  
}
.swiper-buttons div {
    width: 35px;
    height: 35px;
    background: rgba(44, 54, 64, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-top: -10px;
}

.swiper-slide {
    height: auto !important;
}

.swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
    transition: all 0.5s ease;
    
}

.swiper-buttons div::after {
    content: "\f060";
    right: 0;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
    vertical-align: 0;
    color: rgba(255, 255, 255, 1);
}

.swiper-buttons .swiper-button-next::after {
    content: "\f061";
    right: 0;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
    vertical-align: 0;
}

.our-categories-block:hover .swiper-buttons, .product-swiper:hover .swiper-buttons, .testimonial-swiper:hover .swiper-buttons  {
    display: block;
    transition: all 0.5s ease;
}

.swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
    
}

.swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}

.swiper-buttons div:hover {
    background: var(--main-color);
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -7px;
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}
/* preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: var(--main-to-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader span {
    display: block;
    height: 60px;
    width: 60px;
    background-color: var(--dark-to-main-color);
    border-radius: 50%;
    animation: zoomInOut_01 1s ease infinite;
}

.collapse-show-hide::before {
    content: '[Show]';
}

.collapse-show-hide:not(.collapsed)::before {
    content: '[Hide]';
}

.li-ticks li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f058";
    color: var(--main-color);
    margin-right: 10px;
}

/* Header */
.section-header:not([class*="bg_"]):not([class*="bg-"]) {
    background-color: #fff;
}
.section-header {
    transition: all 0.5s ease 0s;
    display: block;
}

.header-content {
    padding: 10px 0;
    position: relative;
    background: var(--main-color);
}

.search-content {
    float: right;
}

.header-search-form {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.cart_count {
    position: relative;
    top: -3px;
    left: 0;
    font-size: 11px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-right: -5px;
}

.header-select {
    position: relative;
}

.header-select::before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    display: block;
    color: #848484;
    top: 50%;
    right: 15px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    padding: 8px 35px 8px 15px;
    width: 100%;
    height: 50px;
}

.header-search-form input {
    height: 50px;
    padding-right: 60px !important;
}

/* .search_btn {
    position: absolute;
    right: 1px;
    background-color: #fff;
    border: 0;
    padding: 0px 15px;
    font-size: 20px;
    top: 1px;
    bottom: 1px;
    z-index: 9;
} */

.header-menu {
    box-shadow: var(--shadow-black-100);
}

.header-search-btn {
    padding: 17px 10px;
    font-size: 20px;
}
/* Navbar*/
.navbar {
    background-color: transparent;
    padding: 15px 0;
    transition: all 0.5s ease;
    /* padding: 0; */
}

.navbar.navbar-scrolled {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    background-color: var(--main-color);
}

.navbar > .container {
    padding: 0 15px;
}

.navbar-brand{
    text-transform: capitalize;
    color: var(--main-color);
    font-weight: 500;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* .navbar-brand:hover{
    color: #ffffff;
} */

.navbar .nav-item {
    margin-left: 25px;
}
.navbar .nav-item .nav-link {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
}

.navbar .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.5s ease;
    transform: scale(0);
}

.navbar .nav-item.active .nav-link::before,
.navbar .nav-item .nav-link:hover::before {
    transform: scale(1);
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
    top: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar .dropdown-toggle::after {
    content: "\f078";
    right: 0;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
    vertical-align: 0;
}

.navbar .dropdown-menu {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.2);
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.2);
}

.navbar .dropdown-menu .dropdown-item {
    width: 100%;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding: 12px 26px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.navbar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    justify-content: center;
}

.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.navbar-nav.attr-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav.attr-nav li .nav-link {
    padding: 20px 10px;
    position: relative;
    white-space: nowrap;
}
.navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
    padding: 22px 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-toggler {
    float: right;
    /* margin: 13px 0 0 3px; */
    font-size: 28px;
    color: #333;
    transition: all 0.5s ease 0s;
    border-radius: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 36px;
    transition: none;
}

.navbar-toggler[aria-expanded="true"] i::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 free';
    font-size: 16px;
}
/* Hero */
.hero {
    /* min-height: 80vh; */
    padding: 80px 0;
    background-color: var(--main-to-dark-color);
    position: relative;
    z-index: 1;
}

.hero img {
    /* max-width: 250px; */
    width: 100%;
    /* box-shadow: var(--shadow-black-100); */
    border-radius: 32px;
    /* animation: bounceTop_01 3s ease infinite; */
}

.hero-text h1 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
}

.hero-text p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

.hero .hero-btn {
    margin-top: 40px;
}

.hero-img {
    position: relative;
}

.hero-img .circle {
    position: absolute;
    z-index: 1;
    height: 400px;
    width: 400px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hero-img .circle::before {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
    left: 30px;
    top: 30px;
    transform-origin: 170px 170px;
    animation: spin_01 10s linear infinite;
}

/* Features */
.features .feature-item {
    box-shadow: var(--shadow-black-100);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}

.features .feature-item::before,
.features .feature-item::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0;
}

.features .feature-item::before {
    height: 20px;
    width: 20px;
    background-color: var(--color-1);
    left: -20px;
    top: 40%;
}

.features .feature-item:hover::before {
    left: 10%;
    opacity: 1;
}

.features .feature-item::after {
    height: 30px;
    width: 30px;
    background-color: var(--color-2);
    right: -30px;
    top: 80%;
}

.features .feature-item:hover::after {
    opacity: 1;
    right: -10px;
}

.features .feature-item .icon{
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 30px;
    color: var(--main-color);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.features .feature-item .icon::before{
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    transition: all 0.5s ease;
    z-index: -1;
    opacity: 0;
}

.features .feature-item:hover .icon {
    color: #ffffff;
    font-size: 20px;
}

.features .feature-item:hover .icon::before{
    left: 0;
    border-radius: 50%;
    opacity: 1;
}

.features .feature-item .icon i{
    line-height: 60px;
}

.features .feature-item h3{
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--black-900);
    font-weight: 500;
}

.features .feature-item p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: var(--black-400);
    margin: 0 0 15px;
}

/* About-us */

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-description p{
    font-size: 16px;
    line-height: 26px;
    color: var(--black-400);
    margin: 0 0 15px;
    font-weight: 300;
}

/* About-us */

.vision-mission-img img {
    width: 100%;
    border-radius: 10px;
}

.vision-mission-description p{
    font-size: 16px;
    line-height: 26px;
    color: var(--black-400);
    margin: 0 0 15px;
    font-weight: 300;
}

.vision-mission-description li {
    list-style: none;
}

/* Service */
.service {
    background-image: url('./img/online-4275963_1280.jpg');
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.service::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--main-color);
    opacity: 0.8;
}

.service-item {
    background-color: var(--black-000);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: var(--shadow-black-100);
}

.service-item i {
    font-size: 30px;
    color: var(--main-color);
    display: inline-block;
}

.service-item h3 {
    font-size: 22px;
    color: var(--black-900);
    margin: 20px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.service-item p {
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 26px;
}

/* How it works */
.how-it-works-item {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.how-it-works-item img {
    width: 70px;
}

.how-it-works-item label {
    font-size: 16px;
    background-color: #5e60ce;
    color: #ffffff;
}

/* .how-it-works-item.line-right::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 50%;
    top: 59px;
    background-color: var(--main-color);
    z-index: -1;
} */

.how-it-works-item .step {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: var(--main-color);
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 500;
}

.how-it-works-item h3 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--black-900);
    text-transform: capitalize;
}

.how-it-works-item p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: var(--black-400);
    line-height: 26px;
}

/* Testimonials */
.testimonials, .our-product {
    background-color: var(--black-100);
}

.testimonials-item {
    /* margin: 15px; */
    padding: 30px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    margin: 20px 0;
}

.testimonials-item .img-box{
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
    border: 4px solid var(--main-color);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.testimonials-item .img-box img{
    width: 100%;
}

.testimonials-item p{
    font-size: 16px;
    margin: 0 0 20px;
    color: var(--black-400);
    line-height: 26px;
    font-weight: 300;
}

.testimonials-item h3{
    font-size: 22px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.testimonials-item span{
    display: block;
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
}

.testimonials-item .rating{
    margin-top: 10px;
}

.testimonials-item .rating i{
    display: inline-block;
    font-size: 16px;
    color: var(--color-2);
}

/* Faq */
.faq .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.faq .accordion-header {
    box-shadow: var(--shadow-black-100);
    padding: 20px 50px 20px 30px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.faq .accordion-header::before {
    content: "\f067";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: var(--black-400);
    transition: all 0.5s ease;
}

.faq .accordion-header:not(.collapsed){
    background-color: var(--main-color);
    box-shadow: none;
}

.faq .accordion-header:not(.collapsed)::before{
    content: "\f068";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #ffffff;
}

.faq .accordion-header h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-400);
    margin: 0;
    transition: all 0.5s ease;
}

.faq .accordion-header:not(.collapsed) h3{
    color: #ffffff;
}

.faq .accordion-body {
    padding: 20px 30px;
    background-color: var(--black-100);
}

.faq .accordion-body p {
    font-size: 16px;
    font-weight: 300;
    color: var(--black-400);
    margin: 0;
    line-height: 26px;
}

/* Contact */

.contact-info h3 {
    font-size: 22px;
    color: var(--black-900);
    font-weight: 500;
    margin: 0 0 40px;
}

.contact-info-item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}

.contact-info-item i {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-size: 16px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    text-align: center;
    line-height: 38px;
}

.contact-info-item h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
    color: var(--black-900);
}

.contact-info-item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 26px;
    color: var(--black-400);
} 

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control, .modal-content .form-control, .gimmick-form .form-control, .form-control {
    height: 52px;
    border: 1px solid transparent  !important;
    box-shadow: var(--shadow-black-100) !important;
    border-radius: 10px;
    padding: 0 24px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
}

.contact-form textarea.form-control, .gimmick-form textarea.form-control {
    height: 140px;
    padding-top: 12px;
    resize: none;
}

.contact-form .form-control:focus,.blog-search-form .form-inline .form-control:focus, .form-control:focus {
    border-color: var(--main-color) !important;
}

/* Timeline */
.timeline .main-timeline {
    position: relative;
}

.timeline .main-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 95%;
    margin: auto;
    width: 2px;
    background-color: #e9ecef !important;
}

.timeline .timeline-item {
    margin-top: 30px;
}

.timeline .timeline-content {
    padding: 25px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
}

.timeline .text-year {
    padding: 10px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
}

.timeline .text-year h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: var(--black-900);
}

.timeline .timeline-description h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 !important;
    color: var(--black-900);
}

.timeline .timeline-description p { 
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 26px;
}

.timeline .text-year::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: var(--main-color);
    border-radius: 50%;
}

.timeline .text-year.float-right::after {
    right: -6px;
}

.timeline .text-year:not(.float-right)::after {
    left: -6px;
}

/* blog */
.blog .blog-item {
    -webkit-box-shadow: var(--shadow-black-100) !important;
    box-shadow: var(--shadow-black-100) !important;
    border-radius: 10px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 200px;
    background-size: cover;
    object-fit: cover;
    display: flex;
}

.blog .blog-content {
    padding: 20px;
}

.blog-date ul li {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    list-style-type: none;
    position: relative;
}
.blog-category ul li {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}

.blog .blog-description h4{
    font-size: 18px;
    color: var(--black-900);
    font-weight: 500;
}

.blog .blog-description {
    font-size: 13px !important;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--black-400);
}

.blog .blog-action a {
    color: var(--black-400);
    font-size: 14px;
    transition: all 0.5s ease;
}

.blog .blog-action a:hover {
    color: var(--main-color);
}

.blog-search-form form ,.product-search-form form {
    position: relative;
}

.blog-search-form .form-inline .form-control, .product-search-form .form-inline .form-control,.form-control  {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    color: var(--black-900);
    background-color: var(--black-000);
    transition: all 0.5s ease;
    padding: 12px 15px;
    padding-right: 45px;
}

.blog-search-form .blog-search-btn, .product-search-form .product-search-btn {
    background: none;
    border: none;
    color: var(--main-color);
    font-size: 14px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.blog-search .list-categories li, .product-search .list-categories li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    font-size: 14px;
}

.blog-search .list-categories li a, .product-search .list-categories li a{
    text-transform: capitalize;
    color: var(--black-900);
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    transition: all 0.5s ease;
}

.blog-search .list-categories li a:hover, .product-search .list-categories li a:hover{
    color: var(--main-color);
    padding-left: 5px;
}

.blog-search .text-title h4, .product-search .text-title h4 {
    font-size: 20px;
    color: var(--black-900);
}

.blog-detail .blog-detail-content, .blog-related {
    -webkit-box-shadow: var(--shadow-black-100);
    -moz-box-shadow: var(--shadow-black-100);
    box-shadow: var(--shadow-black-100);
}

.blog-detail-description, .blog-related {
    padding: 30px;
    background: #ffffff;
}

.blog-related {
    margin-top: 50px;
}

.blog-detail-img img {
    width: 100%;
}

.blog-detail-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
    color: var(--black-900);
}

.blog-detail-post p {
    font-size: 16px;
    font-weight: 300;
    color: var(--black-400);
}

/* Product */
.product-item {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    /* transition: all 0.5s ease-in-out; */
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    overflow: hidden;
    /* transition: all 0.5s ease; */
}

.product-item:hover {
    box-shadow: var(--shadow-black-300);
}

.product-item .product-img img {
    max-width: 100%;
    width: 100%;
    /* height: 250px; */
    background-size: cover;
    object-fit: cover;
    display: flex;
}

.product-title {
    padding: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

.product-title h5{
    font-size: 1rem;
    color: var(--black-900);
    font-weight: 500;
}

.product-price {
    color: var(--main-color);
    font-weight: 600;
}

.product-info .product-price{
    vertical-align: middle;
    font-size: 26px;
}

.product-detail .product-img {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.product-detail .product-img img  {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.product-gallery img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 200px;
}

.product-gallery a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
}

.product-gallery a.active {
    border-color: var(--main-color);
}

.product-gallery.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    box-shadow: var(--black-900);
    background-color: #fff;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.slick-prev {
	left: -50px;
	opacity: 0;
}

.slick-next {
    right: -50px;
    opacity: 0;
}

.slick-prev::before {
	color: #333;
	opacity: 1;
	display: block;
	font-size: 22px;
}

.slick-next::before {
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px;
}

.slick_slider:hover .slick-prev {
    opacity: 1;
    left: 0;
}

.slick-prev:hover, .slick-next:hover {
    background-color: var(--main-color) !important;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
}

.product-description .product-text p, .product-tabs .tab-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: var(--black-400);
}

.product-info .product-action .btn{
    font-size: 14px;
    padding-right: 25px;
    padding-left: 25px;
}

.product-tabs {
    margin-top: 75px;
}

.product-tabs .nav-tabs li.nav-item a {
    background-color: transparent;
    display: block;
    padding: .5rem 1rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: uppercase;
    color: var(--black-900);
    font-weight: 500;
}

.product-tabs .nav-tabs .nav-item a.active {
    border-bottom-color: var(--main-color);
    color: var(--main-color);
}

.product-tabs .tab-content {
    margin-top: 40px;
}

.sidebar-toggle {
    position: fixed;
    top: 20%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    margin-top: 50px;
}

.open-sidebar .sidebar-toggle {
    left: 260px;
    z-index: 9000;
}

.open-sidebar .sidebar-toggle i:before {
    content: "\f00d";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
}

/* Categories */

.categories-content .swiper-wrapper {
    padding-bottom: 35px;
}

.categories-item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.categories-item .categories-img img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
}

.categories-info {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 25px 20px 15px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
    line-height: 1;
}

.categories-info h3 {
    font-size: 20px;
}

.categories-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

/* Terms */
.table-of-content ul {
    list-style-type: none;
    padding-inline-start: 0 !important;
}

.text-content ol, .text-content ul {
    padding-inline-start: 40px !important;
}

.text-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-400);
}
/* elevatezoom */
.zoomContainer {
    display: none;
}

/* Footer */
.footer {
    background-color: var(--main-color);
    padding: 50px 0 0;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.footer-col p {
    font-size: 14px;
    color: rgba(255,255,255, 0.9);
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

.footer-col ul {
    margin: 0;
    list-style-type: none;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    display: block;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none;
}

.footer-col ul li a:hover {
    padding-left: 5px;
}

.footer-contact li {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    padding-left: 35px;
    position: relative;
}

.footer-contact i {
    color: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    top: 3px;
}

.footer .copyright-text {
    margin: 50px 0 0;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer .copyright-text a {
    color: #ffffff;
}

.footer .copyright-text a:hover {
    color: #d3d3d3;
}

/* Responsive */
@media(max-width: 1199px){
    .navbar .form-search {
        opacity: 0;
        position: absolute;
        top: 85px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        width: 100%;
        left: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .navbar .form-search.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: .5s;
    }

    .nav_search_btn {
        display: block;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar .container {
        position: relative;
    }

    .nav_search_btn {
        position: absolute;
        right: 0;
    }

    .navbar .navbar-nav {
        margin: auto;
    }

    .navbar .form-search {
        top: 67px;
    }
}

@media(max-width: 991px){
    /* navbar */
    .navbar-toggler {
        background-color: var(--dark-to-main-color);
        box-shadow: var(--shadow-black-300);
        height: 34px;
        width: 44px;
        padding: 0;
        font-size: 17px;
        color: #ffffff;
    }

    /* .navbar-nav {
        background-color: var(--dark-to-main-color);
        box-shadow: var(--shadow-black-300);
    } */

    .navbar .nav-item {
        margin: 0;
        padding: 5px 15px;
    }

    .navbar.navbar-scrolled .navbar-toggler,
    .navbar.navbar-scrolled .navbar-nav {
        background-color: var(--main-color);
    }

    /* hero */
    .hero-text h1 {
        font-size: 40px;
    }

    /* service */
    .service-item {
        margin-bottom: 30px;
    }

    /* how it work */
    /* .how-it-works-item.line-right::before {
        content: none;
    } 

    .how-it-works-item {
        box-shadow: var(--shadow-black-100);
        border-radius: 10px;
        margin-bottom: 30px;
    } */

    /* footer */
    .footer-col {
        margin-bottom: 30px;
    }

    .open-sidebar .product-sidebar {
        transform: none;
    }

    .open-sidebar .sidebar-overlay, .open-navbar .header-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .35;
        z-index: 89;
    }

    .product-sidebar {
        display: block;
        position: fixed;
        top: -25px;
        bottom: 0;
        left: 0;
        width: 260px;
        margin: 0;
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto;
    }

    .section-header .navbar .navbar-nav.attr-nav {
        display: block;
        float: right;
    }

    .section-header .navbar-collapse.sm-side-menu.show {
        left: 0 !important;
    }
    
    .navbar-nav.attr-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .section-header .navbar-collapse.sm-side-menu {
        position: fixed;
        left: -280px !important;
        display: block;
        top: 0;
        bottom: 0;
        width: 270px;
        left: auto;
        height: auto !important;
        transition: all 0.2s ease-in-out;
        background: #ffffff;
        box-shadow: var(--shadow-black-300);
    }
    
    .section-header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
    }

    .section-header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
    }
/* 
    .section-header nav.navbar {
        display: table;
        width: 100%;
    } */

    .navbar .navbar-nav.attr-nav li {
        float: left;
    }

    .header-search-form {
        max-width: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        right: 0;
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
    }

    .navbar .navbar-nav > li > .nav-link, .nav-fixed .navbar .navbar-nav > li > .nav-link {
        padding: 10px 10px;
    }
}

@media (min-width: 992px){
    .sidebar-toggle {
        display: none;
    }
    .search-content {
        display: none;
    }
}

@media(max-width: 767px) {

    /* hero */
    .hero-text {
        margin-bottom: 80px;
    }

    /* contact */
    .contact-form {
        margin-top: 20px;
    }

    /* global */
    .sc-title h2, .blog-detail-title h2{
        font-size: 35px;
    }

    .sc-title {
        margin-bottom: 30px;
    }

    .cbp_tmtimeline>li .cbp_tmicon {
        left: 0 !important;
        margin: 0 !important;
        width: 35px !important;
        height: 35px !important;
        font-size: 16px !important;
        line-height: 35px !important;
    }

    .cbp_tmtimeline:before {
        left: 19px !important;
        margin: 0 !important;
    }

    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 15px 60px !important;
    }

    .about-us img {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-action {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-row-gap: 10px;
    }
}

@media(max-width: 575px) {

    /* hero */
    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 16px;
    }

    /* global */
    .sc-title h2 , .blog-detail-title h2{
        font-size: 30px;
    }

    /* timeline */
    .timeline .main-timeline { 
        margin-left: 18px;
    }

    .timeline .main-timeline::before {
        margin: 0;
    }

    .timeline .timeline-item {
        margin-left: 15px;
    }

    .timeline .text-year {
        float: left !important;
        margin-bottom: 15px;
    }

    .timeline .text-year.float-right::after {
        left: -6px;
    }
}

@media screen and (min-width: 477px) and (max-width: 767px) {
    .product-action {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

@media screen and (max-width: 476px) {
    .product-action {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 425px) {
    .zoomContainer {
        display: none;
    }
}

/* @media (min-width: 1410px){
    .container {
        max-width: 1320px;
    }
} */


.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #eee;
    left: 20%;
    margin-left: -6px
}

.cbp_tmtimeline>li {
    position: relative
}

.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
    color: #444;
    font-size: 17px !important;
    font-weight: 700
}

.cbp_tmtimeline>li:first-child .cbp_tmicon {
    background: #fff;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #444;
    font-size: 13px
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #f0f1f3
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #f0f1f3
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #f0f1f3;
    padding: 1.2em;
    position: relative;
    border-radius: 5px
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f0f1f3;
    border-width: 10px;
    top: 10px
}

.cbp_tmtimeline>li .cbp_tmlabel h3 {
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--black-900);
    font-weight: 500;
}


.cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #f5f5f6;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px
}


.error-page img{
    width: 100%;
}