@font-face {
  font-family: 'gilroy-bold';
  src: url('../fonts/Gilroy-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-medium';
  src: url('../fonts/Gilroy-Medium.ttf');
  /* font-weight: 200; */
  font-style: normal;
}

@font-face {
  font-family: 'espial-regular';
  src: url('../fonts/espial-regular.otf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'konigsberg';
  src: url('../fonts/konigsberg-demo.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy-regular';
  src: url('../fonts/Gilroy-Regular.ttf');
  font-weight: 700;
  font-style: normal;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}

.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 100px;
  transition: all 0.4s;
  position: relative;
  margin-right: 35px;
}

@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}


@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }

}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: 54px;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header>.container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header>.container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;

  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }

  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }

  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }

  .top-contact-menu-wraper .header-btn {
    order: 4;
  }

  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1D263A;
    border-radius: 0px 0px 0px 5px;
  }

  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }

  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.site-menu-main .nav-item {
  display: inherit;
  font-family: gilroy-bold;
}

.site-menu-main .nav-link-item {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

.aximo-header1 .site-menu-main .nav-link-item {
  color: #FFFFFF;
}

.aximo-header2 .site-menu-main .nav-link-item {
  color: var(--heading-color2);
}

.aximo-header4 .site-menu-main .nav-link-item {
  color: var(--heading-color3);
}

.aximo-header5 .site-menu-main .nav-link-item {
  color: var(--light-color4);
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 43px !important;
    padding-right: 19px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0;
  padding: 12px 0;
  transition: .4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  border-radius: 6px;
}

.site-menu-main .sub-menu:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translatey(-11px);
  z-index: 8;
}

.sub-menu.megamenu:before {
  content: none;
}

.site-menu-main .sub-menu.shape-none:before {
  content: none;
}

/*@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    min-width: 235px;
    max-width: 235px;
  }
}*/

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item>a {
  color: inherit;
  padding: 4px 20px;
  font-weight: 600;
  color: #000;
  position: relative;
}

.site-menu-main .sub-menu--item>a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item>a {
    transition: .4s;
  }
}

/* .site-menu-main .sub-menu--item:hover > a {
  color: var(--accent-color);
} */

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }

  /* .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(-10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  } */
  /* .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  } */
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }

  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #FFC947 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover>.sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #13111A;
    width: 24px;
    position: relative;
  }

  .reveal-header .mobile-menu-trigger span {
    background-color: #13111A !important;
  }

  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111A;
  }

  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #13111A !important;
  }

  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #13111A;
  }

  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #13111A;
  }

  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }

  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }

  .site-header .item-right {
    align-items: center;
  }

  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .site-header .menu-block.active {
    transform: translate(0%);
  }

  .site-menu-main>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .site-menu-main>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-menu-main>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }

  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-menu-main>li .sub-menu.mega-menu,
  .site-menu-main>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-menu-main>li .sub-menu.active {
    display: block;
  }

  .site-menu-main>li .sub-menu>ul>li>a,
  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }

  .site-menu-main a {
    display: flex;
    align-items: center;
  }

  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  /* .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
  /* .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  } */
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0D152E !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover>.sub-menu {
    top: 100%;
  }

  .reveal-header li.nav-item-has-children:hover>.megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}


.log-in-btn {
  width: 160px;
  height: 50px;
  background: #FD4C5C;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.log-in-btn:after {
  content: "";
  background: #0F1A54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #FD4C5C;
}

.log-in-btn.yellow-btn {
  color: #0F1A54;
  background-color: #FBC21D;
}

.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}

/* ---------------------------------------------------------------- */

.mapouter {
  position: relative;
  text-align: right;
  height: 579px;
  width: 1262px;
  border-radius: 25px;
}

/* ----------------------------------------------------------------- */
.title {
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  color: #c4ef17;
}


.card-1 {
  position: relative;
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
}

.card-1 .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.aximo-pricing-description {
  padding: 24px 0;
  border-bottom: 0px solid #FFFFFF !important;
}

.card-1 .aximo-pricing-wrap2 {
  position: relative;
  /* background: #333;
  color: #FFFFFF; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.card-1:hover .aximo-pricing-wrap2 {
  background: #bff747;
  transform: translateY(0);
}

.card-1 .aximo-pricing-wrap2 .content {
  opacity: 0.2;
  transition: 0.5s;
}

.card-1:hover .aximo-pricing-wrap2 .content {
  opacity: 1;
}

.card-1 .aximo-pricing-wrap2 .content img {
  max-width: 100px;
}

.card-1 .aximo-pricing-wrap2 .content h3 {
  margin: 300px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.card-1 .aximo-pricing-body2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 434px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
  transition: transform 2s;
  opacity: 0;
  visibility: hidden;
}

.card-1:hover .aximo-pricing-body2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.card-1 .aximo-pricing-body2 .content p {
  margin: 0;
  padding: 0;
}

.card-1 .aximo-pricing-body2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.card-1 .aximo-pricing-body2 .content a:hover {
  background: #333;
  color: #fff;
}

.aximo-service-increase-icon i:hover {
  color: #bff747 !important;
}

.aximo-footer-menu ul li a:hover {
  color: #bff747 !important;
}

.aximo-service-increase-row:hover .aximo-service-increase-icon i {
  color: #bff747 !important;
}

.font-arista {
  font-family: arista-pro;
}

.font-aristanumber {
  font-family: "Arista Pro", Arial, sans-serif;
}

.text-left {
  text-align: left;
}

/* .font-Urbanist {
  font-family: Urbanist;
} */

.font-syne {
  /* font-family: Syne, sans-serif !important; */
}

.color-lw {
  color: #999 !important;
}

.cp {
  color: #fdfde1;
}

.center-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}



.banner {
  position: relative;
  padding-bottom: 56.2%;
  width: 100%;
  overflow: hidden;
}

.videoembed {
  position: absolute;
  top: 0;
  /*z-index: -99; */
  width: 100%;
  height: 100%;
  /* background: #333; */
}

/* If you want to include the title... */
.banner-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  text-align: center;
  box-sizing: border-box;
}

.banner-title h1 {
  color: #fff;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

/* small calption - optional */
.caption {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* growth marketing page */
.aximo-accordion-wrap3 .faq-bulletpoint.open:before {
  background-color: #BFF747 !important;
  border: 1px solid #BFF747 !important;

}

.bj-border {
  height: 96%;
}

.bj-border:hover {
  background-color: #BFF747;
}


/* -----------------   Timeline ----------------------- */


.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  /* width:1000px; */
  box-sizing: border-box;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  /* background:#bff747; */
  border-radius: 50%;
  box-shadow: 0 0 0 3px #c4ef17;
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  /* background:#bff747; */
  border-radius: 50%;
  box-shadow: 0 0 0 3px #c4ef17;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  /* color:#bff747; */
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 22px;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -300px;
  margin: 0;
  padding: 8px 16px;
  /* background:#bff747; */
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #32eecc;
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -235px;
  margin: 0;
  padding: 8px 16px;
  /* background:#bff747; */
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #32eecc;
}

@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

@media (min-width: 1200px) {
  .f-80 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .f-44 {
    font-size: 44px;
  }
}

.f-48 {
  font-size: 48px;
}


.f-30 {
  font-size: 30px;
}

/* new class update */
.bg-color {
  background-image: url(../images/new-dashboard/bg-color.png) !important;
}

.hp-title {
  color: #FFFFFF;
}

.f-20 {
  font-size: 20px;
}

.mt-100 {
  /* margin-top: 100px !important; */
  margin-bottom: 100px !important;
}

.engage {
  /* margin-top: -15%; */
  margin-left: 70px;
  font-size: 81px;
  font-family: 'konigsberg';
  font-weight: 200;
  color: #073D30;
}

.m-p {
  color: #808080;
    padding: 0px 342px 13px 528px;
    font-size: 20px;
    line-height: 1.3;
}

.m-p span {
  color: #073D30;
}

.mt-139 {
  margin-top: -139px;
}

.mt-159 {
  margin-top: -149px;
}

.w-600 {
  width: 513px;
}

.ml-280 {
  margin-right: 153px !important;
}

.mt-235 {
  margin-top: -202px;
}

.word {
  margin-left: 384px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0px;
  color: #FFFFFF;
  margin-top: 215px !important;
  margin-left: -75px !important;
  text-align: center;
}

.b-24 {
  border-radius: 24px 0px 0px 24px;
}

.h3-r {
  font-size: 53px !important;
  line-height: 1.4em;
}

.b-hy-video {
  background-image: url(../images/new-dashboard/adx-web-images/body-session2bg_1.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.lg {
  margin: 0;
  padding: 0;
}

.w-h-200 {
  width: 459px;
  /* height: 532px; */
  border-radius: 0px !important;
}

.f-e {
  font-family: 'espial-regular';
  font-weight: 900;
}

.f-g {
  font-family: 'gilroy-medium';
}

.em-hx {
  font-family: 'gilroy-medium';
  padding: 0px 268px;
  font-size: 24px;
  color: #808080;
  padding-bottom: 60px;
}

.pb-66 {
  padding-bottom: 5rem;
}

.eng-header {
  color: #FFFFFF;
  font-family: 'konigsberg';
  font-weight: normal;
  font-size: 64px;
  text-align: center;
  padding: 67px 0px 14px 0px;
}

.eng-para {
  color: #FFFFFF;
  font-family: 'gilroy-medium';
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  padding: 12px 312px 82px 262px;
}

.word1 {
  margin-left: 205px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 0px;
  color: #FFFFFF;
  /* margin-top: -128px; */
  text-align: center;
}

.eve-head {
  color: #073D30;
  font-family: 'konigsberg';
  font-weight: normal;
  font-size: 64px;
  text-align: center;
  padding: 0px 303px 14px 303px;
}

.eve-para {
  color: #868686;
  font-family: 'gilroy-medium';
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  padding: 12px 329px 0px 339px;
}

.hx-sec {
  color: #D9D9D9;
  font-family: 'gilroy-medium';
  font-size: 23px;
}

.hx-sec-head {
  font-size: 60px;
  color: #FFFFFF;
  font-family: 'konigsberg';
  font-weight: 100;
}

.lh-lg-3 {
  line-height: 3 !important;
}

.section {
  padding: 130px 0px 0px 0px !important;
}

.back-image-hx {
  background-size: 100%;
  height: 759px;
  background-repeat: no-repeat;
  margin: 0px -116px;
  margin-bottom: 6%;
}
.grow-hx{
  padding: 100px 64px 16px 100px;
  font-family: 'konigsberg';
  font-weight: 100;
  font-size: 44px;
  color: #FFFFFF;
}
.para{
    padding: 13px 796px 0px 102px;
    font-size: 24px;
    font-family: 'gilroy-medium';
    /* line-height: 31px; */
    color: #FFFFFF;
}
.font-koni{
  font-family: 'konigsberg';
  font-weight: 100;
}

/* our serivce */
.card12 {
  background-color: #F8F8F8;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 22px 0px 10px 13px;
  max-width: 361px;
  height: 203px;
  /* text-align: center; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 37px;
  margin: 10px 58px 0px 0px;
}

.card12:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card12-icon img {
  width: 40px;
    height: 40px;
}

.card12-title {
  font-size: 1.5rem;
  color: #0D0D0D;
  margin-bottom: 10px;
  font-family: 'espial-regular' !important;
}

.card12-description {
  font-size: 1rem;
  color: #0D0D0D;
  /* font-weight: bold; */
  font-family: 'gilroy-regular';
  margin-bottom: 20px !important;
}
.p-white{
  color: #FFFFFF !important;
}
.espial-font{
  font-family: 'espial-regular' ;
  font-weight: 100 !important;
}
.bs-slider{
  height: 544px;
  width: 768px;
}
.bs-ml{
  margin-left: 266px !important; 
}
.bs-card{
  width: 232px;
  margin-left: -90px;
}
.ic-ind{
  width: 35px !important;
  height: 35px;
  margin-left: 0px !important;
  margin-top: -3px !important;
}
.mobile-icon{
  width: 40px !important;
  height: 40px !important;
}

/* tick icon */
.icon-tick {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  height: 100vh;
  margin: 0;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.badge {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
    width: 313px;
    margin-bottom: 16px;
}


.icon {
  width: 24px;
  height: 24px;
  background-color: #6cc644;
  color: white;
  border-radius: 50%;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  font-size: 16px;
  margin-right: 10px;
}

.text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-left: 8px;
}
.m-67{
  margin-left: 197px;
  margin-top: -118px;
  margin-bottom: 25px;
}
.acc-para{
  color: #868686;
}
.bor-tick{
  border: 1px solid #FFFFFF;
  padding: 6px;
  height: 76px;
  width: 328px;
  border-radius: 15px;
  margin-bottom: 20px;
  
}
.mark-obj{
  width: 14%;
  height: auto;
}
.fn-gilroy{
  font-family: "gilroy-regular";
}
.mobile-app-frame{
  height: 379px;
    width: 257px !important;
    margin-top: 0px !important;
}
.h-233{
  height: 240px !important;
}
.h-900{
  height: 932px;
}
.h-1400{
  height: 1400px;
}
.faq-img{
  width: 675px;
  margin-left: -81px;

}
.sec-mobile{
  padding: 57px 0px 0px 0px !important;
}
.mt-175{
  margin-top: -175px;
}