@charset "UTF-8";
.line,
.line-on-side {
    display: block;
    width: 8px;
    height: 8px;
    margin: 1rem auto;
    position: relative;
    background: #f48e1e;
    border-radius: 50%
}

.line:before,
.line-on-side:before,
.line:after,
.line-on-side:after {
    content: '';
    position: absolute;
    background: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%
}

.line:before,
.line-on-side:before {
    left: -1rem
}

.line:after,
.line-on-side:after {
    left: 1rem
}

section {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plain-section {
    overflow: visible;
    padding: 0
}

.section-watermark {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10%, 50%);
    font-size: 5rem;
    font-weight: 900;
    color: inherit;
    opacity: .05;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    -webkit-text-stroke: 2px
}

.mega-section {
    padding: 5rem 0
}

@media(max-width:767px) {
    .mega-section {
        padding: 2.5rem 0
    }
}

.elf-section {
    padding: 4rem 0
}

@media(max-width:767px) {
    .elf-section {
        padding: 3rem 0
    }
}

@media(min-width:1200px) {
    .container {
        min-width: 1170px
    }
}

.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent
}

@media(max-width:991px) {
    .hollow-text {
        -webkit-text-stroke-width: 1px
    }
}

.featured-text {
    color: #f48e1e;
    font-weight: bolder;
    position: relative
}

.init-text {
    font-family: merriweather, "sans-serif";
    font-weight: 500;
    font-size: 1.1rem;
    font-style: italic;
    opacity: .85;
    line-height: 1.7;
    margin-bottom: 3rem
}

.init-text::first-letter {
    text-transform: capitalize
}

.tag-line {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin-bottom: 0;
    color: #202020;
    padding-right: .75rem;
    z-index: 5
}

.tag-line::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f48e1e;
    left: auto;
    right: 0
}

.line-on-center {
    margin-left: auto;
    margin-right: auto
}

.line-on-side {
    margin-left: 0;
    margin-right: auto
}

.section-heading {
    margin-bottom: 3rem
}

.section-heading.light-title .section-title {
    font-size: 2.5rem;
    font-weight: 500
}

@media(max-width:991px) {
    .section-heading.light-title .section-title {
        font-size: 2rem;
        font-weight: 800
    }
}

.section-heading.side-heading {
    text-align: left;
    padding-right: 1.5rem
}

.section-heading.side-heading .section-subtitle {
    margin: 0 auto
}

.section-heading.center-heading {
    text-align: center
}

.section-heading.center-heading .section-subtitle {
    width: 60%;
    margin: 0 auto
}

@media(max-width:991px) {
    .section-heading.center-heading .section-subtitle {
        width: 80%
    }
}

@media(max-width:767px) {
    .section-heading.center-heading .section-subtitle {
        width: 100%
    }
}

.section-heading .section-title {
    position: relative;
    margin-bottom: 1.25rem;
    font-family: merriweather, "sans-serif";
    font-size: 3rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #202020;
    line-height: 1.3;
    display: inline-block;
    z-index: 0
}

@media(max-width:767px) {
    .section-heading .section-title {
        font-size: 2.5rem
    }
}

@media(max-width:575px) {
    .section-heading .section-title {
        font-size: 2rem
    }
}

.section-heading .section-subtitle {
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #121212;
    opacity: .75
}

@media(max-width:991px) {
    .section-heading .section-subtitle {
        width: 80%
    }
}

@media(max-width:767px) {
    .section-heading .section-subtitle {
        width: 100%;
        font-size: 1rem
    }
}

.has-dark-bg {
    background-color: #121212
}

.has-dark-bg .section-heading .section-title,
.has-dark-bg .section-heading .section-subtitle {
    color: #fff
}

.has-dark-bg .section-heading .section-subtitle {
    opacity: .75
}

.has-dark-bg .section-heading .line {
    background-color: #fff
}

.title-design-element {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f48e1e;
    left: -20px;
    top: -10px;
    border-radius: 65% 35% 55% 45%/30% 35% 65% 70%;
    bottom: 0;
    z-index: -1
}

@media(max-width:991px) {
    .title-design-element {
        width: 40px;
        height: 40px;
        left: -10px;
        top: -5px
    }
}

body {
    font-family: nunito, "sans-serif";
    direction: ltr;
    text-align: left;
    position: relative;
    color: #121212;
    background: #fff
}

.parallax {
    background-attachment: fixed !important
}

.overlay-color,
.overlay-pattern-image-bg,
.overlay-shape-image-bg,
.overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all .5s ease-in-out 0s
}

.overlay-color {
    background: #121212;
    opacity: .65
}

.overlay-pattern-image-bg {
    opacity: .05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.overlay-shape-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05
}

.overlay-photo-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05
}

.section-video-bg .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2
}

.black-bg {
    background-color: #121212
}

.see-more-area {
    display: block;
    text-align: center;
    text-transform: capitalize
}

.see-more-area.btn-on-start-align {
    text-align: left
}

.no-borders {
    border: none;
    outline: none
}

.no-box-shadow {
    box-shadow: none !important
}

.section-shape-divider-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0
}

.section-shape-divider-bottom svg {
    display: block;
    width: 100%;
    height: 120px
}

.section-shape-divider-bottom svg path {
    fill: #fff
}

.rating-stars {
    padding: 0 2rem;
    margin-bottom: 1rem
}

@media(max-width:767px) {
    .rating-stars {
        padding: 0 1rem
    }
}

.rating-stars .star-icon {
    color: #f48e1e;
    font-size: .85rem
}

.rating-stars .star-icon:not(:last-child) {
    margin-right: .5rem
}

.rating-stars .star-icon.off {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #f48e1e;
    -webkit-text-stroke-width: 1px
}

.skills .skill {
    margin-bottom: 1.5rem
}

.skills .skill-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .5rem;
    font-weight: 600
}

.skills .skill-bar {
    width: 100%;
    height: .75rem;
    opacity: .75;
    background-color: #b8b8b8;
    border-radius: 1rem;
    overflow: hidden
}

.skills .skill-bar .bar {
    width: 0;
    background-color: #f48e1e;
    height: inherit;
    border-radius: inherit;
    transition: width 1s ease-in-out 0s
}

*::selection {
    background: #f48e1e;
    color: #fff
}

@keyframes anim-pulses {
    0% {
        transform: scale3d(.9, .9, 1);
        opacity: .5
    }
    50% {
        transform: scale3d(1.2, 1.2, 1);
        opacity: .75
    }
    100% {
        transform: scale3d(1.4, 1.4, 1);
        opacity: 0
    }
}

.btn-solid,
.btn-outline {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: none;
    border: 2px solid transparent;
    border-radius: .25rem;
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 7px 10px -5px rgba(18, 18, 18, .25);
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    z-index: 0
}

.btn-solid:focus,
.btn-outline:focus {
    outline: none !important
}

.play-btn-col-dir,
.play-btn-row-dir {
    display: inline-block
}

.play-btn-col-dir .play-video-btn,
.play-btn-row-dir .play-video-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.play-btn-col-dir .play-video-btn:hover .play-btn,
.play-btn-row-dir .play-video-btn:hover .play-btn {
    background: #f48e1e
}

.play-btn-col-dir .play-video-btn:hover .play-btn::before,
.play-btn-row-dir .play-video-btn:hover .play-btn::before,
.play-btn-col-dir .play-video-btn:hover .play-btn::after,
.play-btn-row-dir .play-video-btn:hover .play-btn::after {
    background: inherit
}

.play-btn-col-dir .play-video-btn:hover .icon,
.play-btn-row-dir .play-video-btn:hover .icon {
    color: #fff
}

.play-btn-col-dir .video-link,
.play-btn-row-dir .video-link {
    text-decoration: none !important
}

.play-btn-col-dir .play-btn,
.play-btn-row-dir .play-btn {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    transform-origin: center;
    box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, .25);
    transition: all .3s ease-in-out 0s
}

.play-btn-col-dir .play-btn::before,
.play-btn-row-dir .play-btn::before,
.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: inherit;
    animation: anim-pulses infinite 2s linear;
    z-index: -1;
    transition: all .3s ease-in-out 0s
}

.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
    animation-delay: .75s
}

.play-btn-col-dir .play-btn .icon,
.play-btn-row-dir .play-btn .icon {
    color: #f48e1e;
    font-size: 1.25rem;
    transition: all .3s ease-in-out 0s
}

.play-btn-col-dir .play-btn img.play-icon,
.play-btn-row-dir .play-btn img.play-icon {
    width: 3rem;
    height: 3rem
}

.play-btn-col-dir .play-btn-text,
.play-btn-row-dir .play-btn-text {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff
}

.play-btn-col-dir .play-btn-text::before,
.play-btn-row-dir .play-btn-text::before {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: .25rem;
    width: 100%;
    border-radius: .25rem;
    transform: scaleX(0);
    transform-origin: center;
    transition: all .3s ease-in-out 0s;
    background: #fff
}

.btn-solid {
    color: #fff;
    background: #f48e1e;
    border-color: #f48e1e
}

.btn-solid:hover {
    color: #f48e1e;
    background: 0 0;
    border-color: #f48e1e
}

.btn-outline {
    border: 2px solid;
    color: #f48e1e;
    background: 0 0;
    border-color: #f48e1e
}

.btn-outline:hover {
    color: #fff;
    background: #f48e1e
}

.play-btn-col-dir .play-video-btn {
    flex-direction: column
}

.play-btn-col-dir .play-btn-text {
    margin-top: .75rem
}

.play-btn-row-dir .play-video-btn {
    flex-direction: row
}

.play-btn-row-dir .play-btn-text {
    margin-left: .75rem
}

@media(max-width:575px) {
    .download-apps-area {
        display: inline-flex;
        flex-direction: column
    }
}

.download-apps-area .btn-store {
    min-width: 180px
}

.download-apps-area .btn-store:not(:last-child) {
    margin-right: 1rem
}

@media(max-width:575px) {
    .download-apps-area .btn-store:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: .25rem;
    text-decoration: none !important;
    transition: all .5s ease-in-out 0s
}

.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
    font-size: 2rem;
    margin-right: .75rem
}

.download-apps-area .btn-app-store .title-wrapper,
.download-apps-area .btn-google-play .title-wrapper {
    line-height: 1;
    text-align: left
}

.download-apps-area .btn-app-store .title-wrapper .sub-title,
.download-apps-area .btn-google-play .title-wrapper .sub-title {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    text-transform: capitalize
}

.download-apps-area .btn-app-store .title-wrapper .title,
.download-apps-area .btn-google-play .title-wrapper .title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize
}

.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important
}

.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
    background-color: rgba(18, 18, 18, .5);
    border-color: #fff
}

.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
    border: 2px solid #fff;
    background-color: #f48e1e;
    color: #fff !important
}

.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
    background-color: #fff;
    color: #f48e1e !important
}

.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
    border: 2px solid #f48e1e;
    background-color: #fff;
    color: #f48e1e !important
}

.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
    background-color: #f48e1e;
    color: #fff !important
}

.dir-row .sc-list,
.dir-col .sc-list,
.sc-flat .sc-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style: none
}

.dir-row .sc-list .sc-item,
.dir-col .sc-list .sc-item,
.sc-flat .sc-list .sc-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f48e1e;
    transition: all .5s ease-in-out 0s
}

.dir-row .sc-list .sc-item:last-of-type,
.dir-col .sc-list .sc-item:last-of-type,
.sc-flat .sc-list .sc-item:last-of-type {
    margin-bottom: 0
}

.dir-row .sc-list .sc-item:hover,
.dir-col .sc-list .sc-item:hover,
.sc-flat .sc-list .sc-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px 0 rgba(18, 18, 18, .25)
}

.dir-row .sc-list .sc-item:hover .sc-icon,
.dir-col .sc-list .sc-item:hover .sc-icon,
.sc-flat .sc-list .sc-item:hover .sc-icon {
    color: #f48e1e
}

.dir-row .sc-list .sc-link,
.dir-col .sc-list .sc-link,
.sc-flat .sc-list .sc-link {
    display: flex;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none
}

.dir-row .sc-list .sc-icon,
.dir-col .sc-list .sc-icon,
.sc-flat .sc-list .sc-icon {
    color: #fff;
    transition: all .3s ease-in-out 0s
}

.dir-row {
    padding: .75rem 0
}

.dir-row .sc-list .sc-item {
    margin-right: 10px;
    margin-bottom: 5px
}

.dir-row .sc-list .sc-item:last-of-type {
    margin-right: 0
}

.dir-row .sc-list .sc-item:hover {
    transform: translateY(-5px)
}

.dir-col {
    padding: 0 .75rem
}

.dir-col .sc-list {
    flex-direction: column
}

.dir-col .sc-list .sc-item {
    margin-bottom: 10px
}

.dir-col .sc-list .sc-item:last-of-type {
    margin-bottom: 0
}

.dir-col .sc-list .sc-item:hover {
    transform: translateX(5px)
}

.sc-flat .sc-list .sc-item {
    font-size: 1.1rem;
    border-radius: 0;
    background: 0 0;
    margin-right: 1rem
}

.sc-flat .sc-list .sc-item:hover {
    background: 0 0;
    box-shadow: none
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
    color: #f48e1e
}

.sc-flat .sc-list .sc-item .sc-icon {
    color: #f48e1e
}

.sc-size-40 .sc-item {
    width: 40px;
    height: 40px;
    font-size: 1rem
}

.sc-size-32 .sc-item {
    width: 32px;
    height: 32px;
    font-size: .85rem
}

.sc-size-24 .sc-item {
    width: 24px;
    height: 24px;
    font-size: .75rem
}

.sc-size-16 .sc-item {
    width: 16px;
    height: 16px;
    font-size: 10px
}

.back-to-top {
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 20;
    box-shadow: 0 3px 15px 0 rgba(18, 18, 18, .25)
}

.back-to-top:hover {
    background-color: rgba(195, 80, 35, .8)
}

.back-to-top.show {
    bottom: 30px
}

body.rounded-btns .btn-solid,
body.rounded-btns .btn-outline,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .field-group .text-input,
body.rounded-btns .field-group .email-input,
body.rounded-btns .hero-swiper-slider .swiper-button-prev,
body.rounded-btns .hero-swiper-slider .swiper-button-next {
    border-radius: 5rem
}

body.rounded-btns .field-group label,
body.rounded-btns .field-group .label {
    padding-left: 1rem
}

body.squared-btns .btn-solid,
body.squared-btns .btn-outline,
body.squared-btns .portfolio-btn,
body.squared-btns .subscripe-btn,
body.squared-btns .sc-item,
body.squared-btns .back-to-top,
body.squared-btns .swiper-button-prev,
body.squared-btns .swiper-button-next {
    border-radius: .5rem
}

.btn-squared {
    border-radius: .5rem !important
}

.btn-rounded {
    border-radius: 5rem !important
}

.read-more {
    text-transform: capitalize;
    color: #f48e1e;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease-in-out 0s
}

.read-more:hover {
    color: #f48e1e;
    text-decoration: none
}

.read-more:hover .icon {
    transform: translateX(5px)
}

.read-more .icon {
    margin-left: .5rem;
    transition: transform .3s ease-in-out 0s
}

.req {
    color: #dc3545
}

.not-req {
    display: none
}

.contact-form-area.input-under-lined label,
.contact-form-area.input-boxed label {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    font-size: .95rem;
    left: 0;
    top: 0;
    color: #202020;
    transition: all .3s ease-in-out 0s
}

.contact-form-area input[type=email]:focus~label,
.contact-form-area input[type=text]:focus~label,
.contact-form-area input[type=password]:focus~label,
.contact-form-area input[type=url]:focus~label,
.contact-form-area input[type=search]:focus~label,
.contact-form-area input[type=number]:focus~label,
.contact-form-area textarea:focus~label,
.contact-form-area.input-under-lined .input-wrapper.has-text label,
.contact-form-area.input-under-lined input[type=email]:focus~label,
.contact-form-area.input-under-lined input[type=text]:focus~label,
.contact-form-area.input-under-lined input[type=password]:focus~label,
.contact-form-area.input-under-lined input[type=url]:focus~label,
.contact-form-area.input-under-lined input[type=search]:focus~label,
.contact-form-area.input-under-lined input[type=number]:focus~label,
.contact-form-area.input-under-lined textarea:focus~label,
.contact-form-area.input-boxed .input-wrapper.has-text label,
.contact-form-area.input-boxed input[type=email]:focus~label,
.contact-form-area.input-boxed input[type=text]:focus~label,
.contact-form-area.input-boxed input[type=password]:focus~label,
.contact-form-area.input-boxed input[type=url]:focus~label,
.contact-form-area.input-boxed input[type=search]:focus~label,
.contact-form-area.input-boxed input[type=number]:focus~label,
.contact-form-area.input-boxed textarea:focus~label {
    top: -30px;
    font-size: 1rem;
    font-weight: 600;
    color: #f48e1e
}

.contact-form-area .error-msg {
    position: absolute;
    right: 1rem;
    top: 0;
    transform: translateY(50%);
    font-size: .85rem;
    color: #dc3545;
    display: none
}

.contact-form-area .done-msg {
    position: absolute;
    right: 1rem;
    bottom: 0;
    font-size: 1rem;
    background-color: #217234;
    color: #fff;
    padding: .5rem 0;
    visibility: hidden;
    opacity: 0;
    padding: .75rem 1.5rem;
    border-radius: .25rem;
    transition: all .5s ease-in-out 0s
}

.contact-form-area .done-msg.show {
    visibility: visible;
    opacity: 1
}

.contact-form-area .input-wrapper {
    position: relative;
    margin-bottom: 3rem
}

.contact-form-area .input-wrapper .input-icon {
    position: absolute;
    left: auto;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b8b8b8
}

.contact-form-area input[type=email],
.contact-form-area input[type=text],
.contact-form-area input[type=password],
.contact-form-area input[type=url],
.contact-form-area input[type=search],
.contact-form-area input[type=number],
.contact-form-area textarea {
    display: block;
    width: 100%;
    padding: .5rem;
    outline: none;
    border: 1px solid rgba(195, 80, 35, .5);
    transition: all .3s ease-in-out 0s;
    background: 0 0;
    color: #202020
}

.contact-form-area input[type=email] [type=submit]:focus,
.contact-form-area input[type=text] [type=submit]:focus,
.contact-form-area input[type=password] [type=submit]:focus,
.contact-form-area input[type=url] [type=submit]:focus,
.contact-form-area input[type=search] [type=submit]:focus,
.contact-form-area input[type=number] [type=submit]:focus,
.contact-form-area textarea [type=submit]:focus {
    outline: none !important
}

.contact-form-area textarea {
    min-height: 10rem
}

.contact-form-area input[type=submit] {
    outline: none;
    border: none
}

.contact-form-area.input-under-lined .input-wrapper.has-text label {
    top: -20px
}

.contact-form-area.input-under-lined .input-wrapper.has-text .b-border {
    transform: scaleX(1)
}

.contact-form-area.input-under-lined .input-wrapper .b-border {
    display: block;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    height: 2px;
    background: #f48e1e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out 0s
}

.contact-form-area.input-under-lined label {
    left: 0;
    top: 0;
    transition: all .3s ease-in-out 0s
}

.contact-form-area.input-under-lined input[type=email],
.contact-form-area.input-under-lined input[type=text],
.contact-form-area.input-under-lined input[type=password],
.contact-form-area.input-under-lined input[type=url],
.contact-form-area.input-under-lined input[type=search],
.contact-form-area.input-under-lined input[type=number],
.contact-form-area.input-under-lined textarea {
    padding: .5rem 0;
    border: none;
    border-bottom: 1px solid rgba(195, 80, 35, .5)
}

.contact-form-area.input-under-lined input[type=email]:focus~.b-border,
.contact-form-area.input-under-lined input[type=text]:focus~.b-border,
.contact-form-area.input-under-lined input[type=password]:focus~.b-border,
.contact-form-area.input-under-lined input[type=url]:focus~.b-border,
.contact-form-area.input-under-lined input[type=search]:focus~.b-border,
.contact-form-area.input-under-lined input[type=number]:focus~.b-border,
.contact-form-area.input-under-lined textarea:focus~.b-border {
    transform: scaleX(1)
}

.contact-form-area.input-under-lined input[type=email]:focus~label,
.contact-form-area.input-under-lined input[type=text]:focus~label,
.contact-form-area.input-under-lined input[type=password]:focus~label,
.contact-form-area.input-under-lined input[type=url]:focus~label,
.contact-form-area.input-under-lined input[type=search]:focus~label,
.contact-form-area.input-under-lined input[type=number]:focus~label,
.contact-form-area.input-under-lined textarea:focus~label {
    top: -20px
}

.contact-form-area.input-boxed {
    padding-top: 30px
}

.contact-form-area.input-boxed label {
    font-size: 1rem;
    font-weight: 600;
    top: -30px;
    left: 0;
    transition: all .3s ease-in-out 0s
}

.contact-form-area.input-boxed input[type=email]:focus,
.contact-form-area.input-boxed input[type=text]:focus,
.contact-form-area.input-boxed input[type=password]:focus,
.contact-form-area.input-boxed input[type=url]:focus,
.contact-form-area.input-boxed input[type=search]:focus,
.contact-form-area.input-boxed input[type=number]:focus,
.contact-form-area.input-boxed textarea:focus {
    border-color: #f48e1e
}

.mailchimp-form label,
.mailchimp-form .label {
    margin-bottom: 0;
    color: #f1f1f1
}

.mailchimp-form input:not([type=submit]) {
    color: #fff !important
}

.mailchimp-form .mc-form-area {
    position: relative
}

.mailchimp-form .mc-form-area .field-group {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 1rem
}

.mailchimp-form .mc-form-area .field-group input[type=email],
.mailchimp-form .mc-form-area .field-group input[type=text] {
    font-size: 1rem;
    width: 100%;
    padding: .75rem 1.5rem;
    outline: none !important;
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, .35);
    backdrop-filter: blur(4px);
    margin-bottom: 0
}

.mailchimp-form .mc-form-area .field-group input[type=email]::-webkit-input-placeholder,
.mailchimp-form .mc-form-area .field-group input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.mailchimp-form .mc-form-area .one-field-form input[type=email] {
    padding: 1rem 1.5rem
}

.mailchimp-form .mc-form-area .one-field-form .cta-area {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn {
    border: 1px solid #f48e1e !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    min-height: 100%
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn:hover {
    background-color: #fff;
    color: #f48e1e
}

.mailchimp-form .mc-form-area .three-field-form {
    padding: 2rem 1rem;
    background: #fff
}

.mailchimp-form .mc-form-area .three-field-form .form-heading {
    margin-bottom: 2rem;
    color: #202020;
    border-bottom: 2px solid #f48e1e;
    padding-bottom: .75rem;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 500
}

.mailchimp-form .mc-form-area .three-field-form .highlight {
    color: #f48e1e;
    font-weight: 800;
    text-transform: uppercase
}

.mailchimp-form .mc-form-area .three-field-form label,
.mailchimp-form .mc-form-area .three-field-form .label {
    display: inline-block;
    margin-bottom: .25rem;
    color: #202020;
    font-weight: 700
}

.mailchimp-form .mc-form-area .three-field-form input:not([type=submit]) {
    border: 1px solid rgba(195, 80, 35, .5);
    color: #202020 !important;
    padding: .5rem 1rem !important
}

.mailchimp-form .mc-form-area .three-field-form input:not([type=submit]):hover,
.mailchimp-form .mc-form-area .three-field-form input:not([type=submit]):focus {
    border: 1px solid #f48e1e
}

.mailchimp-form .mc-form-area .three-field-form .cta-area {
    text-align: center;
    padding-top: .5rem
}

.mailchimp-form .mc-form-area .three-field-form .cta-area .subscribe-btn:hover {
    background-color: transparent;
    border-color: #f48e1e;
    color: #f48e1e
}

.mailchimp-form .mc-form-area .three-field-form.is-dark {
    background-color: #121212
}

.mailchimp-form .mc-form-area .three-field-form.is-dark .form-heading {
    color: #fff
}

.mailchimp-form .mc-form-area .three-field-form.is-dark label,
.mailchimp-form .mc-form-area .three-field-form.is-dark .label {
    color: #fff
}

.mailchimp-form .mc-form-area .three-field-form.is-dark input:not([type=submit]) {
    color: #fff !important;
    background-color: #202020 !important
}

.mailchimp-form .mc-form-area .mailchimp-alerts {
    position: absolute;
    bottom: 0;
    transform: translateY(-100%);
    left: 0;
    z-index: -1;
    transition: all .5s ease-in-out 0s
}

.mailchimp-form .mc-form-area .mailchimp-alerts.show-message {
    bottom: 0;
    top: auto;
    transform: translateY(120%);
    z-index: 1
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg {
    color: #fff
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg.active {
    padding: .5rem .75rem
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-submitting {
    background-color: rgba(155, 106, 1, .5)
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-success {
    background-color: rgba(33, 114, 52, .5)
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-error {
    background-color: rgba(220, 53, 69, .5)
}

.loading-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #121212
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #f48e1e
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto
}

.loading-screen .progress-line {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    right: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, .35);
    transform: scale(0);
    transform-origin: center
}

.loading-screen .loading-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: merriweather, "sans-serif";
    font-size: 3rem;
    font-weight: 800
}

.header-search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(18, 18, 18, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    z-index: 1200
}

.header-search-box.show {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.header-search-box.show .search-form {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header-search-box .close-search {
    position: absolute;
    right: 25%;
    top: 25%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header-search-box .close-search:before,
.header-search-box .close-search::after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #fff;
    display: block;
    transform-origin: center
}

.header-search-box .close-search:before {
    transform: rotate(45deg) translateX(2px)
}

.header-search-box .close-search:after {
    transform: rotate(-45deg) translateX(1px)
}

.header-search-box .search-form {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateY(5rem);
    transition: all .5s ease-in-out 0s;
    transition-delay: .25s;
    width: 50%
}

@media(max-width:1199px) {
    .header-search-box .search-form {
        width: 50%
    }
}

@media(max-width:767px) {
    .header-search-box .search-form {
        width: 80%
    }
}

.header-search-box .search-form .search-lbl {
    visibility: hidden;
    opacity: 0;
    width: 0
}

.header-search-box .search-form input[type=search]::-webkit-search-decoration,
.header-search-box .search-form input[type=search]::-webkit-search-cancel-button,
.header-search-box .search-form input[type=search]::-webkit-search-results-button,
.header-search-box .search-form input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.header-search-box .search-form .search-input {
    border: none;
    border-bottom: 2px solid #f48e1e;
    font-size: 2.5rem;
    outline: none;
    color: #fff;
    background-color: transparent;
    width: 100%
}

@media(max-width:767px) {
    .header-search-box .search-form .search-input {
        font-size: 1.5rem
    }
}

.header-search-box .search-form .search-btn {
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
    outline: none;
    border: none;
    background: 0 0;
    color: #f48e1e;
    font-size: 1.5rem
}

.header-2,
.header-1,
.header-basic {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all .5s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .social-icons .sc-flat,
    .header-1 .social-icons .sc-flat,
    .header-basic .social-icons .sc-flat {
        padding: 1rem 0
    }
}

.header-2 .social-icons .sc-item,
.header-1 .social-icons .sc-item,
.header-basic .social-icons .sc-item {
    font-size: 1rem;
    margin: 0;
    margin-right: 1.5rem
}

.header-2 .social-icons .sc-item:last-of-type,
.header-1 .social-icons .sc-item:last-of-type,
.header-basic .social-icons .sc-item:last-of-type {
    margin-right: 0
}

.header-2 .social-icons .sc-icon,
.header-1 .social-icons .sc-icon,
.header-basic .social-icons .sc-icon {
    color: #fff !important
}

.header-2 .social-icons .sc-icon:hover,
.header-1 .social-icons .sc-icon:hover,
.header-basic .social-icons .sc-icon:hover {
    transform: translateY(-3px)
}

@media(max-width:1199px) {
    .header-2 .social-icons .sc-icon,
    .header-1 .social-icons .sc-icon,
    .header-basic .social-icons .sc-icon {
        color: #f48e1e !important;
        font-size: 1.25rem
    }
}

.header-2 .controls-box,
.header-1 .controls-box,
.header-basic .controls-box {
    display: none;
    display: flex;
    align-items: center
}

.header-2 .controls-box .control,
.header-1 .controls-box .control,
.header-basic .controls-box .control {
    margin-right: 1rem;
    width: 2rem;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 100;
    cursor: pointer;
    transition: all .5s ease-in-out 0s
}

.header-2 .controls-box .control:last-child,
.header-1 .controls-box .control:last-child,
.header-basic .controls-box .control:last-child {
    margin-right: 0
}

@media(max-width:767px) {
    .header-2 .controls-box .control,
    .header-1 .controls-box .control,
    .header-basic .controls-box .control {
        margin-right: .5rem
    }
}

.header-2 .controls-box .header-search-btn,
.header-1 .controls-box .header-search-btn,
.header-basic .controls-box .header-search-btn {
    display: flex
}

.header-2 .controls-box .header-search-btn svg.search-icon,
.header-1 .controls-box .header-search-btn svg.search-icon,
.header-basic .controls-box .header-search-btn svg.search-icon {
    fill: #fff;
    max-width: 1.5rem;
    transition: all .5s ease-in-out 0s
}

.header-2 .controls-box .menu-toggler,
.header-1 .controls-box .menu-toggler,
.header-basic .controls-box .menu-toggler {
    margin-right: 1rem;
    display: none
}

.header-2 .controls-box .menu-toggler>span,
.header-1 .controls-box .menu-toggler>span,
.header-basic .controls-box .menu-toggler>span {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition: all .5s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .controls-box .menu-toggler,
    .header-1 .controls-box .menu-toggler,
    .header-basic .controls-box .menu-toggler {
        display: flex
    }
}

.header-2 .controls-box .close-menu span:nth-child(1),
.header-1 .controls-box .close-menu span:nth-child(1),
.header-basic .controls-box .close-menu span:nth-child(1) {
    transform: rotate(225deg) translateY(-9px)
}

.header-2 .controls-box .close-menu span:nth-child(2),
.header-1 .controls-box .close-menu span:nth-child(2),
.header-basic .controls-box .close-menu span:nth-child(2) {
    display: none
}

.header-2 .controls-box .close-menu span:nth-child(3),
.header-1 .controls-box .close-menu span:nth-child(3),
.header-basic .controls-box .close-menu span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px)
}

.header-2 .controls-box .info-toggler,
.header-1 .controls-box .info-toggler,
.header-basic .controls-box .info-toggler {
    display: none
}

.header-2 .controls-box .info-toggler>span,
.header-1 .controls-box .info-toggler>span,
.header-basic .controls-box .info-toggler>span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff
}

@media(max-width:1199px) {
    .header-2 .controls-box .info-toggler,
    .header-1 .controls-box .info-toggler,
    .header-basic .controls-box .info-toggler {
        display: flex
    }
}

.header-2 .header-cta-btn,
.header-1 .header-cta-btn,
.header-basic .header-cta-btn {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: .5rem 1.5rem;
    transition: all .3s ease-in-out 0s
}

.header-2 .header-cta-btn:hover,
.header-1 .header-cta-btn:hover,
.header-basic .header-cta-btn:hover {
    color: #f48e1e;
    background-color: #fff
}

@media(max-width:1199px) {
    .header-2 .header-cta-btn,
    .header-1 .header-cta-btn,
    .header-basic .header-cta-btn {
        display: none
    }
}

.header-2 .bar-top,
.header-1 .bar-top,
.header-basic .bar-top {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #f48e1e;
    transition: all .5s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .bar-top,
    .header-1 .bar-top,
    .header-basic .bar-top {
        height: 0;
        border-bottom: none
    }
}

.header-2 .bar-bottom,
.header-1 .bar-bottom,
.header-basic .bar-bottom {
    border-bottom: 1px solid transparent;
    background: #0303038a
}

@media(max-width:1199px) {
    .header-2 .bar-bottom,
    .header-1 .bar-bottom,
    .header-basic .bar-bottom {
        background-color: #f48e1e
    }
}

.header-2 .bar-bottom .menu-navbar,
.header-1 .bar-bottom .menu-navbar,
.header-basic .bar-bottom .menu-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:1199px) {
    .header-2 .bar-bottom .menu-navbar,
    .header-1 .bar-bottom .menu-navbar,
    .header-basic .bar-bottom .menu-navbar {
        height: 70px
    }
}

@media(max-width:1199px) {
    .header-2 .menu-wrapper,
    .header-1 .menu-wrapper,
    .header-basic .menu-wrapper {
        position: fixed;
        right: -100%;
        width: 100%;
        height: 100%;
        top: 70px;
        transition: all .5s ease-in-out 0s
    }
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel,
    .header-1 .bar-top-group .info-panel,
    .header-basic .bar-top-group .info-panel {
        right: -100%
    }
    .header-2 .bar-top-group .info-panel.show,
    .header-1 .bar-top-group .info-panel.show,
    .header-basic .bar-top-group .info-panel.show {
        right: 0
    }
}

.header-2 .bar-top-group .info-panel .info-title,
.header-1 .bar-top-group .info-panel .info-title,
.header-basic .bar-top-group .info-panel .info-title {
    display: none
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-title,
    .header-1 .bar-top-group .info-panel .info-title,
    .header-basic .bar-top-group .info-panel .info-title {
        display: block;
        font-family: merriweather, "sans-serif";
        font-size: 1.25rem;
        font-weight: 900;
        margin-bottom: .5rem;
        text-transform: capitalize;
        color: #202020
    }
}

.header-2 .bar-top-group .info-panel .info-list,
.header-1 .bar-top-group .info-panel .info-list,
.header-basic .bar-top-group .info-panel .info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

.header-2 .bar-top-group .info-panel .info-list .close-icon,
.header-1 .bar-top-group .info-panel .info-list .close-icon,
.header-basic .bar-top-group .info-panel .info-list .close-icon {
    display: none
}

.header-2 .bar-top-group .info-panel .info-list .info-list-inner,
.header-1 .bar-top-group .info-panel .info-list .info-list-inner,
.header-basic .bar-top-group .info-panel .info-list .info-list-inner {
    display: flex;
    align-items: center;
    margin: 0
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-list .info-list-inner,
    .header-1 .bar-top-group .info-panel .info-list .info-list-inner,
    .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem
    }
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-list,
    .header-1 .bar-top-group .info-panel .info-list,
    .header-basic .bar-top-group .info-panel .info-list {
        flex-direction: column;
        justify-content: unset;
        align-items: flex-start;
        position: absolute;
        right: 0;
        top: 0;
        padding: 3rem 1.5rem;
        background-color: #fff;
        width: 50%;
        height: calc(100% - 70px);
        overflow: auto;
        overflow-x: hidden;
        z-index: 1
    }
    .header-2 .bar-top-group .info-panel .info-list .close-icon,
    .header-1 .bar-top-group .info-panel .info-list .close-icon,
    .header-basic .bar-top-group .info-panel .info-list .close-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 2rem;
        right: 2rem;
        left: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 1.5rem;
        background: #f48e1e;
        color: #fff;
        cursor: pointer
    }
}

@media(max-width:767px) {
    .header-2 .bar-top-group .info-panel .info-list,
    .header-1 .bar-top-group .info-panel .info-list,
    .header-basic .bar-top-group .info-panel .info-list {
        width: 75%
    }
}

.header-2 .bar-top-group .info-panel .info,
.header-1 .bar-top-group .info-panel .info,
.header-basic .bar-top-group .info-panel .info {
    display: flex;
    align-items: center
}

.header-2 .bar-top-group .info-panel .info:not(:last-child),
.header-1 .bar-top-group .info-panel .info:not(:last-child),
.header-basic .bar-top-group .info-panel .info:not(:last-child) {
    margin-right: 2.5rem
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info,
    .header-1 .bar-top-group .info-panel .info,
    .header-basic .bar-top-group .info-panel .info {
        padding: 1rem 0;
        align-items: flex-start
    }
    .header-2 .bar-top-group .info-panel .info:not(:last-child),
    .header-1 .bar-top-group .info-panel .info:not(:last-child),
    .header-basic .bar-top-group .info-panel .info:not(:last-child) {
        margin-right: 0
    }
}

.header-2 .bar-top-group .info-panel .info.info-panel-logo,
.header-1 .bar-top-group .info-panel .info.info-panel-logo,
.header-basic .bar-top-group .info-panel .info.info-panel-logo {
    display: none
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info.info-panel-logo,
    .header-1 .bar-top-group .info-panel .info.info-panel-logo,
    .header-basic .bar-top-group .info-panel .info.info-panel-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem
    }
    .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo,
    .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo,
    .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo {
        width: 65%;
        margin-bottom: 3rem
    }
    .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img,
    .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img,
    .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img {
        max-width: 100%;
        height: auto
    }
}

.header-2 .bar-top-group .info-panel .info-text,
.header-1 .bar-top-group .info-panel .info-text,
.header-basic .bar-top-group .info-panel .info-text {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    transition: all .3s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-text,
    .header-1 .bar-top-group .info-panel .info-text,
    .header-basic .bar-top-group .info-panel .info-text {
        flex-direction: column;
        font-size: 1rem;
        color: #121212;
        opacity: .75
    }
}

.header-2 .bar-top-group .info-panel .info-icon,
.header-1 .bar-top-group .info-panel .info-icon,
.header-basic .bar-top-group .info-panel .info-icon {
    margin-right: 1rem;
    line-height: 1;
    flex-shrink: 0;
    color: #fff;
    transition: all .3s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-icon .icon,
    .header-1 .bar-top-group .info-panel .info-icon .icon,
    .header-basic .bar-top-group .info-panel .info-icon .icon {
        color: #f48e1e;
        font-size: 1.25rem
    }
}

.header-2 .bar-top-group .info-panel .text,
.header-1 .bar-top-group .info-panel .text,
.header-basic .bar-top-group .info-panel .text {
    margin: 0
}

.header-2 .bar-top-group .info-panel .sub-text,
.header-1 .bar-top-group .info-panel .sub-text,
.header-basic .bar-top-group .info-panel .sub-text {
    display: none
}

.header-2 .bar-top-group .info-panel .info-link,
.header-1 .bar-top-group .info-panel .info-link,
.header-basic .bar-top-group .info-panel .info-link {
    color: inherit;
    text-decoration: none !important
}

@media(max-width:1199px) {
    .header-2 .bar-top-group .info-panel .info-link,
    .header-1 .bar-top-group .info-panel .info-link,
    .header-basic .bar-top-group .info-panel .info-link {
        margin-right: 0;
        margin-bottom: .75rem
    }
}

.header-2 .header-logo,
.header-1 .header-logo,
.header-basic .header-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-2 .header-logo .logo-img,
.header-1 .header-logo .logo-img,
.header-basic .header-logo .logo-img {
    display: block;
    max-width: 13rem;
    padding: .5rem 0;
    transition: all .5s ease-in-out 0s
}

.header-2 .header-logo .logo-img.light-logo,
.header-1 .header-logo .logo-img.light-logo,
.header-basic .header-logo .logo-img.light-logo {
    display: block
}

.header-2 .header-logo .logo-img.dark-logo,
.header-1 .header-logo .logo-img.dark-logo,
.header-basic .header-logo .logo-img.dark-logo {
    display: none
}

.header-2 .links,
.header-1 .links,
.header-basic .links {
    margin-left: auto;
    margin-right: 1rem
}

@media(max-width:1199px) {
    .header-2 .links,
    .header-1 .links,
    .header-basic .links {
        left: -100%;
        margin: 0
    }
    .header-2 .links.show,
    .header-1 .links.show,
    .header-basic .links.show {
        left: 0
    }
}

.header-2 .links-list,
.header-1 .links-list,
.header-basic .links-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

@media(max-width:1199px) {
    .header-2 .links-list,
    .header-1 .links-list,
    .header-basic .links-list {
        position: absolute;
        top: 0;
        width: 50%;
        max-height: calc(100% - 70px);
        padding: 1rem 0;
        flex-direction: column;
        align-items: start;
        justify-content: unset;
        overflow: auto;
        overflow-x: hidden;
        background-color: #fff
    }
}

@media(max-width:767px) {
    .header-2 .links-list,
    .header-1 .links-list,
    .header-basic .links-list {
        width: 75%
    }
}

.header-2 .menu-item,
.header-1 .menu-item,
.header-basic .menu-item {
    position: relative;
    padding: 0 1rem
}

@media(max-width:1199px) {
    .header-2 .menu-item,
    .header-1 .menu-item,
    .header-basic .menu-item {
        width: 100%;
        padding: 0
    }
}

.header-2 .menu-link,
.header-1 .menu-link,
.header-basic .menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none !important;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 70px;
    overflow: hidden;
    transition: all .3s ease-in-out 0s
}

.header-2 .menu-link::before,
.header-1 .menu-link::before,
.header-basic .menu-link::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 100%;
    bottom: 25%;
    left: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s ease-in-out 0s
}

.header-2 .menu-link .down-Arrow-icon,
.header-1 .menu-link .down-Arrow-icon,
.header-basic .menu-link .down-Arrow-icon {
    line-height: 1;
    font-size: .65rem;
    margin-left: .25rem
}

.header-2 .menu-link:hover,
.header-1 .menu-link:hover,
.header-basic .menu-link:hover,
.header-2 .menu-link.active,
.header-1 .menu-link.active,
.header-basic .menu-link.active {
    opacity: 1
}

.header-2 .menu-link:hover::before,
.header-1 .menu-link:hover::before,
.header-basic .menu-link:hover::before,
.header-2 .menu-link.active::before,
.header-1 .menu-link.active::before,
.header-basic .menu-link.active::before {
    transform: scaleX(1)
}

@media(max-width:1199px) {
    .header-2 .menu-link,
    .header-1 .menu-link,
    .header-basic .menu-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: .75rem 1rem;
        color: #121212;
        line-height: calc(70px/2)
    }
    .header-2 .menu-link::before,
    .header-1 .menu-link::before,
    .header-basic .menu-link::before {
        color: #f48e1e;
        display: none
    }
    .header-2 .menu-link .down-Arrow-icon,
    .header-1 .menu-link .down-Arrow-icon,
    .header-basic .menu-link .down-Arrow-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.25rem;
        height: 1.25rem;
        color: #f48e1e;
        border: 1px solid #f48e1e
    }
    .header-2 .menu-link:hover,
    .header-1 .menu-link:hover,
    .header-basic .menu-link:hover {
        color: #f48e1e
    }
}

.header-2 .has-sub-menu>.sub-menu,
.header-1 .has-sub-menu>.sub-menu,
.header-basic .has-sub-menu>.sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 18rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(32, 32, 32, .25);
    transition: all .3s ease-in-out 0s
}

@media(max-width:1199px) {
    .header-2 .has-sub-menu>.sub-menu,
    .header-1 .has-sub-menu>.sub-menu,
    .header-basic .has-sub-menu>.sub-menu {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: none;
        padding: 0;
        transform: translateY(0);
        background-color: #fff;
        transition: none
    }
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-item,
.header-1 .has-sub-menu>.sub-menu .sub-menu-item,
.header-basic .has-sub-menu>.sub-menu .sub-menu-item {
    padding: 0
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link {
    line-height: unset;
    color: #121212;
    padding: 1rem !important;
    padding-left: 1.5rem !important
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link::before,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link::before,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link::before {
    content: '';
    display: block;
    height: 3px;
    width: 1rem;
    left: 0;
    background-color: #f48e1e;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transform-origin: left;
    transition: all .3s ease-in-out 0s
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link::after,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link::after,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link::after {
    content: '';
    position: absolute;
    background-color: #f48e1e;
    height: 100%;
    width: 4px;
    right: -4px;
    left: auto;
    transition: all .3s ease-in-out 0s
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover {
    padding: 1rem 1rem 1rem 2rem !important;
    padding-left: 2rem !important;
    color: #f48e1e
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover::before,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover::before,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover::before {
    transform: translateY(-50%) scale(1)
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover::after,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover::after,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover::after {
    right: 0;
    left: auto
}

@media(max-width:1199px) {
    .header-2 .has-sub-menu>.sub-menu .sub-menu-link,
    .header-1 .has-sub-menu>.sub-menu .sub-menu-link,
    .header-basic .has-sub-menu>.sub-menu .sub-menu-link {
        line-height: unset;
        padding: 1rem 1rem 1rem 2rem !important
    }
    .header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover,
    .header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover,
    .header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover {
        padding: 1rem 1rem 1rem 2.5rem !important;
        color: #f48e1e
    }
}

.header-2 .has-sub-menu:hover>.sub-menu,
.header-1 .has-sub-menu:hover>.sub-menu,
.header-basic .has-sub-menu:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header-2 .has-sub-menu .has-sub-menu .sub-menu,
.header-1 .has-sub-menu .has-sub-menu .sub-menu,
.header-basic .has-sub-menu .has-sub-menu .sub-menu {
    top: 0;
    right: 100%;
    left: auto
}

@media(max-width:1199px) {
    .header-2 .has-sub-menu>.sub-menu,
    .header-1 .has-sub-menu>.sub-menu,
    .header-basic .has-sub-menu>.sub-menu {}
    .header-2 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link,
    .header-1 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link,
    .header-basic .has-sub-menu>.sub-menu .sub-menu .sub-menu-link {
        line-height: unset;
        padding: 1rem 1rem 1rem 3rem !important
    }
    .header-2 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover,
    .header-1 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover,
    .header-basic .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover {
        padding: 1rem 1rem 1rem 3.5rem !important;
        color: #f48e1e
    }
}

.is-dark.header-2 .bar-top,
.is-dark.header-1 .bar-top,
.is-dark.header-basic .bar-top {
    background-color: #121212
}

.is-dark.header-2 .bar-top .info-icon .icon,
.is-dark.header-1 .bar-top .info-icon .icon,
.is-dark.header-basic .bar-top .info-icon .icon {
    color: #f48e1e
}

.is-dark.header-2 .bar-top .info-text,
.is-dark.header-1 .bar-top .info-text,
.is-dark.header-basic .bar-top .info-text {
    color: #fff
}

@media(max-width:1199px) {
    .is-dark.header-2 .bar-top .info-text,
    .is-dark.header-1 .bar-top .info-text,
    .is-dark.header-basic .bar-top .info-text {
        color: #202020
    }
}

.is-dark.header-2 .social-icons .sc-icon,
.is-dark.header-1 .social-icons .sc-icon,
.is-dark.header-basic .social-icons .sc-icon {
    color: #fff !important
}

@media(max-width:1199px) {
    .is-dark.header-2 .social-icons .sc-icon,
    .is-dark.header-1 .social-icons .sc-icon,
    .is-dark.header-basic .social-icons .sc-icon {
        color: #f48e1e !important
    }
}

@media(max-width:1199px) {
    .is-dark.header-2 .bar-bottom,
    .is-dark.header-1 .bar-bottom,
    .is-dark.header-basic .bar-bottom {
        background-color: #121212
    }
}

.is-dark.is-sticky.header-2 .bar-bottom,
.is-dark.is-sticky.header-1 .bar-bottom,
.is-dark.is-sticky.header-basic .bar-bottom {
    border-color: rgba(255, 255, 255, .1);
    background-color: #121212 !important
}

.is-light.header-2 .bar-top,
.is-light.header-1 .bar-top,
.is-light.header-basic .bar-top {
    background-color: #fff
}

.is-light.header-2 .bar-top .info-icon .icon,
.is-light.header-1 .bar-top .info-icon .icon,
.is-light.header-basic .bar-top .info-icon .icon {
    color: #f48e1e
}

.is-light.header-2 .bar-top .info-text,
.is-light.header-1 .bar-top .info-text,
.is-light.header-basic .bar-top .info-text {
    color: #202020
}

.is-light.header-2 .social-icons .sc-icon,
.is-light.header-1 .social-icons .sc-icon,
.is-light.header-basic .social-icons .sc-icon {
    color: #f48e1e !important
}

@media(max-width:1199px) {
    .is-light.header-2 .bar-bottom,
    .is-light.header-1 .bar-bottom,
    .is-light.header-basic .bar-bottom {
        background-color: #fff
    }
    .is-light.header-2 .bar-bottom .header-logo .dark-logo,
    .is-light.header-1 .bar-bottom .header-logo .dark-logo,
    .is-light.header-basic .bar-bottom .header-logo .dark-logo {
        display: block
    }
    .is-light.header-2 .bar-bottom .header-logo .light-logo,
    .is-light.header-1 .bar-bottom .header-logo .light-logo,
    .is-light.header-basic .bar-bottom .header-logo .light-logo {
        display: none
    }
    .is-light.header-2 .bar-bottom .menu-link,
    .is-light.header-1 .bar-bottom .menu-link,
    .is-light.header-basic .bar-bottom .menu-link {
        color: #121212
    }
    .is-light.header-2 .bar-bottom .menu-link::before,
    .is-light.header-1 .bar-bottom .menu-link::before,
    .is-light.header-basic .bar-bottom .menu-link::before {
        background-color: #121212
    }
    .is-light.header-2 .bar-bottom .menu-link.sub-menu-link::before,
    .is-light.header-1 .bar-bottom .menu-link.sub-menu-link::before,
    .is-light.header-basic .bar-bottom .menu-link.sub-menu-link::before {
        background-color: #f48e1e
    }
    .is-light.header-2 .bar-bottom .header-search-btn svg.search-icon,
    .is-light.header-1 .bar-bottom .header-search-btn svg.search-icon,
    .is-light.header-basic .bar-bottom .header-search-btn svg.search-icon {
        fill: #121212
    }
    .is-light.header-2 .bar-bottom .menu-toggler>span,
    .is-light.header-1 .bar-bottom .menu-toggler>span,
    .is-light.header-basic .bar-bottom .menu-toggler>span {
        background-color: #121212
    }
    .is-light.header-2 .bar-bottom .info-toggler>span,
    .is-light.header-1 .bar-bottom .info-toggler>span,
    .is-light.header-basic .bar-bottom .info-toggler>span {
        background-color: #121212
    }
    .is-light.header-2 .bar-bottom .header-cta-btn,
    .is-light.header-1 .bar-bottom .header-cta-btn,
    .is-light.header-basic .bar-bottom .header-cta-btn {
        color: #fff;
        background-color: #f48e1e;
        border: 2px solid #f48e1e
    }
    .is-light.header-2 .bar-bottom .header-cta-btn:hover,
    .is-light.header-1 .bar-bottom .header-cta-btn:hover,
    .is-light.header-basic .bar-bottom .header-cta-btn:hover {
        color: #f48e1e
    }
}

.is-light.is-sticky.header-2 .bar-bottom,
.is-light.is-sticky.header-1 .bar-bottom,
.is-light.is-sticky.header-basic .bar-bottom {
    border-color: rgba(18, 18, 18, .1);
    background-color: #fff !important
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .dark-logo,
.is-light.is-sticky.header-1 .bar-bottom .header-logo .dark-logo,
.is-light.is-sticky.header-basic .bar-bottom .header-logo .dark-logo {
    display: block
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .light-logo,
.is-light.is-sticky.header-1 .bar-bottom .header-logo .light-logo,
.is-light.is-sticky.header-basic .bar-bottom .header-logo .light-logo {
    display: none
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link,
.is-light.is-sticky.header-1 .bar-bottom .menu-link,
.is-light.is-sticky.header-basic .bar-bottom .menu-link {
    color: #121212
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link::before,
.is-light.is-sticky.header-1 .bar-bottom .menu-link::before,
.is-light.is-sticky.header-basic .bar-bottom .menu-link::before {
    background-color: #121212
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link.sub-menu-link::before,
.is-light.is-sticky.header-1 .bar-bottom .menu-link.sub-menu-link::before,
.is-light.is-sticky.header-basic .bar-bottom .menu-link.sub-menu-link::before {
    background-color: #f48e1e
}

.is-light.is-sticky.header-2 .bar-bottom .header-search-btn svg.search-icon,
.is-light.is-sticky.header-1 .bar-bottom .header-search-btn svg.search-icon,
.is-light.is-sticky.header-basic .bar-bottom .header-search-btn svg.search-icon {
    fill: #121212
}

.is-light.is-sticky.header-2 .bar-bottom .menu-toggler>span,
.is-light.is-sticky.header-1 .bar-bottom .menu-toggler>span,
.is-light.is-sticky.header-basic .bar-bottom .menu-toggler>span {
    background-color: #121212
}

.is-light.is-sticky.header-2 .bar-bottom .info-toggler>span,
.is-light.is-sticky.header-1 .bar-bottom .info-toggler>span,
.is-light.is-sticky.header-basic .bar-bottom .info-toggler>span {
    background-color: #121212
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn,
.is-light.is-sticky.header-1 .bar-bottom .header-cta-btn,
.is-light.is-sticky.header-basic .bar-bottom .header-cta-btn {
    color: #fff;
    background-color: #f48e1e;
    border: 2px solid #f48e1e
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn:hover,
.is-light.is-sticky.header-1 .bar-bottom .header-cta-btn:hover,
.is-light.is-sticky.header-basic .bar-bottom .header-cta-btn:hover {
    color: #f48e1e;
    background-color: transparent
}

@media(min-width:1199px) {
    .header-2.is-sticky {
        top: -40px
    }
}

.header-2.is-sticky .bar-bottom {
    background-color: #f48e1e
}

.header-1 .bar-top {
    height: 70px
}

@media(max-width:1199px) {
    .header-1 .bar-top {
        height: 0;
        border-bottom: none
    }
}

.header-1 .bar-top-group .info-panel .info {
    display: flex;
    align-items: center
}

.header-1 .bar-top-group .info-panel .info.info-panel-logo {
    display: none
}

@media(max-width:1199px) {
    .header-1 .bar-top-group .info-panel .info.info-panel-logo {
        display: flex
    }
}

.header-1 .bar-top-group .info-panel .info .info-icon .icon {
    font-size: 1.75rem
}

@media(max-width:1199px) {
    .header-1 .bar-top-group .info-panel .info .info-icon .icon {
        font-size: 1.75rem
    }
}

.header-1 .bar-top-group .info-panel .info .info-text {
    flex-direction: column;
    align-items: flex-start
}

.header-1 .bar-top-group .info-panel .info .text {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize
}

.header-1 .bar-top-group .info-panel .info .sub-text {
    display: block;
    opacity: .75
}

@media(max-width:1199px) {
    .header-1 .bar-top-group .info-panel .info .sub-text {
        opacity: .9
    }
}

@media(min-width:1199px) {
    .header-1.is-sticky {
        top: -70px
    }
}

.header-1.is-sticky .bar-bottom {
    background-color: #000
}

@media(min-width:1199px) {
    .header-basic.is-sticky {
        top: 0 !important
    }
}

.header-basic.is-sticky .bar-bottom {
    background-color: #f48e1e
}

.header-basic .controls-box .info-toggler {
    display: none
}

.page-hero .hero-text-area .hero-title,
.hero-swiper-slider .slide-title {
    font-family: merriweather, "sans-serif";
    font-weight: 900;
    font-size: 4rem;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    color: #fff;
    line-height: 1.3
}

.page-hero .hero-text-area .hero-title .first-word,
.hero-swiper-slider .slide-title .first-word {
    position: relative
}

@media(max-width:1199px) {
    .page-hero .hero-text-area .hero-title,
    .hero-swiper-slider .slide-title {
        font-size: 3rem !important
    }
}

@media(max-width:575px) {
    .page-hero .hero-text-area .hero-title,
    .hero-swiper-slider .slide-title {
        font-size: 2rem !important;
        font-weight: 700 !important
    }
}

.page-hero .hero-text-area .hero-subtitle,
.hero-swiper-slider .slide-subtitle {
    color: #f1f1f1;
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.7
}

@media(max-width:991px) {
    .page-hero .hero-text-area .hero-subtitle,
    .hero-swiper-slider .slide-subtitle {
        font-size: 1rem
    }
}

@media(max-height:500px) {
    .page-hero .hero-text-area .hero-subtitle,
    .hero-swiper-slider .slide-subtitle {
        display: none
    }
}

.hero-social-icons {
    position: absolute;
    z-index: 900;
    transition: all .5s ease-in-out 0s
}

.hero-social-icons.start-align {
    left: 3rem;
    right: auto
}

.hero-social-icons.center-align {
    width: 100%;
    text-align: center
}

.hero-social-icons.end-align {
    right: 3rem;
    left: auto
}

.hero-social-icons.center-position {
    top: 50%;
    transform: translateY(-50%)
}

.hero-social-icons.bottom-position {
    bottom: 4rem;
    top: auto
}

.hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
    margin-right: 2rem
}

.hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
    color: #fff
}

.hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
    margin-bottom: 2rem
}

.hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
    color: #fff
}

@media(max-width:991px) {
    .hero-social-icons {
        display: none
    }
}

@media(max-height:500px) {
    .hero-social-icons {
        display: none
    }
}

.page-hero {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    padding: 120px 0;
    background: #f48e1e
}

@media(max-width:991px) {
    .page-hero {
        height: auto;
        min-height: 100vh
    }
}

@media(max-height:600px) {
    .page-hero {
        height: auto
    }
}

.page-hero .overlay-color {
    opacity: .5 !important
}

.page-hero .hero-text-area {
    padding-top: 4rem
}

.page-hero .hero-text-area .tag-line {
    color: #fff
}

.page-hero .hero-text-area .hero-title {
    display: inline-block;
    position: relative;
    z-index: 0
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
    position: relative;
    display: inline-block;
    line-height: 1
}

.page-hero .hero-text-area .hero-title .featured-text {
    font-weight: 900
}

.page-hero .cta-links-area {
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.page-hero .cta-links-area .cta-link {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.15rem;
    background: 0 0;
    color: #fff;
    border-color: #fff;
    min-width: 180px
}

@media(max-width:991px) {
    .page-hero .cta-links-area .cta-link {
        font-size: 1rem;
        padding: .75rem 1.5rem;
        min-width: auto
    }
}

.page-hero .cta-links-area .cta-link:last-child {
    margin-right: 0
}

.page-hero .cta-links-area .cta-link:hover {
    background: #fff;
    color: #f48e1e;
    border-color: #fff
}

.page-hero .cta-links-area .cta-link-primary {
    background: #f48e1e;
    color: #fff;
    border-color: #f48e1e
}

.page-hero .cta-links-area .cta-link-primary:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.page-hero.hero-image-bg .overlay-photo-image-bg {
    background-image: url(../assets/Images/hero/hero-bg-4.jpg);
    z-index: -1;
    opacity: 1
}

.hero-vegas-slider {
    position: relative;
    height: 100vh
}

.hero-vegas-slider .overlay-color {
    z-index: 0 !important
}

.hero-vegas-slider .vegas-slider-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hero-swiper-slider {
    padding: 0;
    background: #121212
}

.hero-swiper-slider .swiper-slide {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.hero-swiper-slider .slide-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.hero-swiper-slider .slide-bg-img .overlay-color {
    z-index: 0
}

.hero-swiper-slider .tag-line {
    transform: translateY(-1rem);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    transition-delay: .3s
}

.hero-swiper-slider .slide-title {
    display: inline-block;
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all .8s ease-in-out 0s;
    transition-delay: .5s
}

.hero-swiper-slider .slide-subtitle {
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    transition-delay: .8s
}

.hero-swiper-slider .cta-links-area {
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    transition-delay: 1s
}

.hero-swiper-slider .slider-stacked-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    z-index: 11
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
    position: static;
    margin: .25rem 0;
    transform: none
}

@media(max-width:991px) {
    .hero-swiper-slider .slider-stacked-arrows {
        bottom: 1rem;
        top: auto;
        width: 100%;
        transform: none;
        left: 0;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    background: rgba(255, 255, 255, .35);
    color: #fff;
    outline: none;
    top: 50%;
    transform: translateY(-50%)
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
    background-color: rgba(195, 80, 35, .8)
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
    background: rgba(195, 80, 35, .85)
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-button-prev,
    .hero-swiper-slider .swiper-button-next {
        bottom: 1rem;
        top: auto;
        transform: none
    }
}

@media(max-width:575px) {
    .hero-swiper-slider .swiper-button-prev,
    .hero-swiper-slider .swiper-button-next {
        display: none
    }
}

.hero-swiper-slider .swiper-button-prev {
    left: 3rem;
    right: auto
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-button-prev {
        left: 10px
    }
}

.hero-swiper-slider .swiper-button-next {
    right: 3rem;
    left: auto
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-button-next {
        right: 10px
    }
}

.hero-swiper-slider .swiper-pagination-fraction {
    width: auto;
    right: 3rem;
    left: auto;
    bottom: 4rem;
    font-size: 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, .65)
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-pagination-fraction {
        width: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        background: 0 0;
        font-size: 1rem;
        bottom: 1rem
    }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
    display: inline-block;
    font-weight: 700
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 1.5rem
    }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 4rem;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff
}

@media(max-width:991px) {
    .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 3rem
    }
}

.hero-swiper-slider .slides-state {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: merriweather, "sans-serif";
    z-index: 11
}

.hero-swiper-slider .slides-state .slide-num {
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    transition: all .5s ease-in-out 0s
}

@media(max-width:575px) {
    .hero-swiper-slider .slides-state .slide-num {
        display: none
    }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
    opacity: .5
}

.hero-swiper-slider .slides-state .swiper-pagination {
    position: static;
    margin: 0 1rem;
    display: flex;
    align-items: center
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
    width: 3rem;
    height: .5rem;
    display: inline-block;
    border-radius: 2rem;
    background-color: #fff;
    transition: all .5s ease-in-out 0s
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f48e1e
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
    margin-right: .5rem !important
}

@media(min-width:768px) {
    .hero-swiper-slider .slides-state.v-align {
        right: -3rem;
        left: auto;
        transform: rotate(90deg) translateY(-50%);
        top: 50%;
        bottom: auto
    }
    .hero-swiper-slider .slides-state.v-align .slide-num {
        transform: rotate(-90deg)
    }
}

.hero-swiper-slider .swiper-slide-active .tag-line,
.hero-swiper-slider .swiper-slide-active .slide-title,
.hero-swiper-slider .swiper-slide-active .slide-subtitle,
.hero-swiper-slider .swiper-slide-active .cta-links-area {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.hero-swiper-slider.off-grid-text:before {
    content: '';
    width: 100%;
    height: 65%;
    background-color: rgba(18, 18, 18, .5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
    background: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .05;
    z-index: 1;
    width: 100%;
    height: 65%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.hero-swiper-slider.off-grid-text .slide-bg-img {
    width: 65%;
    min-width: 65%;
    left: auto;
    right: 0
}

.hero-swiper-slider.slider-parallax .tag-line {
    transition-delay: .6s
}

.hero-swiper-slider.slider-parallax .slide-title {
    transition-delay: 1s
}

.hero-swiper-slider.slider-parallax .slide-subtitle {
    transition-delay: 1.1s
}

.hero-swiper-slider.slider-parallax .cta-links-area {
    transition-delay: 1.3s
}

.inner-page-hero {
    height: 60vh;
    min-height: 60vh
}

.inner-page-hero .overlay-photo-image-bg {
    background-image: url(../assets/Images/hero/inner-page-hero.html);
    opacity: 1
}

.inner-page-hero .hero-text-area {
    text-align: center
}

.inner-page-hero .hero-text-area .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    margin: 0;
    padding: 0
}

.inner-page-hero .hero-text-area .breadcrumb .icon {
    margin-right: .5rem
}

.inner-page-hero .hero-text-area .breadcrumb-item {
    color: rgba(255, 255, 255, .65);
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600
}

@media(max-width:1199px) {
    .inner-page-hero .hero-text-area .breadcrumb-item {
        font-size: 1rem
    }
}

.inner-page-hero .hero-text-area .breadcrumb-item:before {
    color: #fff;
    padding-right: .5rem
}

.inner-page-hero .hero-text-area .breadcrumb-link {
    color: #fff;
    text-decoration: none;
    transition: color .25s ease-in 0s
}

.inner-page-hero .hero-text-area .breadcrumb-link:hover {
    color: #f48e1e
}

@keyframes ma-scale {
    50% {
        transform: scale(1.2)
    }
}

.services-boxed .overlay-photo-image-bg,
.services-bg-img .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg);
    opacity: .025
}

.services-boxed .service-box,
.services-bg-img .service-box {
    position: relative;
    padding: 4rem 2rem;
    transition: all .3s ease-in-out 0s;
    z-index: 0
}

.services-boxed .service-card,
.services-bg-img .service-card {
    overflow: hidden
}

.services-boxed .service-icon,
.services-bg-img .service-icon {
    margin-bottom: 1.5rem;
    transition: all .3s ease-in-out 0s
}

.services-boxed .font-icon,
.services-bg-img .font-icon {
    display: inline-block;
    font-size: 2.5rem;
    color: #f48e1e;
    transform-origin: center;
    transition: all .3s ease-in-out 0s
}

.services-boxed .service-num,
.services-bg-img .service-num {
    font-family: merriweather, "sans-serif";
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    opacity: 0;
    line-height: 1
}

.services-boxed .img-icon,
.services-bg-img .img-icon {
    width: 60px;
    height: 60px
}

.services-boxed .service-content,
.services-bg-img .service-content {
    margin-bottom: 1.5rem
}

.services-boxed .service-title,
.services-bg-img .service-title {
    text-transform: capitalize;
    font-size: 1.35rem;
    font-weight: 700;
    font-family: merriweather, "sans-serif";
    color: #202020;
    margin-bottom: 1rem
}

.services-boxed .service-text,
.services-bg-img .service-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #b8b8b8
}

@media(max-width:991px) {
    .lifted-up-box.services-boxed .services-row,
    .lifted-up-box.services-bg-img .services-row {
        padding: 6rem 0
    }
}

.lifted-up-box.services-boxed .service-box,
.lifted-up-box.services-bg-img .service-box {
    margin-top: -8rem
}

@media(max-width:991px) {
    .lifted-up-box.services-boxed .service-box,
    .lifted-up-box.services-bg-img .service-box {
        margin-top: 0
    }
}

.services-boxed .services-row {
    margin-bottom: 1rem
}

.services-boxed .service-box {
    margin-bottom: 2rem;
    border-radius: .5rem;
    padding: 2rem;
    border: 1px solid rgba(195, 80, 35, .35);
    box-shadow: 0 0 10px 0 rgba(18, 18, 18, .1)
}

@media(max-width:991px) {
    .services-boxed .service-box {
        padding: 2rem
    }
}

.services-boxed .service-box:hover,
.services-boxed .service-box.featured {
    background-color: #f48e1e
}

.services-boxed .service-box:hover .service-num,
.services-boxed .service-box.featured .service-num {
    opacity: .3
}

.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .read-more,
.services-boxed .service-box.featured .service-title,
.services-boxed .service-box.featured .service-text,
.services-boxed .service-box.featured .font-icon,
.services-boxed .service-box.featured .read-more {
    color: #fff
}

.services-boxed.is-dark {
    background-color: #202020
}

.services-boxed.is-dark .section-heading .section-title {
    color: #fff !important
}

.services-boxed.is-dark .section-heading .section-subtitle {
    color: #fff !important;
    opacity: .75
}

.services-boxed.is-dark .section-heading .line {
    background-color: #fff !important
}

.services-boxed.is-dark .service-title {
    color: #fff
}

.services-boxed.is-dark .service-text {
    color: #fff;
    opacity: .85
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
    top: 0;
    left: 0;
    background-image: url(../assets/Images/services/section-bg.jpg);
    opacity: 1;
    height: 50%
}

.services-bg-img.half-bg-img .overlay-photo-image-bg+.overlay-color {
    top: 0;
    height: 50%
}

.services-bg-img.half-bg-img .section-heading .section-title {
    color: #f1f1f1 !important
}

.services-bg-img.half-bg-img .section-heading .line {
    background-color: #fff !important
}

.services-bg-img .service-box {
    margin-bottom: 2rem;
    border-radius: 0
}

.services-bg-img .service-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    transition: all .5s ease-in-out 0s
}

.services-bg-img .service-box .bg-img .overlay-color {
    z-index: 1;
    opacity: .85
}

.services-bg-img .service-box .bg-img .service-bg-img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease-in-out 0s
}

.services-bg-img .service-box .service-content {
    margin-bottom: 2rem
}

.services-bg-img .service-box .service-content .service-title {
    color: #fff
}

.services-bg-img .service-box .service-content .service-text {
    color: #f1f1f1
}

.services-bg-img .service-box:hover .bg-img .overlay-color {
    opacity: .75
}

.services-bg-img .service-box:hover .bg-img .service-bg-img {
    transform: scale(1.2);
    transition: transform 1s ease-in-out 0s
}

.flip-cards {
    background-color: #121212
}

.flip-cards .section-heading .section-title {
    color: #fff
}

.flip-cards .section-heading .section-subtitle {
    color: #fff;
    opacity: .85
}

.flip-cards .section-heading .line {
    background-color: #fff
}

.flip-cards .flip-card {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-bottom: 2rem;
    transition: all .5s ease-in-out 0s;
    z-index: 0
}

.flip-cards .flip-card .front-face,
.flip-cards .flip-card .back-face {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(195, 80, 35, .35);
    border-radius: .5rem;
    padding: 3rem 2rem;
    backface-visibility: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    perspective: inherit;
    transition: all 1s ease 0s;
    box-shadow: 0 0 10px 0 rgba(18, 18, 18, .1);
    height: 350px
}

.flip-cards .flip-card .front-face .overlay-color,
.flip-cards .flip-card .back-face .overlay-color {
    opacity: .6
}

.bg-img-wrapper img {
    width: 100%
}

.service-icon img {
    width: 60px
}

.flip-cards .flip-card .front-face .front-face-inner,
.flip-cards .flip-card .front-face .back-face-inner,
.flip-cards .flip-card .back-face .front-face-inner,
.flip-cards .flip-card .back-face .back-face-inner {
    backface-visibility: hidden;
    transform: translateZ(100px) scale(.8);
    transition: all 1s ease 0s
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .front-face .title-wrapper,
.flip-cards .flip-card .front-face .desc-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper,
.flip-cards .flip-card .back-face .title-wrapper,
.flip-cards .flip-card .back-face .desc-wrapper {
    margin-bottom: 1.5rem
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.flip-cards .flip-card .front-face .icon-wrapper .icon,
.flip-cards .flip-card .back-face .icon-wrapper .icon {
    font-size: 2.5rem;
    color: #f48e1e
}

.flip-cards .flip-card .front-face .title-wrapper .title,
.flip-cards .flip-card .back-face .title-wrapper .title {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: merriweather, "sans-serif";
    color: #fff
}

.flip-cards .flip-card .front-face .desc-wrapper .desc,
.flip-cards .flip-card .back-face .desc-wrapper .desc {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff
}

.flip-cards .flip-card .front-face .bg-img-wrapper,
.flip-cards .flip-card .back-face .bg-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1
}

.flip-cards .flip-card .front-face .bg-img-wrapper .bg-img,
.flip-cards .flip-card .back-face .bg-img-wrapper .bg-img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: auto
}

.about .content-block:not(:last-child) {
    margin-bottom: 1rem
}

.about .content-block.wide-section {
    margin-bottom: 0 !important;
    background-color: #202020
}

.about .content-block.wide-section .text-area {
    padding: 6rem 4rem
}

@media(min-width:1920px) {
    .about .content-block.wide-section .text-area {
        max-width: 950px;
        margin: 0 auto
    }
}

@media(max-width:991px) {
    .about .content-block.wide-section .text-area {
        margin: 0 1rem;
        padding: 3rem 0
    }
}

@media(max-width:991px) {
    .about .content-block.wide-section .wide-img-area {
        max-height: 500px
    }
}

.about .content-block .pad-start .text-area {
    padding-left: 2rem
}

@media(max-width:991px) {
    .about .content-block .pad-start .text-area {
        padding-left: 0
    }
}

.about .content-block .pad-end .text-area {
    padding-right: 2rem
}

@media(max-width:991px) {
    .about .content-block .pad-end .text-area {
        padding-right: 0
    }
}

.about .about-col,
.about .img-area {
    position: relative;
    z-index: 0
}

.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
    position: absolute;
    min-width: 100px;
    min-height: 250px;
    background-color: #f48e1e;
    color: #fff;
    border: 4px solid #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: -2rem;
    bottom: auto
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
    font-family: merriweather, "sans-serif";
    font-size: 6rem;
    font-weight: 900;
    line-height: 1
}

@media(max-width:767px) {
    .about .about-col .photo-banner-start .number,
    .about .about-col .photo-banner-end .number,
    .about .img-area .photo-banner-start .number,
    .about .img-area .photo-banner-end .number {
        font-size: 4rem;
        font-weight: 700
    }
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0
}

@media(max-width:767px) {
    .about .about-col .photo-banner-start .banner-text,
    .about .about-col .photo-banner-end .banner-text,
    .about .img-area .photo-banner-start .banner-text,
    .about .img-area .photo-banner-end .banner-text {
        font-size: 1rem
    }
}

.about .about-col .photo-banner-start .line,
.about .about-col .photo-banner-end .line,
.about .img-area .photo-banner-start .line,
.about .img-area .photo-banner-end .line {
    background-color: #fff
}

.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
    color: #fff
}

@media(max-width:767px) {
    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: -1.5rem !important;
        bottom: auto !important;
        left: auto !important;
        right: -1.5rem !important;
        min-height: 180px
    }
}

@media(max-width:575px) {
    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: 0 !important;
        bottom: auto !important;
        left: auto !important;
        right: 0 !important
    }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
    left: -2rem;
    right: auto
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
    left: auto;
    right: -2rem
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 1rem;
    top: auto;
    right: auto;
    left: 1rem;
    background: 0 0;
    transform: rotate(15deg);
    z-index: 5
}

@media(max-width:767px) {
    .about .about-col .banner-seal-logo,
    .about .img-area .banner-seal-logo {
        width: 150px;
        height: 150px
    }
}

.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
    right: auto;
    left: 1rem
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
    left: auto;
    right: 1rem
}

.about .about-col .video-wrapper,
.about .img-area .video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 10
}

.about .about-col .video-wrapper.on-start,
.about .img-area .video-wrapper.on-start {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%)
}

@media(max-width:991px) {
    .about .about-col .video-wrapper.on-start,
    .about .img-area .video-wrapper.on-start {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%)
    }
}

.about .about-col .video-wrapper.on-end,
.about .img-area .video-wrapper.on-end {
    right: 0;
    left: auto;
    transform: translate(50%, -50%)
}

@media(max-width:991px) {
    .about .about-col .video-wrapper.on-end,
    .about .img-area .video-wrapper.on-end {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%)
    }
}

@media(max-width:991px) {
    .about .about-col .video-wrapper,
    .about .img-area .video-wrapper {
        top: 100%;
        left: 50%;
        right: auto
    }
}

.about .img-area {
    padding: 0
}

.about .img-area.framed::before,
.about .img-area.framed::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 2px solid #fff;
    z-index: 5
}

.about .img-area.framed::before {
    border-right: none;
    border-bottom: none;
    top: 30px;
    left: 30px
}

.about .img-area.framed::after {
    border-left: none;
    border-top: none;
    bottom: 30px;
    right: 30px
}

.about .img-area .overlay-color {
    opacity: .2;
    z-index: 1
}

@media(max-width:991px) {
    .about .img-area {
        padding: 0;
        width: 100%
    }
    .about .img-area .about-img {
        max-height: 350px;
        width: 100%;
        object-fit: cover
    }
}

.about .wide-img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0
}

.about .wide-img-area .overlay-color {
    opacity: .5;
    z-index: 1
}

.about .wide-img-area>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    transform-origin: center;
    object-fit: cover;
    transition: all .5s ease-in-out 0s
}

@media(max-width:991px) {
    .about .wide-img-area {
        position: relative;
        width: 100%;
        max-height: 360px
    }
}

.about .text-area {
    position: relative;
    padding: 3rem 0
}

.about .text-area .section-heading {
    margin-bottom: 1rem
}

.about .text-area .about-title {
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize;
    font-family: merriweather, "sans-serif";
    margin-bottom: 1.25rem;
    color: #202020
}

@media(max-width:767px) {
    .about .text-area .about-title {
        font-size: 2rem;
        margin-bottom: .75rem
    }
}

.about .text-area .about-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #202020;
    opacity: .75;
    letter-spacing: .5px
}

.about .text-area .about-text::first-letter {
    text-transform: capitalize
}

.about .text-area .info-items-list .menu-items {
    margin: 0;
    padding: 2rem 0;
    list-style: none
}

.about .text-area .info-items-list .info-item {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: start;
    justify-content: start
}

@media(max-width:767px) {
    .about .text-area .info-items-list .info-item {
        flex-direction: column
    }
}

.about .text-area .info-items-list .info-item:hover .info-icon,
.about .text-area .info-items-list .info-item:hover .info-img-icon {
    transform: translateY(-5px)
}

.about .text-area .info-items-list .info-content {
    padding-right: 3rem
}

.about .text-area .info-items-list .info-title {
    font-family: merriweather, "sans-serif";
    margin-bottom: .75rem;
    color: #121212;
    opacity: .95;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: capitalize
}

.about .text-area .info-items-list .info-text {
    font-size: 1rem;
    font-weight: 400;
    color: #121212;
    opacity: .75
}

.about .text-area .info-items-list .info-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f48e1e;
    font-size: 2.5rem;
    transition: transform .3s ease-in-out 0s
}

.about .text-area .info-items-list .info-img-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: 60px;
    height: 60px;
    transition: transform .3s ease-in-out 0s
}

.about .text-area .about-stats {
    margin-bottom: 2rem
}

.about .text-area .about-stats.stats-cards .stat-box {
    position: relative;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 0;
    margin-bottom: 2rem;
    border: 1px solid rgba(195, 80, 35, .35);
    border-bottom: .25rem solid #f48e1e;
    box-shadow: 1px 1px 10px 0 rgba(18, 18, 18, .1)
}

.about .text-area .about-stats.stats-cards .stat-box .stat-desc {
    opacity: .75
}

.about .text-area .about-stats.stats-cards .stat-box .stat-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 3rem;
    color: rgba(195, 80, 35, .25)
}

.about .text-area .about-stats .stat-box {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 0
}

.about .text-area .about-stats .stat-box .stat-num {
    color: #121212;
    opacity: .95;
    font-family: merriweather, "sans-serif";
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .25rem;
    display: inline-block;
    position: relative
}

.about .text-area .about-stats .stat-box .stat-num .sign {
    font-size: 2.5rem;
    color: #f48e1e;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%)
}

.about .text-area .about-stats .stat-box .stat-desc {
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.2;
    color: #121212;
    opacity: .75;
    text-transform: capitalize
}

@media(max-width:991px) {
    .about .text-area .about-stats .stat-box .stat-num {
        font-size: 2rem;
        font-weight: 700
    }
    .about .text-area .about-stats .stat-box .stat-num .sign {
        font-size: 1.25rem
    }
}

.about .text-area .cta-area {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about .text-area .cta-area .signature {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about .text-area .cta-area .signature .signature-img {
    max-width: 200px;
    width: 200px;
    height: 70px;
    background-image: url(../assets/Images/about/signature-dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media(max-width:575px) {
    .about .text-area .cta-area .signature .signature-img {
        max-width: 150px;
        max-height: 50px
    }
}

.about .text-area .cta-area .signature .signature-name {
    display: block;
    color: #f48e1e;
    margin-top: -.5rem;
    text-transform: capitalize
}

@media(max-width:575px) {
    .about .text-area .cta-area .signature .signature-name {
        font-size: .85rem
    }
}

.about.dark-section {
    background-color: #202020
}

.about.dark-section .text-area .tag-line,
.about.dark-section .text-area .section-title,
.about.dark-section .text-area .about-title,
.about.dark-section .text-area .init-text,
.about.dark-section .text-area .about-text,
.about.dark-section .text-area .info-items-list .info-title,
.about.dark-section .text-area .info-items-list .info-text,
.about.dark-section .text-area .about-stats .stat-box .stat-num,
.about.dark-section .text-area .about-stats .stat-box .stat-desc {
    color: #fff
}

.about.dark-section .text-area .cta-area .signature .signature-img {
    background-image: url(../assets/Images/about/signature-light.png)
}

.portfolio {
    overflow: hidden;
    position: relative
}

.portfolio .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg.jpg);
    opacity: .025
}

.portfolio .portfolio-wrapper {
    overflow: hidden;
    margin-bottom: 3rem
}

.portfolio .portfolio-btn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.portfolio .portfolio-btn-list .portfolio-btn {
    position: relative;
    margin: 5px;
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    z-index: 1;
    color: #202020;
    background: 0 0;
    cursor: pointer;
    transition: all .3s ease-in-out 0s
}

.portfolio .portfolio-btn-list .portfolio-btn:first-child {
    padding-left: 0
}

.portfolio .portfolio-btn-list .portfolio-btn:last-child {
    padding-right: 0
}

.portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f48e1e;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.portfolio .portfolio-btn-list .portfolio-btn:hover,
.portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #f48e1e
}

.portfolio .portfolio-group {
    direction: ltr;
    position: relative
}

.portfolio .portfolio-img-link {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    z-index: 1;
    transition: all .5s ease-in-out 0s
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem
}

@media(max-width:575px) {
    .portfolio .portfolio-item {
        padding-right: 0
    }
}

.portfolio .item {
    overflow: hidden;
    position: relative
}

.portfolio .item .overlay-color {
    z-index: 2;
    opacity: 0
}

.portfolio .item .portfolio-img {
    display: block;
    min-width: 100%;
    object-fit: cover;
    height: 450px;
    transition: all 1s ease 0s
}

.portfolio .item .item-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    z-index: 5
}

.portfolio .item .item-info .tag-line {
    color: #fff !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all .5s ease-in-out 0s;
    transition-delay: .2s
}

.portfolio .item .item-info .item-title {
    font-size: 2rem;
    font-weight: 900;
    font-family: merriweather, "sans-serif";
    color: #fff;
    padding-top: .5rem;
    text-transform: capitalize;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    clip-path: inset(0 100% 0 0);
    transition: all .5s ease-in-out 0s;
    transition-delay: .5s
}

.portfolio .item .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 3rem;
    background: rgba(195, 80, 35, .8);
    color: #fff;
    font-size: 1.25rem;
    left: 50%;
    top: 25%;
    transform: translate(-50%, 0);
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    transition: all .25s ease-in-out 0s
}

.portfolio .item:hover .overlay-color {
    opacity: .65
}

.portfolio .item:hover .item-info .tag-line {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.portfolio .item:hover .item-info .item-title {
    text-transform: capitalize;
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0)
}

.portfolio .swiper-slide-active .overlay-color {
    opacity: .65
}

.portfolio .swiper-slide-active .item-info .tag-line {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0)
}

.portfolio .swiper-slide-active .item-info .item-title {
    text-transform: capitalize;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0)
}

.portfolio-grid-rounded .item {
    border-radius: .5rem;
    overflow: hidden
}

.portfolio-blocks .item {
    border-radius: 0;
    overflow: hidden
}

.portfolio-grid-no-gaps .portfolio-item {
    padding: 0;
    margin-bottom: 0
}

.portfolio-grid-no-gaps .item {
    border-radius: 0;
    overflow: hidden
}

.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s
}

.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
    background-color: rgba(195, 80, 35, .8)
}

@media(max-width:767px) {
    .portfolio .swiper-button-prev,
    .portfolio .swiper-button-next {
        top: auto;
        bottom: 1rem
    }
}

.portfolio-slider .item .portfolio-img {
    height: 500px
}

@media(max-width:767px) {
    .portfolio-slider .item .portfolio-img {
        height: 400px
    }
}

.portfolio-single {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.portfolio-single .project-heading {
    margin-bottom: 2rem
}

.portfolio-single .project-heading .project-title {
    font-size: 3rem;
    font-weight: 800;
    font-family: merriweather, "sans-serif";
    color: #202020;
    text-transform: capitalize;
    margin-bottom: 1.5rem
}

@media(max-width:991px) {
    .portfolio-single .project-heading .project-title {
        font-size: 2.25rem
    }
}

.portfolio-single .featured-area {
    margin-bottom: 3rem
}

.portfolio-single .project-featured-img {
    max-height: 450px;
    overflow: hidden
}

.portfolio-single .project-featured-img .featured-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover
}

.portfolio-single .info-area {
    margin-bottom: 1rem
}

.portfolio-single .info-area .project-info {
    padding: 1rem 0
}

@media(max-width:1199px) {
    .portfolio-single .info-area .project-info {
        margin-bottom: 0
    }
}

.portfolio-single .info-area .project-info .info {
    color: #f48e1e;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column
}

.portfolio-single .info-area .project-info .info .title {
    display: inline-block;
    margin-right: .25rem;
    font-family: merriweather, "sans-serif";
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #f48e1e;
    margin-bottom: .75rem
}

.portfolio-single .info-area .project-info .info .detail {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #202020;
    margin-bottom: 0
}

.portfolio-single .info-area .project-info .info .sc-item:not(:last-child) {
    margin-right: 2rem
}

.portfolio-single .info-area .project-info .info .sc-item .sc-icon {
    color: #202020
}

.portfolio-single .main-area .sub-heading {
    text-transform: capitalize;
    font-family: merriweather, "sans-serif";
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #202020
}

@media(max-width:991px) {
    .portfolio-single .main-area .sub-heading {
        font-size: 1.75rem;
        font-weight: 700
    }
}

.portfolio-single .main-area .project-text {
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #121212;
    opacity: .75
}

.portfolio-single .main-area .list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 2rem
}

.portfolio-single .main-area .list .list-item {
    padding: .5rem 1.5rem;
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.1rem;
    color: #121212;
    opacity: .75;
    display: flex;
    align-items: baseline
}

.portfolio-single .main-area .list .list-item .icon {
    color: #f48e1e;
    margin-right: .5rem;
    font-size: .85rem
}

.portfolio-single .main-area .project-video {
    min-height: 450px;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 8rem 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991px) {
    .portfolio-single .main-area .project-video {
        padding: 6rem 0;
        min-height: 300px
    }
}

.portfolio-single .main-area .project-video .overlay-photo-image-bg {
    background-image: url(../assets/Images/hero/hero-bg-7.jpg);
    opacity: 1
}

.portfolio-single .main-area .result-img {
    display: block;
    margin: 0 auto
}

.our-team .tm-member-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 20px 0 rgba(18, 18, 18, .15);
    margin-bottom: 2rem;
    text-align: center;
    transition: all .5s ease-in-out 0s
}

.our-team .tm-member-card:hover .tm-image>img {
    transform: scale(1.05);
    transform-origin: center
}

.our-team .tm-member-card:hover .tm-image .overlay-color {
    opacity: .65
}

.our-team .tm-member-card:hover .tm-image .tm-social .sc-item {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.our-team .tm-member-card .tm-link {
    text-decoration: none !important
}

.our-team .tm-member-card .tm-image {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out 0s
}

.our-team .tm-member-card .tm-image .overlay-color {
    z-index: 2;
    opacity: 0;
    transition: all .5s ease-in-out 0s
}

.our-team .tm-member-card .tm-image img {
    width: 100%;
    transition: all .5s ease-in-out 0s
}

.our-team .tm-member-card .tm-image .tm-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 1rem;
    z-index: 7
}

.our-team .tm-member-card .tm-image .tm-social .sc-item {
    transform: translateY(150px);
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out 0s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(1) {
    transition-delay: .1s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(2) {
    transition-delay: .2s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(3) {
    transition-delay: .3s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(4) {
    transition-delay: .4s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(5) {
    transition-delay: .5s
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(6) {
    transition-delay: .6s
}

.our-team .tm-member-card .tm-details {
    text-align: center;
    padding: 1rem 0
}

.our-team .tm-member-card .tm-details .tm-name {
    text-transform: capitalize;
    font-family: merriweather, "sans-serif";
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #121212
}

.our-team .tm-member-card .tm-details .tm-role {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
    color: #121212;
    opacity: .75
}

.team-member .profile {
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
    box-shadow: 1px 1px 10px 0 rgba(18, 18, 18, .15)
}

.team-member .profile .tm-img {
    margin-bottom: 1.5rem
}

.team-member .profile .tm-img>img {
    width: 100%;
    object-fit: cover
}

.team-member .profile .tm-details {
    margin-bottom: 2rem
}

.team-member .profile .tm-details .name {
    font-family: merriweather, "sans-serif";
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #121212;
    margin-bottom: 0
}

.team-member .profile .tm-details .role {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #121212;
    opacity: .75
}

.team-member .profile .tm-social {
    margin-bottom: 2rem
}

.team-member .tm-description .tm-title {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    font-family: merriweather, "sans-serif";
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #121212
}

.team-member .tm-description .tm-title:first-of-type {
    margin-top: 0
}

@media(max-width:991px) {
    .team-member .tm-description .tm-title {
        font-size: 1.75rem;
        font-weight: 600
    }
}

.team-member .tm-description .tm-text {
    line-height: 1.6;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: .75;
    color: #121212
}

.team-member .tm-description .tm-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 2rem
}

.team-member .tm-description .tm-list .list-item {
    width: 50%;
    margin-bottom: .5rem;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.25rem;
    opacity: .75;
    display: flex;
    align-items: baseline
}

.team-member .tm-description .tm-list .list-item .icon {
    color: #f48e1e;
    margin-right: .5rem;
    font-size: .85rem
}

@media(max-width:767px) {
    .team-member .tm-description .tm-list .list-item {
        width: 100%
    }
}

.our-clients {
    background: #f48e1e
}

.our-clients .clients-logos {
    text-align: center
}

.our-clients .logo {
    max-height: 75px;
    filter: grayscale(1);
    opacity: .65;
    transition: .3s ease
}

.our-clients .logo:hover {
    filter: grayscale(0);
    opacity: 1
}

.our-clients-blocks {
    background: #202020
}

.our-clients-blocks .section-heading .section-title {
    color: #f1f1f1
}

.our-clients-blocks .blocks-row {
    margin-bottom: -30px
}

.our-clients-blocks .client-block {
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all .5s ease-in-out 0s
}

.our-clients-blocks .client-block:hover {
    transform: translateY(-10px)
}

@media(max-width:767px) {
    .our-clients-blocks .client-block {
        padding: 2rem
    }
}

.faq {}

.faq .faq-img {
    text-align: center
}

@media(max-width:991px) {
    .faq .faq-img {
        margin-bottom: 3rem
    }
}

.faq .faq-accordion .card {
    border: none
}

.faq .faq-accordion .card-header {
    position: relative;
    background: #f48e1e;
    border-bottom: 2px solid #f48e1e;
    border-radius: 5px
}

.faq .faq-accordion .card-header .faq-btn {
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 600;
    white-space: normal;
    color: #fff;
    outline: none;
    padding: 15px;
    box-shadow: none
}

.faq .faq-accordion .card-header .faq-btn::before {
    content: "\f068";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'font awesome 5 free' !important;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: auto;
    color: #fff
}

.faq .faq-accordion .card-header .faq-btn.collapsed::before {
    content: "\f067"
}

.faq .faq-accordion .card-body {
    padding-top: .5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff
}

.faq .faq-accordion .card-body .faq-answer {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    color: #121212;
    opacity: .75
}

.faq.has-bg-image .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/faq.jpg);
    opacity: 1;
    height: 100%
}

.faq.has-bg-image .overlay-color {
    height: 100%;
    opacity: .65
}

.faq.has-bg-image .tag-line {
    color: #fff
}

.faq.has-bg-image .section-title {
    color: #fff
}

.faq.has-bg-image .section-subtitle {
    color: rgba(255, 255, 255, .75)
}

.faq.has-bg-image .line {
    background-color: #fff
}

.faq.has-bg-image .contact-us {
    background-color: #202020;
    padding: 3rem 4rem
}

.faq.has-bg-image input,
.faq.has-bg-image textarea,
.faq.has-bg-image label {
    color: #fff !important
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
    right: 0;
    left: auto
}

@media(max-width:991px) {
    .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
    .testimonials.stack.bg-img-section .overlay-photo-image-bg,
    .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
    .testimonials.off-grid.bg-img-section .overlay-color,
    .testimonials.stack.bg-img-section .overlay-color,
    .testimonials.testimonials-3-col.bg-img-section .overlay-color {
        width: 100%
    }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg {
    background-image: url(../assets/Images/testimonials/testmonials-bg.jpg);
    opacity: 1
}

.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
    opacity: .65 !important
}

.testimonials.off-grid.bg-img-section .overlay-pattern-image-bg,
.testimonials.stack.bg-img-section .overlay-pattern-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-pattern-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg.jpg)
}

.testimonials.off-grid .testmonial-card .testimonial-content,
.testimonials.stack .testmonial-card .testimonial-content {
    background: #f48e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-bottom: .25rem solid #fff
}

@media(max-width:575px) {
    .testimonials.off-grid .testmonial-card .testimonial-content,
    .testimonials.stack .testmonial-card .testimonial-content {
        flex-direction: column;
        align-items: start;
        padding: 4rem 1rem
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .content,
.testimonials.stack .testmonial-card .testimonial-content .content {
    padding: 0 2rem;
    margin-bottom: 1rem
}

@media(max-width:767px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .content,
    .testimonials.stack .testmonial-card .testimonial-content .content {
        padding: 0 1rem
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
.testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
    font-style: italic;
    color: #fff;
    padding: 0;
    margin: 0
}

@media(max-width:991px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
    .testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
        font-size: 1.15rem
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
.testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
    position: relative
}

@media(max-width:767px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
    .testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
        padding: 0
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .icon,
.testimonials.stack .testmonial-card .testimonial-content .icon {
    position: absolute;
    bottom: -3rem;
    right: 2rem;
    left: auto;
    display: block;
    font-size: 6rem;
    opacity: .2;
    color: #fff;
    transform: scaleX(-1)
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info,
.testimonials.stack .testmonial-card .testimonial-content .customer-info {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding: 0 2rem
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info img,
.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    margin-bottom: .75rem;
    border: 3px solid #fff
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
    display: inline-block;
    text-align: center
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
    font-size: 1rem;
    color: #fff;
    opacity: .75
}

.testimonials .swiper-container {
    margin-bottom: 3rem
}

.testimonials.testimonials-2-col .swiper-container {
    margin-bottom: 0
}

@media(max-width:991px) {
    .testimonials.testimonials-2-col .swiper-container {
        margin-bottom: 3rem
    }
}

.testimonials.off-grid .swiper-container {
    margin-bottom: 0
}

@media(max-width:991px) {
    .testimonials.off-grid .swiper-container {
        margin-bottom: 3rem
    }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
    width: 50%
}

@media(max-width:991px) {
    .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
    .testimonials.off-grid.bg-img-section .overlay-color {
        width: 0
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    flex-direction: column;
    text-align: center
}

@media(max-width:767px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
        padding: 0 1rem;
        margin-bottom: 1.5rem
    }
}

@media(max-width:575px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
        flex-direction: row;
        text-align: left
    }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 1rem;
    right: 0
}

@media(max-width:575px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
        display: none
    }
}

@media(max-width:575px) {
    .testimonials.off-grid .testmonial-card .testimonial-content .customer-info img {
        margin-right: 1rem
    }
}

.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-color {
    width: 50%
}

@media(max-width:991px) {
    .testimonials.stack.bg-img-section .overlay-photo-image-bg,
    .testimonials.stack.bg-img-section .overlay-color {
        width: 0
    }
}

.testimonials.stack.bg-img-section .overlay-color {
    opacity: .85 !important
}

.testimonials.stack .testmonial-card .testimonial-content {
    flex-direction: column;
    align-items: start
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info {
    margin-bottom: 1.5rem
}

@media(max-width:767px) {
    .testimonials.stack .testmonial-card .testimonial-content .customer-info {
        padding: 0 1rem
    }
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
    margin-right: 1rem
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
    text-align: left
}

.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 100%;
    height: 65%;
    top: 0
}

@media(max-width:991px) {
    .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
    .testimonials.testimonials-3-col.bg-img-section .overlay-color {
        width: 0
    }
}

.testimonials.testimonials-3-col.bg-img-section .overlay-color {
    opacity: .85 !important
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .section-title,
.testimonials.testimonials-3-col.bg-img-section .section-heading .section-subtitle {
    color: #fff
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .line {
    background-color: #fff
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
    background: #121212
}

.testimonials.dark-cards .testmonial-card .customer-info img {
    border: 3px solid #f48e1e !important
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
    border: 1px solid rgba(195, 80, 35, .35);
    border-bottom: .25rem solid #f48e1e
}

.testimonials.dark-cards .testmonial-card .testimonial-content .icon {
    color: #f48e1e
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon {
    color: #f48e1e
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon.off {
    -webkit-text-stroke-color: #f48e1e
}

.testimonials.dark-cards .swiper-button-prev,
.testimonials.dark-cards .swiper-button-next {
    background-color: #f48e1e;
    color: #fff
}

.testimonials .rating-stars .star-icon {
    color: #fff
}

.testimonials .rating-stars .star-icon.off {
    -webkit-text-stroke-color: #fff
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    top: 0;
    bottom: auto;
    margin-top: 0;
    background-color: #fff;
    color: #f48e1e
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
    background-color: rgba(195, 80, 35, .8)
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
    background-color: transparent;
    color: #fff
}

.testimonials .swiper-button-prev {
    right: 0;
    left: auto;
    transform: translateX(-100%)
}

.testimonials .swiper-button-next {
    right: 0;
    left: auto
}

.testimonials.testimonials-3d {
    background-color: #121212 !important;
    background-color: #121212
}

.testimonials.testimonials-3d .overlay-photo-image-bg {
    background-image: url(../assets/images/sections-bg-images/pattern-bg-2.jpg);
    opacity: .015
}

.testimonials.testimonials-3d .section-heading .section-title {
    color: #fff
}

.testimonials.testimonials-3d .section-heading .section-subtitle {
    color: #fff
}

.testimonials.testimonials-3d .section-heading .line {
    background-color: #fff
}

.testimonials.testimonials-3d .swiper-slide {
    width: 400px;
    filter: blur(4px)
}

@media(max-width:991px) {
    .testimonials.testimonials-3d .swiper-slide {
        width: 360px
    }
}

@media(max-width:575px) {
    .testimonials.testimonials-3d .swiper-slide {
        width: 320px
    }
}

.testimonials.testimonials-3d .swiper-slide-active {
    filter: blur(0)
}

.contact-us .contact-form-panel {
    padding-left: 3rem
}

@media(max-width:1199px) {
    .contact-us .contact-form-panel {
        padding-left: 0
    }
}

.contact-us .contact-info-panel {
    padding: 6rem 2rem;
    background: #202020;
    position: relative;
    z-index: 0
}

.contact-us .contact-info-panel .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg)
}

.contact-us .contact-info-panel .overlay-color {
    opacity: .5
}

.contact-us .contact-info-panel .info-panel {
    display: flex;
    align-items: start
}

.contact-us .contact-info-panel .info-panel:not(:last-child) {
    margin-bottom: 3rem
}

.contact-us .contact-info-panel .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f48e1e;
    opacity: .65;
    font-size: 2rem;
    margin-right: 1rem;
    min-width: 2rem
}

.contact-us .contact-info-panel .info-title {
    text-transform: capitalize;
    font-family: merriweather, "sans-serif";
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #fff
}

.contact-us .contact-info-panel .info-text {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    opacity: .75;
    margin: 0;
    margin-bottom: .5rem
}

.contact-us .contact-info-panel .link {
    display: block;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    opacity: .75;
    margin-bottom: .5rem
}

.contact-us .contact-info-panel .link:hover {
    opacity: 1
}

.contact-us .map-box .mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%
}

.contact-us .map-box .mapouter .gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    height: 500px;
    width: 100%
}

.contact-us .map-box .mapouter .map-iframe {
    width: 100%;
    height: 500px;
    border: none
}

.take-action {
    background: #f48e1e;
    padding: 150px 0
}

.take-action .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/take-action.jpg);
    opacity: 1
}

.take-action .overlay-color {
    opacity: .9 !important
}

.take-action .section-heading .section-title {
    color: #f1f1f1
}

.take-action .section-heading .section-subtitle {
    color: #f1f1f1
}

.take-action .section-heading .line {
    background-color: #fff
}

.take-action .cta-link {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.take-action .cta-link:hover {
    background-color: #f48e1e;
    border-color: #f48e1e;
    color: #fff
}

.subscribe .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/subscribe.jpg);
    opacity: 1
}

.subscribe .overlay-color {
    opacity: .75 !important
}

.subscribe .tag-line {
    color: #fff
}

.subscribe .section-heading .section-title {
    color: #f1f1f1
}

.subscribe .section-heading .section-subtitle {
    color: #f1f1f1
}

.subscribe .section-heading .line {
    background-color: #fff
}

.subscribe .subscribe-btn:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.page-footer {
    padding-top: 4rem;
    position: relative;
    z-index: 0
}

.page-footer .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg);
    opacity: .025
}

.footer-cols {
    overflow: hidden;
    margin-bottom: 2rem
}

.footer-col {
    margin-bottom: 1.5rem
}

.footer-col-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    font-family: merriweather, "sans-serif";
    color: #202020
}

.footer-logo {
    margin-bottom: 1.5rem;
    max-width: 60%
}

.footer-text-about-us {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    color: #4d4d4d
}

.sc-wrapper {
    padding: 0
}

.contact-info-card {
    font-weight: 600;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: .5rem;
    transition: all .3s ease-in-out 0s
}

.contact-info-card:last-of-type {
    padding-bottom: 0
}

.contact-info-card .icon {
    font-size: 1rem;
    width: 1.5rem;
    text-align: center;
    margin-right: .5rem;
    vertical-align: middle;
    color: #f48e1e
}

.contact-info-card .info {
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
    color: #4d4d4d;
    display: inline-block;
    transition: all .25s ease-in-out 0s
}

.contact-info-card .info:hover {
    color: #f48e1e;
    transform: translateX(0.25rem)
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-menu-item {
    display: block;
    position: relative;
    padding-bottom: 1rem
}

.footer-menu-item .icon {
    font-size: .75rem;
    width: 1.5rem;
    text-align: right;
    margin-right: .5rem;
    vertical-align: middle;
    color: #f48e1e
}

.footer-menu-link {
    font-weight: 500;
    font-size: .85rem;
    text-decoration: none;
    text-transform: capitalize;
    text-decoration: none;
    color: #b8b8b8;
    display: inline-block;
    transition: all .25s ease-in-out 0s
}

.footer-menu-link:hover {
    color: #f48e1e;
    text-decoration: none;
    transform: translateX(0.25rem)
}

.copyrights {
    padding: .5rem 0;
    overflow: hidden
}

.copyrights .creadits {
    text-align: left;
    font-weight: 600;
    margin: 0;
    font-size: .85rem;
    color: #4d4d4d
}

.copyrights .creadits .link {
    font-weight: 600;
    color: #f48e1e;
    text-decoration: none
}

.copyrights .terms-links {
    text-align: right
}

.copyrights .terms-links>a {
    text-decoration: none !important;
    font-weight: 600;
    transition: all .5s ease-in-out 0s;
    color: #4d4d4d;
    text-decoration: none
}

.dark-color-footer {
    background-color: #121212
}

.dark-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .footer-col-title {
    color: #f48e1e
}

.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links>a {
    color: #f1f1f1
}

.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
    color: #fff
}

.light-color-footer {
    background-color: #f1f1f1
}

.light-color-footer .footer-col-title,
.light-color-footer .footer-menu-item .icon,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
    color: #f48e1e
}

.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links>a {
    color: #4d4d4d
}

.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links>a:hover {
    color: #202020
}

.main-color-footer {
    background-color: #f48e1e;
    border-top: 2px solid #fff
}

.main-color-footer .copyrights {
    border-color: #f1f1f1
}

.main-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
    color: #f48e1e
}

.main-color-footer .footer-menu-item .icon,
.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
    color: #f1f1f1
}

.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links>a {
    color: #f1f1f1
}

.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links>a:hover {
    color: #fff
}

.index-page-footer {
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgba(195, 80, 35, .5)
}

.index-page-footer .footer-brand {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1rem;
    width: auto
}

.index-page-footer .footer-brand img {
    width: 120px
}

.index-page-footer .copyrights {
    display: block;
    text-align: center;
    color: #f48e1e;
    font-size: .8rem;
    font-weight: 500;
    margin: 0
}

.blog .box {
    box-shadow: 0 3px 20px 0 rgba(18, 18, 18, .1)
}

.blog .posts-pagination {
    margin: 2rem 0
}

.blog .posts-pagination .deactive-posts-page-item {
    pointer-events: none;
    background-color: #f1f1f1 !important;
    border-color: #121212 !important;
    opacity: .5
}

.blog .posts-pagination .deactive-posts-page-item .posts-page-link {
    color: #121212 !important;
    opacity: .5
}

.blog .posts-pagination .posts-page-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    color: #f48e1e;
    border: 1px solid;
    border-color: #f48e1e;
    transition: all .3s ease 0s
}

.blog .posts-pagination .posts-page-item:not(:last-child) {
    margin-right: .5rem
}

.blog .posts-pagination .posts-page-item:hover,
.blog .posts-pagination .posts-page-item.active {
    background-color: #f48e1e;
    color: #fff
}

.blog .posts-pagination .posts-page-item:hover .posts-page-link,
.blog .posts-pagination .posts-page-item.active .posts-page-link {
    color: #fff
}

.blog .posts-pagination .posts-page-item.active {
    pointer-events: none
}

.blog .posts-pagination .posts-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    color: #f48e1e;
    text-decoration: none;
    font-size: 1.25rem
}

.blog .blog-sidebar {
    padding-left: 2rem
}

@media(max-width:991px) {
    .blog .blog-sidebar {
        padding-left: 0
    }
}

.blog .sidebar-box {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.blog .sidebar-box .sidebar-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.blog .sidebar-box .sidebar-box-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #202020;
    text-transform: capitalize;
    border-bottom: 1px solid #f48e1e;
    padding: 1rem 0
}

.blog .sidebar-box .sidebar-box-title .icon {
    margin-right: .5rem;
    color: #f48e1e;
    font-size: 1rem
}

.blog .search .search-form {
    position: relative;
    z-index: 0
}

.blog .search .search-input {
    border: 2px solid rgba(195, 80, 35, .5);
    border-radius: .25rem;
    padding: .5rem 1rem;
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    transition: all .5s ease-in-out 0s
}

.blog .search .search-input:focus {
    border-color: #f48e1e
}

.blog .search .search-btn {
    position: absolute;
    width: 50px;
    height: 100%;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: #f48e1e;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.blog .search .search-btn .icon {
    color: #fff;
    transition: all .5s ease-in-out 0s
}

.blog .cats .cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem
}

.blog .cats .cat-item:last-child {
    margin-bottom: 0
}

.blog .cats .cat-item .cat-link {
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;
    text-decoration: none;
    transition: color .3s ease 0s
}

.blog .cats .cat-item .cat-link:hover {
    color: #f48e1e
}

.blog .cats .cat-item .cat-count {
    width: 2rem;
    height: 2rem;
    color: #fff;
    background: #f48e1e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .tags .tags-list {
    list-style: none;
    padding: 0;
    margin-bottom: .5rem
}

.blog .tags .tags-icon-label,
.blog .tags .tag-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .25rem .5rem;
    margin: .25rem .25rem .5rem;
    border: 1px solid #f48e1e;
    border-radius: .25rem;
    background-color: #fff;
    transition: all .3s ease 0s
}

.blog .tags .tags-icon-label {
    min-width: 3rem;
    color: #fff;
    background: #f48e1e
}

.blog .tags .tags-icon-label .icon {
    font-size: .75rem;
    line-height: 1.3 !important
}

.blog .tags .tag-item {
    color: #f48e1e
}

.blog .tags .tag-item .tag-link {
    font-weight: 700;
    color: #f48e1e;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1.3 !important;
    font-size: .75rem;
    transition: all .3s ease 0s
}

.blog .tags .tag-item:hover {
    background-color: #f48e1e
}

.blog .tags .tag-item:hover .tag-link {
    color: #fff
}

.blog .recent-posts .r-post-item {
    padding: .5rem 0;
    margin-bottom: 1rem
}

.blog .recent-posts .r-post-item:last-child {
    margin-bottom: 1rem
}

.blog .recent-posts .r-post-item .r-post-link {
    display: flex;
    align-items: center;
    text-decoration: none
}

.blog .recent-posts .r-post-img-wrapper {
    margin-right: 1rem;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    flex-shrink: 0
}

.blog .recent-posts .r-post-img {
    width: 100%;
    height: 100%
}

.blog .recent-posts .content {
    text-transform: capitalize
}

.blog .recent-posts .content .r-post-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem;
    color: #202020;
    transition: color .3s ease 0s
}

.blog .recent-posts .content .r-post-title:hover {
    color: #f48e1e
}

.blog .recent-posts .content .r-post-date {
    font-size: .9rem;
    color: #121212;
    opacity: .5
}

.blog .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: start;
    background: 0 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem
}

.blog .breadcrumb .icon {
    margin-right: .5rem
}

.blog .breadcrumb-item {
    color: #f48e1e;
    text-transform: capitalize;
    font-weight: 700
}

.blog .breadcrumb-item:before {
    color: #f48e1e;
    padding-right: .5rem
}

.blog .breadcrumb-item.active {
    color: rgba(195, 80, 35, .5)
}

.blog .breadcrumb-link {
    color: #f48e1e;
    text-decoration: none;
    transition: color .25s ease-in 0s
}

.blog .breadcrumb-link:hover {
    color: #f48e1e
}

.blog .posts-grid .post-box {
    position: relative;
    margin: 1rem 0;
    border-radius: .25rem
}

.blog .posts-grid .post-box:hover .post-img-wrapper .overlay-color {
    opacity: .65
}

.blog .posts-grid .post-box:hover .post-img-wrapper .post-img {
    transform: scale(1.1)
}

.blog .posts-grid .post-box:hover .post-img-wrapper .icon {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.blog .posts-grid .post-link {
    text-decoration: none
}

.blog .posts-grid .post-img-wrapper {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: .5rem;
    border-radius: .25rem .25rem 0 0;
    position: relative
}

.blog .posts-grid .post-img-wrapper .overlay-color {
    opacity: 0;
    z-index: 1
}

.blog .posts-grid .post-img-wrapper .post-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .5s ease-in-out 0s
}

.blog .posts-grid .post-img-wrapper .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    z-index: 40;
    width: 4rem;
    height: 3rem;
    background-color: rgba(195, 80, 35, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s
}

.blog .posts-grid .post-summary {
    padding: .5rem 2rem 2rem 0;
    position: relative
}

.blog .posts-grid .post-summary .post-date {
    position: absolute;
    color: #fff;
    background: #f48e1e;
    padding: .5rem;
    top: 0;
    right: 1.5rem;
    left: auto;
    transform: translateY(-50%);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    border: .25rem solid #fff;
    z-index: 30
}

.blog .posts-grid .post-summary .post-date .day {
    display: block;
    font-size: 2.5rem;
    font-weight: 700
}

.blog .posts-grid .post-summary .post-info {
    margin-bottom: 1rem
}

.blog .posts-grid .post-summary .post-info .info {
    position: relative;
    display: inline-block;
    font-size: .85em;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 2rem;
    margin-bottom: .75rem;
    color: #121212;
    opacity: .75;
    transition: color .3s ease 0s
}

.blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
    content: '|';
    margin: 0 10px;
    position: absolute;
    left: 100%;
    color: #121212;
    opacity: .75
}

.blog .posts-grid .post-summary .post-info .info:hover {
    color: #f48e1e
}

.blog .posts-grid .post-summary .post-info .info .icon {
    color: #f48e1e;
    margin-right: .5rem
}

.blog .posts-grid .post-summary .post-title {
    color: #202020;
    font-family: merriweather, "sans-serif";
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-transform: capitalize;
    transition: color .3s ease 0s
}

.blog .posts-grid .post-summary .post-title:hover {
    color: #f48e1e
}

.blog .posts-grid .post-summary .post-excerpt {
    color: #121212;
    opacity: .75
}

.blog.blog-post {
    margin-top: 8rem
}

.blog .post-featured-area {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: .25rem .25rem 0 0
}

.blog .post-featured-area .featured-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 1s ease-in-out 0s
}

.blog .post-featured-area .swiper-container {
    width: 100%;
    height: auto;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto
}

.blog .post-featured-area .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.blog .post-featured-area .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center
}

.blog .post-featured-area .swiper-container .swiper-button-prev,
.blog .post-featured-area .swiper-container .swiper-button-next {
    background-image: none;
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s
}

.blog .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-featured-area .swiper-container .swiper-button-next:hover {
    background-color: rgba(195, 80, 35, .8)
}

.blog .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-featured-area .swiper-container .swiper-button-next:hover {
    background-color: #f48e1e
}

.blog .post-featured-area .video-source {
    width: 100%;
    height: 450px
}

.blog .social {
    margin-bottom: 1rem
}

.blog .social .share-us {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog .social .share-us .share-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #f48e1e
}

.blog .social .sc-item {
    margin-bottom: 0
}

.blog .post-title {
    font-family: merriweather, "sans-serif";
    font-size: 3rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #202020;
    margin-bottom: 3rem
}

@media(max-width:991px) {
    .blog .post-title {
        font-size: 2.25rem;
        margin-bottom: 3rem
    }
}

.blog .post-main-area {
    margin: 1rem 0
}

.blog .post-main-area .panel {
    padding-bottom: 3rem;
    margin-bottom: 3rem
}

.blog .post-main-area .panel .panel-title {
    margin-bottom: .75rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #202020;
    text-transform: capitalize;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem
}

.blog .post-main-area .float-start-direction {
    float: left;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    margin-right: 1.5rem;
    width: 50%
}

.blog .post-main-area .float-end-direction {
    float: right;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    margin-left: 1.5rem;
    width: 50%
}

.blog .post-main-area .share-title {
    margin-right: 1.5rem;
    margin-bottom: 0%;
    text-transform: capitalize;
    color: #121212;
    opacity: .75;
    font-weight: 800
}

.blog .post-main-area .post-info {
    margin-bottom: 1rem
}

.blog .post-main-area .post-info .info {
    position: relative;
    display: inline-block;
    font-size: .85em;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 2rem;
    margin-bottom: .75rem;
    color: #121212;
    opacity: .75;
    transition: color .3s ease 0s
}

.blog .post-main-area .post-info .info:hover {
    color: #f48e1e
}

.blog .post-main-area .post-info .info:not(:last-child):before {
    content: '|';
    margin: 0 10px;
    position: absolute;
    left: 100%;
    color: #121212;
    opacity: .75
}

.blog .post-main-area .post-info .info .icon {
    margin-right: .5rem;
    color: #f48e1e
}

.blog .post-main-area .post-content {
    margin-bottom: 1.5rem
}

.blog .post-main-area .post-content img {
    border-radius: .25rem
}

.blog .post-main-area .post-content a {
    color: #f48e1e;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.blog .post-main-area .post-content a:hover {
    color: #121212;
    text-decoration: underline
}

.blog .post-main-area .post-content .post-heading {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: merriweather, "sans-serif";
    line-height: 1.2;
    text-transform: capitalize;
    color: #202020;
    margin-bottom: 1rem
}

.blog .post-main-area .post-content .post-text {
    overflow: hidden;
    font-size: 1.25rem;
    color: #121212;
    opacity: .75;
    line-height: 1.6;
    margin-bottom: 1.25rem
}

.blog .post-main-area .post-content .post-img-wrapper {
    margin: 1rem 0;
    height: 500px;
    overflow: hidden
}

@media(max-width:767px) {
    .blog .post-main-area .post-content .post-img-wrapper {
        height: 350px
    }
}

.blog .post-main-area .post-content .post-img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover
}

.blog .post-main-area .post-content .first-litter::first-letter {
    font-size: 4rem;
    line-height: 4rem;
    float: left;
    font-weight: 900;
    padding-right: 1rem;
    text-transform: capitalize;
    color: #f48e1e
}

.blog .post-main-area .post-content .post-list {
    list-style: none;
    margin: 0;
    margin-bottom: 1.5rem;
    padding-left: 0
}

.blog .post-main-area .post-content .post-list .post-list-item {
    color: #121212;
    opacity: .75;
    padding: .5rem 0;
    position: relative;
    font-size: 1.25rem;
    display: flex;
    align-items: baseline
}

.blog .post-main-area .post-content .post-list .post-list-item .post-list-text {
    text-transform: capitalize
}

.blog .post-main-area .post-content .post-list .post-list-item .icon {
    font-size: .75rem;
    color: #f48e1e;
    margin-right: .5rem
}

.blog .post-main-area .post-content blockquote {
    margin: 2rem 0;
    padding: 3rem 2rem;
    border: none;
    border-left: .25rem solid #f48e1e;
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: #202020
}

.blog .post-main-area .post-content blockquote .post-quote {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    color: #f1f1f1;
    display: block;
    padding: 1.5rem 0
}

.blog .post-main-area .post-content blockquote .person-name {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #f48e1e
}

.blog .post-main-area .post-content blockquote .icon {
    position: absolute;
    top: 1rem;
    left: 2rem;
    color: rgba(195, 80, 35, .35);
    font-size: 2rem
}

@media(max-width:991px) {
    .blog .post-main-area .post-content blockquote {
        padding: 2rem
    }
    .blog .post-main-area .post-content blockquote .icon {
        left: 3rem
    }
}

.blog .post-main-area .other-posts .other-post-link {
    text-decoration: none
}

.blog .post-main-area .other-posts .other-post-link:hover img {
    transform: scale(1.05);
    filter: grayscale(0)
}

.blog .post-main-area .other-posts .other-post-link:hover .icon {
    background: #f48e1e
}

.blog .post-main-area .other-posts .other-post-link:hover .other-post-title {
    color: #f48e1e
}

.blog .post-main-area .other-posts .other-post-img {
    position: relative;
    border-radius: .25rem;
    overflow: hidden
}

.blog .post-main-area .other-posts .other-post-img>img {
    filter: grayscale(.5);
    transition: all .5s ease-in-out 0s;
    transform-origin: center
}

.blog .post-main-area .other-posts .other-post-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
    color: #202020;
    padding-top: 1.5rem;
    margin: 0;
    transition: color .2s ease-in-out 0s
}

.blog .post-main-area .other-posts .prev-post,
.blog .post-main-area .other-posts .next-post {
    position: relative
}

.blog .post-main-area .other-posts .prev-post .icon,
.blog .post-main-area .other-posts .next-post .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #f48e1e;
    cursor: pointer;
    transition: all .3s ease-in-out 0s
}

.blog .post-main-area .other-posts .prev-post .icon:hover,
.blog .post-main-area .other-posts .next-post .icon:hover {
    background-color: rgba(195, 80, 35, .8)
}

.blog .post-main-area .other-posts .prev-post .icon {
    left: 1rem
}

.blog .post-main-area .other-posts .next-post .icon {
    right: 1rem
}

.blog .post-main-area .author-profile .author-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 3px solid #f48e1e
}

.blog .post-main-area .author-profile .avatar-img {
    width: 100%;
    height: 100%
}

.blog .post-main-area .author-profile .author-disc {
    overflow: hidden;
    padding: 1rem;
    padding-top: 0
}

.blog .post-main-area .author-profile .author-disc .author-link {
    text-decoration: none;
    color: #f48e1e;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize
}

.blog .post-main-area .author-profile .author-disc .author-bio {
    font-size: .9rem;
    font-weight: 600;
    color: #121212;
    opacity: .75
}

.blog .post-main-area .comments-area .comment-wrapper {
    margin-bottom: 2rem
}

.blog .post-main-area .comments-area .comment-reply {
    padding-left: 3rem
}

.blog .post-main-area .comments-area .author-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 3px solid #f48e1e
}

.blog .post-main-area .comments-area .author-avatar .author-avatar-img {
    width: 100%;
    height: 100%
}

.blog .post-main-area .comments-area .comment-body {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(195, 80, 35, .5);
    padding: 1rem;
    padding-top: 0;
    overflow: hidden
}

.blog .post-main-area .comments-area .comment-body .comment-author-link {
    text-decoration: none;
    color: #f48e1e;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    transition: color .3s ease-in-out 0s
}

.blog .post-main-area .comments-area .comment-body .comment-date {
    margin-bottom: 1rem
}

.blog .post-main-area .comments-area .comment-body .comment-date .date-link {
    font-size: .8rem;
    color: #121212;
    opacity: .75;
    text-decoration: none
}

.blog .post-main-area .comments-area .comment-body .comment-text {
    font-size: 1rem;
    color: #121212;
    opacity: .75
}

.blog .post-main-area .comments-area .comment-body .reply-action {
    text-align: right
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link {
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(195, 80, 35, .7);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 1.5rem
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link:hover {
    color: #f48e1e
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f48e1e
}

.err-404 {
    position: relative;
    z-index: 0;
    height: 100vh;
    padding: 120px 0
}

@media(max-width:991px) {
    .err-404 {
        height: auto;
        min-height: 100vh
    }
}

@media(max-height:600px) {
    .err-404 {
        height: auto
    }
}

.err-404 .overlay-shape-image-bg {
    background-image: url(../assets/Images/hero/shapes-bg.html);
    opacity: .65
}

.err-404 .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/404.jpg);
    opacity: .65;
    z-index: -1
}

.err-404 .img-wrapper {
    text-align: center;
    margin-bottom: 1rem
}

.err-404 .img-wrapper .img-404 {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -6rem
}

.err-404 .err-title {
    font-size: 15rem;
    font-weight: 800;
    font-family: merriweather, "sans-serif";
    line-height: 1;
    margin-bottom: 0;
    color: #fff
}

@media(max-width:991px) {
    .err-404 .err-title {
        font-size: 6rem
    }
}

.err-404 .err-subtitle {
    color: #f1f1f1;
    font-size: 4rem;
    font-family: merriweather, "sans-serif";
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1rem
}

@media(max-width:991px) {
    .err-404 .err-subtitle {
        font-size: 2rem
    }
}

.err-404 .err-text {
    color: #f1f1f1;
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 1rem
}

@media(max-width:991px) {
    .err-404 .err-text {
        font-size: 1rem
    }
}

.err-404 .search-form {
    position: relative;
    z-index: 0;
    margin-bottom: 2rem
}

.err-404 .search-input {
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 5rem;
    font-size: 1.1rem;
    padding: .5rem 1rem;
    outline: none;
    color: #f48e1e;
    -webkit-appearance: none;
    width: 100%;
    transition: all .5s ease-in-out 0s
}

.err-404 .search-input:focus {
    border-color: #fff
}

.err-404 .search-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: #f48e1e;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 0;
    transition: all .5s ease-in-out 0s;
    cursor: pointer
}

.err-404 .search-btn .icon {
    color: #fff;
    transition: all .5s ease-in-out 0s
}

.err-404 .search-btn:hover {
    background: #fff
}

.err-404 .search-btn:hover .icon {
    color: #f48e1e
}

.benefits .benefits-boxes-area {
    position: relative;
    border: 1px solid rgba(195, 80, 35, .5)
}

.benefits .benefits-boxes-area::before,
.benefits .benefits-boxes-area::after {
    content: '';
    position: absolute;
    background-color: rgba(195, 80, 35, .5);
    z-index: 1
}

.benefits .benefits-boxes-area::before {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.benefits .benefits-boxes-area::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(50%)
}

@media(max-width:575px) {
    .benefits .benefits-boxes-area::before,
    .benefits .benefits-boxes-area::after {
        display: none
    }
}

.benefits .benefits-boxes-area .benefit-box {
    overflow: hidden;
    transition: all .5s ease-in-out 0s;
    background: inherit;
    padding: 2rem;
    text-align: center
}

.benefits .benefits-boxes-area .benefit-box .benefit-icon {
    margin-bottom: 1.5rem;
    color: #f48e1e;
    font-size: 2.5rem;
    transition: all .5s ease-in-out 0s
}

.benefits .benefits-boxes-area .benefit-box .benefit-icon_img {
    display: block;
    width: 120px;
    height: 60px;
    margin: 0 auto 1.5rem;
    transition: all .5s ease-in-out 0s
}

.benefits .benefits-boxes-area .benefit-box .benefit-title {
    font-size: 1.35rem;
    font-weight: 700;
    font-family: merriweather, "sans-serif";
    color: #202020;
    text-transform: capitalize
}

.benefits .benefits-boxes-area .benefit-box .benefit-text {
    color: #b8b8b8;
    font-size: 1rem;
    font-weight: 600
}

.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon,
.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon_img {
    transform: translateY(-10px)
}

@media(max-width:575px) {
    .benefits .benefits-boxes-area .benefit-box {
        border-bottom: 1px solid rgba(195, 80, 35, .5);
        padding: 2rem 3rem
    }
}

.benefits .benefits-image-area {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0
}

.benefits .benefits-image-area .video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.benefits .benefits-image-area>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    transform-origin: center;
    object-fit: cover;
    transition: all .5s ease-in-out 0s
}

.benefits .benefits-image-area .overlay-color {
    opacity: .35;
    z-index: 1;
    transition: all .3s ease-in-out 0s
}

@media(max-width:991px) {
    .benefits .benefits-image-area {
        position: relative;
        width: 100%;
        max-height: 360px
    }
}

.pricing {
    overflow: hidden;
    position: relative
}

.pricing .overlay-photo-image-bg {
    background-image: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg);
    opacity: .025
}

@media(max-width:991px) {
    .pricing .price-plan:not(:last-of-type) {
        margin-bottom: 3rem
    }
}

.pricing .plan {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(195, 80, 35, .35);
    border-radius: .5rem .5rem 0 0;
    padding: 4rem 2.5rem;
    text-transform: capitalize;
    background: #fff;
    transition: all .3s ease-in-out 0s;
    box-shadow: 1px 1px 10px 0 rgba(18, 18, 18, .15);
    margin-bottom: 40px;
    transition: .5s ease-in-out
}

.pricing .plan:hover {
    transform: scale(1.1)
}

.pricing .plan .ribbon {
    display: inline-block;
    padding: .25rem 5rem;
    color: #fff;
    background-color: #ff4800;
    top: 3rem;
    right: -4rem;
    left: auto;
    position: absolute;
    font-weight: 800;
    font-size: .85rem;
    transform: rotate(45deg)
}

.pricing .plan-head {
    position: relative;
    border-bottom: 1px solid rgba(195, 80, 35, .25)
}

.pricing .plane-name {
    font-weight: 800;
    font-size: 1.35rem;
    margin: 0;
    margin-bottom: 1.25rem;
    border-left: .25rem solid #f48e1e;
    padding-left: 1rem;
    color: #121212
}

.pricing .plan-price {
    position: relative;
    display: inline-block;
    font-family: merriweather, "sans-serif";
    font-size: 1.77rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 2.5rem;
    padding: 0;
    line-height: 1;
    color: #121212
}

.pricing .plan-price .plan-currency {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 500;
    top: 1rem;
    left: -1rem;
    line-height: 0;
    vertical-align: baseline;
    display: inline-block;
    color: #f48e1e
}

.pricing .plan-price .per {
    font-size: 1rem;
    font-weight: 900;
    font-style: italic;
    opacity: .75;
    color: #f48e1e;
    padding: .25rem
}

.pricing .plan-desc {
    font-size: .9rem;
    opacity: .75
}

.pricing .plan-list {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    margin-bottom: 1rem
}

.pricing .plan-list .plan-feat {
    position: relative;
    padding: .75rem 0;
    padding-left: .75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #121212;
    opacity: .75;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricing .plan-list .plan-feat .feat-icon {
    color: #f48e1e
}

.pricing .plan-cta {
    text-align: center
}

.our-video {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.our-video .overlay-photo-image-bg {
    background: url(../assets/Images/sections-bg-images/video-bg.jpg);
    background-size: cover;
    opacity: .65
}

.our-video .section-heading {
    margin-bottom: 2rem
}

.our-video .section-heading .section-title {
    color: #fff !important
}

.our-video .section-heading .section-subtitle {
    color: #fff
}

.our-video .section-heading .line {
    background: #fff
}

.our-video .play-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0
}

.stats {
    position: relative;
    z-index: 0;
    color: #fff
}

.stats .overlay-photo-image-bg {
    background: url(../assets/Images/sections-bg-images/pattern-bg.jpg);
    opacity: 1
}

.stats .overlay-color {
    opacity: .85
}

.stats .section-heading .line-solid-color {
    background: #fff
}

.stats .stat-box .stat-box-inner {
    border-right: 1px dashed rgba(255, 255, 255, .5)
}

@media(max-width:991px) {
    .stats .stat-box .stat-box-inner {
        border-right: none
    }
}

.stats .stat-box:last-of-type .stat-box-inner {
    border-right: none
}

.stats .stat-box-inner {
    color: #fff;
    text-align: center;
    margin-bottom: 4rem
}

.stats .stat-box-inner .stat-icon {
    font-size: 3rem;
    display: block;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent
}

@media(max-width:767px) {
    .stats .stat-box-inner .stat-icon {
        font-size: 2rem
    }
}

.stats .stat-box-inner .stat-num {
    display: block;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 0
}

@media(max-width:767px) {
    .stats .stat-box-inner .stat-num {
        font-size: 2rem;
        font-weight: 600
    }
}

.stats .stat-box-inner .stat-desc {
    font-size: 1rem;
    display: block;
    text-transform: capitalize
}

@media(max-width:767px) {
    .stats .stat-box-inner .stat-desc {
        font-size: .9rem
    }
}

.stats.shifted-up {
    overflow: visible;
    padding: 0
}

.stats.shifted-up .stats-inner {
    position: relative;
    overflow: hidden;
    margin-top: -115px;
    background: #f48e1e;
    padding-top: 4rem;
    border-radius: .5rem;
    z-index: 0
}

.stats.shifted-down {
    overflow: visible;
    padding: 0
}

.stats.shifted-down .stats-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: -115px;
    background: #f48e1e;
    padding-top: 4rem;
    border-radius: .5rem;
    z-index: 0
}

.stats.is-light .stats-inner {
    background: #fff
}

.stats.is-light .stat-box-inner .stat-icon {
    -webkit-text-stroke-color: #f48e1e
}

.stats.is-light .stat-box-inner .stat-num,
.stats.is-light .stat-box-inner .stat-desc {
    color: #202020
}

.stats.is-dark .stats-inner {
    background: #202020
}

.stats.is-dark .stat-box-inner .stat-icon {
    -webkit-text-stroke-color: #f48e1e
}

.stats.is-dark .stat-box-inner .stat-num,
.stats.is-dark .stat-box-inner .stat-desc {
    color: #fff
}

.has-shifted-down-stats {
    overflow: visible;
    margin-bottom: 220px
}

.has-shifted-down-stats .services-row {
    margin-bottom: 5rem
}

.has-shifted-down-stats .stats-inner .overlay-color,
.has-shifted-down-stats .stats-inner .overlay-photo-image-bg {
    background: url(../assets/Images/sections-bg-images/pattern-bg-1.jpg);
    opacity: .025
}

.has-shifted-down-stats .shifted-down .stats-inner {
    margin-bottom: -220px
}

.page-header .navbar-menu-wrapper:after {
    display: none
}

.demos-hero-section {
    background-color: #202020;
    padding-top: 60px;
    padding-bottom: 0;
    height: 100vh
}

.demos-hero-section .overlay-photo-image-bg {
    background-image: url(../assets/Images/demos/index-hero/index-hero.jpg);
    opacity: 1
}

.demos-hero-section .overlay-linear-gradient {
    opacity: .65 !important
}

.demos-hero-section .overlay-color {
    opacity: .9 !important;
    background: #121212 !important
}

.demos-hero-section .hero-text-area {
    padding-top: 2rem;
    margin-bottom: 3rem
}

.demos-hero-section .hero-text-area .hero-title {
    display: block;
    font-size: 3.5rem;
    font-weight: 600
}

.demos-hero-section .hero-text-area .theme-name {
    font-size: 5rem;
    font-weight: 900
}

@media(max-width:991px) {
    .demos-hero-section .hero-text-area .theme-name {
        font-size: 3.5rem
    }
}

.demos-hero-section .hero-text-area .hero-subtitle {
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto
}

.demos-hero-section .demo-hero-image {
    padding-top: 1.5rem;
    max-height: 6500px
}

.theme-name {
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    font-size: 3rem;
    font-weight: 700;
    color: #f1f1f1
}

@media(max-width:991px) {
    .theme-name {
        font-size: 2.5rem;
        font-weight: 600
    }
}

.hero-theme-logo>img {
    margin-bottom: 0
}

@media(max-width:991px) {
    .hero-theme-logo>img {
        max-width: 10rem;
        max-height: 10rem
    }
}

.demos {
    background-color: #202020
}

.demos .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 125px;
    padding: 2rem;
    border: 4px solid #f48e1e;
    margin: 0 auto;
    margin-bottom: 2rem
}

.demos .section-heading .section-title {
    color: #fff !important
}

.demos .demo {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    border: 1px solid rgba(195, 80, 35, .5);
    transition: all .5s ease-in-out 0s
}

.demos .demo .overlay-color {
    opacity: .05;
    background-color: #fff;
    z-index: 1
}

.demos .demo:hover {
    transform: translateY(-10px)
}

.demos .demo:hover .overlay-color {
    background-color: #121212;
    opacity: .75
}

.demos .demo:hover .demo-links {
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1
}

.demos .demo:hover .demo-name {
    background-color: #f48e1e
}

.demos .demo .note {
    position: absolute;
    top: 0;
    right: 0;
    font-family: nunito, "sans-serif";
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #f48e1e;
    transform: translateY(50%);
    text-transform: lowercase;
    z-index: 2;
    transition: all .5s ease-in-out 0s
}

.demos .demo .bg-img {
    position: relative
}

.demos .demo .demo-image {
    width: 100%;
    max-width: 100%;
    height: auto
}

.demos .demo .demo-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: all .5s ease-in-out 0s
}

.demos .demo .demo-links .demo-link {
    padding: .5rem 1rem;
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.demos .demo .demo-links .demo-link:hover {
    color: #f48e1e;
    background: #fff;
    border-color: #fff
}

.demos .demo .demo-links .demo-link:first-child {
    margin-bottom: 1rem;
    color: #fff;
    background: #f48e1e;
    border-color: #f48e1e
}

.demos .demo .demo-links .demo-link:first-child:hover {
    color: #f48e1e;
    background: #fff;
    border-color: #fff
}

.demos .demo .demo-name {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background-color: #121212;
    margin: 0;
    transition: all .5s ease-in-out 0s
}

body.dark-theme {
    color: #fff;
    background: #121212
}

body.dark-theme .tag-line {
    color: #fff
}

body.dark-theme .hollow-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px
}

body.dark-theme .section-heading .section-title {
    color: #fff
}

body.dark-theme .section-heading .section-subtitle {
    color: #fff
}

body.dark-theme .section-shape-divider-bottom svg path {
    fill: #121212
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
    color: rgba(255, 255, 255, .75) !important;
    border-color: rgba(255, 255, 255, .25) !important
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.hover {
    color: #f48e1e !important;
    border-color: #f48e1e !important
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
    color: #fff !important;
    border-color: #f48e1e !important
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn {
    background: #f48e1e
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn::before,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn::before,
body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn::after,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn::after {
    background: #f48e1e
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .icon,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .icon {
    color: #fff
}

body.dark-theme .play-btn-col-dir .play-btn,
body.dark-theme .play-btn-row-dir .play-btn {
    background: #fff
}

body.dark-theme .play-btn-col-dir .play-btn::before,
body.dark-theme .play-btn-row-dir .play-btn::before,
body.dark-theme .play-btn-col-dir .play-btn::after,
body.dark-theme .play-btn-row-dir .play-btn::after {
    background: #fff
}

body.dark-theme .play-btn-col-dir .play-btn .icon,
body.dark-theme .play-btn-row-dir .play-btn .icon {
    color: #f48e1e
}

body.dark-theme .benefits .benefits-boxes-area .benefit-box {
    background: inherit !important
}

body.dark-theme .benefits .benefits-boxes-area .benefit-title {
    color: #fff !important
}

body.dark-theme .benefits .benefits-boxes-area .benefit-text {
    color: rgba(241, 241, 241, .85) !important
}

body.dark-theme .blog .sidebar-box-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .cats .cat-item .cat-link {
    color: #f1f1f1 !important
}

body.dark-theme .blog .tags .tag-item {
    background-color: #202020 !important
}

body.dark-theme .blog .tags .tag-item:hover {
    background-color: #f48e1e !important
}

body.dark-theme .blog .tags .tags-icon-label {
    color: #f1f1f1 !important
}

body.dark-theme .blog .recent-posts .content .r-post-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .recent-posts .content .r-post-title:hover {
    color: #f48e1e !important
}

body.dark-theme .blog .recent-posts .content .r-post-date {
    color: #fff !important
}

body.dark-theme .blog .posts-grid .post-summary .post-info .info {
    color: #f1f1f1 !important
}

body.dark-theme .blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
    color: #f1f1f1
}

body.dark-theme .blog .posts-grid .post-summary .post-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .posts-grid .post-summary .post-title:hover {
    color: #f48e1e !important
}

body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
    color: #fff !important
}

body.dark-theme .blog .posts-pagination .posts-page-item {
    background-color: #202020 !important;
    color: #f48e1e !important;
    border-color: #f48e1e !important
}

body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
    background-color: #f1f1f1 !important;
    border-color: #b8b8b8 !important
}

body.dark-theme .blog .post-title {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .panel .panel-title {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .share-title {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .post-info .info {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .post-content .post-heading {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .post-content .post-text {
    color: rgba(255, 255, 255, .75)
}

body.dark-theme .blog .post-main-area .post-content a:hover {
    color: #fff
}

body.dark-theme .blog .post-main-area .post-content .post-list .post-list-item {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
    color: #f48e1e !important
}

body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
    color: #fff !important
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
    color: #fff !important
}

body.dark-theme .contact-form-area label:not(.lbl-for-checkbox) {
    color: #f1f1f1
}

body.dark-theme .contact-form-area .lbl-for-checkbox {
    color: #f1f1f1
}

body.dark-theme .contact-form-area input[type=email],
body.dark-theme .contact-form-area input[type=text],
body.dark-theme .contact-form-area input[type=password],
body.dark-theme .contact-form-area input[type=url],
body.dark-theme .contact-form-area input[type=search],
body.dark-theme .contact-form-area input[type=number],
body.dark-theme .contact-form-area textarea {
    color: #f1f1f1 !important
}

body.dark-theme .our-team .tm-member-card .tm-details .tm-name {
    color: #fff
}

body.dark-theme .our-team .tm-member-card .tm-details .tm-role {
    color: #fff
}

body.dark-theme .team-member .profile {
    background-color: #202020
}

body.dark-theme .team-member .profile .tm-details .name {
    color: #fff
}

body.dark-theme .team-member .profile .tm-details .role {
    color: #fff
}

body.dark-theme .team-member .tm-description .tm-title {
    color: #fff;
    margin-bottom: 1.25rem
}

body.dark-theme .team-member .tm-description .tm-text {
    color: #fff
}

body.dark-theme .service-title {
    color: #f1f1f1 !important
}

body.dark-theme .service-text {
    color: rgba(241, 241, 241, .75) !important
}

body.dark-theme .services-boxed .service-box {
    box-shadow: 0 0 30px 0 rgba(18, 18, 18, .5)
}

body.dark-theme .flip-card .front-face .title-wrapper .title {
    color: #fff
}

body.dark-theme .flip-card .front-face .desc-wrapper .desc {
    color: #fff;
    opacity: .85
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
    color: #fff;
    background: 0 0
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover,
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #f48e1e
}

body.dark-theme .pricing .plan {
    background: #202020
}

body.dark-theme .pricing .plane-name,
body.dark-theme .pricing .plan-price {
    color: #fff
}

body.dark-theme .pricing .plan-list .plan-feat {
    color: #fff
}

body.dark-theme .portfolio-single .info-area .project-info .info {
    background: #121212 !important
}

body.dark-theme .portfolio-single .info-area .project-info .info .title {
    color: #f48e1e !important
}

body.dark-theme .portfolio-single .info-area .project-info .info .detail {
    color: #f1f1f1 !important
}

body.dark-theme .portfolio-single .info-area .project-info .info .sc-item .sc-icon {
    color: #fff !important
}

body.dark-theme .project-heading .project-title {
    color: #fff !important
}

body.dark-theme .sub-heading {
    color: #fff !important
}

body.dark-theme .project-text {
    color: #fff !important
}

body.dark-theme .list .list-item {
    color: #f1f1f1 !important
}

body.dark-theme .about .about-title,
body.dark-theme .about .about-text,
body.dark-theme .about .info-items-list .info-title,
body.dark-theme .about .info-items-list .info-text,
body.dark-theme .about .info-items-grid .info-title,
body.dark-theme .about .info-items-grid .info-text {
    color: #fff !important
}

body.dark-theme .about .cta-area .signature .signature-img {
    background-image: url(../assets/Images/about/signature-light.png)
}

body.dark-theme .about .about-stats.stats-cards .stat-box {
    background: #202020
}

body.dark-theme .about .about-stats .stat-box .stat-num,
body.dark-theme .about .about-stats .stat-box .stat-desc {
    color: #fff !important
}

body.dark-theme .signing-page .sining-area {
    background-color: #121212 !important
}

body.dark-theme .signing-page .divider .or {
    background-color: #121212 !important
}

body.dark-theme .signing-page .or-sign-up .sign-up-hint {
    color: #f1f1f1 !important
}

body.dark-theme .signing-page .agree-terms .disclaimer {
    color: #b8b8b8 !important
}

.timeline {
    position: relative
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px
}

.pres-timeline {
    padding: 0 50px
}

.time_contain {
    padding: 10px 50px;
    position: relative;
    background-color: inherit;
    width: 50%
}

.time_contain h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px
}

.time_contain h2 span {
    color: #ffaa17
}

.time_contain::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 4px solid #ffaa17;
    top: 15px;
    border-radius: 50%;
    z-index: 1
}

.time_left {
    left: 0
}

.time_right {
    left: 50%
}

.time_left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #fff;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.time_right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent
}

.time_right::after {
    left: -12px
}

.time_content {
    padding: 30px;
    background: #1f1f21;
    position: relative;
    border-radius: 6px
}

@media screen and (max-width:600px) {
    .timeline::after {
        left: 31px
    }
    .time_contain {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px
    }
    .time_contain::before {
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent
    }
    .time_left::after,
    .time_right::after {
        left: 15px
    }
    .time_right {
        left: 0%
    }
}

.calc-box {
    background: linear-gradient(to right, #f48e1e 0%, #000000 90%);
    box-shadow: 0 0 38px 0 rgb(0 0 0/10%);
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    color: #fff;
    border-top-right-radius: 40%;
    font-size: 13px
}

.cal-earn {
    padding: 0;
    margin-top: 0
}

.cr-row-50 {
    width: 50%;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px
}

.cr-row-100 {
    width: 50%;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px
}

.cr-row {
    width: 33.33%;
    padding: 0 5px;
    float: left;
    margin-bottom: 10px
}

.btn-grad {
    background-image: linear-gradient(to right, #38373b 0%, #ffad54 51%, #403f41 100%);
    margin: 10px;
    font-size: 16px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

.about_bg {
    background-image: url(../assets/Images/hero/vegas-slider/3.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.dl_pr {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 0;
    vertical-align: baseline;
    color: #f48e1e;
    top: 17px;
    position: absolute
}

.is-sticky .light-logo {
    display: none !important
}

.is-sticky .dark-logo {
    display: block !important
}

.tm-title2 {
    color: #fff;
    margin-bottom: 1.25rem;
    font-family: merriweather, "sans-serif";
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize
}

.tm_text2 {
    line-height: 1.6;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: .75;
    color: #fff
}

.description_text {
    text-align: justify
}

.space_rt {
    padding-right: 20px
}

.space_lt {
    padding-left: 20px
}

.address_main h5 {
    font-size: 25px
}

.social_main {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 20px
}

.flag_sec {
    width: 100px;
    border: 1px solid #fff;
    margin-bottom: 25px
}

.flag_sec img {
    width: 100%
}

.flag {
    width: 100px;
    position: absolute;
    top: 25%;
    right: -30px;
    transform: translate(0, -50%);
    border: 2px solid #fff
}

.flag img {
    width: 100%
}

.fun-fact-card {
    margin-bottom: 25px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    -webkit-transition: .5s;
    padding: 5px 15px;
    transition: .5s;
    color: #000;
    box-shadow: 0 3px 10px #e9e9e9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fun-fact-card img {
    width: 50px
}

.fun-fact-card i {
    color: #e58621;
    font-size: 24px;
    line-height: 40px
}

.fun-fact-card i {
    background-color: #f48e1e;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center
}

@media(max-width:992px) {
    .flip-cards .flip-card .front-face,
    .flip-cards .flip-card .back-face {
        width: auto
    }
    .about-img_chart {
        max-height: inherit !important
    }
    .light-logo {
        display: none !important
    }
    .dark-logo {
        display: block !important
    }
    .space_bt {
        margin-bottom: 30px
    }
    .space_lt {
        padding-left: 0
    }
    .space_rt {
        padding-left: 20px
    }
    .offset-2 {
        margin-left: 0
    }
    .pricing .plan {
        padding: 4rem 2rem
    }
    .calc-box {
        padding: 30px
    }
    .btn-grad {
        padding: 15px 10px;
        width: 60%
    }
}

@media(max-width:540px) {
    .flip-cards .flip-card .front-face,
    .flip-cards .flip-card .back-face {
        width: auto
    }
    .calc-box {
        padding: 15px
    }
    .btn-grad {
        width: 100%
    }
}

.road_map {
    padding-top: 60px
}

.body-wrap {
    width: 1024px;
    min-height: 400px;
    margin: 0 auto;
    font-size: 14px
}

.pres-timeline {
    font-family: roboto, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    width: 100%;
    margin: 30px 0
}

.pres-timeline>div>div {
    padding: 1em 0;
    box-sizing: border-box
}

.pres-timeline .periods-container,
.pres-timeline .cards-container {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    transition: height .5s ease-in-out
}

.periods-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.periods-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.periods-container .btn-back,
.periods-container .btn-next {
    display: inline-block;
    width: 15%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: .3s ease-in-out
}

.periods-container .btn-back:hover,
.periods-container .btn-next:hover {
    background-color: rgba(0, 0, 0, .05)
}

.periods-container .btn-back.hide,
.periods-container .btn-next.hide {
    display: none
}

.periods-container .btn-back {
    left: 0
}

.periods-container .btn-next {
    right: 0
}

.periods-container section {
    width: 70%;
    height: 0;
    position: absolute;
    margin-left: 15%;
    border-bottom: 5px solid #dfe3e6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform .3s ease-in-out, opacity .2s ease, height .3s ease;
    bottom: 0;
    opacity: 0;
    font-size: 16px
}

.periods-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5
}

.periods-container section.active .title,
.periods-container section.active p {
    display: block
}

.periods-container section.prev {
    height: auto;
    opacity: .4;
    transform: translateX(-100%);
    z-index: 0
}

.periods-container section.prev .year {
    text-align: right
}

.periods-container section.next {
    height: auto;
    opacity: .4;
    transform: translateX(100%);
    z-index: 0
}

.periods-container section .year {
    font-size: 20px;
    font-weight: 400
}

.periods-container section .title {
    color: #4a4a4a;
    font-size: 28px;
    font-weight: 400;
    display: none
}

.periods-container section p {
    display: none
}

.timeline-container {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden
}

.timeline-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.timeline-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.timeline-container .timeline {
    position: absolute;
    display: block;
    height: 50px;
    transition: left .3s ease-in-out
}

.timeline-container .timeline ol {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfe3e6;
    list-style: none;
    padding-left: 210px;
    padding-right: 300px
}

.timeline-container .timeline ol li {
    display: inline-block;
    padding: 5px;
    margin-top: -11px;
    margin-left: 80px;
    border-radius: 50%;
    border: 3px solid #7f9298;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.timeline-container .timeline ol li.active {
    box-shadow: none
}

.timeline-container .timeline ol li.active:before {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    top: -25px;
    transition: opacity .3s ease-in-out
}

.timeline-container .timeline ol li.active:after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    bottom: -25px;
    transition: opacity .3s ease-in-out
}

.timeline-container .btn-back,
.timeline-container .btn-next {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-top: 10px;
    z-index: 11;
    transition: all .3s ease
}

.timeline-container .btn-back.hide,
.timeline-container .btn-next.hide {
    display: none
}

.timeline-container .btn-back:hover,
.timeline-container .btn-next:hover {
    border-color: #7f9298
}

.timeline-container .btn-back {
    left: 1em
}

.timeline-container .btn-next {
    right: 1em
}

.cards-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.cards-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px
}

.content p {
    font-size: 16px
}

.cards-container section {
    width: 70%;
    position: absolute;
    margin-left: 15%;
    margin-bottom: 2em;
    border: 1px solid #f5f7f6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: transform .3s ease-in-out;
    top: 0;
    opacity: 0;
    border-radius: 8px;
    background-color: #f48e1e;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15)
}

.cards-container section.active {
    height: auto;
    opacity: 1;
    transform: translateX(0);
    z-index: 5
}

.cards-container section.prev {
    height: auto;
    opacity: .4;
    transform: translateX(-105%);
    z-index: 0
}

.cards-container section.next {
    height: auto;
    opacity: .4;
    transform: translateX(105%);
    z-index: 0
}

.cards-container section .year {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #fff !important
}

.cards-container section .title {
    font-weight: 400
}

.cards-container section img {
    width: 100%
}

@media(max-width:768px) {
    .body-wrap {
        width: 100%;
        height: auto
    }
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s
}

[data-toggle=collapse][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s
}

[data-toggle=collapse][data-parent="#accordion"][aria-expanded=true] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f"
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d"
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50"
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b"
}

.nav-tabs {
    border: 0;
    padding: 15px .7rem
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .3)
}

.card .nav-tabs {
    border-top-right-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.nav-tabs>.nav-item>.nav-link {
    color: #888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #f48e1e;
    border-radius: 30px;
    color: #fff
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #fff
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.card {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    background-color: transparent
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.card[data-background-color=orange] {
    background-color: #f96332
}

.card[data-background-color=red] {
    background-color: #ff3636
}

.card[data-background-color=yellow] {
    background-color: #ffb236
}

.card[data-background-color=blue] {
    background-color: #2ca8ff
}

.card[data-background-color=green] {
    background-color: #15b60d
}

[data-background-color=orange] {
    background-color: #e95e38
}

[data-background-color=black] {
    background-color: #2c2c2c
}

[data-background-color]:not([data-background-color=gray]) {
    color: #fff
}

[data-background-color]:not([data-background-color=gray]) p {
    color: #fff
}

[data-background-color]:not([data-background-color=gray]) a:not(.btn):not(.dropdown-item) {
    color: #fff
}

[data-background-color]:not([data-background-color=gray]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #fff
}

@font-face {
    font-family: nucleo outline;
    src: url(https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot);
    src: url(https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot) format("embedded-opentype");
    src: url(https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2);
    font-weight: 400;
    font-style: normal
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:768px) {
    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center
    }
    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px
    }
}

.stat-hover {
    transition: .3s ease
}

.stat-box-inner:hover .stat-hover {
    color: #f48e1e
}