/*-- Use For Custom Styling --*/

.no-hyphen {
    overflow-wrap: unset;
}

.no-wrap {
    white-space: nowrap;
}

.slogan {
    font-family: "Raleway", sans-serif;
    font-size: 300%;
    line-height: 100%;
}

.logo-slider {
    width: 400px !important;
    max-width: 70vw !important;

}

.video-color {
    filter: hue-rotate(190deg);
}

#slider-4 .tp-bgimg {
    filter: hue-rotate(190deg);
}

.intro {
}

.bg-dark {
    background-color: #191c20 !important;
}

.bg-research {
    background-color: #0e1d32 !important;
}

.team-img {
    width: 100% !important;
    height: auto !important;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*-------------------------------*/
/* Work Process */
/*-------------------------------*/
.process-wrapp {
    margin: auto;
    overflow: hidden;
    display: table;
    table-layout:fixed;
    /* margin: 0 15px; */
    transition: all .3s ease;
}
.process-wrapp, .process-wrapp li,
.process-wrapp li > .pro-step {
    position: relative;
    z-index: 1;
}
.process-wrapp li {
    text-align: center;
    padding: 70px  15px 0 15px;
    display: table-cell;
}
.process-wrapp li:hover {
    cursor: pointer;
}
.process-wrapp li > .pro-step {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s ease;
}
.process-wrapp li p:first-child {
    font-size: 15px;
}
.process-wrapp li p:last-child {
    font-size: 13px;
}
.process-wrapp li:hover > .pro-step {
    -webkit-box-shadow: 0 0 25px 50px #fff inset;
    box-shadow: 0 0 25px 50px #fff inset;
    color: #00bcd4;
    transition: all .3s ease;
}
.process-wrapp li::before, .process-wrapp li::after {
    content: "";
    height: 1px;
    top: 115px;
    background: rgba(255,255,255, .5);
    position: absolute;
    width: 50%;
    z-index: -1;
    margin: 0 -45px;
}
.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}
.process-wrapp li::before {
    left: 0;
}
.process-wrapp li::after {
    right: 0;
}
.my-process{
    margin: auto;
}
/*process with box */
.process-number {
    background: #fff;
    padding: 0 1rem 2.5rem 1rem;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.process-number,
.process-number .pro-step {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.process-number:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    cursor: pointer;
}
.process-number .pro-step {
    font-weight: bold;
    font-size: 1.75rem;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
    color: #fff;
    line-height: 1;
    background: #00bcd4;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-top: -50px;
}
.process-number .pro-step::after {
    content: "";
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin-left: 3px;
}
.process-number.even .pro-step{
    background: #643094;
}

/*Process icoin inside*/
.process-number.iconic {
    padding: 2.5rem 1rem;
}
.process-number.iconic > span {
    height: 90px;
    width: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    font-size: 48px;
    background: #00bcd4;
    color: #fff;
}
.process-number.iconic:hover > span {
    -webkit-box-shadow: 0 0 20px 45px #643094 inset;
    box-shadow: 0 0 20px 45px #643094 inset;
}


@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }
    .process-wrapp li {
        display: inline-block;
        max-width: 300px;
    }
    .process-wrapp li:first-child::before,
    .process-wrapp li:last-child::after {
        opacity: 1;
        visibility: visible;
    }
}


/*-------------------------------*/
/*Work Process ends */
/*-------------------------------*/

/*-------------------------------*/
/* Work Process */
/*-------------------------------*/
.process-wrapp li > .pro-step {
    border: 1px solid #fff;
    color: #fff;
}
.process-wrapp li:hover > .pro-step {
    -webkit-box-shadow: 0 0 25px 50px #fff inset;
    box-shadow: 0 0 25px 50px #fff inset;
    color: #00bcd4;
}
.process-wrapp li::before, .process-wrapp li::after {
    background: rgba(255,255,255, .5);
}

/*process with box */
.process-number {
    background: #fff;
}
.process-number .pro-step {
    color: #fff;
    background: #d2d2d2;
}
.process-number .pro-step::after {
    background: #fff;
}
.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 5px rgba(101, 101, 101, 0.5);
    box-shadow: 0 0 4px 5px rgba(101, 101, 101, 0.5);
}
.itemshadow {
    filter: drop-shadow(0 0 15px black);
}
.border-portfolio .cbp-item img {
    border: 10px solid #ffffff11;
}
.cbp-item:hover .overlay,
.cbp-item:focus .overlay {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cbp-item:hover .overlay{
    opacity: 1; visibility: visible;
}

/*Overlays*/
.simple_overlay .overlay {
    position: absolute;
    left: 10px; top: 10px;
    right: 10px; bottom: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 145, 207, 0.9);
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.simple_overlay .overlay{
    -webkit-border-radius: 0;
    border-radius: 0;
}
.dark_overlay .overlay {
    background: rgba(33,35,49, .9);
}
.cbp-item:hover .overlay,
.cbp-item:focus .overlay {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cbp-item:hover .overlay{
    opacity: 1; visibility: visible;
}
.overlay > .plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}
.overlay > .plus::before,
.overlay > .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}
.overlay > .plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}
.overlay > .plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.overlay p {
    font-size: 13px;
}

/*-------------------------------*/
/*Work Process ends */
/*-------------------------------*/


.ceo {
    border: 10px white solid;
    max-width: 80vw;
    width: 300px;
}

#technology {
    position: relative;
    overflow: hidden;
}
#technology::before,
#technology::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
}
#technology::before {
    top: 0;
}
#technology::after {
    bottom: 0;
}

@media (max-width: 768px) {
    #technology::after {
        background: inherit;
    }
}

@media (max-width: 767px) {
    #technology::before {
        display: none;
    }
    #technology .text_wrap {
        padding-top: 0;
    }
    #technology .bottom-text {
        text-align: center;
        display: block;
    }
}

.gradient_text {
    color: #0091CF;
}

.gradient_text {
    background: -webkit-gradient(linear,left top, right top,from(#0091CF) , to(#000000));
    background: -webkit-linear-gradient(left,#0091CF , #000000);
    background: -o-linear-gradient(left,#0091CF , #000000);
    background: linear-gradient(90deg,#0091CF , #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*app features*/
.feature-item .icon {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.opacities {
    opacity: .5;
}
#app-feature .feature-item {
    padding: 15px 0;
}
#app-feature .feature-item:hover {
    cursor: pointer;
}
.feature-item img,
.feature-item .icon{
    display: inline-block;
}
.feature-item img {
    max-width: 290px;
}
.feature-item h4 {
    font-weight: 600;
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 10px;
}
.feature-item .icon {
    background: #00bcd4;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 34px;
    line-height: 90px;
    color: #fff;
}
.feature-item .icon::before {
    content: "";
    background: transparent;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
}
.feature-item:hover .icon {
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgba(0, 109, 155, 1);
    box-shadow:0 0 0 0 rgba(0, 109, 155, 1);
}
.feature-item div {
    min-height: 120px;
}

@-webkit-keyframes itg_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 109, 155, 0.9);
        box-shadow: 0 0 0 5px rgba(0, 109, 155, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 109, 155, 0.6);
        box-shadow: 0 0 0 10px rgba(0, 109, 155, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 109, 155, 0.3);
        box-shadow: 0 0 0 15px rgba(0, 109, 155, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(0, 109, 155, 0.1);
        box-shadow: 0 0 0 20px rgba(0, 109, 155, 0.1);
    }
}
@-o-keyframes itg_pulse {
    0% {
        box-shadow: 0 0 0 5px rgba(0, 109, 155, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 109, 155, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 109, 155, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 109, 155, 0.1);
    }
}
@keyframes itg_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 109, 155, 0.9);
        box-shadow: 0 0 0 5px rgba(0, 109, 155, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 109, 155, 0.6);
        box-shadow: 0 0 0 10px rgba(0, 109, 155, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 109, 155, 0.3);
        box-shadow: 0 0 0 15px rgba(0, 109, 155, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(0, 109, 155, 0.1);
        box-shadow: 0 0 0 20px rgba(0, 109, 155, 0.1);
    }
}

#app-feature .feature-item:hover .icon {
    background: rgb(0, 109, 155);
}
#app-feature .content-left {
    text-align: right;
}
#app-feature .content-right {
    text-align: left;
}
#app-feature .content-left span {
    float: right;
    margin-left: 15px;
}
#app-feature .content-right span {
    float: left;
    margin-right: 15px;
}
#app-feature .content-left .text{
    margin-right: 105px;
}
#app-feature .content-right .text{
    margin-left: 105px;
}

.feature-item.active {
    background: #f7f7f7;
}
.image.mobile-apps > img {
    opacity: 0;
}
.image.mobile-apps.active > img {
    opacity: 1;
}


@media screen and (max-width: 992px) {
    #app-feature,
    #app-feature .content-left,
    #app-feature .content-right {
        text-align: center;
    }
    #app-feature .feature-item {
        padding: 0;
        max-width: 300px;
        display: inline-block;
        float: none;
    }
    #app-feature .content-left span,
    #app-feature .content-right span {
        float: none;
        margin: 0 auto 15px auto;
        display: inline-block;
    }

    #app-feature .content-left .text,
    #app-feature .content-right .text {
        margin: 0;
    }
}

/*-------------------------------*/
/*Mobile Apps ends */
/*-------------------------------*/

.contact-form {
    width: 80vw;
}
@media (max-width: 960px) {
    .contact-form {
        width: 100%;
    }
}

.research-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/research-slider.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.services-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/services-slider.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.status-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/status-slider.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.not-found-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/not-found-slider.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.status-style {
    filter: invert(1) hue-rotate(-120deg) brightness(1.5) saturate(1) drop-shadow(0px 0px 6px black);
}

#servicesWord text.blink {
    animation: blink 2s ease-out;
}

#servicesWord {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

@keyframes blink {
    0% {
        text-shadow: 0 0 20px rgba(0, 188, 212, 0);
    }
    20% {
        fill: rgb(0, 188, 212);
        text-shadow: -5px -5px 20px rgba(0, 188, 212, 0.8), 5px -5px 20px rgba(0, 188, 212, 0.8), 5px 5px 20px rgba(0, 188, 212, 0.8), -5px 5px 20px rgba(0, 188, 212, 0.8);
    ;
    }
    30% {
        fill: rgba(0, 188, 212, 1);
        text-shadow: -5px -5px 20px rgba(0, 188, 212, 0.8), 5px -5px 20px rgba(0, 188, 212, 0.8), 5px 5px 20px rgba(0, 188, 212, 0.8), -5px 5px 20px rgba(0, 188, 212, 0.8);
    }
    100% {
        text-shadow: 0 0 20px rgba(0, 188, 212, 0);
    }
}

.st0 {
    font-size: 68px;
}

.st1 {
    font-size: 27px;
}

.st2 {
    font-size: 82px;
}

.st3 {
    font-size: 41px;
}

.st4 {
    font-size: 41px;
}

.st5 {
    fill: #808080;
}

.st6 {
    font-size: 24px;
}

.st7 {
    font-size: 24px;
}

.st8 {
    font-size: 62px;
}

.st9 {
    font-size: 86px;
}

.st10 {
    font-size: 18px;
}

.st11 {
    font-size: 18px;
}

.st12 {
    font-size: 25px;
}

.st13 {
    font-size: 25px;
}

.st14 {
    font-size: 25px;
}

.st15 {
    font-size: 32px;
}

.st16 {
    font-size: 32px;
}

.st17 {
    font-family: 'Open Sans';
    font-weight: 600;
    fill: #a0a0a0;
}

.st18 {
    font-size: 22px;
}

.st19 {
    font-size: 22px;
}

.st20 {
    font-size: 36px;
}

.st21 {
    font-size: 19px;
}

.st22 {
    font-size: 51px;
}

.st23 {
    font-size: 26px;
}

.st24 {
    font-size: 33px;
}

.st25 {
    font-size: 20px;
}

.st26 {
    font-size: 23px;
}

.st27 {
    font-size: 23px;
}

.st28 {
    font-family: 'Open Sans';
}

.st29 {
    font-size: 54px;
}

.st30 {
    font-size: 20px;
}

.st31 {
    font-size: 37px;
}
.blog-box {
    border-radius: 6px;
}
.blog-box .image {
    border-radius: 6px;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}

.news_desc img {
    border-radius: 6px;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}

.fade-support {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Define la transición de opacidad */
}
