@charset "UTF-8";

.section-heading .section-title.splitting.animated .char, .page-hero .hero-text-area .hero-title.splitting .char, .hero-swiper-slider .swiper-slide-active .slide-title.splitting .char {
    opacity: 0;
    -webkit-animation: fadeInLeft .35s both ease-in-out;
    animation: fadeInLeft .35s both ease-in-out;
    -webkit-animation-delay: calc(.1s + (.03s*var(--char-index)));
    animation-delay: calc(.1s + (.03s*var(--char-index)))
}

.section-heading .section-subtitle.splitting.animated .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char {
    opacity: 0;
    -webkit-animation: fadeInUp .5s forwards cubic-bezier(.66, .22, 0, .69);
    animation: fadeInUp .5s forwards cubic-bezier(.66, .22, 0, .69);
    -webkit-animation-delay: calc((.005s*var(--char-index)));
    animation-delay: calc((.005s*var(--char-index)))
}

.section-heading .line-on-center, .section-heading .line-on-side {
    display: block;
    width: 8px;
    height: 8px;
    margin: 1rem auto;
    position: relative;
    background: #453C41;
}

.section-heading .line-on-center:before, .section-heading .line-on-side:before, .section-heading .line-on-center:after, .section-heading .line-on-side:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 25px;
    height: 4px;
    border-radius: 1rem;
    top: 50%;
}

.section-heading .line-on-center:before, .section-heading .line-on-side:before {
    left: 0;
    right: auto;
    -webkit-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
}

.section-heading .line-on-center:after, .section-heading .line-on-side:after {
    right: 0;
    left: auto;
    -webkit-transform: translate(150%, -50%);
    -ms-transform: translate(150%, -50%);
    transform: translate(150%, -50%);
}

a, a:hover {
    color: #D4DBE2
}

body {
    font-family: "Montserrat", "sans-serif";
    direction: ltr;
    text-align: left;
    position: relative;
    background: #fff
}

body.page-404 {
    padding-top: 12rem
}

section {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plain-section {
    overflow: visible;
    padding: 0
}

.section-watermark {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(10%, 50%);
    -ms-transform: translate(10%, 50%);
    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
}

.skewed-section {
    overflow: visible;
    position: relative;
    margin: 2rem 0
}

.skewed-section:before, .skewed-section:after {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    background: #D4DBE2;
    -webkit-transform: translateY(-50%) skewY(-1deg);
    -ms-transform: translateY(-50%) skewY(-1deg);
    transform: translateY(-50%) skewY(-1deg)
}

.skewed-section:before {
    top: 0
}

.skewed-section:after {
    top: 100%
}

.mega-section {
    padding: 6rem 0
}

.elf-section {
    padding: 4rem 0
}

@media (max-width:767px) {
    .elf-section {
        padding: 3rem 0
    }
}

@media (min-width:1200px) {
    .container {
        min-width: 1170px
    }
}

.hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.tag-line {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: #453C41;
    padding: 0 20px
}

.tag-line:before, .tag-line:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #453C41
}

.tag-line:before {
    left: 0;
    right: auto
}

.tag-line:after {
    right: 0;
    left: auto
}

.section-heading {
    margin-bottom: 3rem
}

.section-heading.pad-line .section-title {
    position: relative;
    display: inline-block;
    z-index: 0
}

.section-heading.pad-line .section-title:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    height: 30%;
    left: 0;
    right: 0;
    background: #D4DBE2;
    z-index: -1
}

.section-heading.light-title .section-title {
    font-size: 2rem;
    font-weight: 500
}

.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 {
    margin-bottom: 1.25rem;
    font-family: "Montserrat", "sans-serif";
    font-size: 2rem;
    font-weight: 500;
    color: #252525;
    line-height: 1.3
}

.section-heading .section-title.splitting .char {
    text-transform: initial
}

@media (max-width:767px) {
    .section-heading .section-title {
        font-size: 2rem
    }
}

.section-heading .section-subtitle {
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 600;
    color: #5f5f5f
}

@media (max-width:991px) {
    .section-heading .section-subtitle {
        width: 80%
    }
}

@media (max-width:767px) {
    .section-heading .section-subtitle {
        width: 100%
    }
}

.section-heading .line-on-center {
    margin-left: auto;
    margin-right: auto
}

.section-heading .line-on-side {
    margin-left: 0;
    margin-right: auto
}

.adding-shadow {
    -webkit-box-shadow: 1px 1px 25px 0 rgba(18, 18, 18, .25);
    box-shadow: 1px 1px 25px 0 rgba(18, 18, 18, .25)
}

body.overlay-is-grey .overlay-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #121212;
    opacity: .7
}

body.overlay-is-grey .testimonials .overlay-color {
    background: #fff
}

body.overlay-is-main-color .overlay-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #D4DBE2;
    opacity: .5
}

body.overlay-is-accent-color .overlay-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #ff4800;
    opacity: .5
}

body.overlay-is-linear-gradient .overlay-color {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: -webkit-linear-gradient(45deg, #ff4800, #D4DBE2);
    opacity: .5
}

.parallax {
    background-attachment: fixed !important
}

.overlay-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.overlay-shape-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05
}

.overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05
}

.circle-shape-top-start, .circle-shape-bottom-end {
    position: absolute;
    z-index: -1;
    opacity: .25;
    border: 15px solid #D4DBE2;
    width: 250px;
    height: 250px;
    border-radius: 50%
}

@media (max-width:991px) {
    .circle-shape-top-start, .circle-shape-bottom-end {
        width: 125px;
        height: 125px
    }
}

.circle-shape-top-start {
    left: -80px;
    top: -80px
}

@media (max-width:991px) {
    .circle-shape-top-start {
        left: -40px;
        top: -40px
    }
}

.circle-shape-bottom-end {
    right: -80px;
    bottom: -80px
}

@media (max-width:991px) {
    .circle-shape-bottom-end {
        right: -40px;
        bottom: -40px
    }
}

.pattern-top-end, .pattern-bottom-start {
    position: absolute;
    background-image: url(../assets/images/patterns/dots-pattern-black.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 200px;
    height: 200px;
    z-index: -1
}

@media (max-width:991px) {
    .pattern-top-end, .pattern-bottom-start {
        width: 135px;
        height: 135px
    }
}

.pattern-top-end {
    top: -40px;
    right: -40px
}

.pattern-bottom-start {
    bottom: -40px;
    left: -40px
}

.enabeld-element {
    opacity: 1;
    pointer-events: auto
}

.disabled-element {
    opacity: .2;
    pointer-events: none
}

.see-more-area {
    display: block;
    text-align: center
}

.see-more-area.btn-on-start-align {
    text-align: left
}

.wave-shape {
    display: block;
    width: 100%;
    fill: #fff
}

.no-borders {
    border: none;
    outline: none
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.section-shape-divider-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1
}

.section-shape-divider-bottom svg {
    display: block;
    width: 100%;
    height: 120px
}

.section-shape-divider-bottom svg path {
    fill: #fff
}

.section-shape-divider-bottom.fill-shade svg path {
    fill: #f2f2f2
}

::-moz-selection {
    background: #453C41;
    color: #fff
}

::selection {
    background: #453C41;
    color: #fff
}

.text-gradient-color::-moz-selection {
    background: #453C41;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.text-gradient-color::selection {
    background: #453C41;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.start-dir-img-frame {
    background-image: -o-linear-gradient(310deg, #D4DBE2, #fff);
    background-image: linear-gradient(140deg, #D4DBE2, #fff);
    margin-right: 1.5rem;
    border-radius: .5rem
}

.start-dir-img-frame>img {
    -webkit-transform: translate(12px, 12px);
    -ms-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
    border-radius: .5rem
}

.end-dir-img-frame {
    background-image: -o-linear-gradient(130deg, #D4DBE2, #fff);
    background-image: linear-gradient(-40deg, #D4DBE2, #fff);
    margin-left: 1.5rem;
    border-radius: .5rem
}

.end-dir-img-frame>img {
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    border-radius: .5rem
}

@-webkit-keyframes anim-pulses {
    0% {
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1);
        opacity: .5
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
        opacity: 0
    }
}

@keyframes anim-pulses {
    0% {
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1);
        opacity: .5
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
        opacity: 0
    }
}

.ma-btn-primary, .ma-btn-secondary {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    padding: .625rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .25);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    z-index: 0
}

.ma-btn-primary:hover, .ma-btn-secondary:hover {
    text-decoration: none
}

.ma-btn-primary:focus, .ma-btn-secondary:focus {
    outline: none !important
}

.ma-btn-primary {
    border-color: #453C41;
    color: #fff;
    background: #453C41
}

.ma-btn-primary:hover {
    color: #453C41;
    background: rgba(0, 0, 0, 0);
    border-color: #453C41
}

.ma-btn-primary:hover:before, .ma-btn-primary:hover:after {
    left: 150%;
    -webkit-transform: rotate(-15deg) translateX(100%);
    -ms-transform: rotate(-15deg) translateX(100%);
    transform: rotate(-15deg) translateX(100%)
}

.ma-btn-primary:before, .ma-btn-primary:after {
    content: "";
    position: absolute;
    width: 30px;
    left: 0;
    top: -50%;
    height: 200%;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transform: rotate(-15deg) translateX(-150%);
    -ms-transform: rotate(-15deg) translateX(-150%);
    transform: rotate(-15deg) translateX(-150%);
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ma-btn-primary:after {
    -webkit-transition-delay: .075s;
    -o-transition-delay: .075s;
    transition-delay: .075s
}

.ma-btn-secondary {
    border: 2px solid;
    border-color: #453C41;
    color: #453C41;
    background: rgba(0, 0, 0, 0)
}

.ma-btn-secondary:hover {
    background: #453C41;
    color: #fff
}

.ma-btn-secondary:hover:before, .ma-btn-secondary:hover:after {
    left: 100%;
    -webkit-transform: rotate(-15deg) translateX(150%);
    -ms-transform: rotate(-15deg) translateX(150%);
    transform: rotate(-15deg) translateX(150%)
}

.ma-btn-secondary:before, .ma-btn-secondary:after {
    content: "";
    position: absolute;
    width: 30px;
    left: 0;
    top: -50%;
    height: 200%;
    background-color: rgba(255, 255, 255, .7);
    -webkit-transform: rotate(-15deg) translateX(-150%);
    -ms-transform: rotate(-15deg) translateX(-150%);
    transform: rotate(-15deg) translateX(-150%);
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ma-btn-secondary:after {
    -webkit-transition-delay: .065s;
    -o-transition-delay: .065s;
    transition-delay: .065s
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.play-btn-col-dir .play-video-btn:hover .play-btn-text:before, .play-btn-row-dir .play-video-btn:hover .play-btn-text:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.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: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.play-btn-col-dir .play-btn:hover, .play-btn-row-dir .play-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.play-btn-col-dir .play-btn:before, .play-btn-row-dir .play-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    -webkit-animation: anim-pulses infinite 2s linear;
    animation: anim-pulses infinite 2s linear
}

.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;
    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;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff
}

.play-btn-col-dir .play-video-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.play-btn-col-dir .play-btn {
    margin-bottom: .75rem
}

.play-btn-row-dir .play-video-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.play-btn-row-dir .play-btn {
    margin-right: .75rem
}

@media (max-width:575px) {
    .download-apps-area {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: .25rem;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.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-wraper, .download-apps-area .btn-google-play .title-wraper {
    line-height: 1;
    text-align: left
}

.download-apps-area .btn-app-store .title-wraper .sub-title, .download-apps-area .btn-google-play .title-wraper .sub-title {
    display: block;
    font-size: .75rem;
    font-weight: 400
}

.download-apps-area .btn-app-store .title-wraper .title, .download-apps-area .btn-google-play .title-wraper .title {
    display: block;
    font-size: 1.25rem;
    font-weight: 600
}

.download-apps-area .btn-app-store.btn-transparent-bg, .download-apps-area .btn-google-play.btn-transparent-bg {
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    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: #D4DBE2;
    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: #D4DBE2 !important
}

.download-apps-area .btn-app-store.btn-white-bg, .download-apps-area .btn-google-play.btn-white-bg {
    border: 2px solid #D4DBE2;
    background-color: #fff;
    color: #D4DBE2 !important
}

.download-apps-area .btn-app-store.btn-white-bg:hover, .download-apps-area .btn-google-play.btn-white-bg:hover {
    background-color: #D4DBE2;
    color: #fff !important
}

.dir-row .sc-list, .dir-col .sc-list, .sc-flat .sc-list {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #D4DBE2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.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;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .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: #D4DBE2
}

.dir-row .sc-list .sc-link, .dir-col .sc-list .sc-link, .sc-flat .sc-list .sc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.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 {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.dir-col {
    padding: 0 .75rem
}

.dir-col .sc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.sc-flat .sc-list .sc-item {
    font-size: 1.1rem;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin-right: 1rem
}

.sc-flat .sc-list .sc-item:hover {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
    color: #D4DBE2
}

.sc-flat .sc-list .sc-item .sc-icon {
    color: #D4DBE2
}

.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: 4.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #453C41;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 20;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
}

.back-to-top:hover {
    background-color: #D4DBE2;
    opacity: .8
}

.back-to-top.show {
    bottom: 30px
}

body.rounded-btns .ma-btn-primary, body.rounded-btns .ma-btn-secondary, body.rounded-btns .portfolio-btn, body.rounded-btns .subscripe-btn, body.rounded-btns .sc-item, body.rounded-btns .back-to-top, body.rounded-btns .swiper-button-prev, body.rounded-btns .swiper-button-next, body.rounded-btns .subscribe .form-group input[type=email] {
    border-radius: 5rem
}

body.smooth-squared-btns .ma-btn-primary, body.smooth-squared-btns .ma-btn-secondary, body.smooth-squared-btns .portfolio-btn, body.smooth-squared-btns .subscripe-btn, body.smooth-squared-btns .sc-item, body.smooth-squared-btns .back-to-top, body.smooth-squared-btns .swiper-button-prev, body.smooth-squared-btns .swiper-button-next, body.smooth-squared-btns .subscribe .form-group input[type=email] {
    border-radius: .25rem
}

body.hard-squared-btns .ma-btn-primary, body.hard-squared-btns .ma-btn-secondary, body.hard-squared-btns .portfolio-btn, body.hard-squared-btns .subscripe-btn, body.hard-squared-btns .sc-item, body.hard-squared-btns .back-to-top, body.hard-squared-btns .swiper-button-prev, body.hard-squared-btns .swiper-button-next, body.hard-squared-btns .subscribe .form-group input[type=email] {
    border-radius: 0
}

.ma-btn-squared {
    border-radius: .5rem !important
}

.ma-btn-rounded {
    border-radius: 5rem !important
}

.read-more {
    color: #D4DBE2;
    font-weight: 600;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.read-more:hover {
    color: #D4DBE2;
    text-decoration: none
}

.read-more:hover .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.read-more .icon {
    margin-left: .5rem;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.ma-tabs .tabs-links-list {
    position: relative;
    padding: .5rem 0;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(18, 18, 18, .25)
}

@media (max-width:575px) {
    .ma-tabs .tabs-links-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.ma-tabs .b-line {
    position: absolute;
    left: 0;
    width: 120px;
    border-radius: 1rem;
    bottom: 0;
    height: 3px;
    background-color: #D4DBE2;
    will-change: left, width;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ma-tabs .tab-link {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    font-weight: 900;
    margin-right: 3rem;
    color: #fff;
    opacity: .75;
    border-radius: 5rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ma-tabs .tab-link:last-child {
    margin-right: 0
}

.ma-tabs .tab-link.active, .ma-tabs .tab-link:hover {
    color: #D4DBE2;
    opacity: 1
}

.ma-tabs .switch {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ma-tabs .switch .switch-btns-list {
    padding: .5rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5rem
}

.ma-tabs .switch .switch-btns-list .switch-btn {
    position: relative;
    padding: .75rem 1rem;
    display: inline-block;
    border: 2px solid rgba(95, 95, 95, .65);
    min-width: 100px;
    color: rgba(95, 95, 95, .65);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all .3s ease-in 0;
    -o-transition: all .3s ease-in 0;
    transition: all .3s ease-in 0;
    cursor: pointer
}

.ma-tabs .switch .switch-btns-list .switch-btn:first-child {
    border-right: none
}

.ma-tabs .switch .switch-btns-list .switch-btn:last-child {
    border-left: none
}

.ma-tabs .switch .switch-btns-list .switch-btn:hover {
    border-color: #D4DBE2;
    color: #D4DBE2
}

.ma-tabs .switch .switch-btns-list .switch-btn.active {
    color: #fff;
    background-color: #D4DBE2;
    border-color: #D4DBE2
}

.ma-tabs .switch .toggle-btn {
    width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-color: #D4DBE2;
    border-radius: 2rem;
    z-index: 0;
    -webkit-appearance: none;
    outline: none;
    left: 0;
    right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    z-index: 1
}

.ma-tabs .switch .toggle-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: .25rem solid #D4DBE2;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ma-tabs .switch .toggle-btn:checked:before {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.ma-tabs .tabs {
    overflow: hidden
}

.ma-tabs .tabs .tab-content {
    display: none;
    padding: 2rem 0
}

.ma-tabs .tabs .visibale-tab {
    display: block;
    -webkit-animation: fadeIn .8s ease-in-out;
    animation: fadeIn .8s ease-in-out
}

.loading-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff
}

.loading-screen .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading-screen .spinner>div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    background: #D4DBE2;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loading-screen .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loading-screen .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.top-bar {
    height: 50px;
    background: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.top-bar .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-bar .header-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5rem;
    color: #fff
}

.top-bar .header-info .info .text {
    color: inherit;
    opacity: .75
}

.top-bar .header-info .info .text a {
    color: inherit
}

.top-bar .header-info .info .text:hover {
    opacity: 1
}

.top-bar .header-info .info .icon {
    color: #D4DBE2;
    margin-right: .75rem
}

.top-bar .top-bar-cta .cta {
    background-color: transparent;
    color: #D4DBE2;
    border: 2px solid #D4DBE2;
    padding: .5rem 2rem;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.top-bar .top-bar-cta .cta:hover {
    background-color: #D4DBE2;
    color: #fff
}

.page-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: padding .5s;
    -o-transition: padding .5s;
    transition: padding .5s
}

body.page-404 .page-header {
    background-color: #252525
}

.page-header .main-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1035;
    height: 90px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width:1199px) {
    .page-header .main-navbar {
        height: 75px;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.page-header .navbar-brand {
    margin: 0;
    font-weight: 600;
    max-width: 150px;
    color: #D4DBE2;
}

.page-header .navbar-brand .brand-logo {
    max-height: 50px
}

@media (max-width:1199px) {
    .page-header .navbar-brand .brand-logo {
        max-height: 40px
    }
}

.page-header .navbar-brand .brand-logo.light-logo {
    display: block
}

.page-header .navbar-brand .brand-logo.dark-logo {
    display: none
}

.page-header .navbar-brand .brand-name {
    color: #fff;
    margin-left: .5rem
}

.page-header .navbar-menu-wraper {
    margin-left: auto;
    position: relative
}

.page-header .navbar-menu-wraper:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    opacity: .5;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(2rem, -50%);
    -ms-transform: translate(2rem, -50%);
    transform: translate(2rem, -50%)
}

@media (max-width:1199px) {
    .page-header .navbar-menu-wraper {
        position: fixed;
        top: 75px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .25);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .page-header .navbar-menu-wraper.show-menu {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:1199px) and (max-width:1199px) {
    .page-header .navbar-menu-wraper.show-menu .navbar-nav {
        left: 0;
        height: calc(100% - 75px)
    }
}

.page-header .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width:1199px) {
    .page-header .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: -100%;
        height: 100%;
        width: 75%;
        overflow: auto;
        top: 0;
        padding: 0;
        padding-bottom: 1.5rem;
        background-color: #D4DBE2;
        overflow-x: hidden
    }
}

.page-header .nav-item {
    margin: 0;
    padding: 0;
    position: relative;
    margin-right: 1.5rem
}

.page-header .nav-item:last-child {
    margin-right: 0
}

@media (max-width:1199px) {
    .page-header .nav-item {
        margin-right: 0
    }
}

.page-header .nav-link {
    position: relative;
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .75px;
    padding: .5rem 0 !important;
    color: #fff;
    opacity: .75;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.page-header .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 3rem;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.page-header .nav-link.active, .page-header .nav-link:hover {
    opacity: 1
}

.page-header .nav-link.active:after, .page-header .nav-link:hover:after {
    opacity: 1;
    visibility: visible;
    top: 2rem;
    background-color: #fff
}

@media (max-width:1199px) {
    .page-header .nav-link.active:after, .page-header .nav-link:hover:after {
        display: none
    }
}

.page-header .nav-link .icon {
    display: none
}

@media (max-width:1199px) {
    .page-header .nav-link .icon {
        display: inline-block;
        margin-right: 1rem;
        font-size: 1rem
    }
}

@media (max-width:1199px) {
    .page-header .nav-link {
        display: inline-block;
        padding: 1.25rem 1rem !important;
        width: 100%
    }

    .page-header .nav-link:hover {
        padding-left: 1.5rem;
        background-color: #fff;
        color: #D4DBE2
    }
}

.page-header .header-cta {
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: #fff;
    color: #D4DBE2;
    border-color: rgba(0, 0, 0, 0);
    margin-left: 1rem
}

.page-header .header-cta.call-us {
    font-size: 1.25rem;
    font-weight: 400
}

.page-header .header-cta.call-us .icon {
    margin-right: .25rem
}

.page-header .header-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff
}

@media (max-width:1199px) {
    .page-header .header-cta {
        position: absolute;
        right: 0;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }

    .page-header .header-cta:hover {
        background-color: #D4DBE2;
        color: #fff;
        border-color: #D4DBE2
    }
}

.page-header .menu-toggler-btn {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.5rem;
    width: 2rem;
    z-index: 100;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer
}

.page-header .menu-toggler-btn>span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff
}

@media (max-width:1199px) {
    .page-header .menu-toggler-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 2rem
    }
}

.page-header .close-menu-btn span:nth-child(1) {
    -webkit-transform: rotate(225deg) translate(-7px, -8px);
    -ms-transform: rotate(225deg) translate(-7px, -8px);
    transform: rotate(225deg) translate(-7px, -8px)
}

.page-header .close-menu-btn span:nth-child(2) {
    display: none
}

.page-header .close-menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px)
}

.has-sub-menu>.sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 18rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(37, 37, 37, .25);
    box-shadow: 0 0 30px 0 rgba(37, 37, 37, .25);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width:1199px) {
    .has-sub-menu>.sub-menu {
        position: static;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        display: none;
        background-color: #D4DBE2;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.has-sub-menu>.sub-menu .sub-menu-item {
    padding: 0;
    margin: 0
}

.has-sub-menu>.sub-menu .sub-menu-link {
    color: #D4DBE2;
    padding: 1rem 1rem 1rem 1.5rem !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.has-sub-menu>.sub-menu .sub-menu-link:after {
    display: none
}

.has-sub-menu>.sub-menu .sub-menu-link:hover {
    color: #fff;
    background-color: #D4DBE2;
    padding-left: 2rem !important
}

.has-sub-menu>.sub-menu .sub-menu-link .icon {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem
}

@media (max-width:1199px) {
    .has-sub-menu>.sub-menu .sub-menu-link {
        color: #f1f1f1
    }

    .has-sub-menu>.sub-menu .sub-menu-link:hover {
        color: #D4DBE2;
        background-color: #fff
    }
}

.has-sub-menu .down-Arrow-icon {
    line-height: 1;
    font-size: .5rem;
    margin-left: .25rem
}

.has-sub-menu:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem)
}

@media (max-width:1199px) {
    .has-sub-menu:hover>.sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.has-sub-menu .has-sub-menu .sub-menu {
    top: 0;
    right: 100%;
    left: auto
}

.has-sub-menu .has-sub-menu:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.has-sub-menu .has-sub-menu .down-Arrow-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s, -webkit-transform;
    transition: .25s, -webkit-transform;
    -o-transition: transform, .25s;
    transition: transform, .25s;
    transition: transform, .25s, -webkit-transform
}

@media (max-width:1199px) {
    .has-sub-menu .has-sub-menu {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.header-search-btn {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.header-search-btn svg.search-icon {
    fill: #fff;
    max-width: 1.5rem
}

.header-search-btn img {
    max-width: 1.5rem
}

@media (max-width:1199px) {
    .header-search-btn {
        display: none
    }
}

.header-call-us {
    margin-left: 1rem
}

.header-call-us .call-us-link {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: .3s .5s;
    -o-transition: .3s .5s;
    transition: .3s .5s
}

.header-call-us .call-us-link:hover {
    color: #D4DBE2
}

.header-call-us .call-us-link .icon {
    margin-right: .25rem
}

.call-us-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem
}

.call-us-banner .icon {
    font-size: 2.5rem;
    margin-right: .75rem;
    color: #fff
}

.call-us-banner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.call-us-banner .text .cta-text {
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    opacity: .85
}

.call-us-banner .text .call-us-link {
    color: #fff;
    font-size: 1.22rem;
    font-weight: 500;
    text-decoration: none
}

.call-us-banner .text .call-us-link:hover {
    opacity: .85
}

@media (max-width:1199px) {
    .call-us-banner {
        position: absolute;
        right: 0;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

.header-search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(18, 18, 18, .95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1200
}

.header-search-box.show {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.header-search-box.show .search-form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-search-box .close-search {
    position: absolute;
    right: 25%;
    top: 25%;
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.header-search-box .close-search:before {
    -webkit-transform: rotate(45deg) translateX(2px);
    -ms-transform: rotate(45deg) translateX(2px);
    transform: rotate(45deg) translateX(2px)
}

.header-search-box .close-search:after {
    -webkit-transform: rotate(-45deg) translateX(1px);
    -ms-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px)
}

.header-search-box .search-form {
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    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 #D4DBE2;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: auto;
    outline: none;
    border: none;
    background: 0 0;
    color: #D4DBE2;
    font-size: 1.5rem
}

.header-stand-out {
    background-color: #D4DBE2;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 30px 0 rgba(37, 37, 37, .25);
    box-shadow: 0 1px 30px 0 rgba(37, 37, 37, .25)
}

.menu-on-start .navbar-menu-wraper {
    margin-right: auto;
    margin-left: 3rem
}

@media (max-width:1199px) {
    .menu-on-start .navbar-menu-wraper {
        margin: 0
    }
}

.menu-on-end .navbar-menu-wraper {
    margin-left: auto;
    margin-right: 1rem
}

@media (max-width:1199px) {
    .menu-on-end .navbar-menu-wraper {
        margin: 0
    }
}

.menu-on-center .navbar-menu-wraper {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1199px) {
    .menu-on-center .navbar-menu-wraper {
        margin: 0
    }
}

.dark-header.header-stand-out {
    background-color: #252525
}

.dark-header.header-stand-out .header-search-btn svg.search-icon {
    fill: #fff
}

.dark-header.header-stand-out .navbar-menu-wraper:after {
    background-color: #fff
}

@media (max-width:1199px) {
    .dark-header.header-stand-out .navbar-menu-wraper {
        background-color: rgba(0, 0, 0, .25)
    }
}

@media (max-width:1199px) {
    .dark-header.header-stand-out .navbar-nav {
        background-color: #252525
    }
}

.dark-header.header-stand-out .nav-link {
    color: #fff
}

.dark-header.header-stand-out .nav-link:after {
    background-color: #fff
}

.dark-header.header-stand-out .nav-link.active, .dark-header.header-stand-out .nav-link:hover {
    color: #fff
}

.dark-header.header-stand-out .nav-link.active:after, .dark-header.header-stand-out .nav-link:hover:after {
    background-color: #fff
}

@media (max-width:1199px) {
    .dark-header.header-stand-out .nav-link {
        color: #fff;
        background-color: #252525
    }

    .dark-header.header-stand-out .nav-link:hover {
        color: #252525;
        background-color: #fff
    }
}

.dark-header.header-stand-out .header-cta {
    background-color: #D4DBE2;
    color: #fff
}

.dark-header.header-stand-out .header-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff
}

@media (max-width:1199px) {
    .dark-header.header-stand-out .header-cta:hover {
        background-color: #D4DBE2;
        color: #fff;
        border-color: #D4DBE2
    }
}

.dark-header.header-stand-out .call-us-banner .icon {
    color: #fff
}

.dark-header.header-stand-out .call-us-banner .text .cta-text {
    color: #fff
}

.dark-header.header-stand-out .call-us-banner .text .call-us-link {
    color: #fff
}

.dark-header.header-stand-out .menu-toggler-btn>span {
    background-color: #fff
}

.dark-header .has-sub-menu .sub-menu .sub-menu-link {
    color: #252525
}

.dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #fff;
    background-color: #121212
}

@media (max-width:1199px) {
    .dark-header .has-sub-menu .sub-menu .sub-menu-link {
        color: #fff
    }

    .dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
        color: #121212;
        background-color: #fff
    }
}

@media (max-width:1199px) {
    .dark-header .has-sub-menu .sub-menu {
        background-color: #453C41
    }
}

.light-header.header-stand-out {
    background-color: #fff
}

.light-header.header-stand-out .header-search-btn svg.search-icon {
    fill: #252525
}

.light-header.header-stand-out .navbar-brand .brand-logo.light-logo {
    display: none
}

.light-header.header-stand-out .navbar-brand .brand-logo.dark-logo {
    display: block
}

.light-header.header-stand-out .navbar-brand .brand-name {
    color: #D4DBE2;
    margin-left: .5rem
}

.light-header.header-stand-out .navbar-menu-wraper:after {
    background-color: #121212
}

@media (max-width:1199px) {
    .light-header.header-stand-out .navbar-menu-wraper {
        background-color: rgba(0, 0, 0, .25)
    }
}

@media (max-width:1199px) {
    .light-header.header-stand-out .navbar-nav {
        background-color: #fff
    }
}

.light-header.header-stand-out .nav-link {
    color: #252525
}

.light-header.header-stand-out .nav-link:after {
    background-color: #252525
}

@media (max-width:1199px) {
    .light-header.header-stand-out .nav-link {
        color: #252525
    }

    .light-header.header-stand-out .nav-link:hover {
        color: #fff;
        background-color: #252525
    }
}

.light-header.header-stand-out .header-cta {
    background-color: #D4DBE2;
    color: #fff
}

.light-header.header-stand-out .header-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #D4DBE2;
    border-color: #D4DBE2
}

@media (max-width:1199px) {
    .light-header.header-stand-out .header-cta:hover {
        background-color: #D4DBE2;
        color: #fff;
        border-color: #D4DBE2
    }
}

.light-header.header-stand-out .call-us-banner .icon {
    color: #D4DBE2
}

.light-header.header-stand-out .call-us-banner .text .cta-text {
    color: #D4DBE2
}

.light-header.header-stand-out .call-us-banner .text .call-us-link {
    color: #252525
}

.light-header.header-stand-out .menu-toggler-btn>span {
    background-color: #252525
}

.light-header .has-sub-menu .sub-menu {
    background-color: #fff
}

.light-header .has-sub-menu .sub-menu .sub-menu-link {
    color: #252525
}

.light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #fff;
    background-color: #252525
}

@media (max-width:1199px) {
    .light-header .has-sub-menu .sub-menu .sub-menu-link {
        color: #252525;
        background-color: #fff
    }

    .light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
        color: #fff;
        background-color: #252525
    }
}

.page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
    font-family: "Montserrat", "sans-serif";
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #fff;
    line-height: 1.2
}

@media (max-width:1199px) {
    .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
        font-size: 2.5rem;
        font-weight: 500
    }
}

@media (max-width:575px) {
    .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
        font-size: 2rem
    }
}

@media (max-height:500px) {
    .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
        font-size: 2rem
    }
}

.page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
    color: #f1f1f1;
    font-size: 1.15rem;
    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
    }
}

.page-hero .hero-social-icons {
    position: absolute;
    z-index: 900;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.page-hero .hero-social-icons.start-align {
    left: 3rem;
    right: auto
}

.page-hero .hero-social-icons.center-align {
    width: 100%;
    text-align: center
}

.page-hero .hero-social-icons.end-align {
    right: 3rem;
    left: auto
}

.page-hero .hero-social-icons.center-position {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-hero .hero-social-icons.bottom-position {
    bottom: 4rem;
    top: auto
}

.page-hero .hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
    margin-right: 2rem
}

.page-hero .hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
    color: #fff
}

.page-hero .hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
    margin-bottom: 2rem
}

.page-hero .hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
    color: #fff
}

@media (max-width:991px) {
    .page-hero .hero-social-icons {
        display: none
    }
}

@media (max-height:500px) {
    .page-hero .hero-social-icons {
        display: none
    }
}

.page-hero {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    padding: 120px 0;
    background: #D4DBE2;
    background: -webkit-linear-gradient(45deg, #ff4800, #D4DBE2)
}

@media (max-width:991px) {
    .page-hero {
        height: auto;
        min-height: 100vh
    }
}

@media (max-height:600px) {
    .page-hero {
        height: auto
    }
}

.page-hero .hero-text-area .tag-line {
    color: #fff
}

.page-hero .hero-text-area .hero-title .char {
    text-transform: initial
}

.page-hero .slider-stacked-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3rem;
    z-index: 11
}

.page-hero .slider-stacked-arrows .swiper-button-prev, .page-hero .slider-stacked-arrows .swiper-button-next {
    position: static;
    margin: .25rem 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:991px) {
    .page-hero .slider-stacked-arrows {
        bottom: 1rem;
        top: auto;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.page-hero .cta-links-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .page-hero .cta-links-area {
        text-align: center
    }
}

@media (max-width:575px) {
    .page-hero .cta-links-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-hero .cta-links-area .cta-link {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.15rem;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff;
    min-width: 200px;
    margin-bottom: 1rem
}

@media (max-width:991px) {
    .page-hero .cta-links-area .cta-link {
        font-size: 1rem;
        margin-right: .75rem
    }
}

@media (max-width:575px) {
    .page-hero .cta-links-area .cta-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }
}

.page-hero .cta-links-area .cta-link:last-child {
    margin-right: 0
}

.page-hero .cta-links-area .cta-link:hover {
    background: #fff;
    color: #D4DBE2;
    border-color: #fff
}

.page-hero .cta-links-area .cta-link-primary {
    background: #D4DBE2;
    color: #fff;
    border-color: #D4DBE2
}

.page-hero .cta-links-area .cta-link-primary:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.page-hero .hero-video-bg {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-parallax .swiper-slide-active {
    z-index: 2
}

.hero-swiper-slider {
    padding: 0;
    background: #453C41
}

.hero-swiper-slider .hero-text-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hero-swiper-slider .tag-line {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.hero-swiper-slider .slide-title .char {
    text-transform: initial
}

.hero-swiper-slider .slide-subtitle {
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.hero-swiper-slider .swiper-slide {
    position: relative;
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-swiper-slider .slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-swiper-slider .slider-bg .overlay-color {
    z-index: 1;
    opacity: .65
}

.hero-swiper-slider .slider-bg .slider-bg-img {
    max-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-swiper-slider .cta-links-area {
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.hero-swiper-slider .swiper-button-prev, .hero-swiper-slider .swiper-button-next {
    background-image: none;
    width: 4.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #D4DBE2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(255, 255, 255, .35);
    color: #fff;
    outline: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-swiper-slider .swiper-button-prev:hover, .hero-swiper-slider .swiper-button-next:hover {
    background-color: #D4DBE2;
    opacity: .8
}

@media (max-width:991px) {
    .hero-swiper-slider .swiper-button-prev, .hero-swiper-slider .swiper-button-next {
        bottom: 1rem;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: 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;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        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 .swiper-slide-active .hero-text-area {
    opacity: 1;
    visibility: visible
}

.hero-swiper-slider .swiper-slide-active .tag-line {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.hero-swiper-slider .swiper-slide-active .slide-subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.hero-swiper-slider .swiper-slide-active .cta-links-area {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.hero-swiper-slider.off-grid-text .slider-bg {
    width: 65%;
    left: auto;
    right: 0
}

.inner-page-hero {
    height: 60vh;
    min-height: 60vh
}

.inner-page-hero .overlay-photo-image-bg {
    background-image: url(../assets/images/hero/inner-page-hero.jpg);
    opacity: 1
}

.inner-page-hero .hero-text-area .hero-title {
    text-align: center;
    font-weight: 800
}

.inner-page-hero .hero-text-area .hero-title .char {
    text-transform: initial
}

@media (max-width:991px) {
    .inner-page-hero .hero-text-area .hero-title {
        font-size: 3rem
    }
}

.inner-page-hero .hero-text-area .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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);
    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;
    -webkit-transition: color .25s ease-in 0;
    -o-transition: color .25s ease-in 0;
    transition: color .25s ease-in 0
}

.inner-page-hero .hero-text-area .breadcrumb-link:hover {
    color: #D4DBE2
}

.services .service-box, .services-boxed .service-box, .services-bg-img .service-box {
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .service-box:hover .service-icon, .services-boxed .service-box:hover .service-icon, .services-bg-img .service-box:hover .service-icon {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.services .service-icon, .services-boxed .service-icon, .services-bg-img .service-icon {
    margin-bottom: 1.5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .font-icon, .services-boxed .font-icon, .services-bg-img .font-icon {
    display: inline-block;
    font-size: 2.5rem;
    color: #D4DBE2;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .img-icon, .services-boxed .img-icon, .services-bg-img .img-icon {
    width: 60px;
    height: 60px
}

.services .service-content, .services-boxed .service-content, .services-bg-img .service-content {
    margin-bottom: 1.5rem
}

.services .service-title, .services-boxed .service-title, .services-bg-img .service-title {
    font-size: 1.35rem;
    font-weight: 700;
    font-family: "Montserrat", "sans-serif";
    color: #252525;
    margin-bottom: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services .service-text, .services-boxed .service-text, .services-bg-img .service-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #5f5f5f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width:991px) {
    .lifted-up-box.services .services-row, .lifted-up-box.services-boxed .services-row, .lifted-up-box.services-bg-img .services-row {
        padding: 6rem 0
    }
}

.lifted-up-box.services .service-box, .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 .service-box, .lifted-up-box.services-boxed .service-box, .lifted-up-box.services-bg-img .service-box {
        margin-top: 0
    }
}

.services .services-row {
    margin-bottom: 2rem
}

.services .service-box {
    margin-bottom: 0
}

@media (max-width:991px) {
    .services .service-box {
        padding: 1rem
    }
}

.services-boxed .services-row {
    margin-bottom: 1rem
}

.services-boxed .service-box {
    margin-bottom: 2rem;
    border-radius: .5rem;
    border: 1px solid rgba(156, 79, 34, .35);
    -webkit-box-shadow: 0 0 10px 0 rgba(18, 18, 18, .1);
    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 {
    background-color: #D4DBE2;
    background: -webkit-linear-gradient(45deg, #ff4800, #D4DBE2)
}

.services-boxed .service-box:hover .font-icon, .services-boxed .service-box:hover .read-more {
    color: #fff
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
    top: 0;
    left: 0;
    background-image: url('../assets/images/hero/межкомнатные-двери (4).jpg');
    opacity: .02;
    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: #121212 !important
}

.services-bg-img.half-bg-img .section-heading .section-subtitle {
    color: #121212 !important
}

.services-bg-img.half-bg-img .section-heading .line-on-side, .services-bg-img.half-bg-img .section-heading .line-on-center {
    background-color: #fff !important
}

.services-bg-img .service-box {
    margin: 0 5px;
    border-radius: 0;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.services-bg-img .service-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.services-bg-img .service-box .bg-img .overlay-color {
    z-index: 0;
    opacity: .8
}

.services-bg-img .service-box .bg-img .service-bg-img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.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: .85
}

.about .about {
    position: relative
}

.about .about:not(:last-child) {
    margin-bottom: 2.5rem
}

.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;
    width: 350px;
    height: 200px;
    background-color: #D4DBE2;
    color: #fff;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    top: 3rem;
    bottom: auto
}

.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: 700
}

.about .about-col .photo-banner-start .banner-icon, .about .about-col .photo-banner-end .banner-icon, .about .img-area .photo-banner-start .banner-icon, .about .img-area .photo-banner-end .banner-icon {
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    margin-bottom: 1rem
}

.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 {
        display: none
    }
}

.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;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    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 .photo-banner-start, .about .img-area .photo-banner-start {
    left: -3rem;
    right: auto
}

.about .about-col .photo-banner-end, .about .img-area .photo-banner-end {
    left: auto;
    right: -3rem
}

.about .about-col .video-wraper, .about .img-area .video-wraper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.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: .5;
    z-index: 1
}

@media (max-width:991px) {
    .about .img-area {
        padding: 0;
        width: 100%
    }

    .about .img-area .about-img {
        max-height: 350px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about .content-block:not(:last-child) {
    margin-bottom: 1rem
}

.about .content-block .pad-start .text-area {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3rem
}

@media (max-width:991px) {
    .about .content-block .pad-start .text-area {
        padding-top: 2rem;
        padding-left: 0
    }
}

.about .content-block .pad-end .text-area {
    padding-right: 3rem
}

@media (max-width:991px) {
    .about .content-block .pad-end .text-area {
        padding-right: 0
    }
}

.about .text-area {
    position: relative;
    padding: 3rem 0
}

.about .about-num {
    display: none;
    position: absolute;
    z-index: -1;
    right: 0;
    left: auto;
    top: 0;
    font-size: 10rem;
    font-weight: 900;
    opacity: .25;
    line-height: 75%;
    color: #D4DBE2
}

.about .about-icon {
    margin-bottom: 1.5rem
}

.about .about-icon .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    position: relative;
    background: #D4DBE2
}

.about .about-icon .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #D4DBE2;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-animation: anim-pulses infinite 2s linear;
    animation: anim-pulses infinite 2s linear;
    z-index: -1
}

.about .about-title {
    font-size: 2.25rem;
    font-weight: 800;
    font-family: "Montserrat", "sans-serif";
    margin-bottom: 1.25rem;
    color: #252525
}

@media (max-width:767px) {
    .about .about-title {
        font-size: 2rem;
        margin-bottom: .75rem
    }
}

.about .section-heading {
    margin-bottom: 1rem
}

.about .first-p {
    font-family: "Montserrat", "sans-serif";
    font-weight: 500;
    font-size: .95rem;
    color: #252525;
    opacity: .85;
    line-height: 1.7;
    margin-bottom: 1rem
}

.about .about-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #5f5f5f;
    letter-spacing: .5px
}

.about .info-items .menu-items {
    margin: 0;
    padding: 2rem 0;
    list-style: none
}

.about .info-items .menu-items .info-item {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media (max-width:767px) {
    .about .info-items .menu-items .info-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about .info-items .menu-items .info-item .info-content {
    padding-right: 3rem
}

.about .info-items .menu-items .info-item .info-title {
    font-family: "Montserrat", "sans-serif";
    margin-bottom: .75rem;
    color: #252525;
    font-weight: 500;
    font-size: 1.25rem
}

.about .info-items .menu-items .info-item .info-text {
    font-size: 1rem;
    font-weight: 400;
    color: #5f5f5f
}

.about .info-items .menu-items .info-item .info-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    color: #D4DBE2;
    font-size: 2.5rem;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.about .info-items .menu-items .info-item .info-img-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: 60px;
    height: 60px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.about .info-items .menu-items .info-item:hover .info-icon, .about .info-items .menu-items .info-item:hover .info-img-icon {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.about .info-items-grid {
    padding: 3rem 0
}

.about .info-items-grid .info-item {
    margin-bottom: 3rem
}

.about .info-items-grid .info-item .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Montserrat", "sans-serif"
}

.about .info-items-grid .info-item .item-title .item-icon {
    margin-right: .75rem;
    font-size: 2.25rem;
    color: #D4DBE2
}

.about .info-items-grid .info-item .item-text {
    font-weight: 400;
    font-size: .85px;
    opacity: .75
}

.about .about-stats {
    margin-bottom: 2rem
}

.about .about-stats .stat-box {
    text-align: left;
    padding: 1.5rem;
    margin-bottom: 0
}

.about .about-stats .stat-box .stat-num {
    color: #252525;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .25rem;
    display: inline-block;
    position: relative
}

.about .about-stats .stat-box .stat-num .sign {
    font-size: 2.5rem;
    color: #D4DBE2;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.about .about-stats .stat-box .stat-desc {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #4d4d4d;
    text-transform: uppercase
}

@media (max-width:991px) {
    .about .about-stats .stat-box .stat-num {
        font-size: 2rem;
        font-weight: 700
    }

    .about .about-stats .stat-box .stat-num .sign {
        font-size: 1.25rem
    }
}

.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 {
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about .wide-img-area>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about .wide-img-area:hover .overlay {
    opacity: .5
}

@media (max-width:991px) {
    .about .wide-img-area {
        position: relative;
        width: 100%;
        max-height: 360px
    }
}

.about .wide-img-from-start-dir, .about .wide-img-from-end-dir {
    margin-bottom: 0 !important
}

.about .wide-img-from-start-dir .text-area, .about .wide-img-from-end-dir .text-area {
    margin: 0 5rem;
    padding: 5rem 0
}

@media (max-width:991px) {
    .about .wide-img-from-start-dir .text-area, .about .wide-img-from-end-dir .text-area {
        margin: 0 1rem;
        padding: 3rem 0
    }
}

@media (max-width:991px) {
    .about .wide-img-from-start-dir .wide-img-area, .about .wide-img-from-end-dir .wide-img-area {
        max-height: 500px
    }
}

.portfolio {
    overflow: hidden;
    position: relative
}

.portfolio .overlay-photo-image-bg {
    background-image: url('../assets/images/hero/межкомнатные-двери (4).jpg')
}

.portfolio .portfolio-wraper {
    overflow: hidden;
    margin-bottom: 3rem
}

.portfolio .portfolio-btn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    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: #252525;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.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: .5rem;
    height: .5rem;
    background-color: #D4DBE2;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #D4DBE2
}

.portfolio .portfolio-group {
    direction: ltr;
    position: relative
}

.portfolio .portfolio-img-link {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-right: .75rem;
    margin-bottom: .75rem
}

@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:hover .item-info {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.portfolio .item:hover .overlay-color {
    opacity: .7
}

.portfolio .item:hover .portfolio-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.portfolio .item:hover .icon {
    pointer-events: auto;
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio .item .portfolio-img {
    display: block;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 380px;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.portfolio .item .item-info {
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    width: 100%;
    padding: .5rem 1rem;
    margin: 0;
    opacity: 0;
    z-index: 5;
    background-color: rgba(18, 18, 18, .75);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.portfolio .item .item-info .info-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff
}

.portfolio .item .item-info .tags-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.portfolio .item .item-info .tag-item {
    display: inline-block;
    position: relative;
    margin-right: 1rem
}

.portfolio .item .item-info .tag-item:not(:first-child) {
    margin-left: 1rem
}

.portfolio .item .item-info .tag-item:not(:last-child):before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: 0 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio .item .item-info .tag-link {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    text-decoration: none !important
}

.portfolio .item .icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 3rem;
    background-color: #453C41;
    color: #fff;
    font-size: 1.25rem;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    z-index: 5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.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: 4.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #D4DBE2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.portfolio .swiper-button-prev:hover, .portfolio .swiper-button-next:hover {
    background-color: #D4DBE2;
    opacity: .8
}

.portfolio-slider .item .portfolio-img {
    height: 600px
}

@media (max-width:767px) {
    .portfolio-slider .item .portfolio-img {
        height: 400px
    }
}

.counter-title{
    font-weight: 600;
    font-size: 32px;
}

.counter-text{
    font-size: 20px;
}

.fa-door-closed::before, .fa-door-open::before, .fa-calendar::before, .fa-clock::before, .fa-people-carry::before {
    font-size: 2rem;
    color: #453C41;
}

.our-clients .logo {
    max-height: 75px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.our-clients-blocks .section-heading .section-title {
    color: #f1f1f1
}

.our-clients-blocks .blocks-row {
    margin-bottom: -30px
}

.our-clients-blocks .client-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    height: 90px;
    padding: 0 10px;
    border-radius: 4px
}

.our-clients-blocks .client-block:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width:767px) {
    .our-clients-blocks .client-block {
        padding: 2rem
    }
}

.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:last-of-type {
    margin-bottom: 0 !important
}

.faq .faq-accordion .card-header {
    position: relative;
    background: #D4DBE2;
    border-bottom: 2px solid #453C41
}

.faq .faq-accordion .card-header .faq-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
    text-decoration: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    white-space: normal;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    padding-bottom: .5rem
}

.faq .faq-accordion .card-body .faq-answer {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    color: #5f5f5f
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.off-grid.bg-img-section .overlay-color {
    right: 0;
    left: auto
}

@media (max-width:991px) {
    .testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.off-grid.bg-img-section .overlay-color {
        width: 100%
    }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg {
    background-image: url('../assets/images/hero/межкомнатные-двери (4).jpg')
}

.testimonials.off-grid.bg-img-section .overlay-color {
    opacity: .1 !important
}

.testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
    border: 1px solid #D4DBE2;
    border-bottom: .25rem solid #D4DBE2
}

@media (max-width:575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 2rem 1rem
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
    padding: 0 2rem;
    margin-bottom: 1rem
}

@media (max-width:767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
        padding: 0 1rem
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    font-style: italic;
    color: #252525;
    padding: 0;
    margin: 0
}

@media (max-width:991px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
        font-size: 1.15rem
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
    position: relative
}

@media (max-width:767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
        padding: 0
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .icon, .testimonials.stack .testmonial-box .testimonial-content .icon {
    position: absolute;
    bottom: -3rem;
    right: 2rem;
    left: auto;
    display: block;
    font-size: 6rem;
    opacity: .2;
    color: #D4DBE2;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info, .testimonials.stack .testmonial-box .testimonial-content .customer-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem
}

.testimonials .section-heading .section-title {
    font-size: .8rem !important
}

.testimonials .customer-logo {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    background: #453C41;
    color: #fff;
    border-radius: 50%;
    margin-bottom: .75rem;
    font-size: 2rem;
    font-weight: 500
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
    display: inline-block;
    text-align: center
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #252525
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
    font-size: 1rem;
    color: #D4DBE2
}

.testimonials .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-box .testimonial-content .customer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (max-width:767px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
        padding: 0 1rem;
        margin-bottom: 1.5rem
    }
}

@media (max-width:575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D4DBE2;
    border-radius: 1rem;
    right: 0
}

@media (max-width:575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info:before {
        display: none
    }
}

@media (max-width:575px) {
    .testimonials.off-grid .testmonial-box .testimonial-content .customer-info img {
        margin-right: 1rem
    }
}

.testimonials.stack .testmonial-box .testimonial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info {
    margin-bottom: 1.5rem
}

@media (max-width:767px) {
    .testimonials.stack .testmonial-box .testimonial-content .customer-info {
        padding: 0 1rem
    }
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info img {
    margin-right: 1rem
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
    text-align: left
}

.testimonials .rating-stars {
    padding: 0 2rem;
    margin-bottom: 1rem
}

@media (max-width:767px) {
    .testimonials .rating-stars {
        padding: 0 1rem
    }
}

.testimonials .rating-stars .star-icon {
    color: #453C41;
    font-size: .85rem
}

.testimonials .rating-stars .star-icon:not(:last-child) {
    margin-right: .5rem
}

.testimonials .rating-stars .star-icon.off {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #D4DBE2;
    -webkit-text-stroke-width: 1px
}

.testimonials .swiper-button-prev, .testimonials .swiper-button-next {
    background-image: none;
    width: 4.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    background: #453C41;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 0;
    bottom: auto;
    margin-top: 0
}

.testimonials .swiper-button-prev:hover, .testimonials .swiper-button-next:hover {
    background-color: #D4DBE2;
    opacity: .8
}

.testimonials .swiper-button-prev {
    right: 0;
    left: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.testimonials .swiper-button-next {
    right: 0;
    left: auto
}

.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    font-size: .95rem;
    left: 0;
    top: 0;
    color: #252525;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper input[type=email]:focus~label, .main-form-wraper input[type=text]:focus~label, .main-form-wraper input[type=password]:focus~label, .main-form-wraper input[type=url]:focus~label, .main-form-wraper input[type=search]:focus~label, .main-form-wraper input[type=number]:focus~label, .main-form-wraper textarea:focus~label, .main-form-wraper.input-under-lined .input-wraper.has-text label, .main-form-wraper.input-under-lined input[type=email]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=text]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=password]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=url]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=search]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=number]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined textarea:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed .input-wraper.has-text label, .main-form-wraper.input-boxed input[type=email]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed input[type=text]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed input[type=password]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed input[type=url]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed input[type=search]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed input[type=number]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed textarea:focus~label:not(.lbl-for-checkbox) {
    top: -30px;
    font-size: 1rem;
    font-weight: 600;
    color: #D4DBE2
}

.main-form-wraper .not-req {
    display: none
}

.main-form-wraper .req {
    color: red
}

.main-form-wraper .error-msg {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    font-size: .85rem;
    color: red;
    display: none
}

.main-form-wraper .done-msg {
    font-size: 1rem;
    color: green;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper .done-msg.show {
    visibility: visible;
    opacity: 1
}

.main-form-wraper .input-wraper {
    position: relative;
    margin-bottom: 3rem
}

.main-form-wraper .input-wraper .input-icon {
    position: absolute;
    left: auto;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5f5f5f
}

.main-form-wraper .lbl-for-checkbox {
    margin: 0;
    padding: 0;
    margin-left: .5rem;
    color: #5f5f5f;
    font-size: .85rem;
    cursor: pointer
}

.main-form-wraper input[type=email], .main-form-wraper input[type=text], .main-form-wraper input[type=password], .main-form-wraper input[type=url], .main-form-wraper input[type=search], .main-form-wraper input[type=number], .main-form-wraper textarea {
    display: block;
    width: 100%;
    padding: .5rem;
    outline: none;
    border: 1px solid rgba(156, 79, 34, .5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, 0);
    color: #252525
}

.main-form-wraper input[type=email] [type=submit]:focus, .main-form-wraper input[type=text] [type=submit]:focus, .main-form-wraper input[type=password] [type=submit]:focus, .main-form-wraper input[type=url] [type=submit]:focus, .main-form-wraper input[type=search] [type=submit]:focus, .main-form-wraper input[type=number] [type=submit]:focus, .main-form-wraper textarea [type=submit]:focus {
    outline: none !important
}

.main-form-wraper textarea {
    min-height: 10rem
}

.main-form-wraper .keep-me-logged-in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-form-wraper .keep-me-logged-in .check-input {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    border: 1px solid #D4DBE2;
    outline: none;
    cursor: pointer
}

.main-form-wraper .keep-me-logged-in .check-input:checked~.icon {
    opacity: 1;
    visibility: visible
}

.main-form-wraper .keep-me-logged-in .icon {
    position: absolute;
    left: 2px;
    top: 4px;
    font-size: .75rem;
    color: #D4DBE2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper input[type=submit] {
    outline: none;
    border: none
}

.main-form-wraper.input-under-lined .input-wraper.has-text label {
    top: -20px
}

.main-form-wraper.input-under-lined .input-wraper.has-text .b-border {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-form-wraper.input-under-lined .input-wraper .b-border {
    display: block;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    height: 2px;
    background: #D4DBE2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox) {
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper.input-under-lined input[type=email], .main-form-wraper.input-under-lined input[type=text], .main-form-wraper.input-under-lined input[type=password], .main-form-wraper.input-under-lined input[type=url], .main-form-wraper.input-under-lined input[type=search], .main-form-wraper.input-under-lined input[type=number], .main-form-wraper.input-under-lined textarea {
    padding: .5rem 0;
    border: none;
    border-bottom: 1px solid rgba(156, 79, 34, .5)
}

.main-form-wraper.input-under-lined input[type=email]:focus~.b-border, .main-form-wraper.input-under-lined input[type=text]:focus~.b-border, .main-form-wraper.input-under-lined input[type=password]:focus~.b-border, .main-form-wraper.input-under-lined input[type=url]:focus~.b-border, .main-form-wraper.input-under-lined input[type=search]:focus~.b-border, .main-form-wraper.input-under-lined input[type=number]:focus~.b-border, .main-form-wraper.input-under-lined textarea:focus~.b-border {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-form-wraper.input-under-lined input[type=email]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=text]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=password]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=url]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=search]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined input[type=number]:focus~label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined textarea:focus~label:not(.lbl-for-checkbox) {
    top: -20px
}

.main-form-wraper.input-boxed {
    padding-top: 30px
}

.main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
    font-size: 1rem;
    font-weight: 600;
    top: -30px;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-form-wraper.input-boxed input[type=email]:focus, .main-form-wraper.input-boxed input[type=text]:focus, .main-form-wraper.input-boxed input[type=password]:focus, .main-form-wraper.input-boxed input[type=url]:focus, .main-form-wraper.input-boxed input[type=search]:focus, .main-form-wraper.input-boxed input[type=number]:focus, .main-form-wraper.input-boxed textarea:focus {
    border-color: #D4DBE2
}

.contact-info .map-box .mapouter {
    position: relative;
    text-align: right;
    width: 100%
}

.contact-info .map-box .mapouter .gmap_canvas {
    overflow: hidden;
    background: 0 0 !important;
    width: 100%
}

.contact-info .map-box .mapouter .map-iframe {
    width: 100%;
    border: none
}

@media (max-width:1199px) {
    .portfolio .item .portfolio-img {
        height: 300px
    }
}

@media (max-width:991px) {
    .section-heading .section-title {
        font-size: 2rem !important
    }

    .section-heading.light-title .section-title {
        text-align: center
    }

    .mega-section {
        padding: 2.5rem 0
    }

    #our-clients>.container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .tag-line-center-mob {
        text-align: center
    }

    .tag-line-center-mob .section-title br {
        display: none
    }

    .portfolio .item .portfolio-img {
        height: 230px
    }
}

@media (max-width:767px) {
    .about .first-p {
        text-align: center
    }

    .section-heading .section-title {
        font-size: 1.7rem !important
    }

    .portfolio .item .portfolio-img {
        height: 350px
    }

    .page-header .container {
        max-width: 100%
    }

    .call-us-banner .icon {
        font-size: 1.7rem;
        margin-right: .5rem
    }

    .call-us-banner .text .call-us-link {
        font-size: .8rem
    }

    .call-us-banner .text .cta-text {
        font-size: .46rem
    }
}

@media (max-width:575px) {
    .portfolio-group .col-12 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .portfolio .item .portfolio-img {
        height: 500px
    }

    .portfolio-blocks .item {
        margin: 0 5px
    }

    .testimonials .customer-logo {
        margin-right: 10px
    }

    .call-us-banner {
        display: none
    }

    .section-heading .section-title {
        font-size: 1.5rem !important
    }
}

@media (max-width:475px) {
    .portfolio .item .portfolio-img {
        height: 420px
    }
}

@media (max-width:400px) {
    .portfolio .item .portfolio-img {
        height: 370px
    }

    .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
        font-size: 1.5rem !important
    }
}

@media (max-width:370px) {
    .portfolio .item .portfolio-img {
        height: 340px
    }
}

@media (max-width:330px) {
    .portfolio .item .portfolio-img {
        height: 300px
    }
}

.contact-info .info-section {
    padding: 2rem 0
}

.contact-info .info-panel {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.contact-info .info-title {
    font-family: "Montserrat", "sans-serif";
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #453C41
}

.contact-info .info-title .icon {
    color: #453C41;
    font-size: 1.5rem;
    margin-right: 1rem
}

.contact-info .info-text {
    font-size: .9rem;
    font-weight: 300;
    color: #5f5f5f;
    margin: 0;
    margin-bottom: .5rem
}

.contact-info .link {
    display: block;
    text-transform: lowercase;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 300;
    color: #5f5f5f;
    margin-bottom: .5rem
}

.contact-info .link:hover {
    color: #121212
}

.contact-us-image {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    text-align: center
}

.take-action {
    background: #D4DBE2;
    padding: 150px 0
}

.take-action .wave-shape {
    background: #D4DBE2
}

.take-action .section-heading .section-title {
    color: #f1f1f1
}

.take-action .section-heading .section-subtitle {
    color: #f1f1f1
}

.take-action .section-heading .line-on-side, .take-action .section-heading .line-on-center {
    background-color: #fff
}

.take-action .ma-btn-primary {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.take-action .ma-btn-primary:hover {
    background-color: #453C41;
    border-color: #453C41;
    color: #fff
}

.take-action .overlay-photo-image-bg {
    background-image: url(../assets/images/sections-bg-images/take-action.jpg);
    opacity: 1
}

.take-action .overlay-color {
    opacity: .5 !important
}

@media (max-width:991px) {
    .take-action .cta-wrapper .cta-title {
        margin-bottom: 1.25rem
    }
}

.take-action .cta-wrapper .email-capture-form {
    position: relative
}

.take-action .cta-wrapper .email-capture-form .email-lbl {
    display: block;
    font-size: .75rem;
    font-weight: 600;
    margin: 0 0 .5rem;
    text-align: left
}

.take-action .cta-wrapper .email-capture-form .captured-email {
    display: inline-block;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 1.5rem;
    outline: none;
    padding: .25rem 1rem;
    border: 2px solid #fff;
    border-radius: 5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.take-action .cta-wrapper .email-capture-form .captured-email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.take-action .cta-wrapper .email-capture-form .captured-email::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.take-action .cta-wrapper .email-capture-form .captured-email:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.take-action .cta-wrapper .email-capture-form .captured-email::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.take-action .cta-wrapper .email-capture-form .captured-email::placeholder {
    color: rgba(255, 255, 255, .5)
}

.take-action .cta-wrapper .email-capture-form .email-warning {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    font-size: .75rem;
    font-style: italic;
    color: #f1f1f1
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn {
    display: block;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 5rem;
    padding: .5rem 3rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    color: #D4DBE2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn:focus {
    outline: none !important
}

.page-footer {
    position: relative
}

.footer-cols {
    overflow: hidden;
    margin-bottom: 2rem
}

.footer-col {
    margin-bottom: 1.5rem
}

.footer-col-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #252525
}

.footer-text-about-us {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding-right: 1rem;
    margin-bottom: 1.25rem;
    color: #4d4d4d
}

.sc-wraper {
    padding: 0
}

.contact-info-card {
    font-weight: 600;
    padding: 0;
    padding-bottom: 1rem;
    border-radius: .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-info-card:last-of-type {
    padding-bottom: 0
}

.contact-info-card .icon {
    font-size: 1.25rem;
    width: 1.5rem;
    text-align: center;
    margin-right: .5rem;
    vertical-align: middle;
    color: #D4DBE2
}

.contact-info-card .info {
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
    color: #4d4d4d;
    display: inline-block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.contact-info-card .info:hover {
    color: #D4DBE2;
    -webkit-transform: translateX(.25rem);
    -ms-transform: translateX(.25rem);
    transform: translateX(.25rem)
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-menu-item {
    display: block;
    position: relative;
    padding-bottom: 1rem
}

.footer-menu-link {
    font-weight: 500;
    font-size: .85rem;
    text-decoration: none;
    text-decoration: none;
    color: #5f5f5f;
    display: inline-block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.footer-menu-link:hover {
    color: #D4DBE2;
    text-decoration: none;
    -webkit-transform: translateX(.25rem);
    -ms-transform: translateX(.25rem);
    transform: translateX(.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: #D4DBE2;
    text-decoration: none
}

.copyrights .terms-links {
    text-align: center
}

.copyrights .terms-links>a {
    text-decoration: none !important;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #4d4d4d;
    text-decoration: none
}

.dark-color-footer {
    background-color: #453C41
}

.dark-color-footer .footer-col-title, .dark-color-footer .contact-info-card .icon, .dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon, .dark-color-footer .terms-links, .dark-color-footer .copyrights .creadits .link, .dark-color-footer .terms-links>a:hover {
    color: #D4DBE2
}

.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 .contact-info-card .icon, .light-color-footer .terms-links, .light-color-footer .copyrights .creadits .link, .light-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
    color: #D4DBE2
}

.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: #252525
}

.main-color-footer {
    background-color: #D4DBE2;
    border-top: 2px solid #fff
}

.main-color-footer .copyrights {
    border-color: #f1f1f1
}

.main-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
    color: #D4DBE2
}

.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(156, 79, 34, .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: #D4DBE2;
    font-size: .8rem;
    font-weight: 500;
    margin: 0
}

.page-header .navbar-menu-wraper:after {
    display: none
}

.demos-hero-section {
    background-color: #252525
}

.demos-hero-section .overlay-photo-image-bg {
    background-image: url(../assets/images/demos/index-hero/index-hero.jpg);
    opacity: 1
}

.demos-hero-section .hero-text-area {
    margin: 0 !important
}

.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 .overlay-image-bg {
    background-image: url(../assets/images/demos/index-hero-bg.jpg) !important;
    opacity: 1
}

.demos-hero-section .overlay-linear-gradient {
    opacity: .85 !important
}

.demos-hero-section .overlay-color {
    opacity: .85 !important;
    background: #121212 !important
}

.theme-name {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    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
    }

    .services-bg-img .service-box {
        margin: 0;
        margin-bottom: 2rem
    }

    body.page-404 {
        padding-top: 8rem
    }

    .services-bg-img .service-box {
        height: auto
    }

    .hero-swiper-slider .swiper-slide-active .hero-text-area, .tag-line {
        text-align: center
    }
}

.hero-theme-logo>img {
    margin-bottom: 3rem
}

@media (max-width:991px) {
    .hero-theme-logo>img {
        max-width: 10rem;
        max-height: 10rem
    }
}

.demos {
    background: #121212
}

.demos .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 125px;
    padding: 2rem;
    border: 4px solid #D4DBE2;
    margin: 0 auto;
    margin-bottom: 2rem
}

.demos .section-heading .section-title {
    color: #D4DBE2 !important
}

.demos .section-heading .section-title .heading-brand-name {
    color: #fff;
    letter-spacing: 4px;
    font-weight: 300
}

.demos .demo {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.demos .demo .overlay-color {
    opacity: 0;
    z-index: 1
}

.demos .demo:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.demos .demo:hover .overlay-color {
    opacity: .85
}

.demos .demo:hover .demo-links {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1
}

.demos .demo:hover .demo-name {
    background-color: #D4DBE2
}

.demos .demo .note {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Montserrat", "sans-serif";
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1rem 2rem;
    background: #D4DBE2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-transform: lowercase;
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.demos .demo .bg-img {
    position: relative
}

.demos .demo .demo-image {
    width: 100%;
    max-width: 100%;
    height: auto
}

.demos .demo .demo-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.demos .demo .demo-links .demo-link {
    padding: .75rem 1rem;
    color: #D4DBE2;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.demos .demo .demo-links .demo-link:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.demos .demo .demo-links .demo-link:first-child {
    margin-right: 1rem
}

.demos .demo .demo-links .demo-link.dark-demo {
    background-color: #5f5f5f;
    color: #fff
}

.demos .demo .demo-links .demo-link.light-demo {
    background-color: #D4DBE2;
    color: #fff
}

.demos .demo .demo-name {
    position: relative;
    text-align: center;
    padding: 2rem 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background-color: #453C41;
    margin: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.text-gradient-color {
    background: -webkit-linear-gradient(45deg, #D4DBE2, #ff4800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-main-color {
    color: #D4DBE2 !important
}

.text-accent-color {
    color: #ff4800 !important
}

.text-white-color {
    color: #fff !important
}

.text-black-color {
    color: #121212 !important
}

.text-grey-color {
    color: #f1f1f1 !important
}

.text-extra-dark-grey-color {
    color: #252525 !important
}

.text-dark-grey-color {
    color: #4d4d4d !important
}

.text-transparent-25 {
    color: rgba(0, 0, 0, .25) !important
}

.text-transparent-50 {
    color: rgba(0, 0, 0, .5) !important
}

.bg-gradient-color {
    background: -webkit-linear-gradient(45deg, #ff4800, #D4DBE2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bg-solid-color {
    background: #D4DBE2
}

.bg-main-color {
    background: #D4DBE2 !important
}

.bg-accent-color {
    background: #ff4800 !important
}

.bg-white-color {
    background: #fff !important
}

.bg-black-color {
    background: #121212 !important
}

.bg-grey-color {
    background: #f1f1f1 !important
}

.bg-dark-grey-color {
    background: #4d4d4d !important
}

.bg-extra-dark-grey-color {
    background: #252525 !important
}

.bg-transparent-25 {
    background: rgba(0, 0, 0, .25) !important
}

.bg-transparent-50 {
    background: rgba(0, 0, 0, .5) !important
}

.section-bg-shade {
    background: #e6e6e6 !important
}

.section-bg-shade svg path {
    fill: #e6e6e6 !important
}

body.section-heading-gradient .section-title {
    background: -webkit-linear-gradient(45deg, #D4DBE2, #ff4800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body.section-heading-main-color .section-title {
    background: 0 0;
    -webkit-text-fill-color: #D4DBE2;
    color: #D4DBE2
}

body.section-heading-black .section-title {
    color: #252525
}

body.dark-theme {
    color: #121212;
    background: #fff
}

body.dark-theme .hollow-text {
    -webkit-text-stroke-color: inherit;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

body.dark-theme .section-heading .section-title {
    color: #121212
}

body.dark-theme .section-heading .section-subtitle {
    color: #121212;
    font-weight: 400
}

body.dark-theme .section-shape-divider-bottom svg path {
    fill: #121212
}

body.dark-theme .section-shape-divider-bottom.fill-shade svg path {
    fill: #1f1f1f !important
}

body.dark-theme .pattern-top-end, body.dark-theme .pattern-bottom-start {
    background-image: url(../assets/images/patterns/dots-pattern-white.png) !important;
    opacity: .2 !important
}

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: #D4DBE2 !important;
    border-color: #D4DBE2 !important
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
    color: #fff !important;
    border-color: #D4DBE2 !important
}

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: #252525 !important
}

body.dark-theme .blog .tags .tag-item:hover {
    background-color: #D4DBE2 !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: #D4DBE2 !important
}

body.dark-theme .blog .recent-posts .content .r-post-date {
    color: rgba(241, 241, 241, .75) !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: #D4DBE2 !important
}

body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
    color: rgba(241, 241, 241, .75) !important
}

body.dark-theme .blog .posts-pagination .posts-page-item {
    background-color: #252525 !important;
    color: #D4DBE2 !important;
    border-color: #D4DBE2 !important
}

body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
    background-color: #f1f1f1 !important;
    border-color: #5f5f5f !important
}

body.dark-theme .blog .post-main-area .panel .panel-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .post-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .share-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .post-info .info {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .post-content .post-heading {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .post-content .post-text {
    color: rgba(241, 241, 241, .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: rgba(241, 241, 241, .75) !important
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
    color: #D4DBE2 !important
}

body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
    color: #f1f1f1 !important
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
    color: #f1f1f1 !important
}

body.dark-theme .main-form-wraper label:not(.lbl-for-checkbox) {
    color: #f1f1f1
}

body.dark-theme .main-form-wraper .lbl-for-checkbox {
    color: #f1f1f1
}

body.dark-theme .main-form-wraper input[type=email], body.dark-theme .main-form-wraper input[type=text], body.dark-theme .main-form-wraper input[type=password], body.dark-theme .main-form-wraper input[type=url], body.dark-theme .main-form-wraper input[type=search], body.dark-theme .main-form-wraper input[type=number], body.dark-theme .main-form-wraper textarea {
    color: #f1f1f1 !important
}

body.dark-theme .contact-info .info-text {
    color: #121212 !important;
    font-weight: 400
}

body.dark-theme .contact-info .info-text .link {
    color: #121212 !important;
    opacity: .85 !important
}

body.dark-theme .contact-info .info-text .link:hover {
    color: #121212 !important;
    opacity: 1 !important
}

body.dark-theme .faq .faq-accordion .card-header {
    background: #fff !important
}

body.dark-theme .faq .faq-accordion .card-header .faq-btn {
    color: #453C41 !important
}

body.dark-theme .faq .faq-accordion .card-header .faq-btn:before {
    color: #453C41 !important
}

body.dark-theme .faq .faq-accordion .card-body {
    background: #fff !important
}

body.dark-theme .faq .faq-accordion .card-body .faq-answer {
    color: #121212 !important;
    margin: 0
}

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 {
    -webkit-box-shadow: 0 0 30px 0 rgba(18, 18, 18, .5);
    box-shadow: 0 0 30px 0 rgba(18, 18, 18, .5)
}

body.dark-theme .page-hero .lead-generation-area form {
    background: #252525 !important
}

body.dark-theme .page-hero .lead-generation-area .single-field-form {
    background: 0 0 !important
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #D4DBE2
}

body.dark-theme .pricing-2 .plan-cost {
    background: #252525 !important
}

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: #D4DBE2 !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: #f1f1f1 !important
}

body.dark-theme .project-text {
    color: rgba(241, 241, 241, .8) !important
}

body.dark-theme .list .list-item {
    color: rgba(241, 241, 241, .8) !important
}

body.dark-theme .about .about-title {
    color: #121212 !important
}

body.dark-theme .about .first-p {
    color: #121212 !important
}

body.dark-theme .about .about-text {
    color: #121212 !important
}

body.dark-theme .about .info-items .menu-items .info-item .info-title {
    color: #121212
}

body.dark-theme .about .info-items .menu-items .info-item .info-text {
    color: #121212 !important
}

body.dark-theme .about .about-stats .stat-box .stat-num {
    color: #121212 !important
}

body.dark-theme .about .about-stats .stat-box .stat-desc {
    color: rgba(241, 241, 241, .75) !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: #5f5f5f !important
}

body.dark-theme .testimonials .testmonial-box .testimonial-content {
    background: #fff !important
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .customer-info .customer-name {
    color: #121212 !important
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .testimonial-text {
    color: #121212 !important
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .icon {
    color: #D4DBE2 !important
}

body.dark-theme .section-bg-shade {
    background: #fff !important
}

.testimonials .swiper-slide {
    height: auto
}

.testmonial-box, .testimonial-content {
    height: 100%
}

.pt0 {
    padding-top: 0 !important
}

.modalo .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 0
}

.modalo .btn-close:hover {
    color: red
}

.modalo-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
}

.modalo-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102
}

.modalo-open:checked~.modalo-wrap:before, .modalo-open:checked~.modalo-wrap .modalo-overlay {
    display: block
}

.modalo-open:checked~.modalo-wrap .modalo-dialog {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%
}

.modalo-dialog {
    background: #fefefe;
    border: none;
    position: fixed;
    width: 80%;
    height: auto;
    overflow: auto;
    max-height: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    z-index: 999999
}

.modalo-body p {
    margin: 0;
    text-align: justify;
    font-size: 14px;
    color: #000
}

.modalo-header {
    text-align: center
}

.modalo-header, .modalo-footer {
    padding: 20px
}

.modalo-body {
    padding: 0 20px
}

.modalo-header h2 {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: 700
}

.modalo-footer {
    text-align: center
}

@media (max-width:768px) {
    .modalo-dialog {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%
    }
}

.terms-links label {
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.terms-links label:hover {
    color: #D4DBE2
}

#gdpr-cookie-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 20px;
    bottom: 15px;
    width: auto;
    margin-right: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px rgb(0 0 0/15%);
    box-shadow: 0 0px 10px rgb(0 0 0/15%);
    z-index: 99
}

#gdpr-cookie-message h4 {
    display: none
}

#gdpr-cookie-message h5 {
    display: none
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    margin: 0;
    font-size: 14px
}

#gdpr-cookie-message a {
    display: none
}

#gdpr-cookie-message button {
    border: none;
    border-radius: 5px;
    background: #D4DBE2;
    color: #fff;
    outline: none !important;
    font-size: 13px;
    padding: 5px 10px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    text-transform: uppercase
}

#gdpr-cookie-message button:hover {
    opacity: .7
}

button#gdpr-cookie-advanced {
    display: none
}

#gdpr-cookie-message button:disabled {
    opacity: .3
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
    background: -o-linear-gradient(top, #fff, #000);
    background: linear-gradient(to bottom, #fff, #000)
}