@charset "UTF-8";
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Plus Jakarta Sans", sans-serif;;
  --tp-ff-heading: "Plus Jakarta Sans", sans-serif;;
  --tp-ff-p: "Plus Jakarta Sans", sans-serif;;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @font Size declaration
  */
  --tp-fz-body: 15px;
  --tp-fz-p: 15px;
  --tp-fz-a: 15px;
  --tp-fz-h1: 60px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 22px;
  --tp-fz-h5: 20px;
  --tp-fz-h6: 16px;
  --tp-fz-font: 10px;
  --tp-fz-font1: 12px;
  --tp-fz-font2: 13px;
  /**
   @font Weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**


  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000000;
  --tp-heading-primary: #0E0E0E;
  --tp-heading-spanred: #FFDE00;
  --tp-bg-1: #F16223;
  --tp-bg-2: #F5F8FA;
  --tp-text-body: #4b4b4b;
  --tp-text-1: #505050;
  --tp-text-2: #131A1C;
  --tp-text-3: #262626;
  --tp-border-primary: #C7E6FF;
  --tp-border-secondary: #E2E2E2;
  --tp-border-btnborder: #CDCDCD;
  --tp-border-1: #2096F4;
  --tp-icon-blue: #006EB1;
  --tp-icon-blue-light: #E7efFF;
  --tp-icon-green: #10D0A1;
  --tp-icon-green-light: #E7FAF6;
  --tp-icon-pink: #F72A75;
  --tp-icon-pink-light: #FEEAf1;
  --tp-icon-sky: #42BFFF;
  --tp-icon-sky-light: #ECF9FF;
  --tp-icon-red: #FF0000;
  --tp-icon-tweet: #1DA1F2;
  --tp-icon-fb: #4267B2;
  --tp-icon-skype: #00A6E4;
}

body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-x: hidden;
}

.fp-watermark {
  display: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

.container {
  max-width: 1450px;
}
@media screen and (max-width: 1640px) {
  .container {
    max-width: 1290px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1120px;
  }
}

section {
  padding: 50px 0px;
}

* {
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.head {
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: left;
}
.head h1 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-black);
  padding-bottom: 25px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .head h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .head h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .head h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .head h1 br {
    display: none;
  }
  .head h1 span {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .head h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .head h1 span {
    padding-right: 0px;
  }
  .head h1 span::after {
    display: none;
  }
}
.head span {
  color: #5BD0B3;
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.head h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-black);
  padding-bottom: 25px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .head h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .head h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .head h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .head h2 br {
    display: none;
  }
  .head h2 span {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .head h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .head h2 span {
    padding-right: 0px;
  }
  .head h2 span::after {
    display: none;
  }
}

h2 {
  font-size: var(--tp-fz-h2);
  color: var(--tp-common-black);
  padding-bottom: 0px;
  line-height: 120%;
}
@media screen and (max-width: 1450px) {
  h2 {
    font-size: var(--tp-fz-h2);
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.call-us-now {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  width: 197px;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: 0px 6px 21.3px 0px #BCF2E4;
  border: 0.6px solid #83DEC7;
  border-radius: 25px;
  background: #fff;
}
.call-us-now a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.call-us-now a span {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5BD0B3;
  border-radius: 100%;
  width: 39px;
  height: 39px;
}
.call-us-now a:hover {
  background: #5BD0B3;
  color: #fff;
}

.error-404.not-found {
  padding: 200px 0;
  text-align: center;
}
.error-404.not-found h1 {
  margin-bottom: 15px;
}
.error-404.not-found p {
  margin-bottom: 15px;
}
.error-404.not-found a {
  background-color: #5BD0B3;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  border: none;
  width: auto;
  font-weight: 700;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.error-404.not-found a:hover {
  background: #000;
}

.header {
  background: #191A1B;
  transition: all 0.5s;
  height: 64px;
  position: relative;
  z-index: 99;
}
.header .container {
  height: 100%;
}
.header .container .row {
  height: 100%;
  align-items: center;
}
.header .container .row .navbar {
  padding: 0;
  margin: 0;
}
.header .container .row .navbar li {
  padding: 0 25px;
}
.header .container .row .navbar li a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.17px;
  position: relative;
}
.header .container .row .navbar li a:after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  transition: width 0.3s ease;
}
.header .container .row .navbar li a:hover {
  color: #5BD0B3;
}
.header .container .row .navbar li a:hover:after {
  width: 100%;
}
@media (max-width: 1280px) {
  .header .container .row .navbar li a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .header .container .row .navbar li {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .header .container .row .navbar li {
    padding: 0 15px;
  }
}
.header .container .row .contact-btn {
  width: 137px;
  height: 38px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  background: #5BD0B3;
  color: #fff;
  letter-spacing: -0.16px;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.3s;
}
.header .container .row .contact-btn:hover {
  background: #fff;
  color: #191A1B;
}
@media (max-width: 991px) {
  .header .container .row .contact-btn {
    margin-left: 15px;
    margin-right: 5px;
  }
}
@media (max-width: 485px) {
  .header .container .row .contact-btn {
    width: 90px;
    height: 36px;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 13px;
  }
}
.header .container .row .language-switcher {
  background-color: #1c1c1c;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.header .container .row .language-switcher img {
  width: 21px;
  height: 21px;
}
.header .container .row .language-switcher span img {
  width: auto;
  height: auto;
}
.header .container .row .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #2b2b2b;
  border-radius: 4px;
  overflow: hidden;
  display: none;
  min-width: 80px;
  z-index: 1000;
}
.header .container .row .language-dropdown button {
  background: transparent;
  border: none;
  width: 100%;
  color: white;
  padding: 8px;
  text-align: left;
  cursor: pointer;
}
.header .container .row .language-dropdown button:hover {
  background: #5BD0B3;
}
@media (max-width: 991px) {
  .header .container .row {
    justify-content: space-between;
  }
  .header .container .row .col-lg-7 {
    display: none;
  }
  .header .container .row .col-lg-2 {
    width: auto;
  }
  .header .container .row .col-lg-3 {
    width: auto;
    align-items: center;
    transform: unset;
  }
}
@media (max-width: 485px) {
  .header .container .row .col-lg-2 {
    width: auto;
  }
  .header .container .row .col-lg-2 .logo {
    width: 90px;
    display: block;
  }
  .header .container .row .col-lg-2 .logo img {
    width: 100%;
  }
}
.header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
}

.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 60px 0 0 0;
}
.footer h3 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
.footer h3 span {
  width: 58px;
  height: 58px;
  margin-left: 15px;
  background: #5BD0B3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .footer h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .footer h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .footer h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .footer h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .footer h3 span {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 576px) {
  .footer h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.footer p {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .footer p {
    font-size: 18px;
    line-height: 30px;
  }
  .footer p br {
    display: none;
  }
}
.footer .list-unstyled {
  flex-wrap: wrap;
}
.footer .list-unstyled li {
  width: 33.3%;
  margin-bottom: 10px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #5BD0B3;
}

.footer h5 {
  margin-bottom: 20px;
  color: #7E7E7E;
  font-weight: 600;
  font-size: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 12px;
  color: #fff;
}
.footer-bottom p {
  font-size: 12px;
}
.footer-bottom span {
  margin-right: 35px;
}
.footer-bottom span:last-child {
  margin-right: 0;
}
.footer-bottom .col-lg-12 img {
  max-width: 100%;
}

.banner {
  position: relative;
  height: 475px;
  width: 100%;
  padding: 0;
}
.banner .container-fluid {
  height: 100%;
}
.banner .container-fluid .row {
  height: 100%;
}
.banner .container-fluid .row .hero-banner {
  height: 100%;
  padding: 0;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable {
  height: 100%;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track {
  height: 100%;
  transition: unset;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div {
    line-height: 0px;
  }
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide {
  height: 100%;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure {
  height: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure {
    height: 390px;
  }
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0 !important;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(54.5% 78.73% at 50% 45.5%, rgba(0, 0, 0, 0) 0%, rgba(1, 0, 20, 0.66) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 65.5%, rgba(0, 0, 0, 0.58) 83.49%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box {
  position: relative;
  padding-left: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  margin-top: -45px;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box h2 {
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  font-weight: 800;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box h2 span {
  color: #5BD0B3;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box::after {
  width: 4px;
  height: calc(100% - 15px);
  background: #5BD0B3;
  left: 0;
  top: 10px;
  content: "";
  position: absolute;
}
.banner .container-fluid .row .hero-banner .slick-list.draggable .slick-track .slick-slide > div .slide figure figcaption .text-box.animated {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .banner .container-fluid .row .hero-banner {
    margin-bottom: 0px;
  }
}
.banner .container-fluid .row .hero-banner .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 97px;
}
@media (max-width: 767px) {
  .banner .container-fluid .row .hero-banner .slick-dots {
    bottom: 40px;
  }
}
.banner .container-fluid .row .hero-banner .slick-dots li {
  width: 33px;
  height: 3px;
  background: #CDCDCD;
  border-radius: 0;
}
.banner .container-fluid .row .hero-banner .slick-dots li button {
  display: none;
}
.banner .container-fluid .row .hero-banner .slick-dots li.slick-active {
  background: #5BD0B3;
}
.banner .strip-banner {
  background: rgba(0, 21, 38, 0.6705882353);
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .strip-banner ul {
  width: 100%;
  justify-content: space-between;
}
.banner .strip-banner ul li {
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.3%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner .strip-banner ul li img {
  margin-right: 15px;
  max-width: 35px;
  min-width: 35px;
  transition: all 0.5s;
}
.banner .strip-banner ul li:last-child {
  border: none;
}
.banner .strip-banner ul li:last-child::after {
  display: none;
}
.banner .strip-banner ul li::after {
  width: 1px;
  height: 24px;
  background: rgba(242, 242, 242, 0.2392156863);
  position: absolute;
  right: 0px;
  top: 8px;
  content: "";
}
.banner .strip-banner ul li:hover {
  color: #5BD0B3;
}
.banner .strip-banner ul li:hover img {
  transform: scale(1.05);
  filter: brightness(0) invert(100);
}
@media (max-width: 767px) {
  .banner .strip-banner ul li {
    width: 100%;
    justify-content: flex-start;
    padding: 9px 0;
    border-bottom: 1px solid rgba(242, 242, 242, 0.2392156863);
  }
  .banner .strip-banner ul li::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner .strip-banner ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .banner .strip-banner {
    position: static;
    background: #000;
    height: auto;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .banner {
    height: auto;
  }
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px var(--tp-bg-1);
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #5BD0B3;
}

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px var(--tp-bg-1);
  border-radius: 4px;
}

.slicknav_nav {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  top: 61px;
  background: #F9F9F9;
  margin: 0 auto;
  right: 0;
  z-index: 9;
}
.slicknav_nav li:last-child a {
  border-bottom: none;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  color: var(--tp-grey-1);
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #000;
  font-weight: var(--tp-fw-medium);
  border-bottom: 1px solid var(--tp-border-secondary);
}
.slicknav_nav a span {
  margin-right: 8px;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  color: #5BD0B3;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
  border: none;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent ul li a {
  font-weight: var(--tp-fw-regular);
}
@media screen and (max-width: 991px) {
  .slicknav_nav {
    top: 68px;
  }
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}

.slicknav_menu {
  *zoom: 1;
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 30px;
  height: 25px;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .slicknav_menu {
    display: block;
    margin-top: 8px;
  }
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.why-choose {
  background: #F9F8F5;
}
@media (max-width: 991px) {
  .why-choose .row {
    align-items: flex-start !important;
  }
}
.why-choose .wy-choose-option {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .why-choose .wy-choose-option {
    margin-bottom: 30px;
  }
}
.why-choose .wy-choose-option .line-box {
  padding-bottom: 10px;
}
.why-choose .wy-choose-option h3 {
  color: #5BD0B3;
  line-height: 30px;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}
.why-choose .wy-choose-option p {
  color: #1C1D20;
  line-height: 27px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .why-choose .wy-choose-option p {
    min-height: 108px;
  }
}
.why-choose .wy-choose-option a {
  padding: 9px 20px;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 155px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  border-radius: 50px;
  border: 2px solid #000000;
  position: relative;
  font-size: 15px;
  line-height: 17px;
}
.why-choose .wy-choose-option a span {
  transition: all 0.5s;
  background-color: #000;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose .wy-choose-option a:hover {
  transform: scale(1.05);
  background-color: #000;
  color: #fff;
}
.why-choose .wy-choose-option a:hover span {
  margin-left: 30px;
  background-color: #5BD0B3;
  transform: rotate(360deg);
}
@media (max-width: 991px) {
  .why-choose .col-lg-4.hide-mobile {
    display: none;
  }
}

.nav-slider {
  overflow: hidden !important;
}

.our-offerings {
  position: relative;
  padding: 0 0 25px 0;
}
.our-offerings .head {
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  z-index: 9;
}
.our-offerings .head h2 {
  color: #fff;
}
.our-offerings .head span {
  color: #fff;
}

.slider-container {
  margin: auto;
}
.slider-container .main-slider {
  height: 550px;
}
.slider-container .main-slider .slick-list.draggable {
  height: 100%;
}
.slider-container .main-slider .slick-list.draggable .slick-track {
  height: 100%;
  transition: unset;
}
.slider-container .main-slider .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.slider-container .main-slider .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .slider-container .main-slider .slick-list.draggable .slick-track .slick-slide > div {
    line-height: 0px;
  }
}
.slider-container .main-slider .slick-list.draggable .slick-track .slick-slide > div .slide {
  height: 100%;
}
.slider-container .main-slider .slide-content {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}
.slider-container .main-slider .slide-content figure {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.slider-container .main-slider .slide-content figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.slider-container .main-slider .slide-content figure figcaption {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 63.64%, rgba(38, 17, 2, 0.53) 101.69%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 165px;
}
.slider-container .main-slider .slide-content figure figcaption .text-box {
  width: 650px;
  padding: 35px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5019607843);
  position: relative;
}
@media (max-width: 1199px) {
  .slider-container .main-slider .slide-content figure figcaption .text-box {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .slider-container .main-slider .slide-content figure figcaption .text-box {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px;
  }
}

.main-slider h3 {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .main-slider h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main-slider p {
  margin-bottom: 15px;
  line-height: 26px;
  color: #fff;
}
.main-slider ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.main-slider ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 26px;
  color: #fff;
}
.main-slider ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4ade80;
}

.btn-explore {
  padding: 7px 20px 9px;
  background-color: #5BD0B3;
  display: flex;
  align-items: center;
  width: 155px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin-top: 15px;
  border-radius: 50px;
  border: 2px solid #5BD0B3;
  position: relative;
  height: 38px;
}
.btn-explore span {
  transition: all 0.5s;
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  top: 4.5px;
}
.btn-explore span img {
  width: 6px;
  height: auto !important;
}
.btn-explore:hover {
  transform: scale(1.05);
  background-color: #fff;
  color: #000;
}
.btn-explore:hover span {
  margin-left: 30px;
  background-color: #5BD0B3;
  transform: rotate(360deg);
}
.btn-explore:hover span img {
  width: 6px;
}

/* Nav styles */
.nav-slider {
  margin-top: -44px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.nav-slider .slick-list.draggable {
  width: 100%;
}
.nav-slider .slick-slide {
  margin: 8px 7px 17px;
}
.nav-slider .slick-current .nav-item {
  background: #5BD0B3;
  color: #fff;
}
.nav-slider .nav-item {
  background: #fff;
  color: #000;
  border-radius: 12px;
  border: 0.7px solid #DBDBDB;
  font-weight: 700;
  padding: 19px 9px;
  font-size: 16px;
  line-height: 138%;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.3s ease;
  width: 100%;
  box-shadow: 0px 14px 15px 0px rgba(177, 177, 177, 0.2509803922);
}
.nav-slider .nav-item img {
  margin-right: 15px;
}
.nav-slider .nav-item:hover {
  background: #5BD0B3;
  color: #fff;
}

/* Slick arrows */
.main-slider .slick-prev,
.main-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 0.6px solid #C0C0C0;
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .main-slider .slick-prev,
  .main-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
  background: #5BD0B3;
}
.main-slider .slick-prev:hover img,
.main-slider .slick-next:hover img {
  filter: invert(1) brightness(2);
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  display: none;
}
.main-slider .slick-prev {
  left: 15px;
}
@media (max-width: 1199px) {
  .main-slider .slick-prev {
    left: 10px;
  }
}
.main-slider .slick-next {
  right: 15px;
}
@media (max-width: 1199px) {
  .main-slider .slick-next {
    right: 10px;
  }
}

/* Responsive rules */
@media (max-width: 1024px) {
  .nav-slider .slick-prev,
  .nav-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main-slider .slide {
    flex-direction: column;
    align-items: flex-start;
  }
  .slide img {
    width: 100%;
    margin-top: 16px;
  }
}
.testimonial-section {
  padding: 60px 0;
  display: none;
}

.logo-slider {
  margin-bottom: 50px;
}
.logo-slider .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-items: center;
  padding: 10px;
}
.logo-slider .logo-grid .logo-box {
  background: #fff;
  width: 100%;
  height: 116px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9CE2D0;
  box-shadow: 0px 33px 44.2px 0px #ECFFFA;
}
.logo-slider .logo-grid .logo-box img {
  max-height: 60px;
  max-width: 100%;
}
.logo-slider .slick-dots {
  position: relative;
  margin: 20px 0 0 0;
  bottom: unset;
}
.logo-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #CDCDCD;
  border-radius: 10px;
}
.logo-slider .slick-dots li button {
  display: none;
}
.logo-slider .slick-dots li.slick-active {
  width: 31px;
  background: #5BD0B3;
}

.testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 0 50px 35px;
  background: url(../images/testimonial-seprator.svg) left top no-repeat;
}
.testimonial-slider .slick-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  border: 0.6px solid #C0C0C0;
  bottom: -40px;
  top: unset;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: 35px;
  background: url(../images/prev-arrow.svg) center no-repeat;
}
.testimonial-slider .slick-arrow.slick-prev:hover {
  background: #F0F0F0 url(../images/prev-arrow.svg) center no-repeat;
}
.testimonial-slider .slick-arrow.slick-next {
  left: 110px;
  right: unset;
  background: url(../images/next-arrow.svg) center no-repeat;
}
.testimonial-slider .slick-arrow.slick-next:hover {
  background: #F0F0F0 url(../images/next-arrow.svg) center no-repeat;
}
.testimonial-slider .slick-arrow:before {
  color: #222;
  display: none;
}

.testimonial-content {
  flex: 1;
}
.testimonial-content h3 {
  color: #5BD0B3;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 0px 0;
}
.testimonial-content h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.testimonial-content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}
.slick-dots li button:before {
  color: #00c7b1;
}

.about-us-outer {
  padding: 60px 0px;
}
.about-us-outer video {
  border-radius: 20px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-outer .stats-box {
  margin-top: -98px;
  position: relative;
  z-index: 9;
}
.about-us-outer .stats-box .s-box {
  background: url(../images/counter-bg.webp) left top no-repeat;
  background-size: 100% 100%;
  width: 303px;
  height: 200px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0px 21px 24.1px rgba(206, 206, 206, 0.25);
}
.about-us-outer .stats-box .s-box .count-number {
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  color: #1C1D20;
  font-weight: 800;
}
.about-us-outer .stats-box .s-box .count-title {
  margin-top: 20px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .about-us-outer .stats-box .s-box {
    width: calc(33.33% - 20px);
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .about-us-outer .stats-box .s-box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 550px) {
  .about-us-outer .stats-box .s-box {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .about-us-outer .stats-box {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .about-us-outer .stats-box {
    justify-content: center;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .about-us-outer .col-lg-7.px-5 {
    padding: 0px 15px !important;
  }
}

.global-prerence {
  background: #F9F8F5;
}
.global-prerence .map-container .nav {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: center;
}
.global-prerence .map-container .nav li button {
  font-size: 18px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 44px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  outline: none;
  min-width: 194px;
  border: 1px solid #D4D4D4;
  background: transparent;
  color: #1C1D20;
}
.global-prerence .map-container .nav li button:hover {
  background: #5BD0B3;
  color: #fff;
}
.global-prerence .map-container .nav li button.active {
  background: #5BD0B3;
  color: #fff;
  font-weight: 700;
}
.global-prerence .map-container .tab-content .tab-pane {
  border: none;
  background: none;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body {
  padding: 0px;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .head {
  width: 100%;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .head h2 {
  text-align: center;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .global-left {
  width: 380px;
  min-width: 380px;
  padding-left: 20px;
  position: relative;
  transition: all 0.5s;
  transform: translateY(50px);
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .global-left h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .global-left p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0px;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .global-left::before {
  width: 4px;
  height: calc(100% - 14px);
  background: #22A081;
  left: 0px;
  top: 6px;
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body .global-left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    transform: unset;
  }
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map {
  width: 100%;
  padding-left: 10px;
  display: flex;
  position: relative;
  transform: translateX(50px);
  transition: all 0.5s;
  justify-content: flex-end;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-area {
  position: absolute;
  width: 42%;
  left: 130px;
  top: -13px;
  margin: 0px;
  z-index: 1;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-area img {
  width: 100%;
}
@media (max-width: 767px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-area {
    position: relative;
    left: unset;
    top: unset;
  }
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-img {
  width: 58%;
  margin: 0px;
}
.global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-img img {
  width: 100%;
  border-radius: 17px;
}
@media (max-width: 767px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map .map-img {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map {
    transform: unset;
  }
}
@media (max-width: 767px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body .globe-img-map {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-body {
    flex-wrap: wrap;
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .global-prerence .map-container .tab-content .tab-pane .accordion-header {
    margin-bottom: 10px;
  }
  .global-prerence .map-container .tab-content .tab-pane .accordion-header .accordion-button {
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .global-prerence .map-container .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #9CE0D0;
    font-weight: bold;
  }
  .global-prerence .map-container .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0);
  }
}
.global-prerence .map-container .tab-content .tab-pane.active.show .accordion-body .global-left {
  transform: translateY(0px);
  opacity: 1;
}
.global-prerence .map-container .tab-content .tab-pane.active.show .accordion-body .globe-img-map {
  transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 991px) {
  .global-prerence .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

.connect-section {
  background: #5BD0B3 url(../images/sama-x-vector.svg) left bottom no-repeat;
  border-radius: 15px;
  padding: 50px 30px;
  margin: 50px auto;
  max-width: 1200px;
  box-shadow: 0px 21px 24.1px rgba(206, 206, 206, 0.25);
}
@media (max-width: 576px) {
  .connect-section p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .connect-section .col-md-6 {
    padding: 0 5px;
  }
}
@media (max-width: 576px) {
  .connect-section {
    padding: 50px 15px;
  }
}

.connect-form .form-control {
  border-radius: 4px;
  border: none;
  height: 35px;
}
.connect-form textarea.form-control {
  border-radius: 4px;
  border: none;
  height: 100px;
}
.connect-form .form-check label a {
  color: #000;
  font-weight: 700;
}

.form-check-input {
  border: 1px solid #000;
}

.submit-btn {
  background-color: #000;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  border: none;
  width: 100%;
  font-weight: 700;
}
.submit-btn:hover {
  background: #fff;
  color: #5BD0B3;
}

@media (max-width: 767.98px) {
  .connect-text {
    margin-bottom: 30px;
  }
}
.expertise-outer {
  overflow: hidden;
  background: #F0F0F0;
}
@media (max-width: 767px) {
  .expertise-outer {
    padding: 50px 0;
  }
}
.expertise-outer .head h2 {
  padding-bottom: 10px;
}
.expertise-outer .expertise-inner {
  display: flex;
}
.expertise-outer .expertise-inner .expertise-bx-right {
  width: 40%;
  display: flex;
  min-width: 40%;
  padding-right: 10px;
}
.expertise-outer .expertise-inner .expertise-bx-right .slider-frt-5 {
  width: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-right .slider-frt-5 .slick-track {
  transition: unset;
}
.expertise-outer .expertise-inner .expertise-bx-right .slick-list {
  border-radius: 0 25px 25px 0;
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .slick-list {
    border-radius: 0 10px 10px 0;
  }
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov {
  position: relative;
  height: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov figure {
  margin: 0;
  height: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
  height: 540px;
  border-radius: 0 25px 25px 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1640px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
    height: 450px;
  }
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
    border-radius: 25px;
  }
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov figure img {
    border-radius: 10px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text {
  background: #F9F8F5;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 26px 49px;
  border-radius: 0 0 23px 0;
  box-sizing: border-box;
  left: 0px;
  display: flex;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text h3 {
  color: #1C1D20;
  font-size: 16px;
  text-decoration: none;
  align-items: center;
  display: flex;
  font-weight: 700;
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text h3 {
    margin: 0px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text h3 {
    margin: 0px;
    font-size: 12px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5BD0B3;
  min-width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  border: 3px solid #5BD0B3;
  border-radius: 0 0 23px 0;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn span {
  display: flex;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn span img {
  width: 7px;
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn span {
    width: 20px;
    height: 20px;
    margin-left: 7px;
  }
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn span img {
    width: 5px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn:hover {
  background: #fff;
  color: #000;
}
.expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn:hover span {
  background: #5BD0B3;
  transform: rotate(360deg);
}
@media (max-width: 1199px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn {
    min-width: 180px;
  }
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text .explore-btn {
    font-size: 13px;
    min-width: 130px;
  }
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text {
    padding: 26px 20px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text {
    border-radius: 0 0 23px 23px;
  }
}
@media (max-width: 576px) {
  .expertise-outer .expertise-inner .expertise-bx-right .content-hov .contect-text {
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-right .slick-next {
  display: none !important;
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-right .slick-next {
    display: block !important;
    right: -15px;
  }
}
@media (max-width: 1024px) {
  .expertise-outer .expertise-inner .expertise-bx-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-right {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-left {
  width: 60%;
  padding-right: 10px;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 {
  height: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 .slick-track {
  transition: unset;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 .slick-slide {
  padding: 0 10px;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 .slick-slide .content-hov {
  margin: 0px 10px;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 .slick-slide .content-hov img {
  width: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-left .slider-frt6 .slick-slide.slick-current.slick-active {
  opacity: 0;
  position: absolute;
  left: 0px;
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner {
  position: relative;
  height: 100%;
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure {
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure img {
    border-radius: 10px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure .cater-text {
  position: absolute;
  bottom: 26px;
  z-index: 9;
  width: 100%;
  padding: 0px 10px;
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure .cater-text h6 {
  color: #fff;
  margin: 0;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure .cater-text {
    bottom: 18px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-left .cater-inner figure .cater-text {
    left: 10px;
  }
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner .overlay {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.43%, #000000 100%);
  border-radius: 30px;
}
.expertise-outer .expertise-inner .expertise-bx-left .cater-inner:hover img {
  transform: scale(1.3);
}
@media (max-width: 1024px) {
  .expertise-outer .expertise-inner .expertise-bx-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .expertise-bx-left {
    display: none;
  }
}
.expertise-outer .expertise-inner .expertise-bx-left .slick-prev {
  display: none !important;
}
.expertise-outer .expertise-inner .slick-list {
  height: 100%;
}
.expertise-outer .expertise-inner .slick-list .slick-track {
  height: 100%;
}
.expertise-outer .expertise-inner .slick-list .slick-track .slick-slide {
  height: 100%;
}
.expertise-outer .expertise-inner .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.expertise-outer .expertise-inner .slick-arrow {
  width: 58px;
  height: 58px;
  border-radius: 36px;
  background: #fff;
  border: 0.6px solid #C0C0C0;
  z-index: 1;
  font-size: 0;
}
.expertise-outer .expertise-inner .slick-arrow:hover {
  background: #5BD0B3;
  border-color: #5BD0B3;
}
.expertise-outer .expertise-inner .slick-arrow:hover:before {
  filter: invert(100);
}
.expertise-outer .expertise-inner .slick-arrow:before {
  height: 58px;
  width: 58px;
  opacity: 1;
  display: block;
  content: "";
  font-size: 0px;
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .slick-arrow:before {
    width: 45px;
    height: 45px;
    background-size: 12px !important;
  }
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .slick-arrow {
    z-index: 9;
  }
}
.expertise-outer .expertise-inner .slick-prev {
  left: 65px;
}
.expertise-outer .expertise-inner .slick-prev:before {
  background: url(../images/next-arrow.svg) no-repeat center;
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .slick-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .slick-prev {
    left: -15px;
  }
}
.expertise-outer .expertise-inner .slick-next {
  right: 65px;
}
.expertise-outer .expertise-inner .slick-next:before {
  background: url(../images/next-arrow.svg) no-repeat center;
}
@media (max-width: 1399px) {
  .expertise-outer .expertise-inner .slick-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner .slick-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .expertise-outer .expertise-inner {
    flex-wrap: wrap;
    padding: 0px 15px;
  }
}

.latest-update {
  padding-bottom: 0;
}
.latest-update .head {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .latest-update {
    padding: 50px 0 0;
  }
}
.latest-update .latest-flex {
  display: flex;
}
.latest-update .latest-flex .latest-flex-half {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item {
  display: flex;
  width: 100%;
  height: 50%;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item figure {
  display: flex;
  width: 100%;
  margin: 0;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item figure img {
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body {
  background: #F9F8F5;
  width: 50%;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub .btn-update {
  display: flex;
  margin-bottom: 42px;
  color: var(--tp-common-white);
  transition: all 0.3s ease-out 0s;
  align-items: center;
  color: #fff;
  font-weight: 700;
  justify-content: space-between;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub .btn-update .update-btn {
  color: #1C1D20;
  border: 1px solid #1C1D20;
  text-decoration: none;
  border-radius: 16px;
  font-weight: 500;
  padding: 2px 28px;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 576px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub .btn-update {
    margin-bottom: 25px;
  }
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub h5 {
  color: #1C1D20;
  font-size: 22px;
  max-width: 250px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub h5 {
    font-size: 18px;
  }
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-body .bx-latest-sub p {
  color: #1C1D20;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-prev {
  overflow: hidden;
  display: flex;
  width: 50%;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-prev img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item .home-blog-item-prev img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item {
    flex-wrap: wrap;
  }
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big {
  display: flex;
  text-decoration: none;
  position: relative;
  height: 100%;
}
@media (max-width: 876px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big {
    flex-wrap: wrap;
  }
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-prev {
  width: 100%;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-prev img {
  width: 100%;
  transition: 0.5s;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body {
  position: absolute;
  right: 0;
  width: 50%;
  height: 50%;
  bottom: 0;
  background: #5BD0B3;
  padding: 30px;
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body .bx-latest-sub h5 {
  color: #1C1D20;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body .bx-latest-sub h5 {
    font-size: 18px;
  }
}
.latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body .bx-latest-sub p {
  color: #1C1D20;
}
@media (max-width: 876px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body {
    width: 100%;
    position: static;
  }
}
@media (max-width: 767px) {
  .latest-update .latest-flex .latest-flex-half .home-blog-item.home-blog-item--big .home-blog-item-body {
    padding: 20px 24px 20px 24px;
  }
}
@media (max-width: 991px) {
  .latest-update .latest-flex .latest-flex-half {
    width: 100%;
  }
}
.latest-update .latest-flex .flex-change a {
  text-decoration: none;
}
.latest-update .latest-flex .flex-change .home-blog-item:last-child {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .latest-update .latest-flex .flex-change .home-blog-item:last-child {
    flex-direction: row;
  }
}
.latest-update .latest-flex .flex-change .home-blog-item:last-child .home-blog-item-body {
  background: var(--tp-common-white);
}
.latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
  padding: 35px;
  width: 50%;
}
.latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body .bx-latest-sub .btn-update .update-btn {
  color: #22A081;
  border: 1px solid #22A081;
}
@media (max-width: 1440px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    width: 50%;
  }
}
@media (max-width: 1399px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    padding: 32px 20px 49px 10px;
  }
}
@media (max-width: 1199px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    width: 50%;
  }
}
@media (max-width: 876px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    width: 100%;
  }
}
@media (max-width: 876px) and (max-width: 876px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    width: 100%;
    padding: 58px 20px 49px 40px;
  }
}
@media (max-width: 767px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-body {
    padding: 20px 24px 20px 24px;
  }
}
@media (max-width: 1199px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-prev {
    width: 50%;
  }
}
@media (max-width: 876px) {
  .latest-update .latest-flex .flex-change .home-blog-item .home-blog-item-prev {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .latest-update .latest-flex .flex-change .home-blog-item {
    order: 2;
  }
}
.latest-update .latest-flex .flex-change .home-blog-item:last-child {
  order: 1;
  z-index: 9;
}
@media (max-width: 991px) {
  .latest-update .latest-flex {
    flex-wrap: wrap;
  }
}
.latest-update .home-blog-item:hover .home-blog-item-prev img {
  transform: scale(1.1);
}

.learn-more {
  padding: 10px 20px;
  background-color: transparent;
  display: flex;
  align-items: center;
  width: 155px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  border-radius: 50px;
  border: 2px solid #000000;
  position: relative;
  line-height: 15px;
}
.learn-more span {
  transition: all 0.5s;
  background-color: #000;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-more:hover {
  transform: scale(1.05);
  background-color: #000;
  color: #fff;
}
.learn-more:hover span {
  margin-left: 30px;
  background-color: #5BD0B3;
  transform: rotate(360deg);
}

.landing-header {
  background: transparent;
  padding: 25px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.landing-header.fixed-header {
  position: absolute;
}

.landing-banner {
  padding: 100px 0 60px 0;
  background: url(../images/landing-banner.webp) left top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.landing-banner h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.landing-banner h1 span {
  color: #5BD0B3;
}
@media screen and (max-width: 1024px) {
  .landing-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .landing-banner h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.landing-banner p {
  color: #fff;
  font-size: 18px;
}
.landing-banner .connect-form {
  background: #53D1B2;
  border: 1px solid #7BC1B0;
  padding: 25px;
  border-radius: 8px;
}
.landing-banner .connect-form h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.what-we-offer {
  background: #F9F8F5;
}
.what-we-offer .image-text {
  background: rgba(255, 255, 255, 0.6588235294);
  padding: 15px;
  box-shadow: 0px 21px 60.7px 0px #E9FFFA;
  border-radius: 6px;
  border: 1px solid #87E7CF;
  margin-bottom: 25px;
}
.what-we-offer .image-text figure {
  margin-right: 20px;
  margin-bottom: 0;
  overflow: hidden;
  width: 175px;
  min-width: 175px;
  height: 200px;
  display: flex;
}
.what-we-offer .image-text figure img {
  transform: scale(1);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-we-offer .image-text figure:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .what-we-offer .image-text figure {
    width: 100%;
    margin-right: 0;
  }
  .what-we-offer .image-text figure img {
    width: 100%;
  }
}
.what-we-offer .image-text .text-box {
  width: calc(100% - 214px);
}
.what-we-offer .image-text .text-box h3 {
  font-weight: 700;
  color: #1C1D20;
  font-size: 22px;
  margin-bottom: 15px;
}
.what-we-offer .image-text .text-box a {
  color: #5BD0B3;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.what-we-offer .image-text .text-box a img {
  margin-right: 15px;
}
.what-we-offer .image-text .text-box a:hover {
  font-weight: 800;
}
.what-we-offer .image-text .text-box a:hover img {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .what-we-offer .image-text .text-box {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .what-we-offer .image-text {
    flex-wrap: wrap;
  }
}

.solution-for-industry .accordion {
  /* Change to minus when open */
}
.solution-for-industry .accordion .accordion-header button {
  text-align: left;
  font-size: 16px;
  padding: 10px 15px;
  color: #000000;
  opacity: 0.53;
  border-radius: 0px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.solution-for-industry .accordion .accordion-header button figure {
  width: 45px;
  margin-right: 10px;
  margin-bottom: 0;
  text-align: center;
}
.solution-for-industry .accordion .accordion-header button figure img {
  opacity: 0.54;
  width: 35px;
}
.solution-for-industry .accordion .accordion-header button.accordion-button:not(.collapsed) {
  background-color: #5BD0B3;
  color: #000;
  opacity: 1;
  font-weight: 700;
}
.solution-for-industry .accordion .accordion-header button.accordion-button:not(.collapsed) img {
  opacity: 1;
}
.solution-for-industry .accordion .accordion-body figure figcaption {
  margin-top: 25px;
}
.solution-for-industry .accordion .accordion-body .text-box h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.solution-for-industry .accordion .accordion-body .text-box p {
  color: #000;
  margin-bottom: 15px;
}
.solution-for-industry .accordion .accordion-body .text-box a {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.solution-for-industry .accordion .accordion-body .text-box a img {
  border-radius: inherit;
  margin-left: 10px;
}
.solution-for-industry .accordion .accordion-body .text-box a:hover {
  color: #5BD0B3;
}
.solution-for-industry .accordion .accordion-body .text-box a:hover img {
  margin-left: 15px;
}
.solution-for-industry .accordion .accordion-button::after {
  content: "+"; /* Default symbol */
  font-size: 1.5rem;
  font-weight: bold;
  background-image: none;
  transform: none !important;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.solution-for-industry .accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}
.solution-for-industry .nav-pills {
  border-right: 1px solid #C2C2C2;
}
.solution-for-industry .nav-pills button {
  text-align: left;
  font-size: 20px;
  padding: 17px 15px;
  color: #000000;
  opacity: 0.53;
  border-radius: 9px 0 0 9px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.solution-for-industry .nav-pills button figure {
  width: 55px;
  margin-right: 15px;
  margin-bottom: 0;
  text-align: center;
}
.solution-for-industry .nav-pills button figure img {
  opacity: 0.54;
}
.solution-for-industry .nav-pills button.active {
  background: #5BD0B3;
  color: #000;
  opacity: 1;
  font-weight: 700;
}
.solution-for-industry .nav-pills button.active img {
  opacity: 1;
}
.solution-for-industry .tab-content .tab-pane figure {
  position: relative;
  margin-bottom: 0;
  height: 435px;
}
.solution-for-industry .tab-content .tab-pane figure img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-for-industry .tab-content .tab-pane figure figcaption {
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  left: 0;
  padding: 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.64%, #000000 83.9%);
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box p {
  color: #fff;
  margin-bottom: 15px;
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box a img {
  border-radius: inherit;
  margin-left: 10px;
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box a:hover {
  color: #5BD0B3;
}
.solution-for-industry .tab-content .tab-pane figure figcaption .text-box a:hover img {
  margin-left: 15px;
}

.connectivty-across-region {
  background: url(../images/samax-full.png) left bottom no-repeat;
  position: relative;
  background-size: 100% auto;
  padding-bottom: 120px;
}
.connectivty-across-region #chartdiv {
  width: 100%;
  height: 70vh;
  float: left;
}
@media screen and (max-width: 767px) {
  .connectivty-across-region #chartdiv {
    height: 50vh;
  }
}
@media screen and (max-width: 576px) {
  .connectivty-across-region #chartdiv {
    height: 40vh;
  }
}
.connectivty-across-region .country-list {
  width: 100%;
  display: flex;
  border-top: 1px solid #D1D1D1;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .connectivty-across-region .country-list {
    display: none;
  }
}
.connectivty-across-region .country-list-item {
  margin: 0px 50px;
  padding-top: 20px;
  cursor: pointer;
  color: #9C9C9C;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.connectivty-across-region .country-list-item:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  box-shadow: 0px 4px 10.3px 0px #FFFFFF;
  display: block;
  content: "";
  border: 2px solid #B5B5B5;
  top: -6px;
  left: 50%;
  background: #fff;
  margin-left: -6px;
}
.connectivty-across-region .country-list-item.active {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .connectivty-across-region .country-list-item {
    margin: 0 20px;
    font-size: 16px;
  }
}

.get-in-touch {
  position: relative;
  padding: 60px 0;
  background: url(../images/get-in-touch.webp) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.get-in-touch .connect-form {
  padding: 25px;
  border-radius: 12px;
  background: rgba(6, 0, 19, 0.6588235294);
  border: 1px solid #373737;
}
.get-in-touch .connect-form h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.get-in-touch .connect-form .form-control {
  background: rgba(255, 255, 255, 0.0509803922);
  color: #fff;
}
.get-in-touch .connect-form .form-control::-moz-placeholder {
  color: #fff;
}
.get-in-touch .connect-form .form-control::placeholder {
  color: #fff;
}
.get-in-touch .connect-form .form-check label {
  color: #fff;
}
.get-in-touch .connect-form .form-check label a {
  color: #fff;
}
.get-in-touch .connect-form select.form-control {
  background: rgba(255, 255, 255, 0.0509803922) url(../images/select-dropdown.png) 96% center no-repeat;
}
.get-in-touch .connect-form select.form-control option {
  color: #000;
}
.get-in-touch .connect-form textarea {
  resize: none;
}
.get-in-touch .connect-form .submit-btn {
  background: #5BD0B3;
}
.get-in-touch .connect-form .submit-btn:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .get-in-touch {
    height: auto;
  }
}

.faq {
  background: #F9F8F5;
  /* Remove Bootstrap default icon */
  /* Change to minus when open */
}
.faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #BABABA;
}
.faq .accordion-item .accordion-header button {
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.faq .accordion-item .accordion-body {
  padding: 0px 0 20px 0;
  color: #000;
}
.faq .faq-section {
  max-width: 900px;
  margin: 50px auto;
}
.faq .faq-title {
  text-transform: inherit;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.faq .faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #00c7b1;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.faq .accordion-button::after {
  content: "+"; /* Default symbol */
  font-size: 1.5rem;
  font-weight: bold;
  background-image: none;
  transform: none !important;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.faq .accordion-button:not(.collapsed)::after {
  content: "−";
}
.faq .accordion-button {
  background-color: transparent;
  box-shadow: none !important;
}
.faq .accordion-button:focus {
  box-shadow: none;
}

.landing-footer {
  background: #202020;
  padding: 25px 0;
}
.landing-footer .footer-top {
  border-bottom: 1px solid #373737;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.landing-footer p {
  color: #fff;
}
.landing-footer ul li {
  margin-right: 35px;
}
.landing-footer ul li a {
  color: #fff;
}
.landing-footer ul li a:hover {
  color: #5BD0B3;
}
.landing-footer ul li:last-child {
  margin-right: 0;
}

.head-landing {
  margin-bottom: 50px;
}
.head-landing h2 {
  text-transform: uppercase;
}
.head-landing h2 span {
  font-size: 36px;
  padding-bottom: 10px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.head-landing h2 span:before {
  width: 112px;
  height: 5px;
  background: #5BD0B3;
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .head-landing h2 span {
    font-size: 30px;
    line-height: 40px;
  }
}

.mobile-accordion {
  display: none !important;
}

.key-features {
  background: url(../images/key-features-bg.webp) left top no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.key-features .head-landing h2 {
  color: #fff;
}
.key-features .head-landing h2 span {
  color: #fff;
}
.key-features figure {
  padding-top: 120px;
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.key-features figure img {
  width: 80% !important;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .key-features figure img {
    width: 100% !important;
  }
}
.key-features figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.key-features figure figcaption ul {
  display: flex;
  position: relative;
  height: 100%;
}
.key-features figure figcaption ul li {
  text-align: center;
  position: absolute;
}
.key-features figure figcaption ul li figure {
  margin-bottom: 15px;
  padding-top: 0;
}
.key-features figure figcaption ul li figure img {
  transform: scale(1);
  max-width: 75px;
}
.key-features figure figcaption ul li figure:hover {
  transform: scale(1.1);
}
.key-features figure figcaption ul li h3 {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
}
.key-features figure figcaption ul li:first-child {
  left: 0;
  bottom: 25px;
}
.key-features figure figcaption ul li:first-child:before {
  position: absolute;
  right: -90px;
  display: block;
  content: "";
  top: 40px;
  background: url(../images/lig-first-bg.png) left center no-repeat;
  width: 143px;
  height: 12px;
}
@media screen and (max-width: 1024px) {
  .key-features figure figcaption ul li:first-child {
    bottom: unset;
  }
}
.key-features figure figcaption ul li:nth-child(2) {
  bottom: 200px;
  left: 100px;
}
.key-features figure figcaption ul li:nth-child(2):before {
  position: absolute;
  right: -140px;
  display: block;
  content: "";
  top: 40px;
  background: url(../images/li-second-bg.png) left center no-repeat;
  width: 153px;
  height: 12px;
}
.key-features figure figcaption ul li:nth-child(3) {
  top: -55px;
  left: 330px;
}
.key-features figure figcaption ul li:nth-child(3):before {
  position: absolute;
  right: 21px;
  display: block;
  content: "";
  bottom: -45px;
  background: url(../images/li-third-bg.png) left center no-repeat;
  width: 38px;
  height: 45px;
}
.key-features figure figcaption ul li:nth-child(4) {
  top: -55px;
  left: 630px;
}
.key-features figure figcaption ul li:nth-child(4):before {
  position: absolute;
  right: 90px;
  display: block;
  content: "";
  bottom: -60px;
  background: url(../images/li-fourth-bg.png) left center no-repeat;
  width: 34px;
  height: 52px;
}
.key-features figure figcaption ul li:nth-child(5) {
  right: 70px;
  bottom: 200px;
}
.key-features figure figcaption ul li:nth-child(5):before {
  position: absolute;
  left: -140px;
  display: block;
  content: "";
  top: 40px;
  background: url(../images/li-fifth-bg.png) left center no-repeat;
  width: 178px;
  height: 12px;
}
.key-features figure figcaption ul li:last-child {
  right: 0;
  bottom: 28px;
}
.key-features figure figcaption ul li:last-child:before {
  position: absolute;
  left: -80px;
  display: block;
  content: "";
  top: 45px;
  background: url(../images/li-six-bg.png) left center no-repeat;
  width: 102px;
  height: 12px;
}
@media screen and (max-width: 1024px) {
  .key-features figure figcaption ul li {
    position: relative;
    width: 32%;
    margin-bottom: 25px;
    left: unset !important;
    bottom: unset !important;
    top: unset !important;
    right: unset !important;
  }
  .key-features figure figcaption ul li::before {
    display: none !important;
  }
  .key-features figure figcaption ul li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .key-features figure figcaption ul li h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .key-features figure figcaption ul li {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .key-features figure figcaption ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .key-features figure figcaption {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .key-features figure {
    padding-top: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .desktop-tabs {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .mobile-accordion {
    display: block !important;
  }
}/*# sourceMappingURL=main.css.map */