﻿

.ballset_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.ballset_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.ballset_menu li a:hover:before {
    width: 101%;
}

.ballset_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.ballset_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}


.ballset_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 100px 0;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #0C0201!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .ballset_menu>ul>li>a {
    color: #fff;
}

.sticky .header-button a {
    background: #fff;
    color: #FF0000;
}

.sticky .header-button a i {
    color: #FF0000;
}

/* ballset Menu Css*/
nav.ballset_menu {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
}

.ballset_menu ul {
    list-style: none;
    display: inline-block;
}

.ballset_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.ballset_menu>ul>li>a {
    display: block;
    margin: 37px 17px;
    transition: .5s;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
}

nav.ballset_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}

.ballset_menu>ul>li>a:hover {
    color: #FF0000;
}

/*menu button*/

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    background: #0C0201;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    padding: 12px 37px 14px;
    clip-path: polygon(0 0%, 100% 0, 100% 110%, 12% 100%);
}

.header-button a i {
    display: inline-block;
    font-size: 15px;
    margin-right: 9px;
}
.ballset-section-title h1{
    border-bottom: 1px solid #989898;
    padding: 3px;
    margin-bottom: 10px;}

/*** Sub Menu Style 
==========================***/

.ballset_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 270px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #FF0000;
    opacity: 0;
}

.ballset_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 98%;
    opacity: 1;
}

.ballset_menu ul .sub-menu li {
    position: relative;
}

.ballset_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
    position: relative;
    z-index: 1;
}

.ballset_menu ul .sub-menu li a::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #FF0000;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}

.ballset_menu ul .sub-menu li a:hover::before {
    height: 100%;
    top: 0;
}

.ballset_menu ul .sub-menu li:hover>a,
.ballset_menu ul .sub-menu .sub-menu li:hover>a,
.ballset_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.ballset_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #fff !important;
}


/*ballset-button*/

.ballset-button {
    margin-top: 23px;
}

.ballset-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    background: #F3190F;
    padding: 13px 30px 13px;
    position: relative;
    z-index: 1;
}

.ballset-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 45%;
    background: #0C0201;
    right: -1%;
    top: -1%;
    z-index: -1;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
    transition: .5s;
}

.ballset-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #F3190F;
    right: -1%;
    top: -1%;
    z-index: -1;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
    transition: .5s;
}

.ballset-button a i {
    display: inline-block;
    font-size: 12px;
    margin-left: 55px;
}

.ballset-button a:hover::before {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 110%, 0 100%);
}

.ballset-button a:hover:after {
    width: 45%;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
}




/**
======================================================
<--  ballset About Section Css -->
======================================================**/

.about-section {
    background: url(../image/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 30px;
}


/**
======================================================
<--  ballset address Section Css -->
======================================================**/


.address-section {
    background: url(../image/address-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 120px;
}

.address-content h1 {
    font-size: 35px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

.form_box2 input {
    width: 100%;
    height: 52px;
    outline: 0;
    border: none;
    padding: 0 0 0 29px;
    margin-bottom: 20px;
}

.contact-form-button2 button {
    width: 100%;
    outline: 0;
    border: none;
    height: 52px;
    background: #F3190F;
    font-size: 16px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.contact-form-button2 button i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}




/**
======================================================
<--  ballset Footer Section Css -->
======================================================**/



.footer-section {
    background: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.company-info-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    padding: 30px 0 36px;
    width: 96%;
}

.follow-company-icon a i {
    display: inline-block;
    background: #3D3D3D;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.follow-company-icon a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #EEF3F9;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.widget.widget-nav-menu h4 {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow Condensed";
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.widget.widget-nav-menu h4::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background: #F3190F;
    bottom: -14px;
}

ul.footer-menu li {
    list-style: none;
}

ul.footer-menu li a {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    transition: .5s;
}

ul.footer-menu li a i {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
    transition: .5s;
}

ul.footer-info li {
    list-style: none;
}

li.info {
    margin-bottom: 18px;
}

ul.footer-info li a {
    font-size: 16px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.menu-quick-info-box {
    margin-bottom: 15px;
}

.quick-contact p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}

.quick-contact p span {
    display: inline-block;
    font-size: 16px;
}

.quick-icon i {
    display: inline-block;
    background: #363636;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 21px;
}

ul.footer-menu li a:hover {
    color: #F3190F;
}

ul.footer-menu li a:hover i {
    color: #F3190F;
}

.follow-company-icon a i:hover {
    color: #F3190F;
}


.follow-company-icon a i:hover:after {
    transform: scale(1);
}



/*
<!-- ============================================================== -->
<!-- ballset copyright-section Css -->
<!-- ============================================================== -->*/


.copyright-section {
    background: #D11E19;
    padding: 25px 0;
}

.copyright-section p,.copyright-section p a {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

/*
<!-- ============================================================== -->
<!-- ballset Breatcam Section Css -->
<!-- ============================================================== -->*/


.breatcam-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}

.breatcome-title h1 {
    font-size: 48px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
    margin-bottom: 12px;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    font-weight: 500;
    font-family: "Poppins";
}


.breatcome-text ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    font-weight: 500;
    font-family: "Poppins";
}



/*
<!-- ballset contact-section  Css --!>*/


.contact-section {
    padding: 30px 0 30px;
}

.contact-single-box {
    text-align: center;
    margin-bottom: 30px;
}

.contact-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 10px solid #FBF1F0;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    transition: .5s;
}

.contact-icon img {
    filter: brightness(1) invert(0);
    transition: .5s;
}

.contact-icon::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    background: #F3190F;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    transform: scale(0);
    transition: .5s;
}

h3.contact-title {
    font-size: 16px;
    color: #0c0202;
    font-weight: 500;
}

.row.contact {
    padding: 30px 0 0 30px;
}

.contact-left {
    margin-left: 35px;
}

.row.contact_bg {
    background: #FBEFEF;
    padding: 33px 25px 44px 32px;
}

h2.contact-title {
    font-size: 35px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

p.contact-desc {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    width: 83%;
    margin: 0;
    padding: 11px 12px 40px;
}

.form_boxs input {
    border: none;
    width: 98%;
    height: 55px;
    outline: 0;
    margin-bottom: 30px;
    padding: 0  31px 0;
}

.form_boxs textarea {
    width: 99%;
    border: none;
    outline: 0;
    height: 300px;
    padding: 15px 32px 0;
    margin-bottom: 20px;
}

.contact-form-buttons button {
    border: none;
    background: #F3190F;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow Condensed";
    padding: 14px 40px 14px;
    position: relative;
    z-index: 1;
}

.contact-form-buttons button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #0C0201;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.contact-form-buttons button i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

.form_boxs input::placeholder {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
}

.form_boxs textarea::placeholder {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
}

.contact-section .mapouter.fixed-height {
    height: 603px;
}

.contact-form-buttons button:hover::before {
    width: 100%;
}

.contact-single-box:hover .contact-icon::before {
    transform: scale(1);
}

.contact-single-box:hover .contact-icon img {
    filter: brightness(0) invert(1);
}



button.btn.btn_primary {
    background: #313131;
    color: #fff;
}

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
    padding: 120px 0;
}



/* News Letter Form */
.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px;
}

.subscribe-newsletter input[type=email] {
    height: 60px !important;
    padding: 10px 30px !important;
    padding-right: 140px !important;
    border-radius: 100px;
    background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=email] {
        font-size: 14px;
        height: 50px !important;
    }
}

.subscribe-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    color: var(--text-color-white);
    border: none;
    border-radius: 100px;
    background-color: #C7A17A;
}

.subscribe-newsletter input[type=submit]:hover {
    background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=submit] {
        font-size: 14px;
        height: 50px;
    }
}

/*
<!-- ============================================================== -->
<!-- ballset Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-section {
    padding: 30px 0 30px;
}

/*Shop Right*/

.widget-check-box {
    padding: 25px;
    background: #f6f6f6;
    border-radius: 5px;
}


.categories-title h4 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
    padding: 0px 0 15px;
    margin: 0 0 23px;
}


/* Product Items
==================*/

.product-items ul li {
    display: block;
    list-style: none;
    color: #101210;
    padding: 0 0 16px;
    transition: .5s;
}

.product-items ul li:hover {
    color: #FF0000;
}

/* Product 
======================*/


.products-collection {
    margin-bottom: 25px;
    display: flex;
}

.product-thumb {
    float: left;
    padding-right: 20px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
}


/*Shop Left 
======================*/

.row.products {
    padding-right: 32px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(255,0,0,0.5);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #101010;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #FF0000;
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 25px 0 40px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 25px rgba(219,219,219,0.3));
    background-color: #ffffff;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF0000;
    letter-spacing: .3em;
    font-size: 15px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #101210;
    padding: 0px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.shop-btn a {
    font-size: 14px;
    padding: 8px 20px;
    background-color: rgba(243,243,243,0);
    border: 1px solid rgba(19,17,37,0.1);
    display: inline-block;
    border-radius: 4px;
    color: #101010;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.shop-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF0000;
    border-radius: 4px;
    transform: scale(0.0, 1);
    transition: .5s;
}

.shop-btn a i {
    display: inline-block;
    margin-right: 4px;
}

.shop-btn a:hover {
    color: #fff;
}

.shop-btn a:hover:before {
    transform: scale(1);
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 150px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 150px;
}


/*widget
==============*/

.widget {
    display: inline-block;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
}



/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(19,17,37,0.1);
    background: #F5F5F5;
    display: inline-block;
    color: #101010;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF0000;
    border-radius: 4px;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}


/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 17px;
}



/*shop tab style
=====================*/

ul.categpries-items li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 10px 15px;
    background: #FF0000;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 20px;
}

/*
<!-- ============================================================== -->
<!-- ballset Start Blogs Section -->
<!-- ============================================================== -->*/

.blogs-section {
    padding: 30px 0 30px;
}

.row.blogs-pr {
    padding-right: 10px;
}

.row.blogs-pr {
    padding-right: 10px;
}

.single-blog-box {
    margin-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
}

.blogs-section .blog-content {
    padding: 15px 30px 25px;
    transition: .5s;
    background: #fff;
    border: 1px solid rgba(19,17,37,0.1);
}


.blogs-section h2.blog-title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 10px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.blog-btn a {
    color: #FF0000;
    text-decoration: underline;
}

h2.blog-title a:hover{
    color: #FF0000;
}

/*blog Post
================*/

.widget-sidebar-box {
    padding: 35px 40px 41px;
    background: #f6f6f6;
    margin-bottom: 30px;
    border-radius: 5px;
}

.rpost-title h4 {
    margin-top: 2px;
}

h4.sidebar-title {
    padding: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
}

h4.sidebar-title.upp {
    padding: 0 0 20px;
}

.widget-recent-post {
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.rpost-title span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}
.rpost-thumb img {
   width: 100%;
    border: 1px solid #fff;
}
.rpost-content h4 a {
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    transition: .5s;
}

ul.sidebar-menu li {
    display: block;
    list-style: none;
    padding: 0 0 11px;
}

li.sidbr-mb {
    padding: 0 !important;
}

ul.sidebar-menu li a {
    color: #181818;
    transition: .5s;
}

ul.sidebar-menu li a i {
    font-size: 13px;
    display: inline-block;
}

ul.sidebar-menu li a:hover {
    color: #FF0000;
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    font-size: 14px;
    background: #ffff;
    padding: 3px 14px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    font-weight: 400;
    color: #101010;
    transition: .5s;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FF0000;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

a.item {
    margin: 0;
}

/*Blog Details
=================================*/

.meta-blog {
    padding: 5px 0 20px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.meta-blog a {
    font-size: 15px;
    padding: 8px 20px;
    background: #f6f6f6;
    margin-right: 10px;
    border-radius: 3px;
}

.meta-blog a i {
    font-size: 14px;
    color: #FF0000;
    display: inline-block;
    margin-right: 5px;
}


p.blog-desc2 {
    padding: 15px 0 0px;
}

.blogs-section h2.blog-title2 a {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0 2px;
}


/*Contact Form
======================*/

.contact-form-box2 {
    padding: 26px 30px 50px;
    border-radius: 5px;
    border: 1px solid rgba(16,18,16,0.1);
    margin-top: 60px;
}

.contact-form-box2 .sidebar-description p {
    margin: 6px 0 35px;
}

.form-box input {
    height: 54px;
    background-color: #fff;
    border: 0;
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.form-box textarea {
    height: 180px;
    width: 100%;
    padding: 15px 22px 0px;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    color: #0D0E14;
}

.contact-form button {
    padding: 11px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    background: #FF0000;
    transition: 0.5s;
    font-weight: 500;
}

.contact-form button:hover {
    color: #000;
}

.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
}

.contact-form-box2 .form-box textarea::placeholder {
    color: #101010;
}

.contact-form-box2 .form-box input::placeholder {
    color: #101010;
}

/*----------------
==============   Start ballset shop Nav Sidebar button
------------------*/

/*nav button*/

.nav-btn.navSidebar-button {
    display: inline-block;
    float: left;
    padding: 10px 0 0;
}

.nav-btn.navSidebar-button a i {
    padding-right: 10px;
    font-size: 20px;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.4;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #101010;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
  
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #101010;
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}

.sidebar-info-contents .widget {
    display: block;
} 

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-style: italic;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}

.widget form {
    position: relative;
}

.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #fff;
    border: 1px solid #e9e9e9;
}

button.icon {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: #ffde5d;
    border-radius: 0 4px 4px 0;
}

.widget input::placeholder {
    color: #101010;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    float: right;
    display: inline-block;
    padding: 0 5px;
}

ul.list-style-one li a {
    transition: .5s;
    color: #101010;
}

ul.list-style-one li a i {
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    margin-right: 5px;
}

a.white-bg i {
    background: #e9e9e9 !important;
}

a.yellow-bg i {
    background: #eeee22 !important;
}

a.green-bg i {
    background: #9BC45C !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
    padding: 12px 0 0;
}

.sidebar-tag-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    color: #101010;
    padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
    padding: 20px 0 0;
}

ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}

ul.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #101010;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-icon li a:hover {
    background: #ffde5d;
    color: #fff;
}

ul.list-style-one li a:hover span {
    background: #ffde5d;
    border-radius: 30px;
    color: #fff;
} 

ul.list-style-one li a:hover {
    color: #ffde5d;
}


