@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

.apldg2-body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.556;
    color: #666666;
    font-family: "Roboto", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

::selection {
    color: #ffffff;
    /*background-color: #b956fe;*/
    background-color: #0093fe;
}

.container {
    max-width: 1240px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        list-style: none;
    }


a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}


img {
    width: auto;
    height: auto;
}

section {
    overflow: hidden;
}


.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}


@media (max-width: 1199.98px) {
    .apldg2-headline h1 {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .apldg2-headline h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .apldg2-headline h2 {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .apldg2-headline h2 {
        font-size: 30px;
    }
}

.apldg2-headline h3 {
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .apldg2-headline h3 {
        font-size: 30px;
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
    line-height: 0;
}


@-webkit-keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@media (max-width: 460px) {
    a.apihu-port-primary-btn,
    button.apihu-port-primary-btn {
        width: 150px;
    }
}

@media (max-width: 360px) {
    a.apihu-port-primary-btn,
    button.apihu-port-primary-btn {
        width: 130px;
    }
}


.apihu-port-scroll-top {
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    background-color: #0093fe;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    border-radius: 50%;
    display: none;
    -webkit-transition: initial;
    transition: initial;
}

/********* Layout **************/
.apihu-port-header-area {
    background-image: linear-gradient(179deg, #e3edf7 0%, white 100%);
    -webkit-box-shadow: -5.657px -5.657px 10px 0px rgba(245, 249, 252, 0.004), 4.096px 2.868px 15px 0px rgba(127, 163, 199, 0.3);
    box-shadow: -5.657px -5.657px 10px 0px rgba(245, 249, 252, 0.004), 4.096px 2.868px 15px 0px rgba(127, 163, 199, 0.3);
}

    .apihu-port-header-area .apihu-port-logo {
        padding: 5px 0 5px;
    }

    .apihu-port-header-area .apihu-port-main-navigation {
        padding: 35px 0;
    }

        .apihu-port-header-area .apihu-port-main-navigation ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .apihu-port-header-area .apihu-port-main-navigation ul li:last-child {
                margin-right: 0;
            }

            .apihu-port-header-area .apihu-port-main-navigation ul li a {
                font-size: 15px;
                font-family: "Roboto", sans-serif;
                color: #08203a;
                font-weight: 700;
                line-height: 1;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }


    .apihu-port-header-area .apihu-port-header-cta {
        padding: 20px 0;
    }

        .apihu-port-header-area .apihu-port-header-cta a {
            background: #001236;
            /*padding: 19px 23px 19px 23px;*/
            padding: 14px 20px 14px 20px;
            border-radius: 5px;
            display: inline-block;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            line-height: 1;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

@media (max-width: 1199.98px) {
    .apihu-port-header-area .apihu-port-header-cta a {
        padding: 19px 15px 19px 15px;
    }
}

@media (max-width: 320px) {
    .apihu-port-header-area .apihu-port-header-cta a {
        padding: 19px 10px 19px 11px;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-header-area .apihu-port-header-cta {
        display: inline-block;
        margin-right: 30px;
    }
}

@media (max-width: 320px) {
    .apihu-port-header-area .apihu-port-header-cta {
        margin-right: 0;
    }
}

.apihu-port-header-area .apihu-port-mobile-menu-hamburger {
    text-align: right;
    display: none;
}

    .apihu-port-header-area .apihu-port-mobile-menu-hamburger a {
        width: 40px;
        /*height: 40px;*/
        height: 54px;
        background-color: #00163b;
        display: inline-block;
        border-radius: 3px;
        text-align: center;
        /*line-height: 40px;*/
        line-height: 50px;
        color: #ffffff;
        /*font-size: 20px;*/
        font-size: 18px;
    }

@media (max-width: 991.98px) {
    .apihu-port-header-area .apihu-port-mobile-menu-hamburger {
        display: inline-block;
        position: relative;
        top: 0;
        color: #ffffff;
        font-size: 25px;
        right: 0;
    }
}



.apihu-port-mobile-menu {
    background-color: #00163b;
    width: 290px;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0px 0px 0px;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .apihu-port-mobile-menu a.apihu-port-menu-close {
        color: #fd5900;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .apihu-port-mobile-menu a.apihu-port-logo-wrapper {
        width: 140px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .apihu-port-mobile-menu ul li {
        position: relative;
    }

        .apihu-port-mobile-menu ul li + li {
            border-top: 1px solid #ffffff;
        }

        .apihu-port-mobile-menu ul li a {
            display: block;
            padding: 8px 12px;
            color: #ffffff;
            font-weight: 500;
        }

.apihu-port-hero-area {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    position: relative;
}

@media (width: 5120px) {
    .apihu-port-hero-area .apihu-port-hero-shape-1 {
        left: 36vw;
    }
}

@media (width: 2560px) {
    .apihu-port-hero-area .apihu-port-hero-shape-1 {
        left: 22vw;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-shape-1 {
        top: 8vw;
        left: 7vw;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-hero-area .apihu-port-hero-shape-1 {
        display: none;
    }
}

@media (width: 5120px) {
    .apihu-port-hero-area .apihu-port-hero-shape-2 {
        right: 45.5vw;
    }
}

@media (width: 2560px) {
    .apihu-port-hero-area .apihu-port-hero-shape-2 {
        right: 41vw;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-shape-2 {
        right: 38vw;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-hero-area .apihu-port-hero-shape-2 {
        display: none;
    }
}

@media (width: 5120px) {
    .apihu-port-hero-area .apihu-port-hero-shape-3 {
        right: 47vw;
    }
}

@media (width: 2560px) {
    .apihu-port-hero-area .apihu-port-hero-shape-3 {
        right: 44vw;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-shape-3 {
        bottom: 15vw;
        right: 39vw;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-hero-area .apihu-port-hero-shape-3 {
        display: none;
    }
}

@media (width: 5120px) {
    .apihu-port-hero-area .apihu-port-hero-shape-4 {
        right: 32vw;
    }
}

@media (width: 2560px) {
    .apihu-port-hero-area .apihu-port-hero-shape-4 {
        right: 14vw;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-shape-4 {
        bottom: 15vw;
        right: 3vw;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-hero-area .apihu-port-hero-shape-4 {
        display: none;
    }
}

.apihu-port-hero-area .apihu-port-hero-side-style-text {
    position: absolute;
    top: 32%;
    left: -12%;
    font-size: 158px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #e9f1f9;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #e6eff8;
    text-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px rgba(127, 163, 199, 0.3);
}

@media (width: 5120px) {
    .apihu-port-hero-area .apihu-port-hero-side-style-text {
        left: -4%;
    }
}

@media (width: 2560px) {
    .apihu-port-hero-area .apihu-port-hero-side-style-text {
        left: -9%;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-side-style-text {
        left: -10%;
        font-size: 95px;
    }
}

@media (max-width: 1280px) {
    .apihu-port-hero-area .apihu-port-hero-side-style-text {
        display: none;
    }
}

.apihu-port-hero-area .apihu-port-hero-left {
    padding-top: 260px;
    padding-bottom: 237px;
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-left {
        padding-top: 165px;
    }
}

@media (max-width: 767.98px) {
    .apihu-port-hero-area .apihu-port-hero-left {
        padding-top: 160px;
    }
}

.apihu-port-hero-area .apihu-port-hero-subtitle {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #001236;
    line-height: 1;
    margin-bottom: 27px;
}

@media (max-width: 1199.98px) {
    .apihu-port-hero-area .apihu-port-hero-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .apihu-port-hero-area .apihu-port-hero-subtitle {
        font-size: 18px;
    }
}

.apihu-port-hero-area .apihu-port-hero-title {
    font-size: 60px;
    color: #001236;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-title {
        font-size: 60px;
    }
}

@media (max-width: 1280px) {
    .apihu-port-hero-area .apihu-port-hero-title {
        font-size: 60px;
    }
}

@media (max-width: 1024.98px) {
    .apihu-port-hero-area .apihu-port-hero-title {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .apihu-port-hero-area .apihu-port-hero-title {
        font-size: 48px;
    }
}

.apihu-port-hero-area .apihu-port-hero-title .apihu-port-hero-title-color {
    color: #0093fe;
    padding: 0px;
}

.apihu-port-hero-area .apihu-port-hero-title .apihu-port-hero-title-small-text {
    font-size: 48px;
    display: block;
}

@media (max-width: 1024.98px) {
    .apihu-port-hero-area .apihu-port-hero-title .apihu-port-hero-title-small-text {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .apihu-port-hero-area .apihu-port-hero-title .apihu-port-hero-title-small-text {
        font-size: 32px;
    }
}

.apihu-port-hero-area .apihu-port-hero-text {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #7888a2;
    line-height: 1.5;
    font-weight: 700;
}

@media (max-width: 1024.98px) {
    .apihu-port-hero-area .apihu-port-hero-text {
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .apihu-port-hero-area .apihu-port-hero-btn-white {
        width: 165px;
    }
}


@media (max-width: 767.98px) {
    .apihu-port-hero-area .apihu-port-hero-btn-wrap li {
        margin-right: 15px;
    }
}

@media (max-width: 320px) {
    .apihu-port-hero-area .apihu-port-hero-btn-wrap li {
        margin-bottom: 30px;
    }
}


@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-social {
        top: 50px;
        right: -70px;
    }
}

@media (max-width: 1280px) {
    .apihu-port-hero-area .apihu-port-hero-social {
        top: 26px;
        right: 65px;
    }
}


.apihu-port-hero-area .apihu-port-hero-right {
    margin-top: 80px;
    position: relative;
}

@media (max-width: 1024.98px) {
    .apihu-port-hero-area .apihu-port-hero-right {
        margin-top: 130px;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-hero-area .apihu-port-hero-right {
        display: none;
    }
}

.apihu-port-hero-area .apihu-port-hero-right .apihu-port-hero-right-img {
    margin-left: -70px;
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-right .apihu-port-hero-right-img {
        margin-left: -78px;
    }
}

@media (max-width: 1540px) {
    .apihu-port-hero-area .apihu-port-hero-right .apihu-port-hero-right-img img {
        height: 530px;
    }
}

@media (max-width: 1024.98px) {
    .apihu-port-hero-area .apihu-port-hero-right .apihu-port-hero-right-img img {
        height: 425px;
    }
}

@media (max-width: 991.98px) {
    .apldg2-footer-widget {
        margin-bottom: 40px;
    }
}

.apihu-port-section-heading {
    margin-bottom: 50px;
}

    .apihu-port-section-heading .apihu-port-section-subtitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        color: #0093fe;
        margin-bottom: 13px;
    }

    .apihu-port-section-heading .apihu-port-section-title {
        font-size: 48px;
        font-weight: 700;
        color: #08203a;
        font-family: "Poppins", sans-serif;
        line-height: 1.25;
    }

@media (max-width: 767.98px) {
    .apihu-port-section-heading .apihu-port-section-title {
        font-size: 32px;
    }
}

.apihu-port-about-area {
    padding: 110px 0 0;
    background: #e3edf7;
    position: relative;
}

@-webkit-keyframes apihuPortUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes apihuPortUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.apihu-port-about-area .apihu-port-about-shape {
    position: absolute;
    top: 95px;
    left: 270px;
    -webkit-animation: apihuPortUpsDown 3s infinite linear alternate;
    animation: apihuPortUpsDown 3s infinite linear alternate;
}

.apihu-port-about-area .apihu-port-about-left {
    position: relative;
}

    .apihu-port-about-area .apihu-port-about-left .apihu-port-about-img {
        position: relative;
    }

        .apihu-port-about-area .apihu-port-about-left .apihu-port-about-img img {
            max-width: 100%;
        }

@media (max-width: 991.98px) {
    .apihu-port-about-area .apihu-port-about-left .apihu-port-about-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 460px) {
    .apihu-port-about-area .apihu-port-about-left img {
        width: 100%;
    }
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-subtitle {
    font-size: 24px;
    color: #001236;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin-bottom: 17px;
}

    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-subtitle:after {
        left: 16px;
        right: px;
        top: 29px;
        height: 3px;
        width: 86px;
        content: "";
        margin: 0 auto;
        position: absolute;
        background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
    }


@media (max-width: 1024.98px) {
    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-subtitle {
        font-size: 18px;
    }
}


@media (max-width: 1024.98px) {
    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-title {
        font-size: 36px;
    }
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 26px;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-pills {
    margin-bottom: 28px;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-item {
    margin-right: 30px;
}

    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-item:last-child {
        margin-right: 0;
    }

@media (max-width: 460px) {
    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-item {
        margin-bottom: 30px;
    }
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-link {
    width: 170px;
    height: 50px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
}

@media (max-width: 1024.98px) {
    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-link {
        /*width: 135px;*/
        width: 200px;
    }
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-link.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#001236), to(#0093fd));
    background-image: linear-gradient(to right, #001236 0%, #0093fd 100%);
    color: #ffffff;
}

.apihu-port-about-area .apihu-port-about-expertise .tab-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

    .apihu-port-about-area .apihu-port-about-expertise .tab-content ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #0093fe;
        content: "";
        border-radius: 50%;
    }

    .apihu-port-about-area .apihu-port-about-expertise .tab-content ul li:after {
        position: absolute;
        content: "";
        top: 6px;
        left: 6px;
        height: 4px;
        width: 4px;
        background: #6f0dae;
        text-align: center;
        border-radius: 50%;
    }

.apihu-port-about-area .apihu-port-about-expertise .apihu-port-expertise-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .apihu-port-service-area {
        padding-bottom: 0;
    }
}


@media (max-width: 991.98px) {
    .apihu-port-service-area .apihu-port-single-service {
        margin-bottom: 30px;
    }
}


.apihu-port-cta-area {
    background: #e3edf7;
    padding: 85px 0 110px;
    position: relative;
}


    .apihu-port-cta-area .apihu-port-cta-content-wrap {
        background: linear-gradient(103deg, #e3edf7, #ffffff);
        -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
        box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
        border-radius: 5px;
        padding: 0 40px;
        position: relative;
    }

        .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-container-shape {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text {
            padding: 70px 0;
        }

            .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text p {
                font-size: 22px;
                font-weight: 700;
                color: #e30281;
                font-family: "Roboto", sans-serif;
                line-height: 1.1;
            }

            .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
                font-size: 48px;
                color: #08203a;
                font-family: "Poppins", sans-serif;
                line-height: 1;
                font-weight: 700;
                margin-bottom: 40px;
            }

@media (max-width: 1024.98px) {
    .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
        font-size: 36px;
    }
}

.apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #ffffff;
    background: linear-gradient(-141deg, #001236, #0093fd);
    width: 150px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text a:before {
        background: -webkit-gradient(linear, left bottom, right top, from(#001236), to(#0093fd));
        background: linear-gradient(to top right, #001236, #0093fd);
        /* -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3); */
        /* box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(100, 14, 179, 0.3); */
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text a:hover:before {
        width: 0;
    }

    .apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text a:hover {
        background: -webkit-gradient(linear, left top, right bottom, from(#e4eef7), to(#ffffff));
        background: linear-gradient(to bottom right, #e4eef7, #ffffff);
        -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
        box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
        color: #08203a;
    }

.apihu-port-cta-area .apihu-port-cta-content-img {
    position: absolute;
    top: -81px;
}

@media (max-width: 1024.98px) {
    .apihu-port-cta-area .apihu-port-cta-content-img {
        top: -93px;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-cta-area .apihu-port-cta-content-img {
        display: none;
    }
}


@media (max-width: 991.98px) {
    .apihu-port-portfolio-area .apihu-port-single-portfolio .apihu-port-portfolio-img {
        margin-top: 30px;
    }
}


.apihu-port-pricing-area {
    padding: 10px 0;
    background: #e3edf7;
    position: relative;
}

@media (max-width: 991.98px) {
    .apihu-port-pricing-area {
        padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .apihu-port-pricing-area .apihu-port-single-pricing {
        margin-bottom: 30px;
    }
}


@media (max-width: 460px) {
    .apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav {
        display: none;
    }
}


@media (max-width: 991.98px) {
    .apihu-port-clients-area .apihu-port-single-client-box {
        height: auto;
    }
}


@media (max-width: 1199.98px) {
    .apihu-port-contact-area .apihu-port-contact-left {
        margin-bottom: 50px;
    }
}


.applghu-features-area {
    padding: 50px 0 80px;
    background: #e3edf7;
}

    .applghu-features-area .applghu-feature-container {
        position: relative;
    }



    .applghu-features-area .applghu-single-features {
        text-align: center;
        /* background: #ffffff;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
          box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);*/


        background: linear-gradient(119deg, #e3edf7, #ffffff);
        -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
        box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
        padding: 28px 30px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        margin-bottom: 30px;
        margin-top: 40px;
        height: 245px;
    }

@media (max-width: 1199.98px) {
    .applghu-features-area .applghu-single-features {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .applghu-features-area .applghu-single-features {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right bottom, from(#001236), to(#0093fd));
    background: linear-gradient(to bottom right, #001236, #0093fd);
    top: -70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .applghu-features-area .applghu-single-features .applghu-feature-icon-box i {
        font-size: 40px;
        color: #ffffff;
        line-height: 90px;
    }

.applghu-features-area .applghu-single-features h3 {
    font-size: 20px;
    color: #171366;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-top: -55px;
    margin-bottom: 10px;
}

.applghu-features-area .applghu-single-features p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
}


.apihu-port-Features-subtitle {
    font-size: 24px;
    color: #001236;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin-bottom: 17px;
}

    .apihu-port-Features-subtitle:after {
        left: 0px;
        right: 0px;
        top: 35px;
        height: 3px;
        width: 86px;
        content: "";
        margin: 0 auto;
        position: absolute;
        background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);
    }


.cta-info-item {
    position: relative;
}

    .cta-info-item:before {
        top: 0;
        right: -55px;
        width: 2px;
        content: "";
        height: 22px;
        position: absolute;
        background-color: #ebedf0;
    }

    .cta-info-item i {
        color: #054ada;
        margin-right: 10px;
    }

    .cta-info-item:last-child:before {
        display: none;
    }

.xis-footer-menu-content {
    padding: 35px 0px;
    border-bottom: 1px solid #ebedf0;
}

    .xis-footer-menu-content .footer-menu a {
        color: #061844;
        font-size: 14px;
        font-weight: 500;
        margin-left: 40px;
    }


.xis-dia-footer-newslatter-section {
    z-index: 1;
}


    .xis-dia-footer-newslatter-section .xis-footer-social-text {
        padding: 30px 0px;
    }



.xis-footer-menu-content .footer-menu a {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .xis-dia-footer-newslatter-text {
        padding-left: 0;
        padding-bottom: 25px;
    }

    .xis-dia-about-counter-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xis-dia-about-text-wrapper {
        padding-left: 0;
    }
}

.xis-footer-menu-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


    .xis-footer-menu-content .footer-menu a {
        margin-left: 0;
        margin-right: 15px;
    }

.xis-dia-footer-newslatter-section .xis-footer-social-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xis-dia-footer-newslatter-section .xis-footer-social {
    margin-top: 15px;
}

    .xis-dia-footer-newslatter-section .xis-footer-social li a {
        margin-left: 0;
        margin-right: 10px;
    }



.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.apihu-port-header-area .apihu-port-header-cta {
    padding: 20px 0;
}

    .apihu-port-header-area .apihu-port-header-cta a {
        background: #001236;
        /*padding: 19px 23px 19px 23px;*/
        padding: 14px 20px 14px 20px;
        border-radius: 5px;
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        line-height: 1;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

@media (max-width: 1199.98px) {
    .apihu-port-header-area .apihu-port-header-cta a {
        padding: 19px 15px 19px 15px;
    }
}

@media (max-width: 320px) {
    .apihu-port-header-area .apihu-port-header-cta a {
        padding: 19px 10px 19px 11px;
        font-size: 14px;
    }
}

.apihu-port-header-area .apihu-port-header-cta a i {
    margin-left: 10px;
}

.apihu-port-header-area .apihu-port-header-cta a:hover {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgba(127, 163, 199, 0.3);
    color: #08203a;
}

@media (max-width: 991.98px) {
    .apihu-port-header-area .apihu-port-header-cta {
        display: inline-block;
        margin-right: 0px;
    }
}

@media (max-width: 320px) {
    .apihu-port-header-area .apihu-port-header-cta {
        margin-right: 0;
    }
}

.applghu-features-area .applghu-single-features {
    text-align: center;
    /* background: #ffffff;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
          box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);*/
    background: linear-gradient(119deg, #e3edf7, #ffffff);
    -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
    padding: 28px 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    margin-top: 40px;
    height: 245px;
}

@media (max-width: 1199.98px) {
    .applghu-features-area .applghu-single-features {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .applghu-features-area .applghu-single-features {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right bottom, from(#001236), to(#0093fd));
    background: linear-gradient(to bottom right, #001236, #0093fd);
    top: -70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .applghu-features-area .applghu-single-features .applghu-feature-icon-box i {
        font-size: 40px;
        color: #ffffff;
        line-height: 90px;
    }

.applghu-features-area .applghu-single-features h3 {
    font-size: 20px;
    color: #171366;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    margin-top: -50px;
    margin-bottom: 10px;
}

.applghu-features-area .applghu-single-features p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 22px;
}

.applghu-features-area .applghu-single-features:hover {
    -webkit-box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
    box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
}

    .applghu-features-area .applghu-single-features:hover .applghu-feature-icon-box {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.apihu-port-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 70;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    -webkit-animation: 1s slideInDown;
    animation: 1s slideInDown;
}

.apihu-port-mobile-menu {
    background-color: #00163b;
    width: 290px;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0px 0px 0px;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .apihu-port-mobile-menu a.apihu-port-menu-close {
        color: #fd5900;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .apihu-port-mobile-menu a.apihu-port-logo-wrapper {
        width: 140px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .apihu-port-mobile-menu ul li {
        position: relative;
    }

        .apihu-port-mobile-menu ul li + li {
            border-top: 1px solid #ffffff;
        }

        .apihu-port-mobile-menu ul li a {
            display: block;
            padding: 8px 12px;
            color: #ffffff;
            font-weight: 500;
        }


        .apihu-port-mobile-menu ul li.has-submenu::after {
            content: '+';
            position: absolute;
            top: 8px;
            right: 10px;
            z-index: -1;
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .apihu-port-mobile-menu ul li.has-submenu ul {
            display: none;
        }

            .apihu-port-mobile-menu ul li.has-submenu ul li a {
                padding-left: 25px;
            }

            .apihu-port-mobile-menu ul li.has-submenu ul li ul li a {
                padding-left: 35px;
            }

        .apihu-port-mobile-menu ul li.apihu-port-submenu-icon-rotate::after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .apihu-port-mobile-menu.apihu-port-mobile-menu-on {
        left: 0;
    }

.loading-preloader {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

#loading-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotateX(180deg);
    transform: translate(-50%, 0%) rotateX(180deg);
    height: 10px;
    visibility: visible;
    z-index: 1000;
}

.loading-text {
    position: fixed;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    height: 10px;
    visibility: visible;
    z-index: 1000;
    font-weight: bolder;
    color: #0093fe;
}

.line1 {
    width: 8px;
    height: 10px;
    margin-right: 5px;
    background-color: #0093fe;
    animation: animate1 2.0s linear infinite;
    float: left;
    opacity: 1;
}

.line2 {
    width: 8px;
    height: 10px;
    margin-right: 5px;
    background-color: #0042e5;
    animation: animate1 2.3s linear infinite;
    float: left;
    opacity: 1;
}

.line3 {
    width: 8px;
    height: 10px;
    margin-right: 5px;
    background-color: #0093fe;
    animation: animate1 2.5s linear infinite;
    float: left;
    opacity: 1;
}

.line4 {
    width: 8px;
    height: 10px;
    margin-right: 5px;
    background-color: #0042e5;
    animation: animate1 2.7s linear infinite;
    float: left;
    opacity: 1;
}

.line5 {
    width: 8px;
    height: 10px;
    margin-right: 5px;
    background-color: #0093fe;
    animation: animate1 2.9s linear infinite;
    float: left;
    opacity: 1;
}

@keyframes animate1 {
    50% {
        background-color: #0042e5;
        top: 100px;
        height: 60px;
    }
}

@keyframes animate2 {
    50% {
        background-color: #0093fe;
        top: 50px;
        height: 80px;
    }
}

@keyframes animate3 {
    50% {
        background-color: #0042e5;
        top: 10px;
        height: 100px;
    }
}

@keyframes animate4 {
    50% {
        background-color: #0093fe;
        top: 100px;
        height: 60px;
    }
}

@keyframes animate5 {
    50% {
        background-color: #0042e5;
        top: 50px;
        height: 80px;
    }
}


.saasio-breadcurmb-section {
    background-color: #0093fe;
    padding: 70px 0px 50px;
}

.breadcurmb-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins';
    padding-bottom: 20px;
}

.saasio-page-breadcurmb li a {
    color: #fff;
    margin: 0px 10px;
    position: relative;
}

    .saasio-page-breadcurmb li a:after {
        top: 5px;
        right: -17px;
        content: '\f054';
        font-weight: 900;
        font-size: 12px;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
    }

.saasio-page-breadcurmb li:last-child a::after {
    display: none;
}

.saas_two_section_title {
    margin: 0 auto;
    max-width: 465px;
}

    .saas_two_section_title .title_tag {
        padding: 5px 30px;
    }

    .saas_two_section_title h2 {
        font-size: 40px;
        padding-top: 15px;
    }

.sa_fq_question_content {
    padding-top: 60px;
}

    .sa_fq_question_content .faq-feed-item {
        margin-bottom: 20px;
    }

        .sa_fq_question_content .faq-feed-item h3 {
            color: #000000;
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 15px;
        }
.pr1-footer-section {
    padding: 9px 0 0 0;
}

    .pr1-footer-section .pr1-footer-top .pr1-title-area {
        margin: 0;
    }

@media (max-width: 991.98px) {
    .pr1-footer-section .pr1-footer-top .pr1-title-area {
        margin-bottom: 30px;
    }
}

.pr1-footer-section .spacer {
    margin-top: 60px;
}

    .pr1-footer-section .spacer hr {
        border: 0;
        border-top: 2px solid #c9e2fa;
        margin: 0;
    }

.pr1-footer-contents {
    margin-top: 60px;
}

.pr1-footer-newsletter form {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 23px 40px 0px rgba(135, 135, 135, 0.15);
    box-shadow: 0px 23px 40px 0px rgba(135, 135, 135, 0.15);
}

    .pr1-footer-newsletter form input[type="email"] {
        width: 100%;
        padding: 12px 30px 12px 18px;
        background-color: #ffffff;
        border: 0;
    }

    .pr1-footer-newsletter form button {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        width: 65px;
        height: 100%;
        background-color: #2782f9;
        color: #fff;
        font-size: 25px;
        text-align: center;
    }

.pr1-footer-contents .pr1-footer-widget {
    margin-bottom: 40px;
}

    .pr1-footer-contents .pr1-footer-widget .logo {
        width: 120px;
        display: inline-block;
        margin-bottom: 25px;
    }

    .pr1-footer-contents .pr1-footer-widget .pr1-pera-txt {
        margin-bottom: 25px;
    }

    .pr1-footer-contents .pr1-footer-widget .pr1-footer-btn a {
        width: 150px;
        height: 45px;
        background: #ff6c00;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        border-radius: 3px;
        color: #ffffff;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .pr1-footer-contents .pr1-footer-widget .pr1-footer-btn a:hover {
            background-color: #2782f9;
        }

    .pr1-footer-contents .pr1-footer-widget .pr1-headline {
        margin-bottom: 30px;
    }

@media (max-width: 991.98px) {
    .pr1-footer-contents .pr1-footer-widget .pr1-headline {
        margin-bottom: 20px;
    }
}

.pr1-footer-contents .pr1-footer-widget .pr1-footer-links li + li {
    margin-top: 6px;
}

.pr1-footer-contents .pr1-footer-widget .pr1-footer-links li a {
    color: #010148;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .pr1-footer-contents .pr1-footer-widget .pr1-footer-links li a:hover {
        margin-left: 5px;
    }

    .pr1-footer-contents .pr1-footer-widget .pr1-footer-links li a::before {
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: -2px;
    }

.pr1-footer-contents .pr1-footer-widget .pr1-ft-contact ul li {
    font-weight: 500;
    color: #010148;
}

    .pr1-footer-contents .pr1-footer-widget .pr1-ft-contact ul li + li {
        margin-top: 8px;
    }

    .pr1-footer-contents .pr1-footer-widget .pr1-ft-contact ul li i {
        margin-right: 8px;
    }

.pr1-footer-copyright {
    padding: 30px 0;
}

    .pr1-footer-copyright p {
        color: #010148;
        font-weight: 500;
        font-size: 15px;
    }


