/* header */

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: #3a455000 !important;
}

section.section {
    border-top: none !important;
}

.btn-close {
    color: #fff !important;
}

html #header .header-logo.custom-header-logo:before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: -12px;
    width: 128px;
    height: 128px;
    background-color: #08c;
    opacity: 1;
    visibility: visible;
    transform: rotate(314deg);
    transition: ease opacity 300ms, ease transform 300ms;
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 33px;
    line-height: 33px;
    width: 33px;
    font-size: 14.4px;
    font-size: 0.9rem;
    background: #08c;
    color: #fefefe !important;
}

.custom-section-shape-background .custom-shape-divider:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150%;
    background: #262a2f;
    transform: skewY(-4deg);
    z-index: 0;
}

.custom-section-shape-background:before,
.custom-section-shape-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 47.5%;
    width: 50vw;
    height: 100%;
    background: #212529;
    transform: skewX(21deg);
    z-index: 0;
}

.custom-section-shape-background:after {
    left: 49.5%;
    transform: skewX(-21deg);
}


/* preloader */

.loading-overlay {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #212529 !important;
}


/* scroll bar */

#page::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

#page::-webkit-scrollbar {
    width: 5px;
    background-color: #08c;
}

#page::-webkit-scrollbar-thumb {
    background-color: #08c;
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: #212529 !important;
}


/* preloader */

#page {
    display: none;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
}


/* to scroll */

.text {
    line-height: 100vh;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.scrollToTopBtn {
    background-color: #850f11;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    width: 48px;
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}

#scrollPercentLabel {
    font-size: 50px;
    color: #c5c5c5;
    padding: 20px;
}

html.dark #header .header-nav.header-nav-links nav>ul>li>a,
html.dark #header .header-nav.header-nav-links nav>ul>li:hover>a,
html.dark #header .header-nav.header-nav-line nav>ul>li>a,
html.dark #header .header-nav.header-nav-line nav>ul>li:hover>a {
    color: #fff;
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

html #header .header-logo.custom-header-logo:before {
    content: '';
    position: absolute;
    bottom: -67px;
    left: 32px;
    width: 170px;
    height: 350px;
    background-color: #08c;
    opacity: 1;
    visibility: visible;
    transform: rotate(45deg);
    transition: ease opacity 300ms, ease transform 300ms;
}

html.sticky-header-active #header .header-body {
    background: #212529;
    transform: translate3d(0, 0, 0);
}

.left-slider-1 {
    left: -127px !important;
}

.font-leading-size {
    font-size: 90px;
    float: left;
}

.font-font-mach-size-size {
    font-size: 90px;
}

html.dark #header .header-nav.header-nav-links nav>ul>li>a,
html.dark #header .header-nav.header-nav-links nav>ul>li:hover>a,
html.dark #header .header-nav.header-nav-line nav>ul>li>a,
html.dark #header .header-nav.header-nav-line nav>ul>li:hover>a {
    text-transform: uppercase;
}

a.dropdown-item {
    text-transform: uppercase !important;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 32px;
    padding: 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #08c;
    box-shadow: 0px 0px 44px -10px rgb(0 0 0 / 15%);
    transform-style: preserve-3d;
    transition: ease transform 500ms;
}

p {
    color: #a3a3a3;
}

html .text-color-primary,
html .text-primary {
    color: #ffffff !important;
}

.thumb-info-floating-caption-title {
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    letter-spacing: -.05em;
    font-size: 17px;
    padding: 13px 21px;
    z-index: 66666;
}

@media (max-width: 600px) {
    html #header .header-logo.custom-header-logo:before {
        display: none;
    }
    
    .custom-big-font-size-1 {
        font-size: 50px !important;
        margin-top: 100px;
    }
}

@media (max-width: 1440px) {
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title {
        color: #333333;
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        margin-top: 10px !important;
        padding-bottom: 0;
        text-transform: none;
    }
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #08c;
    color: #FFF;
}

.testimonial.testimonial-style-2 blockquote p {
    color: #777 !important;
}

html.dark .testimonial .testimonial-author strong {
    color: #444;
}

.testimonial .testimonial-author p {
    color: #777 !important;
}

#scroll-percent {
    position: fixed;
    top: 0;
    width: 0;
    color: #000;
    margin: 0;
    padding: 0;
}

#percentage-value {
    top: 75%;
    left: 95%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    color: #ffffff;
    /* background-color: #08c; */
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    /* box-shadow: 1px 1px 8px 2px #08c, -1px -1px 8px 2px #08c; */
    font-size: 14px;
    z-index: 1;
}

[data-scrollPercentage] .percentage {
    display: inline-block;
    background-color: #08c;
    height: 6px;
    width: 0;
}

#footer {
    background: #08c;
}

#footer {
    margin-top: 0;
}

html .text-color-quaternary,
html .text-quaternary {
    color: #a5a5a5 !important;
}

html .text-color-secondary,
html .text-secondary {
    color: #08c !important;
}


/*scrlll-top/*/

.scrollToTopBtn {
    background-color: #850f1100;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    width: 48px;
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}


/*----------------
       Hero Section
  ----------------*/

.hero {
    display: flex;
    justify-content: center;
    height: 100vh;
    color: #fff;
    text-align: center;
    background-color: #850f11;
}

.hero h1 {
    font: bold 50pt 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.hero h2 {
    font-size: 30pt;
}

.hero h3 {
    font: normal 20pt 'Open Sans', sans-serif;
    margin: 1rem auto 0.5rem auto;
}

@media screen and (max-width: 800px) {
    .hero h1 {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .header-down-arrow {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f7f7f7;
        color: #fff;
        font-size: 0.83em;
        font-weight: 400;
        padding: 6px 18px 6px 18px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: -0.5px;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #08c;
        text-transform: uppercase;
    }

}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 33px;
    line-height: 33px;
    width: 33px;
    font-size: 14.4px;
    font-size: 0.9rem;
    background: #fff;
    color: #08c !important;
}

#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: #08c !important;
}

button.scrollToTopBtn img {
    position: fixed;
    left: 5px;
    top: 0px;
    width: 84px;
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: #3a455000 !important;
}

html #header .header-logo.custom-header-logo:before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: -12px;
    width: 128px;
    height: 128px;
    background-color: #08c;
    opacity: 1;
    visibility: visible;
    transform: rotate(314deg);
    transition: ease opacity 300ms, ease transform 300ms;
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 33px;
    line-height: 33px;
    width: 33px;
    font-size: 14.4px;
    font-size: 0.9rem;
    background: #08c;
    color: #fefefe !important;
}

.custom-section-shape-background .custom-shape-divider:before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150%;
    background: #262a2f;
    transform: skewY(-4deg);
    z-index: 0;
}

.custom-section-shape-background:before,
.custom-section-shape-background:after {
    content: '';
    position: relative;
    top: 0;
    left: 47.5%;
    width: 50vw;
    height: 100%;
    background: #212529;
    transform: skewX(21deg);
    z-index: 0;
}

.custom-section-shape-background:after {
    left: 49.5%;
    transform: skewX(-21deg);
}

html.dark form:not(.form-style-4) .form-control {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #fff;
}


/* search */

div#livesearch {
    padding: 7px;
    width: 300px;
}


/* .social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 14.4px;
    font-size: 0.9rem;
    background: #08c;
    color: #fefefe !important;
} */

html .thumb-info .thumb-info-action-icon-light {
    background-color: #08c;
    color: #fff !important;
}

html .thumb-info .thumb-info-action-icon-light i {
    color: #fff !important;
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #08c;
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(0, 100%, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #fff;
}

.real-word-stories:before {
    display: none;
}

#footer:before {
    display: none;
}

html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active>a {
    background: #323232 !important;
}


/*
* Real Word Stories
*/

@media (max-width: 1199px) {
    .real-word-stories:before {
        display: none;
    }
}

.real-word-stories .owl-dots {
    display: flex;
    margin-top: 30px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.real-word-stories .owl-dots button {
    border: 2px solid #222529 !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px !important;
    text-align: center;
    position: relative;
    margin-right: 4px;
}

.real-word-stories .owl-dots button:last-child {
    margin-right: 0;
}

.real-word-stories .owl-dots button span {
    display: none !important;
    margin: 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    background-color: #222529 !important;
}

.real-word-stories .owl-dots button.active span {
    display: block !important;
}

.real-word-stories .custom-testimonial-container {
    width: 72.5%;
    padding-right: 150px;
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 200px;
    }
}

@media (max-width: 991px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 200px;
    }

    .mt-70 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 120px;
    }

    .mt-70 {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .real-word-stories .custom-testimonial-container {
        width: 100%;
        padding-right: 40px;
    }

    .mt-70 {
        margin-top: 20px;
    }
}

.real-word-stories .custom-testimonial-container .custom-testimonial {
    padding: 45px 0 45px 40px;
}

.real-word-stories .custom-testimonial-container .custom-testimonial blockquote p,
.real-word-stories .custom-testimonial-container .custom-testimonial blockquote h4 {
    font-family: Poppins;
}

.real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author strong {
    font-size: 18px;
}

.real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author img {
    max-width: 70px;
    max-height: 70px;
}

.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right {
    width: 45%;
    height: 210px;
    right: 30px;
    top: 65px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right img {
    max-width: 130px;
    height: auto;
}

.real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right .custom-button-testimonial-right {
    width: 165px;
    height: 50px;
    line-height: 50px;
    bottom: -25px;
}

a.btn.btn-xs.btn-light.text-1.text-uppercase {
    background: #08c;
}

a.nav-link.show.active.text-1.font-weight-bold.text-uppercase {
    background: #fff;
}

a.nav-link.text-1.font-weight-bold.text-uppercase {
    background: #08c;
    color: #fff;
}

a.nav-link.text-1.font-weight-bold.text-uppercase.active {
    background: #fff;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 32px;
    padding: 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #08c;
    box-shadow: 0px 0px 58px -10px rgb(0 0 0 / 15%);
    transform-style: preserve-3d;
    transition: ease transform 1s;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 68px !important;
}

.white-popup-block {
    background: #242424;
}

.cd-product-viewer-handle .fill {
    background: #ffffff;
}

.eapps-facebook-feed-inner {
    background: #252525 !important;
    position: relative;
    border-radius: 16px;
    width: 100%;
    border: 0px solid #f1f1f1 !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.custom-big-font-size-1 {
    font-size: 70px !important;
}

h1.custom-text-background.custom-big-font-size-1.text-14.font-weight-bold.float-xl-end.clearfix.line-height-1.custom-ws-mobile-wrap.ws-nowrap.pb-2.mb-3.mb-xl-5.appear-animation.animated.fadeInUpShorter.appear-animation-visible.lazyloaded {
    margin-top: 150px;
    background-size: cover;
}

span.dropdown-mega-sub-title a {
    color: #08c !important;
    font-size: unset !important;
    font-weight: unset !important;
    padding: unset !important;
    position: unset !important;
    text-transform: none;
    text-decoration: none;
    letter-spacing: unset !important;
}

span.dropdown-mega-sub-title a:hover {
    color: #ff0000 !important;
    font-size: unset !important;
    font-weight: unset !important;
    padding: unset !important;
    position: unset !important;
    text-transform: none;
    text-decoration: none;
    letter-spacing: unset !important;
}

.social-icons li:hover.social-icons-instagram a {
    background: #ff66b2 !important;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #fff;
    font-size: 0.83em;
    font-weight: 400;
    padding: 6px 10px 0 18px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.5px;
}

html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active>a,
html.dark #header .header-nav-main:not(.header-nav-main-light) nav>ul>li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active>a {
    background: #32323200 !important;
    color: #08c !important;
}

.social-icons.social-icons-medium li a,
.social-icons.social-icons-md li a {
    height: 33px;
    line-height: 30px;
    width: 33px;
    font-size: 14.4px;
    font-size: 0.9rem;
    background: #08c;
    color: #fefefe !important;
}


/* side bar product page */

.social-side {
    position: fixed;
    top: 40%;
    z-index: 3;
}

.social-side ul {
    padding: 20px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social-side ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 300px;
    text-align: right;
    padding: 15px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-side ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
}

.social-side ul li:hover a {
    color: #000;
    text-decoration: none;
}

.social-side ul li:hover i {
    color: #fff;
    background: red;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social-side ul li i {
    margin-left: 7px;
    color: #000;
    background: #fff;
    padding: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}