@charset "utf-8";
/*========================================================
  Theme Name: Amelia
  Description: Amelia - All in One Business Template
  Author: G-World
  Author https://www.templatemonster.com/vendors/gworld
  Version: 1.0
========================================================*/

/*=======================================================
  Start Table Of Content
========================================================*/

/*=======================================================

    1.  Preloader Styles
    2.  Common Styles
    3.  Buttons Styles
    4.  Heading Style
    5.  Title Styles
    6.  TopBar Styles
    7.  NavBar Styles
    8.  Pages Title Styles
    9.  Vertical Header Styles
    10. Owl Carousel Styles
    11. Slider Styles
    12. Feature Boxes Styles
    13. Cases Block Styles
    14. Partners Styles
    15. Services Styles
    16. Process Styles
    17. Clients Styles
    18. Counter Styles
    19. Dividers Styles
    20. DropCaps Styles
    21. Forms Styles
    22. Gradients Styles
    23. Headings Styles
    24. Icons Boxes Styles
    25. Labels Styles
    26. Lists Groups Styles
    27. Icons Lists Styles
    28. Info Blocks Styles
    29. Video Styles
    30. About Styles
    31. Timeline Styles
    32. Testimonials Styles
    33. Team Styles
    34. Projects Styles
    35. Elements Styles
    36. Masonry Styles
    37. Tabs Styles
    38. Pricing Styles
    39. Shop Styles
    40. Blog Styles
    41. Elements Styles
    42. Footer Styles
    43. Search Styles
    44. Other Styles

========================================================*/

/*=======================================================
  End Table Of Content
========================================================*/

/*=======================================================
  1. Preloader Styles
========================================================*/

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0;
    top: 0;
    opacity: 1;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #0094e6;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0094e6;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

/*=======================================================
  2. Common Styles
========================================================*/

a:hover, a:active {
    color: #0094e6;
    text-decoration: none
}

.bg-color-primary {
    background: rgba(0, 148, 230, 1);
}

.bg-color-lime {
    background: rgba(164, 196, 0, 1);
}

.bg-color-green {
    background: rgba(96, 169, 23, 1);
}

.bg-color-emerald {
    background: rgba(0, 138, 0, 1);
}

.bg-color-teal {
    background: rgba(0, 171, 169, 1);
}

.bg-color-cyan {
    background: rgba(27, 161, 226, 1);
}

.bg-color-cobalt {
    background: rgba(0, 80, 239, 1);
}

.bg-color-indigo {
    background: rgba(106, 0, 255, 1);
}

.bg-color-violet {
    background: rgba(170, 0, 255, 1);
}

.bg-color-pink {
    background: rgba(244, 114, 208, 1);
}

.bg-color-magenta {
    background: rgba(216, 0, 115, 1);
}

.bg-color-crimson {
    background: rgba(162, 0, 37, 1);
}

.bg-color-red {
    background: rgba(229, 20, 0, 1);
}

.bg-color-orange {
    background: rgba(250, 104, 0, 1);
}

.bg-color-amber {
    background: rgba(240, 163, 10, 1);
}

.bg-color-yellow {
    background: rgba(227, 200, 0, 1);
}

.bg-color-brown {
    background: rgba(130, 90, 44, 1);
}

.bg-color-olive {
    background: rgba(109, 135, 100, 1);
}

.bg-color-steel {
    background: rgba(100, 118, 135, 1);
}

.bg-color-mauve {
    background: rgba(118, 96, 138, 1);
}

.bg-color-sienna {
    background: rgba(160, 82, 45, 1);
}

.bg-color-gray {
    background: rgba(56, 63, 72, 1);
}

.bg-color-dark {
    background: rgba(77, 77, 77, 1);
}

.bg-color-black {
    background: rgba(0, 0, 0, 1);
}

.bg-theme {
    background-color: #0094e6 !important;
}

.bg-theme-dark {
    background-color: #038ad6 !important;
}

.bg-theme-90 {
    background: rgba(0, 148, 230, 0.9)
}

.bg-theme-80 {
    background: rgba(0, 148, 230, 0.8)
}

.theme-overlay[data-overlay-dark]:before {
    background: #0094e6
}

.text-theme-color {
    color: #0094e6
}

.bg-gray-dark {
    background-color: #DDDDDD !important;
}

.text-content-big p {
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 25px;
    font-size: 15px
}

.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}

.red {
    color: red
}

.line-through {
    text-decoration: line-through
}

.readmore {
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.readmore:after {
    content: '\f105';
    font-size: 16px;
    font-family: "Font Awesome\ 5 Free";
    padding-left: 8px;
    vertical-align: middle
}

.readmore:hover {
    color: #0094e6
}

.left-title {
    position: relative
}

.left-title:before {
    content: "";
    background: #0094e6;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px
}

.left-title.white:before {
    background: #fff
}

@media screen and (max-width: 599px) {
    .owl-carousel.owl-theme.carousel-one .owl-nav,
    .owl-carousel.owl-theme.carousel-two .owl-nav,
    .owl-carousel.owl-theme.carousel-three .owl-nav,
    .owl-carousel.owl-theme.carousel-three-half .owl-nav,
    .owl-carousel.owl-theme.carousel-four .owl-nav,
    .owl-carousel.owl-theme.carousel-four-half .owl-nav,
    .owl-carousel.owl-theme.carousel-five .owl-nav {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .no-mobile-margin-15px-bottom {
        margin-bottom: 0 !important
    }

    .mobile-margin-15px-bottom {
        margin-bottom: 15px
    }

    .mobile-margin-20px-bottom {
        margin-bottom: 20px
    }

    ul.countdown.count-one li span {
        font-size: 36px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }

    ul.countdown.count-one li p.timeRefDays, ul.countdown.count-one li p.timeRefHours, ul.countdown.count-one li p.timeRefMinutes, ul.countdown.count-one li p.timeRefSeconds {
        font-size: 18px !important;
    }

    ul.countdown.count-two li span {
        font-size: 36px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }

    ul.countdown.count-two li p.timeRefDays, ul.countdown.count-two li p.timeRefHours, ul.countdown.count-two li p.timeRefMinutes, ul.countdown.count-two li p.timeRefSeconds {
        font-size: 18px !important;
    }

    ul.countdown.count-two li:before {
        position: absolute;
        top: 0 !important;
        right: -2% !important;
        font-size: 36px !important;
    }

    ul.countdown.count-three li span {
        font-size: 36px !important;
        font-weight: 500 !important;
        line-height: 30px !important;
    }

    ul.countdown.count-three li p.timeRefDays, ul.countdown.count-three li p.timeRefHours, ul.countdown.count-three li p.timeRefMinutes, ul.countdown.count-three li p.timeRefSeconds {
        font-size: 18px !important;
    }

    ul.countdown.count-three li:before {
        position: absolute;
        top: 0 !important;
        right: -2% !important;
        font-size: 24px !important;
    }
}

.half-gutter {
    margin: 0 -8px
}

.half-gutter > [class*="col-"] {
    padding: 7px
}

.primary-list {
    padding-left: 0
}

.primary-list li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none;
    color: #222
}

.primary-list li i {
    color: #0094e6;
    padding-right: 10px
}

.white-list {
    padding-left: 0
}

.white-list li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none
}

.white-list li i {
    color: #0094e6;
    padding-right: 15px
}

.list-style-16 li:after {
    color: #0094e6
}

.white-list {
    padding-left: 0
}

.white-list li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none
}

.white-list li i {
    color: #0094e6;
    padding-right: 15px
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #0094e6;
    border: 1px solid #0094e6;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #fff;
    line-height: 32px;
}

.scroll-to-top:hover {
    color: #0094e6;
    background: #fff
}

.scroll-to-top:hover i {
    color: #0094e6
}

.scroll-to-top:visited {
    color: #0094e6;
    text-decoration: none
}

.scroll-down {
    position: absolute;
    z-index: 1000000000000;
    left: calc(50% - 10px);
    bottom: 1%;
}

.scroll-down:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    z-index: 1;
}

.scroll-down i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
}

/*=======================================================
  3. Buttons Styles
========================================================*/

.butn {
    background: #232323;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 30px;
    line-height: normal;
    font-weight: 500;
    text-transform: none !important;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer
}

.butn span {
    z-index: 9;
    position: relative
}

.butn:hover {
    color: #fff;
    border-radius: 4px
}

.butn:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #0094e6;
    height: 100%;
    top: 0;
    z-index: 1
}

.butn.btn-cart, .butn.btn-cart:hover, .butn.btn-cart:after {
    border-radius: 0 !important;
}

.butn:hover:after {
    width: 100%;
    border-radius: 4px
}

.butn.white {
    background: #fff;
    color: #232323
}

.butn.white:hover {
    color: #fff;
    border-radius: 4px
}

.butn.white:after {
    background: #232323;
    border-radius: 4px
}

.butn.cta-theme {
    background: #fff;
    color: #0094e6
}

.butn.cta-theme:hover {
    color: #0094e6;
    border-radius: 4px
}

.butn.cta-theme:after {
    background: #232323;
    border-radius: 4px
}

.bg-black .butn.cta-theme {
    background: #fff;
    color: #0094e6
}

.bg-black .butn.cta-theme:hover {
    color: #fff;
    border-radius: 4px
}

.bg-black .butn.cta-theme:after {
    background: #0094e6;
    border-radius: 4px
}

.bg-img-dark .butn.cta-theme {
    background: #0094e6;
    color: #fff
}

.bg-img-dark .butn.cta-theme:hover {
    color: #0094e6;
    border-radius: 4px
}

.bg-img-dark .butn.cta-theme:after {
    background: #fff;
    border-radius: 4px
}

.butn.theme {
    background: #0094e6;
    color: #fff
}

.butn.theme span {
    color: #fff
}

.butn.theme:hover {
    color: #fff;
    border-radius: 4px
}

.butn.theme:after {
    background: #232323;
    border-radius: 4px
}

.butn.theme.white-hover:hover {
    color: #232323
}

.butn.theme.white-hover:hover span {
    color: #232323
}

.butn.theme.white-hover:after {
    background: #fff;
    border-radius: 4px
}

.butn.small {
    padding: 8px 20px
}

.butn.medium {
    padding: 10px 20px
}

.btn-style2 {
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
    border: 2px solid #222;
    color: #232323;
    letter-spacing: .5px;
    line-height: 26px;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.btn-style2:hover, .btn-style2:active {
    background: #0094e6;
    color: #fff;
    border-color: #0094e6
}

.btn-style2:focus {
    background: #0094e6;
    color: #fff;
    box-shadow: none;
    border-color: #0094e6
}

.btn-style2.white {
    border-color: #fff;
    color: #fff
}

.btn-style2.white:hover {
    border-color: #0094e6
}

.btn-style2 span {
    text-shadow: none !important;
    color: #fff !important
}

.butn-style3 {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 9px 22px;
    min-width: 150px;
    background: transparent;
    border: 2px solid #0094e6;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px !important;
    color: #0094e6;
    letter-spacing: .5px;
    line-height: inherit;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.butn-style3:hover {
    background: #0094e6;
    color: #fff
}

.butn-style3.theme {
    background: #0094e6;
    border: 2px solid #0094e6;
    color: #fff
}

.butn-style3.theme:hover {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.butn-style3.white {
    background: transparent;
    border: 2px solid #fff;
    color: #fff
}

.butn-style3:hover {
    background: #0094e6;
    color: #fff;
    border-color: #0094e6
}

.btn-style4 {
    display: inline-block;
    border: 2px solid transparent;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 175px;
    z-index: 1;
    overflow: hidden
}

.btn-style4.btn-very-small {
    font-size: 9px;
    padding: 1px 17px;
    line-height: 22px
}

.btn-style4.btn-small {
    font-size: 11px;
    padding: 4px 24px
}

.btn-style4.btn-medium {
    font-size: 12px;
    padding: 12px 25px 11px
}

.btn-style4.btn-large {
    font-size: 13px;
    padding: 9px 34px;
    line-height: 25px
}

.btn-style4.btn-extra-large {
    font-size: 15px;
    padding: 12px 40px 13px;
    line-height: 25px
}

.btn-style4 {
    padding: 15px 10px;
    border-radius: 0;
    border: none;
    letter-spacing: .5px;
    font-family: "Montserrat", sans-serif;
    background-color: #0094e6;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}

.btn-style4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    transform-origin: 0 0;
    transform: translateX(calc(20% - 20px)) translateY(10%) rotate(-45deg);
    transition: transform 0.3s
}

.btn-style4:hover:after {
    transform: translateY(10%) translateX(-20px) rotate(-45deg)
}

.btn-style4 i {
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.btn-style4:hover, .btn-style4:active, .btn-style4:focus {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important
}

.btn-style4.min-width-auto {
    min-width: auto
}

.footer-list li .min-width-18px {
    min-width: 18px;
}

.footer-logo {
    width: 260px;
}

.btn-style4.btn-primary {
    background-color: #000;
    color: #fff
}

.btn-style4.btn-primary:hover {
    background-color: #0094e6 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important
}

.btn-primary:active, .btn-style4.btn-primary:focus {
    background-color: #0094e6 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important
}

@media screen and (max-width: 991px) {
    .butn {
        padding: 10px 28px
    }

    .butn.small {
        padding: 7px 16px
    }

    .butn.medium {
        padding: 8px 18px
    }

    .btn-style2 {
        padding: 10px 18px
    }

    .butn-style3 {
        min-width: 130px
    }

    .btn-style4 {
        padding: 10px 10px;
        min-width: 150px;
        font-size: 13px;
        letter-spacing: 1px
    }

    .btn-style4.btn-medium {
        padding: 10px 22px 9px
    }

    .btn-style4.btn-large {
        padding: 8px 32px;
        line-height: 24px
    }

    .btn-style4.btn-extra-large {
        padding: 10px 36px 12px;
        line-height: 24px
    }

    li.col-lg-2.mega-menu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    li.col-lg-2.mega-menu span.sub-title {
        color: #232323 !important;
        font-weight: 500 !important;
    }

    li.col-lg-2.mega-menu ul li a {
        text-transform: uppercase;
    }

    li.col-lg-2.mega-menu ul li.current a {
        color: #0094e6 !important;
    }
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 8px 26px
    }

    .butn.small {
        padding: 6px 14px
    }

    .butn.medium {
        padding: 6px 16px
    }

    .btn-style2 {
        padding: 8px 14px
    }

    .butn-style3 {
        min-width: inherit
    }

    .btn-style4 {
        padding: 8px 8px;
        min-width: 140px;
        font-size: 12px;
        letter-spacing: 1px
    }

    .btn-style4.btn-medium {
        padding: 10px 18px 8px
    }

    .btn-style4.btn-large {
        font-size: 12px;
        padding: 8px 32px;
        line-height: 24px
    }

    .btn-style4.btn-extra-large {
        font-size: 14px;
        padding: 10px 36px 12px;
        line-height: 24px
    }

    .xs-default-gutter {
        margin: 0 -15px
    }

    .xs-default-gutter > [class*="col-"] {
        padding: 0 15px 0 15px
    }

    .section-heading.about-me-title {
        margin-bottom: 15px !important;
    }
}

/*=======================================================
  4. Heading Styles
========================================================*/

.section-heading {
    margin-bottom: 50px;
    text-align: center
}

.section-heading.margin-bottom-15 {
    margin-bottom: 15px;
}

.section-heading.margin-bottom-20 {
    margin-bottom: 20px;
}

.section-heading.margin-bottom-25 {
    margin-bottom: 25px;
}

.section-heading.margin-bottom-30 {
    margin-bottom: 30px;
}

.section-heading.margin-bottom-15-minus {
    margin-bottom: 35px;
}

.section-heading.half {
    margin-bottom: 30px
}

.section-heading.half.home-title-2 {
    margin-bottom: 15px;
}

.section-heading.half {
    margin-bottom: 10px;
}

.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 100%
}

.section-heading.home-title-2 h2 {
    line-height: 130%
}

.section-heading.about-title-2 h2 {
    line-height: 115%
}

.section-heading.about-me-title h3 {
    line-height: 120%
}

.section-heading.about-me-title {
    margin-bottom: 10px;
}

.section-heading h3.welcome-title {
    line-height: 140%;
}

.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #0094e6;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
    color: #fff
}

.section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
    color: #b7b7b7
}

.section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
    background: #b7b7b7
}

.section-heading.left {
    text-align: left
}

.section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
    padding-bottom: 10px
}

.section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
    margin: 0;
    left: 0
}

.section-heading strong {
    font-weight: 600
}

.section-heading.white p {
    color: #fff
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
    margin: 0 auto
}

.section-heading h4 span {
    font-size: 30px;
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #0094e6;
    line-height: 200%;
    margin-bottom: 10px
}

.section-heading.white span {
    color: #fff
}

.section-heading.grey span {
    color: #b7b7b7
}

.section-heading .badge {
    display: inline-block;
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    color: #0094e6;
    border: 1px solid #0094e6;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .075em
}

.title-style2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0
}

.title-style2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #0094e6;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px)
}

.title-style2:before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px
}

.section-heading.left .title-style2 {
    left: 0;
    margin: 0
}

.section-heading.left .title-style2:before {
    width: 125px;
    left: 0;
    margin: 0
}

.section-heading.left .title-style2:after {
    width: 50px;
    left: 37px
}

h1.title-style2.white, h2.title-style2.white, h3.title-style2.white, h4.title-style2.white, h5.title-style2.white, h6.title-style2.white {
    color: #fff
}

.section-heading .title-style2.white:after {
    background: #0094e6
}

.section-heading .title-style2.white:before {
    background: rgba(255, 255, 255, 0.8)
}

.section-heading.title-style3 {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.section-heading.title-style3 h1, .section-heading.title-style3 h2, .section-heading.title-style3 h3, .section-heading.title-style3 h4, .section-heading.title-style3 h5, .section-heading.title-style3 h6 {
    padding: 0;
    margin: 0
}

.section-heading.title-style3 h1:after, .section-heading.title-style3 h2:after, .section-heading.title-style3 h3:after, .section-heading.title-style3 h4:after, .section-heading.title-style3 h5:after, .section-heading.title-style3 h6:after {
    content: none
}

.title-overlay {
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0
}

.section-heading.title-style4 h1, .section-heading.title-style4 h2, .section-heading.title-style4 h3, .section-heading.title-style4 h4, .section-heading.title-style4 h5, .section-heading.title-style4 h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.section-heading.title-style4 p {
    padding-top: 0
}

.section-heading.title-style4 span {
    color: #0094e6;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.section-heading.title-style4 h1:after, .section-heading.title-style4 h2:after, .section-heading.title-style4 h3:after, .section-heading.title-style4 h4:after, .section-heading.title-style4 h5:after, .section-heading.title-style4 h6:after {
    content: none
}

.section-heading.title-style5 h1, .section-heading.title-style5 h2, .section-heading.title-style5 h3, .section-heading.title-style5 h4, .section-heading.title-style5 h5, .section-heading.title-style5 h6 {
    padding: 0;
    margin: 0
}

.section-heading.title-style5.white h1, .section-heading.title-style5.white h2, .section-heading.title-style5.white h3, .section-heading.title-style5.white h4, .section-heading.title-style5.white h5, .section-heading.title-style5.white h6 {
    color: #fff
}

.section-heading.title-style5 h1:after, .section-heading.title-style5 h2:after, .section-heading.title-style5 h3:after, .section-heading.title-style5 h4:after, .section-heading.title-style5 h5:after, .section-heading.title-style5 h6:after {
    content: none
}

.section-heading.title-style5 .separator-left, .section-heading.title-style5 .separator-right {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    margin-bottom: 0
}

.section-heading.title-style5 .separator-left {
    left: -80px
}

.section-heading.title-style5 .separator-right {
    right: -80px
}

.section-heading.title-style5 .square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #0094e6;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative
}

.section-heading.title-style5.left .square .separator-left {
    display: none
}

@media screen and (max-width: 1199px) {
    .section-heading.title-style4 span {
        font-size: 30px
    }

    .about-content .ceo-img {
        display: none !important;
    }

}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px
    }

    .section-heading p {
        padding-top: 10px;
        font-size: 14px
    }

    .section-heading.title-style4 span {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .section-heading.title-style4 span {
        font-size: 28px
    }
}

.section-heading.title-style6 h1, .section-heading.title-style6 h2, .section-heading.title-style6 h3, .section-heading.title-style6 h4, .section-heading.title-style6 h5, .section-heading.title-style6 h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 140%;
    text-transform: inherit
}

.section-heading.title-style6 h1:after, .section-heading.title-style6 h2:after, .section-heading.title-style6 h3:after, .section-heading.title-style6 h4:after, .section-heading.title-style6 h5:after, .section-heading.title-style6 h6:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #0094e6;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.section-heading.title-style6 span {
    color: #232323;
    font-weight: 600;
    font-size: 32px;
    line-height: normal
}

.section-heading.title-style6.white span {
    color: #fff
}

.section-heading.title-style6.left {
    text-align: left
}

.section-heading.title-style6.left h1:after, .section-heading.title-style6.left h2:after, .section-heading.title-style6.left h3:after, .section-heading.title-style6.left h4:after, .section-heading.title-style6.left h5:after, .section-heading.title-style6.left h6:after {
    margin: 0
}

@media screen and (max-width: 1199px) {
    .section-heading.title-style6 span {
        font-size: 30px
    }
}

@media screen and (max-width: 991px) {
    .section-heading.title-style6 span {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .section-heading.title-style6 span {
        font-size: 26px
    }
}

/*=======================================================
  5. Title Styles
========================================================*/

.inner-title h1, .inner-title h2, .inner-title h3, .inner-title h4, .inner-title h5, .inner-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600
}

.inner-title h1:after, .inner-title h2:after, .inner-title h3:after, .inner-title h4:after, .inner-title h5:after, .inner-title h6:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #0094e6;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.inner-title.half h1, .inner-title.half h2, .inner-title.half h3, .inner-title.half h4, .inner-title.half h5, .inner-title.half h6 {
    margin-bottom: 15px
}

.title-style8 {
    padding-bottom: 25px;
    padding-left: 40px;
    padding-top: 25px;
    position: relative;
    font-weight: 700;
    z-index: 1
}

.title-style8:before {
    border: 5px solid #f3f3f3;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: -1
}

/*=======================================================
  6. TopBar Styles
========================================================*/

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    background: #1c1c1c;
    padding: 7px 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #0094e6;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

.top-social-icon li a:hover {
    color: #0094e6
}

#top-bar.top-bar-style2 {
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.top-bar-style2 .top-bar-info li {
    color: #6f6f6f
}

.top-bar-style2 .top-bar-info li i {
    color: #6f6f6f
}

.top-bar-style2 .top-social-icon li a {
    color: #6f6f6f
}

.top-bar-style2 .top-social-icon li a:hover {
    color: #232323
}

/*=======================================================
  7. NavBar Styles
========================================================*/

.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: #0094e6
}

.navbar > ul > li.current > a:after {
    border-color: transparent #0094e6 #0094e6 transparent
}

.header-style-1 .navbar-nav {
    max-height: 576px;
    overflow-y: auto;
}

.header-style-1 .navbar-default {
    border-bottom: none;
}

.header-style-1 .navbar-nav > li.has-sub:hover > ul {
    border-top: 2px solid rgba(0, 148, 230, 0.9);
}

.header-style-2 .navbar-nav {
    margin-bottom: -12px;
    max-height: 576px;
    overflow-y: auto;
}

.header-style-2.scrollHeader .navbar-nav {
    margin-bottom: -2px;
}

.header-style-2.scrollHeader .navbar-nav > li.has-sub:hover > ul {
    border-top: 2px solid rgba(0, 148, 230, 0.9);
}

.header-style-2 .attr-nav {
    margin-bottom: -12px;
}

.header-style-2.scrollHeader .attr-nav {
    margin-bottom: -2px;
}

.header-style-3 .navbar-nav {
    margin-bottom: -9px;
    max-height: 576px;
    overflow-y: auto;
}

.header-style-3.scrollHeader .navbar-nav {
    margin-bottom: -2px;
}

.header-style-3.scrollHeader .navbar-nav > li.has-sub:hover > ul {
    margin-top: -1px;
}

.header-style-3 .navbar-nav > li.has-sub:hover > ul {
    border-top: 2px solid rgba(0, 148, 230, 0.9);
}

.header-style-3 .attr-nav {
    margin-bottom: -9px;
}

.header-style-3.scrollHeader .attr-nav {
    margin-bottom: -1px;
}

@media screen and (min-width: 992px) {
    .header-style1 .navbar-nav li.current > a, .header-style-1 .navbar-nav li.current > a, .header-style1 .navbar-nav li.active > a, .header-style-1 .navbar-nav li.active > a {
        color: #0094e6;
        text-transform: uppercase;
    }

    .header-style1 .navbar > ul > li.current > a:after, .header-style-1 .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .header-style1.scrollHeader .navbar-nav li.current > a, .header-style-1.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.active > a, .header-style-1.scrollHeader .navbar-nav li.active > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover, .header-style-1.scrollHeader .navbar-nav li.current > a:hover, .header-style1.scrollHeader .navbar-nav li.active > a:hover, .header-style-1.scrollHeader .navbar-nav li.active > a:hover {
        color: #0094e6
    }

    .header-style1.scrollHeader .navbar > ul > li.current > a:after, .header-style-1.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .header-style-2 {
        border-bottom: 2px solid rgba(0, 148, 230, 0.9)
    }

    .header-style4 .navbar-nav li.current > a {
        color: #0094e6
    }

    .header-style4 .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .header-style4 .navbar-nav li.active > a {
        color: #0094e6
    }

    .header-style-3 #top-bar {
        background: #0094e6
    }

    .header-style6 .navbar-default {
        background: rgba(0, 148, 230, 0.85)
    }

    .header-style6.scrollHeader .navbar-default {
        background: #0094e6
    }

    .header-style8 .navbar ul ul li.active > a {
        color: #0094e6
    }

    .header-style8 .navbar-nav li.current > a, .header-style8 .navbar-nav li.active > a {
        color: #0094e6
    }

    .header-style8 .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .header-style8.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #0094e6
    }

    .header-style8.scrollHeader .navbar-nav li.current > a {
        color: #0094e6
    }

    .header-style8.scrollHeader .navbar-nav li.current > a:hover {
        color: #0094e6
    }

    .header-style8.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .header-style8.scrollHeader .navbar-nav li.active > a {
        color: #0094e6
    }

    .header-style8.scrollHeader .navbar-nav li.active > a:hover {
        color: #0094e6
    }

    .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
        color: #0094e6
    }

    .menu_area-light .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .menu_area-light.scrollHeader .navbar-nav li.current > a {
        color: #0094e6
    }

    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: #0094e6
    }

    .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #0094e6 #0094e6 transparent
    }

    .menu_area-light.scrollHeader .navbar-nav li.active > a {
        color: #0094e6
    }

    .menu_area-light.scrollHeader .navbar-nav li.active > a:hover {
        color: #0094e6
    }

}

@media screen and (max-width: 991px) {
    .header-style-2 {
        border-bottom: 2px solid rgba(0, 148, 230, 0.9)
    }

    .header-style-3 #top-bar {
        background: #0094e6
    }

    .header-style-3 .navbar-toggler {
        background: transparent;
    }

    .header-style6 .navbar-default {
        background: rgba(0, 148, 230, 0.85)
    }

    .header-style8 .navbar ul ul li.active > a {
        color: #0094e6
    }
}

@media screen and (max-width: 991px) {

    .header-style-1.scrollHeader .navbar-toggler:before {
        background: #232323 !important;
    }

    .header-style-1.scrollHeader .navbar-toggler:after {
        border-top: 2px solid #232323 !important;
        border-bottom: 2px solid #232323 !important;
    }

    .header-style-1.scrollHeader .navbar-toggler.menu-opened:after {
        border-bottom: none !important;
    }

    .header-style-1 .navbar-nav > li.current > a {
        color: #0094e6 !important;
    }

    .header-style-1.scrollHeader .navbar-nav {
        background: #fff !important;
    }

    .header-style-1.scrollHeader .navbar-nav > li > a {
        color: #232323 !important;
    }

    .header-style-1.scrollHeader .navbar-nav > li.current > a {
        color: #0094e6 !important;
    }
}


/*=======================================================
  8. Pages Title Styles
========================================================*/

.page-title-section {
    background-size: cover;
    background-position: center
}

.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: #0094e6
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section .active a, .page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .no-sidebar .col-md-4 {
        -ms-flex: 0 0 43.333333%;
        flex: 0 0 43.333333%;
        max-width: 43.333333%;
    }

    .no-sidebar .col-md-8 {
        -ms-flex: 0 0 56.666667%;
        flex: 0 0 56.666667%;
        max-width: 56.666667%;
    }
}

@media screen and (max-width: 991px) {
    .page-title-section h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 36px
    }

    .page-title-section ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .page-title-section h1 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .page-title-section ul {
        margin-top: 0;
        text-align: center;
    }
}

.page-title-section ul.default-breadcrumb li a:hover {
    color: #0094e6;
}

.page-title-section2 {
    padding: 250px 0 150px;
    text-align: center
}

.page-title-section2 h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section2 ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section2 ul li {
    display: inline-block
}

.page-title-section2 ul li:last-child a {
    color: #0094e6
}

.page-title-section2 ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 5px 0 10px
}

.page-title-section2 ul li:last-child:after {
    content: none
}

.page-title-section2 ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section2 .active a, .page-title-section2 li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section2 {
        padding: 200px 0 100px
    }

    .page-title-section2 h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section2 {
        padding: 148px 0 75px
    }

    .page-title-section2 h1 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px
    }

    .page-title-section2 ul {
        margin-top: 5px
    }
}

.page-title-section3 h1 {
    color: #232323;
    margin-bottom: 0
}

.page-title-section3 ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section3 ul li {
    display: inline-block
}

.page-title-section3 ul li:last-child a {
    color: #232323
}

.page-title-section3 ul li:after {
    content: ' \f152';
    color: #fff;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section3 ul li:last-child:after {
    content: none
}

.page-title-section3 ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 991px) {
    .page-title-section3 ul {
        margin-top: 5px
    }
}

.page-title-section.small h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0
}

.page-title-section.small ul {
    margin-bottom: 0;
    margin-top: 6px;
    text-align: left
}

.page-title-section.small ul li {
    display: inline-block
}

.page-title-section.small ul li:last-child a {
    color: #0094e6
}

.page-title-section.small ul li:after {
    content: ' \f152';
    color: #fff;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    padding: 0 10px
}

.page-title-section.small ul li:last-child:after {
    content: none
}

.page-title-section.small ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .page-title-section.small h1 {
        margin-bottom: 5px;
        font-size: 24px
    }

    .page-title-section.small ul {
        margin-top: 5px
    }
}

/*=======================================================
  9. Vertical Header Styles
========================================================*/

.vertical-header {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px
}

.vertical-header.new-work-vertical-header {
    padding-bottom: 120px
}

.vertical-header-text {
    left: -124px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    transform: rotate(-90deg);
    width: 300px;
    font-size: 14px;
    text-transform: uppercase
}

.vertical-header-text:after {
    background: #0094e6;
    content: "";
    display: inline-block;
    height: 1px;
    left: 32px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}

.vertical-header-text:before {
    background: #0094e6;
    content: "";
    display: inline-block;
    height: 1px;
    left: 247px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px
}

/*=======================================================
  10. Owl Carousel Styles
========================================================*/

/* === Carousel One === */

.owl-carousel.owl-theme.carousel-one .owl-nav,
.owl-carousel.owl-theme.carousel-two .owl-nav,
.owl-carousel.owl-theme.carousel-three .owl-nav,
.owl-carousel.owl-theme.carousel-three-half .owl-nav,
.owl-carousel.owl-theme.carousel-four .owl-nav,
.owl-carousel.owl-theme.carousel-four-half .owl-nav,
.owl-carousel.owl-theme.carousel-five .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.owl-carousel.owl-theme.carousel-one .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three-half .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four-half .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-five .owl-nav button[class*="owl-"] {
    background: #0094e6 !important;
    border-color: #0094e6 !important;
}

.owl-carousel.owl-theme.carousel-one .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-five .owl-nav button[class*="owl-"]:hover {
    background: #0094e6 !important;
    border-color: #0094e6 !important;
    opacity: 0.5 !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-two.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three-half.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four-half.arrow-style-two .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-five.arrow-style-two .owl-nav button[class*="owl-"] {
    background: rgba(56, 63, 72, .5) !important;
    border-color: rgba(56, 63, 72, .5) !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-two.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three-half.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four-half.arrow-style-two .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-five.arrow-style-two .owl-nav button[class*="owl-"]:hover {
    background: rgba(56, 63, 72, .5) !important;
    border-color: rgba(56, 63, 72, .5) !important;
    opacity: 0.5 !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-two.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three-half.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four-half.arrow-style-three .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-five.arrow-style-three .owl-nav button[class*="owl-"] {
    background: rgba(255, 255, 255, .5) !important;
    border-color: rgba(255, 255, 255, .5) !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-two.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three-half.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four-half.arrow-style-three .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-five.arrow-style-three .owl-nav button[class*="owl-"]:hover {
    background: rgba(255, 255, 255, .5) !important;
    border-color: rgba(255, 255, 255, .5) !important;
    opacity: 0.5 !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-two.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-three-half.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-four-half.arrow-style-four .owl-nav button[class*="owl-"],
.owl-carousel.owl-theme.carousel-five.arrow-style-four .owl-nav button[class*="owl-"] {
    background: transparent !important;
    border-color: transparent !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-two.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-three-half.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-four-half.arrow-style-four .owl-nav button[class*="owl-"]:hover,
.owl-carousel.owl-theme.carousel-five.arrow-style-four .owl-nav button[class*="owl-"]:hover {
    background: transparent !important;
    border-color: transparent !important;
    opacity: 0.5 !important;
}

.owl-carousel.owl-theme.carousel-one .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-two .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-five .owl-nav button[class*="owl-"] span {
    color: #fff !important;
    font-size: 20px !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-two.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three-half.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four-half.arrow-style-three .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-five.arrow-style-three .owl-nav button[class*="owl-"] span {
    color: #000 !important;
    font-size: 20px !important;
}

.owl-carousel.owl-theme.carousel-one.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-two.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-three-half.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-four-half.arrow-style-four .owl-nav button[class*="owl-"] span,
.owl-carousel.owl-theme.carousel-five.arrow-style-four .owl-nav button[class*="owl-"] span {
    color: #fff !important;
    font-size: 30px !important;
}

.owl-carousel.owl-theme.carousel-one .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-one .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-five .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-five .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
    margin: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.owl-carousel.owl-theme.carousel-one .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-five .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel.owl-theme.carousel-one .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three-half .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four-half .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-five .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel.owl-theme.carousel-one.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-two.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three-half.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four-half.arrow-position-two .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-five.arrow-position-two .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel.owl-theme.carousel-one.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-two.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three-half.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four-half.arrow-position-two .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-five.arrow-position-two .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel.owl-theme.carousel-one.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-two.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-three-half.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-four-half.arrow-position-three .owl-nav button.owl-prev,
.owl-carousel.owl-theme.carousel-five.arrow-position-three .owl-nav button.owl-prev {
    left: -45px;
}

.owl-carousel.owl-theme.carousel-one.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-two.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-three-half.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-four-half.arrow-position-three .owl-nav button.owl-next,
.owl-carousel.owl-theme.carousel-five.arrow-position-three .owl-nav button.owl-next {
    right: -45px;
}

.owl-carousel.owl-theme.carousel-one .owl-item img,
.owl-carousel.owl-theme.carousel-two .owl-item img,
.owl-carousel.owl-theme.carousel-three .owl-item img,
.owl-carousel.owl-theme.carousel-three-half .owl-item img,
.owl-carousel.owl-theme.carousel-four .owl-item img,
.owl-carousel.owl-theme.carousel-four-half .owl-item img,
.owl-carousel.owl-theme.carousel-five .owl-item img {
    border-radius: 5px;
}

.owl-carousel.owl-theme.carousel-three.portfolio-carousel .owl-item img {
    border-radius: 0;
}

.owl-carousel.owl-theme.carousel-one.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-two.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-three.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-three-half.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-four.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-four-half.border-radius-style-one .owl-item img,
.owl-carousel.owl-theme.carousel-five.border-radius-style-one .owl-item img {
    border-radius: 50%;
}

.owl-carousel.owl-theme.carousel-one.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-two.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-three.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-three-half.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-four.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-four-half.border-radius-style-two .owl-item img,
.owl-carousel.owl-theme.carousel-five.border-radius-style-two .owl-item img {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.owl-carousel.owl-theme.carousel-one.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-two.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-three.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-three-half.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-four.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-four-half.border-radius-style-three .owl-item img,
.owl-carousel.owl-theme.carousel-five.border-radius-style-three .owl-item img {
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.owl-carousel .caption .overflow-hidden {
    display: inline-block
}

.owl-carousel .caption h3 {
    font-weight: 200;
    animation-delay: 0.5s;
    position: relative;
    display: inline-block
}

.owl-carousel .caption h1 {
    margin: 10px 0;
    font-size: 70px;
    font-weight: 500;
    text-transform: uppercase;
    animation-delay: 0.8s
}

.owl-carousel .caption .error-box-text h1 {
    font-size: 120px;
}

.owl-carousel .caption p {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s
}

.owl-carousel .caption p.demos-slider-text {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s;
    text-align: center;
    margin: 0 auto 30px auto;
    line-height: 32px;
}

.owl-carousel .caption span {
    display: inline-block;
    padding: .2em 0
}

.owl-carousel .caption .butn {
    animation-delay: 1.4s
}

.owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9
}

.carousel-style2 .owl-carousel .owl-item img.shop-1-blog {
    width: 100%;
    max-height: 290px;
}

.carousel-style3 .owl-carousel .owl-item img {
    width: 100%
}

.carousel-style4 .owl-carousel .owl-item img {
    width: 100%
}

.home-business-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    background: none !important;
    opacity: 0.35
}

.home-business-slider .owl-nav .owl-next:hover {
    opacity: 1
}

.home-business-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    background: none !important;
    opacity: 0.35
}

.home-business-slider .owl-nav .owl-prev:hover {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .half-container-banner .banner-container {
        background: rgba(255, 255, 255, 0.95);
        padding: 25px;
        border: 10px solid rgba(0, 0, 0, 0.1)
    }

    .half-banner[data-overlay-dark="0"]:before, .half-banner[data-overlay-light="0"]:before {
        opacity: 0.70
    }

    .owl-carousel .caption h1 {
        font-size: 50px
    }

    .owl-carousel .caption p {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel .caption h1 {
        font-size: 32px;
        margin-top: 5px
    }

    .owl-carousel .caption h3 {
        letter-spacing: 1px
    }
}

@media screen and (max-width: 575px) {
    .half-container-banner .banner-container {
        border: 5px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
        max-width: 90%
    }

    .owl-carousel .caption h1 {
        font-size: 20px;
        margin-top: 5px
    }

    .blogs .comments-area .comment-box:nth-child(odd) {
        margin-left: 40px !important;
    }
}

/*=======================================================
  11. Slider Styles
========================================================*/

.slider-fade .owl-item {
    height: 100vh;
    position: relative
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.slider-fade .item .caption {
    width: 100%;
    z-index: 9
}

.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0;
    text-align: center
}

.rev_slider_wrapper .tp-caption span {
    color: #0094e6
}

.rev_slider_wrapper .butn span {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #fff;
    text-shadow: none
}

.rev_slider_wrapper .butn.white span {
    color: #232323
}

.rev_slider_wrapper .butn.white:hover span {
    color: #fff
}

.rev-home-1-slide-layer-1 {
    z-index: 5;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.rev-home-1-slide-layer-2 {
    z-index: 5;
    white-space: nowrap;
    color: #fff;
    line-height: 22px;
}

.rev-home-1-slide-layer-3 {
    z-index: 5;
    white-space: nowrap;
    line-height: 22px;
}

@media screen and (min-width: 767px) {
    .custom-paragraph .slider-text p {
        width: 450px !important;
        font-size: 15px !important;
        line-height: 26px !important
    }
}

@media screen and (min-width: 1024px) {
    .rev_slider .max-style {
        font-size: 60px !important;
        line-height: 70px !important
    }

    .rev_slider .max-style span {
        font-size: 60px !important;
        line-height: 70px !important
    }
}

@media screen and (max-width: 1023px) {
    .rev_slider .max-style {
        font-size: 45px !important;
        line-height: 50px !important
    }

    .rev_slider .max-style span {
        font-size: 45px !important;
        line-height: 50px !important
    }

    .custom-paragraph .slider-text p {
        font-size: 16px !important;
        line-height: 28px !important
    }
}

@media screen and (max-width: 766px) {
    .rev_slider .max-style {
        font-size: 30px !important;
        line-height: normal !important
    }

    .rev_slider .max-style span {
        font-size: 30px !important;
        line-height: normal !important
    }

    .custom-paragraph .slider-text p {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 24px !important;
        width: 480px !important;
        padding: 0 15px
    }

    .custom-controls .tp-leftarrow, .custom-controls .tp-rightarrow {
        width: 40px !important;
        height: 40px !important
    }

    .custom-controls .tp-leftarrow {
        left: -15px !important
    }

    .custom-controls .tp-rightarrow {
        left: inherit !important;
        right: -55px !important
    }

    .custom-controls .tparrows:before {
        line-height: 20px !important
    }

    #rev_slider_3 .tparrows {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .rev_slider .max-style {
        font-size: 20px !important;
        line-height: normal !important
    }

    .rev_slider .max-style span {
        font-size: 20px !important;
        line-height: normal !important
    }

    .custom-paragraph .slider-text p {
        width: 320px !important;
        padding: 0 15px
    }

    .product-single .quantity {
        display: block;
        margin-bottom: 20px;
        float: none;
    }

    .product-single .item-inner button.btn-s-cart, .product-single .action-links {
        float: none;
        display: inline-block;
    }

    .product-single .item-inner button.btn-s-cart, .product-single .action-links {
        float: none;
        display: inline-block;
    }

}

/*=======================================================
  12. Feature Boxes Styles
========================================================*/

.feature-box-home {
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 3px
}

.feature-box-home p {
    margin-bottom: 10px
}

.feature-box-home i {
    color: #939393
}

.feature-box-home:hover {
    background: #ffffff;
    border: 3px solid #0094e6;
    cursor: pointer;
}

.feature-box-home:hover i {
    color: #0094e6
}

.feature-box-01 {
    background: #fff;
    border: 5px solid rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 5px
}

.feature-box-01 p {
    margin-bottom: 10px
}

.feature-box-01 .icon-tools {
    color: #939393
}

.feature-box-01:hover {
    background: #ffffff;
    border: 5px solid #0094e6;
    cursor: pointer;
}

.feature-box-01:hover .icon-tools {
    color: #0094e6
}

.feature-box-02 {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-02:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15)
}

.feature-box-02:before {
    background: #0094e6;
    content: "";
    height: 0;
    left: 14px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 2px
}

.feature-box-02:hover:before {
    height: 100%
}

.feature-box-03 {
    border: 2px solid #383838;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.5s ease 0s
}

.feature-box-03 .icon-tools {
    color: #939393
}

.feature-box-03 p {
    color: #9d9d9d
}

.feature-box-03:hover {
    background: #0094e6;
    border: 2px solid #0094e6
}

.feature-box-03:hover p {
    color: #fff
}

.feature-box-04 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-04:hover {
    -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15)
}

.feature-box-04 .fetaure-image {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.feature-box-04 .fetaure-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-04 .fetaure-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-box-04 .fetaure-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 -130px 70px -70px #000 inset;
    box-shadow: 0 -130px 70px -70px #000 inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-04 .package-detail {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    position: absolute;
    z-index: 9
}

.feature-box-04 .title {
    color: #fff;
    margin-right: 5px
}

.feature-box-04 .price {
    width: 60%;
    float: left
}

.feature-box-04 .people-duration {
    float: right;
    margin-left: 5px
}

.feature-box-04 .package-detail p {
    margin: 0 0 0 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.feature-box-04 .package-detail p .theme-color {
    margin-right: 5px
}

.feature-box-04 .rating li {
    float: left;
    margin-left: 3px
}

@media screen and (max-width: 767px) {
    .feature-box-04 .package-detail {
        padding: 20px 10px
    }

    .feature-box-04 .price {
        width: 55%
    }
}

.feature-box-05 {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.feature-box-05 .fetaure-image {
    position: relative;
    overflow: hidden
}

.feature-box-05 .fetaure-image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-05 .fetaure-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.feature-box-05 .fetaure-image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
    box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feature-box-05 .package-detail {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    position: absolute;
    z-index: 9
}

.feature-box-06 {
    text-align: left;
    transition: all 0.5s ease 0s
}

.feature-box-06 i {
    color: #0094e6
}

.feature-box-06 p {
    color: #6f6f6f
}

.feature-box-07 {
    width: 100%;
    float: left
}

.feature-box-07 .img-box {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.feature-box-07 .feature-textbox {
    position: relative;
    width: 90%;
    z-index: 2;
    top: -50px;
    left: 0;
    transition: all 0.3s ease-out 0s;
    right: 0;
    margin: 0 auto
}

.feature-box-07 .feature-textbox:after {
    border-bottom: 5px solid transparent;
    width: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-out 0s
}

.feature-box-07:hover .feature-textbox:after {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    content: "";
    width: 100%
}

.feature-box-07 .feature-textbox:before {
    border-top: 5px solid #0094e6;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.feature-box-07:hover .feature-textbox:before {
    width: 0;
    transition: all 0.5s ease-out 0s
}

.feature-box-07 .feature-textbox a {
    color: #0094e6
}

.feature-box-07:hover .feature-textbox {
    background-color: #0094e6
}

.feature-box-07:hover .feature-textbox .title, .feature-box-07:hover .feature-textbox .feature-desc, .feature-box-07:hover .feature-textbox a.read-more {
    color: #fff
}

.feature-box-07 .img-box img {
    transition: all 0.3s ease-out 0s
}

.feature-box-07:hover .img-box img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 991px) {
    .feature-box-07 .feature-textbox {
        width: 95%;
        top: -30px
    }
}

.feature-box-08 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.feature-box-08 .show-details {
    opacity: 0;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.feature-box-08 .show-details > img {
    width: 100%;
    max-width: none
}

.feature-box-08:hover .show-details {
    opacity: 1
}

.feature-box-08 .feature-box-detail {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%
}

.feature-box-08 .feature-box-detail .height-100 {
    overflow: auto
}

.feature-box-08 .feature-box-detail .list-style-5 li {
    margin-bottom: 8px
}

.feature-box9 {
    position: relative;
    cursor: pointer;
}

.feature-box9:after {
    background: #0094e6;
    position: absolute;
    content: "";
    right: -2px;
    top: 15px;
    width: 2px;
    height: 25px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.feature-box9 i {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.feature-box9:hover i {
    color: #0094e6
}

.feature-box9:hover:after {
    top: 0;
    height: 50px
}

.feature-boxes-container {
    counter-reset: count;
}

.feature-box-10 .feature-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 25px 30px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
    cursor: pointer;
}

.feature-box-10 .feature-box-inner i {
    color: #939393;
    font-size: 40px;
}

.feature-box-10 i {
    width: 100%;
    text-align: right;
    position: relative;
}

.feature-box-10 i:before {
    float: left;
}

.feature-box-10 i:after {
    font-weight: 700;
    margin-right: -10px;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0" counter(count);
    float: right;
    font-family: "Open Sans", sans-serif;
}

.feature-box-10 .sepratar {
    width: 50px;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.feature-box-10 .feature-box-inner:hover {
    background: #0094e6;
}

.feature-box-10 .feature-box-inner:hover .section-text,
.feature-box-10 .feature-box-inner:hover h4,
.feature-box-10 .feature-box-inner:hover i {
    color: #fff;
}

.feature-box-10 .feature-box-inner:hover i:after {
    color: rgba(255, 255, 255, 0.2);
}

.feature-box-10 .feature-box-inner:hover .sepratar {
    border: 1px solid #fff;
}

.feature-box-10 .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
}

.feature-box-10 .section-text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.feature-flex {
    position: relative;
    margin: 30px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square {
    position: relative;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-icon {
    float: left;
    width: 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-icon i {
    color: #0094e6;
    border-radius: 10px;
    font-size: 32px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px
}

.feature-flex-square-content h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal
}

.feature-flex-square-content h4 a {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal
}

.feature-flex-square-content p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px
}

.feature-flex-square-content-button {
    display: inline-block;
    color: #232323;
    font-size: 14px;
    font-weight: 500
}

.feature-flex-square-content-button:after {
    content: '\f0da';
    font-weight: 700;
    font-size: 14px;
    font-family: "Font Awesome\ 5 Free";
    color: #232323;
    margin-left: 7px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.feature-flex-square-content-button:hover {
    color: #0094e6
}

.feature-flex-square-content-button:hover:after {
    color: #0094e6
}

@media screen and (max-width: 991px) {
    .feature-flex-square-icon {
        text-align: center
    }

    .feature-flex-square-icon i {
        font-size: 30px
    }

    .feature-flex-square-content h4 {
        font-size: 16px
    }

    .feature-flex-square-content h4 a {
        font-size: 16px
    }

    .feature-flex-square-content p {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .feature-flex-square-icon {
        text-align: left;
        width: 40px
    }
}

/*=======================================================
  13. Cases Block Styles
========================================================*/

.case-block {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    position: relative
}

.case-block:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3)
}

.case-block img {
    width: 100%
}

.case-block-inner {
    padding: 20px 25px 20px 0
}

.case-block h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500
}

.case-block h4:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #0094e6;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.case-block p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px
}

.case-block-inner a {
    font-size: 15px;
    font-weight: 500;
    color: #0094e6
}

.case-block-inner a:after {
    content: '\f0da';
    font-size: 15px;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #0094e6;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    vertical-align: middle
}

.case-block-inner.home-3-case a:after {
    content: '';
}

.case-block-inner a:hover {
    color: #232323
}

.case-block-inner a:hover:after {
    color: #232323
}

@media screen and (max-width: 767px) {
    .case-block-inner {
        padding: 25px
    }
}

/*=======================================================
  14. Partners Styles
========================================================*/

.partner-box {
    border: 1px solid #ececec
}

.partner-box img {
    width: 100%
}

.partner-text {
    padding: 25px 40px 25px 0
}

.partner-text span {
    color: #0094e6;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase
}

.partner-box:hover .partner-text span {
    color: #999
}

.partner-text h4 {
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    margin: 5px 0 10px 0;
    line-height: normal
}

.partner-text h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #0094e6;
    margin-top: 5px;
    -webkit-transition-duration: .4s;
    transition-duration: 0.4s
}

.partner-box:hover .partner-text h4:after {
    width: 80px
}

@media screen and (max-width: 767px) {
    .partner-text {
        padding: 25px
    }
}

.feedback-box {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ececec;
    padding: 25px
}

.feedback-box h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

@media screen and (max-width: 991px) {
    .sm-bg {
        min-height: 400px
    }
}

@media screen and (max-width: 767px) {
    .sm-bg {
        min-height: 320px
    }
}

/*=======================================================
  15. Services Styles
========================================================*/

.services-blocks {
    margin-top: -90px
}

@media screen and (max-width: 1199px) {
    .services-blocks {
        margin-top: -70px
    }
}

@media screen and (max-width: 991px) {
    .services-blocks {
        margin-top: -50px
    }
}

.service-simple {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.service-simple img {
    width: 100%;
    transition: all 0.5s ease 0s
}

.service-simple img:hover {
    transform: scale(1.1)
}

.service-simple-inner {
    position: relative;
    padding: 25px 25px 20px
}

.service-simple-inner p {
    max-width: 95%
}

.service-simple-inner a {
    display: inline-block
}

.service-simple h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0
}

.owl-carousel .service-box {
    margin: 0 15px 25px 15px
}

.service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-inner-box {
    padding: 20px
}

.service-icon-box {
    width: 20%;
    max-width: 50px;
    float: left;
    padding-top: 2px
}

.service-content-box {
    width: 80%;
    float: left
}

.service-box .img-holder {
    position: relative
}

.service-box .img-holder:before {
    background-color: rgba(0, 148, 230, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10
}

.service-box:hover .img-holder:before {
    opacity: 1;
    cursor: pointer;
}

.service-box .img-holder img {
    width: 100%
}

.service-box h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500
}

.service-box p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0
}

.service-box i {
    color: #0094e6;
    font-size: 28px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.service-box:hover i {
    color: #232323
}

.services-block-two {
    position: relative;
    cursor: pointer;
}

.services-block-two .inner-box {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px 30px 30px 90px;
    height: 100%;
    position: relative;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.services-block-two p {
    margin-bottom: 0
}

.services-block-two h3 {
    margin-bottom: 0;
    line-height: normal;
    display: inline-block
}

.services-block-two h3 a {
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.services-block-two h3 a:hover {
    color: #0094e6
}

.services-block-two h2 {
    bottom: 0;
    color: #f0f0f0;
    font-size: 36px;
    font-weight: 600;
    right: 10px;
    margin-bottom: 0;
    position: absolute
}

.services-block-two .icon-box {
    color: #0094e6;
    font-size: 36px;
    left: 35px;
    position: absolute;
    top: 35px
}

.services-block-two.dark .inner-box {
    background: #000;
    border: 1px solid #000
}

.services-block-two.dark .inner-box:hover {
    background: #000
}

.services-block-two.dark .inner-box:hover h5 a, .services-block-two.dark .inner-box:hover p, .services-block-two.dark .inner-box:hover .icon-box {
    color: #fff
}

.services-block-two.dark h3 a {
    color: #6f6f6f
}

.services-block-two.dark h2 {
    color: rgba(255, 255, 255, 0.1)
}

.services-block-two.dark .inner-box:hover h2 {
    color: rgba(255, 255, 255, 0.04)
}

.services-block-two.dark .icon-box {
    color: #6f6f6f
}

@media screen and (max-width: 991px) {
    .services-block-two h2 {
        font-size: 36px
    }

    .services-block-two h3 a {
        font-size: 18px;
        margin-bottom: 10px
    }

    .services-block-two .icon-box {
        top: 25px;
        left: 21px;
        font-size: 28px
    }

    .services-block-two .inner-box {
        padding: 20px 20px 20px 75px
    }
}

.inner-box:hover {
    background: #0094e6;
    color: #fff !important;
}

.inner-box.service-single-box:hover {
    color: #616161 !important;
}

.inner-box.service-single-box .icon-box {
    padding-top: 7px;
}

.services-block-two .inner-box:hover .icon-box,
.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover p {
    color: #fff !important;
}

.services-block-three > a {
    display: block;
    border: 3px solid #d5d5d5;
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative
}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #0094e6;
    border-right: 3px solid #0094e6;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #0094e6;
    border-left: 3px solid #0094e6;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5
}

.services-block-three > a:hover:before, .services-block-three > a:hover:after {
    width: 95%;
    height: 90%
}

.services-block-three i {
    font-size: 32px
}

.services-block-three i.home-2-features {
    font-size: 48px
}

.services-block-three p {
    margin-bottom: 0
}

.services-block-three:hover p {
    color: #232323
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600
}

.services-block-three:hover h4 {
    color: #232323
}

.service-grids .service-block {
    overflow: hidden;
    position: relative
}

.service-grids .img-holder {
    position: relative;
    cursor: pointer;
}

.service-grids .service-block:hover .img-holder:before {
    opacity: 1
}

.service-grids .service-block .details {
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
    padding: 45px 45px 50px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20
}

.service-grids .service-block .number {
    background-color: #0094e6;
    border-radius: 75px;
    color: #fff;
    height: 75px;
    font-size: 30px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    transform: translateX(-50%);
    width: 75px
}

.service-grids .service-block .details h4 {
    color: #0094e6;
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: normal
}

.service-grids .service-block .details .read-more {
    color: #0094e6;
    font-weight: 600
}

@media screen and (min-width: 992px) {
    .service-grids .service-block {
        height: 335px
    }

    .service-grids .img-holder:before {
        background-color: rgba(0, 148, 230, 0.6);
        bottom: 20px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: auto;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 10
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 168px
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 105px
    }
}

@media screen and (min-width: 1200px) {
    .service-grids .service-block {
        height: 370px
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 205px
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 170px
    }
}

@media screen and (max-width: 991px) {
    .service-grids .service-block .details {
        padding: 45px 25px 35px
    }
}

@media screen and (max-width: 767px) {
    .service-grids .service-block .number {
        height: 65px;
        line-height: 65px;
        top: -32.5px;
        width: 65px;
        border-radius: 65px
    }
}

.service-block5 {
    position: relative
}

.service-block5 > a {
    display: inline-block;
    width: 100%
}

.service-block5:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%)
}

.service-block5:hover:before {
    content: none
}

.service-block5:after {
    background: #0094e6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%
}

.service-block5:hover:after {
    opacity: 0.8
}

.service-block5 a img {
    max-width: 100%
}

.service-block5 .service-desc {
    bottom: 25px;
    position: absolute;
    padding: 0 20px;
    z-index: 9
}

.service-block5 .service-desc h5 {
    color: #0094e6;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal
}

.service-block5:hover .service-desc h5 {
    color: #fff
}

.service-block5 .service-desc h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

.service-block5 .service-desc h4 a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px
}

@media screen and (max-width: 991px) {
    .service-block5 .service-desc {
        bottom: 30px
    }

    .service-block5 .service-desc h4 {
        font-size: 16px
    }

    .service-block5 .service-desc h4 a {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .service-block5 .service-desc {
        bottom: 20px
    }

    .service-block5 .service-desc h4 {
        font-size: 15px
    }

    .service-block5 .service-desc h4 a {
        font-size: 15px
    }

    .service-block5 .service-desc h5 {
        font-size: 12px
    }
}

.services-single-menu li {
    border-bottom: 1px solid #ececec
}

.services-single-menu li:last-child {
    border-bottom: none
}

.services-single-menu li.active a {
    border-left-color: #0094e6;
    color: #0094e6
}

.services-single-menu li.active a:after {
    content: none
}

.services-single-menu li a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px 14px 20px
}

.services-single-menu li a:after {
    content: "";
    background: #0094e6;
    display: inline-block;
    height: 1px;
    width: 0;
    vertical-align: middle;
    margin-left: 8px;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

.services-single-menu li a:hover:after {
    width: 30px
}

.callback-box {
    background: #232323;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative
}

.services-single-right .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .services-single-menu li a {
        font-size: 14px;
        padding: 12px 10px 12px 16px
    }
}

.downloads li {
    border: 1px solid #0094e6;
    border-radius: 5px
}

.downloads i {
    background: #0094e6;
    padding: 10px 12px;
    color: #fff;
    vertical-align: top
}

.downloads .label {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px
}

/*=======================================================
  16. Process Styles
========================================================*/

.process-step-xs {
    position: relative;
    margin: 15px 0;
    padding: 0
}

.process-step-xs .process-step-icon {
    text-align: center
}

.process-step-xs .process-step-icon i {
    color: #0094e6;
    font-size: 47px
}

.process-step-xs h3 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #6f6f6f;
    margin: 5px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.process-steps-xs li {
    position: relative;
    float: left;
    list-style-type: none;
    display: inline-block
}

.process-steps-xs li:after {
    display: block;
    background-color: #6f6f6f;
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    top: 45px;
    left: 75%;
}

.process-steps-xs.process-number li:after {
    top: 30px;
}

.process-steps-xs li:last-child:after {
    display: none
}

@media screen and (max-width: 991px) {
    .process-step-xs .process-step-icon i {
        font-size: 44px
    }
}

@media screen and (max-width: 767px) {
    .process-steps-xs li:nth-child(2):after {
        display: none
    }

    .process-step-xs .process-step-icon i {
        font-size: 40px
    }

    .process-step-xs h3 {
        font-size: 13px;
        margin: 5px 0
    }

    .process-steps-xs li:after {
        right: 0
    }
}

/*=======================================================
  17. Clients Styles
========================================================*/

.section-clients {
    padding: 50px 0
}

.clients img {
    opacity: .6;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.clients img:hover {
    opacity: 1
}

.owl-carousel.clientsStyleOne .owl-item img {
    padding: 0 10px;
    cursor: pointer;
}

.owl-carousel.clientsStyleOne .owl-item img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleTwo .owl-item img {
    padding: 0 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleTwo .owl-item img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-carousel.clientsStyleThree .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    cursor: pointer;
}

.owl-carousel.clientsStyleThree .owl-item img:hover {
    border: none !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleFour .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleFour .owl-item img:hover {
    border: none !important;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-carousel.clientsStyleFive .owl-item img {
    cursor: pointer;
    padding: 0 10px
}

.owl-carousel.clientsStyleFive .owl-item img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleSix .owl-item img {
    max-width: 165px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleSix .owl-item img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-carousel.clientsStyleSeven .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    cursor: pointer;
}

.owl-carousel.clientsStyleSeven .owl-item img:hover {
    border: none !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleEight .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleEight .owl-item img:hover {
    border: none !important;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-carousel.clientsStyleNine .owl-item img {
    padding: 0 10px;
    cursor: pointer;
}

.owl-carousel.clientsStyleNine .owl-item img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleTen .owl-item img {
    padding: 0 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleTen .owl-item img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-carousel.clientsStyleEleven .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    cursor: pointer;
}

.owl-carousel.clientsStyleEleven .owl-item img:hover {
    border: none !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.owl-carousel.clientsStyleTwelve .owl-item img {
    border: solid 1px #ddd !important;
    padding: 1.42857rem !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}

.owl-carousel.clientsStyleTwelve .owl-item img:hover {
    border: none !important;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.clientsStyleTwoSix {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clientsStyleTwoSix .client-single {
    width: 16.666%;
    overflow: hidden;
}

.clientsStyleTwoSix .client-single .client-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: .8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clientsStyleTwoSix .client-single .client-img img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 165px;
    padding: 1.42857rem !important;
}

.clientsStyleTwoSix .client-single .client-img img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

@media screen and (max-width: 992px) {
    .section-clients {
        padding: 30px 0
    }

    .section-clients .item {
        text-align: center;
        width: 100%
    }

    .section-clients .owl-carousel .owl-item img {
        max-width: 75%;
        display: inline-block
    }
}

.section-clients2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9
}

.section-clients2 .client-single {
    width: 33.333%;
    min-height: 96px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    overflow: hidden
}

.section-clients2 .client-single.portfolio-3 {
    width: 25%;
}

.section-clients2 .client-single .client-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: .8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-clients2 .client-single .client-img img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.section-clients2 .client-single .client-img:hover {
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .clientsStyleTwoSix .client-single {
        width: 33.333%
    }

    .section-clients2 .client-single {
        width: 50%
    }

    .accordion-style .btn-link, .accordion-style-2 .btn-link, .accordion-style-3 .btn-link, .accordion-style-4 .btn-link, .accordion-style-5 .btn-link, .accordion-style-6 .btn-link {
        font-size: 14px !important;
        padding: 10px 30px 10px 30px !important;
    }

    .accordion-style .btn-link:after, .accordion-style-2 .btn-link:after, .accordion-style-3 .btn-link:after, .accordion-style-4 .btn-link:after, .accordion-style-5 .btn-link:after, .accordion-style-6 .btn-link:after {
        top: 10px !important;
        font-size: 13px !important;
    }

    .accordion-style .btn-link.collapsed:after, .accordion-style-2 .btn-link.collapsed:after, .accordion-style-3 .btn-link.collapsed:after, .accordion-style-4 .btn-link.collapsed:after, .accordion-style-5 .btn-link.collapsed:after, .accordion-style-6 .btn-link.collapsed:after {
        top: 10px !important;
        font-size: 13px !important;
    }

    .product-item-opt-1 .product-item-price {
        font-size: 15px !important;
    }

    .product-reviews-summary .rating-result:before, .product-reviews-summary .rating-result > span:before {
        font-size: 11px !important;
    }

    .no-sidebar .col-md-4,
    .no-sidebar .col-md-8,
    .no-sidebar .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-list-simple-text h4.blog-list-title {
        margin-top: 15px;
    }

    .video-section-text {
        display: none !important;
    }

    .story-video.home-3-video {
        padding-top: 0;
    }

    .padding-60px-tb.video-section {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media screen and (max-width: 575px) {
    .section-clients2 .client-single {
        width: 100%
    }

    .clientsStyleTwoSix .client-single .client-img img {;
        max-width: 95px;
        padding: 0.42857rem !important;
    }

    .no-sidebar .col-md-4,
    .no-sidebar .col-md-8,
    .no-sidebar .col-md-12 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.section-clients3 .client-single {
    margin-bottom: 30px
}

.section-clients3 .client-single:last-child, .section-clients3 .client-single p {
    margin-bottom: 0
}

.section-clients3 .client-single a {
    display: block
}

.section-clients3 .client-single a:after {
    content: '';
    display: block;
    clear: both
}

.section-clients3 .client-img {
    position: relative;
    float: left;
    padding: 10px;
    min-height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 225px;
    margin: 0 30px 0 0;
    border: 1px solid #ddd;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-clients3 .client-img:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px solid transparent;
    z-index: 100
}

.section-clients3 .client-desc {
    overflow: hidden
}

@media screen and (max-width: 575px) {
    .section-clients3 .client-img {
        float: none;
        margin-bottom: 15px
    }
}

/*=======================================================
  18. Counter Styles
========================================================*/

.counter-box.counter-one h3, .counter-box.counter-one h4 {
    font-size: 45px;
    font-weight: 700;
    color: #616161;
}

.counter-box.counter-one p {
    font-size: 18px;
    text-transform: uppercase;
}

.counter-box h3, .counter-box h4 {
    display: inline-block;
    font-weight: 600
}

.counter-box.counter-one.color-one h3, .counter-box.counter-one.color-one h4 {
    font-size: 50px;
    font-weight: 700;
    color: rgba(56, 63, 72, 1);
}

.counter-box.counter-one.color-one p {
    font-size: 18px;
    color: rgba(56, 63, 72, 1);
}

.counter-box.counter-one.color-two h3, .counter-box.counter-one.color-two h4 {
    font-size: 50px;
    font-weight: 700;
    color: rgba(0, 148, 230, 1);
}

.counter-box.counter-one.color-two p {
    font-size: 18px;
    color: rgba(0, 148, 230, 1);
}

.counter-box.counter-one.color-three h3, .counter-box.counter-one.color-three h4 {
    font-size: 50px;
    font-weight: 700;
    color: rgba(229, 20, 0, 1);
}

.counter-box.counter-one.color-three p {
    font-size: 18px;
    color: rgba(229, 20, 0, 1);
}

.counter-box.counter-one.color-four h3, .counter-box.counter-one.color-four h4 {
    font-size: 50px;
    font-weight: 700;
    color: rgba(0, 171, 169, 1);
}

.counter-box.counter-one.color-four p {
    font-size: 18px;
    color: rgba(0, 171, 169, 1);
}

.counter-box h3.countup-two, .counter-box h4.countup-two {
    display: block;
}

.counter-box h3.countup-two:after, .counter-box h4.countup-two:after {
    content: '';
}

.counter-box h3.countup-two i, .counter-box h4.countup-two i {
    font-size: 45px;
}


.social-icons a:hover {
    opacity: 1
}

.counter-box {
    position: relative;
    text-align: center
}

.counter-box h3:after {
    content: '+'
}

.counter-box h4 {
    font-size: 35px;
    line-height: normal;
    margin: 0
}

.counter-box h4:after {
    content: '+'
}

.counter-box.counter-home h4:after {
    content: ''
}

.counter-box h3 {
    font-size: 45px
}

@media screen and (max-width: 767px) {
    .counter-box p:before {
        margin: 0;
        position: absolute;
        top: 45px
    }

    .counter-box p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box.black p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box h4 {
        font-size: 26px
    }
}

.counter-box-style2 {
    position: relative;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px
}

.counter-box-style2 h3:after, .counter-box-style2 h4:after {
    content: '+'
}

.callto-action-imgbox {
    display: block;
    margin-right: 50px;
    padding-left: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 1
}

.callto-action-imgbox:before {
    border: 2px solid #0094e6;
    bottom: 40px;
    content: "";
    left: 0;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: -1
}

.callto-action-imgbox img {
    width: 100%
}

@media screen and (max-width: 991px) {
    .callto-action-imgbox {
        margin-right: 0;
        margin-bottom: 30px;
        padding: 20px 20px 0 20px
    }
}

/*=======================================================
  19. Dividers Styles
========================================================*/

hr.hr-default {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

hr.hr-dotted {
    border-top: 1px dotted rgba(0, 0, 0, .2);
}

hr.hr-dashed {
    border-top: 1px dashed rgba(0, 0, 0, .2);
}

hr.hr-double {
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

hr.hr-double-dotted {
    height: 5px;
    border-top: 1px dotted rgba(0, 0, 0, .2);
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
}

hr.hr-double-dashed {
    height: 5px;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}

hr.hr-gradient {
    height: 1px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, #ccc, transparent);
    background-image: -o-linear-gradient(left, transparent, #ccc, transparent);
    background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

hr.hr-default.color-1 {
    border-top: 1px solid rgba(0, 148, 230, 1) !important;
}

hr.hr-default.color-2 {
    border-top: 1px solid rgba(229, 20, 0, 1) !important;
}

hr.hr-default.color-3 {
    border-top: 1px solid rgba(0, 171, 169, 1) !important;
}

hr.hr-default.color-4 {
    border-top: 1px solid rgba(56, 63, 72, 1) !important;
}

hr.hr-dotted.color-1 {
    border-top: 1px dotted rgba(0, 148, 230, 1) !important;
}

hr.hr-dotted.color-2 {
    border-top: 1px dotted rgba(229, 20, 0, 1) !important;
}

hr.hr-dotted.color-3 {
    border-top: 1px dotted rgba(0, 171, 169, 1) !important;
}

hr.hr-dotted.color-4 {
    border-top: 1px dotted rgba(56, 63, 72, 1) !important;
}

hr.hr-dashed.color-1 {
    border-top: 1px dashed rgba(0, 148, 230, 1) !important;
}

hr.hr-dashed.color-2 {
    border-top: 1px dashed rgba(229, 20, 0, 1) !important;
}

hr.hr-dashed.color-3 {
    border-top: 1px dashed rgba(0, 171, 169, 1) !important;
}

hr.hr-dashed.color-4 {
    border-top: 1px dashed rgba(56, 63, 72, 1) !important;
}

hr.hr-double.color-1 {
    height: 5px;
    border-top: 1px solid rgba(0, 148, 230, 1) !important;
    border-bottom: 1px solid rgba(0, 148, 230, 1) !important;
}

hr.hr-double.color-2 {
    height: 5px;
    border-top: 1px solid rgba(229, 20, 0, 1) !important;
    border-bottom: 1px solid rgba(229, 20, 0, 1) !important;
}

hr.hr-double.color-3 {
    height: 5px;
    border-top: 1px solid rgba(0, 171, 169, 1) !important;
    border-bottom: 1px solid rgba(0, 171, 169, 1) !important;
}

hr.hr-double.color-4 {
    height: 5px;
    border-top: 1px solid rgba(56, 63, 72, 1) !important;
    border-bottom: 1px solid rgba(56, 63, 72, 1) !important;
}

hr.hr-double-dotted.color-1 {
    height: 5px;
    border-top: 1px dotted rgba(0, 148, 230, 1) !important;
    border-bottom: 1px dotted rgba(0, 148, 230, 1) !important;
}

hr.hr-double-dotted.color-2 {
    height: 5px;
    border-top: 1px dotted rgba(229, 20, 0, 1) !important;
    border-bottom: 1px dotted rgba(229, 20, 0, 1) !important;
}

hr.hr-double-dotted.color-3 {
    height: 5px;
    border-top: 1px dotted rgba(0, 171, 169, 1) !important;
    border-bottom: 1px dotted rgba(0, 171, 169, 1) !important;
}

hr.hr-double-dotted.color-4 {
    height: 5px;
    border-top: 1px dotted rgba(56, 63, 72, 1) !important;
    border-bottom: 1px dotted rgba(56, 63, 72, 1) !important;
}

hr.hr-double-dashed.color-1 {
    height: 5px;
    border-top: 1px dashed rgba(0, 148, 230, 1) !important;
    border-bottom: 1px dashed rgba(0, 148, 230, 1) !important;
}

hr.hr-double-dashed.color-2 {
    height: 5px;
    border-top: 1px dashed rgba(229, 20, 0, 1) !important;
    border-bottom: 1px dashed rgba(229, 20, 0, 1) !important;
}

hr.hr-double-dashed.color-3 {
    height: 5px;
    border-top: 1px dashed rgba(0, 171, 169, 1) !important;
    border-bottom: 1px dashed rgba(0, 171, 169, 1) !important;
}

hr.hr-double-dashed.color-4 {
    height: 5px;
    border-top: 1px dashed rgba(56, 63, 72, 1) !important;
    border-bottom: 1px dashed rgba(56, 63, 72, 1) !important;
}

hr.hr-gradient.color-1 {
    height: 1px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 148, 230, 1)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 148, 230, 1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 148, 230, 1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 148, 230, 1), transparent);
}

hr.hr-gradient.color-2 {
    height: 1px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(229, 20, 0, 1)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(229, 20, 0, 1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(229, 20, 0, 1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(229, 20, 0, 1), transparent);
}

hr.hr-gradient.color-3 {
    height: 1px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 171, 169, 1)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 171, 169, 1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 171, 169, 1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 171, 169, 1), transparent);
}

hr.hr-gradient.color-4 {
    height: 1px;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(56, 63, 72, 1)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(56, 63, 72, 1), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(56, 63, 72, 1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(56, 63, 72, 1), transparent);
}

.hr-icon {
    position: relative;
    height: 1px;
}

.hr-icon i {
    position: absolute;
    top: -1.28571rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.28571rem;
    line-height: 2.85714rem;
    text-align: center;
    font-style: normal;
}

.hr-bg-default {
    background: rgba(214, 213, 213, 1) !important;
}

.hr-color-default {
    color: rgba(214, 213, 213, 1) !important;
    background: #fff !important;
}

.hr-bg-1 {
    background: rgba(0, 148, 230, 1) !important;
}

.hr-color-1 {
    color: rgba(0, 148, 230, 1) !important;
    background: #fff !important;
}

.hr-bg-2 {
    background: rgba(229, 20, 0, 1) !important;
}

.hr-color-2 {
    color: rgba(229, 20, 0, 1) !important;
    background: #fff !important;
}

.hr-bg-3 {
    background: rgba(0, 171, 169, 1) !important;
}

.hr-color-3 {
    color: rgba(0, 171, 169, 1) !important;
    background: #fff !important;
}

.hr-bg-4 {
    background: rgba(56, 63, 72, 1) !important;
}

.hr-color-4 {
    color: rgba(56, 63, 72, 1) !important;
    background: #fff !important;
}

.hr-icon-1 {
    text-align: center;
    background: rgba(0, 148, 230, 1) !important;
    border-radius: 50px;
    color: rgba(0, 148, 230, 1) !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 50px;
    font-size: 20px;
    margin: 0 auto 0 -25px;
    top: -25px;
    left: 50%;
    z-index: 1;
}

/*=======================================================
  20. DropCaps Styles
========================================================*/

.dropcaps {
    float: left;
    font-size: 43px;
    line-height: 43px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
}

.dropcaps-underline {
    float: left;
    font-size: 43px;
    line-height: 43px;
    font-weight: 600;
    border-bottom: 3px solid;
    padding-left: 5px;
    padding-right: 5px;
}

.dropcaps-background {
    float: left;
    font-size: 40px;
    line-height: 57px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
}

.dropcaps-round {
    float: left;
    font-size: 40px;
    line-height: 57px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
    border-radius: 12px;
}

.dropcaps-circle {
    float: left;
    font-size: 40px;
    line-height: 57px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
    border-radius: 50%;
}

.dropcaps-border-square {
    float: left;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
}

.dropcaps-border-round {
    float: left;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
    border-radius: 12px;
}

.dropcaps-border-circle {
    float: left;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
    border-radius: 50%;
}

.dropcaps-border-dark {
    border: 3px solid rgba(33, 37, 41, 1) !important;
}

.dropcaps-border-primary {
    border: 3px solid rgba(0, 148, 230, 1) !important;
}

/*=======================================================
  21. Forms Styles
========================================================*/

.input-one {
    color: #555;
    font-size: 0.9rem;
    padding: .8rem 1rem .8rem;
    border-radius: 0;
    border-color: #ced4da;
    height: auto;
    margin-bottom: 0;
}

.input-one:focus {
    outline: 0 !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

.append-input {
    color: #555;
    font-size: 0.9rem;
    padding: .8rem 1rem .8rem;
    border-radius: 0;
    border-color: #ced4da;
    height: auto;
    margin-bottom: 0;
    border-right: none;
}

.append-input:focus {
    outline: 0 !important;
    border-color: #ced4da !important;
    border-right-color: transparent !important;
    box-shadow: none !important;
}

.append-icon .input-group-text {
    background: transparent;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: .7rem;
    border-left: none;
}

.prepend-input {
    color: #555;
    font-size: 0.9rem;
    padding: .8rem .8rem .8rem 0;
    border-radius: 0;
    border-color: #ced4da;
    height: auto;
    margin-bottom: 0;
    border-left: none;
}

.prepend-input:focus {
    outline: 0 !important;
    border-color: #ced4da !important;
    border-left-color: transparent !important;
    box-shadow: none !important;
}

.prepend-icon .input-group-text {
    background: transparent;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: .7rem;
    border-right: none;
}

.pre-app-end-input {
    color: #555;
    font-size: 0.9rem;
    padding: .8rem .8rem .8rem 0;
    border-radius: 0;
    border-color: #ced4da;
    height: auto;
    margin-bottom: 0;
    border-left: none;
    border-right: none;
}

.pre-app-end-input:focus {
    outline: 0 !important;
    border-color: #ced4da !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    box-shadow: none !important;
}

.append-input.border-input {
    border-right: 1px solid #ced4da !important;
}

.append-icon.border-input .input-group-text {
    width: 48.59px;
}

.prepend-input.border-input {
    border-left: 1px solid #ced4da !important;
    padding: .8rem;
}

.prepend-icon.border-input .input-group-text {
    width: 48.59px;
}

.pre-app-end-input.border-input {
    border-left: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    padding: .8rem;
}

.textarea-one {
    resize: none;
    margin-bottom: 0;
}

.textarea-two {
    resize: vertical;
    margin-bottom: 0;
}

.attach-one {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #495057 !important;
    margin-bottom: 0;
    border: 1px solid #ced4da !important;
    padding: .8rem;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}

.attach-one input[type="file"] {
    position: absolute;
    top: -25%;
    left: -25%;
    z-index: 10;
    width: 150%;
    height: 150%;
    opacity: 0;
    cursor: pointer;
}

.attach-two {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ced4da !important;
}

.attach-two input[readonly] {
    background-color: transparent;
}

.attach-two .form-control {
    border: none;
}

.attach-two .form-control:focus {
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.attach-two [class*="input-group-"] {
    min-width: 38px;
    background-color: transparent;
    border-color: #ced4da;
    white-space: normal;
    -webkit-transition: border-color .15s ease-in-out 0s;
    -o-transition: border-color .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s;
}

.attach-two input[type="file"] {
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 10;
    width: 150%;
    height: 150%;
    opacity: 0;
    cursor: pointer;
}

.quantity {
    float: left;
    margin-right: 15px;
}

.quantity .minus, .quantity .plus {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #ced4da;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.quantity .qty {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    text-align: center;
    margin-bottom: 0;
}

.quantity.qty-style .qty {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

.quantity.qty-style .minus, .quantity.qty-style .plus {
    border-left: none;
}

.e-check {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.e-radio-1, .e-checkbox-1 {
    position: absolute !important;
    top: 0;
    left: 0;
    display: none !important;
}

.e-check-icon-radio-1 {
    width: 18px;
    height: 18px;
    font-size: 12px;
    border: solid 1px #ccc;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

.e-check-icon-radio-1.e-checkbox-icon {
    border-radius: 0;
}

.e-check input[type="radio"]:checked + .e-check-icon-radio-1 {
    color: #0094e6;
    border-color: #0094e6;
    height: 18px;
    width: 18px !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;

}

.e-check-icon-1 {
    width: 10px !important;
    height: 10px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

input[type="radio"]:checked + * .e-check-icon-1 {
    background-color: #0094e6 !important;
}

.e-check-icon-radio-1 i::before {
    content: attr(data-uncheck-icon);
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.e-check input[type="radio"]:checked + .e-check-icon-radio-1.check-style-two {
    border-width: 3px;
}

.e-check-icon-radio-1.check-style-two .e-check-icon-1 {
    width: 6px !important;
    height: 6px !important;
}

.e-check-icon-radio-1.check-style-two {
    border-width: 3px;
}

.e-check input[type="radio"]:checked + .e-check-icon-radio-1.check-style-three {
    border-width: 1px;
}

.e-check-icon-radio-1.check-style-three .e-check-icon-1 {
    width: 18px !important;
    height: 18px !important;
}

.e-check-icon-radio-1.check-style-three {
    border-width: 1px;
}

.e-check input[type="checkbox"]:checked + .e-check-icon-radio-1 i::before {
    content: attr(data-check-icon);
    color: #0094e6;
    border: 1px solid #0094e6;
    width: 18px;
    height: 18px;
}

.e-check input[type="checkbox"]:checked + .e-check-icon-radio-1 i.check-style-two::before {
    content: attr(data-check-icon);
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #0094e6;
    border: 1px solid #0094e6;
}

.e-check input[type="checkbox"]:checked + .e-check-icon-radio-1 i.check-style-three::before {
    content: attr(data-check-icon);
    width: 18px;
    height: 18px;
    background-color: #0094e6;
    border: 1px solid #0094e6;
}

/*=======================================================
  22. Gradients Styles
========================================================*/

.e-gradient {
    height: 120px;
    text-align: center;
    line-height: 120px;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
}

.e-grade-gray {
    background: #bdc3c7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-piggy-pink {
    background: #ee9ca7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffdde1, #ee9ca7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-cool-blues {
    background: #2193b0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-megatron {
    background: #C6FFDD; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-moonlit-asteroid {
    background: #0F2027; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-jshine {
    background: #12c2e9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-evening-sunshine {
    background: #b92b27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1565C0, #b92b27); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1565C0, #b92b27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-dark-ocean {
    background: #373B44; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4286f4, #373B44); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-cool-sky {
    background: #2980B9; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-yoda {
    background: #FF0099; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #493240, #FF0099); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #493240, #FF0099); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-memariani {
    background: #aa4b6b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-amin {
    background: #8E2DE2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-harvey {
    background: #1f4037; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #99f2c8, #1f4037); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-neuromancer {
    background: #f953c6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b91d73, #f953c6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b91d73, #f953c6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-azur-lane {
    background: #7F7FD5; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-witching-hour {
    background: #c31432; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-flare {
    background: #f12711; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f5af19, #f12711); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-metapolis {
    background: #659999; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f4791f, #659999); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f4791f, #659999); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-kyoo-pal {
    background: #dd3e54; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6be585, #dd3e54); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6be585, #dd3e54); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-kye-meh {
    background: #8360c3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2ebf91, #8360c3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2ebf91, #8360c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-kyoo-tah {
    background: #544a7d; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffd452, #544a7d); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffd452, #544a7d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-by-design {
    background: #009FFF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec2F4B, #009FFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-ultra-voilet {
    background: #654ea3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaafc8, #654ea3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.e-burning-orange {
    background: #FF416C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.e-linear-white-gray {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#777));
    background-image: -webkit-linear-gradient(50deg, #eee, #777);
    background-image: -o-linear-gradient(50deg, #eee, #777);
    background-image: linear-gradient(50deg, #eee, #777);
}

.e-linear-blue-pink {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0094e6), to(#f62d51));
    background-image: -webkit-linear-gradient(50deg, #0094e6, #f62d51);
    background-image: -o-linear-gradient(50deg, #0094e6, #f62d51);
    background-image: linear-gradient(50deg, #0094e6, #f62d51);
}

.e-linear-blue-teal {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#73bec7), to(#4e66b0));
    background-image: -webkit-linear-gradient(50deg, #73bec7, #4e66b0);
    background-image: -o-linear-gradient(50deg, #73bec7, #4e66b0);
    background-image: linear-gradient(50deg, #73bec7, #4e66b0);
}

.e-linear-blue-cyan {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#429edc), to(#00629e));
    background-image: -webkit-linear-gradient(50deg, #429edc, #00629e);
    background-image: -o-linear-gradient(50deg, #429edc, #00629e);
    background-image: linear-gradient(50deg, #429edc, #00629e);
}

.e-linear-red-orange {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#be1715), to(#ed6d0f));
    background-image: -webkit-linear-gradient(50deg, #be1715, #ed6d0f);
    background-image: -o-linear-gradient(50deg, #be1715, #ed6d0f);
    background-image: linear-gradient(50deg, #be1715, #ed6d0f);
}

.e-linear-orange-yellow {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5cd21), to(#c22821));
    background-image: -webkit-linear-gradient(50deg, #f5cd21, #c22821);
    background-image: -o-linear-gradient(50deg, #f5cd21, #c22821);
    background-image: linear-gradient(50deg, #f5cd21, #c22821);
}

.e-linear-gray-white {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#eee));
    background-image: -webkit-linear-gradient(50deg, #777, #eee);
    background-image: -o-linear-gradient(50deg, #777, #eee);
    background-image: linear-gradient(50deg, #777, #eee);
}

.e-linear-pink-blue {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f62d51), to(#0094e6));
    background-image: -webkit-linear-gradient(50deg, #f62d51, #0094e6);
    background-image: -o-linear-gradient(50deg, #f62d51, #0094e6);
    background-image: linear-gradient(50deg, #f62d51, #0094e6);
}

.e-linear-teal-blue {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4e66b0), to(#73bec7));
    background-image: -webkit-linear-gradient(50deg, #4e66b0, #73bec7);
    background-image: -o-linear-gradient(50deg, #4e66b0, #73bec7);
    background-image: linear-gradient(50deg, #4e66b0, #73bec7);
}

.e-linear-cyan-blue {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00629e), to(#429edc));
    background-image: -webkit-linear-gradient(50deg, #00629e, #429edc);
    background-image: -o-linear-gradient(50deg, #00629e, #429edc);
    background-image: linear-gradient(50deg, #00629e, #429edc);
}

.e-linear-orange-red {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed6d0f), to(#be1715));
    background-image: -webkit-linear-gradient(50deg, #ed6d0f, #be1715);
    background-image: -o-linear-gradient(50deg, #ed6d0f, #be1715);
    background-image: linear-gradient(50deg, #ed6d0f, #be1715);
}

.e-linear-yellow-orange {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c22821), to(#f5cd21));
    background-image: -webkit-linear-gradient(50deg, #c22821, #f5cd21);
    background-image: -o-linear-gradient(50deg, #c22821, #f5cd21);
    background-image: linear-gradient(50deg, #c22821, #f5cd21);
}

.e-blue-gloss-default {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);

}

.e-black-gloss {
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);


}

/*=======================================================
  23. Headings Styles
========================================================*/

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.heading.heading-border {
    margin-bottom: 14px;
}

h1.heading-default {
    font-weight: 400 !important;
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0;
}

h2.heading-default {
    font-weight: 400 !important;
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3.heading-default {
    font-weight: 400 !important;
    font-size: 1.8em;
    line-height: 24px;
    margin-bottom: 33px;
}

h4.heading-default {
    font-weight: 400 !important;
    font-size: 1.4em;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5.heading-default {
    font-weight: 400 !important;
    font-size: 1em;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6.heading-default {
    font-weight: 400 !important;
    font-size: 1em;
    line-height: 18px;
    margin: 0 0 14px 0;
}

.heading.heading-bottom-border h1 {
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px;
}

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
    border-bottom: 3px double #ccc;
    padding-bottom: 10px;
}

.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
    border-bottom: 3px double #ccc;
    padding-bottom: 5px;
}

[class*="e-heading-"] {
    position: relative;
}

[class*="e-heading-"]:before, [class*="e-heading-"]:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border-top-width: 1px;
    border-color: #ccc;
}

.e-head-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 1.07143rem;
    background-color: inherit;
    z-index: 2;
}

.e-heading-1 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-1:before {
    top: 48%;
    border-top-style: solid;
}

.e-heading-1:after {
    top: 58%;
    border-top-style: solid;
}

.e-heading-1-1 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-1-1:before {
    top: 50%;
    border-top-style: solid;
}

.e-heading-2 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-2:before {
    top: 48%;
    border-top-style: dashed;
}

.e-heading-2:after {
    top: 58%;
    border-top-style: dashed;
}

.e-heading-2-1 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-2-1:before {
    top: 50%;
    border-top-style: dashed;
}

.e-heading-3 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-3:before {
    top: 48%;
    border-top-style: dotted;
}

.e-heading-3:after {
    top: 58%;
    border-top-style: dotted;
}

.e-heading-3-1 {
    border-color: #ced4da !important;
    background-color: #fff !important;
    width: 100%;
}

.e-heading-3-1:before {
    top: 50%;
    border-top-style: dotted;
}

.e-heading-1.text-right .e-head-title, .e-heading-1-1.text-right .e-head-title,
.e-heading-2.text-right .e-head-title, .e-heading-2-1.text-right .e-head-title,
.e-heading-3.text-right .e-head-title, .e-heading-3-1.text-right .e-head-title {
    padding-left: 1.07143rem;
    padding-right: 0;
}

.e-heading-1.text-center .e-head-title, .e-heading-1-1.text-center .e-head-title,
.e-heading-2.text-center .e-head-title, .e-heading-2-1.text-center .e-head-title,
.e-heading-3.text-center .e-head-title, .e-heading-3-1.text-center .e-head-title {
    padding-left: 1.07143rem;
}

.e-head-1.bg-1-head {
    background: rgba(0, 148, 230, 1);
}

.e-head-1.bg-2-head {
    background: rgba(229, 20, 0, 1);
}

.e-head-1.bg-3-head {
    background: rgba(0, 171, 169, 1);
}

.e-head-1.bg-4-head {
    background: rgba(56, 63, 72, 1);
}

.e-head-1 .h1, .e-head-1 h1 {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.e-head-1 .h2, .e-head-1 h2 {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.e-head-1 .h3, .e-head-1 h3 {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.e-head-1 .h4, .e-head-1 h4 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.e-head-1 .h5, .e-head-1 h5 {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.e-head-1 .h6, .e-head-1 h6 {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
}


/*=======================================================
  28. Info Blocks Styles
========================================================*/

.e-z-index-1 {
    z-index: 1;
}

[class*="e-ns-bg-v1"] {
    position: relative;
}

.e-ns-bg-v1-bottom.bg-white::before {
    border-top-color: #fff;
}

.e-ns-bg-v1-bottom::before {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
}

.e-ns-bg-v1-top::before, .e-ns-bg-v1-bottom::before {
    left: 50%;
    margin-left: -20px;
}

[class*="e-ns-bg-v1"]::before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

[class*="e-ns-bg-v"]::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
}

.e-ns-bg-v1-top.bg-theme::before {
    border-bottom-color: #0094e6;
}

.e-ns-bg-v1-top::before {
    top: -25px;
    border-width: 0 20px 25px 20px;
}

.info-text-v1 {
    width: 80%;
    margin: 0 auto;
}

/*=======================================================
  24. Icons Boxes Styles
========================================================*/

.e-icon-v1 {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.e-icon-v1 i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.e-icon-v1:hover {
    background-color: #0094e6;
    color: #fff;
    cursor: pointer;
}

.e-icon-v1.rounded-border {
    border: 1px solid #777;
}

.e-icon-v1.rounded-border:hover {
    background-color: transparent;
    border: 1px solid #0094e6;
    color: #0094e6;
    cursor: pointer;
}

.e-icon-v1.big-icon {
    width: 4.92857rem;
    height: 4.92857rem;
}

.e-icon-v1.bg-theme:hover {
    background-color: transparent !important;
    border: 1px solid #0094e6 !important;
    color: #0094e6 !important;
}

.e-icon-v2 .e-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 62.84px;
    height: 62.84px;
    margin: 0 auto 10px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.e-icon-v2 .e-icon a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.e-icon-v2 .e-icon a i {
    font-size: 1.57143rem;
    line-height: 62.84px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.e-icon-v2 .e-icon i:hover {
    background-color: #0094e6;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.e-icon-v2.rounded-border .e-icon i {
    border: 1px solid #777;
}

.e-icon-v2.rounded-border .e-icon i:hover {
    background-color: transparent;
    border: 1px solid #0094e6;
    color: #0094e6;
    cursor: pointer;
}

.e-icon-v2.rounded-bg-border .e-icon i {
    border: 1px solid #0094e6 !important;
}

.e-icon-v2.rounded-bg-border .e-icon i:hover {
    background-color: transparent !important;
    border: 1px solid #0094e6 !important;
    color: #0094e6 !important;
    cursor: pointer;
}


/*=======================================================
  25. Labels Styles
========================================================*/

.e-label {
    display: inline-block;
    padding: .35rem .58rem .45rem .58rem;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.e-label-primary {
    background-color: #0094e6;
}

.e-label-default {
    background-color: #777;
}

.e-label-success {
    background-color: #5cb85c;
}

.e-label-info {
    background-color: #5bc0de;
}

.e-label-warning {
    background-color: #f0ad4e;
}

.e-label-danger {
    background-color: #d9534f;
}

/*=======================================================
  26. Lists Groups Styles
========================================================*/

.e-brd-gray-light-v1.e-brd-around {
    border-color: #eee !important;
}

.e-brd-around {
    border: solid 1px transparent !important;
}

.e-w-h-40 {
    width: 40px !important;
    height: 40px !important;
}

.e-time-b {
    margin-bottom: 1px;
}

.list-unstyled.e-list-group {
    margin-bottom: 0;
}

.e-list-group.color-1 {
    color: rgba(0, 148, 230, 1) !important;
}

.e-list-group.color-2 {
    color: rgba(229, 20, 0, 1) !important;
}

.e-list-group.color-3 {
    color: rgba(0, 171, 169, 1) !important;
}

.e-list-group.color-4 {
    color: rgba(56, 63, 72, 1) !important;
}


/*=======================================================
  27. Icons Lists Styles
========================================================*/

.e-icon-list-v1 {
    font-size: 1.57143rem;
    color: #777;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.e-icon-primary {
    color: rgba(0, 148, 230, 1);
}

.e-icon-lime {
    color: rgba(164, 196, 0, 1);
}

.e-icon-green {
    color: rgba(96, 169, 23, 1);
}

.e-icon-emerald {
    color: rgba(0, 138, 0, 1);
}

.e-icon-teal {
    color: rgba(0, 171, 169, 1);
}

.e-icon-cyan {
    color: rgba(27, 161, 226, 1);
}

.e-icon-cobalt {
    color: rgba(0, 80, 239, 1);
}

.e-icon-indigo {
    color: rgba(106, 0, 255, 1);
}

.e-icon-violet {
    color: rgba(170, 0, 255, 1);
}

.e-icon-pink {
    color: rgba(244, 114, 208, 1);
}

.e-icon-magenta {
    color: rgba(216, 0, 115, 1);
}

.e-icon-crimson {
    color: rgba(162, 0, 37, 1);
}

.e-icon-red {
    color: rgba(229, 20, 0, 1)
}

.e-icon-orange {
    color: rgba(250, 104, 0, 1);
}

.e-icon-amber {
    color: rgba(240, 163, 10, 1);
}

.e-icon-yellow {
    color: rgba(227, 200, 0, 1);
}

.e-icon-brown {
    color: rgba(130, 90, 44, 1);
}

.e-icon-olive {
    color: rgba(109, 135, 100, 1);
}

.e-icon-steel {
    color: rgba(100, 118, 135, 1);
}

.e-icon-mauve {
    color: rgba(118, 96, 138, 1);
}

.e-icon-sienna {
    color: rgba(160, 82, 45, 1);
}

.e-icon-gray {
    color: rgba(56, 63, 72, 1);
}

.e-icon-dark {
    color: rgba(77, 77, 77, 1);
}

.e-icon-black {
    color: rgba(0, 0, 0, 1);
}

.et-examples {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}

.et-examples .box1 {
    display: inline-block;
    width: 12.5%;
    padding: 0;
    margin: -1px 0 0 -1px;
    font-size: 13px;
    text-align: center;
    color: #0094e6;
}

.et-examples .box1:hover {
    color: #111;
    cursor: pointer;
}

.et-examples .box1 > span {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
}

/*=======================================================
  29. Video Styles
========================================================*/

.story-video {
    height: 100%
}

.story-video.home-3-video {
    padding-top: 50px;
}

.story-video-height {
    min-height: 400px;
    height: 100%
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #0094e6;
    padding-left: 3px;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i, .video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn-style2:after, .video_btn-style2:before {
    border-color: rgba(0, 0, 0, 0.1)
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video_btn.border-grey:after, .video_btn.border-grey:before {
    border: 2px solid #d8d8d8
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@media screen and (max-width: 1199px) {
    .story-video-height {
        min-height: 350px
    }

    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 83px;
        padding-left: 3px;
    }

    .video_btn:after {
        height: 75px;
        width: 75px
    }

    .video_btn:before {
        height: 90px;
        width: 90px
    }

    .section-heading.left.home-about {
        text-align: center !important;
    }

    .section-heading.left.home-about .title-style2:before {
        left: calc(50% - 62.5px) !important;
    }

    .section-heading.left .title-style2:after {
        left: calc(50% - 25px) !important;
    }

    .section-heading.left .title-style2.contact-title:after {
        left: 37px !important;
    }

    p.home-about-text {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .story-video {
        min-height: 325px
    }

    .story-video-height {
        min-height: 300px
    }

    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 75px;
        padding-left: 5px;
    }

    .video_btn:after {
        height: 70px;
        width: 70px
    }

    .video_btn:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .story-video {
        min-height: 200px
    }

    .story-video-height {
        min-height: 250px
    }

    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 62px
    }

    .video_btn:after {
        height: 60px;
        width: 60px
    }

    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

/*=======================================================
  30. About Styles
========================================================*/

.about-area {
    padding: 0
}

.about-text {
    display: block;
    padding-bottom: 90px;
    padding-top: 90px
}

.about-text.about-services {
    padding-bottom: 60px;
    padding-top: 60px
}

.about-text .sec-title {
    padding-bottom: 34px
}

.about-text .inner-content h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 14px;
    color: #fff
}

.about-text .inner-content h2 span {
    font-weight: 700
}

.about-text .inner-content p {
    color: #fff
}

.about-text .inner-content .bottom {
    display: block;
    overflow: hidden;
    margin-top: 0
}

.about-text .inner-content .bottom p {
    margin: 0;
    font-weight: 500
}

.about-text .inner-content .bottom .signature {
    display: block;
    margin-top: 20px
}

.about-right-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 90px 40px;
    z-index: 1;
    height: 100%
}

.about-right-box.about-services-right {
    padding: 60px 30px;
}

.about-right-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0094e6;
    opacity: .92;
    content: "";
    z-index: -1
}

.about-right-box ul {
    margin-bottom: 0
}

.about-right-box ul li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-right-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.about-right-box ul li .left-content {
    display: block;
    width: 70%
}

.about-right-box ul li .left-content .icon {
    width: 55px;
    display: table-cell;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.5)
}

.about-right-box ul li .left-content .icon span:before {
    font-size: 55px;
    line-height: 55px
}

.about-right-box ul li .left-content .title {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5)
}

.about-right-box ul li .left-content .title h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 0 1px
}

.about-right-box ul li .left-content .title span {
    color: rgba(255, 255, 255, 0.75)
}

.about-right-box ul li .right-content .title {
    display: block;
    margin-top: 3px
}

.about-right-box ul li .right-content .title h4 {
    color: #ffffff;
    font-size: 3.4em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .about-text, .about-right-box {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media screen and (max-width: 991px) {
    .about-area {
        padding-bottom: 60px
    }

    .about-text, .about-right-box {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .about-text.about-services {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-right-box {
        padding: 40px 20px
    }

    .about-right-box ul li {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .about-right-box ul li .left-content .title {
        padding-left: 10px
    }

    .about-right-box ul li .left-content .icon span:before {
        font-size: 36px;
        line-height: normal
    }

    .about-right-box ul li .right-content .title h4 {
        font-size: 26px
    }
}

.about-ceo {
    position: relative
}

.about-ceo .about-project {
    position: absolute;
    right: 20px;
    bottom: 19px;
    background: #f7f7f7;
    z-index: 9
}

.about-ceo .about-project h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #0094e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 10px
}

.about-ceo .about-project p {
    display: block;
    font-size: 18px;
    color: #232323;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.about-ceo .box-area {
    position: relative;
    background: #fff;
    padding: 25px;
    text-align: center;
    border: 8px solid #0094e6
}

/*=======================================================
  31. Timeline Styles
========================================================*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px
}

.timeline > li {
    margin-bottom: 20px;
    position: relative
}

.timeline > li:before {
    content: " ";
    display: table
}

.timeline > li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline > li:before {
    content: " ";
    display: table
}

.timeline > li:after {
    content: " ";
    display: table;
    clear: both
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175)
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-badge.primary {
    background-color: #0094e6 !important
}

.timeline-badge.success {
    background-color: #3f903f !important
}

.timeline-badge.warning {
    background-color: #f0ad4e !important
}

.timeline-badge.danger {
    background-color: #d9534f !important
}

.timeline-badge.info {
    background-color: #5bc0de !important
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0
}

.timeline-body > p + p {
    margin-top: 5px
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }

    ul.timeline > li > .timeline-panel {
        float: right
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.progress-text {
    font-size: 13px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px
}

.custom-progress {
    height: 4px;
    border-radius: 50px;
    box-shadow: none;
    margin-bottom: 15px
}

.custom-bar {
    height: 100%;
    background-color: #0094e6;
    box-shadow: none
}

.custom-bar-dark {
    height: 100%;
    background-color: #232323;
    box-shadow: none
}

.progress-medium {
    height: 8px;
    border-radius: 50px;
    box-shadow: none
}

.progress-bold {
    height: 12px;
    border-radius: 50px;
    box-shadow: none
}

/*=======================================================
  32. Testimonials Styles
========================================================*/

.testmonial-single {
    text-align: center
}

#testmonials-carousel .testmonial-single img {
    width: auto;
    display: inline-block;
    margin-bottom: 10px
}

.testmonial-single p {
    text-align: center;
    font-style: italic;
    font-weight: 600
}

.testmonial-single p:before {
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #0094e6;
    font-size: 23px;
    display: block
}

.testmonial-single h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: normal
}

.testmonial-single h6 {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: normal
}

.testmonial-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.testmonial-box img {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonial-box img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonial-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    line-height: normal
}

.testmonial-box span {
    font-size: 13px
}

.testmonial-box p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px
}

.testmonial-style2 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 0 0 30px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}

.testmonial-style2 img {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonial-style2 img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonial-style2 h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    line-height: normal
}

.testmonial-style2 span {
    font-size: 13px
}

.testmonial-style2 p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px
}

.testimonial-style3 .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial-style3 .testimonial-review p {
    margin-bottom: 0
}

.testimonial-style3 .testimonial-left-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 177px;
    flex: 1 0 177px;
    margin-right: 100px;
    text-align: center
}

.testimonial-style3 .testimonial-pic {
    position: relative;
    margin: 0 0 25px
}

.testimonial-style3 .testimonial-pic:before {
    content: '\f10d';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: block;
    position: absolute;
    top: 50%;
    right: -62px;
    margin-top: -8px;
    font-size: 21px;
    color: #0094e6
}

.testimonial-style3 .testimonial-separator:before {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #6f6f6f
}

.testimonial-style3 .testimonial-separator:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #6f6f6f;
    bottom: 0
}

.testimonial-style3 .client-info h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff
}

.testimonial-style3 .client-info span {
    color: #d6d5d5
}

.testimonial-style3 .testimonial-review {
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

.testimonial-style3 .custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px
}

.testimonial-style3 .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.testimonial-style3 .custom-dot span:hover {
    background: #fff;
    -webkit-backface-visibility: visible;
    border-radius: 0
}

@media screen and (max-width: 991px) {
    .testimonial-style3 .testimonial-review {
        padding-bottom: 65px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-style3 .client-info h6 {
        font-size: 14px
    }

    .testimonial-style3 .custom-dot {
        margin-top: 20px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-style3 .testimonial-review {
        padding-bottom: 0
    }

    .testimonial-style3 .testimonial-left-col {
        margin-bottom: 20px;
        text-align: left
    }

    .testimonial-style3 .testimonial-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testimonial-style3 .testimonial-separator, .testimonial-style3 .testimonial-pic:before {
        display: none
    }
}

.testimonial-style4 {
    border: 2px solid #ededed;
    padding: 25px;
    position: relative
}

.testimonial-style4:after {
    background: #0094e6;
    position: absolute;
    content: "";
    right: -2px;
    top: 15px;
    width: 2px;
    height: 25px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.testimonial-style4:hover:after {
    top: 0;
    height: 50px
}

.testimonial-style4 .quote {
    font-size: 80px;
    line-height: 30px;
    margin-top: 40px
}

.testimonial-style4 img {
    border-radius: 50%;
    max-width: 120px
}

.testimonial-style4 .name {
    position: relative
}

@media screen and (max-width: 767px) {
    .testimonial-style4 .quote {
        font-size: 60px
    }
}

.testmonials-style5 {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.testmonials-style5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%
}

.testmonials-style5 img {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonials-style5 img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonials-style5 h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative
}

.testmonials-style5 span {
    font-size: 13px;
    color: #0094e6
}

.testmonials-style5 span:before {
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.testmonials-style5 p {
    margin-top: 10px
}

.testmonials-style5 .data {
    position: relative
}

.testmonials-style5 .data i {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .testmonials-style5 {
        margin-bottom: 20px
    }

    .testmonials-style5 p {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .testmonials-style5 {
        margin-bottom: 15px;
        padding: 25px 15px
    }

    .testmonials-style5 h5 {
        font-size: 15px
    }
}

.testimonial-style6 .testmonial-single h4 {
    font-size: 16px
}

.testimonial-style6 .testmonial-single h6 {
    font-size: 11px;
    margin-bottom: 0
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0094e6
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: #fff !important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.bg-parallax .owl-theme .owl-nav {
    display: none;
}

.owl-carousel.arrow-style-four .owl-nav button.owl-next, .owl-carousel.arrow-style-four .owl-nav button.owl-prev {
    background: transparent !important;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.1);
}

.owl-nav i, .owl-nav span {
    color: #232323;
    font-size: 18px;
    padding-top: 4px;
    line-height: 18px;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.testmonial-single {
    text-align: center
}

#testmonials-carousel .testmonial-single img {
    width: auto;
    display: inline-block;
    margin-bottom: 20px
}

.testmonial-single p {
    text-align: center;
    font-style: italic;
    font-weight: 600
}

.testmonial-single p:before {
    margin: auto auto 15px;
    content: "\f10d";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #0094e6;
    font-size: 23px;
    display: block
}

.testmonial-single h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: normal
}

.testmonial-single h6 {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}

.testmonial-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 15px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.testmonial-box img {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonial-box img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonial-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    line-height: normal
}

.testmonial-box span {
    font-size: 13px
}

.testmonial-box p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px
}

.testimonials-sidebar .testmonial-single p {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 18px;
}

.testimonials-sidebar .testmonial-single p:before {
    content: '';
}

.testimonials-sidebar .testmonial-single img {
    margin-bottom: 15px;
    margin-top: 10px;
}

.testimonials-sidebar .testmonial-single h6 {
    margin-bottom: 25px;
}

.owl-carousel.testimonials-sidebar .owl-item {
    border: 1px solid #ededed;
}

.testmonial-style2 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 0 0 30px 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}

.testmonial-style2 img {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonial-style2 img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonial-style2 h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    line-height: normal
}

.testmonial-style2 span {
    font-size: 13px
}

.testmonial-style2 p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px
}

.testimonial-style3 .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial-style3 .testimonial-review p {
    margin-bottom: 0
}

.testimonial-style3 .testimonial-left-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 177px;
    flex: 1 0 177px;
    margin-right: 100px;
    text-align: center
}

.testimonial-style3 .testimonial-pic {
    position: relative;
    margin: 0 0 25px
}

.testimonial-style3 .testimonial-pic:before {
    content: '\f10d';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: block;
    position: absolute;
    top: 50%;
    right: -62px;
    margin-top: -13px;
    font-size: 21px;
    color: #0094e6
}

.testimonial-style3 .testimonial-separator:before {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #6f6f6f
}

.testimonial-style3 .testimonial-separator:after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -53px;
    background-color: #6f6f6f;
    bottom: 0
}

.testimonial-style3 .client-info h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff
}

.testimonial-style3 .client-info span {
    color: #d6d5d5
}

.testimonial-style3 .testimonial-review {
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

.testimonial-style3 .custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px
}

.testimonial-style3 .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.testimonial-style3 .custom-dot span:hover {
    background: #fff;
    -webkit-backface-visibility: visible;
    border-radius: 0
}

@media screen and (max-width: 991px) {
    .testimonial-style3 .testimonial-review {
        padding-bottom: 65px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-style3 .client-info h6 {
        font-size: 14px
    }

    .testimonial-style3 .custom-dot {
        margin-top: 20px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-style3 .testimonial-review {
        padding-bottom: 0
    }

    .testimonial-style3 .testimonial-left-col {
        margin-bottom: 20px;
        text-align: left
    }

    .testimonial-style3 .testimonial-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testimonial-style3 .testimonial-separator, .testimonial-style3 .testimonial-pic:before {
        display: none
    }
}

.testimonial-style4 {
    border: 2px solid #ededed;
    padding: 25px;
    position: relative
}

.testimonial-style4:after {
    background: #0094e6;
    position: absolute;
    content: "";
    right: -2px;
    top: 15px;
    width: 2px;
    height: 25px;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.testimonial-style4:hover:after {
    top: 0;
    height: 50px
}

.testimonial-style4 .quote {
    font-size: 80px;
    line-height: 30px;
    margin-top: 40px
}

.testimonial-style4 img {
    border-radius: 50%;
    max-width: 120px
}

.testimonial-style4 .name {
    position: relative
}

@media screen and (max-width: 767px) {
    .testimonial-style4 .quote {
        font-size: 60px
    }
}

.testmonials-style5 {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.testmonial-style6 .testmonials-style5 {
    margin: 0;
}

.testmonials-style5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%
}

.testmonials-style5 img {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 2px
}

.owl-carousel .testmonials-style5 img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.testmonials-style5 h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative
}

.testmonials-style5 span {
    font-size: 13px;
    color: #0094e6
}

.testmonials-style5 span:before {
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.testmonials-style5 p {
    margin-top: 10px
}

.testmonials-style5 .data {
    position: relative
}

.testmonials-style5 .data i {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 991px) {
    .testmonials-style5 {
        margin-bottom: 20px
    }

    .testmonials-style5 p {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .testmonials-style5 {
        margin-bottom: 15px;
        padding: 25px 15px
    }

    .testmonials-style5 h5 {
        font-size: 15px
    }
}

.testimonial-style6 .testmonial-single h4 {
    font-size: 16px;
    margin-top: 10px
}

.testimonial-style6 .testmonial-single h6 {
    font-size: 11px;
    margin-bottom: 0
}

/*=======================================================
  33. Team Styles
========================================================*/

.about-carousel {
    position: relative
}

.about-carousel:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 991px) {
    .about-carousel {
        margin-bottom: 50px
    }

    .about-carousel:after {
        top: 50px;
        left: -50px;
        border: 20px solid rgba(0, 0, 0, 0.1)
    }
}

@media screen and (max-width: 767px) {
    .about-carousel {
        margin: 0
    }

    .about-carousel:after {
        display: none
    }
}

.team-member {
    border: 1px solid #ececec;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    background: #fff;
    overflow: hidden
}

.team-member:hover {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.28);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.team-member-img {
    width: 100%;
    height: auto
}

.team-member-img img {
    width: 100%
}

.team-member-text {
    text-align: center;
    padding: 20px
}

.team-member-text h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.team-member:hover .team-member-text h4 {
    color: #0094e6
}

.team-member-text h4 a {
    color: #232323
}

.team-member-text span {
    color: #0094e6;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px
}

.team-member-text p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin: 20px auto 0;
    max-width: 90%
}

.team-member-text ul {
    margin-top: 15px;
    padding: 8px 0
}

.team-member-text ul li a i {
    font-size: 17px;
    line-height: 34px
}

@media screen and (max-width: 991px) {
    .team-member-text {
        padding: 20px 10px
    }
}

.team-single-img {
    width: 100%
}

.team-single-img img {
    border-radius: 0
}

.team-single-text {
    padding: 5px 50px 0 0
}

.team-single-text span {
    color: #0094e6;
    font-size: 14px;
    font-weight: 500
}

.team-single-text h4 {
    color: #232323;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.team-single-info {
    padding: 0
}

.team-single-info li strong {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px
}

.team-single-text li span {
    color: #777;
    font-size: 15px;
    font-weight: 400
}

.team-single-icons ul li {
    display: inline-block;
    border: 1px solid #0094e6;
    border-radius: 50%;
    color: #0094e6;
    margin-right: 8px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.team-single-icons ul li a {
    color: #0094e6;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px
}

.team-single-icons ul li:hover {
    background: #0094e6;
    border-color: #0094e6
}

.team-single-icons ul li:hover a {
    color: #fff
}

.team-member {
    cursor: pointer;
}

.team-style1 .team-member-img {
    overflow: hidden;
    border-radius: 5px
}

.team-style1 .team-member-img img {
    transition: all 0.5s ease 0s;
    width: 100%
}

.team-style1 .team-member-img:hover img {
    transform: scale(1.1)
}

.team-style2 .team-member-img img {
    transition: all 0.3s ease 0s
}

.team-style2 .team-member-img:hover img {
    filter: grayscale(100%)
}

.team-style2 .team-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
    padding: 15px;
    z-index: 9
}

.team-style2 .social-links {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.team-style2 .social-links a:hover {
    opacity: 0.65
}

.team-style2 .team-description-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.team-style2 .team-description-content {
    display: table-cell;
    vertical-align: middle
}

.team-style2 .team-member-img {
    position: relative;
    display: block;
    overflow: hidden
}

.team-style2 .bg-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1
}

.team-style2 .team-member-img > img {
    transition: all 0.2s ease 0s
}

.team-style2:hover .bg-cover {
    background-color: rgba(0, 0, 0, 0.75);
    display: block
}

.team-style2:hover .social-links {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0)
}

.team-style2:hover .team-member-img > img {
    filter: blur(4px) grayscale(4%)
}

.team-style2:hover .team-description {
    opacity: 1
}

.team-style3 {
    cursor: pointer;
}

.team-style3 .team-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
    padding: 15px;
    z-index: 9
}

.team-style3 .social-links {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.team-style3 .about-me {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    color: #f7f7f7
}

.team-style3 .social-links:after {
    background: #0094e6;
    bottom: -12px;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px
}

.team-style3 .social-links a:hover {
    opacity: 0.65
}

.team-style3 .team-description-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.team-style3 .team-description-content {
    display: table-cell;
    vertical-align: middle
}

.team-style3 .team-member-img {
    position: relative;
    display: block;
    overflow: hidden
}

.team-style3 .bg-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1
}

.team-style3 .team-member-img > img {
    transition: all 0.2s ease 0s
}

.team-style3:hover .bg-cover {
    background-color: rgba(0, 0, 0, 0.83);
    display: block
}

.team-style3:hover .social-links {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0)
}

.team-style3:hover .about-me {
    transition-delay: 200ms, 200ms;
    opacity: 1;
    transform: translateY(0)
}

.team-style3:hover .team-member-img > img {
    filter: blur(4px) grayscale(4%)
}

.team-style3:hover .team-description {
    opacity: 1
}

.team-style4 .team-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
    padding: 15px;
    z-index: 9
}

.team-style4 .social-links {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.team-style4 .about-me {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block
}

.team-style4 .social-links:after {
    background: #0094e6;
    bottom: -12px;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12px
}

.team-style4 .social-links a:hover {
    opacity: 0.65
}

.team-style4 .team-description-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.team-style4 .team-description-content {
    display: table-cell;
    vertical-align: middle
}

.team-style4 .team-member-img {
    position: relative;
    display: block;
    overflow: hidden
}

.team-style4 .bg-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
    z-index: 1
}

.team-style4 .team-member-img > img {
    transition: all 0.2s ease 0s
}

.team-style4:hover .bg-cover {
    background-color: rgba(0, 0, 0, 0.83);
    display: block
}

.team-style4:hover .social-links {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0)
}

.team-style4:hover .about-me {
    transition-delay: 200ms, 200ms;
    opacity: 1;
    transform: translateY(0)
}

.team-style4:hover .team-member-img > img {
    filter: blur(4px) grayscale(4%)
}

.team-style4:hover .team-description {
    opacity: 1
}

/*=======================================================
  34. Projects Styles
========================================================*/

.filtering {
    margin-bottom: 10px
}

.filtering.portfolio-2 {
    margin-bottom: 10px;
    margin-top: -5px;
}

.filtering span {
    border-bottom: 1px solid transparent;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px
}

.filtering span:last-child {
    margin: 0
}

.filtering .active {
    border-color: #0094e6;
    color: #0094e6
}

@media screen and (max-width: 767px) {
    .filtering span {
        margin-right: 15px
    }
}

.filtering-style2 span {
    font-size: 12px;
    font-weight: 700
}

.gallery-style2 .project-grid {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.project-grid {
    display: block;
    position: relative;
    margin: 15px 0
}

.project-grid-img img {
    display: block;
    width: 100%;
    height: auto
}

.project-grid-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-grid-overlay.project-home {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #0094e6;
}

.project-grid-overlay h4 {
    margin-bottom: 0
}

.project-grid-overlay h4 a {
    text-align: center
}

.project-grid-overlay p {
    text-align: center
}

.project-grid:hover .project-grid-overlay {
    opacity: 1
}

.project-grid-overlay h4 a {
    font-size: 22px;
    opacity: 0
}

.project-grid-overlay h4 a:hover {
    color: #0094e6
}

.project-grid-overlay h4 a:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #0094e6;
    margin: 15px auto
}

.project-grid-overlay.project-home h4 a:after {
    width: 80px;
    height: 3px;
}

.project-grid:hover h4 a {
    opacity: 1;
    line-height: normal
}

.project-grid-overlay p {
    color: #666;
    font-size: 15px;
    margin: 0;
    opacity: 0
}

.project-grid-overlay p.width-80 {
    margin: 0 auto;
}

.project-grid:hover p {
    opacity: 1
}

.project-grid-overlay.theme {
    background: rgba(0, 148, 230, 0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid rgba(0, 0, 0, 0.15)
}

.project-grid-overlay.theme h4 a {
    color: #fff
}

.project-grid-overlay.theme h4 a:hover {
    color: rgba(255, 255, 255, 0.55)
}

.project-grid-overlay.theme h4 a:after {
    height: 1px;
    background: #fff
}

.project-grid-overlay.theme p {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .project-grid-overlay h4 {
        line-height: 20px
    }

    .project-grid-overlay h4 a {
        font-size: 18px
    }

    .blog-list-simple-text h4.blog-list-title {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .project-grid {
        margin: 20px 0 0 0
    }

    .project-grid:hover p {
        top: 52%
    }
}

.project-grid-style2 .project-details {
    position: relative;
    overflow: hidden
}

.project-grid-style2 .project-details img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.project-grid-style2 .portfolio-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.project-grid-style2 .portfolio-icon a {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 26px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: calc(50% - 13px);
    padding-bottom: calc(50% - 17px);
}

.project-grid-style2 .portfolio-title {
    padding: 15px 15px 0 15px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.project-grid-style2 .portfolio-title h4 {
    font-size: 16px;
    margin-bottom: 0
}

.project-grid-style2 .portfolio-title p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px
}

.project-grid-style2:hover .project-details img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1)
}

.project-grid-style2:hover .portfolio-icon {
    opacity: 1
}

.project-grid-style2:hover .portfolio-icon a {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.project-grid-style2:hover .portfolio-icon a:hover {
    color: #0094e6
}

.project-grid-style2.custom-style-2 .portfolio-icon a {
    font-size: 18px;
    top: 0 !important;
    left: 0 !important;
    padding-top: calc(50% - 9px) !important;
    padding-bottom: calc(50% - 9px) !important;
}

.project-grid-style2.custom-style-2 .portfolio-icon a i {
    font-size: 18px;
}

.portfolio-post-border {
    border: 1px solid #0094e6;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden
}

.project-grid-style2:hover .portfolio-post-border {
    visibility: visible
}

.portfolio-post-bg {
    border: 1px solid rgba(0, 148, 230, .8);
    background: rgba(0, 148, 230, .8);
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden
}

.project-grid-style2:hover .portfolio-post-bg {
    visibility: visible;
    cursor: pointer;
}

.project-grid-style2.custom-style-2:hover .portfolio-icon a:hover {
    color: #fff;
}

.project-carousel h4:after {
    content: " ";
    background: #0094e6;
    height: 2px
}

.project-single-text h4:after {
    content: " ";
    background: #0094e6;
    height: 2px
}

.project-single-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8
}

.project-single-text h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 20px
}

.project-single-text h5:after {
    display: block;
    width: 70px;
    margin-top: 8px;
    content: " ";
    background: #0094e6;
    height: 2px
}

.project-single-text ul li {
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.portfoli-tab .project-single-text ul li {
    font-size: 16px;
    font-weight: 600;
}

.project-single-text ul li i {
    color: #0094e6;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px
}

.project-single-info {
    border: none;
    display: block;
    width: 100%;
    padding: 0
}

.project-single-info ul li {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ececec;
    padding: 8px 0
}

.project-single-info ul li:first-child {
    padding-top: 0;
}

.project-single-info ul li:last-child {
    padding-bottom: 0;
}

.project-single-info ul li:last-child {
    border-bottom: none
}

.project-single-info ul li span {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    margin-right: 25px;
    width: 70px;
    max-width: 100%
}

.project-single-info ul li .value {
    width: auto;
    margin-right: 0;
    color: #6f6f6f
}

.project-single-img {
    padding-bottom: 0
}

.project-single-box-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07)
}

.project-grid-style3 {
    position: relative;
    margin-bottom: 10px
}

.project-grid-style3 .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}

.project-grid-style3 .inner-box .project-image {
    position: relative
}

.project-grid-style3 .inner-box .project-image:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4))
}

.project-grid-style3 .inner-box:hover .project-image:before {
    opacity: 0
}

.project-grid-style3 .inner-box .project-image img {
    position: relative;
    width: 100%;
    display: block
}

.project-grid-style3 .inner-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: #ffffff;
    visibility: hidden;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.project-grid-style3 .inner-box .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(0, 148, 230, 0.95)
}

.project-grid-style3 .inner-box:hover .overlay:before {
    opacity: 1;
    visibility: visible
}

.project-grid-style3 .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 20px
}

.project-grid-style3 .inner-box .overlay-inner .description {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.project-grid-style3 .inner-box .text {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px
}

.project-grid-style3 .inner-box .read-more {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 22px
}

.project-grid-style3 .inner-box .read-more .fa {
    position: relative;
    margin-right: 4px
}

.project-grid-style3 .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.project-grid-style3 .inner-box .project-desc {
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.project-grid-style3 .inner-box:hover .project-desc {
    background-color: #f9f8fc
}

.project-grid-style3 .inner-box .project-desc .category {
    color: #0094e6;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.project-grid-style3 .inner-box:hover .project-desc .category {
    color: #232323
}

.project-grid-style3 .inner-box .project-desc .category:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    width: 20%;
    display: block;
    margin-top: 10px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.project-grid-style3 .inner-box:hover .project-desc .category:after {
    width: 100%;
    background: #0094e6
}

.project-grid-style3 .inner-box .project-desc a {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 24px
}

.project-grid-style3 .inner-box .project-desc a:hover {
    color: #0094e6
}

@media screen and (max-width: 767px) {
    .project-grid-style3 .inner-box .overlay-inner {
        padding: 15px
    }

    .project-grid-style3 .inner-box .text {
        margin-bottom: 15px
    }
}

.project-grid-style4 {
    display: block;
    position: relative;
    margin: 0
}

.project-grid-style4.portfolio-item-wrapper {
    display: block;
    text-decoration: none
}

.project-grid-style4 .portfolio-img-container {
    display: block;
    position: relative
}

.project-grid-style4 .portfolio-description {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fafafa;
    color: #000;
    padding: 15px;
    font-size: 0.85em;
    text-align: center
}

@media screen and (min-width: 768px) {
    .project-grid-style4 .portfolio-item-img {
        width: 100%;
        display: block
    }

    .project-grid-style4 .portfolio-description {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent;
        opacity: 0;
        transition: all 200ms ease-in-out
    }

    .project-grid-style4 .portfolio-cover {
        background-color: rgba(255, 66, 41, 0);
        opacity: 1;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        transform: scale(2);
        transition: all 200ms ease-in-out;
        display: none
    }

    .project-grid-style4 .portfolio-title {
        transform: translateY(15px);
        transition: transform 300ms ease-in-out, opacity 150ms ease-in;
        opacity: 0;
        color: #fff;
        font-size: 16px;
        -webkit-font-smoothing: antialiased
    }

    .project-grid-style4 .portfolio-sub-title {
        transform: translateY(15px);
        transition: transform 300ms ease-in-out, opacity 150ms ease-in;
        opacity: 0;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        position: relative;
        display: inline-block;
        font-size: 14px
    }

    .project-grid-style4 .portfolio-sub-title:after {
        background: #0094e6;
        bottom: 10px;
        content: "";
        height: 1px;
        position: absolute;
        right: -20px;
        width: 12px
    }

    .project-grid-style4 .portfolio-sub-title:before {
        background: #0094e6;
        bottom: 10px;
        content: "";
        height: 1px;
        position: absolute;
        left: -20px;
        width: 12px
    }

    .project-grid-style4 .portfolio-description-wrapper {
        position: relative;
        display: table;
        width: 100%;
        height: 100%
    }

    .project-grid-style4 .portfolio-description-content {
        display: table-cell;
        vertical-align: middle
    }

    .project-grid-style4.portfolio-item-wrapper {
        backface-visibility: hidden;
        margin-bottom: 0;
        overflow: hidden
    }

    .project-grid-style4 .portfolio-item-img {
        transition: all 0.2s ease 0s
    }

    .project-grid-style4:hover .portfolio-cover {
        background-color: rgba(0, 0, 0, 0.83);
        display: block
    }

    .project-grid-style4:hover .portfolio-title {
        transition-delay: 100ms, 100ms;
        opacity: 1;
        transform: translateY(0)
    }

    .project-grid-style4:hover .portfolio-sub-title {
        transition-delay: 200ms, 200ms;
        opacity: 1;
        transform: translateY(0)
    }

    .project-grid-style4:hover .portfolio-item-img {
        filter: blur(4px) grayscale(4%)
    }

    .project-grid-style4:hover .portfolio-description {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .project-grid-style4 .portfolio-description {
        position: static
    }

    .project-grid-style4 .portfolio-title {
        font-size: 15px
    }

    .project-grid-style4 .portfolio-sub-title {
        font-size: 13px;
        color: #6f6f6f
    }
}

/*=======================================================
  35. Elements Styles
========================================================*/

.e-featured-boxes .e-featured-box.e-other {
    height: auto !important;
}

.e-featured-boxes .e-featured-box {
    height: 120px;
    background: rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.e-featured-boxes:hover .e-featured-box:before {
    border: 8px solid #0094e6;
    -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 300ms;
}

.featured-boxes-style-primary .e-featured-box {
    background: #0094e6;
    background: linear-gradient(135deg, #0094e6 0%, #383f48 100%);
}

.e-featured-boxes-style .e-featured-box-box-shadow {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.e-featured-boxes-style .e-featured-box-no-borders {
    background: none !important;
}

.e-featured-boxes-style .e-featured-box {
    position: relative;
    background: #6c6ef1;
    background: linear-gradient(135deg, #6c6ef1 0%, #e2498e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1);
    border-radius: 0;
    margin: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
    box-shadow: 5px 5px 5px 0 rgba(204, 204, 204, 0.8);
}

.e-featured-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.e-featured-boxes-style .e-featured-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
}

.e-featured-boxes-style:hover .featured-box:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
    transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

.e-featured-boxes-style .e-featured-box .e-box-content {
    padding: 2rem .5rem;
    border: none;
}

.e-featured-boxes-style .e-featured-box.e-other .e-box-content {
    padding: .5rem !important;
}

.e-featured-box .e-box-content {
    top: -1px;
    border-top-width: 4px;
    padding-top: 1.8rem !important;
}

.e-featured-box .e-box-content.e-other {
    padding-top: 0 !important;
}

.e-featured-box .e-box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
    padding: 1.8rem;
    position: relative;
}

.e-text {
    top: 3px !important;
    font-size: 2.30em !important;
    position: relative !important;
    color: #0094e6;
}

.e-list-shadow-icon {
    font-size: 3.48rem;
    position: absolute;
    top: -15px;
    opacity: 0.08;
    right: -15px;
}

.e-text-main {
    font-weight: 600 !important;
    font-size: .9em !important;
    letter-spacing: 0;
}

.e-demos .e-text {
    font-size: 3.3em !important;
}

.e-demos .e-featured-boxes .e-featured-box {
    height: auto !important;
}

.e-demos .e-text-main {
    font-size: 1em !important;
    letter-spacing: 1px !important;
    padding-top: .8em !important;
}

.e-demos .e-featured-box .e-box-content {
    padding-top: 2rem !important;
}

.e-demos .e-list-shadow-icon {
    font-size: 4rem;
    top: -10px;
    right: -10px;
}

.e-demos .e-gradient {
    text-transform: uppercase;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.e-demos .e-grade-gray {
    background: #0094e6;
    background: -webkit-linear-gradient(to right, #0e699a, #0094e6);
    background: linear-gradient(to right, #0e699a, #0094e6);
}

.services-single-menu {
    border: 1px solid #ececec
}

.services-single-menu ul li {
    border-bottom: 1px solid #ececec
}

.services-single-menu ul li:last-child {
    border-bottom: none
}

.services-single-menu ul li.services-active {
    background: #0094e6
}

.services-single-menu ul li.services-active a {
    color: #fff
}

.services-single-menu ul li a {
    display: block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0 17px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.callback-box {
    background: #232323;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative
}

.col-lg-3 .accordion-style .card-body, .col-lg-4 .accordion-style .card-body, .col-md-3 .accordion-style .card-body, .col-md-4 .accordion-style .card-body {
    font-size: 12px;
    line-height: 20px;
}

.col-lg-3 .accordion-style-5 .card-body, .col-lg-4 .accordion-style-5 .card-body, .col-md-3 .accordion-style-5 .card-body, .col-md-4 .accordion-style-5 .card-body {
    font-size: 12px;
    line-height: 20px;
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style .card:last-child {
    margin-bottom: 0;
}

.accordion-style .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    background: #0094e6 !important;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: 1px solid #0094e6;
}

.accordion-style.color-1 .btn-link {
    background: #0094e6 !important;
    border: 1px solid #0094e6;
}

.accordion-style.color-2 .btn-link {
    background: #e51400 !important;
    border: 1px solid #e51400;
}

.accordion-style.color-3 .btn-link {
    background: #00aba9 !important;
    border: 1px solid #00aba9;
}

.accordion-style.color-4 .btn-link {
    background: #383f48 !important;
    border: 1px solid #383f48;
}

.accordion-style .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #0094e6;
    border: 1px solid #0094e6;
}

.accordion-style.color-1 .btn-link.collapsed {
    color: #0094e6;
    border: 1px solid #0094e6;
}

.accordion-style.color-2 .btn-link.collapsed {
    color: #e36159;
    border: 1px solid #e36159;
}

.accordion-style.color-3 .btn-link.collapsed {
    color: #00aba9;
    border: 1px solid #00aba9;
}

.accordion-style.color-4 .btn-link.collapsed {
    color: #383f48;
    border: 1px solid #383f48;
}

.accordion-style .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: #0094e6;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px;
}

.accordion-style.color-1 .btn-link.collapsed:after {
    color: #0094e6;
}

.accordion-style.color-2 .btn-link.collapsed:after {
    color: #e36159;
}

.accordion-style.color-3 .btn-link.collapsed:after {
    color: #00aba9;
}

.accordion-style.color-4 .btn-link.collapsed:after {
    color: #383f48;
}

.accordion-style .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #fff;
}

.accordion-style .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}


.accordion-style-2 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style-2 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-2 .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style-2 .btn-link {
    background: #ededed !important;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: 1px solid #ededed;
}

.accordion-style-2 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
}

.accordion-style-2 .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px
}

.accordion-style-2 .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #000
}

.accordion-style-2 .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-3 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    border-bottom: none;
}

.accordion-style-3 .card:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-3 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-3 .btn-link {
    background: transparent !important;
    color: #0094e6;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-3 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #727272;
    border: none;
}

.accordion-style-3 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #727272;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-3 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #0094e6;
}

.accordion-style-3 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-4 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    border-bottom: none;
}

.accordion-style-4 .card:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-4 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-4 .btn-link {
    background: transparent !important;
    color: #0094e6;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #C6C6C6;
}

.accordion-style-4 .btn-link.collapsed {
    background: transparent !important;
    text-decoration: none;
    color: #727272;
    border: none;
}

.accordion-style-4 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #727272;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-4 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #0094e6
}

.accordion-style-4 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-style-5 .card {
    background: #0094e6;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.accordion-style-5.color-1 .card {
    background: #0094e6;
}

.accordion-style-5.color-2 .card {
    background: #e51400;
}

.accordion-style-5.color-3 .card {
    background: #00aba9;
}

.accordion-style-5.color-4 .card {
    background: #383f48;
}

.accordion-style-5 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-5 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-5 .btn-link {
    background: #0094e6;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 37.5px;
    text-decoration: none;
}

.accordion-style-5.color-1 .btn-link {
    background: #0094e6
}

.accordion-style-5.color-2 .btn-link {
    background: #e51400
}

.accordion-style-5.color-3 .btn-link {
    background: #00aba9
}

.accordion-style-5.color-4 .btn-link {
    background: #383f48
}

.accordion-style-5 .btn-link.collapsed {
    background: #0094e6;
    text-decoration: none;
    color: #fff;
    border: 0 solid #0094e6;
}

.accordion-style-5.color-1 .btn-link.collapsed {
    background: #0094e6;
    border: 0 solid #0094e6;
}

.accordion-style-5.color-2 .btn-link.collapsed {
    background: #e51400;
    border: 0 solid #e51400;
}

.accordion-style-5.color-3 .btn-link.collapsed {
    background: #00aba9;
    border: 0 solid #00aba9;
}

.accordion-style-5.color-4 .btn-link.collapsed {
    background: #383f48;
    border: 0 solid #383f48;
}

.accordion-style-5 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #fff;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px
}

.accordion-style-5 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #fff
}

.accordion-style-5 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
}

.accordion-style-5-1 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.accordion-style-5-1 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-5-1 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-5-1 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-5-1 .btn-link {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 37.5px;
    text-decoration: none;
}

.accordion-style-5-1 .btn-link.collapsed {
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 0 solid #EDEDED;
}

.accordion-style-5-1 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
}

.accordion-style-5-1 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #000;
}

.accordion-style-5-1 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(81, 81, 81, 0.9) !important;
}

.accordion-style-6 .card {
    background: #f7f7f7;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 7.5px;
    border: none;
    border-radius: 0;
}

.accordion-style-6 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-6 .card-header {
    border: 0;
    padding: 0;
    background: none;
}

.accordion-style-6 .card:nth-child(2n) .card-header {
    border-bottom: none
}

.accordion-style-6 .btn-link {
    background: #fff;
    color: #0094e6;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 17.5px 30px 17.5px 37.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.accordion-style-6 .btn-link.collapsed {
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 0 solid #EDEDED;
}

.accordion-style-6 .btn-link.collapsed:after {
    background: none;
    content: '\f067';
    font-weight: 600;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 17.5px;
}

.accordion-style-6 .btn-link:after {
    background: none;
    content: '\f068';
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";
    left: 15px;
    right: inherit;
    font-size: 14px;
    height: auto;
    transform: none;
    width: auto;
    top: 17.5px;
    position: absolute;
    color: #0094e6;
}

.accordion-style-6 .card-body {
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: rgba(81, 81, 81, 0.9) !important;
}

.btn-link.rounded-accordion {
    border-radius: 26px;
}

.accordion-style-7 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border: none
}

.accordion-style-7 .card:last-child {
    margin-bottom: 0;
}

.accordion-style-7 .card-header {
    border: 0;
    padding: 0;
    border-bottom: none;
    background: none
}

.accordion-style-7 .btn-link {
    background: #f7f8f9 !important;
    color: #434955;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 10px 30px 10px 15px;
    text-decoration: none;
    border: none;
}

.accordion-style-7 .btn-link.collapsed {
    background: #f7f8f9 !important;
    text-decoration: none;
    color: #434955;
    border: none;
}

.accordion-style-7 .btn-link.collapsed:after {
    background: none;
    content: '\f107';
    font-weight: 700;
    color: #434955;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 11px
}

.accordion-style-7 .btn-link:after {
    background: none;
    content: '\f106';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    right: 15px;
    left: inherit;
    font-size: 15px;
    height: auto;
    transform: none;
    width: auto;
    top: 10px;
    position: absolute;
    color: #434955;
}

.accordion-style-7 .card-body {
    padding: 10px 15px 5px 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

.accordion-border-top .btn-link {
    border-top: 2px solid #0094e6;
}

.accordion-border-bottom .btn-link {
    border-bottom: 2px solid #0094e6;
}

.accordion-style-7.faq-accordion .card {
    margin-bottom: 6.5px;
}

.accordion-style-7.faq-accordion .card:last-child {
    margin-bottom: 0;
}

/*=======================================================
  1. Alerts Styles
========================================================*/

.alert {
    font-size: 13px;
    margin-bottom: 20px;
}

.native-alert {
    border-radius: 0 !important;
    border-left: 4px solid rgba(0, 0, 0, .1);
}

.close:hover {
    color: #333;
}

.alert:last-child {
    margin-bottom: 0 !important;
}

ul.alert-list {
    margin: 15px 15px 15px 45px !important;
    list-style-type: disc !important;
}

ul.alert-list li {
    list-style: disc !important;
}

.alert-head {
    background: rgba(0, 0, 0, .1);
    border-top: none;
    border-bottom: none;
    display: block;
    padding: 12px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
}

.alert-head strong {
    font-weight: 700;
}

.alert-dismissible.heading-alerts {
    padding-right: 0;
}

.alert.heading-alerts {
    padding: 0;
}

.alert-success.color-1, .alert-danger.color-1, .alert-info.color-1, .alert-warning.color-1 {
    color: #ffffff;
    background: #0094e6;
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-2, .alert-danger.color-2, .alert-info.color-2, .alert-warning.color-2 {
    color: #ffffff;
    background: #e51400;
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-3, .alert-danger.color-3, .alert-info.color-3, .alert-warning.color-3 {
    color: #ffffff;
    background: #00aba9;
    border-color: rgba(0, 0, 0, .1);
}

.alert-success.color-4, .alert-danger.color-4, .alert-info.color-4, .alert-warning.color-4 {
    color: #ffffff;
    background: #383f48;
    border-color: rgba(0, 0, 0, .1);
}

.icons-alert {
    border-radius: 0;
    padding: .75rem;
}

.icons-alert button {
    font-weight: 300;
    color: #000;
    opacity: .7;
    text-shadow: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 18px;
    cursor: pointer;
    margin-top: -5px;
}

.icons-alert .e-icons-v1 {
    width: 2.85714rem;
    height: 2.85714rem;
    font-size: 1.28571rem;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icons-alert .e-icons-v1 i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.icons-alert .media-body p {
    line-height: 23px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.icons-alert .e-times {
    float: right;
    margin-top: -11px;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.icons-alert.color-1 {
    border: 1px solid #0094e6;
}

.icons-alert.color-1 .e-icons-v1 {
    background-color: #0094e6 !important;
}

.icons-alert.color-2 {
    border: 1px solid #e51400;
}

.icons-alert.color-2 .e-icons-v1 {
    background-color: #e51400 !important;
}

.icons-alert.color-3 {
    border: 1px solid #00aba9;
}

.icons-alert.color-3 .e-icons-v1 {
    background-color: #00aba9 !important;
}

.icons-alert.color-4 {
    border: 1px solid #383f48;
}

.icons-alert.color-4 .e-icons-v1 {
    background-color: #383f48 !important;
}

.icons-alert.bg-color-1 {
    background: rgba(0, 148, 230, .1);
    color: #0094e6;
}

.icons-alert.bg-color-1 .e-icons-v1 {
    background-color: #0094e6 !important;
}

.icons-alert.bg-color-2 {
    background: rgba(229, 20, 0, .1);
    color: #e51400;
}

.icons-alert.bg-color-2 .e-icons-v1 {
    background-color: #e51400 !important;
}

.icons-alert.bg-color-3 {
    background: rgba(0, 171, 169, .1);
    color: #00aba9;
}

.icons-alert.bg-color-3 .e-icons-v1 {
    background-color: #00aba9 !important;
}

.icons-alert.bg-color-4 {
    background: rgba(56, 63, 72, .1);
    color: #383f48;
}

.icons-alert.bg-color-4 .e-icons-v1 {
    background-color: #383f48 !important;
}

.icons-alert.icon-box-shadow {
    border: none !important;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.icons-alert.icon-box-shadow .e-icons-v1 {
    border-radius: 0;
}

.close {
    text-shadow: none;
}

.animation-box {
    max-width: 600px;
    max-height: 120px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
}

.elements-html {
    margin: 0 auto;
}

.e-icon {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #00acee;
}

.bg-skype {
    background-color: #00aff0;
}

.bg-pinterest {
    background-color: #c8232c;
}

.bg-vine {
    background-color: #00bf8f;
}

.bg-youtube {
    background-color: #c4302b;
}

.bg-google {
    background-color: #dd4b39;
}

.bg-dribbble {
    background-color: #ea4c89;
}

.bg-vk {
    background-color: #2b587a;
}

.bg-linkedin {
    background-color: #0e76a8;
}

.bg-instagram {
    background-color: #3f729b;
}

[class*="e-badge"] {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

[class*="e-badge"].top-left {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].top-right {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].bottom-left {
    bottom: 0;
    left: 0;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

[class*="e-badge"].bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 1.28571rem;
    height: 1.28571rem;
}

.e-badge {
    min-width: 1.28571rem;
    min-height: 1.28571rem;
    line-height: 1.28571rem;
    padding: 0.21429rem;
}

[class*="e-badge"] {
    position: absolute;
    display: inline-block;
    text-align: center;
    font-size: 0.92857rem;
    color: #333;
    z-index: 3;
    background-color: #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

[class*="e-badge"].e-rounded {
    border-radius: 4px !important;
}

[class*="e-badge"].e-circled {
    border-radius: 50% !important;
}

[class*="e-badge"].e-shadow {
    line-height: 1;
    color: #eee;
    background-color: transparent;
    text-shadow: 0 1px 1px #555, 0 -1px 1px #555, 1px 0 1px #555, -1px 0 1px #555;
}

[class*="e-badge"].e-bg-primary {
    color: #fff;
    background: rgba(0, 148, 230, 1);
}

[class*="e-badge"].e-bg-lime {
    color: #fff;
    background: rgba(164, 196, 0, 1);
}

[class*="e-badge"].e-bg-green {
    color: #fff;
    background: rgba(96, 169, 23, 1);
}

[class*="e-badge"].e-bg-emerald {
    color: #fff;
    background: rgba(0, 138, 0, 1);
}

[class*="e-badge"].e-bg-teal {
    color: #fff;
    background: rgba(0, 171, 169, 1);
}

[class*="e-badge"].e-bg-cyan {
    color: #fff;
    background: rgba(27, 161, 226, 1);
}

[class*="e-badge"].e-bg-cobalt {
    color: #fff;
    background: rgba(0, 80, 239, 1);
}

[class*="e-badge"].e-bg-indigo {
    color: #fff;
    background: rgba(106, 0, 255, 1);
}

[class*="e-badge"].e-bg-violet {
    color: #fff;
    background: rgba(170, 0, 255, 1);
}

[class*="e-badge"].e-bg-pink {
    color: #fff;
    background: rgba(244, 114, 208, 1);
}

[class*="e-badge"].e-bg-magenta {
    color: #fff;
    background: rgba(216, 0, 115, 1);
}

[class*="e-badge"].e-bg-crimson {
    color: #fff;
    background: rgba(162, 0, 37, 1);
}

[class*="e-badge"].e-bg-red {
    color: #fff;
    background: rgba(229, 20, 0, 1);
}

[class*="e-badge"].e-bg-orange {
    color: #fff;
    background: rgba(250, 104, 0, 1);
}

[class*="e-badge"].e-bg-amber {
    color: #fff;
    background: rgba(240, 163, 10, 1);
}

[class*="e-badge"].e-bg-yellow {
    color: #fff;
    background: rgba(227, 200, 0, 1);
}

[class*="e-badge"].e-bg-brown {
    color: #fff;
    background: rgba(130, 90, 44, 1);
}

[class*="e-badge"].e-bg-olive {
    color: #fff;
    background: rgba(109, 135, 100, 1);
}

[class*="e-badge"].e-bg-steel {
    color: #fff;
    background: rgba(100, 118, 135, 1);
}

[class*="e-badge"].e-bg-mauve {
    color: #fff;
    background: rgba(118, 96, 138, 1);
}

[class*="e-badge"].e-bg-sienna {
    color: #fff;
    background: rgba(160, 82, 45, 1);
}

[class*="e-badge"].e-bg-gray {
    color: #fff;
    background: rgba(56, 63, 72, 1);
}

[class*="e-badge"].e-bg-dark {
    color: #fff;
    background: rgba(77, 77, 77, 1);
}

[class*="e-badge"].e-bg-black {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

[class*="e-badge"].e-bg-img {
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.e-icon .fa, .e-icon .fab, .e-icon .fal, .e-icon .far, .e-icon .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.e-icon > i, .e-icon-2 > i, .e-icon-3 > i, .e-icon-4 > span > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.section-heading.e-banners h1, .section-heading.e-banners h2, .section-heading.e-banners h3, .section-heading.e-banners h4, .section-heading.e-banners h5, .section-heading.e-banners h6 {
    padding-bottom: 15px;
}

.section-heading.e-banners p {
    padding-top: 10px;
}

.section-heading.e-banners {
    margin-bottom: 15px;
}

.e-min-height-200 {
    min-height: 200px;
}

.e-min-height-400 {
    min-height: 400px;
}

.e-banner-hr {
    width: 100px;
    margin: 0 auto 25px auto;
    border-top: 3px solid #fff;
}

.e-banner-hr-theme {
    width: 100px;
    margin: 0 auto 25px auto;
    border-top: 3px solid #0094e6;
}

.e-banner-btn-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    border-radius: 0 !important;
}

.e-banner-btn-theme {
    color: #0094e6;
    border-color: #0094e6;
    background-color: transparent;
    border-radius: 0 !important;
}

.e-banner-btn-white:hover {
    color: #555;
    background-color: #fff;
}

.e-banner-btn-theme:hover {
    color: #fff;
    background-color: #0094e6;
}

.e-pos-rel {
    position: relative !important;
}

.e-flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.e-flex-middle-item {
    margin-top: auto;
    margin-bottom: auto;
}

.e-block-hover-scale:hover, .e-block-hover-scale-img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

[class*="e-transition"], [class*="e-transition"]::before, [class*="e-transition"]::after {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.e-transition-05, .e-transition-05::before, .e-transition-05::after {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

[class*="e-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class*="e-block-hover"], [class*="e-block-hover"]::before, [class*="e-block-hover"]::after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.e-info-title-white {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 10px;
}

.e-info-title-white:before, .e-info-title-white:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 3.57143rem;
    margin-top: -1px;
    height: 2px;
    background-color: #fff;
}

.e-info-title-white::before {
    right: 100%;
    margin-right: 10px;
}

.e-info-title-white::after {
    left: 100%;
    margin-left: 10px;
}

.e-info-title-theme {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 10px;
}

.e-info-title-theme:before, .e-info-title-theme:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 3.57143rem;
    margin-top: -1px;
    height: 2px;
    background-color: #0094e6;
}

.e-info-title-theme::before {
    right: 100%;
    margin-right: 10px;
}

.e-info-title-theme::after {
    left: 100%;
    margin-left: 10px;
}

.e-bordered-tb {
    border-top: solid 1px transparent !important;
    border-bottom: solid 1px transparent !important;
}

.e-bordered-banner {

    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.e-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}

.e-img-banner {
    overflow: hidden;
    position: relative;
    color: #111 !important;
    background-color: #f7f7f7 !important;
}

.e-img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 148, 230, 0.9) !important;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.e-img-banner:hover {
    color: #fff !important;
    background-color: rgba(0, 148, 230, 0.9) !important;
    cursor: pointer;
}

.e-info-img {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
}

.e-info-desc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    z-index: 1;
}

.e-info-title {
    color: #111 !important;
}

.e-info-title:hover {
    color: #fff !important;
    text-decoration: none;
}

.e-info-category {
    font-style: normal;
    color: #111;
}

.e-img-banner:hover .e-info-category {
    display: none;
}

.e-info-content {
    display: none;
    opacity: .7 !important;
}

.e-img-banner:hover .e-info-content {
    display: block;
    color: #111;
}

.e-info-content p:hover {
    color: #fff;
    cursor: pointer;
}

.e-img-banner:hover .e-info-img {
    opacity: .5;
}

.e-img-banner:hover .e-info-img, .e-img-banner:hover .e-info-desc {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.section-heading h1.lights-hr:after, .section-heading h2.lights-hr:after,
.section-heading h3.lights-hr:after, .section-heading h4.lights-hr:after,
.section-heading h5.lights-hr:after, .section-heading h6.lights-hr:after {
    background: #fff;
}

.section-heading p.e-banner-default {
    font-size: 14px;
}

.section-heading.theme h5.e-banner-title {
    color: #0094e6;
}

.section-heading.theme p.e-banner-default {
    color: #0094e6;
}

.e-banner-bordered-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.e-big-info-title-white {
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-left: 4.28571rem;
    margin-right: 4.28571rem;
    margin-bottom: 15px;
}

.pricing-list-button.e-button {
    display: inline-block;
    margin: 0 15px;
    border: 1px solid #0094e6;
    border-radius: 0;
}

.pricing-list-button.e-button a {
    padding: 6px 18px;
}

.bg-black .pricing-list-button.e-button:hover {
    background: #000;
}

.parallax .pricing-list-button.e-button:hover {
    background: transparent;
}

.e-play .story-video.home-3-video {
    padding-top: 0;
}

.e-play .video_btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
    padding-left: 5px;
}

.story-video-height.e-play {
    min-height: 237px;
    height: 100%;
}

.border-left.border-color-1 {
    border-color: #0094e6 !important;
}

.bg-blockquote-1 {
    background-color: rgba(0, 148, 230, .6) !important;
}

.border-left.border-color-2 {
    border-color: #e51400 !important;
}

.bg-blockquote-2 {
    background-color: rgba(229, 20, 0, .6) !important;
}

.border-left.border-color-3 {
    border-color: #00aba9 !important;
}

.bg-blockquote-3 {
    background-color: rgba(0, 171, 169, .6) !important;
}

.border-left.border-color-4 {
    border-color: #383f48 !important;
}

.bg-blockquote-4 {
    background-color: rgba(56, 63, 72, .6) !important;
}

blockquote.font-quote, blockquote.font-quote-all {
    margin-bottom: 0 !important;
}

.container .call-to-action {
    border-radius: 0;
}

.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 32px;
    clear: both;
}

.call-to-action.with-borders {
    border: 2px solid #eee;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-1-borders {
    border: 2px solid rgba(0, 148, 230, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-2-borders {
    border: 2px solid rgba(229, 20, 0, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-3-borders {
    border: 2px solid rgba(0, 171, 169, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.color-4-borders {
    border: 2px solid rgba(56, 63, 72, 1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.bg-1-cta {
    background: rgba(0, 148, 230, 1);
}

.call-to-action.bg-2-cta {
    background: rgba(229, 20, 0, 1);
}

.call-to-action.bg-3-cta {
    background: rgba(0, 171, 169, 1);
}

.call-to-action.bg-4-cta {
    background: rgba(56, 63, 72, 1);
}

.call-to-action > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.call-to-action .call-to-action-content {
    text-align: center;
}

.call-to-action.btn-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.call-to-action.btn-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 15px auto 0;
    width: auto;
}

.call-to-action h3 {
    text-transform: none;
    color: #212529;
    font-size: 1.7em;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 500;
    z-index: 1;
}

.call-to-action.bg-1-cta h3, .call-to-action.bg-2-cta h3, .call-to-action.bg-3-cta h3, .call-to-action.bg-4-cta h3, .call-to-action.bg-img-dark h3 {
    color: #fff;
    position: relative;
}

.call-to-action p {
    font-size: 1.2em;
    z-index: 1;
}

.call-to-action.bg-1-cta p, .call-to-action.bg-2-cta p, .call-to-action.bg-3-cta p, .call-to-action.bg-4-cta p, .call-to-action.bg-img-dark p {
    color: #eee;
    position: relative;
}

.call-to-action a.btn {
    z-index: 1;
}

/*=======================================================
  36. Masonry Styles
========================================================*/

.masonry {
    margin: 0 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.masonry a {
    display: block;
    margin-top: 10px
}

.masonry a:first-child {
    margin-top: 0
}

.masonry-item {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 8px solid rgba(255, 255, 255, 0.65);
    padding: 3%;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.masonry-item:hover .masonry-item-overlay {
    position: absolute;
    opacity: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.masonry-item:hover .masonry-item-overlay h4 {
    opacity: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    text-align: center;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.masonry-item:hover .masonry-item-overlay ul {
    opacity: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.masonry-item-overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
    margin: 0 0 20px 0;
    line-height: 20px
}

.masonry-item-overlay ul {
    position: absolute;
    padding-left: 0;
    bottom: 25px;
    margin: 0
}

.masonry-item-overlay ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-left: 0;
    opacity: .7
}

.masonry-item-overlay ul li:last-child:after {
    content: none
}

.masonry-item-overlay ul li:after {
    content: ' / ';
    font-size: 8px;
    font-weight: 700;
    margin: 0 5px
}

.masonry-item-overlay ul li a {
    color: #fff
}

.masonry-item:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}


.masonry-2 {
    margin: 0 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -webkit-transition-duration: .4s
}

.masonry-2 a {
    display: block;
    margin-top: 10px
}

.masonry-2 a:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry-2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media screen and (min-width: 768px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 1200px) {
    .masonry-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }

    .welcome-img {
        max-height: 483px;
    }
}


.masonry-4 {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px
}

.masonry-4 a {
    display: block;
    margin-top: 10px
}

.masonry-4 a:first-child {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

/*=======================================================
  37. Tabs Styles
========================================================*/

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.portfoli-tab .resp-tabs-list li {
    text-transform: none;
}

.resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 10px 0;
}

.product-desc-tab {
    padding: 10px 0 !important;
    margin-bottom: 10px !important;
}

.resp-tabs-list li.resp-tab-active {
    border: 1px solid #f3f3f3;
    border-bottom: none;
    margin-bottom: -1px;
    padding: 12px;
    border-top: 4px solid #0094e6 !important;
    border-bottom: 0 #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #0094e6;
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    float: left;
    width: 100%
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    margin: 0 0 10px 0;
    padding: 14px 15px;
    float: left;
    width: 100%;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    background-color: #0094e6 !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #f3f3f3 !important;
    float: left;
    width: 70%;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 10px 15px;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 15px 15px 15px 10px !important;
    border: 1px solid #f3f3f3 !important;
    border-left: 4px solid #0094e6 !important;
    margin-bottom: 0 !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block;
    border-color: #f3f3f3 !important
}

h2.resp-accordion:first-child {
    border-top: 1px solid #f3f3f3
}

h2.resp-accordion.resp-tab-active {
    border-color: #f3f3f3 !important
}

.tab-style4 .resp-tabs-list li.resp-tab-active, .tab-style4 .resp-tab-content-active {
    background: #0094e6 !important;
    color: #fff
}

.main-tabs .resp-tab-content,
.tab-style4 .resp-tab-content {
    padding: 10px 15px !important;
}

.tab-style5 .resp-tab-content,
.tab-style6 .resp-tab-content {
    padding: 10px 0 0 0 !important;
}

@media screen and (min-width: 768px) {
    .tab-style5 ul.resp-tabs-list {
        text-align: center
    }

    .tab-style5 ul.resp-tabs-list.text-left {
        padding-left: 0
    }

    .tab-style5 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style5 ul.resp-tabs-list li.resp-tab-active {
        border-bottom-color: transparent;
        color: #0094e6;
    }

    .tab-style5 .resp-tab-content {
        border: 1px solid #e6e6e6;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }
}

@media screen and (min-width: 768px) {
    .tab-style6 ul.resp-tabs-list {
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
    }

    .tab-style6 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style6 ul.resp-tabs-list li.resp-tab-active {
        border-bottom-color: #0094e6;
        color: #0094e6
    }

    .tab-style6 .resp-tab-content {
        border: none;
        padding: 30px 20px
    }

    .tab-style6 .resp-tabs-list .tab-box {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-top: 8px
    }

    .tab-style6 .resp-tabs-list li.resp-tab-active h6 {
        color: #0094e6
    }

    .tab-style6 .resp-tabs-list .tab-box h6 {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        color: #6f6f6f;
        line-height: 12px
    }

    .tab-style6 .resp-tabs-list .tab-box span {
        text-transform: lowercase;
        font-size: 12px
    }

    .tab-style6 .resp-tabs-list li {
        font-size: 18px;
        border-bottom: 2px solid transparent !important;
        margin: 0;
        background: none !important;
        padding: 0 35px 15px 35px;
        text-transform: uppercase
    }

    .tab-style6 .resp-tabs-list li.resp-tab-active {
        border-width: 0 0 2px 0 !important;
        border-color: #0094e6 !important
    }

    .tab-style6 ul.resp-tabs-list i {
        margin-right: 15px;
        border: 1px solid #d5d5d5;
        border-radius: 70px;
        width: 70px;
        height: 70px;
        line-height: 68px;
        font-size: 30px;
        padding: 0;
        vertical-align: middle
    }

    .tab-style6 ul.resp-tabs-list li.resp-tab-active i {
        background: #0094e6;
        border-color: #0094e6;
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .tab-style6 .resp-tab-content {
        padding: 20px
    }

    .tab-style6 .resp-tabs-list li {
        padding: 0 15px 15px 15px
    }
}

@media screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .resp-tab-content {
        background-color: #fff;
        border: none;
        padding: 0 15px !important;
    }

    .tab-style6 .tab-box {
        display: inline-block;
        vertical-align: top
    }

    .tab-style6 h2.resp-accordion i {
        margin-right: 15px
    }

    .tab-style6 .tab-box h6 {
        margin-bottom: 2px;
        font-size: 14px
    }

    .tab-style6 .tab-box span {
        font-size: 12px
    }

    .tab-style6 .resp-tab-active h6 {
        color: #fff
    }

    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn {
        margin: 0 auto;
        padding: 5px;
        position: static;
        width: auto;
    }

    .xs-wishlist-first {
        width: 30%;
    }

    .xs-wishlist-last {
        width: 20%;
    }

    .tab-style5 .resp-tab-content.product-desc-tab,
    .tab-style6 .resp-tab-content.product-desc-tab {
        padding: 0 10px !important;
    }

}

.tab-style7 .resp-tabs-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.tab-style7 .resp-tabs-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px 15px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #000;
    background: none !important
}

.tab-style7 .resp-tabs-list li.resp-tab-active {
    border: 1px solid #0094e6;
    border-bottom: none;
    margin-bottom: -1px;
    border-top: 4px solid #0094e6 !important;
    border-bottom: 0 #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #0094e6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.tab-style7 .resp-tabs-list li.resp-tab-active:after {
    content: "";
    background: #0094e6;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0 auto;
    right: 0
}

.tab-style7 .img-effect:hover {
    transform: translateY(-8px)
}

.tab-style7 .box-shadow-primary {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 992px) {
    .tab-style7 ul.resp-tabs-list {
        text-align: center
    }

    .tab-style7 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style7 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style7 ul.resp-tabs-list li.resp-tab-active {
        color: #0094e6
    }

    .tab-style7 .resp-tab-content {
        margin-top: 40px;
        border: none;
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .tab-style7 ul.resp-tabs-list {
        display: none
    }

    .tab-style7 h2.resp-accordion {
        display: block
    }

    .tab-style7 h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .tab-style7 .resp-accordion-closed {
        display: none !important
    }

    .tab-style7 .resp-tab-content {
        background-color: #fff
    }
}

/*=======================================================
  38. Pricing Styles
========================================================*/

.price-table {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    position: relative
}

.price-table-header {
    background: #0094e6;
    text-align: center;
    padding: 30px
}

.price-table-recommended {
    position: relative;
    z-index: 9999;
    transform: scale(1.09)
}

.pricing-list > i {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 100%;
    color: #0094e6;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px
}

.price-table-header h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 5px 15px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.price-table-header h4 {
    color: #fff;
    font-size: 60px;
    margin: 15px 0 10px
}

.price-table-header h4 sup {
    font-size: 35px;
    margin: 0 5px
}

.price-table-header span {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.price-table-content {
    padding: 10px 20px 20px 20px;
}

.price-table-content ul {
    padding-left: 0;
    padding-bottom: 0
}

.price-table-content ul li {
    display: block;
    list-style-type: none;
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    padding: 15px
}

.price-table-content ul li:before {
    content: '\f00c';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    color: #0094e6;
    margin-right: 12px
}

.price-table-content ul li:nth-child(2),
.price-table-content ul li:nth-child(4) {
    background: #eee
}

.price-table-content a {
    display: inline-block;
    border: 2px solid #0094e6;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    padding: 12px 15px;
    width: 100%;
    margin-top: 15px
}

.price-table-content a:hover {
    background: #0094e6;
    color: #fff
}

.pricing-list {
    text-align: center;
    border-radius: 0;
    background: #fff;
    border: 2px solid #ececec;
    padding: 30px 40px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.pricing-list.home-3-pricing {
    border-radius: 0;
}

.pricing-list.highlight {
    background: #0094e6;
    border-color: transparent
}

.pricing-list.highlight .pricing-list-button {
    background: #fff;
    margin: 20px 15px 0;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.pricing-list.highlight .pricing-list-button:hover {
    background: #0094e6
}

.pricing-list.highlight .pricing-list-button a {
    display: block;
    color: #0094e6;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list.highlight .pricing-list-button:hover a {
    color: #fff
}

.pricing-list h4 {
    color: #232323;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.pricing-list h2 {
    display: inline-block;
    color: #232323;
    letter-spacing: 2px
}

.pricing-list h2 sup {
    color: #232323;
    font-size: 30px;
    font-weight: 500;
    vertical-align: sub
}

.pricing-list span {
    display: inline-block;
    color: #0094e6;
    font-weight: 500
}

.pricing-list ul {
    margin-top: 20px
}

.pricing-list ul li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 7px
}

.pricing-list ul li:after {
    content: '';
    display: block;
    width: 240px;
    max-width: 100%;
    height: 1px;
    background: #ececec;
    margin: 10px auto 0
}

.pricing-list-button {
    background: #0094e6;
    margin: 20px 15px 0;
    border: 1px solid #0094e6;
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.pricing-list-button:hover {
    background: #fff
}

.pricing-list-button a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list-button:hover a {
    color: #0094e6
}

.price-table-style2 .price-table-header {
    background: #000
}

.price-table-style2 .price-table-content a {
    border-color: #232323
}

.price-table-style2 .price-table-content a:hover {
    background: #232323
}

.price-table-style2 .price-table-content ul li:before {
    color: #232323
}

@media screen and (max-width: 767px) {
    .price-table-recommended {
        position: relative;
        z-index: 9999;
        transform: scale(1)
    }
}

.single-plan {
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}

.single-plan .head-plan h4 {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.body-plan .price-plan {
    padding: 32px 0 43px;
    position: relative;
    background: #f7f7f7;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea
}

.body-plan .price-plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: bold;
    color: #616161
}

.body-plan .price-plan h3 sup {
    font-size: 18px;
    top: -15px;
    font-weight: bold;
    margin-right: 2px
}

.body-plan .price-plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
    position: relative
}

.feat-plan {
    margin: 56px 0 33px
}

.feat-plan ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feat-plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.feat-plan ul li:last-child {
    margin: 0
}

.price-plan i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background: #0094e6
}

.footer-plan {
    padding: 0 0 30px
}

@media screen and (max-width: 767px) {
    .body-plan .price-plan {
        padding: 28px 0 38px
    }

    .body-plan .price-plan h3 sup {
        font-size: 16px
    }

    .feat-plan {
        margin: 45px 0 30px
    }

    .feat-plan ul li {
        margin-bottom: 12px;
        padding-bottom: 12px
    }
}

/*=======================================================
  39. Shop Styles
========================================================*/

.shop-category {
    -webkit-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1)
}

.shop-category li {
    border-color: #eaeaea;
    padding: 0 0 11px 40px
}

.shop-category.list-style-5 li:before {
    left: 15px
}

.home-shop-3-margin-minus-10 {
    margin-top: -10px;
}

.label-offer {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1
}

.product-list .label-offer {
    left: 0;
    top: 0;
}

.product-grid .border {
    float: left;
    width: 100%;
    position: relative
}

.product-grid .product-info {
    padding: 13.5px;
    float: left;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    text-align: center;
    font-size: 18px
}

.product-grid .product-info > a {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px
}

.product-grid .price {
    font-weight: 600
}

.product-grid .product-block:hover > img {
    opacity: 0.65
}

.product-grid .buttons {
    float: left;
    width: 100%
}

.product-grid .buttons a {
    width: 50%;
    float: left;
    text-align: center;
    padding: 8px 0
}

.product-grid .product-info.product-cat {
    background: transparent;
}

.product-grid .product-info.product-cat > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #0094e6;
    font-weight: 600;
}

.product-info.product-cat .price {
    font-weight: 400;
    font-size: 16px;
}

ol.product-items {
    list-style: none !important;
    margin-bottom: 0 !important;
}

.products.products-grid .product-items .product-item-opt-1 {
    border: 1px solid #eeeeee;
}

.product-item-opt-1 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 0 0 #ffffff;
    -webkit-box-shadow: 1px 1px 0 0 #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-item-opt-1:hover {
    border-color: #fff;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.product-item-opt-1 .product-item-img {
    display: block;
}

.product-item-opt-1 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 15px;
    top: 55px;
}

.product-item-opt-1 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.product-item-opt-1 .product-item-actions .btn-wishlist {
    background-image: url(../img/shop/btn-wishlist.png);
    background-position: center center !important;
}

.product-item-opt-1 .product-item-actions .btn-wishlist span {
    display: none;
}

.product-item-opt-1 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.product-item-opt-1 .product-item-actions .btn-compare {
    background-image: url(../img/shop/btn-compare.png);
}

.product-item-opt-1 .product-item-actions .btn-compare span {
    display: none;
}

.product-item-opt-1 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.product-item-opt-1 .product-item-actions .btn-quickview {
    background-image: url(../img/shop/btn-quickview.png);
}

.product-item-opt-1 .product-item-actions .btn-quickview span {
    display: none;
}

.product-item-opt-1 .product-item-actions .btn:hover {
    color: #fff;
    background-color: rgba(0, 148, 230, 1);
}

.product-item-opt-1 .product-item-actions .btn {
    width: 38px;
    height: 38px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-item-opt-1 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

.product-item-opt-1 .product-item-info .btn-cart:hover {
    background-color: rgba(0, 148, 230, 1);
}

.product-item-opt-1 .product-item-label.label-price {
    background-color: rgba(250, 104, 0, 1);
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px;
}

.product-item-opt-1 .product-item-label {
    position: absolute;
    top: 17px;
    right: 17px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: rgba(0, 148, 230, 1);
    color: #fff;
    font-size: 13px;
}

.product-item-opt-1 .product-item-label.label-price span {
    display: block;
}

.product-item-opt-1 .product-item-detail {
    padding: 8px 13px 5px;
    min-height: 71px;
    border-top: none;
}

.product-item-opt-1 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-item-opt-1 .product-item-name.shop-cat-name {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

.product-item-opt-1 .product-item-name a {
    color: #666666;
}

.product-item-opt-1 .product-item-name a:hover {
    color: rgba(0, 148, 230, 1);
}

.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: rgba(0, 148, 230, 1);
    font-weight: bold;
    margin-bottom: 2px;
    float: left;
    width: calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    line-height: 1;
}

.product-item-opt-1 .product-item-price.shop-cat-price {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-top: 4px;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
}

.product-item-opt-1 .product-item-price .price {
    margin-right: 3px;
}

.product-item-opt-1 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
}

.product-item-opt-1 .product-item-price > span {
    line-height: 1;
}

.product-item-opt-1 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 4px;
}

.product-reviews-summary .rating-summary:before, .product-reviews-summary .rating-summary:after {
    content: "";
    display: table;
}

.product-reviews-summary .rating-result, .product-reviews-summary .rating-result > span {
    color: #ccc;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.product-reviews-summary .rating-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

.product-reviews-summary .rating-result:before, .product-reviews-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: block;
}

.product-reviews-summary .rating-result.cat-rating:before, .product-reviews-summary .rating-result.cat-rating > span:before {
    font-size: 16px;
}

.product-reviews-summary .rating-result > span {
    color: rgba(0, 148, 230, 1) !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.product-reviews-summary .rating-result, .product-reviews-summary .rating-result > span {
    color: #ccc;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.product-reviews-summary .rating-summary:after {
    clear: both;
}

.product-reviews-summary .rating-result > span span {
    display: none;
}

.product-item-opt-1:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-item-opt-1 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.product-item-opt-1 .product-item-info:hover .btn-cart span {
    text-transform: uppercase;
}

.product-item-opt-1 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.products.products-list .product-items .product-item {
    margin-bottom: 19px;
}

.products.products-list .product-items .product-item-opt-1 {
    border: 1px solid #eeeeee;
    border-color: transparent transparent #eeeeee transparent;
    margin-bottom: 10px;
}

.products.products-list .product-items .product-item .product-item-info {
    background-color: transparent;
    border: none;
    padding: 0;
}

.products.products-list .product-items .product-item .product-item-info:before, .products.products-list .product-items .product-item .product-item-info:after {
    content: "";
    display: table;
}

.products.products-list .product-items .product-item-opt-1 .product-item-photo {
    border: none;
}

.products.products-list .product-items .product-item .product-item-photo {
    float: left;
    width: 25%;
    border: none;
    background-color: #fff;
    padding: 25px;
}

.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.products.products-list .product-items .product-item-opt-1 .product-item-detail {
    padding-right: 20px;
}

.products.products-list .product-items .product-item .product-item-detail {
    float: right;
    width: 75%;
    padding-left: 20px;
}

.products.products-list .product-items .product-item .product-item-info:after {
    clear: both;
}

.products.products-list .product-items .product-item .product-item-name {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-top: 38px;
}

.products.products-list .product-items .product-item-opt-1 .product-item-name {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    white-space: normal;
    margin-top: 20px;
}

.products.products-list .product-items .product-item .product-item-name a {
    color: #333333;
}

.products.products-list .product-items .product-item-opt-1 .product-item-name a {
    color: #666666;
}

.products.products-list .product-items .product-item-opt-1 .product-info-des {
    position: relative;
    padding-right: 150px;
    min-height: 90px;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .product-reviews-summary, .products.products-list .product-items .product-item-opt-1 .product-item-info .product-item-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .product-reviews-summary, .products.products-list .product-items .product-item-opt-1 .product-item-info .product-item-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.products.products-list .product-items .product-item-opt-1 .product-item-code {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.products.products-list .product-items .product-item-opt-1 .product-item-stock {
    font-size: 14px;
    margin-bottom: 0;
    color: #6bb898;
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions:before, .products.products-list .product-items .product-item-opt-1 .product-item-actions:after {
    content: "";
    display: table;
}

.products.products-list .product-items .product-item-opt-1 .product-item-actions .btn {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart {
    width: auto;
    border-radius: 0;
    padding: 0 10px;
    height: 36px;
    margin: 0;
    margin-bottom: 15px;
    float: none;
    clear: both;
    background-color: #ff3366;
    line-height: 1;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart, .products.products-list .product-items .product-item-opt-1 .product-item-info .btn {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    float: left;
    margin: 0 6px;
    background-color: #999999;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:before {
    display: inline-block;
    background-image: url(../img/shop/btn-cart.png);
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart span {
    display: inline-block;
}

.products.products-list .product-items .product-item-opt-1:hover {
    border: 1px solid #eeeeee;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:hover, .products.products-list .product-items .product-item-opt-1 .product-item-info .btn:hover {
    background-color: #ff3366;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:hover {
    background-color: #cc0033;
}

.products.products-list .product-items .product-item-opt-1 .product-item-info .btn-cart:hover, .products.products-list .product-items .product-item-opt-1 .product-item-info .btn:hover {
    background-color: #ff3366;
}

.product-list-full .product-item-opt-1 .product-item-info .product-item-photo .product-item-img img {
    max-width: 200px;
}

.product-item {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.product-list {
    margin-bottom: 0;
}

.item {
    padding: 0;
}

.product-list .item-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px;
}

.item .item-inner {
    position: relative;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 0 0 #ffffff;
    -webkit-box-shadow: 1px 1px 0 0 #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.product-list .images-container {
    float: left;
    width: 25.333%;
    max-width: 600px;
}

.item-inner .images-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 0;
}

.label-product {
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    padding: 0 14px;
    position: absolute;
    background: #46ce91;
    min-width: 56px;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 3;
    border-radius: 0;
}

.label_sale {
    right: auto;
    left: 15px;
    background: #d31129;
}

.item-inner .images-container img {
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.rotate-image-container .img-rotate-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.item-inner .caption {
    background: transparent;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 17px 0 38px 0;
}

.product-single .item-inner .caption {
    text-align: left;
    padding: 0 0 0 0;
    margin-top: -7px;
    margin-bottom: 7px;
}

.product-single .item-inner .caption .manufacture-product a {
    color: #0094e6;
}

.product-single .item-inner .caption .manufacture-product a:hover {
    color: #303030;
}

.product-list .caption {
    text-align: left;
    padding: 0 0 0 20px;
    float: left;
    width: 74.666%;
}

.item-inner .caption .manufacture-product {
    margin: 5px 0;
    font-size: 15px;
    color: #303030;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    text-transform: capitalize;
}

.item-inner .caption .manufacture-product a {
    color: #303030;
}

.item-inner .caption .manufacture-product a:hover {
    color: #0094e6;
}

.item-inner .caption .manufacture-product span {
    font-weight: 600;
}

.item-inner .caption .manufacture-product a.pr-in-stock {
    color: #0d8609;
}

.item-inner .caption .manufacture-product a.pr-out-stock {
    color: #ff1515;
}

.ratings {
    display: block;
}

select.rating-stars {
    color: #6c757d;
}

.item-inner .caption .ratings {
    margin-bottom: 0;
}

.ratings a {
    margin-left: 8px;
    text-transform: capitalize;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
}

.ratings a:hover {
    color: #21b3f1;
}

.ratings a.review-count:after {
    content: "|";
    margin-left: 8px;
    vertical-align: top;
}

#review-form .form-group:last-child {
    margin-bottom: 0;
}

.ratings .rating-box {
    display: inline-block;
    vertical-align: top;
}

.rating-box div[class^='rating'] {
    background: url('../img/shop/rating-0.png') no-repeat;
    font-size: 0;
    height: 12px;
    width: 73px;
}

.rating-box div.rating1 {
    background-image: url('../img/shop/rating-1.png');
}

.rating-box div.rating2 {
    background-image: url('../img/shop/rating-2.png');
}

.rating-box div.rating3 {
    background-image: url('../img/shop/rating-3.png');
}

.rating-box div.rating4 {
    background-image: url('../img/shop/rating-4.png');
}

.rating-box div.rating5 {
    background-image: url('../img/shop/rating-5.png');
}

.product-list .item-inner .caption .ratings {
    display: block;
    margin-top: 15px;
}

.ratings .rating-box {
    display: inline-block;
    vertical-align: top;
}

.product-name {
    display: block;
    margin: 0;
}

.product-list .product-name {
    padding-top: 10px;
    border-top: 0;
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-name a {
    color: #454545;
    padding: 0;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.product-list .product-name a {
    font-size: 18px;
}

.item-inner .product-des {
    line-height: 24px;
}

.product-list .product-des {
    padding: 0;
    background: none;
    margin-bottom: 0;
}

.item-inner .caption .price-box {
    display: block;
    margin-top: 0;
}

.product-list .item-inner .caption .price-box {
    margin-bottom: 0;
}

.price-box p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.price-box .price {
    color: #21b3f1;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.product-list .price-box .price {
    font-size: 20px;
}

.price-box p.special-price .price {
    color: #21b3f1;
}

.price-box p.old-price {
    margin-left: 5px;
    padding-top: 1px;
}

.product-list .price-box p.old-price {
    padding-top: 0;
}

.price-box p.old-price .price {
    color: #b2b2b2;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}

.product-list .price-box p.old-price .price {
    font-size: 16px;
}

.default-btn {
    border: none;
    background: #2e2e2e;
    padding: 0 25px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.item-inner button.btn-s-cart {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 1px 1px 0 0 #ffffff;
    -webkit-box-shadow: 1px 1px 0 0 #ffffff;
}

.product-single .item-inner button.btn-s-cart {
    margin-top: 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 38px;
}

.product-list .item-inner button.btn-s-cart,
.product-single .item-inner button.btn-s-cart {
    float: left;
    margin-right: 10px;
}

.item-inner .action-links button {
    line-height: 33px;
    width: 28px;
    display: block;
    background-color: #fff;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: #434343;
    margin: 0;
}

.product-list .item-inner .action-links button {
    background-color: rgba(0, 0, 0, 0.6);
    color: #777;
    line-height: 36px;
    width: 38px;
    height: 38px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 0 0 #fff;
    -webkit-box-shadow: 1px 1px 0 0 #fff;
}

.product-single .item-inner .action-links button {
    background-color: rgba(0, 0, 0, 0.6);
    color: #777;
    line-height: 36px;
    width: 38px;
    height: 38px;
    margin-top: 0;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 0 0 #fff;
    -webkit-box-shadow: 1px 1px 0 0 #fff;
}

.item-inner .action-links button span {
    display: none;
}

.item-inner .action-links button.btn-s-compare {
    background-image: url(../img/shop/btn-compare.png);
    background-position: center center !important;
    background-repeat: no-repeat;
}

.item-inner .action-links button.btn-s-wishlist {
    background-image: url(../img/shop/btn-wishlist.png);
    background-position: center center !important;
    background-repeat: no-repeat;
}

.item-inner .action-links button.btn-s-quickview {
    background-image: url(../img/shop/btn-quickview.png);
    background-position: center center !important;
    background-repeat: no-repeat;
}

.item .item-inner:hover {
    border-color: #fff;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.12);
}

.product-name a:hover {
    color: #21b3f1;
}

.product-list .item-inner button.btn-s-cart:hover,
.product-single .item-inner button.btn-s-cart:hover {
    background: #21b3f1;
    color: #fff;
    border-color: #21b3f1;
    cursor: pointer;
}

.product-list .item-inner .action-links button.btn-s-wishlist:hover,
.product-single .item-inner .action-links button.btn-s-wishlist:hover {
    color: #fff;
    background: #21b3f1;
    border-color: #21b3f1;
    background-image: url(../img/shop/btn-wishlist.png);
    background-position: center center !important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.product-list .item-inner .action-links button.btn-s-compare:hover,
.product-single .item-inner .action-links button.btn-s-compare:hover {
    color: #fff;
    background: #21b3f1;
    border-color: #21b3f1;
    background-image: url(../img/shop/btn-compare.png);
    background-position: center center !important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.product-list .item-inner .action-links button.btn-s-quickview:hover,
.product-single .item-inner .action-links button.btn-s-quickview:hover {
    color: #fff;
    background: #21b3f1;
    border-color: #21b3f1;
    background-image: url(../img/shop/btn-quickview.png);
    background-position: center center !important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.list-sidebar.product-list .images-container {
    float: left;
    width: 35.333%;
    max-width: 600px;
}

.list-sidebar.product-list .caption {
    text-align: left;
    padding: 0 0 0 20px;
    float: left;
    width: 64.666%;
}

@media screen and (width: 1024px) {

    .product-list .images-container {
        float: left;
        width: 33.333%;
        max-width: 600px;
    }

    .product-list .caption {
        text-align: left;
        padding: 0 0 0 20px;
        float: left;
        width: 66.666%;
    }

    .footer-social-icons ul li:last-child {
        display: none !important;
    }

    ul.countdown.count-two li:before {
        right: -14% !important;
    }

    ul.countdown.count-three li:before {
        right: -14% !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-grid-text ul li:last-child {
        display: none;
    }

    .no-sidebar .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .welcome-text {
        display: none;
    }

    .about-content .col-lg-6.col-md-12,
    .about-content .col-lg-5.col-md-12,
    .team-single .col-lg-5.col-md-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .team-single .col-lg-7.col-md-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 760px !important;
    }

    .about-content .col-lg-5.offset-lg-1 {
        margin-left: 0 !important;
    }
}

@media screen and (width: 768px) {

    .product-list .images-container {
        float: left;
        width: 30.333%;
        max-width: 600px;
    }

    .product-list .caption {
        text-align: left;
        padding: 0 0 0 20px;
        float: left;
        width: 69.666%;
    }

    .product-list .product-des {
        padding: 0;
        background: none;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .feature-box-10 .section-title {
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .feature-box-10 .section-title {
        font-size: 15px;
    }
}

@media screen and (width: 1024px) {

    ul.countdown.count-three li:before {
        right: -12%;
    }

    ul.countdown.count-two li:before {
        right: -12%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .breadcrumb-large .h3 {
        font-size: 1.5rem;
    }

    ul.countdown.count-two li:before {
        right: -4% !important;
    }

    ul.countdown.count-three li:before {
        right: -4% !important;
    }

    .counter-box.counter-one.color-one h3, .counter-box.counter-one.color-one h4,
    .counter-box.counter-one.color-two h3, .counter-box.counter-one.color-two h4,
    .counter-box.counter-one.color-three h3, .counter-box.counter-one.color-three h4,
    .counter-box.counter-one.color-four h3, .counter-box.counter-one.color-four h4 {
        font-size: 36px;
    }

    .counter-box.counter-one.color-one p,
    .counter-box.counter-one.color-two p,
    .counter-box.counter-one.color-three p,
    .counter-box.counter-one.color-four p {
        font-size: 15px;
    }

    .counter-box h3.countup-two i, .counter-box h4.countup-two i {
        font-size: 36px;
    }

    .et-examples .box1 {
        width: 20% !important;
    }
}


.control-top .owl-nav {
    margin: 0;
    position: absolute;
    right: -2px;
    top: -73px
}

.control-top.owl-theme .owl-nav [class*='owl-'] {
    background: #fff !important;
    padding: 0 7px;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    border-radius: 0;
    border: 1px solid #d5d5d5
}

.control-top.owl-theme .owl-nav i {
    color: #6f6f6f;
    padding-top: 4px
}

.owl-carousel.control-top .owl-dots.disabled, .owl-carousel.control-top .owl-nav.disabled {
    display: block;
}

.shop-featured .owl-carousel.control-top .owl-dots, .shop-featured .owl-carousel.control-top .owl-nav {
    display: none;
}

.v-middle-content {
    padding: 50px 8.5%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 65%;
    display: block
}

.banner-content {
    letter-spacing: 2px
}

.banner-content.category-border {
    border: 1px solid #0094e6
}

.banner-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    content: "";
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.banner-content:hover:before {
    background: rgba(0, 0, 0, 0.65);
    opacity: 1
}

.banner-content .subtitle {
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600
}

.banner-content .title {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.banner-content:hover .title {
    margin-left: 20px
}

.banner-content .view {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #373737;
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.banner-content:hover .view {
    margin-left: 20px;
    border-bottom: 1px solid #fff
}

.feature-product-grid .border {
    float: left;
    width: 100%;
    background: #fafafa
}

.featured-products .feature-product-grid .border {
    background: transparent;
}

.feature-product-grid .product-block {
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    float: left
}

.featured-products .feature-product-grid .product-block {
    border: none;
    border-right: 1px solid #eee;
}

.feature-product-grid .product-info {
    max-width: 61%;
    padding: 8px 15px;
    float: left
}

.product-detail h3 {
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-detail .label-sale {
    margin-left: 5px;
    vertical-align: top;
    padding: 2px 7px
}

.product-detail .offer-price {
    text-decoration: line-through;
    color: #b2b2b2;
}

.product-rating .fas:hover {
    color: #232323
}

.shop-cart .product-thumbnail img {
    width: 100px;
    border: 1px solid #eeeeee;
}

.shop-cart .compare-thumbnail img {
    width: 245px;
}

.compare-width {
    min-width: 200px;
}

.table.shop-cart thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6 !important;
}

.shop-cart input[type=number]::-webkit-inner-spin-button,
.shop-cart input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.shop-cart input[type=number] {
    margin-bottom: 0;
    border: 1px solid #eeeeee;
    width: 65px;
}

.shop-cart-table {
    width: 100%;
    overflow-x: auto
}

.shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px
}

.shop-cart-table .shop-cart td {
    line-height: 16px;
    padding: 16px;
}

.shop-cart-table.shop-compare .shop-cart th:last-child,
.shop-cart-table.shop-compare .shop-cart td:last-child {
    border-right: none;
}

.shop-cart-table.shop-compare .shop-cart th,
.shop-cart-table.shop-compare .shop-cart td {
    border-right: 1px solid #eeeeee;
}

.table.shop-cart tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.table.cart-sub-total td, .table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 6px 30px
}

.accordion-cart.accordion-style-7 .card-body {
    padding: 10px 0 5px 0;
}

.table.cart-sub-total td {
    padding-right: 0
}

.shop-cart-table input[type="text"] {
    height: 35px;
    width: 50px;
    margin: 0
}

.product-list .product-block:hover > img {
    opacity: 0.65
}

.product-list .buttons {
    float: left;
    width: 100%
}

.product-list .buttons a {
    float: left;
    text-align: center;
    padding: 8px 23px
}

.product-list .buttons a:hover {
    opacity: 0.8
}


@media screen and (max-width: 991px) {
    .categories .collapse-sm:after {
        font-family: "Font Awesome\ 5 Free";
        content: "\f105";
        float: right
    }

    .categories .collapse-sm.current:after {
        font-family: "Font Awesome\ 5 Free";
        content: "\f107";
        float: right
    }

    .categories .shop-category {
        display: none
    }

}

/*=======================================================
  40. Blog Styles
========================================================*/

.latest_blog_inner {
    overflow: hidden
}

.image_blog {
    position: relative
}

.image_blog > a:after {
    background: #0094e6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%
}

.image_blog > a:hover:after {
    opacity: 0.6
}

.image_blog a img {
    max-width: 100%
}

.image_blog .img_blog_text {
    bottom: 35px;
    position: absolute;
    padding: 0 20px
}

.image_blog .img_blog_text h5 {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: normal
}

.image_blog .img_blog_text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog {
    background: #fafafa none repeat scroll 0 0;
    padding: 35px 40px 25px;
    transition: all 0.3s linear 0s
}

.text_blog:hover {
    background: #0094e6
}

.text_blog h5 {
    color: #616161;
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 18px;
    margin: 0;
    line-height: normal;
    transition: all 300ms linear 0s
}

.text_blog:hover h5 {
    color: #ffffff
}

.text_blog h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px
}

.text_blog:hover h3 {
    color: #ffffff
}

.text_blog:hover h3 a {
    color: #ffffff
}

.text_blog p {
    margin: 0;
    padding: 20px 0;
    transition: all 300ms linear 0s
}

.text_blog:hover p {
    color: #ffffff
}

.text_blog .blog_user {
    border-top: 2px solid #ececec;
    padding-top: 15px
}

.text_blog .blog_user h4 {
    color: #616161;
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: all 300ms linear 0s
}

.text_blog .blog_user h4 a {
    color: #0094e6;
    transition: all 300ms linear 0s
}

.text_blog:hover .blog_user h4 {
    color: #ffffff
}

.text_blog:hover .blog_user h4 a {
    color: #ffffff
}

@media screen and (max-width: 992px) {
    .text_blog {
        padding: 16px 20px
    }
}

.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.blog-grid img {
    width: 100%
}

.blog-style1 .item {
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.blog-style1 .item .post-img {
    position: relative;
    overflow: hidden
}

.blog-style1 .item .post-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blog-style1 .item .post-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.blog-style1 .item .content {
    padding: 30px;
    text-align: left
}

.blog-style1 .item .content .tag {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.blog-style1 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600
}

.blog-style1 .item .content .read-more:hover {
    text-decoration: underline
}

.blog-style1 .item .content p {
    margin-bottom: 10px
}

.blog-style1 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit
}

.blog-style2 .item {
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.blog-style2 .item .post-img {
    position: relative;
    overflow: hidden
}

.blog-style2 .item .post-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blog-style2 .item .post-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.blog-style2 .item .content {
    padding: 30px;
    text-align: left
}

.blog-style2 .item .content .tag {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.blog-style2 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600
}

.blog-style2 .item .content .read-more:hover {
    text-decoration: underline
}

.blog-style2 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit
}

@media screen and (max-width: 991px) {
    .blog-style2 .item .content {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {

    .section-heading.half.home-title-2 {
        margin-bottom: 10px;
    }

    .blog-style2 .item .content {
        padding: 20px
    }

    .blog-style2 .item .content h5 {
        font-size: 15px
    }

    .section-heading.half.about-title-2 {
        margin-bottom: 20px;
    }

    .display-table-cell.home-corp-2 {
        display: inline-block !important;
    }

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        line-height: 150% !important;
    }
}

.blog-style6 .blog-item {
    float: left;
    width: 100%
}

.blog-style6 .blog-item-thumbnail img {
    width: 100%;
    border-radius: 3px
}

.blog-style6 .blog-meta {
    text-transform: uppercase;
    width: 24%;
    float: left;
    padding: 16px 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    overflow: hidden;
    background-color: #0094e6
}

.blog-style6 .date-day {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px
}

.blog-style6 .date-month {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px
}

.blog-style6 .blog-title {
    float: left;
    width: 76%;
    padding-left: 20px
}

.blog-style6 .blog-title a {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 600
}

.blog-style6 .post-cat {
    color: #999;
    float: left;
    width: 76%;
    padding-left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px
}

.blog-style6 .blog-item-content {
    position: relative;
    float: left;
    width: 100%
}

.blog-style6 .blog-item-thumbnail {
    margin-bottom: 20px
}

.blog-style6 .blog-meta span {
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width: 1199px) {
    .blog-style6 .blog-meta {
        padding: 15px
    }

    .blog-style6 .blog-title a {
        font-size: 16px;
        line-height: 1
    }
}

@media screen and (max-width: 991px) {
    .blog-style6 .blog-meta {
        padding: 10px
    }

    .blog-style6 .date-day {
        font-size: 20px;
        margin-bottom: 2px
    }

    .blog-style6 .post-cat {
        padding-left: 15px;
        margin-bottom: 0
    }

    .blog-style6 .blog-title {
        padding-left: 15px;
        line-height: 22px
    }

    .blog-style6 .blog-title a {
        font-size: 14px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .blog-style6 .post-cat {
        width: 70%;
        padding-left: 15px
    }

    .blog-style6 .blog-title {
        width: 70%;
        padding-left: 15px
    }

    .blog-style6 .blog-title a {
        font-size: 14px
    }

    .blog-style6 .blog-meta {
        padding: 12px 10px 8px 10px;
        width: 80px
    }

    .blog-style6 .blog-item-thumbnail {
        margin-bottom: 15px
    }

    .blog-style6 .date-day {
        margin: 0
    }

    .shop-cat-1 {
        max-width: 423px !important;
    }
}

.data-box-grid {
    display: inline-block
}

.data-box-grid:before {
    content: "/";
    padding-right: 5px
}

.data-box-grid h5 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #999
}

.blog-grid .data-box-grid p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.blog-grid-text {
    padding: 15px 20px 20px 20px;
    position: relative
}

.blog-grid-text > span {
    color: #0094e6;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0;
}

.blog-grid-text ul li i {
    color: #0094e6;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px
}

.blog-grid-text p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    padding: 5px 0 0 0;
}

.blog-grid-text .e-btn-primary,
.blog-list-simple-text .e-btn-primary {
    padding: 7px 14px;
    font-size: 13px;
}

.owl-carousel .blog-grid-simple {
    margin: 10px 15px 25px
}

.blog-grid-simple-date {
    width: 100%
}

.blog-grid-simple {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 15px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    padding: 30px
}

.blog-grid-simple h4 {
    color: #232323;
    line-height: normal;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px
}

.blog-grid-simple h4 a {
    color: #232323;
    line-height: normal;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px
}

.blog-grid-simple h4 a:hover {
    color: #0094e6
}

.blog-grid-simple p {
    color: #aaa;
    font-size: 15px;
    font-weight: 400
}

.blog-grid-simple-date i {
    color: #888;
    font-size: 20px
}

.blog-grid-simple-date h5 {
    color: #888;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 8px;
    line-height: normal
}

.blog-grid-simple-content {
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.blog-grid-simple-content a {
    display: inline-block;
    color: #0094e6;
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px
}

.blog-grid-simple-content a:after {
    content: '\f105';
    font-size: 14px;
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #0094e6;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.blog-list-left-heading:after, .blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #232323
}

.blog-grid-simple-content a:hover:after {
    color: #232323
}

.blog-list-simple {
    margin: 0 0 35px 0
}

.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.data-box-simple {
    display: block;
    float: right;
    position: absolute;
    background: #0094e6;
    left: 20px;
    top: 5px;
    padding: 5px;
    min-width: 60px;
    text-align: center
}

.blog-list-simple-text > span {
    color: #0094e6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.data-box-simple h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    line-height: normal
}

.data-box-simple p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.blog-list-simple-text {
    color: #999999
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.blog-list-simple-text p.font-blockquote {
    border-top: none;
    padding: 0;
}

.list-sidebar .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 10px 0;
}

.blog-list-simple-text .meta {
    margin: 0 0 5px 0
}

.list-sidebar .blog-list-simple-text .meta {
    margin: 0 0 6px 0;
}

.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blog-list-simple-text h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-list-simple-text h4.classic-title {
    margin-top: 12px;
}

.list-sidebar .blog-list-simple-text h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0;
    line-height: normal;
}

.blog-list-simple-text ul {
    margin: 10px 0 0 0;
}

.blog-list-simple-text ul li {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0
}

.list-sidebar .blog-list-simple-text ul li {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    padding: 0 0;
}

.blog-list-simple-text ul li i {
    margin-right: 5px;
    font-size: 13px
}

.blogs .post {
    margin-bottom: 30px
}

.blogs .post .content {
    padding: 30px;
    background: #fafafa
}

.blogs .post .content .post-title h5 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0
}

.blogs .post .content .post-title h5 a {
    color: #232323
}

.blogs .post .content .post-title h5 a:hover {
    color: #F24259
}

.blogs .post .content .meta {
    margin-bottom: 15px
}

.blogs .post .content .meta li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #F24259
}

.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left
}

.blogs .post .share-post span {
    font-weight: 700
}

.blogs .post .share-post ul {
    float: right
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px
}

.blogs .post .post-img img {
    width: 100%
}

.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}

.blogs .comments-area .comment-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 85px
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 15px
}

.blogs .comment-box .author-thumb {
    width: 70px;
    float: left
}

.blogs .comment-box .comment-info {
    margin-left: 85px
}

.blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px
}

.blogs .comment-box .comment-info .reply {
    margin-top: 0;
    font-weight: 600
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}

.posts h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #0094e6;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px
}

.border-left.bg-theme {
    border-left: 5px solid #0094e6 !important;
}

.border-left.bg-black {
    border-left: 5px solid #383f48 !important;
}

.font-blockquote {
    margin-bottom: 5px !important;
}

.font-quote:before {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10d';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    top: -6px;
    left: 0;
    color: #eee;
    z-index: -1;
}

.font-quote-all:before {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10d';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    top: -6px;
    left: 0;
    color: #eee;
    z-index: -1;
}

.font-quote-all:after {
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    content: '\f10e';
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    bottom: 24px;
    right: 0;
    color: #eee;
    z-index: -1;
}

/*=======================================================
  1. Element Breadcrumb
========================================================*/

ul.breadcrumb-inline {
    margin-top: 0;
    margin-bottom: 0;
}

ul.breadcrumb-inline .list-inline-item a, ul.breadcrumb-inline .list-inline-item i {
    color: #343a40 !important;
}

.bg-transparent ul.breadcrumb-inline .list-inline-item a:hover,
.bg-light-gray ul.breadcrumb-inline .list-inline-item a:hover,
.bg-dark-gray ul.breadcrumb-inline .list-inline-item a:hover,
.bg-black ul.breadcrumb-inline .list-inline-item a:hover,
.bg-img ul.breadcrumb-inline .list-inline-item a:hover,
.bg-img.dark-breadcrumbs ul.breadcrumb-inline .list-inline-item a:hover,
.bg-img.dark-breadcrumbs-large ul.breadcrumb-inline .list-inline-item a:hover {
    color: #0094e6 !important;
}

.bg-theme ul.breadcrumb-inline .list-inline-item a:hover {
    color: #343a40 !important;
}

.bg-dark-gray ul.breadcrumb-inline .list-inline-item a, .bg-dark-gray ul.breadcrumb-inline .list-inline-item i,
.bg-black ul.breadcrumb-inline .list-inline-item a, .bg-black ul.breadcrumb-inline .list-inline-item i,
.bg-theme ul.breadcrumb-inline .list-inline-item a, .bg-theme ul.breadcrumb-inline .list-inline-item i,
.bg-img.dark-breadcrumbs ul.breadcrumb-inline .list-inline-item a, .bg-img.dark-breadcrumbs ul.breadcrumb-inline .list-inline-item i,
.bg-img.dark-breadcrumbs-large ul.breadcrumb-inline .list-inline-item a, .bg-img.dark-breadcrumbs-large ul.breadcrumb-inline .list-inline-item i {
    color: #fff !important;
}

.breadcrumb-inline .current span {
    color: #0094e6;
}

.e-breadcrumb {
    margin: 0;
    font-size: 1.5rem;
}

.e-breadcrumb span, .breadcrumb-large span {
    color: #0094e6;
}

.bg-black .breadcrumb-inline a, .bg-black .breadcrumb-inline i {
    color: #fff;
}

.bg-black .breadcrumb-inline a:hover {
    color: #0094e6;
}

.bg-theme .e-breadcrumb span, .bg-theme .breadcrumb-large span {
    color: #343a40;
}

.bg-theme .breadcrumb-inline a, .bg-theme .breadcrumb-inline i {
    color: #fff;
}

.bg-theme .breadcrumb-inline a:hover {
    color: #616161;
}

.bg-theme .breadcrumb-inline .current span {
    color: #343a40;
}

.dark-breadcrumbs .breadcrumb-inline a, .dark-breadcrumbs .breadcrumb-inline i {
    color: #fff;
}

.dark-breadcrumbs .breadcrumb-inline a:hover {
    color: #0094e6;
}

.dark-breadcrumbs-large, .lights-breadcrumbs-large {
    background-size: cover;
    background-position: center;
}

/*=======================================================
  1. Element Buttons
========================================================*/

.e-btn-default {
    padding: 7px 20px;
}

.e-btn-default.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-primary {
    color: #fff;
    background-color: rgba(0, 148, 230, 1);
}

.e-btn-primary:hover {
    border-color: rgba(0, 148, 230, 0.5);
    background-color: rgba(0, 148, 230, 0.5);
}

.e-btn-lime {
    color: #fff;
    background-color: rgba(164, 196, 0, 1);
}

.e-btn-lime:hover {
    border-color: rgba(164, 196, 0, 0.5);
    background-color: rgba(164, 196, 0, 0.5);
}

.e-btn-green {
    color: #fff;
    background-color: rgba(96, 169, 23, 1);
}

.e-btn-green:hover {
    border-color: rgba(96, 169, 23, 0.5);
    background-color: rgba(96, 169, 23, 0.5);
}

.e-btn-emerald {
    color: #fff;
    background-color: rgba(0, 138, 0, 1);
}

.e-btn-emerald:hover {
    border-color: rgba(0, 138, 0, 0.5);
    background-color: rgba(0, 138, 0, 0.5);
}

.e-btn-teal {
    color: #fff;
    background-color: rgba(0, 171, 169, 1);
}

.e-btn-teal:hover {
    border-color: rgba(0, 171, 169, 0.5);
    background-color: rgba(0, 171, 169, 0.5);
}

.e-btn-cyan {
    color: #fff;
    background-color: rgba(27, 161, 226, 1);
}

.e-btn-cyan:hover {
    border-color: rgba(27, 161, 226, 0.5);
    background-color: rgba(27, 161, 226, 0.5);
}

.e-btn-cobalt {
    color: #fff;
    background-color: rgba(0, 80, 239, 1);
}

.e-btn-cobalt:hover {
    border-color: rgba(0, 80, 239, 0.5);
    background-color: rgba(0, 80, 239, 0.5);
}

.e-btn-indigo {
    color: #fff;
    background-color: rgba(106, 0, 255, 1);
}

.e-btn-indigo:hover {
    border-color: rgba(106, 0, 255, 0.5);
    background-color: rgba(106, 0, 255, 0.5);
}

.e-btn-violet {
    color: #fff;
    background-color: rgba(170, 0, 255, 1);
}

.e-btn-violet:hover {
    border-color: rgba(170, 0, 255, 0.5);
    background-color: rgba(170, 0, 255, 0.5);
}

.e-btn-pink {
    color: #fff;
    background-color: rgba(244, 114, 208, 1);
}

.e-btn-pink:hover {
    border-color: rgba(244, 114, 208, 0.5);
    background-color: rgba(244, 114, 208, 0.5);
}

.e-btn-magenta {
    color: #fff;
    background-color: rgba(216, 0, 115, 1);
}

.e-btn-magenta:hover {
    border-color: rgba(216, 0, 115, 0.5);
    background-color: rgba(216, 0, 115, 0.5);
}

.e-btn-crimson {
    color: #fff;
    background-color: rgba(162, 0, 37, 1);
}

.e-btn-crimson:hover {
    border-color: rgba(162, 0, 37, 0.5);
    background-color: rgba(162, 0, 37, 0.5);
}

.e-btn-red {
    color: #fff;
    background-color: rgba(229, 20, 0, 1)
}

.e-btn-red:hover {
    border-color: rgba(229, 20, 0, 0.5);
    background-color: rgba(229, 20, 0, 0.5);
}

.e-btn-orange {
    color: #fff;
    background-color: rgba(250, 104, 0, 1);
}

.e-btn-orange:hover {
    border-color: rgba(250, 104, 0, 0.5);
    background-color: rgba(250, 104, 0, 0.5);
}

.e-btn-amber {
    color: #fff;
    background-color: rgba(240, 163, 10, 1);
}

.e-btn-amber:hover {
    border-color: rgba(240, 163, 10, 0.5);
    background-color: rgba(240, 163, 10, 0.5);
}

.e-btn-yellow {
    color: #fff;
    background-color: rgba(227, 200, 0, 1);
}

.e-btn-yellow:hover {
    border-color: rgba(227, 200, 0, 0.5);
    background-color: rgba(227, 200, 0, 0.5);
}

.e-btn-brown {
    color: #fff;
    background-color: rgba(130, 90, 44, 1);
}

.e-btn-brown:hover {
    border-color: rgba(130, 90, 44, 0.5);
    background-color: rgba(130, 90, 44, 0.5);
}

.e-btn-olive {
    color: #fff;
    background-color: rgba(109, 135, 100, 1);
}

.e-btn-olive:hover {
    border-color: rgba(109, 135, 100, 0.5);
    background-color: rgba(109, 135, 100, 0.5);
}

.e-btn-steel {
    color: #fff;
    background-color: rgba(100, 118, 135, 1);
}

.e-btn-steel:hover {
    border-color: rgba(100, 118, 135, 0.5);
    background-color: rgba(100, 118, 135, 0.5);
}

.e-btn-mauve {
    color: #fff;
    background-color: rgba(118, 96, 138, 1);
}

.e-btn-mauve:hover {
    border-color: rgba(118, 96, 138, 0.5);
    background-color: rgba(118, 96, 138, 0.5);
}

.e-btn-sienna {
    color: #fff;
    background-color: rgba(160, 82, 45, 1);
}

.e-btn-sienna:hover {
    border-color: rgba(160, 82, 45, 0.5);
    background-color: rgba(160, 82, 45, 0.5);
}

.e-btn-gray {
    color: #fff;
    background-color: rgba(56, 63, 72, 1);
}

.e-btn-gray:hover {
    border-color: rgba(56, 63, 72, 0.5);
    background-color: rgba(56, 63, 72, 0.5);
}

.e-btn-dark {
    color: #fff;
    background-color: rgba(77, 77, 77, 1);
}

.e-btn-dark:hover {
    border-color: rgba(77, 77, 77, 0.5);
    background-color: rgba(77, 77, 77, 0.5);
}

.e-btn-black {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}

.e-btn-black:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.e-btn-default-outline {
    padding: 7px 20px;
}

.e-btn-default-outline.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-primary-outline {
    color: rgba(0, 148, 230, 1);
    border-color: rgba(0, 148, 230, 1);
    background-color: transparent;
}

.e-btn-primary-outline:hover {
    color: #fff;
    background-color: rgba(0, 148, 230, 1);
}

.e-btn-lime-outline {
    color: rgba(164, 196, 0, 1);
    border-color: rgba(164, 196, 0, 1);
    background-color: transparent;
}

.e-btn-lime-outline:hover {
    color: #fff;
    background-color: rgba(164, 196, 0, 1);
}

.e-btn-green-outline {
    color: rgba(96, 169, 23, 1);
    border-color: rgba(96, 169, 23, 1);
    background-color: transparent;
}

.e-btn-green-outline:hover {
    color: #fff;
    background-color: rgba(96, 169, 23, 1);
}

.e-btn-emerald-outline {
    color: rgba(0, 138, 0, 1);
    border-color: rgba(0, 138, 0, 1);
    background-color: transparent;
}

.e-btn-emerald-outline:hover {
    color: #fff;
    background-color: rgba(0, 138, 0, 1);
}

.e-btn-teal-outline {
    color: rgba(0, 171, 169, 1);
    border-color: rgba(0, 171, 169, 1);
    background-color: transparent;
}

.e-btn-teal-outline:hover {
    color: #fff;
    background-color: rgba(0, 171, 169, 1);
}

.e-btn-cyan-outline {
    color: rgba(27, 161, 226, 1);
    border-color: rgba(27, 161, 226, 1);
    background-color: transparent;
}

.e-btn-cyan-outline:hover {
    color: #fff;
    background-color: rgba(27, 161, 226, 1);
}

.e-btn-cobalt-outline {
    color: rgba(0, 80, 239, 1);
    border-color: rgba(0, 80, 239, 1);
    background-color: transparent;
}

.e-btn-cobalt-outline:hover {
    color: #fff;
    background-color: rgba(0, 80, 239, 1);
}

.e-btn-indigo-outline {
    color: rgba(106, 0, 255, 1);
    border-color: rgba(106, 0, 255, 1);
    background-color: transparent;
}

.e-btn-indigo-outline:hover {
    color: #fff;
    background-color: rgba(106, 0, 255, 1);
}

.e-btn-violet-outline {
    color: rgba(170, 0, 255, 1);
    border-color: rgba(170, 0, 255, 1);
    background-color: transparent;
}

.e-btn-violet-outline:hover {
    color: #fff;
    background-color: rgba(170, 0, 255, 1);
}

.e-btn-pink-outline {
    color: rgba(244, 114, 208, 1);
    border-color: rgba(244, 114, 208, 1);
    background-color: transparent;
}

.e-btn-pink-outline:hover {
    color: #fff;
    background-color: rgba(244, 114, 208, 1);
}

.e-btn-magenta-outline {
    color: rgba(216, 0, 115, 1);
    border-color: rgba(216, 0, 115, 1);
    background-color: transparent;
}

.e-btn-magenta-outline:hover {
    color: #fff;
    background-color: rgba(216, 0, 115, 1);
}

.e-btn-crimson-outline {
    color: rgba(162, 0, 37, 1);
    border-color: rgba(162, 0, 37, 1);
    background-color: transparent;
}

.e-btn-crimson-outline:hover {
    color: #fff;
    background-color: rgba(162, 0, 37, 1);
}

.e-btn-red-outline {
    color: rgba(229, 20, 0, 1);
    border-color: rgba(229, 20, 0, 1);
    background-color: transparent;
}

.e-btn-red-outline:hover {
    color: #fff;
    background-color: rgba(229, 20, 0, 1);
}

.e-btn-orange-outline {
    color: rgba(250, 104, 0, 1);
    border-color: rgba(250, 104, 0, 1);
    background-color: transparent;
}

.e-btn-orange-outline:hover {
    color: #fff;
    background-color: rgba(250, 104, 0, 1);
}

.e-btn-amber-outline {
    color: rgba(240, 163, 10, 1);
    border-color: rgba(240, 163, 10, 1);
    background-color: transparent;
}

.e-btn-amber-outline:hover {
    color: #fff;
    background-color: rgba(240, 163, 10, 1);
}

.e-btn-yellow-outline {
    color: rgba(227, 200, 0, 1);
    border-color: rgba(227, 200, 0, 1);
    background-color: transparent;
}

.e-btn-yellow-outline:hover {
    color: #fff;
    background-color: rgba(227, 200, 0, 1);
}

.e-btn-brown-outline {
    color: rgba(130, 90, 44, 1);
    border-color: rgba(130, 90, 44, 1);
    background-color: transparent;
}

.e-btn-brown-outline:hover {
    color: #fff;
    background-color: rgba(130, 90, 44, 1);
}

.e-btn-olive-outline {
    color: rgba(109, 135, 100, 1);
    border-color: rgba(109, 135, 100, 1);
    background-color: transparent;
}

.e-btn-olive-outline:hover {
    color: #fff;
    background-color: rgba(109, 135, 100, 1);
}

.e-btn-steel-outline {
    color: rgba(100, 118, 135, 1);
    border-color: rgba(100, 118, 135, 1);
    background-color: transparent;
}

.e-btn-steel-outline:hover {
    color: #fff;
    background-color: rgba(100, 118, 135, 1);
}

.e-btn-mauve-outline {
    color: rgba(118, 96, 138, 1);
    border-color: rgba(118, 96, 138, 1);
    background-color: transparent;
}

.e-btn-mauve-outline:hover {
    color: #fff;
    background-color: rgba(118, 96, 138, 1);
}

.e-btn-sienna-outline {
    color: rgba(160, 82, 45, 1);
    border-color: rgba(160, 82, 45, 1);
    background-color: transparent;
}

.e-btn-sienna-outline:hover {
    color: #fff;
    background-color: rgba(160, 82, 45, 1);
}

.e-btn-gray-outline {
    color: rgba(56, 63, 72, 1);
    border-color: rgba(56, 63, 72, 1);
    background-color: transparent;
}

.e-btn-gray-outline:hover {
    color: #fff;
    background-color: rgba(56, 63, 72, 1);
}

.e-btn-dark-outline {
    color: rgba(77, 77, 77, 1);
    border-color: rgba(77, 77, 77, 1);
    background-color: transparent;
}

.e-btn-dark-outline:hover {
    color: #fff;
    background-color: rgba(77, 77, 77, 1);
}

.e-btn-black-outline {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.e-btn-black-outline:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}

.e-btn-inset {
    padding: 7px 20px;
    position: relative;
}

.e-btn-inset:before {
    position: absolute;
    top: 0.14286rem;
    right: 0.14286rem;
    bottom: 0.14286rem;
    left: 0.14286rem;
    content: "";
    border: solid 1px #fff;
    border-radius: 1px;
}

.e-btn-inset.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-inset-outline {
    padding: 7px 20px;
    position: relative;
}

.e-btn-inset-outline.btn:hover::before {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0.14286rem;
    right: 0.14286rem;
    bottom: 0.14286rem;
    left: 0.14286rem;
    content: "";
    border: solid 1px #fff;
    border-radius: 1px;
}

.e-btn-skew {
    padding: 7px 20px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.e-btn-skew.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-skew-outline {
    padding: 7px 20px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.e-btn-skew-outline.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-3d {
    padding: 7px 20px;
    border-bottom: 4px solid rgba(0, 0, 0, .25);
}

.e-btn-3d.btn:hover {
    color: #fff;
    text-decoration: none;
}

.e-btn-square {
    border-radius: 0 !important;
}

.e-btn-inset.e-btn-square:before, .e-btn-inset-outline.e-btn-square:hover:before {
    border-radius: 0 !important;
}

.e-btn-radius {
    border-radius: 0.3rem !important;
}

.e-btn-inset.e-btn-radius:before, .e-btn-inset-outline.e-btn-radius:hover:before {
    border-radius: 0.2rem !important;
}

.e-btn-rounded {
    border-radius: 30px !important;
}

.e-btn-inset.e-btn-rounded:before, .e-btn-inset-outline.e-btn-rounded:hover:before {
    border-radius: 20px !important;
}

.e-btn-cta {
    color: rgba(56, 63, 72, 1);
    background-color: rgba(255, 255, 255, 1);
}

.e-btn-inset.e-btn-cta:before {
    border: solid 1px rgba(56, 63, 72, 1);
    right: 0.18286rem;
    left: 0.18286rem;
}

.e-btn-inset.e-btn-cta:hover {
    color: rgba(56, 63, 72, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
}

.row.elements-grid [class*="col-lg-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row.elements-grid [class*="col-lg-"] span {
    background-color: #eeeeee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #eeeeee;
    display: block;
    color: #333333;
}

.side-bar .widget {
    margin-bottom: 30px
}

.side-bar .widget:last-child {
    margin-bottom: 0
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.side-bar .widget .widget-title h6:after {
    content: '';
    width: 40%;
    height: 2px;
    background: #0094e6;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.side-bar .widget li {
    position: relative;
    padding: 0 0 0 14px;
    margin: 0 0 7px 0;
    color: #6f6f6f;
}

.side-bar .widget li:last-child {
    margin: 0
}

.side-bar .widget li:after {
    content: ' ';
    width: 7px;
    height: 2px;
    background-color: #0094e6;
    position: absolute;
    top: 12px;
    left: 0
}

.side-bar .widget .social-listing {
    margin-bottom: 0
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}

.side-bar .widget .social-listing li:after {
    background: none
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #1c1c1c;
    color: #fff;
    border: 0;
    float: right
}

.side-bar .tags a {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 2px 7px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.side-bar .tags a:hover {
    text-decoration: none;
    border-color: #0094e6;
    color: #0094e6;
}

.widget > .entry {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.widget > .entry .entry-thumb {
    width: 62px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

.widget > .entry .entry-thumb > a {
    display: block;
    overflow: hidden;
}

.widget > .entry .entry-thumb > a > img {
    width: 100%;
}

.widget > .entry .entry-content {
    display: table-cell;
    vertical-align: middle;
}

.widget > .entry .entry-title {
    margin-bottom: 0;
    font-size: 14px;
}

.widget > .entry .entry-title > a {
    transition: color .3s;
    color: #606975;
    font-weight: 500;
    text-decoration: none;
}

.widget > .entry .entry-title > a:hover {
    color: #0094e6;
}

.widget > .entry .entry-meta {
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #9da9b9;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .blog-grid-simple-content a:after {
        display: none
    }

    .list-sidebar.product-list .images-container, .product-list .images-container {
        width: 100% !important;
        max-width: 100%;
    }

    .list-sidebar.product-list .caption, .product-list .caption {
        padding: 0;
        width: 100% !important;
    }
}

/*=======================================================
  41. Elements Styles
========================================================*/

.count-back-box {
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.count-back-box h1 {
    color: #232323;
    font-size: 40px;
    font-weight: 500
}

.error-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.error-box h2 {
    color: rgba(204, 204, 204, 0.2);
    font-size: 250px;
    font-weight: 600;
    letter-spacing: 10px
}

.error-box-text h1 {
    font-size: 200px;
    color: #0094e6;
    line-height: 1
}

.error-box-text h3 {
    font-size: 40px;
    color: #232323;
    line-height: normal
}

.error-box-text h4 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .error-box {
        padding: 30px
    }

    .back-box {
        display: none
    }

    .error-box-text h1 {
        font-size: 100px
    }
}

ul.countdown.count-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

ul.countdown.count-one.coming-soon {
    display: block;
}

ul.countdown.count-one li {
    border-right: none;
    width: 25%;
}

ul.countdown.count-one.coming-soon li {
    width: 20%;
}

ul.countdown.count-one.color-one li {
    color: rgba(56, 63, 72, 1);
}

ul.countdown.count-one.color-two li {
    color: rgba(0, 148, 230, 1);
}

ul.countdown.count-one.color-three li {
    color: rgba(229, 20, 0, 1);
}

ul.countdown.count-one.color-four li {
    color: rgba(0, 171, 169, 1);
}

ul.countdown.count-one li span {
    font-size: 50px;
}

ul.countdown.count-one li p.timeRefDays, ul.countdown.count-one li p.timeRefHours, ul.countdown.count-one li p.timeRefMinutes, ul.countdown.count-one li p.timeRefSeconds {
    font-size: 20px;
}

ul.countdown.count-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

ul.countdown.count-two li {
    border-right: none;
    width: 25%;
    position: relative;
}

ul.countdown.count-two.color-one li {
    color: rgba(56, 63, 72, 1);
}

ul.countdown.count-two.color-two li {
    color: rgba(0, 148, 230, 1);
}

ul.countdown.count-two.color-three li {
    color: rgba(229, 20, 0, 1);
}

ul.countdown.count-two.color-four li {
    color: rgba(0, 171, 169, 1);
}

ul.countdown.count-two li span {
    font-size: 60px;
    font-weight: 500;
}

ul.countdown.count-two li p.timeRefDays, ul.countdown.count-two li p.timeRefHours, ul.countdown.count-two li p.timeRefMinutes, ul.countdown.count-two li p.timeRefSeconds {
    font-size: 16px;
}

ul.countdown.count-two li:before {
    position: absolute;
    top: 6%;
    right: -6%;
    content: ':';
    font-weight: 500;
    vertical-align: bottom;
    font-size: 50px;
}

ul.countdown.count-two li:last-child:before {
    content: '';
}

ul.countdown.count-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

ul.countdown.count-three li {
    border-right: none;
    width: 25%;
    position: relative;
}

ul.countdown.count-three.color-one li {
    color: rgba(56, 63, 72, 1);
}

ul.countdown.count-three.color-two li {
    color: rgba(0, 148, 230, 1);
}

ul.countdown.count-three.color-three li {
    color: rgba(229, 20, 0, 1);
}

ul.countdown.count-three.color-four li {
    color: rgba(0, 171, 169, 1);
}

ul.countdown.count-three li span {
    font-size: 60px;
    font-weight: 500;
}

ul.countdown.count-three li p.timeRefDays, ul.countdown.count-three li p.timeRefHours, ul.countdown.count-three li p.timeRefMinutes, ul.countdown.count-three li p.timeRefSeconds {
    font-size: 16px;
}

ul.countdown.count-three li:before {
    position: absolute;
    top: 6%;
    right: -6%;
    content: '|';
    font-weight: 500;
    vertical-align: bottom;
    font-size: 36px;
}

ul.countdown.count-three li:last-child:before {
    content: '';
}


ul.countdown li {
    border-right: 1px solid #626262;
    display: inline-block;
    padding: 0 30px;
    text-align: center
}

ul.countdown li:last-child {
    border: medium none;
    padding-right: 30px
}

ul.countdown li span {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    position: relative
}

ul.countdown.coming-soon li span {
    font-weight: 400;
}

ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    ul.countdown li {
        padding: 0 8px
    }

    .social-links li {
        margin-right: 15px
    }

    ul.countdown li span {
        font-size: 22px
    }
}

.social-icon-style1 {
    margin-bottom: 0
}

.social-icon-style1 li {
    text-align: center;
    margin-right: 4px;
    display: inline-block
}

.social-icon-style1 li a {
    background: #0094e6;
    border: 1px solid #0094e6;
    color: #fff;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block
}

.social-icon-style1 li a:hover {
    background: #fff;
    color: #0094e6
}

.social-icon-style2 {
    margin-bottom: 0
}

.social-icon-style2 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.social-icon-style2 li:last-child {
    margin-right: 0
}

.social-icon-style2 li a {
    background: #f9f9f9;
    border: 1px solid #0094e6;
    color: #0094e6;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block
}

.social-icon-style2 li a:hover {
    background: #0094e6;
    color: #fff
}

.social-icon-style3 {
    margin-bottom: 0
}

.social-icon-style3 li {
    text-align: center;
    margin-right: 10px;
    display: inline-block
}

.social-icon-style3 li a {
    color: #6f6f6f;
    display: inline-block;
    font-size: 16px
}

.social-icon-style3 li a:hover {
    color: #0094e6
}

.social-icon-style4 {
    padding: 0;
    float: right;
    margin: 0
}

.social-icon-style4 li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    width: 35px;
    text-align: center;
    margin: 0;
    padding: 13px 0
}

.social-icon-style4 li a {
    opacity: .7;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.social-icon-style5 li {
    display: inline-block;
    margin-right: 30px
}

.social-icon-style5 li:last-child {
    margin-right: 0
}

.social-icon-style5 li a {
    font-size: 22px
}

.social-icon-style5 li a:hover {
    color: #fff
}

.social-icon-style6 {
    margin-bottom: 0
}

.social-icon-style6 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.social-icon-style6 li:last-child {
    margin-right: 0
}

.social-icon-style6 li a {
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block
}

.social-icon-style6 li a:hover {
    background: #232323;
    color: #fff
}

#map {
    height: 340px;
    width: 100%
}

.contact-info-section {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
    margin-bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.contact-info-section i {
    width: 25px;
    height: 25px;
    padding-top: 5px;
    color: #0094e6;
    font-size: 15px;
    margin-right: 5px;
    line-height: 15px;
}

.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal
}

.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.contact-info-section .list-style-11 li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0 8px 0;
}

.contact-info-section .list-style-11 li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counter-box-style2.team-counter {
    padding: 18.5px 10px;
}

.contact-box {
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
    margin: 0;
    padding: 20px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.contact-box i {
    background: #0094e6;
    color: #fff;
    font-size: 35px;
    margin: 10px 0 20px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%
}

.contact-box h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: normal
}

.contact-box span {
    color: #999;
    font-size: 14px
}

.newsletter-form input {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    outline: 0;
    border: 2px solid #eee;
    min-width: 270px;
    max-width: 100%;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 20px;
    width: auto
}

.newsletter-form button {
    display: inline-block;
    background: #0094e6;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 20px
}

.newsletter-form button:hover {
    background: #232323
}

@media screen and (max-width: 767px) {
    .newsletter-form button {
        margin-top: 15px;
        border-radius: 30px;
        width: 100%;
        display: block
    }

    .newsletter-form input {
        border-radius: 30px;
        width: 100%;
        display: block
    }
}

/*=======================================================
  42. Footer Styles
========================================================*/

footer {
    padding: 50px 0 0;
    background: #1f1f1f;
    color: #939393
}

footer p {
    margin-bottom: 0
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}

footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #0094e6;
    margin-top: 12px
}

.footer-main {
    padding-top: 60px;
}

.footer-social-icons ul {
    margin-bottom: 0
}

.footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s
}

.footer-social-icons ul li a {
    color: #939393;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px
}

.footer-main .footer-social-icons ul li a {
    font-size: 12px !important;
    height: 30px !important;
    line-height: 29px !important;
    width: 30px !important;
}

.footer-social-icons ul li:hover {
    background: #0094e6;
    border-color: #0094e6
}

.footer-social-icons ul li:hover i {
    color: #fff
}

.footer-social-icons.small ul li {
    margin-bottom: 0
}

.footer-social-icons.small ul li a {
    font-size: 12px;
    height: 25px;
    line-height: 26px;
    width: 25px
}

.footer-social-icons2 ul {
    margin-bottom: 0
}

.footer-social-icons2 ul li {
    display: inline-block;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    color: #6f6f6f;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s
}

.footer-social-icons2 ul li a {
    color: #939393;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px
}

.footer-social-icons2 ul li:hover {
    background: #0094e6;
    border-color: #0094e6
}

.footer-social-icons2 ul li:hover i {
    color: #fff
}

.footer-subscribe {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative
}

.footer-subscribe input {
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    border: 0 solid;
    height: 40px;
    outline: none;
    box-shadow: none;
    padding: 6px 95px 6px 12px;
    margin-bottom: 0
}

.footer-subscribe input:focus {
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    border: 0 solid;
    height: 40px;
    outline: none;
    box-shadow: none;
    padding: 6px 95px 6px 12px;
    margin-bottom: 0
}

.footer-subscribe .butn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    line-height: 15px
}

.footer-subscribe .butn:after {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #e5e5e5
}

.footer-subscribe .butn:hover {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footer-subscribe .butn:hover:after {
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.footer-subscribe .butn span {
    color: #fff
}

.footer-subscribe .butn:hover span {
    color: #232323
}

.footer-subscribe .butn.theme:after {
    background: #000
}

.footer-subscribe .butn.theme:hover span {
    color: #fff
}

.footer-subscribe .butn.white {
    color: #232323
}

.footer-subscribe .butn.white:after {
    background: #232323
}

.footer-subscribe .butn.theme.white-hover:hover {
    background: #fff
}

.footer-subscribe .butn.theme.white-hover:hover span {
    color: #232323
}

.footer-subscribe .butn.theme.white-hover:after {
    background: #fff
}

.footer-subscribe .butn.theme.grey-hover:hover {
    background: #e5e5e5
}

.footer-subscribe .butn.theme.grey-hover:hover span {
    color: #232323
}

.footer-subscribe .butn.theme.grey-hover:after {
    background: #e5e5e5
}

.footer-list {
    margin: 0
}

.footer-list li {
    list-style-type: none;
    color: #939393;
    padding: 6px 0
}

.footer-list li:first-child {
    padding-top: 0
}

.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #939393
}

.footer-list li a:before {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    font-family: "Font Awesome\ 5 Free";
    color: #939393;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.footer-list li a:hover {
    color: #fff
}

.footer-list li a:hover:before {
    color: #fff
}

.footer-list-style2 {
    margin: 0
}

.footer-list-style2 li {
    list-style-type: none;
    color: #fff;
    padding: 6px 0
}

.footer-list-style2 li:first-child {
    padding-top: 0
}

.footer-list-style2 li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.footer-list-style2 li a:before {
    content: '\f105';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #fff;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.footer-list-style2 li a:hover {
    opacity: 0.65
}

.footer-list-style2 li a:hover:before {
    opacity: 0.65
}

.footer-list-style3 {
    margin: 0
}

.footer-list-style3 li {
    list-style-type: none;
    color: #6f6f6f;
    padding: 6px 0
}

.footer-list-style3 li:first-child {
    padding-top: 0
}

.footer-list-style3 li a {
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f
}

.footer-list-style3 li a:before {
    content: '\f105';
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    color: #6f6f6f;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.footer-list-style3 li a:hover {
    color: #232323
}

.footer-list-style2 li a:hover:before {
    color: #232323
}

.footer-recent-post {
    margin: 15px 0
}

.footer-recent-post-thumb {
    float: left;
    width: 25%
}

.footer-recent-post-content {
    float: left;
    width: 75%;
    padding-left: 10px
}

.footer-recent-post-content a {
    display: block;
    color: #939393;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-top: -5px
}

.footer-recent-post-content a:hover {
    color: #fff
}

.footer-recent-post-content span {
    font-size: 13px;
    font-weight: 300;
    color: #fff
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    background: #191919;
    color: #939393
}

.footer-bar span {
    color: #0094e6;
    font-size: 15px;
    font-weight: 400
}

.footer-top-bar {
    background: #191919;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

footer h3.footer-title-style2 {
    margin-bottom: 28px
}

h3.footer-title-style2:after {
    width: 100%;
    height: 1px;
    background: #363637;
    margin-top: 15px
}

.footer-title-style3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 28px;
    color: #fff
}

.footer-title-style3:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #0094e6;
    position: absolute;
    bottom: 0;
    left: 20px
}

.footer-title-style3:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.footer-title-style4:after {
    margin-left: auto;
    margin-right: auto
}

h3.footer-title-style4 {
    margin-bottom: 20px
}

h3.footer-title-style5 {
    color: #fff
}

h3.footer-title-style5:after {
    background: #fff
}

footer h3.footer-title-style6 {
    margin-bottom: 28px;
    color: #636363
}

h3.footer-title-style6:after {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-top: 15px
}

footer h3.footer-title-style7 {
    margin-bottom: 30px;
    padding-bottom: 20px
}

footer h3.footer-title-style7:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 18px;
    height: 1px;
    width: 70px;
    margin: 10px 0;
    background-color: #0094e6
}

footer h3.footer-title-style7:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #0094e6;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 30px
    }

    .footer-bar {
        margin-top: 30px
    }

    .footer-subscribe .butn {
        line-height: 22px
    }

    .footer-bar p {
        font-size: 13px
    }
}

/*=======================================================
  43. Search Styles
========================================================*/

.search-form_label {
    width: 100%;
    display: block;
    padding: 10px 50px 10px 10px;
    background: transparent;
    border: 1px solid #c9c9c9;
}

.search-form_input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #000;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    height: 37px;
}

.search-form + * {
    margin-top: 25px;
}

.search-form.on {
    display: block;
}

.search-form_submit {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 11px;
}

.search-frame, .search-frame body {
    width: 100%;
    height: auto;
    background: transparent;
}

.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}

.search-frame img {
    max-width: 100%;
    height: auto;
}

.search-frame a {
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.search-frame a:active {
    background: transparent;
}

.search-frame a:focus {
    outline: none;
}

.search-frame h4 {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px;
}

.search-frame h4 a:hover {
    color: #000;
}

.search-frame .search_list {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    list-style-type: none;
    counter-reset: num1;
}

.search-frame .search_list p {
    font-size: 15px;
}

.search-frame .search_list .match {
    color: #000;
    font-size: 12px;
    display: block;
}

.search-frame .search_list li {
    padding: 20px 20px 20px 50px;
    position: relative;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.search-frame .search_list li:hover {
    background: rgba(213, 213, 213, 0.3);
}

.search-frame .search_list li:before {
    color: #000;
    content: counter(num1) '.';
    font-weight: 600;
    counter-increment: num1;
    position: absolute;
    left: 5px;
    top: 20px;
    font-size: 20px;
    line-height: inherit;
}

.search-frame .search_list li + li {
    border-top: 3px solid #000;
}

.search-frame .search {
    color: #000;
    font-weight: 700;
}

.search-frame .match {
    color: #222533;
    font-size: 12px;
    display: block;
}

.search-frame * + p {
    margin-top: 16px;
}

.search-frame .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search-frame .search_head {
    padding-bottom: 25px;
}


@media screen and (max-width: 991px) {
    .search-frame h4 {
        font-size: 18px;
    }

    .search-frame .search_list li {
        padding: 15px 15px 15px 50px;
    }

    .search-frame .search_list li:before {
        font-size: 18px;
        top: 13px;
    }

    .list-sidebar.product-list .images-container, .product-list .images-container {
        width: 35.333%;
    }

    .list-sidebar.product-list .caption, .product-list .caption {
        width: 64.666%;
    }
}

@media screen and (max-width: 767px) {
    .search-frame h4 {
        font-size: 16px;
    }

    .search-frame .search_list li {
        padding: 15px 15px 15px 45px;
    }

    .search-frame .search_list li:before {
        font-size: 16px;
        top: 14px;
    }
}

@media screen and (max-width: 375px) {
    .product-list .item-inner button.btn-s-cart, .product-single .item-inner button.btn-s-cart {
        margin-right: 5px;
    }

    .product-list .item-inner .action-links button {
        margin-right: 5px;
    }

    .blog-grid-text ul li {
        font-size: 11px;
    }

    .blog-grid-text ul li i {
        font-size: 11px;
    }


}

@media screen and (max-width: 360px) {
    .blog-grid-text ul li:last-child,
    .blog-list-simple-text ul li:last-child {
        display: none;
    }
}

/*=======================================================
  44. Other Styles
========================================================*/

hr.no-margin {
    margin: 0;
}

.footer-logo-3d {
    width: 290px;
}

.footer-logo-three {
    width: 240px;
    height: 70px;
    margin: 0 auto;
}

.col-lg-3.default, .col-lg-6.default, .col-lg-4.default, .col-md-6.default {
    padding-left: 0;
    padding-right: 0;
}

.default .project-grid {
    margin: 0;
}

.col-lg-2.mega-menu {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.has-sub .megamenu .mega-menu ul li a i.fas {
    min-width: 15px;
    margin-right: 10px;
}

.elements {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto 15px auto;
}

.elements span {
    color: #0094e6;
}

.e-audio {
    width: 600px;
}

.demo-section {
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.demo-section:hover {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

.post-prev-img {
    position: relative;
    max-width: 300px;
    margin: 0 auto 5px auto;
}

.post-prev-img a {
    -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.post-prev-img img {
    width: 100%;
}

.post-prev-title {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.absolute-middle-center.demos-align {
    top: 56%;
}
