/*===============================================
Template Name: ballset - Consulting & Finance HTML5 Template
Author:  https://www.templatemonster.com/authors/dreamit
Description: Description
Version: 1.0.0
Text Domain: ballset
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. ballset Header Top Menu Area Css
02. ballset Nav Menu Area Css 
03. ballset Slider Area Css
04. ballset Section Title Css
05. ballset Service Area css
06. ballset About Area Css
07. ballset Counter Area Css
08. ballset Case Study Area Css
09. ballset Testimonial Area Css
10. ballset Process Area Css
11. ballset Team Area Css
12. ballset Faq Area Css
13. ballset Brand Section Css
14. ballset Call Do Section Css
15. ballset Form Box Css
16. ballset Skill Area Css
17. ballset Blog Area Css
18. ballset footer Area Css
19. ballset Subscribe Area Css
20. ballset Lines CSS
21. ballset Prossess Ber Css
22. ballset Scrollup Section
23. ballset Bounce Animation Css 
24. ballset Animation Dance
25. ballset Breadcumb Area Css
26. ballset abouts_areas Css
27. ballset Feture-Area Css
28. ballset Pricing Section Css
29. ballset Web Development Section CSS
30. ballset Contact  US Css
31. ballset Blog Sidber Widget CSS
32. ballset Case Study Details Css
33. ballset Search Box Css
34. ballset Loader Css
=======================*/


/*================================
<--  ballset Nav Menu Area Css -->
==================================*/

.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;
}



/*Style Two Nav Menu*/

.style-two.ballset_nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two .ballset_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    border: 1px solid rgba(255,255,255,0.3);
}

.style-two .header-button a i {
    color: #bbf737;
}

/*** Sub Menu Style 
==========================***/

.ballset_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    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;
}

/* sub menu 2 
=================*/

.ballset_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.ballset_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.ballset_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.ballset_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.ballset_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ffde5d;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.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;
}



/*
<!-- ============================================================== -->
<!-- Start ballset Slider Section Css -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 840px;
}

.content {
    margin-top: -80px;
}

.content h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    background: #334141;
    display: inline-block;
    padding: 5px 20px 6px;
    margin-bottom: 9px;
}

.content h1 {
    font-size: 80px;
    line-height: 93px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow Condensed";
    width: 160%;
}

.hero-button {
    margin-top: 23px;
}

.hero-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    background: #F3190F;
    padding: 16px 25px 18px;
    position: relative;
    z-index: 1;
}

.hero-button a::before {
    position: absolute;
    content: "";
    height: 104%;
    width: 38%;
    background: #0C0201;
    right: 1%;
    top: -1%;
    z-index: -1;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
    transition: .5s;
}

.hero-button a:after {
    position: absolute;
    content: "";
    height: 103%;
    width: 0;
    background: #F3190F;
    right: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
    transition: .5s;
}

.hero-button a:hover::before {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 110%, 0 100%);
}

.hero-button a:hover:after {
    width: 39%;
    clip-path: polygon(33% 0%, 100% 0, 100% 110%, 0 100%);
}


.hero-button a i {
    display: inline-block;
    font-size: 12px;
    margin-left: 55px;
}





/*Section title
===================================*/

.ballset-section-title.text-center {
    margin-bottom: 44px;
}

.feature-section .ballset-section-title.text-center {
    margin-bottom: 53px;
}

.testimonial-section .ballset-section-title.text-center {
    margin-bottom: 43px;
}

.ballset-section-title h5 {
    font-size: 16px;
    color: #f3190f;
    font-weight: 500;
    font-family: "Barlow Condensed";
    background: #F9DFDE;
    display: inline-block;
    padding: 3px 21px 5px;
    margin-bottom: 18px;
}

.ballset-section-title h1 {
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

.ballset-section-title span {
    color: #F3190F;
    display: inline-block;
}

.ballset-section-title p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    width: 96%;
    padding: 12px 0 0;
    margin: 0;
}

p.dec {
    padding: 18px 0 9px;
}

.video-section .ballset-section-title h5 {
    background: #321511;
    padding: 5px 21px 7px;
}

.video-section .ballset-section-title h1 {
    font-size: 36px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
}

.video-section .ballset-section-title p {
    color: #fff;
    width: 39%;
    padding: 12px 0 53px;
    margin: auto;
}



/*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 Feature Section -->
======================================================**/


.feature-section {
    padding: 44px 0 100px;
}

.feature-single-box {
    text-align: center;
    background: #FBEFEF;
    padding: 41px 23px 34px;
    margin: 0 23px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.feature-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 11px;
    background: #D8D6D7;
    left: -2%;
    bottom: 8px;
    transform: rotate(2deg);
    z-index: -1;
    transition: .5s;
}

.feature-single-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 11px;
    background: #D8D6D7;
    right: -2%;
    top: 10px;
    transform: rotate(2deg);
    z-index: -1;
    transition: .5s;
}

.feature-inner {
    position: relative;
    z-index: 1;
}

.feature-inner::before {
    position: absolute;
    content: "";
    height: 11px;
    width: 25px;
    background: #D8D6D7;
    bottom: -9px;
    left: 84%;
    z-index: 100;
    transition: .5s;
}

.feature-inner:after {
    position: absolute;
    content: "";
    height: 11px;
    width: 25px;
    background: #D8D6D7;
    top: -10px;
    right: 84%;
    z-index: 100;
    transition: .5s;
}


.feature-icon {
    background: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.feature-icon img {
    filter: brightness(1) invert(0);
    transition: .5s;
}

.feature-single-box:hover .feature-icon img {
	filter: brightness(0) invert(1);
}

.feature-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #F3190F;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}

.feature-content h2 {
    font-size: 22px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
    padding: 26px 0 14px;
}

.feature-content p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
}

.feature-single-box:hover:after {
    background: #F21A0F;
    top: 0;
}

.feature-single-box:hover::before {
    background: #F21A0F;
    bottom: 0;
}

.feature-inner:hover::before {
    background: #F21A0F;
    left: 12px;
}

.feature-inner:hover:after {
    background: #F21A0F;
    right: 13px;
}

.feature-single-box:hover .feature-icon:before {
    transform: scale(1);
}








/**
======================================================
<--  ballset About Section Css -->
======================================================**/

.about-section {
    background: url(../images/resource/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 120px;
}

.about-thumb {
    margin-left: 61px;
}






/**
======================================================
<--  ballset Service Section Css -->
======================================================**/


.service-section {
    padding: 120px 0 120px;
}

.service-single-box {
    margin-bottom: 40px;
}

.service-contebt h3 {
    font-size: 22px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

.service-thumb {
    position: relative;
}

.service-contebt {
    position: absolute;
    bottom: -16%;
    left: 0;
    right: 0;
    text-align: center;
    width: 84%;
    margin: auto;
    padding: 29px 0 27px;
    clip-path: polygon(6% 6%, 100% 6%, 94% 100%, 0% 100%);
    filter: drop-shadow(0 0 107px rgba(2,2,2,0.1));
    background-color: #ffffff;
    border-bottom: 1px solid #0C0201;
    transition: .5s;
}

.service-content-inner {
    position: relative;
    z-index: 1;
    bottom: -42px;
}

.service-content-inner::before {
    position: absolute;
    content: "";
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 5;
    height: 1px;
    background: #F3190F;
    transform: scale(0);
    transition: .5s;
}

.service-single-box:hover .service-content-inner::before {
    transform: scale(1);
}

.service-single-box:hover  .service-contebt {
    clip-path: polygon(0% 6%, 100% 6%, 100% 100%, 0% 100%);
}


/**
======================================================
<--  ballset video section Css -->
======================================================**/



.video-section {
    background: url(../images/resource/video-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 76px;
}


.video-icon a i {
    display: inline-block;
    color: #F3190F;
    font-size: 50px;
    background: #fff;
    height: 65px;
    width: 65px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5), 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0.5);
        box-shadow: 0 0 0 10px rgba(255,255,255,0.5), 0 0 0 20px rgba(255,255,255,0.5), 0 0 0 30px rgba(255,255,255,0.5)
    }
}



/**
======================================================
<--  ballset testimonial Section -->
======================================================**/


.testimonial-section {
    padding: 120px 0 0;
}

.testi-single-box {
    background: #FBEFEF;
    padding: 34px 45px 41px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.testi-single-box::before {
    position: absolute;
    content: "";
    height: 97%;
    width: 10px;
    background: #D8D6D7;
    left: 0;
    top: 0%;
    z-index: -1;
    transition: .5s;
}

.testi-single-box::after {
    position: absolute;
    content: "";
    height: 97%;
    width: 10px;
    background: #D8D6D7;
    right: 0;
    bottom: 0px;
    z-index: -1;
    transition: .5s;
}

.testi-box-inner {
    position: relative;
    z-index: 1;
}

.testi-box-inner::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 31px;
    background: #D8D6D7;
    bottom: -10px;
    right: 0;
    z-index: 100;
    transition: .5s;
}

.testi-box-inner.style-two::before {
    right: -4px;
}

.testi-box-inner.style-two:after {
    left: 16px;
}

.testi-box-inner:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 31px;
    background: #D8D6D7;
    top: -10px;
    left: 0;
    z-index: 100;
    transition: .5s;
}

.testi-rating ul li {
    list-style: none;
    display: inline-block;
}

.testi-rating ul li i {
    display: inline-block;
    color: #F3190F;
    font-size: 15px;
    margin-right: 2px;
}

p.testi-description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    padding: 13px 0 26px;
}

.testi-author-thumb {
    margin-right: 21px;
}

.testi-content h3 {
    font-size: 18px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

p.testi-description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    padding: 16px 0 22px;
    width: 94%;
}

.testi-shape {
    position: absolute;
    bottom: 18%;
    right: 19%;
}

.testi-single-box:hover:after {
    background: #F21A0F;
}

.testi-single-box:hover::before {
    background: #F21A0F;
}


.testi-box-inner:hover::before {
    background: #F21A0F;
}

.testi-box-inner:hover:after {
    background: #F21A0F;
}





/**
======================================================
<--  ballset project-section Css -->
======================================================**/



.project-section {
    padding: 100px 0 120px;
}

.project-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project-thumb::before {
    transition: .5s;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(12,2,1,0.8);
    left: 0;
    top: 0;
    opacity: 0;
}

.project-thumb img {
    width: 100%;
}

.project-content {
    position: absolute;
    bottom: -16%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);
    left: 50%;
    right: 0;
    width: 100%;
    transition: .5s;
    opacity: 0;
}

.project-content h3 {
    font-size: 22px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow Condensed";
    margin: 0;
}

.project-content p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    width: 72%;
    margin: auto;
    padding: 6px 0 13px;
}

.project-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow Condensed";
}

.project-btn a i {
    display: inline-block;
    font-size: 11px;
    margin-left: 4px;
}

.project-thumb:hover .project-content {
    bottom: 50%;
    opacity: 1;
}

.project-thumb:hover::before {
    opacity: 1;
}





/**
======================================================
<--  ballset address Section Css -->
======================================================**/


.address-section {
    background: url(../images/resource/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 blog2 Section Css -->
======================================================**/



.blog2-section {
    padding: 118px 0 89px;
}

.blog-single-box2 {
    margin-bottom: 30px;
}

.blog-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-thumb2::before {
    transition: .5s;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(12,2,1,0.8);
    left: 0;
    top: 0;
    opacity: 0;
}

.blog-thumb2 img {
    width: 100%;
}

.blog-content2 {
    position: absolute;
    bottom: -27%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);
    left: 50%;
    right: 0;
    width: 100%;
    transition: .5s;
    opacity: 1;
}

.blog-content2 h5 {
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    margin-bottom: 10px;
}

.blog-content2 h3 a {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    display: inline-block;
}

.blog-content2 p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    width: 85%;
    margin: auto;
    padding: 14px 0 13px;
}

.blog-btn2 a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Barlow Condensed";
}

.blog-btn2 a i {
    display: inline-block;
    font-size: 11px;
    margin-left: 4px;
}

.blog-thumb2:hover .blog-content2 {
    bottom: 50%;
    opacity: 1;
}

.blog-thumb2:hover::before {
    opacity: 1;
}









/**
======================================================
<--  ballset Footer Section Css -->
======================================================**/



.footer-section {
    background: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 118px 0 114px;
}

.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: 35px 0 37px;
}

.footer-bottom-content-copy p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}


/*
<!-- ============================================================== -->
<!-- ballset Breatcam Section Css -->
<!-- ============================================================== -->*/


.breatcam-section {
    background: url(../images/resource/breatcam-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}

.breatcome-title h1 {
    font-size: 60px;
    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-inner-pages-Css -->
<!-- ============================================================== -->*/







/*
<!-- ============================================================== -->
<!-- ballset service Section style-two  Css -->
<!-- ============================================================== -->*/

.service-section.style-two {
    padding: 120px 0 88px;
}

.service-content-two {
    padding: 22px 16px 0;
}

.service-single-box-two {
    text-align: center;
    background: #FBEFEF;
    padding: 30px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-thumb-two {
    overflow: hidden;
}

.service-thumb-two img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.service-content-two h3 {
    font-size: 22px;
    line-height: 28px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
    text-align: center;
    margin: 0;
    transition: .5s;
}

.service-content-two p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    padding: 12px 0 2px;
}

.service-section.style-two .ballset-button a {
    padding: 10px 23px 10px;
}

.service-single-box-two:hover .service-content-two h3 {
    color: #FF0000;
}

.service-single-box-two:hover .service-thumb-two img {
    transform: scale(1.1);
}

.service-single-box-two:hover {
    margin-top: -10px;
}



/*
<!-- ballset testimonial-section.style-two  Css --!>*/

.testimonial-section.style-two {
    padding: 120px 0 98px;
}





/*
<!-- ballset contact-section  Css --!>*/


.contact-section {
    padding: 120px 0 120px;
}

.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: 22px;
    color: #0c0202;
    font-weight: 700;
    font-family: "Barlow Condensed";
}

.row.contact {
    padding: 84px 0 0;
}

.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: 124px;
    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);
}







/*
<!-- ballset about-section style-two  Css --!>*/

.about-section.style-two {
    background: url(../images/resource/about-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 120px;
}


.about-section.style-two .about-thumb {
    margin-left: 0;
}

ul.about-list {
    padding: 25px 0 0;
}

ul.about-list li {
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    color: #616161;
    font-weight: 400;
    font-family: "Poppins";
}

ul.about-list li i {
    display: inline-block;
    background: #FBDFDE;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #F3190F;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}




/*
<!-- ballset about-section style-two  Css --!>*/

.team-section {
    padding: 120px 0 88px;
}

.team-single-box {
    margin-bottom: 30px;
}

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


.team-thumb img {
    width: 100%;
}

.team-content {
    text-align: center;
    background: #E8F1FA;
    padding: 24px 0 29px;
    position: relative;
    width: 100%;
    transition: .5s;
}

h3.team-title {
    font-size: 22px;
    line-height: 28px;
    color: #0c0e18;
    font-weight: 700;
    font-family: "Barlow Condensed";
    transition: .5s;
}

p.team-text {
    font-size: 15px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 0;
    padding: 8px 0 10px;
    transition: .5s;
}

ul.team-social-icon {
    margin-top: -50px;
    opacity: 0;
    transition: .5s;
}

ul.team-social-icon li a i {
    display: inline-block;
    background: #fff;
    font-size: 15px;
    color: #FF0000;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px 0;
}

.team-single-box:hover ul.team-social-icon {
    margin-top: 0;
    opacity: 1;
}

.team-single-box:hover .team-content {
    margin-top: -50px;
}
.team-single-box:hover .team-content {
    background: #FF0000;
}

.team-single-box:hover h3.team-title {
    color: #fff;
}

.team-single-box:hover p.team-text {
    color: #fff;
}


/*=================================
<--Start Cart Section -->
=================================*/
.cart-section {
    padding: 100px 0;
}

button.remove-btn:hover i {
    color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-product-mobile-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 135px;
    flex: 1 0 135px;
    max-width: 135px;
    border: 1px solid #E5E5E5;
}

.cart-product-mobile-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    border: none;
    border-radius: 50%;
    background-color: var(--text-color-white);
    transition: .5s;
}

.cart-product-mobile-remove i {
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}

.cart-product-mobile-remove i:hover {
    color: #dc3545;
}

.cart-product-mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-product-mobile-image img {
    width: 100%;
}

.cart-product-mobile-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cart-product-mobile-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-product-mobile-title a {
    font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.cart-product-mobile-total {
    margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
    margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    margin-bottom: 10px;
    font-weight: 500;
    color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
    padding-left: 5px;
}

.btn {
    border: none;
    outline: none;
    line-height: 1;
    color:#fff;
    font-weight: 700;
    padding: 21px 42px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "DM Sans", sans-serif;
}

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-js.active .show-modal {
    display: none;
}

.alert-overlay {
    position: fixed;
    z-index: 922;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
}

.alert-js.active .alert-overlay {
    opacity: 1;
    pointer-events: auto;
}

.alert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 24px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 923;
}

.alert-js.active .alert-box {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
    font-size: 70px;
    color: #27ff00;
}

.alert-box h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.alert-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    text-align: center;
    font-family: cursive;
}

.alert-box .alert-buttons {
    margin-top: 25px;
}

.alert-buttons a {
    display: inline-block;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #313131;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 10px;
    transition: .5s;
}

.alert-buttons a:first-child:hover {
    background-color: #ff0000;
}

.alert-buttons a:hover {
    background-color: #ff0000;
}

button.btn.btn_primary {
    background: #313131;
    color: #fff;
}

.btn.btn_border.border_black {
    color: #1B1B1B;
    border-color: rgba(18, 16, 13, 0.3);
    transition: 0.5s;
}

.btn.btn_border.border_black:hover {
    background: #313131;
    color: #fff;
}

.cart-totals {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}



/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
    padding: 120px 0;
}

#billing-form h4 {
    color: #000201;
}

.shop-product-section label {
    color: #000201;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}

.cart-totals .table,
.checkout-box .table {
    --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}

.cart-totals .title {
    margin-bottom: 15px;
}

.cart-totals .table {
    margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}

/* Checkout Box */
.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
    margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
    font-size: 14px;
    margin-top: 10px;
}


/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #E5E5E5;
}

fieldset legend {
    font-size: 16px;
    font-weight: 700;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: var(--text-color-white);
}

/* Form Label */
label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

/* Form Field Select */
select.form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    background-image: url("../images/icons/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}

select.form-field:focus {
    border-color: #C7A17A;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    select.form-field {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    select.form-field {
        height: 44px;
    }
}

/* Form Field Input */
input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 44px;
    }
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #C7A17A;
}

#shipping-form h4 {
    color: #000201;
}

.checkout-box h4 {
    color: #000201;
}

/* Form Field Textarea */
textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

textarea.form-field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
    border-color: #C7A17A;
}

/* 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;
    }
}

/* Reservation Form */
.reservation-form {
    padding: 40px 50px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .reservation-form {
        padding: 30px;
    }
}

.reservation-form .block-title {
    margin-bottom: 20px;
}

.reservation-form .input-field {
    width: 100%;
}

.reservation-form .input-field:not(:last-child) {
    margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
    font-size: 15px;
}

.reservation-form .input-field textarea {
    height: 120px;
}

.reservation-form .input-field input[type=submit] {
    text-transform: uppercase;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.single-method.form-check p {
    color: #000201;
}

/*my account */
.contact-area.account label {
    display: inline-block;
    color: #0C0202;
}
 
.login-button button {
    background: #fff;
    margin-top: 20px;
    padding: 14px 42px;
    color: #000201;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    letter-spacing: 0.5px;
    border: none;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.login-button button::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000201;
    transform: scale(0.0, 1);
    transition: .5s;
}

.login-button button:hover::before{
    transform: scale(1);
}

.login-button button:hover{
    color:#fff;
}

.form-box:first-child {
    margin-top: 30px;
}

.contact-area.account {
    background: #FBEFEF;
    padding: 110px 0 120px;
}

.pixer-section-title.text-left h2 {
    margin-bottom: 30px;
}

.row.account.form {
    border: 1px solid #acacac;
    padding: 10px;
}

.login-button {
    margin-bottom: 30px;
}

/*==============
preloader 
===============*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 99999;
}


/*==============
 Style One
===============*/

.preloader.style1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.preloader.style1 .loader{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader.style1 .loader .ring{
    position: relative;
    height: 150px;
    width: 150px;
    margin: -30px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #fff;
    animation: animate 4s linear infinite;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.preloader.style1 .loader .ring::before{
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    box-shadow: 0 0 0 5px #24ecff33,
    0 0 0 10px #24ecff22,
    0 0 0 20px #24ecff11,
    0 0 20px #fff,
    0 0 50px #fff;
}
.preloader.style1 .loader .ring:nth-child(2){
    animation: animate2 4s linear infinite;
    animation-delay: -1s;
    border-top: 4px solid transparent;
    border-left: 4px solid #ff9f14;
}
.preloader.style1 .loader .ring:nth-child(2)::before{
    content: "";
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #ff9f14;
    box-shadow: 0 0 0 5px #93ff2d33,
    0 0 0 10px #93ff2d22,
    0 0 0 20px #93ff2d11,
    0 0 20px #ff9f14,
    0 0 50px #ff9f14;
}
@keyframes animate2{
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.preloader.style1 .loader .ring:nth-child(3){
    position: absolute;
    top: -66.66px;
    border-top: 4px solid transparent;
    border-left: 4px solid #f00;
    animation: animate2 4s linear infinite;
    animation-delay: -3s;
}
.preloader.style1 .loader .ring:nth-child(3)::before{
    content: "";
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #f00;
    box-shadow: 0 0 0 5px #fff,
    0 0 0 10px #e41cf822,
    0 0 0 20px #e41cf811,
    0 0 20px #f00,
    0 0 50px #f00;
}
.preloader.style1 .loader p{
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    font-family: consolas;
    bottom: -150px;
    letter-spacing: 0.15em;
}





/*
<!-- ============================================================== -->
<!-- ballset coach-section  Css -->
<!-- ============================================================== -->*/



.coach-section {
    padding: 120px 0 88px;
}

.coach-single-box {
    text-align: center;
    margin-bottom: 30px;
}

.coach-thumb {
    background: #FF0000;
}

.coach-thumb img {
    width: 100%;
}

.coach-content {
    background: #0C0201;
    padding: 34px 41px 34px;
    transition: .5s;
}

h3.coach-title {
    color: #fff;
    line-height: 28px;
    font-size: 28px;
    margin-bottom: 20px;
}

p.text {
    color: #fff;
    line-height: 28px;
    margin: 0;
}

/* google area  */

.mapouter.fixed-height {
    height: 400px;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
}
.mapouter iframe {
    height: 100%;
    width: 100%;
}






/*
<!-- ============================================================== -->
<!-- ballset Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-section {
    padding: 120px 0 120px;
}


/* Shop Form*/

p.form-text {
    display: inline-block;
    font-size: 16px;
    color: #101210;
    margin: 15px 0 0;
}

.form_box {
    padding: 0 0 30px;
}

.form_box select {
    width: 49%;
    height: 56px;
    padding-left: 15px;
    background: #f6f6f6;
    border-radius: 4px;
    font-size: 16px;
    color: #101010;
    border: 0;
    transition: .5s;
}

.upper.widget_search form {
    margin-bottom: 30px;
    position: relative;
}

.upper.widget_search input {
    width: 100%;
    color: #101010;
    background: #f6f6f6;
    border: 0;
    padding: 0 20px 0;
    height: 56px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(19,17,37,0.1);
}

button.icons {
    border: 0;
    color: #7b7b7b;
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
}

.upper.widget_search input::placeholder {
    color: #101010;
}

/*Shop Right*/

.widget-check-box {
    padding: 45px 40px 35px;
    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;
}


/*Price Range
===========================*/


.wrapper-box {
    margin-bottom: 75px;
}

.upp.categories-title h4 {
    border: 0;
    margin-bottom: 8px;
}

.slider-labels {
    margin-top: 32px;
}

.text-right.caption {
    display: inline-block;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 64px;
    height: 34px;
    line-height: 35px;
    background: #FF0000;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 10px;
}

span#slider-range-value1, span#slider-range-value2 {
    color: #101010;
    font-size: 15px;
}

.text-right.caption span {
    color: #101010;
}


.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #FF0000;
    border: 3px solid #ffff;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #FF0000;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}


/* Handles and cursors;
 ========================*/

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(255, 222, 93, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* 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;
}

.product-thumb {
    float: left;
    padding-right: 20px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF0000;
    letter-spacing: 3px;
    font-size: 13px;
    padding: 4px 0 5px;
}

.powered-person span {
    font-size: 14px;
    color: #FF0000;
}


/*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: 20px;
    font-weight: 500;
    color: #101210;
}

.product-price p {
    font-family: "Clash Display";
    font-weight: 500;
    padding: 14px 0 0px;
    font-size: 18px;
    margin-bottom: 12px;
}

.product-price p span {
    color: #7b7b7b;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 18px;
}

.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;
}

/*
Shop style two
=====================*/

.shops-section {
    padding: 120px 0 90px;
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
    width: inherit;
    transition: .5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #101010;
    color: #ffff;
    transition: .5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #FF0000;
    transform: scale(0);
    transition: .5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
}

.shops-section .tabs {
    display: inline;
}

.shops-section  .tabs li.current:before {
    position: inherit;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #101010 !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    padding: 0;
}

.shops-section li.current a {
    color: #fff !important;
    background: #FF0000 !important;
}

/*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;
}

/*
<!-- ============================================================== -->
<!-- ballset Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.tabs-bg {
    background: #f6f6f6;
    padding: 60px 55px 30px;
    margin-bottom: 60px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    margin-right: 15px;
}

.style-three .tabs_item img {
    border: 20px solid #fff;
    border-radius: 5px;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li a img {
    border-radius: 5px;
}

.style-three .tabs li.current:before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #FF0000;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 17px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF0000;
    letter-spacing: .4em;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #7b7b7b!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #101210;
    padding: 7px 0 25px;
}

.category-description p {
    padding: 25px 30px 25px;
    background: #fff;
    border-radius: 5px;
    margin: 0;
}

.category-color p {
    color: #101210;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 0 3px;
}

.category-color span {
    color: #67686C;
    padding-left: 15px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

.cloth-tag ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    color: #101010;
}

.cloth-tag ul li a {
    padding: 6px 20px;
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 32px 0 22px;
}

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 160px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #FF0000;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 45px;
    text-align: center;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    color: #101010;
    background-color: #fff !important;
    background: linear-gradient(90deg, #FF0000 50%, transparent 0) repeat-x, linear-gradient(90deg, #FF0000 50%, transparent 0) repeat-x, linear-gradient(0deg, #FF0000 50%, transparent 0) repeat-y, linear-gradient(0deg, #FF0000 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 41%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 81%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 41%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 80%;
    border-radius: 30px 0 0 30px;
}

@-webkit-keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    background: #FF0000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #101010;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover {
    color: #fff;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/*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;
}

/*Tab Items
=======================*/

.tab-boxs {
    padding: 40px 50px 50px;
    background: #f6f6f6;
    border-radius: 5px;
}

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    line-height: 34px;
    position: relative;
    display: inline-block;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.appoinment-tab .tabs li a {
    font-size: 16px;
    color: #101210;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
    border-radius: 5px;
}

.appoinment-tab li.current a {
    background: #0D0403;
    color: #fff;
}



h2.tab-title {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 32px;
}


/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.post-content {
    overflow: hidden;
    background: #fff;
    padding: 28px 30px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*comment icon list*/

ul.comment-icon-list {
    float: right;
}

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #FF0000;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    padding: 0px 0 20px;
}

h4.post-title span {
    color: #67686C;
    padding-right: 5px;
    font-family: 'Kumbh Sans';
    font-weight: 300;
    font-size: 16px;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

.product-details-respond {
    padding: 65px 0 0;
}

.sidebar-title h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}


.sidebar-description p {
    margin: 6px 0 25px;
}

/*sidebar rating list*/

.sidebar-rating-list {
    background: #FF0000;
    padding: 32px 30px 35px;
    border-radius: 5px;
    margin-bottom: 35px;
}

p.sidebar-text {
    color: #fff;
    margin-bottom: 8px;
}

.sidebar-rating-list ul {
    display:block;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    letter-spacing: .4em;
    font-size: 18px;
}

/*from box*/

h6.form-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 16px;
    margin: 0;
}

.product-item-title h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    padding: 50px 0 30px;
}






/*
<!-- ============================================================== -->
<!-- ballset Start Blogs Section -->
<!-- ============================================================== -->*/

.blogs-section {
    padding: 120px 0 120px;
}

.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-radius: 0 0 5px 5px;
    border: 1px solid rgba(19,17,37,0.1);
    border-top: 0;
}


.blogs-section h2.blog-title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 10px 0 0;
}

.blog-btn a {
    color: #FF0000;
    text-decoration: underline;
}

.blogs-section h2.blog-title a:hover{
    color: #FF0000;
}

/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 35px 40px 41px;
    background: #f6f6f6;
    margin-bottom: 30px;
    border-radius: 5px;
}

.rpost-title h4 {
    margin-top: 2px;
}

.blogs-section h4.sidebar-title {
    padding: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
}

.blogs-section 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-content h4 a {
    font-size: 17px;
    font-weight: 500;
    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: #7b7b7b;
    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: 30px 0 28px;
    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;
}


/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 0px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #f6f6f6;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #545654;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li 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;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment2 {
    padding: 38px 40px 55px;
    background: #f6f6f6;
    border-radius: 5px;
}

.reply-author p span {
    color: #FF0000;
}

.blog-post-comment2 .post-comment-thumb {
    float: inherit;
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
}

.blog-post-comment2 .post-comment {
    background: #fff;
    padding: 30px 30px 0;
    border-radius: 5px;
}

.authority {
    display: inline-block;
}

.blog-post-comment2 .post-content {
    padding: 24px 0px 10px;
    margin-top: 17px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
}

/*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;
}


/*
<!-- ============================================================== -->
<!-- ballset Start Cart Section -->
<!-- ============================================================== -->*/

.cart-section {
    padding: 120px 0 120px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #F6F7F9;
    border-bottom: 2px solid #050505;
    display: inline-block;
    width: 100%;
    color: #050505;
}

.cart-empty p i {
    color: #050505;
    padding-right: 10px;
}

.cart-section a.ballset-button {
    margin-top: 10px;
    display: inline-block;
}


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- ballset Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

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

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*rotateme animation*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}






/*----------------
==============   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;
}





/*===========================
<-- ballset Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #FF0000;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #FF0000;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #FF0000;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}




/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #2dc55f;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
	outline: 0;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #2dc55f;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 45px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #2dc55f;
}

.header-search-btn {
    display: inline-block;
    margin-right: -25px;
    margin-left: 24px;
}

.header-search-btn i {
    font-size: 16px;
    color: #fff;
    background: red;
    padding: 17px 31px 19px;
    clip-path: polygon(0% 0%, 74% 0%, 100% 110%, 0% 100%);
}





/* hero main  css */

main {
    position: relative;
    width: 100%;
    height: 800px;
  }
  
  .item {
    width: 100px;
    height: 100px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
  
    &:nth-child(1), &:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }
  
    &:nth-child(3) { left: 81%; }
    &:nth-child(4) { left: calc(50% + 711px); }
    &:nth-child(5) { left: calc(50% + 825px); }
    &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
  }
  
  .content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
    margin-left: 14%;
    margin-top: -1%;
}
  
  .item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
  }
  
  @keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(calc(-50% + 75px));
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  
  .nav {
    position: absolute;
    left: 90%;
    transform: translateX(-57%);
    z-index: 5;
    user-select: none;
    bottom: 34%;
  
    & .btn {
        background-color: #FF0000;
        color: #ffff;
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;
  
      &:hover {
        background-color: #0C0201;
      }
    }
  }
  
