.over-6row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    min-height: 216px;
}
.over-3row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 66px;
}

.over-2row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 19px;
}

.over-1row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 19px;
    line-height: 20px;
}
.suport i, .suport a {
    color: var(--theme-color2);
}
.inner-box .badge, .price-box .badge {
    color: var(--theme-color2);
}
.inner-box h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 38px;
}
.support .sidebar__tags-list a {
    
    padding: 5px 10px 5px;
 margin-bottom:10px;
}
.box-boxshardow {
    border: 3px solid #000;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;
}
.text-justify{text-align:justify;}
/*Menu Left*/
#menu ul {
    list-style-type: none;
    color: #000;
}

        #menu ul li a:hover {
            color: #f1242d;
        }

        #menu ul li:hover > ul {
            left: 295px;
        }

#menu .dropdown-left {
    position: absolute;
    top:0px;
    left: 230px!important;
    min-width: 260px;
    z-index: 10;
    position: absolute;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    background: #FFF;
    display: none;
}



#menu .nav-item:hover .dropdown-left {
    display: block;
}
#menu .dropdown-left li{

   margin-bottom:0px!important;
   padding:5px 10px;
}



#menu .sub-menu {
    position: absolute;
    top: 0px;
    left: 280px;
    min-width: 260px;
    z-index: -1;
    position: absolute;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    background: #FFF;
    display: none;
}

#menu .nav-item.lv2:hover .sub-menu {
    display: block;
}

#menu-left .nav-item.lv2:hover .sub-menu {
    display: block;
}
/*End Menu Lef*/
/*Logo*/
.sidebar-top {
    position: relative;
    display: block;
    background: #f68b1e;
    justify-content: center !important;
}
.sidebar-top .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar-top .sidebar__post-list .sidebar__post-image {
    margin-right: 30px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}
.sidebar-top .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar-top h3{
   margin-bottom:0px!important;
   padding-bottom:10px;
   border-bottom:3px solid #000;
   color:#fff;
   text-shadow: black 0.1em 0.1em 0.2em;
   font-family: system-ui;
   font-weight: 700;
   text-transform:uppercase;
}
.title-shadow-bl {
    color: #000;
    text-transform: uppercase;
    text-shadow: #c3bebe 0.1em 0.1em 0.2em;
    font-family: system-ui;
    font-size:20px;
    font-weight: 900;
}
.sidebar-top .text-top{
  font-weight:600;text-transform:uppercase;
   color:#fff;
   text-shadow: black 0.1em 0.1em 0.2em;
     font-family: system-ui;
   font-weight: 900;
}
.sidebar-top .mobile-nav-toggler {
    display: block !important;
    margin-left:60px!important;
margin-top: 40px;
    font-size: 30px!important;
}
.header-style-one .header-lower {
    background-color: var(--bg-theme-color1);
    display: none;
}
/*----------------*/
.sticky-header {
    background: #f68b1e;
}
    .sticky-header .main-menu .navigation > li > a {
        color: #ffffff;
        text-shadow: #000 0.1em 0.1em 0.2em;
    }
        .sticky-header .main-menu .navigation > li > a:hover {
            color: #000;
            text-shadow: #c3bebe 0.1em 0.1em 0.2em;
        }
.header-top {
    margin-left: 60px;
}
.header-style-one .header-lower .logo-box {
    margin-top: -90px;
}
.tit-brand{color:#f68b1e; padding-top:10px;}
.sec-title h2 {
    color: #f58634;
}
h1, h2, h3, h4, h5, h6 {
    color: #f58634;
}
.banner-section .slide-item {
     min-height: auto; 
}
.outer-box .theme-btn {
    display: inline-block;
}
.outer-box .theme-btn {
    line-height: 20px;
    padding: 20px 50px!important;
}
.box-shadow {
    box-shadow: 5px 10px 8px #888888;
}
.text-shadow {
    text-shadow: #c3bebe 0.1em 0.1em 0.2em;
}
.text-shadow-bl {
    text-shadow: #000000 0.1em 0.1em 0.2em
}
/*-----service-block-----*/
.service-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 3px solid #000;
    border-radius: 6px;
    box-shadow: 5px 10px 8px #888888;
}
.service-block .content-box {
    padding: 6px 20px 30px !important;
    min-height: 100px;
}
.service-block .tit-box {
    min-height: 180px;
}
.service-block .content-box .text {
    line-height: 22px !important;
    margin-bottom: 5px;
    margin-top:8px;
    font-family: system-ui;
    font-weight: 700;
    color: #1d2f41;
}
.service-block h5 {
    color: #000;
    text-shadow: #c3bebe 0.1em 0.1em 0.2em;
    font-family: system-ui;
    font-weight: 900;
    padding-bottom:4px;
    margin-bottom:0px!important;
    border-bottom:3px solid #f1242d;
}
.service-block .content-box .text a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #182838;
}
.service-block .content-box .text a {
    padding-left: 15px;
}
.services-section {
    padding: 0px 0 20px;
}
/*----about-section-two-----*/
.about-section-two {
    position: relative;
    padding: 20px 0 0px;
}
.about-section-two .text {
    border: 3px solid #000;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;
}
.about-section-two h4 {
    color: #000;
    text-shadow: #c3bebe 0.1em 0.1em 0.2em;
    font-family: system-ui;
    font-weight: 900;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    border-bottom: 3px solid #f1242d;
    margin-bottom:10px!important;
}
.about-section-two .sec-title .text {
    margin-top: 0px;
}
    .about-section-two .content-column .inner-column {
         padding-right: 0px; 
    }
.about-section-two:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ecf0f4;
    content: "";
}
    .about-section-two .content-column {
        margin-bottom: 10px;
    }
/*----sidebar__post---*/
.sidebar__post {
    padding: 20px 20px 20px;
}
/*----page-title---*/
.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0 10px;
     min-height: 10px; 
}
    .page-title .title {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 17px;
        margin-top: 10px;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
.data-list li {
    display: list-item;
    list-style: none;
   
    line-height: 26px;
    margin-left: 10px;
}
.data-list .lv1 {
    font-weight: 600;
    line-height: 22px;
    color: rgb(246 139 30);
    font-size: 12px;
}
.data-list .lv2 {
    font-weight: 500;
    line-height: 24px;
    color: rgb(24 40 56);
}
.box-menu-detail {
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
p {
    margin-bottom: 10px;
}
/*---main-foote--*/
.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 20px;
}
.main-footer .upper-box .logo{
    width:48%;
    text-align:center;
}
.main-footer .subscribe-form {
    text-align:center;
}
.main-footer .upper-box h5 {
    padding: 15px 50px 0px;
    text-align: center;
    line-height:30px;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

/*-----*/
.header-style-one .header-lower .main-box {
    background: #f68b1e;
}
.main-menu .navigation > li > a {
    color: #fff;
}
.main-menu .navigation > li > a:hover {
    color: #1d2f41;
}
.main-menu .navigation > li > ul {
    width: 280px !important;
}
.main-menu .navigation > li > ul > li > a {
    margin: 0 20px!important;
}
.shop-sidebar .sidebar-widget {
    padding: 35px 12px 37px 12px!important;
}
.news-section {
    position: relative;
    padding: 30px 0 30px!important;
    overflow: hidden;
}
.product-block .content {
    padding: 20px 10px 20px!important;
}
.product-block h4 {
    font-size: 18px!important;
    font-weight: 600!important;
}

/*-----testimonial-----*/
.testimonial-section {
    position: relative;
    padding: 30px 0 30px;
}
.testimonial-block .image-box {
    width: 150px !important;
    height: 150px !important;
}
.testimonial-block .image-box .image {
    width: 150px !important;
    height: 150px !important;
    box-shadow: 2px 3px 4px #f58634;
}
.box-fb {
    border: 3px solid #000;
    border-radius: 6px;
    padding: 10px;
    box-shadow: rgb(255 255 255) 0px 2px 12px -8px, rgb(255 255 255 / 32%) 0px 5px 5px 8px
}
    .box-fb h5 {
        margin-bottom: 0px;
        color: #fff;
        text-shadow:#000000 0.1em 0.1em 0.2em
    }
    .box-fb .text{color:#c0c0c0;}

/*---------*/
.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
}
/*-----Blog-Detail----*/
.blog-details__left h1, .contents-detail h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 5px;
    text-shadow: #0000008c 1px 1px 2px;
    font-family: system-ui;
    text-transform: uppercase;
    color: rgb(24 40 56);
    font-weight: 700;
}
.blog-details__left h2, .contents-detail h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 5px;
    text-shadow: #0000008c 1px 1px 2px;
    font-family: system-ui;
    text-transform: uppercase;
    color: rgb(24 40 56);
}
.blog-details__left h3, .contents-detail h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 5px;
    text-shadow: #0000008c 1px 1px 2px;
    font-family: system-ui;
    text-transform: uppercase;
    color: rgb(24 40 56);
}
.sidebar__post .sidebar__title {
    margin-left: 0px;
    border-bottom: 3px solid #f1242d;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: #0000008c 1px 1px 2px;
    color: rgb(24 40 56);
    font-size: 18px;
}
.ti-one-ovf{line-height:22px;}
/*Support bottom*/
.support-bottom {
    border-top: 1px solid #ddd;
    z-index: 1000;
    background: rgba(221, 221, 221, 0.73);
    text-align: center;
    display: none;
}

    .support-bottom a {
        padding: 10px;
    }

    .support-bottom .borl {
        border-left: 1px solid #ddd;
    }

    .support-bottom .call {
        background: #ec3237;
    }

        .support-bottom .call strong {
            color: #fff;
        }

    .support-bottom .fb {
        background: #0072ff;
    }

    .support-bottom .zl {
        background: #00c1ff;
    }

    .support-bottom .ms {
        background: #ff6a00;
    }

    .support-bottom .map {
        background: #00b8d4;
    }
.scroll-to-top {
    right: 10px;
    bottom: 68px;
}
/*Support Right*/
.support-right {
    text-align: center;
    position: fixed;
    bottom: 180px;
    right: 5px;
    width: 46px;
    z-index: 1000;
  
}

    .support-right .nav-link {
        display: block;
        padding: 0.5rem .5rem;
    }

    .support-right .call {
        background-color: #ec3237;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0 0 0 0 var(--main-color);
        animation: ripple 3s infinite;
    }

    .support-right .fb {
        background-color: #0072ff;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0 0 0 0 var(--main-color);
        animation: ripple 3s infinite;
    }

    .support-right .zl {
        background-color: #00c1ff;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0 0 0 0 var(--main-color);
        animation: ripple 3s infinite;
    }

    .support-right .ms {
        background-color: #ff6a00;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0 0 0 0 var(--main-color);
        animation: ripple 3s infinite;
    }

    .support-right .map {
        background-color: #00b8d4;
        border-radius: 50%;
        margin-bottom: 10px;
        box-shadow: 0 0 0 0 var(--main-color);
        animation: ripple 3s infinite;
    }

ul.pagination li {
    margin-right: 10px;
}

    ul.pagination li.active a {
        background: #808080;
        color: #fff;
    }

    ul.pagination li a:hover {
        background: #808080;
        color: #fff;
    }

    ul.pagination li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        background: #c85218;
        color: #fff;
        transition: .5s;
        font-size: 16px;
        font-weight: 400;
        border-radius: 3px;
        position: relative;
        z-index: 1;
    }