/* Fonts */
@font-face {
  font-family: siteFont;
  src: url("/assets/fonts/SDC fonts/Fonts/Helvetica Neue W23 for SKY Reg.ttf");
}
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: siteFont;
  --font-secondary: "Lato", sans-serif;
}
/* Global Colors */
:root {
  --color-default: #ffffff;
  --color-default-rgb: #ffffff;
  --color-background: #ffffff;
  --color-background-rgb: 255, 255, 255;
  --color-primary: #00d094;
  --color-primary-rgb: 232, 69, 69;
  --color-secondary: #ffffff;
  --color-secondary-rgb: 50, 53, 58;
  --color-box-background: #ffffff;
  --color-box-background-rgb: 255, 255, 255;
  --color-inverse: #ffffff;
  --color-inverse-rgb: 255, 255, 255;
}
/* Nav Menu Colors */
:root {
  --color-nav: #3a3939;
  --color-nav-hover: #e84545;
  --color-nav-dropdown: #3a3939;
  --color-nav-dropdown-hover: #01216e;
  --color-nav-dropdown-background: #ffffff;
  --color-nav-mobile-background: #ffffff;
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  color: var(--color-default);
  background-color: var(--color-background);
  font-family: "Poppins";
  font-size: 18px !important;
}

.wrapper {
  position: absolute;
  width: 100%;
}
.modal.show .modal-dialog {
  transform: none;
  margin-right: 1395px;
  padding-left: 30px;
}
.modal-content {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  width: 95vw;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary) !important;
}
h2 {
  color: #01216e !important;
  font-weight: none !important;
}
h3 {
  color: #01216e !important;
  font-weight: none !important;
}
h4 {
  color: #01216e !important;
  font-weight: none !important;
}
h6 {
  color: #01216e !important;
  font-weight: none !important;
}
section {
  color: #01216e;
  background-color: var(--color-background);
  padding: 40px;
  overflow: clip;
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
  text-align: left;
  padding-bottom: 50px;
}

.section-title h2 {
  color: #01216e;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #00d094;
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}
.section-heading {
  margin-bottom: 3.5rem;
}
.fst-italic {
  font-style: italic !important;
  font-size: 20px;
}
.justify-content-center {
  justify-content: center !important;
}
.after-50px {
  position: relative;
}

.after-50px:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.after-50pxr:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  right: 54px;
  bottom: 0;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.text-center .after-50px:after {
  right: 0;
  margin: auto;
}
.bg-primary-after:after {
  width: 100px;
  background-color: #3cbb8d;
}
.text-md-start {
  text-align: left !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  direction: ltr;
}
.about-us img {
  margin: 0 auto;
  display: block;
}
.about-icon {
  width: 100%;
}

.about-header {
  width: 90%;
}
.about-style {
  width: 90%;
}
.solutions-title {
  font-weight: bold;
  font-size: 30px;
}
.partners-header {
  margin-left: 0;
  margin-bottom: 40px;
  background: #fff;
}
.show {
  display: block;
}
.header-details {
}
.follow-us {
  margin-left: 80px;
}
/*--------------------------------------------------------------
# Features Section
-------------------------------------------------------------*/
.features {
  margin-bottom: -140px;
}
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: #505050;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  /* border-bottom: 4px solid #e2e4e6; */
}

.features .nav-link i {
  padding-left: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 9px;
  }
}

.features .nav-link:hover {
  color: #01216e;
}

.features .nav-link.active {
  color: #01216e;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #01216e;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-left: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}
#services {
  background: rgba(60, 187, 141, 0.1);
  position: relative;
  /* padding-bottom: 50px; */
  border-radius: 8px;
  height: 80px;
}
.title-wrap {
  padding-bottom: 4rem;
}

.justify-content-between {
  justify-content: space-between !important;
}
.title-a {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 600;
}
.dark {
  background: #232223;
  color: white;
}
.form-style {
  background: var(--color-box-background);
  padding: 30px;
  height: 100%;
}
.request-demo {
  background: #00d094;
  color: var(--color-inverse);
  border: 0;
  width: 164px;
  height: 44px;
  padding: 12px 22px;
  transition: 0.4s;
  border-radius: 100px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  /* identical to box height, or 125% */
  letter-spacing: 0.01em;
  text-align: center;
}
.our-solutions {
  background: #01216e;
  color: var(--color-inverse);
  border: 0;
  width: 153px;
  height: 44px;
  padding: 12px 22px;
  transition: 0.4s;
  border-radius: 100px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  /* identical to box height, or 125% */
  letter-spacing: 0.01em;
  text-align: center;
  margin-left: 15%;
  margin-top: 8%;
}
.header-phone {
  color: #01216e;
  margin: 0 auto;
}
.side-border {
  height: 165px;
  border-right: 6px solid #01216e;
  margin-right: 5%;
}
.side-border-1 {
  height: 165px;
  border-right: 6px solid #01216e;
  margin-right: 5%;
}
.module-name {
  color: #7f7f7f;
  font-family: var(--font-primary);
}
.hero h2 {
  font-size: 48px;
}
@media (prefers-color-scheme: dark) {
  body:not(.light) {
    background: #232223;
    color: white;
  }
}
.credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 350px;
  /*max-width: 1050px;*/
  width: 100%;
  height: 400px;
}
.advantages .icon-box {
  box-shadow: 0px 7px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  /*border: 1px solid #C4C4C4;*/
  border-radius: 5px;
  /*height: 115%;*/
}

.advantages .icon-box .icon {
  margin-bottom: 10px;
}

.advantages .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.advantages .icon-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #01216e;
  font-weight: 700;
  line-height: 30px;
}

.advantages .icon-box h4 a {
  color: #01216e;
  transition: ease-in-out 0.3s;
}

.advantages .icon-box p {
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #01216e;
  margin-top: 0;
}

.advantages .icon-box:hover {
  transform: translateY(-10px);
}

.advantages .icon-box:hover h4 a {
  color: #01216e;
}

@media (max-width: 1199px) {
  .options .option {
    min-width: 10px;
    margin: 2px;
  }
}
@media screen and (max-width: 718px) {
  .options {
    min-width: 520px;
  }
  .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  .options {
    min-width: 440px;
  }
  .options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  .options {
    min-width: 360px;
  }
  .options .option:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .options {
    min-width: 280px;
  }
  .options .option:nth-child(2) {
    display: none;
  }
}
.options .option {
  position: relative;
  overflow: hidden;
  min-width: 20px;
  margin: 10px;
  /*background: var(--optionBackground, var(--defaultBackground, #E6E9ED));*/
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option:nth-child(1) {
  /*--defaultBackground:#ED5565;*/
}
.options .option:nth-child(2) {
  /*--defaultBackground:#FC6E51;*/
}
.options .option:nth-child(3) {
  /*--defaultBackground:#FFCE54;*/
}
.options .option:nth-child(4) {
  /*--defaultBackground:#2ECC71;*/
}
.options .option:nth-child(5) {
  /*--defaultBackground:#5D9CEC;*/
}
.options .option:nth-child(6) {
  /*--defaultBackground:#AC92EC;*/
}
.options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}
.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black,
    inset 0 -120px 120px -100px black !important;
}
.options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.options .option:not(.active) {
  flex-grow: 1;
  /*border-radius: 30px;*/
}
.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
.options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
.options .option .label .info .sub {
  transition-delay: 0.1s;
}
/*--------------------------------------------------------------
# Page Title & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --color-box-background: rgba(var(--color-default-rgb), 0.05);
  color: var(--color-default);
  background-color: var(--color-background);
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid rgba(var(--color-default-rgb), 0.1);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-secondary);
}

.page-title nav {
  background-color: var(--color-box-background);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li + li {
  padding-left: 10px;
}

.page-title nav ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(var(--color-default-rgb), 0.3);
}
.lang {
  color: #01216e;
  font-size: 25px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 4px;
  transition: 0.3s;
  /* text-decoration: underline; */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.lang:hover {
  color: #00d094;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --color-background: #ffffff;
  --color-inverse: #ffffff;
  color: var(--color-default);
  background-color: var(--color-background);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo img {
  max-height: 66px;
  margin-left: 200px;
  margin-right: -50px;
  width: 150px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: var(--color-secondary);
}

.header .logo span {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--color-inverse);
  background: var(--color-primary);
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 4px;
  transition: 0.3s;
}
.slick-slide img {
  width: 75%;
  display: block;
  height: 400px;
  border-radius: 8px;
}
.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-inverse);
  background: rgba(var(--color-primary-rgb), 0.85);
}

.justify-content-between {
  justify-content: space-around !important;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Global Header on page scroll
------------------------------*/
.scrolled .header {
  --color-background: #ffffff;
  --color-secondary: #444444;
  --color-nav: #444444;
  --color-nav-hover: #e84545;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/* Global Scroll Margin Top
------------------------------*/
section {
  scroll-margin-top: 90px;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
  .modal-content {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    width: 80vw;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal.show .modal-dialog {
    transform: none;
    margin-right: 1200px;
    padding-left: 30px;
  }
}

/* Home Page Custom Header
------------------------------*/
.index-page .header {
  /*--color-background: rgba(255, 255, 255, 0);*/
  --color-secondary: #ffffff;
  --color-nav: #505050;
  --color-nav-hover: #ffffff;
}

/* Home Page Custom Header on page scroll
------------------------------*/
.index-page.scrolled .header {
  --color-background: #ffffff;
  --color-secondary: #444444;
  --color-nav: #444444;
  --color-nav-hover: #d83535;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }
  .hero h2 {
    font-size: 60px;
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--color-nav);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #01216e;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--color-nav-dropdown-background);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-nav-dropdown);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: #01216e;
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--color-nav-dropdown-background);
    box-shadow: 0px 0px 20px rgba(var(--color-default-rgb), 0.1);
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--color-nav-dropdown);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--color-nav-dropdown-hover);
  }

  .navmenu .megamenu:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(var(--color-default-rgb), 0.15);
  }
  .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -20px;
    margin-left: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero {
    --color-default: #ffffff;
    --color-default-rgb: 255, 255, 255;
    --color-background: #000000;
    --color-background-rgb: 0, 0, 0;
    width: 100%;
    min-height: 95vh !important;
    position: relative;
    padding: 40px 80px 80px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--color-nav);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--color-nav-mobile-background);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(var(--color-default-rgb), 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--color-nav-dropdown);
    padding: 10px 20px;
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(var(--color-primary-rgb), 0.1);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--color-primary);
    color: var(--color-inverse);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--color-nav-dropdown-hover);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--color-primary);
    color: var(--color-inverse);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul,
  .navmenu .megamenu ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--color-nav-dropdown-background);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul,
  .navmenu .megamenu ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active,
  .navmenu .megamenu > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
  section {
    color: #01216e;
    background-color: var(--color-background);
    padding: 20px 0 0 0;
    overflow: clip;
  }
  .hero {
    --color-default: #ffffff;
    --color-default-rgb: 255, 255, 255;
    --color-background: #000000;
    --color-background-rgb: 0, 0, 0;
    width: 100%;
    min-height: 100vh !important;
    position: relative;
    padding: 35px 15px 80px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero h2 {
    font-size: 48px;
  }
  .hero p {
    font-size: 14px;
    width: 100%;
  }
  .header .logo img {
    position: fixed;
    left: 0;
    max-height: 66px;
    margin-right: 0px;
    margin-left: 0px;
    width: 115px;
  }

  .request-demo {
    background: #00d094;
    color: var(--color-inverse);
    border: 0;
    width: 100%;
    height: 32px;
    padding: 6px 22px;
    transition: 0.4s;
    border-radius: 100px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  .header-phone {
    color: #01216e;
    margin: 0 auto;
    font-size: 14px;
  }
  .our-solutions {
    padding: 6px 22px;
    font-size: 12px;
    width: 134px;
    height: 32px;
  }
  .about-icon {
    width: 100%;
  }
  .about-header {
    width: 100%;
  }
  .solutions-title {
    font-weight: bold;
    font-size: 21px;
  }
  .about-us h4 {
    text-align: center;
    margin: -10px;
    font-weight: bold;
    /*margin-right: 60px !important;*/
  }
  .text1 {
    padding-right: 3% !important;
  }
  .text1 h4 {
    font-size: 20px;
    font-family: "Montserrat";
  }
  .text1 p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .slide:hover .all-text {
    padding-right: 23% !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .side-border {
    /*height: 165px;*/
    border-right: 0;
    /*margin-left: 5%;*/
  }
  .side-border-1 {
    border-right: 0;
  }
  .about-style {
    width: 100%;
  }
  .features .nav-link h4 {
    font-size: 9px;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .slide {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin: 0 -5px !important;
  }
  .slick-slide img {
    width: 80%;
    display: block;
    height: 400px;
    padding-left: 1%;
    border-radius: 8px;
  }
  .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: 15px !important;
    margin-left: -82px !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonial-author {
    text-align: center;
  }
  .testimonial-author-box {
    margin-left: 30px;
  }
  .clients {
    background: #01216e;
    /* padding: 55px 0; */
    text-align: center;
    height: 100%;
    /*padding-top: 0 !important;*/
  }
  .client-feedback-content {
    text-align: center;
    color: #fff;
    margin-top: -450px !important;
  }
  #footer .footer-top .footer-info {
    margin-top: -95px;
    padding: 20px 20px;
    margin-left: -16% !important;
    margin-right: -35% !important;
  }
  .sign-up-form input[type="submit"] {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    background-color: #00d094;
    border-color: #00d094;
    width: 100%;
    height: 32px;
    padding: 6px 22px;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #ffffff;
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
  .form-control {
    font-size: 0.55rem;
  }
  .section-header {
    /*margin-top: 45px;*/
    margin-bottom: 5px !important;
  }
  .show {
    display: none;
  }
  .partners-header {
    margin-right: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .clients {
    background: #01216e;
    padding: 0 0 45px 0;
    text-align: center;
    height: 100%;
    /* padding-top: 0 !important; */
  }
  .header-details {
    position: fixed;
    right: 0;
    display: inline-grid;
    margin-right: 15%;
  }
  .owl-theme .owl-dots {
    display: none;
  }
  .select-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
    float: left;
  }
  .footer .footer-about .logo {
    margin-left: 0;
  }
  .footer .footer-about p {
    margin-left: 0;
  }
  .follow-us {
    margin-left: 0;
  }
  .jumbotron {
    bottom: 85px !important;
  }
  .jumbotron h1 {
    font-size: 14px;
    margin-left: -32px;
  }
  .jumbotron p {
    font-size: 11px !important;
    margin-top: 8px;
    margin-left: -32px;
  }
  .hide-request-demo {
    display: none;
  }
  .features {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: visible;
  /*opacity: 0;*/
  right: 0px;
  bottom: 15px;
  z-index: 99999;
  /*background-color: #00D094;*/
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.whats-app {
  position: fixed;
  visibility: visible;
  /*opacity: 0;*/
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
.popup-text {
  text-align: justify;
  text-align-last: left;
  font-size: 14px;
}
.textt {
  text-align: justify;
  text-align-last: left;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--color-background);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: #00d094;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  --color-background: #01216e;
  --color-box-background: #eaeaea;
  color: var(--color-default);
  background-color: var(--color-background);
  font-size: 14px;
  padding-bottom: 50px;
  padding: 0px 90px 0px 40px;
  font-family: var(--font-primary);
}

.footer .footer-top {
  padding-top: 50px;
}
#footer .footer-top .footer-info {
  margin-top: -100px;
  margin-bottom: 80px;
  padding: 30px 20px;
  background: linear-gradient(
    295deg,
    #01216e 29.22%,
    #33738f 74.73%,
    #3aa78a 104.21%
  );
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-right: 8%;
  margin-left: 8%;
}
.sign-up-form {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.sign-up-form input[type="submit"] {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #00d094;
  border-color: #00d094;
  width: 164px;
  height: 44px;
  padding: 12px 22px 12px 22px;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  letter-spacing: 0.01em;
  color: #ffffff;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.div-img-bg {
  padding-bottom: 20px;
  /* border: 2px solid #3CBB8D;    */
  margin: 100px;
}
.div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -20px;
  margin-left: 5px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer .footer-about .logo {
  line-height: 0;
  margin-bottom: 25px;
  margin-left: 80px;
}

.footer .footer-about .logo img {
  max-height: 75px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--color-secondary);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--font-primary);
}

.footer .footer-about p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  font-size: 14px;
  font-family: var(--font-primary);
  width: 100%;
  margin-left: 80px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--color-default-rgb), 0.5);
  font-size: 16px;
  color: rgba(var(--color-default-rgb), 0.5);
  margin-right: 10px;
  transition: 0.3s;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 15%);
}

.footer .social-links a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.footer h4 {
  color: #3cbb8d !important;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(var(--color-default-rgb), 0.8);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #00d094;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  /*background-color: var(--color-box-background);*/
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.services-block {
  text-align: center;
  margin-top: 1rem;
  font-size: 14px;
  color: #7f7f7f;
  width: 125%;
}
.client-feedback-content {
  text-align: justify;
  text-align-last: right;
  color: #fff;
  margin-top: 80px;
  width: 85%;
  font-family: "Montserrat";
}
.social-title {
  color: #fff;
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Hero Section - Home Page
------------------------------*/
.hero {
  --color-default: #ffffff;
  --color-default-rgb: 255, 255, 255;
  --color-background: #000000;
  --color-background-rgb: 0, 0, 0;
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 35px 0 80px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin-left: 8%;
  margin-top: 15%;
  font-size: 60;
}
.hero p {
  width: 340px;
  height: 115px;
  left: 82px;
  text-align: justify;
  text-align-last: left;
  top: 345px;
  color: #01216e;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  margin-left: 8%;
}

.hero .sign-up-form {
  margin-top: 20px;
  padding: 10px;
  border-radius: 7px;
  background: var(--color-box-background);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.hero .sign-up-form .form-control {
  border: none;
}

.hero .sign-up-form .form-control:active,
.hero .sign-up-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero .sign-up-form input[type="submit"] {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #00d094;
  border-color: #00d094;
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  color: var(--color-inverse);
}

.hero .sign-up-form input[type="submit"]:hover {
  background-color: #00d094;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 48px;
  }

  .hero p {
    font-size: 14px;
    width: 100%;
  }
  .about-us h4 {
    text-align: left;
    margin: -10px;
  }
  #footer .footer-top .footer-info {
    margin-top: -95px;
    padding: 20px 20px;
    margin-left: -16% !important;
    margin-right: -35% !important;
  }
  .form-control {
    font-size: 0.55rem;
  }
  .clients {
    background: #01216e;
    padding: 0 0 45px 0;
    text-align: center;
    height: 100%;
  }
  .sign-up-form input[type="submit"] {
    width: 100%;
    height: 32px;
    padding: 6px 22px;
    font-size: 12px;
  }
  .partners-header {
    margin-right: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .request-demo {
    padding: 6px 22px;
    font-size: 12px;
    width: 100%;
    height: 32px;
  }
  .our-solutions {
    padding: 6px 22px;
    font-size: 12px;
    width: 134px;
    height: 32px;
  }
  .section-header {
    margin-bottom: 5px !important;
  }
  .header-details {
    position: fixed;
    right: 0;
    display: inline-grid;
    margin-right: 15%;
  }
  .header .logo img {
    position: fixed;
    left: 0;
    max-height: 66px;
    margin-right: 0px;
    margin-left: 0px;
    width: 115px;
  }
  .owl-theme .owl-dots {
    display: none;
  }
  .select-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
    float: left;
  }
  .footer .footer-about .logo {
    margin-left: 0;
  }
  .footer .footer-about p {
    margin-left: 0;
  }
  .follow-us {
    margin-left: 0;
  }
  .jumbotron {
    bottom: 85px !important;
  }
  .jumbotron h1 {
    font-size: 14px;
    margin-left: -32px;
  }
  .jumbotron p {
    font-size: 11px !important;
    margin-top: 8px;
    margin-left: -32px;
  }
  .hide-request-demo {
    display: none;
  }
  .features {
    margin-bottom: 0;
  }
}
.about-us img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.about-us h4 {
  text-align: left;
  margin: -10px;
  font-weight: bold;
}
.about-us p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  font-size: 16px;
  font-family: var(--font-primary);
}
.desc {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  font-size: 15px;
  font-family: var(--font-primary);
}
.desc h3 {
  font-size: 24px !important;
}
.intl-tel-input,
.iti {
  width: 100%;
  transform: matrix(1, 0, 0, -1, 0, 0);
  color: gray;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f5f5f5;
  text-align: center;
  height: 100%;
}
.clients .container {
  margin-top: 0;
}
.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients img {
  width: 50%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 0 60px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}
/* About Section - Home Page
------------------------------*/
.about {
  --color-background: #f4f4f4;
}

.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: rgb(253 182 24 / 9%);
  color: #01216e;
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  color: var(--color-secondary);
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--color-primary);
  color: var(--color-inverse);
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .icon-box {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: var(--color-box-background);
}

.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  color: #00d094;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 9%);
}

.about .icon-box h3 {
  color: #01216e;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box:hover i {
  background-color: #00d094;
  color: var(--color-inverse);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {
  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}

/* Stats Section - Home Page
------------------------------*/
.stats {
  --color-default: #ffffff;
  --color-default-rgb: 255, 255, 255;
  --color-background: #000000;
  --color-background-rgb: 0, 0, 0;
  position: relative;
  padding: 120px 0;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.stats:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.stats .container {
  position: relative;
  z-index: 3;
}
.stats .stats-item {
  padding: 30px;
  width: 100%;
}
.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: #01216e;
  font-weight: 700;
}
.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  color: #01216e;
}
/* Services Section - Home Page
------------------------------*/
.services .service-item {
  position: relative;
  padding-top: 40px;
}
.services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgb(0 208 148 / 12%);
}
.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #00d094;
  border-right: 5px solid var(--color-background);
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 25px;
  line-height: 0;
}
.services .service-item .icon i {
  color: rgba(var(--color-default-rgb), 0.7);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: rgb(0 208 148 / 50%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}
.services .service-item .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  width: 111%;
}
.services .service-item .title a {
  color: var(--color-secondary);
}
.services .service-item .title a:hover {
  color: var(--color-primary);
}

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}
/* swiper button css */
.nav-btn {
  height: 0px;
  width: 70px;
  border-radius: 50%;
  transform: translate(90px, 20px);
  transition: 0.2s;
  display: block;
  margin: -50px 0;
}
.nav-btn-1 {
  height: 0px;
  width: 70px;
  top: 75%;
  border-radius: 50%;
  transform: translateX(-90px);
  transition: 0.2s;
  display: block;
  margin: -50px 0;
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
/* Features Section - Home Page
------------------------------*/
.features .features-item {
  color: rgba(var(--color-default-rgb), 0.8);
}

.features .features-item + .features-item {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .features .features-item + .features-item {
    margin-top: 40px;
  }
}
.features .features-item h3 {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 26px;
}
.features .features-item .btn-get-started {
  background-color: var(--color-primary);
  color: var(--color-inverse);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}
.features .features-item .btn-get-started:hover {
  background-color: rgba(var(--color-primary-rgb), 0.9);
}
.features .features-item ul {
  list-style: none;
  padding: 0;
}
.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.features .features-item ul li:last-child {
  padding-bottom: 0;
}
.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}
.features .features-item img {
  border: 6px solid var(--color-box-background);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.features .features-item .features-img-bg {
  position: relative;
  min-height: 500px;
}
@media (max-width: 640px) {
  .features .features-item .features-img-bg {
    min-height: 300px;
  }
}
.features .features-item .features-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.features .features-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.features .features-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}
.features .features-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1 / span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
/* Portfolio Section - Home Page
------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--font-secondary);
}
.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--color-inverse);
  background-color: var(--color-primary);
}
.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}
.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: rgba(var(--color-box-background-rgb), 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: rgba(var(--color-default-rgb), 0.7);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--color-default-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
/* Pricing Section - Home Page
------------------------------*/
.pricing {
  padding: 60px 0 120px 0;
}
.pricing .section-title {
  margin-bottom: 40px;
}
.pricing .pricing-item {
  background: var(--color-box-background);
  box-shadow: 0 3px 20px -2px rgba(var(--color-default-rgb), 0.1);
  padding: 60px 40px;
  height: 100%;
  position: relative;
  border-radius: 15px;
}
.pricing h3 {
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.pricing .icon {
  margin: 30px auto 20px auto;
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}
.pricing .icon i {
  color: var(--color-background);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}
.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: rgba(var(--color-primary-rgb), 0.2);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: rgba(var(--color-primary-rgb), 0.1);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}
.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: rgba(var(--color-default-rgb), 0.5);
  font-size: 18px;
  font-weight: 400;
}
.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: rgba(var(--color-default-rgb), 0.8);
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}
.pricing ul .na {
  color: rgba(var(--color-default-rgb), 0.3);
}
.pricing ul .na i {
  color: rgba(var(--color-default-rgb), 0.3);
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  color: rgba(var(--color-default-rgb), 0.8);
  background-color: var(--color-inverse);
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid rgba(var(--color-default-rgb), 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: 0.3s;
}
.pricing .buy-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-inverse);
}
.pricing .featured {
  z-index: 10;
  border: 3px solid var(--color-primary);
}
.pricing .featured .buy-btn {
  background-color: var(--color-primary);
  color: var(--color-inverse);
}
.pricing .featured .buy-btn:hover {
  background-color: rgba(var(--color-primary-rgb), 0.9);
}
@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
  .hero {
    --color-default: #ffffff;
    --color-default-rgb: 255, 255, 255;
    --color-background: #000000;
    --color-background-rgb: 0, 0, 0;
    width: 100%;
    min-height: 80vh;
    position: relative;
    padding: 35px 0 80px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-phone {
    color: #01216e;
    margin: 0 auto;
  }
  .header .logo img {
    max-height: 66px;
    margin-right: 200px;
    margin-left: -2px;
    width: 150px;
  }
  .about-us img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
  }
  .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -20px;
    margin-left: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tab-style-1 {
    width: 100%;
  }
  .tab-style-2 {
    width: 100%;
  }
  .tab-style-3 {
    width: 100%;
  }
  .tab-style-4 {
    width: 100%;
  }
}
.tab-style-1 {
  width: 100%;
}
.tab-style-2 {
  width: 100%;
}
.tab-style-3 {
  width: 100%;
}
.tab-style-4 {
  width: 100%;
}
#text {
  display: none;
}
.social a {
  color: rgb(173 172 172 / 43%);
}
.social a:hover {
  color: #fdb618;
}
/* Team Section - Home Page
------------------------------*/
.team {
  --color-background: #f4f4f4;
  --color-box-background-rgb: 0, 0, 0;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: #444444;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fdb618;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.team .member .social a i {
  color: #a2a2a2;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #fdb618;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.section-header {
  margin-bottom: 50px;
}
.testimonials-1 .testimonial-wrap {
  padding-left: 20px;
}
.testimonials-1 .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.testimonials-1 .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-left: 15px;
}
.testimonials-1 .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000 !important;
}
.testimonials-1 .testimonial-item h4 {
  font-size: 14px;
  color: #999 !important;
  margin: 0;
}
.testimonials-1 .testimonial-item .stars {
  margin: 10px 0;
}
.testimonials-1 .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials-1 .testimonial-item .quote-icon-left,
.testimonials-1 .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}
.testimonials-1 .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials-1 .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.testimonials-1 .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials-1 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials-1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.testimonials-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
@media (max-width: 767px) {
  .testimonials-1 .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials-1 .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials-1 .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.slide {
  width: 125% !important;
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}
.slide img {
  max-width: 100%;
  position: relative;
  transition: all 1s ease-out;
}
.slide.slick-center img {
  transition: all 1s ease-out;
  opacity: 1;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  z-index: 3000;
  top: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
}
.slick-next {
  right: calc(50% - 545px);
  text-indent: 1px;
}
.slick-prev {
  left: calc(50% - 545px);
  text-indent: -2px;
}
.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  bottom: 33px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.slick-dots {
  position: absolute;
  bottom: 0;
  right: calc(50% - 432px);
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  float: left;
  display: block;
  margin: 1rem 0.2rem;
  font-size: 0;
}
.slick-dots button {
  border: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  text-indent: 9999px;
  padding: 0;
}
.slider .slick-dots .slick-active button {
  background: rgba(255, 255, 255, 0.8);
}
.text1 {
  position: absolute;
  direction: rtl;
  width: 78%;
  top: 65%;
  padding-right: 6%;
  padding-left: 2%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text1 p {
  text-align: justify;
  text-align-last: right;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.slide:hover .text1 {
  display: none;
}
.all-text {
  display: none;
}
.slide:hover .all-text {
  display: block;
  position: absolute;
  direction: rtl;
  width: 72%;
  top: 0;
  padding-left: 3%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  text-align-last: right;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.prev .text {
  text-align: right;
  float: right;
}
.slick-active .text {
  padding: 0 55px 99px;
}
.category {
  text-transform: uppercase;
  color: #de751f;
}
.title {
  font-size: 1.1rem;
  line-height: 1.15em;
  margin: 0.4rem 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  color: #fff;
}
.slider.changing .text {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.slick-active .title {
  margin-top: 0.8rem;
  font-size: 3.1rem;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.summary {
  position: relative;
  height: 1px;
  top: 100px;
  font-weight: 400;
  margin: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slick-active .summary {
  top: 5px;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.slide:before {
  content: "";
  display: block;
}
.slide figure:before,
.slide figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide figure:before {
  top: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
.select-box {
  position: relative;
  width: 140px;
  margin: 0 auto;
  float: left;
}

.select-box input {
  width: 100%;
  padding: 0 0.6rem;
  font-size: 1rem;
  text-align: right;
  border: 0.1rem solid transparent;
  outline: none;
}
input[type="tel"] {
  border-radius: 0 0.5rem 0.5rem 0;
}

.select-box input:focus {
  border: 0.1rem solid var(--primary);
}
.selected-option {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.selected-option div {
  position: relative;
  width: 6rem;
  padding: 0 0.5rem 0 2.8rem;
  text-align: center;
  cursor: pointer;
}
.selected-option div::after {
  position: absolute;
  content: "";
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.12rem solid var(--primary);
  border-bottom: 0.12rem solid var(--primary);
  transition: 0.2s;
}
.selected-option div.active::after {
  transform: translateY(-50%) rotate(225deg);
}
.select-box .options {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
}
.select-box .options.active {
  display: block;
}
.select-box .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom-color: var(--primary);
}
input.search-box {
  background-color: var(--primary);
  color: #000;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.4rem 1rem;
  font-size: 1rem;
}
.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
}
.select-box ol::-webkit-scrollbar {
  width: 0.6rem;
}
.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  border-radius: 0.4rem;
}
.select-box ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #000;
}
.select-box ol li.hide {
  display: none;
}
.select-box ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
  width: 100%;
}
.select-box ol li:hover {
}
.select-box ol li .country-name {
  margin-left: 0.4rem;
  color: #000;
}
.uk-section {
  /* background-color: #666 */
  padding-top: 0 !important;
  padding-bottom: 60px;
}
.uk-margin {
  margin-bottom: 0;
}
.owl-carousel {
  position: relative;
  margin-top: 0px;
}
.owl-nav {
  position: absolute;
  top: 580px;
  right: 100px;
}
.uk-card-primary {
  border-radius: 8px;
}
h3 {
  margin-top: 10px;
}
.uk-card > :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
p {
  margin-top: 30px;
  margin-bottom: 0;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #383838;
}
.owl-dots {
  margin-top: 30px;
}
.uk-card-title {
  padding-bottom: 20px;
}
.uk-card-primary {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  border: 1px solid rgb(192 187 187 / 20%);
}
.uk-card-primary {
  color: #000 !important;
}
.uk-card-primary > :not([class*="uk-card-media"]) {
  color: #01216e !important;
}
.uk-margin-small-left {
  margin-left: 0 !important;
}
.uk-margin-small-right {
  margin-right: 0px !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  direction: ltr;
}
.owl-theme .owl-nav [class*="owl-"] {
  height: 40px;
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 10px 4px 10px !important;
  background: none !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px !important;
}
.owl-theme .owl-nav {
  margin-top: 40px;
}
svg {
  vertical-align: middle;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00d094 !important;
}
audio,
canvas,
video {
  max-width: 100%;
  box-sizing: border-box;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: right !important;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.item {
  box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 5px;
}
.swiper {
  height: 220px;
}
.swiper-slide {
  margin-left: -1px;
}
