﻿/*----------------------------------------------------------------------------------- 

Template Name: Fexo - IT Solution & Technology HTML Template
URI: https://nayonacademy.com/
Description: Fexo is a clean, modern, and fully responsive HTML5 template specially designed for IT Solutions, Technology, Software, SaaS, Startup, and Business websites. Built with the latest Bootstrap framework, Fexo offers a powerful and flexible design system that adapts perfectly to all devices and screen sizes.
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
    # Sections
       # Header CSS
       # Hero Section CSS
       # About Section CSS
       # Features Section CSS
       # Service Section CSS
       # Counter Section CSS
       # Process Section CSS
       # Project Section CSS
       # Pricing Section CSS
       # Faq Section CSS
       # Testimonial Section CSS
       # Company Section CSS
       # CTA Section CSS
       # Contact Section CSS
       # Error Section CSS
       # Footer CSS
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #08BFC7;
  --secondary-color: #0F6E8A;
  --heading-color: #000000;
  --primary-black-color: #000000;
  --gray-color: #F8F8F8;
  --white-color: #FAFCFF;
  --text-color: #010F34;
  --accent-yellow: #F5B32D;
  --accent-green: #62B87C;
  --border-color: #D8DDE1;
  --heading-font: "Ubuntu", sans-serif;
  --body-font: "DM Sans", sans-serif;
}

/* :root {
  --primary-color: #FF4A00;
  --secondary-color: #6D30FB;
  --heading-color: #010F34;
  --primary-black-color: #010F34;
  --gray-color: #F8F8F8;
  --white-color: #ffffff;
  --text-color: #797E88;
  --border-color: #D8DDE1;
  --heading-font: "Ubuntu", sans-serif;
  --body-font: "DM Sans", sans-serif;
} */
  /* Background media for whatsapp slides: video + image fallback */
  .whatsapp-slide { position: relative; overflow: hidden; min-height: 220px; background: transparent; }
  .whatsapp-slide .bg-media-wrap,
  .whatsapp-slide > .bg-image,
  .whatsapp-slide > .bg-video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
  .whatsapp-slide .bg-video,
  .whatsapp-slide .bg-image,
  .whatsapp-slide .bg-fallback { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
  .whatsapp-slide .bg-video { max-width: none; }
  .whatsapp-slide .whatsapp-slide-inner { position: relative; z-index: 1; }

  @media (max-width: 768px) {
    .whatsapp-slide { min-height: 200px; }
  }

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* ==== Custom YAM gradients: testimonial cards only ==== */

/* Lighter gradient for testimonial cards: green -> brownish -> yellow (subtle)
   Uses low alpha so cards remain light and legible */
.testimonial-slider-two .axis-testimonial-item.style-two {
  background: linear-gradient(120deg, rgba(98,184,124,0.98) 0%, rgba(15,110,138,0.98) 55%, rgba(245,179,45,0.98) 100%) !important;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(8,15,34,0.14);
}
.testimonial-slider-two .axis-testimonial-item.style-two .testimonial-content {
  background: transparent;
  color: inherit;
}

/* Ensure active/current & cloned slides keep the gradient */
.testimonial-slider-two .slick-slide.slick-active .axis-testimonial-item.style-two,
.testimonial-slider-two .slick-slide.slick-current .axis-testimonial-item.style-two {
  background: linear-gradient(120deg, rgba(98,184,124,0.98) 0%, rgba(15,110,138,0.98) 55%, rgba(245,179,45,0.98) 100%) !important;
  color: #ffffff;
}
.slick-cloned .axis-testimonial-item.style-two {
  background: linear-gradient(120deg, rgba(98,184,124,0.96) 0%, rgba(15,110,138,0.96) 55%, rgba(245,179,45,0.96) 100%) !important;
  color: #ffffff;
}


i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 1.15em;
}

h2 {
  font-size: 52px;
  line-height: 1.25em;
}

h3 {
  font-size: 30px;
  line-height: 1.33em;
}

h4 {
  font-size: 24px;
  line-height: 1.3em;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 28px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

.home-two main {
  margin-top: 157px;
}
@media (max-width: 767.98px) {
  .home-two main {
    margin-top: 130px;
  }
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
#smooth-wrapper {
  z-index: 1;
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}

.gray-bg {
  background-color: var(--gray-color);
}

/* Section Title */
.line {
  position: relative;
  width: 80px;
  height: 2px;
  background-color: var(--primary-color);
  margin-right: 15px;
}
.line:after {
  position: absolute;
  right: 0;
  bottom: -4px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.lineTwo {
  width: 80px;
  height: 2px;
  background-color: var(--primary-color);
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .lineTwo {
    width: 50px;
  }
}

.sub-title {
  font-size: 20px;
  line-height: 1;
  font-family: var(--heading-font);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .sub-title {
    font-size: 16px;
  }
}

.section-title .sub-title {
  color: var(--primary-color);
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 1.4em;
  }
}

.text-white .sub-title {
  color: var(--primary-color);
}
.text-white .sub-title:after {
  background-color: var(--primary-color);
}

/* Check List */
.check-list li {
  position: relative;
  font-weight: 500;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list.style-one i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-one img {
  margin-right: 10px;
}
.check-list.style-two li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 10px;
  margin-right: 10px;
  color: var(--white-color);
  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;
}
.check-list.style-three li {
  padding-left: 15px;
}
.check-list.style-three li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* Floatig Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Ratings */
.ratings i {
  color: var(--primary-color);
}

/* Search Modal */
.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.search-modal {
  z-index: 999999;
  background-color: rgba(13, 18, 23, 0.95);
}
.modal-backdrop {
  z-index: 999998 !important;
}

#beneficiosModal,
#terminosModal,
#privacidadModal {
  z-index: 999999 !important;
}

#beneficiosModal .modal-dialog,
#terminosModal .modal-dialog,
#privacidadModal .modal-dialog {
  position: relative;
  z-index: 1000000;
}
.beneficios-modal-list {
  margin: 0 0 20px;
  padding-left: 22px;
}
.beneficios-modal-list li {
  margin-bottom: 10px;
}

.benefit-request-btn {
  background: linear-gradient(135deg, #ff5f2e 0%, #ff2d55 100%);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(255, 95, 46, 0.24);
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
  padding: 17px 22px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: 100%;
}

.benefit-request-btn:hover,
.benefit-request-btn:focus {
  box-shadow: 0 22px 38px rgba(255, 45, 85, 0.28);
  color: #fff;
  transform: translateY(-2px);
}

.benefit-request-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.benefit-request-feedback {
  color: #34466b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 16px;
  min-height: 20px;
}

.benefit-request-feedback.is-success {
  color: #16803a;
}

.benefit-request-feedback.is-error {
  color: #b42318;
}

body.modal-open .offcanvas__overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.search-modal .modal-content {
  padding: 15px 30px;
  background-color: transparent;
  border: none;
}
.search-modal .modal-content .form_control {
  border: none;
  padding: 15px 30px 15px 0;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.search-modal .modal-content .form_control::-webkit-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-moz-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::-ms-input-placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control::placeholder {
  color: #fff;
}
.search-modal .modal-content .form_control:focus {
  background-color: transparent;
}
.search-modal .modal-content label {
  position: absolute;
  top: 17px;
  right: 0;
  color: var(--white-color);
}

/* Pagination */
.theme-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.theme-pagination ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--border-color);
  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;
  font-weight: 700;
  color: var(--heading-color);
  border-radius: 50%;
}
.theme-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  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;
  background-color: var(--white-color);
}
body:not(.page-loading) .preloader {
  display: none !important;
  pointer-events: none !important;
}
.preloader .loading, .preloader .loading-wrapper {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loading-wrapper {
  margin: 40px auto;
}
.preloader .loading-wrapper .loading {
  border: 1px solid transparent;
  border-color: transparent var(--primary-black-color) transparent var(--primary-black-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-wrapper #loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading-wrapper #loading-icon img {
  width: 40px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  display: none !important;
  pointer-events: none !important;
}
.offcanvas__overlay.overlay-open {
  display: none !important;
  pointer-events: none !important;
}
body.mobile-menu-open .offcanvas__overlay.overlay-open {
  display: none !important;
  pointer-events: none !important;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.sidebar-panel {
  position: fixed;
  z-index: 1111;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  opacity: 1;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  padding: 40px 30px;
  overflow: auto;
}
.sidebar-panel.info-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sidebar-panel .panel-close .panel-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  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;
  background-color: transparent;
}
.sidebar-panel .panel-body .panel-box h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-panel .panel-body .panel-box p {
  margin-bottom: 15px;
}
.sidebar-panel .panel-body .panel-box p i {
  width: 20px;
  margin-right: 10px;
  color: var(--primary-color);
}
.sidebar-panel .panel-body .panel-box ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  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: 50%;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-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);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
            transform: translate3d(-2250px, 0, 0);
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 18px 30px;
  border-radius: 50px;
  letter-spacing: 0.015em;
  font-size: 1rem;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn i {
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .theme-btn.style-one {
    padding: 15px 30px;
  }
}
.theme-btn.style-two {
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.theme-btn.style-two:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.read-more.style-one {
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--heading-color);
}
.read-more.style-one i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}
.read-more.style-one:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.read-more.style-two {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 700;
}
.read-more.style-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F8F8F8;
  color: var(--heading-color);
}
.read-more.style-two .icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-two:hover .icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.read-more.style-two:hover .icon i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
}

/*  Header Area */
.header-area {
  position: relative;
  z-index: 9999;
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  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;
}
.header-navigation .site-branding {
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .header-navigation .site-branding {
    max-width: 150px;
  }
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 40px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    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: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    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;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .axis-support-box.style-one .content span {
  color: var(--white-color);
}
.nav-right-item .axis-support-box.style-one .content h6 {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .nav-right-item .axis-support-box.style-one {
    display: none;
  }
}
.nav-right-item .theme-btn {
  margin-left: 30px;
  padding: 18px 40px;
}
.header-user-menu {
  position: relative;
  margin-left: 30px;
}
.header-user-menu summary {
  list-style: none;
  cursor: pointer;
}
.header-user-menu summary::-webkit-details-marker {
  display: none;
}
.header-user-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.header-user-summary i {
  margin-left: 0;
  font-size: 19px;
}

.header-user-photo {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(14, 28, 61, 0.18);
  height: 28px;
  margin-left: 0;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 28px;
}

.header-user-menu summary:hover .header-user-photo {
  box-shadow: 0 10px 22px rgba(14, 28, 61, 0.24);
  transform: translateY(-1px) scale(1.04);
}

.header-user-menu summary i {
  margin-left: 12px;
}
.header-user-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 220px;
  padding: 12px;
  border-radius: 18px;
  background: var(--white-color);
  box-shadow: 0 20px 40px rgba(14, 28, 61, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 20;
}
.header-user-menu[open] .header-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-user-dropdown a,
.header-user-dropdown button {
  border: 0;
  display: block;
  font: inherit;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--heading-color);
  font-weight: 600;
  background: rgba(14, 28, 61, 0.04);
  text-align: left;
  width: 100%;
}
.header-user-dropdown a i,
.header-user-dropdown button i {
  width: 20px;
  margin-right: 8px;
}
.header-user-dropdown a:hover,
.header-user-dropdown button:hover {
  background: rgba(255, 102, 51, 0.12);
  color: var(--primary-color);
}
.header-user-dropdown a.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.mobile-user-menu {
  margin-left: 0;
}
.mobile-user-menu .header-user-dropdown {
  position: relative;
  top: 12px;
  right: auto;
  min-width: 100%;
}

.landing-flash-stack {
  left: 50%;
  max-width: min(720px, calc(100% - 32px));
  position: fixed;
  top: 96px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}

.landing-flash-stack .alert {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(14, 28, 61, 0.16);
  font-weight: 800;
  margin-bottom: 10px;
  padding: 16px 18px;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.landing-flash-stack .alert.is-hiding {
  opacity: 0;
  transform: translateY(-10px);
}

.testimonial-section-actions {
  display: flex;
  justify-content: flex-end;
}

.testimonial-open-btn {
  border: 0;
}

.testimonial-submit-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000000;
}

.testimonial-submit-modal.is-open {
  display: flex;
}

.testimonial-modal-open {
  overflow: hidden;
}

.testimonial-submit-modal__backdrop {
  background: rgba(6, 18, 34, 0.68);
  inset: 0;
  position: absolute;
}

.testimonial-submit-modal__dialog {
  background: var(--white-color);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(6, 18, 34, 0.28);
  max-height: calc(100vh - 48px);
  max-width: 680px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: min(680px, 100%);
}

.testimonial-submit-modal__close {
  align-items: center;
  background: rgba(14, 28, 61, 0.06);
  border: 0;
  border-radius: 50%;
  color: var(--heading-color);
  display: inline-flex;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
}

.testimonial-submit-modal__eyebrow {
  color: var(--primary-color);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.testimonial-submit-modal__dialog h3 {
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-right: 42px;
}

.testimonial-submit-modal__dialog p {
  color: var(--text-color);
  margin-bottom: 24px;
}

.testimonial-submit-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-submit-form label {
  display: grid;
  gap: 8px;
}

.testimonial-submit-form label span {
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 900;
}

.testimonial-submit-form input,
.testimonial-submit-form textarea {
  background: #f6f9fc;
  border: 1px solid rgba(14, 28, 61, 0.14);
  border-radius: 14px;
  color: var(--heading-color);
  min-height: 52px;
  padding: 12px 14px;
  width: 100%;
}

.testimonial-submit-form textarea {
  min-height: 150px;
  resize: vertical;
}

.testimonial-submit-form__wide {
  grid-column: 1 / -1;
}

.testimonial-submit-form__footer {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 20px;
}

.testimonial-submit-form__footer small {
  color: var(--text-color);
  font-weight: 800;
}

@media screen and (max-width: 767.98px) {
  .testimonial-section-actions {
    justify-content: flex-start;
  }

  .testimonial-submit-form__grid,
  .testimonial-submit-form__footer {
    grid-template-columns: 1fr;
  }

  .testimonial-submit-form__footer {
    align-items: stretch;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199.98px) {
  .nav-right-item .theme-btn {
    padding: 15px 40px;
  }
}

/* header Topbar */
.header-topbar {
  background-color: var(--heading-color);
  padding: 14px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-topbar {
    display: none;
  }
}
.header-topbar .top-left span {
  font-size: 14px;
  color: var(--white-color);
}
.header-topbar .top-left span i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
  font-size: 14px;
}
.header-topbar .top-middle p {
  color: var(--white-color);
  font-size: 14px;
}
.header-topbar .social-box {
  text-align: end;
}
.header-topbar .social-box a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
  font-size: 14px;
}
.header-topbar .social-box a:not(:last-child) {
  margin-right: 10px;
}
.header-topbar .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Header Style 01 */
.header-one .header-navigation {
  margin: 30px;
  background-color: var(--heading-color);
  border-radius: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    margin: 20px 15px;
    padding: 15px;
  }
}
.header-one .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-one .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-one .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-one .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-one .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Header Style 02 */
.header-two {
  margin-top: 10px;
}
.header-two .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1650px) {
  .header-two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-two .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-two .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-two .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Header Style 03 */
.header-three {
  margin-top: 30px;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1650px) {
  .header-three {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-three {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-three .header-navigation {
  border: 1px solid var(--white-color);
  border-radius: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation {
    padding: 15px 20px;
  }
}
.header-three .header-navigation .main-menu ul > li > a {
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation .main-menu ul > li > a {
    color: var(--heading-color);
  }
}
.header-three .header-navigation .main-menu ul > li .sub-menu li a {
  color: var(--heading-color);
}
.header-three .header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-three .header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-three .header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-three .header-navigation .nav-right-item .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);
}
.header-three .header-navigation .nav-right-item .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Header Style 04 */
.header-four .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1650px) {
  .header-four .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-four .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-four .header-navigation {
  background-color: var(--white-color);
}
.header-four .nav-right-item .axis-support-box.style-one .content span {
  color: var(--text-color);
}
.header-four .nav-right-item .axis-support-box.style-one .content h6 {
  color: var(--heading-color);
}

/* Sticky Header */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
}
.sticky.header-one .header-navigation {
  margin: 0;
  border-radius: 0;
}
.sticky.header-two {
  background-color: var(--heading-color);
}

.sticky.header-three {
  background-color: var(--heading-color);
}
.sticky.header-three .header-navigation {
  border-radius: 0;
  border-color: transparent;
}
.sticky.header-four .header-topbar {
  display: none;
}

/*======================
    Hero Section  CSS
=======================*/
/* Avatar Box */
.axis-avatar-box .avatar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.axis-avatar-box .avatar-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-avatar-box .avatar-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.axis-avatar-box .avatar-list ul li:not(:first-child) {
  margin-left: -15px;
}
.axis-avatar-box .avatar-list ul li img {
  width: 55px;
  height: 55px;
  border: 2px solid var(--white-color);
  border-radius: 50%;
}
.axis-avatar-box .avatar-list ul li span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  background-color: var(--primary-color);
  font-weight: 600;
  color: var(--white-color);
  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;
}

.hero-wrapper_one {
  margin: 0 30px 0;
  border-radius: 30px;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_one {
    margin: 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_one {
    padding: 70px 0px 80px;
  }
}
.hero-wrapper_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(182deg, rgba(1, 15, 52, 0) -40.2%, rgba(1, 15, 52, 0.5) 98.66%);
  z-index: -1;
}
.hero-wrapper_one .container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1650px) {
  .hero-wrapper_one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper_one .hero-content {
    text-align: center;
  }
}
.hero-wrapper_one .hero-content .tag-line {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .hero-wrapper_one .hero-content .tag-line {
    font-size: 16px;
  }
}
.hero-wrapper_one .hero-content h1 {
  color: var(--white-color);
}
@media (max-width: 1650px) {
  .hero-wrapper_one .hero-content h1 {
    font-size: 68px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_one .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_one .hero-content h1 {
    font-size: 40px;
  }
}
.hero-wrapper_one .axis-progress-box {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14.5px);
  padding: 30px 30px 20px;
  max-width: 340px;
  margin-left: auto;
  margin-bottom: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1650px) {
  .hero-wrapper_one .axis-progress-box {
    margin-bottom: 280px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_one .axis-progress-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper_one .axis-progress-box {
    margin: 40px auto;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_one .axis-progress-box {
    margin-bottom: 50px;
  }
}
.hero-wrapper_one .axis-progress-box .content .title-wrap {
  margin-bottom: 25px;
}
.hero-wrapper_one .axis-progress-box .content .title-wrap .title-box span {
  margin-bottom: 5px;
}
.hero-wrapper_one .axis-progress-box .content .title-wrap .title-box span, .hero-wrapper_one .axis-progress-box .content .title-wrap .title-box h4 {
  color: var(--white-color);
}
.hero-wrapper_one .axis-progress-box .content p {
  font-weight: 600;
  color: var(--white-color);
}
.hero-wrapper_one .text-box {
  max-width: 520px;
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  .hero-wrapper_one .text-box {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-wrapper_one .text-box p {
  color: var(--white-color);
  margin-bottom: 35px;
}

.hero-wrapper_two {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}
.hero-wrapper_two .social-box-wrap {
  position: absolute;
  left: 65px;
  top: 35%;
}
@media (max-width: 1650px) {
  .hero-wrapper_two .social-box-wrap {
    display: none;
  }
}
.hero-wrapper_two .social-box-wrap .social-box a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
  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;
  margin-bottom: 12px;
}
.hero-wrapper_two .social-box-wrap .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.hero-wrapper_two .social-box-wrap .social-box span {
  font-size: 14px;
  color: var(--white-color);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -13px;
  margin-top: 20px;
}
.hero-wrapper_two .hero-content {
  margin-bottom: 190px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .hero-content {
    text-align: center;
    margin-bottom: 60px;
  }
}
.hero-wrapper_two .hero-content .tag-line {
  font-size: 54px;
  font-weight: 500;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.hero-wrapper_two .hero-content .tag-line:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  width: 120px;
  height: 4px;
  background-color: var(--white-color);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .hero-wrapper_two .hero-content .tag-line:before {
    width: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .hero-content .tag-line {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_two .hero-content .tag-line {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hero-wrapper_two .hero-content h1 {
  font-size: 150px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px;
}
@media (max-width: 1650px) {
  .hero-wrapper_two .hero-content h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_two .hero-content h1 {
    font-size: 40px;
  }
}
.hero-wrapper_two .hero-content p {
  max-width: 520px;
  color: var(--white-color);
  margin-bottom: 35px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .axis-avatar-box {
    text-align: center;
  }
}
.hero-wrapper_two .axis-avatar-box .avatar-list {
  margin-bottom: 25px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .axis-avatar-box .avatar-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-wrapper_two .axis-avatar-box .avatar-list .text {
  text-align: left;
}
.hero-wrapper_two .axis-avatar-box .avatar-list .text h5 {
  font-size: 20px;
  color: var(--white-color);
}
.hero-wrapper_two .axis-avatar-box .avatar-list .text p {
  font-size: 14px;
  color: var(--white-color);
}
.hero-wrapper_two .axis-avatar-box p {
  font-weight: 600;
  color: var(--white-color);
}
.hero-wrapper_two .hero-image-box {
  position: relative;
  margin-top: 40px;
}
.hero-wrapper_two .hero-image-box .play-button {
  position: absolute;
  top: 50%;
  left: -180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1650px) {
  .hero-wrapper_two .hero-image-box .play-button {
    left: -250px;
  }
}
@media (max-width: 1650px) {
  .hero-wrapper_two .hero-image-box .play-button {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_two .hero-image-box .play-button img {
    width: 80px;
  }
}
.hero-wrapper_two .hero-image-box .axis-image {
  margin-left: -110px;
}
@media (max-width: 1650px) {
  .hero-wrapper_two .hero-image-box .axis-image {
    margin-left: -190px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .hero-image-box .axis-image {
    margin-left: 0px;
  }
}
.hero-wrapper_two .hero-image-box .axis-image img {
  border-radius: 30px;
  max-width: 710px;
}
@media (max-width: 1650px) {
  .hero-wrapper_two .hero-image-box .axis-image img {
    max-width: 575px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_two .hero-image-box .axis-image img {
    max-width: 100%;
  }
}

.hero-wrapper_three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-wrapper_three .shape {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .shape {
    display: none;
  }
}
.hero-wrapper_three .shape.shape-one {
  top: 20%;
  left: 120px;
}
.hero-wrapper_three .shape.shape-two {
  top: 20%;
  left: 50%;
}
.hero-wrapper_three .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1650px) {
  .hero-wrapper_three .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-wrapper_three .single-slider {
  position: relative;
  z-index: 1;
  padding: 345px 0 220px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .single-slider {
    padding: 280px 0 170px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_three .single-slider {
    padding: 220px 0 130px;
  }
}
.hero-wrapper_three .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}
.hero-wrapper_three .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.5);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .hero-content {
    text-align: center;
    margin-bottom: 50px;
  }
}
.hero-wrapper_three .hero-content .tag-line {
  color: var(--primary-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.hero-wrapper_three .hero-content .tag-line:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--primary-color);
  margin-left: 12px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .hero-content .tag-line:after {
    width: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .hero-content .tag-line {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero-wrapper_three .hero-content h1 {
  color: var(--white-color);
  font-size: 140px;
  line-height: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}
.hero-wrapper_three .hero-content h1 span {
  font-size: 84px;
  line-height: 94px;
  font-weight: 500;
}
@media (max-width: 1650px) {
  .hero-wrapper_three .hero-content h1 {
    font-size: 100px;
    line-height: 0.8;
  }
  .hero-wrapper_three .hero-content h1 span {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .hero-content h1 {
    font-size: 80px;
  }
  .hero-wrapper_three .hero-content h1 span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_three .hero-content h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .hero-wrapper_three .hero-content h1 span {
    font-size: 27px;
    line-height: 45px;
  }
}
.hero-wrapper_three .hero-content p {
  color: var(--white-color);
  max-width: 770px;
  margin-bottom: 35px;
}
.hero-wrapper_three .hero-content .hero-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .hero-content .hero-button-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper_three .hero-content .hero-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-wrapper_three .hero-content .hero-button-wrap .axis-button {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .hero-wrapper_three .hero-content .hero-button-wrap .axis-button {
    margin-right: 0;
  }
}
.hero-wrapper_three .hero-content .hero-button-wrap .play-button {
  font-weight: 600;
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .hero-wrapper_three .hero-content .hero-button-wrap .play-button {
    margin-top: 30px;
  }
}
.hero-wrapper_three .hero-content .hero-button-wrap .play-button .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
}
.hero-wrapper_three .text-box {
  position: absolute;
  bottom: 80px;
  right: 80px;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(19.5px);
  padding: 30px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1199.98px) {
  .hero-wrapper_three .text-box {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}
.hero-wrapper_three .text-box h3 {
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 50px;
}
.hero-wrapper_three .text-box .read-more {
  color: var(--primary-color);
}

/* Page Banner CSS */
.page-hero {
  padding: 292px 0 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .page-hero {
    padding: 230px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .page-hero {
    padding: 200px 0 100px;
  }
}
.page-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.56);
  z-index: -1;
}
.page-hero .page-content h1 {
  color: var(--white-color);
  font-size: 64px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .page-hero .page-content h1 {
    font-size: 44px;
  }
}
.page-hero .page-content ul li {
  display: inline-block;
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}
.page-hero .page-content ul li:not(:last-child):after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  margin-left: 8px;
  margin-right: 5px;
}

/*======================
    About Section  CSS
=======================*/
.axis-support-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-support-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45px;
  margin-right: 15px;
}
.axis-support-box.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-support-box.style-two .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--primary-color);
  background-color: #F0EFE9;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}
.axis-support-box.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-support-box.style-three .icon-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}
.axis-support-box.style-three .icon-image-wrap .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  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;
  background-color: var(--white-color);
  color: var(--primary-color);
  z-index: 1;
}
.axis-support-box.style-three .icon-image-wrap .thumb {
  margin-left: -20px;
}
.axis-support-box.style-three .icon-image-wrap .thumb img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.axis-about_one .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1650px) {
  .axis-about_one .shape {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-about_one .shape {
    display: none;
  }
}
.axis-about_one .axis-image-box {
  position: relative;
}
.axis-about_one .axis-image-box .axis-image.image-one img {
  border-radius: 30px;
}
.axis-about_one .axis-image-box .axis-image.image-two {
  position: absolute;
  bottom: 65px;
  left: -80px;
}
.axis-about_one .axis-image-box .axis-image.image-two img {
  border-radius: 20px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_one .axis-image-box .axis-image.image-two {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-about_one .axis-image-box .axis-image.image-two {
    right: 150px;
  }
}
@media (max-width: 767.98px) {
  .axis-about_one .axis-image-box .axis-image.image-two {
    display: none;
  }
}
.axis-about_one .axis-content-box {
  margin-left: -30px;
}
@media (max-width: 1650px) {
  .axis-about_one .axis-content-box {
    margin-left: 0;
  }
}
.axis-about_one .axis-content-box .nav-tabs {
  background-color: #F8F8F8;
  border-radius: 100px;
  border: 1px solid var(--border-color);
  max-width: 620px;
  padding: 8px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .axis-about_one .axis-content-box .nav-tabs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.axis-about_one .axis-content-box .nav-tabs .nav-link {
  padding: 15px 45px;
  line-height: 1;
  background-color: var(--white-color);
  color: var(--heading-color);
  border-radius: 50px;
  text-transform: uppercase;
}
.axis-about_one .axis-content-box .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .axis-about_one .axis-content-box .nav-tabs .nav-link {
    padding: 15px 15px;
    font-size: 12px;
  }
}
.axis-about_one .axis-content-box .tab-content {
  max-width: 620px;
}
.axis-about_one .axis-content-box .tab-content .content-box > p {
  margin-bottom: 25px;
}
.axis-about_one .axis-content-box .tab-content .content-box .axis-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-about_one .axis-content-box .tab-content .content-box .axis-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-about_one .axis-content-box .tab-content .content-box .axis-button-wrap .theme-btn {
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .axis-about_one .axis-content-box .tab-content .content-box .axis-button-wrap .theme-btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199.98px) {
  .axis-about_two .axis-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .axis-about_two .axis-image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.axis-about_two .axis-image-box .axis-image img {
  margin-left: 95px;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_two .axis-image-box .axis-image img {
    margin-left: 0;
  }
}
.axis-about_two .axis-image-box .axis-counter-wrapper {
  background-color: var(--primary-black-color);
  display: inline-block;
  border-radius: 10px;
  margin-top: -180px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_two .axis-image-box .axis-counter-wrapper {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-about_two .axis-image-box .axis-counter-wrapper {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .axis-about_two .axis-image-box .axis-counter-wrapper {
    margin-left: 0;
    margin-top: -80px;
  }
}
.axis-about_two .axis-image-box .axis-counter-wrapper .axis-counter-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.axis-about_two .axis-image-box .axis-counter-wrapper .axis-counter-item.style-one {
  padding: 25px 40px 35px;
}
.axis-about_two .axis-image-box .axis-counter-wrapper .axis-counter-item.style-one .content h2 {
  color: var(--white-color);
  margin-bottom: 0;
}
.axis-about_two .axis-image-box .axis-counter-wrapper .axis-counter-item.style-one .content p {
  font-weight: 500;
  color: var(--white-color);
}
.axis-about_two .axis-content-box {
  margin-left: -50px;
}
@media (max-width: 1650px) {
  .axis-about_two .axis-content-box {
    margin-left: 0;
  }
}
.axis-about_two .axis-content-box > p {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.axis-about_two .axis-content-box .axis-content-wrap {
  max-width: 550px;
}
.axis-about_two .axis-content-box .axis-content-wrap .item-border .axis-iconic-left-box {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .axis-about_two .axis-content-box .axis-content-wrap .item-border .axis-iconic-left-box {
    padding: 0;
  }
}
.axis-about_two .axis-content-box .axis-content-wrap .item-border:first-child .axis-iconic-left-box {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .axis-about_two .axis-content-box .axis-content-wrap .item-border:first-child .axis-iconic-left-box {
    padding: 0;
  }
}
.axis-about_two .axis-content-box .axis-content-wrap .item-border:not(:last-child) .axis-iconic-left-box {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .axis-about_two .axis-content-box .axis-content-wrap .item-border:not(:last-child) .axis-iconic-left-box {
    border-right: none;
    margin-bottom: 30px;
  }
}
.axis-about_two .axis-content-box .check-list {
  margin-top: 40px;
}
.axis-about_two .axis-content-box .check-list li {
  font-weight: 400;
}
.axis-about_two .axis-content-box .check-list li:not(:last-child) {
  margin-bottom: 13px;
}

.axis-about_three .axis-image-box {
  position: relative;
  min-height: 565px;
  z-index: 1;
}
.axis-about_three .axis-image-box .shape {
  position: absolute;
  right: 17%;
  top: 100px;
  z-index: -1;
}
.axis-about_three .axis-image-box .axis-image img {
  border-radius: 30px;
}
.axis-about_three .axis-image-box .axis-image.image_one img {
  margin-left: -30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_three .axis-image-box .axis-image.image_one img {
    margin-left: 0;
  }
}
.axis-about_three .axis-image-box .axis-image.image_two {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.axis-about_three .axis-image-box .axis-image.image_two img {
  border: 5px solid var(--white-color);
}
@media (max-width: 767.98px) {
  .axis-about_three .axis-image-box .axis-image.image_two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.axis-about_three .axis-image-box .experience-box {
  background-color: var(--white-color);
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px;
  z-index: 1;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  max-width: 270px;
}
@media (max-width: 767.98px) {
  .axis-about_three .axis-image-box .experience-box {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.axis-about_three .axis-image-box .experience-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-about_three .axis-image-box .experience-box .content h2 {
  margin-right: 15px;
}
.axis-about_three .axis-content-box p {
  margin-bottom: 30px;
}
.axis-about_three .axis-content-box .axis-features-list {
  padding-top: 35px;
  border-top: 1px solid var(--border-color);
}
.axis-about_three .axis-content-box .axis-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-about_three .axis-content-box .axis-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-about_three .axis-content-box .axis-button-wrap .axis-button {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .axis-about_three .axis-content-box .axis-button-wrap .axis-button {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.axis-about_four .axis-image-box {
  position: relative;
  min-height: 580px;
  z-index: 1;
}
.axis-about_four .axis-image-box .axis-image img {
  border-radius: 30px;
}
.axis-about_four .axis-image-box .axis-image.image_two {
  position: absolute;
  bottom: -20px;
  right: -120px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_four .axis-image-box .axis-image.image_two {
    right: 50px;
  }
}
@media (max-width: 767.98px) {
  .axis-about_four .axis-image-box .axis-image.image_two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}
.axis-about_four .axis-image-box .shape {
  position: absolute;
  top: 40px;
  right: 25px;
  z-index: -1;
}
.axis-about_four .axis-image-box .shape span {
  width: 430px;
  height: 520px;
  border: 2px solid var(--primary-color);
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .axis-about_four .axis-image-box .shape span {
    width: 300px;
  }
}
.axis-about_four .axis-content-box > p {
  margin-bottom: 30px;
}
.axis-about_four .axis-content-box .axis-content-wrap {
  padding-left: 150px;
}
@media screen and (max-width: 1199.98px) {
  .axis-about_four .axis-content-box .axis-content-wrap {
    padding-left: 0;
  }
}
.axis-about_four .axis-content-box .experience-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-about_four .axis-content-box .experience-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-about_four .axis-content-box .experience-content-box .experience-box {
  background-color: var(--white-color);
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.05);
  padding: 11px 18px 19px;
  text-align: center;
  margin-right: 25px;
}
.axis-about_four .axis-content-box .experience-content-box .experience-box .content h3 {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1650px) {
  .axis-about_four .axis-content-box .experience-content-box .experience-box {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-about_four .axis-content-box .experience-content-box .experience-box {
    display: block;
  }
}
.axis-about_four .axis-content-box .check-list li:not(:last-child) {
  margin-bottom: 10px;
}
.axis-about_four .axis-content-box .axis-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-about_four .axis-content-box .axis-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-about_four .axis-content-box .axis-button-wrap .axis-button {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .axis-about_four .axis-content-box .axis-button-wrap .axis-button {
    margin-bottom: 20px;
  }
}

/*======================
    Features Section  CSS
=======================*/
.axis-iconic-box.style-one {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(13px);
  padding: 40px 30px 35px;
}
.axis-iconic-box.style-one .icon {
  margin-bottom: 45px;
}
.axis-iconic-box.style-one .content .title {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 15px;
}
.axis-iconic-box.style-one .content p {
  color: var(--white-color);
}
.axis-iconic-box.style-two {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.axis-iconic-box.style-two:hover {
  background-color: var(--primary-black-color);
}
.axis-iconic-box.style-two:hover .content h4 {
  color: var(--white-color);
}
.axis-iconic-box.style-two:hover .content p {
  color: rgba(255, 255, 255, 0.5);
}
.axis-iconic-box.style-two:hover .content .icon-btn {
  color: var(--primary-color);
}
.axis-iconic-box.style-two .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-radius: 20px;
  background-color: var(--white-color);
  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;
  margin-bottom: 25px;
}
.axis-iconic-box.style-two .content h4 {
  margin-bottom: 15px;
  max-width: 180px;
  font-size: 20px;
  line-height: 30px;
}
.axis-iconic-box.style-two .content p {
  margin-bottom: 30px;
}
.axis-iconic-box.style-two .content .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  background-color: var(--white-color);
}
.axis-iconic-box.style-two .content .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.axis-iconic-box.style-three .icon {
  margin-bottom: 25px;
}
.axis-iconic-box.style-three .content .title {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.axis-iconic-box.style-three .content p {
  color: var(--white-color);
}

.axis-iconic-left-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-iconic-left-box.style-one .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 216, 204, 0.2);
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.axis-iconic-left-box.style-one .content {
  max-width: 160px;
}
.axis-iconic-left-box.style-one .content h5 {
  line-height: 28px;
}
.axis-iconic-left-box.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-iconic-left-box.style-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: #FBEAEB;
  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;
}
.axis-iconic-left-box.style-two .content h5 {
  font-size: 20px;
  line-height: 30px;
}

/* Features Section */
.axis-feature-card.style-one {
  background-color: var(--gray-color);
  padding: 30px;
  border-radius: 30px;
}
.axis-feature-card.style-one .thumbnail {
  margin-bottom: 25px;
}
.axis-feature-card.style-one .content h5 {
  margin-bottom: 10px;
}
.axis-feature-card.style-one .content > p {
  margin-bottom: 55px;
}
.axis-feature-card.style-one .content .text-box {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 16px 20px;
}
.axis-feature-card.style-one .content .text-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-feature-card.style-one .content .text-box .content h2 {
  margin-right: 15px;
}
.axis-feature-card.style-one .content .text-box .content p {
  margin-bottom: 0;
}
.axis-feature-card.style-two {
  border-radius: 30px;
  background-color: #F8F8F8;
  padding: 30px 40px 35px;
}
.axis-feature-card.style-two .content .count-box {
  margin-bottom: 40px;
}
.axis-feature-card.style-two .content h4 {
  margin-bottom: 15px;
}
.axis-feature-card.style-two.dark-card {
  background-color: var(--primary-black-color);
}
.axis-feature-card.style-two.dark-card .content .count-box h3 {
  color: var(--white-color);
}
.axis-feature-card.style-two.dark-card .content .count-box span {
  color: rgba(255, 255, 255, 0.7);
}
.axis-feature-card.style-two.dark-card .content h4 {
  color: var(--white-color);
}
.axis-feature-card.style-two.dark-card .content p {
  color: rgba(255, 255, 255, 0.7);
}
.axis-feature-card.style-three {
  position: relative;
  border-radius: 30px;
  background-color: #F8F8F8;
  padding: 30px 40px 32px;
}
.axis-feature-card.style-three .axis-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1650px) {
  .axis-feature-card.style-three .axis-image img {
    max-width: 110px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-feature-card.style-three .axis-image img {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .axis-feature-card.style-three .axis-image img {
    max-width: 110px;
  }
}
.axis-feature-card.style-three .content h4 {
  margin-bottom: 25px;
  line-height: 34px;
}
.axis-feature-card.style-three .content > p {
  margin-bottom: 55px;
}
@media (max-width: 1650px) {
  .axis-feature-card.style-three .content > p {
    margin-bottom: 50px;
  }
}
.axis-feature-card.style-three .content .axis-avatar-box {
  margin-bottom: 115px;
}
@media (max-width: 1650px) {
  .axis-feature-card.style-three .content .axis-avatar-box {
    margin-bottom: 60px;
  }
}
.axis-feature-card.style-three .content .counter-box h2 {
  margin-bottom: 8px;
}
.axis-feature-card.style-three .content .counter-box p {
  font-family: var(--heading-font);
  font-weight: 500;
  color: var(--primary-color);
}
.axis-feature-card.style-four .content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 40px 30px;
}
.axis-feature-card.style-four .content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.4);
  z-index: -1;
}
.axis-feature-card.style-four .content h4 {
  color: var(--white-color);
  margin-bottom: 20px;
}
.axis-feature-card.style-four .content > p {
  color: var(--white-color);
  margin-bottom: 45px;
}
@media (max-width: 1650px) {
  .axis-feature-card.style-four .content > p {
    margin-bottom: 21px;
  }
}
.axis-feature-card.style-four .content .count-box h3 {
  color: var(--white-color);
}
.axis-feature-card.style-four .content .count-box p {
  color: var(--white-color);
}

/* Features Section */
.axis-features_one .axis-avatar-box {
  background-color: var(--gray-color);
  padding: 20px 30px;
  border-radius: 30px 30px 50px 50px;
}
.axis-features_one .axis-avatar-box h5 {
  margin-bottom: 15px;
}
.axis-features_one .axis-avatar-box .avatar-list {
  margin-bottom: 20px;
}
.axis-features_one .axis-counter-box {
  background-color: var(--gray-color);
  padding: 85px 30px 30px;
  border-radius: 50px 50px 30px 30px;
}
.axis-features_one .axis-counter-box .content h2 {
  font-size: 54px;
  margin-bottom: 10px;
}
.axis-features_one .axis-counter-box .content p {
  font-weight: 500;
  color: var(--heading-color);
}
.axis-features_one .axis-image img {
  width: 100%;
  border-radius: 30px;
}
.axis-features_one .axis-support-box {
  border-radius: 30px;
  padding: 20px 50px;
}
.axis-features_one .axis-support-box .content h2 {
  color: var(--white-color);
  margin-bottom: 10px;
}
.axis-features_one .axis-support-box .content p {
  color: var(--white-color);
}

.axis-features_two.gray-bg .axis-feature-card.style-two {
  background-color: var(--white-color);
}
.axis-features_two.gray-bg .axis-feature-card.style-two.dark-card {
  background-color: var(--primary-black-color);
}
.axis-features_two.gray-bg .axis-feature-card.style-three {
  background-color: var(--white-color);
}
.axis-features_two .axis-image img {
  width: 100%;
  border-radius: 30px;
}

.axis-features_three .axis-content-box {
  padding-right: 20px;
}
.axis-features_three .axis-content-box > p {
  margin-bottom: 25px;
}
.axis-features_three .axis-image img {
  border-radius: 30px;
}

/* Choose Section */
.axis-choose_one .axis-image-box {
  position: relative;
  min-height: 560px;
  margin-right: 30px;
}
@media (max-width: 1650px) {
  .axis-choose_one .axis-image-box {
    margin-right: 0;
  }
}
.axis-choose_one .axis-image-box .shape {
  position: absolute;
  top: 75px;
  right: 85px;
}
@media (max-width: 767.98px) {
  .axis-choose_one .axis-image-box .shape {
    display: none;
  }
}
.axis-choose_one .axis-image-box .axis-experience-box {
  margin-top: 10px;
}
.axis-choose_one .axis-image-box .axis-experience-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-choose_one .axis-image-box .axis-experience-box .content h2 {
  font-size: 62px;
}
.axis-choose_one .axis-image-box .axis-experience-box .content p {
  margin-left: 15px;
  font-size: 20px;
  max-width: 150px;
  color: var(--heading-color);
}
.axis-choose_one .axis-image-box .axis-image.image_one img {
  border-radius: 30px;
}
.axis-choose_one .axis-image-box .axis-image.image_two {
  position: absolute;
  bottom: 0;
  right: 0;
}
.axis-choose_one .axis-image-box .axis-image.image_two img {
  border-radius: 30px;
  border: 6px solid var(--white-color);
}
@media (max-width: 767.98px) {
  .axis-choose_one .axis-image-box .axis-image.image_two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}
.axis-choose_one .axis-content-box > p {
  margin-bottom: 30px;
}
.axis-choose_one .axis-content-box .axix-iconic-list {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.axis-choose_one .axis-content-box .axis-iconic-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-choose_one .axis-content-box .axis-iconic-box-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.axis-choose_one .axis-content-box .axis-iconic-box-wrap .axis-iconic-left-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.axis-choose_one .axis-content-box .axis-iconic-box-wrap .content-wrap {
  margin-left: 35px;
  padding-left: 40px;
  border-left: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .axis-choose_one .axis-content-box .axis-iconic-box-wrap .content-wrap {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    margin-top: 25px;
  }
}
.axis-choose_one .axis-content-box h5 {
  line-height: 28px;
}

.axis-choose_two .axis-image-box {
  min-height: 550px;
  position: relative;
  margin-right: 90px;
}
@media (max-width: 1650px) {
  .axis-choose_two .axis-image-box {
    margin-right: 40px;
  }
}
.axis-choose_two .axis-image-box .axis-image.image_one {
  text-align: right;
}
.axis-choose_two .axis-image-box .axis-image.image_one img {
  border-radius: 30px;
}
.axis-choose_two .axis-image-box .axis-image.image_two {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .axis-choose_two .axis-image-box .axis-image.image_two {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.axis-choose_two .axis-image-box .axis-image.image_three {
  position: absolute;
  right: 0;
  bottom: 0;
}
.axis-choose_two .axis-image-box .axis-image.image_three img {
  border-radius: 0 30px 30px 30px;
}
@media (max-width: 767.98px) {
  .axis-choose_two .axis-image-box .axis-image.image_three {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 30px;
  }
}
.axis-choose_two .axis-image-box .axis-avatar-box {
  position: absolute;
  top: 45px;
  left: 0;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .axis-choose_two .axis-image-box .axis-avatar-box {
    position: relative;
    left: auto;
    top: auto;
  }
}
.axis-choose_two .axis-content-box {
  margin-left: -60px;
}
@media (max-width: 1650px) {
  .axis-choose_two .axis-content-box {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-choose_two .axis-content-box {
    margin-left: 0;
  }
}
.axis-choose_two .axis-content-box > p {
  margin-bottom: 35px;
}
.axis-choose_two .axis-content-box .check-list li {
  font-weight: 400;
}
.axis-choose_two .axis-content-box .check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.axis-choose_three {
  position: relative;
  z-index: 1;
  padding-top: 420px;
}
@media screen and (max-width: 1199.98px) {
  .axis-choose_three {
    padding-top: 215px;
  }
}
.axis-choose_three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.95%, #010F34), color-stop(106.8%, rgba(1, 15, 52, 0)));
  background: linear-gradient(0deg, #010F34 25.95%, rgba(1, 15, 52, 0) 106.8%);
  z-index: -1;
}
.axis-choose_three .axis-content-box .section-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.axis-choose_three .axis-content-box h4 {
  margin-bottom: 30px;
}
.axis-choose_three .axis-choose-list {
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
  .axis-choose_three .axis-choose-list {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .axis-choose_three .axis-choose-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Work Section */
.axis-work_one {
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .axis-work_one {
    margin: 0px;
    border-radius: 0px;
  }
}
.axis-work_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.61);
  z-index: -1;
}

/*======================
    Service Section  CSS
=======================*/
.axis-service-card.style-one {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 991.98px) {
  .axis-service-card.style-one {
    padding: 30px 20px;
  }
}
.axis-service-card.style-one:hover .icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.axis-service-card.style-one .icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  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;
  background-color: #F8F8F8;
  margin-bottom: 30px;
}
.axis-service-card.style-one .icon img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.axis-service-card.style-one .content {
  padding-top: 30px;
  border-top: 1px solid #D8DDE1;
}
.axis-service-card.style-one .content .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.axis-service-card.style-one .content p {
  margin-bottom: 25px;
}
.axis-service-card.style-one .content .axis-image img {
  width: 100%;
  border-radius: 30px;
}
.axis-service-card.style-two {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.axis-service-card.style-two .shape {
  position: absolute;
  top: 10px;
  right: 10px;
}
.axis-service-card.style-two .shape img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.axis-service-card.style-two:hover .shape img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.axis-service-card.style-two:hover > .icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.axis-service-card.style-two:hover .content .read-more.style-two .icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.axis-service-card.style-two > .icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: var(--white-color);
  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;
  margin-bottom: 30px;
}
.axis-service-card.style-two > .icon img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.axis-service-card.style-two .content .title {
  margin-bottom: 20px;
  max-width: 200px;
}
.axis-service-card.style-two .content p {
  margin-bottom: 35px;
}
.axis-service-card.style-two .content .read-more.style-two .icon {
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.service-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .service-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.axis-service_one {
  background-color: #EFF3FA;
  margin: 0 30px;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .axis-service_one {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one {
    margin: 0;
    border-radius: 0;
  }
}
.axis-service_one .container {
  max-width: 1410px;
}
.axis-service_one .service-wrapper {
  background-color: var(--heading-color);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one .service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 15px;
  }
}
.axis-service_one .service-wrapper .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.axis-service_one .service-wrapper .shape img {
  opacity: 0.15;
}
.axis-service_one .service-wrapper .service-nav {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1650px) {
  .axis-service_one .service-wrapper .service-nav {
    max-width: 370px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one .service-wrapper .service-nav {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.axis-service_one .service-wrapper .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none;
}
@media (max-width: 1650px) {
  .axis-service_one .service-wrapper .nav-tabs {
    max-width: 350px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one .service-wrapper .nav-tabs {
    max-width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.axis-service_one .service-wrapper .nav-tabs li:not(:last-child) {
  margin-bottom: 20px;
}
.axis-service_one .service-wrapper .nav-tabs .nav-link {
  position: relative;
  font-size: 24px;
  color: var(--white-color);
  font-family: var(--heading-font);
  border: none;
  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;
  border-radius: 100px;
  padding: 4px 4px 4px 25px;
  z-index: 1;
}
.axis-service_one .service-wrapper .nav-tabs .nav-link span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.axis-service_one .service-wrapper .nav-tabs .nav-link span i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 20px;
}
.axis-service_one .service-wrapper .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.axis-service_one .service-wrapper .nav-tabs .nav-link.active span {
  opacity: 1;
  visibility: visible;
}
.axis-service_one .service-wrapper .service-content-wrap {
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-left: -70px;
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one .service-wrapper .service-content-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-service_one .service-wrapper .service-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 20px 15px;
    margin-top: 40px;
  }
}
.axis-service_one .service-wrapper .service-content-wrap .content-box {
  padding-left: 90px;
  padding-right: 50px;
}
@media (max-width: 1650px) {
  .axis-service_one .service-wrapper .service-content-wrap .content-box {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-service_one .service-wrapper .service-content-wrap .content-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-service_one .service-wrapper .service-content-wrap .content-box {
    padding: 30px;
  }
}
.axis-service_one .service-wrapper .service-content-wrap .content-box h5 {
  line-height: 28px;
  margin-bottom: 40px;
}
.axis-service_one .service-wrapper .service-content-wrap .content-box p {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.axis-service_one .service-wrapper .service-content-wrap .axis-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 575px;
  width: 100%;
}
.axis-service_one .service-wrapper .service-content-wrap .axis-image img {
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .axis-service_one .service-wrapper .service-content-wrap .axis-image {
    max-width: 535px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-service_one .service-wrapper .service-content-wrap .axis-image {
    max-width: 100%;
  }
  .axis-service_one .service-wrapper .service-content-wrap .axis-image img {
    width: 100%;
  }
}

.axis-service_two .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1650px) {
  .axis-service_two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .axis-service_two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.gallery-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .gallery-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Service Details Wrapper */
.service-details-wrapper .service-item-main .service-thumbnail img {
  border-radius: 30px;
}
.service-details-wrapper .service-item-main .service-content h4.title {
  font-size: 34px;
  line-height: 1.35em;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  .service-details-wrapper .service-item-main .service-content h4.title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .service-details-wrapper .service-item-main .service-content h4.title {
    font-size: 28px;
    line-height: 40px;
  }
}
.service-details-wrapper .service-item-main .service-content h3 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .service-details-wrapper .service-item-main .service-content h3 {
    font-size: 24px;
  }
}
.service-details-wrapper .service-item-main .service-content p {
  margin-bottom: 30px;
}
.service-details-wrapper .service-item-main .service-content .axis-image img {
  border-radius: 30px;
}
.service-details-wrapper .counter-wrapper {
  border-top: 1px solid var(--border-color);
}
.service-details-wrapper .counter-wrapper .item-border:first-child .axis-counter-item {
  padding-left: 0;
}
@media screen and (max-width: 1199.98px) {
  .service-details-wrapper .counter-wrapper .item-border:first-child .axis-counter-item {
    padding-left: 40px;
  }
}

/* ================================
   Testimonial: equal-height cards
   Message area gets its own scroll if content is long
   ================================ */
.testimonial-slider-two .axis-testimonial-item {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.testimonial-slider-two .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonial-slider-two .slick-slide {
  height: auto;
}
.testimonial-slider-two .slick-slide > div {
  height: 100%;
}
.testimonial-slider-two .axis-testimonial-item .testimonial-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 336px;
  box-sizing: border-box;
}
.testimonial-slider-two .axis-testimonial-item .testimonial-content p {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: 176px;
  padding-right: 8px; /* space for scrollbar */
  margin-bottom: 16px;
}
.testimonial-slider-two .axis-testimonial-item .testimonial-content h4 {
  min-height: 72px;
}
.testimonial-slider-two .axis-testimonial-item .author-thumb-item {
  margin-top: auto; /* push author block to bottom */
}

@media (max-width: 1199.98px) {
  .testimonial-slider-two .axis-testimonial-item .testimonial-content { min-height: 300px; }
  .testimonial-slider-two .axis-testimonial-item .testimonial-content p { max-height: 156px; }
}

@media (max-width: 575.98px) {
  .testimonial-slider-two .axis-testimonial-item .testimonial-content { min-height: auto; }
  .testimonial-slider-two .axis-testimonial-item .testimonial-content p { max-height: 160px; }
}
@media (max-width: 767.98px) {
  .service-details-wrapper .counter-wrapper .item-border:first-child .axis-counter-item {
    padding-left: 40px;
  }
}
.service-details-wrapper .counter-wrapper .item-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media screen and (max-width: 1199.98px) {
  .service-details-wrapper .counter-wrapper .item-border:not(:last-child) {
    border-right: none;
    margin-bottom: 30px;
  }
}
.service-details-wrapper .counter-wrapper .item-border .axis-counter-item {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .service-details-wrapper .counter-wrapper .item-border .axis-counter-item {
    padding: 0;
    text-align: center;
  }
}
.service-details-wrapper .intro-wrapper .axis-image-box {
  position: relative;
}
.service-details-wrapper .intro-wrapper .axis-image-box img {
  border-radius: 30px;
}
.service-details-wrapper .intro-wrapper .axis-image-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .service-details-wrapper .intro-wrapper .axis-image-box .play-button {
    width: 50px;
  }
}

/*======================
    Counter Section  CSS
=======================*/
.axis-counter-item.style-one .content h2 {
  margin-bottom: 15px;
}
.axis-counter-item.style-two {
  background-color: #F8F8F8;
  padding: 14px 30px 25px;
  border-radius: 30px;
}
.axis-counter-item.style-two .content h2 {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 3px;
}
.axis-counter-item.style-two .content h5 {
  max-width: 175px;
  font-size: 20px;
  line-height: 30px;
}

.axis-counter_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.6);
  z-index: -1;
}
.axis-counter_one .axis-counter-item.style-one .content h2 {
  color: var(--white-color);
}
.axis-counter_one .axis-counter-item.style-one .content h5 {
  font-weight: 400;
  color: var(--white-color);
}

/*=========================
    Process Section  CSS
==========================*/
.axis-progress-item {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.axis-progress-item:hover .step {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.axis-progress-item .step {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: #F8F8F8;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.axis-progress-item .step:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 140px;
  height: 140px;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.axis-progress-item .step.step-one:after {
  border-top-color: var(--heading-color);
}
.axis-progress-item .step.step-two:after {
  border-top-color: var(--heading-color);
  border-right-color: var(--heading-color);
}
.axis-progress-item .step.step-three:after {
  border-top-color: var(--heading-color);
  border-right-color: var(--heading-color);
  border-bottom-color: var(--heading-color);
}
.axis-progress-item .step.step-four:after {
  border-color: var(--heading-color);
}
.axis-progress-item .content h5 {
  margin-bottom: 15px;
}

.process-wrapper .process-column {
  position: relative;
}
.process-wrapper .process-column .arrow-shape {
  position: absolute;
  top: 45px;
  right: -40px;
}
@media screen and (max-width: 1199.98px) {
  .process-wrapper .process-column .arrow-shape {
    display: none;
  }
}

/*======================
    Project Section  CSS
=======================*/
.axis-project-item.style-one:hover .project-content .read-more.style-one {
  color: var(--primary-color);
}
.axis-project-item.style-one .project-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.axis-project-item.style-one .project-thumbnail,
.axis-blog-post-item.style-one .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.benefit-ribbon {
  position: absolute;
  top: 28px;
  right: -68px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  min-height: 42px;
  padding: 8px 18px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 8px 22px rgba(14, 28, 61, 0.18);
          box-shadow: 0 8px 22px rgba(14, 28, 61, 0.18);
  pointer-events: none;
}
.benefit-flags {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.benefit-flag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(14, 28, 61, 0.22);
}
.benefit-flag i {
  font-size: 11px;
}
.benefit-flag--featured {
  color: #263242;
  background: linear-gradient(135deg, #f5f7fa 0%, #cfd7e3 52%, #a8b4c4 100%);
  border: 1px solid rgba(123, 138, 158, 0.38);
  box-shadow: 0 10px 24px rgba(82, 98, 120, 0.22);
}
.benefit-flag--new {
  position: relative;
  padding: 9px 16px 9px 14px;
  color: #5a3a00;
  background: linear-gradient(135deg, #fff4ba 0%, #f7c948 48%, #d89b10 100%);
  border: 1px solid rgba(183, 126, 6, 0.34);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(176, 122, 9, 0.26);
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 6% 50%);
}
.benefit-flag--new::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 248, 220, 0.92);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(128, 84, 0, 0.14);
}
.benefit-flag--new i {
  margin-left: 8px;
}
.benefit-ribbon--descuentos {
  background-color: #ff4d80;
}
.benefit-ribbon--funcionalidad {
  background-color: #2bb673;
}
.benefit-ribbon--eventos {
  background-color: #ff8a33;
}
.benefit-ribbon--recursos {
  background-color: #2f9bd6;
}
.axis-blog-post-item.style-one.benefit-item--descuentos,
.axis-project-item.style-one.benefit-item--descuentos .project-content {
  background-color: #fff5f8;
}
.axis-blog-post-item.style-one.benefit-item--funcionalidad,
.axis-project-item.style-one.benefit-item--funcionalidad .project-content {
  background-color: #f3fbf7;
}
.axis-blog-post-item.style-one.benefit-item--eventos,
.axis-project-item.style-one.benefit-item--eventos .project-content {
  background-color: #fff7ef;
}
.axis-blog-post-item.style-one.benefit-item--recursos,
.axis-project-item.style-one.benefit-item--recursos .project-content {
  background-color: #f2f9fe;
}
.axis-blog-post-item.style-one.benefit-item--descuentos,
.axis-project-item.style-one.benefit-item--descuentos .project-content {
  border: 1px solid rgba(255, 77, 128, 0.16);
}
.axis-blog-post-item.style-one.benefit-item--funcionalidad,
.axis-project-item.style-one.benefit-item--funcionalidad .project-content {
  border: 1px solid rgba(43, 182, 115, 0.16);
}
.axis-blog-post-item.style-one.benefit-item--eventos,
.axis-project-item.style-one.benefit-item--eventos .project-content {
  border: 1px solid rgba(255, 138, 51, 0.18);
}
.axis-blog-post-item.style-one.benefit-item--recursos,
.axis-project-item.style-one.benefit-item--recursos .project-content {
  border: 1px solid rgba(47, 155, 214, 0.16);
}
.axis-blog-post-item.style-one[class*="benefit-item--"] {
  background-color: var(--benefit-soft-color, #f7fbfe);
  border: 1px solid var(--benefit-border-color, rgba(47, 155, 214, 0.16));
}
.axis-project-item.style-one[class*="benefit-item--"] .project-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.82) 100%), var(--benefit-soft-color, rgba(255, 255, 255, 0.9));
  border: 1px solid var(--benefit-border-color, rgba(47, 155, 214, 0.22));
  box-shadow: 0 16px 34px 0 rgba(8, 18, 38, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 10px 24px -12px var(--benefit-shadow-color, rgba(47, 155, 214, 0.3));
}
@media (max-width: 575.98px) {
  .benefit-ribbon {
    top: 24px;
    right: -74px;
    width: 235px;
    min-height: 38px;
    font-size: 11px;
  }
}
.axis-project-item.style-one .project-content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 16px 34px 0 rgba(8, 18, 38, 0.18);
          box-shadow: 0 16px 34px 0 rgba(8, 18, 38, 0.18);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-top: -100px;
  text-align: center;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.axis-project-item.style-one .project-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, var(--benefit-color, #2f9bd6) 38%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.9;
  pointer-events: none;
}
.axis-project-item.style-one .project-content::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--benefit-color, #2f9bd6) 18%, rgba(255, 255, 255, 0.95) 50%, var(--benefit-color, #2f9bd6) 82%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 14px var(--benefit-shadow-color, rgba(47, 155, 214, 0.3));
  opacity: 0.95;
  pointer-events: none;
  animation: benefitCardAccentPulse 3.8s ease-in-out infinite;
}
.axis-project-item.style-one .project-content .tag {
  margin-bottom: 10px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7), 0 2px 8px rgba(8, 18, 38, 0.22);
}
.axis-project-item.style-one .project-content .title {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 13px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), 0 4px 12px rgba(8, 18, 38, 0.24);
}
@media (max-width: 1650px) {
  .axis-project-item.style-one .project-content .title {
    font-size: 18px;
  }
}
.axis-project-item.style-one .project-content .title:hover {
  color: var(--primary-color);
}
@keyframes benefitCardAccentPulse {
  0%, 100% {
    opacity: 0.72;
    transform: scaleX(0.96);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
#beneficiosSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#beneficiosSlider .slick-slide {
  height: auto;
}
#beneficiosSlider .slick-slide > div,
#beneficiosSlider .axis-project-item.style-one {
  height: 100%;
}
#beneficiosSlider .axis-project-item.style-one {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
#beneficiosSlider .axis-project-item.style-one .project-thumbnail img {
  aspect-ratio: 410 / 307;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#beneficiosSlider .axis-project-item.style-one .project-content {
  height: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#beneficiosSlider .axis-project-item.style-one .project-content .tag {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#beneficiosSlider .axis-project-item.style-one .project-content .title {
  line-height: 1.42;
  height: 70px;
  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;
}
#beneficiosSlider .axis-project-item.style-one .project-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: inherit;
}
#beneficiosSlider .axis-project-item.style-one .project-content .read-more {
  margin-top: auto;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7), 0 2px 10px rgba(8, 18, 38, 0.18);
}
@media (max-width: 575.98px) {
  #beneficiosSlider .axis-project-item.style-one .project-content {
    height: 176px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #beneficiosSlider .axis-project-item.style-one .project-content .title {
    height: 64px;
  }
}
.axis-project-item.style-two:hover .project-thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.axis-project-item.style-two:hover .project-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.axis-project-item.style-two .project-thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.axis-project-item.style-two .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358deg, #010F34 1.66%, rgba(1, 15, 52, 0) 122.96%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 40px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.axis-project-item.style-two .project-content {
  max-width: 320px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.axis-project-item.style-two .project-content .project-tags a {
  color: var(--primary-color);
  font-size: 14px;
}
.axis-project-item.style-two .project-content .title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--white-color);
}
.axis-project-item.style-two .project-content .read-more {
  color: var(--white-color);
}
.axis-project-item.style-three .project-header {
  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;
}
@media (max-width: 767.98px) {
  .axis-project-item.style-three .project-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-project-item.style-three .project-header .project-title {
  max-width: 330px;
}
@media screen and (max-width: 991.98px) {
  .axis-project-item.style-three .project-header .project-title {
    max-width: 270px;
  }
  .axis-project-item.style-three .project-header .project-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .axis-project-item.style-three .project-header .project-title {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.axis-project-item.style-three .project-header .project-info {
  max-width: 460px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991.98px) {
  .axis-project-item.style-three .project-header .project-info {
    max-width: 440px;
  }
  .axis-project-item.style-three .project-header .project-info p {
    font-size: 14px;
  }
}
.axis-project-item.style-three .project-header .project-button .icon-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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: 1px solid var(--border-color);
}
.axis-project-item.style-three .project-header .project-button .icon-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.axis-project-item.style-three .project-header .project-button .icon-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .axis-project-item.style-three .project-header .project-button .icon-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .axis-project-item.style-three .project-header .project-button {
    display: none;
  }
}
.axis-project-item.style-three .project-image {
  margin-top: 30px;
}
.axis-project-item.style-three .project-image img {
  border-radius: 30px;
}
.axis-project-item.style-four:hover .project-thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.axis-project-item.style-four:hover .project-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.axis-project-item.style-four .project-thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.axis-project-item.style-four .project-thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358deg, #010F34 1.66%, rgba(1, 15, 52, 0) 122.96%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 40px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.axis-project-item.style-four .project-content {
  max-width: 320px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.axis-project-item.style-four .project-content .project-tags a {
  color: var(--primary-color);
  font-size: 14px;
}
.axis-project-item.style-four .project-content .title {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--white-color);
}
.axis-project-item.style-four .project-content .read-more {
  color: var(--white-color);
}

/* Project Slider */
.project-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.project-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.project-slider .slick-list {
  padding-bottom: 30px;
}

.project-slider-two {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider-two {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.project-slider-two .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider-two .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.project-slider-three {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider-three {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.project-slider-three .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .project-slider-three .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Project Section */
.axis-project_one .container-fluid {
  padding-left: 95px;
  padding-right: 95px;
}
.benefits-view-toggle {
  display: inline-flex;
  gap: 12px;
  margin-top: 25px;
  padding: 8px;
  border: 1px solid rgba(14, 28, 61, 0.12);
  border-radius: 999px;
  background: #f5f7fb;
}
.benefits-view-btn {
  border: none;
  background: transparent;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 18px;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.benefits-view-btn.is-active {
  background: var(--primary-color);
  color: var(--white-color);
}
.benefits-view-btn:hover {
  color: var(--white-color);
  background: var(--primary-color);
}
.benefits-view-hidden {
  display: none;
}
@media (max-width: 1650px) {
  .axis-project_one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .axis-project_one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .benefits-view-toggle {
    gap: 8px;
    padding: 6px;
  }
  .benefits-view-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* Auth Pages */
.auth-page {
  min-height: 100vh;
  background-color: #eef2f8;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 241, 249, 0.88)), url("../images/home-two/hero/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.auth-page:before,
.auth-page:after {
  position: fixed;
  content: "";
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 102, 51, 0.12), rgba(255, 102, 51, 0));
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.auth-page:before {
  top: -80px;
  right: -80px;
}
.auth-page:after {
  bottom: -120px;
  left: -120px;
}
.auth-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.auth-layout {
  width: 100%;
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 500px);
  gap: 40px;
  align-items: center;
}
.auth-brand-panel {
  padding: 40px 30px;
}
.auth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.auth-eyebrow:before {
  display: inline-block;
  content: "";
  width: 56px;
  height: 2px;
  background: var(--primary-color);
}
.auth-brand-panel h1 {
  font-size: 62px;
  line-height: 1.02;
  margin-bottom: 20px;
}
.auth-brand-panel p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 34px;
  color: #49566f;
}
.auth-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.auth-brand-actions .theme-btn.style-one {
  min-width: 170px;
  justify-content: center;
}
.auth-brand-actions .theme-btn.style-two {
  min-width: 170px;
  justify-content: center;
  background: rgba(14, 28, 61, 0.08);
  color: var(--heading-color);
}
.auth-brand-actions .theme-btn.style-two:hover {
  background: var(--heading-color);
  color: var(--white-color);
}
.auth-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(14, 28, 61, 0.14);
  backdrop-filter: blur(10px);
  padding: 42px 36px 34px;
}
.auth-card-header {
  text-align: center;
  margin-bottom: 28px;
}
.auth-card-header img {
  max-width: 178px;
  margin-bottom: 18px;
}
.auth-card-header h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.auth-card-header p {
  margin: 0;
  color: #5e6b82;
  line-height: 1.7;
}
.auth-form .form-group {
  margin-bottom: 18px;
}
.auth-form .form_control {
  height: 60px;
  border-radius: 16px;
  border: 1px solid rgba(14, 28, 61, 0.12);
  background: rgba(246, 249, 253, 0.92);
  color: var(--heading-color);
  padding: 0 22px;
}
.auth-form textarea.form_control {
  height: 130px;
  padding-top: 18px;
}
.auth-form .form_control:focus {
  border-color: rgba(255, 102, 51, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 102, 51, 0.08);
}
.auth-avatar-field {
  margin: 4px 0 18px;
  padding: 18px;
  border: 1px solid rgba(14, 28, 61, 0.1);
  border-radius: 18px;
  background: rgba(246, 249, 253, 0.74);
}
.auth-field-label {
  display: block;
  margin-bottom: 12px;
  color: var(--heading-color);
  font-weight: 700;
}
.auth-upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px dashed rgba(14, 28, 61, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #5e6b82;
  cursor: pointer;
  transition: all 0.2s ease;
}
.auth-upload-box:hover {
  border-color: rgba(255, 102, 51, 0.55);
  color: var(--heading-color);
  box-shadow: 0 10px 24px rgba(14, 28, 61, 0.08);
}
.auth-upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.auth-upload-box span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.auth-upload-box i {
  color: var(--primary-color);
  font-size: 20px;
}
.auth-avatar-divider {
  display: block;
  margin: 14px 0 12px;
  color: #7a8599;
  font-size: 14px;
  text-align: center;
}
.auth-avatar-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.auth-avatar-option {
  cursor: pointer;
}
.auth-avatar-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.auth-avatar-option span {
  display: block;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.auth-avatar-option img {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}
.auth-avatar-option:hover span,
.auth-avatar-option input:focus-visible + span {
  border-color: rgba(255, 102, 51, 0.38);
  transform: translateY(-2px);
}
.auth-avatar-option input:checked + span {
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px rgba(255, 102, 51, 0.22);
}
.auth-form .theme-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.auth-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 0 10px;
}
.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5e6b82;
  font-size: 15px;
}
.auth-check input {
  width: 16px;
  height: 16px;
}
.auth-link {
  color: var(--heading-color);
  font-weight: 600;
}
.auth-link:hover {
  color: var(--primary-color);
}
.auth-footer {
  text-align: center;
  margin-top: 22px;
  color: #5e6b82;
}
.auth-footer a {
  color: var(--primary-color);
  font-weight: 700;
}
.auth-footer a:hover {
  color: var(--heading-color);
}
@media (max-width: 991.98px) {
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .auth-brand-panel {
    text-align: center;
    padding: 0 10px;
  }
  .auth-brand-panel p {
    margin-left: auto;
    margin-right: auto;
  }
  .auth-brand-actions {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .auth-shell {
    padding: 30px 14px;
  }
  .auth-brand-panel h1 {
    font-size: 42px;
  }
  .auth-card {
    padding: 34px 22px 26px;
    border-radius: 22px;
  }
  .auth-card-header h2 {
    font-size: 28px;
  }
  .auth-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.axis-project_two .project-wrapper .axis-project-item.style-three {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.axis-project_two .project-wrapper .axis-project-item.style-three:not(:last-child) {
  margin-bottom: 30px;
}

.axis-project_five .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1650px) {
  .axis-project_five .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .axis-project_five .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Project Details Section */
.axis-project-details-sec .project-details-wrapper .axis-image img, .axis-project-details-sec .project-details-wrapper .project-thumbnail img {
  border-radius: 30px;
}
.axis-project-details-sec .project-details-wrapper .project-content .title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .axis-project-details-sec .project-details-wrapper .project-content .title {
    font-size: 24px;
  }
}
.axis-project-details-sec .project-details-wrapper .project-content h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .axis-project-details-sec .project-details-wrapper .project-content h3 {
    font-size: 22px;
  }
}
.axis-project-details-sec .project-details-wrapper .project-content p {
  margin-bottom: 30px;
}
.axis-project-details-sec .project-details-wrapper .project-content > .check-list.style-one li i {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--primary-color);
}
.axis-project-details-sec .project-details-wrapper .project-content .axis-content-item .content h4 {
  margin-bottom: 20px;
}
.axis-project-details-sec .project-details-wrapper .project-content .axis-content-item .content h4 .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 12px;
}
.axis-project-details-sec .project-details-wrapper .project-content .content-box .check-list li {
  color: var(--text-color);
}
.axis-project-details-sec .project-details-wrapper .project-content .content-box .check-list li:not(:last-child) {
  margin-bottom: 28px;
}
.axis-project-details-sec .project-details-wrapper .project-info-box {
  border-radius: 30px;
  background-color: #f8f8f8;
  padding: 40px;
  border-top: 3px solid var(--primary-color);
}
@media (max-width: 767.98px) {
  .axis-project-details-sec .project-details-wrapper .project-info-box h3 {
    font-size: 22px;
  }
}
.axis-project-details-sec .project-details-wrapper .project-info-box h3:after {
  display: block;
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 25px;
}
.axis-project-details-sec .project-details-wrapper .project-info-box ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.axis-project-details-sec .project-details-wrapper .project-info-box ul li span {
  float: right;
}
.axis-project-details-sec .post-navigation-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 40px;
  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;
}
@media (max-width: 767.98px) {
  .axis-project-details-sec .post-navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.axis-project-details-sec .post-navigation-wrapper .post-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-project-details-sec .post-navigation-wrapper .post-navigation-item.item-rtl {
  direction: rtl;
}
@media (max-width: 767.98px) {
  .axis-project-details-sec .post-navigation-wrapper .post-navigation-item.item-rtl {
    margin-top: 30px;
  }
}
.axis-project-details-sec .post-navigation-wrapper .post-navigation-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.axis-project-details-sec .post-navigation-wrapper .post-navigation-item .thumbnail img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/*=========================
    Pricing Section  CSS
==========================*/
.axis-pricing-item.style-one {
  position: relative;
  background-color: var(--gray-color);
  padding: 35px 40px 40px;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-pricing-item.style-one {
    padding: 35px 20px 40px;
  }
}
.axis-pricing-item.style-one .popular {
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
  padding: 0 10px;
}
.axis-pricing-item.style-one .pricing-header {
  padding: 0 25px;
  text-align: center;
}
.axis-pricing-item.style-one .pricing-header .plan {
  font-size: 30px;
  color: var(--heading-color);
  margin-bottom: 35px;
  font-family: var(--heading-font);
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .axis-pricing-item.style-one .pricing-header .plan {
    font-size: 20px;
  }
}
.axis-pricing-item.style-one .pricing-header .price {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 52px;
  margin-bottom: 20px;
  font-weight: 700;
}
.axis-pricing-item.style-one .pricing-header .price span {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
}
.axis-pricing-item.style-one .pricing-button .theme-btn {
  width: 100%;
}
.axis-pricing-item.style-one .pricing-button .theme-btn.style-one {
  background-color: var(--primary-black-color);
}
.axis-pricing-item.style-one .pricing-button .theme-btn.style-one:hover {
  background-color: var(--primary-color);
}
.axis-pricing-item.style-one .pricing-body {
  padding: 0 40px;
}
@media screen and (max-width: 1199.98px) {
  .axis-pricing-item.style-one .pricing-body {
    padding: 0;
  }
}
.axis-pricing-item.style-one .pricing-body ul li {
  color: var(--text-color);
}
.axis-pricing-item.style-one .pricing-body ul li:not(:last-child) {
  margin-bottom: 28px;
}
.axis-pricing-item.style-one .pricing-body .uncheck i {
  color: var(--text-color);
}
.axis-pricing-item.style-one.popular-plan .pricing-button .theme-btn.style-one {
  background-color: var(--primary-color);
}

/*======================
    Faq Section  CSS
=======================*/
.accordion-card .accordion-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  cursor: pointer;
  font-weight: 600;
}
.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f068";
}
.accordion-card.style-one {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}
.accordion-card.style-one .accordion-header .accordion-title {
  font-weight: 400;
}
.accordion-card.style-one .accordion-header .accordion-title:after {
  color: var(--heading-color);
}
.accordion-card.style-one .accordion-content {
  padding-top: 20px;
}
.accordion-card.style-two {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.accordion-card.style-two .accordion-header .accordion-title {
  font-size: 18px;
}
.accordion-card.style-two .accordion-content {
  padding-top: 20px;
}

.axis-faq_one {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #EFF3FA;
}
.axis-faq_one .faq-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.5%;
  height: 100%;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
.axis-faq_one .axis-explore-box {
  background-color: var(--primary-black-color);
  padding: 25px 30px;
  position: absolute;
  bottom: 60px;
  right: 60px;
  border-radius: 20px;
  max-width: 355px;
}
.axis-faq_one .axis-explore-box .content p {
  color: var(--white-color);
}
.axis-faq_one .axis-explore-box .content p a {
  color: var(--primary-color);
}

/*======================
    Team Section  CSS
=======================*/
.axis-team-item.style-one {
  border-radius: 20px;
  background-color: var(--gray-color);
  padding: 10px;
}
.axis-team-item.style-one .member-image img {
  width: 100%;
  border-radius: 20px;
}
.axis-team-item.style-one .member-info {
  padding: 20px 10px;
}
.axis-team-item.style-one .member-info .position {
  margin-bottom: 20px;
}
.axis-team-item.style-one .member-info .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  font-size: 12px;
}
.axis-team-item.style-one .member-info .social-box a:not(:last-child) {
  margin-right: 5px;
}
.axis-team-item.style-one .member-info .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.axis-progress-item .progress-title h6 {
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}
.axis-progress-item .progress-title h6 span {
  float: right;
}
.axis-progress-item .progress {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  height: 10px;
  border-radius: 10px;
}
.axis-progress-item .progress .progress-bar {
  border-radius: 10px;
  border: 1px solid var(--white-color);
  background-color: var(--primary-color);
  height: 6px;
  margin-top: 1px;
}

/* Team Details Wrapper */
.team-details-wrapper .member-image-wrap {
  background-color: var(--gray-color);
  border-radius: 20px;
  padding: 20px;
}
.team-details-wrapper .member-image-wrap .member-image img {
  width: 100%;
  border-radius: 20px;
}
.team-details-wrapper .member-image-wrap .member-info {
  padding: 20px 20px 0;
}
.team-details-wrapper .member-image-wrap .member-info .position {
  margin-bottom: 20px;
}
.team-details-wrapper .member-image-wrap .member-info .info-list {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  margin-bottom: 20px;
}
.team-details-wrapper .member-image-wrap .member-info .info-list h6 {
  margin-bottom: 5px;
}
.team-details-wrapper .member-image-wrap .member-info .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  font-size: 12px;
}
.team-details-wrapper .member-image-wrap .member-info .social-box a:not(:last-child) {
  margin-right: 5px;
}
.team-details-wrapper .member-image-wrap .member-info .social-box a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: transparent;
}
.team-details-wrapper .team-details-content .content-box h3 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .team-details-wrapper .team-details-content .content-box h3 {
    font-size: 24px;
  }
}
.team-details-wrapper .team-details-content .content-box p {
  margin-bottom: 25px;
}
.team-details-wrapper .team-details-content .counter-wrapper {
  border: 1px solid var(--border-color);
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 30px 40px;
}
.team-details-wrapper .team-details-content .counter-wrapper .item-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .team-details-wrapper .team-details-content .counter-wrapper .item-border:not(:last-child) {
    border-right: none;
  }
}
.team-details-wrapper .team-details-content .counter-wrapper .item-border:not(:first-child) {
  padding-left: 60px;
}
@media (max-width: 1650px) {
  .team-details-wrapper .team-details-content .counter-wrapper .item-border:not(:first-child) {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .team-details-wrapper .team-details-content .counter-wrapper .item-border:not(:first-child) {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .team-details-wrapper .team-details-content .counter-wrapper .axis-counter-item {
    text-align: center;
  }
}
.team-details-wrapper .team-details-content .counter-wrapper .axis-counter-item .content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.team-details-wrapper .team-details-content .counter-wrapper .axis-counter-item .content p {
  margin-bottom: 0;
}
.team-details-wrapper .team-details-content .contact-wrapper h3 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .team-details-wrapper .team-details-content .contact-wrapper h3 {
    font-size: 24px;
  }
}
.team-details-wrapper .team-details-content .contact-wrapper .form_control {
  width: 100%;
  padding: 14px 25px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.team-details-wrapper .team-details-content .contact-wrapper .theme-btn.theme-btn {
  width: 100%;
}

/*============================
    Testimonial Section  CSS
=============================*/
.author-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-thumb-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  margin-right: 20px;
}
.author-thumb-item .author-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.author-thumb-item .author-info h5 {
  margin-bottom: 5px;
}

.axis-testimonial-item.style-one {
  max-width: 600px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .axis-testimonial-item.style-one {
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .axis-testimonial-item.style-one {
    padding: 10px;
  }
}
.axis-testimonial-item.style-one .testimonial-content .ratings {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-testimonial-item.style-one .testimonial-content .ratings {
    margin-bottom: 15px;
  }
}
.axis-testimonial-item.style-one .testimonial-content p {
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin-bottom: 110px;
}
@media screen and (max-width: 1199.98px) {
  .axis-testimonial-item.style-one .testimonial-content p {
    margin-bottom: 20px;
  }
}
.axis-testimonial-item.style-one .testimonial-content .author-thumb-item {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  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;
}
.axis-testimonial-item.style-two {
  padding: 25px 30px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
  border-radius: 30px;
}
.axis-testimonial-item.style-two .testimonial-content .ratings {
  margin-bottom: 20px;
}
.axis-testimonial-item.style-two .testimonial-content .ratings i {
  font-size: 14px;
}
.axis-testimonial-item.style-two .testimonial-content p {
  margin-bottom: 27px;
}
@media (max-width: 1650px) {
  .axis-testimonial-item.style-two .testimonial-content .author-thumb-item .author-info h4 {
    font-size: 20px;
  }
}

.testimonial-slider-two .slick-list {
  padding: 0 0 20px;
}
.testimonial-slider-two .axis-testimonial-item.style-two:first-of-type {
  background: linear-gradient(120deg, #08BFC7 0%, #0F6E8A 55%, #62B87C 100%);
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonial-slider-two .axis-testimonial-item.style-two:first-of-type .testimonial-content p,
.testimonial-slider-two .axis-testimonial-item.style-two:first-of-type .testimonial-content .author-info,
.testimonial-slider-two .axis-testimonial-item.style-two:first-of-type .testimonial-content .ratings i {
  color: rgba(255,255,255,0.95);
}
.testimonial-slider-two .axis-testimonial-item.style-two:first-of-type .author-thumb-item img {
  border: 4px solid rgba(255,255,255,0.15);
}

.testimonial-slider-two .slick-slide {
  margin-right: 30px;
}

.axis-testimonial_one {
  margin: 0 30px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 1199.98px) {
  .axis-testimonial_one {
    margin: 0px;
    border-radius: 0px;
  }
}
.axis-testimonial_one .testimonial-wrapper {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .axis-image {
  max-width: 375px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .axis-image img {
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .axis-image {
    display: none;
  }
}
.axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .testimonial-slider {
  padding-left: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .testimonial-slider {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-testimonial_one .testimonial-wrapper .testimonial-slider-wrap .testimonial-slider {
    width: 100%;
    padding-left: 0;
  }
}
.axis-testimonial_one .counter-wrap {
  margin-left: 30px;
  border-left: 1px solid var(--border-color);
  padding-left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .axis-testimonial_one .counter-wrap {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-testimonial_one .counter-wrap {
    display: none;
  }
}

.axis-testimonial_two {
  overflow: hidden;
}
.axis-testimonial_two .axis-success-box {
  background: linear-gradient(120deg, #08BFC7 0%, #0F6E8A 100%) !important;
  border-radius: 30px;
  padding: 30px;
}
.axis-testimonial_two .axis-success-box {
  /* ensure this box matches or exceeds testimonial card height */
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3; /* show above the slider so cards can slide under */
}
.axis-testimonial_two .axis-success-box .content {
  margin-bottom: 39px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.axis-testimonial_two .axis-success-box .content h4, .axis-testimonial_two .axis-success-box .content h3, .axis-testimonial_two .axis-success-box .content p {
  color: var(--white-color);
}
.axis-testimonial_two .axis-success-box .content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.axis-testimonial_two .axis-success-box .axis-avatar-box img {
  margin-bottom: 8px;
}
.axis-testimonial_two .axis-success-box .testimonial-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 30px;
}
.axis-testimonial_two .axis-success-box .axis-avatar-box .avatar-list ul li img {
  width: 40px;
  height: 40px;
}
.axis-testimonial_two .axis-success-box .axis-avatar-box .avatar-list .text .ratings i {
  font-size: 10px;
}
.axis-testimonial_two .axis-success-box .axis-avatar-box .avatar-list .text p {
  color: var(--white-color);
}
.axis-testimonial_two .testimonial-slider-two {
  /* reduce overlap so cards align visually; keep negative margin to allow overlap under success box */
  margin-right: -18%;
}
@media (max-width: 767.98px) {
  .axis-testimonial_two .testimonial-slider-two {
    margin-left: -12px;
    margin-right: -12px;
  }
  .axis-testimonial_two .testimonial-slider-two .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/*======================
    Blog Section  CSS
=======================*/
.axis-blog_one {
  padding-top: 235px;
}
@media screen and (max-width: 1199.98px) {
  .axis-blog_one {
    padding-top: 115px;
  }
}

.axis-blog-post-item .post-meta {
  margin-bottom: 10px;
}
.axis-blog-post-item .post-meta span {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.axis-blog-post-item .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.axis-blog-post-item .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.axis-blog-post-item.style-one {
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
  border-radius: 30px;
}
.axis-blog-post-item.style-one .post-thumbnail img {
  width: 100%;
  border-radius: 30px;
}
.axis-blog-post-item.style-one .post-content {
  padding: 30px 20px;
}
.axis-blog-post-item.style-one .post-content .title {
  font-size: 24px;
  line-height: 34px;
}
.axis-blog-post-item.style-one .post-content .title:hover {
  color: var(--primary-color);
}
@media (max-width: 1650px) {
  .axis-blog-post-item.style-one .post-content .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199.98px) {
  .axis-blog-post-item.style-one .post-content .title {
    font-size: 18px;
  }
}
.axis-blog-post-item.style-one .post-content .post-bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  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;
}
.axis-blog-post-item.style-one .post-content .post-bottom span i {
  color: var(--primary-color);
  margin-right: 8px;
}
#beneficiosGrid > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#beneficiosGrid .axis-blog-post-item.style-one {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#beneficiosGrid .axis-blog-post-item.style-one .post-thumbnail img {
  aspect-ratio: 410 / 307;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#beneficiosGrid .axis-blog-post-item.style-one .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#beneficiosGrid .axis-blog-post-item.style-one .post-content .title {
  line-height: 1.42;
  min-height: 2.84em;
}
#beneficiosGrid .axis-blog-post-item.style-one .post-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#beneficiosGrid .axis-blog-post-item.style-one .post-content .post-bottom {
  margin-top: auto;
}
.axis-blog-post-item.style-two .post-thumbnail {
  margin-bottom: 20px;
}
.axis-blog-post-item.style-two .post-thumbnail img {
  border-radius: 30px;
}
.axis-blog-post-item.style-two .post-content .post-meta span:not(:last-child) {
  margin-right: 0;
}
.axis-blog-post-item.style-two .post-content .post-meta span:not(:last-child):after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
  margin-left: 18px;
  margin-right: 15px;
}
.axis-blog-post-item.style-two .post-content .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .axis-blog-post-item.style-two .post-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.axis-blog-post-item.style-three {
  padding: 25px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.axis-blog-post-item.style-three .post-thumbnail {
  position: relative;
  margin-bottom: 25px;
}
.axis-blog-post-item.style-three .post-thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.axis-blog-post-item.style-three .post-thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 700;
  padding: 6px 18px 13px;
}
.axis-blog-post-item.style-three .post-thumbnail .date span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.axis-blog-post-item.style-three .post-content .title {
  margin-bottom: 30px;
  line-height: 34px;
}
.axis-blog-post-item.style-three .post-content .title:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 991.98px) {
  .axis-blog-post-item.style-three .post-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.axis-blog-post-item.style-four .post-thumbnail {
  margin-bottom: 25px;
}
.axis-blog-post-item.style-four .post-thumbnail img {
  border-radius: 30px;
  width: 100%;
}
.axis-blog-post-item.style-four .post-content .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.axis-blog-post-item.style-four .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.axis-blog-post-item.style-four .post-content .post-meta span:not(:last-child) {
  margin-left: 0;
  margin-right: 0;
}
.axis-blog-post-item.style-four .post-content .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
  color: var(--primary-color);
}
.axis-blog-post-item.style-four .post-content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.axis-blog-post-item.style-four .post-content .title:hover {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .axis-blog-post-item.style-four .post-content .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.axis-blog-post-item.style-four .post-content p {
  margin-bottom: 25px;
}

/* Sidebar Widget Area */
.sidebar-widget-area .sidebar-widget {
  background-color: #F6F6F6;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 1650px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 40px 30px;
  }
}
.sidebar-widget-area .sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .form_control {
  border: none;
  border-radius: 30px;
  padding: 15px 25px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  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;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 25px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a span {
  margin-left: auto;
}
.sidebar-widget-area .sidebar-widget.sidebar-nav-widget .widget-content ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget {
  padding: 40px 40px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  margin-right: 15px;
  border-radius: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5 {
  font-weight: 500;
  line-height: 28px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h5:hover {
  color: var(--primary-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
  padding: 40px 40px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  padding: 13px 20px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  line-height: 1;
  border-radius: 15px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post-item .post-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-meta span:not(:last-child):after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  content: "|";
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-thumbnail img {
  border-radius: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .title {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post-item .post-content .title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-item .post-content p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote {
  background-color: #F6F6F6;
  padding: 30px 20px 20px;
  position: relative;
}
.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
  position: absolute;
  top: -16px;
  left: 20px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote p {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5 {
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-item .post-content blockquote h5:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
  vertical-align: middle;
  margin-right: 15px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-item .post-content .axis-image img {
  border-radius: 30px;
}
.blog-details-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .entry-footer span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 15px;
  font-size: 20px;
}
.blog-details-wrapper .entry-footer .tag-links a {
  padding: 8px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .blog-details-wrapper .entry-footer .tag-links a {
    margin-bottom: 10px;
  }
}
.blog-details-wrapper .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .entry-footer .social-share {
    margin-top: 15px;
  }
}
.blog-details-wrapper .entry-footer .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}
.blog-details-wrapper .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details-wrapper .comments-area h3.comments-title {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comments-list .comment {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    margin-bottom: 20px;
  }
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  border-radius: 50%;
  width: 100%;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content {
  position: relative;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name {
  text-transform: capitalize;
  color: var(--heading-color);
  font: 600 18px var(--heading-font);
  margin-bottom: 15px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content span.author-name .date {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-top: 5px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content p {
  margin-bottom: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 500;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply i {
  margin-right: 10px;
}
.blog-details-wrapper .comments-area .comments-list .comment .comment-author-content .reply:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 20px;
  }
}
.blog-details-wrapper .comment-form .form_control {
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  font-weight: 300;
  border-radius: 50px;
  margin-bottom: 30px;
}
.blog-details-wrapper .comment-form textarea.form_control {
  padding: 30px;
}
.blog-details-wrapper .comment-form .theme-btn {
  width: 100%;
}

/*========================
    Company Section  CSS
==========================*/
.clients-slider {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 991.98px) {
  .clients-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.clients-slider .slick-slide {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 991.98px) {
  .clients-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.clients-wrapper .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1650px) {
  .clients-wrapper .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .clients-wrapper .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.clients-wrapper .section-title .circle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-top: 20px;
}
.clients-wrapper .section-title .circle:before, .clients-wrapper .section-title .circle:after {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  background-color: #D8DDE1;
}
.clients-wrapper .section-title .circle:before {
  left: -150px;
}
.clients-wrapper .section-title .circle:after {
  right: -150px;
}
@media (max-width: 767.98px) {
  .clients-wrapper .section-title h3 {
    font-size: 18px;
  }
}

.axis-client-item .client-img {
  text-align: center;
}
.axis-client-item .client-img img {
  margin: 0 auto;
}

/*========================
    CTA Section  CSS
==========================*/
.axis-cta_one .cta-wrapper {
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .axis-cta_one .cta-wrapper {
    border-bottom: none;
  }
}
.axis-cta_one .cta-wrapper .item-border:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .axis-cta_one .cta-wrapper .item-border:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}
@media screen and (max-width: 991.98px) {
  .axis-cta_one .cta-wrapper .item-border:first-child {
    border-right: none;
  }
}
.axis-cta_one .cta-wrapper .axis-content-box {
  padding-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .axis-cta_one .cta-wrapper .axis-content-box {
    padding-right: 0;
    text-align: center;
  }
}
.axis-cta_one .cta-wrapper .axis-content-box h3 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 60px;
}
.axis-cta_one .cta-wrapper .axis-content-box p {
  margin-bottom: 55px;
}
.axis-cta_one .cta-wrapper .axis-avatar-support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.axis-cta_one .cta-wrapper .axis-avatar-support-box .axis-avatar-box h5 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .axis-cta_one .cta-wrapper .axis-avatar-support-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .axis-cta_one .cta-wrapper .axis-avatar-support-box {
    padding: 30px 0;
  }
}
.axis-cta_one .cta-wrapper .axis-counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  .axis-cta_one .cta-wrapper .axis-counter-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.axis-cta_one .cta-wrapper .axis-counter-box .content h2 {
  margin-bottom: 20px;
  font-size: 54px;
}
.axis-cta_one .cta-wrapper .axis-counter-box .content h5 {
  color: var(--primary-color);
}

.axis-cta_two {
  margin: 0 30px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .axis-cta_two {
    margin: 0;
    border-radius: 0;
  }
}
.axis-cta_two:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.8);
  z-index: -1;
  mix-blend-mode: multiply;
}
.axis-cta_two .axis-content-box {
  max-width: 640px;
}
@media screen and (max-width: 991.98px) {
  .axis-cta_two .axis-content-box {
    padding: 70px 0 80px;
  }
}
.axis-cta_two .axis-content-box > p {
  margin-bottom: 35px;
}
.axis-cta_two .axis-content-box .axis-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .axis-cta_two .axis-content-box .axis-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.axis-cta_two .axis-content-box .axis-button-wrap .axis-button {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .axis-cta_two .axis-content-box .axis-button-wrap .axis-button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .axis-cta_two .axis-image {
    display: none;
  }
}

.axis-cta_three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 52, 0.2);
  z-index: -1;
}
.axis-cta_three .section-title h3 {
  font-size: 36px;
  color: var(--white-color);
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .axis-cta_three .section-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.axis-cta_three .axis-avatar-box {
  float: right;
}
@media screen and (max-width: 1199.98px) {
  .axis-cta_three .axis-avatar-box {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .axis-cta_three .axis-avatar-box .avatar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.axis-cta_three .axis-avatar-box .avatar-list .text {
  margin-left: 20px;
}
.axis-cta_three .axis-avatar-box .avatar-list .text h4 {
  color: var(--white-color);
}
.axis-cta_three .axis-avatar-box .avatar-list .text p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--heading-font);
}

/*========================
    Contact Section  CSS
==========================*/
.axis-info-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-info-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-color: #EFF3FA;
  font-size: 40px;
  color: var(--primary-color);
  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;
  margin-right: 30px;
}
.axis-info-box.style-one .content h5 {
  margin-bottom: 10px;
}
.axis-info-box.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.axis-info-box.style-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  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;
  background-color: var(--white-color);
  font-size: 12px;
  color: var(--primary-color);
}
.axis-info-box.style-two .info p {
  font-size: 18px;
  color: #D8D8DC;
}
.axis-info-box.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.axis-info-box.style-three .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--primary-color);
  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;
  background-color: var(--white-color);
  font-size: 20px;
}
.axis-info-box.style-three .content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.axis-info-box.style-three .content p {
  font-size: 18px;
  font-family: var(--heading-font);
  line-height: 28px;
}
.axis-info-box.style-three .content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
}
.axis-info-box.style-three .content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.axis-info-box.style-three .content .social-box a:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}
.axis-info-box.style-four .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  color: var(--primary-color);
  font-size: 24px;
  background-color: var(--white-color);
  margin-bottom: 25px;
}
.axis-info-box.style-four .content p {
  font-size: 18px;
  color: var(--white-color);
  line-height: 28px;
}

@media screen and (max-width: 1199.98px) {
  .axis-contact_one {
    padding-bottom: 120px;
  }
}
.axis-contact_one .axis-content-box > p {
  margin-bottom: 50px;
}
.axis-contact_one .contact-form-wrapper {
  background-color: var(--white-color);
  padding: 40px 40px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
          box-shadow: 0 6px 25px 0 rgba(102, 102, 102, 0.15);
  margin-bottom: -120px;
}
@media screen and (max-width: 1199.98px) {
  .axis-contact_one .contact-form-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .axis-contact_one .contact-form-wrapper {
    padding: 40px 20px 50px;
  }
}
.axis-contact_one .contact-form-wrapper h4 {
  margin-bottom: 25px;
}
.axis-contact_one .contact-form-wrapper label {
  font-size: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}
.axis-contact_one .contact-form-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}
.axis-contact_one .contact-form-wrapper textarea {
  min-height: 120px;
}

.axis-contact_two {
  background-color: #EFF3FA;
}
.axis-contact_two .contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: -1;
}
.axis-contact_two .axis-content-box > p {
  margin-bottom: 30px;
}
.axis-contact_two .axis-content-box .map-box iframe {
  border: 5px solid var(--white-color);
  border-radius: 30px;
  height: 260px;
  width: 95%;
}
.axis-contact_two .contact-form-wrapper {
  background-color: var(--white-color);
  padding: 40px 40px 50px;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .axis-contact_two .contact-form-wrapper {
    padding: 30px 20px 40px;
  }
}
.axis-contact_two .contact-form-wrapper h4 {
  margin-bottom: 25px;
}
.axis-contact_two .contact-form-wrapper label {
  font-size: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}
.axis-contact_two .contact-form-wrapper .form_control {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border: 1px solid var(--border-color);
}

.axis-contact_three .axis-contact-box h2 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .axis-contact_three .axis-contact-box h2 {
    font-size: 28px;
  }
}
.axis-contact_three .axis-contact-box > p {
  margin-bottom: 30px;
}
.axis-contact_three .axis-contact-box .social-box-wrap h4 {
  margin-bottom: 25px;
}
.axis-contact_three .axis-contact-box .social-box-wrap p {
  margin-bottom: 30px;
}
.axis-contact_three .axis-contact-box .social-box-wrap .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.axis-contact_three .axis-contact-box .social-box-wrap .social-box a:not(:last-child) {
  margin-right: 10px;
}
.axis-contact_three .axis-contact-box .social-box-wrap .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.axis-contact_three .axis-contact-wrapper {
  padding: 50px 40px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .axis-contact_three .axis-contact-wrapper {
    padding: 50px 20px;
  }
}
.axis-contact_three .axis-contact-wrapper h4 {
  margin-bottom: 20px;
}
.axis-contact_three .axis-contact-wrapper .form_control {
  border-radius: 15px;
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  line-height: 1;
}

.contact-map-sec .map-box iframe {
  height: 540px;
  width: 100%;
}

/*======================
    Error Section  CSS
=======================*/
.axis-error-sec .axis-content-box .axis-image {
  margin-bottom: 20px;
}
.axis-error-sec .axis-content-box h2 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .axis-error-sec .axis-content-box h2 {
    font-size: 28px;
  }
}
.axis-error-sec .axis-content-box p {
  max-width: 505px;
  margin: 0 auto 40px;
}

/* Footer Widget */
.footer-widget .widget-title {
  color: var(--white-color);
  font-size: 24px;
}
.footer-widget .line-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.footer-widget .line-wrap span {
  background-color: var(--primary-color);
  height: 2px;
  border-radius: 5px;
}
.footer-widget .line-wrap span:nth-child(1) {
  width: 40px;
}
.footer-widget .line-wrap span:nth-child(2) {
  width: 10px;
}
.footer-widget .line-wrap span:nth-child(3) {
  width: 5px;
}
.footer-widget .widget-content > p {
  color: var(--white-color);
  margin-bottom: 30px;
}
.footer-widget .widget-content .social-box a {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(216, 221, 225, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  z-index: 1;
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 6px;
}
.footer-widget .widget-content .social-box a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
}
.footer-widget .widget-content .social-box a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 18px;
  font-family: var(--heading-font);
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}
.footer-widget.footer-contact-info-widget .widget-content ul li {
  color: var(--white-color);
}
.footer-widget.footer-contact-info-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget.footer-contact-info-widget .widget-content ul li h4 {
  color: var(--white-color);
  margin-top: 10px;
}
@media screen and (max-width: 1199.98px) {
  .footer-widget.footer-contact-info-widget .widget-content ul li h4 {
    font-size: 20px;
  }
}
.footer-widget.footer-newsletter-widget .widget-content p {
  color: var(--white-color);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .form_control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget.footer-newsletter-widget .widget-content .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: var(--secondary-color);
  font-size: 20px;
}

/* Copyright Area */
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 28px;
}
.copyright-area .copyright-text p {
  font-size: 18px;
  color: var(--white-color);
}
.copyright-area .copyright-text p span {
  color: var(--primary-color);
}
.copyright-area .copyright-link a {
  color: var(--white-color);
}
.copyright-area .copyright-link a:not(:last-child) {
  margin-right: 20px;
}
.copyright-area .copyright-link a:hover {
  color: var(--primary-color);
}

.footer-v1 {
  position: relative;
  margin: 0 30px 30px;
  border-radius: 30px;
}
.footer-v1:before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(7, 10, 20, 0.5);
  z-index: 0;
}
.footer-v1 > .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .footer-v1 {
    margin: 0;
    border-radius: 0;
  }
}

/*==========================
    Laptop Responsive Tuning
===========================*/
@media screen and (max-width: 1536px) {
  .hero-wrapper_two {
    padding: 180px 0 120px;
  }

  .header-navigation .site-branding {
    max-width: 185px;
  }

  .header-navigation .main-menu ul > li {
    margin-left: 12px;
    margin-right: 12px;
  }

  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
    padding: 28px 0;
  }

  .nav-right-item .axis-support-box.style-one .icon {
    width: 38px;
    margin-right: 10px;
  }

  .nav-right-item .axis-support-box.style-one .content span {
    font-size: 14px;
  }

  .nav-right-item .axis-support-box.style-one .content h6 {
    font-size: 15px;
    line-height: 1.45;
  }

  .nav-right-item .theme-btn {
    margin-left: 18px;
    padding: 14px 28px;
    font-size: 15px;
  }

  .header-user-menu {
    margin-left: 18px;
  }

  .section-title h2 {
    font-size: 42px;
    line-height: 1.2em;
  }

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

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

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

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

  .hero-wrapper_two .hero-content {
    margin-bottom: 105px;
  }

  .hero-wrapper_two .hero-content .tag-line {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .hero-wrapper_two .hero-content .tag-line:before {
    width: 80px;
  }

  .hero-wrapper_two .hero-content h1 {
    font-size: 96px;
  }

  .hero-wrapper_two .hero-content p {
    max-width: 460px;
    margin-bottom: 25px;
  }

  .hero-wrapper_two .axis-avatar-box {
    margin-top: -8px;
    transform: translateY(-10px);
  }

  .hero-wrapper_two .hero-image-box .axis-image {
    margin-left: -130px;
  }

  .hero-wrapper_two .hero-image-box .axis-image img,
  .hero-wrapper_two .hero-image-box .axis-image video {
    width: 100%;
    max-width: 760px;
    height: auto;
  }

  .hero-wrapper_two .hero-image-box .play-button {
    left: -72px;
    top: 58%;
    transform: translateY(-50%);
  }

  .hero-wrapper_two .hero-image-box .play-button img {
    width: 150px;
  }

  .clients-wrapper {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .clients-wrapper .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .axis-contact_two .contact-form-wrapper {
    padding: 32px 28px 38px;
  }

  .axis-testimonial_two .testimonial-slider-two {
    margin-right: -25%;
  }
}

@media screen and (max-width: 1366px), screen and (max-height: 820px) {
  .hero-wrapper_two {
    padding: 145px 0 115px;
  }

  .header-navigation {
    padding: 6px 0;
  }

  .header-navigation .site-branding {
    max-width: 155px;
  }

  .header-navigation .main-menu ul > li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .header-navigation .main-menu ul > li > a {
    font-size: 15px;
    padding: 22px 0;
  }

  .nav-right-item .axis-support-box.style-one .icon {
    width: 32px;
    margin-right: 8px;
  }

  .nav-right-item .axis-support-box.style-one .content span {
    font-size: 12px;
  }

  .nav-right-item .axis-support-box.style-one .content h6 {
    font-size: 14px;
  }

  .nav-right-item .theme-btn {
    margin-left: 14px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .header-user-menu {
    margin-left: 14px;
  }

  .header-user-summary {
    gap: 8px;
  }

  .header-user-summary i {
    font-size: 16px;
  }

  .header-user-menu summary i {
    margin-left: 8px;
  }

  .section-title h2 {
    font-size: 38px;
  }

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

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

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

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

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

  .hero-wrapper_two .hero-content {
    margin-bottom: 70px;
  }

  .hero-wrapper_two .hero-content .tag-line {
    font-size: 28px;
  }

  .hero-wrapper_two .hero-content h1 {
    font-size: 82px;
  }

  .hero-wrapper_two .hero-content p {
    font-size: 18px;
    max-width: 430px;
  }

  .hero-wrapper_two .axis-avatar-box {
    margin-top: -18px;
    transform: translateY(-14px);
  }

  .hero-wrapper_two .hero-image-box {
    margin-top: 48px;
  }

  .hero-wrapper_two .hero-image-box .axis-image {
    margin-left: -85px;
  }

  .hero-wrapper_two .hero-image-box .axis-image img,
  .hero-wrapper_two .hero-image-box .axis-image video {
    max-width: 700px;
  }

  .hero-wrapper_two .hero-image-box .axis-image video {
    height: 320px;
    object-fit: cover;
  }

  .hero-wrapper_two .hero-image-box .play-button {
    left: -148px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-wrapper_two .hero-image-box .play-button img {
    width: 132px;
  }

  .axis-blog-sec .section-title,
  .axis-project_one .section-title,
  .axis-testimonial_two .section-title {
    margin-bottom: 38px;
  }

  .axis-contact_two .contact-form-wrapper {
    padding: 28px 24px 34px;
  }
}

