@charset "UTF-8";
/*全局*/
.dia-home {
    margin: 0;
    padding: 0;
    color: #585476;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.667;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------- */
/*Header*/
/*----------------------------------------------------*/
.dia-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 15px;
    position: absolute;
}

.dia-main-header .dia-logo {
    margin-top: 15px;
}

.dia-main-header .dropdown {
    position: relative;
}

.dia-main-header .dropdown:after {
    top: -2px;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.dia-main-header .dropdown .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
}

.dia-main-header .dropdown .dropdown-menu li a {
    width: 100%;
    color: #343434;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:before {
    display: none;
}

.dia-main-header .dropdown .dropdown-menu li a:after {
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #fff;
    transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:hover {
    background-color: #ff8533;
    color: #fff;
}

.dia-main-header .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1);
}

.dia-main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.dia-main-header .dropdown:hover .dropdown-menu {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.dia-main-header .navbar-nav {
    display: inherit;
}

.dia-main-header .dia-main-navigation {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
}

.dia-main-header .dia-main-navigation li {
    margin: 0px 32px;
}

.dia-main-header .dia-main-navigation li a {
    color: #282350;
    font-weight: 700;
    padding-bottom: 20px;
    display: inline;
    position: relative;
    font-family: "Poppins";
}

.dia-main-header .dia-main-navigation li a:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    margin: 0 auto;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-main-header .dia-main-navigation li a:hover:before,
.dia-main-header .dia-main-navigation li a.active:before {
    width: 100%;
}

.dia-sticky-menu {
    top: 20px;
    position: fixed;
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
}

.dia-main-header.dia-sticky-menu {
    top: 0px;
    z-index: 9;
    z-index: 20;
    padding-top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
    top: 45px;
}

/*---------------------------------------------------- */
/*上门服务*/
/*----------------------------------------------------*/
.dia-about-section {
    padding-top: 130px;
}

.dia-about-section .dia-about-title-text {
    padding-top: 25px;
}

.dia-about-content .dia-about-title-text {
    max-width: 455px;
}

.dia-about-content .dia-about-text {
    font-size: 18px;
    padding: 25px 0px 75px;
}

.dia-about-content .dia-about-list li {
    width: 50%;
    float: left;
    color: #282350;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
}

.dia-about-content .dia-about-list li:after {
    left: 0;
    top: -3px;
    color: #25d98f;
    font-size: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.dia-about-content .dia-about-img {
    z-index: 1;
    padding-left: 40px;
}

.dia-about-content .dia-about-img .ab-shape1 {
    top: 30px;
    left: -10px;
    z-index: -1;
}

.dia-about-content .dia-about-img .ab-shape2 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dia-exp-section {
    padding: 115px 0px 0px;
}

.dia-exp-section .dia-exp-img .ab-shape1 {
    top: 60px;
    left: -5px;
    z-index: -1;
}

.dia-exp-section .dia-exp-img .ab-shape2 {
    bottom: 20px;
    right: 20px;
    z-index: -1;
}

.dia-exp-section .dio-exp-text-area {
    max-width: 520px;
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
    margin-top: 30px;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
    color: #fff;
    height: 48px;
    width: 155px;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    border-radius: 40px;
    font-family: "Poppins";
    background-color: #390ed2;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
    width: 100%;
    display: block;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
    background-color: #ff6700;
}

.dia-exp-section .skill-progress-bar {
    padding: 20px 0px 20px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent {
    margin-bottom: 30px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto";
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress {
    height: 6px;
    border-radius: 0;
    overflow: visible;
    position: relative;
    background-color: #dededf;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress span {
    right: 0;
    top: -30px;
    color: #282350;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress-bar {
    width: 0;
    float: left;
    height: 100%;
    position: relative;
    background-color: #ff6700;
    transition: 1s all ease-in-out;
}

/*---------------------------------------------------- */
/*我们的服务*/
/*----------------------------------------------------*/
.dia-service-section {
    padding: 90px 0px 115px;
}

.dia-service-section .dia-service-img {
    margin-top: 55px;
}

.dia-service-section .dia-service-img .dia-service-shape2 {
    top: 0;
    z-index: -2;
}

.dia-service-section .dia-service-img .dia-service-shape1 {
    left: 0;
    top: 10px;
    z-index: -1;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dia-service-section .dia-service-text {
    padding-left: 60px;
}

.dia-service-section .dia-service-details {
    margin: 35px 0px 5px;
}

.dia-service-section .dia-service-details .dia-service-item {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.dia-service-section .dia-service-details .dia-service-item h3 {
    color: #282350;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
}

.dia-service-section .dia-service-details .dia-service-item li {
    padding-left: 15px;
    position: relative;
    padding-bottom: 5px;
}

.dia-service-section .dia-service-details .dia-service-item li:before {
    top: 0;
    left: 0;
    content: "+";
    position: absolute;
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 35px;
}

.dia-service-section .dia-service-btn .dia-service-more {
    height: 50px;
    width: 225px;
    margin-top: 10px;
    line-height: 50px;
    border-radius: 40px;
    background-color: #390ed2;
}

.dia-service-section .dia-service-btn .dia-service-more a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins";
}

.dia-service-section .dia-service-btn .dia-service-more:before {
    background-color: #ff6700;
}

.dia-service-section .dia-service-review {
    max-width: 215px;
}

.dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 8px;
}

.dia-service-section .dia-service-review .dia-service-rate li {
    font-size: 14px;
    color: #f7c903;
}

.dia-service-section .dia-service-review .dia-service-rate-text {
    font-size: 14px;
}

.dia-service-section .dia-service-review .dia-service-rate-text span {
    color: #282350;
    font-weight: 700;
}

/*打字机效果文字*/
.cd-headline.clip span {
    dispay: inline-block;
    padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 70px;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
    opacity: 1;
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.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;
}

::-moz-selection {
    color: #ffffff;
    background-color: #b956fe;
}

::selection {
    color: #ffffff;
    background-color: #b956fe;
}

::-moz-selection {
    color: #ffffff;
    background-color: #b956fe;
}

.container {
    max-width: 1240px;
}

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

ul li {
    list-style: none;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

a:hover, a:focus {
    text-decoration: none;
}

section {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.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;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

.no-padding {
    padding: 0;
}

.apldg2-headline h1,
.apldg2-headline h2,
.apldg2-headline h3,
.apldg2-headline h4,
.apldg2-headline h5,
.apldg2-headline h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #00163b;
}

.apldg2-headline h1 {
    font-size: 56px;
}

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

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

.apldg2-headline h2 {
    font-size: 48px;
}

@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;
    }
}

.apldg2-headline h4 {
    font-size: 30px;
}

.apldg2-headline h5 {
    font-size: 24px;
}

.apldg2-headline h6 {
    font-size: 20px;
}

.apldg2-pera-txt p {
    color: #666666;
    margin: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
    line-height: 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%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 150px;
    visibility: visible;
    z-index: 1000;
}

.line_shape {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #eb591a;
    -webkit-animation: animate24 1s infinite;
    animation: animate24 1s infinite;
    float: left;
    opacity: 1;
}

.line_shape:last-child {
    margin-right: 0px;
}

.line_shape:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

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

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

a.apihu-port-primary-btn,
button.apihu-port-primary-btn {
    width: 170px;
    height: 63px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb591a), to(#f6b292));
    background-image: linear-gradient(to right, #eb591a 0%, #f6b292 100%);
    -webkit-box-shadow: -4.096px -2.868px 8px 0px rgba(122, 247, 169, 0.25), 4.95px 4.95px 15px 0px rgba(100, 14, 179, 0.3);
    box-shadow: -4.096px -2.868px 8px 0px rgba(122, 247, 169, 0.25), 4.95px 4.95px 15px 0px rgba(100, 14, 179, 0.3);
    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;
    color: #ffffff;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 0;
    position: relative;
    transition: all 0.3s ease-in;
}

@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;
    }
}

a.apihu-port-primary-btn:before,
button.apihu-port-primary-btn:before {
    background: -webkit-gradient(linear, left bottom, right top, from(#eb591a), to(#f6b292));
    background: linear-gradient(to top right, #eb591a, #f6b292);
    -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;
}

a.apihu-port-primary-btn:hover:before,
button.apihu-port-primary-btn:hover:before {
    width: 0;
}

a.apihu-port-primary-btn:hover,
button.apihu-port-primary-btn: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-scroll-top {
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    background-color: #a2a0a0;
    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;
}

@-webkit-keyframes apldg_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes apldg_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes apldg_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(0.6) rotateY(90deg);
        transform: scale(0.6) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@keyframes apldg_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(0.6) rotateY(90deg);
        transform: scale(0.6) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@-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);
    }
}

/********* 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: 23px 0 24px;
}

.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: 40px;
}

.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: 16px;
    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-main-navigation ul li a:hover {
    color: #eb591a;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown {
    position: relative;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown .apihu-port-dropdown-menu {
    position: absolute;
    width: 200px;
    background: #f9fbfd;
    -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);
    left: 0;
    top: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown .apihu-port-dropdown-menu li {
    display: block;
    margin: 0;
    text-align: left;
    line-height: 1;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown .apihu-port-dropdown-menu li a {
    margin: 0;
    padding: 20px 30px;
    display: block;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown .apihu-port-dropdown-menu li a:hover {
    background: #730dad;
    color: #ffffff;
}

.apihu-port-header-area .apihu-port-main-navigation ul .apihu-port-dropdown:hover .apihu-port-dropdown-menu {
    top: 58px;
    opacity: 1;
    visibility: visible;
}

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

.apihu-port-header-area .apihu-port-header-cta a {
    background: #08203a;
    padding: 19px 23px 19px 23px;
    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: 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;
    background-color: #00163b;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
}

@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-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;
}

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

.apihu-port-hero-area .apihu-port-hero-shape-1 {
    position: absolute;
    top: 224px;
    left: 302px;
    -webkit-animation: apldg_ZoomInZoomOut 12s infinite linear alternate;
    animation: apldg_ZoomInZoomOut 12s infinite linear alternate;
}

@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;
    }
}

.apihu-port-hero-area .apihu-port-hero-shape-2 {
    position: absolute;
    top: 150px;
    right: 740px;
    -webkit-animation: apldg_rotate_animation 12s infinite linear alternate;
    animation: apldg_rotate_animation 12s infinite linear alternate;
}

@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;
    }
}

.apihu-port-hero-area .apihu-port-hero-shape-3 {
    position: absolute;
    bottom: 142px;
    right: 750px;
    -webkit-animation: apldg_rotate_animation 12s infinite linear alternate;
    animation: apldg_rotate_animation 12s infinite linear alternate;
}

@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;
    }
}

.apihu-port-hero-area .apihu-port-hero-shape-4 {
    position: absolute;
    bottom: 192px;
    right: 102px;
    -webkit-animation: apldg_rotate_animation 12s infinite linear alternate;
    animation: apldg_rotate_animation 12s infinite linear alternate;
}

@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: 177px;
    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: 270px;
    padding-bottom: 237px;
}

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

@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: #08203a;
    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: 84px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 53px;
}

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

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

@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: #f96c2f;
    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;
    }
}

.apihu-port-hero-area .apihu-port-hero-btn-white {
    width: 180px;
    height: 63px;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #08203a;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -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;
    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);
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

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

.apihu-port-hero-area .apihu-port-hero-btn-white i {
    margin-left: 11px;
    display: inline-block;
}

.apihu-port-hero-area .apihu-port-hero-btn-white:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #eb591a, #f6b292);
    -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);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-hero-area .apihu-port-hero-btn-white:hover:before {
    width: 100%;
}

.apihu-port-hero-area .apihu-port-hero-btn-white:hover {
    color: #ffffff;
}

.apihu-port-hero-area .apihu-port-hero-btn-wrap {
    margin-top: 51px;
}

.apihu-port-hero-area .apihu-port-hero-btn-wrap li {
    display: inline-block;
    margin-right: 30px;
}

@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;
    }
}

.apihu-port-hero-area .apihu-port-hero-btn-wrap li:last-child {
    margin-right: 0;
}

.apihu-port-hero-area .apihu-port-hero-social {
    position: absolute;
    top: 118px;
    right: -290px;
    padding: 15px;
    border-radius: 5px;
    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);
    z-index: 1;
}

@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-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.apihu-port-hero-area .apihu-port-hero-social ul li:last-child {
    margin-right: 0;
}

.apihu-port-hero-area .apihu-port-hero-social ul li a {
    font-size: 26px;
    color: #08203a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 1.8;
    border: 1px solid #b3b3b3;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-hero-area .apihu-port-hero-social ul li a:hover {
    background: linear-gradient(7deg, #eb591a, #f6b292);
    border: 1px solid transparent;
    color: #ffffff;
}

.apihu-port-hero-area .apihu-port-hero-right {
    margin-top: 60px;
    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;
    }
}

.apldg2-footer-section {
    padding: 100px 0 0 0;
}

.apldg2-footer-section .apldg2-footer-copyright {
    padding: 8px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb591a), to(#f6b292));
    background-image: linear-gradient(to right, #eb591a 0%, #f6b292 100%);
    text-align: center;
    margin-top: 100px;
}

.apldg2-footer-section .apldg2-footer-copyright p {
    color: #ffffff;
    margin-bottom: 0;
}

.apldg2-footer-section .apldg2-footer-copyright p a {
    font-weight: 500;
}

.apldg2-footer-widget .apldg2-footer-logo {
    width: 130px;
    display: inline-block;
    margin-bottom: 30px;
}

.apldg2-footer-widget .apldg2-pera-txt p {
    color: #ffffff;
}

.apldg2-footer-widget .apldg2-footer-socials {
    margin-top: 20px;
}

.apldg2-footer-widget .apldg2-footer-socials a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #002b56;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
}

.apldg2-footer-widget .apldg2-footer-socials a::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: linear-gradient(290deg, #5754f9 0%, #e23ff0 99%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apldg2-footer-widget .apldg2-footer-socials a:hover::before {
    opacity: 1;
}

.apldg2-footer-widget .apldg2-headline {
    margin-top: 6px;
}

.apldg2-footer-widget .apldg2-headline h6 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 18px;
}

.apldg2-footer-widget .apldg2-separate-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.apldg2-footer-widget .apldg2-footer-links ul li + li {
    margin-top: 10px;
}

.apldg2-footer-widget .apldg2-footer-links ul li a {
    color: #ffffff;
    position: relative;
    text-transform: capitalize;
}

.apldg2-footer-widget .apldg2-footer-links ul li a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #8c82fe;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apldg2-footer-widget .apldg2-footer-links ul li a:hover {
    color: #8c82fe;
}

.apldg2-footer-widget .apldg2-footer-links ul li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.apldg2-footer-widget .apldg2-footer-address ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.apldg2-footer-widget .apldg2-footer-address ul li i {
    margin-right: 10px;
}

.apldg2-footer-widget .apldg2-footer-address ul li + li {
    margin-top: 18px;
}

.apldg2-footer-widget .apldg2-footer-gallery {
    max-width: 300px;
}

.apldg2-footer-widget .apldg2-footer-gallery ul li {
    display: inline-block;
    border-radius: 4px;
    padding: 4px;
    overflow: hidden;
    position: relative;
}

.apldg2-footer-widget .apldg2-footer-gallery ul li img {
    border-radius: 6px;
}

.apldg2-footer-widget .apldg2-footer-gallery ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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: 4px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.apldg2-footer-widget .apldg2-footer-gallery ul li:hover a {
    opacity: 1;
}

@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: #eb591a;
    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-section-heading .apihu-port-section-title .apihu-port-section-title-color {
    color: #eb591a;
}

.apihu-port-section-heading .apihu-port-section-text {
    font-size: 16px;
    color: #08203a;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0;
}

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

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

.apihu-port-pricing-area:before {
    position: absolute;
    width: 63%;
    height: 1px;
    top: 0;
    left: 0;
    content: "";
    background: #d1d6db;
    margin: auto;
    right: 0;
}

.apihu-port-pricing-area:after {
    position: absolute;
    width: 63%;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    background: #d1d6db;
    margin: auto;
    right: 0;
}

.apihu-port-pricing-area .apihu-port-pricing-shape-left {
    position: absolute;
    top: 0;
    left: 0;
}

.apihu-port-pricing-area .apihu-port-pricing-shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.apihu-port-pricing-area .apihu-port-single-pricing {
    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;
    border-radius: 5px;
    padding: 40px 0;
    text-align: center;
}

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

.apihu-port-pricing-area .apihu-port-single-pricing h2 {
    font-size: 48px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.apihu-port-pricing-area .apihu-port-single-pricing h2 sup {
    font-size: 60%;
}

.apihu-port-pricing-area .apihu-port-single-pricing h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #08203a;
    line-height: 1;
    margin-bottom: 20px;
}

.apihu-port-pricing-area .apihu-port-single-pricing ul li {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #08203a;
    font-weight: 500;
    margin-bottom: 20px;
}

.apihu-port-pricing-area .apihu-port-single-pricing a {
    font-size: 15px;
    line-height: 1.5;
    color: #08203a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    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;
    display: inline-block;
    padding: 13px 20px 16px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 0;
}

.apihu-port-pricing-area .apihu-port-single-pricing a i {
    margin-left: 7px;
}

.apihu-port-pricing-area .apihu-port-single-pricing a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #eb591a, #f6b292);
    -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);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-pricing-area .apihu-port-single-pricing a:hover:before {
    width: 100%;
}

.apihu-port-pricing-area .apihu-port-single-pricing a:hover {
    color: #ffffff;
}

.apihu-port-pricing-area .apihu-port-single-pricing.active {
    background: -webkit-gradient(linear, left bottom, right top, from(#f6b292), to(#eb591a));
    background: linear-gradient(to top right, #f6b292, #eb591a);
}

.apihu-port-pricing-area .apihu-port-single-pricing.active h2 {
    color: #ffffff;
}

.apihu-port-pricing-area .apihu-port-single-pricing.active h3 {
    color: #ffffff;
}

.apihu-port-pricing-area .apihu-port-single-pricing.active ul li {
    color: #ffffff;
}

.apihu-port-pricing-area .apihu-port-single-pricing.active a {
    background: -webkit-gradient(linear, left top, right top, from(#eb591a), to(#f6b292));
    background: linear-gradient(to right, #eb591a, #f6b292);
    color: #ffffff;
    -webkit-box-shadow: -4px -3px 8px 0px rgba(255, 129, 201, 0.25), 5px 5px 15px 0px rgba(89, 15, 183, 0.42);
    box-shadow: -4px -3px 8px 0px rgba(255, 129, 201, 0.25), 5px 5px 15px 0px rgba(89, 15, 183, 0.42);
}

.apihu-port-clients-area {
    background: #e3edf7;
    padding: 0 0 80px;
}

.apihu-port-clients-area .apihu-port-single-client-box {
    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;
    border-radius: 5px;
    padding: 24px 16px 28px;
    height: 104px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
}

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

.apihu-port-clients-area .apihu-port-single-client-box .apihu-port-client-img-white {
    display: none;
}

.apihu-port-clients-area .apihu-port-single-client-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 150%;
    height: 300%;
    border-radius: 50%;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    background: linear-gradient(-141deg, #eb591a, #f6b292);
    -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);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.apihu-port-clients-area .apihu-port-single-client-box:hover:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.apihu-port-clients-area .apihu-port-single-client-box:hover .apihu-port-client-img {
    display: none;
}

.apihu-port-clients-area .apihu-port-single-client-box:hover .apihu-port-client-img-white {
    display: block;
}

.apihu-port-clients-area .owl-carousel .owl-item img {
    max-width: 100%;
}

.apihu-port-clients-area .owl-nav {
    display: none !important;
}

.apihu-port-footer-area {
    padding: 110px 0 0;
}

.apihu-port-footer-area .apihu-port-footer-content {
    text-align: center;
    border-bottom: 1px solid #d1d6db;
    padding-bottom: 100px;
}

.apihu-port-footer-area .apihu-port-footer-content a {
    margin-bottom: 30px;
    display: inline-block;
}

.apihu-port-footer-area .apihu-port-footer-content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #08203a;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}

.apihu-port-footer-area .apihu-port-footer-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.apihu-port-footer-area .apihu-port-footer-content ul li:last-child {
    margin-right: 0;
}

.apihu-port-footer-area .apihu-port-footer-content ul li a {
    font-size: 22px;
    color: #08203a;
    display: block;
    width: 41px;
    line-height: 36px;
    height: 41px;
    border-radius: 50%;
    border: 1.5px solid #08203a;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-footer-area .apihu-port-footer-content ul li a:hover {
    background: linear-gradient(7deg, #eb591a, #f6b292);
    color: #ffffff;
    -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);
    border: 1.5px solid transparent;
}

.apihu-port-footer-area .apihu-port-copyright-content {
    text-align: center;
    padding: 20px 0;
}

.apihu-port-footer-area .apihu-port-copyright-content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #08203a;
    line-height: 1.5;
}

.apihu-port-footer-area .apihu-port-copyright-content p a {
    color: #08203a;
    font-weight: 700;
}


.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
    font-weight: 700;
    background-image: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dia-section-title span {
    font-size: 16px;
}

.dia-section-title h2 {
    color: #282350;
    font-size: 40px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 1.375;
}

.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4,
.dia-headline h5,
.dia-headline h6 {
    margin: 0;
    font-family: "Poppins";
}

/*---------------------------------------------------- */
/*小程序商城*/
/*----------------------------------------------------*/
.app-edu-category-section {
    padding: 110px 0px 90px;
}

.app-edu-category-section .app-edu-section-title h2, .app-edu-category-section .app-edu-section-title p, .app-edu-category-section .app-edu-section-title span {
    color: #fff;
}

.app-edu-category-innerbox {
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px;
    padding: 45px 20px 40px;
    background-color: #fff;
}

.app-edu-category-innerbox:before {
    top: 0;
    left: 0;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    transition: 500ms all ease;
    background: linear-gradient(-40deg, #aa00f1 0%, #6722d6 100%);
}

.app-edu-category-innerbox .app-edu-category-icon {
    line-height: 1;
    padding-bottom: 10px;
}

.app-edu-category-innerbox .app-edu-category-icon i {
    font-size: 50px;
    background: linear-gradient(-40deg, #aa00f1 0%, #6722d6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-innerbox .app-edu-category-text h3 {
    color: #111111;
    font-size: 21px;
    font-weight: 700;
    transition: 500ms all ease;
}

.app-edu-category-innerbox .app-edu-category-text span {
    color: #999999;
    font-size: 14px;
    transition: 500ms all ease;
}

.app-edu-category-innerbox:hover:before {
    width: 100%;
}

.app-edu-category-innerbox:hover .app-edu-category-icon i {
    background: linear-gradient(37deg, #fff 0%, #fff 100%) !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.app-edu-category-innerbox:hover .app-edu-category-text h3, .app-edu-category-innerbox:hover .app-edu-category-text span {
    color: #fff;
}

.app-edu-category-content {
    padding-top: 65px;
}

.app-edu-category-content .col-lg-3:nth-child(2) .app-edu-category-innerbox:before {
    background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
}

.app-edu-category-content .col-lg-3:nth-child(2) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(37deg, #f27109 0%, #ffd223 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(3) .app-edu-category-innerbox:before {
    background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
}

.app-edu-category-content .col-lg-3:nth-child(3) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(30deg, #a9bef5 0%, #6a94ed 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(4) .app-edu-category-innerbox:before {
    background: linear-gradient(37deg, #b871ff 0%, #e77fff 100%);
}

.app-edu-category-content .col-lg-3:nth-child(4) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(37deg, #b871ff 0%, #e77fff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(5) .app-edu-category-innerbox:before {
    background: linear-gradient(37deg, #8e61fd 0%, #33aeac 100%);
}

.app-edu-category-content .col-lg-3:nth-child(5) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(37deg, #8e61fd 0%, #33aeac 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(6) .app-edu-category-innerbox:before {
    background: linear-gradient(48deg, #5d1942 0%, #0997ac 100%);
}

.app-edu-category-content .col-lg-3:nth-child(6) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(48deg, #5d1942 0%, #0997ac 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(7) .app-edu-category-innerbox:before {
    background: linear-gradient(37deg, #5b1942 0%, #e52d5f 100%);
}

.app-edu-category-content .col-lg-3:nth-child(7) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(37deg, #5b1942 0%, #e52d5f 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-edu-category-content .col-lg-3:nth-child(8) .app-edu-category-innerbox:before {
    background: linear-gradient(37deg, #234377 0%, #0491c1 100%);
}

.app-edu-category-content .col-lg-3:nth-child(8) .app-edu-category-innerbox .app-edu-category-icon i {
    background: linear-gradient(37deg, #234377 0%, #0491c1 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}