/*Home Products*/
.dorothea-heading-meta {
    display: block;
    font-family: 'Cutive Mono', monospace;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.dorothea-heading {
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 35px;
}
.services .mtop-60 {
    margin-top: 60px;
}
.js .animate-box {
    opacity: 0;
}
.services .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .item .con {
    padding: 30px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.services .item .con i {
    color: #fff;
    font-size: 18px;
}
.services .item .con i {
    color: #fff;
    font-size: 18px;
}
.services .item .con {
    padding: 30px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.services .item .con i {
    color: #fff;
    font-size: 18px;
}
.services .item .con i:hover {
    color: #fff;
}
.services .item .con h5, .services .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.services .item .con h5, .services .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.services .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.ti-arrow-right::before {
    content: "\f105";
}
.services .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.services .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .item:hover .con {
    bottom: 0;
}
.services .item .con i:hover {
    color: #fff;
}
.services a.underline-text:hover {
    border-bottom: 1px solid transparent;
    color: #fff;
}
.services a.underline-text {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*Home Mini About*/

.about .box-im.h-100, .img-box.h-100 {

    width: 100%;
}
.about.box-seat.box-seat-full .pro-text {
    position: absolute;
    bottom: 0;
    /*background-color: #325a73;*/
    background-color: #5aa0d1;
    color: #0009;
    padding: 80px 60px;
    margin-right: 80px;
    /*color: #ffffff;*/
}
.about.box-seat.box-seat-full h2 {
    color: #ffffff;
}

.about.box-seat .pro-text:not(.container) {
    max-width: 600px;
    height: 100%;
    top: 0;
}
.about.box-seat .pro-text {
    position: absolute;
    right: 80px;
    bottom: -50px;
}

.about.box-seat .mb-50 {
    margin-bottom: 50px;
}

.about.box-seat .line-bg-left::before, .about.box-seat .line-bg-left::after,.about.box-seat .line-bg-right::before, .about.box-seat .line-bg-right::after {
    top: 0;
    width: 100%;
    height: 100%;
    //background-color: rgb(104, 103, 89);
    background-color: #325a73;
    z-index: -1;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.about.box-seat .line-under::after, .about.box-seat .line-bg-left::before, .about.box-seat .line-bg-right::after, .about.box-seat .line-under-left::before {
    content: "";
    position: absolute;
}

.about.box-seat .line-bg-left::before {
    left: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.about.box-seat .text-left {
    text-align: left;
}

.about.box-seat .section-title {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-top: 0;
}
.about.box-seat .line-bg-left {
    padding-left: 20px;
}

.about.box-seat .line-bg-left,.about.box-seat .line-bg-right {
    position: relative;
    z-index: 1;
}

.about.box-seat .line-shap::before, .about.box-seat .line-shap::after {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 4vw;
    height: 1px;
    background: #bebebe;
}

.about.box-seat .pro-text p {
    margin-top: 15px;
}

.about.box-seat .line-shap:not(.line-shap-after)::before {
    content: "";
    margin-right: 15px;
}

.about.box-seat .text-uppercase {
    text-transform: uppercase;
}

.about.box-seat .mt-15 {
    margin-top: 15px;
}

.about.box-seat .sub-heading {
    letter-spacing: 3px;
    font-size: 16px;
}

.about.box-seat .pb-5 {
    padding-bottom: 5px;
}
.about.box-seat .pl-10 {
    padding-left: 10px;
}
.about.box-seat .pr-10 {
    padding-right: 10px;
}
.about.box-seat .pt-5 {
    padding-top: 5px;
}

.about.box-seat .dsn-button {
    position: relative;
    padding: 20px 30px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

.about.box-seat .dsn-border-rdu::after, .about.box-seat .dsn-border::after {
    -webkit-transform: translate(-3px, 3px);
    -ms-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
    opacity: 0.5;
}

.about.box-seat .dsn-border-rdu::after,.about.box-seat .dsn-border-rdu::before,.about.box-seat .dsn-border::after,.about.box-seat .dsn-border::before {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -30px;
    bottom: -30px;
    background-color: #14bfb5;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about.box-seat .border-color-theme-color {
    border-color: #ffffff;
    border-radius: 0 !important;
}

.about.box-seat .dsn-border-rdu, .dsn-border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-width: 2px;
    border-style: solid;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
    -webkit-transition: -webkit-clip-path 0.5s;
    transition: -webkit-clip-path 0.5s;
    -o-transition: clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
    z-index: 1;
}

.training {
    padding-bottom: 0;
}

.our-work {
    padding-top: 80px;
}
.about.box-seat .dsn-border-rdu {
    border-radius: 60px;
}

.call-action .content h6 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: 0s;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
    font-family: var(--font-primary);
}

.splitting .whitespace {
    width: 10px;
}

.call-action .content h2 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.call-action .content h2 span {
    color: transparent;
}

.call-action .content h2 b span {
    color: #fff;
    -webkit-text-stroke-width: 0;
}

@media only screen and (min-width:1024px) {
    .call-action .content h2 .word {
        margin-right: 15px;
    }
}

@media only screen and (max-width:991px) {
    .about.box-seat.box-seat-full .pro-text {
        position: relative;
        max-width: 100%;
        margin-right: 0px;
    }
    .box-seat .pro-text:not(.container) {
        bottom: 0;
        max-width: 100%;
    }
    .box-seat .pro-text {
        position: relative;
        left: 0;
        right: auto;
        bottom: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width:767px) {

    .training {
        padding-top: 0;
    }

    .about.box-seat .section-title,
    .about.box-seat .sm-p,
    .about.box-seat .sub-heading,
    .about.box-seat .sub-text-header,
    .about.box-seat .subtitle,
    .about.box-seat .title,
    .about.box-seat .title-h2 {
        max-width: 570px;
    }

    .about.box-seat .section-title {
        font-size: 30px;
        letter-spacing: inherit;
    }
}

.footer-social a {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.xs-help .xs-video-wraper {
    position: relative;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

/* twentytwenty.css */

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after{content:" ";display:block;background:white;position:absolute;z-index:30;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5)}.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after{width:3px;height:9999px;left:50%;margin-left:-1.5px}.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after{width:9999px;height:3px;top:50%;margin-top:-1.5px}.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay{position:absolute;top:0;width:100%;height:100%}.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay{-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s}.twentytwenty-before-label,.twentytwenty-after-label{-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity}.twentytwenty-before-label:before,.twentytwenty-after-label:before{color:white;font-size:13px;letter-spacing:.1em}.twentytwenty-before-label:before,.twentytwenty-after-label:before{position:absolute;background:rgba(255,255,255,.2);line-height:38px;padding:0 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before{top:50%;margin-top:-19px}.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before{left:50%;margin-left:-45px;text-align:center;width:90px}.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow{width:0;height:0;border:6px inset transparent;position:absolute}.twentytwenty-left-arrow,.twentytwenty-right-arrow{top:50%;margin-top:-6px}.twentytwenty-up-arrow,.twentytwenty-down-arrow{left:50%;margin-left:-6px}.twentytwenty-container{-webkit-box-sizing:content-box;height:100%;:content-box;box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.twentytwenty-container img{max-width:100%;position:absolute;top:0;display:block}.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay{background:rgba(0,0,0,0)}.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity:0}.twentytwenty-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.twentytwenty-before-label{opacity:0}.twentytwenty-before-label:before{content:attr(data-content)}.twentytwenty-after-label{opacity:0}.twentytwenty-after-label:before{content:attr(data-content)}.twentytwenty-horizontal .twentytwenty-before-label:before{left:10px}.twentytwenty-horizontal .twentytwenty-after-label:before{right:10px}.twentytwenty-vertical .twentytwenty-before-label:before{top:10px}.twentytwenty-vertical .twentytwenty-after-label:before{bottom:10px}.twentytwenty-overlay{-webkit-transition-property:background;-moz-transition-property:background;transition-property:background;background:rgba(0,0,0,0);z-index:25}.twentytwenty-overlay:hover{background:rgba(0,0,0,.5)}.twentytwenty-overlay:hover .twentytwenty-after-label{opacity:1}.twentytwenty-overlay:hover .twentytwenty-before-label{opacity:1}.twentytwenty-before{z-index:20}.twentytwenty-after{z-index:10}.twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid white;-webkit-border-radius:1000px;-moz-border-radius:1000px;border-radius:1000px;-webkit-box-shadow:0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 0 12px rgba(51,51,51,.5);box-shadow:0 0 12px rgba(51,51,51,.5);z-index:40;cursor:pointer}.twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px;-webkit-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:0 3px 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px;-webkit-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:0 -3px 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px;-webkit-box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:3px 0 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px;-webkit-box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,.5);-moz-box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,.5);box-shadow:-3px 0 0 white,0 0 12px rgba(51,51,51,.5)}.twentytwenty-left-arrow{border-right:6px solid white;left:50%;margin-left:-17px}.twentytwenty-right-arrow{border-left:6px solid white;right:50%;margin-right:-17px}.twentytwenty-up-arrow{border-bottom:6px solid white;top:50%;margin-top:-17px}.twentytwenty-down-arrow{border-top:6px solid white;bottom:50%;margin-bottom:-17px}