html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    font-family: "Montserrat", sans-serif
}

* {
    box-sizing: border-box
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 20px
}

.container-fluid {
    max-width: 100%;
    padding: 0px 40px
}

.button {
    height: 45px;
    line-height: 45px;
    background: transparent;
    color: #fff;
    padding: 0px 30px;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    border: 1px solid #99abca
}

.button img {
    width: 18px;
    margin-right: 10px
}

.button i {
    font-size: 24px;
    margin-right: 10px
}

.button:focus {
    outline: none
}

.button--primary:hover {
    background-color: #51d7ff;
}

.button--secondary {
    background-color: #51d7ff;
    color: #000;
    font-weight: 600
}

.button--secondary:hover {
    background-color: #eaeaea
}

.button--whatsapp {
    background-color: #20d466;
    border: 1px solid #20d466
}

.button--whatsapp:hover,
.button--signal:hover {
    opacity: 0.9;
}

.button--signal {
    background: #2196F3;
    border-color: #2196F3;
}

.button--signal img{
    filter: brightness(5);
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

p {
    color: #fff;
    line-height: 28px
}

@media screen and (max-width: 425px) {
    p {
        font-size: 14px;
        line-height: 22px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.header {
    padding: 20px 0px;
    background-color: #404960
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo img {
    height: 60px;
    width: auto;
}

.header__nav {
    display: flex;
    align-items: center
}

.header-menu,
.close-nav {
    display: none
}

.nav.nav-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav.nav-bar>li a.nav-link {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: normal
}

.nav.nav-bar>li a.nav-link:hover {
    color: #51d7ff
}

.nav.nav-bar>li a.nav-link.active {
    color: #51d7ff
}

.nav.nav-bar>li+li {
    margin-left: 50px
}

.logo-sticky {
    display: none
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, .1)
}

.header-fixed .logo {
    display: none
}

.header-fixed .logo-sticky {
    display: block
}

.header-fixed .nav.nav-bar>li a.nav-link {
    color: #000
}

.header-fixed .nav.nav-bar>li a.nav-link:hover,
.header-fixed .nav.nav-bar>li a.nav-link.active {
    color: #2882B7
}

.header-menu-black {
    display: none;
}

@media only screen and (max-width: 1199px) {

    .header {
        padding: 20px 0px
    }

    .header__wrap {
        position: relative;
        justify-content: space-between
    }

    .header__search {
        position: absolute;
        right: 0
    }

    .header-menu i.fas.fa-bars {
        font-size: 25px;
        color: #fff
    }

    .header-menu img {
        width: 35px;
        height: 25px;
    }

    .header-menu {
        display: flex;
        color: #2f394f;
        text-decoration: none
    }

    .header-fixed a.header-menu {
        display: none;
    }

    .header-fixed a.header-menu-black {
        display: block;
    }

    .header-fixed a.header-menu-black img {
        width: 35px;
        height: 25px;
    }

    .header__nav {
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        z-index: 99;
        background-color: #f2f2f2;
        transform: translate(310px, 0px);
        transition: all .3s
    }

    .header__nav.active {
        transform: translate(0px, 0px);
        display: block
    }

    .header__nav .header-nav {
        flex-direction: column
    }

    .header__nav .header-nav li {
        padding: 5px
    }

    .header__nav .header-nav li>a {
        color: #fff;
        font-weight: normal
    }

    .close-nav {
        width: 50px;
        height: 50px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #2f394f;
        text-decoration: none
    }

    .nav.nav-bar {
        display: block;
        padding: 0px 20px
    }

    .nav.nav-bar>li {
        padding: 0
    }

    .nav.nav-bar>li+li {
        margin-left: 0px;
        margin-top: 10px
    }

    .nav.nav-bar>li a.nav-link {
        height: auto;
        color: #000;
        font-size: 14px;
        opacity: 1
    }

    .nav.nav-bar>li a.nav-link:hover,
    .nav.nav-bar>li a.nav-link.active {
        color: #2882B7;
    }
}

@media only screen and (max-width:1024px){
    .cover {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 425px) {
    .header__logo img {
        height: 45px;
    }
}

.footer {
    background-color: #2f394f;
    padding: 70px 0
}

.footer__logo img {
    width: auto;
    height: 40px
}

.footer__info {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    display: flex
}

.footer__info>li {
    flex: 0 0 33.33%
}

.footer__contact {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex
}

.footer__contact li+li {
    margin-left: 50px
}

.footer__text {
    margin: 40px 0 20px
}

.footer__text img {
    width: 20px;
    margin-right: 15px
}

.footer__small {
    color: #fff;
    font-weight: 200
}

.footer__small span{
    display: block;
}

.footer-box {
    margin: 0 10px
}

.footer-box__wrap {
    background-color: rgba(255, 255, 255, .1);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.11), #2e384f);
    padding: 15px;
    margin-bottom: 15px
}

.footer-box__name {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500
}

.footer-box__position {
    margin: 10px 0 0;
    font-size: 14px;
}

.footer-box__mail {
    text-decoration: none;
    color: #51d7ff
}

.footer-box__mail:hover {
    color: #fff
}

.footer-contact a {
    text-decoration: none;
    color: #51d7ff;
    display: flex;
    align-items: center;
}

.footer-contact a img{
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.footer-contact a i {
    font-size: 24px;
    margin-right: 10px
}

.footer-contact a:hover {
    color: #fff
}

.footer-contact a:hover img{
    filter: brightness(5);
}

@media screen and (max-width: 768px) {
    .footer__info {
        display: block
    }

    .footer__info>li+li {
        margin-top: 40px
    }

    .footer-box {
        margin: 0
    }

    .footer-box__wrap {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 425px) {
    .footer-box__name {
        font-size: 18px
    }

    .footer-box__mail {
        font-size: 14px
    }

    .footer__contact {
        display: block
    }

    .footer__contact li+li {
        margin-left: 0px;
        margin-top: 20px
    }

    .footer__text {
        margin: 40px 0 30px
    }

    .footer__info {
        margin: 35px 0 0
    }

    .footer__info>li+li {
        margin-top: 30px
    }
}

.module {
    position: relative
}

.module__subtitle {
    color: #2882B7;
}

.module__title {
    color: #2f394f;
    font-size: 30px;
    margin: 10px 0 0
}

.module__title--white {
    color: #fff
}

.module__content {
    margin-top: 50px;
    position: relative;
    z-index: 3
}

.module--cover {
    background-color: #2f394f;
    padding: 50px 0
}

.cover {
    display: flex;
    align-items: center
}

.cover__image {
    flex: 0 0 50%;
    font-size: 0
}

.cover__image img {
    width: 100%
}

.cover__text {
    flex: 1 1 auto;
    padding-left: 50px;
    max-width: 550px;
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-weight: 400
}

.cover__text .text-rotate {
    font-weight: bold
}

.cover-typed-text {
    font-weight: bold;
}

.slick-slide:focus {
    outline: none;
}

.text-slider {
    margin-top: -50px;
    margin-left: 60px;
}


@keyframes blink {
    0% {
        background-color: #ccc
    }

    49% {
        background-color: #ccc
    }

    50% {
        background-color: transparent
    }

    99% {
        background-color: transparent
    }

    100% {
        background-color: #ccc
    }
}

.module--about {
    padding: 100px 0
}

.about-row {
    display: flex
}

.about-row__list {
    flex: 0 0 50%;
    list-style: none;
    margin: 0;
    padding: 0
}

.about-row__list>li+li {
    margin-top: 20px
}

.about-row__content {
    flex: 1 1 auto;
    padding-right: 50px
}

.about-row__text p {
    color: #607d8b;
    line-height: 28px;
    margin-bottom: 0
}

.about-box {
    background-color: #2f394f;
    padding: 30px;
    display: flex;
    position: relative;
    transition: all .5s ease;
    transform: scale(1);
}

.about-box:hover {
    transform: scale(1.1);
}

.about-box::after {
    content: "";
    background-image: url(../img/module-bg-about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .15
}

.about-box__icon {
    flex: 0 0 80px;
    position: relative;
    z-index: 3
}

.about-box__icon img {
    width: 100%
}

.about-box__content {
    flex: 1 1 auto;
    padding-left: 20px;
    position: relative;
    z-index: 3
}

.about-box__title {
    font-size: 18px;
    color: #fff;
    margin: 0
}

.about-box__text {
    color: #fff;
    margin: 10px 0 0
}

.module--expertise {
    background-image: linear-gradient(180deg, #5C6B87, #171F38);
    padding: 70px 0
}

.module--expertise::after {
    content: "";
    background-image: url(../img/module-bg-expertise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 230px;
    opacity: .1;
    left: 0;
    right: 0;
    z-index: 0
}

.module--expertise .module__subtitle {
    color: #51d7ff;
}

.expertise-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.expertise-list>li {
    flex: 0 0 50%;
    margin-bottom: 20px
}

.expertise-box {
    background-color: rgba(255, 255, 255, .1);
    padding: 20px;
    margin: 10px;
    height: 100%;
    transition: all .5s ease;
}

/*.expertise-box:hover {
    transform: translateY(-10px);
}*/

.expertise-box__wrap {
    display: flex;
    align-items: center;
}

.expertise-box__icon {
    flex: 0 0 80px
}

.expertise-box__icon img {
    width: 100%
}

.expertise-box__content {
    flex: 1 1 auto;
    padding-left: 20px
}

.expertise-box__title {
    color: #51d7ff;
    margin: 0 0 10px
}

.expertise-box__subtitle {
    color: #fff;
    font-weight: 600
}

.expertise-box__text {
    margin-bottom: 0
}

.module--client {
    padding: 100px 0
}

.client+.client {
    margin-top: 50px
}

.client-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.client-list>li {
    flex: 0 0 25%;
    margin-bottom: 20px;
    text-align: center;
}

.client-image {
    height: 90px
}

.fintech-logo {
    height: 125px;
}

.mindyra-logo {
    height: 110px;
}

.client-image img {
    width: auto;
    height: 100%;
    filter: sepia(1) saturate(1) contrast(60%) hue-rotate(550deg);
    opacity: .8;
    transition: all 0.5s ease;
    transform: scale(1);
}

.client-image img:hover {
    transform: scale(1.1);
}

.client-image:hover img {
    filter: none;
    opacity: 1
}

.medici-logo img {
    width: 200px;
    object-fit: contain;
}

.module--action {
    background-image: linear-gradient(#5C6B87, #171F38);
    padding: 70px 0
}

.action {
    text-align: center;
    color: #fff
}

.action__title {
    margin: 0;
    font-size: 40px
}

.action__button { 
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-wrap: wrap;
    gap: 15px;
}

.action .button {
    margin-top: 0
}

.module--team {
    padding: 100px 0
}

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

.team-list li+li {
    margin-top: 30px
}

.team-box {
    display: flex;
    align-items: center
}

.team-box__image {
    flex: 0 0 200px
}

.team-box__image img {
    width: 100%
}

.team-box__content {
    flex: 1 1 auto;
    padding-left: 80px
}

.team-box__name {
    font-size: 24px;
    margin: 0 0 10px
}

.team-box__position {
    color: #2882B7;
}

.team-box__text {
    color: #2f394f
}

.board-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.board-list>li {
    flex: 0 0 25%
}

.board-image {
    margin: 0 10px
}

.board-image img {
    width: 100%;
    transition: all .5s ease;
}

/*.board-image img:hover {
    transform: scale(1.1);
}*/

.team-col .module__title {
    margin: 5px 0px 15px
}

.team-col+.team-col {
    margin-top: 100px
}

.module--download {
    background-color: #e3ecf6;
    padding: 100px 0px
}

.pdf-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.pdf-list>li {
    flex: 0 0 33.33%
}

.pdf-box {
    background-color: #2b364e;
    padding: 35px;
    margin: 10px
}

.pdf-box__title {
    color: #51d7ff;
    font-size: 24px;
    margin: 0
}

.pdf-box__desc {
    color: #fff
}

.pdf-box__subtitle {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400
}

.pdf-box__text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0
}

.pdf-box__details {
    display: flex;
    justify-content: space-between
}

.pdf-box__size {
    margin-left: 10px
}

.pdf-box__action {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.pdf-box__action .button {
    margin: 0;
    font-weight: 600
}

.pdf-box__action .button:hover {
    background-color: #51d7ff;
    border: 1px solid #51d7ff
}

.pdf-box__action .btn-pdf {
    margin-left: 15px
}

.pdf-box__action .btn-pdf img {
    width: auto;
    height: 45px
}

.module-map {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}

.module-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .text-slider {
        margin-top: -40px;
        margin-left: 50px;
    }

    .cover {
        display: block
    }

    .cover__text {
        margin: 0;
        padding: 0 20px;
        font-size: 30px;
        line-height: 40px
    }

    .module--about {
        padding: 60px 0
    }

    .about-row {
        display: block
    }

    .about-row__content {
        padding: 0;
        margin-bottom: 20px
    }

    .module__content {
        margin-top: 20px
    }

    .module--client,
    .module--team,
    .module--download {
        padding: 60px 0
    }

    .team-box {
        align-items: flex-start
    }

    .team-box__content {
        padding-left: 30px
    }

    .pdf-list>li {
        flex: 0 0 50%
    }

    .expertise-box__icon {
        flex: 0 0 60px;
    }
}

@media screen and (max-width: 575px) {
    .text-slider {
        margin-top: -32px;
        margin-left: 40px;
    }

    .cover__text {
        max-width: 100%;
        margin-top: 15px;
        font-size: 25px;
        line-height: 32px
    }

    .expertise-list {
        display: block
    }

    .expertise-list>li {
        margin-bottom: 0
    }

    .expertise-list>li+li {
        margin-top: 20px
    }

    .expertise-box {
        margin: 0
    }

    .board-list>li {
        flex: 0 0 33.33%
    }

    .client-list>li {
        flex: 0 0 50%;
    }

    .client-image {
        height: 80px;
    }

    .fintech-logo {
        height: 125px;
    }

    .action__title {
        font-size: 35px
    }

    .team-list li+li {
        margin-top: 50px
    }

    .team-box {
        display: block
    }

    .team-box__image {
        max-width: 200px;
        margin: 0
    }

    .team-box__content {
        padding: 0;
        margin-top: 20px
    }

    .team-box__name {
        font-size: 22px
    }

    .team-col+.team-col {
        margin-top: 50px
    }

    .pdf-list {
        display: block
    }

    .pdf-list li+li {
        margin-top: 20px
    }

    .pdf-box {
        margin: 0
    }

    .module__title {
        font-size: 24px
    }

}

@media screen and (max-width: 425px) {
    .text-slider {
        margin-left: 32px;
    }

    .cover__text {
        font-size: 18px;
        line-height: 30px
    }

    .about-box {
        display: block
    }

    .about-box__icon {
        max-width: 50px
    }

    .about-box__content {
        padding: 0;
        margin-top: 10px
    }

    .expertise-list>li+li,
    .pdf-list li+li {
        margin-top: 10px
    }

    .expertise-box__icon {
        flex: 0 0 45px;
    }

    .expertise-box__title {
        margin: 0 0 5px;
        font-size: 16px
    }

    .expertise-box__subtitle {
        font-size: 13px
    }

    .client-image {
        height: 50px
    }

    .fintech-logo {
        height: 80px;
    }

    .module--action {
        padding: 50px 0
    }

    .action__title {
        font-size: 28px;
        text-align: left
    }

    .action .button {
        width: 100%
    }

    .action .button+.button {
        margin-left: 0px;
        margin-top: 15px
    }

    .pdf-box__title {
        font-size: 18px
    }

    .pdf-box__text {
        font-size: 13px
    }

    .pdf-box__subtitle {
        color: rgba(255, 255, 255, .8);
        font-size: 13px
    }

    .pdf-box__action .btn-pdf img {
        height: 35px
    }
}

/* module--saas css start  */

.module--sass {
    padding: 70px 0;
}

.module__text {
    color: #000;
}

.saas__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.saas-tem__title {
    color: #51d7ff;
    margin: 0 0 15px;
}

.saas-tem__text { 
    margin: 0;
} 

.saas-list__item {
    margin: 0 0 26px;
    position: relative;
}

.saas-list__item::before {
    content: "";
    background-image: url(../img/checkmark.svg);
    background-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -32px;
    top: -2px;
    z-index: 9;
}

/* module--saas css end  */

/* module--offer css strat  */

.module--offer {
    background-image: linear-gradient(320deg, #5C6B87, #171F38);
    padding: 70px 0;
}

.module--offer .module__title span {
    display: block;
}

.offer__row {
    display: flex;
}

.offer-row__content {
    flex: 0 0 40%;
    padding-right: 40px;
}

.offer-row__wrap{
    margin: 35px 0 0;
}

.offer__text {
    margin: 20px 0 0;
}

.offer-row__media {
    flex: 0 0 60%;
    text-align: right;  
}

.offer-row__media img {
    width: 100%;
}

@media only screen and (max-width:991px){
    .offer__row{
        flex-direction: column;
        row-gap: 20px;
    }
}

@media only screen and (max-width:575px){
    .saas__list .about-box{
        padding: 24px 24px 24px 40px;
    }
}

/* module--offer css end  */