#main_index {
    overflow: hidden;
}

/*Set default h2*/
h2 {
    font-weight: 800;
    font-size: 1.8rem;
}

/*Navbar hover animation*/
.navbar.navbar_type2 .nav-link::before {
    position: absolute;
    content: "";
    width: calc(100% - 1px);
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.navbar.navbar_type2 .nav-link:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.navbar.navbar_type2 .nav-link::before {
  background: #322f92;
}

/*Navbar css*/
.navbar-ctrl {
    background-color: #fff;
    transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.navbar-ctrl.fixed-top {
    transform: translateY(0);
}
.navbar-ctrl .navbar-brand img {
    transition: max-height 0.5s ease-in-out;
}
.navbar.navbar_type2 {
    background-color: transparent;
}
.navbar.navbar_type2 a {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
}
.navbar.navbar_type2 .navbar-brand img {
    max-height: 4rem;
}
.navbar.navbar_type2 .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}
.navbar.navbar_type2 .nav-item:nth-last-child(1) {
    display: none;
}

/*Navbar button animation*/
.navbar.navbar_type2 .btn-lg:hover .fa-stack {
  -webkit-animation: nudge 1s ease-in-out infinite;
          animation: nudge 1s ease-in-out infinite;
}

@-webkit-keyframes nudge {
  0% {
    transform: rotate(-10deg);
  }
  33% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
  99% {
    transform: rotate(10deg);
  }
}

@keyframes nudge {
  0% {
    transform: rotate(-10deg);
  }
  33% {
    transform: rotate(10deg);
  }
  66% {
    transform: rotate(-10deg);
  }
  99% {
    transform: rotate(10deg);
  }
}

/*All button animation*/
.btn:hover .fa-stack {
    -webkit-animation: go 1s linear infinite;
            animation: go 1s linear infinite;
}
@-webkit-keyframes go {
    0% {
        left: 0;
    }
    50% {
        left: -10%;
    }
    100% {
        left: 0;    
    }
}
@keyframes go {
    0% {
        left: 0;
    }
    50% {
        left: -10%;
    }
    100% {
        left: 0;    
    }
}

/*Component and element css*/
.banner_content {
    display: flex;
    align-items: center;
}
.banner-title {
    color: #000;
    font-size: 3.5rem;
    font-weight: 800;
    padding: 1rem 0;
}
.index_wrapper_3 {
    padding: 5rem;
}
.index_wrapper_4 {
    background-color: #322f92;
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    padding: 5rem 0;
}
/*.index_wrapper_5{*/
/*    margin-top:60px;*/
/*}*/
.about-content {
    line-height: 2;
}
.about-us-content {
    margin-top: -5rem;
    z-index: 1;
}
.about-since-content {
    margin-top: 7rem;
}
.about-dot {
    position: absolute;
    left: 0;
    margin-left: -2.8rem;
    top: 7rem;
}
.element-about {
    position: absolute;
    left: -12rem;
}
.product-dot {
    position: absolute;
    left: -10rem;
}
.product-dot1 {
    position: absolute;
    right: -10rem;
}
.index_wrapper_7,
.index_wrapper_8 {
    background-color: #eef7fc;
}

/*Category css*/
.product_cat-11 .slick-arrow {
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #322f92;
    top: 40%;
}
.product_cat-11 .slick-arrow::before {
    font-size: 0.9rem;
    color: #fff;
}
.product_cat-11 .hp_product_cat_slider .item::after,
.wrapper_btn {
    display: none;
}
.product_cat-11 .hp_product_cat_slider .card {
    box-shadow: none;
    border: none;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    border-radius: 10rem;
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: translate(0%,0%);
}
.product_cat-11 .hp_product_cat_slider .item .wrapper_brand a {
    width: 80%;
    height: 80%;
}
.slick-prev::before, .slick-next::before {
    text-shadow: none!important;
}
.slick-prev::before {
    content: "\f060";
}
.slick-next::before {
    content: "\f061";
}
.slick-next {
    right: -2rem!important;
}
.slick-prev {
    left: -2rem!important;
}

/*Product css*/
.productSlider-1 .slick-track .slick-slide {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #322f92;
}
.productSlider-1 .product_img .product_box {
    margin: 0.9rem;
    border-radius: 1rem;
    padding: 1rem;
}
.productSlider-1 .product_img .product_box .content {
    text-align: center!important;
}
.productSlider-1 .product_img .product_box h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Footer css*/
.footer_type3{
    overflow: hidden;
}
.footer_type3 .footer_subtitle {
    font-weight: bold;
    font-size: 0.9rem;
}
.footer_type3 p {
    font-size: 0.9rem;
}
.bottom-footer {
    background-color: #322f92;
    color: #fff;
}
.uni-paper {
    width: 230px;
}

@media screen and (max-width: 767px) {
    #main_index .item > img {
        height: 150vw !important;
        object-fit: cover;
    }
    .index_wrapper_5{
        margin-top:0px;
    }
}
@media screen and (max-width: 768px) {
    .banner-title {
        font-size: 2rem;
    }
    .about-since-content {
        margin-top: 0rem;
    }
    .index_wrapper_3 {
        padding: 1.5rem;
    }
    .product_cat-11 .hp_product_cat_slider .slick-track {
        padding-bottom: 0;
    }
    .product-dot,
    .product-dot1{
        display: none;
    }
    .footer_type3 {
        padding-bottom: 0;
    }
    .uni-paper {
        width: 100%;
    }
}
