﻿html {
    scroll-behavior: smooth;
}
.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
}

.ipad .material-parallax, .iphone .material-parallax {
    background-attachment: scroll !important;
}

.parallax-container-bg {
    background: url('../images/background-03-1920x900.jpg');
    background-repeat: no-repeat !important;
    background-size: unset !important;
    background-position: unset !important;
}

@media (min-width: 2000px) {
    .parallax-container-bg {
        background-size: cover !important;
    }
}


.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width:480px) {
    .material-parallax img {
        max-width: none !important;
    }
}

@media (max-width:760px) {
    .material-parallax img {
        max-width: none !important;
    }
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.stepper {
    position: relative;
    display: block;
}

    .stepper input[type="number"] {
        width: 100%;
        padding: 10px 42px;
        font-weight: 500;
        text-align: center;
        -moz-appearance: textfield;
    }

    .stepper input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.stepper-arrow {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    font-family: "FontAwesome";
    cursor: pointer;
    color: #151515;
    border-radius: 0;
    transition: .3s all ease;
}

    .stepper-arrow:hover {
        color: #3c6a36;
    }

    .stepper-arrow.up {
        right: 0;
    }

        .stepper-arrow.up:before {
            content: '\f067';
        }

    .stepper-arrow.down {
        left: 0;
    }

        .stepper-arrow.down:before {
            content: '\f068';
        }

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: .5;
}

.product-stepper .stepper {
    padding-right: 32px;
}

.product-stepper input[type="number"] {
    padding: 10px 5px;
    font-size: 24px;
    max-width: 66px;
}

.product-stepper .stepper-arrow {
    margin-top: 0;
    top: auto;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #f1efeb;
}

    .product-stepper .stepper-arrow.up {
        top: 0;
    }

    .product-stepper .stepper-arrow.down {
        left: auto;
        bottom: 0;
    }

.table-cart-stepper {
    max-width: 114px;
    margin-left: auto;
    margin-right: auto;
}

    .table-cart-stepper input[type="number"] {
        font-size: 18px;
        line-height: 1;
        letter-spacing: .1em;
        padding-bottom: 6px;
        background: #ffffff;
        border-color: #ffffff;
    }

    .table-cart-stepper .stepper-arrow {
        line-height: 36px;
        border-radius: 4px;
        border: 1px solid #d7d7d7;
    }

.bg-overlay-2-21::before {
    background: rgba(24, 26, 35, 0.21);
}

[class*='bg-overlay-']::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

[class*='bg-overlay-'] .section-single-inner, [class*='bg-overlay-'] .container {
    position: relative;
}


/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item .owl-item {
            width: 100%;
        }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:before {
        content: '\f144';
    }

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    color: #cccccc;
    cursor: pointer;
}

    .owl-prev:hover,
    .owl-next:hover {
        color: #3c6a36;
    }

.owl-prev {
    left: 0;
}

    .owl-prev::before {
        content: '\f104';
    }

.owl-next {
    right: 0;
}

    .owl-next::before {
        content: '\f105';
    }

/*
 * Owl Pagination
 */
.owl-dots {
    position: absolute;
    text-align: center;
    font-size: 0;
    line-height: 0;
    bottom: 30px;
    width: 100%;
}

    .owl-dots.disabled {
        display: none !important;
    }

.owl-dot {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin-left: 6px;
    margin-right: 6px;
    outline: none;
    cursor: pointer;
    transition: .2s;
}

@media (min-width: 992px) {
    .owl-dot {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.owl-dot::before, .owl-dot::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-dot::before {
    background: var(--rio-primary-color);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.owl-dot::after {
    opacity: 0;
    background: var(--rio-primary-color);
    transform: translateY(-200%);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.owl-dot:only-child {
    display: none;
}

.owl-dot:hover::before, .owl-dot:focus::before {
    background: #151515;
}

.owl-dot.active::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.owl-dot.active::before {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200%);
}

.context-dark .owl-dot::before, .bg-gray-dark .owl-dot::before, .bg-primary .owl-dot::before {
    background: rgba(255, 255, 255, 0.5);
}

.context-dark .owl-dot::after, .bg-gray-dark .owl-dot::after, .bg-primary .owl-dot::after {
    background: #ffffff;
}

.context-dark .owl-dot:hover::before, .bg-gray-dark .owl-dot:hover::before, .bg-primary .owl-dot:hover::before, .context-dark .owl-dot:focus::before, .bg-gray-dark .owl-dot:focus::before, .bg-primary .owl-dot:focus::before {
    background: #eda407;
}

.owl-dots-secondary .owl-dot::after {
    background: #eda407;
}

.owl-dots-white .owl-dot::before {
    background: rgba(255, 255, 255, 0.8);
}

.owl-dots-white .owl-dot:hover::before, .owl-dots-white .owl-dot:focus::before {
    background: #ffffff;
}

.post .owl-dots {
    bottom: 40px;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
    border-color: #ffffff;
}

    .owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
        background-color: #ffffff;
    }

    .owl-carousel.owl-carousel-light-dots .owl-dot.active {
        background-color: #ffffff;
    }

.owl-classic .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.owl-classic .owl-prev,
.owl-classic .owl-next {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 54px;
    font-size: 0;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .25s ease;
}

    .owl-classic .owl-prev::before, .owl-classic .owl-prev::after,
    .owl-classic .owl-next::before,
    .owl-classic .owl-next::after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        transition: all .3s ease-in-out;
    }

    .owl-classic .owl-prev::before,
    .owl-classic .owl-next::before {
        height: 2px;
        width: 32px;
        background-color: rgba(21, 21, 21, 0.21);
    }

    .owl-classic .owl-prev::after,
    .owl-classic .owl-next::after {
        width: 0;
        height: 0;
        border-style: solid;
    }

    .owl-classic .owl-prev:hover,
    .owl-classic .owl-next:hover {
        padding-left: 0;
        padding-right: 0;
    }

        .owl-classic .owl-prev:hover::before,
        .owl-classic .owl-next:hover::before {
            background-color: #3c6a36;
        }

        .owl-classic .owl-prev:hover::after,
        .owl-classic .owl-next:hover::after {
            border-left-color: #3c6a36;
            border-right-color: #3c6a36;
        }

.owl-classic .owl-prev {
    flex-direction: row-reverse;
    left: -62px;
}

    .owl-classic .owl-prev::after {
        border-width: 5px 8px 5px 0;
        border-color: transparent rgba(21, 21, 21, 0.21) transparent transparent;
    }

.owl-classic .owl-next {
    right: -62px;
}

    .owl-classic .owl-next::after {
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
    }

@media (min-width: 1600px) {
    .owl-classic .owl-prev,
    .owl-classic .owl-next {
        display: flex;
    }

    .owl-classic .owl-dots {
        display: none;
    }
}

.owl-modern {
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
    color: #151515;
}

    .owl-modern .quote-lisa-cite {
        color: #151515;
    }

    .owl-modern .owl-stage-outer {
        padding-top: 19px;
        padding-bottom: 15px;
    }

        .owl-modern .owl-stage-outer::before, .owl-modern .owl-stage-outer::after {
            position: absolute;
            content: '';
        }

        .owl-modern .owl-stage-outer::before {
            top: 0;
            right: 55px;
            left: 55px;
            height: 18px;
            background: #e8e8e8;
            z-index: -1;
        }

        .owl-modern .owl-stage-outer::after {
            top: 10px;
            right: 30px;
            left: 30px;
            height: 9px;
            background: #f4f4f4;
            z-index: -1;
        }

    .owl-modern .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 21px;
    }

.owl-timeline .owl-stage {
    display: flex;
    align-items: flex-end;
}

.owl-timeline::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 91px;
    height: 1px;
    width: 100%;
    background: #d7d7d7;
}

.owl-timeline .owl-prev,
.owl-timeline .owl-next {
    top: 35%;
    transform: none;
}

@media (min-width: 1600px) {
    .owl-timeline::before {
        bottom: 53px;
    }
}

.owl-navbar .owl-dots {
    position: static;
    margin-top: 25px;
}

.owl-navbar .owl-dot:before {
    background: #f1efeb;
}

.owl-navbar .owl-dot:hover::before, .owl-navbar .owl-dot:focus::before {
    background: #9b9b9b;
}

.owl-clients .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

[class*='bg-'] {
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    .section-md {
        padding: 100px 0 100px;
    }
}

@media (min-width: 768px) {
    .section-md {
        padding: 70px 0;
    }
}

.section-60, .section-md, .section-lg, .section-xl {
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .owl-carousel {
        margin-top: 60px;
    }
}

.owl-carousel {
    margin-top: 30px;
}


/*
*
* Quotes
*/
.quote-classic {
    position: relative;
    text-align: left;
    padding-top: 35px;
}

.quote-classic-text {
    font-size: 20px;
    line-height: 1.625;
    letter-spacing: .025em;
}

/* .quote-classic-text::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '\201C';
        font-size: 70px;
        line-height: 1;
        font-family: "Mangaba", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #3c6a36;
    }*/

.quote-classic-cite {
    color: #eda407;
}

.quote-classic-big {
    padding-top: 40px;
}

    .quote-classic-big .quote-classic-text {
        line-height: 1.5;
    }

        .quote-classic-big .quote-classic-text::before {
            font-size: 90px;
        }

.quote-classic {
    margin-top: 22px;
}

.quote-classic-cite {
    margin-top: 16px;
}

.quote-classic + p {
    margin-top: 30px;
}

.post-classic + .quote-classic {
    margin-top: 20px;
}

.quote-classic + .quote-classic {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .quote-classic {
        padding-top: 0;
        padding-left: 40px;
    }

    .quote-classic-text {
        font-size: 24px;
    }

        .quote-classic-text::before {
            top: 2px;
            left: -4px;
            font-size: 91px;
        }

    .quote-classic-big {
        padding-left: 70px;
    }

        .quote-classic-big .quote-classic-text::before {
            top: -8px;
            left: 1px;
            font-size: 129px;
        }

    .post-classic + .quote-classic {
        margin-top: 40px;
    }
}

.quote-lisa {
    text-align: center;
    padding: 30px 10px;
    letter-spacing: .025em;
    background: #ffffff;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.17);
}

.quote-lisa-2 .quote-lisa-text::before, .quote-lisa-2 .quote-lisa-text::after {
    color: #3c6a36;
}

.quote-lisa-2 .quote-lisa-cite a:hover {
    color: #3c6a36;
}

.quote-lisa-2 .quote-lisa-status {
    color: #eda407;
}

.quote-lisa-body {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.quote-lisa-text {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

    .quote-lisa-text::before, .quote-lisa-text::after {
        position: absolute;
        font-size: 48px;
        line-height: 1;
        font-family: "Mangaba", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #3c6a36;
    }

    .quote-lisa-text::before {
        left: 0;
        top: 4px;
        content: '\201C';
    }

    .quote-lisa-text::after {
        right: 0;
        bottom: -24px;
        content: '\201D';
    }

.quote-lisa-cite {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

    .quote-lisa-cite a:hover {
        color: #eda407;
    }

.quote-lisa-status {
    color: #3c6a36;
}

.quote-lisa-status {
    margin-top: 5px;
}

.quote-lisa-text {
    margin-top: 18px;
}

.quote-lisa-cite {
    margin-top: 26px;
}

@media (min-width: 576px) {
    .quote-lisa {
        padding-left: 15px;
        padding-right: 15px;
    }

    .quote-lisa-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .quote-lisa {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .quote-lisa {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*
*
* Thumbnails
*/
.thumbnail {
    position: relative;
}

.thumbnail-xxs {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-xs {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-sm {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-md {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-lg {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-xl {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-mary {
    text-align: center;
    overflow: hidden;
    transition: all .3s ease;
}

    .thumbnail-mary::before, .thumbnail-mary::after {
        position: absolute;
        content: '';
        transition: inherit;
        pointer-events: none;
    }

    .thumbnail-mary::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(34, 33, 32, 0.5);
        z-index: 1;
    }

    .thumbnail-mary::after {
        display: inline-block;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        z-index: 1;
    }

.thumbnail-mary-2::after {
    display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
    color: #3c6a36;
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
    font-size: 30px;
}

.thumbnail-mary-figure {
    display: block;
}

    .thumbnail-mary-figure img {
        width: 100%;
        transition: all .3s ease;
    }

.thumbnail-mary-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

    .thumbnail-mary-caption > * {
        pointer-events: auto;
    }

    .thumbnail-mary-caption .icon {
        font-size: 36px;
    }

        .thumbnail-mary-caption .icon img {
            display: none;
        }

        .thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
            color: #ffffff;
        }

            .thumbnail-mary-caption .icon:hover {
                color: rgba(255, 255, 255, 0.5);
            }

.thumbnail-mary-title {
    color: #ffffff;
}

    .thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
        color: inherit;
    }

        .thumbnail-mary-title a:hover {
            color: #eda407;
        }

.thumbnail-mary-project {
    font-weight: 400;
}

.thumbnail-mary-time {
    font-weight: 400;
    color: #3c6a36;
}

.owl-timeline .thumbnail-mary-decor {
    display: inline-block;
    position: relative;
    margin: 15px 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3c6a36;
}

    .owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
        display: inline-block;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .owl-timeline .thumbnail-mary-decor::before {
        background: rgba(60, 106, 54, 0.5);
        animation: item1B 1s ease infinite;
    }

    .owl-timeline .thumbnail-mary-decor::after {
        background: rgba(60, 106, 54, 0.3);
        animation: item1A 1s ease infinite;
    }

@media (min-width: 992px) {
    .desktop .thumbnail-mary::before {
        opacity: 0;
        visibility: hidden;
    }

    .desktop .thumbnail-mary::after {
        transform: scale(0.85);
        opacity: 0;
        visibility: hidden;
    }

    .desktop .thumbnail-mary-figure img {
        transform: scale(1.2);
        will-change: transform;
    }

    .desktop .thumbnail-mary-caption .icon,
    .desktop .thumbnail-mary-title {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .desktop .thumbnail-mary-caption .icon {
        transform: translate3d(0, -10px, 0);
    }

    .desktop .thumbnail-mary-title {
        transform: translate3d(0, 10px, 0);
    }

    .desktop .thumbnail-mary:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .desktop .thumbnail-mary:hover::after {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
        transform: none;
    }

    .desktop .thumbnail-mary:hover .icon,
    .desktop .thumbnail-mary:hover .thumbnail-mary-title {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
        animation: none;
    }

    .desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
        animation: item1B 1s ease infinite;
    }

    .desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
        animation: item1A 1s ease infinite;
    }
}

@keyframes item1B {
    25% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    100% {
        opacity: 0;
        transform: scale(3);
        visibility: hidden;
    }
}

@keyframes item1A {
    100% {
        opacity: 0;
        transform: scale(4);
        visibility: hidden;
    }
}

.thumbnail-mary-title {
    margin-top: 16px;
}

.thumbnail-mary-description {
    margin-top: 24px;
}


/*
*
* Team
*/
.team-classic {
    position: relative;
    overflow: hidden;
    text-align: left;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.team-classic-2 .team-classic-status {
    color: #eda407;
}

.team-classic-figure {
    display: block;
}

    .team-classic-figure img {
        width: 100%;
        filter: grayscale(100%);
        transition: all .3s ease;
    }

.team-classic-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 27px;
    width: 80%;
    min-width: 300px;
    margin-left: -25px;
    padding: 15px 20px 15px 50px;
    transition: all .3s ease;
    z-index: 1;
}

    .team-classic-caption::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(17, 17, 17, 0.5);
        transform: skew(10deg);
        transform-origin: 50% 100%;
        z-index: -1;
    }

.team-classic-name {
    color: #ffffff;
}

    .team-classic-name a, .team-classic-name a:focus, .team-classic-name a:active {
        color: inherit;
    }

        .team-classic-name a:hover {
            color: #eda407;
        }

.team-classic-status {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .025em;
}

.team-classic-status {
    margin-top: 0;
}

@media (min-width: 576px) {
    .team-classic-lg {
        max-width: 420px;
    }

        .team-classic-lg .team-classic-caption {
            bottom: 44px;
            margin-left: -30px;
            padding: 15px 20px 15px 85px;
        }
}

@media (min-width: 992px) {
    .desktop .team-classic:hover .team-classic-figure img {
        filter: grayscale(0);
    }

    .desktop .team-classic:hover .team-classic-caption {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .team-classic-lg .team-classic-caption {
        bottom: 10%;
        padding: 15px 6% 15px 18%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .team-classic-lg .team-classic-caption {
        min-width: 260px;
    }
}

.clients-modern {
    position: relative;
    display: block;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    transition: all .3s ease-in-out;
}

    .clients-modern::before, .clients-modern::after {
        position: absolute;
        content: '';
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        transition: color .1s ease, transform .3s ease;
        will-change: transform;
    }

    .clients-modern::before {
        transform: scaleX(0);
    }

    .clients-modern::after {
        transform: scaleY(0);
    }

    .clients-modern img {
        width: 100%;
        opacity: .5;
    }

@media (min-width: 992px) {
    .desktop .clients-modern img {
        will-change: transform;
        transition: all .3s ease;
    }

    .desktop .clients-modern:hover {
        border-color: transparent;
    }

        .desktop .clients-modern:hover::before, .desktop .clients-modern:hover::after {
            transform: none;
        }

        .desktop .clients-modern:hover::before {
            border-color: #3c6a36 transparent #3c6a36 transparent;
        }

        .desktop .clients-modern:hover::after {
            border-color: transparent #3c6a36 transparent #3c6a36;
        }

        .desktop .clients-modern:hover img {
            opacity: 1;
            transform: scale(0.9);
        }
}


.team-classic-figure img {
    height: 350px !important;
}

.related-posts {
    border-bottom: 1px solid #e1e1e1;
}


/*
*
* Breadcrumbs
*/
.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
    background-color: #cccccc;
    z-index: 1;
}

.breadcrumbs-custom-title {
    letter-spacing: 0;
    margin-top: 10px;
    color: #000;
}


.breadcrumbs-custom p {
    color: #151515;
    font-size: 18px;
    font-weight: 200;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0px;
    line-height: 1.5;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    line-height: 1.33;
}

    .breadcrumbs-custom-path > * {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

        .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
            color: #ffffff;
        }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .breadcrumbs-custom-path li::after {
            content: "/";
            display: inline-block;
            position: absolute;
            top: 50%;
            right: -8px;
            color: rgba(255, 255, 255, 0.53);
            transform: translate3d(0, -50%, 0);
        }

        .breadcrumbs-custom-path li:last-child:after {
            display: none;
        }

    .breadcrumbs-custom-path a:hover {
        color: rgba(255, 255, 255, 0.53);
    }

    .breadcrumbs-custom-path li.active {
        color: rgba(255, 255, 255, 0.53);
    }

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (min-width: 576px) {
    * + .breadcrumbs-custom-path {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 200px 0 75px;
    }
}

.bg-overlay-46::before {
    /*background: rgba(36, 36, 36, 0.46);*/
}

[class*='bg-overlay-']::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}


.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
}

.box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}


@keyframes bgPos {
    25% {
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

.order-negative-2 {
    order: -2;
}

/*
*
* Animate.css
*/
.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@keyframes pagInX {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes pagOutX {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.preloader {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: .3s all ease;
}

    .preloader.loaded {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

        .preloader.loaded .cssload-container {
            animation: none;
        }

            .preloader.loaded .cssload-container span {
                animation: none;
            }

    .preloader.ending {
        display: none;
    }

    .preloader .preloader-body {
        position: relative;
        text-align: center;
        height: 200px;
    }

    .preloader > div {
        width: 100%;
    }

[data-x-mode="design-mode"] .preloader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.cssload-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    animation: loader 1.2s infinite ease-in-out;
}

    .cssload-container span {
        position: absolute;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #3c6a36;
        animation: loaderBlock 1.2s infinite ease-in-out both;
    }

        .cssload-container span:nth-child(1) {
            top: 0;
            left: 0;
        }

        .cssload-container span:nth-child(2) {
            top: 0;
            right: 0;
            animation: loaderBlockInverse 1.2s infinite ease-in-out both;
        }

        .cssload-container span:nth-child(3) {
            bottom: 0;
            left: 0;
            animation: loaderBlockInverse 1.2s infinite ease-in-out both;
        }

        .cssload-container span:nth-child(4) {
            bottom: 0;
            right: 0;
        }

@keyframes loader {
    0%, 10%, 100% {
        width: 86px;
        height: 86px;
    }

    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loaderBlock {
    0%, 30% {
        transform: rotate(0);
    }

    55% {
        background-color: #eda407;
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes loaderBlockInverse {
    0%, 20% {
        transform: rotate(0);
    }

    55% {
        background-color: #eda407;
    }

    100% {
        transform: rotate(-90deg);
    }
}

/*
*
* ToTop
*/
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    background: #3c6a36;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

    .ui-to-top:hover {
        color: #ffffff;
        background: #111111;
        text-decoration: none;
    }

    .ui-to-top:focus {
        color: #ffffff;
    }

    .ui-to-top.active {
        transform: translate3d(0, 0, 0);
    }

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 768px) {
    .ui-to-top {
        width: 50px;
        height: 50px;
        line-height: 46px;
        right: 30px;
        bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .ui-to-top {
        right: 12px;
    }
}

.breadcrumbs-custom .container {
    width: 29%;
    margin-right: 0px;
}

.breadcrumbs-custom-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.breadcrumbs-custom-inner {
    position: absolute;
    --spacer-size: 100vh;
    width: var(--container-widget-width, 16vw);
    max-width: 25vw;
    --container-widget-width: 40.93vw;
    --container-widget-flex-grow: 0;
    bottom: 0%;
    right: 0px;
    z-index: 0;
}

    .breadcrumbs-custom-inner .elementor-widget-container {
        margin: 0% 0% 0% -20%;
        background-color: #FFFFFFC2;
    }

.elementor-spacer-inner {
    height: 56vh;
}

@media (max-width: 1250px) {
    .elementor-spacer-inner {
        height: 80vh;
    }
}

.franchise {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 8%;
    margin-bottom: 8%;
}

    .franchise .franchise-col {
        padding: 10px;
    }

    .franchise h2 {
        color: var(--e-global-color-accent);
        font-size: 50px;
        font-weight: bold;
        text-transform: capitalize;
        font-style: normal;
        text-decoration: none;
        line-height: 62px;
        letter-spacing: -1px;
    }

    .franchise p {
        color: #151515;
        font-size: 18px;
        font-weight: 200;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 30px;
        letter-spacing: 0px;
        line-height: 1.5;
    }


.elementor-franchise-contact-header {
    margin-top: 50px;
    text-align: center;
    display: flex !important;
    justify-content: center;
}

    .elementor-franchise-contact-header .inner {
        width: 750px;
    }

        .elementor-franchise-contact-header .inner h3 {
            color: #1C244B;
            font-size: 65px;
            font-weight: 600;
            text-transform: none;
            font-style: normal;
            text-decoration: none;
            line-height: 1.2em;
            letter-spacing: 0px;
            word-spacing: 0em;
        }

        .elementor-franchise-contact-header .inner p {
            color: #151515;
            font-size: 18px;
            font-weight: 200;
            text-transform: none;
            font-style: normal;
            text-decoration: none;
            line-height: 30px;
            letter-spacing: 0px;
            line-height: 1.5;
        }

        .elementor-franchise-contact-header .inner a {
            color: #000000;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            background-color: rgba(0,0,0,0);
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-radius: 0px 0px 0px 0px;
            padding: 15px 45px 15px 45px;
        }

        .elementor-franchise-contact-header .inner .elementor-field-group {
            padding-right: calc( 10px/2 );
            padding-left: calc( 10px/2 );
            margin-bottom: 10px;
        }

        .elementor-franchise-contact-header .inner .elementor-field-label {
            color: #151515;
            font-size: 14px;
            font-weight: 200;
            text-transform: none;
            font-style: normal;
            text-decoration: none;
            line-height: 30px;
            letter-spacing: 0px;
            line-height: 1.5;
        }

        .elementor-franchise-contact-header .inner .elementor-button-primary {
            background-color: var(--e-global-color-accent);
            border: 0px;
            width: 100%;
        }


.related-franchise {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 110px;
    padding-bottom: 90px;
}

    .related-franchise h3 {
        text-align:center;
    }

    .related-franchise .owl-carousel img {
        width: 30%;
        height: 30%;
        border-radius: 50%;
    }

    .related-franchise .owl-carousel .gap {
        column-gap: 1rem;
    }

    .related-franchise .owl-carousel .quote-classic-info {
        margin-top: 10px;
    }

        .related-franchise .owl-carousel .quote-classic-info .quote-classic-cite {
            font-size: 18px;
        }

    .related-franchise .owl-carousel .quote-classic-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .related-franchise .quote-classic {
        background:#ffffff;
        padding:20px;
    }
/*** 
=============================================
    About Area style      
=============================================
***/
.highlights-area {
    position: relative;
    display: block;
    background: transparent;
    margin-top: 50px;
    z-index: 100;
}

.single-highlight-box {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}

    .single-highlight-box .icon-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 110px;
        height: 110px;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid var(--e-global-color-accent);
        text-align: center;
        z-index: 3;
        font-size: 56px;
        color: #000;
    }

        .single-highlight-box .icon-holder::before {
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
            content: "";
            background: var(--e-global-color-accent);
            border-radius: 50%;
            transition: all 0.5s ease-in-out 0s;
            transform-style: preserve-3d;
            transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
            opacity: 0;
            z-index: -1;
        }

    .single-highlight-box:hover .icon-holder::before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }

    .single-highlight-box .icon-holder span:before {
        display: block;
        color: #b3b3b3;
        font-size: 50px;
        line-height: 104px;
        transition: all 0.7s ease-in-out 0s;
    }

    .single-highlight-box:hover .icon-holder span:before {
        color: #ffffff;
    }

    .single-highlight-box .inner-content {
        position: relative;
        display: block;
        background: #ffffff;
        padding-top: 55px;
        box-shadow: 0px 4px 11px -1px #ECECEC;
    }

        .single-highlight-box .inner-content .text {
            position: relative;
            display: block;
            padding: 26px 30px 32px;
        }

        .single-highlight-box .inner-content h3 {
            font-weight: 600;
            margin: 0px 0 18px;
        }

.working-area .list {
    margin-top: 20px;
    column-gap: 1rem;
}

.working-area svg {
    width: 16px;
}

.working-area p {
    margin: 0;
    font-size: 13px;
}

        .single-highlight-box .inner-content a {
            margin: 0;
            font-size: 15px;
            position: relative;
            display: block;
            background: #f6f6f6;
            color: #27282c;
            font-size: 16px;
            padding: 9px;
            text-align:center;
        }

        .single-highlight-box .inner-content span {
            width: 120px;
            display: block;
            position: relative;
            padding: 0.2em 0;
            left: 30%;
        }

        .single-highlight-box .inner-content span {
            overflow: hidden;
        }

/* Fade in */
    .single-highlight-box span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: #000;
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
    }

    .single-highlight-box span:hover::after,
    .single-highlight-box span:focus::after {
        text-decoration-color: rgba(0, 0, 0, 1);
    }

    .single-highlight-box .inner-content span::after {
        opacity: 1;
        transform: translate3d(-100%, 0, 0);
    }

    .single-highlight-box .inner-content span:hover::after,
    .single-highlight-box .inner-content span:focus::after {
        transform: translate3d(0, 0, 0);
    }

/*** 
=============================================
    About Area style      
=============================================
***/
.about-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 50px;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;
}

    .about-image-box:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        background: #ffffff;
        content: "";
        z-index: 1;
    }

    .about-image-box .inner-box {
        position: relative;
        display: block;
        z-index: 2;
    }

        .about-image-box .inner-box img {
            width: 100%;
        }

        .about-image-box .inner-box .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .about-image-box .inner-box .overlay .box {
                display: table;
                width: 100%;
                height: 100%;
            }

                .about-image-box .inner-box .overlay .box .icon {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                    .about-image-box .inner-box .overlay .box .icon img {
                        width: auto;
                    }


    .about-image-box .text-box {
        position: relative;
        display: block;
        padding-top: 33px;
        padding-bottom: 52px;
        padding-right: 20px;
        margin-right: 60px;
        z-index: 1;
    }

        .about-image-box .text-box:before {
            position: absolute;
            right: 40px;
            bottom: 30px;
            font-family: 'FontAwesome';
            content: "\f1c8";
            color: #ebebeb;
            font-size: 70px;
            line-height: 70px;
            transform: perspective(1200px) rotateX(180deg) translateZ(0px);
            z-index: -1;
        }

        .about-image-box .text-box p {
            color: #828282;
            font-size: 20px;
            line-height: 30px;
            margin: 0 0 17px;
        }

        .about-image-box .text-box h3 {
            color: #3a3a3a;
            font-size: 18px;
            font-weight: 600;
        }

            .about-image-box .text-box h3 span {
                color: var(--rio-primary-color);
                font-size: 15px;
                font-weight: 400;
                font-family: 'Rubik', sans-serif;
            }


.about-text {
    position: relative;
    display: block;
    padding-left: 100px;
}

    .about-text .sec-title {
        padding-bottom: 44px;
    }

    .about-text .inner-content {
        position: relative;
        display: block;
    }

        .about-text .inner-content .text {
            display: block;
            padding-bottom: 26px;
        }

.about-carousel-box {
    position: relative;
    display: block;
    background: #e9212e;
    padding: 41px 41px 37px;
    z-index: 1;
}

    .about-carousel-box:before {
        position: absolute;
        left: 40px;
        bottom: -30px;
        font-family: "Flaticon";
        content: "\f103";
        color: #e9212e;
        font-size: 40px;
        line-height: 40px;
        transform: perspective(1200px) rotateY(180deg) translateZ(0px);
    }

    .about-carousel-box .single-box {
        position: relative;
        display: block;
    }

        .about-carousel-box .single-box .icon-holder {
            width: 90px;
        }

            .about-carousel-box .single-box .icon-holder span:before {
                color: #ffffff;
                font-size: 90px;
                line-height: 90px;
                margin-left: 1px;
            }

        .about-carousel-box .single-box .icon-holder,
        .about-carousel-box .single-box .text-holder {
            display: table-cell;
            vertical-align: middle;
        }

        .about-carousel-box .single-box .text-holder {
            padding-left: 30px;
        }

            .about-carousel-box .single-box .text-holder h3 {
                color: #ffffff;
                font-size: 20px;
                font-weight: 600;
                margin: 0 0 21px;
                text-decoration: underline;
            }

            .about-carousel-box .single-box .text-holder p {
                color: #ffffff;
                margin: 0;
            }

    .about-carousel-box.owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .about-carousel-box .owl-dots {
        position: absolute;
        margin-top: 105px !important;
        height: 25px;
        line-height: 25px;
        left: -10px;
    }

        .about-carousel-box .owl-dots .owl-dot {
            background-image: none;
            width: 20px;
            height: 5px;
            margin: 0px 10px;
            background: #e1e1e1;
            border: 2px solid #e1e1e1;
            padding: 0px;
            border-radius: 0%;
            transition: all 500ms ease;
            display: inline-block;
        }

            .about-carousel-box .owl-dots .owl-dot span {
                display: none;
            }

            .about-carousel-box .owl-dots .owl-dot.active {
                background: #e9212e;
                border-color: #e9212e;
            }

/*
*
* Counter
*/
.counter-creative {
    text-align: center;
}

.counter-creative-number {
    font-size: 55px;
    line-height: .8;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .025em;
}

    .counter-creative-number > * {
        display: inline-block;
        vertical-align: top;
    }

.counter-creative-icon {
    margin-left: 10px;
    font-size: 42px;
    line-height: 1;
    color: #eda407;
}

.counter-creative-title {
    font-weight: 300;
    letter-spacing: .01em;
}

* + .counter-creative-title {
    margin-top: 18px;
}

.border-classic > div {
    position: relative;
}

    .border-classic > div::before {
        position: absolute;
        display: none;
        content: '';
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        width: 80%;
        height: 1px;
        background: #d7d7d7;
    }

@media (max-width: 575px) {
    .border-classic > div + div::before {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .border-classic > div {
        position: relative;
    }

        .border-classic > div::before {
            top: 50%;
            left: 0;
            width: 1px;
            height: 68px;
            margin-top: -34px;
            transform: none;
        }

        .border-classic > div:nth-child(odd) + div::before {
            display: inline-block;
        }
}

@media (min-width: 992px) {
    .border-classic > div + div::before {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .border-classic-big > div::before {
        height: 86px;
        margin-top: -43px;
    }
}

.context-dark .border-classic > div::before, .bg-gray-dark .border-classic > div::before, .bg-primary .border-classic > div::before {
    background: rgba(255, 255, 255, 0.2);
}

h6, .heading-6 {
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.33333;
    letter-spacing: .01em;
}
.quote-classic-caption {
    margin-bottom:0px;
}




/*** 
=============================================
    Working Area style
=============================================
***/
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    z-index: 1;
}

    .working-area::before {
        background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        z-index: -1;
    }

.single-working-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .single-working-box .img-holder {
        position: relative;
        display: block;
    }

        .single-working-box .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .single-working-box .img-holder .inner img {
                width: 370px;
                height: 250px;
                transform: scale(1.01);
                transition: all 700ms ease 300ms;
            }

    .single-working-box:hover .img-holder .inner img {
        transform: scale(1.2) rotate(2deg);
    }

    .single-working-box .img-holder .inner .overlay-style-one {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .single-working-box:hover .img-holder .inner .overlay-style-one {
        opacity: 1;
    }

    .single-working-box .img-holder .inner:before,
    .single-working-box .img-holder .inner:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
        transition: all 700ms ease 500ms;
        border-radius: 0px;
        z-index: 3;
    }

    .single-working-box .img-holder .inner:before {
        transform: scale(0, 1);
        transform-origin: bottom center;
        border-top: 4px solid var(--rio-primary-color-hover);
        border-bottom: 4px solid var(--rio-primary-color-hover);
    }

    .single-working-box:hover .img-holder .inner:before {
        transform: scale(1, 1);
    }

    .single-working-box .img-holder .inner:after {
        transform: scale(1, 0);
        transform-origin: left center;
        border-left: 4px solid var(--rio-primary-color-hover);
        border-right: 4px solid var(--rio-primary-color-hover);
    }

    .single-working-box:hover .img-holder .inner:after {
        transform: scale(1, 1);
    }

    .single-working-box .text-holder {
        position: relative;
        display: block;
        background: #ffffff;
        margin: 0 20px;
        margin-top: -40px;
        z-index: 5;
    }

        .single-working-box .text-holder .plus-icon-box {
            color: #fff;
            font-size: 16px;
            position: absolute;
            right: 30px;
            top: -25px;
            width: 50px;
            height: 50px;
            background: var(--rio-primary-color-hover);
            border-radius: 50%;
            text-align: center;
            display: block;
            padding: 15px 0;
            transition: all 300ms ease 100ms;
        }

    .single-working-box:hover .text-holder .plus-icon-box {
        top: -50px;
        height: 75px;
        background: var(--rio-primary-color-hover);
        border-radius: 25px 25px 0px 0px;
        padding: 27px 0;
    }

    .single-working-box .text-holder .plus-icon-box span:before {
        display: block;
        color: #ffffff;
        font-size: 20px;
        line-height: 20px;
    }

    .single-working-box .text-holder .outer-box {
        position: relative;
        display: block;
        padding-left: 55px;
        padding-top: 35px;
        padding-bottom: 32px;
    }

        .single-working-box .text-holder .outer-box .icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 100%;
            background: rgb(237,237,237);
            background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
        }

            .single-working-box .text-holder .outer-box .icon .inner {
                display: table;
                width: 100%;
                height: 100%;
            }

                .single-working-box .text-holder .outer-box .icon .inner .box {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                    .single-working-box .text-holder .outer-box .icon .inner .box i {
                        color:  var(--rio-primary-color);
                        font-size: 35px;
                        line-height: 35px;
                    }

        .single-working-box .text-holder .outer-box .text {
            position: relative;
            display: block;
            padding-left: 10px;
        }

            .single-working-box .text-holder .outer-box .text h3 {
                color: #27282c;
                font-weight: 600;
                margin: 0 0 13px;
            }

            .single-working-box .text-holder .outer-box .text p {
                margin: 0;
                padding-right: 2px;
            }



/*** 
=============================================
    Recently Project Area style
=============================================
***/
.recently-project-area {
    position: relative;
    display: block;
    padding: 110px 0 108px;
}

    .recently-project-area .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }

.more-project-button {
    position: relative;
    display: block;
    margin-top: 39px;
}

.single-project-style1 {
    position: relative;
    display: block;
    z-index: 6;
}

    .single-project-style1 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 5;
    }

        .single-project-style1 .img-holder img {
            width: 100%;
            transform: scale(1.01);
            transition: all 700ms ease;
        }

    .single-project-style1:hover .img-holder img {
        transform: scale(1.2) rotate(2deg);
    }

    .single-project-style1 .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.80);
        transform: scaleX(0);
        transition: all 700ms ease 100ms;
    }

    .single-project-style1:hover .overlay-content {
        transform: scaleY(1);
    }

    .single-project-style1 .overlay-content .inner-content {
        display: table;
        width: 100%;
        height: 100%;
    }

        .single-project-style1 .overlay-content .inner-content .link-box {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            opacity: 0;
            transform-style: preserve-3d;
            transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
            transition: all 300ms ease 100ms;
        }

    .single-project-style1:hover .overlay-content .inner-content .link-box {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        transition: all 700ms ease 500ms;
    }

    .single-project-style1 .overlay-content .inner-content .link-box a {
        background: #ffffff;
        color: #27282c;
        line-height: 55px;
        padding: 0 25px 0;
    }

        .single-project-style1 .overlay-content .inner-content .link-box a:hover {
            color: #ffffff;
            background: #e9212e;
        }

    .single-project-style1 .img-holder .title-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        text-align: center;
        display: block;
        padding-bottom: 34px;
        transform-style: preserve-3d;
        transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
        opacity: 0;
        transition: all 300ms ease 200ms;
        z-index: 3;
    }

    .single-project-style1:hover .img-holder .title-box {
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        transition: all 700ms ease 800ms;
    }

    .single-project-style1 .img-holder .title-box span {
        color: #95979c;
    }

    .single-project-style1 .img-holder .title-box h3 {
        color: #ffffff;
        font-weight: 600;
        margin: 3px 0 0;
    }

.project-carousel.owl-carousel .owl-stage-outer {
    padding: 0px;
}

.project-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 43px !important;
    line-height: 14px;
}

    .project-carousel .owl-dots .owl-dot {
        background-image: none;
        width: 20px;
        height: 5px;
        margin: 0px 10px;
        background: #e1e1e1;
        border: 2px solid #e1e1e1;
        padding: 0px;
        border-radius: 0%;
        transition: all 500ms ease;
        display: inline-block;
    }

        .project-carousel .owl-dots .owl-dot span {
            display: none;
        }

        .project-carousel .owl-dots .owl-dot.active {
            background: var(--rio-primary-color);
            border-color: var(--rio-primary-color);
            
        }



/*** 
=============================================
    Working Process area Style      
=============================================
***/
.working-process-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 50px;
    z-index: 2;
}

.single-working-process {
    position: relative;
    display: block;
    padding-top: 40px;
    background: transparent;
    transition: all 500ms ease;
    margin-bottom: 60px;
}

    .single-working-process:hover {
        transform: translateY(-10px);
    }

    .single-working-process .top-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 90px;
        height: 90px;
        display: block;
        border: 3px solid #e9212e;
        padding: 27px 0;
        background: #ffffff;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        z-index: 3;
    }

        .single-working-process .top-box::before {
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
            content: "";
            background: #e9212e;
            border-radius: 50%;
            transition: all 0.5s ease-in-out 0s;
            transform-style: preserve-3d;
            transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
            opacity: 0;
            z-index: -1;
        }

    .single-working-process:hover .top-box::before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }

    .single-working-process .top-box span {
        color: #27282c;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all 700ms ease 100ms;
    }

    .single-working-process:hover .top-box span {
        color: #ffffff;
        transition: all 700ms ease 500ms;
    }


    .single-working-process .inner {
        position: relative;
        display: block;
        padding: 82px 30px 50px;
        background: #ffffff;
        border-top: 3px solid #e9212e;
        -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8;
        box-shadow: 0px 6px 10px 3px #e8e8e8;
        transition: all 300ms ease;
    }

    .single-working-process:hover .inner {
        box-shadow: none;
    }

    .single-working-process .inner h3 {
        color: #27282c;
        font-weight: 600;
        margin: 0 0 18px;
    }

    .single-working-process .inner p {
        margin: 0;
    }

    .single-working-process .inner .icon-holder {
        position: relative;
        display: block;
        padding-top: 22px;
    }

        .single-working-process .inner .icon-holder span:before {
            color: #bababa;
            font-size: 80px;
            line-height: 80px;
            transition: all 700ms ease 500ms;
        }

    .single-working-process:hover .inner .icon-holder span:before {
        color: #e9212e;
        transition: all 700ms ease 500ms;
    }



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: #e9212e;
    padding: 35px 0;
}

    .slogan-area .title {
        position: relative;
        display: block;
    }

        .slogan-area .title h3 {
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
        }

    .slogan-area .button {
        position: relative;
        display: block;
    }

        .slogan-area .button a {
            color: #27282c;
            background: #ffffff;
        }

            .slogan-area .button a:hover {
                color: #ffffff;
                background: #e11f2c;
            }



/*** 
=============================================
    Testimonial Area Style      
=============================================
***/
.testimonial-area {
    position: relative;
    display: block;
    padding: 110px 0 60px;
    background: #ffffff;
}

.more-reviews-button {
    position: relative;
    display: block;
    margin-top: 39px;
}

.single-testimonial-item {
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
    box-shadow: 0px 2px 10px 3px #f6f6f6;
    margin-bottom: 50px;
}

    .single-testimonial-item .inner-content {
        position: relative;
        display: block;
        padding: 55px 30px 52px;
        background: #ffffff;
    }

        .single-testimonial-item .inner-content .client-info {
            position: relative;
            display: block;
            padding-bottom: 22px;
        }

            .single-testimonial-item .inner-content .client-info h3 {
                color: #3a3a3a;
                font-weight: 600;
                margin: 0 0 3px;
            }

            .single-testimonial-item .inner-content .client-info span {
            }

        .single-testimonial-item .inner-content .img-box {
            position: relative;
            display: block;
            overflow: hidden;
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border-radius: 50%;
            z-index: 2;
        }

            .single-testimonial-item .inner-content .img-box::before {
                position: absolute;
                top: -1px;
                left: -1px;
                bottom: -1px;
                right: -1px;
                content: "";
                background: rgba(0, 0, 0, 0.70);
                border-radius: 50%;
                transition: all 0.5s ease-in-out 0s;
                transform-style: preserve-3d;
                transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
                opacity: 0;
                z-index: 4;
            }

    .single-testimonial-item:hover .inner-content .img-box::before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }

    .single-testimonial-item .inner-content .img-box img {
        width: 100%;
        transition: all 700ms ease 800ms;
        border-radius: 50%;
    }

    .single-testimonial-item:hover .inner-content .img-box img {
        transform: rotate(360deg);
    }

    .single-testimonial-item .inner-content .text-box {
        position: relative;
        display: block;
        padding-top: 24px;
    }

        .single-testimonial-item .inner-content .text-box p {
            margin: 0;
        }

    .single-testimonial-item .quote-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        background: #e9212e;
        z-index: 3;
    }

        .single-testimonial-item .quote-icon span:before {
            color: #ffffff;
            font-size: 30px;
            display: block;
            padding: 20px 0;
        }



/*** 
=============================================
    appointment Area Style      
=============================================
***/
.appointment-area {
    position: relative;
    display: block;
    background: #27282c;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}

.map-content-box .sec-title .title {
    color: #ffffff;
}

.map-content-box .inner {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    left: -70px;
}

    .map-content-box .inner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .map-content-box .inner .overlay .single-location-box {
            position: absolute;
        }

            .map-content-box .inner .overlay .single-location-box.one {
                top: 60px;
                left: 70px;
            }

            .map-content-box .inner .overlay .single-location-box.two {
                top: 100px;
                left: 50%;
            }

            .map-content-box .inner .overlay .single-location-box.three {
                left: 150px;
                bottom: 70px;
            }

            .map-content-box .inner .overlay .single-location-box.four {
                right: 50px;
                bottom: 60px;
            }



        .map-content-box .inner .overlay .marker-box {
            display: inline-block;
        }

            .map-content-box .inner .overlay .marker-box span:before {
                color: #ffffff;
                font-size: 50px;
                line-height: 50px;
                cursor: pointer;
            }

        .map-content-box .inner .overlay .location-info {
            position: absolute;
            left: -10px;
            bottom: 100px;
            width: 270px;
            opacity: 0;
            visibility: hidden;
            padding: 25px 30px 22px;
            padding-right: 20px;
            margin-left: 0;
            border-radius: 0px;
            background-color: #ffffff;
            transition: all 0.3s ease;
            z-index: 9999999999;
        }

            .map-content-box .inner .overlay .location-info:before {
                position: absolute;
                left: 30px;
                bottom: -30px;
                font-family: "Flaticon";
                content: "\f103";
                color: #ffffff;
                font-size: 40px;
                line-height: 40px;
                transform: perspective(1200px) rotateY(180deg) translateZ(0px);
            }


        .map-content-box .inner .overlay .single-location-box:hover .location-info {
            opacity: 1;
            visibility: visible;
            bottom: 90px;
        }

        .map-content-box .inner .overlay .single-location-box:hover .marker-box span:before {
            color: #e9212e;
            transition: all 500ms ease;
        }

        .map-content-box .inner .overlay .location-info h3 {
            color: #27282c;
            font-weight: 700;
            margin: 0 0 13px;
        }

        .map-content-box .inner .overlay .location-info p {
            margin: 0;
        }


.appointment-box {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    max-width: 570px;
    width: 100%;
    background: #ffffff;
}

    .appointment-box .title-box {
        position: relative;
        display: block;
        padding-bottom: 22px;
    }

        .appointment-box .title-box h2 {
            color: #27282c;
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            margin: 0 0 10px;
        }

        .appointment-box .title-box span {
        }

.appointment {
    position: relative;
    display: block;
}

.appointment-form .single-box {
    position: relative;
    display: block;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}

    .appointment-form input[type="text"]:focus {
        border-color: #e9212e;
    }

    .appointment-form input[type="email"]:focus {
        border-color: #e9212e;
    }

.appointment-form .single-box button {
    display: block;
    width: 100%;
    background: #e9212e;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}

.appointment-form input::-webkit-input-placeholder {
    color: #7c7e84;
}

.appointment-form input:-moz-placeholder {
    color: #7c7e84;
}

.appointment-form input::-moz-placeholder {
    color: #7c7e84;
}

.appointment-form input:-ms-input-placeholder {
    color: #7c7e84;
}

.appointment-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}

    .appointment-form .single-box .bootstrap-select > .dropdown-toggle {
        outline: none !important;
        border-radius: 5px;
        border: 1px solid #edf2f7;
        height: 60px;
        background-color: transparent;
        padding: 0;
        padding-left: 20px;
        color: #83888d;
        line-height: 60px;
        margin: 0;
        box-shadow: none !important;
    }

        .appointment-form .single-box .bootstrap-select > .dropdown-toggle::after {
            position: absolute;
            top: 50%;
            right: 20px;
            width: auto;
            height: auto;
            font-family: 'FontAwesome';
            content: '\f107';
            color: #83888d;
            font-size: 18px;
            transform: translateY(-50%);
            margin: 0;
            border: none;
        }

    .appointment-form .single-box .bootstrap-select .dropdown-menu {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0px solid #ddd;
        background: #f9f9f9;
        font-size: 16px;
        color: #000000;
    }

.appointment-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}

    .appointment-form .single-box .dropdown-item.active,
    .appointment-form .single-box .dropdown-item:active {
        background: #e9212e;
        color: #fff;
    }

    .appointment-form .single-box .dropdown-item:hover {
        background: #e9212e;
        color: #fff;
    }

.sec-title p {
    color: #fff;
    font-size: 36px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 70px;
    font-family: 'Poppins', sans-serif;
    
}

.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
}


/*** 
=============================================
    Contact Details Area style
=============================================
***/
.contact-details-area {
    position: relative;
    display: block;
    padding: 0px 0 0;
    z-index: 4;
}

    .contact-details-area .sec-title {
        z-index: 3;
    }

    .contact-details-area .parallax-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 550px;
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

.contact-details-content {
    position: relative;
    display: block;
    background: #f6f6f6;
    z-index: 3;
}

.content-info-box {
    position: relative;
    display: block;
    background-size: auto;
    min-height: 700px;
    width: 435px;
    margin-right: 30px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 0 0px !important;
}

    .content-info-box .inner-content {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 70px 0 70px;
        margin-right:-110px;
    }

        .content-info-box .inner-content .inner {
            -webkit-box-shadow: 3px 0px 5px 0px #ededed;
            box-shadow: 3px 0px 5px 0px #ededed;
        }

        .content-info-box .inner-content .single-info-box {
            max-width: 270px;
            width: 100%;
            background: var(--rio-primary-color);
            text-align: center;
            padding: 50px 10px 42px;
        }

            .content-info-box .inner-content .single-info-box .icon {
                margin-bottom: 20px;
            }

                .content-info-box .inner-content .single-info-box .icon span:before {
                    color: #f6f6f6;
                    font-size: 50px;
                    line-height: 50px;
                }

            .content-info-box .inner-content .single-info-box .text {
            }

                .content-info-box .inner-content .single-info-box .text h3 {
                    color: #f6f6f6;
                    font-size: 18px;
                    font-weight: 600;
                    margin: 0 0 12px;
                }

                .content-info-box .inner-content .single-info-box .text p {
                    color: #f6f6f6;
                    margin: 0;
                }

            .content-info-box .inner-content .single-info-box.white-bg {
                background: #f4f4f4;
            }

                .content-info-box .inner-content .single-info-box.white-bg .icon span:before {
                    color: #e9212e;
                }

                .content-info-box .inner-content .single-info-box.white-bg .text h3 {
                    color: #27282c;
                }

                .content-info-box .inner-content .single-info-box.white-bg .text p {
                    color: #828282;
                }


.contact-details-form-box {
    position: relative;
    display: block;
    padding: 65px 60px 0px;
    width: 100%;
    padding-left: 0;
}

    .contact-details-form-box .title-box {
        position: relative;
        display: block;
        padding-bottom: 42px;
    }

        .contact-details-form-box .title-box h2 {
            color: #27282c;
            font-size: 30px;
            line-height: 36px;
            font-weight: 600;
        }

.contact-details-box {
    position: relative;
    display: block;
}

.contact-details-form .single-box {
    position: relative;
    display: block;
}

.contact-details-form input[type="text"],
.contact-details-form input[type="email"],
.contact-details-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.contact-details-form textarea {
    padding: 15px 20px;
    height: 120px;
    margin-bottom: 20px;
}

.contact-details-form .btn-one {
    border:none;
}

.contact-details-form input[type="text"]:focus {
    border-color: #e9212e;
}

.contact-details-form input[type="email"]:focus {
    border-color: #e9212e;
}

.contact-details-form textarea:focus {
    border-color: #e9212e;
}

.contact-details-form .single-box button {
    padding: 0 40px;
}

.contact-details-form input::-webkit-input-placeholder {
    color: #7c7e84;
}

.contact-details-form input:-moz-placeholder {
    color: #7c7e84;
}

.contact-details-form input::-moz-placeholder {
    color: #7c7e84;
}

.contact-details-form input:-ms-input-placeholder {
    color: #7c7e84;
}

.contact-details-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}

    .contact-details-form .single-box .bootstrap-select > .dropdown-toggle {
        position: relative;
        display: block;
        outline: none !important;
        border-radius: 0px;
        background-color: #f6f6f6;
        border: 1px solid #e0e0e0;
        height: 55px;
        line-height: 55px;
        padding: 0;
        padding-left: 20px;
        color: #7c7e84;
        margin: 0;
        box-shadow: none !important;
    }

        .contact-details-form .single-box .bootstrap-select > .dropdown-toggle::after {
            position: absolute;
            top: 50%;
            right: 20px;
            width: auto;
            height: auto;
            font-family: 'FontAwesome';
            content: '\f107';
            color: #7c7e84;
            font-size: 18px;
            transform: translateY(-50%);
            margin: 0;
            border: none;
        }

    .contact-details-form .single-box .bootstrap-select .dropdown-menu {
        position: static;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0px solid #ddd;
        background: #f9f9f9;
        font-size: 16px;
        color: #000000;
    }

.contact-details-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}

    .contact-details-form .single-box .dropdown-item.active,
    .contact-details-form .single-box .dropdown-item:active {
        background: #e9212e;
        color: #fff;
    }

    .contact-details-form .single-box .dropdown-item:hover {
        background: #e9212e;
        color: #fff;
    }




/*** 
=============================================
    About Style2 Area style
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    padding: 80px 0 50px;
}

.about-style2-text {
    position: relative;
    display: block;
}

    .about-style2-text .sec-title {
        padding-bottom: 30px;
    }

        .about-style2-text .sec-title p {
            margin: 0 0 27px;
        }

    .about-style2-text .text {
        position: relative;
        display: block;
        border-top: 1px dashed #cccccc;
        padding-top: 44px;
        padding-bottom: 35px;
    }

        .about-style2-text .text p {
            margin: 0;
        }

    .about-style2-text .authorised-info {
        position: relative;
        display: block;
    }

        .about-style2-text .authorised-info .signature {
            width: 185px;
        }

        .about-style2-text .authorised-info .signature,
        .about-style2-text .authorised-info .name {
            display: table-cell;
            vertical-align: middle;
        }

        .about-style2-text .authorised-info .name {
            border-left: 1px solid #ededed;
            padding-left: 20px;
        }

            .about-style2-text .authorised-info .name h3 {
                color: #27282c;
                font-weight: 600;
                margin: 0 0 5px;
            }

            .about-style2-text .authorised-info .name p {
                color: #e9212e;
                line-height: 20px;
                margin: 0;
            }

    .about-style2-text .button {
        position: relative;
        display: block;
        padding-top: 50px;
    }

.about-style2-image-box {
    position: relative;
    display: block;
}

    .about-style2-image-box .pattern {
        position: absolute;
        top: -110px;
        left: 5px;
        right: 0;
        bottom: -110px;
        background: #f9f9f9;
        background-repeat: no-repeat;
        width: 664px;
        height: 585px;
        content: "";
    }

    .about-style2-image-box .image {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
        z-index: 3;
    }

    .about-style2-image-box img {
        width: 100%;
    }

    .about-style2-image-box .overlay-box {
        position: absolute;
        left: 40px;
        bottom: 30px;
        right: 40px;
        background: #ffffff;
    }

        .about-style2-image-box .overlay-box:before {
            font-family: FontAwesome;
            position: absolute;
            top: -20px;
            left: 30px;
            content: "\f0d8";
            color: #ffffff;
            font-size: 50px;
        }

        .about-style2-image-box .overlay-box .title {
            position: relative;
            display: block;
            float: left;
            /*padding: 23px 0 20px;*/
            padding-left: 30px;
        }

            .about-style2-image-box .overlay-box .title h1 {
                color: #555555;
                font-size: 48px;
                font-weight: 500;
                filter: alpha(opacity=50);
                font-family: 'Rubik', sans-serif;
            }

                .about-style2-image-box .overlay-box .title h1 span {
                    position: relative;
                    display: inline-block;
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 700;
                    text-transform: uppercase;
                    font-family: 'Poppins', sans-serif;
                }

        .about-style2-image-box .overlay-box .button {
            position: relative;
            display: block;
            float: right;
        }

            .about-style2-image-box .overlay-box .button a span:before {
                position: relative;
                display: block;
                width: 80px;
                background: #e9212e;
                color: #ffffff;
                font-size: 30px;
                line-height: 100px;
                text-align: center;
                transform: rotate(180deg);
            }


.sec-title p {
    color: var(--rio-primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}





.single-service-area.one {
    padding-bottom: 0;
}

.single-service-area.two {
    padding: 0px 0px;
}

.single-service-area.three {
    padding-top: 0;
}

.single-service-area.four {
    padding-bottom: 0;
}

.single-service-area.five {
    padding: 0px 0px;
}

.single-service-area.six {
    padding: 0px 0px;
}

.single-service-area.seven {
    padding: 0px 0px;
}

.single-service-area.eight {
    padding-top: 0;
}

select.selectmenu {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100% !important;
    height: 60px !important;
    border-radius: 0px !important;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}

.page-wrapper {
    overflow: hidden;
}



.accordion-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .accordion-box .accordion {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .accordion-box .accordion .accord-btn {
            position: relative;
            margin-left:100px;
            display: block;
            cursor: pointer;
            background: #ffffff;
            padding-left: 20px;
            padding-right: 70px;
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-box-shadow: 0px 3px 5px 2px #ededed;
            box-shadow: 0px 3px 5px 2px #ededed;
            transition: all 500ms ease;
        }

            .accordion-box .accordion .accord-btn h4 {
                color: #27282c;
                font-size: 18px;
                line-height: 26px;
                font-weight: 600;
                transition: all 500ms ease;
                margin-bottom:5px;
            }

            .accordion-box .accordion .accord-btn::after {
                font-family: "FontAwesome";
                position: absolute;
                top: 12px;
                right: 20px;
                color: #b4b4b4;
                content: "\f022";
                font-size: 25px;
                line-height: 25px;
                font-weight: 300;
                transition: all 500ms ease 0s;
            }

            .accordion-box .accordion .accord-btn.active {
                background: #27282c;
                transition: all 500ms ease;
            }

                .accordion-box .accordion .accord-btn.active h4 {
                    color: #ffffff;
                    margin-bottom:5px;
                }

                .accordion-box .accordion .accord-btn.active:after {
                    color: #ffffff;
                }

        .accordion-box .accordion .accord-content {
            position: relative;
            display: block;
            padding-top: 29px;
            padding-bottom: 7px;
            padding-left: 25px;
            padding-right: 40px;
            display: none;
            margin-left: 100px;
            background: #fff;
        }

            .accordion-box .accordion .accord-content.collapsed {
                display: block;
            }

            .accordion-box .accordion .accord-content p {
                margin: 0;
            }


/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

.single-service-top {
    position: relative;
    display: block;
}

.single-service-image-box {
    position: relative;
    display: block;
}

    .single-service-image-box img {
        width: 100%;
    }

.single-service-top .text {
    position: relative;
    display: block;
    padding-top: 41px;
    padding-bottom: 26px;
}

    .single-service-top .text h2 {
        color: #27282c;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .single-service-top .text .inner {
        position: relative;
        display: block;
        padding-top: 14px;
    }


.advantages-content {
    position: relative;
    display: block;
}

.single-advantages-box {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    text-align: center;
    transition: all 700ms ease 500ms;
}

    .single-advantages-box:hover {
        -webkit-box-shadow: 0px 4px 13px 0px #D4D4D4;
        box-shadow: 0px 4px 13px 0px #D4D4D4;
    }

    .single-advantages-box .inner {
        position: relative;
        display: block;
        padding: 29px 0 23px;
        overflow: hidden;
    }

    .single-advantages-box .static-content {
        position: relative;
        display: block;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        transition: all 700ms ease 200ms;
    }

    .single-advantages-box:hover .static-content {
        opacity: 0;
        transform: translateY(-40%);
        transition: all 700ms ease 200ms;
    }

    .single-advantages-box .icon-holder {
        position: relative;
        display: block;
        padding-bottom: 26px;
    }

        .single-advantages-box .icon-holder span:before {
            color: #e9212e;
            font-size: 65px;
            line-height: 65px;
        }

    .single-advantages-box .title {
        position: relative;
        display: block;
    }

        .single-advantages-box .title h3 {
            color: #27282c;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

    .single-advantages-box .overlay-text {
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background: #e9212e;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: all 700ms ease 200ms;
    }

    .single-advantages-box:hover .overlay-text {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 700ms ease 200ms;
    }

    .single-advantages-box .overlay-text .box {
        display: table;
        width: 100%;
        height: 100%;
    }

        .single-advantages-box .overlay-text .box .inner-text {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 0 10px;
        }

            .single-advantages-box .overlay-text .box .inner-text p {
                color: #ffffff;
                margin: 0;
            }

.how-work-box {
    position: relative;
    display: block;
    padding-top: 80px;
}

    .how-work-box .image-box {
        position: relative;
        display: block;
    }

        .how-work-box .image-box img {
            width: 100%;
        }

    .how-work-box .how-works-content {
        position: relative;
        display: block;
    }

        .how-work-box .how-works-content h2 {
            color: #27282c;
            font-size: 24px;
            font-weight: 700;
            margin-top: -5px;
            text-transform: uppercase;
        }

        .how-work-box .how-works-content ul {
            position: relative;
            display: block;
            overflow: hidden;
            padding-top: 28px;
        }

            .how-work-box .how-works-content ul li {
                position: relative;
                display: block;
                padding-left: 20px;
                margin-bottom: 26px;
            }

                .how-work-box .how-works-content ul li:last-child {
                    margin-bottom: 0;
                }

                .how-work-box .how-works-content ul li .icon {
                    position: absolute;
                    top: 6px;
                    left: 1px;
                }

                    .how-work-box .how-works-content ul li .icon span:before {
                        color: #e9212e;
                        font-size: 20px;
                    }

                .how-work-box .how-works-content ul li .text {
                    position: relative;
                    display: block;
                    padding-left: 20px;
                }

                    .how-work-box .how-works-content ul li .text span {
                        color: #e9212e;
                        font-size: 14px;
                        font-weight: 600;
                        text-transform: uppercase;
                    }

                    .how-work-box .how-works-content ul li .text h3 {
                        color: #27282c;
                        font-size: 20px;
                        line-height: 28px;
                        font-weight: 600;
                        margin: 2px 0 12px;
                    }

                    .how-work-box .how-works-content ul li .text p {
                        margin: 0;
                    }


.concept-design-pricing-box {
    position: relative;
    display: block;
    padding-top: 64px;
}

    .concept-design-pricing-box .title {
        display: block;
        padding-bottom: 32px;
    }

        .concept-design-pricing-box .title h2 {
            color: #27282c;
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            text-transform: uppercase;
        }

    .concept-design-pricing-box .inner-content {
        position: relative;
        display: block;
    }


.single-pricing-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
}

    .single-pricing-box .inner {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-pricing-box .inner .img-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .single-pricing-box .inner .img-box:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background: rgba(40, 41, 46, 0.95);
                z-index: 1;
            }

            .single-pricing-box .inner .img-box img {
                width: 100%;
                height: 100%;
            }

    .single-pricing-box .static-content {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 3;
        opacity: 1;
        transform: translateX(0%) translateY(0%) scale(1.0);
        transition: all 700ms ease 100ms;
    }

    .single-pricing-box:hover .static-content {
        opacity: 0;
        transform: translateX(0%) translateY(70%) scale(0.5);
        transition: all 900ms ease 100ms;
    }

    .single-pricing-box .static-content .table-header {
        position: relative;
        display: block;
        padding-top: 46px;
    }

        .single-pricing-box .static-content .table-header .top {
            position: relative;
            display: block;
            padding-bottom: 25px;
        }

            .single-pricing-box .static-content .table-header .top h3 {
                color: #ffffff;
                font-size: 20px;
                font-weight: 600;
                margin: 0 0 3px;
            }

            .single-pricing-box .static-content .table-header .top span {
                color: #ffffff;
            }

                .single-pricing-box .static-content .table-header .top span b {
                    color: #e9212e;
                }

        .single-pricing-box .static-content .table-header .package {
            position: relative;
            display: block;
        }

            .single-pricing-box .static-content .table-header .package h1 {
                color: #e9212e;
                font-size: 60px;
                line-height: 50px;
                font-weight: 500;
                font-family: 'Rubik', sans-serif;
            }

            .single-pricing-box .static-content .table-header .package span {
                position: relative;
                top: -17px;
                display: inline-block;
                font-size: 32px;
                line-height: 32px;
                padding-right: 2px;
            }

            .single-pricing-box .static-content .table-header .package p {
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                margin: 8px 0 0;
                font-family: 'Poppins', sans-serif;
            }

    .single-pricing-box .static-content .button {
        position: relative;
        display: block;
        padding-top: 32px;
        padding-bottom: 50px;
    }

        .single-pricing-box .static-content .button a {
        }

    .single-pricing-box .inner .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        display: block;
        z-index: 10;
        padding: 40px 40px 0px;
        opacity: 0;
        transform-style: preserve-3d;
        transform: perspective(1200px) rotateY(90deg) translateX(-1200px);
        transition: all 700ms ease 100ms;
    }

    .single-pricing-box:hover .inner .overlay-content {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg) translateX(0px);
        transition: all 900ms ease 100ms;
    }

    .single-pricing-box .overlay-content ul {
        position: relative;
        display: block;
        padding-bottom: 33px;
    }

        .single-pricing-box .overlay-content ul li {
            position: relative;
            display: block;
            color: #ffffff;
            line-height: 42px;
            padding-left: 30px;
        }

            .single-pricing-box .overlay-content ul li:before {
                position: absolute;
                top: 0;
                left: 0;
                font-family: FontAwesome;
                content: "\f058";
                color: #b3b9c8;
                font-size: 16px;
            }

    .single-pricing-box .overlay-content a {
        color: #ffffff;
    }


.additional-information-box {
    position: relative;
    display: block;
    padding-top: 43px;
}

    .additional-information-box .title {
        display: block;
        padding-bottom: 32px;
    }

        .additional-information-box .title h2 {
            color: #27282c;
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            text-transform: uppercase;
        }

    .additional-information-box .additional-info-content-box {
        position: relative;
        display: block;
        /*background: #f6f6f6;*/
        background: var(--rio-primary-color-hover);
        padding: 40px 125px 20px 60px;
    }

.additional-info-content-box .accordion-box .accordion .accord-btn h4 {
    font-size: 17px;
}


.single-service-sidebar {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    z-index: 1;
}

    .single-service-sidebar:before {
        position: absolute;
        top: -300px;
        right: -30px;
        bottom: -1700px;
        width: 1px;
        background: #ededed;
        content: "";
        z-index: -1;
    }

    .single-service-sidebar .single-sidebar {
        position: relative;
        display: block;
        margin-bottom: 50px;
    }

    .single-service-sidebar .service-pages {
        position: relative;
        display: block;
        border: 1px solid #ededed;
        border-bottom: none;
    }

        .single-service-sidebar .service-pages li {
            position: relative;
            display: block;
            height: 64px;
            border-bottom: 1px solid #ededed;
            transition: all 500ms ease;
            z-index: 5;
        }

            .single-service-sidebar .service-pages li.active,
            .single-service-sidebar .service-pages li:hover {
                -webkit-box-shadow: 0px 4px 7px 0px #ededed;
                box-shadow: 0px 4px 7px 0px #ededed;
            }

            .single-service-sidebar .service-pages li:before {
                position: absolute;
                top: 20px;
                left: -1px;
                bottom: 20px;
                width: 3px;
                background: #e9212e;
                content: "";
                z-index: 3;
                opacity: 0;
                transition: all 700ms ease 300ms;
                transform: translateX(0%) translateY(0%) scaleY(0.1);
            }

            .single-service-sidebar .service-pages li.active:before,
            .single-service-sidebar .service-pages li:hover:before {
                opacity: 1;
                transform: translateX(0%) translateY(0%) scaleY(1.0);
                transition: all 700ms ease 100ms;
            }

            .single-service-sidebar .service-pages li a {
                position: relative;
                display: block;
                padding-left: 30px;
                color: #27282c;
                font-size: 15px;
                font-weight: 600;
                text-transform: capitalize;
                transition: all 500ms ease;
                font-family: 'Poppins', sans-serif;
            }

                .single-service-sidebar .service-pages li a .title {
                    position: relative;
                    display: block;
                    z-index: 1;
                }

                    .single-service-sidebar .service-pages li a .title .overlay-title {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                    }

                        .single-service-sidebar .service-pages li a .title .overlay-title h3 {
                            color: #e9212e;
                            font-size: 20px;
                            line-height: 63px;
                            transform: scale(0.5);
                            opacity: 0;
                            transition: all 300ms ease 100ms;
                        }

                    .single-service-sidebar .service-pages li a .title h3.static {
                        font-size: 15px;
                        transform: scale(1.0);
                        line-height: 63px;
                        transition: all 300ms ease 100ms;
                    }

            .single-service-sidebar .service-pages li.active a .title .overlay-title h3,
            .single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
                opacity: 1;
                transform: scale(1.0);
            }

            .single-service-sidebar .service-pages li.active a .title h3.static,
            .single-service-sidebar .service-pages li:hover a .title h3.static {
                opacity: 0;
            }

.sidebar-contact-box {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

    .sidebar-contact-box .inner-content {
        position: relative;
        display: block;
        padding: 48px 40px 50px;
        background: #27282c;
        z-index: 1;
    }

        .sidebar-contact-box .inner-content .icon-holder {
            position: relative;
            display: block;
            padding-bottom: 22px;
        }

            .sidebar-contact-box .inner-content .icon-holder span:before {
                color: #e9212e;
                font-size: 65px;
                line-height: 65px;
            }

        .sidebar-contact-box .inner-content h3 {
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 22px;
        }

        .sidebar-contact-box .inner-content .bottom-box {
            position: relative;
            display: block;
            border-top: 1px solid #404043;
            padding-top: 25px;
        }

            .sidebar-contact-box .inner-content .bottom-box h2 {
                color: #ffffff;
                font-size: 24px;
                font-weight: 400;
                margin: 0 0 3px;
                font-family: 'Rubik', sans-serif;
            }

            .sidebar-contact-box .inner-content .bottom-box span {
                color: #ffffff;
            }

        .sidebar-contact-box .inner-content .button {
            position: relative;
            display: block;
            padding-top: 32px;
        }

            .sidebar-contact-box .inner-content .button a {
                display: block;
            }

.single-service-sidebar .service-pack-download {
    position: relative;
    display: block;
}

    .single-service-sidebar .service-pack-download li {
        position: relative;
        display: block;
        background: #e9212e;
        transition: all 500ms ease;
        padding: 17px 30px 17px;
    }

        .single-service-sidebar .service-pack-download li .title-holder {
            position: relative;
            display: block;
            float: left;
        }

            .single-service-sidebar .service-pack-download li .title-holder a {
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
                font-family: 'Poppins', sans-serif;
            }

                .single-service-sidebar .service-pack-download li .title-holder a span {
                    font-size: 14px;
                    font-weight: 400;
                }

        .single-service-sidebar .service-pack-download li .icon-holder {
            position: relative;
            display: block;
            float: right;
        }

            .single-service-sidebar .service-pack-download li .icon-holder i {
                position: relative;
                top: 2px;
                color: #ffffff;
                font-size: 18px;
                line-height: 26px;
            }







/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 50px;
}

.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

    .single-blog-post .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .single-blog-post:hover .overlay-style-two {
        opacity: 1;
    }

    .single-blog-post:hover .img-holder .overlay-style-two:before {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
        transition: all 700ms ease 100ms;
    }

    .single-blog-post:hover .img-holder .overlay-style-two:after {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
        transition: all 700ms ease 300ms;
    }

    .single-blog-post .img-holder img {
        max-width: 100%;
        transform: scale(1.01);
        transition: all 700ms ease;
    }

    .single-blog-post:hover .img-holder img {
        transform: scale(1.2) rotate(2deg);
    }

    .single-blog-post .img-holder .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        transform: translate3d(0px, -100%, 0px);
        transition: all 700ms ease 300ms;
    }

    .single-blog-post:hover .img-holder .overlay {
        transition: all 700ms ease 500ms;
        transform: translate3d(0px, 0px, 0px);
    }

    .single-blog-post .img-holder .overlay .box {
        display: table;
        width: 100%;
        height: 100%;
    }

        .single-blog-post .img-holder .overlay .box .link-icon {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .single-blog-post .img-holder .overlay .box .link-icon a span:before {
                display: inline-block;
                color: #ffffff;
                font-size: 35px;
                line-height: 35px;
                transition: all 500ms ease;
            }

            .single-blog-post .img-holder .overlay .box .link-icon a:hover span:before {
                color: #e9212e;
            }

    .single-blog-post .text-holder {
        position: relative;
        display: block;
        padding-top: 20px;
    }

        .single-blog-post .text-holder .post-date {
            position: relative;
            display: inline-block;
            height: 45px;
            border-bottom: 3px solid #dadada;
            transition: all 700ms ease 500ms;
        }

            .single-blog-post .text-holder .post-date h3 {
                position: relative;
                display: block;
                color: #e9212e;
                font-size: 36px;
                line-height: 38px;
                font-weight: 600;
                text-transform: uppercase;
            }

                .single-blog-post .text-holder .post-date h3 span {
                    color: #27282c;
                    font-size: 14px;
                }

    .single-blog-post .meta-box {
        position: relative;
        display: block;
        overflow: hidden;
        min-height: 30px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

        .single-blog-post .meta-box .meta-info {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .single-blog-post .meta-box .meta-info li {
                position: relative;
                display: inline-block;
                float: left;
                line-height: 20px;
                padding-right: 16px;
                margin-right: 14px;
                font-weight: 500;
            }

                .single-blog-post .meta-box .meta-info li:before {
                    position: absolute;
                    top: 3px;
                    right: 0px;
                    width: 1px;
                    height: 12px;
                    background: #d3d9e0;
                    content: "";
                }

                .single-blog-post .meta-box .meta-info li:last-child {
                    padding-right: 0;
                    margin-right: 0;
                }

                    .single-blog-post .meta-box .meta-info li:last-child:before {
                        display: none;
                    }

                .single-blog-post .meta-box .meta-info li a {
                    color: #e9212e;
                    font-size: 15px;
                    font-weight: 400;
                    text-transform: capitalize;
                    transition: all 500ms ease;
                }

                    .single-blog-post .meta-box .meta-info li a:hover {
                        color: #828282;
                    }

    .single-blog-post .text-holder .blog-title {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

        .single-blog-post .text-holder .blog-title a {
            color: #27282c;
            transition: all 500ms ease;
        }

            .single-blog-post .text-holder .blog-title a:hover {
                color: #e9212e;
            }

    .single-blog-post .text-holder .text {
        display: block;
        margin-top: 12px;
    }

        .single-blog-post .text-holder .text p {
            margin: 0 0 26px;
        }




@media only screen and (max-width: 767px) {
    .breadcrumbs-custom .container {
        width: 100%;
        margin-right: 0px;
    }
    .breadcrumbs-custom-inner {
        width: var(--container-widget-width, 16vw);
        max-width: 84vw;
        --container-widget-width: 83.93vw;
    }
    .about-style2-area {
        position: relative;
        display: block;
        padding: 0px 0 50px;
    }
    .content-info-box .inner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px;
        margin-right: 0px;
    }
    .recently-project-area {
        position: relative;
        display: block;
        padding: 30px 0 30px;
    }
    .contact-details-form-box .title-box {
        padding-bottom: 0px;
    }

    .related-franchise {
        padding-bottom: 40px;
    }
}
