/*===============================================
Template Name: Fusión Total 2025
Author:  Rodolfo Parabellum - PARABELLUM Marketing
Description: Website for Fusión Total Soldaduras en San Luis Potosí
Version: 1.0.0
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01.  Header Top Menu Area Css
02.  Nav Menu Area Css 
03.  Slider Section Css
04.  Feature Section
05.  About Section Css
06.  Service Section Css
07.  Why Choose Section Css
08.  Team Section Css
09.  Testimonial Section Css
10.  Contact Section Css
11.  Process Section Css
12.  Blog Section Css
13.  Footer Section Css

17.  Service Detials Section
18.  Pricing Section Css
19.  Shop Section  Css
20.  Shop Details  Css
21.  Call To Action  Css
22.  project Section Css
23.  Start Blogs Section 
24.  Start Cart Section
25.  Scrollup Section
26.  Animation Dance

=======================*/

/*================================
 <-- hendrio Header Top Menu Area Css-->
==================================*/

.header-top-section {
    background: #393b43;
}

.header-address-info p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 3px;
}

.header-address-info p i {
    display: inline-block;
    padding-right: 5px;
}

.header-address-info p span {
    padding-left: 36px;
    position: relative;
}

.header-address-info p span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.30196078431372547);
}

.hendrio-social-icon {
    display: inline-block;
    padding-right: 22px;
}

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

.hendrio-social-icon ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 35px;
    height: 50px;
    line-height: 50px;
}

.hendrio-social-icon ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background: #1773ea;
    z-index: -1;
}

.hendrio-social-icon ul li:nth-child(1) a {
    padding: 0 14px;
}

.hendrio-social-icon ul li:nth-child(2) a {
    padding: 0 12px;
}

.hendrio-social-icon ul li:nth-child(3) a {
    padding: 0 13px;
}

.hendrio-social-icon ul li:nth-child(4) a {
    padding: 0 14px;
}

.hendrio-social-icon ul li:nth-child(2) a:before {
    background: #2ca5da;
}

.hendrio-social-icon ul li:nth-child(3) a:before {
    background: #0073b1;
}

.hendrio-social-icon ul li:nth-child(4) a:before {
    background: #E11A21;
}


.phone-number {
    display: inline-block;
}

.phone-number p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.phone-number p i {
    color: #fff;
}

.phone-number p span {
    color: #fff;
    font-size: 14px;
    padding: 0 4px 0 6px;
    font-weight: 300;
}


/*================================
<--  custom Css -->
==================================*/
.center {
    text-align: center;
}
.pd-b-135 {
    padding-bottom: 135px;
}
.pd-t-135 {
    padding-top: 135px;
}
.pd-135 {
    padding: 135px 0;
}
.w100 {
    width: 100%;
}
.white {
    color: #fff;
}

.metal-b {
  background-image: -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
    -webkit-repeating-linear-gradient(top, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
    
    linear-gradient(180deg, hsl(0,0%,78%)  0%, 
    hsl(0,0%,90%) 47%, 
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
    background-repeat: repeat;
}
.logoleft {
    
    animation: logoleft 4s ease 1s 1 normal forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes logoleft{
    from {
        opacity: 1;
        transform:translateX(-50vh);
        -webkit-filter: blur(45px);
    }
    25% {
        transform:translateX(3vh);
        -webkit-filter: blur(4px);
    }
    27% {
        transform:translateX(2vh);
        -webkit-filter: blur(0px);
        opacity: 1;
        filter: drop-shadow( 0 0 5px #fff) drop-shadow( 0 0 15px #fff) drop-shadow( 0 0 20px #fff);
        
    }
    29% {
        transform:translateX(0vh);
        filter: drop-shadow( 0 0 20px #fff) drop-shadow( 0 0 25px #fff) drop-shadow( 0 0 40px #fff);
    }
    34% {
        opacity: 0;
        
    }
    100% {
        opacity: 0;
    }
}

.logoright {
    animation: logoright 4s ease 1s 1 normal forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes logoright{
    from {
        opacity: 1;
        transform:translateX(50vh);
        -webkit-filter: blur(45px);
        
    }
    25% {
        transform:translateX(-3vh);
        -webkit-filter: blur(4px);
        
    }
    27% {
        transform:translateX(-2vh);
        -webkit-filter: blur(0px);
        opacity: 1;
        filter: drop-shadow( 0 0 5px #fff) drop-shadow( 0 0 15px #fff) drop-shadow( 0 0 20px #fff);
    }
    29% {
        transform:translateX(0vh);
        filter: drop-shadow( 0 0 20px #fff) drop-shadow( 0 0 25px #fff) drop-shadow( 0 0 40px #fff);
    }
    34% {
        opacity: 0;
        
    }
    100% {
        opacity: 0;
        
    }
}

.lg-overlay {
    animation: logoverlay 4s ease 1s 1 normal forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes logoverlay{
    from {
        opacity: 0;
    }

    27% {
        opacity: 0;
    }
  
    34% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


.logobottom {
    opacity: 0;
    -webkit-mask-image: linear-gradient(to left, #0000 55%, #000 65%);
    -webkit-mask-size: 300%;
}
.anim-logobottom {
    animation-name: logobottoms;
    animation-delay: 2.2s;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes logobottoms{
    0% {
        opacity: 1;
        -webkit-mask-position: 100%;
    }

    100% {
        opacity: 1;
        -webkit-mask-position: 0%;
    }
}
.logo-spark {
    opacity: 0;
    fill: #fff;
}
.anim-logo-spark {
    animation-name: logo-spark-a;
    animation-delay: .9s;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
@keyframes logo-spark-a {
    0% {
        opacity: 0;
    }
    26% {
        opacity: 0;
    }
    27% {
        opacity: 1;
        filter: drop-shadow( 0 0 5px #fff) drop-shadow( 0 0 15px #fff) drop-shadow( 0 0 20px #fff);
    }
    28% {
        filter: drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff);
    }
    29% {
        filter: drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff);
    }
    30% {
        filter: drop-shadow( 0 0 5px #fff) drop-shadow( 0 0 15px #fff) drop-shadow( 0 0 20px #fff);
    }
    38% {
        filter: drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff) drop-shadow( 0 0 0px #fff);
    }
    100% {
        opacity: 1;
    }
}

.left-side {
    text-align: right;
}
.red-text {
    color: #ed2531;
}


.nav-menu-address h4 {
    font-family: 'Fira Sans';
    font-weight: 500;
    text-indent: 15px;
}

.widget-title span {
    background-color: #ec2732;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px;
}
.nav-menu-address .col-1{
    padding: 10px 0;
    margin: auto;
}
.nav-menu-address .col-10{
    margin: auto;
}
.about-left-thumb img, .about-right-thumb img, .tab-thumb img {
    border-radius: 20px;
    max-width: 100%;
}
.blog-dtls-thumb img {
    border-radius: 10px;
}



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

.hendrio_nav_manu {
    background: #393b43;
    transition: .5s;
    z-index: 2;
    position: relative;
    border-bottom: 3px solid #ec2732;
}


.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: #393b43 !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/* hendrio Menu Css*/
nav.hendrio_menu {
    background: #fff;
    padding: 0px 30px 0 32px;
    border-radius: 5px 5px 0px 0;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
}

.hendrio_menu ul {
    list-style: none;
    display: inline-block;
}

.hendrio_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hendrio_menu>ul>li>a {
    font-size: 15px;
    display: block;
    margin: 35px 15px;
    transition: .5s;
    color: #393b43;
    font-family: 'Fira Sans';
    font-weight: 700;
}

nav.hendrio_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}

.hendrio_menu>ul>li>a:hover {
    color: #ec2732;
}

/*menu button*/

.header-button {
    display: inline-block;
}

.header-button a {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 12px 35px;
    font-weight: 700;
    color: #fff;
    background: #ec2732;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #ff1a00;
    transform: scale(0);
    transition: .5s;
}

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

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

.hendrio_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 #ec2732;
    opacity: 0;
}

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

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

.hendrio_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-family: 'Fira Sans';
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #393b43 !important;
}

.hendrio_menu ul .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.hendrio_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ec2732;
    color: #fff !important;
}

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

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

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

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

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

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

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

ul.sub-menu li a span {
    background: #ec2732;
    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 
====================*/

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


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

.hendrio_menu li a:hover:before {
    width: 101%;
}

.hendrio_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.hendrio_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}



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

.hero-section {
    background: linear-gradient(0deg, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.001));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 790px;
}

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

.slider2 .hero-thumb img {
    width: 100%;
}

.sero-content {
    position: relative;
    z-index: 1;
    animation: 3.9s running fadeInLeft;
}

.sero-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 100%;
    height: 100%;
    background: url(../images/slider/shape.png);
    background-repeat: no-repeat;
}

.sero-content h4 {
    font-size: 16px;
    color: #ec2732;
    padding: 0 0 14px 90px;
}

.sero-content h1 {
    font-size: 58px;
    line-height: 65px;
    font-weight: 800;
    color: #393b43;
    text-transform: uppercase;
    padding-left: 50px;
}

.sero-content h1 span {
    color: #ec2732;
}

.hero-button a {
    font-size: 15px;
    padding: 15px 9px 15px 42px;
    background: #393b43;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 35px 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 38px;
    margin-left: 50px;
}

.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 35px 5px 5px;
    background: #ec2732;
    transform: scale(0);
    transition: .5s;
}

.hero-button a i {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    color: #393b43;
    border-radius: 30px;
    border: 2px solid #393b43;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 20px;
    transition: .5s;
}

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

.hero-button a:hover i {
    background: #ec2732;
    border: 2px solid #fff;
    color: #fff;
}

.hero-thumb img {
    margin: 0 0 0 136px;
    animation: 4.1s running fadeInRight;
}


.hero-shape {
    position: absolute;
    top: -108px;
    left: -82px;
    animation: dance3 4s alternate infinite;
}

/*owl Carousel Dots
==================*/

.hero-list {
    position: relative;
    z-index: 1;
}

.hero-list .owl-dots {
    text-align: center;
    padding: 6px 0 0;
    position: absolute;
    top: 46%;
    right: 44%;
}

.hero-list .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 1.5px solid #ffffff;
    background-color: transparent;
    display: block;
    margin-bottom: 7px;
    transition: .5s;
}

.hero-list .owl-dot.active {
    background-color: #ec2732;
}

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

.hendrio-section-title {
    text-align: center;
}
.hendrio-section-title h4 {
    font-size: 16px;
    color: #ec2732;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 8px;
}

.hendrio-section-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

h1.sections {
    margin: 0;
}

.hendrio-section-title h1 span {
    color: #ec2732;
}

.hendrio-section-title p {
    padding: 17px 0 15px;
}

.hendrio-section-title.padding-lg {
    padding: 0 0 60px;
}

/**
======================================================
<--  hendrio Feature Section -->
======================================================**/

.feature-section {
    padding: 0 228px;
}

.row.feature-bg {
    padding: 65px 67px 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 15px rgba(206,206,206,0.4));
    background-color: #ffffff;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.feature-contact-info {
    display: flex;
    padding: 0 0 40px;
}

.feature-contact {
    padding-left: 20px;
}

span.feature-ask {
    font-size: 15px;
    color: #393b43;
}

h2.feature-phone-number {
    font-size: 20px;
    font-weight: 600;
    color: #393b43;
    margin-top: 5px;
}

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

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

.feature-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(236,39,50,0.8);
    transition: .5s;
    border-radius: 5px 5px 0 0;
}

.feature-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(57, 59,67,0.8);
    transition: .5s;
    border-radius: 0 0 5px 5px;
}


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

.feature-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    transition: .5s;
}

.feature-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/resource/feature-ct.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 28px 30px 26px;
    transition: .5s;
}

.feature-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.feature-icon img {
    width: inherit;
    transition: .5s;
}

a.feature-icon2 {
    position: relative;
    top: 0;
    left: 55px;
    z-index: 1;
    transition: .6s;
}

a.feature-icon2 i {
    font-size: 24px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    color: #ec2732;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 66px;
    transform: rotate(-40deg);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.feature-single-box:hover .feature-thumb:before {
    height: 50%;
}


.feature-single-box:hover .feature-thumb:after {
    height: 50%;
}

.feature-single-box:hover .feature-content {
    opacity: 0;
}

.feature-single-box:hover .feature-icon img {
    opacity: 0;
}

.feature-single-box:hover a.feature-icon2 i {
    opacity: 1;
    visibility: visible; 
}

.feature-single-box:hover a.feature-icon2 {
    top: 110px;
}

/*Feature Shape*/

.feature-shape {
    position: absolute;
    bottom: -33px;
    left: 25px;
}

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

.about-section {
    padding: 65px 0 65px;
    background-image: linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
}

.about-section.upp {
    padding: 100px 0 90px;
    background: #fff;
}

.about-right-thumb {
    margin: 0 0px 0 -55px;
    position: relative;
    z-index: 1;
}
.about-left-thumb {
    position: relative;
    z-index: 1;
}

.about-items {
    display: inline-flex;
    display: -webkit-box;
}

.about-item-content {
    padding-left: 25px;
}

h2.about-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #393b43;
    margin-top: 0;
}

p.about-discription {
    width: 66%;
    padding: 6px 0 0;
}

.about-item-list {
    padding: 3px 0 0;
}

.about-item-list ul li {
    color: #393b43;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 3px;
}

.about-item-list ul li i {
    font-size: 20px;
    color: #ec2732;
    padding-right: 5px;
}

.hendrio-button a {
    font-size: 15px;
    padding: 15px 9px 15px 42px;
    background: #393b43;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px 35px 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 38px;
}

.hendrio-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 35px 5px 5px;
    background: #ec2732;
    transform: scale(0);
    transition: .5s;
}

.hendrio-button a i {
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    text-align: center;
    background: #fff;
    color: #393b43;
    border-radius: 30px;
    border: 2px solid #393b43;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 20px;
    transition: .5s;
}

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

.hendrio-button a:hover i {
    border: 2px solid #ec2732;
}

/*about counter*/

.about-counter {
    position: absolute;
    right: 144px;
    bottom: 56px;
}

h2.counter {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}

h2.counter1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

span.counter-text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Fira Sans';
    display: block;
    line-height: 25px;
    color: #fff;
}

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

.service-top-section {
    background: #393b43;
    padding: 120px 0 88px;
}

.service-section {
    position: relative;
    padding: 0 0 390px;
}

.service-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}

.row.service-bg {
    margin-top: 25px;
}

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

.service-thumb {
    position: relative;
    z-index: 1;
}

.service-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #393b43 0%, #393b43 100%);
    opacity: 0;
    transition: .5s;
    border-radius: 5px 5px 0 0;
}

.service-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.service-icon {
    position: absolute;
    z-index: 55;
    top: -77px;
    left: 35px;
}

.service-icon img {
    transition: .5s;
}

.service-content {
    padding: 34px 25px 35px 35px;
    background: #fff;
    margin-right: 15px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-content:before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 15px;
    height: 90%;
    background: #ec2732;
    border-radius: 0 0 5px 0px;
    transition: .5s;
    z-index: -1;
}

h3.service-title {
    font-size: 22px;
    color: #393b43;
    transition: .5s;
}

p.service-desc {
    padding: 12px 0 10px;
    transition: .5s;
}

/*button*/

a.hendrio-button {
    font-size: 15px;
    padding: 7px 0px 7px 30px;
    background: #393b43;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 2px 25px 2px 2px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 0;
}

a.hendrio-button:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 25px 2px 2px;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}

a.hendrio-button i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    color: #393b43;
    border-radius: 30px;
    border: 2px solid #393b43;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 8px;
    transition: .5s;
}

.single-service-box:hover .service-content:before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0 0 5px 5px;
}

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

.single-service-box:hover p.service-desc {
    color: #fff;
}

.single-service-box:hover .service-content {
    margin-right: 0;
}

.single-service-box:hover .service-icon img {
    filter: hue-rotate(203deg);
}
.single-service-box:hover .service-thumb:before {
    opacity: .45;
    left: 0;
    width: 100%;
}

.single-service-box:hover a.hendrio-button::before {
    transform: scale(1);
}

.single-service-box:hover a.hendrio-button{
    color: #ec2732;
}

.single-service-box:hover a.hendrio-button i{
        border: 2px solid #fff;
}

/*owl carousel*/

.owl-nav {
    position: absolute;
    top: -22%;
    right: 61px;
}

.owl-prev {
    left: -58px;
}

.owl-prev, .owl-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    background-color: #203B72;
    position: absolute;
    top: 0;
    bottom: 20px;
    margin: auto;
    transition: .5s;
}

.owl-prev i, .owl-next i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: .5s;
}

.owl-prev:hover, .owl-next:hover {
    background: #ec2732;
}

.owl-prev:hover i, .owl-next:hover i {
    color: #fff;
}


/*Service Style Two
===========================*/

.style-two.service-section {
    position: relative;
    padding: 100px 0 70px;
}

.style-two.service-section:before {
    background: #fff;
}

.style-two .service-content {
    box-shadow: 0 2px 16px 0px rgb(0 0 0 / 10%);
}

/**
======================================================
<--  hendrio Why Choose Section Css -->
======================================================**/

.why-choose-section {
    padding: 0px 0 0px;
    margin-top: -85px;
}
.why-choose-section .style-two{
    padding: 0px 0 70px;
}

/*Why Choose Section style two
========================================*/


.style-two.why-choose-section {
    padding: 87px 0 35px;
    margin-top: 0;
    background: #ec2732;
}

.choose-us-single-box {
    text-align: center;
    margin-bottom: 60px;
}

h3.choose-title {
    font-size: 20px;
    padding: 25px 0 10px;
}

.choose-icon img {
    transition: .9s;
    max-height: 160px;
    
}

.choose-us-single-box:hover .choose-icon img {
    transform: rotateY(360deg);
}



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

.tab {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

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

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    font-size: 20px;
    background: #ec2632;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    outline: none;
    padding: 21px 92px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px;
}

.tabs li a span {
    font-size: 22px;
    padding-right: 10px;
}

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

}

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

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    transform: scale(0);
    transform-origin: top left;
    background-image: linear-gradient(-86deg, #393b43 0%, #393b43 100%);
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

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

li.current a {
    background: ;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

li.current a span {
    color: #fff;
}

.tabs li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -29px;
    height: 30px;
    margin: auto;
    width: 50px;
    background: url(../images/icons/chispa-fusion.svg) no-repeat;
    transition: .5s;
}

.tabs_item .hendrio-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendrio-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendrio-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}

/**
======================================================
<--  hendrio Team Section Css -->
======================================================**/

.team-section {
    background: #393b43;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/**
======================================================
<--  hendrio Blog Section Css -->
======================================================**/

.blog-section {
    background: #fff;
    padding: 88px 0 70px;
}

.upper.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

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

.blog-thumb {
    position: relative;
    z-index: 1;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #393b43 0%, #393b43 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
}

.blog-thumb img {
    border-radius: 10px;
    width: 100%;
}

.blog-content {
    padding: 32px 35px 25px;
    transition: .5s;
    background: #f6f6f6;
    border-radius: 5px;
}

h2.blog-title a {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Fira Sans';
    line-height: 30px;
    display: inline-block;
}

/*meta blog*/

.meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.meta-blog a {
    font-size: 14px;
    padding: 7px 22px 7px 48px;
    background: #393b43;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.meta-blog a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ec2732;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.meta-blog a:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 22px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.blog-btn a {
    font-size: 15px;
    color: #141840;
    font-weight: 500;
    padding: 22px 0 0;
    display: inline-block;
    transition: .5s;
}

.blog-btn a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
    transition: .5s;
}

.single-blog-box:hover .meta-blog a:before {
    transform: scale(1);
}
.single-blog-box:hover .blog-thumb:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-box:hover .blog-btn a {
    color: #ec2732;
}

.single-blog-box:hover .blog-btn a i {
    left: 14px;
}

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

.footer-section {
    background: #393b43;
    padding: 0 0 93px;
}

.row.footer-bg {
    position: relative;
    z-index: 1;
}

/*widget title*/

h4.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: -5px;
    padding: 6px 0;
}

.company-info-desc p {
    padding: 25px 0 5px;
    color: #CDD3DF;
}

/*social icon*/

.follow-company-icon a {
    font-size: 15px;
    display: inline-table;
    color: #393b43;
    background-color: #ec2732;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 21px;
    transition: .5s;
}
.follow-company-icon a:hover {
    color: #fff !important;
}

/*footer menu*/

.menu-quick-link-content {
    padding: 10px 0 0;
}


ul.footer-menu li {
    display: block;
    list-style: none;
    padding: 10px 0 0;
}

ul.footer-menu li a {
    color: #fff;
    transition: .6s;
    font-size: 15px;
    opacity: .8;
    position: relative;
    z-index: 1;
    padding: 0 0 0 15px;
    font-weight: 300;
}

ul.footer-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #ec2732;
    border-radius: 6px;
}


/*company contact info*/

.company-work-hour {
    padding: 19px 0 0;
}

.company-work-hour ul li {
    display: block;
    list-style: none;
    color: #fff;
    opacity: .8;
    font-size: 15px;
    padding: 0 0 7px;
    margin-bottom: 8px;
    border-bottom: 1px solid #19356E;
    font-weight: 300;
}

.company-work-hour ul li span {
    float: right;
    opacity: .7;
}

li.table-brb {
    border: inherit !important;
}


/*footer all hover*/

ul.footer-menu li a:hover {
    color: #ec2732;
}

.follow-company-icon a:hover { 
    color: #ec2732;
}

/**footer bottom area**/

.footer-bottom-section {
    padding: 23px 0 22px;
    border-top: 1px solid rgba(255,255,255,0.10196078431372549);
    background: #393b43;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 5px;
    font-size: 15px;
}

.footer-bottom-content-copy span {
    color: #AF2436;
}

.footer-bottom-menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 42px;
}

.footer-bottom-menu ul li a {
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: .8;
    font-weight: 300;
}

.footer-bottom-menu ul li a:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #ec2732;
    border-radius: 6px;
}



/*Subscribe*/

.row.subscribe-section {
    background: url(../images/resource/subcribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 28px 30px;
    margin-bottom: 100px;
    align-items: center;
}

.subscribe-contact-info {
    display: inline-flex;
}

span.subscribe-text {
    font-size: 15px;
    color: #fff;
}

.subscribe-contact {
    padding-left: 22px;
}

h2.subscribe-phone-number {
    font-size: 22px;
    color: #fff;
    margin-top: 6px;
}

h2.widget-title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-left: 12px;
    margin-top: 0;
}

.subscribe-widget form {
    position: relative;
    z-index: 1;
}

.subscribe-widget input {
    float: right;
    height: 56px;
    background-color: #fff;
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    width: 95%;
    color: #141840;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.subscribe-widget button  {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0 5px 5px 0;
    border: 0;
    background: #D9232B;
    color: #fff;
}



.footer-shape {
    position: absolute;
    right: -86px;
    text-align: right;
    bottom: -109px;
    z-index: -1;
    animation-name: moveleftbounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.footer-shape2 {
    position: absolute;
    top: -85px;
    left: -170px;
    animation: dance2 4s alternate infinite;
}



/*
<!-- ============================================================== -->
<!-- hendrio Service Detials Section -->
<!-- ============================================================== -->*/

.service-details {
    background: #fff;
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.service-details:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url(../images/resource/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #ec2732;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 30px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #ec2732;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #393b43;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #ec2732;
    color: #fff;
}

ul.sidebar-menu2 li {
    display: block;
    list-style: none;
    background: #F6F6F6;
    color: #393b43;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

li.sidbr-mb {
    margin: 0 !important;
}

img.sidbr-icn {
    padding-right: 15px;
}

/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../images/resource/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 25px 0 20px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

h5.sidebar-title {
    font-size: 16px;
    color: #ec2732;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 168px;
    right: 0;
    top: 8px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.2);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    padding: 12px 0 48px;
}

.widget-button a {
    padding: 12px 35px;
    background: #D9232B;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #393b43 0%, #393b43 100%);
    transition: .5s;
    border-radius: 4px;
}

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

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc2 {
    padding: 0 0 20px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    padding: 0 0 11px;
}

/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #393b43;
    font-weight: 400;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #393b43;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #DB232B;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    color: #ec2732;
    font-weight: 500;
    text-transform: uppercase;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}


/*
<--  hendrio Faq section Css -->
===============================================*/

.faq-section {
    background: #393b43;
    padding: 86px 0 85px;
}

/*accordion*/

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 19px;
    color: #fff!important;
    background-color: transparent;
    border: 1px solid rgba(19,17,37,0.15);
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
    z-index: 1;
    background-color: #ec2732;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0px 15px 25px 30px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    border-right: 1px solid rgba(19,17,37,0.15);
    border-left: 5px solid #ec2732;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
  opacity: 1;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    border-top: 1px solid rgba(19,17,37,0.15) !important;
    border-right: 1px solid rgba(19,17,37,0.15) !important;
    border-left: 5px solid #ec2732;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 25px 20px 15px 30px;
}

/*faq thumb*/

.faq-thumb {
    position: relative;
    z-index: 1;
    margin: 0 0 0 -30px;
}

.faq-shape {
    position: absolute;
    bottom: 0;
    animation: dance3 4s alternate infinite;
}





/*
<!-- ============================================================== -->
<!-- hendrio Call To Action  Css -->
<!-- ============================================================== -->*/

.call-to-action {
    background: url(../images/resource/call-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.call-to-action-box {
    display: flex;
    align-items: center;
}

.call-to-thumb {
    margin-right: 42px;
}

h2.call-title {
    font-size: 34px;
    color: #fff;
}

span.call-desc {
    color: #fff;
    opacity: .8;
    padding: 10px 0 0;
    display: inline-block;
}


.call-to-btn a {
    padding: 14px 42px;
    display: inline-block;
    font-weight: 500;
    color: #393b43;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.call-to-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #393b43;
    border-radius: 3px;
    transform: scale(0.0, 1);
    transition: .5s;
}

.call-to-btn a:hover:before {
    transform: scale(1);
}

.call-to-btn a:hover {
    color: #fff;
}


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

.blogs-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.blogs-section:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 35%;
    height: 100%;
    background: url(../images/resource/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.row.blogs-pr {
    padding-right: 90px;
}

.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.blogs-section .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 68px;
    width: 100%;
    height: 1px;
    background: rgba(6,36,98,0.1);
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
}

.blogs-section .meta-blog a {
    font-size: 14px;
    padding: 7px 22px;
    background: #ec2732;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.blogs-section .meta-blog a:before {
    border-radius: 5px;
    background: #393b43;
}

.blogs-section .meta-blog a:after {
    position: inherit;
}

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

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

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


ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #393b43;
}

ul.blog-author li i {
    color: #ec2732;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}


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

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #393b43;
    display: inline-block;
    transition: .5s;
    font-family: 'Fira Sans';
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 17px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #393b43;
    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: #ec2732;
    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; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}
.blog-desc2 span {
    font-weight: 700;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px 15px;
    border-left: 4px solid #ec2732;
    border-radius: 2px;
    margin: 25px 0 45px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #393b43;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #393b43;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #ec2732;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}


/*
<!-- ============================================================== -->
<!-- hendrio Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: poFira Sans;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF3C00;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@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);
    }
}



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








/*----------------
==============   Start hendrio 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: #393b43;
    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: #393b43;
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
    color: #393b43;
}

.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: #ec2732;
    border-radius: 0 4px 4px 0;
}

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: #393b43;
    float: right;
    display: inline-block;
    padding: 0 5px;
}

ul.list-style-one li a {
    transition: .5s;
    color: #393b43;
}

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: #393b43;
    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: #393b43;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-icon li a:hover {
    background: #ec2732;
    color: #fff;
}

ul.list-style-one li a:hover span {
    background: #ec2732;
    border-radius: 30px;
    color: #fff;
} 

ul.list-style-one li a:hover {
    color: #ec2732;
}








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

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: poFira Sans;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #232353 0%, #232353 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #ec2732;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #ec2732 0%, #ec2732 100%);
    background-image: -webkit-linear-gradient(0deg, #ec2732 0%, #ec2732 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }

@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); } }
