/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --ax-body-color: #4C5258;
  --ax-body-color2: #313130;
  --ax-title-color: #0D1B2A;
  --ax-title-color2: #041427;
  --ax-title-color3: #000014;
  --ax-mona: "Mona Sans", sans-serif;
  --ax-dm: "DM Sans", sans-serif;
  --ax-inter: "Inter", sans-serif;
  --ax-sora: "sora", sans-serif;
  --ax-prime-c: #10ECB0;
  --ax-color1: #55D7EA;
  --ax-color2: #0136FF;
  --ax-prime-c2: #1D1EE3;
  --ax-prime-c3: #9588F8;
  --ax-prime-c4: #006D77;
  --ax-prime-c5: #3D3F7F;
  --ax-gradient1: linear-gradient(90deg, var(--ax-color1) 0%, var(--ax-color2) 100%);
  --ax-gradient2: linear-gradient(90deg, var(--ax-color2) 0%, var(--ax-color1) 100%);
  --cube-1: cubic-bezier(0.2, 0.8, 0.2, 1);
  --cube-2: cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

.ax-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.ax-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ax-header-section .dropdown {
  position: relative;
}
.ax-header-section .dropdown:after {
  top: 3px;
  z-index: 2;
  right: -17px;
  content: "\f078";
  font-size: 12px;
  color: #26B3FE;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ax-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  clip: inherit;
}
.ax-header-section .dropdown-menu {
  left: 0;
  top: 44px;
  z-index: 100;
  margin: 0px;
  padding: 15px 4px 15px;
  height: auto;
  min-width: 210px;
  display: block;
  border: none;
  margin-top: 30px;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  border-radius: 8px;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(15, 55, 20, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(15, 55, 20, 0.25);
}
.ax-header-section .dropdown-menu .dropdown {
  padding-right: 0;
  padding-left: 0;
}
.ax-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.ax-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.ax-header-section .dropdown-menu li {
  display: block;
  margin: 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-left: none !important;
}
.ax-header-section .dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.ax-header-section .dropdown-menu li:last-child a {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.ax-header-section .dropdown-menu li:before {
  display: none;
}
.ax-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ax-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ax-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.ax-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.ax-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.ax-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  color: #0C0019 !important;
  position: relative;
  border-radius: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block !important;
  padding: 10px 0px 10px 18px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: none !important;
  background-color: transparent !important;
}
.ax-header-section .dropdown-menu a span:after {
  display: none;
}
.ax-header-section .dropdown-menu a:before {
  display: none;
}
.ax-header-section .dropdown-menu a:after {
  display: none;
}
.ax-header-section .dropdown-menu a:hover, .ax-header-section .dropdown-menu a.active {
  color: var(--ax-color2) !important;
  padding-left: 30px !important;
}
.ax-header-section .dropdown-menu a:hover:after, .ax-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.ax-header-section .dropdown-menu a:hover:before, .ax-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.ax-header-section .ax-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section .ax-mobile-menu-btn {
    display: block;
  }
}
.ax-header-section .ax-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-header-section .ax-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #000;
}
.ax-header-section .ax-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.ax-header-section:is(.header_style_one) {
  padding-top: 24px;
}
.ax-header-section:is(.header_style_one) .ax-header-content {
  gap: 6px;
}
.ax-header-section:is(.header_style_one) .ax-header-content .header-navigation {
  width: 100%;
  z-index: 1;
  max-width: 1042px;
  position: relative;
  padding: 16px 50px 16px 32px;
}
.ax-header-section:is(.header_style_one) .ax-header-content .header-navigation:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(100% 87.5%, 100% 87.5%, 99.99% 89.528%, 99.961% 91.451%, 99.914% 93.244%, 99.852% 94.882%, 99.775% 96.339%, 99.686% 97.588%, 99.585% 98.605%, 99.475% 99.363%, 99.357% 99.836%, 99.232% 100%, 0.768% 100%, 0.768% 100%, 0.643% 99.836%, 0.525% 99.363%, 0.415% 98.605%, 0.314% 97.588%, 0.225% 96.339%, 0.148% 94.882%, 0.086% 93.244%, 0.039% 91.451%, 0.01% 89.528%, 0% 87.5%, 0% 65.625%, 0% 65.625%, 0.01% 63.597%, 0.039% 61.674%, 0.086% 59.881%, 0.148% 58.243%, 0.225% 56.786%, 0.314% 55.537%, 0.415% 54.52%, 0.525% 53.762%, 0.643% 53.289%, 0.768% 53.125%, 1.152% 53.125%, 1.152% 53.125%, 1.183% 53.084%, 1.212% 52.966%, 1.24% 52.776%, 1.265% 52.522%, 1.287% 52.21%, 1.307% 51.846%, 1.322% 51.436%, 1.334% 50.988%, 1.341% 50.507%, 1.344% 50%, 1.344% 50%, 1.341% 49.493%, 1.334% 49.012%, 1.322% 48.564%, 1.307% 48.154%, 1.287% 47.79%, 1.265% 47.478%, 1.24% 47.224%, 1.212% 47.034%, 1.183% 46.916%, 1.152% 46.875%, 0.768% 46.875%, 0.768% 46.875%, 0.643% 46.711%, 0.525% 46.238%, 0.415% 45.48%, 0.314% 44.463%, 0.225% 43.214%, 0.148% 41.757%, 0.086% 40.119%, 0.039% 38.326%, 0.01% 36.403%, 0% 34.375%, 0% 12.5%, 0% 12.5%, 0.01% 10.472%, 0.039% 8.549%, 0.086% 6.756%, 0.148% 5.118%, 0.225% 3.661%, 0.314% 2.412%, 0.415% 1.395%, 0.525% 0.637%, 0.643% 0.164%, 0.768% 0%, 99.232% 0%, 99.232% 0%, 99.357% 0.164%, 99.475% 0.637%, 99.585% 1.395%, 99.686% 2.412%, 99.775% 3.661%, 99.852% 5.118%, 99.914% 6.756%, 99.961% 8.549%, 99.99% 10.472%, 100% 12.5%, 100% 87.5%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .ax-header-section:is(.header_style_one) .ax-header-content .header-navigation {
    padding: 16px 20px 16px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-header-section:is(.header_style_one) .ax-header-content .header-navigation {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_one) .ax-header-content .main-navigation {
    display: none;
  }
}
.ax-header-section:is(.header_style_one) .ax-header-content .main-navigation li {
  margin: 0px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-header-section:is(.header_style_one) .ax-header-content .main-navigation li {
    margin: 0px 15px;
  }
}
.ax-header-section:is(.header_style_one) .ax-header-content .main-navigation li a {
  color: #0C0019;
  display: inline;
  font-weight: 500;
  padding-bottom: 24px;
}
.ax-header-section:is(.header_style_one) .ax-header-content .main-navigation li a:hover {
  color: var(--ax-color2);
}
.ax-header-section:is(.header_style_one) .header-cta {
  gap: 20px;
  width: 100%;
  z-index: 1;
  max-width: 352px;
  padding-right: 32px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .ax-header-section:is(.header_style_one) .header-cta {
    max-width: 280px;
    padding-right: 15px;
  }
}
.ax-header-section:is(.header_style_one) .header-cta:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(100% 34.375%, 100% 34.375%, 99.97% 36.403%, 99.884% 38.326%, 99.746% 40.119%, 99.561% 41.757%, 99.334% 43.214%, 99.069% 44.463%, 98.772% 45.48%, 98.446% 46.238%, 98.096% 46.711%, 97.727% 46.875%, 96.591% 46.875%, 96.591% 46.875%, 96.499% 46.916%, 96.411% 47.034%, 96.33% 47.224%, 96.255% 47.478%, 96.189% 47.79%, 96.132% 48.154%, 96.086% 48.564%, 96.052% 49.012%, 96.03% 49.493%, 96.023% 50%, 96.023% 50%, 96.03% 50.507%, 96.052% 50.988%, 96.086% 51.436%, 96.132% 51.846%, 96.189% 52.21%, 96.255% 52.522%, 96.33% 52.776%, 96.411% 52.966%, 96.499% 53.084%, 96.591% 53.125%, 97.727% 53.125%, 97.727% 53.125%, 98.096% 53.289%, 98.446% 53.762%, 98.772% 54.52%, 99.069% 55.537%, 99.334% 56.786%, 99.561% 58.243%, 99.746% 59.881%, 99.884% 61.674%, 99.97% 63.597%, 100% 65.625%, 100% 87.5%, 100% 87.5%, 99.97% 89.528%, 99.884% 91.451%, 99.746% 93.244%, 99.561% 94.882%, 99.334% 96.339%, 99.069% 97.588%, 98.772% 98.605%, 98.446% 99.363%, 98.096% 99.836%, 97.727% 100%, 2.273% 100%, 2.273% 100%, 1.904% 99.836%, 1.554% 99.363%, 1.228% 98.605%, 0.93% 97.588%, 0.666% 96.339%, 0.439% 94.882%, 0.254% 93.244%, 0.116% 91.451%, 0.03% 89.528%, 0% 87.5%, 0% 12.5%, 0% 12.5%, 0.03% 10.472%, 0.116% 8.549%, 0.254% 6.756%, 0.439% 5.118%, 0.666% 3.661%, 0.93% 2.412%, 1.228% 1.395%, 1.554% 0.637%, 1.904% 0.164%, 2.273% 0%, 97.727% 0%, 97.727% 0%, 98.096% 0.164%, 98.446% 0.637%, 98.772% 1.395%, 99.069% 2.412%, 99.334% 3.661%, 99.561% 5.118%, 99.746% 6.756%, 99.884% 8.549%, 99.97% 10.472%, 100% 12.5%, 100% 34.375%);
}
.ax-header-section:is(.header_style_one) .header-cta:before {
  top: 50%;
  left: -16px;
  width: 28px;
  height: 4px;
  content: "";
  border-radius: 2px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--ax-color2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_one) .header-cta .cta-btn {
    display: none;
  }
}
.ax-header-section:is(.header_style_one) .header-cta .cta-btn a, .cta-btn button {
  color: #0D1B2A;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: var(--ax-mona);
  background-color: var(--ax-prime-c);
  border: none;
}
.ax-header-section:is(.header_style_one) .header-cta .cta-btn a:hover, .cta-btn button:hover{
  color: #fff;
  background-color: var(--ax-color2);
}
.ax-header-section:is(.header_style_one) .off-canvas-btn {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid rgba(12, 0, 25, 0.1019607843);
  backdrop-filter: blur(16px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger {
  padding: 0;
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_one) .canvas-trigger {
    display: none;
  }
}
.ax-header-section:is(.header_style_one) .canvas-trigger span {
  width: 4px;
  height: 4px;
  float: left;
  margin: 2px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--ax-color2);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span {
  background: var(--ax-color2);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(1) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(2) {
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(3) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(6) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(9) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(8) {
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(7) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.ax-header-section:is(.header_style_one) .canvas-trigger:hover span:nth-child(4) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.ax-header-section:is(.header_style_two) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.ax-header-section:is(.header_style_two) .header-content {
  padding-left: 20px;
}
.ax-header-section:is(.header_style_two) .header-content .brand-logo:before {
  top: 20px;
  width: 80px;
  height: 1px;
  content: "";
  right: -190px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .brand-logo:before {
    display: none;
  }
}
.ax-header-section:is(.header_style_two) .header-content .brand-logo .logo-shape {
  top: 8px;
  width: 24px;
  height: 24px;
  right: -215px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .brand-logo .logo-shape {
    display: none;
  }
}
.ax-header-section:is(.header_style_two) .header-content .brand-logo .logo-shape:after {
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: var(--ax-prime-c2);
}
.ax-header-section:is(.header_style_two) .header-content .header-cta {
  width: 100%;
  max-width: 1090px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-header-section:is(.header_style_two) .header-content .header-cta {
    max-width: 918px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .header-cta {
    width: auto;
  }
}
.ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap {
    display: none !important;
  }
}
.ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap a {
  font-size: 14px;
  margin-right: 32px;
  white-space: nowrap;
  color: var(--ax-prime-c2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap a {
    margin-right: 10px;
  }
}
.ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap a span {
  color: #041427;
  margin-right: 5px;
}
.ax-header-section:is(.header_style_two) .header-content .header-cta .cta-info-wrap a:hover {
  color: #000;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger button {
  padding: 0;
  width: 98px;
  border: none;
  height: 72px;
  padding-top: 5px;
  background-color: #041427;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger .button-line {
  width: 28px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger .button-line span {
  width: 16px;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  background-color: #fff;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger .button-line span:nth-child(2) {
  width: 28px;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger .button-line span:nth-child(1) {
  margin-left: 12px;
  text-align: right;
}
.ax-header-section:is(.header_style_two) .header-content .menu-trigger p {
  color: #E5E5E5;
  font-size: 14px;
}
.ax-header-section:is(.header_style_two) .header-content .cta-btn {
  width: 100%;
  height: 72px;
  max-width: 468px;
  padding-right: 24px;
  background-color: var(--ax-prime-c2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .cta-btn {
    max-width: 260px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_two) .header-content .cta-btn {
    display: none !important;
  }
}
.ax-header-section:is(.header_style_two) .header-content .cta-btn a {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-header-section:is(.header_style_two) .header-content .cta-btn a:before {
  top: 16px;
  left: -100px;
  width: 80px;
  content: "";
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_two) .header-content .cta-btn a span {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  padding: 9px 16px 8px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-header-section:is(.header_style_two) .header-content .cta-btn a:hover span {
  color: var(--mx-prime-c2);
  background-color: #FFFFFF;
}
.ax-header-section:is(.header_style_three) .ax-mobile-menu-btn span {
  background-color: #fff;
}
.ax-header-section:is(.header_style_three) .dropdown:after {
  color: var(--ax-prime-c3);
}
.ax-header-section:is(.header_style_three) .dropdown-menu a.active,
.ax-header-section:is(.header_style_three) .dropdown-menu a:hover {
  color: var(--ax-prime-c3) !important;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  }
}
.ax-header-section:is(.header_style_three) .header-content .brand-logo {
  width: 100%;
  padding: 15px;
  max-width: 229px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .brand-logo {
    max-width: 180px;
  }
}
.ax-header-section:is(.header_style_three) .header-content .cta-menu-wrap {
  width: 100%;
}
.ax-header-section:is(.header_style_three) .header-content .header-cta {
  padding: 8px 55px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .header-cta {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .header-cta {
    display: none !important;
  }
}
.ax-header-section:is(.header_style_three) .header-content .header-cta .item-cta a {
  color: #041427;
  margin-right: 20px;
}
.ax-header-section:is(.header_style_three) .header-content .header-cta .item-cta a:last-child {
  margin-right: 0;
}
.ax-header-section:is(.header_style_three) .header-content .header-cta .item-cta a i {
  margin-right: 4px;
  color: var(--ax-prime-c3);
}
.ax-header-section:is(.header_style_three) .header-content .header-cta .item-social a {
  color: #041427;
  margin-left: 15px;
}
.ax-header-section:is(.header_style_three) .header-content .header-cta .item-social a:hover {
  color: var(--ax-prime-c3);
}
.ax-header-section:is(.header_style_three) .header-content .menu-cta-btn {
  padding-top: 16px;
  padding-left: 25px;
  padding-bottom: 16px;
  padding-right: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .menu-cta-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .menu-cta-btn {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .main-navigation {
    display: none;
  }
}
.ax-header-section:is(.header_style_three) .header-content .main-navigation li {
  margin: 0px 27px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-header-section:is(.header_style_three) .header-content .main-navigation li {
    margin: 0px 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .main-navigation li {
    margin: 0px 12px;
  }
}
.ax-header-section:is(.header_style_three) .header-content .main-navigation li a {
  color: #fff;
  display: inline;
  font-weight: 500;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
.ax-header-section:is(.header_style_three) .header-content .main-navigation .dropdown-menu {
  top: 50px;
}
.ax-header-section:is(.header_style_three) .header-content .btn-search {
  gap: 12px;
}
.ax-header-section:is(.header_style_three) .header-content .hd-search {
  width: 240px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .hd-search {
    width: 180px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .hd-search {
    display: none;
  }
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input {
  width: 100%;
  height: 44px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  border-radius: 14px;
  border: 1px solid #4C5463;
  background-color: transparent;
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input::-webkit-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input::-moz-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_three) .header-content .hd-search input::placeholder {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.ax-header-section:is(.header_style_three) .header-content .hd-search button {
  top: 4px;
  right: 4px;
  padding: 0;
  width: 36px;
  border: none;
  height: 36px;
  border-radius: 12px;
  position: absolute;
  background-color: #263355;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .ax-btn2 {
    display: none;
  }
}
.ax-header-section:is(.header_style_three) .header-content .ax-btn2 a i {
  width: 44px;
  height: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_three) .header-content .ax-btn2 a i {
    display: none;
  }
}
.ax-header-section:is(.header_style_three) .header-content .ax-btn2 a span {
  border-radius: 14px;
  padding: 10px 20px;
}
.ax-header-section:is(.header_style_four) {
  background-color: #fff;
}
.ax-header-section:is(.header_style_four) .dropdown:after {
  color: var(--ax-prime-c4);
}
.ax-header-section:is(.header_style_four) .dropdown-menu a.active,
.ax-header-section:is(.header_style_four) .dropdown-menu a:hover {
  color: var(--ax-prime-c4) !important;
}
.ax-header-section:is(.header_style_four) .ax-header-content {
  font-family: var(--ax-inter);
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top {
  padding-left: 15px;
  padding-right: 15px;
  background-color: var(--ax-prime-c4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-top {
    display: none !important;
  }
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .top-info {
  margin: 0 auto;
  padding: 6px 0px;
  max-width: 1670px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .item-cta a {
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .item-cta a i {
  margin-right: 5px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .item-cta a:last-child {
  margin-right: 0;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .item-social a {
  color: #fff;
  margin-left: 15px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-top .item-social a:hover {
  color: #B4E717;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta {
  padding-left: 15px;
  padding-right: 15px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .navigation-cta-wrap {
  margin: 0 auto;
  padding: 20px 0px;
  max-width: 1670px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation {
  margin-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation {
    display: none;
  }
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li {
  margin: 0px 16px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li:is(.dropdown) {
  padding-right: 10px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li:is(.dropdown):after {
  right: -6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li {
    margin: 0px 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li {
    margin: 0px 8px;
  }
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li a {
  color: #051229;
  font-size: 16px;
  font-weight: 500;
  font-weight: 500;
  display: inline;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li .dropdown-menu {
  top: 55px;
}
.ax-header-section:is(.header_style_four) .ax-header-content .header-navigation-cta .main-navigation li:hover a {
  color: var(--ax-prime-c4);
}
.ax-header-section:is(.header_style_four) .ax-hd-action {
  margin-right: -12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-hd-action {
    margin-right: 0;
  }
}
.ax-header-section:is(.header_style_four) .ax-hd-action .btn-search {
  gap: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-hd-action .btn-search {
    display: none !important;
  }
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search {
  width: 240px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-hd-action .hd-search {
    width: 180px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-hd-action .hd-search {
    display: none;
  }
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search form {
  margin-bottom: 0;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input {
  width: 100%;
  height: 48px;
  color: #313130;
  padding-left: 20px;
  border-radius: 14px;
  border-radius: 140px;
  border: 1px solid rgba(76, 84, 99, 0.1607843137);
  background-color: transparent;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input::-webkit-input-placeholder {
  color: #313130;
  font-size: 15px;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input::-moz-placeholder {
  color: #313130;
  font-size: 15px;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input:-ms-input-placeholder {
  color: #313130;
  font-size: 15px;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input::-ms-input-placeholder {
  color: #313130;
  font-size: 15px;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search input::placeholder {
  color: #313130;
  font-size: 15px;
}
.ax-header-section:is(.header_style_four) .ax-hd-action .hd-search button {
  top: 6px;
  right: 6px;
  padding: 0;
  width: 36px;
  border: none;
  height: 36px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--ax-prime-c4);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_four) .ax-hd-action .ax-btn2 {
    display: none;
  }
}
.ax-header-section:is(.header_style_five) {
  left: 0;
  right: 0;
  top: auto;
  z-index: 10;
  bottom: 28px;
  margin: 0 auto;
  max-width: 900px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_five) {
    top: 20px;
    bottom: auto;
  }
}
.ax-header-section:is(.header_style_five) .ax-header5-content {
  padding: 12px;
  border-radius: 24px;
  backdrop-filter: blur(50px);
  background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_five) .ax-header5-content {
    padding-right: 30px;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.ax-header-section:is(.header_style_five) .ax-header5-content .brand-logo {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_five) .ax-header5-content .brand-logo {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
.ax-header-section:is(.header_style_five) .ax-header5-content .main-navigation {
  font-family: var(--ax-sora);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-header-section:is(.header_style_five) .ax-header5-content .main-navigation {
    display: none;
  }
}
.ax-header-section:is(.header_style_five) .ax-header5-content .main-navigation li {
  margin: 0 20px;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .main-navigation li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .ax-btn5 a {
  background-color: #fff;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .ax-btn5 a i {
  background-color: var(--ax-prime-c5);
}
.ax-header-section:is(.header_style_five) .ax-header5-content .ax-btn5 a span {
  color: var(--ax-title-color2);
}
.ax-header-section:is(.header_style_five) .ax-header5-content .dropdown {
  position: relative;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .dropdown:after {
  top: 4px;
  color: #fff;
  font-size: 15px;
  content: "\f103";
}
.ax-header-section:is(.header_style_five) .ax-header5-content .dropdown .dropdown-menu li a:is(.active), .ax-header-section:is(.header_style_five) .ax-header5-content .dropdown .dropdown-menu li a:hover {
  color: var(--ax-prime-c5) !important;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .btn-grp {
  gap: 20px;
}
.ax-header-section:is(.header_style_five) .ax-header5-content .btn-grp .ax-mobile-menu-btn span {
  background-color: #fff;
}
.ax-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) {
  padding-top: 0;
  background-color: #fff;
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) .header-cta:before {
  display: none;
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) {
  border-bottom: none;
  background-color: #fff;
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_three) {
  background-color: var(--ax-title-color);
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_three) .header-content .header-cta {
  display: none !important;
}
.ax-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_four) .ax-header-content .header-top {
  display: none;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 500;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 30px;
  border-bottom: none;
  border-radius: 30px;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 16px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  -webkit-transform: scale(1.1) translateY(-5px);
          transform: scale(1.1) translateY(-5px);
}

.as-home-7 {
  overflow: hidden;
}
.as-home-7 .mobile_menu {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .as-home-7 .mobile_menu {
    display: block;
  }
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: var(--cg-pr-c3);
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
.ax-home {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.5;
  overflow-x: hidden;
  color: var(--ax-body-color);
  font-family: var(--ax-inter);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.ax-home .container {
  max-width: 1424px;
}
.ax-home .row {
  --bs-gutter-x: 32px;
}
.ax-home .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}
.ax-home button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}

.ax-home::-webkit-scrollbar {
  width: 6px;
}

.ax-home::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ax-home::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--ax-prime-c);
}

.home-2 {
  font-size: 16px;
  color: var(--ax-body-color2);
}
.home-2::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--ax-prime-c2);
}
.home-2 .container {
  max-width: 1384px;
}
.home-2:is(.ver_2) {
  font-size: 17px;
  font-family: var(--ax-dm);
}

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

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ax-title-color);
  font-family: var(--ax-mona);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ax-title-color2);
  font-family: var(--ax-dm);
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--ax-title-color2);
  font-family: var(--ax-sora);
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo .item-img {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: swing 2s ease infinite;
          animation: swing 2s ease infinite;
}

.ax-scrollup {
  color: #fff;
  width: 40px;
  right: 20px;
  z-index: 5;
  height: 40px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 40px;
  border-radius: 8px;
  background: var(--ax-prime-c);
}
.ax-scrollup:hover {
  color: #fff;
}

.as-home-6 .ax-scrollup,
.as-home-7 .ax-scrollup {
  background: var(--as-clr-pr-1);
}

.ax-home.home-2:is(.ver_1) .ax-scrollup {
  background-color: var(--ax-prime-c2);
}
.ax-home.home-2:is(.ver_2) .ax-scrollup {
  background-color: var(--ax-prime-c3);
}
.ax-home.home-2:is(.ver_2):is(._2) .ax-scrollup {
  background-color: var(--ax-prime-c4);
}
.ax-home.home-2:is(.ver_2):is(._3) .ax-scrollup {
  background-color: var(--ax-prime-c5);
}

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

img {
  max-width: 100%;
  height: auto;
}

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.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

.marquee-left,
.marquee-right {
  display: flow-root;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1;
}

.ax-sec-title .subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding: 2px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.15px;
  font-family: var(--ax-mona);
  color: var(--ax-title-color);
  background: -webkit-gradient(linear, left top, right top, from(#D7DFFF), color-stop(50%, rgba(255, 255, 255, 0)), to(#D7DFFF));
  background: linear-gradient(90deg, #D7DFFF 0%, rgba(255, 255, 255, 0) 50%, #D7DFFF 100%);
}
.ax-sec-title .subtitle:before, .ax-sec-title .subtitle:after {
  top: 12px;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0136FF), to(#55D7EA));
  background: linear-gradient(90deg, #0136FF 0%, #55D7EA 100%);
}
.ax-sec-title .subtitle:before {
  left: 8px;
}
.ax-sec-title .subtitle:after {
  right: 8px;
}
.ax-sec-title .sec_title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.09;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-sec-title .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-sec-title .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-sec-title .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-sec-title .sec_title {
    font-size: 30px;
  }
}
.ax-sec-title p {
  font-size: 18px;
  padding-top: 18px;
}

.ax-sec-title2 .subtitle {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  color: var(--ax-prime-c2);
}
.ax-sec-title2 .subtitle:is(.ver_2) {
  font-weight: 500;
  color: var(--ax-title-color2);
}
.ax-sec-title2 .subtitle:is(.ver_3) {
  font-weight: 500;
  color: var(--ax-prime-c4);
}
.ax-sec-title2 .subtitle:is(.ver_4) {
  margin-bottom: 12px;
  display: inline-block;
}
.ax-sec-title2 .subtitle:is(.ver_4) .inner-item {
  gap: 12px;
  padding-right: 16px;
  border-radius: 120px;
  border: 1px solid var(--ax-prime-c5);
}
.ax-sec-title2 .subtitle:is(.ver_4) i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c5);
}
.ax-sec-title2 .subtitle:is(.ver_4) span {
  font-weight: 500;
  font-family: var(--ax-dm);
  color: var(--ax-prime-c5);
  letter-spacing: -0.5px;
}
.ax-sec-title2 .sec_title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.ax-sec-title2 .sec_title span {
  color: var(--ax-prime-c2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-sec-title2 .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-sec-title2 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-sec-title2 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-sec-title2 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-sec-title2 .sec_title {
    font-size: 30px;
  }
}
.ax-sec-title2 .sec_title:is(.ver_3) {
  letter-spacing: -1px;
}
.ax-sec-title2 .sec_title:is(.ver_3) span {
  color: var(--ax-prime-c4);
}
.ax-sec-title2 p {
  padding-top: 8px;
}
.ax-sec-title2:is(.ver_3) p {
  letter-spacing: -0.5px;
}

.ax-sec-title3 .subtitle {
  margin-bottom: 12px;
  display: inline-block;
}
.ax-sec-title3 .subtitle .inner-item {
  gap: 12px;
  padding-right: 16px;
  border-radius: 120px;
  border: 1px solid var(--ax-prime-c5);
}
.ax-sec-title3 .subtitle i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c5);
}
.ax-sec-title3 .subtitle span {
  font-weight: 500;
  font-family: var(--ax-dm);
  color: var(--ax-prime-c5);
  letter-spacing: -0.5px;
}
.ax-sec-title3 .sec_title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.ax-sec-title3 .sec_title span {
  display: inline;
  color: var(--ax-prime-c5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-sec-title3 .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-sec-title3 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-sec-title3 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-sec-title3 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-sec-title3 .sec_title {
    font-size: 30px;
  }
}
.ax-sec-title3 p {
  padding-top: 10px;
}

.ax-btn1 {
  display: inline-block;
}
.ax-btn1 a {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-family: var(--ax-mona);
  padding: 10px 10px 10px 30px;
  background: -webkit-gradient(linear, left top, right top, from(var(--ax-color2)), color-stop(50%, var(--ax-color1)), to(var(--ax-color2)));
  background: linear-gradient(90deg, var(--ax-color2) 0%, var(--ax-color1) 50%, var(--ax-color2) 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.ax-btn1 a span {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.32px;
}
.ax-btn1 a i {
  width: 36px;
  color: #fff;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: -webkit-gradient(linear, left top, right top, from(var(--ax-color1)), color-stop(50%, var(--ax-color2)), to(var(--ax-color1)));
  background: linear-gradient(90deg, var(--ax-color1) 0%, var(--ax-color2) 50%, var(--ax-color1) 100%);
  background-size: 200% 100%;
  background-position: left center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.ax-btn1 a:hover {
  background-position: right center;
}
.ax-btn1 a:hover i {
  background-position: right center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ax-btn2 {
  display: inline-block;
}
.ax-btn2 a {
  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;
}
.ax-btn2 a span {
  color: #fff;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 16px;
  white-space: nowrap;
  background-color: var(--ax-prime-c2);
}
.ax-btn2 a i {
  width: 48px;
  height: 48px;
  font-size: 16px;
  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: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--ax-prime-c2);
  background-color: #fff;
}
.ax-btn2 a i:before {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-btn2 a > *:nth-child(1) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -45px;
          margin-inline-end: -45px;
}
.ax-btn2 a > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ax-btn2 a > *:nth-child(3) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ax-btn2 a:hover > *:nth-child(1) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.ax-btn2 a:hover > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ax-btn2 a:hover > *:nth-child(3) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-start: -45px;
          margin-inline-start: -45px;
}
.ax-btn2:is(.ver_2) i {
  color: #fff;
  background-color: #051229;
}
.ax-btn2:is(.ver_3) span {
  color: #fff;
  background-color: var(--ax-prime-c3);
}
.ax-btn2:is(.ver_4) span {
  color: #fff;
  background-color: var(--ax-title-color2);
}
.ax-btn2:is(.ver_4) i {
  background-color: var(--ax-prime-c3);
}
.ax-btn2:is(.ver_5) a > *:nth-child(1) {
  opacity: 0;
  left: 12px;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -45px;
          margin-inline-end: -45px;
}
.ax-btn2:is(.ver_5) a > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ax-btn2:is(.ver_5) a > *:nth-child(3) {
  left: -12px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ax-btn2:is(.ver_5) a:hover > *:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.ax-btn2:is(.ver_5) a:hover > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ax-btn2:is(.ver_5) a:hover > *:nth-child(3) {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-start: -45px;
          margin-inline-start: -45px;
}
.ax-btn2:is(.ver_5) span {
  border-radius: 140px;
  background-color: var(--ax-prime-c4);
}
.ax-btn2:is(.ver_5) i {
  width: 52px;
  z-index: 2;
  height: 52px;
  position: relative;
  border-radius: 100%;
  background-color: #051229;
  border: 4px solid #FFFFFF;
}

.ax-btn3 a {
  color: #fff;
  font-weight: 500;
  padding: 11px 20px;
  border-radius: 14px;
  letter-spacing: -0.5px;
  border: 1px solid #FFFFFF;
}
.ax-btn3 a:hover {
  border: 1px solid var(--ax-prime-c2);
  background-color: var(--ax-prime-c2);
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
.ax-btn5 {
  display: inline-block;
}
.ax-btn5 a {
  gap: 8px;
  border-radius: 12px;
  padding: 2px 16px 2px 2px;
  border: 1px solid #FFFFFF;
}
.ax-btn5 a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.ax-btn5 a span {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  font-family: var(--ax-sora);
}
.ax-btn5 a:hover i svg {
  -webkit-animation: toLeftFromRight 0.5s forwards;
          animation: toLeftFromRight 0.5s forwards;
}
.ax-btn5:is(.ver_2) a {
  border: 1px solid var(--ax-prime-c5);
}
.ax-btn5:is(.ver_2) a i {
  background-color: var(--ax-prime-c5);
}
.ax-btn5:is(.ver_2) a span {
  color: #051229;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ax-hero1-sec {
  z-index: 1;
  background-color: #0B1822;
}

.ax-hero-bottom {
  z-index: 2;
  left: -18%;
  bottom: -23%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero-bottom {
    bottom: -8%;
  }
}
@media (max-width: 480px) {
  .ax-hero-bottom {
    bottom: -15%;
  }
}

.ax-hero1-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-hero1-bg canvas, .ax-hero1-bg img {
  opacity: 0.2;
  mix-blend-mode: lighten;
}

.ax-hero1-content {
  padding: 235px 0px 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero1-content {
    padding: 200px 0px 0px;
  }
}

.ax-hero1-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero1-text {
    display: block !important;
  }
}
.ax-hero1-text .hero_text_left {
  max-width: 680px;
}
.ax-hero1-text .hero_text_left .inner-text2 {
  z-index: 2;
}
.ax-hero1-text .hero_text_left .ax_text1 {
  line-height: 1.15;
  font-size: 148px;
  font-weight: 700;
  letter-spacing: -2.96px;
  background: var(--ax-gradient1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .ax-hero1-text .hero_text_left .ax_text1 {
    font-size: 60px;
  }
}
.ax-hero1-text .hero_text_left .ax_text2 {
  z-index: 2;
  line-height: 0.7;
  font-size: 132px;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  letter-spacing: -2.64px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.77%, #FFFFFF), to(rgba(11, 24, 34, 0)));
  background: linear-gradient(180deg, #FFFFFF 48.77%, rgba(11, 24, 34, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ax-hero1-text .hero_text_left .ax_text2 {
    font-size: 50px;
  }
}
.ax-hero1-text .hero_text_left p {
  font-size: 40px;
  font-style: italic;
  position: relative;
  z-index: 2;
  letter-spacing: 11.6px;
  color: var(--ax-prime-c);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-hero1-text .hero_text_left p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-hero1-text .hero_text_left p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero1-text .hero_text_left p {
    margin-top: 10px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero1-text .hero_text_left p {
    font-size: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .ax-hero1-text .hero_text_left p {
    margin-top: 20px;
    font-size: 20px;
  }
}
.ax-hero1-text .hero_text_right {
  max-width: 635px;
  padding-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-hero1-text .hero_text_right {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero1-text .hero_text_right {
    padding-top: 0;
  }
}
.ax-hero1-text .hero_text_right .ax_text_wrap {
  z-index: -1;
}
.ax-hero1-text .hero_text_right .ax_text3,
.ax-hero1-text .hero_text_right .ax_text4 {
  color: #fff;
  z-index: -1;
  line-height: 1.15;
  font-size: 148px;
  font-weight: 700;
  letter-spacing: -2.96px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .ax-hero1-text .hero_text_right .ax_text3,
  .ax-hero1-text .hero_text_right .ax_text4 {
    font-size: 60px;
  }
}
.ax-hero1-text .hero_text_right .ax_text4 {
  top: 2px;
  left: 2px;
  z-index: -2;
  position: absolute;
  color: var(--ax-prime-c);
}
.ax-hero1-text .hero_text_right .item-desc-btn {
  z-index: 3;
  margin-top: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero1-text .hero_text_right .item-desc-btn {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.ax-hero1-text .hero_text_right .item-desc-btn .item-area {
  max-width: 422px;
}
.ax-hero1-text .hero_text_right .item-desc-btn .item-area p {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  padding-bottom: 35px;
}

.ax-hero1-img {
  right: 0;
  left: 60px;
  bottom: 70px;
  margin: 0 auto;
  max-width: 741px;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-hero1-img {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero1-img {
    position: static;
  }
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.ax-ft1-sec .container {
  max-width: 1604px;
}

.ax-ft1-content {
  gap: 32px;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-top: -100px;
  border-radius: 20px;
  position: relative;
  padding: 32px 32px 40px;
  background-color: #F1F3F5;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-ft1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ft1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-ft1-item {
  z-index: 1;
  position: relative;
  border-radius: 14px;
  padding: 16px 16px 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(75.48%, #F1F3F5));
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F3F5 75.48%);
}
.ax-ft1-item:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 0%;
  position: absolute;
  border-radius: 14px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#A7C8FE), color-stop(74.04%, #F1F3F5));
  background: linear-gradient(180deg, #A7C8FE 0%, #F1F3F5 74.04%);
}
.ax-ft1-item .item-img {
  height: 105px;
  background-color: #fff;
  clip-path: polygon(100% 96.19%, 100% 96.19%, 99.984% 96.808%, 99.937% 97.395%, 99.862% 97.941%, 99.761% 98.44%, 99.637% 98.884%, 99.493% 99.265%, 99.331% 99.575%, 99.153% 99.806%, 98.962% 99.95%, 98.762% 100%, 63.158% 100%, 63.158% 100%, 62.957% 99.95%, 62.767% 99.805%, 62.588% 99.574%, 62.424% 99.264%, 62.277% 98.883%, 62.148% 98.439%, 62.039% 97.941%, 61.952% 97.395%, 61.891% 96.811%, 61.855% 96.196%, 61.855% 96.196%, 61.542% 90.867%, 60.985% 85.839%, 60.205% 81.175%, 59.221% 76.934%, 58.053% 73.178%, 56.722% 69.968%, 55.247% 67.365%, 53.647% 65.431%, 51.943% 64.225%, 50.155% 63.81%, 50.155% 63.81%, 48.366% 64.225%, 46.663% 65.431%, 45.063% 67.365%, 43.588% 69.968%, 42.256% 73.178%, 41.089% 76.934%, 40.105% 81.175%, 39.325% 85.839%, 38.768% 90.867%, 38.454% 96.196%, 38.454% 96.196%, 38.419% 96.811%, 38.357% 97.395%, 38.271% 97.941%, 38.162% 98.439%, 38.033% 98.883%, 37.885% 99.264%, 37.721% 99.574%, 37.543% 99.805%, 37.352% 99.95%, 37.152% 100%, 1.238% 100%, 1.238% 100%, 1.038% 99.95%, 0.847% 99.806%, 0.669% 99.575%, 0.507% 99.265%, 0.363% 98.884%, 0.239% 98.44%, 0.138% 97.941%, 0.063% 97.395%, 0.016% 96.808%, 0% 96.19%, 0% 3.81%, 0% 3.81%, 0.016% 3.192%, 0.063% 2.605%, 0.138% 2.059%, 0.239% 1.56%, 0.363% 1.116%, 0.507% 0.735%, 0.669% 0.425%, 0.847% 0.194%, 1.038% 0.05%, 1.238% 0%, 98.762% 0%, 98.762% 0%, 98.962% 0.05%, 99.153% 0.194%, 99.331% 0.425%, 99.493% 0.735%, 99.637% 1.116%, 99.761% 1.56%, 99.862% 2.059%, 99.937% 2.605%, 99.984% 3.192%, 100% 3.81%, 100% 96.19%);
}
.ax-ft1-item .item-img img {
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ft1-item .item-img {
    clip-path: none;
    overflow: hidden;
    border-radius: 4px;
  }
}
.ax-ft1-item .item-icon {
  z-index: 1;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  margin-top: -27px;
  position: relative;
  border-radius: 100%;
  margin-bottom: 20px;
  background-color: rgba(1, 54, 255, 0.1215686275);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ft1-item .item-icon {
    width: 72px;
    height: 72px;
    margin-top: -32px;
    position: relative;
    border: 8px solid #F1F3F5;
    background-color: rgb(185, 200, 255);
  }
}
.ax-ft1-item .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ft1-item .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-bottom: 14px;
}
.ax-ft1-item:hover:before {
  height: 100%;
}
.ax-ft1-item:hover .item-img img {
  mix-blend-mode: normal;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ax-ft1-item:hover .item-icon {
  background-color: var(--ax-color2);
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.ax-ft1-item:hover .item-icon svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ax-ab1-sec {
  z-index: 1;
}
.ax-ab1-sec .ax-ab-bg-shape {
  right: -5%;
  z-index: -1;
  bottom: -15%;
  opacity: 0.72;
}

.ax-ab1-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-ab1-img .item-img {
  overflow: hidden;
  border-radius: 20px;
}

.ax-ab1-text-wrap {
  max-width: 675px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-ab1-text-wrap {
    max-width: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab1-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ab1-exp {
  z-index: 1;
  width: 236px;
  height: 178px;
  border-radius: 8px;
  padding: 12px 28px 20px;
  background-color: #F1F3F5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab1-exp {
    width: 100%;
  }
}
.ax-ab1-exp .ax-ab1-shape {
  top: -10px;
  right: -45px;
}
.ax-ab1-exp .ax-ab1-shape img {
  mix-blend-mode: luminosity;
}
.ax-ab1-exp .ax-ab1-shape2 {
  top: -50%;
  right: -50%;
  z-index: -1;
}
.ax-ab1-exp h3 {
  font-size: 48px;
  line-height: 1.31;
  margin-bottom: 38px;
  letter-spacing: -1.92px;
  color: var(--ax-color2);
}
.ax-ab1-exp h3 sup {
  top: 4px;
  font-size: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-ab1-exp h3 {
    margin-bottom: 20px;
  }
}
.ax-ab1-exp p {
  opacity: 0.8;
  color: var(--ax-title-color);
}

.ax-ab1-feature {
  gap: 16px;
}

.ax-ab1-client {
  z-index: 1;
  width: 100%;
  height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 422px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 18px 18px 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-ab1-client .ab1-cl-top {
  gap: 15px;
}
.ax-ab1-client .ab1-cl-top h3 {
  font-size: 48px;
  line-height: 1.31;
  letter-spacing: -1.92px;
}
.ax-ab1-client .ab1-cl-top h3 sup {
  top: 4px;
  font-size: inherit;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab1-client .ab1-cl-top h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab1-client {
    max-width: 100%;
  }
}
.ax-ab1-client .ax-ab1-shape3 {
  right: -50%;
  z-index: -1;
  bottom: -120%;
}
.ax-ab1-client .cl-bg {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #F1F3F5;
}
.ax-ab1-client .cl-bg img {
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
.ax-ab1-client .cl-img-list li {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  margin-left: -18px;
  border: 2.5px solid #E9EBED;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-ab1-client .cl-img-list li {
    margin-left: -25px;
  }
}
.ax-ab1-client .cl-img-list li img {
  border-radius: 8px;
}
.ax-ab1-client .cl-img-list li:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.ax-ab1-client p {
  opacity: 0.8;
  color: var(--ax-title-color);
}

.ax-ab1-tab-wrap {
  overflow: hidden;
  border-radius: 8px;
  padding: 0px 32px 28px;
  background-color: var(--ax-title-color);
}
.ax-ab1-tab-wrap .ax-ab-bg {
  left: 0;
  bottom: 0;
}
.ax-ab1-tab-wrap .ax-ab-bg img {
  mix-blend-mode: luminosity;
}
.ax-ab1-tab-wrap .nav-item .nav-link,
.ax-ab1-tab-wrap .nav-item .nav-link.active {
  color: #fff;
  z-index: 1;
  font-weight: 500;
  margin-right: 5px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 13px 26px 7px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D1B2A), to(#565B61));
  background: linear-gradient(180deg, #0D1B2A 0%, #565B61 100%);
}
.ax-ab1-tab-wrap .nav-item .nav-link:before,
.ax-ab1-tab-wrap .nav-item .nav-link.active:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C0019), to(#0136FF));
  background: linear-gradient(180deg, #0C0019 0%, #0136FF 100%);
}
.ax-ab1-tab-wrap .nav-item .nav-link.active:before {
  height: 100%;
}
.ax-ab1-tab-wrap .ax-ab1-tab-desc {
  color: #fff;
  font-size: 18px;
  margin-top: 22px;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.ax-ab1-tab-wrap .tab-pane:is(.show) .ax-ab1-tab-desc {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ax-ab1-desc-btn p {
  font-size: 18px;
}

/*---------------------------------------------------- */
/*review area*/
/*----------------------------------------------------*/
.ax-review-sec {
  padding: 30px 0px;
  background-color: var(--ax-prime-c);
}

.ax-review-content {
  display: flow-root;
}

.ax-review-item {
  margin: 0px 15px;
  display: inline-block;
}
.ax-review-item span {
  top: 10px;
  font-size: 36px;
  font-weight: 600;
  margin: 0px 20px;
  position: relative;
  color: var(--ax-title-color);
}
.ax-review-item .inner-item {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-review-item .inner-item .item-img {
  width: 46px;
  height: 60px;
  overflow: hidden;
  border-radius: 35px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-review-item .inner-item .item-text {
  max-width: 237px;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: var(--ax-title-color);
}
.ax-review-item:hover .inner-item .item-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes rotate-glow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
}
@keyframes rotate-glow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  }
}
.ax-ser1-sec {
  z-index: 1;
  background-color: var(--ax-title-color);
}

.ax-ser1-sec .ax-sec-title .subtitle {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#011767), color-stop(50%, rgba(255, 255, 255, 0.3)), to(#011767));
  background: linear-gradient(90deg, #011767 0%, rgba(255, 255, 255, 0.3) 50%, #011767 100%);
}
.ax-ser1-sec .ax-sec-title .sec_title {
  color: #fff;
}
.ax-ser1-sec .ax-ser1-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-ser1-sec .ax-ser1-bg img {
  opacity: 0.12;
  mix-blend-mode: luminosity;
}

.ax-ser1-content {
  gap: 7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px 2fr;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-ser1-btn .nav-link {
  padding: 0;
  color: #fff;
}
.ax-ser1-btn .nav-link .sr-btn {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 33.2px 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.0784313725);
  font-family: var(--ax-mona);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  backdrop-filter: blur(12px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-ser1-btn .nav-link .sr-btn {
    font-size: 18px;
  }
}
.ax-ser1-btn .nav-link .sr-btn span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3215686275);
  margin-right: 12px;
}
.ax-ser1-btn .nav-link:is(.active) .sr-btn {
  color: var(--ax-prime-c);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(16, 236, 176, 0.6) inset;
          box-shadow: 0px 0px 16px 0px rgba(16, 236, 176, 0.6) inset;
}
.ax-ser1-btn .nav-link:is(.active) .sr-btn span {
  color: #fff;
}
.ax-ser1-btn .read_more {
  color: #fff;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  border-radius: 12px;
  font-family: var(--ax-mona);
  background-color: var(--ax-color2);
}
.ax-ser1-btn .read_more:hover {
  color: #000;
  background-color: var(--ax-prime-c);
}

.ax-ser1-item {
  gap: 7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser1-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ax-ser1-item .item-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 40px 40px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  backdrop-filter: blur(12px);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-ser1-item .item-card {
    padding: 30px 20px 28px;
  }
}
.ax-ser1-item .item-card .item-icon {
  width: 80px;
  height: 80px;
  -webkit-animation: rotate-glow 4s linear infinite;
          animation: rotate-glow 4s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.ax-ser1-item .item-card .item-desc {
  color: #fff;
  font-size: 18px;
}
.ax-ser1-item .item-card .item-list {
  margin-bottom: 85px;
}
.ax-ser1-item .item-card .item-list li {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 12px;
}
.ax-ser1-item .item-card .item-list li:before {
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: var(--ax-color1);
}
.ax-ser1-item .item-card .read_more {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-ser1-item .item-card .read_more span {
  opacity: 0.64;
  color: #FFFFFF;
  white-space: nowrap;
}
.ax-ser1-item .item-card .read_more b {
  width: 62%;
  height: 1px;
  opacity: 0.2;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-ser1-item .item-card .read_more b:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--ax-prime-c);
}
@media (max-width: 480px) {
  .ax-ser1-item .item-card .read_more b {
    display: none;
  }
}
.ax-ser1-item .item-card .read_more i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--ax-prime-c);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.0784313725);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-ser1-item .item-card .read_more:hover span {
  opacity: 1;
}
.ax-ser1-item .item-card .read_more:hover b {
  opacity: 1;
}
.ax-ser1-item .item-card .read_more:hover b:before {
  width: 100%;
}
.ax-ser1-item .item-card .read_more:hover i {
  color: var(--ax-title-color);
  background-color: var(--ax-prime-c);
}
.ax-ser1-item .item-img {
  overflow: hidden;
  border-radius: 16px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser1-item .item-img {
    height: 450px;
  }
}

.ax-ser1-tab-wrap .tab-pane:is(.show) .item-card {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.ax-ser1-tab-wrap .tab-pane:is(.show) .item-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.ax-sponsor-content .ax-sec-title {
  margin: 0;
  max-width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sponsor-content .ax-sec-title {
    margin: 0 auto;
    text-align: center;
  }
}
.ax-sponsor-content .ax-sec-title .sec_title {
  font-size: 36px;
}

.ax-sponsor-top {
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sponsor-top {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sponsor-bottom {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sponsor-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-sponsor-item .item-img {
  opacity: 0.52;
  width: 280.8px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-left: -1px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.0196078431);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sponsor-item .item-img {
    width: 220px;
  }
}
.ax-sponsor-item .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: radial-gradient(50% 272.22% at 50% 50%, rgba(16, 236, 176, 0.4) 0%, #101D29 78.37%);
}
.ax-sponsor-item:first-child .item-img {
  margin-left: 0;
}
.ax-sponsor-item:hover .item-img {
  opacity: 1;
}
.ax-sponsor-item:hover .item-img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ax-spon-desc {
  color: #fff;
  opacity: 0.8;
  max-width: 420px;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ax-price1-sec {
  z-index: 1;
  background-color: #F1F3F5;
}
.ax-price1-sec .ax-sec-title {
  margin: 0 auto;
  max-width: 790px;
}
.ax-price1-sec .ax-sec-title p {
  margin: 0 auto;
  max-width: 680px;
}
.ax-price1-sec .container {
  max-width: 1308px !important;
}
.ax-price1-sec .ax-price-shape2 {
  top: -15%;
  right: -8%;
}
.ax-price1-sec .ax-price-shape2 img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.ax-price1-sec .ax-price-shape1 {
  top: 2%;
  left: -25%;
}
.ax-price1-sec .ax-price-shape1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 245, 0)), to(#F1F3F5));
  background: linear-gradient(180deg, rgba(241, 243, 245, 0) 0%, #F1F3F5 100%);
}
.ax-price1-sec .ax-price-shape1 img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity;
}

.ax-price1-content {
  gap: 28px;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-price1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-price1-item {
  padding: 4px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6588235294);
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}
.ax-price1-item:is(.popular) .ax-pr-shape1 {
  top: -27%;
  left: -25%;
}
.ax-price1-item .pop-tag {
  top: 28px;
  right: 28px;
  padding: 6px 15px;
  border-radius: 8px;
  color: var(--ax-color2);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 217, 255, 0.5)), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(rgba(224, 217, 255, 0.5)), to(rgba(224, 217, 255, 0.5)));
  background: linear-gradient(0deg, rgba(224, 217, 255, 0.5), #fff), linear-gradient(0deg, rgba(224, 217, 255, 0.5), rgba(224, 217, 255, 0.5));
  -webkit-box-shadow: 0px 0px 4px 0px #A7B9FF inset;
          box-shadow: 0px 0px 4px 0px #A7B9FF inset;
}
.ax-price1-item .ax-pr-shape1 {
  top: -38%;
  left: -22%;
  width: 150%;
}
.ax-price1-item .ax-pr-shape2 {
  left: -30%;
  width: 150%;
  bottom: -45%;
}
.ax-price1-item .inner-item {
  padding: 32px 36px;
  border-radius: 20px;
  background-color: #F1F3F5;
  border: 1px solid rgba(13, 27, 42, 0.1019607843);
}
@media (max-width: 480px) {
  .ax-price1-item .inner-item {
    padding: 32px 20px;
  }
}
.ax-price1-item .item-icon img{
  max-width: 40px;
}
.ax-price1-item .item-icon {
  width: 64px;
  height: 64px;
  z-index: 1;
  margin-bottom: 25px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(263.57deg, rgba(255, 255, 255, 0.4) 10.17%, rgba(216, 224, 255, 0.4) 60.22%, rgba(255, 255, 255, 0.4) 103.12%);
  backdrop-filter: blur(9px);
  -webkit-box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431);
          box-shadow: 0px 20.34px 12.71px 0px rgba(99, 66, 245, 0.0784313725), 0px 36.86px 13.98px 0px rgba(99, 66, 245, 0.0196078431);
}
.ax-price1-item .item-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), color-stop(52.26%, rgba(87, 122, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(87, 122, 255, 0.6) 52.26%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2px;
  z-index: -1;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.ax-price1-item .item-top h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
}
.ax-price1-item .item-top h3 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 6px;
}
.ax-price1-item .item-top h3 sub {
  bottom: 0;
  font-size: 52px;
  font-weight: 300;
  color: var(--ax-color2);
}
.ax-price1-item .item-top h3 sup {
  top: 0;
  font-size: 18px;
  color: rgba(13, 27, 42, 0.6392156863);
  font-weight: 400;
}
.ax-price1-item .item-top p {
  font-size: 18px;
}
.ax-price1-item .item-border {
  height: 1px;
  width: 100%;
  margin-bottom: 23px;
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
  background-color: #DFDDE8;
}
.ax-price1-item .item-list span {
  opacity: 0.4;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--ax-title-color);
}
.ax-price1-item .item-list li {
  z-index: 1;
  font-size: 18px;
  position: relative;
  padding: 9px 12px;
  margin-bottom: 2px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F3F5;
  color: var(--ax-title-color);
  -webkit-box-shadow: -2px 4px 10px 0px rgba(145, 145, 145, 0.0509803922), -7px 17px 18px 0px rgba(145, 145, 145, 0.0392156863), -15px 37px 24px 0px rgba(145, 145, 145, 0.031372549), -27px 66px 29px 0px rgba(145, 145, 145, 0.0117647059), -42px 103px 31px 0px rgba(145, 145, 145, 0);
          box-shadow: -2px 4px 10px 0px rgba(145, 145, 145, 0.0509803922), -7px 17px 18px 0px rgba(145, 145, 145, 0.0392156863), -15px 37px 24px 0px rgba(145, 145, 145, 0.031372549), -27px 66px 29px 0px rgba(145, 145, 145, 0.0117647059), -42px 103px 31px 0px rgba(145, 145, 145, 0);
  backdrop-filter: blur(15px);
}
.ax-price1-item .item-list li i {
  margin-right: 8px;
}
.ax-price1-item .item-list li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: linear-gradient(136deg, rgb(99, 66, 245) 0%, rgba(47, 31, 117, 0) 13%, rgba(0, 0, 0, 0) 60%, rgba(5, 3, 13, 0) 80%, rgb(99, 66, 245) 100%);
  padding: 1px;
  z-index: -1;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 40%;
}
.ax-price1-item .item-btn a {
  z-index: 1;
  width: 100%;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  background-color: var(--ax-title-color);
  -webkit-box-shadow: 0px 1px 4px 2px #363687 inset, 0px 1px 18px 2px #363687 inset;
          box-shadow: 0px 1px 4px 2px #363687 inset, 0px 1px 18px 2px #363687 inset;
}
.ax-price1-item .item-btn a:before {
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background: var(--ax-gradient2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-price1-item .item-btn a:hover {
  -webkit-box-shadow: 0px 1px 4px 2px rgba(10, 10, 12, 0.2) inset, 0px 1px 28px 2px rgba(10, 10, 12, 0.0588235294) inset;
          box-shadow: 0px 1px 4px 2px rgba(10, 10, 12, 0.2) inset, 0px 1px 28px 2px rgba(10, 10, 12, 0.0588235294) inset;
}
.ax-price1-item .item-btn a:hover:before {
  width: 100%;
}
.ax-price1-item:hover {
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.3215686275);
          box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.3215686275);
}

.ax-price1-wrapper .hide {
  display: none;
}

.ax-price1-bottom {
  gap: 15px;
  z-index: 2;
  margin-top: 24px;
  position: relative;
  border-radius: 16px;
  background-color: #F1F3F5;
  border: 3px solid #FFFFFF;
  padding: 13px 13px 13px 33px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price1-bottom {
    padding: 13px;
  }
}
.ax-price1-bottom p {
  font-size: 19px;
  max-width: 745px;
  color: var(--ax-title-color);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ax-price1-bottom .toggle,
.ax-price1-bottom .toggler {
  margin: 0px 8px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.ax-price1-bottom .toggler {
  color: var(--ax-title-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.ax-price1-bottom .toggler--is-active {
  font-weight: 500;
}
.ax-price1-bottom .b {
  display: block;
}
.ax-price1-bottom .toggle {
  position: relative;
  width: 50px;
  height: 28px;
  overflow: hidden;
  border-radius: 25px;
  background: var(--ax-color2);
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}
.ax-price1-bottom .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.ax-price1-bottom .check:checked ~ .switch {
  right: 2px;
  left: 50.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.08s, 0s;
          transition-delay: 0.08s, 0s;
}
.ax-price1-bottom .switch {
  left: 3px;
  bottom: 2.5px;
  position: absolute;
  right: 57.5%;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.08s;
          transition-delay: 0s, 0.08s;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(1, 54, 255, 0.7490196078) inset;
          box-shadow: 0px 0px 4px 0px rgba(1, 54, 255, 0.7490196078) inset;
}

.ax-price1-grp {
  z-index: 1;
  height: 56px;
  padding: 0px 12px;
  border-radius: 12px;
  background-color: #DEE3E8;
}
.ax-price1-grp .highlight-shape1 {
  left: 22px;
  z-index: -1;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-price1-grp .highlight-shape2 {
  opacity: 0;
  right: 22px;
  z-index: -1;
  position: absolute;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-price1-grp:is(.active) .highlight-shape1 {
  opacity: 0;
}
.ax-price1-grp:is(.active) .highlight-shape2 {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.ax-wc1-sec {
  background-color: #F1F3F5;
}

.ax-wc1-top {
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-wc1-top .ax-sec-title {
  max-width: 700px;
}
.ax-wc1-top .item-desc {
  font-size: 18px;
  max-width: 510px;
}

.ax-wc1-content {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10px 1fr;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-wc1-wrapper1 {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-wrapper1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-wc1-wrapper2 {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.57fr 10px 1.67fr;
  grid-template-columns: 2.57fr 1.67fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-wrapper2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-wc1-item1 {
  border-radius: 16px;
  border: 4px solid #FFFFFF;
}
.ax-wc1-item1 .item-shape1 {
  top: -33%;
  left: -33%;
  z-index: 2;
}
.ax-wc1-item1 .item-shape2 {
  z-index: 2;
  right: -35%;
  bottom: -55%;
}
.ax-wc1-item1 .item-inner {
  border-radius: 16px;
  padding-bottom: 30px;
  background-color: #F1F3F5;
}
.ax-wc1-item1 .item-inner:before {
  left: 0;
  top: 65px;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  max-height: 136px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.43%, #F1F3F5), to(rgba(241, 243, 245, 0)));
  background: linear-gradient(180deg, #F1F3F5 12.43%, rgba(241, 243, 245, 0) 100%);
}
.ax-wc1-item1 .item-inner:after {
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  bottom: -30px;
  max-height: 136px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 245, 0)), color-stop(87.57%, #F1F3F5));
  background: linear-gradient(180deg, rgba(241, 243, 245, 0) 0%, #F1F3F5 87.57%);
}
.ax-wc1-item1 .item-title {
  z-index: 3;
  position: relative;
  padding: 34px 34px 25px;
}
.ax-wc1-item1 .item-title h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--ax-title-color);
}

.ax-item-marque {
  margin: 6px 5px;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 12px 6px 6px;
  background-color: rgba(13, 27, 42, 0.0588235294);
  backdrop-filter: blur(27px);
}
.ax-item-marque .item-text-icon {
  gap: 6px;
}
.ax-item-marque .item-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #fff;
}
.ax-item-marque .item-text {
  color: var(--ax-title-color);
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.ax-wc1-item2 {
  z-index: 1;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-item2 {
    padding-bottom: 30px;
  }
}
.ax-wc1-item2 .ax-wc-img1 {
  top: -28%;
  left: -12%;
  z-index: -1;
}
.ax-wc1-item2 .item-counter {
  padding-top: 100px;
  padding-left: 30px;
  padding-bottom: 110px;
}
.ax-wc1-item2 .item-counter h3 {
  color: #fff;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.0625;
}
.ax-wc1-item2 .item-counter h3 span {
  font-weight: 600;
}
.ax-wc1-item2 .item-counter h3 sup {
  top: 3px;
  font-size: inherit;
}
.ax-wc1-item2 .item-counter p {
  color: #fff;
  margin-top: -8px;
}
.ax-wc1-item2 .item-cta-area {
  padding-right: 45px;
}
.ax-wc1-item2 .item-cta {
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-item2 .item-cta {
    padding-left: 15px;
  }
}
.ax-wc1-item2 .item-cta .item-text {
  color: #0D1B2A;
  max-width: 240px;
  text-align: right;
}
.ax-wc1-item2 .item-cta .item-text a {
  color: #0035F7;
  text-decoration: underline;
}
.ax-wc1-item2 .item-cta .item-icon {
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  background-color: var(--ax-prime-c);
}
@media (max-width: 480px) {
  .ax-wc1-item2 .item-cta .item-icon {
    display: none !important;
  }
}
.ax-wc1-item2 .item-cta .item-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 1px solid var(--ax-prime-c);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
          animation: border_animation 3.9s linear 0s infinite;
}
.ax-wc1-item2 .item-cta .item-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.ax-wc1-item2 .item-cta .item-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.ax-wc1-item3 {
  border-radius: 12px;
  padding: 24px 28px 30px;
}
.ax-wc1-item3 .cl-img-rate {
  gap: 10px;
}
@media (max-width: 480px) {
  .ax-wc1-item3 .cl-img-rate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-wc1-item3 .cl-img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-wc1-item3 .cl-img-list li {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  margin-left: -18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #0B1018;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-wc1-item3 .cl-img-list li:first-child {
  margin-left: 0;
}
.ax-wc1-item3 .cl-img-list li:last-child {
  color: #0C0019;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  background-color: #fff;
}
.ax-wc1-item3 .cl-img-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .ax-wc1-item3 .cl-img-list li {
    margin-left: -25px;
  }
}
.ax-wc1-item3 .cl-img-list li img {
  border-radius: 8px;
}
.ax-wc1-item3 .cl-img-list li:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.ax-wc1-item3 .cl-rate li {
  color: #fff;
  font-size: 14px;
}
.ax-wc1-item3 .cl-rate span {
  color: #fff;
  opacity: 0.68;
  padding-top: 3px;
}
.ax-wc1-item3 .ax-client-satis {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .ax-wc1-item3 .ax-client-satis {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-wc1-item3 .ax-client-satis h3 {
  color: #fff;
  line-height: 1;
  font-size: 60px;
}
.ax-wc1-item3 .ax-client-satis h3 span {
  font-weight: 600;
}
.ax-wc1-item3 .ax-client-satis h3 sup {
  top: 3px;
  font-size: inherit;
}
.ax-wc1-item3 .ax-client-satis p {
  color: #fff;
  font-size: 20px;
  max-width: 255px;
  text-align: right;
}

.ax-wc1-item4 {
  z-index: 1;
  border-radius: 12px;
  border: 3px solid #FFFFFF;
}
.ax-wc1-item4 .ax-wc-shape2 {
  top: -42%;
  left: -20%;
  z-index: -1;
}
.ax-wc1-item4 .ax-wc-shape1 {
  left: -5%;
  z-index: -1;
  bottom: -65%;
}
.ax-wc1-item4 .ax-wc1-img2 {
  top: -20%;
  right: -22%;
}
.ax-wc1-item4 .ax-wc1-img2 img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.ax-wc1-item4 .inner-item {
  padding-top: 32px;
  padding-left: 32px;
  border-radius: 12px;
}
.ax-wc1-item4 .inner-item .item-title h3 {
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 5px;
}
.ax-wc1-item4 .inner-item .item-title p {
  font-size: 18px;
}
.ax-wc1-item4 .item-chat-area {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-item4 .item-chat-area {
    margin-left: 0;
  }
}
.ax-wc1-item4 .item-chat-area .chat-item {
  gap: 8px;
  margin-bottom: 14px;
}
.ax-wc1-item4 .item-chat-area .chat-item .item-img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
}
.ax-wc1-item4 .item-chat-area .chat-item .item-text {
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  background-color: var(--ax-title-color);
}
.ax-wc1-item4 .item-chat-area .chat-item:nth-child(even) .item-text {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
}

.ax-wc1-item5 {
  z-index: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--ax-title-color);
}
.ax-wc1-item5 .item-bg {
  top: 25%;
  left: 0%;
  width: 120%;
  height: 100%;
}
.ax-wc1-item5 .item-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 50%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#0D1B2A), to(rgba(13, 27, 42, 0)));
  background: linear-gradient(180deg, #0D1B2A 0%, rgba(13, 27, 42, 0) 100%);
}
.ax-wc1-item5 .item-bg img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.ax-wc1-item5 .item-text {
  z-index: 2;
  padding: 20px 24px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc1-item5 .item-text {
    padding: 10px 15px;
  }
}
.ax-wc1-item5 .item-text p {
  color: #fff;
  opacity: 0.8;
  padding-top: 18px;
}
.ax-wc1-item5 .item-text ul {
  padding-top: 30px;
}
.ax-wc1-item5 .item-text li {
  gap: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-wc1-item5 .item-title {
  gap: 14px;
}
.ax-wc1-item5 .item-title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ax-wc1-item5 .item-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .ax-wc1-item5 .item-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-wc1-item5 .item-btn a {
  color: #fff;
  width: 100%;
  padding: 12px;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.1215686275);
  font-family: var(--ax-mona);
  backdrop-filter: blur(12px);
}
.ax-wc1-item5 .item-btn a:hover {
  color: var(--ax-title-color);
  background-color: var(--ax-prime-c);
}

/*---------------------------------------------------- */
/*work Process area*/
/*----------------------------------------------------*/
.ax-workp-sec {
  z-index: 1;
}
.ax-workp-sec .ax-workp-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-workp-sec .ax-sec-title {
  margin: 0 auto;
  max-width: 850px;
}
.ax-workp-sec .ax-sec-title .subtitle {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#011767), color-stop(50%, rgba(255, 255, 255, 0)), to(#011767));
  background: linear-gradient(90deg, #011767 0%, rgba(255, 255, 255, 0) 50%, #011767 100%);
}
.ax-workp-sec .ax-sec-title .sec_title {
  color: #fff;
}

.ax-workp-content {
  gap: 30px 40px;
  display: -ms-grid;
  display: grid;
  padding-top: 225px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp-content {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-workp-content {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-workp-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@-webkit-keyframes hithere {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40%, 60% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hithere {
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40%, 60% {
    -webkit-transform: rotate(-10deg) scale(1.1);
    transform: rotate(-10deg) scale(1.1);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.1);
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ax-workp-item .item-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 25px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #000000 inset;
          box-shadow: 0px 0px 5px 0px #000000 inset;
}
.ax-workp-item .item-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-workp-item .item-text h3 {
    font-size: 18px;
  }
}
.ax-workp-item .item-text span {
  font-size: 18px;
  font-weight: 600;
  color: var(--ax-prime-c);
}
.ax-workp-item .item-text p {
  opacity: 0.8;
  color: #fff;
}
.ax-workp-item .item-text .title-serial {
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}
.ax-workp-item .item-text .title-serial:before {
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  bottom: -1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: var(--ax-color2);
}
.ax-workp-item:hover .item-icon {
  -webkit-animation: hithere 1s ease infinite;
          animation: hithere 1s ease infinite;
}
.ax-workp-item:hover .title-serial:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*project area*/
/*----------------------------------------------------*/
.ax-cs-slider {
  margin-right: -485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs-slider {
    margin-right: 0;
  }
}

.ax-cs-item {
  height: 501px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 608px;
  position: relative;
}
.ax-cs-item:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 2;
  height: 0px;
  position: absolute;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 54, 255, 0)), to(#012099));
  background: linear-gradient(180deg, rgba(1, 54, 255, 0) 0%, #012099 100%);
}
.ax-cs-item .item-img-meta {
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cs-item .item-img-meta .item-img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-title-color);
}
.ax-cs-item .item-img-meta .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cs-item .item-img-meta .item-meta {
  top: 24px;
  left: 24px;
  padding: 5px 13px;
  border-radius: 6px;
  position: absolute;
  background-color: var(--ax-title-color);
}
.ax-cs-item .item-img-meta .item-meta a {
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-right: 13px;
}
.ax-cs-item .item-img-meta .item-meta a:last-child {
  margin-right: 0;
}
.ax-cs-item .item-img-meta .item-meta a:last-child:before {
  display: none;
}
.ax-cs-item .item-img-meta .item-meta a:before {
  top: 0;
  right: -12px;
  content: "/";
  position: absolute;
  color: var(--ax-prime-c);
}
.ax-cs-item .item-text {
  left: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cs-item .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}
.ax-cs-item .item-text p {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ax-cs-item:hover:before {
  height: 241px;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.ax-cs-item:hover .item-img-meta {
  height: 501px;
}
.ax-cs-item:hover .item-img-meta .item-img img {
  mix-blend-mode: luminosity;
}
.ax-cs-item:hover .item-text {
  left: 40px;
  right: 15px;
  bottom: 40px;
}
.ax-cs-item:hover .item-text h3, .ax-cs-item:hover .item-text p {
  color: #fff;
}

.ax-cs-pagi .swiper-pagination-bullet {
  width: 8px;
  opacity: 1;
  height: 8px;
  opacity: 0.16;
  border-radius: 40px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-title-color);
}
.ax-cs-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  opacity: 1;
  height: 8px;
  width: 44px;
  background-color: #1457C7;
}

/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/
.ax-team-sec .container {
  max-width: 1584px !important;
}

.ax-team-content {
  z-index: 1;
  padding: 20px;
  overflow: hidden;
  border-radius: 32px;
  background-color: #F1F3F5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.ax-team-content .ax-team-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #F1F3F5;
}
.ax-team-content .ax-team-bg img {
  opacity: 0.8;
  mix-blend-mode: luminosity;
}

.ax-team-text-wrap {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 805px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team-text-wrap {
    padding-left: 0;
    padding-right: 20px;
  }
}
.ax-team-text-wrap .ax-sec-title {
  max-width: 600px;
}
.ax-team-text-wrap .ax-sec-title .sec_title {
  font-size: 52px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-team-text-wrap .ax-sec-title .sec_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-btn-desc {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-btn-desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ax-btn-desc p {
  font-size: 20px;
  max-width: 423px;
}
.ax-btn-desc p span {
  width: 100px;
}
.ax-btn-desc p b {
  color: #0D1B2A;
  font-weight: 400;
}

.ax-team-member-wrap {
  gap: 8px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 552px;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .ax-team-member-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-team1-item {
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.ax-team1-item .item-link {
  top: 50px;
  opacity: 0;
  right: 12px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-team1-item .item-link a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.2784313725);
}
.ax-team1-item .item-link a i {
  color: #fff;
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-team1-item .item-link a:hover {
  background-color: var(--ax-prime-c);
}
@media (max-width: 480px) {
  .ax-team1-item {
    margin: 0 auto;
    max-width: 272px;
  }
}
.ax-team1-item:before {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  content: "";
  height: 100%;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.2392156863);
  backdrop-filter: blur(5px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-team1-item:after {
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: 0;
  width: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 27, 42, 0)), to(#0D1B2A));
  background: linear-gradient(180deg, rgba(13, 27, 42, 0) 0%, #0D1B2A 100%);
}
.ax-team1-item .item-img {
  width: 272px;
  height: 356px;
}
.ax-team1-item .item-text-social {
  gap: 15px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-team1-item .item-name {
  z-index: 2;
}
.ax-team1-item .item-name h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.ax-team1-item .item-name span {
  color: #fff;
  opacity: 0.72;
}
.ax-team1-item .item-social {
  z-index: 2;
}
.ax-team1-item .item-social a {
  opacity: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ax-team1-item .item-social a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-team1-item:hover .item-link {
  top: 12px;
  opacity: 1;
  visibility: visible;
}
.ax-team1-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.ax-team1-item:hover .item-social a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ax-team1-item:hover .item-social a:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.ax-team1-item:hover .item-social a:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.ax-team1-item:hover .item-social a:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.ax-team1-item:hover .item-social a:nth-child(4) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.ax-team1-item:hover .item-social a:hover span {
  color: #fff;
  background-color: var(--ax-prime-c);
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.ax-testi1-sec .ax-testi-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ax-testi1-sec .ax-testi-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  position: absolute;
  background-color: var(--ax-title-color);
}

.ax-testi-content {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 455px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi-content {
    padding-top: 120px;
  }
}

.ax-testi1-slider-area {
  width: 100%;
  max-width: 696px;
}

.ax-testi1-item {
  gap: 15px;
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 5px;
  background-color: #F1F3F5;
  border: 3px solid #FFFFFF;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi1-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ax-testi1-item:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  opacity: 0.6;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#0136FF), to(#55D7EA));
  background: linear-gradient(90deg, #0136FF 0%, #55D7EA 100%);
}
.ax-testi1-item .item-text {
  padding: 20px;
  max-width: 455px;
}
@media (max-width: 480px) {
  .ax-testi1-item .item-text {
    padding-left: 0;
  }
}
.ax-testi1-item .item-text li {
  opacity: 0;
  color: #FF8D28;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ax-testi1-item .item-text p {
  opacity: 0;
  font-size: 22px;
  line-height: 1.55;
  padding-top: 20px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  color: var(--ax-title-color);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ax-testi1-item .item-text p i {
  color: var(--ax-color2);
}
@media (max-width: 480px) {
  .ax-testi1-item .item-text p {
    font-size: 18px;
  }
}
.ax-testi1-item .item-text .author-name {
  opacity: 0;
  margin-top: 65px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi1-item .item-text .author-name {
    margin-top: 30px;
  }
}
.ax-testi1-item .item-text .author-name h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.ax-testi1-item .item-img {
  max-width: 152px;
  overflow: hidden;
  border-radius: 12px;
}
.ax-testi1-item .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi1-item .item-img {
    max-height: 200px;
  }
}

.swiper-slide-active .ax-testi1-item:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ax-testi1-item .item-text li {
  opacity: 1;
}
.swiper-slide-active .ax-testi1-item .item-text li:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.swiper-slide-active .ax-testi1-item .item-text li:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.swiper-slide-active .ax-testi1-item .item-text li:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ax-testi1-item .item-text li:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ax-testi1-item .item-text li:nth-child(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ax-testi1-item .item-text p {
  opacity: 1;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ax-testi1-item .item-text .author-name {
  opacity: 1;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .ax-testi1-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ax-testi1-slider .swiper-slide {
  padding: 20px 10px;
}

.ax-testi1-nav {
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi1-nav {
    margin-bottom: 0;
  }
}

.ax-testi1-prev,
.ax-testi1-next {
  color: #fff;
  width: 68px;
  height: 68px;
  cursor: pointer;
  font-size: 20px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi1-prev,
  .ax-testi1-next {
    width: 50px;
    height: 50px;
  }
}
.ax-testi1-prev:hover,
.ax-testi1-next:hover {
  color: #fff;
  border: 1px solid var(--ax-prime-c);
  background-color: var(--ax-prime-c);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ax-blog1-sec .ax-wc1-top {
  gap: 20px;
}
.ax-blog1-sec .ax-wc1-top .ax-sec-title {
  max-width: 670px;
}

.ax-blog1-content {
  display: -ms-grid;
  display: grid;
  gap: 30px 10px;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog1-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog1-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-blog1-item {
  margin: 0 auto;
  max-width: 460px;
}
.ax-blog1-item .item-img {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
}
.ax-blog1-item .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blog1-item .item-text .item-meta {
  margin-bottom: 15px;
}
.ax-blog1-item .item-text .item-meta a {
  font-size: 13px;
  color: #0D1B2A;
  font-weight: 500;
  margin-right: 5px;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(16, 236, 176, 0.5215686275);
  letter-spacing: -0.15px;
}
.ax-blog1-item .item-text .item-meta a:nth-child(2) {
  background-color: #F1F3F5;
}
.ax-blog1-item .item-text .blg_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-blog1-item .item-text .blg_title {
    font-size: 20px;
  }
}
.ax-blog1-item .item-text .blg_title:hover {
  color: var(--ax-color2);
}
.ax-blog1-item .item-text .read_more {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 432px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-blog1-item .item-text .read_more span {
  opacity: 0.64;
  color: #0C0019;
  white-space: nowrap;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-blog1-item .item-text .read_more b {
  width: 62%;
  height: 1px;
  opacity: 0.2;
  background-color: #0C0019;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-blog1-item .item-text .read_more b {
    display: none;
  }
}
.ax-blog1-item .item-text .read_more i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F3F5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--ax-title-color);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-blog1-item .item-text .read_more:hover span {
  opacity: 1;
}
.ax-blog1-item .item-text .read_more:hover b {
  opacity: 1;
}
.ax-blog1-item .item-text .read_more:hover b:before {
  width: 100%;
}
.ax-blog1-item .item-text .read_more:hover i {
  color: #000;
  background-color: var(--ax-prime-c);
}
.ax-blog1-item:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ax-blg-btn {
  z-index: 1;
  height: 88px;
}
.ax-blg-btn .ax-btn-shape {
  top: 0;
  left: 0;
  z-index: -1;
}
.ax-blg-btn .ax-btn1 a {
  background: #0D1B2A;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.ax-faq1-sec {
  z-index: 5;
  position: relative;
  background-color: #BDFFED;
  backdrop-filter: blur(96px);
}
.ax-faq1-sec .ax-faq1-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
  mix-blend-mode: luminosity;
}
.ax-faq1-sec .ax-faq-circle {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ax-faq1-content {
  margin: 0 auto;
  max-width: 870px;
  margin-top: 50px;
  border-top: 1px solid #0D1B2A;
}
.ax-faq1-content .accordion-item,
.ax-faq1-content .accordion-button {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ax-faq1-content .accordion-item {
  border: none;
  padding: 35px 0px;
  position: relative;
  padding-left: 44px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-bottom: 1px solid rgba(13, 27, 42, 0.12);
}
@media (max-width: 480px) {
  .ax-faq1-content .accordion-item {
    padding: 23px 15px 23px 15px;
  }
}
.ax-faq1-content .accordion-item:is(.active) {
  border: 1px solid rgba(13, 27, 42, 0.12) !important;
}
.ax-faq1-content .accordion-button {
  padding: 0;
  border: none;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  font-family: var(--ax-mona);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq1-content .accordion-button {
    padding: 20px 0px;
  }
}
.ax-faq1-content .accordion-button i {
  opacity: 0.5;
  margin-left: -40px;
  margin-right: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-faq1-content .accordion-button i {
    margin-left: 0;
    margin-right: 10px;
  }
}
.ax-faq1-content .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.ax-faq1-content .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq1-content .accordion-body {
  padding: 0;
  font-size: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-faq1-content .accordion-body .bi-faq-text {
  opacity: 0.8;
  color: #0D1B2A;
  max-width: 730px;
  padding-top: 22px;
}
.ax-faq1-content .accordion-button::after {
  top: -8px;
  right: 0px;
  opacity: 0.7;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  content: "+";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D1B2A;
  border-radius: 8px;
  background: rgba(42, 42, 42, 0.0784313725);
  font-family: "Font Awesome 6 free";
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  backdrop-filter: blur(8px);
}
@media (max-width: 480px) {
  .ax-faq1-content .accordion-button::after {
    top: 50%;
    right: 0px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
  }
}
.ax-faq1-content .accordion-button:not(.collapsed) {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq1-content .accordion-button:not(.collapsed) span {
  color: #000000;
}
.ax-faq1-content .accordion-button:not(.collapsed) i {
  opacity: 1;
}
.ax-faq1-content .accordion-button:not(.collapsed):after {
  opacity: 1;
  color: #0D1B2A;
  content: "\f068";
  background-color: var(--ax-prime-c);
}
@media (max-width: 480px) {
  .ax-faq1-content .accordion-button:not(.collapsed):after {
    background-color: transparent;
  }
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ax-contact-sec {
  position: sticky !important;
    bottom: 0;
    min-height: 100vh !important;
    z-index: 1 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-contact-sec {
    position: static;
  }
}
.ax-contact-sec .ax-contact-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.ax-contact-sec .ax-cont-text {
  left: 0;
  top: 25px;
  position: absolute;
}

.ax-cont-text {
  margin-top: 8px;
}
.ax-cont-text h2 {
  color: #fff;
  font-size: 146px;
  font-weight: 500;
  letter-spacing: -1.46px;
}

.ax-contact-content {
  padding-top: 386px;
  padding-bottom: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-contact-content {
    padding-top: 300px;
  }
}

.ax-contact-form {
  width: 100%;
  padding: 40px;
  max-width: 700px;
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.3019607843);
  backdrop-filter: blur(16px);
}
.ax-contact-form .row {
  --bs-gutter-x: 20px;
}
.ax-contact-form label {
  color: #fff;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--ax-mona);
}
.ax-contact-form input, .ax-contact-form textarea {
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 32px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.ax-contact-form input::-webkit-input-placeholder, .ax-contact-form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.ax-contact-form input::-moz-placeholder, .ax-contact-form textarea::-moz-placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.ax-contact-form input:-ms-input-placeholder, .ax-contact-form textarea:-ms-input-placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.ax-contact-form input::-ms-input-placeholder, .ax-contact-form textarea::-ms-input-placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.ax-contact-form input::placeholder, .ax-contact-form textarea::placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.ax-contact-form input:focus, .ax-contact-form textarea:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.ax-contact-form textarea {
  height: 100px;
}
.ax-contact-form button {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-weight: 600;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-family: var(--ax-mona);
  padding: 10px 10px 10px 30px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-contact-form button span {
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.32px;
  color: var(--ax-title-color);
}
.ax-contact-form button i {
  width: 36px;
  color: #fff;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: var(--ax-title-color);
}
.ax-contact-form button:hover {
  background-color: var(--ax-prime-c);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-sec {
    height: auto;
  }
}
.ax-hero2-sec:before {
  right: 0;
  top: 72px;
  z-index: 1;
  width: 72px;
  content: "";
  height: 165px;
  position: absolute;
  background-color: var(--ax-prime-c2);
}

.ax-hero2-content {
  margin-top: 72px;
  padding: 0px 72px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-content {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .ax-hero2-content {
    padding-right: 50px;
  }
}
.ax-hero2-content:before {
  left: 36px;
  width: 1px;
  content: "";
  height: 80px;
  bottom: 92px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-content:before {
    display: none !important;
  }
}
.ax-hero2-content:after {
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #051229;
}
.ax-hero2-content .ax-hr2-shape2 {
  top: 0;
  right: 0;
  z-index: 2;
  width: 170px;
  height: 165px;
  position: absolute;
  background-color: var(--ax-prime-c2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-content .ax-hr2-shape2 {
    display: none !important;
  }
}
.ax-hero2-content .ax-hr2-shape2 .item-icon {
  height: 80px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}
.ax-hero2-content .ax-hr2-shape2 .item-icon svg {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hero2-content .hero-shape1 {
  top: 0;
  left: 0;
  width: 72px;
  height: 80px;
  position: absolute;
}
.ax-hero2-content .hero-shape1:before {
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.ax-hero2-content .hero-shape1:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  content: "";
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: var(--ax-prime-c2);
}
.ax-hero2-content .hero-social {
  left: 20px;
  z-index: 2;
  width: 32px;
  bottom: 30%;
  height: 140px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-content .hero-social {
    display: none !important;
  }
}
.ax-hero2-content .hero-social:before {
  left: -8px;
  bottom: -35px;
  width: 48px;
  content: "";
  height: 4px;
  position: absolute;
  background-color: var(--ax-prime-c2);
}
.ax-hero2-content .hero-social a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.ax-hero2-content .hero-social a:hover {
  color: #fff;
  background-color: var(--ax-prime-c2);
}

.ax-hero2-slide-item {
  z-index: 1;
  padding-top: 235px;
  padding-bottom: 235px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero2-slide-item {
    padding: 180px 0px 120px;
  }
}
@media (max-width: 480px) {
  .ax-hero2-slide-item {
    padding: 140px 0px 100px;
  }
}
.ax-hero2-slide-item .item-circle {
  bottom: 65px;
  left: 70px;
  position: absolute;
}
.ax-hero2-slide-item .item-circle:before {
  top: 10px;
  right: 8px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
}
.ax-hero2-slide-item .item-circle .item-progress {
  stroke: red;
  fill: transparent;
}
.ax-hero2-slide-item .item-circle .item-progress circle:nth-child(1) {
  stroke-dashoffset: 0px;
  stroke-dasharray: 90px;
  stroke: rgba(255, 255, 255, 0.1);
}
.ax-hero2-slide-item .item-circle .item-progress circle:nth-child(2) {
  stroke-dasharray: 90px;
  stroke-dashoffset: 90px;
  stroke: rgb(255, 255, 255);
}
.ax-hero2-slide-item .ax-hero2-bg {
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.ax-hero2-slide-item .ax-hero2-bg img {
  -webkit-transition: all 20000ms ease-in-out;
  transition: all 20000ms ease-in-out;
  -webkit-transform: scale(1) translateX(0px);
          transform: scale(1) translateX(0px);
}
.ax-hero2-slide-item .ax-hero2-shape {
  top: 0;
  left: 0;
  z-index: -1;
}
.ax-hero2-slide-item .container {
  max-width: 1555px !important;
}

.ax-hero2-text {
  max-width: 900px;
}
.ax-hero2-text .hero-slug {
  z-index: 1;
  color: #fff;
  opacity: 0;
  position: relative;
  margin-bottom: 18px;
  border-radius: 120px;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hero2-text .hero-slug:before {
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 120px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.ax-hero2-text .hero-slug span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 120px;
  background-color: var(--ax-prime-c2);
}
.ax-hero2-text .hero-slug span i {
  margin-right: 4px;
}
.ax-hero2-text .hero-slug b {
  font-size: 15px;
  font-weight: 500;
  padding: 0px 12px;
}
.ax-hero2-text .hero_title {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}
.ax-hero2-text .hero_title .split-line {
  overflow: hidden;
  -webkit-transform: translateY(100%) scaleY(-0.6);
          transform: translateY(100%) scaleY(-0.6);
  opacity: 0;
  padding-bottom: 5px;
  -webkit-transition: 0.8s var(--cube-1);
  transition: 0.8s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.ax-hero2-text .hero_title span {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero2-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero2-text .hero_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ax-hero2-text .hero_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .ax-hero2-text .hero_title {
    font-size: 38px;
  }
}
.ax-hero2-text .item-desc {
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hero2-text .item-desc .item-icon {
  width: 40px;
  height: 40px;
}
.ax-hero2-text .item-desc .item-text {
  color: #E5E5E5;
  font-size: 18px;
  max-width: 650px;
}

.item-btn-wrap {
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ax-hr2-pagi {
  z-index: 2;
  right: 24px;
  left: auto !important;
  width: auto !important;
  position: absolute;
  top: 48% !important;
}
@media (max-width: 480px) {
  .ax-hr2-pagi {
    right: 12px;
  }
}
.ax-hr2-pagi .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  margin: 15px 0px !important;
  background-color: transparent;
}
.ax-hr2-pagi .swiper-pagination-bullet:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  border: 1px solid #FFFFFF;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hr2-pagi .swiper-pagination-bullet:after {
  top: 34%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.ax-hr2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ax-hero2-bottom {
  left: 0;
  bottom: 0;
  gap: 32px;
  z-index: 2;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero2-bottom {
    display: none !important;
  }
}
.ax-hero2-bottom .hr2-scroll {
  width: 216px;
  height: 68px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border-left: 4px solid transparent;
  background-color: var(--ax-prime-c2);
}
.ax-hero2-bottom .hr2-scroll a {
  gap: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-hero2-bottom .hr2-scroll:is(.ver_2):hover {
  border-right: 0;
  border-left: 4px solid #B4E717;
}
.ax-hero2-bottom .hr2-scroll:hover {
  border-left: none;
  border-right: 4px solid #B4E717;
}

.ax-hr2-nav {
  gap: 12px;
  width: 74%;
}
.ax-hr2-nav .ax-hr2-prev,
.ax-hr2-nav .ax-hr2-next {
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hr2-nav .ax-hr2-prev:hover,
.ax-hr2-nav .ax-hr2-next:hover {
  background-color: var(--ax-prime-c2);
}
.ax-hr2-nav .line_1 {
  width: 52px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ax-hr2-nav .line_2 {
  width: 90%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-slide-active .ax-hero2-slide-item .ax-hero2-bg {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-bg img {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: scale(1.7) translateX(0px);
          transform: scale(1.7) translateX(0px);
}
.swiper-slide-active .ax-hero2-slide-item .item-circle circle:nth-child(2) {
  -webkit-transition: all 7s cubic-bezier(0.216, 0.416, 0.25, 1);
  transition: all 7s cubic-bezier(0.216, 0.416, 0.25, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  stroke-dashoffset: 0px;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .item-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .item-btn-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero_title .split-line {
  -webkit-transform: translateY(0%) scaleY(1);
          transform: translateY(0%) scaleY(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero_title .split-line:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero_title .split-line:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .ax-hero2-slide-item .ax-hero2-text .hero_title .split-line:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ax-spon2-content {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.ax-spon2-content:after, .ax-spon2-content:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 312px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(24.82%, #FFFFFF), color-stop(50.38%, rgba(255, 255, 255, 0.98)), color-stop(75.46%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 24.82%, rgba(255, 255, 255, 0.98) 50.38%, rgba(255, 255, 255, 0.95) 75.46%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-spon2-content:after, .ax-spon2-content:before {
    display: none;
  }
}
.ax-spon2-content:before {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ax-spon2-wrap1 {
  width: 50%;
  overflow: hidden;
  display: flow-root;
  border-right: 1px solid #000000;
}
.ax-spon2-wrap1:last-child {
  border-right: none;
}

.ax-spon2-item {
  position: relative;
  display: inline-block;
}
.ax-spon2-item:before {
  right: 0;
  bottom: -12px;
  width: 1px;
  height: 130%;
  content: "";
  position: absolute;
  background-color: #E5E5E5;
}
.ax-spon2-item .item-img {
  width: 215px;
  height: 100px;
  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;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ax-ab2-content {
  gap: 88px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.36fr 88px 1.96fr;
  grid-template-columns: 2.36fr 1.96fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-content {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-ab2-img-wrap {
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-img-wrap {
    margin: 0 auto;
    max-width: 695px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ax-ab2-img-wrap .item-img1 {
  border-radius: 24px;
  overflow: hidden;
  margin-top: 24px;
}
.ax-ab2-img-wrap .item-img1 .inner-img {
  overflow: hidden;
  border-radius: 24px;
}
.ax-ab2-img-wrap .item-img1 img {
  overflow: hidden;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ab2-img-wrap .item-img1:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ax-ab2-img-wrap .item-img2 {
  border-radius: 24px;
  overflow: hidden;
}
.ax-ab2-img-wrap .item-img2 .inner-img {
  overflow: hidden;
  border-radius: 24px;
}
.ax-ab2-img-wrap .item-img2 img {
  overflow: hidden;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ab2-img-wrap .item-img2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ax-ab2-img-wrap .ax-ab2-exp {
  right: 0;
  top: -24px;
  width: 176px;
  height: 146px;
  padding: 26px 24px;
  position: relative;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: var(--ax-prime-c2);
}
.ax-ab2-img-wrap .ax-ab2-exp:before {
  right: 0;
  content: "";
  bottom: -35px;
  position: absolute;
  border-top: 35px solid #0001B7;
  border-right: 35px solid transparent;
}
.ax-ab2-img-wrap .ax-ab2-exp h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-ab2-img-wrap .ax-ab2-exp p {
  color: #fff;
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.ax-ab2-img-wrap .ax-ab2-client {
  left: 60px;
  bottom: -33px;
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 24px 20px;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-img-wrap .ax-ab2-client {
    bottom: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-img-wrap .ax-ab2-client {
    position: static !important;
  }
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap {
  gap: 10px;
}
@media (max-width: 480px) {
  .ax-ab2-img-wrap .ax-ab2-client .top-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap h3 {
  color: #051229;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -2px;
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap li {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFFFFF;
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap li:last-child {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  background-color: var(--ax-prime-c2);
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap li:first-child {
  margin-left: 0;
}
.ax-ab2-img-wrap .ax-ab2-client .top-wrap li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ax-ab2-img-wrap .ax-ab2-client p {
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab2-text-wrap {
    margin: 0 auto;
    max-width: 580px;
  }
}

.ax-ab2-card {
  z-index: 1;
  width: 100%;
  padding: 8px;
  position: relative;
  background-color: #ECF1F8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ax-ab2-card:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 48px;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c2);
}
.ax-ab2-card .item-wrap {
  gap: 15px;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  background-color: #fff;
}
.ax-ab2-card .item-icon-text {
  gap: 12px;
}
.ax-ab2-card .item-icon-text .item-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: var(--ax-prime-c2);
}
.ax-ab2-card .item-icon-text .item-text {
  width: 85px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}
.ax-ab2-card .icon-pair {
  z-index: 1;
  position: relative;
}
.ax-ab2-card:hover:before {
  width: 100%;
}

.ax-ab2-tab {
  max-width: 500px;
}

.ax-about2-tab-btn {
  top: 18px;
  z-index: 2;
  right: 24px;
}
.ax-about2-tab-btn .nav-item .nav-link {
  padding: 0;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-about2-tab-btn .nav-item .nav-link:is(.active) {
  z-index: 1;
}
.ax-about2-tab-btn .nav-item .nav-link:is(.active) .item-icon {
  background-color: var(--ax-prime-c2);
}
.ax-about2-tab-btn .nav-item:nth-child(2) .nav-link {
  margin-left: -8px;
}
.ax-about2-tab-btn .nav-item .item-icon {
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 16px;
  margin-left: -10px;
  border: 4px solid #FFFFFF;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-title-color2);
}
.ax-about2-tab-btn .nav-item .item-icon:nth-child(2) {
  z-index: -2;
  position: relative;
}

.ax-ab2-list-wrap h4 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.ax-ab2-list-wrap h4:before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--ax-prime-c2);
}
.ax-ab2-list-wrap p {
  padding-bottom: 20px;
}
.ax-ab2-list-wrap li {
  margin-bottom: 10px;
  color: var(--ax-title-color2);
}
.ax-ab2-list-wrap li i {
  margin-right: 8px;
}

.ab-btn-wrap {
  gap: 24px;
}
.ab-btn-wrap .btn_2 {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--ax-title-color);
}
.ab-btn-wrap .btn_2 i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--ax-prime-c2);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ax-ser2-sec {
  margin: 0px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-sec {
    margin: 0;
  }
}

.ax-ser2-wrapper {
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-wrapper {
    border-radius: 0;
  }
}
.ax-ser2-wrapper .ax-ser2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-ser2-wrapper .ax-ser2-bg:before {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.94;
  position: absolute;
  background-color: var(--ax-title-color2);
}

.ax-ser2-top .ax-sec-title2 {
  max-width: 535px;
}
.ax-ser2-top .ax-sec-title2 .subtitle {
  color: #fff;
}
.ax-ser2-top .ax-sec-title2 .sec_title {
  color: #fff;
}
.ax-ser2-top .ax-sec-title2 .sec_title span {
  color: #fff;
  opacity: 0.7;
}
.ax-ser2-top .top_desc {
  margin-top: 15px;
  max-width: 465px;
}
.ax-ser2-top .top_desc p {
  color: #E5E5E5;
  padding-bottom: 20px;
}

@-webkit-keyframes glow {
  0%, 100% {
    opacity: 0.3;
    -webkit-filter: drop-shadow(0 0 0px #1D1EE3);
            filter: drop-shadow(0 0 0px #1D1EE3);
  }
  50% {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 5px #1D1EE3) drop-shadow(0 0 10px #1D1EE3);
            filter: drop-shadow(0 0 5px #1D1EE3) drop-shadow(0 0 10px #1D1EE3);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.3;
    -webkit-filter: drop-shadow(0 0 0px #1D1EE3);
            filter: drop-shadow(0 0 0px #1D1EE3);
  }
  50% {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 5px #1D1EE3) drop-shadow(0 0 10px #1D1EE3);
            filter: drop-shadow(0 0 5px #1D1EE3) drop-shadow(0 0 10px #1D1EE3);
  }
}
.ax-ser2-item {
  z-index: 1;
  max-width: 1210px;
  padding: 48px 0px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item {
    gap: 20px;
    padding-right: 15px;
  }
}
.ax-ser2-item:before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 30, 227, 0)), color-stop(24.54%, rgba(29, 30, 227, 0)), color-stop(50.26%, rgba(29, 30, 227, 0.1)), color-stop(74.62%, rgba(29, 30, 227, 0.2)), to(rgba(29, 30, 227, 0.3)));
  background: linear-gradient(90deg, rgba(29, 30, 227, 0) 0%, rgba(29, 30, 227, 0) 24.54%, rgba(29, 30, 227, 0.1) 50.26%, rgba(29, 30, 227, 0.2) 74.62%, rgba(29, 30, 227, 0.3) 100%);
}
.ax-ser2-item .item-arrow {
  top: 35px;
  left: -50px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item .item-arrow {
    display: none;
  }
}
.ax-ser2-item .item-arrow .arrow {
  opacity: 0.3;
  -webkit-filter: drop-shadow(0 0 0px #1D1EE3);
          filter: drop-shadow(0 0 0px #1D1EE3);
  -webkit-animation: glow 2s infinite ease-in-out;
          animation: glow 2s infinite ease-in-out;
}
.ax-ser2-item .item-arrow .arrow_1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ax-ser2-item .item-arrow .arrow_2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ax-ser2-item .item-arrow .arrow_3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ax-ser2-item .item-icon-text {
  gap: 22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item .item-icon-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ser2-item .item-icon-text .item-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background-color: #1D293E;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ser2-item .item-icon-text .item-text a {
  color: #E5E5E5;
  font-size: 24px;
  max-width: 350px;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: var(--ax-dm);
}
.ax-ser2-item .item-icon-text .item-text p {
  height: 0;
  opacity: 0;
  color: #E5E5E5;
  max-width: 575px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-ser2-item .item-icon-text .item-text p {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-ser2-item .item-icon-text .item-text p {
    max-width: 360px;
  }
}
.ax-ser2-item .item-serial {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.ax-ser2-item .item-img {
  top: -35px;
  opacity: 0;
  right: 100px;
  position: absolute;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item .item-img {
    display: none;
  }
}
.ax-ser2-item .item-img a {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ax-prime-c2);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.ax-ser2-item .item-img a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ser2-item .item-img a:hover {
  color: #fff;
  background-color: var(--ax-prime-c2);
}
.ax-ser2-item .item-img a:hover svg path {
  fill: #fff;
}
.ax-ser2-item:hover, .ax-ser2-item:is(.active) {
  padding-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item:hover, .ax-ser2-item:is(.active) {
    padding-left: 0;
  }
}
.ax-ser2-item:hover:before, .ax-ser2-item:is(.active):before {
  opacity: 1;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.ax-ser2-item:hover .item-arrow, .ax-ser2-item:is(.active) .item-arrow {
  left: 0;
  opacity: 1;
}
.ax-ser2-item:hover .item-icon-text .item-icon, .ax-ser2-item:is(.active) .item-icon-text .item-icon {
  background-color: var(--ax-prime-c2);
}
.ax-ser2-item:hover .item-icon-text .item-text p, .ax-ser2-item:is(.active) .item-icon-text .item-text p {
  opacity: 1;
  height: 48px;
}
.ax-ser2-item:hover .item-img, .ax-ser2-item:is(.active) .item-img {
  opacity: 1;
  right: -100px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser2-item:hover .item-img, .ax-ser2-item:is(.active) .item-img {
    right: 0;
  }
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ax-project2-wrapper {
  height: 824px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project2-wrapper {
    height: auto;
  }
}

.ax-project2-content1,
.ax-project2-content2 {
  height: 100%;
  width: 140%;
  height: 400px;
  margin-bottom: 24px;
  max-width: 2650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project2-content1,
  .ax-project2-content2 {
    gap: 30px;
    height: auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project2-content1,
  .ax-project2-content2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-project2-content1 {
  margin-right: -30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project2-content1 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.ax-project2-content2 {
  margin-left: -25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project2-content2 {
    margin-left: 0;
  }
}

.ax-pro-item2 {
  max-width: 520px;
  overflow: hidden;
  margin: 0px 12px;
  display: inline-block;
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro-item2 {
    margin: 0;
    max-width: 100%;
  }
}
.ax-pro-item2 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-pro-item2 .inner-item {
  height: 100%;
}
.ax-pro-item2 .item-meta {
  top: 16px;
  left: 16px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-pro-item2 .item-meta a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  backdrop-filter: blur(16px);
  background: rgba(13, 27, 42, 0.3019607843);
}
.ax-pro-item2 .item-text {
  left: 0px;
  right: 0px;
  width: 96%;
  bottom: 8px;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #fff;
  padding: 8px 8px 8px 24px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-pro-item2 .item-text span {
  color: #121212;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.ax-pro-item2 .item-text i {
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c2);
}
.ax-pro-item2 .item-text i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-pro-item2:hover .item-meta {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ax-pro-item2:hover .item-text {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ax-pro-item2:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ax-circle-btn {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--ax-prime-c2);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.ax-circle-btn:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 10px solid #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-circle-btn {
    display: none !important;
  }
}
.ax-circle-btn .ax-btn-cir {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.ax-circle-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.ax-why-c2-sec {
  margin: 0px 20px;
  border-radius: 40px;
  background-color: #EDF2F8;
}

.ax-why-c2-top {
  gap: 15px;
}
.ax-why-c2-top .subtitle {
  font-size: 16px;
  color: var(--ax-prime-c2);
}
.ax-why-c2-top .ax-sec-title2 {
  max-width: 580px;
}
.ax-why-c2-top .ax-sec-title2 .sec_title {
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-why-c2-top .ax-sec-title2 .sec_title {
    font-size: 30px;
  }
}
.ax-why-c2-top .ax-sec-title2 p {
  max-width: 380px;
}
.ax-why-c2-top .ax-wc-top-btn a {
  font-size: 18px;
  font-weight: 500;
  color: var(--ax-title-color2);
}
.ax-why-c2-top .ax-wc-top-btn a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--ax-prime-c2);
}
.ax-why-c2-top .ax-wc-top-btn a:hover {
  color: var(--ax-prime-c2);
}

.ax-why-c2-content {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-wc2-item1 {
  overflow: hidden;
  max-width: 445px;
  border-radius: 32px;
  border: 8px solid #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-wc2-item1 {
    width: 100%;
    height: 500px;
    max-width: 100%;
  }
}
.ax-wc2-item1:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), color-stop(59.66%, rgba(0, 0, 0, 0.432)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.432) 59.66%, rgba(0, 0, 0, 0.6) 100%);
}
.ax-wc2-item1 .item-text {
  left: 0px;
  right: 0px;
  bottom: 6px;
  padding: 20px;
  max-width: 98%;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  background-color: var(--ax-prime-c2);
}
.ax-wc2-item1 .item-text h3, .ax-wc2-item1 .item-text p {
  color: #fff;
}
.ax-wc2-item1 .item-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.ax-wc2-item1 .item-text p {
  color: #E5E5E5;
  padding-bottom: 12px;
}
.ax-wc2-item1 .item-text a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.ax-wc2-item1 .item-text a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-wc2-item1 .item-text a:hover {
  letter-spacing: 1px;
}
.ax-wc2-item1 .item-text a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.ax-why-c2-area {
  width: 100%;
  max-width: 905px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c2-area {
    margin: 0 auto;
  }
}

.ax-why-c2-inner {
  gap: 12px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c2-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c2-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-wc2-item2 {
  max-width: 512px;
  padding: 24px 28px;
  border-radius: 24px;
  margin-bottom: 12px;
  background-color: #fff;
}
.ax-wc2-item2 .item-item {
  width: 100%;
  height: 276px;
}
.ax-wc2-item2 .item-item .hand-img1 {
  top: -15px;
  left: -20px;
  position: absolute;
}
.ax-wc2-item2 .item-item .hand-img2 {
  right: -25px;
  bottom: 20px;
  position: absolute;
}
.ax-wc2-item2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  font-family: var(--ax-inter);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-wc2-item2 h3 i {
  opacity: 0.6;
}
.ax-wc2-item2 p {
  letter-spacing: -1px;
}
.ax-wc2-item2 .item-img-wrap {
  width: 100%;
  height: 275px;
}
.ax-wc2-item2 .item-img-wrap ul {
  z-index: 1;
  position: relative;
}
.ax-wc2-item2 .item-img-wrap li {
  position: absolute;
}
.ax-wc2-item2 .item-img-wrap li:nth-child(1) {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.ax-wc2-item2 .item-img-wrap li:nth-child(2) {
  top: 10px;
  left: 40px;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media (max-width: 480px) {
  .ax-wc2-item2 .item-img-wrap li:nth-child(2) {
    display: none;
  }
}
.ax-wc2-item2 .item-img-wrap li:nth-child(3) {
  top: 10px;
  right: 40px;
  z-index: -1;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 480px) {
  .ax-wc2-item2 .item-img-wrap li:nth-child(3) {
    display: none;
  }
}
.ax-wc2-item2 .item-img-wrap li:nth-child(4) {
  left: 0;
  z-index: -1;
  bottom: -55px;
  -webkit-transform: rotate(-31.11deg);
          transform: rotate(-31.11deg);
}
.ax-wc2-item2 .item-img-wrap li:nth-child(5) {
  right: 0;
  z-index: -1;
  bottom: -55px;
  -webkit-transform: rotate(20.03deg);
          transform: rotate(20.03deg);
}

.ax-wc2-item3 {
  gap: 10px;
  width: 100%;
  max-width: 338px;
  border-radius: 24px;
  background-color: #fff;
  padding: 20px 16px 12px;
}
@media (max-width: 480px) {
  .ax-wc2-item3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-wc2-item3 .item-img li {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-left: -25px;
  border-radius: 12px;
  border: 3px solid #FFFFFF;
}
.ax-wc2-item3 .item-img li:first-child {
  margin-left: 0;
}
.ax-wc2-item3 .item-rate li {
  color: #EE9737;
}
.ax-wc2-item3 .item-rate span {
  font-size: 15px;
  white-space: nowrap;
}

.ax-wc2-item4 {
  max-width: 553px;
  padding: 20px 40px;
  border-radius: 24px;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-wc2-item4 {
    max-width: 450px;
  }
}
.ax-wc2-item4:before, .ax-wc2-item4:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 70px;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(24.63%, rgba(255, 255, 255, 0.9)), color-stop(49.74%, #FFFFFF), color-stop(74.86%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 24.63%, #FFFFFF 49.74%, #FFFFFF 74.86%, #FFFFFF 100%);
}
.ax-wc2-item4:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-wc2-item4 .ax-wc-spon1 {
  opacity: 0.3;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-wc2-item4 .ax-wc-spon1:hover {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Work Process area*/
/*----------------------------------------------------*/
.ax-work-p2-sec .ax-sec-title2 {
  margin: 0 auto;
  max-width: 600px;
}

.ax-work-p2-content {
  gap: 30px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-work-p2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-work-p2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-work-p2-item {
  position: relative;
}
.ax-work-p2-item .inner-item {
  z-index: 1;
  width: 100%;
  height: 100%;
  height: 340px;
  max-width: 340px;
  overflow: hidden;
  padding-top: 32px;
  border-radius: 100%;
  border-bottom: 1px solid #F6F5F2;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF1F8), to(rgba(236, 241, 248, 0)));
  background: linear-gradient(180deg, #ECF1F8 0%, rgba(236, 241, 248, 0) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-work-p2-item .inner-item {
    margin: 0 auto;
  }
}
.ax-work-p2-item .inner-item:before {
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 340px;
  bottom: -78%;
  height: 340px;
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  background: rgba(236, 241, 248, 0.4);
  border: 1px solid #F6F5F2;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-work-p2-item .inner-item .item-icon {
  width: 90px;
  height: 90px;
  padding: 5px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
  border-radius: 100%;
}
.ax-work-p2-item .inner-item .item-icon i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 30, 227, 0.2)), color-stop(49.86%, rgba(29, 30, 227, 0)), to(rgba(29, 30, 227, 0)));
  background: linear-gradient(180deg, rgba(29, 30, 227, 0.2) 0%, rgba(29, 30, 227, 0) 49.86%, rgba(29, 30, 227, 0) 100%);
}
.ax-work-p2-item .inner-item .item-icon:before, .ax-work-p2-item .inner-item .item-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 30, 227, 0.5)), color-stop(16.39%, rgba(29, 30, 227, 0.1)), color-stop(32.78%, rgba(29, 30, 227, 0)));
  background: linear-gradient(180deg, rgba(29, 30, 227, 0.5) 0%, rgba(29, 30, 227, 0.1) 16.39%, rgba(29, 30, 227, 0) 32.78%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ax-work-p2-item .inner-item .item-icon:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-work-p2-item .inner-item .item-text {
  margin: 0 auto;
  max-width: 217px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-work-p2-item .inner-item .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 10px;
  font-family: var(--inter);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-work-p2-item .inner-item .item-text p {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ax-work-p2-item .inner-item span {
  left: 0;
  right: 0;
  bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  letter-spacing: -1px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-work-p2-item .inner-item:hover {
  background: var(--ax-prime-c2);
}
.ax-work-p2-item .inner-item:hover:before {
  background: #fff;
  border: 1px solid #E5E5E5;
}
.ax-work-p2-item .inner-item:hover .item-text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ax-work-p2-item .inner-item:hover .item-text h3, .ax-work-p2-item .inner-item:hover .item-text p {
  color: #fff;
}
.ax-work-p2-item .inner-item:hover .item-text p {
  -webkit-line-clamp: 3;
}
.ax-work-p2-item .item-arrow {
  top: 50%;
  right: -32px;
  width: 66px;
  z-index: 2;
  height: 66px;
  position: absolute;
  border-radius: 100%;
  border: 6px solid #FFFFFF;
  background-color: #F2F5FA;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-work-p2-item .item-arrow {
    display: none;
  }
}

.ax-work-bottom-p p {
  padding-bottom: 20px;
  letter-spacing: -0.5px;
}
.ax-work-bottom-p .item-video a {
  gap: 12px;
}
.ax-work-bottom-p .item-video a i {
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c2);
}
.ax-work-bottom-p .item-video a span {
  font-size: 18px;
  font-weight: 500;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ax-testi2-sec {
  margin: 0px 20px;
}
@media (max-width: 480px) {
  .ax-testi2-sec {
    margin: 0;
  }
}

.ax-testi2-wrapper {
  padding: 20px;
  background-color: #EDF2F8;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.ax-testi2-content {
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
}
.ax-testi2-content .ax-testi-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-testi2-content .ax-testi-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(5, 18, 41, 0.9411764706);
}

.ax-testi2-item {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi2-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-testi2-item .item-img-wrap {
  width: 100%;
  height: 518px;
  overflow: hidden;
  max-width: 550px;
  position: relative;
  border-radius: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi2-item .item-img-wrap {
    max-width: 100%;
  }
}
.ax-testi2-item .item-img-wrap .inner-item {
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  height: 440px;
  margin: 0 auto;
  max-width: 473px;
  border-radius: 24px;
  position: absolute;
  border: 4px solid #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ax-testi2-item .item-img-wrap .inner-item .item-text {
  left: 32px;
  bottom: 32px;
  position: absolute;
}
.ax-testi2-item .item-img-wrap .inner-item .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
.ax-testi2-item .item-img-wrap .inner-item .item-text span {
  color: #fff;
}
.ax-testi2-item .item-img-wrap .inner-item .item-rate {
  right: 0;
  bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #fff;
  color: var(--ax-title-color2);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 480px) {
  .ax-testi2-item .item-img-wrap .inner-item .item-rate {
    top: 30px;
    bottom: auto;
  }
}
.ax-testi2-item .item-img-wrap .inner-item .item-rate i {
  color: #FFBB00;
  font-size: 16px;
  margin-left: 4px;
}
.ax-testi2-item .item-text-area {
  padding: 40px;
  max-width: 798px;
  border-radius: 32px;
  background-color: #1D293E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-testi2-item .item-text-area {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi2-item .item-text-area {
    padding: 30px 20px;
  }
}
.ax-testi2-item .item-text-area .tst-logo {
  top: 45px;
  right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi2-item .item-text-area .tst-logo {
    display: none;
  }
}
.ax-testi2-item .item-text-area .item-rate {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-testi2-item .item-text-area .item-rate li {
  color: #FFBB00;
}
.ax-testi2-item .item-text-area .item-rate span {
  color: #FFFFFF;
  margin-top: 5px;
}
.ax-testi2-item .item-text-area .text_1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-testi2-item .item-text-area .text_1 span {
  opacity: 0.7;
}
.ax-testi2-item .item-text-area .text_2 {
  color: #fff;
  max-width: 550px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.swiper-slide-active .ax-testi2-item .item-text-area .item-rate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .ax-testi2-item .item-text-area .text_1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ax-testi2-item .item-text-area .text_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.ax-testi2-thumb {
  left: 45%;
  bottom: 40px;
  max-width: 370px;
  position: absolute;
}

.ax-tst2-thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  border: 4px solid #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-tst2-thumb .item-img {
  width: 100%;
  height: 100%;
}
.ax-tst2-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-tst2-thumb {
    display: none;
  }
}

.swiper-slide-active .ax-tst2-thumb {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 4px solid var(--ax-prime-c2);
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/

@media (max-width: 480px) {
  .ax-price2-sec {
    margin: 0;
  }
}
.ax-price2-sec .ax-sec-title2 {
  margin: 0 auto;
  max-width: 600px;
}

.ax-price2-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-price2-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price2-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-price2-item {
  padding: 4px;
  border-radius: 32px;
  background-color: #fff;
}
.ax-price2-item .inner-area {
  padding: 28px 28px 30px;
}
.ax-price2-item .item-top {
  padding-bottom: 74px;
}
.ax-price2-item .item-top h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 16px;
}
.ax-price2-item .item-top h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price2-item .item-top h2 {
    font-size: 40px;
  }
}
.ax-price2-item .item-top h2 span {
  color: #313130;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}
.ax-price2-item .item-btn-text a {
  width: 100%;
  padding: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #EDF2F8;
  color: var(--ax-title-color2);
}
.ax-price2-item .item-btn-text a:hover {
  letter-spacing: 1px;
}
.ax-price2-item .item-list {
  padding: 25px 28px;
  border-radius: 32px;
  background-color: #EDF2F8;
}
.ax-price2-item .item-list h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding-bottom: 14px;
}
.ax-price2-item .item-list li {
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.ax-price2-item .item-list li i {
  margin-right: 8px;
}

.ax-price2-item-wrap1 .ax-pri-shape1 {
  top: -12%;
  right: -20%;
}
.ax-price2-item-wrap1 .ax-price2-grp {
  top: 24%;
  left: 32px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
  .ax-price2-item-wrap1 .ax-price2-grp {
    top: 22%;
  }
}
.ax-price2-item-wrap1 .toggle,
.ax-price2-item-wrap1 .toggler {
  margin: 0px 5px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.ax-price2-item-wrap1 .toggler {
  color: var(--ax-title-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.ax-price2-item-wrap1 .b {
  display: block;
}
.ax-price2-item-wrap1 .toggle {
  position: relative;
  width: 40px;
  height: 24px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
.ax-price2-item-wrap1 .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.ax-price2-item-wrap1 .check:checked ~ .switch {
  right: 2px;
  left: 50.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.08s, 0s;
          transition-delay: 0.08s, 0s;
}
.ax-price2-item-wrap1 .switch {
  left: 3px;
  bottom: 2.5px;
  position: absolute;
  right: 57.5%;
  width: 16px;
  height: 16px;
  border-radius: 36px;
  z-index: 1;
  background-color: var(--ax-prime-c2);
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.08s;
          transition-delay: 0s, 0.08s;
}
.ax-price2-item-wrap1 .toggler {
  display: none;
  cursor: pointer;
}
.ax-price2-item-wrap1 .toggler--is-active {
  display: block;
}
.ax-price2-item-wrap1 .hide {
  display: none;
}
.ax-price2-item-wrap1:is(.popular) .ax-pri-shape1 {
  opacity: 0.3;
}
.ax-price2-item-wrap1:is(.popular) .toggle {
  background-color: #fff;
}
.ax-price2-item-wrap1:is(.popular) .toggler {
  color: #fff;
}
.ax-price2-item-wrap1:is(.popular) .ax-price2-item {
  background-color: var(--ax-prime-c2);
}
.ax-price2-item-wrap1:is(.popular) .ax-price2-item .item-top h3 {
  color: #fff;
}
.ax-price2-item-wrap1:is(.popular) .ax-price2-item .item-top h2 {
  color: #fff;
}
.ax-price2-item-wrap1:is(.popular) .ax-price2-item .item-top h2 span {
  color: #E5E5E5;
}
.ax-price2-item-wrap1:is(.popular) .ax-price2-item .item-btn-text p {
  color: #fff;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ax-team2-content {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-team2-text-wrap {
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ax-team2-text-wrap .ax-sec-title2 .sec_title {
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-team2-text-wrap .ax-sec-title2 .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-team2-text-wrap .ax-sec-title2 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-team2-text-wrap .ax-sec-title2 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-team2-text-wrap .ax-sec-title2 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-team2-text-wrap .ax-sec-title2 .sec_title {
    font-size: 30px;
  }
}
.ax-team2-text-wrap .ax-sec-title2 p {
  max-width: 640px;
}
.item-text-wrap.var_ne .ax-sec-title2 .sec_title span {
  color: var(--ax-prime-c5);
}

.ax-team2-featured {
  gap: 12px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  max-width: 648px;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team2-featured {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-team2-item {
  padding: 8px;
  border-radius: 32px;
  background-color: #EDF2F8;
}
.ax-team2-item .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 8px;
}
.ax-team2-item .item-social {
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  bottom: 16px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-team2-item .item-social .item-inner {
  gap: 3px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 182px;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(239, 240, 239, 0.27);
  background: rgba(13, 27, 42, 0.2392156863);
}
.ax-team2-item .item-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(239, 240, 239, 0.6980392157);
  color: var(--ax-title-color2);
}
.ax-team2-item .item-social a:hover {
  color: #fff;
  border: 1px solid var(--ax-prime-c2);
  background-color: var(--ax-prime-c2);
  -webkit-box-shadow: 0px 0px 6px 0px #FFFFFF inset;
          box-shadow: 0px 0px 6px 0px #FFFFFF inset;
}
.ax-team2-item .item-social:is(.ver_2) a:hover {
  border: 1px solid var(--ax-prime-c5);
  background-color: var(--ax-prime-c5);
}
.ax-team2-item .item-text {
  padding: 14px 20px;
  border-radius: 22px;
  background-color: #fff;
}
.ax-team2-item .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
  letter-spacing: -1px;
}
.ax-team2-item .item-text span {
  letter-spacing: -0.5px;
}
.ax-team2-item:hover .item-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.ax-team-team-img {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team-team-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-team-team-img .ax-tm-btn-grp {
  left: 0;
  top: 50%;
  right: 0;
  gap: 22px;
  opacity: 0;
  visibility: visible;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team-team-img .ax-tm-btn-grp {
    margin-top: 20px;
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ax-team-team-img .ax-tm-btn-grp .ax-btn2 a span {
  background-color: #fff;
  color: var(--ax-title-color2);
}
.ax-team-team-img .ax-tm-btn-grp .ax-btn2 a i {
  color: #fff;
  background-color: var(--ax-prime-c2);
}
.ax-team-team-img .ax-tm-btn-grp .ax_more {
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team-team-img .ax-tm-btn-grp .ax_more {
    color: var(--ax-title-color2);
  }
}
.ax-team-team-img .ax-tm-btn-grp .ax_more i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-team-team-img .ax-tm-btn-grp .ax_more:hover {
  text-decoration: underline;
}
.ax-team-team-img .ax-tm-btn-grp .ax_more:is(.ver_2) {
  font-size: 16px;
  line-height: 0.9;
  font-weight: 600;
  font-family: var(--ax-sora);
}
.ax-team-team-img .ax-tm-btn-grp .ax-btn5 a {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--ax-sora);
  background-color: var(--ax-prime-c5);
  border: 1px solid var(--ax-prime-c5);
}
.ax-team-team-img .ax-tm-img {
  width: 166px;
  height: 168px;
  overflow: hidden;
  border-radius: 32px;
  border: 8px solid #EDF2F8;
}
@media (max-width: 480px) {
  .ax-team-team-img .ax-tm-img {
    width: 130px;
    height: 130px;
  }
}
.ax-team-team-img:hover .ax-tm-btn-grp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ax-contact2-sec {
  margin: 0 20px;
}

.ax-contact2-wrapper {
  z-index: 1;
  border-radius: 40px;
}
.ax-contact2-wrapper .ax-testi-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.ax-contact2-wrapper .ax-testi-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.94;
  position: absolute;
  background-color: #051229;
}

.ax-cont-subtitle {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #313B4C;
}

.ax-contact2-content .ax-sec-title2 .sec_title {
  max-width: 750px;
  color: #fff;
}
.ax-contact2-content .ax-sec-title2 .sec_title span {
  color: #fff;
  opacity: 0.7;
  display: inline;
}

.ax-cont2-area {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont2-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-cont2-author {
  gap: 16px;
  padding: 4px;
  max-width: 346px;
  padding-right: 25px;
  border-radius: 20px;
  background-color: #fff;
}
.ax-cont2-author .item-img {
  width: 126px;
  height: 126px;
  overflow: hidden;
  border-radius: 16px;
}
.ax-cont2-author .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-cont2-author .item-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.ax-cont2-author .item-text span {
  font-size: 16px;
}
.ax-cont2-author .item-text a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-cont2-author .item-text a:hover {
  color: var(--ax-prime-c2);
}

.ax-cont2-cta-list {
  margin-top: 110px;
}
.ax-cont2-cta-list h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.ax-cont2-cta-list li {
  color: #E5E5E5;
  margin-bottom: 12px;
}
.ax-cont2-cta-list li span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
}

.ax-cont2-form {
  width: 100%;
  padding: 40px;
  max-width: 750px;
  border-radius: 24px;
  background-color: #1D293E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-cont2-form {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont2-form {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .ax-cont2-form {
    padding: 30px 15px;
  }
}
.ax-cont2-form input, .ax-cont2-form textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding-top: 15px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-bottom: 1px solid rgba(131, 131, 131, 0.2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cont2-form input::-webkit-input-placeholder, .ax-cont2-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-cont2-form input::-moz-placeholder, .ax-cont2-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-cont2-form input:-ms-input-placeholder, .ax-cont2-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-cont2-form input::-ms-input-placeholder, .ax-cont2-form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-cont2-form input::placeholder, .ax-cont2-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ax-cont2-form input:focus, .ax-cont2-form textarea:focus {
  border-bottom: 1px solid #fff;
}
.ax-cont2-form textarea {
  height: 140px;
  margin-bottom: 0;
}
.ax-cont2-form button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  background-color: transparent;
}
.ax-cont2-form button span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 14px;
  background-color: var(--ax-prime-c2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-cont2-form button i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--ax-prime-c2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-cont2-form button i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-cont2-form button:hover span {
  color: var(--ax-prime-c2);
  background-color: #fff;
}
.ax-cont2-form button:hover i {
  color: #fff;
  background-color: var(--ax-prime-c2);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ax-blg2-top .ax-sec-title2 {
  max-width: 350px;
}
.ax-blg2-top .top_desc {
  max-width: 370px;
}

.ax-blg2-slider {
  margin-left: -400px;
  margin-right: -400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.ax-blg2-item {
  max-width: 668px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #EDF2F8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-item .item-img-meta {
    width: 100%;
  }
}
.ax-blg2-item .item-img-meta .item-meta {
  top: 20px;
  left: 20px;
  z-index: 2;
  width: 48px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  border-radius: 12px;
  font-family: var(--ax-dm);
}
.ax-blg2-item .item-img-meta .item-meta span {
  width: 100%;
  height: 39px;
  font-size: 24px;
  padding-top: 4px;
  font-weight: 600;
  background-color: #fff;
  color: var(--ax-title-color2);
}
.ax-blg2-item .item-img-meta .item-meta b {
  color: #fff;
  height: 31px;
  font-size: 14px;
  display: block;
  padding-top: 3px;
  text-transform: uppercase;
  background-color: var(--ax-prime-c2);
}
.ax-blg2-item .item-img-meta .item-img {
  border-radius: 24px;
  overflow: hidden;
  width: 300px;
}
.ax-blg2-item .item-img-meta .item-img img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 320px !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-item .item-img-meta .item-img {
    width: 100%;
    height: 300px;
  }
}
.ax-blg2-item .item-text {
  padding: 32px 24px;
}
.ax-blg2-item .item-text .blg_title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.ax-blg2-item .item-text p {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.ax-blg2-item .item-text .item-author {
  gap: 12px;
}
.ax-blg2-item .item-text .item-author .ath-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 12px;
}
.ax-blg2-item .item-text .item-author .ath-text {
  max-width: 250px;
}
.ax-blg2-item .item-text .item-author .ath-text b {
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  font-family: var(--ax-dm);
  color: var(--ax-title-color2);
}
.ax-blg2-item .item-text .item-author .ath-text b:before {
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 2px;
  position: absolute;
  background-color: var(--ax-prime-c2);
}
.ax-blg2-item .item-text .item-author .ath-text span {
  color: rgba(5, 18, 41, 0.6);
}
.ax-blg2-item .item-text .item-author .ath-text span a {
  margin-right: 30px;
  position: relative;
}
.ax-blg2-item .item-text .item-author .ath-text span a:before {
  top: 10px;
  right: -20px;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(5, 18, 41, 0.6);
}
.ax-blg2-item .item-text .item-author .ath-text span a:last-child:before {
  display: none;
}
.ax-blg2-item .item-text .read_more {
  font-weight: 500;
  margin-top: 28px;
  font-family: var(--ax-dm);
  color: var(--ax-title-color2);
}
.ax-blg2-item .item-text .read_more i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-blg2-item .item-text .read_more:hover {
  color: var(--ax-prime-c2);
}
.ax-blg2-item .item-text .read_more:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ax-blg2-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ax-blog2-content:hover .ax-blg2-prev {
  opacity: 1;
  left: 12.5%;
  visibility: visible;
}
.ax-blog2-content:hover .ax-blg2-next {
  opacity: 1;
  right: 12.5%;
  visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-nav {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ax-blg2-nav .ax-blg2-prev,
.ax-blg2-nav .ax-blg2-next {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg2-nav .ax-blg2-prev,
  .ax-blg2-nav .ax-blg2-next {
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-color: #f1f1f1;
  }
}
.ax-blg2-nav .ax-blg2-prev:hover,
.ax-blg2-nav .ax-blg2-next:hover {
  color: #fff;
  background-color: var(--ax-prime-c2);
}
.ax-blg2-nav .ax-blg2-prev {
  left: 15%;
}
.ax-blg2-nav .ax-blg2-next {
  right: 15%;
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ax-hero3-item {
  position: relative;
  padding: 328px 0px 284px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero3-item {
    padding: 200px 0px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero3-item {
    padding: 180px 0px 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero3-item {
    padding: 150px 0px 0px;
  }
}
@media (max-width: 480px) {
  .ax-hero3-item {
    padding: 150px 0px 0px;
  }
}
.ax-hero3-item .hero_shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ax-hero3-item .hero_shape:before, .ax-hero3-item .hero_shape:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  max-width: 487px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#081B44), to(rgba(8, 27, 68, 0)));
  background: linear-gradient(90deg, #081B44 0%, rgba(8, 27, 68, 0) 100%);
}
.ax-hero3-item .hero_shape:after {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, right top, left top, from(#081B44), to(rgba(8, 27, 68, 0)));
  background: linear-gradient(-90deg, #081B44 0%, rgba(8, 27, 68, 0) 100%);
}
.ax-hero3-item .ax-hr3-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ax-hero3-item .ax-hr3-bg img {
  -webkit-transition: all 10000ms ease-in-out;
  transition: all 10000ms ease-in-out;
}
.ax-hero3-item .ax-hr3-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#081B44), to(rgba(8, 27, 68, 0)));
  background: linear-gradient(90deg, #081B44 0%, rgba(8, 27, 68, 0) 100%);
}
.ax-hero3-item .ax-hr3-bg:after {
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#081B44), to(rgba(8, 27, 68, 0)));
  background: linear-gradient(-90deg, #081B44 0%, rgba(8, 27, 68, 0) 100%);
}
.ax-hero3-item .container {
  max-width: 1605px !important;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero3-item .container {
    max-width: 1384px !important;
  }
}
.ax-hero3-item .ax-hr3-side1 {
  top: 55%;
  right: 0;
  width: 200px;
  height: 581px;
  position: absolute;
  border: 10px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 0;
}
.ax-hero3-item .ax-hr3-side1 .item-img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.ax-hero3-item .ax-hr3-side1 .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-hero3-item .ax-hr3-side1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 34, 0.4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero3-item .ax-hr3-side1 {
    display: none !important;
  }
}
.ax-hero3-item .ax-hr3-side2 {
  top: 55%;
  right: 105px;
  width: 190px;
  height: 437px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 4px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#343472), to(#8173E0));
  background: linear-gradient(90deg, #343472 0%, #8173E0 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero3-item .ax-hr3-side2 {
    display: none !important;
  }
}
.ax-hero3-item .ax-hr3-side2 .ax-hr3-shape3 {
  left: -40%;
  top: 58%;
  width: 200%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ax-hero3-item .ax-hr3-side2 span {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--ax-dm);
}
.ax-hero3-item .ax-hr3-side2 .hr3-arrow {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-hero3-item .ax-hr3-side3 {
  left: 0;
  top: 55%;
  width: 90px;
  height: 581px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero3-item .ax-hr3-side3 {
    display: none;
  }
}
.ax-hero3-item .ax-hr3-side3 .item-img {
  width: 60px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ax-hero3-item .ax-hr3-side3 .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-hero3-item .ax-hr3-side3 .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
}
.ax-hero3-item .ax-hr3-side3 .item-shape {
  top: 50%;
  right: 0;
  height: 82%;
  width: 30px;
  z-index: 1;
  position: absolute;
  border-right: 4px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#343472), to(#8173E0));
  background: linear-gradient(270deg, #343472 0%, #8173E0 100%);
}
.ax-hero3-item .ax-hr3-img3 {
  bottom: 0;
  right: 256px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero3-item .ax-hr3-img3 {
    margin-top: 40px;
    position: static !important;
  }
}

.ax-hr3-text {
  z-index: 2;
  max-width: 750px;
  position: relative;
}
.ax-hr3-text .slide-numb {
  opacity: 0;
  font-size: 24px;
  font-weight: 700;
  padding-left: 52px;
  position: relative;
  visibility: hidden;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: var(--ax-prime-c3);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ax-hr3-text .slide-numb:before {
  left: 0;
  top: 15px;
  width: 40px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.ax-hr3-text .hero_title {
  color: #fff;
  font-size: 70px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.ax-hr3-text .hero_title .split-line {
  overflow: hidden;
  -webkit-transform: translateY(100%) scaleY(-0.6);
          transform: translateY(100%) scaleY(-0.6);
  opacity: 0;
  padding-bottom: 5px;
  -webkit-transition: 0.8s var(--cube-1);
  transition: 0.8s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hr3-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hr3-text .hero_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ax-hr3-text .hero_title {
    font-size: 45px;
  }
}
.ax-hr3-text .hero_title span {
  color: var(--ax-prime-c3);
}
.ax-hr3-text p {
  opacity: 0;
  color: #fff;
  visibility: hidden;
  padding-bottom: 30px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ax-hr3-text .hr3-btn-wrap {
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ax-hr3-text .hr3-btn-wrap .btn_1 {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 14px;
  letter-spacing: -0.5px;
  border: 1px solid #FFFFFF;
}
.ax-hr3-text .hr3-btn-wrap .btn_1:hover {
  background-color: var(--ax-prime-c3);
  border: 1px solid var(--ax-prime-c3);
}

.ax-hr3-sponsor {
  right: 60px;
  width: 100%;
  z-index: 2;
  bottom: 40px;
  max-width: 778px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hr3-sponsor {
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: 0 auto;
  }
}

.ax-hr3-spon-left {
  display: flow-root;
}
.ax-hr3-spon-left:before {
  top: 0;
  z-index: 2;
  width: 20%;
  right: -60px;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#071942), color-stop(29.88%, #071942), color-stop(60.01%, #071942), color-stop(79.91%, rgba(7, 25, 66, 0.9)), to(rgba(7, 25, 66, 0)));
  background: linear-gradient(270deg, #071942 0%, #071942 29.88%, #071942 60.01%, rgba(7, 25, 66, 0.9) 79.91%, rgba(7, 25, 66, 0) 100%);
}
.ax-hr3-spon-left .item-img {
  cursor: pointer;
  margin: 0px 20px;
  position: relative;
  display: inline-block;
}
.ax-hr3-spon-left .item-img .img_1 {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hr3-spon-left .item-img .img_2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-hr3-spon-left .item-img:hover .img_1 {
  opacity: 0;
}
.ax-hr3-spon-left .item-img:hover .img_2 {
  opacity: 1;
}

.swiper-slide-active .ax-hero3-item .ax-hr3-bg img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hero_title .split-line {
  -webkit-transform: translateY(0%) scaleY(1);
          transform: translateY(0%) scaleY(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hero_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hero_title .split-line:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hero_title .split-line:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hero_title .split-line:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .slide-numb, .swiper-slide-active .ax-hero3-item .ax-hr3-text p, .swiper-slide-active .ax-hero3-item .ax-hr3-text .hr3-btn-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text p {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-text .hr3-btn-wrap {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper-slide-active .ax-hero3-item .ax-hr3-side1 .item-img {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.swiper-slide-active .ax-hero3-item .ax-hr3-side1 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ax-hero3-item .ax-hr3-side3 .item-img img {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.swiper-slide-active .ax-hero3-item .ax-hr3-img3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*---------------------------------------------------- */
/*Trust area*/
/*----------------------------------------------------*/
.ax-trust-content {
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-trust-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.width-auto {
    width: auto !important;
}
.ax-trust-part1 {
  padding: 40px;
  min-height: 605px;
  max-width: 437px;
  border-radius: 32px;
  background-color: var(--ax-title-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-trust-part1 {
    width: 100%;
    max-width: 100%;
  }
}
.ax-trust-part1 .ax-sec-title2 {
  margin-bottom: 40px;
}
.ax-trust-part1 .ax-sec-title2 .subtitle {
  color: var(--ax-prime-c3);
}
.ax-trust-part1 .ax-sec-title2 .sec_title {
  color: #fff;
}
.ax-trust-part1 .ax-sec-title2 p {
  font-size: 17px;
  color: #E5E5E5;
  letter-spacing: -0.2px;
}
.ax-trust-part1 .item-img a {
  position: relative;
}
.ax-trust-part1 .item-img a .inner-icon {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ax-trust-part1 .item-img a .inner-img {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 7000ms;
  animation-duration: 7000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ax-trust-accordion {
  width: 100%;
  max-width: 900px;
  border: 1px solid #E5E5E5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-trust-accordion {
    max-width: 100%;
  }
}

.ax-trust-accordion {
  overflow: hidden;
  border-radius: 32px;
}
.ax-trust-accordion .accordion-item,
.ax-trust-accordion .accordion-button:not(.collapsed),
.ax-trust-accordion .accordion-button {
  background-color: transparent;
}
.ax-trust-accordion .accordion-item {
  padding: 0;
  z-index: 1;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
}
.ax-trust-accordion .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
.ax-trust-accordion .accordion-item:nth-child(2) {
  z-index: 2;
  margin-top: -25px;
}
.ax-trust-accordion .accordion-item:nth-child(3) {
  z-index: 3;
  margin-top: -25px;
}
.ax-trust-accordion .accordion-item:is(.active):before {
  opacity: 1;
}
.ax-trust-accordion .accordion-item:is(.active) .accordion-button b {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.ax-trust-accordion .accordion-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  padding: 32px 40px;
  position: relative;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--ax-title-color2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.ax-trust-accordion .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.ax-trust-accordion .accordion-button b {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(237, 242, 248, 0.6980392157);
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.5px;
  color: var(--ax-prime-c2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 480px) {
  .ax-trust-accordion .accordion-button b {
    display: none;
  }
}
.ax-trust-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-trust-accordion .accordion-body {
  font-size: 16px;
  line-height: 1.625;
  padding: 0px 40px 55px;
}
.ax-trust-accordion .accordion-body .item-icon-text {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-trust-accordion .accordion-body .item-icon-text .item-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.ax-trust-accordion .accordion-body .item-icon-text .item-text {
  max-width: 648px;
}
.ax-trust-accordion .accordion-body .item-icon-text .item-text p {
  color: #fff;
  font-size: 17px;
  padding-bottom: 22px;
}
.ax-trust-accordion .accordion-body .item-icon-text .item-text li {
  color: #fff;
  margin-bottom: 10px;
}
.ax-trust-accordion .accordion-body .item-icon-text .item-text li i {
  margin-right: 8px;
}
.ax-trust-accordion .accordion-body a {
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.ax-trust-accordion .accordion-body a:hover {
  letter-spacing: 2px;
}
.ax-trust-accordion .accordion-button::after {
  display: none;
}
.ax-trust-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ax-ab3-sec {
  margin: 0px 20px;
}

.ax-ab3-wrap {
  border-radius: 40px;
  background-color: #F5F4FF;
}

.ax-ab3-top .ax-sec-title2 {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-ab3-top .ax-sec-title2 .sec_title {
  max-width: 785px;
}

.ax-ab3-content {
  gap: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ab3-img-wrap {
  max-width: 553px;
}
.ax-ab3-img-wrap .item-img {
  clip-path: polygon(0% 3.333%, 0% 3.333%, 0.047% 2.793%, 0.184% 2.28%, 0.404% 1.801%, 0.698% 1.365%, 1.059% 0.976%, 1.481% 0.643%, 1.955% 0.372%, 2.474% 0.17%, 3.03% 0.044%, 3.617% 0%, 96.383% 0%, 96.383% 0%, 96.97% 0.044%, 97.527% 0.17%, 98.045% 0.372%, 98.519% 0.643%, 98.941% 0.976%, 99.302% 1.365%, 99.596% 1.801%, 99.816% 2.28%, 99.953% 2.793%, 100% 3.333%, 100% 96.667%, 100% 96.667%, 99.953% 97.207%, 99.816% 97.72%, 99.596% 98.199%, 99.302% 98.635%, 98.941% 99.024%, 98.519% 99.357%, 98.045% 99.628%, 97.527% 99.83%, 96.97% 99.956%, 96.383% 100%, 52.622% 100%, 52.622% 100%, 52.035% 99.956%, 51.479% 99.83%, 50.96% 99.628%, 50.486% 99.357%, 50.065% 99.024%, 49.703% 98.635%, 49.409% 98.199%, 49.19% 97.72%, 49.053% 97.207%, 49.005% 96.667%, 49.005% 64.833%, 49.005% 64.833%, 48.958% 64.293%, 48.821% 63.78%, 48.602% 63.301%, 48.308% 62.865%, 47.946% 62.476%, 47.525% 62.143%, 47.051% 61.872%, 46.532% 61.67%, 45.975% 61.544%, 45.389% 61.5%, 3.617% 61.5%, 3.617% 61.5%, 3.03% 61.456%, 2.474% 61.33%, 1.955% 61.128%, 1.481% 60.857%, 1.059% 60.524%, 0.698% 60.135%, 0.404% 59.699%, 0.184% 59.22%, 0.047% 58.707%, 0% 58.167%, 0% 3.333%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-img-wrap .item-img {
    clip-path: none;
    overflow: hidden;
    border-radius: 20px;
  }
}
.ax-ab3-img-wrap .item-exp {
  left: 0;
  bottom: 0;
  width: 247px;
  height: 207px;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  background-color: #fff;
}
.ax-ab3-img-wrap .item-exp h3 {
  color: #051229;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 26px;
}
.ax-ab3-img-wrap .item-exp h4 {
  color: #051229;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}

.ax-ab3-card-wrap {
  width: 100%;
  max-width: 783px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ax-ab3-card-wrap {
    max-width: 600px;
  }
}

.ax-ab3-card1 {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 20px;
  background-color: #fff;
  padding: 32px 32px 28px;
}
.ax-ab3-card1 .card-shape {
  top: 40px;
  right: -15px;
}
.ax-ab3-card1 .card-top {
  gap: 30px 95px;
  margin-bottom: 75px;
}
@media (max-width: 480px) {
  .ax-ab3-card1 .card-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ab3-card1 .card-top h3 {
  line-height: 0.9;
  font-size: 72px;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-card1 .card-top h3 {
    font-size: 60px;
  }
}
.ax-ab3-card1 .card-top h3 span {
  margin-top: -2px;
}
.ax-ab3-card1 .card-top .item-desc h4 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.ax-ab3-card1 .card-top .item-desc h4:before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--ax-prime-c2);
}
.ax-ab3-card1 .card-top .item-desc p {
  max-width: 350px;
}
.ax-ab3-card1 .item-client {
  gap: 24px;
}
@media (max-width: 480px) {
  .ax-ab3-card1 .item-client {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ab3-card1 .item-client li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: -18px;
  border-radius: 16px;
  border: 4px solid #FFFFFF;
}
.ax-ab3-card1 .item-client li:first-child {
  margin-left: 0;
}
.ax-ab3-card1 .item-client li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ax-ab3-card1 .item-client p {
  max-width: 185px;
  letter-spacing: -0.5px;
}
.ax-ab3-card1 .item-client p span {
  font-weight: 500;
}

.ax-ab3-card2-wrap {
  gap: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-card2-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ab3-card2 {
  width: 100%;
  max-width: 437px;
  border-radius: 20px;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-card2 {
    max-width: 100%;
  }
}
.ax-ab3-card2 i {
  top: -10px;
  right: -15%;
  position: absolute;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: swing 2s ease infinite;
          animation: swing 2s ease infinite;
}
@media (max-width: 480px) {
  .ax-ab3-card2 .item-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ab3-card2 .item-top h3 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 5px;
}
.ax-ab3-card2 .item-top p {
  letter-spacing: -0.5px;
}
.ax-ab3-card2 .item-bottom {
  margin-top: 30px;
}
.ax-ab3-card2 .item-bottom h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 5px;
}
.ax-ab3-card2 .item-bottom p {
  letter-spacing: -0.5px;
}

.ax-ab3-card3 {
  z-index: 1;
  width: 100%;
  max-width: 322px;
  padding: 30px 32px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab3-card3 {
    max-width: 100%;
  }
}
.ax-ab3-card3 .ax-pri-shape1 {
  right: -30%;
  bottom: -30%;
  z-index: -1;
  opacity: 0.5;
}
.ax-ab3-card3 .item-icon {
  margin-bottom: 14px;
}
.ax-ab3-card3 p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.ax-ab3-card3 h2 {
  color: #fff;
  font-size: 72px;
  line-height: 0.8;
  font-weight: 600;
  margin-top: 40px;
}
.ax-ab3-card3 h2 span {
  margin-top: -2px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ax-ser3-sec .ax-blg2-top .ax-sec-title2 {
  max-width: 600px;
}
.ax-ser3-sec .ax-blg2-top .top_desc {
  max-width: 455px;
}

.ax-ser3-content {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-ser3-list {
  max-width: 577px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ser3-list {
    max-width: 100%;
  }
}
.ax-ser3-list:before {
  top: 0px;
  left: 1px;
  width: 1px;
  height: 90%;
  content: "";
  position: absolute;
  background-color: rgba(149, 136, 248, 0.3019607843);
}

.ax-ser3-img {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.ax-ser3-img .ax-ser3-item2 .item-icon2 {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 12px;
  background-color: var(--ax-prime-c3);
}
.ax-ser3-img .ax-ser3-item2 .item-icon2 a {
  width: 100%;
  display: block;
  text-align: center;
}
.ax-ser3-img .ax-ser3-item2 .item-icon2 a svg {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ser3-img .ax-ser3-item2 .item-icon2:hover a svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ax-ser3-img .ax-ser3-item2 .item-img {
  clip-path: polygon(100% 72.222%, 100% 72.222%, 99.944% 73.304%, 99.782% 74.329%, 99.523% 75.286%, 99.176% 76.159%, 98.749% 76.936%, 98.252% 77.603%, 97.692% 78.145%, 97.079% 78.549%, 96.422% 78.802%, 95.73% 78.889%, 90.747% 78.889%, 90.747% 78.889%, 90.055% 78.976%, 89.398% 79.229%, 88.785% 79.633%, 88.225% 80.175%, 87.728% 80.841%, 87.301% 81.618%, 86.954% 82.492%, 86.695% 83.448%, 86.533% 84.474%, 86.477% 85.556%, 86.477% 93.333%, 86.477% 93.333%, 86.421% 94.415%, 86.259% 95.441%, 86% 96.397%, 85.653% 97.271%, 85.226% 98.047%, 84.728% 98.714%, 84.169% 99.256%, 83.556% 99.66%, 82.899% 99.913%, 82.206% 100%, 4.27% 100%, 4.27% 100%, 3.578% 99.913%, 2.921% 99.66%, 2.308% 99.256%, 1.748% 98.714%, 1.251% 98.047%, 0.824% 97.271%, 0.477% 96.397%, 0.218% 95.441%, 0.056% 94.415%, 0% 93.333%, 0% 6.667%, 0% 6.667%, 0.056% 5.585%, 0.218% 4.559%, 0.477% 3.603%, 0.824% 2.729%, 1.251% 1.953%, 1.748% 1.286%, 2.308% 0.744%, 2.921% 0.34%, 3.578% 0.087%, 4.27% 0%, 95.73% 0%, 95.73% 0%, 96.422% 0.087%, 97.079% 0.34%, 97.692% 0.744%, 98.252% 1.286%, 98.749% 1.953%, 99.176% 2.729%, 99.523% 3.603%, 99.782% 4.559%, 99.944% 5.585%, 100% 6.667%, 100% 72.222%);
}
.ax-ser3-img .ax-ser3-item2 .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ser3-img:is(.active) {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.ax-ser3-img:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ax-ser3-item {
  position: relative;
  margin-bottom: 36px;
  padding-left: 23px;
}
.ax-ser3-item:before, .ax-ser3-item:after {
  left: 0;
  top: -5px;
  width: 3px;
  content: "";
  height: 40px;
  position: absolute;
  border-radius: 12px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c3);
}
.ax-ser3-item:after {
  left: 1px;
  width: 1px;
  height: 0%;
  background: -webkit-gradient(linear, right top, left top, from(#9588F8), to(rgba(149, 136, 248, 0)));
  background: linear-gradient(-90deg, #9588F8 0%, rgba(149, 136, 248, 0) 100%);
}
.ax-ser3-item .ax-ser3-item__body,
.ax-ser3-item .item-icon {
  display: none;
  position: relative;
}
.ax-ser3-item .item-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.ax-ser3-item:is(.active):before {
  top: 0;
  height: 60px;
}
.ax-ser3-item:is(.active):after {
  height: 100%;
}
.ax-ser3-item:is(.active) .ax-ser3-item__body,
.ax-ser3-item:is(.active) .item-icon {
  display: block;
}
.ax-ser3-item .ax-ser3-item__head h6 {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: -1px;
}
.ax-ser3-item .ax-ser3-item__desc {
  padding-bottom: 20px;
  letter-spacing: -0.5px;
}
.ax-ser3-item a {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--ax-dm);
  color: var(--ax-title-color2);
}
.ax-ser3-item a span {
  position: relative;
}
.ax-ser3-item a span:before {
  left: 0;
  width: 0%;
  bottom: 2px;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c3);
}
.ax-ser3-item a svg {
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ser3-item a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ser3-item a:hover span {
  color: var(--ax-prime-c3);
}
.ax-ser3-item a:hover span:before {
  width: 100%;
}
.ax-ser3-item a:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ax-ser3-item a:hover svg path {
  fill: var(--ax-prime-c3);
}

/*---------------------------------------------------- */
/*Increase area*/
/*----------------------------------------------------*/
.ax-ins-work-p {
  margin: 0px 20px;
  background-color: #F5F4FF;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ins-work-p {
    margin: 0;
  }
}

.ax-increase-wrap {
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
}
.ax-increase-wrap .ax-ins-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-increase-wrap .ax-ins-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  background-color: #05002C;
}

.ax-increase-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-increase-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-increase-text-wrap {
  width: 100%;
  max-width: 553px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-increase-text-wrap {
    max-width: 100%;
  }
}
.ax-increase-text-wrap .item-number {
  margin-bottom: 44px;
}
.ax-increase-text-wrap .item-number h3 {
  color: #fff;
  font-size: 80px;
  line-height: 0.9;
  font-weight: 600;
  margin-top: -3px;
  padding-bottom: 10px;
}
.ax-increase-text-wrap .item-number h3 b {
  bottom: -3px;
  position: relative;
}
.ax-increase-text-wrap .item-number p {
  color: #E5E5E5;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.ax-increase-text-wrap .item-text h3 {
  color: #fff;
  line-height: 0.9;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -2px;
  padding-bottom: 10px;
}
.ax-increase-text-wrap .item-text p {
  opacity: 0.8;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.ax-increase-text-wrap .item-text .ax-btn2:is(.ver_5) span {
  color: #000000;
  background-color: #fff;
}
.ax-increase-text-wrap .item-text .ax-btn2:is(.ver_5) i {
  background-color: var(--ax-prime-c3);
}
.ax-increase-text-wrap .item-growth h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.ax-increase-text-wrap .item-growth h3:before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--ax-prime-c3);
}
.ax-increase-text-wrap .item-growth p {
  color: #E5E5E5;
  font-size: 17px;
  max-width: 370px;
  letter-spacing: -1px;
}

.ax-increase-progress {
  width: 100%;
  max-width: 691px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-increase-progress {
    max-width: 100%;
  }
}

.ax-ins-pro-bar {
  height: 108px;
  margin-top: -24px;
}
.ax-ins-pro-bar .item-inner {
  border-radius: 20px;
  padding: 16px 32px 28px;
  background-color: var(--ax-prime-c3);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ins-pro-bar .item-inner {
    gap: 20px;
    width: 100% !important;
  }
}
.ax-ins-pro-bar .item-inner b {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: var(--ax-dm);
}
.ax-ins-pro-bar .item-inner span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.ax-ins-pro-bar:nth-child(1) {
  margin-top: 0;
}
.ax-ins-pro-bar:last-child .item-inner {
  padding-top: 32px;
}
.ax-ins-pro-bar:nth-child(even) .item-inner {
  background-color: #fff;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.ax-ins-pro-bar:nth-child(even) .item-inner b, .ax-ins-pro-bar:nth-child(even) .item-inner span {
  color: var(--ax-title-color2);
}

.ax-increase-pro-wrap:is(.active) .ax-ins-pro-bar .item-inner {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.ax-increase-list {
  margin-top: 38px;
}
.ax-increase-list ul {
  max-width: 500px;
  text-align: center;
}
.ax-increase-list ul li {
  font-weight: 500;
  margin: 0px 15px;
  position: relative;
  margin-bottom: 10px;
  color: rgba(229, 229, 229, 0.8);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-increase-list ul li:before {
  top: 9px;
  left: -20px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(229, 229, 229, 0.8);
}
.ax-increase-list ul li:hover {
  color: rgb(255, 255, 255);
}
.ax-increase-list ul li:hover:before {
  background-color: rgb(255, 255, 255);
}

/*---------------------------------------------------- */
/*work p area*/
/*----------------------------------------------------*/
.ax-workp3-sec .ax-sec-title2 p {
  margin: 0 auto;
  max-width: 570px;
}

.ax-workp3-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-workp3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-workp3-item span {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-family: var(--ax-dm);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-radius: 16px 40px 16px 16px;
}
.ax-workp3-item .inner-item {
  height: 409px;
  background-color: #fff;
  padding: 32px 32px 40px;
  clip-path: polygon(0% 5.868%, 0% 5.868%, 0.098% 4.916%, 0.38% 4.013%, 0.832% 3.171%, 1.438% 2.402%, 2.183% 1.719%, 3.052% 1.132%, 4.028% 0.655%, 5.098% 0.299%, 6.244% 0.077%, 7.453% 0%, 50% 0%, 70.186% 0%, 70.186% 0%, 71.395% 0.077%, 72.542% 0.299%, 73.612% 0.655%, 74.588% 1.132%, 75.457% 1.719%, 76.202% 2.402%, 76.808% 3.171%, 77.26% 4.013%, 77.542% 4.916%, 77.64% 5.868%, 77.64% 11.736%, 77.64% 11.736%, 77.737% 12.688%, 78.02% 13.591%, 78.472% 14.433%, 79.078% 15.201%, 79.823% 15.885%, 80.691% 16.472%, 81.668% 16.949%, 82.737% 17.305%, 83.884% 17.527%, 85.093% 17.604%, 92.547% 17.604%, 92.547% 17.604%, 93.756% 17.681%, 94.902% 17.903%, 95.972% 18.259%, 96.948% 18.736%, 97.817% 19.323%, 98.562% 20.006%, 99.168% 20.775%, 99.62% 21.617%, 99.902% 22.52%, 100% 23.472%, 100% 47.066%, 100% 94.132%, 100% 94.132%, 99.902% 95.084%, 99.62% 95.987%, 99.168% 96.829%, 98.562% 97.598%, 97.817% 98.281%, 96.948% 98.868%, 95.972% 99.345%, 94.902% 99.701%, 93.756% 99.923%, 92.547% 100%, 7.453% 100%, 7.453% 100%, 6.244% 99.923%, 5.098% 99.701%, 4.028% 99.345%, 3.052% 98.868%, 2.183% 98.281%, 1.438% 97.598%, 0.832% 96.829%, 0.38% 95.987%, 0.098% 95.084%, 0% 94.132%, 0% 5.868%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp3-item .inner-item {
    height: auto;
    clip-path: none;
    overflow: hidden;
    border-radius: 30px;
  }
}
.ax-workp3-item .item-icon {
  margin-bottom: 35px;
}
.ax-workp3-item .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 85px;
  letter-spacing: -0.5px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EDF2F8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp3-item .item-text h3 {
    margin-bottom: 20px;
  }
}
.ax-workp3-item .item-text p {
  opacity: 0.8;
  letter-spacing: -0.5px;
}
.ax-workp3-item:hover span {
  color: #fff;
  background-color: var(--ax-prime-c3);
}

.ax-workp3-bottom {
  gap: 20px;
  margin-top: 24px;
  border-radius: 24px;
  background-color: #fff;
  padding: 20px;
}
.ax-workp3-bottom .client-text {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-workp3-bottom .client-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-workp3-bottom .client-text li {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 12px;
  margin-left: -12px;
  border: 3px solid #FFFFFF;
}
.ax-workp3-bottom .client-text li:first-child {
  margin-left: 0;
}
.ax-workp3-bottom span {
  font-weight: 500;
  letter-spacing: -1px;
  font-family: var(--ax-dm);
  color: var(--ax-title-color2);
}

/*---------------------------------------------------- */
/*Porject area*/
/*----------------------------------------------------*/
.ax-project3-sec .ax-blg2-top .ax-sec-title2 {
  max-width: 550px;
}

.ax-project3-slider {
  max-width: 202%;
  margin-left: -51%;
  margin-right: -51%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project3-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ax-project3-item {
  width: 100%;
  max-width: 668px;
  position: relative;
  padding-bottom: 126px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project3-item {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project3-item {
    padding-bottom: 0;
  }
}
.ax-project3-item .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.ax-project3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-project3-item .item-text {
  left: 40px;
  opacity: 0;
  bottom: 15%;
  visibility: hidden;
  max-width: 414px;
  position: absolute;
  border-radius: 20px;
  padding: 40px 40px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
  border: 4px solid #fff;
  border-bottom: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-project3-item .item-text {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.ax-project3-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.ax-project3-item .item-text p {
  color: #fff;
  padding-bottom: 22px;
  letter-spacing: -0.5px;
}
.ax-project3-item .item-text .read_more {
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ax-project3-item .item-text .read_more:hover {
  letter-spacing: 1px;
}

.swiper-slide-next .ax-project3-item .item-text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.swiper-slide-next .ax-project3-item .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .swiper-slide-active .ax-project3-item .item-text {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
}

.ax-pro3-nav-arrow {
  bottom: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro3-nav-arrow {
    margin-top: 30px;
    position: relative;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.ax-pro3-nav-arrow .nav-arrow {
  gap: 25px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro3-nav-arrow .nav-arrow {
    gap: 15px;
  }
}
.ax-pro3-nav-arrow .ax-pro3-prev,
.ax-pro3-nav-arrow .ax-pro3-next {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #9BA0A9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro3-nav-arrow .ax-pro3-prev,
  .ax-pro3-nav-arrow .ax-pro3-next {
    display: none !important;
  }
}
.ax-pro3-nav-arrow .ax-pro3-prev svg path,
.ax-pro3-nav-arrow .ax-pro3-next svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-pro3-nav-arrow .ax-pro3-prev:hover,
.ax-pro3-nav-arrow .ax-pro3-next:hover {
  border: 1px solid var(--ax-prime-c3);
  background-color: var(--ax-prime-c3);
}
.ax-pro3-nav-arrow .ax-pro3-prev:hover svg path,
.ax-pro3-nav-arrow .ax-pro3-next:hover svg path {
  fill: #fff;
}

.ax-pro3-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.ax-pro3-pagi .swiper-pagination-bullet {
  width: 32px;
  opacity: 1;
  height: 32px;
  position: relative;
  margin: 0 !important;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent !important;
}
.ax-pro3-pagi .swiper-pagination-bullet:before {
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 0.4;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--ax-title-color2);
}
.ax-pro3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  border: 1px solid var(--ax-prime-c3);
}
.ax-pro3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  opacity: 1;
  background-color: var(--ax-prime-c3);
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.ax-trigger-section {
  margin: 0px 20px;
  overflow: hidden;
  border-radius: 40px;
  background-color: #F5F4FF;
}

.ax-whyc3-sec .ax-sec-title2 {
  margin: 0 auto;
}

.ax-whyc3-content {
  gap: 12px;
  z-index: 2;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  max-width: 852px;
  margin-top: 60px;
  position: relative;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-whyc3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-whyc3-item {
  height: 220px;
  padding: 28px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ax-whyc3-item .item-numb h3 {
  font-weight: 600;
  font-size: 60px;
  line-height: 0.8;
  overflow: hidden;
  letter-spacing: -2px;
}
.ax-whyc3-item .item-text span {
  font-size: 20px;
  max-width: 140px;
  font-weight: 600;
  font-family: var(--ax-dm);
}
.ax-whyc3-item:is(._1), .ax-whyc3-item:is(._4) {
  background-color: var(--ax-title-color2);
}
.ax-whyc3-item:is(._1) .item-numb h3, .ax-whyc3-item:is(._4) .item-numb h3 {
  color: #fff;
}
.ax-whyc3-item:is(._1) .item-text span, .ax-whyc3-item:is(._4) .item-text span {
  color: #fff;
}
.ax-whyc3-item:is(._4) {
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}

/*---------------------------------------------------- */
/*text-scroll area*/
/*----------------------------------------------------*/
.ax-text-scroll3-sec {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: var(--ax-title-color2);
}

.ax-text-scr3 {
  margin-bottom: 12px;
  display: flow-root;
}
.ax-text-scr3 h3 {
  line-height: 0.8;
  font-size: 90px;
  font-weight: 600;
  position: relative;
  letter-spacing: -4px;
  padding-right: 130px;
  display: inline-block;
  font-family: var(--ax-inter);
}
.ax-text-scr3 h3:before {
  top: 30px;
  right: 20px;
  width: 80px;
  height: 6px;
  content: "";
  position: absolute;
  background-color: var(--ax-prime-c3);
}
.ax-text-scr3 h3:nth-child(1) {
  color: var(--ax-prime-c3);
}
.ax-text-scr3 h3:nth-child(2) {
  color: #E5E5E5;
}
.ax-text-scr3 h3:nth-child(2):before {
  background-color: #E5E5E5;
}
.ax-text-scr3 h3:nth-child(3) {
  color: #fff;
}
.ax-text-scr3 h3:nth-child(3):before {
  background-color: #fff;
}

.ax-shadow {
  z-index: 10;
}

.ax-shadow span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  pointer-events: none;
}

.ax-shadow .cursor-dot {
  height: 6px;
  width: 6px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--ax-prime-c3);
}

.ax-shadow:is(.hide-cursor) span {
  border-color: transparent;
  background: transparent;
}

.ax-shadow:is(.highlight-cursor-head) {
  cursor: none;
}

.ax-shadow:is(.highlight-cursor-head) .cursor-outline {
  height: 0;
  width: 0;
}

.ax-shadow:is(.highlight-cursor-head) .cursor-dot {
  -webkit-transform: scale(50);
          transform: scale(50);
  background: #fff;
  mix-blend-mode: difference;
}

.ax-shadow:is(.has-d-none) {
  display: none;
}

@media (max-width: 991px) {
  .ax-shadow.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .ax-shadow.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}
/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ax-team3-content {
  padding: 12px;
  display: -ms-grid;
  display: grid;
  margin-top: -50px;
  border-radius: 40px;
  background-color: #EDF2F8;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-team3-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ax-team3-content:is(.active) .ax-team4-item .item-inner-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ax-team3-content:is(.active) .ax-team4-item .item-inner-wrap .item-text {
  display: block;
}

.ax-team4-item .item-inner-wrap {
  width: 100%;
  height: 400px;
  max-width: 362px;
  position: relative;
  border-radius: 30px;
  border: 6px solid #FFFFFF;
  -webkit-transition: 1200ms cubic-bezier(0.5, -0.2, 0.3, 1);
  transition: 1200ms cubic-bezier(0.5, -0.2, 0.3, 1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-team4-item .item-inner-wrap {
    margin: 0 auto;
  }
}
.ax-team4-item .item-inner-wrap .item-img {
  overflow: hidden;
  border-radius: 30px;
}
.ax-team4-item .item-inner-wrap .item-text {
  left: 0;
  right: 0;
  width: 95%;
  opacity: 0;
  bottom: 0px;
  display: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  padding: 10px 10px 15px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-team4-item .item-inner-wrap .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 5px;
  font-family: var(--ax-inter);
  color: var(--ax-title-color2);
}
.ax-team4-item .item-inner-wrap:hover .item-text {
  opacity: 1;
  bottom: 12px;
}
.ax-team4-item:is(._1) .item-inner-wrap {
  -webkit-transform: translateX(203%);
          transform: translateX(203%);
}
.ax-team4-item:is(._2) .item-inner-wrap {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.ax-team4-item:is(._4) .item-inner-wrap {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.ax-team4-item:is(._5) .item-inner-wrap {
  -webkit-transform: translateX(-204.5%);
          transform: translateX(-204.5%);
}

/*---------------------------------------------------- */
/*Testi area*/
/*----------------------------------------------------*/
.ax-testi3-sec .ax-blg2-top .ax-sec-title2 {
  max-width: 500px;
}
.ax-testi3-sec .ax-blg2-top .top_desc {
  max-width: 475px;
}

.ax-testi3-content {
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-testi3-card1 {
  width: 100%;
  max-width: 366px;
  border-radius: 32px;
  padding: 40px 40px 37px;
  background-color: var(--ax-title-color2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-card1 {
    max-width: 100%;
  }
}
.ax-testi3-card1 h3 {
  color: #fff;
  line-height: 0.7;
  font-size: 120px;
  font-weight: 700;
  padding-block: 20px;
}
.ax-testi3-card1 .item-rate li {
  color: #F9B700;
}
.ax-testi3-card1 .item-logo span {
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.ax-testi3-card1 .item-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-testi3-card1 .item-client li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-left: -10px;
  border-radius: 12px;
  border: 2px solid #041427;
}
.ax-testi3-card1 .item-client li:nth-child(1) {
  margin-left: 0;
}
.ax-testi3-card1 .item-client span {
  color: #fff;
}

.ax-testi3-slider-wrap {
  width: 100%;
  max-width: 1365px;
  margin-right: -30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-slider-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}

.ax-testi3-slider {
  margin-right: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-slider {
    margin-right: 0;
  }
}

.ax-testi3-item {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 366px;
  border-radius: 32px;
  background-color: #F5F4FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-item {
    max-width: 100%;
  }
}
.ax-testi3-item .item-top {
  gap: 14px;
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
}
.ax-testi3-item .item-top .item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 12px;
}
.ax-testi3-item .item-top .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 4px;
}
.ax-testi3-item .item-top .item-text span {
  opacity: 0.8;
  letter-spacing: -0.5px;
}
.ax-testi3-item .item-bottom {
  padding: 24px;
  height: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  border-radius: 24px;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EDF2F8;
  border-bottom: 1px solid #EDF2F8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ax-testi3-item .item-bottom:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
.ax-testi3-item .item-bottom p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--ax-title-color2);
}
.ax-testi3-item .rate-num {
  gap: 5px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--ax-title-color2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-testi3-item .rate-num i {
  color: #F9B700;
}
.ax-testi3-item .rate-num span {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-testi3-item .item-fav svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-testi3-item:hover .item-bottom:before {
  width: 100%;
}
.ax-testi3-item:hover .item-bottom p {
  color: #fff;
}
.ax-testi3-item:hover .rate-num {
  color: #fff;
}
.ax-testi3-item:hover .rate-num span {
  color: #fff;
}
.ax-testi3-item:hover .item-fav svg path {
  fill: #fff;
}
.ax-testi3-item:is(.ver_2) {
  max-width: 385px;
  border-radius: 32px;
  margin-bottom: 12px;
  padding: 8px 8px 20px;
  background-color: #F4F4F5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-item:is(.ver_2) {
    max-width: 100%;
  }
}
.ax-testi3-item:is(.ver_2) .item-top {
  padding: 20px 28px;
  padding-bottom: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi3-item:is(.ver_2) .item-top {
    padding: 20px 15px 0px;
  }
}
.ax-testi3-item:is(.ver_2) .item-top .item-img {
  border-radius: 100%;
}
.ax-testi3-item:is(.ver_2) .item-top .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ax-sora);
}
.ax-testi3-item:is(.ver_2) .item-bottom {
  height: 336px;
  padding-bottom: 30px;
}
.ax-testi3-item:is(.ver_2) .item-bottom:before {
  display: none;
}
.ax-testi3-item:is(.ver_2) .item-bottom p {
  color: #000014;
  font-size: 20px;
  font-weight: 500;
}
.ax-testi3-item:is(.ver_2) .item-bottom p span {
  display: inline;
  color: rgba(5, 18, 41, 0.6980392157);
}
.ax-testi3-item:is(.ver_2) .rate-num {
  color: #000014;
}
.ax-testi3-item:is(.ver_2) .rate-num span {
  color: #000014;
}
.ax-testi3-item:is(.ver_2) .item-fav svg path {
  fill: #000014;
}

.swiper-slide:nth-child(even) .ax-testi3-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ax-testi3-bottom {
  gap: 25px;
}
.ax-testi3-bottom .rate-text {
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-testi3-bottom .rate-text p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.ax-testi3-bottom .rate-text .info-rate {
  gap: 12px;
}
.ax-testi3-bottom .rate-text .info-rate .ic-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c3);
}
.ax-testi3-bottom .rate-text .info-rate .rate-icon li {
  color: #F9B700;
}
.ax-testi3-bottom .rate-text .info-rate .rate-icon span {
  letter-spacing: -0.5px;
  color: var(--ax-title-color2);
}

.ax-testi3-nav-arrow .nav-arrow {
  gap: 25px;
}
.ax-testi3-nav-arrow .ax-testi3-prev,
.ax-testi3-nav-arrow .ax-testi3-next {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #9BA0A9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-testi3-nav-arrow .ax-testi3-prev svg path,
.ax-testi3-nav-arrow .ax-testi3-next svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-testi3-nav-arrow .ax-testi3-prev:hover,
.ax-testi3-nav-arrow .ax-testi3-next:hover {
  border: 1px solid var(--ax-prime-c3);
  background-color: var(--ax-prime-c3);
}
.ax-testi3-nav-arrow .ax-testi3-prev:hover svg path,
.ax-testi3-nav-arrow .ax-testi3-next:hover svg path {
  fill: #fff;
}

.ax-testi3-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.ax-testi3-pagi .swiper-pagination-bullet {
  width: 32px;
  opacity: 1;
  height: 32px;
  position: relative;
  margin: 0 !important;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent !important;
}
.ax-testi3-pagi .swiper-pagination-bullet:before {
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 0.4;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--ax-title-color2);
}
.ax-testi3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  border: 1px solid var(--ax-prime-c3);
}
.ax-testi3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  opacity: 1;
  background-color: var(--ax-prime-c3);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ax-cont3-sec {
  margin: 0px 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-sec {
    margin: 0;
  }
}

.ax-cont3-content {
  gap: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-cont3-wrap {
  border-radius: 40px;
  background-color: #F5F4FF;
}

.ax-cont3-text-wrap {
  max-width: 783px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-cont3-text-wrap {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-text-wrap {
    max-width: 100%;
  }
}

.ax-cont3-card {
  width: 100%;
  margin: 0 auto;
  margin-left: 24px;
  max-width: 759px;
  padding-top: 30px;
  border-radius: 32px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-card {
    margin-left: 0;
    max-width: 100%;
  }
}

.ax-ct3-item {
  margin: 0px 4px;
  border-radius: 40px;
  display: inline-block;
  background-color: #fff;
  padding: 4px 20px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.ax-ct3-item .item-inner {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-ct3-item .item-inner .item-icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(149, 136, 248, 0.1490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-ct3-item .item-inner .item-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--ax-title-color2);
}

.ax-cont3-marque {
  position: relative;
  border-radius: 32px;
  padding: 32px 32px 40px;
  background-color: #F5F4FF;
  border-bottom: 6px solid #9588F8;
}
.ax-cont3-marque:before, .ax-cont3-marque:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 244, 255, 0)), color-stop(24.72%, rgba(245, 244, 255, 0.75)), color-stop(50.41%, rgba(245, 244, 255, 0.9)), color-stop(75.01%, #F5F4FF), to(#F5F4FF));
  background: linear-gradient(270deg, rgba(245, 244, 255, 0) 0%, rgba(245, 244, 255, 0.75) 24.72%, rgba(245, 244, 255, 0.9) 50.41%, #F5F4FF 75.01%, #F5F4FF 100%);
}
.ax-cont3-marque:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ax-cont3-left,
.ax-cont3-right {
  display: flow-root;
}

.ax-cont3-form {
  width: 100%;
  max-width: 529px;
  border-radius: 24px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-form {
    max-width: 100%;
  }
}
.ax-cont3-form h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  border-radius: 16px;
  margin-bottom: 45px;
  padding: 48px 32px 42px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-form h3 i {
    display: none;
  }
}
.ax-cont3-form form {
  padding: 0px 40px 40px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-form form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ax-cont3-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--ax-title-color2);
}
.ax-cont3-form input, .ax-cont3-form textarea {
  width: 100%;
  height: 50px;
  color: #313130;
  margin-bottom: 24px;
  border-radius: 12px;
  padding-left: 12px;
  border: 1px solid rgba(131, 131, 131, 0.1411764706);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cont3-form input::-webkit-input-placeholder, .ax-cont3-form textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont3-form input::-moz-placeholder, .ax-cont3-form textarea::-moz-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont3-form input:-ms-input-placeholder, .ax-cont3-form textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont3-form input::-ms-input-placeholder, .ax-cont3-form textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont3-form input::placeholder, .ax-cont3-form textarea::placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont3-form input:focus, .ax-cont3-form textarea:focus {
  border: 1px solid var(--ax-title-color2);
}
.ax-cont3-form textarea {
  height: 176px;
  padding-top: 12px;
}
.ax-cont3-form button {
  color: #fff;
  width: 100%;
  padding: 0;
  height: 50px;
  border: none;
  font-weight: 500;
  border-radius: 12px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c3);
}
.ax-cont3-form button:hover {
  letter-spacing: 2px;
  background-color: var(--ax-title-color2);
}

.ax-cont3-content {
  z-index: 1;
}
.ax-cont3-content .ax-cont3-bg {
  left: 0;
  width: 100%;
  z-index: -1;
  height: 75%;
  bottom: 110px;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont3-content .ax-cont3-bg {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ax-blg3-item {
  padding-bottom: 80px;
}
.ax-blg3-item .item-img-meta .item-img {
  overflow: hidden;
  border-radius: 16px;
}
.ax-blg3-item .item-img-meta .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg3-item .item-img-meta .item-meta {
  top: 12px;
  right: 12px;
  width: 85px;
  padding: 6px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-blg3-item .item-img-meta .item-meta span {
  font-size: 32px;
  font-weight: 600;
  line-height: 0.75;
  padding-top: 12px;
  font-family: var(--ax-dm);
  color: var(--ax-title-color2);
}
.ax-blg3-item .item-img-meta .item-meta p {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: -0.5px;
  background-color: #EDF2F8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-blg3-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 155px;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8980392157);
  border: 1px solid #EDEDED;
  backdrop-filter: blur(1px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg3-item .item-text .item-author {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.ax-blg3-item .item-text .item-author a {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
  border-radius: 12px;
  letter-spacing: -0.5px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  color: var(--ax-title-color2);
}
.ax-blg3-item .item-text .item-author a i {
  line-height: 0.9;
  margin-right: 6px;
}
.ax-blg3-item .item-text .blg_title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  letter-spacing: -1.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ax-blg3-item .item-text .blg_title:before {
  left: 0;
  top: 5px;
  width: 3px;
  content: "";
  height: 88%;
  position: absolute;
  background-color: var(--ax-title-color2);
}
.ax-blg3-item .item-text p {
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ax-blg3-item .item-text .line-divide {
  opacity: 0.2;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #5E5E5E;
}
.ax-blg3-item .item-text .read_more {
  color: #fff;
  width: 100%;
  margin-top: 22px;
  font-weight: 500;
  text-align: center;
  padding: 13px 15px;
  border-radius: 12px;
  background-color: var(--ax-prime-c3);
}
.ax-blg3-item .item-text .read_more:hover {
  letter-spacing: 1px;
  background-color: var(--ax-title-color2);
}
.ax-blg3-item:hover .item-img-meta .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ax-blg3-item:hover .item-img-meta .item-meta {
  background-color: var(--ax-prime-c3);
}
.ax-blg3-item:hover .item-img-meta .item-meta span {
  color: #fff;
}
.ax-blg3-item:hover .item-img-meta .item-meta p {
  color: #fff;
  background: rgba(255, 255, 255, 0.1490196078);
}
.ax-blg3-item:hover .item-text {
  height: 350px;
}

.ax-blg3-nav-arrow .nav-arrow {
  gap: 25px;
}
.ax-blg3-nav-arrow .ax-blg3-prev,
.ax-blg3-nav-arrow .ax-blg3-next {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #9BA0A9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-blg3-nav-arrow .ax-blg3-prev svg path,
.ax-blg3-nav-arrow .ax-blg3-next svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-blg3-nav-arrow .ax-blg3-prev:hover,
.ax-blg3-nav-arrow .ax-blg3-next:hover {
  border: 1px solid var(--ax-prime-c3);
  background-color: var(--ax-prime-c3);
}
.ax-blg3-nav-arrow .ax-blg3-prev:hover svg path,
.ax-blg3-nav-arrow .ax-blg3-next:hover svg path {
  fill: #fff;
}

.ax-blg3-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.ax-blg3-pagi .swiper-pagination-bullet {
  width: 32px;
  opacity: 1;
  height: 32px;
  position: relative;
  margin: 0 !important;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent !important;
}
.ax-blg3-pagi .swiper-pagination-bullet:before {
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 0.4;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--ax-title-color2);
}
.ax-blg3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  border: 1px solid var(--ax-prime-c3);
}
.ax-blg3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  opacity: 1;
  background-color: var(--ax-prime-c3);
}

/*---------------------------------------------------- */
/******* HOME PAGE 4 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ax-hr4-slide-item {
  z-index: 1;
  padding: 295px 0px 235px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hr4-slide-item {
    padding: 200px 0px 150px;
  }
}
@media (max-width: 480px) {
  .ax-hr4-slide-item {
    padding: 180px 0px 100px;
  }
}
.ax-hr4-slide-item:before {
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  max-width: 1300px;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#00181B), color-stop(24.55%, #00181B), color-stop(50.15%, #00181B), color-stop(74.88%, rgba(0, 24, 27, 0.94)), color-stop(88.04%, rgba(0, 24, 27, 0.8)), to(rgba(0, 24, 27, 0)));
  background: linear-gradient(270deg, #00181B 0%, #00181B 24.55%, #00181B 50.15%, rgba(0, 24, 27, 0.94) 74.88%, rgba(0, 24, 27, 0.8) 88.04%, rgba(0, 24, 27, 0) 100%);
}
.ax-hr4-slide-item .container {
  max-width: 1532px !important;
}
.ax-hr4-slide-item .ax-hr4-bg {
  top: 0;
  left: 0;
  width: 65%;
  z-index: -2;
  height: 100%;
  overflow: hidden;
  margin-top: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hr4-slide-item .ax-hr4-bg {
    margin-top: 0;
  }
}
.ax-hr4-slide-item .ax-hr4-bg img {
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  -webkit-transform: scale(1.3) translateX(-150px);
          transform: scale(1.3) translateX(-150px);
}
.ax-hr4-slide-item .ax-hr4-text {
  width: 100%;
  max-width: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hr4-slide-item .ax-hr4-text {
    max-width: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hr4-slide-item .ax-hr4-text {
    max-width: 600px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hr4-slide-item .ax-hr4-text {
    max-width: 500px;
  }
}
.ax-hr4-slide-item .ax-hr4-text .slide-rate {
  gap: 12px;
  opacity: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.ax-hr4-slide-item .ax-hr4-text .slide-rate li {
  color: #fff;
}
.ax-hr4-slide-item .ax-hr4-text .slide-rate span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 120px;
  background: rgba(255, 255, 255, 0.0784313725);
}
.ax-hr4-slide-item .ax-hr4-text .hero_title {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
.ax-hr4-slide-item .ax-hr4-text .hero_title .split-word {
  -webkit-transform: translateX(0) scaleX(1.2);
          transform: translateX(0) scaleX(1.2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 1.5s var(--cube-1);
  transition: 1.5s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hr4-slide-item .ax-hr4-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hr4-slide-item .ax-hr4-text .hero_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hr4-slide-item .ax-hr4-text .hero_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .ax-hr4-slide-item .ax-hr4-text .hero_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .ax-hr4-slide-item .ax-hr4-text .hero_title {
    font-size: 38px;
  }
}
.ax-hr4-slide-item .ax-hr4-text p {
  color: #fff;
  opacity: 0;
  font-size: 18px;
  visibility: hidden;
  max-width: 700px;
  padding-top: 12px;
  letter-spacing: -0.5px;
  font-family: var(--ax-dm);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.ax-hr4-slide-item .ax-btn-grp {
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
.ax-hr4-slide-item .ax-btn-grp li {
  width: 55px;
  height: 55px;
  opacity: 0;
  overflow: hidden;
  margin-left: 5px;
  border-radius: 100%;
  visibility: hidden;
  border: 3px solid #101D33;
  -webkit-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
}
.ax-hr4-slide-item .ax-btn-grp li:first-child {
  margin-left: 0;
}
.ax-hr4-slide-item .ax-btn-grp li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ax-hr4-slide-item .ax-btn-grp .ax-btn2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ax-hr4-slide-item .ax-btn-grp .ax-btn2 a i {
  background-color: #fff;
  border: 4px solid #07142B;
}

.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .slide-rate {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word {
  -webkit-transform: translateX(0%) scaleX(1);
          transform: translateX(0%) scaleX(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(7) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(9) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text .hero_title .split-word:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-text p {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ax-hr4-slide-item .ax-hr4-bg img {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  -webkit-transform: scale(1) translateX(0px);
          transform: scale(1) translateX(0px);
}
.swiper-slide-active .ax-hr4-slide-item .ax-btn-grp li {
  opacity: 1;
  visibility: visible;
  margin-left: -15px;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .ax-hr4-slide-item .ax-btn-grp .ax-btn2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

/*---------------------------------------------------- */
/*Count area*/
/*----------------------------------------------------*/
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes floatLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ax-count4-sec {
  z-index: 1;
  position: relative;
  background-color: #F4F4F5;
}

.ax-count4-content {
  top: -70px;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  max-width: 1640px;
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-count4-content {
    top: 0;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-count4-content {
    top: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-count4-card {
  height: 316px;
  overflow: hidden;
  padding: 32px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ax-count4-card .item-shape1 {
  right: 36px;
  width: 60px;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-count4-card .item-shape1 span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: -25px;
  background-color: #00929F;
  -webkit-animation: floatUpDown 3.5s ease-in-out infinite;
          animation: floatUpDown 3.5s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ax-count4-card .item-shape1 span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background-color: #FFFFFF;
}
.ax-count4-card .item-shape1 span:nth-child(3) {
  margin-bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-color: #00434A;
}
.ax-count4-card .item-shape2 {
  right: 0;
  bottom: -50px;
}
.ax-count4-card .item-shape2 span {
  width: 20px;
  height: 250px;
  margin-right: 10px;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  background-color: var(--ax-prime-c4);
}
.ax-count4-card .item-shape2 span:nth-child(2) {
  background-color: #F4F4F5;
}
.ax-count4-card .item-shape3 {
  right: 32px;
  bottom: 32px;
}
.ax-count4-card .item-shape3 span {
  width: 48px;
  height: 80px;
  margin-left: -25px;
  background-color: #00929F;
  -webkit-animation: floatLeftRight 4s ease-in-out infinite;
          animation: floatLeftRight 4s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  clip-path: polygon(100% 49.487%, 0% 98.974%, 0% 0%, 100% 49.487%);
}
.ax-count4-card .item-shape3 span:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  background-color: #fff;
}
.ax-count4-card .item-shape3 span:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  background-color: #00434A;
}
.ax-count4-card .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.ax-count4-card .item-text h3 .odometer {
  letter-spacing: -3px;
  font-family: var(--ax-sora) !important;
}
.ax-count4-card .item-text p {
  color: #fff;
  font-size: 18px;
  max-width: 200px;
}
.ax-count4-card .item-btn {
  display: inline-block;
}
.ax-count4-card .item-btn a {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-count4-card .item-btn a span {
  color: #fff;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-count4-card .item-btn a i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-count4-card .item-btn a i svg path {
  fill: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-count4-card .item-btn a:hover span {
  opacity: 1;
  width: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ax-count4-card .item-btn a:hover i {
  background-color: #fff;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ax-count4-card .item-btn a:hover i svg path {
  fill: var(--ax-prime-c4);
}
.ax-count4-card:is(._1) {
  background-color: var(--ax-prime-c4);
}
.ax-count4-card:is(._2) {
  background-color: #fff;
}
.ax-count4-card:is(._2) .item-text h3 {
  color: var(--ax-title-color3);
}
.ax-count4-card:is(._2) .item-text p {
  opacity: 0.8;
  color: var(--ax-body-color2);
}
.ax-count4-card:is(._2) .item-btn a span {
  color: var(--ax-title-color3);
}
.ax-count4-card:is(._2) .item-btn a i {
  background-color: var(--ax-prime-c4);
}
.ax-count4-card:is(._2) .item-btn a i svg path {
  fill: #fff;
}
.ax-count4-card:is(._3) {
  z-index: 1;
}
.ax-count4-card:is(._3) .item-img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ax-count4-card:is(._3) .item-btn a i {
  background-color: #fff;
}
.ax-count4-card:is(._3) .item-btn a i svg path {
  fill: var(--ax-title-color2);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ax-ab4-sec {
  background-color: #F4F4F5;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.ax-ab4-text {
  max-width: 553px;
}

.ax-ab4-circle-wrap {
  width: 100%;
  max-width: 532px;
}

.ax-ab4-content {
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ax-ab4-circle-wrap .middle-icon {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 148px;
  height: 148px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ax-ab4-circle-wrap .middle-icon .shadow-shape {
  right: 0;
  top: -40px;
  left: -40px;
  z-index: -1;
  width: 150%;
  height: 150%;
}
.ax-ab4-circle-wrap .middle-icon span {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(237, 242, 248, 0.5294117647);
  backdrop-filter: blur(19px);
}
.ax-ab4-circle-wrap .middle-icon span:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D1EE3), color-stop(8.39%, rgba(128, 129, 239, 0.4)), color-stop(16.33%, rgba(255, 255, 255, 0)), color-stop(84.14%, rgba(255, 255, 255, 0)), color-stop(91.86%, rgba(0, 109, 119, 0.4)), color-stop(99.46%, #006D77));
  background: linear-gradient(180deg, #1D1EE3 0%, rgba(128, 129, 239, 0.4) 8.39%, rgba(255, 255, 255, 0) 16.33%, rgba(255, 255, 255, 0) 84.14%, rgba(0, 109, 119, 0.4) 91.86%, #006D77 99.46%);
}
.ax-ab4-circle-wrap .middle-icon i {
  width: 119px;
  height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c4);
  -webkit-box-shadow: 0px 0px 23.37px 0px rgba(255, 255, 255, 0.6392156863) inset;
          box-shadow: 0px 0px 23.37px 0px rgba(255, 255, 255, 0.6392156863) inset;
}

.ax-ab4-icon-wrapper {
  width: 100%;
  margin: auto;
  height: 476px;
  max-width: 532px;
  position: relative;
}
.ax-ab4-icon-wrapper ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.ax-ab4-icon-wrapper li {
  z-index: 1;
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: floatY 3s ease-in-out infinite;
          animation: floatY 3s ease-in-out infinite;
}
.ax-ab4-icon-wrapper li span {
  top: 9px;
  left: -135%;
  opacity: 0.4;
  width: 168px;
  height: 60px;
  position: absolute;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, #4A52BD), color-stop(37.67%, rgba(74, 82, 189, 0.7)), color-stop(48.31%, rgba(74, 82, 189, 0.3)), color-stop(58.96%, rgba(74, 82, 189, 0.1)), color-stop(69.61%, rgba(74, 82, 189, 0)), color-stop(80.29%, rgba(74, 82, 189, 0)));
  background: linear-gradient(270deg, #4A52BD 26.69%, rgba(74, 82, 189, 0.7) 37.67%, rgba(74, 82, 189, 0.3) 48.31%, rgba(74, 82, 189, 0.1) 58.96%, rgba(74, 82, 189, 0) 69.61%, rgba(74, 82, 189, 0) 80.29%);
}
.ax-ab4-icon-wrapper li i {
  width: 74px;
  height: 74px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-ab4-icon-wrapper li i:before, .ax-ab4-icon-wrapper li i:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  border-radius: 100%;
}
.ax-ab4-icon-wrapper li i:before {
  width: 72px;
  height: 72px;
  z-index: -1;
  background-color: #fff;
}
.ax-ab4-icon-wrapper li i:after {
  z-index: -2;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #4A52BD), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #4A52BD -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.ax-ab4-icon-wrapper li:nth-child(2) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #2FB77E), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #2FB77E -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(2) span {
  top: 40px;
  left: -120%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(46, 182, 125, 0.8)), color-stop(37.67%, rgba(46, 182, 125, 0.7)), color-stop(48.31%, rgba(46, 182, 125, 0.3)), color-stop(58.96%, rgba(46, 182, 125, 0.1)), color-stop(69.61%, rgba(46, 182, 125, 0)), color-stop(80.29%, rgba(46, 182, 125, 0)));
  background: linear-gradient(270deg, rgba(46, 182, 125, 0.8) 26.69%, rgba(46, 182, 125, 0.7) 37.67%, rgba(46, 182, 125, 0.3) 48.31%, rgba(46, 182, 125, 0.1) 58.96%, rgba(46, 182, 125, 0) 69.61%, rgba(46, 182, 125, 0) 80.29%);
}
.ax-ab4-icon-wrapper li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ax-ab4-icon-wrapper li:nth-child(3) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #EA4335), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #EA4335 -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(3) span {
  top: 70px;
  left: -145%;
  -webkit-transform: rotate(103deg);
          transform: rotate(103deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(234, 67, 53, 0.8)), color-stop(37.67%, rgba(234, 67, 53, 0.7)), color-stop(48.31%, rgba(234, 67, 53, 0.3)), color-stop(58.96%, rgba(234, 67, 53, 0.1)), color-stop(69.61%, rgba(234, 67, 53, 0)), color-stop(80.29%, rgba(234, 67, 53, 0)));
  background: linear-gradient(270deg, rgba(234, 67, 53, 0.8) 26.69%, rgba(234, 67, 53, 0.7) 37.67%, rgba(234, 67, 53, 0.3) 48.31%, rgba(234, 67, 53, 0.1) 58.96%, rgba(234, 67, 53, 0) 69.61%, rgba(234, 67, 53, 0) 80.29%);
}
.ax-ab4-icon-wrapper li:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.ax-ab4-icon-wrapper li:nth-child(4) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #2196F3), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #2196F3 -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(4) span {
  top: 80px;
  left: -194%;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(33, 150, 243, 0.8)), color-stop(37.67%, rgba(33, 150, 243, 0.7)), color-stop(48.31%, rgba(33, 150, 243, 0.3)), color-stop(58.96%, rgba(33, 150, 243, 0.1)), color-stop(69.61%, rgba(33, 150, 243, 0)), color-stop(80.29%, rgba(33, 150, 243, 0)));
  background: linear-gradient(270deg, rgba(33, 150, 243, 0.8) 26.69%, rgba(33, 150, 243, 0.7) 37.67%, rgba(33, 150, 243, 0.3) 48.31%, rgba(33, 150, 243, 0.1) 58.96%, rgba(33, 150, 243, 0) 69.61%, rgba(33, 150, 243, 0) 80.29%);
}
.ax-ab4-icon-wrapper li:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ax-ab4-icon-wrapper li:nth-child(5) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #5D87DE), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #5D87DE -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(5) span {
  top: 57px;
  left: -225%;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(93, 135, 222, 0.8)), color-stop(37.67%, rgba(93, 135, 222, 0.7)), color-stop(48.31%, rgba(93, 135, 222, 0.3)), color-stop(58.96%, rgba(93, 135, 222, 0.1)), color-stop(69.61%, rgba(93, 135, 222, 0)), color-stop(80.29%, rgba(93, 135, 222, 0)));
  background: linear-gradient(270deg, rgba(93, 135, 222, 0.8) 26.69%, rgba(93, 135, 222, 0.7) 37.67%, rgba(93, 135, 222, 0.3) 48.31%, rgba(93, 135, 222, 0.1) 58.96%, rgba(93, 135, 222, 0) 69.61%, rgba(93, 135, 222, 0) 80.29%);
}
.ax-ab4-icon-wrapper li:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.ax-ab4-icon-wrapper li:nth-child(6) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #FE5000), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #FE5000 -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(6) span {
  top: 23px;
  left: -229%;
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(254, 80, 0, 0.8)), color-stop(37.67%, rgba(254, 80, 0, 0.7)), color-stop(48.31%, rgba(254, 80, 0, 0.3)), color-stop(58.96%, rgba(254, 80, 0, 0.1)), color-stop(69.61%, rgba(254, 80, 0, 0)), color-stop(80.29%, rgba(254, 80, 0, 0)));
  background: linear-gradient(270deg, rgba(254, 80, 0, 0.8) 26.69%, rgba(254, 80, 0, 0.7) 37.67%, rgba(254, 80, 0, 0.3) 48.31%, rgba(254, 80, 0, 0.1) 58.96%, rgba(254, 80, 0, 0) 69.61%, rgba(254, 80, 0, 0) 80.29%);
}
.ax-ab4-icon-wrapper li:nth-child(7) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.ax-ab4-icon-wrapper li:nth-child(7) i:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.86%, #FBBC04), color-stop(52.86%, #FBF9F5));
  background: linear-gradient(270deg, #FBBC04 -2.86%, #FBF9F5 52.86%);
}
.ax-ab4-icon-wrapper li:nth-child(7) span {
  top: -10px;
  left: -189%;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.69%, rgba(251, 188, 4, 0.8)), color-stop(37.67%, rgba(251, 188, 4, 0.7)), color-stop(48.31%, rgba(251, 188, 4, 0.3)), color-stop(58.96%, rgba(251, 188, 4, 0.1)), color-stop(69.61%, rgba(251, 188, 4, 0)), color-stop(80.29%, rgba(251, 188, 4, 0)));
  background: linear-gradient(270deg, rgba(251, 188, 4, 0.8) 26.69%, rgba(251, 188, 4, 0.7) 37.67%, rgba(251, 188, 4, 0.3) 48.31%, rgba(251, 188, 4, 0.1) 58.96%, rgba(251, 188, 4, 0) 69.61%, rgba(251, 188, 4, 0) 80.29%);
}

/*---------------------------------------------------- */
/*Mission area*/
/*----------------------------------------------------*/
.ax-mission-sec .ax-sec-title2 {
  gap: 20px;
}
.ax-mission-sec .ax-sec-title2 .sec_title {
  max-width: 810px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-mission-sec .ax-sec-title2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-mission-content {
  gap: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-mission-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-mis-img {
  width: 100%;
  height: 297px;
  max-width: 437px;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-mis-img {
    max-width: 100%;
  }
}

.ax-mission-wrap {
  width: 100%;
  max-width: 780px;
}
.ax-mission-wrap .ax-mission-area {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 30px 60px;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-mission-wrap .ax-mission-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-mission-item .item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 16px;
  background-color: #F4F4F5;
}
.ax-mission-item .item-text h3 {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}
.ax-mission-item:hover .item-icon {
  -webkit-animation: hithere 1s ease infinite;
          animation: hithere 1s ease infinite;
}

/*---------------------------------------------------- */
/*Solution area*/
/*----------------------------------------------------*/
.ax-solution-sec {
  margin: 0px 20px;
}

.ax-solution-wrap {
  border-radius: 48px;
  background-color: #F4F4F5;
}

.ax-solution-top {
  gap: 20px;
}
.ax-solution-top .ax-sec-title2 {
  max-width: 520px;
}
.ax-solution-top .top-desc {
  max-width: 480px;
}

.ax-solution-content {
  gap: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-solution-item {
  width: 280px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-item {
    width: 45%;
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-item {
    width: 100%;
  }
}
.ax-solution-item .item-arrow {
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.ax-solution-item .item-arrow a {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-solution-item .item-arrow a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-solution-item .front-part {
  width: 100%;
  opacity: 1;
  height: 400px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  clip-path: polygon(0% 6%, 0% 6%, 0.112% 5.027%, 0.437% 4.104%, 0.957% 3.243%, 1.654% 2.456%, 2.511% 1.757%, 3.509% 1.158%, 4.632% 0.67%, 5.862% 0.306%, 7.181% 0.079%, 8.571% 0%, 42.5% 0%, 65.714% 0%, 65.714% 0%, 67.105% 0.079%, 68.424% 0.306%, 69.653% 0.67%, 70.776% 1.158%, 71.775% 1.757%, 72.632% 2.456%, 73.329% 3.243%, 73.849% 4.104%, 74.174% 5.027%, 74.286% 6%, 74.286% 12%, 74.286% 12%, 74.398% 12.973%, 74.723% 13.896%, 75.242% 14.757%, 75.939% 15.544%, 76.796% 16.243%, 77.795% 16.842%, 78.918% 17.33%, 80.148% 17.694%, 81.467% 17.921%, 82.857% 18%, 91.429% 18%, 91.429% 18%, 92.819% 18.079%, 94.138% 18.306%, 95.368% 18.67%, 96.491% 19.158%, 97.49% 19.757%, 98.346% 20.456%, 99.043% 21.243%, 99.563% 22.104%, 99.888% 23.027%, 100% 24%, 100% 48.125%, 100% 94%, 100% 94%, 99.888% 94.973%, 99.563% 95.896%, 99.043% 96.757%, 98.346% 97.544%, 97.49% 98.243%, 96.491% 98.842%, 95.368% 99.33%, 94.138% 99.694%, 92.819% 99.921%, 91.429% 100%, 8.571% 100%, 8.571% 100%, 7.181% 99.921%, 5.862% 99.694%, 4.632% 99.33%, 3.509% 98.842%, 2.511% 98.243%, 1.654% 97.544%, 0.957% 96.757%, 0.437% 95.896%, 0.112% 94.973%, 0% 94%, 0% 6%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-item .front-part {
    display: none !important;
  }
}
.ax-solution-item .front-part .item-text h4 {
  opacity: 0.2;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}
.ax-solution-item .front-part .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  max-width: 220px;
  letter-spacing: -1px;
}
.ax-solution-item .back-part {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: perspective(500px) rotateY(-90deg);
          transform: perspective(500px) rotateY(-90deg);
  clip-path: polygon(0% 6%, 0% 6%, 0.065% 5.027%, 0.253% 4.104%, 0.553% 3.243%, 0.957% 2.456%, 1.452% 1.757%, 2.03% 1.158%, 2.68% 0.67%, 3.391% 0.306%, 4.154% 0.079%, 4.959% 0%, 66.736% 0%, 80.165% 0%, 80.165% 0%, 80.97% 0.079%, 81.733% 0.306%, 82.444% 0.67%, 83.094% 1.158%, 83.672% 1.757%, 84.167% 2.456%, 84.57% 3.243%, 84.871% 4.104%, 85.059% 5.027%, 85.124% 6%, 85.124% 12%, 85.124% 12%, 85.189% 12.973%, 85.377% 13.896%, 85.677% 14.757%, 86.081% 15.544%, 86.576% 16.243%, 87.154% 16.842%, 87.804% 17.33%, 88.515% 17.694%, 89.278% 17.921%, 90.083% 18%, 95.041% 18%, 95.041% 18%, 95.846% 18.079%, 96.609% 18.306%, 97.32% 18.67%, 97.97% 19.158%, 98.548% 19.757%, 99.043% 20.456%, 99.447% 21.243%, 99.747% 22.104%, 99.935% 23.027%, 100% 24%, 100% 48.125%, 100% 94%, 100% 94%, 99.935% 94.973%, 99.747% 95.896%, 99.447% 96.757%, 99.043% 97.544%, 98.548% 98.243%, 97.97% 98.842%, 97.32% 99.33%, 96.609% 99.694%, 95.846% 99.921%, 95.041% 100%, 4.959% 100%, 4.959% 100%, 4.154% 99.921%, 3.391% 99.694%, 2.68% 99.33%, 2.03% 98.842%, 1.452% 98.243%, 0.957% 97.544%, 0.553% 96.757%, 0.253% 95.896%, 0.065% 94.973%, 0% 94%, 0% 6%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-item .back-part {
    opacity: 1;
    clip-path: none;
    position: relative !important;
    -webkit-transform: rotateX(0) rotateY(0deg);
            transform: rotateX(0) rotateY(0deg);
  }
}
.ax-solution-item .back-part:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 109, 119, 0.3490196078);
}
.ax-solution-item .back-part .text-scroll {
  top: 45%;
}
.ax-solution-item .back-part .text-scroll h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -1px;
}
.ax-solution-item .back-part .item-img {
  top: 0;
  left: 0;
  z-index: -2;
}
.ax-solution-item .back-part .item-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}
.ax-solution-item .back-part .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  max-width: 235px;
  letter-spacing: -0.5px;
}
.ax-solution-item:is(.active) {
  width: 484px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-solution-item:is(.active) {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution-item:is(.active) {
    width: 100%;
  }
}
.ax-solution-item:is(.active) .back-part {
  opacity: 1;
  -webkit-transform: rotateX(0) rotateY(0deg);
          transform: rotateX(0) rotateY(0deg);
}
.ax-solution-item:is(.active) .item-arrow a {
  background-color: var(--ax-prime-c4);
}
.ax-solution-item:is(.active) .item-arrow a svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*Work Process area*/
/*----------------------------------------------------*/
.ax-workp4-sec .ax-sec-title2 {
  margin: 0 auto;
  max-width: 650px;
}
.ax-workp4-sec .ax-sec-title2 p {
  margin: 0 auto;
  max-width: 600px;
}

.ax-workp4-wrapper {
  margin: 0 auto;
  max-width: 524px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 15px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-workp4-item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 417px;
  border-radius: 32px;
  position: relative;
}
.ax-workp4-item span {
  top: 32px;
  right: 32px;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  font-family: var(--ax-sora);
  color: var(--ax-title-color2);
}
.ax-workp4-item .item-text {
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px;
  position: absolute;
  border-radius: 32px;
  backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.3) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
}
@media (max-width: 480px) {
  .ax-workp4-item .item-text {
    padding: 20px;
  }
}
.ax-workp4-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .ax-workp4-item .item-text h3 {
    font-size: 20px;
  }
}
.ax-workp4-item .item-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .ax-workp4-item .item-text p {
    font-size: 16px;
  }
}
.ax-workp4-item:is(._1), .ax-workp4-item:is(._2) {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-item:is(._1), .ax-workp4-item:is(._2) {
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.ax-workp4-item:is(._1) {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-item:is(._1) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.ax-workp4-item:is(._2) {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-item:is(._2) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.ax-workp4-marquee {
  top: 42%;
  left: -5%;
  width: 110%;
  z-index: -1;
  display: flow-root;
  position: absolute;
  padding: 34px 0 30px;
  background-color: #00181B;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-marquee {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ax-workp4-marquee:nth-child(2) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: var(--ax-prime-c4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-workp4-marquee:nth-child(2) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ax-workp4-marquee h3 {
  color: #fff;
  font-size: 40px;
  line-height: 0.8;
  font-weight: 500;
  display: inline-block;
}
.ax-workp4-marquee i {
  top: -10px;
  margin: 0px 5px;
  position: relative;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ax-pro4-sec {
  margin: 0px 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro4-sec {
    margin: 0;
  }
}

.ax-pro4-wrap {
  border-radius: 48px;
  background-color: #00181B;
}
.ax-pro4-wrap .ax-sec-title2 .subtitle {
  color: #fff;
}
.ax-pro4-wrap .ax-sec-title2 .sec_title {
  color: #fff;
}
.ax-pro4-wrap .ax-sec-title2 p {
  color: #fff;
  margin: 0 auto;
  max-width: 650px;
}

.ax-pro4-area {
  gap: 26px;
}

.ax-pro4-item-wrap {
  position: relative;
  margin-bottom: 24px;
  border-radius: 32px;
  background-color: #002226;
}

.ax-pro4-item {
  gap: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro4-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-pro4-item .item-img {
  max-width: 508px;
  overflow: hidden;
  border-radius: 32px;
}
.ax-pro4-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro4-item .item-img {
    height: 420px;
    max-width: 100%;
  }
}
.ax-pro4-item .item-text {
  padding: 40px;
  max-width: 850px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-pro4-item .item-text {
    padding: 30px 20px;
  }
}
.ax-pro4-item .item-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  max-width: 750px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.ax-pro4-item .item-text .item-desc-area .item-desc {
  margin-bottom: 16px;
}
.ax-pro4-item .item-text .item-desc-area .item-desc h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 7px;
}
.ax-pro4-item .item-text .item-desc-area .item-desc p {
  color: #E5E5E5;
  font-size: 18px;
  max-width: 750px;
}
.ax-pro4-item .item-text .item-count-wrap {
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-pro4-item .item-text .item-count-wrap .item-count {
  width: 218px;
  height: 120px;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.ax-pro4-item .item-text .item-count-wrap .item-count h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5;
  padding-bottom: 8px;
}
.ax-pro4-item .item-text .item-count-wrap .item-count p {
  color: #E5E5E5;
  line-height: 1.3;
}
.ax-pro4-item .item-text .item-count-wrap .item-count:nth-child(2) {
  width: 170px;
}
.ax-pro4-item .item-text .read_more {
  gap: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--ax-dm);
}
.ax-pro4-item .item-text .read_more:hover {
  letter-spacing: 1px;
}
.ax-pro4-item .item-text .item-bottom {
  gap: 15px;
}
.ax-pro4-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mx-wc2-scrolbar {
    display: none;
  }
}
.mx-wc2-scrolbar .wc2-scroler {
  width: 2px;
  left: -26px;
  height: 700px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.mx-wc2-scrolbar .wc2-scroler .wc2-scrbar {
  top: 0;
  left: 0;
  width: 2px;
  height: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.mx-wc2-scrolbar .wc2-scroler .wc2-scrbar:before {
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.ax-faq4-content {
  gap: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-faq4-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 553px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ax-faq4-text .ax-sec-title2 p {
  max-width: 500px;
}

.ax-faq4-card {
  max-width: 437px;
}
.ax-faq4-card .card-author {
  gap: 24px;
  padding: 8px;
  border-radius: 20px;
  background-color: var(--ax-prime-c4);
}
.ax-faq4-card .card-author .item-img {
  width: 148px;
  height: 148px;
  overflow: hidden;
  border-radius: 16px;
}
.ax-faq4-card .card-author .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
}
.ax-faq4-card .card-author .item-text span {
  color: #E5E5E5;
}
.ax-faq4-card .card-author .item-text a {
  gap: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  border: 1px solid #FFFFFF;
  padding: 6px 16px 6px 6px;
}
.ax-faq4-card .card-author .item-text a:before {
  top: 6px;
  left: 8px;
  width: 0%;
  z-index: -1;
  height: 36px;
  content: "";
  border-radius: 8px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-faq4-card .card-author .item-text a i {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.ax-faq4-card .card-author .item-text a span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ax-inter);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-faq4-card .card-author .item-text a:hover span {
  color: var(--ax-title-color2);
}
.ax-faq4-card .card-author .item-text a:hover:before {
  width: 92%;
}
.ax-faq4-card .card-bottom {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(49, 49, 48, 0.2);
}
.ax-faq4-card .card-bottom .bottom-icon {
  gap: 10px;
  margin-bottom: 8px;
}
.ax-faq4-card .card-bottom .bottom-icon span {
  color: #000014;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ax-dm);
}
.ax-faq4-card .card-bottom p {
  font-size: 15px;
}

.ax-faq4-feed {
  width: 100%;
  padding: 12px;
  max-width: 783px;
  border-radius: 12px;
  background-color: #F4F4F5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq4-feed {
    max-width: 100%;
  }
}

.ax-faq4-accordion .accordion-item,
.ax-faq4-accordion .accordion-button {
  background-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ax-faq4-accordion .accordion-item {
  border: none;
  padding: 16px;
  position: relative;
  margin-bottom: 8px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ax-faq4-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.ax-faq4-accordion .accordion-item:is(.active) {
  background-color: var(--ax-prime-c4);
}
.ax-faq4-accordion .accordion-item:is(.active) .accordion-button span {
  color: #fff;
}
.ax-faq4-accordion .accordion-item:is(.active) .accordion-button i {
  background-color: #F4F4F5;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-faq4-accordion .accordion-button {
  padding: 0;
  border: none;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  font-family: var(--ax-sora);
}
.ax-faq4-accordion .accordion-button span {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000014;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq4-accordion .accordion-button span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-faq4-accordion .accordion-button i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F4F4F5;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-faq4-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq4-accordion .accordion-body {
  padding: 0;
  font-size: 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-faq4-accordion .accordion-body .bi-faq-text {
  color: #fff;
  max-width: 730px;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 56px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq4-accordion .accordion-body .bi-faq-text {
    padding-left: 0;
  }
}
.ax-faq4-accordion .accordion-button::after {
  display: none;
}
.ax-faq4-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq4-accordion .accordion-button:not(.collapsed) span {
  color: #000000;
}
.ax-faq4-accordion .accordion-button:not(.collapsed) i {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.ax-price4-sec {
  z-index: 1;
  margin: 0px 20px;
}
@media (max-width: 480px) {
  .ax-price4-sec {
    margin: 0;
  }
}
.ax-price4-sec .ax-price-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.ax-price4-sec .ax-price-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 31, 34, 0.5019607843);
}

.ax-price-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-price4-wrap {
  overflow: hidden;
  border-radius: 48px;
}

.ax-price4-text {
  width: 100%;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ax-price4-text h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  padding-bottom: 55px;
  letter-spacing: -1.5px;
}
@media (max-width: 480px) {
  .ax-price4-text h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.ax-price4-text .item-rate {
  gap: 5px 14px;
  margin-top: 30px;
}
.ax-price4-text .item-rate li {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-left: -20px;
  border-radius: 100%;
  border: 3px solid #1F7585;
}
.ax-price4-text .item-rate li:first-child {
  margin-left: 0;
}
.ax-price4-text .item-rate li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ax-price4-text .inner-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
.ax-price4-text .inner-text span {
  color: #E5E5E5;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.ax-price4-btn {
  padding: 8px;
  border-radius: 24px;
  background: rgba(5, 18, 41, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.ax-price4-btn .nav-link {
  padding-left: 0;
}
.ax-price4-btn .nav-link:is(.active) .ax-pri4-btn-item {
  backdrop-filter: blur(25px);
  background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.5) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
}
.ax-price4-btn .nav-link:is(.active) .ax-pri4-btn-item i {
  background-color: #fff;
}
.ax-price4-btn .nav-link:is(.active) .ax-pri4-btn-item i svg path {
  fill: #000000;
}

.ax-pri4-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(153.32deg, rgba(255, 255, 255, 0.1) -65.62%, rgba(255, 255, 255, 0.1) 83.28%);
}
.ax-pri4-btn-item:last-child {
  margin-bottom: 0;
}
.ax-pri4-btn-item .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 5px;
}
.ax-pri4-btn-item .item-text span {
  color: #E5E5E5;
  letter-spacing: -0.5px;
}
.ax-pri4-btn-item i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-pri4-btn-item i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ax-price4-item {
  width: 100%;
  padding: 32px;
  max-width: 436px;
  border-radius: 32px;
  background: rgba(5, 18, 41, 0.4);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.ax-price4-item .item-top {
  gap: 17px;
  margin-bottom: 30px;
}
.ax-price4-item .item-top .item-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1607843137);
}
.ax-price4-item .item-top span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ax-sora);
}
.ax-price4-item .item-price {
  margin-bottom: 30px;
}
.ax-price4-item .item-price h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ax-price4-item .item-price h3 span {
  color: #E5E5E5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-family: var(--ax-dm);
}
.ax-price4-item .item-price p {
  color: #E5E5E5;
}
.ax-price4-item .item-btn {
  margin-bottom: 30px;
}
.ax-price4-item .item-btn a {
  width: 100%;
  color: #fff;
  padding: 12px;
  font-weight: 500;
  border-radius: 12px;
  background-color: var(--ax-prime-c4);
}
.ax-price4-item .item-btn a:hover {
  letter-spacing: 1px;
}
.ax-price4-item li {
  color: #fff;
  margin-bottom: 10px;
}
.ax-price4-item li i {
  margin-right: 8px;
}
.ax-price4-item li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ax-testi4-sec .ax-sec-title2 p {
  margin: 0 auto;
  max-width: 505px;
}

.ax-testi4-content {
  gap: 12px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  max-width: 1180px;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi4-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi4-item-wrap {
    padding-top: 0;
  }
}

.ax-testi4-item {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 12px;
}
.ax-testi4-item .item-img:is(.ver_2) {
  height: 532px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi4-item .item-img {
    height: 350px;
  }
}
.ax-testi4-item .item-inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  border-radius: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.ax-testi4-item .item-text {
  left: 40px;
  z-index: 2;
  right: 20px;
  bottom: 40px;
  position: absolute;
}
.ax-testi4-item .item-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 306px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.ax-testi4-item .item-text .item-author h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.ax-testi4-item .item-text .item-author span {
  color: #fff;
  font-size: 16px;
}

.ax-testi4-bottom {
  gap: 20px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1180px;
}

.ax-testi4-rate {
  gap: 40px 20px;
}
.ax-testi4-rate .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-right: 8px;
}
.ax-testi4-rate .item-text li {
  color: #F9B600;
  font-size: 16px;
}
.ax-testi4-rate span {
  opacity: 0.8;
  font-size: 16px;
}

.ax-avatar4 {
  max-width: 385px;
}
.ax-avatar4 .cl-img-list {
  gap: 16px;
}
.ax-avatar4 .cl-img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-avatar4 .cl-img-list li {
  width: 52px;
  color: #fff;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FFFFFF;
  background-color: #006D77;
}
.ax-avatar4 .cl-img-list li:first-child {
  margin-left: 0;
}
.ax-avatar4 .cl-img-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ax-avatar4 .cl-img-list span {
  font-size: 18px;
  line-height: 1.3;
  max-width: 205px;
  letter-spacing: -1px;
  font-family: var(--ax-sora);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ax-cont4-sec {
  margin: 0px 20px;
}

.ax-cont4-wrapper {
  z-index: 1;
  overflow: hidden;
  border-radius: 48px;
}
.ax-cont4-wrapper .ax-cont4-bg {
  top: 0;
  left: 0;
  z-index: -1;
  position: relative;
}
.ax-cont4-wrapper .ax-cont4-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 31, 34, 0.3019607843);
}

.ax-cont4-content {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont4-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-cont4-form {
  width: 100%;
  overflow: hidden;
  padding: 50px 40px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont4-form {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont4-form {
    padding: 30px 25px;
  }
}
.ax-cont4-form .row {
  --bs-gutter-x: 16px;
}
.ax-cont4-form .ax-sec-title2 .sec_title {
  font-size: 36px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-cont4-form .ax-sec-title2 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ax-cont4-form .ax-sec-title2 .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .ax-cont4-form .ax-sec-title2 .sec_title {
    font-size: 26px;
  }
}
.ax-cont4-form form label {
  color: #000014;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  font-family: var(--ax-sora);
}
.ax-cont4-form form label i {
  font-style: normal;
  color: var(--ax-prime-c4);
}
.ax-cont4-form form input, .ax-cont4-form form textarea {
  width: 100%;
  height: 47px;
  margin-bottom: 20px;
  padding-left: 12px;
  border-radius: 12px;
  border: 1px solid rgba(131, 131, 131, 0.1411764706);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-cont4-form form input::-webkit-input-placeholder, .ax-cont4-form form textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont4-form form input::-moz-placeholder, .ax-cont4-form form textarea::-moz-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont4-form form input:-ms-input-placeholder, .ax-cont4-form form textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont4-form form input::-ms-input-placeholder, .ax-cont4-form form textarea::-ms-input-placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont4-form form input::placeholder, .ax-cont4-form form textarea::placeholder {
  opacity: 0.5;
  color: #313130;
}
.ax-cont4-form form input:focus, .ax-cont4-form form textarea:focus {
  border: 1px solid var(--ax-prime-c4);
}
.ax-cont4-form form textarea {
  height: 150px;
  padding-top: 15px;
}
.ax-cont4-form form button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  background-color: transparent;
}
.ax-cont4-form form button span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  padding: 12px 28px 12px 22px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c4);
}
.ax-cont4-form form button i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #FFFFFF;
  background-color: #000014;
}
.ax-cont4-form form button:hover span {
  letter-spacing: 1px;
}

.ax-cont4-bottom {
  gap: 10px 24px;
}
.ax-cont4-bottom .item-icon-text {
  gap: 12px;
}
.ax-cont4-bottom .item-icon-text i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c4);
}
.ax-cont4-bottom .item-icon-text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--ax-title-color2);
}

.ax-cont4-card2 {
  overflow: hidden;
  position: relative;
  border: 12px solid #FFFFFF;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cont4-card2 {
    display: none;
  }
}
.ax-cont4-card2:before, .ax-cont4-card2:after {
  left: 0px;
  width: 37px;
  content: "";
  height: 39px;
  position: absolute;
  background-color: #FFFFFF;
  clip-path: polygon(0% 100%, 0% 100%, 21.808% 95.746%, 40.357% 88.738%, 55.873% 79.531%, 68.584% 68.677%, 78.716% 56.731%, 86.497% 44.246%, 92.154% 31.777%, 95.914% 19.877%, 98.003% 9.1%, 98.649% 0%, 98.649% 100%, 0% 100%);
}
.ax-cont4-card2:before {
  top: 0;
  left: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ax-cont4-card2:after {
  bottom: -4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ax-cont4-card2 .item-bottom-wrap {
  left: 0;
  bottom: 0;
  gap: 25px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 35px;
  position: absolute;
  border-radius: 26px;
  background: rgba(9, 9, 9, 0.3019607843);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ax-cont4-item1 {
  gap: 12px;
  max-width: 230px;
}
.ax-cont4-item1 .item-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}
.ax-cont4-item1 .item-text span {
  color: #fff;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ax-blog4-sec .ax-sec-title2 p {
  margin: 0 auto;
  max-width: 595px;
}

.ax-blog4-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1218px;
  margin-bottom: 20px;
}
.ax-blog4-item .item-inner-text {
  z-index: 2;
  width: 100%;
  padding: 8px;
  max-width: 1130px;
  position: relative;
  border-radius: 20px;
  background-color: #F4F4F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog4-item .item-inner-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.ax-blog4-item .item-inner-text .item-date {
  width: 104px;
  height: 104px;
  text-align: center;
  border-radius: 14px;
  background-color: #fff;
}
.ax-blog4-item .item-inner-text .item-date b {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--ax-sora);
  color: var(--ax-title-color2);
}
.ax-blog4-item .item-inner-text .item-date span {
  z-index: 1;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px;
  position: relative;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDF2F8), to(rgba(237, 242, 248, 0)));
  background: linear-gradient(180deg, #EDF2F8 0%, rgba(237, 242, 248, 0) 100%);
}
.ax-blog4-item .item-inner-text .item-date span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 0%;
  border-radius: 12px;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--ax-prime-c4);
}
.ax-blog4-item .item-inner-text .item-meta {
  width: 100%;
  font-size: 22px;
  margin-top: 20px;
  max-width: 205px;
  margin-left: 40px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog4-item .item-inner-text .item-meta {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog4-item .item-inner-text .item-meta {
    max-width: 100%;
    margin-left: 0;
  }
}
.ax-blog4-item .item-inner-text .item-title {
  max-width: 730px;
  margin-top: 20px;
  margin-left: 25px;
}
.ax-blog4-item .item-inner-text .item-title .blg_title {
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  letter-spacing: -0.5px;
}
.ax-blog4-item .item-inner-text .item-title .blg_title:before {
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: var(--ax-title-color2);
}
.ax-blog4-item .item-more {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c4);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blog4-item .item-more {
    display: none;
  }
}
.ax-blog4-item .item-more svg {
  margin-left: 30px;
}
.ax-blog4-item:hover .item-inner-text {
  background-color: #E0F0F2;
}
.ax-blog4-item:hover .item-inner-text .item-date span {
  color: #fff;
}
.ax-blog4-item:hover .item-inner-text .item-date span:before {
  height: 100%;
}
.ax-blog4-item:hover .item-meta {
  color: #000014;
}
.ax-blog4-item:hover .item-more {
  margin-left: -40px;
}

.ax-blog4-more {
  gap: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-blog4-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ax-prime-c4);
}
.ax-blog4-more a span {
  text-decoration: underline;
}

/*---------------------------------------------------- */
/*Cta area*/
/*----------------------------------------------------*/
.ax-cta4-sec {
  margin: 0px 20px 20px;
}

.ax-cta4-wrap {
  z-index: 1;
  overflow: hidden;
  border-radius: 48px;
  position: relative;
}
.ax-cta4-wrap:before, .ax-cta4-wrap:after {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#00181B), color-stop(15%, #00181B), color-stop(29.78%, #00181B), color-stop(45.29%, #00181B), color-stop(59.65%, rgba(0, 24, 27, 0.8)), color-stop(75.01%, rgba(0, 24, 27, 0.6)), color-stop(89.8%, rgba(0, 24, 27, 0.4)), to(rgba(0, 24, 27, 0)));
  background: linear-gradient(90deg, #00181B 0%, #00181B 15%, #00181B 29.78%, #00181B 45.29%, rgba(0, 24, 27, 0.8) 59.65%, rgba(0, 24, 27, 0.6) 75.01%, rgba(0, 24, 27, 0.4) 89.8%, rgba(0, 24, 27, 0) 100%);
}
.ax-cta4-wrap:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-cta4-wrap .ax-cta4-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ax-cta4-wrap .ax-sec-title2 {
  max-width: 550px;
}
.ax-cta4-wrap .ax-sec-title2 .subtitle,
.ax-cta4-wrap .ax-sec-title2 .sec_title {
  color: #fff;
}

.ax-cta4-content {
  z-index: 2;
  gap: 30px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.ax-cta4-text-desc {
  max-width: 415px;
}
.ax-cta4-text-desc p {
  color: #fff;
}
.ax-cta4-text-desc .cta4-btn-grp {
  gap: 16px;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1 span {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 20px;
  background-color: #fff;
  color: var(--ax-title-color2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1 i {
  z-index: 1;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c4);
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1 i:before, .ax-cta4-text-desc .cta4-btn-grp .btn_1 i:after {
  top: 0;
  left: -5px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1 i:after {
  left: 0px;
  background-color: var(--ax-prime-c4);
}
.ax-cta4-text-desc .cta4-btn-grp .btn_1:hover span {
  letter-spacing: 1px;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_2 {
  gap: 8px;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_2 span {
  color: #fff;
  font-weight: 500;
}
.ax-cta4-text-desc .cta4-btn-grp .btn_2 i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*---------------------------------------------------- */
/******* HOME PAGE 5 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ax-hero5-wrap {
  z-index: 1;
  height: 100vh;
  min-height: 1080px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero5-wrap {
    height: 100%;
    min-height: auto;
  }
}
.ax-hero5-wrap .ax-hero5-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.ax-hero5-wrap .ax-hero5-bg img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 2500ms ease-in-out;
  transition: all 2500ms ease-in-out;
}
.ax-hero5-wrap .ax-hero5-shape {
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ax-hero5-content {
  height: 100%;
  margin: 0 auto;
  max-width: 1750px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero5-content {
    padding-top: 220px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero5-content {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}

.ax-hero5-top {
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero5-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-hero5-top .item-text {
  color: #fff;
  line-height: 1;
  max-width: 710px;
  font-size: 66px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: var(--ax-sora);
}
.ax-hero5-top .item-text .split-word {
  -webkit-transform: translateX(15px) scaleY(1.2);
          transform: translateX(15px) scaleY(1.2);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  letter-spacing: 5px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 1s var(--cube-1);
  transition: 1s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-hero5-top .item-text {
    font-size: 50px;
    max-width: 470px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-hero5-top .item-text {
    font-size: 40px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-hero5-top .item-text {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ax-hero5-top .item-text {
    font-size: 40px;
  }
}
.ax-hero5-top .item-video {
  width: 0px;
  height: 200px;
  overflow: hidden;
  border-radius: 32px;
  border: 4px solid #FFFFFF;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-hero5-bottom {
    padding-top: 50px;
  }
}
.ax-hero5-bottom .item-desc {
  max-width: 408px;
}
.ax-hero5-bottom .item-desc p {
  color: #fff;
  opacity: 0;
  font-size: 18px;
  visibility: hidden;
  font-weight: 500;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.ax-hero5-bottom .item-desc .ax-btn5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.swiper-slide-active .ax-hero5-wrap .ax-hero5-bg img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ax-hero5-top .split-word {
  -webkit-transform: translateX(0%) scaleX(1);
          transform: translateX(0%) scaleX(1);
  opacity: 1;
  letter-spacing: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(7) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(9) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.swiper-slide-active .ax-hero5-top .split-word:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.swiper-slide-active .ax-hero5-top .item-video {
  width: 305px;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.swiper-slide-active .ax-hero5-bottom .item-desc p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ax-hero5-bottom .item-desc .ax-btn5 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*---------------------------------------------------- */
/*solution area*/
/*----------------------------------------------------*/
.ax-solution5-sec {
  background-color: #F4F4F5;
}

.ax-solution5-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution5-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-solution5-text {
  max-width: 620px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution5-text {
    max-width: 100%;
  }
}

.ax-solution5-card-wrap {
  max-width: 486px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-solution5-card-wrap {
    max-width: 100%;
  }
}

.ax-sol5-item {
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 25px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-sol5-item {
    padding: 30px 20px;
  }
}
.ax-sol5-item .item-icon {
  width: 60px;
  height: 60px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-sol5-item .item-serial {
  opacity: 0.1;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: var(--ax-sora);
}
.ax-sol5-item .item-text h3 {
  font-size: 22px;
  font-weight: 600;
  max-width: 350px;
  padding-bottom: 16px;
  letter-spacing: -0.5px;
}
.ax-sol5-item .item-text p {
  opacity: 0.8;
  line-height: 1.8;
}
.ax-sol5-item .item-more {
  margin-top: 40px;
}
.ax-sol5-item .item-more a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c5);
}
.ax-sol5-item:is(.even_item) {
  background-color: var(--ax-prime-c5);
}
.ax-sol5-item:is(.even_item) .item-serial {
  color: #fff;
}
.ax-sol5-item:is(.even_item) .item-text h3, .ax-sol5-item:is(.even_item) .item-text p {
  opacity: 1;
  color: #fff;
}
.ax-sol5-item:is(.even_item) .item-more a {
  background-color: #fff;
}
.ax-sol5-item:hover .item-icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
.ax-ab5-content {
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab5-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ax-ab5-img-wrap {
  max-width: 526px;
}
.ax-ab5-img-wrap .item-img {
  clip-path: polygon(0% 4.827%, 0% 4.827%, 0.08% 4.044%, 0.31% 3.301%, 0.679% 2.608%, 1.174% 1.976%, 1.782% 1.414%, 2.491% 0.931%, 3.288% 0.539%, 4.161% 0.246%, 5.097% 0.063%, 6.084% 0%, 61.407% 0%, 61.407% 0%, 62.394% 0.063%, 63.33% 0.246%, 64.203% 0.539%, 65% 0.931%, 65.709% 1.414%, 66.317% 1.976%, 66.811% 2.608%, 67.18% 3.301%, 67.411% 4.044%, 67.49% 4.827%, 67.49% 24.434%, 67.49% 24.434%, 67.57% 25.217%, 67.801% 25.96%, 68.17% 26.652%, 68.664% 27.285%, 69.272% 27.847%, 69.981% 28.33%, 70.778% 28.722%, 71.651% 29.015%, 72.587% 29.198%, 73.574% 29.261%, 93.916% 29.261%, 93.916% 29.261%, 94.903% 29.324%, 95.839% 29.507%, 96.712% 29.8%, 97.509% 30.192%, 98.218% 30.675%, 98.826% 31.237%, 99.321% 31.869%, 99.69% 32.562%, 99.92% 33.305%, 100% 34.087%, 100% 95.173%, 100% 95.173%, 99.92% 95.956%, 99.69% 96.699%, 99.321% 97.392%, 98.826% 98.024%, 98.218% 98.586%, 97.509% 99.069%, 96.712% 99.461%, 95.839% 99.754%, 94.903% 99.937%, 93.916% 100%, 57.795% 100%, 57.795% 100%, 56.808% 99.937%, 55.872% 99.754%, 54.999% 99.461%, 54.202% 99.069%, 53.493% 98.586%, 52.885% 98.024%, 52.39% 97.392%, 52.021% 96.699%, 51.791% 95.956%, 51.711% 95.173%, 51.711% 71.653%, 51.711% 71.653%, 51.631% 70.869%, 51.4% 70.126%, 51.03% 69.432%, 50.535% 68.8%, 49.925% 68.237%, 49.215% 67.754%, 48.416% 67.362%, 47.542% 67.07%, 46.604% 66.888%, 45.616% 66.826%, 6.095% 66.884%, 6.095% 66.884%, 5.107% 66.822%, 4.169% 66.64%, 3.295% 66.348%, 2.496% 65.956%, 1.786% 65.474%, 1.176% 64.911%, 0.681% 64.278%, 0.311% 63.585%, 0.08% 62.841%, 0% 62.057%, 0% 4.827%);
}

.ax-ab5-client {
  left: 0;
  bottom: 0;
  width: 248px;
  height: 196px;
  padding: 20px;
  position: absolute;
  border-radius: 24px;
  background-color: var(--ax-prime-c5);
}
.ax-ab5-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-ab5-client li {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 16px;
  margin-left: -16px;
  border: 3px solid var(--ax-prime-c5);
}
.ax-ab5-client li:first-child {
  margin-left: 0;
}
.ax-ab5-client li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ax-prime-c5);
}
.ax-ab5-client .item-text {
  margin-top: 18px;
}
.ax-ab5-client .item-text h3 {
  color: #fff;
  font-size: 36px;
  line-height: 0.9;
  font-weight: 600;
}
.ax-ab5-client .item-text h3 span {
  margin-top: -1px;
  font-family: var(--ax-sora);
}
.ax-ab5-client .item-text p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.ax-ab5-text-wrap {
  max-width: 750px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab5-text-wrap {
    max-width: 100%;
  }
}
.ax-ab5-text-wrap .ax-sec-title3 {
  margin-left: -160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab5-text-wrap .ax-sec-title3 {
    margin-left: 0;
  }
}

.ax-ab5-text-area {
  margin-top: 32px;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab5-text-area {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-ab5-text1 {
  padding-top: 30px;
  max-width: 373px;
  border-right: 1px solid #E5E5E5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ab5-text1 {
    border-right: none;
  }
}

.ax-ab5-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 46px;
  border-bottom: 1px solid #E5E5E5;
}
.ax-ab5-exp h3 {
  margin: 0;
  line-height: 1;
  font-size: 88px;
  font-weight: 600;
  letter-spacing: -2px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
.ax-ab5-exp p {
  margin: 0;
  max-height: 180px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}

.ax-ab5-desc {
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 15px;
}

.ax-ab5-text2 {
  padding-top: 24px;
  padding-left: 24px;
}

.ax-ab5-mission-card {
  z-index: 1;
  width: 350px;
  height: 174px;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  padding: 0px 15px 18px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ab5-mission-card:last-child {
  margin-bottom: 0;
}
.ax-ab5-mission-card:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 144px;
  position: absolute;
  background-color: #F4F4F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clip-path: polygon(0% 16.889%, 0% 16.889%, 0.09% 14.186%, 0.351% 11.621%, 0.768% 9.23%, 1.327% 7.046%, 2.014% 5.104%, 2.815% 3.438%, 3.717% 2.083%, 4.703% 1.072%, 5.761% 0.441%, 6.877% 0.223%, 25% 0.223%, 34.66% 0.223%, 34.66% 0.223%, 35.498% 0.387%, 36.294% 0.861%, 37.035% 1.621%, 37.712% 2.639%, 38.314% 3.891%, 38.831% 5.351%, 39.251% 6.992%, 39.565% 8.789%, 39.76% 10.716%, 39.828% 12.748%, 39.828% 12.748%, 39.896% 14.78%, 40.092% 16.707%, 40.405% 18.504%, 40.825% 20.145%, 41.342% 21.605%, 41.944% 22.856%, 42.621% 23.875%, 43.363% 24.635%, 44.158% 25.109%, 44.996% 25.273%, 51.289% 25.273%, 55.244% 25.273%, 55.244% 25.273%, 56.09% 25.108%, 56.892% 24.629%, 57.641% 23.863%, 58.324% 22.835%, 58.931% 21.572%, 59.452% 20.1%, 59.876% 18.444%, 60.193% 16.631%, 60.39% 14.686%, 60.458% 12.637%, 60.458% 12.637%, 60.528% 10.573%, 60.728% 8.617%, 61.048% 6.795%, 61.477% 5.133%, 62.004% 3.657%, 62.618% 2.395%, 63.308% 1.371%, 64.063% 0.614%, 64.872% 0.148%, 65.724% 0.001%, 75% 0.223%, 93.123% 0.223%, 93.123% 0.223%, 94.239% 0.441%, 95.297% 1.072%, 96.284% 2.083%, 97.185% 3.438%, 97.986% 5.104%, 98.673% 7.046%, 99.232% 9.23%, 99.649% 11.621%, 99.91% 14.186%, 100% 16.889%, 100% 83.208%, 100% 83.208%, 99.91% 85.912%, 99.649% 88.476%, 99.232% 90.867%, 98.673% 93.051%, 97.986% 94.993%, 97.185% 96.659%, 96.284% 98.015%, 95.297% 99.025%, 94.239% 99.657%, 93.123% 99.875%, 6.877% 99.875%, 6.877% 99.875%, 5.761% 99.657%, 4.703% 99.025%, 3.717% 98.015%, 2.815% 96.659%, 2.014% 94.993%, 1.327% 93.051%, 0.768% 90.867%, 0.351% 88.476%, 0.09% 85.912%, 0% 83.208%, 0% 16.889%);
}
.ax-ab5-mission-card .item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: var(--ax-title-color2);
}
.ax-ab5-mission-card .item-text {
  margin: 0 auto;
  max-width: 285px;
}
.ax-ab5-mission-card .item-text h3 {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 8px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ab5-mission-card .item-text p {
  opacity: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ab5-mission-card:is(.active) {
  height: 245px;
}
.ax-ab5-mission-card:is(.active):before {
  height: 215px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c5);
  clip-path: polygon(0% 11.312%, 0% 11.312%, 0.09% 9.501%, 0.351% 7.784%, 0.768% 6.182%, 1.327% 4.719%, 2.014% 3.419%, 2.815% 2.303%, 3.717% 1.395%, 4.703% 0.718%, 5.761% 0.295%, 6.877% 0.149%, 25% 0.149%, 34.66% 0.149%, 34.66% 0.149%, 35.498% 0.259%, 36.294% 0.577%, 37.035% 1.085%, 37.712% 1.768%, 38.314% 2.606%, 38.831% 3.584%, 39.251% 4.683%, 39.565% 5.887%, 39.76% 7.177%, 39.828% 8.538%, 39.828% 8.538%, 39.896% 9.899%, 40.092% 11.19%, 40.405% 12.393%, 40.825% 13.493%, 41.342% 14.47%, 41.944% 15.309%, 42.621% 15.991%, 43.363% 16.499%, 44.158% 16.817%, 44.996% 16.927%, 51.289% 16.927%, 55.244% 16.927%, 55.244% 16.927%, 56.09% 16.816%, 56.892% 16.496%, 57.641% 15.982%, 58.324% 15.294%, 58.931% 14.448%, 59.452% 13.462%, 59.876% 12.353%, 60.193% 11.139%, 60.39% 9.836%, 60.458% 8.464%, 60.458% 8.464%, 60.528% 7.082%, 60.728% 5.771%, 61.048% 4.551%, 61.477% 3.438%, 62.004% 2.449%, 62.618% 1.604%, 63.308% 0.918%, 64.063% 0.411%, 64.872% 0.099%, 65.724% 0%, 75% 0.149%, 93.123% 0.149%, 93.123% 0.149%, 94.239% 0.295%, 95.297% 0.718%, 96.284% 1.395%, 97.185% 2.303%, 97.986% 3.419%, 98.673% 4.719%, 99.232% 6.182%, 99.649% 7.784%, 99.91% 9.501%, 100% 11.312%, 100% 88.753%, 100% 88.753%, 99.91% 90.564%, 99.649% 92.282%, 99.232% 93.883%, 98.673% 95.346%, 97.986% 96.647%, 97.185% 97.762%, 96.284% 98.67%, 95.297% 99.347%, 94.239% 99.77%, 93.123% 99.916%, 6.877% 99.916%, 6.877% 99.916%, 5.761% 99.77%, 4.703% 99.347%, 3.717% 98.67%, 2.815% 97.762%, 2.014% 96.647%, 1.327% 95.346%, 0.768% 93.883%, 0.351% 92.282%, 0.09% 90.564%, 0% 88.753%, 0% 11.312%);
}
.ax-ab5-mission-card:is(.active) .item-text h3 {
  color: #fff;
}
.ax-ab5-mission-card:is(.active) .item-text p {
  color: #fff;
  opacity: 1;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ax-part5-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--ax-prime-c5);
  font-family: var(--ax-sora);
}

.ax-part5-slider {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1440px;
  position: relative;
}
.ax-part5-slider:before, .ax-part5-slider:after {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  height: 100%;
  width: 200px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(20.27%, #FFFFFF), color-stop(39.93%, #FFFFFF), color-stop(59.9%, rgba(255, 255, 255, 0.9)), color-stop(79.56%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 20.27%, #FFFFFF 39.93%, rgba(255, 255, 255, 0.9) 59.9%, rgba(255, 255, 255, 0.95) 79.56%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-part5-slider:before, .ax-part5-slider:after {
    display: none;
  }
}
.ax-part5-slider:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ax-spon5-img .item-img {
  height: 60px;
  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;
}

/*---------------------------------------------------- */
/*cs area*/
/*----------------------------------------------------*/
.ax-cs5-sec {
  background-color: #080927;
}

.ax-cs5-top {
  gap: 15px 30px;
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-cs5-top:before {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.ax-cs5-top .item-title h2 {
  color: #fff;
  line-height: 0.8;
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 35px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-cs5-top .item-title h2 {
    font-size: 80px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-cs5-top .item-title h2 {
    font-size: 60px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .ax-cs5-top .item-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
.ax-cs5-top .item-title p {
  color: #E5E5E5;
  max-width: 650px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.ax-cs5-top .item-arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 175px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ax-cs5-top .item-arrow-btn .arrow_1 {
  display: block;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-top .item-arrow-btn .arrow_1 {
    display: none;
  }
}

.ax-cs5-btn-area .nav-item {
  margin: 2px;
}
.ax-cs5-btn-area .nav-item .nav-link {
  font-weight: 500;
  padding: 11px 24px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.ax-cs5-btn-area .nav-item .nav-link span {
  color: #fff;
}
.ax-cs5-btn-area .nav-item .nav-link:is(.active) {
  color: #fff;
  padding: 11px 24px;
  border-radius: 15px;
  background-color: var(--ax-prime-c5);
  border: 1px solid var(--ax-prime-c5);
}

.ax-cs5-item {
  max-width: 856px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-item {
    margin: 0 auto;
    padding: 0px 15px;
  }
}
.ax-cs5-item .item-img {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-item .item-img {
    height: 400px;
  }
}
.ax-cs5-item .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-item .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ax-cs5-item .item-img .cs_tag {
  top: 0px;
  left: 0px;
  color: #fff;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-cs5-item .item-img .ax-btn5 {
  top: 65%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-cs5-item .item-img .ax-btn5 a {
  background-color: #fff;
}
.ax-cs5-item .item-img .ax-btn5 a span {
  color: #051229;
}
.ax-cs5-item .item-img .ax-btn5 a i {
  background-color: var(--ax-prime-c5);
}
.ax-cs5-item .item-img .ax-btn5 a i svg path {
  fill: #fff;
}
.ax-cs5-item .item-text {
  opacity: 0;
  margin-top: 30px;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-item .item-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-cs5-item .item-text:before {
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0%;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.ax-cs5-item .item-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-cs5-item .item-text p {
  opacity: 0;
  color: #E5E5E5;
  max-width: 375px;
  line-height: 1.5;
  visibility: hidden;
  letter-spacing: -0.5px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.ax-cs5-slider-wrap {
  width: 140%;
  margin-right: -19%;
  margin-left: -19%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-slider-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-slide-prev .ax-cs5-item {
  -webkit-transform: scale(0.88) translateX(60px);
          transform: scale(0.88) translateX(60px);
}

.swiper-slide-next .ax-cs5-item {
  -webkit-transform: scale(0.88) translateX(-60px);
          transform: scale(0.88) translateX(-60px);
}

.swiper-slide-active .ax-cs5-item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ax-cs5-item .item-img .cs_tag {
  top: 30px;
  opacity: 1;
  left: 30px;
  visibility: visible;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ax-cs5-item .item-img .ax-btn5 {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ax-cs5-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ax-cs5-item .item-text {
  opacity: 1;
}
.swiper-slide-active .ax-cs5-item .item-text:before {
  width: 100%;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .ax-cs5-item .item-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ax-cs5-item .item-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.ax-cs5-tab-desc:hover .ax-cs5-prev {
  opacity: 1;
  left: 12.5%;
  visibility: visible;
}
.ax-cs5-tab-desc:hover .ax-cs5-next {
  opacity: 1;
  right: 12.5%;
  visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-nav {
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ax-cs5-nav .ax-cs5-prev,
.ax-cs5-nav .ax-cs5-next {
  top: 43%;
  z-index: 2;
  opacity: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-cs5-nav .ax-cs5-prev,
  .ax-cs5-nav .ax-cs5-next {
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-color: #f1f1f1;
  }
}
.ax-cs5-nav .ax-cs5-prev:hover,
.ax-cs5-nav .ax-cs5-next:hover {
  color: #fff;
  background-color: var(--ax-prime-c5);
}
.ax-cs5-nav .ax-cs5-prev {
  left: 15%;
}
.ax-cs5-nav .ax-cs5-next {
  right: 15%;
}

/*---------------------------------------------------- */
/*step area*/
/*----------------------------------------------------*/
.ax-step5-sec .ax-sec-title3 p {
  margin: 0 auto;
  max-width: 550px;
}

.ax-step5-content {
  gap: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-step5-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-step5-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-step5-item {
  padding: 28px;
  border-radius: 32px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-step5-item .item-serial {
  opacity: 0.2;
  font-size: 32px;
  font-family: var(--ax-sora);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-step5-item .item-icon-text {
  margin-top: 12px;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-step5-item .item-icon-text .item-icon {
  margin-bottom: 35px;
}
.ax-step5-item .item-icon-text .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-step5-item .item-icon-text .itext-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-step5-item .item-icon-text .itext-text p {
  opacity: 0.8;
  line-height: 1.5;
  padding-bottom: 28px;
  letter-spacing: -0.5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-step5-item .item-icon-text .itext-text a {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1;
  border-radius: 12px;
  background-color: #fff;
  font-family: var(--ax-sora);
}
.ax-step5-item .item-icon-text .itext-text a:hover {
  letter-spacing: 1px;
}
.ax-step5-item:hover {
  border: 1px solid var(--ax-prime-c5);
  background-color: var(--ax-prime-c5);
}
.ax-step5-item:hover .item-serial {
  opacity: 1;
  color: #fff;
}
.ax-step5-item:hover .item-icon-text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.ax-step5-item:hover .item-icon-text .itext-text h3, .ax-step5-item:hover .item-icon-text .itext-text p {
  color: #fff;
}
.ax-step5-item:hover .item-icon-text .item-icon svg path {
  fill: #fff;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/

.ax-price5-top {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price5-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-price5-top .ax-sec-title3 {
  max-width: 620px;
}
.ax-price5-top .top-desc {
  opacity: 0.8;
  font-size: 16px;
  max-width: 416px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

@media (max-width: 480px) {
  .ax-price2-item-wrap1:is(.ver_2) .ax-price2-grp {
    top: 22%;
  }
}
@media (max-width: 360px) {
  .ax-price2-item-wrap1:is(.ver_2) .ax-price2-grp {
    top: 20%;
  }
}
.ax-price2-item-wrap1:is(.ver_2) .ax-pri-shape1 {
  display: none;
}
.ax-price2-item-wrap1:is(.ver_2) .ax-pri-icon {
  top: 32px;
  right: 32px;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E5E5E5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price2-item-wrap1:is(.ver_2) .ax-pri-icon {
    display: none;
  }
}
.ax-price2-item-wrap1:is(.ver_2) .switch {
  bottom: 3.5px;
  background-color: var(--ax-prime-c5);
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item {
  padding: 0;
  border: 1px solid #E5E5E5;
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-top h3 {
  letter-spacing: 0;
  font-family: var(--ax-sora);
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-top h2 {
  font-family: var(--ax-sora);
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-list {
  background-color: #F4F4F5;
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-list h3 {
  letter-spacing: 0;
  font-weight: 400;
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-btn-text a {
  background-color: #F4F4F5;
}
.ax-price2-item-wrap1:is(.ver_2) .ax-price2-item .item-btn-text p {
  color: #4C504E;
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .toggle {
  background-color: transparent;
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .switch {
  background-color: #fff;
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .ax-pri-icon {
  border: 1px solid #fff;
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .ax-price2-item {
  border: none;
  background-color: var(--ax-prime-c5);
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .ax-price2-item .item-list {
  bottom: -2px;
  position: relative;
  background-color: #fff;
}
.ax-price2-item-wrap1:is(.ver_2):is(.popular) .ax-price2-item .item-btn-text p {
  color: #fff;
}

.ax-price5-bottom {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-price5-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-price5-card1 {
  padding: 32px;
  border-radius: 32px;
  background-color: var(--ax-prime-c5);
}
.ax-price5-card1 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ax-price5-card1 p {
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.ax-price5-card1 .bottom-author {
  gap: 12px;
}
.ax-price5-card1 .bottom-author .item-img {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
}
.ax-price5-card1 .bottom-author .item-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.ax-price5-card1 .bottom-author .item-text span {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.ax-price5-card2 {
  padding: 32px;
  border-radius: 32px;
  background-color: #fff;
}
.ax-price5-card2 h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ax-price5-card2 p {
  line-height: 1.6;
  letter-spacing: -0.5px;
}

/*---------------------------------------------------- */
/*why-choose area*/
/*----------------------------------------------------*/
.ax-why-c5-sec .ax-sec-title3 {
  gap: 30px 140px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ax-why-c5-sec .ax-sec-title3 .ax-sec-desc {
  max-width: 740px;
}
.ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
  line-height: 1.2;
  font-size: 80px;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .ax-why-c5-sec .ax-sec-title3 .ax-sec-desc .sec_title {
    font-size: 30px;
  }
}
.ax-why-c5-sec .ax-sec-title3 .ax-sec-desc p {
  max-width: 730px;
  padding-top: 18px;
  letter-spacing: -0.5px;
}

.ax-why-c5-content {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 1296px;
}

.ax-why-c5-wrap {
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c5-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-why-c5-wrap2 {
  gap: 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-why-c5-wrap2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-why-c5-wrap2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-why-c5-item1 {
  padding: 12px;
  max-width: 856px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
.ax-why-c5-item1 .item-text {
  padding-top: 12px;
  padding-left: 16px;
  padding-bottom: 14px;
}
.ax-why-c5-item1 .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ax-why-c5-item1 .item-text p {
  max-width: 600px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.ax-why-c5-item1 .item-gallery-wrap {
  padding: 12px;
  padding-bottom: 0;
  position: relative;
}
.ax-why-c5-item1 .item-gallery-wrap:before, .ax-why-c5-item1 .item-gallery-wrap:after {
  top: 0;
  left: 0;
  z-index: 2;
  width: 101px;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(25.22%, #FFFFFF), color-stop(49.75%, rgba(255, 255, 255, 0.9)), color-stop(74.8%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 25.22%, rgba(255, 255, 255, 0.9) 49.75%, rgba(255, 255, 255, 0.7) 74.8%, rgba(255, 255, 255, 0) 100%);
}
.ax-why-c5-item1 .item-gallery-wrap:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ax-why-c5-item1 .item-gallery-wrap .item-gallery {
  margin: 0px 4px;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
}

.ax-why-c5-item2 {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  max-width: 416px;
  position: relative;
  border-radius: 20px;
  padding-top: 150px;
  padding-left: 28px;
  padding-bottom: 28px;
  padding-right: 28px;
}
.ax-why-c5-item2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 9, 39, 0)), color-stop(59.66%, rgba(8, 9, 39, 0.504)), to(rgba(8, 9, 39, 0.7)));
  background: linear-gradient(180deg, rgba(8, 9, 39, 0) 0%, rgba(8, 9, 39, 0.504) 59.66%, rgba(8, 9, 39, 0.7) 100%);
}
.ax-why-c5-item2 .top_border {
  top: 20px;
  right: 20px;
  position: absolute;
}
.ax-why-c5-item2 .bottom_border {
  left: 20px;
  bottom: 20px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ax-why-c5-item2 .item-text {
  margin-bottom: 35px;
}
.ax-why-c5-item2 .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ax-why-c5-item2 .item-text h2 {
  color: #fff;
  font-size: 60px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: -3px;
  padding-bottom: 10px;
}
.ax-why-c5-item2 .item-text span {
  color: #fff;
}
.ax-why-c5-item2 .item-ratting li {
  color: #fff;
}
.ax-why-c5-item2 .item-ratting li:last-child {
  font-size: 20px;
  font-weight: 700;
}
.ax-why-c5-item2 .item-ratting span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.ax-why-c5-item2 .item-ratting span b {
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.ax-why-c5-item3 {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
}
.ax-why-c5-item3:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 9, 39, 0.09)), color-stop(59.66%, rgba(8, 9, 39, 0.648)), to(rgba(8, 9, 39, 0.9)));
  background: linear-gradient(180deg, rgba(8, 9, 39, 0.09) 0%, rgba(8, 9, 39, 0.648) 59.66%, rgba(8, 9, 39, 0.9) 100%);
}
.ax-why-c5-item3 h3 {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.ax-why-c5-item3 h3:before {
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.ax-why-c5-item3 .item-text {
  margin-top: 275px;
}
.ax-why-c5-item3 .item-text h2 {
  color: #fff;
  line-height: 1;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.ax-why-c5-item3 .item-text h2 span {
  width: 55px;
}
.ax-why-c5-item3 .item-text p {
  color: #fff;
  max-width: 335px;
  font-weight: 500;
  padding-bottom: 20px;
}
.ax-why-c5-item3 .item-text a {
  color: #fff;
  font-size: 20px;
  font-family: var(--ax-sora);
}
.ax-why-c5-item3 .item-text a span {
  position: relative;
}
.ax-why-c5-item3 .item-text a span:before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-why-c5-item3 .item-text a:hover span:before {
  width: 100%;
}

.ax-why-c5-area {
  width: 100%;
}

.ax-why-c5-item4 {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 20px;
  padding: 45px 20px 60px;
  background-color: #F4F4F5;
}
.ax-why-c5-item4:last-child {
  margin-bottom: 0;
}
.ax-why-c5-item4 .top_shape {
  top: 20px;
  right: 20px;
}
.ax-why-c5-item4 .bottom_shape {
  left: 20px;
  bottom: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-why-c5-item4 .item-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  background-color: var(--ax-prime-c5);
}
.ax-why-c5-item4 .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
}
.ax-why-c5-item4 .item-text p {
  font-weight: 500;
  letter-spacing: -0.5px;
}
.ax-why-c5-item4:is(.ver_2) {
  background-color: var(--ax-prime-c5);
}
.ax-why-c5-item4:is(.ver_2) .item-icon {
  background-color: #fff;
}
.ax-why-c5-item4:is(.ver_2) .item-text h3 {
  color: #fff;
}
.ax-why-c5-item4:is(.ver_2) .item-text p {
  color: #fff;
}

.ax-why-c5-item5 {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
.ax-why-c5-item5 .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ax-why-c5-item5 .item-text p {
  line-height: 1.5;
}
.ax-why-c5-item5 .item-chat .item-img {
  margin-bottom: 16px;
}

/*---------------------------------------------------- */
/*Testi area*/
/*----------------------------------------------------*/
@-webkit-keyframes floatUltra {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(0deg);
            transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(12px, -18px, 0) rotate(2deg);
            transform: translate3d(12px, -18px, 0) rotate(2deg);
  }
  50% {
    -webkit-transform: translate3d(0px, -28px, 0) rotate(0deg);
            transform: translate3d(0px, -28px, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate3d(-12px, -18px, 0) rotate(-2deg);
            transform: translate3d(-12px, -18px, 0) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(0deg);
            transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}
@keyframes floatUltra {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(0deg);
            transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(12px, -18px, 0) rotate(2deg);
            transform: translate3d(12px, -18px, 0) rotate(2deg);
  }
  50% {
    -webkit-transform: translate3d(0px, -28px, 0) rotate(0deg);
            transform: translate3d(0px, -28px, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate3d(-12px, -18px, 0) rotate(-2deg);
            transform: translate3d(-12px, -18px, 0) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(0deg);
            transform: translate3d(0px, 0px, 0) rotate(0deg);
  }
}
.ax-testi5-sec {
  margin: 0px 32px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi5-sec {
    margin: 0px 12px;
  }
}

.ax-testi5-img-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi5-img-wrapper {
    display: none;
  }
}
.ax-testi5-img-wrapper li {
  padding: 6px;
  position: absolute;
  border-radius: 100%;
  will-change: transform;
  border: 1px solid #313130;
}
.ax-testi5-img-wrapper li:nth-child(1) {
  -webkit-animation: floatUltra 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li:nth-child(2) {
  -webkit-animation: floatUltra 7s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 7s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li:nth-child(3) {
  -webkit-animation: floatUltra 9s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 9s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li:nth-child(4) {
  -webkit-animation: floatUltra 11s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 11s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li:nth-child(5) {
  -webkit-animation: floatUltra 13s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 13s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li:nth-child(6) {
  -webkit-animation: floatUltra 15s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: floatUltra 15s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.ax-testi5-img-wrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.ax-testi5-img-wrapper li:nth-child(1) {
  top: 32px;
  left: 12%;
  width: 140px;
  height: 140px;
}
.ax-testi5-img-wrapper li:nth-child(1) img {
  width: 128px;
  height: 128px;
}
.ax-testi5-img-wrapper li:nth-child(2) {
  left: 32px;
  bottom: 16%;
  width: 80px;
  height: 80px;
}
.ax-testi5-img-wrapper li:nth-child(2) img {
  width: 68px;
  height: 68px;
}
.ax-testi5-img-wrapper li:nth-child(3) {
  left: 20%;
  bottom: 32px;
  width: 100px;
  height: 100px;
}
.ax-testi5-img-wrapper li:nth-child(3) img {
  width: 88px;
  height: 88px;
}
.ax-testi5-img-wrapper li:nth-child(4) {
  top: 32px;
  right: 15%;
  width: 100px;
  height: 100px;
}
.ax-testi5-img-wrapper li:nth-child(4) img {
  width: 88px;
  height: 88px;
}
.ax-testi5-img-wrapper li:nth-child(5) {
  top: 18%;
  width: 80px;
  right: 32px;
  height: 80px;
}
.ax-testi5-img-wrapper li:nth-child(5) img {
  width: 68px;
  height: 68px;
}
.ax-testi5-img-wrapper li:nth-child(6) {
  right: 20%;
  bottom: 32px;
  width: 140px;
  height: 140px;
}
.ax-testi5-img-wrapper li:nth-child(6) img {
  width: 128px;
  height: 128px;
}

.ax-testi5-wrap {
  overflow: hidden;
  padding-left: 15px;
  border-radius: 40px;
  padding-right: 15px;
  background-color: #080927;
}

.ax-testi5-item {
  margin: 0 auto;
  max-width: 660px;
}
.ax-testi5-item h3 {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  visibility: hidden;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-testi5-item p {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-testi5-item p span {
  opacity: 0.6;
  display: inline;
  font-weight: 500;
  line-height: 1.7;
}
.ax-testi5-item .item-author {
  opacity: 0;
  visibility: hidden;
  margin-top: 60px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ax-testi5-item .item-author .item-img {
  width: 80px;
  height: 80px;
  padding: 6px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
}
.ax-testi5-item .item-author .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.ax-testi5-item .item-author .item-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.ax-testi5-item .item-author .item-text span {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-testi5-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ax-tst5-next,
.ax-tst5-prev {
  top: 50%;
  z-index: 2;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-tst5-next,
  .ax-tst5-prev {
    width: 60px;
    height: 60px;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.ax-tst5-next i,
.ax-tst5-prev i {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  padding-right: 13px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #F4F4F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-tst5-next i svg path,
.ax-tst5-prev i svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-tst5-next .inner-item,
.ax-tst5-prev .inner-item {
  top: 50%;
  left: 50%;
  content: "";
  width: 164px;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #080927;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-tst5-next .inner-item,
  .ax-tst5-prev .inner-item {
    width: 50px;
    height: 50px;
  }
}
.ax-tst5-next:hover i,
.ax-tst5-prev:hover i {
  background-color: var(--ax-prime-c5);
}
.ax-tst5-next:hover i svg path,
.ax-tst5-prev:hover i svg path {
  fill: #fff;
}

.ax-tst5-prev {
  right: -120px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ax-tst5-next {
  left: -120px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ax-tst5-next .inner-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ax-tst5-next i {
  margin-left: 0;
  padding-left: 13px;
  margin-right: -30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.swiper-slide-active .ax-testi5-item h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ax-testi5-item p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.swiper-slide-active .ax-testi5-item .item-author {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

/*---------------------------------------------------- */
/*faq area*/
/*----------------------------------------------------*/
.ax-faq5-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1536px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-top: 10px solid var(--ax-prime-c5);
}
.ax-faq5-content .ax-faq5-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ax-faq5-content .ax-price5-top .ax-sec-title3 {
  max-width: 470px;
}
.ax-faq5-content .ax-price5-top .top-desc {
  max-width: 355px;
}

.ax-faq5-area {
  margin: 0 auto;
  max-width: 1296px;
}

.ax-faq5-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq5-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.ax-faq5-wrapper .accordion-item,
.ax-faq5-wrapper .accordion-button {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ax-faq5-wrapper .accordion-item {
  z-index: 1;
  border: none;
  position: relative;
  background-color: transparent;
}
.ax-faq5-wrapper .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  border-radius: 28px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 480px) {
  .ax-faq5-wrapper .accordion-item {
    padding: 23px 15px 23px 15px;
  }
}
.ax-faq5-wrapper .accordion-item:is(.active):before {
  opacity: 1;
}
.ax-faq5-wrapper .accordion-button {
  padding: 0;
  border: none;
  color: #313130;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  border: 1px solid #E5E5E5;
  font-family: var(--ax-sora);
  padding: 18px 20px 16px;
  border-radius: 28px !important;
}
.ax-faq5-wrapper .accordion-button span {
  max-width: 80%;
  display: inline-block;
}
.ax-faq5-wrapper .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq5-wrapper .accordion-body {
  padding: 0px 8px 8px;
}
.ax-faq5-wrapper .accordion-body .bi-faq-text {
  color: #fff;
  padding: 24px;
  font-size: 16px;
  border-radius: 28px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--ax-prime-c5);
}
.ax-faq5-wrapper .accordion-button::after {
  top: 20px;
  right: 20px;
  opacity: 0.7;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D1B2A;
  border-radius: 8px;
  background: rgba(42, 42, 42, 0.0784313725);
  font-family: "Font Awesome 6 free";
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  backdrop-filter: blur(8px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-faq5-wrapper .accordion-button::after {
    width: 30px;
    height: 30px;
  }
}
.ax-faq5-wrapper .accordion-button:not(.collapsed) {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ax-faq5-wrapper .accordion-button:not(.collapsed) span {
  color: #000000;
}
.ax-faq5-wrapper .accordion-button:not(.collapsed) i {
  opacity: 1;
}
.ax-faq5-wrapper .accordion-button:not(.collapsed):after {
  opacity: 1;
  color: #fff;
  content: "\f078";
  background-color: var(--ax-prime-c5);
}
@media (max-width: 480px) {
  .ax-faq5-wrapper .accordion-button:not(.collapsed):after {
    background-color: transparent;
  }
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ax-blg5-sec {
  margin: 0px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg5-sec {
    margin: 0;
  }
}

.ax-blg5-wrap {
  margin-top: -120px;
  padding-top: 240px;
  border-radius: 60px;
  background-color: #080927;
}
.ax-blg5-wrap .ax-sec-title3 .subtitle i {
  background-color: #fff;
}
.ax-blg5-wrap .ax-sec-title3 .subtitle .inner-item {
  border: 1px solid #fff;
}
.ax-blg5-wrap .ax-sec-title3 .subtitle .inner-item span {
  color: #fff;
}
.ax-blg5-wrap .ax-sec-title3 .sec_title, .ax-blg5-wrap .ax-sec-title3 p {
  color: #fff;
}
.ax-blg5-wrap .ax-sec-title3 p {
  margin: 0 auto;
  max-width: 630px;
}

.ax-blg5-content {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-blg5-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-blg5-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-blg5-item .item-img-date {
  padding: 8px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ax-blg5-item .item-img-date .item-img {
  overflow: hidden;
  border-radius: 28px;
}
.ax-blg5-item .item-img-date .item-img img {
  height: 383px !important;
}
.ax-blg5-item .item-img-date .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg5-item .item-img-date .item-date {
  top: 20px;
  right: 20px;
  width: 85px;
  height: 96px;
  position: absolute;
  padding-top: 18px;
  padding-left: 6px;
  text-align: center;
  padding-right: 6px;
  padding-bottom: 6px;
  border-radius: 16px;
  background-color: #fff;
}
.ax-blg5-item .item-img-date .item-date b {
  color: #041427;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.75;
}
.ax-blg5-item .item-img-date .item-date span {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 0.9;
  font-weight: 500;
  margin-top: 12px;
  border-radius: 12px;
  background-color: #EDF2F8;
}
.ax-blg5-item .item-text {
  padding: 8px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg5-item .item-text .inner-item {
  border-radius: 28px;
  padding: 24px 24px 18px;
  background-color: #16173D;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 6px solid var(--ax-prime-c5);
}
.ax-blg5-item .item-text .item-meta {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.ax-blg5-item .item-text .item-meta a {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.5px;
  font-family: var(--ax-inter);
  border: 1px solid rgba(229, 229, 229, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.ax-blg5-item .item-text .item-meta a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg5-item .item-text .blg_title {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 8px;
  letter-spacing: -0.5px;
}
.ax-blg5-item .item-text p {
  color: #E5E5E5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-blg5-item:hover .item-img-date .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ax-blg5-item:hover .item-text .inner-item {
  background-color: #fff;
  border-bottom: 6px solid #fff;
}
.ax-blg5-item:hover .item-text .inner-item .item-meta a {
  color: #051229;
  border: 1px solid #3D3F7F;
}
.ax-blg5-item:hover .item-text .inner-item .item-meta a svg path {
  fill: #051229;
}
.ax-blg5-item:hover .item-text .inner-item .blg_title {
  color: #041427;
}
.ax-blg5-item:hover .item-text .inner-item p {
  color: #313130;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.ax-ftr1-sec {
  z-index: 1;
  background-color: #00142A;
}
.ax-ftr1-sec .ax-ftr-shape {
  left: -20%;
  z-index: -1;
  bottom: -20%;
  opacity: 0.08;
}
.ax-ftr1-sec .ax-ftr-shape2 {
  right: -20%;
  z-index: -1;
  bottom: -20%;
  opacity: 0.15;
}

.ax-ftr1-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ftr1-wrapper {
  gap: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-ftr1-wrapper {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr1-wrapper {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ftr1-widget .newslatter-widget {
  max-width: 368px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-ftr1-widget .newslatter-widget {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr1-widget .newslatter-widget {
    max-width: 100%;
  }
}
.ax-ftr1-widget .newslatter-widget h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 18px;
}
.ax-ftr1-widget .newslatter-widget p {
  color: #fff;
  opacity: 0.8;
}
.ax-ftr1-widget .newslatter-widget form {
  margin-top: 16px;
  position: relative;
}
.ax-ftr1-widget .newslatter-widget form input {
  width: 100%;
  height: 52px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.ax-ftr1-widget .newslatter-widget form button {
  top: 6px;
  right: 6px;
  color: #fff;
  width: 40px;
  border: none;
  height: 40px;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--ax-color2);
}
.ax-ftr1-widget .newslatter-widget form button:hover {
  color: #000;
  background-color: var(--ax-prime-c);
}
.ax-ftr1-widget .widget-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--ax-prime-c);
  font-family: var(--ax-inter);
}
.ax-ftr1-widget .menu-widget li {
  margin-bottom: 16px;
}
.ax-ftr1-widget .menu-widget li a {
  color: #fff;
  position: relative;
}
.ax-ftr1-widget .menu-widget li a:before {
  top: 0;
  left: 5px;
  opacity: 0;
  font-weight: 700;
  content: "\f105";
  position: absolute;
  color: var(--ax-prime-c);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: "Font Awesome 6 Free";
}
.ax-ftr1-widget .menu-widget li a:hover {
  padding-left: 15px;
  color: var(--ax-prime-c);
}
.ax-ftr1-widget .menu-widget li a:hover:before {
  left: 0;
  opacity: 1;
}
.ax-ftr1-widget .menu-widget:is(.ver_2) li a:before {
  left: 0;
  right: 0;
  width: 0%;
  top: auto;
  bottom: 0;
  height: 1px;
  content: "";
  margin: 0 auto;
  background-color: var(--ax-prime-c);
}
.ax-ftr1-widget .menu-widget:is(.ver_2) li a:hover {
  padding-left: 0;
}
.ax-ftr1-widget .menu-widget:is(.ver_2) li a:hover:before {
  width: 100%;
}
.ax-ftr1-widget .cta-widget .item-info-wrap {
  gap: 12px;
  margin-bottom: 30px;
}
.ax-ftr1-widget .cta-widget .item-info-wrap .item-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid var(--ax-prime-c);
}
.ax-ftr1-widget .cta-widget .item-info-wrap .item-text span, .ax-ftr1-widget .cta-widget .item-info-wrap .item-text a {
  color: #fff;
  display: block;
}
.ax-ftr1-widget .cta-widget .item-info-wrap .item-text span {
  opacity: 0.64;
}
.ax-ftr1-widget .cta-widget p {
  color: rgba(255, 255, 255, 0.8);
}
.ax-ftr1-widget .cta-widget p b {
  color: rgb(255, 255, 255);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-ftr1-widget .cta-widget p i {
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-ftr1-widget .cta-widget p:hover b {
  color: var(--ax-prime-c);
}

.ax-ftr1-social {
  gap: 30px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr1-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ax-ftr1-social .item-social {
  width: 100%;
  max-width: 408px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr1-social .item-social {
    max-width: 100%;
  }
}
.ax-ftr1-social .item-social a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ax-ftr1-social .item-social a:after {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ftr1-social .item-social a:before {
  top: 15px;
  right: 0;
  color: #fff;
  opacity: 0.64;
  font-weight: 900;
  content: "\f061";
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 6 Free";
}
.ax-ftr1-social .item-social a i {
  top: -3px;
  position: relative;
  margin-right: 8px;
}
.ax-ftr1-social .item-social a span {
  opacity: 0.8;
}
.ax-ftr1-social .item-social a:hover:after {
  width: 100%;
}
.ax-ftr1-social .item-social a:hover:before {
  color: var(--ax-prime-c);
}
.ax-ftr1-social .item-social a:hover span {
  opacity: 1;
  letter-spacing: 1px;
}

.ax-copyright1 {
  padding: 24px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-copyright1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-copyright1 p {
  color: rgba(255, 255, 255, 0.7);
}
.ax-copyright1 p a {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.ax-copyright1 li {
  margin-left: 24px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-copyright1 li {
    margin-left: 0;
    margin-right: 15px;
  }
}
.ax-copyright1 li a {
  color: rgba(255, 255, 255, 0.7);
}
.ax-copyright1 li a:hover {
  color: var(--ax-prime-c);
}

.ax-newslater2-sec {
  z-index: 1;
  margin: 0 20px;
}
.ax-newslater2-sec:before {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 170px;
  position: absolute;
  background-color: #000000;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.ax-newslater2-content {
  z-index: 1;
  padding: 85px;
}
.ax-newslater2-content .ax-nws-bg {
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 32px;
}
.ax-newslater2-content .ax-nws-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.89;
  position: absolute;
  background-color: var(--ax-prime-c2);
}

.ax-cm-name {
  line-height: 1;
  font-size: 150px;
  font-weight: 600;
  margin-bottom: -25px;
  letter-spacing: -10px;
  background: linear-gradient(182.77deg, #E5E5E5 2.31%, rgba(229, 229, 229, 0.5) 26.47%, rgba(229, 229, 229, 0.3) 51.02%, rgba(229, 229, 229, 0.1) 74.87%, rgba(229, 229, 229, 0) 99.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ax-nws-img {
  left: 50px;
  bottom: -38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ax-nws-img {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-nws-img {
    display: none;
  }
}

.ax-nws-text-wrap {
  z-index: 1;
  position: relative;
}
.ax-nws-text-wrap .inner-text {
  width: 100%;
  max-width: 612px;
}
.ax-nws-text-wrap .inner-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.ax-nws-text-wrap .inner-text p {
  color: #fff;
  max-width: 570px;
}
.ax-nws-text-wrap .inner-text form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.ax-nws-text-wrap .inner-text input {
  width: 100%;
  height: 56px;
  border: none;
  padding-left: 20px;
  border-radius: 14px;
  background-color: #fff;
}
.ax-nws-text-wrap .inner-text button {
  color: #fff;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 14px;
  background-color: var(--ax-title-color2);
}
.ax-nws-text-wrap .inner-text button i {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ax-nws-text-wrap .inner-text button:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-nws-text-wrap .inner-text form {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-newslater2-content {
    padding: 85px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-work-p2-item .item-arrow {
    display: none !important;
  }
}
.ax-ftr2-sec {
  z-index: 1;
  margin: 0px 20px;
  padding-top: 60px;
}
.ax-ftr2-sec .ax-ftr2-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.ax-ftr2-sec .ax-ftr2-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  position: absolute;
  background-color: #000;
}

.ax-ftr2-widget {
  margin-bottom: 20px;
}
.ax-ftr2-widget .logo-widget {
  color: #fff;
}
.ax-ftr2-widget .logo-widget .brand-logo {
  margin-bottom: 15px;
}
.ax-ftr2-widget .logo-widget p {
  padding-bottom: 30px;
}
.ax-ftr2-widget .logo-widget .item-social {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-ftr2-widget .logo-widget .item-social a {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ax-ftr2-widget .logo-widget .item-social a span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ax-ftr2-widget .logo-widget .item-social a:hover {
  border: 1px solid var(--ax-prime-c2);
}
.ax-ftr2-widget .logo-widget .item-social a:hover span {
  color: #fff;
  background-color: var(--ax-prime-c2);
}
.ax-ftr2-widget .logo-widget .item-social:is(.ver_2) a:hover {
  border-bottom: 1px solid var(--ax-prime-c3);
}
.ax-ftr2-widget .logo-widget .item-social:is(.ver_2) a:hover span {
  background-color: var(--ax-prime-c3);
}
.ax-ftr2-widget .logo-widget .item-social:is(.ver_3) a:hover {
  border-bottom: 1px solid var(--ax-prime-c5);
}
.ax-ftr2-widget .logo-widget .item-social:is(.ver_3) a:hover span {
  background-color: var(--ax-prime-c5);
}
.ax-ftr2-widget .menu-widget {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr2-widget .menu-widget {
    padding-left: 0;
  }
}
.ax-ftr2-widget .menu-widget li {
  margin-bottom: 15px;
}
.ax-ftr2-widget .menu-widget li a {
  color: #E5E5E5;
  letter-spacing: -0.5px;
}
.ax-ftr2-widget .menu-widget li a:hover {
  color: var(--ax-prime-c2);
}
.ax-ftr2-widget .menu-widget:is(.ver_2) li a {
  opacity: 0.8;
  color: #E5E5E5;
  letter-spacing: 0;
}
.ax-ftr2-widget .menu-widget:is(.ver_2) li a:hover {
  color: var(--ax-prime-c3);
}
.ax-ftr2-widget .menu-widget:is(.ver_3) li a {
  opacity: 0.8;
  color: #E5E5E5;
  letter-spacing: 0;
}
.ax-ftr2-widget .menu-widget:is(.ver_3) li a:hover {
  opacity: 1;
  color: #fff;
}
.ax-ftr2-widget .widget-title {
  gap: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
  letter-spacing: -1px;
}
.ax-ftr2-widget .widget-title i {
  height: 1px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ax-ftr2-widget .widget-title:is(.ver_2) i {
  height: 2px;
  width: 50px;
  background-color: var(--ax-prime-c3);
}
.ax-ftr3-sec.ver_2 .ax-ftr2-widget .widget-title i {
  background-color: var(--ax-prime-c5);
}
.ax-ftr2-widget .news-widget p {
  color: #E5E5E5;
  padding-bottom: 30px;
}
.ax-ftr2-widget .news-widget form input {
  width: 100%;
  height: 48px;
  color: #fff;
  border-radius: 16px;
  padding-left: 20px;
  border: 1px solid rgba(237, 242, 248, 0.2);
  background-color: transparent;
}
.ax-ftr2-widget .news-widget form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.ax-ftr2-widget .news-widget form input::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.ax-ftr2-widget .news-widget form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.ax-ftr2-widget .news-widget form input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.ax-ftr2-widget .news-widget form input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.ax-ftr2-widget .news-widget form button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  background-color: transparent;
}
.ax-ftr2-widget .news-widget form button span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 14px;
  background-color: var(--ax-prime-c3);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ftr2-widget .news-widget form button i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--ax-prime-c3);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ftr2-widget .news-widget form button i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ax-ftr2-widget .news-widget form button:hover span {
  color: var(--ax-prime-c3);
  background-color: #fff;
}
.ax-ftr2-widget .news-widget form button:hover i {
  color: #fff;
  background-color: var(--ax-prime-c3);
}
.ax-ftr3-sec.ver_2 .ax-ftr2-widget .news-widget form button span {
  background-color: var(--ax-prime-c5);
}
.ax-ftr3-sec.ver_2 .ax-ftr2-widget .news-widget form button:hover span {
  color: var(--ax-prime-c5);
  background-color: #fff;
}
.ax-ftr3-sec.ver_2 .ax-ftr2-widget .news-widget form button:hover i svg * {
  fill: #fff;
}
.ax-ftr3-sec.ver_2 .ax-ftr2-widget .news-widget form button:hover i {
  color: #fff;
  background-color: var(--ax-prime-c5);
}
.ax-ftr2-widget .news-widget:is(.ver_2) form button:hover i svg path {
  fill: #fff;
}

.ax-ftr2-content {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ax-ftr2-content:is(.ver_2) {
  border: none;
  padding-bottom: 0;
}

.ax-ftr2-gallery {
  gap: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr2-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.ax-ftr2-gallery:before, .ax-ftr2-gallery:after {
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 346px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 2, 4, 0)), color-stop(20.42%, rgba(0, 2, 4, 0.85)), color-stop(39.79%, #000204), color-stop(60.42%, #000204), color-stop(80.29%, #000204), to(#000204));
  background: linear-gradient(270deg, rgba(0, 2, 4, 0) 0%, rgba(0, 2, 4, 0.85) 20.42%, #000204 39.79%, #000204 60.42%, #000204 80.29%, #000204 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr2-gallery:before, .ax-ftr2-gallery:after {
    display: none;
  }
}
.ax-ftr2-gallery .ax-ftr2-brand {
  z-index: 3;
  position: relative;
}
.ax-ftr2-gallery:after {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 2, 4, 0)), color-stop(20.42%, rgba(0, 2, 4, 0.85)), color-stop(39.79%, #000204), color-stop(60.42%, #000204), color-stop(80.29%, #000204), to(#000204));
  background: linear-gradient(-270deg, rgba(0, 2, 4, 0) 0%, rgba(0, 2, 4, 0.85) 20.42%, #000204 39.79%, #000204 60.42%, #000204 80.29%, #000204 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr2-gl-imgs {
    text-align: center;
  }
}
.ax-ftr2-gl-imgs li {
  overflow: hidden;
  margin: 0px 5px;
  border-radius: 12px;
}
.ax-ftr2-gl-imgs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ax-ftr2-copyright {
  padding: 20px 0px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background-color: var(--ax-prime-c2);
}
.ax-ftr2-copyright .item-text {
  gap: 15px;
}
.ax-ftr2-copyright p {
  color: rgba(255, 255, 255, 0.6);
}
.ax-ftr2-copyright p a {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.ax-ftr2-copyright p:is(.text_2) {
  color: rgb(255, 255, 255);
}

.ax-ftr2-gl-imgs ul {
  display: flow-root;
  max-width: 990px;
  margin: 0 auto;
}

.ax-ftr3-sec {
  z-index: 1;
  position: relative;
}
.ax-ftr3-sec:before {
  left: 0;
  bottom: -22%;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--ax-prime-c3);
}
.ax-ftr3-sec .circle-shape {
  left: 0;
  bottom: -17%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.98)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.98) 100%);
  clip-path: polygon(50% 0%, 50% 0%, 77.457% 4.742%, 103.503% 18.471%, 127.79% 40.441%, 149.969% 69.906%, 169.693% 106.121%, 186.611% 148.338%, 200.377% 195.812%, 210.641% 247.798%, 217.055% 303.549%, 219.271% 362.319%, 219.271% 362.319%, 217.055% 421.089%, 210.641% 476.84%, 200.377% 528.825%, 186.611% 576.3%, 169.693% 618.517%, 149.969% 654.731%, 127.79% 684.196%, 103.503% 706.166%, 77.457% 719.896%, 50% 724.638%, 50% 724.638%, 22.543% 719.896%, -3.503% 706.166%, -27.79% 684.196%, -49.969% 654.731%, -69.693% 618.517%, -86.611% 576.3%, -100.377% 528.825%, -110.641% 476.84%, -117.055% 421.089%, -119.271% 362.319%, -119.271% 362.319%, -117.055% 303.549%, -110.641% 247.798%, -100.377% 195.812%, -86.611% 148.338%, -69.693% 106.121%, -49.969% 69.906%, -27.79% 40.441%, -3.503% 18.471%, 22.543% 4.742%, 50% 0%);
}
.ax-ftr3-sec .circle-shape img {
  opacity: 0.05;
}
.ax-ftr3-sec:is(.ver_2):before {
  background: var(--ax-prime-c5);
}

.ax-ftr3-newslatter {
  border-radius: 40px;
  background-color: #fff;
  padding: 40px 40px 108px;
  border-top: 10px solid #F5F4FF;
}

.ax-ftr3-newslatter {
  gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ax-ftr3-newslatter {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr3-newslatter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ax-ftr3-news-item {
  z-index: 1;
  border-radius: 25px;
  padding-top: 15px;
  overflow: hidden;
  position: relative;
}
.ax-ftr3-news-item:before, .ax-ftr3-news-item:after {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 95%;
  position: absolute;
  clip-path: polygon(0% 12.308%, 0% 12.308%, 0.102% 10.311%, 0.397% 8.418%, 0.869% 6.652%, 1.502% 5.039%, 2.28% 3.605%, 3.188% 2.375%, 4.208% 1.374%, 5.325% 0.627%, 6.523% 0.161%, 7.786% 0%, 19.065% 0%, 19.065% 0%, 19.574% 0.026%, 20.079% 0.105%, 20.579% 0.235%, 21.07% 0.415%, 21.553% 0.646%, 22.026% 0.925%, 22.486% 1.252%, 22.933% 1.627%, 23.365% 2.048%, 23.781% 2.515%, 29.896% 9.873%, 29.896% 9.873%, 30.311% 10.34%, 30.743% 10.761%, 31.19% 11.135%, 31.651% 11.463%, 32.123% 11.742%, 32.606% 11.972%, 33.098% 12.153%, 33.597% 12.283%, 34.102% 12.361%, 34.612% 12.387%, 50% 12.387%, 66.519% 12.387%, 66.519% 12.387%, 67.088% 12.355%, 67.651% 12.257%, 68.205% 12.095%, 68.75% 11.871%, 69.282% 11.586%, 69.8% 11.241%, 70.301% 10.838%, 70.784% 10.377%, 71.246% 9.859%, 71.686% 9.287%, 76.098% 3.1%, 76.098% 3.1%, 76.537% 2.528%, 76.999% 2.011%, 77.482% 1.55%, 77.983% 1.146%, 78.501% 0.801%, 79.033% 0.516%, 79.578% 0.292%, 80.133% 0.131%, 80.696% 0.033%, 81.264% 0%, 92.214% 0%, 92.214% 0%, 93.477% 0.161%, 94.675% 0.627%, 95.792% 1.374%, 96.812% 2.375%, 97.72% 3.605%, 98.498% 5.039%, 99.131% 6.652%, 99.603% 8.418%, 99.898% 10.311%, 100% 12.308%, 100% 87.692%, 100% 87.692%, 99.898% 89.689%, 99.603% 91.582%, 99.131% 93.348%, 98.498% 94.961%, 97.72% 96.395%, 96.812% 97.625%, 95.792% 98.626%, 94.675% 99.373%, 93.477% 99.839%, 92.214% 100%, 7.786% 100%, 7.786% 100%, 6.523% 99.839%, 5.325% 99.373%, 4.208% 98.626%, 3.188% 97.625%, 2.28% 96.395%, 1.502% 94.961%, 0.869% 93.348%, 0.397% 91.582%, 0.102% 89.689%, 0% 87.692%, 0% 12.308%);
}
.ax-ftr3-news-item:before {
  z-index: -2;
  background-color: #F5F4FF;
}
.ax-ftr3-news-item:after {
  height: 0;
  z-index: -1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
.ax-ftr3-news-item .item-icon {
  z-index: 1;
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: -15px;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #F5F4FF;
}
.ax-ftr3-news-item .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ftr3-news-item .item-icon:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
.ax-ftr3-news-item .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 15px;
  padding-bottom: 8px;
  padding-right: 15px;
  letter-spacing: -1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ftr3-news-item .item-text p {
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ax-ftr3-news-item .item-text a {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 32px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
}
.ax-ftr3-news-item:hover:after {
  height: 95%;
}
.ax-ftr3-news-item:hover .item-text h3, .ax-ftr3-news-item:hover .item-text p {
  color: #fff;
}
.ax-ftr3-news-item:hover .item-icon {
  border: 4px solid #FFFFFF;
}
.ax-ftr3-news-item:hover .item-icon:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ax-ftr3-news-item:hover .item-icon svg path {
  fill: #fff;
}
.ax-ftr3-news-item:is(.ver_2):before {
  background-color: #F4F4F5;
}
.ax-ftr3-news-item:is(.ver_2):after {
  background: #3D3F7F;
}
.ax-ftr3-news-item:is(.ver_2) .item-icon:before {
  background: #3D3F7F;
}

.ax-ftr3-cta {
  margin: 0 auto;
  max-width: 783px;
  margin-top: -50px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 120px;
  padding: 24px 24px 24px 40px;
  border-bottom: 4px solid #FFFFFF;
  background-color: var(--ax-prime-c3);
}
.ax-ftr3-cta h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.ax-ftr3-cta .ax-btn2 span {
  border-radius: 30px;
  background-color: #fff;
  color: var(--ax-title-color2);
}
.ax-ftr3-cta .ax-btn2 i {
  border-radius: 30px;
  background-color: var(--ax-title-color2);
}
.ax-ftr3-sec.ver_2 .ax-ftr3-cta {
  background-color: var(--ax-prime-c5);
}

.ax-ftrbottom-text {
  margin-top: -70px;
  position: relative;
  margin-bottom: -80px;
  z-index: -1;
}
.ax-ftrbottom-text h2 {
  line-height: 0.8;
  font-weight: 600;
  font-size: 400px;
  letter-spacing: -15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.94%, rgba(229, 229, 229, 0.1)), color-stop(95.31%, rgba(29, 30, 227, 0.1)));
  background: linear-gradient(180deg, rgba(229, 229, 229, 0.1) 25.94%, rgba(29, 30, 227, 0.1) 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ax-copyright-3 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#343472), to(#8173E0));
  background: linear-gradient(180deg, #343472 0%, #8173E0 100%);
}
.ax-copyright-3 p {
  color: #fff;
}
.ax-copyright-3 p a {
  text-decoration: underline;
}
.ax-copyright-3 .inner-text {
  gap: 15px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
}
.ax-copyright-3:is(.ver_2) {
  background: var(--ax-prime-c5);
}

.ax-ftr4-sec {
  margin: 20px;
}
.ax-ftr4-sec .ax-ftr4-wrap {
  border-radius: 48px;
}

.ax-cta4-text-desc p {
  text-align: right;
}

.ax-ftr4-sec {
  margin: 0px 20px 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-sec {
    margin: 0px 10px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ftr4-wrap {
  z-index: 1;
  border-radius: 48px;
  background-color: #000F11;
}
.ax-ftr4-wrap .ax-ftr4-bg {
  top: 0;
  right: 0;
  width: 70%;
  z-index: -1;
  opacity: 0.06;
}

.ax-ftr4-widget1 {
  max-width: 586px;
  border-radius: 48px;
  padding: 60px 60px 30px;
  background-color: var(--ax-prime-c4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ax-ftr4-widget1 {
    max-width: 386px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-widget1 {
    max-width: 100%;
    padding: 50px 30px 30px;
  }
}
.ax-ftr4-widget1 p {
  color: #fff;
  max-width: 440px;
}
.ax-ftr4-widget1 .ax-client-logo {
  gap: 24px;
  padding-bottom: 120px;
}
.ax-ftr4-widget1 .ax-ftr4-sponsor h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 22px;
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll {
  position: relative;
  display: flow-root;
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll:before, .ax-ftr4-widget1 .ax-ftr4-spn-scroll:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 90px;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 109, 119, 0)), color-stop(20.43%, rgba(0, 109, 119, 0.83)), color-stop(40.17%, rgba(0, 109, 119, 0.95)), color-stop(59.91%, #006D77), color-stop(80.35%, #006D77), to(#006D77));
  background: linear-gradient(270deg, rgba(0, 109, 119, 0) 0%, rgba(0, 109, 119, 0.83) 20.43%, rgba(0, 109, 119, 0.95) 40.17%, #006D77 59.91%, #006D77 80.35%, #006D77 100%);
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll .ax-ftr4-spon {
  margin: 0px 15px;
  display: inline-block;
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll .ax-ftr4-spon .item-img {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ax-ftr4-widget1 .ax-ftr4-spn-scroll .ax-ftr4-spon .item-img img {
  height: 30px;
}

.ax-ftr4-area-wrap {
  width: 80%;
  padding: 60px 60px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-area-wrap {
    padding: 60px 30px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-area-wrap {
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ftr4-area1 {
  gap: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-area1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ax-ftr4-widget2 {
  width: 100%;
  max-width: 472px;
}
.ax-ftr4-widget2 h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.ax-ftr4-widget2 h3 span {
  opacity: 0.7;
  display: inline;
}
.ax-ftr4-widget2 .news-letter-form {
  margin-top: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-widget2 .news-letter-form {
    margin-top: 30px;
  }
}
.ax-ftr4-widget2 .news-letter-form h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  padding-bottom: 22px;
}
.ax-ftr4-widget2 .news-letter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ax-ftr4-widget2 .news-letter-form form input {
  width: 100%;
  height: 48px;
  color: #E5E5E5;
  padding-left: 20px;
  border-radius: 100px;
  border: 1px solid #D8D8D8;
  background-color: transparent;
}
.ax-ftr4-widget2 .news-letter-form form input::-webkit-input-placeholder {
  color: #E5E5E5;
}
.ax-ftr4-widget2 .news-letter-form form input::-moz-placeholder {
  color: #E5E5E5;
}
.ax-ftr4-widget2 .news-letter-form form input:-ms-input-placeholder {
  color: #E5E5E5;
}
.ax-ftr4-widget2 .news-letter-form form input::-ms-input-placeholder {
  color: #E5E5E5;
}
.ax-ftr4-widget2 .news-letter-form form input::placeholder {
  color: #E5E5E5;
}
.ax-ftr4-widget2 .news-letter-form form button {
  border: none;
  background-color: transparent;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-left: -5px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ax-prime-c4);
}
.ax-ftr4-widget2 .news-letter-form form button:before, .ax-ftr4-widget2 .news-letter-form form button:after {
  top: 0;
  left: -5px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.ax-ftr4-widget2 .news-letter-form form button:after {
  left: 0px;
  background-color: var(--ax-prime-c4);
}
.ax-ftr4-widget2 .news-letter-form form button i {
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ax-ftr4-widget2 .news-letter-form form button:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.ax-ftr4-widget2 .ftr4-item-menu {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-widget2 .ftr4-item-menu {
    margin-top: 30px;
  }
}
.ax-ftr4-widget2 .ftr4-item-menu li {
  margin-right: 10px;
}
.ax-ftr4-widget2 .ftr4-item-menu li:last-child {
  margin-right: 0;
}
.ax-ftr4-widget2 .ftr4-item-menu li a {
  color: #fff;
}
.ax-ftr4-widget2 .ftr4-item-menu li a:hover {
  color: var(--ax-prime-c4);
}

.ax-ftr4-widget3 {
  width: 100%;
  max-width: 522px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-widget3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ftr4-widget3 h4 {
  color: #E5E5E5;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
  font-family: var(--ax-inter);
}
.ax-ftr4-widget3 .menu_list {
  margin-bottom: 45px;
}
.ax-ftr4-widget3 li {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: var(--ax-inter);
}
.ax-ftr4-widget3 li a {
  color: #fff;
}
.ax-ftr4-widget3 li a:hover {
  color: var(--ax-prime-c4);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ax-ftr4-widget3 .item-info {
  max-width: 245px;
  margin-bottom: 30px;
}
.ax-ftr4-widget3 .item-info p, .ax-ftr4-widget3 .item-info a {
  color: #fff;
}
.ax-ftr4-widget3 .item-info:is(._social) a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #353742;
}
.ax-ftr4-widget3 .item-info:is(._social) a:hover {
  border: 1px solid var(--ax-prime-c4);
  background-color: var(--ax-prime-c4);
}
.ax-ftr4-widget3 .item-info:is(._social) .icon-wrap {
  gap: 5px;
}

.ax-ftr4-copyright {
  padding-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ax-ftr4-copyright {
    padding-bottom: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ax-ftr4-copyright p {
  color: #fff;
}
.ax-ftr4-copyright p span {
  color: var(--ax-prime-c4);
}
.ax-ftr4-copyright p a {
  color: #fff;
}

.ax-breadcurmb-sec {
  padding-top: 290px;
  padding-bottom: 190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-breadcurmb-sec {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

.ax-breadcurmb-sec .ax-bread-bg {
  top: 0;
  left: 0;
  z-index: 1;
}

.ax-bread-text {
  z-index: 2;
  position: relative;
}

.ax-bread-text h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  padding-bottom: 25px;
  font-family: var(--as-font-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-bread-text h2 {
    font-size: 40px;
    padding-bottom: 15px;
  }
}

.ax-bread-text ul {
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.ax-bread-text li {
  color: #fff;
  list-style: none;
  margin-right: 34px;
  position: relative;
  display: inline-block;
}

.ax-bread-text li:before {
  top: 2px;
  width: 20px;
  content: "";
  height: 20px;
  right: -28px;
  background-image: url(../img/arrow.svg);
  position: absolute;
}

.ax-bread-text li:last-child {
  margin-right: 0;
}

.ax-bread-text li:last-child:before {
  display: none;
}

.error_page .as-header-1-area {
  background-color: #020241;
}

.ax-error-sec {
  z-index: 1;
  padding-top: 340px;
  padding-bottom: 215px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-error-sec {
    padding-top: 240px;
    padding-bottom: 115px;
  }
}

.ax-error-sec .ax-error-img {
  right: 0;
  top: 120px;
  z-index: -1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.ax-error-text {
  max-width: 590px;
}

.ax-error-text h3 {
  line-height: 1;
  font-size: 100px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  font-family: var(--as-font-1);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .ax-error-text h3 {
    font-size: 50px;
  }
}

.ax-error-text h3 span {
  color: #3533FF;
  font-weight: 700;
}

.ax-error-text p {
  font-size: 20px;
  padding-bottom: 40px;
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.sn-blog-list-feed {
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed {
    padding: 15px;
  }
}

.sn-blog-list-feed .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sn-blog-list-feed .item-img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .sn-vd5-play {
  width: auto;
  height: auto;
}

.sn-blog-list-feed .item-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .inner-img {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .item-img .blog-item-img-slide {
    height: 280px;
  }
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img {
  width: 100%;
  height: 100%;
}

.sn-blog-list-feed .item-img .blog-item-img-slide .slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-blog-list-feed .item-text .blog_title {
  color: #261723;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 15px;
  font-family: var(--ax-inter);
}

@media (max-width: 480px) {
  .sn-blog-list-feed .item-text .blog_title {
    font-size: 26px;
  }
}

.sn-blog-list-feed .item-text p {
  padding-bottom: 20px;
}

.sn-blog-list-feed .item-text .read_more {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.sn-blog-list-feed .item-text .read_more span {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .item-text .read_more span:hover {
  letter-spacing: 1px;
}

.sn-blog-list-feed .item-text .read_more span:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sn-blog-list-feed .item-text .read_more i {
  width: 32px;
  color: #fff;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--ax-prime-c);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sn-blog-list-feed .blog-item-meta {
  margin-bottom: 5px;
  padding-bottom: 12px;
}

.sn-blog-list-feed .blog-item-meta a {
  color: #504E4E;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-blog-list-feed .blog-item-meta a {
    margin-right: 15px;
  }
}

.sn-blog-list-feed .blog-item-meta a i {
  margin-right: 5px;
}

.sn-blog-list-feed .blog-item-meta a i img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.sn-blog-list-feed .blog-item-meta a:last-child {
  margin-right: 0;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}

.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--ax-prime-c);
  background: var(--ax-prime-c);
}

.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}

.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.sn-vd5-play {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.sn-vd5-play .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sn-vd5-play .video-play-btn .video_btn_border {
  border: 15px solid rgba(255, 255, 255, 0.7);
}

.sn-vd5-play .video-play-btn a {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.sn-vd5-play .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 15px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.sn-vd5-play .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Blog Details area*/
/*----------------------------------------------------*/

section#sn-b-thumbnail {
  background: #000;
}


.b-thumbnail {
  margin: 0 auto;
}

.b-thumbnail h3 {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1;
  max-width: 765px;
  font-weight: 700;
  text-align: center;
  padding: 255px 15px;
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .b-thumbnail h3 {
    font-size: 40px;
    padding: 150px 15px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail h3 {
    font-size: 30px;
  }
}

.b-thumbnail .b-thumb-meta {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 680px;
  background-color: #F5F5F5;
  padding: 25px 15px 23px;
  border-radius: 12px 12px 0px 0px;
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta {
    padding: 15px 15px 13px;
  }
}

.b-thumbnail .b-thumb-meta a {
  color: #535862;
  font-size: 18px;
  margin: 0px 30px;
}

@media only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 10px;
  }
}

@media (max-width: 480px) {
  .b-thumbnail .b-thumb-meta a {
    margin: 0px 5px;
  }
}

.b-thumbnail .b-thumb-meta a i {
  margin-right: 5px;
  color: var(--ag-color-1);
}

.sn-b-details-content {
  margin: 0 auto;
  max-width: 730px;
}

.sn-b-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 28px;
}

.sn-b-details-content .wp-block-image {
  margin: 30px 0px;
}

.sn-b-details-content p {
  margin-bottom: 30px;
  line-height: 28px;
}

p.form-submit {
  display: none;
}
.sn-b-details-section ul li {
    font-weight: 500;
    line-height: 40px;
}
.sn-b-details-content blockquote {
  margin-top: 30px;
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 30px;
  font-style: italic;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-left: 4px solid var(--ax-color2);
  border-right: 4px solid var(--ax-color2);
}

.sn-b-details-content blockquote span {
  display: block;
  margin-top: 8px;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
}

.sn-b-details-content blockquote span:before {
  left: 0;
  top: 12px;
  width: 40px;
  content: "";
  height: 2px;
  border-radius: 4px;
  position: absolute;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-b-details-content blockquote:after {
  top: 20px;
  left: 20px;
  width: 57px;
  opacity: 0.1;
  content: "";
  height: 39px;
  position: absolute;
}

.art-blog-share-tag {
  margin: 0 auto;
  max-width: 730px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.sn-b-details-content.headline.pera-content h2 {
    font-weight: 600;
    margin-bottom: 15px;
}
.art-blog-share-tag .art-blog-tag a {
    margin: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #E8EAEC;
    color: #000;
    font-weight: 500;
}

.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--ax-prime-c);
}

.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin: 0 auto;
  max-width: 730px;
  margin-top: 40px;
  border-radius: 10px;
  background: #E8EAEC;
}

.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}

.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}

.art-blog-details-author .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.art-blog-details-author .inner-text {
  max-width: 490px;
}

.art-blog-details-author .inner-text h4 {
  color: var(--ax-title-color);
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.art-blog-details-author .inner-text p {
  color: #261723;
}

.art-blog-details-author .inner-social {
  margin-top: 15px;
}

.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}

.art-blog-details-author .inner-social a:hover {
  color: var(--ax-prime-c);
}

.art-b-comment-form {
  padding: 45px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 12px;
  margin-top: 60px;
  background-color: #F4F4F4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.art-b-comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.art-b-comment-form input,
.art-b-comment-form textarea {
  width: 100%;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.art-b-comment-form textarea {
  height: 148px;
  padding-top: 20px;
}


/*---------------------------------------------------- */
/*Sidebar area*/
/*----------------------------------------------------*/
.sn-sidebar-wrap {
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}

.sn-sidebar-widget {
  padding: 30px 28px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #F4F4F4;
}

.sn-sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sn-sidebar-widget:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .search-widget form {
  position: relative;
}

.sn-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sn-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-moz-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget input::placeholder {
  color: #414141;
}

.sn-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 54px;
  color: #fff;
  height: 54px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--ax-prime-c);
}

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

.sn-sidebar-widget .category-widget li,
.widget_categories li {
  margin-bottom: 8px;
}

.sn-sidebar-widget .category-widget li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .category-widget li a,
.widget_categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #414141;
  position: relative;
  border-radius: 6px;
  padding: 16px 20px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sn-sidebar-widget .category-widget li a:hover,
.widget_categories li a:hover {
  color: #fff;
  background-color: #000000;
}

.sn-sidebar-widget .recent-post-item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .sn-sidebar-widget .recent-post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sn-sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}

.sn-sidebar-widget .recent-post-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}

.sn-sidebar-widget .recent-post-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sn-sidebar-widget .recent-post-item .item-text {
  max-width: 190px;
}

.sn-sidebar-widget .recent-post-item .item-text span {
  color: #6B7280;
  margin-bottom: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text span i {
  color: var(--ax-prime-c);
  margin-right: 5px;
}

.sn-sidebar-widget .recent-post-item .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.sn-b-details-content blockquote p:last-child {
    margin-bottom: 0;
}
.sn-sidebar-widget .tag-widget li a,
.tagcloud a {
  margin: 5px 2px;
  font-size: 14px !important;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.sn-sidebar-widget .tag-widget li a:hover,
.tagcloud a:hover {
  color: #fff;
  background-color: var(--ax-prime-c);
}

.sn-sidebar-widget .follow-widget .follow-icon {
  gap: 16px;
}

.sn-sidebar-widget .follow-widget a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.sn-sidebar-widget .follow-widget a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(94.57deg, #34C9FF 0%, #8BA3FF 33.06%, #FD76E8 66.11%, #FF9951 100%);
}

.sn-sidebar-widget .follow-widget a:hover {
  color: #fff;
}

.sn-sidebar-widget .follow-widget a:hover:before {
  height: 100%;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
  padding-left: 0;
}

.fx-pagination-item,
.fx-pagination-item .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(cubic-bezier(0.55, 0.085, 0, 0.99));
  line-height: 50px;
}

.fx-pagination-item:hover,
.fx-pagination-item .current {
  background: var(--ax-color2);
  color: #fff;
  border-color: var(--ax-color2);
}

.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--ax-color2);
  background: transparent;
  color: var(--ax-color2);
}


/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */