/* .bismillah {
    width: 260px;
    position: absolute;
    top: 26px;
    left: 50%;
    align-self: start;
    transform: translateX(-50%);
} */

/*******************************************/
/************ General Settings /************/

:root {
  --gray: #9c9c9c;
  --red: #f32027;
  --redLight: #ff5454;
  --redDark: #a30c0c;
  --teal: #20c997;
  --tealWhite: #cbffef;
  --tealLight: #63e6be;
  --tealDark: #087f5b;
  --tealDarker: #0d503c;
  --tealBlack: #10372b;
  --blue: #339af0;
  --blueLight: #74c0fc;
  --blueDark: #1864ab;
  --blueBlack: #1a4d78;
}

* {
  /* transition: all 0.3s ease; */
}

body {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #222222;
  cursor: none;
  position: relative;
}

p span {
}

body .full-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.cursor {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 999999;
  opacity: 0.6;
  transition: 0.1s;
  /* border: 1px #c6c6c6; */
  border-radius: 50px;
  pointer-events: none;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  border: 3px solid transparent !important;

  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255))
      padding-box,
    linear-gradient(to right, var(--teal), var(--teal)) border-box;

  transition: opacity 0.3s ease;
}

.cursor2 {
  position: fixed;
  width: 6px;
  height: 6px;
  background-color: var(--tealDark);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s, width 0.4s ease, height 0.4s ease;
  z-index: 999999;
}

/**========================================================================
 *                           WEBSITE COOKIES 
 *========================================================================**/

.cookies-bg {
  /* BG */
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;

  display: flex;
  justify-content: center;
  align-items: center;
  scroll-behavior: none;
  opacity: 1;
  transition: all 0.3s ease;
}

.cookies {
  background-color: var(--tealDarker);
  border-radius: 7px;
  padding: 24px;
  max-width: 88%;

  display: flex;
  flex-direction: column;
}

.cookies .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies .top-line .icon {
  color: white;
  font-size: 24px;
  margin: -10px 0px !important;
  cursor: pointer;
}

.cookies .top-line .icon i {
  padding: 10px;
}

.cookies .heading {
  color: white;
  font-weight: 700;
  margin-top: -3px;
}

.cookies hr {
  border-width: 1px;
}

.cookies p.text {
  color: white;
  max-width: 310px;
  font-weight: 500;
}

/* 
.cookies button {
    background-color: var(--teal);
    color: white;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
} */

/*******************************************/
/*************** KEYFRAMES ****************/
@keyframes stickyNavLogoAnimation {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*******************************************/
/************ General Classes /************/

/* OTHERS */

.section-gray {
  box-shadow: inset 0 0 7px rgb(0 0 0 / 8%);
  /* background-color: #e7e7e7; */
  /* background-color: #f3f3f3; */
  background-color: #f1f1f1;
}

/*============= ::BEFORE, ::AFTER & SIMPLE LINES  =============*/

.left-line {
  position: relative;
  padding-left: 20px;
}

.left-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: var(--teal);
}

.zig-zag-separator {
  margin-top: 30px;
  margin-bottom: 40px;
}

.zig-zag-separator span:first-child {
  margin-left: 0 !important;
}

.zig-zag-separator span {
  position: relative;
  display: inline-block;
  left: 7px;
  width: 15px;
  height: 15px;
  margin-top: -5px;
  margin-left: -3px;
  border-width: 0 5px 5px 0;
  border-style: solid;
  border-color: var(--teal);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -webkit-transform: rotate(45.1deg);
  -moz-transform: rotate(45.1deg);
  -o-transform: rotate(45.1deg);
  -ms-transform: rotate(45.1deg);
  transform: rotate(45.1deg);
}

.btm-line {
  position: relative;
  width: 60px;
  height: 3px;
  background: var(--teal);
  display: block;
}

/*---- END OF LINES ----*/

.text-gradient {
  display: inline;
  background: linear-gradient(
    to right,
    var(--teal),
    var(--tealDark)
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.text-silver {
  display: inline-block;
  /* background: linear-gradient(to right, #dedede, #ffffff) !important; */

  background: linear-gradient(
    90deg,
    #dedede,
    #ffffff 26%,
    #dedede 51%,
    #ffffff 74%,
    #a1a1a1
  );

  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.btm-underline {
  position: relative;
  padding-bottom: 40px;
}

.btm-underline::before {
  content: "";
  background-color: var(--teal);
  height: 2px;
  width: 60px;

  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}

.shadow-cus {
  box-shadow: inset 0 0 7px rgb(0 0 0 / 8%);
}

/*------- BORDER COLORS -------*/

.border-teal {
  border-color: var(--teal) !important;
}

/*------- COLORS -------*/

.text-gray {
  color: var(--gray);
}

.text-teal {
  color: var(--teal);
}

.text-tealWhite {
  color: var(--tealWhite);
}

.text-tealLight {
  color: var(--tealLight);
}

.text-tealDark {
  color: var(--tealDark);
}

.text-blue {
  color: var(--blue) !important;
}

.text-blueDark {
  color: var(--blueDark) !important;
}

.text-red {
  color: var(--red);
}

.text-redDark {
  color: var(--redDark);
}

/*------- Background -------*/

.bg-teal {
  background-color: var(--teal) !important;
}

.bg-tealLight {
  background-color: var(--tealLight) !important;
}

.bg-tealDark {
  background-color: var(--tealDark) !important;
}

.bg-tealDarker {
  background-color: var(--tealDarker) !important;
}

.bg-tealBlack {
  background-color: var(--tealBlack) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blueLight {
  background-color: var(--blueLight) !important;
}

.bg-blueDark {
  background-color: var(--blueDark) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-redLight {
  background-color: var(--redLight) !important;
}

.bg-redDark {
  background-color: var(--redDark) !important;
}

/* BORDER COLORS */

.border-teal {
  border-color: var(--teal) !important;
}

.border-blue {
  border-color: var(--blue) !important;
}

.border-red {
  border-color: var(--red) !important;
}

/* SECTIONS MARGINS */

.section-my {
  margin-bottom: 120px !important;
  margin-top: 120px !important;
}

.section-mb {
  margin-bottom: 120px !important;
}

.section-mt {
  margin-top: 120px !important;
}

.section-py {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.section-pb {
  padding-bottom: 120px !important;
}

.section-pt {
  padding-top: 120px !important;
}

.section-padding {
  padding: 120px;
}

/* BUTTONS */

.btn-base,
.btn-light {
  padding: 8px 26px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.btn-base {
  color: white;
  background-color: var(--tealDarker);
  border: 2px solid var(--tealDarker);
}

.btn-base.btn-sm {
  padding: 8px 38px;
}

.btn-light {
  color: var(--tealDarker);
  background-color: #fff;
  border: 2px solid #fff;
}

.btn-base i,
.btn-light i {
  font-size: 16px;
  opacity: 0;
  margin-left: -16px;
  transition: all 0.3s ease;
}

.btn-base:hover {
  background-color: white;
  border-color: var(--tealDark);
  color: var(--tealDarker);
}

.btn-light:hover {
  /* color: var(--tealDarker);
    background-color: #fff; */
}

.btn-base:hover i,
.btn-light:hover i {
  opacity: 1;
  margin: 0;
}

/* Button Style */

.btn-style {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.5s linear;
  overflow: hidden;
}

.btn-style.btn-base:hover {
  color: var(--tealDarker);
  background-color: var(--tealDarker);
}

.btn-style.btn-light:hover {
  color: #fff;
}

.btn-style::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 101%;
  height: 103%;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.btn-style.btn-base::before {
  background: #fff;
}

.btn-style.btn-light::before {
  background: var(--teal);
}

.btn-style:hover::before {
  transform: scaleX(1);
}

/* .btn-style.btn-light {
    border-color: #fff;
    background-color: #fff;
    color: var(--tealDarker);
    font-weight: 600;
}

.btn-style.btn-light:hover {
    color: #fff;
    background-color: #fff;
}

.btn-style.btn-light::before {
    background: var(--tealDarker);
} */

/* Button Animation */

.btn-animation {
  animation: btnAnimation 4s ease-in-out infinite;
  transform: translateY(0);
}

@keyframes btnAnimation {
  0% {
    transform: translateY(0);
  }

  6% {
    transform: translateY(-10px);
  }

  10% {
    transform: translateY(8px);
  }

  16% {
    transform: translateY(-6px);
  }

  21% {
    transform: translateY(4px);
  }

  26% {
    transform: translateY(-2px);
  }

  31% {
    transform: translateY(1px);
  }

  36%,
  100% {
    transform: translateY(0);
  }
}

/**======================
 *    BREADCRUMB
 *========================**/

.section-breadcrumb {
  height: 460px;
  background-size: cover !important;
  position: relative;
}

.section-breadcrumb.breadcrumb-left-black::after {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%
  );
}

.section-breadcrumb.breadcrumb-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); */
}

.section-breadcrumb .banner-text {
  position: relative;
  display: inline-block;
  padding: 40px 125px 40px 0px;
  border-top: 5px solid rgba(0, 96, 67, 0.5);
  border-bottom: 5px solid rgba(0, 96, 67, 0.5);
  border-right: 5px solid rgba(0, 96, 67, 0.5);
  z-index: 1;
}

.section-breadcrumb .banner-text:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 5px;
  height: 30px;
  background: rgba(0, 96, 67, 0.5);
  content: "";
}

.section-breadcrumb .banner-text:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 5px;
  height: 30px;
  background: rgba(0, 96, 67, 0.5);
  content: "";
}

.section-breadcrumb .banner-title h2 {
  color: var(--tealDarker);
  margin-bottom: 4px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.section-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-breadcrumb ul li {
  position: relative;
  margin-right: 22px;
  z-index: 2;
}

.breadcrumbs > ul > li:last-child:after {
  display: none;
}

.section-breadcrumb ul li,
.section-breadcrumb ul li a {
  position: relative;
  color: var(--tealDarker);
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

.section-breadcrumb ul li:after {
  position: absolute;
  content: "/";
  color: var(--tealDarker);
  /* font-weight: 600; */
  right: -16px;
  top: 0;
}

.breadcrumb-shadow.banner-text {
  text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px -1px 4px white,
    0px 2px 4px white;
}

.breadcrumb-shadow ul li,
.breadcrumb-shadow ul li a {
  text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px -1px 3px white,
    0px 1px 3px white;
}

.section-breadcrumb.breadcrumb-light .banner-text:before,
.section-breadcrumb.breadcrumb-light .banner-text::after {
  background: rgba(39, 255, 190, 0.8);
}

.section-breadcrumb.breadcrumb-light .banner-text {
  border-color: rgba(39, 255, 190, 0.8) !important;
}

.section-breadcrumb.breadcrumb-light .banner-title h2 {
  color: var(--tealLight);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.section-breadcrumb.breadcrumb-light ul li:after {
  color: var(--tealLight);
}

.section-breadcrumb.breadcrumb-light ul li,
.section-breadcrumb.breadcrumb-light ul li a {
  color: var(--tealLight);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.section-breadcrumb.breadcrumb-light .breadcrumb-shadow .banner-text {
  text-shadow: 0px 0px 20px #000, 0px 0px 20px #000, 0px -1px 4px #000,
    0px 2px 4px #000;
}

/*---------------------------------------------*/
/*  ELEMENT GETTING WIDDER ON SCROLL
/*---------------------------------------------*/

#expand {
  background: var(--red);
  height: 5px;
  max-width: 100%;
  position: fixed;
  width: 0;
  max-width: 100%;
  top: 0;
  left: 0;
  will-change: width;
  z-index: 9999;
  transition: 100ms ease;
}

/* ************************************ */
/* *************  HEADER  ************* */

.divider-line {
  height: 0.5px;
  width: 100%;
  background-color: #ccc;
}

.mob_top_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: var(--tealDarker);
  width: 100%;
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  top: 0;
}

.mob_top_bar .mob_top_bar_img {
  width: 30px;
  height: auto;
  transform: rotate(-15deg);
}

.mob_top_bar p {
  color: white;
}

.mob_fixed_space {
  padding-bottom: 44px;
}

.mob-logo {
  margin-bottom: 6px;
}

.mob-logo-text {
  font-size: 23px;
  font-weight: 700;
  color: var(--tealDark);
}

/* --------------- Start Preloader --------------- */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to right, var(--teal) 0%, var(--tealDark) 100%);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* --------------- End Preloader --------------- */

/**========================================================================
 *                           NAVIGATION
 *========================================================================**/

.navbar .company-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 17.6px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: -5px;
  color: #254d84;
}

.navbar .nav-bismillah {
  max-height: 65px;
  position: absolute;
  top: 17px;
  right: 50%;
  transform: translateX(50%);
}

.navbar-nav .nav-item .nav-link {
  padding: 16px 0.25rem 8px 0.25rem;
  margin-top: -22px;
  /* margin-top: -16px; */
}

.sticky_nav.navbar-nav .nav-item .nav-link {
  margin-top: 0;
}

.navbar-nav .nav-item:last-child .nav-link {
  margin-right: -0.5rem;
}

.navbar .nav-get_quote {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar .nav-get_quote a.btn-base {
  margin-right: 9px;
}

.navbar .nav-menu-btn button {
  width: 100%;
  background-color: var(--tealBlack);
  color: white;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .nav-menu-btn button .bar-icon {
  font-size: 20px;
}

nav .navbar-collapse .navbar-nav .nav-item {
  padding: 0 8px;
}

/*================== ACTIVE =================*/

.navbar .nav-item.active .nav-link {
  position: relative;
  color: var(--tealDark);
}

.navbar .nav-item .dropdown {
  position: absolute;
  right: 0;
  background-color: white;
  top: 170px;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--teal);
  box-shadow: rgba(32, 201, 151, 0.34) 0px 12px 22px -10px;
  border-radius: 12px;
}

.sticky_nav .nav-item .dropdown {
  top: 120px !important;
}

.sticky_nav .nav-item:hover .dropdown {
  top: 65px !important;
}

.navbar .nav-item:hover .dropdown {
  top: 130px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.navbar .nav-item .dropdown .dropdown-grid {
  column-count: 2;
  gap: 30px;
}

.navbar .nav-item .dropdown .dropdown-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 14px;
}

.navbar .nav-item .dropdown .dropdown-item .active {
  color: var(--teal);
}

.navbar .nav-item .dropdown .dropdown-item:hover {
  background-color: #f3f3f3;
}

.navbar .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-bottom: solid 7px var(--teal);
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  transform: translateX(-50%);
}

.navbar .nav-item.active .nav-link.software-btn::after {
  left: calc(50% - 8px);
}

.sticky_nav.navbar .nav-item.active .nav-link::after {
  /* bottom: -29px; */
}

.navbar nav {
  background: #fff;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.navbar nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar nav ul li {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.navbar .dropdown-container {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 100;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border: 2px solid var(--teal);
  box-shadow: rgba(32, 201, 151, 0.34) 0px 12px 22px -10px;
  border-radius: 12px;
  overflow: hidden;
}

.navbar.sticky_nav .dropdown-container {
  top: 80px !important;
}

.navbar .dropdown-container .logo-with-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.navbar .dropdown-container .logo-with-text .company-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 13.3px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: -5px;
  color: #254d84;
}

.navbar .sidebar {
  max-width: 240px;
  width: 100%;
  background: #daf4ed;
  padding: 30px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.navbar .sidebar button {
  padding: 10px 12px;
  border: none;
  background: none;
  text-align: left;
  font-weight: 500;
  color: black;
  cursor: pointer;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .sidebar button.active,
.navbar .sidebar button:hover {
  background: #bfe2d9;
}

.navbar .content {
  flex: 1;
  padding: 30px 30px;
}

.navbar .content .tab-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.navbar .content .tab-content .business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 20px;
}

.navbar .content .tab-content .business-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.navbar .content .tab-content .business-item:first-child {
  border-right: 1px solid #d7d7d7;
  padding-right: 20px;
}

.navbar .content .tab-content .business-item .title {
  font-weight: 700;
  padding: 0 12px;
}

.navbar .content .tab-content .business-item .business-list {
  font-weight: 300;
}

.navbar .content .tab-content .business-item .business-list li {
  padding: 14px 12px 14px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
}

.navbar .content .tab-content .business-item .business-list li i {
  color: var(--teal);
  font-size: 14px;
  margin-right: 8px;
  margin-top: 6px;
}

.navbar .content .tab-content .business-item .business-list li:hover {
  background: #f1f1f9;
}

.navbar .card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 20px;
  transition: box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-color: var(--teal);
  display: flex;
  align-items: start;
}
.navbar .card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--teal);
}

.navbar .card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.navbar .card i {
  font-size: 16px;
  margin-right: 7px;
  margin-top: 5px;
  color: #666;
}

.navbar .solutions-dropdown {
  height: 440px;
}

.solutions-dropdown {
  display: none;
}

.solutions-dropdown.active {
  display: inline-flex;
}

/**========================================================================
 *                           STICKY NAVIGATION
 *========================================================================**/

/*-----------------------------------------------------------------------------------*/
/* STICKY NAVIGATION */
/*-----------------------------------------------------------------------------------*/

.sticky_nav {
  position: fixed !important;
  width: 100% !important;
  top: -140px;
  background-color: rgba(255, 255, 255, 1) !important;
  transition-property: top;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  padding-top: 0;
  z-index: 99;
  animation: noneToFlex;
  animation-delay: 100ms;
}

.sticky_nav.show_sticky {
  animation: flexToNone;
  animation-delay: 100ms;
  top: 0;
  box-shadow: 0px 0px 24px -4px rgb(0 0 0 / 15%);
}

.sticky_nav .logo-box {
  position: absolute;
  left: 0;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.95);

  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(9px + 5px) 10px 10px 10px;
  /* 5px For Top Expand Bar */
  transition: top 1s ease-out;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  border: 3px solid var(--teal);
}

.sticky_nav .logo-box .logo-icon {
  width: 52px;
}

.sticky_nav .logo-box .logo-text {
  width: 120px;
}

.sticky_nav.show_sticky .logo-box {
  top: 0;
}

.sticky_nav .logo-box .sticky-logo .logo-icon {
  opacity: 0;
  transform: scale(0.65);
  transition: all 1s ease !important;
}

.sticky_nav .logo-box .sticky-logo .logo-text {
  opacity: 0;
  transform: scale(0.65);
  transition: all 1s ease !important;
}

.sticky_nav.show_sticky .logo-box .sticky-logo.logo-animate .logo-icon {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.sticky_nav.show_sticky .logo-box .sticky-logo.logo-animate .logo-text {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.sticky_nav .navbar-nav .nav-link {
  padding: 20px 0.5rem;
  margin-top: 0;
}

.sticky_nav .fade-nav-link {
  opacity: 0 !important;
  transition: all 0.5s ease;
}

.sticky_nav .fade-nav-link.fadded {
  opacity: 1 !important;
}

/**========================================================================
 *                           MOBILE NAVIGATION
 *========================================================================**/

@media (max-width: 600px) {
  .mobile-nav {
    display: block !important;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #daf4ed;
  color: var(--tealBlack);
  transition: left 0.3s ease-in-out;
  padding-top: 50px;
  z-index: 9999;
  overflow: scroll;
  display: none;
}

.mob-logo {
  margin-top: 20px;
}

.mob-logo img {
  margin: 0 auto;
}

.mob-logo .company-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 12.6px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: -5px;
  color: #254d84;
}

.mobile-nav.open {
  left: 0;
}

.mobile-nav .mobile-menu-items {
  list-style: none;
  padding: 0 18px;
  margin-top: 20px;
}

.mobile-nav .mobile-menu-items li {
  padding: 10px 18px;
  border: 1px solid var(--teal);
  margin-bottom: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.mobile-nav .mobile-menu-items li a {
  color: var(--tealBlack);
  text-decoration: none;
  display: block;
}

.mobile-nav .solutions-dropdown-content {
  display: none;
  list-style: none;
  padding: 0;
}

.mobile-nav .solutions-dropdown-item.open .solutions-dropdown-content {
  display: block;
}

.mobile-nav .erp-solutions-dropdown {
  margin-top: 20px;
}

.mobile-nav .erp-solutions-dropdown-content,
.mobile-nav .business-software-dropdown-content {
  margin-top: 20px;
}

.mobile-nav .erp-solutions-dropdown-content,
.mobile-nav .business-software-dropdown-content {
  display: none;
  list-style: none;
  padding: 0;
}

.mobile-nav .erp-solutions-dropdown-content li,
.mobile-nav .business-software-dropdown-content li {
  padding: 10px 10px !important;
}

.mobile-nav .erp-solutions-dropdown,
.mobile-nav .business-software-dropdown {
  padding: 10px 10px !important;
}

.mobile-nav .erp-solutions-dropdown.open .erp-solutions-dropdown-content,
.mobile-nav
  .business-software-dropdown.open
  .business-software-dropdown-content {
  display: block;
}

.mobile-nav .mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: var(--tealBlack);
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-nav-toggle {
  display: none;
  position: relative;
  border: none;
  cursor: pointer;
  z-index: 9999;
  align-items: start;
  width: 100%;
  border-top: 1px solid;
  text-align: start;
  padding: 10px 10px;
  margin-top: 20px;
}

.mobile-nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.dropdown-icon {
  transition: transform 300ms ease;
  margin-left: 6px;
  font-size: 0.8em;
}

.solutions-dropdown-item.open > a .dropdown-icon,
.erp-solutions-dropdown.open > a .dropdown-icon,
.business-software-dropdown.open > a .dropdown-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: block;
  }

  .mobile-nav-toggle {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }

  #mobile-nav-toggle {
    display: none;
  }
}

/* ******************************************************** */
/* ******************************************************** */
/* *****************  PIZZA DELIVERY PAGE ***************** */

/* ********  TESTIMONIAL  ******** */

.testimonials .testimonial-item {
  position: relative;
  padding: 30px;
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}

.testimonials .testimonial-item .quote-icon {
  top: 0;
  right: 50%;
  width: 34px;
  height: 34px;
  transform: translate(50%, -50%);

  position: absolute;
  font-size: 18px;
  background: #f5f5f5;
  border-radius: 31px;
  border: 2px solid #555;
  color: #555;

  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials .testimonial-item .cust-log {
  position: relative;
  align-self: center;
}

.testimonials .testimonial-item .cust-log::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  border-radius: 50%;
}

.testimonials .testimonial-item .cust-log img {
  padding-bottom: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/**========================================================================
 *                           FOOTER
 *========================================================================**/

/* ***************  NEWSLETTER **************** */

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--teal);
  padding: 50px;
  box-sizing: border-box;
  transform: translateY(50%);
  position: relative;
  margin-top: -89.5px;
  z-index: 9;
}

.newsletter .newsletter-textbox {
  width: 50%;
  float: left;
  text-transform: uppercase;
  box-sizing: border-box;
}

.newsletter .newsletter-textbox .sub-heading {
  color: #ffffff;
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
}

.newsletter .newsletter-textbox .heading {
  width: 100%;
  float: left;
  font-size: 29px;
  line-height: 52px;
  color: white;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  box-sizing: border-box;
}

.newsletter .newsletter-textbox .heading span {
  display: inline-block;
  font-weight: 700;
  box-sizing: border-box;
  color: white;
}

.newsletter-box {
  width: 50%;
  float: right;
  box-sizing: border-box;
  position: relative;
}

.newsletter-box .newsletter-box-input {
  width: 100%;
  height: 50px;
  float: left;
  background: white;
  padding: 0 200px 0 30px;
  border-radius: 40px;
  color: var(--tealDarker);
  box-sizing: border-box;
}

.newsletter-box .newsletter-box-input::placeholder {
  color: var(--tealDarker);
}

.newsletter-box button {
  height: 50px;
  float: right;
  background: white;
  border: 2px solid var(--tealDark);
  padding: 0 40px;
  color: var(--tealDark);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 40px;
  text-transform: uppercase;
  box-sizing: border-box;
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0px;
}

/* ***************  FOOTER LOGO **************** */

.footer-logo {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  animation: logoFlipAnimation 3s ease-in-out infinite;
}

@keyframes logoFlipAnimation {
  0% {
    transform: perspective(400px) rotateY(-25deg);
  }

  50% {
    transform: perspective(400px) rotateY(25deg);
  }

  100% {
    transform: perspective(400px) rotateY(-25deg);
  }
}

/* ***************  FOOTER **************** */

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

.footer {
  box-shadow: 0 -12px 24px 0px var(--teal);
  background-color: #022118;
  background-position: center;
  background-size: cover;
}

.f-social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;

  font-size: 10px;

  border: 2px solid #bbb;
  border-radius: 50%;

  color: white;
}

.copyright-cont {
  grid-template-columns: auto 1fr auto;
}

.copyright {
  margin-top: -28px;
}

.f-extra-links a:hover {
  text-decoration: underline;
}

.f-nav-link span {
  padding-bottom: -2px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.f-nav-link:hover span {
  color: white;
  border-bottom: 1px solid white;
}

.bg-overly-img {
  position: relative;
}

/* .bg-overly-img:after {
    content: "";
    background: url(../assets//img/footer/overly-img.png) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
} */

/* *******  Back to top *******  */

/** ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 45px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: var(--teal);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--teal);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/** ====================== [ End progress-wrap ] ====================== */

/* .scrolltop-cont {
    position: fixed;
    display: inline-block;
    cursor: context-menu;
    right: 28px;
    bottom: 28px;
    z-index: 99;
}

.scrolltop {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tealDark);
    font-size: 20px;
    padding: 8px;
    background-color: #f1f1f1;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: all 0.5s ease;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}

.scrolldtop-cont:hover .scrolltop::before {
    bottom: 46px;
}

.show-scrolltop {
    opacity: 1 !important;
    cursor: pointer;
} */

/* *******  BOTTOM LEFT ICONS  *******  */

.widget-call-wrap {
  position: fixed;
  bottom: 2%;
  left: 1%;
  z-index: 99;
}

.widget-call-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 10px;
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: green;
  color: #fff;
  border-radius: 100%;
}

.widget-call-wrap.minimize .action .icon-close,
.widget-call-wrap.minimize .btn-chat {
  display: none;
}

.widget-call-wrap i {
  line-height: 47px;
  font-size: 1.4em;
}

.widget-call-wrap a.contact1 {
  background-color: #4ec248;
}

.widget-call-wrap a.contact2 {
  background-color: #0093ff;
}

.widget-call-wrap a.contact3 {
  background-color: #113f6d;
}

.widget-call-wrap.active a {
  text-decoration: none;
}

/* .widget-call-wrap.active .btn-chat {
    display: block;
} */

.widget-call-wrap.minimize .action .btn-icon-close {
  display: none;
}

.widget-call-wrap.active .action {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.widget-call-wrap.active .action .btn-icon-open {
  display: none;
}

.widget-call-wrap.active .action .btn-icon-close {
  display: inline;
}

/******* LEFT BTN END *******/

/**========================================================================
*                           HOME Page
*========================================================================**/

/*================== HERO SECTION =================*/

/* .section-hero .hero-grid {
    padding-bottom: 65px;
} */

.section-hero {
  position: relative;
}

.section-hero .hero-img {
  margin: 0px 0px -200px 0px;
  transform: translate(32%, 10px);
}

.section-hero .hero-img img {
  transform: rotate(2deg);
}

.section-hero .bg-quote {
  position: absolute;
  bottom: 80px;
  left: 30%;
  opacity: 0.08;
}

.section-hero .bg-quote i {
  font-size: 200px;
  color: var(--tealDark);
}

.section-hero .hero-testimonial {
  position: relative;
  width: 250px;
  margin-top: 75px;
}

.section-hero .hero-testimonial .testimonial-img {
  margin-bottom: 32px;
}

.section-hero .hero-testimonial::after {
  content: "Nice platform!";
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  right: -30px;
  top: 195px;
  color: #fff;
  padding: 6px 20px;
  transform: translateY(-50%);
  background-color: var(--teal);
}

.section-hero .hero-testimonial i {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 64px;
  color: var(--teal);
}

.section-hero .hero-testimonial p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: start;
  margin-bottom: 40px;
}

.section-hero .hero-testimonial h5 {
  font-size: 16px;
  font-weight: 500;
}

/*================== DOMAIN SEARCH =================*/

/* Domian Inputs */

.domain-input-cont {
  display: grid;
  /* grid-template-columns: 1fr 120px auto; */
  grid-template-columns: 1fr auto;
}

.domain_search_bar
  .domain-input-cont
  .select2-container--default
  .select2-selection--single {
  height: auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  padding: 13.2px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
}

.domain_search_bar
  .domain-input-cont
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  line-height: normal;
}

.domain_search_bar
  .domain-input-cont
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0%;
  right: 6px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.domain_search_bar .domain-input-cont .select2-results__option {
  font-size: 14px;
}

/* END */

.doma-chec-sec {
  background-color: #fff;
}

/* .domain_input {
    border-right: 3.5px solid #d7d7d7;
} */

.search_domain .thousands {
  color: white;
}

.search_domain .title {
  font-weight: 700;
  color: var(--tealDarker);
  letter-spacing: 0;
}

.we_offer {
  margin-top: 18px;
  color: var(--tealDarker);
  font-weight: 700;
  word-spacing: 1px;
}

.domain_names {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-bottom: 16px;
}

.domain_names p {
  font-weight: 600;
}

.domain_names p .dot {
  line-height: 0;
  margin-right: -4px;
}

.domain_names p .price {
  color: white;
  font-weight: bold;
  margin-left: 16px;
}

.search_domain .domain_search_bar {
  display: flex;
  margin: 0 auto;
  height: 50px;
  width: 51.8%;
}

.search_domain .domain_search_bar .domain_search_input {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex: auto;
  border: none;
  background-color: white;
  color: black;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.search_domain .domain_search_bar .domain_search_input:focus-visible {
  border-color: var(--tealBlack);
}

.search_domain #results {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: 100%;
}

.search_domain .input {
  width: 82%;
  border-radius: 0;
}

.search_domain .drop_down {
  min-width: 14%;
  border-radius: 0;
  border-left: 1px solid var(--tealBlack);
  -webkit-appearance: none;
  background-repeat: no-repeat;
  padding: 8px 36px 8px 14px;
}

.search_domain .search_btn {
  background-color: var(--tealDarker);
  padding: 0px 32px;
  color: white;
  border-radius: 0;
  border: none;

  display: flex;
  align-items: center;
  box-shadow: none !important;
}

.search_domain .search_btn:hover {
  background-color: var(--tealDark);
  box-shadow: none !important;
}

/* PRICING */

.home-pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.home-pricing-table .home-pricing-table-row th,
.home-pricing-table .home-pricing-table-row td {
  color: black;
  padding: 8px 12px;
  border: 1px solid #dddddd;
}

.home-pricing-table {
  border-collapse: collapse;
  width: 100%;
}

.home-pricing-table tr.home-pricing-table-row:nth-child(odd) {
  background-color: #fff;
}

.home-pricing-table tr.home-pricing-table-row:nth-child(even) {
  background-color: #f3f3f3;
}

/* HOSTING PLANS */

.hosting_plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.plan_col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.plan {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  background-color: #fff;
  position: relative;
  margin-top: 0;
  transition: all 0.5s ease;
}

.plan:hover {
  background-color: #eee;
  /* transform: scale(1.02); */
  z-index: 5;
  box-shadow: none;
  /* box-shadow: 0px 4px 20px 1px rgb(0 0 0 / 18%); */
}

.plan-4::after,
.best-choice-plan::after {
  content: "Best Choice";
  position: absolute;
  top: 0;
  width: 100%;
  padding: 8px 0;
  transform: translateY(-100%);
  background-color: var(--blue);
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;

  font-size: 24px;

  font-weight: 700;
}

.plan .top_part {
  border-bottom: 1px solid #ddd;
}

.plan .bottom_part .table_row {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 47px;
}

.plan-1 .top_part {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan .bottom_part .vps_web_size .table_row {
  height: auto;
  border-bottom: 0;
}

.plan .bottom_part .vps_web_size {
  flex-direction: column;
  height: 47px;
  gap: 0px;
}

.vps_web_size .orange-text {
  color: var(--teal);
}

.plan_content {
  padding: 20px 0;
}

.plan_name,
.plan_price,
.plan_year,
.plan_price_usd,
.plan_now,
.plan_order,
.plan_pay,
.plan_pay_icons {
  display: flex;
  justify-content: center;
}

.plan .plan_name {
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.plan .plan_name h4 {
  width: 100%;

  color: #333;
  font-weight: 600;
  padding: 6px 0;
  font: 20px;
}

.plan_save {
  display: flex;
}

.plan_save h4 {
  width: 100%;

  color: var(--teal);
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}

.plan .plan_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.plan .plan_price span {
  color: var(--blue);
}

.plan .plan_price p {
  color: #333;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: -14px;
  margin-top: -14px;
}

.plan .plan_year {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan .plan_year * {
  color: #666;
}

.plan .plan_price_usd p {
  color: var(--blue);
  padding: 0;
}

.plan .plan_now p {
  background-color: var(--teal);
  color: white;

  padding: 4px 18px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.plan .plan_order button {
  border-radius: 40px;
  padding: 8px 28px;
  color: #fff;
  background: var(--blue);

  border: none;
  transition: all 0.3s ease-in-out;
  margin: 12px 0;
}

.plan .plan_pay {
  color: black;

  text-decoration: none;
  margin-bottom: 8px;
  font-weight: 600;
}

.plan .plan_pay_icons {
  color: var(--teal);
  display: flex;
  justify-content: center;
  gap: 12px;
}

.plan .plan_pay_icons .icon i {
  font-size: 27px;
}

.plan .plan_pay_icons .icon img {
  max-width: 30px;
  max-height: 24px;
}

/*================== SOFTWARE SLIDER =================*/

.slick-arrow {
  z-index: 9;
  width: 40px;
  bottom: 50%;
  border: none;
  font-size: 26px;
  position: absolute;
  transform: translateY(50%);
  background-color: transparent;
  transition: all 0.3s ease;
  color: var(--tealDark);
}

.slick-arrow:hover {
  color: var(--dark-green);
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

/**========================================================================
*                           About us Page
*========================================================================**/

/*================== SECTION CORE VALUES =================*/

.section-core-values .core-values {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-radius: 8px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0);
  transform: translateY(0px);
  transition: all 0.3s ease;
}

.section-core-values .core-values:hover {
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-15px);
}

.section-core-values .core-values .content {
  text-align: center;
}

.section-core-values .core-values .content p {
  color: #777;
}

/*================== CEO MESSAGE =================*/

.ceo-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--tealDark);
}

.ceo-img img {
  object-fit: cover;
  object-position: center -10px;
  height: 100%;
  width: 100%;
}

/*================== SECTION JOURNEY =================*/

.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.journey-cont {
  position: relative;
  min-height: 200px;
}

.journey-cont::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  z-index: -1;
}

.journey-cont .journey-row {
  position: relative;
}

.journey-cont .journey-row .journey-item {
  display: table-row;
  margin-bottom: 5px;
  border-spacing: 0;
  border-collapse: collapse;
}

.journey-cont .journey-row .journey-item::after {
  content: "";
  display: block;
  width: 50%;
}

.journey-cont .journey-row .journey-item .journey-body {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  width: 50%;
  vertical-align: top;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 36px 0;
}

.journey-cont .journey-row .journey-item .journey-body .journey-entry {
  position: relative;
}

.journey-cont .journey-row .journey-item .journey-body .journey-entry > p {
  font-weight: 500;
  position: absolute;
  left: -85px;
  height: 40px;
  display: flex;
  align-items: center;
}

.journey-cont .journey-row .journey-item .journey-body .journey-entry .icon {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);

  color: white;
  font-size: 14px;
  border-radius: 50%;
}

.journey-cont .journey-row .journey-item .journey-body .journey-entry .icon i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journey-cont
  .journey-row
  .journey-item
  .journey-body
  .journey-entry
  .journey-content {
  margin-left: 36px;
}

/*======= ALTERNATE OF ITEMS =======*/

.journey-cont .journey-row .journey-item.item-alt .journey-body {
  margin-left: 0;
  margin-right: auto;
}

.journey-cont .journey-row .journey-item.item-alt .journey-body h2,
.journey-cont .journey-row .journey-item.item-alt .journey-body p {
  text-align: right;
}

.journey-cont
  .journey-row
  .journey-item.item-alt
  .journey-body
  .journey-entry
  > p {
  left: auto;
  right: -85px;
}

.journey-cont
  .journey-row
  .journey-item.item-alt
  .journey-body
  .journey-entry
  .journey-content {
  margin-right: 36px;
}

.journey-cont
  .journey-row
  .journey-item.item-alt
  .journey-body
  .journey-entry
  .icon {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

/*================== SECTION OUR LEADERS =================*/

.section-leaders .leader-row {
  display: flex;
}

.section-leaders .leader-img img {
  box-shadow: 14px 14px 0 0 rgb(0 0 0 / 19%);
  min-width: 275px;
}

.section-leaders .leader-img img {
  box-shadow: 14px 14px 0 0 rgb(0 0 0 / 19%);
  min-width: 275px;
}

.section-leaders .leader-img {
  margin: 0px 14px 14px 0px;
}

.section-leaders .leader-row.leader-alt h5,
.section-leaders .leader-row.leader-alt p {
  text-align: right;
}

.section-leaders .leader-row.leader-alt h5,
.section-leaders .leader-row.leader-alt p {
  text-align: right;
}

.section-leaders .leader-row.leader-alt .leader-img img {
  box-shadow: -14px 14px 0 0 rgb(0 0 0 / 19%);
}

.section-leaders .leader-row.leader-alt .leader-img img {
  margin: 0px 0px 14px 14px;
}

/*================== SECTION Progress Bar =================*/

.progress-bar {
  transition: none !important;
}

/*================== SECTION TEAM =================*/

.section-team .team-item {
  transition: all 0.3s ease;
  width: 240px;
}

.section-team .team-item:hover {
  transform: translateY(-8px);
}

.section-team .team-item .team-img {
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 0%);
  position: relative;
  height: 280px !important;
  border: 2px solid var(--teal);
}

.section-team .team-item:hover .team-img {
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 50%);
}

.section-team .team-item .team-img img {
  position: relative;
  z-index: 1;
}

.section-team .team-item .team-img::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--teal);
  outline: 1px solid transparent;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section-team .team-item:hover .team-img::before {
  opacity: 1;
  transform: rotate(6deg);
}

.section-team .team-item .team-content {
  position: relative;
  min-height: 48px;
  overflow: hidden;
}

.section-team .team-item .team-content .level-up {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.section-team .team-item .team-content .level-down {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(100%);
}

.section-team .team-item .team-content .level-up,
.section-team .team-item .team-content .level-down {
  transition: all 0.3s ease;
}

.section-team .team-item:hover .team-content .level-up {
  transform: translateY(-100%);
}

.section-team .team-item:hover .team-content .level-down {
  transform: translateY(-50%);
}

/*================== SECTION OUR TESTIMONIALS =================*/

.section-testimonials .about-testimonials {
  position: relative;
}

.section-testimonials .about-testimonials .slick-arrow {
  display: none !important;
}

.section-testimonials .about-testimonials {
  width: 1100px;
  margin: 0 auto;
}

.section-testimonials .testimonial {
  position: relative;
  height: 210px;
  width: 330px;
}
.section-testimonials .about-testimonials .testimonial a {
  height: 100%;
}

.section-testimonials .testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-testimonials .about-testimonials .slick-track {
  display: flex;
  gap: 12px;
}

.section-testimonials .about-testimonials .testimonial h3 {
  font-size: 24px;
}

.section-testimonials .about-testimonials .slick-arrow {
  z-index: 9;
  width: 40px;
  bottom: 45%;
  border: none;
  font-size: 26px;
  position: absolute;
  transform: translateY(50%);
  background-color: transparent;
  transition: all 0.3s ease;
  color: var(--tealDark);
}

.section-testimonials .about-testimonials .slick-prev {
  left: -40px;
}

.section-testimonials .about-testimonials .slick-next {
  right: -40px;
}

/*================== SECTION OUR PARTNERS =================*/

.section-partners .partners-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-partners .partners-img img {
  max-height: 80px;
  max-width: 150px;
}

/*================== SECTION OUR CLIENTS =================*/

.section-clients .inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 16px;
}

[class*="clients-slider"] .slick-slide {
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

[class*="clients-slider"] img {
  max-width: 200px;
}

/**========================================================================
 *                           SOFTWARES PAGE
 *========================================================================**/

/*================== PICTURES SECTION =================*/
.gallery-img {
  position: relative;
  height: 220px;
}

.youtube-intro-page .gallery-img {
  height: 175px;
}

.gallery-img video {
  box-shadow: 0 6px 24px 0px rgb(0 0 0 / 15%) !important;
}

.gallery-img img,
.gallery-img video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 24px -8px rgb(0 0 0 / 15%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 3px solid var(--teal);
}

.gallery-img:hover img,
.gallery-img:hover video {
  transform: scale(1.04);
  box-shadow: 0 11px 26px -11px rgb(0 0 0 / 20%);
}

.gallery-btn {
  color: var(--blueDark);
  transition: all 0.3s ease;
}

.gallery-btn:hover {
  color: var(--red) !important;
}

/**========================================================================
 *                           PRICING PAGE
 *========================================================================**/

.pricing-section {
  background-image: url("../img/pricing/pricing_bg.jpg");
  background-repeat: no-repeat;
  background-size: 120%;
  padding-bottom: 300px !important;
}

.pricing-section .title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.pricing-toggle {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 60px;
}

.pricing-toggle .pricing-toggle-btn.active {
  background-color: transparent;
  color: var(--teal);
}

/* ////////////////////////// */
/* PRICING CARDS */

.pricing-section .pricing-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding-bottom: 80px;
}

.pricing-section .pricing-table .card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(78, 153, 153, 0.32);
  padding: 25px 30px;
  border: 2px solid var(--teal);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.pricing-section .pricing-table .card:hover {
  background: var(--teal);
  background-image: url("../img/overlays/polygons.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.pricing-section .pricing-table .card:hover .button {
  background: linear-gradient(to top, #d2d2d2, white) !important;
  color: var(--tealDark);
}
.pricing-section .pricing-table .card:hover .full-price {
  color: white;
}

.pricing-section .pricing-table .card .per-user-price {
  font-size: 24px;
}

.pricing-section .pricing-table .card .discount {
  width: 100%;
  color: red;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.pricing-section .pricing-table .card .full-price.aed,
.pricing-section .pricing-table .card .per-user-price.aed {
  font-size: 20px;
  color: red;
}

.pricing-section .pricing-table .card .full-price {
  color: var(--tealDark);
  margin-bottom: 5px;
}

.pricing-section .pricing-table .card .button {
  background: linear-gradient(90deg, #0a946a, var(--teal));
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.pricing-section .pricing-table .card .features {
  margin-top: 15px;
  font-size: 18px;
}

.pricing-section .pricing-table .card .features li {
  margin-bottom: 6px;
  list-style: none;
}

.pricing-section .pricing-heading {
  font-size: 24px;
  padding-bottom: 140px;
  border-bottom: 1px solid #d7d7d7;
}

/* ////////////////////////// */
/* PRICING FEATURES */

.features-section {
  border-bottom: 1px solid #d7d7d7;
}

.features-section .featues-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  max-width: 1300px;
  margin: auto;
  padding: 3rem 0rem;
}

.features-section .section {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.features-section .section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.features-section .section ul {
  border-left: 3px solid var(--teal);
  padding-left: 1rem;
  margin: 0;
}

.features-section .section ul li {
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
  font-size: 16px;
  color: #444;
}

/* Responsive columns */
@media (min-width: 768px) {
  .feature-sections {
    column-count: 3;
  }
}

@media (min-width: 1024px) {
  .feature-sections {
    column-count: 3;
  }
}

/* ////////////////////////// */
/* PRICING ADD-ONS */

.addons-section {
  padding-top: 140px;
  user-select: none;
}

.addons-section .addons-heading {
  font-size: 24px;
  margin-bottom: 50px;
}

.addons-section .addons-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.addons-section .addons-table th,
.addons-section .addons-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  border-right: 1px solid #eaeaea;
}

.addons-section .addons-table th {
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 24px;
}

.addons-section .addons-table tr:last-child td {
  border-bottom: none;
}

.addons-section .addons-table tbody tr td:hover {
  background: #f5f7ff;
}

@media (max-width: 600px) {
  .addons-section .addons-table th,
  .addons-section .addons-table td {
    padding: 10px;
    font-size: 14px;
  }
}

/**============================================================
 *                        SERVICES PAGE
 *=============================================================**/

/*================== SLIDER =================*/

.services-slider-box {
  background-color: #f1f2fa;
  margin: 0 24px;
  border-radius: 30px;
}

.services-slider-box .box {
  padding: 32px;
}

.services-slider-box .box p {
  text-align: center;
}

/* .services-slider-box[tabindex="0"] {
    transform: translateY(-50%);
} */

/*================== SLIDER =================*/

/* SERVICES SLIDER */

.section-services-slider {
  position: relative;
}

.section-services-slider .services-swiper {
  padding-bottom: 110px;
}

.swiper-slide {
  transition: all 0.3s ease;
}

.swiper-slide.swiper-slide-active {
  margin-top: 0;
}

.swiper-slide.swiper-slide-prev {
  transform: translateY(50px);
}

.swiper-slide.swiper-slide-next {
  transform: translateY(50px);
}

.swiper-slide.swiper-slide-nth-next-2 {
  transform: translateY(100px);
}

.swiper-slide.swiper-slide-nth-prev-2 {
  transform: translateY(100px);
}

.section-services-slider .services-swiper .services-box-item {
  background-color: #f1f2fa;
  padding: 24px;
  border-radius: 12px;
}

.services-slider-icon {
  width: 55px;
  height: 55px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
  color: var(--teal);
}

.swiper-button-prev {
  left: -50px;
}

.swiper-button-next {
  right: -50px;
}

.section-services-slider .services-swiper .services-heading {
  font-size: 16px;
  text-align: center;
}

.section-services-slider .services-swiper .services-text {
  text-align: center;
  font-size: 14px;
}

/* FULL SERVICES BOX */

.services-box-item .services-heading {
  transition: color 0.3s ease;
}

.services-box-item:hover .services-heading {
  color: var(--tealDark);
}

.services-box-item .services-text {
  text-align: justify;
}

/**===============================================
*    SERVICES ITEMS
*================================================**/

.section-services .services-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.section-services .services-flex .services-item {
  background-color: #fff;
  border: 1px solid rgba(8, 127, 91, 0.7);
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  transition: all 0.3s ease 0s;
  flex-grow: 1;
  flex-basis: 0;
}

.section-services .services-flex .services-item .item-icon-title {
  display: flex;
  align-items: center;
}

.section-services .services-flex .services-item .item-icon-title .item-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--tealWhite);
  color: var(--tealWhite);
  font-size: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.section-services
  .services-flex
  .services-item
  .item-icon-title
  .item-icon
  img {
  max-width: 40px;
  max-height: 40px;
}

.section-services
  .services-flex
  .services-item
  .item-icon-title
  .item-title
  .title {
  font-family: "Poppins", "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  color: var(--tealDark);
}

.section-services .services-flex .services-item p {
  color: #52565b;
  line-height: 1.8;
  margin-top: 25px;
  text-align: justify;
}

.section-services .services-flex .services-item:hover {
  border-color: var(--teal);
}

.section-services
  .services-flex
  .services-item:hover
  .item-icon-title
  .item-icon {
  background-color: var(--teal);
}

.section-services
  .services-flex
  .services-item:hover
  .item-icon-title
  .item-icon
  img {
  filter: drop-shadow(0 0px 5px rgba(255, 255, 255, 1))
    drop-shadow(0 0px 9px rgba(255, 255, 255, 0.8))
    drop-shadow(0 0px 8px rgba(255, 255, 255, 1))
    drop-shadow(0 0px 10px rgba(255, 255, 255, 0.5));
}

/**============================================================
 *                        REFUND POLICY
 *=============================================================**/

.refund-section {
  background-image: linear-gradient(
      to bottom,
      rgba(8, 127, 91, 0.9),
      rgba(8, 127, 91, 0.9)
    ),
    url("../img/refund/1.jpg");
  /* background-image:
        linear-gradient(to bottom, rgba(13, 80, 60, 0.9), rgba(13, 80, 60, 0.9)),
        url('../img/refund/1.jpg'); */
  background-position: center;
  background-size: cover;
}

/**============================================================
 *                        FEATURES PAGE
 *=============================================================**/

.features-page p,
.feature-text {
  text-align: justify;
}

.features-page .key-feature-grid .key-feature-img,
.home-page .key-feature-grid .key-feature-img {
  max-height: 80px;
  max-width: 80px;
}

.features-page .key-feature-grid p,
.home-page .key-feature-grid p {
  text-align: center;
  font-weight: 600;
}

.feature-software-row .feature-software-item {
  background-color: #e5e5e5;
  padding: 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  color: black;
}

.feature-software-row .feature-software-item:hover {
  background-color: var(--teal);
  color: white;
}

.feature-software-row .feature-software-item h5 {
  margin-bottom: 14px;
}

.feature-software-row .feature-software-item img {
  max-width: 75px;
  margin-bottom: 20px;
}

/**============================================================
 *                        GET A QUOTE PAGE
 *=============================================================**/

.get-quote-form .form-groups {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.get-quote-form .form-groups .form-main-group {
  padding: 30px 35px;
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
}

.get-quote-form .input-label {
  font-weight: 600;
  margin-bottom: 16px;
  display: inline-block;
}

.get-quote-form .all-checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}

.get-quote-form .all-checkboxs .checkbox label {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 6px;
}

.get-quote-form .all-checkboxs .checkbox label span {
  margin-bottom: -4px;
}

/*================== SELECT 2 CUSTOMIZATION =================*/

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--teal);
}

/**============================================================
 *                        CONTACT US PAGE
 *=============================================================**/

/* ALERT BOX */

.contact-msg-cont {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  max-width: 405px;
}

.contact-msg-cont .contact-msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 17px -6px rgba(0, 0, 0, 0.2);
  padding: 7px 12px 7px 24px;
}

.contact-msg-cont .close-btn {
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
}

/* DIVIDER */

#contact-us_page .section-breadcrumb {
  padding-bottom: 85px;
}

/**============================================
 *               SECTION INFO
 *=============================================**/

.section-info .info-grid {
  transform: translateY(-50%);
}

.section-info .info-grid .info-col {
  border: 3px solid var(--teal);
}

.section-info .info-grid .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 22px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(
    95.45deg,
    var(--teal) 0.64%,
    var(--tealDark) 98.23%
  );
  box-shadow: 0px 10px 25px rgb(0 248 182 / 60%);
  -webkit-box-shadow: 0px 10px 25px rgb(0 248 182 / 60%);
  z-index: 1;
  margin-top: -45px;
  margin-bottom: 0px;
  transform: translatey(-35%);
}

/**============================================
 *               SECTION CONTACT FORM
 *=============================================**/

.section-form .contact-form input,
.section-form .contact-form textarea,
.section-form .contact-form select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
}

.section-form .contact-form input:focus-visible,
.section-form .contact-form input:focus,
.section-form .contact-form textarea:focus-visible,
.section-form .contact-form textarea:focus,
.section-form .contact-form select:focus-visible,
.section-form .contact-form select:focus {
  border-color: var(--tealDark) !important;
  outline-color: var(--tealDark) !important;
}

/* 
.section-form .contact-form select#software,
.section-form .contact-form select#state {
    color: #aaa;
}
 */

.section-form .contact-form input:last-child {
  margin-bottom: 0 !important;
}

.contact-form .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

/**============================================
 *               INPUTS
 *=============================================**/

.section-form
  .contact-form
  .select2-container--default
  .select2-selection--single {
  height: auto;
  border-radius: 0;
  width: 100%;
  border: 1px solid #ddd;
  padding: 13.2px;
  font-size: 14px;
  font-weight: 500;
}

.section-form
  .contact-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  line-height: normal;
}

.section-form
  .contact-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0%;
  right: 6px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.section-form .contact-form .select2-results__option {
  font-size: 14px;
}

.flip-horizontal {
  transform: scaleX(-100%);
}

/**============================================
 *               SECTION SUPPORT
 *=============================================**/

.section-support .support-cont {
  padding: 85px 0px 110px 0px;
}

.section-support .support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 20px 35px;
}

.section-support .support-1 {
  border-right: 1px solid #eee;
}

.section-support .support img {
  width: 60px;
}

.section-support .support p a,
.section-support .support p a:hover {
  color: var(--blue) !important;
  text-decoration: underline !important;
}

/**============================================
 *               SECTION CONTACT SIDE INFO
 *=============================================**/

.contact-side-info {
  background: var(--tealBlack);
  color: #fff;
  padding: 30px;
  margin-bottom: auto;
}

.contact-side-info .single-address {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
}

.contact-side-info .address-icon {
  align-self: flex-end;
}

.contact-side-info .address-icon i {
  border: 2px solid var(--teal);
  color: var(--teal);
  display: table-cell;
  font-size: 16px;
  height: 43px;
  vertical-align: middle;
  width: 43px;
  text-align: center;
  border-radius: 3px;
}

.contact-side-info .address-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-side-info .address-info > h6 {
  color: #d8d8d8;
  text-transform: uppercase;
}

.contact-side-info .address-info > h5 {
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  margin-top: auto;
}

.contact-side-info .address-info > h5 a:hover {
  color: var(--red);
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6 !important;
  color: #fff;
  font-size: 1.0625em;
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled.swal2-confirm {
  position: relative;
  box-shadow: 0px 4px 0px #2769a8 !important;
}

.swal2-styled.swal2-confirm:active {
  top: 7px;
  box-shadow: inset 0px -1px 0px #2769a8 !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: #3085d6 !important;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ed1b24 !important;
  color: #fff;
  font-size: 1.0625em;
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 4px 0px #c50a13 !important;
}

.swal2-styled.swal2-cancel:active {
  top: 7px;
  box-shadow: inset 0px -1px 0px #c50a13 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Home Page Domain Section
/*-----------------------------------------------------------------------------------*/

#results div {
  font-weight: 500;

  line-height: 30px;
  word-wrap: break-word;
  border-radius: 3px 3px 3px 3px !important;
}

#results .row div {
  display: flex;
  align-items: center;
  gap: 12px;
}

#results .callout {
  margin: 20px 0;
  padding: 12px 30px 12px 15px;
  border-left: 4px solid #a94443;
}

#results .callout:first-child {
  margin-top: 120px !important;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.btn-success {
  color: #fff;
  background-color: var(--tealDark) !important;
  border-color: var(--tealDark) !important;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  /* background-color: var(--red) !important;
    border-color: var(--red) !important; */
}

#results .callout.callout-danger {
  border-left: 4px solid #a94443;
}

#results .callout.callout-success {
  border-left: 4px solid #3c763d;
}

#results .callout i {
  position: relative;

  top: 2px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#results button {
  min-width: 129px;
  margin-right: 5px;
  border-radius: 4px !important;
  font-weight: 500;
  border: none !important;
  box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.035);
  padding: 8px 26px;
  line-height: 25px;
  letter-spacing: 1px;
}

/*************************** Start Loader ********************/

#domain-form #loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px !important;
}

#fountainTextG_Checking {
  width: 268px;
  margin: auto;
}

.fountainTextG_Checking {
  color: rgb(0, 0, 0);
  font-family: "Roboto", sans-serif;

  text-decoration: none;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  float: left;
  animation-name: bounce_fountainTextG;
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-duration: 2.09s;
  -o-animation-duration: 2.09s;
  -ms-animation-duration: 2.09s;
  -webkit-animation-duration: 2.09s;
  -moz-animation-duration: 2.09s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

#fountainTextG {
  width: 236px;
  margin: auto;
}

.fountainTextG {
  color: rgb(0, 0, 0);
  font-family: "Roboto", sans-serif;

  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  float: left;
  animation-name: bounce_fountainTextG;
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-duration: 2.09s;
  -o-animation-duration: 2.09s;
  -ms-animation-duration: 2.09s;
  -webkit-animation-duration: 2.09s;
  -moz-animation-duration: 2.09s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

#fountainTextG_1 {
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainTextG_2 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainTextG_3 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainTextG_4 {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainTextG_5 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainTextG_6 {
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainTextG_7 {
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

#fountainTextG_8 {
  animation-delay: 1.79s;
  -o-animation-delay: 1.79s;
  -ms-animation-delay: 1.79s;
  -webkit-animation-delay: 1.79s;
  -moz-animation-delay: 1.79s;
}

#fountainTextG_9 {
  animation-delay: 1.94s;
  -o-animation-delay: 1.94s;
  -ms-animation-delay: 1.94s;
  -webkit-animation-delay: 1.94s;
  -moz-animation-delay: 1.94s;
}

#fountainTextG_10 {
  animation-delay: 2.09s;
  -o-animation-delay: 2.09s;
  -ms-animation-delay: 2.09s;
  -webkit-animation-delay: 2.09s;
  -moz-animation-delay: 2.09s;
}

#fountainTextG_11 {
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainTextG {
  0% {
    transform: scale(1);
    color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(0.5);
    color: rgb(0, 0, 0);
  }
}

@-o-keyframes bounce_fountainTextG {
  0% {
    -o-transform: scale(1);
    color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(0.5);
    color: rgb(0, 0, 0);
  }
}

@-ms-keyframes bounce_fountainTextG {
  0% {
    -ms-transform: scale(1);
    color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(0.5);
    color: rgb(0, 0, 0);
  }
}

@-webkit-keyframes bounce_fountainTextG {
  0% {
    -webkit-transform: scale(1);
    color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.5);
    color: rgb(0, 0, 0);
  }
}

@-moz-keyframes bounce_fountainTextG {
  0% {
    -moz-transform: scale(1);
    color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(0.5);
    color: rgb(0, 0, 0);
  }
}

@media (max-width: 480px) {
  #fountainTextG {
    width: 162px;
    margin: auto;
  }

  .fountainTextG {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #fountainTextG_Checking {
    width: auto;
    margin: auto;
  }

  .fountainTextG_Checking {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}

@media (max-width: 414px) {
  #fountainTextG {
    width: 162px;
    margin: auto;
  }

  .fountainTextG {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #fountainTextG_Checking {
    width: 163px;
    margin: auto;
  }

  .fountainTextG_Checking {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}

@media (max-width: 384px) {
  #fountainTextG {
    width: 162px;
    margin: auto;
  }

  .fountainTextG {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #fountainTextG_Checking {
    width: auto;
    margin: auto;
  }

  .fountainTextG_Checking {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}

@media (max-width: 360px) {
  #fountainTextG {
    width: 162px;
    margin: auto;
  }

  .fountainTextG {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #fountainTextG_Checking {
    width: 163px;
    margin: auto;
  }

  .fountainTextG_Checking {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}

@media (max-width: 320px) {
  #fountainTextG {
    width: 162px;
    margin: auto;
  }

  .fountainTextG {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #fountainTextG_Checking {
    width: auto;
    margin: auto;
  }

  .fountainTextG_Checking {
    color: #000000;
    font-family: "Roboto", sans-serif;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }
}

.section-fixed .fixed-bg {
  min-height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.border-right-cls {
  border-right: 1px solid #d1d5db;
  padding-right: 50px;
}

.support-table tr th,
.support-table tr td {
  border: 1px solid #d1d5db;
  padding: 12px 20px;
}

.accordion .accordion-item {
  background: #f9f9f9;
  box-shadow: 0px 0px 11px -4px #00000026;
  margin-bottom: 20px;
  border-radius: 6px !important;
}

.accordion .accordion-item .accordion-header {
  padding: 20px;
}

.accordion .accordion-item.open .accordion-header {
  color: var(--teal);
}

.accordion .accordion-item .accordion-content {
  border-top: 1px solid #d9d9d9;
  padding: 20px;
}

.accordion .accordion-item .accordion-header {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .accordion-item .accordion-header i {
  font-size: 20px;
  transition: all 0.3s ease;
}

.accordion .accordion-item.open .accordion-header i {
  transform: rotate(180deg);
}

#faqs_page .section-gray {
  box-shadow: none !important;
}

/* END */
