/*-------------------------------------------------------------
Template Name: Appilo Digital Agency
Template URL: 
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
Tags: appilo
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variables
>> Mixin
>> Preloader
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&amp;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;
}

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

img {
    width: auto;
    height: auto;
}

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: #b956fe;
    -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(#590fb7), to(#ff0076));
    background-image: linear-gradient(to right, #590fb7 0%, #ff0076 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(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
    -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: #ff0076;
    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: #e50281;
}

.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: 165px;
    right: 720px;
    -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: 770px;
    -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: 112px;
    right: 72px;
    -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: #e70280;
    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, #590fb7, #ff0076);
    -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, #590fb7, #ff0076);
    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(#590fb7), to(#ff0076));
    background-image: linear-gradient(to right, #590fb7 0%, #ff0076 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: #e70280;
    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: #e30281;
}

.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-about-area {
    padding: 110px 0 0;
    background: #e3edf7;
    position: relative;
}

.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: #e70280;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin-bottom: 17px;
}

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

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-title {
    font-size: 48px;
    color: #08203a;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin-bottom: 24px;
}

@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-title span {
    color: #e70280;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
    font-size: 16px;
    color: #7888a2;
    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: 35px;
    text-align: center;
    font-size: 18px;
    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;
    }
}

.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(#590fb7), to(#ff0076));
    background-image: linear-gradient(to right, #590fb7 0%, #ff0076 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 #e70883;
    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;
}

.apihu-port-about-area .apihu-port-about-expertise .apihu-port-expertise-text {
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-weight: 400;
    display: block;
}

.apihu-port-about-area .apihu-port-about-btn {
    margin-top: 37px;
}

.apihu-port-about-area .apihu-port-about-btn a {
    font-size: 16px;
    color: #08203a;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    width: 170px;
    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;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #590fb7, #ff0076) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076)) 1;
    border-image: linear-gradient(to right, #590fb7, #ff0076) 1;
    position: relative;
    z-index: 0;
}

.apihu-port-about-area .apihu-port-about-btn a i {
    margin-left: 3px;
}

.apihu-port-about-area .apihu-port-about-btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    -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);
    -o-border-image: linear-gradient(to right, #590fb7, #ff0076) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076)) 1;
    border-image: linear-gradient(to right, #590fb7, #ff0076) 1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-about-area .apihu-port-about-btn a:hover:before {
    width: 100%;
}

.apihu-port-about-area .apihu-port-about-btn a:hover {
    color: #ffffff;
}

.apihu-port-service-area {
    background: #e3edf7;
    padding: 106px 0 25px;
    position: relative;
}

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

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

.apihu-port-service-area .apihu-port-service-shape-2 {
    position: absolute;
    bottom: 65px;
    left: 308px;
    -webkit-animation: apihuPortUpsDown 3s infinite linear alternate;
    animation: apihuPortUpsDown 3s infinite linear alternate;
}

.apihu-port-service-area .apihu-port-single-service {
    padding: 40px 20px;
    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;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

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

.apihu-port-service-area .apihu-port-single-service::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 200%;
    height: 150%;
    background: -webkit-gradient(linear, left bottom, right top, from(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 22px;
    -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
    box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-service-icon-box i {
    font-size: 36px;
    color: #7d8da6;
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-title {
    color: #08203a;
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    margin-bottom: 26px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-text {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #08203a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    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);
    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-service-area .apihu-port-single-service .apihu-port-single-service-btn i {
    margin-left: 7px;
}

.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    -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-service-area .apihu-port-single-service:hover:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-service-icon-box {
    -webkit-box-shadow: inset -3px -2px 9px 0px rgba(101, 0, 124, 0.8), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
    box-shadow: inset -3px -2px 9px 0px rgba(101, 0, 124, 0.8), inset 2px 2px 7px 0px rgba(46, 0, 0, 0.18);
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-service-icon-box i {
    color: #ffffff;
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-single-service-title {
    color: #ffffff;
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-single-service-text {
    color: #ffffff;
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-single-service-btn {
    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);
}

.apihu-port-service-area .apihu-port-single-service:hover .apihu-port-single-service-btn:before {
    width: 100%;
}

.apihu-port-service-area .apihu-port-service-load-more-btn {
    margin-top: 50px;
}

.apihu-port-service-area .apihu-port-service-load-more-btn a {
    font-size: 15px;
    line-height: 1.5;
    color: #08203a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    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);
    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-service-area .apihu-port-service-load-more-btn a i {
    margin-left: 7px;
}

.apihu-port-service-area .apihu-port-service-load-more-btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    -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-service-area .apihu-port-service-load-more-btn a:hover:before {
    width: 100%;
}

.apihu-port-service-area .apihu-port-service-load-more-btn a:hover {
    color: #ffffff;
}

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

.apihu-port-cta-area .apihu-port-cta-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.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, #590fb7, #ff0076);
    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 i {
    margin-left: 10px;
}

.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(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
    -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;
    }
}

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

.apihu-port-portfolio-area .apihu-port-portfolio-shape {
    position: absolute;
    left: 317px;
    top: 165px;
    -webkit-animation: apihuPortUpsDown 3s infinite linear alternate;
    animation: apihuPortUpsDown 3s infinite linear alternate;
}

.apihu-port-portfolio-area .apihu-port-portfolio-navigation {
    margin-bottom: 50px;
}

.apihu-port-portfolio-area .apihu-port-portfolio-navigation ul {
    background: #e3edf7;
    border-radius: 5px;
    display: inline-block;
    -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);
}

.apihu-port-portfolio-area .apihu-port-portfolio-navigation ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #08203a;
    line-height: 1;
    padding: 20px 20px;
    display: inline-block;
    cursor: pointer;
}

.apihu-port-portfolio-area .apihu-port-portfolio-navigation ul li: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);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    border-radius: 5px;
}

.apihu-port-portfolio-area .apihu-port-portfolio-navigation ul li.active {
    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);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    border-radius: 5px;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio {
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(119deg, #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);
    margin-bottom: 30px;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio span {
    -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
    box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #08203a;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 22px;
    display: inline-block;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio h3 {
    font-size: 22px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 700;
}

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

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

.apihu-port-portfolio-area .apihu-port-single-portfolio a i {
    margin-left: 6px;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    -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-portfolio-area .apihu-port-single-portfolio a:hover:before {
    width: 100%;
}

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

.apihu-port-portfolio-area .apihu-port-single-portfolio .apihu-port-portfolio-img {
    overflow: hidden;
    border-radius: 5px;
}

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

.apihu-port-portfolio-area .apihu-port-single-portfolio .apihu-port-portfolio-img img {
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio:hover .apihu-port-portfolio-img img {
    -webkit-transform: scale(1.5) rotate(15deg);
    transform: scale(1.5) rotate(15deg);
}

.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, #590fb7, #ff0076);
    -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(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
}

.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(#590fb7), to(#ff0076));
    background: linear-gradient(to right, #590fb7, #ff0076);
    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-testimonial-area {
    padding: 110px 0;
    background: #e3edf7;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial {
    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: 20px 25px 150px 25px;
    position: relative;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial:before {
    content: "\f11e";
    position: absolute;
    top: -2px;
    left: 20px;
    font-size: 50px;
    font-family: 'flaticon';
    color: #e3edf7;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px rgba(127, 163, 199, 0.3);
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-ratings {
    position: absolute;
    top: 20px;
    right: 20px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-ratings li {
    display: inline-block;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-ratings li i {
    font-size: 18px;
    color: #ffac0c;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-text {
    font-size: 18px;
    color: #08203a;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    text-indent: 60px;
    margin-top: 70px;
    padding: 0 12px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(107deg, #d3cbed, #ffffff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-text {
    padding: 20px 0 0 30px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-text h3 {
    font-size: 24px;
    line-height: 1.25;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #08203a;
    font-family: "Roboto", sans-serif;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-img {
    padding-right: 40px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-img img {
    border-radius: 5px;
    margin-top: -25px;
}

.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav {
    position: absolute;
    right: 16px;
    top: -80px;
}

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

.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav .owl-prev,
.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav .owl-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
    box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border-radius: 5px;
}

.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav .owl-prev:hover,
.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav .owl-next:hover {
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    color: #ffffff;
}

.apihu-port-testimonial-area .apihu-port-testimonial-slider .owl-nav .owl-prev {
    margin-right: 20px;
}

.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, #590fb7, #ff0076);
    -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-contact-area {
    padding: 0 0 110px;
    background: #e3edf7;
    position: relative;
}

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

.apihu-port-contact-area .apihu-port-section-heading .apihu-port-section-text {
    margin-top: 40px;
}

.apihu-port-contact-area .apihu-port-contact-left {
    padding: 40px 20px;
    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;
}

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

.apihu-port-contact-area .apihu-port-contact-left form input[type=text],
.apihu-port-contact-area .apihu-port-contact-left form input[type=email] {
    margin-bottom: 20px;
    background: #e9f1f9;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 13px 20px;
    border-radius: 3px;
}

.apihu-port-contact-area .apihu-port-contact-left form textarea {
    margin-bottom: 33px;
    background: #e9f1f9;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    height: 150px;
    resize: none;
}

.apihu-port-contact-area .apihu-port-contact-left form button[type=submit] {
    border: none;
    color: #ffffff;
    border: 5px;
    padding: 20px 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-contact-area .apihu-port-contact-left form button[type=submit] i {
    margin-left: 10px;
}

.apihu-port-contact-area .apihu-port-contact-left form button[type=submit]:before {
    background: -webkit-gradient(linear, left bottom, right top, from(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
    -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-contact-area .apihu-port-contact-left form button[type=submit]:hover:before {
    width: 0;
}

.apihu-port-contact-area .apihu-port-contact-left form button[type=submit]: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-contact-area .apihu-port-contact-right {
    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;
    padding: 30px 20px 145px 20px;
    border-radius: 5px;
    position: relative;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-img {
    overflow: hidden;
    border-radius: 5px;
}

.apihu-port-contact-area .apihu-port-contact-right img {
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.apihu-port-contact-area .apihu-port-contact-right:hover .apihu-port-contact-right-img img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content {
    background: linear-gradient(107deg, #d3cbed, #ffffff);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 35px 20px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content .apihu-port-contact-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right bottom, from(#e4eef7), to(#ffffff));
    background: linear-gradient(to bottom right, #e4eef7, #ffffff);
    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;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content .apihu-port-contact-icon-box i {
    font-size: 40px;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content .apihu-port-contact-text {
    display: inline-block;
    margin-left: 20px;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content .apihu-port-contact-text span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #08203a;
    display: block;
}

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

.apihu-port-blog-area .apihu-port-single-blog {
    padding: 20px;
    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;
    margin-bottom: 30px;
    border-radius: 5px;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-single-blog-img {
    overflow: hidden;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-single-blog-img img {
    width: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.apihu-port-blog-area .apihu-port-single-blog:hover .apihu-port-single-blog-img img {
    -webkit-transform: scale(1.5) rotate(15deg);
    transform: scale(1.5) rotate(15deg);
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-single-blog-meta-info {
    padding: 30px 0;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single {
    display: inline-block;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single .apihu-port-blog-meta-icon-box, .apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single a {
    display: inline-block;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single a {
    margin-left: 15px;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single:first-child {
    margin-right: 20px;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-icon-box {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
    box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18), inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-icon-box i {
    font-size: 14px;
    color: #888888;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single a {
    color: #888888;
    font-size: 15px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single a:hover {
    color: #590fb7;
}

.apihu-port-blog-area .apihu-port-single-blog a h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #08203a;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.apihu-port-blog-area .apihu-port-single-blog a:hover h3 {
    color: #590fb7;
}

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

.apihu-port-blog-area .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.apihu-port-blog-area .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #ffffff;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}

.apihu-port-blog-area .owl-dots .owl-dot.active {
    background: linear-gradient(-141deg, #590fb7, #ff0076);
}

.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, #590fb7, #ff0076);
    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: #d80385;
    font-weight: 700;
}

.apihu-port-hero-area .apihu-port-hero-left {
    padding-top: 81px;
}

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

.apihu-port-header-area {
    max-height: 87px;
}

.item-center {
    align-items: center;
}

.topbtn-style {
    width: 170px;
    height: 35px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076));
    background-image: linear-gradient(to right, #590fb7 0%, #ff0076 100%);
    -webkit-box-shadow: -4.096px -2.868px 8px 0px rgb(122 247 169 / 25%), 4.95px 4.95px 15px 0px rgb(100 14 179 / 30%);
    box-shadow: -4.096px -2.868px 8px 0px rgb(122 247 169 / 25%), 4.95px 4.95px 15px 0px rgb(100 14 179 / 30%);
    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: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -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;
    margin-right: 10px;
}

.topbtn-style: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;
}

.topbtn-style:before {
    background: -webkit-gradient(linear, left bottom, right top, from(#ff0076), to(#590fb7));
    background: linear-gradient(to top right, #ff0076, #590fb7);
    -webkit-box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
    box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
    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;
}

.topbtn-style:hover:before {
    width: 0;
}

.topbtn-style2 {
    border-radius: 16px;
    padding: 4px 20px;
    background: #e30281;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border: none;
    font-weight: 600;
    color: black;
    border-radius: 5px;
    background: linear-gradient(103deg, #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%);
}

.topbtn-style2:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#590fb7), to(#ff0076));
    background-image: linear-gradient(to right, #590fb7 0%, #ff0076 100%);
    color: white;

}


.topbtn-style:hover {
    color: #000;
}

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

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

.toplogo {
    height: 65px;
    top: -14px;
    position: absolute;
}

.top-subtitle-txt {
    margin-right: 66px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 8px;
}

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

.top-subtitle-txt {
    width: 66%;
    font-size: 14px;
    margin-right: 66px;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 8px;
}

.apihu-port-hero-area .apihu-port-hero-left {
    padding-bottom: 119px;
}

.src-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgb(255 175 131 / 15%);
    border-radius: 63px;
    padding: 47px 7px 28px 12px;
}

.src-input-div {
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 34px;
    padding: 10px;
    align-items: center;
}

.src-input-div {
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 34px;
    padding: 10px;
    align-items: center;
}

.src-input-style {
    border: none;
}

.tract-btn {
    border: none;
    margin-left: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    padding: 10px;
    border-radius: 16px;
    background: #48BCFC;
    color: white;
}

.card-top-btn-div {
    position: absolute;
    top: -37px;
    padding: 7px 31px;
    background: #FFFFFF;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 8%);
    border-radius: 23px;
}

.tract-btn {
    border: none;
    margin-left: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    padding: 10px;
    border-radius: 16px;
    background: #48BCFC;
    color: white;
}

.src-input-div {
    width: 75%;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 34px;
    padding: 10px;
    align-items: center;
}

.col-sm-6.btn-end-site {
    display: flex;
    justify-content: right;
}

.src-card {
    box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%);
    position: relative;
    background: #FFFFFF;
    /* box-shadow: 0px 10px 50px rgb(255 175 131 / 15%); */
    border-radius: 63px;
    padding: 47px 7px 28px 12px;
}

.apihu-port-cta-area .apihu-port-cta-content-wrap {
    overflow: hidden;
    background: linear-gradient(103deg, #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%);
    border-radius: 5px;
    padding: 0 40px;
    position: relative;
}

/*.owl-carousel .owl-item {*/
/*width: 344px !important;*/
/*position: relative;*/
/*min-height: 1px;*/
/*float: left;*/
/*-webkit-backface-visibility: hidden;*/
/*-webkit-tap-highlight-color: transparent;*/
/*-webkit-touch-callout: none;*/
/*-webkit-user-select: none;*/
/*-moz-user-select: none;*/
/*-ms-user-select: none;*/
/*user-select: none;*/
/*margin: 0px 32px;*/
/*}*/


.apihu-port-cta-area .apihu-port-cta-content-wrap {

    margin: 0 14%;
}

.apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text {
    padding: 14px 0;
    border-radius: 49px;
}

.src-card {
    /* box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%); */
    position: relative;
    background: transparent;
    /* box-shadow: 0px 10px 50px rgb(255 175 131 / 15%); */
    border-radius: 63px;
    padding: 47px 7px 28px 12px;
}


element.style {
}

.apihu-port-cta-area .apihu-port-cta-content-wrap {
    margin: 0 14%;
}

.apihu-port-cta-area .apihu-port-cta-content-wrap {
    overflow: hidden;
    background: linear-gradient(103deg, #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%);
    border-radius: 78px;
    padding: -1px 0px;
    position: relative;
}

.src-card {
    /* box-shadow: -6px -6px 10px 0px #f5f9fc, 4px 3px 15px 0px rgb(127 163 199 / 30%); */
    position: relative;
    background: transparent;
    /* box-shadow: 0px 10px 50px rgb(255 175 131 / 15%); */
    border-radius: 63px;
    padding: 47px 7px 28px 12px;
    box-shadow: none;
}

.apihu-port-cta-area {
    background-repeat: no-repeat;
    background-size: 300px 100px;
    background-size: contain;
    background-position: bottom;
}

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

.login_img {
    position: relative;
    border-radius: 50%;
    background: lightblue;
    padding: 50px;
    border: 1.5px solid black;
}

.logog2 {
    top: 19px;
    left: -13px;
    height: 78%;
}

.logog2 {
    top: 0px;
    left: 4px;
    position: absolute;
    height: 103%;
}

.login_img {
    position: relative;
    border-radius: 50%;
    background: #d2e3e9;
    padding: 45px;
    border: 3.5px solid #ced4da;
}

.form-style-set {
    margin-top: 1px;
    padding: 10px;

}

.loginmodalstyle {
    max-width: 352px;
    margin: auto;
    border-radius: 23px;
}

.logotx {
    font-weight: 700;
}

.passdiv {
    position: relative;
}

.eyei {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.eyei:hover {
    color: blue;
}

.eyei {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.pdr {
    margin-right: 0px;
    padding-right: 0px;
}

.deleteitem {
    border-radius: 5px;
    background: linear-gradient(103deg, #e3edf7, #fff8f8);
    -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: 4px 21px;
    color: red;
}

.point {
    cursor: pointer;
}

.port-tx {
    font-size: 38px !important;
}

.card-row-st {
    margin: -32px 40px 40px 40px;
    padding: 40px 20px;
    background: linear-gradient(103deg, #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%);
    border-radius: 5px;
}

.maincrd-st {
    padding: 27px !important;
}

.btn-marginn-top {
    margin-top: 21px;
}

.card-row-st input, placeholder {
    font-size: 13px;
}

.frtop {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
}


.parent-div {
    padding: 47px;
}

.card-number-st {
    width: 100%;
    border: none;
    background: none;
}

.apihu-port-footer-area {
    width: 100%;
}


.frtop {
    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;

}

.sing2 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #e30281;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}


.card-border-style {
    border: 2px solid #e9e9e9c9;
    border-radius: 15px;
    padding: 19px;
    background: #ffffff6b;
}


.topbtn-style2 {
    width: 170px;
    height: 35px;
    border-radius: 5px;
    background-image: linear-gradient(103deg, #e3edf7, #ffffff);
    /*background-image: linear-gradient(103deg, #e3edf7, #ffffff);*/
    -webkit-box-shadow: -4.096px -2.868px 8px 0px rgb(122 247 169 / 25%), 4.95px 4.95px 15px 0px rgb(100 14 179 / 30%);
    box-shadow: -4.096px -2.868px 8px 0px rgb(122 247 169 / 25%), 4.95px 4.95px 15px 0px rgb(100 14 179 / 30%);
    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: #000;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -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;
    margin-right: 10px;
}

.topbtn-style2: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: #fff;
}

.topbtn-style2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(-141deg, #590fb7, #ff0076);
    -webkit-box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
    box-shadow: -4px -3px 8px 0px rgb(122 247 169 / 25%), 5px 5px 15px 0px rgb(100 14 179 / 30%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.topbtn-style2:hover:before {
    width: 100%;
}

.item_name {
    font-size: 13px;
    font-weight: 500;
}

.frtop {
    font-family: 'Poppins', sans-serif;
}

.sing2 {
    font-family: 'Poppins', sans-serif;
}

.table-position {
    margin-left: 45px;
}

.custominput {
    width: 59px !important;
}

#shipmetCalculate .card-border-style {

    border: none;
}

.rate-calculation-modal {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    border-radius: 30px;
}

.login-register-form {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    border-radius: 30px;

}

.logosubtx {
    font-size: 13px;
}

.logosubtx2 {
    font-size: 12px;
}

.signuptx {
    color: blue;
    cursor: pointer;
}

.footerlogo2 {
    height: 65px;
}

.apihu-port-hero-area .apihu-port-hero-social {
    top: 2px;
    right: -70px;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    line-height: 2 !important;

}

.ssalert {
    position: absolute;
    right: 0%;
}

.top-subtitle-txt-wd {
    width: 66% !important;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-text {
    font-size: 13px;
    color: #08203a;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    text-indent: 60px;
    margin-top: 70px;
    padding: 0 12px;
}

.apihu-port-testimonial-area .apihu-port-single-testimonial .apihu-port-testimonial-meta .apihu-port-testimonial-meta-text h3 {
    font-size: 18px;
    line-height: 1.25;
    color: #08203a;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.owl-nav .owl-prev .flaticon-left-arrow {
    position: absolute;
    top: 12px;
    left: 12px;
}

.owl-nav .owl-next .flaticon-right-arrow {
    position: absolute;
    top: 12px;
    left: 73px;
}

#register .close {
    padding: 10px;
}

#login .close {
    padding: 10px;
}

.item_name {
    margin-top: 10px;
    padding-top: 16px !important;
    font-size: 13px;
    font-weight: 500;
}

.standeroption {
    width: 59px;
    text-align: center;
}

.custominput {
    text-align: center;
    width: 32px;
}

.qtymd {
    text-align: center;
}

.headqty {
    text-align: center !important;
}

.top-drop {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.customerimg {
    width: 50px;
    height: 88px;
    height: 43px;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 50%;

}

.usernamediv {
    font-size: 12px;
    text-align: left;
    margin-left: 11px;
}


.user-setting {
    position: absolute;
    font-weight: 500;
    color: #222;
    float: right;
    padding: 5px 5px 5px 10px;
    background: #f1f1f1;
    border-radius: 10px;
    margin-right: 0px;
    left: 81px;
    margin-top: -19px;
    text-align: left;
    cursor: pointer;
}


.user-img {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
/ margin-right: 10 px;
/
}

span.user__name {
    margin-left: 10px;
    font-size: 13px;
}

.user-icon {
    font-size: 9px;
    margin-left: 5px;
    margin-right: 5px;
}

.ddbb.dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ddbb.dropdown-menu {
    top: 1px;
    left: -18px !important;
}

.datatablediv .dataTables_wrapper {
    padding: 37px 12px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(229 238 247);
}

.from-to {
    max-width: 179px;;
}

.card-row-st.usercardstyle {
    padding: 40px 20px;
    background: linear-gradient(103deg, #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%);
    border-radius: 30px;
}

.user-sitebar-head {
    background: #dee7e9;
    text-align: center;
    padding: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.user-item-list {
    font-family: "Roboto", sans-serif;
    text-align: left;
}

.navigation .menu {
    margin-left: 13px !important;
    list-style: none !important;
    padding: 3px !important;
    margin-right: 2px !important;
    margin: none !important;
}

.user-icon {
    font-size: 16px;
    margin-right: 12px;
}

.usernav .nav-item {
    padding-left: 16px;
}

.usernav .nav-item:hover {
    background: lightblue;
}

.headcontentstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img.user-img.two {
    flex-basis: 100%;
}

.user-name-2 {
    flex-basis: 100%;
}

img.user-img.two {
    flex-basis: 30%;
    height: 50px;
    margin-bottom: 5px;
}

.usercardstyle thead, tbody {
    font-size: 14px;
}


.card-row-st.set-two {
    margin: -28px -25px 7px -32px;
    padding: 40px 20px;
    background: linear-gradient(103deg, #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%);
    border-radius: 5px;
}

.ship-status .badge {
    padding: 10px;
    border-radius: 14px;
    font-family: "Roboto", sans-serif;
}

.user-active {
    background: #e5eef7;
}

.usernav .nav-item {
    padding-left: 7px;
}

.user-name-2 {
    flex-basis: 100%;
    font-size: 16px;
}

.usersite-nav {
    background: #eeeef4;
    border-right: 2px solid #cccccc33;
}

.user-active {
    background: #87bcb7c9;
    color: white;
}

.updatew.loginmodalstyle {
    max-width: 401px;
    margin: auto;
    border-radius: 23px;
}

.paysuccess h5 {
    margin-top: 20px;
    color: green !important;
}

.paysuccess .subt {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.62);
}

.paysuccess .total {
    font-size: 40px;
}

.paysuccess .subt2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
}

.total.payment {
    font-size: 10px;
    margin-bottom: 20px;
}

.item_name {
    margin-top: -3px;
}

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

.picktype-item {
    flex-basis: 45%;
}

.picktype-item {
    border: 2px solid #a29393;
    flex-basis: 45%;
    border-radius: 10px;
}

.picktype-item input {
    flex-basis: 10%;
    position: absolute;
    right: 4px;
    bottom: 6px;
}

.picktype-item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.picktype-item {
    border: 2px solid #a29393;
    flex-basis: 45%;
    border-radius: 10px;
}

.itemp {
    font-size: 12px;
    font-weight: 600;
    padding-left: 14px;
}

.picktype-item {
    border: 2px solid #a29393;
    flex-basis: 45%;
    padding: 8px;
    border-radius: 10px;
}

.picktype-item input {
    flex-basis: 10%;
    position: absolute;
    right: 15px;
    bottom: 6px;
    top: 3px;
}

.precard {
    padding: 12px 14px;
    background: #d9d1d157;
    text-align: left;
    margin: 12px;
}


.precard {
    background: linear-gradient(103deg, #e6eff8, #ffffff);
    padding: 34px 14px;
    /* background: #d9d1d157; */
    text-align: left;
    margin: 8px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    border-radius: 20px;
}

.totalhide {
    display: none;
}

.modal-lg.customise {
    max-width: 855px !important;
}

/*#id2 input.datepicker {*/
/*!* background: red; *!*/
/*border: 1px solid #a29393;*/
/*height: 23px;*/
/*}*/


.itemp {
    font-size: 12px;
    font-weight: 600;
    padding-left: 14px;
    /* top: 22px; */
    padding-bottom: -6px;
    margin-bottom: 0px;
}

.picktype-item {
    border: 2px solid #a29393;
    flex-basis: 45%;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.itemls {
    cursor: pointer;
}

.itemls:hover {
    color: rgb(60, 141, 242);
}

calender css
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    padding: 10px;
    background: rgba(255, 255, 255, 0.57);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 33px !important;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker-days {
    padding: 10px;
}

.datepicker table tr td.highlighted {
    background: #363636 !important;
    color: white !important;
    border-radius: 0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #0e0e0e !important;
    font-weight: 600;
}

.datepicker table tr td.highlighted:hover {
    background: #ff0076 !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #ff0076 !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    top: 235.5px;
    left: 792.859px;
    z-index: 10;
    display: block;
    min-width: 300px;
}

.datepicker table tr td.highlighted.disabled {
    background: #fff !important;
    color: #000 !important;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.datepicker table tr td.highlighted.disabled {
    background: #e9e9e9 !important;
    color: #000 !important;
}

.picktype-item:hover {
    color: rgb(60, 141, 242);
}


.dataestyle {
    /* background: red; */
    border: 1.9px solid #c3adad !important;
    height: 26px;
    border-radius: 7px;
    /* width: 101%; */
    width: 100%;
    padding-left: 10px;
    cursor: pointer;
    text: bold;
    font-weight: 600;
    border-radius: 7px !important;
}

.dataestyle:hover {
    border-color: #00b7e4 !important;
    color: blue !important;
}

.itemls {
    display: flex;
}

.part1-bs {
    flex-basis: 30%;
}

.part2-bs {
    flex-basis: 70%;
}

input.form-control.tvsizinput {
    border-color: #767676;
    height: 25px;
}

.tvinput span.input-group-text.basic-addon2.p-2 {
    height: 25px;
    border-radius: 0px;
}

.other-style {
    padding-left: 6px;
    height: 25px;
    margin-top: 0px;
    align-items: center;
    line-height: 7px;
    padding-top: 0px !important;
}

.total.ds {
    display: none;
}

.list_a {
    width: 25%;
}

.list_b {
    width: 35%;
}

.list_c {
    width: 15%;
}

.list_d {
    width: 10%;
}

.list_e {
    width: 15%;
}

.inv {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.invoice {
    border-bottom: 1px solid #dedede;
}

.footerconfirmtx {
    font-size: 11px;
}


/*traking modal css*/

#ordertTraking .modal-content {
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    border-radius: 30px;
}

@media (min-width: 576px) {
    #ordertTraking .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}

#ordertTraking .show {
    padding: 0;
}

#ordertTraking .modal-header {
    border-bottom: none;
    text-align: center;
}

#ordertTraking .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 0;
    color: #fff;
}

:-moz-any-link:focus {
    outline: none;
}

#ordertTraking .modal-title {
    line-height: 3rem;
}

.modal-body {
    padding: 1rem;
}

#ordertTraking #progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: white;
    padding-left: 0px;
    margin-top: 3vh;
    flex-basis: 90%;
    /* margin: 0 auto; */
    margin-left: 14%;
}

#ordertTraking #progressbar li {
    list-style-type: none;
    font-size: 0.8rem;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: white;
}

#ordertTraking #progressbar #step1:before {
    content: "";
    color: white;
    width: 20px;
    height: 20px;
    margin-left: 0px !important;
}

#ordertTraking #progressbar #step2:before {
    content: "";
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: 0;
}

#ordertTraking #progressbar #step3:before {
    content: "";
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: 0px;
}

#ordertTraking #progressbar #step4:before {
    content: "";
    color: rgb(151, 149, 149, 0.651);
    width: 20px;
    height: 20px;
    margin-left: 0px !important;
}

#ordertTraking #progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: rgb(151, 149, 149);
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh;
}

#ordertTraking #progressbar li:after {
    content: '';
    height: 3px;
    background: rgb(151, 149, 149, 0.651);
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

#ordertTraking .progress-track {
    padding: 0 8%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

#ordertTraking #progressbar li:nth-child(2):after {
    margin-right: auto;
}

#ordertTraking #progressbar li:nth-child(1):after {
    margin: auto;
}

#ordertTraking #progressbar li:nth-child(3):after {
    float: left;
    width: 100%;
}

#ordertTraking #progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 0;
}


#ordertTraking #progressbar li.active:before,
#ordertTraking #progressbar li.active:after {
    background: white;
}

#ordertTraking #three {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    #ordertTraking #three {
        font-size: 1rem;
    }
}

#ordertTraking .details {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 3.5rem;
}

@media (max-width: 767px) {
    #ordertTraking .details {
        padding: 2rem 0;
        font-size: 1rem;
        line-height: 2.5rem;
    }
}

#ordertTraking .d-table {
    width: 100%;
}

#ordertTraking .d-table-row {
    width: 100%;
}

#ordertTraking .d-table-cell {
    padding-left: 3rem;
}

@media (max-width: 767px) {
    #ordertTraking .d-table-cell {
        padding-left: 1rem;
    }
}

#ordertTraking .col-3 {
    display: grid;
    text-align: end;
}

#ordertTraking .col-3 .d-table-row {
    align-self: flex-end;
}

#ordertTraking .fa {
    font-size: xx-large;
    text-align: center;
    width: 3rem;
    padding: 0.5rem;
    color: #42469d;
    background-color: #fff;
    border-radius: 2rem;
    bottom: 0;
    right: 0;
}

#ordertTraking button:active {
    outline: none;
}

#ordertTraking button:focus {
    outline: none;
}

#ordertTraking button {
    margin-top: 50vh
}

#ordertTraking #progressbar li.active:before, #ordertTraking #progressbar li.active:after {
    background: #e70280;
}

#ordertTraking #progressbar li {
    list-style-type: none;
    font-size: 0.8rem;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 600;
    color: #181515;
    font-family: "Poppins", sans-serif;
}

#ordertTraking .modal-content {
    font-family: "Poppins", sans-serif;
}

#ordertTraking .modal-dialog {
    max-width: 656px;
    margin: 1.75rem auto;
}

.ordercomment {
    padding: 25px 41px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#ordertTraking .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 0;
    color: #2a1515;
}

.order-subtitle {
    font-size: 20px;
    font-weight: 600;
}

.subtextcolor {
    color: #0e9e9a;
}

#ordertTraking #progressbar li span {
    font-size: 10px;
}

#ordertTraking #progressbar li:nth-child(2) span {
    margin-left: -52px !important;
}

#ordertTraking #progressbar li:nth-child(3) span {
    margin-right: 65px !important;
}

#ordertTraking #progressbar li:nth-child(4) span {
    margin-right: 80px;
}

.action-btn-style {
    padding: 6px 12px;
    background: #e30281;
    color: white;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.action-btn-style:hover {
    color: white;
}

.alertshipment-error {
    top: 14%;
    position: absolute;
    z-index: 100;
}

.datebrderset {
    background: #e7ffff;
    border: 1.9px solid #0075ff !important;
    color: blue !important;
}

.forgotpass {
    color: blue;
    font-size: 11px;
    float: right;
    margin-bottom: 5px;

}

.forgotpass:hover {
    color: blue;

}


#togglesm {
    width: 28px;
    position: absolute;
    right: 12px;
    top: -21px;
    height: 30px;

}

#togglesm div {
    width: 100%;
    height: 5px;
    background: red;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    /*display: none;*/
}

#togglesm.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#togglesm.on .two {
    opacity: 0;
}

#togglesm.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}


#menusm {
    position: fixed;
    top: 69px;
    left: 0px;
    z-index: 100;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    line-height: 100px;
    text-align: center;
    margin: auto;
    display: none;
    width: 100%;
    padding: 20px;
    background: linear-gradient(103deg, #e3edf7, #ffffff);
    height: 100%;

}

/*.btnst-w{*/
/*width: 76%;*/
/*margin-top: 10px;*/
/*}*/

#menusm ul li {
    background: rebeccapurple;
    margin: 3px;
    height: 44px;
    line-height: 43px;
    list-style: none;
}

.left_input {
    flex-basis: 22%;
}

.right_input {
    flex-basis: 22%;
}

.label_location {
    flex-basis: 76%;
}


.head-cr {
    font-weight: bold;
    /*padding: 10px 20px;*/
}

.tpl {
    margin-left: 0px !important;
}

.itemlist {
    font-size: 13px;
    /*width: 100% !important;*/
}


.col-cr-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    padding: 11px 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}

.col-cr-1 {
    flex-basis: 25%;
}

.col-cr-2 {
    flex-basis: 40%;
}

.col-cr-2 select {
    width: 100%;
}

.col-cr-3 {
    flex-basis: 10%;
}

.col-cr-4 {
    flex-basis: 10%;
}

.col-cr-5 {
    flex-basis: 10%;
}

.mobile-text {
    display: none;
}

.incstyle{
    height: 26px;
}
.cr-sutom-bx{
    display: flex;
    gap: 18px;
}


.deleteitem {
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
    padding: 2px 22px;
    font-size: 13px;
    border-radius: 2px;
}
.sm-mls{
    margin-left: 18px;
}
tbody#invoice tr td {
    padding: 3px;
}
tfoot.footerborder.footer tr td {
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}
.step {
     margin-right: 0px !important;
}
.cal-input-st{
    height: 29px;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
    text-align: justify;
}

.apihu-port-contact-area .apihu-port-contact-right .apihu-port-contact-right-content {
    display: flex;
}

.apihu-port-footer-area .apihu-port-footer-content ul li a {
    height: 44px;
}
#more {display: none ;}
.readmrbtn{
    padding: 1px 10px;
    font-size: 10px;
    border-radius: 13px;
    font-weight: 600;
    background: #dcd7e1;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }

    .mobile-text {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }

    .col-cr-item.head-item {
        display: none;
    }

    /*.col-cr-1 {*/
        /*flex-basis: 100%;*/
        /*margin-bottom: 7px;*/
    /*}*/

    .col-cr-2 {
        flex-basis: 100%;
        margin-bottom: 7px;
    }
    .col-cr-2.stander{
        margin-left: 7px;
        width: 95%;
    }
    .col-cr-2.tvst{
              flex-basis: 95%;
              margin-bottom: 7px;
              margin-left: 7px;
    }
    .col-cr-2.matt{
              flex-basis: 95%;
              margin-bottom: 7px;
              margin-left: 7px;
    }

    .col-cr-3 {
        flex-basis: 33%;
        text-align: center;
    }

    .col-cr-4 {
        flex-basis: 34%;
        text-align: center;
    }

    .col-cr-5 {
        flex-basis: 33%;
        text-align: center;
    }

    .top-subtitle-txt {
        width: 100%;
    }

    .top-subtitle-txt-wd {
        width: 100%;
    }


    .top-subtitle-txt-wd {
        width: 100% !important;
    }

    .apihu-port-hero-area .apihu-port-hero-left {
        padding-top: 18px;
    }


    .item-center {
        align-items: center;
        height: 70px;
    }

    .toplogo {
        height: 49px;
        top: 1px;
        position: absolute;
    }

    .apihu-port-hero-area .apihu-port-hero-btn-wrap {
        margin-top: 36px;
        display: flex;
        justify-content: center;
    }

    .apihu-port-cta-area .apihu-port-cta-content-wrap {
        margin: -29px 1%;
        height: 103px;
        border-radius: 20px !important;
    }


    .tract-btn {
        border: none;
        margin-left: 7px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 8px;
        padding: 13px 8px;
        border-radius: 9px;
        background: #48BCFC;
        color: white;
        position: absolute;
        right: -2px;
        top: -32px;
    }

    .src-input-div {
        margin-top: -37px;
        width: 100%;
        background: #FFFFFF;
        border: 2px solid #EBEBEB;
        border-radius: 13px;
        padding: 11px 6px;
        align-items: center;
    }

    #track_id {
        width: 66%;
    }

    .card-row-st {
        margin: 0px;
    }

    .card-border-style {
        border: 0px !important;
        width: 100% !important;
        padding: 0px !important;
        background: none;
    }

    .mlsender {
        margin-left: 12px;
    }

    .maincrd-st {
        padding: 5px !important;
    }

    .parent-div {
        padding: 19px;
    }

    .pdr.top {
        margin-top: 29px !important;
    }

    .port-tx {
        font-size: 28px !important;
    }

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

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

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

    .locationitem {
        padding-left: 23px;
    }

    .left_input {
        flex-basis: 35%;
    }

    .right_input {
        flex-basis: 35%;
    }

    .picktype-item {
        flex-basis: 48%;

    }

    .itemp {
        font-size: 11px;
        font-weight: 600;
        padding-left: 4px;
    }

    .sing2 {
        font-size: 14px;
    }

    .submitbtn.mt-5 {
        display: flex;
        margin-bottom: 23px;
        justify-content: center;
    }

    .col-sm-9.apihu-port-single-service {
        margin-left: 21px;
    }

    .step {
        margin-right: 0px;
    }

    .col-sm-9.apihu-port-single-service {
        margin-left: 0px;
    }

    .stp3padding {
        padding: 13px 29px;
    }

    .img-wdd {
        margin-top: 10px;
        width: 100%;
    }

    .padding-ss {
        padding: 18px !important;
    }

    .part1-bs {
        flex-basis: 44%;
    }

    .step3pp {
        padding-right: 0px;
        padding: 0px 0px !important;
    }

    .ss-ml {
        padding-left: 0px;
        margin-top: 20px !important;
    }

    .cr_pd {
        margin-right: 0px !important;
        padding: 10px 19px !important;
    }

    .cr-st5pd {
        margin: 12px;
        padding: 0px 35px !important;
    }

    .cr-divposi {

    }

    .dnbr3 {
        margin-right: 0px !important;
    }

    .padding-ss.nw {

    }

    .satep4 {
        padding: 17px !important;
        margin-right: 0px !important;
        margin: 2px 3px !important;
    }

    .step.step4 {
        margin-right: 0px !important;
    }


    .step {
        font-size: 14px;
    }

    .itemp {
        padding-left: 0px !important;
        font-size: 10px;
    }

    .calw-set {
        padding-right: 7px;
    }

    .picAdd {
        width: 104%;
    }

    .calmr {
        margin-left: 16px;
    }

    .col-cr-5 {
        position: relative;
        top: 8px;
    }
    .cr-sutom-bx{
        display: flex;
    }

    .cr-sutom-bx-w{flex-basis: 30%;text-align: center;  padding: 1px;  padding-left: 5px;}
    .cr-sutom-bx-h{flex-basis: 30%;text-align: center;  padding: 1px;}
    .cr-sutom-bx-l{flex-basis: 30%;text-align: center;  padding: 1px;}
    .custominput {
        width: 87% !important;
    }

    .other-style{
        width: 100% !important;
    }
    .logintopicon{
        justify-content: right;
        margin-top: 18px;
    }

    .updatew.loginmodalstyle {
        max-width: 379px;
        margin-left: 8px !important;
    }


    .apihu-port-about-area .apihu-port-about-right .apihu-port-about-title {
        font-size: 22px;
    }
    .smstlog{
        margin-right: 23px;
    }

    .step2{
        margin-right: 0px;
    }


    .col-cr-1 {
        flex-basis: 100%;
        margin-bottom: 7px;
        margin-left: 9px;
    }
    tbody#invoice {
        font-size: 11px;
        font-weight: 500;
    }

    .footerborder {
        font-size: 10px;
        font-weight: 700;
    }

    tfoot.footerborder.footer tr td {
        padding: 5px;
        font-weight: 700;
        font-size: 11px;
    }
    .smpdr{
        /*margin-left: 14px;*/
    }

    div#example_wrapper {
        overflow: scroll;
    }

    .action-btn-style {
        padding: 8px 5px;
        background: #e30281;
        color: white;
        border-radius: 4px;
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        font-weight: bold;
    }
    #togglesm div {
        /*background: #2c3892;*/
        background: #ff0076;
    }

    #menusm ul li {
        background: rebeccapurple;
        margin: 3px;
        height: 52px;
        line-height: 49px;
        list-style: none;
        width: 75%;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 14px;
        font-size: 20px;
        font-weight: 600;
    }

    #menusm ul li:hover {
        background: #f25298 !important;
    }


    .user-setting {
        position: absolute;
        font-weight: 500;
        color: #222;
        padding: 5px 5px 5px 5px;
        background: #e5e5e5e3;
        border-radius: 10px;
        height: 34px;
        margin-top: -23px;
        text-align: left;
        cursor: pointer;
        /*margin-left: -243px;*/
        margin-left: -252px;
    }

    .log-bt{display: none}
    .reg-bt{display: none}


    .loader-text {
        left: 41% !important;
    }


    #track_id {
        font-size: 12px;
        font-weight: 700;
        width: 81%;
    }


    .tract-btn {
        top: -29px;
    }

    .apihu-port-hero-area .apihu-port-hero-left {
        padding-top: 52px;
    }

    .apihu-port-hero-area .apihu-port-hero-title .apihu-port-hero-title-small-text {
        font-size: 32px;
        text-align: justify;
    }

    .cr_pd {
        margin-right: 0px !important;
        padding: 11px 6px !important;
    }

    .step {
        margin-right: 24px !important;
    }

    .step-sl-2 {
        margin-right: 15px !important;
    }

    /*.maincrd-st.cr {*/
        /*padding-left: 23px !important;*/
    /*}*/

    .label_location {
        flex-basis: 65%;
    }
    .st3pdst{
        padding-left: 29px !important;
        padding-right: 3px !important;
    }

    .locationitem {
        padding-left: 20px;
    }


    #more {display: none}
    .readmrbtn{
        padding: 1px 10px;
        font-size: 10px;
        border-radius: 13px;
        font-weight: 600;
        background: #dcd7e1;
        cursor: pointer;
    }

    #togglesm {
        right: 36px;
    }

    .step.step3pp.step1{
        margin-right: 11px !important;
    }
    .topbtn-style {
        margin-right: 0px;
    }

    /*.step.step2{*/
    /*margin-right: 0px !important;*/
    /*}*/


}


