@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: #16344e;
  -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(#16344e), to(#b1912c));
  background-image: linear-gradient(to right, #16344e 0%, #b1912c 100%);
  -webkit-box-shadow: -4.096px -2.868px 8px 0px rgba(122, 247, 169, 0.25), 4.95px 4.95px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4.096px -2.868px 8px 0px rgba(122, 247, 169, 0.25), 4.95px 4.95px 15px 0px rgba(22, 52, 78, 255);
  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(#b1912c), to(#16344e));
  background: linear-gradient(to top right, #b1912c, #16344e);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #17344b;
}

.apihu-port-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background-color: #17344b;
  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: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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: #17344b;
  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: #b68d33;
}

.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;
  display: ruby-text;
  margin-top: 10%;
}

.apihu-port-header-area .apihu-port-header-cta a {
  background: #17344b;
  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: #17344b;
}

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

.con-1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.apihu-port-hero-area {
  background-image: linear-gradient(to bottom, #d5eaeb, #d5ebe8, #d7ece4, #daede0, #e0eddb, #e3edd9, #e7edd6, #ebedd4, #ecedd3, #eeeed2, #efeed0, #f1eecf);
  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: #17344b;
  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: #17344b;
  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: #b1912c;
  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: #ffffff;
  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, #16344e, #16344e);
  -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, #ffffff, #ffffff);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #16344e;
}

.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: #17344b;
  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, #16344e, #b1912c);
  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(#16344e), to(#b1912c));
  background-image: linear-gradient(to right, #16344e 0%, #b1912c 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: #b1912c;
  margin-bottom: 13px;
}

.apihu-port-section-heading .apihu-port-section-title {
  font-size: 48px;
  font-weight: 700;
  color: #16344e;
  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: #05723e;
}

.apihu-port-section-heading .apihu-port-section-text {
  font-size: 16px;
  color: #17344b;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #181717 !important;
}

.apihu-port-about-area {
  padding: 160px 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: 53px;
  color: #05723e;
  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: #17344b;
  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: #17344b !important;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
  font-size: 21px;
  color: #2d2c2c;
  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: #17344b;
  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(#16344e), to(#16344e));
  background-image: linear-gradient(to right, #16344e 0%, #16344e 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: #17344b;
  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: #17344b;
  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, #16344e, #b1912c) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#16344e), to(#b1912c)) 1;
  border-image: linear-gradient(to right, #16344e, #b1912c) 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, #16344e, #b1912c);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  -o-border-image: linear-gradient(to right, #16344e, #b1912c) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#16344e), to(#b1912c)) 1;
  border-image: linear-gradient(to right, #16344e, #b1912c) 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: transparent !important;
  -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;
  border: 2px solid #17344b;
}

@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: #17344b !important;

  -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 {
  font-family: Arial, sans-serif; 
    font-size: 24px;
    font-weight: bold;
    color: #333; 
    text-align: center;
    margin-bottom: 5px;
  text-align: center;
  color: #17344b;
  font-weight: 800;
  line-height: 1;
  -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;

  font-family: "Roboto", sans-serif;

  /* 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: #17344b;
  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, #16344e, #b1912c);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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 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-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(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
}

.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: #17344b;
  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, #16344e, #b1912c);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: transparent !important;
  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: transparent;
  -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: #05723e;
  font-family: "Roboto", sans-serif;

}

.apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
  font-size: 35px;
  color: #17344b;
  font-family: "Poppins", sans-serif;

  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, #16344e, #b1912c);
  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(#16344e), to(#16344e));
  background: linear-gradient(to top right, #16344e, #16344e);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #17344b;
}

.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: #17344b;
  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: 33px;
  border-radius: 40px;
  background: transparent !important;
  -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: #17344b;
  padding: 10px 20px;
  border-radius: 40px;
  margin-bottom: 22px;
  display: inline-block;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio h3 {
  font-size: 22px;
  color: #17344b;
  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: #17344b;
  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: #17344b;
  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, #16344e, #b1912c);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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 {
    width: 150px;
  }

  .apihu-port-portfolio-area .apihu-port-single-portfolio .mentor-award {
    width: 49%;
    margin-right: 0px;
    margin-top: 50px;
  }

  .apihu-port-portfolio-area .apihu-port-single-portfolio .mentor-award-img {
    width: 49%;
    margin-left: 0px;
  }

}

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

.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: transparent;
  margin: auto;
  right: 0;
}

.apihu-port-pricing-area:after {
  position: absolute;
  width: 63%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: transparent;
  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: transparent !important;
  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: #17344b;
  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: #17344b;
  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: #181717;
  font-weight: 700;
  margin-bottom: 20px;
}

.apihu-port-pricing-area .apihu-port-single-pricing a {
  font-size: 15px;
  line-height: 1.5;
  color: #17344b;
  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, #16344e, #b1912c);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #17344b !important;
  background: linear-gradient(to top right, #b1912c, #16344e);
}

.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(#16344e), to(#b1912c));
  background: linear-gradient(to right, #16344e, #b1912c);
  color: #ffffff;
  -webkit-box-shadow: -4px -3px 8px 0px rgba(255, 129, 201, 0.25), 5px 5px 15px 0px rgba(24, 52, 73, 255);
  box-shadow: -4px -3px 8px 0px rgba(255, 129, 201, 0.25), 5px 5px 15px 0px rgba(24, 52, 73, 255);
}

.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: #17344b;
  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, #163450, #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: #17344b;
  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: #17344b;
  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, #16344e, #b1912c);
  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: transparent !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  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, #16344e, #b1912c); */
  /* -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255); */
  /* box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255); */
  -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: transparent;
  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: transparent !important;
  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(#16344e), to(#16344e));
  background: linear-gradient(to top right, #16344e, #16344e);
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #17344b;
}

.apihu-port-contact-area .apihu-port-contact-right {
  background: transparent !important;
  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: transparent !important;
  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: #17344b;
  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: #16344e;
}

.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: #17344b;
  -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: #16344e;
}

.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, #16344e, #b1912c);
}

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

.apihu-port-footer-area .apihu-port-footer-content {
  text-align: center;
  border-bottom: 1px solid transparent;
  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: #17344b;
  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: #17344b;
  display: block;
  width: 41px;
  line-height: 36px;
  height: 41px;
  border-radius: 50%;
  border: 1.5px solid #17344b;
  -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, #16344e, #b1912c);
  color: #ffffff;
  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25), 5px 5px 15px 0px rgba(22, 52, 78, 255);
  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: #17344b;
  line-height: 1.5;
}

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

.apihu-port-logo img {
  width: 111px;
  padding: 0;
}

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

.apihu-port-header-area .apihu-port-main-navigation ul li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #17344b;
  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 {
  padding: 47px 0;
}

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

.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: #fff !important;
  font-family: Roboto, sans-serif;
}

.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: #b58e2f;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.apihu-port-contact-email {
  color: #fff !important;
  font-weight: 700 !important;
}

.apihu-port-contact-number {
  color: #b58e2f !important;
  font-weight: 700 !important;
}

.apihu-port-foooter-logo img {
  width: 150px;
}

/* .apihu-port-hero-left {
  text-align: center;
} */
.apihu-port-hero-area .apihu-port-hero-left {
  padding-top: 100px;
  padding-bottom: 106px;
}

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

.apihu-port-main-navigation ul {
  margin-left: -6% !important;
}

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

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
  font-size: 21px;
  color: #7888a2;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
}

#pills-tab {
  margin-top: 6% !important;
  margin-left: 35%;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-link {
  width: 210px;
  height: 60px;
  line-height: 43px;
  text-align: center;
  font-size: 25px;
  color: #17344b;
  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);
}

.apihu-port-cta-area2 {
  background: #e3edf7;
  padding: 37px 0 0;
  position: relative;
}

.apihu-port-cta-area2 .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
  font-size: 28px !important;
  color: #17344b;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
}

.apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text p {
  font-size: 45px;
  font-weight: 700;
  color: #05723e;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.wa {
  padding-bottom: 0 !important;
}

.ou {
  margin-bottom: 20px;
}

.apihu-port-clients-area .apihu-port-single-client-box {

  padding: 16px 16px 9px;
  height: 212px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
}

.apihu-port-cta-area2 .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
  font-size: 31px;
  color: #17344b;
  font-family: "Poppins", sans-serif;

  font-weight: 600;
  margin-bottom: 25px;
}

.apihu-port-header-sticky .apihu-port-logo img {
  width: 111px;
  padding: 0;
}

.apihu-port-header-sticky .apihu-port-main-navigation {
  padding: 47px 0;
}

.apihu-port-header-sticky .apihu-port-header-cta {
  padding: 32px 0;
}

#con {
  padding-top: 8%;
}

.apihu-port-service-area:before {
  position: absolute;
  width: 63%;

  height: 1px;
  top: 0;
  left: 0;
  content: "";
  background: transparent;
  margin: auto;
  right: 0;
}

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

.apihu-port-pricing-area .apihu-port-single-pricing h2 {
  font-size: 36px;
  color: #17344b;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}

.mobile {
  display: none;
}

.xp {
  margin-top: 15%;
  padding: 5%;
}

.xp h1 {
  font-size: 78px;
  color: #05723e;
  font-weight: 700;
}

.con-1 {
  max-width: 1370px !important;
}

.xp h3 {
  color: #17344b;
  font-weight: 700;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.xp h5 {
  color: #b89941;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.xp p {
  font-size: 20px;
  color: #2d2c2c;
  font-weight: 700;
}

.xp button {
  border: none;
  background: #17344b;
  color: #fff;
  font-size: 30px;
  padding: 3px 32px 9px;
  font-weight: 700;
  float: right;
  margin-top: 7%;
}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-title {
  font-size: 28px !important;
  color: #17344b;

}

.apihu-port-about-area .apihu-port-about-right .apihu-port-about-subtitle {
  margin-bottom: 35px !important;
}


.apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
  font-size: 21px;
  color: #181717 !important;
}

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

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

.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-text {
  font-size: 18px !important;
  line-height: 1.5;
  color: #181717;
  font-family: "Roboto", sans-serif;
text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apihu-port-portfolio-area .apihu-port-single-portfolio p {
  color: #181717;
  font-weight: 600;
}

.apihu-port-contact-email {
  color: #17344b !important;
  font-weight: 700 !important;
}

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

.apihu-port-header-area {
  /* background: transparent; */
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: linear-gradient(to bottom, #f1eecf, #efeed1, #edeed2, #ecedd4, #eaedd5, #e6edd7, #e2eed9, #dfeedc, #daeee1, #d6ede5, #d5ece8, #d5eaeb) !important;
}

.apihu-port-mobile-menu {
  background-image: linear-gradient(to bottom, #f1eecf, #efeed1, #edeed2, #ecedd4, #eaedd5, #e6edd7, #e2eed9, #dfeedc, #daeee1, #d6ede5, #d5ece8, #d5eaeb) !important;
 
}
.apihu-port-mobile-menu ul li a{
  color: #17344b !important;
  font-weight: 700;
}
.asa img{
  width:80%
}

.xp h1 span{
  font-size: 55px;
  color: #05723e;
  font-weight: 400 !important;
  padding: 0 !important;
  text-transform: uppercase;
}

.xp h1{
  font-size: 55px;
  
}

.apihu-port-service-area {
  background: #e3edf7;
  padding: 0px 0 25px;
  position: relative;
}
.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-title{
  text-align: center;
 

}
.quote-title{
  padding-left: 0;
  margin-left: 0 !important;
  font-size: 18px !important;
  position: relative;
  top: 8px;
}
.apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-text {
  font-size: 18px !important;
  line-height: 1.5;
  color: #181717;
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;

}
.chan{
  padding-top: 5%;
}
.wa {
  padding-bottom: 0 !important;
  padding-top: 0;
}

.ye{
  margin-top: 7%;
}
#con {
  padding-top: 0;
}
@media (max-width: 1540px) {
  .apihu-port-hero-area .apihu-port-hero-right .apihu-port-hero-right-img img {
    height: 418px;
    margin-top: 8%;
    margin-left: 8%;
  }
}

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

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

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

@media(max-width:786px) {


  .xp h1 {
    font-size: 30px;
    color: #05723e;
    font-weight: 800;
}
.xp h1 span{
  font-size: 30px;
  color: #05723e;
  font-weight: 800 !important;
}
.xp h3 {
  color: #17344b;
  font-weight: 700;
  font-size: 32px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.xp h5 {
  color: #b89941;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.xp p {
  font-size: 18px;
  color: #2d2c2c;
  font-weight: 700;
}
.xp button {
  border: none;
  background: #17344b;
  color: #fff;
  font-size: 27px;
  padding: 3px 32px 9px;
  font-weight: 700;
  float: inherit;
  margin-top: 7%;
}
.apihu-port-cta-area .apihu-port-cta-content-wrap .apihu-port-cta-content-text p {
  font-size: 35px;
  font-weight: 700;
  color: #05723e;
  font-family: "Roboto", sans-serif;
}
  .no {
    display: none;
  }

  .apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-text {
    font-size: 16px;
    line-height: 1.5;

    font-family: "Roboto", sans-serif;

    margin-bottom: 0px;
    margin-top: 20px;
    transition: all 0.3s ease-in;
  }
  .xp {
    margin-top: 4%;
    padding: 5% 0;
}
  .apihu-port-about-area .apihu-port-about-right .apihu-port-about-title {
    font-size: 23px !important;
    color: #17344b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5 !important;
    margin-bottom: 27px;
}

  .apihu-port-logo img {
    width: 91px;
    padding: 0px;
  }

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

  .apihu-port-logo-wrapper img {
    width: 91px;
  }

  .apihu-port-header-area .apihu-port-header-cta {
    padding: 23px 0;
    display: none;
  }

  .apihu-port-header-area .apihu-port-mobile-menu-hamburger {
    display: inline-block;
    position: relative;
    top: 28px;
    color: #ffffff;
    font-size: 25px;
    right: 0;
  }

  .apihu-port-header-sticky .apihu-port-logo img {
    width: 91px;
    padding: 0;
  }

  .apihu-port-hero-area .apihu-port-hero-left {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .apihu-port-hero-area .apihu-port-hero-title {
    font-size: 50px;
  }

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

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

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

  .apihu-port-about-area .apihu-port-about-right .apihu-port-about-expertise .nav-link {
    width: auto;
    height: 56px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    color: #17344b;
    margin-right: 13px;
    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);
  }

  #pills-tab {
    margin-top: 6% !important;
    margin-left: 0;
  }

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

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

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

  .apihu-port-about-area .apihu-port-about-right .apihu-port-about-text {
    font-size: 17px;
    color: #7888a2;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
  }

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

  .aa {
    padding: 0px 0 18px;
    position: relative;
    margin: 0 -15px;
  }

  .aa .apihu-port-cta-content-wrap .apihu-port-cta-content-text {
    padding: 21px 0 0;
  }

  .aa .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 16px;
    position: relative;
  }

  .aa .apihu-port-cta-content-wrap .apihu-port-cta-content-text h2 {
    font-size: 22px !important;
    color: #17344b;
    font-family: "Poppins", sans-serif;

    font-weight: 600;
    margin-bottom: 25px;
  }

  .apihu-port-about-area .apihu-port-about-right .apihu-port-about-subtitle {
    font-size: 36px;
}

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

  .aa {
    padding: 0px 0 18px;
    position: relative;
    margin: 0 -15px 20px;
  }

  .ye {
    /* margin-top: 5px !important; */
    padding-top: 31%;
  }

  .apihu-port-clients-area .apihu-port-single-client-box {
    padding: 16px 16px 9px;
    height: auto;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
  }

  .tag {
    padding-top: 0px !important;
    margin-top: -10%;
  }

  .apihu-port-pricing-area .apihu-port-single-pricing h2 {
    font-size: 30px;
    color: #17344b;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 34px;
  }

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

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

  .apihu-port-contact-area .apihu-port-contact-right {

    -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 234px 20px;
    border-radius: 5px;
    position: relative;
  }

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

  .tg img{
    width: 100%;
    /* position: absolute; */
  }
  .asa img{
    width:100%
  }


  .apihu-port-service-area .apihu-port-single-service .apihu-port-single-service-title {
    color: #17344b;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    margin-bottom: 0px;
    -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-title {
    color: #17344b;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .yd{
    font-size: 30px !important;
  }

.thd{
  width: 100%;
  
}
.apihu-port-section-heading {
  margin-bottom: 50px;
  margin-top: 0;
}
.apihu-port-pricing-area {
  padding-bottom: 80px;
  padding-top: 0px;
}
.ye{
  padding-top: 0%;
}
.trs{
  margin-top: -10% !important;
}
}

/* new section css */
.intro-text{
  font-size: 25px;
    color: #05723e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}
.title-text{
color: #17344b;
    font-weight: 700;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-image-wrapper {
 
    max-width: 100%;
    padding: 35% 1% 8% 10%;
    

}

.responsive-image {
  width: 85%;
  height: auto;
  border-radius: 10px;
}
.content-column {
  padding: 15px;
  margin-top: 20%;
}

.image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-content{
  font-size: 25px;
    color: #05723e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1;
}
.quote-title{
  text-align: center !important;
  /* font-family: Arial, sans-serif;  */
    font-size: 18px; 
    font-style: italic;
    color: #333; 
    margin-left: 18%;
    font-weight: 700;
    margin-bottom: 10px;
}

.xp h1 ,.xp h3 ,.xp h5 ,.xp p {

  text-align: center;
}
.xp button{
  float: inherit ;
}
.xp a{
display: inline-block;
text-align: center;
}



/* Dashboard Container */
.dashboard-container {
  width: 90%;
  height: 79vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

/* Title Styling */
.dashboard-title {
  font-size: 26px;
  font-weight: bold;
  color: #05723e; 
  margin-bottom: 60px;
  margin-top: 40px;
}

/* Table Container */
.table-container {
  margin-bottom: 20px;
}

/* Dashboard Table (Changed to Flexbox Layout) */
.dashboard-table {
  display: flex;
  flex-direction: column; /* Stack the rows vertically */
  align-items: flex-start; /* Align to the left */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.student-row {
  display: flex;
  flex-direction: column; /* Stack the columns vertically */
  width: 100%;
  margin-bottom: 20px;
}

.student-col {
  margin: 17px 23px;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
}

/* Styling for the student marks display */
.student-marks {
  font-size: 16px;
  background-color: #05723e;;
  font-weight: bold;
  color: #fff;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px 10px; /* Space around the text */
}

/* Button Styling */
.download-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background: #053d50;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, transform 0.2s;
  margin-top: 10px;
}

.download-btn:hover {
  background: #05723e; 
  transform: scale(1.05);
  color: #fff;
}

.disabled-btn {
  background: #cccccc; 
  pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-title {
    font-size: 20px;
  }

  .student-col {
    font-size: 14px;
    justify-content: center;
  }

  .download-btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .dashboard-container {
    width: 90%;
    height: 100% !important;
  }
}

/*login*/
/* General Reset */

.login-container {
  display: flex;
  width: 100%;
  background-color: #f2f0e6;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100vh;
}

.login-form {
  flex: 1;
  padding: 40px 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15%;
}

.login-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #003049; /* Dark Blue */
}

.login-form p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.login-form label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #003049;
}

.login-form input {
  /*width: 50%;*/
  padding:9px !important;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.login-form a {
  width: 50%;
  padding: 10px 87px;
  background-color: #003049;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form a:hover {
  background-color: #0056b3;
}

.login-image {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 0px;
}

.login-image img {
  width: 80% !important;
  height: auto;
  
}
.newly {
  display: flex;
  justify-content: center; /* Centers the content horizontally */
  align-items: center; /* Centers the content vertically */
  width: 100%; /* Full width to ensure responsiveness */
  height: 100vh; /* Full height to center vertically */
}


/* Responsive Design */
@media (max-width: 768px) {
  .login-container {
      flex-direction: column;
  }

  .login-form {
      padding: 20px;
  }

  .login-image {
      padding: 10px;
  }
}


/* General Reset */ 
.id-card {
  width: 600px; /* Reduced width */
  height: 60vh; /* Reduced height */
  background-color: #fff; /* White background */
  background-image: url('img/dots.png'); /* Replace with your PNG image path */
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the area */
  background-position: center; /* Centers the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  top: 50px; /* Adjusted for better positioning */
  left: 50%; /* Center alignment */
  transform: translateX(-50%);
}

/* Top Border (Image) */
.id-card-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px; /* Reduced height */
  background-repeat: no-repeat;
  background-size: cover;
}

.head-content {
  position: absolute;
  top: 80%;
  left: 5%;
  line-height: 2px;
}

.head-content p {
  font-weight: 500;
  color: #fff;
  font-size: 8px; /* Reduced font size */
}

.head-content h2 {
  font-weight: 700;
  color: #fff;
  font-size: 18px; /* Reduced font size */
}

.head-img img {
  width: 100%;
  height: 90px; /* Reduced height */
}

.id-card-footer img {
  width: 100%;
  height: 90px; /* Reduced height */
}

/* Bottom Border (Image) */
.id-card-footer {
  position: absolute;
  /* bottom: -2px; */
  top: 329px;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Logo Section */
.logo-section {
  margin: 20px 0 15px;
  text-align: center;
}

.id-card .logo {
  width: auto;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
  position: absolute;
  top: 90%;
  left: 8%;
}

/* Content Section */
.content-section {
  text-align: center;
  padding: 10px 10px;
}

.content-section h1 {
  font-size: 30px; /* Reduced font size */
  font-weight: 700;
  color: #0a5340;
  margin-bottom: 10px;
  position: absolute;
  top: 100px;
  left: -1px;
}

.content-section p {
  font-size: 14px; /* Reduced font size */
  color: #333;
  margin-bottom: 3px;
  font-weight: 500;
  position: relative;
  top: 140px;
  right: 90px;
}

/* Instructions */
.instructions {
  padding: 10px;
}

.instructions ul {
  position: relative;
  left: 10px;
}

.instructions ul li {
  font-size: 10px; /* Reduced font size */
  color: #555;
  margin-bottom: 4px;
  position: relative;
  top: 150px;
  list-style: disc !important;
}

.instructions a {
  color: #0a5340;
  text-decoration: none;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .id-card {
    width: 90%; /* Reduce width for smaller screens */
    height: auto; /* Auto height for responsiveness */
    top: 20px; /* Adjust top spacing */
    transform: translateX(0); /* Remove horizontal centering for mobile */
    left: 5%; /* Align slightly from the left */
  }

  .id-card .logo {
    height: 100px; /* Reduce logo size */
    top: 30%; /* Adjust top positioning */
    left: 50%; /* Center logo horizontally */
    transform: translateX(-50%);
  }

  .content-section h1 {
    font-size: 20px; /* Adjust font size for mobile */
    top: 70px; /* Adjust position */
    left: 0;
  }

  .content-section p {
    font-size: 12px; /* Adjust font size */
    top: 120px; /* Adjust position */
    right: 0;
    text-align: center; /* Center-align text */
  }

  .instructions ul {
    left: 0;
    padding: 0;
  }

  .instructions ul li {
    font-size: 9px; /* Reduce font size */
    top: 140px; /* Adjust position */
  }
}

@media screen and (max-width: 480px) {
  .id-card {
    width: 90%; /* Further reduce width */ 
   height: 335px; /* Auto height for responsiveness */
  }
  .id-card-footer {
    top: 248px;
    left: 0;
}
.card-buttons {
 bottom: 473px !important;
 right: 29% !important;
}
.id-card .logo {
  height: 90px;
  top: 54%;
}

  .content-section h1 {
    font-size: 16px;
    top: 87px;
}

.content-section p {
  font-size: 8px;
  top: 100px;
  left: -72px;
}
.instructions ul {
  left: -19px;
  top: -22px;
  color: #1e1d1d;
  padding: 0;
}
  .instructions ul li {
    font-size: 8px; /* Further reduce font size */
    top: 120px;
  }
  .head-content h2 {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.head-content p{
  font-size: 8px;
}
.head-content {
  left: 3%;
}
.country-code-box input:disabled {
    /*cursor: not-allowed;*/
    margin-top: 6% !important;
}
.login-form a {
    padding: 10px 40px;
}
}
/* Styling the combined country code and mobile input */
.country-code-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width:90%;
}

.country-code-box select {
  width: 25%;
  padding: 10px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-right: 1px solid #ddd;
}

.country-code-box select:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.log-in{
    margin-top: 5%;
}
.country-code-box input {
  flex: 1;
  padding: 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  margin-top: 7%;
}

.country-code-box input:focus {
  outline: none;
}

  .country-code-box input:disabled {
    background-color: #f0f1f2;
    border: 1px solid #e5dddd;
    cursor: not-allowed;
    margin-top: 3%;
}


.card-buttons .btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.card-buttons .btn-print {
  background-color: #0a5340  ;
  color: #fff;
}

.card-buttons .btn-primary:hover {
  background-color: #0056b3;
}

.card-buttons .btn-cancel {
  background-color: #fff;
  border: 1px solid black;
  color: #000;
}

.card-buttons .btn-danger:hover {
  background-color: #a71d2a;
}


 
  
  /* General Styles */
/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #f7f1e1, #e7f1fa);
} */

.admin-panel .header {
  background-color: #1e2022;
  color: white;
  text-align: center;
  padding: 20px;
}

.admin-panel {
  display: flex;
  height: 100vh;
}

/* Sidebar Styles */
.admin-panel .sidebar {
  width: 250px;
  background-color: #32445a;
  padding: 20px;
  box-sizing: border-box;
}

.admin-panel .sidebar ul {
  list-style-type: none;
  padding: 0;
}

.admin-panel .sidebar ul li {
  margin: 15px 0;
}

.admin-panel .sidebar ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.admin-panel .sidebar ul li a.active,
.admin-panel .sidebar ul li a:hover {
  background-color: #536d91;
}

/* Main Content Styles */
.admin-panel .main-content {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: 3%;
}

.admin-panel .page {
  display: none;
}

.admin-panel .page.active {
  display: block;
}

.admin-panel h2 {
  color: #32445a;
}

.admin-panel table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.admin-panel table th,
.admin-panel table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.admin-panel table th {
  background-color: #e7f1fa;
}

.admin-panel .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #32445a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.admin-panel .btn:hover {
  background-color: #536d91;
}


/* Style for the Import Excel page */
#import {
  width: 100%;
  max-width: 500px; /* Limit the width */
  margin: 0 auto; /* Center the page horizontally */
  padding: 30px;
  background-color: #f9f9f9; /* Light background color */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
  text-align: center; /* Center text inside */
}

/* Heading */
#import h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

/* Paragraph styling */
#import p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}

/* Input field styling */
#import input[type="file"] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px; /* Space below the input */
  box-sizing: border-box;
}

/* Upload button styling */
#import .btn {
  padding: 12px 25px;
  font-size: 16px;
  background-color: #053d50; /* Green background */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect for the button */
#import .btn:hover {
  background-color: #45a049;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  #import {
    padding: 20px;
  }

  #import h2 {
    font-size: 20px;
  }

  #import p {
    font-size: 14px;
  }
}

