@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    word-wrap: break-word;
}
body,
html {
    scroll-behavior: smooth;
}
body,
html {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.025em;
    background-color: #000;
    overflow-x: hidden;
}
.main-content {
    background: #fff;
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}
p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 2;
    margin: 0;
}
.site-inner {
    position: relative;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
a,
a:hover,
span {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-padding {
    padding: 80px;
}
.min-area .container .valign p {
    line-height: 1.5rem;
    font-family: "futura pt light";
    font-size: 20px;
}
.min-area .container .row .content {
    padding-top: 50px;
}
.min-area .healthsolution {
    margin-top: 80px;
    margin-bottom: 50px;
}
.min-area .healthsolution img {
    height: 480px;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.min-area .appsygames img {
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.min-area .appsygamescel img {
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.min-area .appsygames p {
    text-align: justify;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 100;
    overflow: hidden;
}
.loader .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
}
body .ProgressContainer {
    left: 0;
    width: 100%;
    height: 0.4em;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    overflow: hidden;
    background-color: #121212;
    content: "";
    display: table;
    table-layout: fixed;
    z-index: 999;
}
body .ProgressBar {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #0394ff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99;
}
.whatsapp-icon {
    margin-top: 13px;
}
.logo-v1 img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.4;
}
.logo-v1 img:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
.laptop {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.laptop img {
    width: 90%;
    height: auto;
}
.laptop iframe {
    position: absolute;
    width: 68%;
    height: 81%;
    background: #000;
    top: 7.1%;
    left: 17.5%;
}
.laptop .imgiframeProject {
    position: absolute;
    width: 61.3%;
    height: 82%;
    background: #000;
    top: 6.5%;
    left: 20.5%;
}
.laptop .startIframe {
    background-size: cover;
    position: absolute;
    width: 14%;
    height: auto;
    top: 55%;
    left: 45%;
    z-index: 99;
}
.laptop .startIframe:hover {
    background-image: url(../images/start-hover.png);
}
.laptop .logoProyectIframe {
    position: absolute;
    width: auto;
    height: 26%;
    top: 30%;
    left: 27%;
    z-index: 99;
}
.full-width {
    width: 100% !important;
}
.process .section-head {
    margin-bottom: 20px;
}
.process .bg-box {
    position: relative;
}
.process .background {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
    background-size: cover;
    background-position: center center;
}
.process .background .vid {
    position: absolute;
    left: 25%;
    top: calc(50% - 50px);
    text-align: center;
    z-index: 8;
}
.process .background .vid .vid-butn {
    width: 100%;
}
.process .background .vid .vid-butn:hover .icon {
    color: #fff;
}
.process .background .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.process .background .vid .vid-butn .icon {
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.process .background .vid .vid-butn .icon:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.process .background .vid .vid-butn .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.process .content {
    padding: 80px 40px;
    background: #000;
    color: #fff;
}
.process .content h4 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}
.process .content ul {
    margin: 0;
}
.process .content ul li {
    margin-bottom: 30px;
}
.process .content ul li span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-size: 60px;
    display: table-cell;
    width: 100px;
    line-height: 1;
}
.process .content ul li .cont {
    display: table-cell;
    vertical-align: middle;
}
.process .content ul li .cont h5 {
    font-size: 17px;
    margin-bottom: 10px;
}
.process .content ul li .cont p {
    font-size: 14px;
    font-weight: 300;
    color: #eee;
    opacity: 0.7;
}
.process .content ul li:last-of-type {
    margin-bottom: 0;
}
.main-content .video-wrapper {
    min-height: 420px;
    background-position: center;
    background-size: cover;
}
.video-wrapper {
    min-height: 500px;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.o-hidden {
    overflow: hidden;
}
.nmb-font {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
}
.sub-title {
    color: #212529;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.sub-title:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #212529;
    position: absolute;
    left: 0;
    bottom: 45%;
}
.bg-gray {
    background: #fafafa;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-curve-black {
    background: 0 0;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-curve-black:hover:after {
    bottom: -10px;
    border-radius: 0;
}
.btn-curve-black:hover span {
    color: #fff;
}
.btn-curve-black:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #1e1e1e;
    border-radius: 0 0 100% 100%;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve-black span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 90;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-curve-black.btn-lit {
    border-color: #97999b;
    background-color: none;
    color: #000;
    z-index: 1;
}
.btn-curve-black.btn-lit:hover span {
    color: #fff;
}
.btn-curve-black.btn-lit:after {
    background: #97999b;
}
.btn-curve {
    background: 0 0;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-curve:hover:after {
    bottom: -10px;
    border-radius: 0;
}
.btn-curve:hover span {
    color: #fff;
}
.btn-curve:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #1e1e1e;
    border-radius: 0 0 100% 100%;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 90;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-curve.btn-lit {
    border-color: #fff;
    color: #fff;
    z-index: 1;
}
.btn-curve.btn-lit:hover span {
    color: #1e1e1e;
}
.btn-curve.btn-lit:after {
    background: #fff;
}
.btn-curve.btn-blc {
    background: #1e1e1e;
}
.btn-curve.btn-blc:after {
    background: #fff;
}
.btn-curve.btn-blc span {
    color: #fff;
}
.btn-curve.btn-blc:hover span {
    color: #1e1e1e;
}
.btn-curve.btn-lg {
    padding: 14px 40px;
}
.btn-curve.btn-lg span {
    font-size: 14px;
}
.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff;
}
.btn-curve.btn-wit:after {
    background: #090909;
}
.btn-curve.btn-wit span {
    color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
    color: #fff;
}
.btn-curve.btn-radius {
    border-radius: 30px;
}
.agency .content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.agency .content ul {
    margin: 0;
}
.agency .content ul li {
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}
.agency .content ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.agency .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.agency .img .imgone {
    width: 55%;
    position: relative;
    bottom: -80px;
    margin-bottom: 80px;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.agency .img .imgtwo {
    width: 55%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
}
.agency .img .icon {
    width: 100px;
    height: 100px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 20%;
    left: 40%;
    z-index: 3;
}
.agency .img .icon:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
}
.agency .img .icon svg {
    fill: #24d5b4;
    width: 90px;
}
.agency .img .exp {
    position: absolute;
    right: 0;
    bottom: 0;
}
.agency .img .exp h6 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    position: relative;
}
.agency .img .exp h6:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #009cfd;
    position: absolute;
    left: -40px;
    top: 45%;
}
.agency .img .exp h2 {
    font-size: 70px;
    font-weight: 700;
}
.agency .imgsec {
    padding-right: 30px;
}
.agency .imgsec .imgone {
    position: relative;
    top: -20px;
}
.agency .imgsec .imgtwo {
    position: relative;
    bottom: -20px;
}
.agency .imgsec .exp {
    padding-left: 40px;
}
.agency .imgsec .exp h6 {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    position: relative;
}
.agency .imgsec .exp h6:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #009cfd;
    position: absolute;
    left: -40px;
    top: 45%;
}
.agency .imgsec .exp h2 {
    font-size: 70px;
    font-weight: 700;
}
.min-area .img {
    padding: 50px 20px 50px 40px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .imgrfull {
    padding: 20px 20px 20px 0;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .img-green {
    padding: 50px 20px 50px 40px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .imgr-green {
    padding: 20px 20px 20px 0;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .imgfull {
    padding: 20px 20px 20px 0;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .healthsolution .imgfull {
    padding: 20px 20px 20px 270px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .healthsolution .img {
    padding: 20px 0 20px 270px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .appsygames .imgr {
    padding: 20px 20px 20px 0;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .appsygames .imgrfull {
    padding: 20px 80px 20px 0;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .appsygamescel .imgfull {
    padding: 20px 0 20px 60px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .imgr {
    padding: 50px 40px 50px 20px;
    margin: 5px;
    position: relative;
    z-index: -1;
}
.min-area .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    left: -300px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .imgr:after {
    content: "";
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    left: 120px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .imgfull:after {
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    left: -300px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .imgrfull:after {
    content: "";
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    left: 120px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .img-green:after {
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    left: -300px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .imgr-green:after {
    content: "";
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    left: 120px;
    background: #f3f3f3;
    z-index: -1;
}
.min-area .content {
    padding-left: 40px;
}
.min-area .content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.min-area .content ul {
    margin: 0;
}
.min-area .content ul li {
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}
.min-area .content ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.min-area .content ul.feat li {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
.min-area .content ul.feat li:last-of-type {
    padding: 0;
    border: 0;
}
.min-area .content ul.feat li:after {
    display: none;
}
.min-area .content ul.feat li h6 {
    margin-bottom: 5px;
}
.min-area .content ul.feat li h6 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
}
.min-area .content ul.feat li p {
    padding-left: 45px;
}
#principles {
    padding-top: 50px;
}
@media only screen and (max-width: 640px) {
    #principles {
        margin-top: 0;
    }
}
section h2.section-heading {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #f0f8ff;
    margin-bottom: 106px;
    z-index: 1;
}
@media only screen and (max-width: 880px) {
    section h2.section-heading {
        margin: 2px 0 76px 0;
    }
}
@media only screen and (max-width: 880px) {
    section h2.section-heading.section-heading-principles {
        margin-top: 47px;
        margin-bottom: 106px;
    }
}
h3.cd-principles-name {
    font-size: 20px;
    color: #e2cccc;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
    margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
    h3.cd-principles-name {
        font-size: 17px;
        text-align: left;
    }
}
@media only screen and (max-width: 640px) {
    h3.cd-principles-name {
        font-size: 15px;
    }
}
h3.cd-principles-name.left {
    text-align: left;
}
.principles {
    position: relative;
    padding: 0;
    list-style: none;
}
.principles .principles-body p {
    color: #bcbebf;
}
.principles:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #00b1ff;
}
.principles-body p {
    line-height: 1.5rem;
}
.cd-principles-title {
    display: block;
    font-family: roboto, sans-serif;
    margin: 5px 0 20px 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}
.principles > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.principles > li:after,
.principles > li:before {
    content: "";
    display: table;
}
.principles > li:after {
    clear: both;
}
.principles > li .principles-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.principles > li .principles-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.principles > li .principles-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.principles > li .principles-image {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 3px solid #00b1ff;
    text-align: center;
    color: #111;
    background-color: #111;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    z-index: 100;
}
.principles-image .img-circle {
    max-width: 70%;
    margin-top: 15px;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.principles-image:hover .img-circle {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.principles > li.principles-inverted > .principles-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.principles > li.principles-inverted > .principles-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.principles > li.principles-inverted > .principles-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.principles > li:last-child {
    margin-bottom: 0;
}
.principles .principles-body > p,
.principles .principles-body > ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .principles:before {
        left: 50%;
    }
    .principles > li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .principles > li .principles-panel {
        float: left;
        width: 40%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .principles > li .principles-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }
    .principles > li.principles-inverted > .principles-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .principles > li {
        min-height: 150px;
    }
    .principles > li .principles-panel {
        padding: 0 20px 20px;
    }
    .principles > li .principles-image {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .principles > li.principles-inverted > .principles-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .principles > li {
        min-height: 170px;
    }
    .principles > li .principles-panel {
        padding: 0 20px 20px 100px;
    }
    .principles > li .principles-image {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .principles > li.principles-inverted > .principles-panel {
        padding: 0 100px 20px 20px;
    }
}
.cursor {
    width: 15px;
    height: 15px;
    background-color: #009dff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    z-index: 99;
    opacity: 0.5;
}
.cursor2 {
    display: none;
}
.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;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
    width: 10px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
    width: 5px;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 35px 0;
    color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topnav .container-fluid {
    padding: 0 70px;
}
.topnav .logo {
    width: 120px;
}
.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
}
.topnav .menu-icon:hover .text .char {
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.topnav .menu-icon .text:after {
    content: "close";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
    display: table-cell;
}
.topnav .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}
.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    padding: 120px 30px 30px;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu.open .menu-links .main-menu > li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .cont-info:after {
    height: 100vh;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu .menu-links {
    color: #fff;
    margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
    display: inline-block;
}
.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 20;
}
.hamenu .menu-links .main-menu.gosub > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
    -webkit-transform: translateY(45px) !important;
    -ms-transform: translateY(45px) !important;
    transform: translateY(45px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
    z-index: 3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li span.nm {
    opacity: 0.8;
    font-size: 11px;
    margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
    font-size: 15px;
    margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
    z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
    color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
}
.hamenu .cont-info {
    color: #fff;
    margin-top: 50px;
    position: relative;
}
.hamenu .cont-info:after {
    content: "";
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -40px;
    top: -170px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .cont-info .item {
    margin-bottom: 30px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .cont-info .item:last-of-type {
    margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-about {
    padding: 80px;
    padding-top: 100px;
}
.section-about p {
    font-size: 22px;
    line-height: 2rem;
    text-align: justify;
}
.section-about .container h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}
.section-about-us {
    padding: 80px;
    padding-top: 100px;
}
.section-about-us .container {
    padding-left: 100px;
}
.section-about-us .container h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
}
.section-about-us p {
    font-size: 21px;
    line-height: 2rem;
    text-align: justify;
}
.section-logos {
    background: #0e0e0e;
    padding: 20px;
}
.section-logos h3 {
    text-align: center;
}
h3.section-title {
    font-size: 30px;
}
.border-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gsap-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .gsap-reveal.gsap-reveal-filter {
        overflow: visible !important;
    }
}
.gsap-reveal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    mix-blend-mode: difference;
}
.gsap-reveal-hero {
    line-height: 0;
}
.gsap-reveal-hero .reveal-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.gsap-reveal-hero .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d63447;
    margin-left: -100%;
    z-index: 2;
}
.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.2;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    mix-blend-mode: difference;
}
.gsap-reveal-img {
    line-height: 0;
}
.gsap-reveal-img .reveal-wrap {
    position: relative;
    overflow: hidden;
}
.gsap-reveal-img .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d63447;
    margin-left: -100%;
    z-index: 9;
}
.gsap-reveal-img .reveal-wrap .reveal-content {
    opacity: 0;
    visibility: hidden;
}
.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
    margin-bottom: 10px;
}
.portfolio-wrap {
    padding-bottom: 80px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
    .portfolio-wrap {
        padding-bottom: 80px;
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }
}
.portfolio-content {
    position: absolute;
    left: 0;
    z-index: 20;
    margin-top: 20px;
    width: 100%;
}
.portfolio-wrap p {
    margin-bottom: 0;
}
.portfolio-wrap h3 {
    color: #e4e4e4;
}
.portfolio-link {
    color: #ff9800;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-right: 35px;
    line-height: 1.5em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 90px;
}
.portfolio-wrap img {
    transition: 1s;
    z-index: 10;
    position: relative;
    display: block;
}
.portfolio-wrap:hover img {
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    transition: 1s;
}
.portfolio-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}
.portfolio-title-single {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
}
.filter-wrapper {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.filter-wrapper li {
    display: inline-block;
    margin: 10px 0 10px 0;
}
.filter-wrapper li a {
    margin-left: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255, 0.4);
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.filter-wrapper li a.selected {
    color: #fff;
}
.icon-port {
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    transform: rotate(-45deg);
    font-size: 30px;
}
.portfolio-single-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.detail-v1 .detail-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #fff;
}
.detail-v1 .detail-val {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.detail-v1 .detail-val a {
    color: #fff;
}
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.slider .parallax-slider {
    position: relative;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.slider-portfolio .swiper-slide .bg-img {
    height: 75vh;
    margin-top: 20vh;
    background-size: cover;
    background-position: center center;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.slider .parallax-slider .swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
.slider .parallax-slider .swiper-slide-active .caption .dis,
.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .swiper-slide-active .caption .dis {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.slider .parallax-slider .swiper-slide-active .caption.clasc .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption.clasc p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
.slider .parallax-slider .caption h1 .stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.slider .parallax-slider .caption h1 .stroke span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.slider .parallax-slider .caption .dis {
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    padding-left: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.slider .parallax-slider .caption .dis:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
}
.slider .parallax-slider .caption .dis:hover .char {
    -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.slider .parallax-slider .caption.clasc h1 {
    font-size: 55px;
    font-weight: 600;
}
.slider .parallax-slider .caption.clasc p {
    color: #eee;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.slider .parallax-slider .caption.clasc .btn-curve {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.slider .parallax-slider .social {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 6;
}
.slider .parallax-slider .social.active a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.slider .parallax-slider .social .icon {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.slider .parallax-slider .social a {
    color: #fff;
    font-size: 11px;
    margin-right: 7px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.center-slider {
    text-align: center;
}
.center-slider .parallax-slider .caption h1 {
    font-size: 85px;
    font-weight: 800;
    letter-spacing: 4px;
}
.slide-full .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.slide-full .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    color: #fff;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 20px;
    position: relative;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
    content: "/";
    position: relative;
    margin: 0 10px;
    font-size: 12px;
}
.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}
.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.1);
}
.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
    position: absolute;
    top: 16px;
    left: 22px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next i:after,
.slide-controls .swiper-button-prev i:after {
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next:hover {
    right: 45px;
}
.slide-controls .swiper-button-next:hover i {
    left: 30px;
}
.slide-controls .swiper-button-next:hover i:after {
    width: 20px;
}
.slide-controls .swiper-button-next i:after {
    top: 6px;
    right: 5px;
}
.slide-controls .swiper-button-prev {
    right: auto;
    left: 50px;
}
.slide-controls .swiper-button-prev:hover {
    left: 45px;
}
.slide-controls .swiper-button-prev:hover i {
    left: 10px;
}
.slide-controls .swiper-button-prev:hover i:after {
    width: 20px;
}
.slide-controls .swiper-button-prev i {
    left: 18px;
}
.slide-controls .swiper-button-prev i:after {
    top: 6px;
    left: 5px;
}
.about .items {
    padding: 30px 40px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.about .items .icon {
    font-size: 70px;
    margin-bottom: 30px;
}
.about .items .icon img {
    width: 2.2em;
    height: 2.2em;
}
.about .items h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
.about .items p {
    font-size: 16px;
    text-align: center;
}
.about .items .more-stroke {
    margin-top: 30px;
}
.about .items .more-stroke span {
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: relative;
}
.about .items .more-stroke span:after,
.about .items .more-stroke span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: absolute;
    right: -1px;
}
.about .items .more-stroke span:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: -4px;
}
.about .items .more-stroke span:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 4px;
}
.about .items.active {
    background: #f9f9f9;
    -webkit-transition: border 0.4s, background 0.2s;
    -o-transition: border 0.4s, background 0.2s;
    transition: border 0.4s, background 0.2s;
}
.about .items.active .more-stroke span {
    width: 30px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.about .items.active .more-stroke span:after,
.about .items.active .more-stroke span:before {
    width: 12px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.about .items:hover .more-stroke span {
    width: 30px;
}
.about .items:hover .more-stroke span:after,
.about .items:hover .more-stroke span:before {
    width: 12px;
}
.about.blc {
    background-color: #080808;
    color: #fff;
}
.about.blc:before {
    background-repeat: repeat;
    background-size: 40%;
    opacity: 0.015;
}
.about.blc .extra-text {
    color: #ddd;
}
.about.blc .sub-title {
    color: #ccc;
}
.about.blc .sub-title:after {
    background: #eee;
}
.about.blc .section-head h6 {
    color: #ccc;
}
.about.blc .items {
    border: 1px solid transparent;
}
.about.blc .items .icon {
    font-size: 60px;
    color: #eee;
}
.about.blc .items.active {
    background: #0e0e0e;
    border-color: rgba(255, 255, 255, 0.5);
}
.about.blc .items .more-stroke span,
.about.blc .items .more-stroke span:after,
.about.blc .items .more-stroke span:before {
    background: #fff;
}
.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hr-footer {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: -70px;
}
.footer {
    text-align: center;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    background: #000;
    -webkit-box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
}
.footer {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .footer {
        height: auto !important;
        position: relative !important;
    }
}
.footer:after {
    content: "";
    position: absolute;
    height: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0.01;
    overflow: hidden;
}
.footer a {
    color: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
    color: #fff;
}
.footer .footer-site-logo {
    margin-bottom: 50px;
}
.footer .footer-site-logo a {
    color: #000;
}
.footer .footer-site-logo img {
    width: 40%;
}
.footer .footer-site-social {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
.footer .footer-site-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .footer .footer-site-social li {
        display: block;
    }
}
.footer .footer-site-social li a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1rem;
    font-size: 12px;
}
.footer .footer-site-social li a:focus,
.footer .footer-site-social li a:hover {
    color: #fff;
}
body.gray {
    color: #fff;
    background: #d3d3d3;
}
body.gray .main-content {
    color: #fff;
    background: #d3d3d3;
}
.dark .quote p {
    color: #000;
}
body.dark {
    color: #fff;
    background: #090909;
}
body.dark .main-content {
    background: #090909;
}
body.dark p {
    color: #fffaf0;
}
body.dark .sub-title {
    color: #ccc;
}
body.dark .sub-title:after {
    background: #eee;
}
body.dark .about .items.active {
    background: #0e0e0e;
}
body.dark .about .items .more-stroke span,
body.dark .about .items .more-stroke span:after,
body.dark .about .items .more-stroke span:before {
    background: #fff;
}
body.dark .agency .img .imgone,
body.dark .agency .img .imgtwo {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0e0e0e;
}
body.dark .agency .img .icon {
    background: #111;
}
body.dark .agency .container .content p {
    font-size: 20px;
    line-height: 2.2rem;
    text-align: justify;
}
body.dark .blog-grid .item .cont,
body.dark .min-area .img:after,
body.dark .min-area .imgr:after {
    background: #101010;
}
body.dark .min-area .imgfull:after,
body.dark .min-area .imgrfull:after {
    background: #63d1d1;
}
body.dark .blog-grid .item .cont,
body.dark .min-area .img-green:after,
body.dark .min-area .imgr-green:after {
    background: #5da33b;
}
body.dark .min-area .content ul.feat li,
body.dark .min-area .content ul.feat li h6 span {
    border-color: #1b1a1a;
}
body.dark .cursor {
    background: #0bbdff;
    background-color: #0ff;
}
body.dark .cursor2 {
    background: #fff;
}
.call-action {
    background-color: #020202;
    color: #fff;
}
.call-action.gray {
    background: #f8f8f8;
}
.call-action.gray .content h6 {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.call-action.gray .content h6 span {
    color: #777;
}
.call-action.gray .content h2 {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
}
.call-action.gray .content h2 b span {
    color: #333;
    -webkit-text-stroke-width: 0;
}
.call-action.gray .tlink {
    border-bottom: 1px solid #333;
}
.call-action:before {
    background-repeat: repeat;
    opacity: 0.04;
}
.call-action.nogif {
    position: relative;
    padding: 80px 0;
    background: #0a0a0a;
    z-index: 2;
    overflow: hidden;
}
.call-action.nogif:before {
    display: none;
}
.call-action.nogif:after {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #0c0c0c;
    z-index: -1;
}
.call-action.nogif:hover:after {
    height: 100%;
    top: 0;
    bottom: auto;
}
.call-action .content h6 {
    color: #009cfd;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.call-action .content h6 span {
    color: #009cfd;
}
.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 .word {
    margin-right: 15px;
}
.call-action .content h2 b span {
    color: #fff;
    -webkit-text-stroke-width: 0;
}
.call-action .content p {
    font-size: 17px;
    font-weight: 300;
}
.call-action .tlink {
    margin-left: auto;
    border-bottom: 1px solid #eee;
}
.call-action.next {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.call-action.next:after {
    display: none;
}
.call-action.next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #0a0a0a;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.call-action.next .content h2 {
    font-size: 5vw;
    font-weight: 700;
}
.call-action.next .content h2 b {
    font-weight: 700;
}
.call-action.next .nxt-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.call-action.next:hover:before {
    opacity: 0.9;
}
.call-action.next:hover .nxt-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 10s linear;
    -o-transition: all 10s linear;
    transition: all 10s linear;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .logo-v1 img {
        max-width: 150px;
    }
}
@media screen and (max-width: 991px) {
    .slide-full .swiper-slide .bg-img,
    .slider .parallax-slider .swiper-slide .bg-img,
    .slider-portfolio .swiper-slide .bg-img {
        background-position: center center;
    }
    .slide-full .capt,
    .slider .parallax-slider .caption,
    .slider-portfolio .swiper-slide .caption {
        text-align: center;
    }
    .slide-full .capt h1,
    .slider .parallax-slider .caption h1,
    .slider-portfolio .swiper-slide .caption h1 {
        font-size: 50px;
    }
    .slider-portfolio .swiper-slide .bg-img {
        height: 50vh;
        margin-top: 30vh;
    }
    .slide-controls .swiper-button-next,
    .slide-controls .swiper-pagination-fraction {
        right: 25px;
    }
    .slide-controls .swiper-button-prev,
    .slide-full .social,
    .slider .parallax-slider .social {
        left: 25px;
    }
    .slide-controls.swiper-button-next:hover {
        right: 15px;
    }
    .slide-controls .swiper-button-prev:hover {
        left: 15px;
    }
    .section-about .container h4 br {
        display: none;
    }
    .agency .imgsec {
        margin-bottom: 100px;
    }
    .agency .content h4 br {
        display: none;
    }
    .min-area .content {
        padding: 120px 0;
    }
    .agency .img {
        margin-top: 80px;
    }
    .call-action .content h2 .word {
        margin-right: 3px;
    }
    .agency p {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .hamenu .menu-links .main-menu > li {
        font-size: 22px;
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px;
    }
    .hamenu {
        padding: 120px 5px 30px;
    }
    .section {
        padding: 2rem 0;
    }
}
.section a:hover {
    color: #149bff;
}
.section {
    padding: 100px 0;
}
.min-area .content,
.section-padding {
    padding: 100px 0;
}
.slide-full .capt h1,
.slider .parallax-slider .caption h1,
.slider-portfolio .swiper-slide .caption h1 {
    font-size: 40px;
}
.slider .parallax-slider .caption p {
    padding: 0 30px;
}
.agency .content h4,
.min-area .content h4,
.section-about .container h4 {
    font-size: 30px;
}
.agency .imgsec .imgtwo {
    display: block;
}
.agency .imgsec .imgone:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}
.agency .imgsec .exp {
    right: 30px;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0;
    z-index: 2;
}
.agency .imgsec .exp h6 {
    color: #eee;
}
.call-action .content h2,
.call-action.next .content h2 {
    font-size: 50px;
}
@media screen and (max-width: 480px) {
    .hamenu .cont-info {
        display: none;
    }
    .hamenu .menu-links .main-menu > li {
        font-size: 20px;
        padding: 7px;
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px;
    }
    .slide-full .capt .dis,
    .slider .parallax-slider .caption .dis,
    .slider-portfolio .swiper-slide .caption .dis {
        padding-left: 0;
        letter-spacing: 2px;
        margin-top: 20px;
    }
    .slide-full .capt .dis:after,
    .slider .parallax-slider .caption .dis:after,
    .slider-portfolio .swiper-slide .caption .dis:after {
        display: none;
    }
    .slide-controls .swiper-button-next {
        right: 5px;
    }
    .slide-controls .swiper-button-next i {
        left: 30px;
    }
    .slide-controls .swiper-button-next i:after {
        width: 20px;
    }
    .slide-controls .swiper-button-prev {
        left: 5px;
    }
    .slide-controls .swiper-button-prev i {
        left: 10px;
    }
    .slide-controls .swiper-button-prev i:after {
        width: 20px;
    }
    .slide-controls .swiper-button-next,
    .slide-controls .swiper-button-prev {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .slide-controls .swiper-button-next:hover {
        right: 0 !important;
    }
    .slide-controls .swiper-button-prev:hover {
        left: 0 !important;
    }
    .slide-full .capt h1,
    .slider .parallax-slider .caption h1,
    .slider-portfolio .swiper-slide .caption h1 {
        font-size: 28px;
    }
    .slider .parallax-slider .caption p {
        display: none;
    }
    .agency .img .icon {
        width: 70px;
        height: 70px;
        line-height: 90px;
    }
    .agency .img .icon svg {
        width: 60px;
    }
    .agency .img .exp h2 {
        font-size: 55px;
    }
    .agency .content h4,
    .extra-title,
    .min-area .content h4,
    .section-about .container h4 {
        font-size: 22px;
    }
    .main-content .section-about {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-content .section-about p{
        font-size: 16px;
    }

    .call-action .content h2,
    .call-action.next .content h2 {
        font-size: 38px;
    }
}
.alt h2 {
    font-family: Oswald, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    color: #b9b8b8;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 0 0 12px;
}
.alt h2 .get-behind {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    margin-top: -31px;
    font-size: 55px;
    letter-spacing: normal;
    color: #9f9c9c;
    opacity: 0.15;
    -moz-opacity: 0.15;
    -webkit-opacity: 0.15;
}
a.open-hidden-container {
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.ex-modal h4 {
    font-family: Oswald, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 7px 0 0 0;
}
.ex-modal h5 {
    font-family: Dosis, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #111;
    margin: 0;
    padding: 3px 0 0 5px;
}
.ex-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #111;
    cursor: pointer;
}
.ex-modal p {
    font-size: 13px;
    color: #111;
    text-align: center;
}
.ex-modal {
    position: fixed;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 130px, 20px, 20px, 20px);
    height: -moz-calc(100% - 130px, 20px, 20px, 20px);
    height: calc(100% - 130px, 20px, 20px, 20px);
    top: 65px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #f4f4f2;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1005;
}
.ex-modal.open {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 130px, 20px, 20px, 20px);
    height: -moz-calc(100% - 130px, 20px, 20px, 20px);
    height: calc(100% - 130px, 20px, 20px, 20px);
    top: 65px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media only screen and (max-width: 640px) {
    .ex-modal,
    .ex-modal.open {
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        height: -webkit-calc(100% - 120px, 10px, 10px, 10px);
        height: -moz-calc(100% - 120px, 10px, 10px, 10px);
        height: calc(100% - 120px, 10px, 10px, 10px);
        top: 60px;
        left: 5px;
        bottom: 5px;
        right: 5px;
    }
}
#subscribe-wrapper {
    position: relative;
    margin: 2px auto 0 auto;
    background: 0 0;
    width: auto;
    height: 160px;
    text-align: center;
}
.newsletter {
    position: relative;
    clear: both;
    width: auto;
    border: none;
    background: 0 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.newsletter-submit {
    position: relative;
    font-family: Dosis, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    outline: 0;
    margin: 10px auto 0 auto;
    width: 225px;
    padding: 1px 0 0 0;
    height: 35px;
    border: none;
    color: #fff;
    background: #777;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .newsletter-submit {
        margin: 49px auto 0 auto;
    }
}
.newsletter-submit::before {
    position: absolute;
    content: "";
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    right: -100%;
    bottom: 0;
    width: 200%;
    height: 200%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
.newsletter-submit::before {
    background: #111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.newsletter-submit:hover {
    color: #fff;
    background: #999;
}
.newsletter-submit:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
.subscribe-success {
    font-family: Dosis, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#subscribe .subscribe-error {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #5f5f5f;
    display: block;
    margin: 6px auto 0 auto;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input {
    position: relative;
    display: inline-block;
    margin: 1em;
    max-width: 270px;
    width: calc(100% - 2em);
    vertical-align: top;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    z-index: 1;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    width: 60%;
    border: none;
    border-radius: 0;
    background: 0 0;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 3.9;
    -webkit-appearance: none;
}
.input__field:focus {
    outline: 0;
}
.input__label {
    display: inline-block;
    float: right;
    width: 40%;
    height: 55px;
    font-family: Raleway, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 4px 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    padding: 20px 0 20px 0;
    width: 100%;
}
.input--kuro {
    max-width: 225px;
    margin-bottom: 0;
}
.input__field--kuro {
    width: 100%;
    background: 0 0;
    color: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    font-weight: 400;
    text-align: center;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.input__label--kuro {
    position: absolute;
    left: 0;
    width: 100%;
    color: #111;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
.input__label--kuro::after,
.input__label--kuro::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-bottom: 1px solid #111;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__label--kuro::before {
    border-right: none;
}
.input__label--kuro::after {
    left: 50%;
    border-left: none;
}
.input--filled .input__field--kuro,
.input__field--kuro:focus {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.input--filled .input__label--kuro::before,
.input__field--kuro:focus + .input__label--kuro::before {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
}
.input--filled .input__label--kuro::after,
.input__field--kuro:focus + .input__label--kuro::after {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
}
.input--filled .input__label-content--kuro,
.input__field--kuro:focus + .input__label--kuro .input__label-content--kuro {
    -webkit-animation: anim-2 0.3s forwards;
    animation: anim-2 0.3s forwards;
}
.make-space {
    margin-left: 15px;
    margin-right: 15px;
}
#contact-form {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
@media only screen and (max-width: 880px) {
    #contact-form {
        padding: 0 0;
    }
}
form {
    margin: 0;
    padding: 0;
}
#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 2.2px solid #0fa9ff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: 0 0;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
#form input {
    margin: 10px 0 10px 0;
}
textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 2.2px solid #0fa9ff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: 0 0;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
#form textarea {
    margin: 10px 0 10px 0;
}
#form input:hover,
#form textarea:hover {
    border-color: rgba(170, 229, 255, 0.35);
}
.success {
    font-family: Dosis, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #e6e5e5;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#form .error {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #5f5f5f;
    display: block;
    margin: -8px 0 0 1px;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-webkit-input-placeholder {
    font-size: 16px;
    color: #dbd5d5;
    padding: 30px 5px;
}
::-moz-placeholder {
    font-size: 16px;
    color: #dbd5d5;
    padding: 30px 5px;
}
:-ms-input-placeholder {
    font-size: 16px;
    color: #dbd5d5;
    padding: 30px 5px;
}
input:-moz-placeholder {
    font-size: 16px;
    color: #dbd5d5;
    padding: 30px 5px;
}
.submit-button {
    position: relative;
    font-family: Dosis, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    outline: 0;
    margin: 23px auto 13px auto;
    width: 225px;
    padding: 1px 0 0 0;
    height: 35px;
    border: none;
    color: #fff;
    background: #777;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.submit-button::before {
    position: absolute;
    content: "";
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    right: -100%;
    bottom: 0;
    width: 200%;
    height: 200%;
    color: #fff;
    background: #343232;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
.submit-button::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.submit-button:hover {
    color: #fff;
    background: #0c87c1;
}
.submit-button:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
.lower-page {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    background: 0 0;
}
@media only screen and (max-width: 880px) {
    .lower-page {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.sections {
    position: relative;
    padding: 140px 0 56px 0;
    z-index: 5;
}
.dividerOT-contact-middle {
    position: relative;
    width: auto;
    height: 58px;
    margin: 0 auto;
    background: 0 0;
}
.awesome-contact {
    font-size: 25px;
    margin: 0;
    padding: 12px 0 10px 10px;
    text-align: left;
    display: block;
}
.center-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.center-block {
    display: table-cell;
    vertical-align: middle;
}
#map {
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 15px;
}
.boxed {
    box-shadow: 1px 1px 18px 3px rgb(120 211 255 / 15%);
    padding: 2rem;
    background-color: none;
    margin-bottom: 50px;
    border-radius: 25px;
}
.boxed.boxedp4 {
    padding-top: 2rem;
}
.sectionmap {
    padding: 5rem 0;
    position: relative;
    display: block;
}
.sectionmap.db {
    background-color: none;
}
.nopadtop {
    padding-top: 0 !important;
}
.containermap {
    border-radius: 15px;
}
@media (max-width: 992px) {
    .alt h2 {
        font-size: 35px;
    }
    .alt h2 .get-behind {
        font-size: 30px;
    }
    .rowcontact {
        margin-left: 0;
        margin-right: 0;
    }
    .rowcontact .col-md-8 {
        max-width: 60%;
        float: left;
    }
    .rowcontact .col-md-4 {
        max-width: 100%;
        text-align-last: center;
    }
    .boxed {
        margin-top: 4rem;
    }
    .containermap {
        min-width: 100% !important;
    }
}
.imgjobs-align-center {
    text-align: center;
}
.imgjobs-clearfix:after,
.imgjobs-clearfix:before {
    content: "";
    display: table;
}
.imgjobs-clearfix:after {
    clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
    .imgjobs-valign-middle {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .imgjobs-valign-middle {
        justify-content: center;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .imgjobs-valign-middle-sm {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .imgjobs-valign-middle-sm {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .imgjobs-valign-middle-xs {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .imgjobs-valign-middle-xs {
        justify-content: center;
    }
}
.imgjobs-section-services {
    min-height: 350px;
}
.imgjobs-section-4 {
    min-height: 808px;
}
.imgjobs-section-4 .imgjobs-gallery-1 {
    height: auto;
    grid-template-columns: repeat(3, auto);
    grid-gap: 17px;
    padding: 50px;
}
.imgjobs-section-services .imgjobs-gallery-1 {
    height: auto;
    grid-template-columns: repeat(3, auto);
    grid-gap: 17px;
    padding: 50px;
}
.imgjobs-section-4 .imgjobs-gallery-inner-1 {
    grid-template-columns: repeat(3, auto);
    grid-gap: 20px;
}
.imgjobs-section-services .imgjobs-gallery-inner-1 {
    grid-template-columns: repeat(3, auto);
    grid-gap: 20px;
}
.imgjobs-section-4 .imgjobs-back-slide-1 {
    background-position: 50% 78.05%;
}
.imgjobs-section-services .imgjobs-back-slide-1 {
    background-position: 50% 78.05%;
}
.imgjobs-section-4 .imgjobs-back-image-1 {
    object-position: 50% 78.05%;
}
.imgjobs-section-services .imgjobs-back-image-1 {
    object-position: 50% 78.05%;
}
.imgjobs-section-4 .imgjobs-over-slide-preview {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding-top: 70px;
}
.imgjobs-section-services .imgjobs-over-slide-preview {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding-top: 70px;
}
.imgjobs-section-4 .imgjobs-back-slide-2 {
    background-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-slide-2 {
    background-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-back-image-2 {
    object-position: 50% 50%;
}
.imgjobs-section- .imgjobs-back-image-2 {
    object-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-over-slide-2 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding: 70px;
}
.imgjobs-section-services .imgjobs-over-slide-2 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding: 70px;
}
.imgjobs-section-4 .imgjobs-back-slide-3 {
    background-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-slide-3 {
    background-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-back-image-3 {
    object-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-image-3 {
    object-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-over-slide-3 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding: 20px;
}
.imgjobs-section-services .imgjobs-over-slide-3 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    padding: 20px;
}
.imgjobs-section-4 .imgjobs-gallery-item-4 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-services .imgjobs-gallery-item-4 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-4 .imgjobs-back-slide-4 {
    background-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-slide-4 {
    background-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-back-image-4 {
    object-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-image-4 {
    object-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-over-slide-4 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
.imgjobs-section-services .imgjobs-over-slide-4 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
.imgjobs-section-4 .imgjobs-gallery-item-5 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-services .imgjobs-gallery-item-5 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-4 .imgjobs-back-slide-5 {
    background-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-slide-5 {
    background-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-back-image-5 {
    object-position: 50% 50%;
}
.imgjobs-section-services .imgjobs-back-image-5 {
    object-position: 50% 50%;
}
.imgjobs-section-4 .imgjobs-over-slide-5 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
.imgjobs-section-services .imgjobs-over-slide-5 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
.imgjobs-section-4 .imgjobs-gallery-item-6 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-services .imgjobs-gallery-item-6 {
    box-shadow: 0 0 0 0 transparent;
}
.imgjobs-section-4 .imgjobs-back-slide-6 {
    background-position: 50% 95.06%;
}
.imgjobs-section-services .imgjobs-back-slide-6 {
    background-position: 50% 95.06%;
}
.imgjobs-section-4 .imgjobs-back-image-6 {
    object-position: 50% 95.06%;
}
.imgjobs-section-services .imgjobs-back-image-6 {
    object-position: 50% 95.06%;
}
.imgjobs-section-4 .imgjobs-over-slide-6 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
.imgjobs-section-services .imgjobs-over-slide-6 {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 73%));
    transition-duration: 0.5s;
    padding: 20px;
}
@media (max-width: 1199px) {
    .imgjobs-section-4 {
        min-height: 666px;
    }
    .imgjobs-section-services {
        min-height: 666px;
    }
    .imgjobs-section-4 .imgjobs-gallery-1 {
        height: 666px;
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-services .imgjobs-gallery-1 {
        height: 20%;
        margin-right: initial;
        margin-left: initial;
    }
}
@media (max-width: 991px) {
    .imgjobs-section-4 {
        min-height: 978px;
    }
    .imgjobs-section-services {
        min-height: 20%;
    }
    .imgjobs-section-4 .imgjobs-gallery-1 {
        height: 978px;
        grid-template-columns: repeat(2, auto);
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-services .imgjobs-gallery-1 {
        height: 20%;
        grid-template-columns: repeat(2, auto);
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-4 .imgjobs-gallery-inner-1 {
        grid-template-columns: repeat(2, auto);
    }
    .imgjobs-section-services .imgjobs-gallery-inner-1 {
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width: 767px) {
    .imgjobs-section-4 {
        min-height: 293px;
    }
    .imgjobs-section-services {
        min-height: 20%;
    }
    .imgjobs-section-4 .imgjobs-gallery-1 {
        height: 20%;
        grid-template-columns: repeat(1, auto);
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-services .imgjobs-gallery-1 {
        height: 20%;
        grid-template-columns: repeat(1, auto);
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-4 .imgjobs-gallery-inner-1 {
        grid-template-columns: repeat(1, auto);
    }
    .imgjobs-section-services .imgjobs-gallery-inner-1 {
        grid-template-columns: repeat(1, auto);
    }
}
@media (max-width: 575px) {
    .imgjobs-section-4 {
        min-height: 184px;
    }
    .imgjobs-section-services {
        min-height: 184px;
    }
    .imgjobs-section-4 .imgjobs-gallery-1 {
        height: 20%;
        margin-right: initial;
        margin-left: initial;
    }
    .imgjobs-section-services .imgjobs-gallery-1 {
        height: 20%;
        margin-right: initial;
        margin-left: initial;
    }
}
.imgjobs-expanded {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgjobs-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.imgjobs-layout-grid .imgjobs-gallery-inner {
    display: grid;
    grid-template-columns: repeat(3, auto);
    min-height: 80%;
}
.imgjobs-lightbox .imgjobs-gallery-item {
    cursor: pointer;
}
.imgjobs-effect-fade .imgjobs-over-slide {
    opacity: 0;
    transition: all 0.5s ease;
}
.imgjobs-effect-fade:hover .imgjobs-over-slide {
    opacity: 1;
}
.imgjobs-lightbox .imgjobs-gallery-item {
    cursor: pointer;
    border-radius: 8px;
    min-height: 250px;
}
.imgjobs-gallery-item {
    position: relative;
    overflow: hidden;
}
.imgjobs-back-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.imgjobs-back-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.imgjobs-over-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgjobs-over-slide img {
    height: 80px;
    width: auto;
}
.imgjobs-shading {
    color: #fff;
}
.imgjobs-shading {
    color: #fff;
}
.imgjobs-shading a {
    color: #c6d7d9;
}
.imgjobs-over-slide .imgjobs-gallery-heading,
.imgjobs-over-slide .imgjobs-gallery-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "futura pt light";
    font-size: 24px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
}
.flex.reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex > .col-6-12 {
    width: 50%;
}
.flex > [class*="col-"] {
    padding-left: 8%;
    padding-right: 0;
}
.contentImg .flex .logoproy {
    width: 500px;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.animated [class*="ae-"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}
.opacity-8 {
    opacity: 0.8 !important;
}
.text-center-pc {
    margin-top: 15px;
    margin-left: 15%;
    margin-right: 15%;
}
.text-center-pc span {
    font-size: 20px;
}
.text-left-cel {
    font-size: 22px;
    text-align: left;
}
.text-right-tablet {
    font-size: 22px;
    margin-right: 12%;
    margin-left: 7%;
    transform: translateY(60px);
    text-align: right;
}
.imageoutright.shiftImageVertical.shiftImage {
    margin: -13% 0 -6%;
}
.imageoutleft.shiftImageVertical.shiftImage {
    margin: 0 0 0 -7%;
}
.shiftImage {
    margin-top: -15%;
    margin-bottom: -100%;
}
.shiftImageVertical {
    margin-right: -100%;
    max-width: none;
}
.slideImg.active,
.slideImg.selected {
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 11;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    margin: 180px 0 50px 0;
}
.contentImg {
    backface-visibility: hidden;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}
.contentImg img {
    width: 750px;
}
.contentImg-850 img {
    width: 800px;
}
@media (max-width: 1023px) {
    .shiftImage {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .shiftImageVertical {
        margin-right: 0 !important;
        max-width: 100% !important;
    }
    .left {
        text-align: center !important;
    }
    .right {
        text-align: center !important;
    }
    .text-left-cel {
        text-align: justify;
        margin-top: 30px;
    }
    .text-right-tablet {
        text-align: justify;
        margin-bottom: 40px;
        margin-right: 5%;
        margin-left: 5%;
    }
    .flex {
        margin-left: 0;
        padding-right: 8%;
    }
    .flex:not(.later)
    > [class*="col-"]:not([class*="col-phablet-"]):not([class*="col-phone-"]) {
        width: 100%;
    }
}
.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
    justify-content: center;
}
.app-download-btn:first-child {
    margin-right: 20px;
}
.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-download-btn a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn a p span {
    font-size: 12px;
    display: block;
}
.app-download-btn a:hover,
.app-download-btn.active a {
    border-color: transparent;
    background-color: #1fc0e6;
}
.app-download-btn-black:first-child {
    margin-right: 20px;
}
.app-download-btn-black a {
    border: 1px solid #b4b4b4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px 10px 10px 10px;
    background-color: #0adb0a;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-download-btn-black a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn-black a p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn-black a p span {
    font-size: 12px;
    display: block;
}
.app-download-btn-black a:hover,
.app-download-btn-black.active a {
    border-color: transparent;
    background-color: #8d0dfc;
}
.titlepage {
    justify-content: center;
    padding: 30px;
}
.YT-bg {
    background: 0 0;
}
@media only screen and (max-width: 880px) {
    .YT-bg {
        position: relative;
        height: 100%;
        background-image: url(../img/background/YT-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
.background-video {
    position: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
source,
video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    left: 0;
}
.loaded .ytplayer-container {
    display: block;
}
.ytplayer-container {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.ytplayer-shield {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.ytplayer-player {
    position: absolute;
}
.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 97;
}
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}
@media only screen and (max-width: 640px) {
    .upper-page {
        height: 100%;
    }
}
.top-shadow-YT {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.75) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.75) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.75) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 2;
}
.videobcktext {
    position: absolute;
    width: 1400px;
    max-width: 1400px;
    top: 50%;
    left: 50%;
    margin-left: -680px;
    margin-top: -80px;
    padding: 0 115px;
    z-index: 99;
}
.videobckimg {
    position: absolute;
    width: 600px;
    max-width: 600px;
    top: 50%;
    left: 50%;
    margin-left: -298px;
    margin-top: -33px;
    padding: 0 115px;
    z-index: 99;
}
.ytback-txt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
}
.ytback-txt h1 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    margin: -3px auto 0 auto;
    width: 100%;
    line-height: 100%;
    color: #f8f8f8;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 3px 4px 12px #000;
}
h1 .ytback-txt-stroke {
    -webkit-text-stroke-width: 2px;
    color: rgba(248, 248, 248, 0);
    text-shadow: 3px 4px 12px transparent;
}
.ytback-txt h2 {
    font-family: Poppins;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.28em;
    color: #fff;
    margin: -3px auto 0 auto;
    width: 100%;
    line-height: 100%;
    margin-bottom: 20px;
    text-shadow: 3px 4px 12px #000;
}
.translate60 {
    transform: translate(-60px, 0);
}
.scale12 {
    transform: scale(1.2);
}
.marginleft20 {
    margin-left: 20px;
}
.blacktxt {
    color: #000;
}
.section-padding-img {
    padding: 20px 160px 20px 160px;
    padding: 120 0;
    background-size: 100% 100%;
}
.section-padding-img-nomargin {
    padding: 0 160px 0 160px;
    padding: 120 0;
    background-size: 100% 100%;
}
@media only screen and (max-width: 1200px) {
    .section-padding-img-nomargin {
        padding: 0;
        padding: 120 0;
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 880px) {
    .section-padding-img-nomargin {
        padding: 0;
        padding: 120 0;
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 768px) {
    .section-padding-img-nomargin {
        padding: 0;
        padding: 120 0;
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 640px) {
    .section-padding-img-nomargin {
        padding: 0;
        padding: 120 0;
        background-size: 100% 100%;
    }
}
.reverse-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.nomarginpadding {
    margin: 0;
    padding: 0;
}
.container-row {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.center-item {
    text-align: -webkit-center;
}
.top-logo-yt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/proyectos/telefoto/blancotelefoto.png);
    z-index: 4;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: 4;
}
.dvinci-quienessomos-bann {
    background-image: url(../images/nodos_3dvinci_logo_full.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.dvinci-gallery-img-full {
    background-image: url(../images/proyectos/telefoto/1telefoto.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}
.dvinci-solutions-logo-desc {
    height: 80px;
    width: auto;
    transform: translate(-40px, 0);
}
.layerblack {
    background-color: rgb(39 38 38 / 25%);
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
.section-padding-layerblack {
    padding: 0;
}
.bg-extra-dark-gray-iframe {
    position: absolute;
    width: 61.3%;
    height: 82%;
    background: #393939;
    top: 6.5%;
    left: 20.5%;
    opacity: 50%;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.lg-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.sm-margin-30px-bottom {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.sm-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
}
.margin-15px-bottom {
    margin-bottom: 15px;
}
.md-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.md-no-padding-right {
    padding-right: 0 !important;
}
.alt-font strong {
    font-weight: 700;
}
.alt-font {
    font-weight: 100;
}
.alt-font h3 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 25px;
}
.letter-spacing-minus-1 {
    letter-spacing: -1px;
}
.btn.text-medium-gray,
.text-medium-gray {
    color: #939393;
}
.font-weight-300 {
    font-weight: 300;
}
.lg-margin-two-top {
    margin-top: 2%;
}
.text-large {
    font-size: 18px;
    line-height: 26px;
}
.text-extra-large {
    font-size: 20px;
    line-height: 26px;
}
.text-extra-large35 {
    font-size: 35px;
    line-height: 36px;
}
.text-centersection {
    text-align: center;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-24 {
    line-height: 24px;
}
.md-padding-15px-all {
    padding: 15px !important;
}
.translate40 {
    transform: translate(40px, 0);
}
.width-90 {
    width: 90%;
}
.lg-width-100 {
    width: 100% !important;
}
.margin-20px-bottom {
    margin-bottom: 20px;
}
.margin-40px-bottom {
    margin-bottom: 40px;
}
.md-margin-15px-bottom {
    margin-bottom: 15px !important;
}
.separator-line-horrizontal-large-light3 {
    width: 35%;
    height: 1px;
}
.separator-line-horrizontal-medium-light3 {
    width: 18%;
    height: 1px;
}
.bg-deep-yellow {
    background-color: #c19207;
}
.text-deep-yellow {
    color: #c19207;
}
.margin-5px-top {
    margin-top: 5px;
}
.margin-10px-topbottom {
    margin-top: 10px;
    margin-bottom: 10px;
}
.float-left {
    float: left !important;
}
.padding-ten-right {
    padding-right: 10%;
}
.padding-ten-left {
    padding-left: 10%;
}
.padding-20px-left {
    padding-left: 20px;
}
.md-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
}
.lg-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sm-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.md-padding-30px-lr {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.icon-box .icon-box-holder {
    height: 90px;
}
.icon-box .icon-box-holder i {
    padding-top: 5px;
}
.position-relative {
    position: relative !important;
}
.icon-medium {
    font-size: 30px;
}
.icon-medium {
    font-size: 35px;
}
.btn.text-extra-medium-gray,
.text-extra-medium-gray {
    color: #757575;
}
.text-large {
    font-size: 18px;
    line-height: 26px;
}
.md-padding-ten-right {
    padding-right: 10%;
}
.width-100 {
    width: 100%;
}
.btn.btn-very-small {
    font-size: 9px;
    padding: 1px 17px;
    line-height: 22px;
}
.padding-80-x {
    padding: 80px 0;
    overflow: hidden;
}
.padding-130-x {
    padding: 130px 0;
    overflow: hidden;
}
.feature-box-1 {
    display: table;
}
.feature-box-1 .char-value {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 575px) {
    .section-about,
    .section-about-us {
        padding-left: 25px;
        padding-right: 25px;
    }
    .portfolio-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .agency .imgsec {
        padding-right: 0;
    }
    .agency .imgsec img {
        height: 550px;
        width: auto;
    }
}
@media (min-width: 575px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .oso .col-md-6 {
        flex: 50 0 0;
    }
}
@media (max-width: 575px) {
    .scale12 {
        transform: scale(1);
    }
    .rowcontact .col-md-8 {
        max-width: 100%;
    }
    .alt h2 .get-behind {
        font-size: 23px;
    }
    .alt h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .translate60 {
        transform: translate(0, 0);
    }
    h1 .ytback-txt-stroke {
        -webkit-text-stroke-width: 0.8px;
    }
    .ytback-txt h1 {
        font-size: 10vw;
    }
    .ytback-txt h2 {
        font-size: 4.3vw;
    }
    .ytback-txt .desclarge h2 {
        font-size: 3.3vw;
    }
    .ytback-txt .desclarge27 h2 {
        font-size: 2.7vw;
    }
    .ytback-txt .descmeglarge h1 {
        font-size: 8vw;
    }
    .ytback-txt .descmeglarge h2 {
        font-size: 2.3vw;
    }
    .videobcktext {
        left: 45%;
    }
}
@media (max-width: 1250px) {
    .section-about-us .container h4 {
        font-size: 29px;
    }
}
@media (max-width: 980px) {
    .section-about-us .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 992px) {
    .min-area .reverse-row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .dvinci-solutions-logo-desc {
        height: auto;
        width: 50%;
        margin-bottom: 25px;
        transform: translate(0, 0);
    }
    .min-area .healthsolution .imgfull {
        padding: 0 20px 20px 170px;
    }
    .imgjobs-layout-grid .imgjobs-gallery-inner {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width: 1200px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 80%;
    }
    .contentImg-850 img {
        width: 700px;
    }
    .min-area .healthsolution .imgfull {
        padding: 0 20px 20px 170px;
    }
    .topnav .container-fluid {
        padding: 0 8%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 575px) {
    .min-area .healthsolution .imgfull {
        padding: 0 20px 20px 220px;
    }
}
@media (max-width: 574px) {
    .min-area .healthsolution .imgfull {
        padding: 0 20px 20px 115px;
    }
    .imgjobs-layout-grid .imgjobs-gallery-inner {
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
}
@media (min-width: 575px) {
    .container-advantages {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container-advantages {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container-advantages {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-advantages {
        max-width: 1170px;
    }
    .topnav .logo {
        width: 10%;
    }
}
@media (min-width: 1440px) {
    .slider .parallax-slider .caption h1 {
        font-size: 3vw;
    }
    .ytback-txt h1 {
        font-size: 4.5vw;
    }
    .ytback-txt h2 {
        font-size: 1.45vw;
    }
}
