        .main-banner-content {
    padding-top: 70px;
    text-align: center;
}
.main-banner-content h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    word-spacing: 5px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.main-banner-content h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.main-banner-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 0;
}
.main-banner-content .banner-btn {
    margin-top: 25px;
}
.default-btn-one span {
    display: block;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    background-color: #00b0ff;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.default-btn-one:hover, .default-btn-one:focus {
    color: #ffffff;
}
.default-btn-one:hover span, .default-btn-one:focus span {
    width: 200%;
    height: 500px;
}

.single-features-item {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 25px 25px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 5px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 5px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    margin-bottom: 30px;
}
.single-features-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    border-bottom: 2px solid #be8c4d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.features-img {
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
    will-change: transform;
}
.single-features-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.single-features-item p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-features-item .default-btn {
    margin: 0;
    margin-top: 20px;
}
.default-btn span {
    display: block;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    background-color: #00b0ff;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 30px;
}
.default-btn:hover, .default-btn:focus {
    color: #ffffff;
}
.default-btn:hover span, .default-btn:focus span {
    width: 200%;
    height: 500px;
}
.single-features-item:hover {
    transform: translateY(-7px);
}
.single-features-item:hover:before {
    transform: scaleX(1);
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-content p {
    margin-bottom: 15px;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.about-image {
    position: relative;
    text-align: center;
}
.about-image img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
        line-height: 1.4;
}
.slide__product-home .card > a{
    position: relative;
}
.slide__product-home .card a .bp_cls_shopping_form {
    position: absolute;
    left: 37%;
    bottom: -30px;
    opacity: 0;
    transition: all .5s ease;
}
.slide__product-home .bp_cls_shopping_form form {
    display: flex;
    gap: 10px;
}
.slide__product-home .item:hover .bp_cls_shopping_form{
    bottom: 10px;
    opacity: 1;
}
.slide__product-home .card-body {
    padding: 30px 20px;
}
.slide__product-home .card-title {
    text-align: left !important;
}
.slide__product-home .card-title h5 a {
        color: #505050;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.slide__product-home .cls_price_number,.slide__product-home .cls_unit_price {
        color: #be8c4d;
    font-size: 18px;
    font-weight: 700;
}
.slide__product-home .cls_price_text {
    display: none;
}
.slide__product-home .bp_cls-click-mua,.slide__product-home .btnAddToCart {
    background: #ffffff;
    color: #222d35;
    box-shadow: 0 0 10px #0000000f;
    border: none;
    transition: all .5s ease;
    padding: 10px;
}
.slide__product-home .card {
        box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1) !important;
    margin-bottom: 30px;
}
.slide__product-home .bp_cls_group_price {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.cls_old_price_text {
    display: none;
}
.cls_old_price,.slide__product-home .bp_cls_old_price .cls_unit_price {
    color: #ffbf00;
}

.single-price-item {
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 30px;
}
.single-price-item .price-heading {
    display: block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #00b0ff;
    margin-bottom: 25px;
}
.single-price-item .price-heading h3 {
    color: #44444e;
    font-size: 22px;
    font-weight: 700;
}
.single-price-item .price-list-info ul {
    padding: 0;
}
.single-price-item .price-list-info ul li {
    text-align: center;
    margin-bottom: 15px;
}
.single-price-item .price-list-info ul li p {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: space-between;
}
.hire-section {
    position: relative;
    z-index: 1;
    background-image: url('/files_upload/banner-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
}
.hire-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #121630;
}
.hire-content h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.hire-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0 0 0;
}
.hire-content .hire-btn {
    margin-top: 20px;
}
.blog-section .bp_block_item  {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}
.cls_content_hot_news {
    border-top: none;
    text-align: left;
    padding: 25px 20px 20px 20px;
}
.news_title {
        color: #44444e;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    transition: 0.4s;
    margin-bottom: 15px;
}
.bp_news_sub p{
        color: #6a6c72;
    font-size: 15px;
    margin: 0;
    height: 90px;
}
.bp_news_more {
        color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #be8c4d;
}
.partner-area {
    padding: 65px 0;
}
.price {
    padding-top: 100px;
    padding-bottom: 70px;
}
.owl-nav {
    display: none;
}
@media screen and (max-width: 456px) {
    .main-banner-content h1 {
        font-size: 42px;
    }
    .main-banner-content p {
        font-size: 12px;
    }
}
