@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tomorrow", sans-serif;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

#nav-menu {
  width: 100%;
}
#nav-menu .nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  height: 90px;
  padding: 1.2rem 2rem;
}
@media (max-width: 991px) {
  #nav-menu .nav-container {
    padding: 1.2rem;
  }
}
#nav-menu .nav-container .nav-start {
  display: flex;
  align-items: center;
}
#nav-menu .nav-container .nav-start .logo {
  margin-right: 1.5rem;
}
#nav-menu .nav-container .nav-start .menu {
  z-index: 999;
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar {
    background-color: #fff;
  }
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .nav-link {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 20px;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
  gap: 15px;
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar li .nav-link {
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    color: #000;
  }
  #nav-menu .nav-container .nav-start .menu .menu-bar li .nav-link img {
    filter: invert(1);
    width: 16px;
    object-fit: 1/1;
  }
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown {
  background-color: white;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97);
  transition: 0.2s ease;
  width: 100%;
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown.active {
    display: block !important;
  }
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown .menu .menu-link p {
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown .menu.show {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }
}
#nav-menu .nav-container .nav-start .menu .menu-bar li .dropdown .clos-btn {
  filter: invert(1);
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
    padding: 1rem 0;
  }
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-start .menu {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    min-height: 100vh;
    width: 100vw;
  }
}
#nav-menu .nav-container .nav-end .right-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#nav-menu .nav-container .nav-end .right-container .search {
  position: relative;
}
#nav-menu .nav-container .nav-end #hamburger {
  display: none;
  padding: 0.1rem;
  margin-left: 1rem;
  font-size: 1.9rem;
  filter: invert(1);
}
@media (max-width: 991px) {
  #nav-menu .nav-container .nav-end #hamburger {
    display: block;
    background: none;
    border: none;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 991px) {
  #nav-menu {
    position: fixed;
    z-index: 999;
  }
}

.nav-start,
.nav-end,
.menu-bar,
.right-container,
.right-container .search {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .menu.show,
  .dropdown.active {
    display: block !important;
  }
}
.tab-container {
  display: block;
  padding: 1rem 0;
}
@media (min-width: 991px) {
  .tab-container {
    display: flex;
  }
}
.tab-container .tab-navigation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .tab-container .tab-navigation {
    border-right: 2px solid #f3f4f6;
  }
}
.tab-container .tab-navigation .tab-button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .tab-container .tab-navigation .tab-button {
    margin-bottom: 0.8rem;
  }
}
.tab-container .tab-navigation .tab-button figure {
  display: flex;
  align-items: center;
  padding: 0.75rem 0 0.75rem 2rem;
  gap: 32px;
}
@media (min-width: 991px) {
  .tab-container .tab-navigation .tab-button figure {
    padding: 0.5rem 0 0.5rem 2rem;
  }
}
.tab-container .tab-navigation .tab-button figure figcaption {
  font-size: 16px;
}
.tab-container .tab-navigation .tab-button.active {
  background-color: #f3f4f6;
  background-image: url(arrow.jpeg);
  background-position: 95% center;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .tab-container .tab-navigation {
    width: 33.33%;
  }
}
@media (min-width: 991px) {
  .tab-container .tab-content {
    margin-top: 1rem;
  }
}
.tab-container .tab-content .tab-panel {
  display: none;
}
.tab-container .tab-content .tab-panel.active {
  display: block;
}
.tab-container .tab-content .tab-panel h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.tab-container .tab-content .tab-panel figure {
  display: flex;
  align-items: center;
  padding: 0.75rem 0 0.75rem 2rem;
  gap: 32px;
}
@media (min-width: 991px) {
  .tab-container .tab-content .tab-panel figure {
    padding: 0.5rem 0 0 2rem;
  }
}
.tab-container .tab-content .tab-panel figure figcaption {
  font-size: 16px;
}
@media (min-width: 991px) {
  .tab-container .tab-content {
    width: 33.33%;
  }
}

.tab-container2 {
  padding: 1rem 0;
  display: block;
}
@media (min-width: 991px) {
  .tab-container2 {
    display: flex;
  }
}
@media (min-width: 991px) {
  .tab-container2 .menu-item {
    width: 66.66%;
  }
}
@media (min-width: 991px) {
  .tab-container2 .menu-item ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (min-width: 991px) {
  .tab-container2 .menu-item ul li {
    width: 50%;
  }
}
.tab-container2 .menu-item ul li figure {
  display: flex;
  align-items: center;
  padding: 0.75rem 0 0.75rem 2rem;
  gap: 32px;
}
@media (min-width: 991px) {
  .tab-container2 .menu-item ul li figure {
    padding: 0.5rem 0 0 2rem;
  }
}
.tab-container2 .menu-item ul li figure figcaption {
  font-size: 16px;
}

.advertise {
  text-align: center;
}
.advertise img {
  width: 366px;
  height: 456px;
}
@media (min-width: 991px) {
  .advertise {
    width: 33.33%;
    padding: 0 1rem;
    border-left: 2px solid #f3f4f6;
  }
}

.tab-title {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-title .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

#nav-menu.back-ground {
  background-color: #fff;
  width: 100%;
}
#nav-menu.back-ground .nav-link {
  color: #000;
}
#nav-menu.back-ground .nav-link img {
  filter: invert(1);
}
#nav-menu.back-ground .logo img {
  filter: invert(1);
}

.darkHeader {
  background-color: #fff;
}
.darkHeader .nav-link {
  color: #000;
}
.darkHeader .nav-link img {
  filter: invert(1);
}
.darkHeader .logo img {
  filter: invert(1);
}

.height {
  height: 50vh;
  border: 1px solid #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.v-center {
  align-items: center;
}

.m-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 15px;
}
.m-header .item-left {
  flex: 0 0 17%;
}
.m-header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.m-header .item-center {
  flex: 0 0 66%;
}
.m-header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.m-header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.m-header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}
.m-header .menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.m-header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
.m-header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.m-header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .m-header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.m-header .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.m-header .mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
.m-header .mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.m-header .mega-menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.m-header .mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.m-header .mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.m-header .mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}

.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

@media (max-width: 991px) {
  .m-header {
    display: block;
  }
  .m-header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .m-header .item-left,
  .m-header .item-right {
    flex: 0 0 auto;
  }
  .m-header .v-center {
    justify-content: space-between;
  }
  .m-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .m-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .m-header .mobile-menu-trigger span:before, .m-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .m-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .m-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .m-header .item-right {
    align-items: center;
  }
  .m-header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .m-header .menu.active {
    transform: translate(0%);
  }
  .m-header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .m-header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .m-header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .m-header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .m-header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .m-header .menu .mobile-menu-head .go-back.active {
    display: block;
  }
  .m-header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .m-header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .m-header .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .m-header .menu > ul > li .sub-menu.mega-menu,
  .m-header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .m-header .menu > ul > li .sub-menu.mega-menu.active,
  .m-header .menu > ul > li .sub-menu.active {
    display: block;
  }
  .m-header .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .m-header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .m-header .sub-menu > ul > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .m-header .sub-menu > ul > li > ul li:hover > ul {
    display: block;
    top: 0;
    left: 100%;
  }
  .m-header .sub-menu > ul > li > ul ul {
    top: 0;
    left: 100%;
    min-width: 200px;
  }
  .m-header .sub-menu > ul > li > ul ul li {
    display: block;
    width: 100%;
  }
  .m-header .sub-menu > ul > li > ul ul li a {
    padding: 10px 0px;
    color: #555555;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: color 0.3s ease;
    text-transform: capitalize;
  }
  .m-header .sub-menu > ul > li > ul ul li a:hover {
    color: #ea4636;
  }
  .go-back,
  .mobile-menu-close {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  #nav-menu {
    display: none;
  }
}
footer {
  color: #6B7280;
  font-family: "Poppins", sans-serif;
  background: #F9FAFB url(../images/footer-bg.svg) no-repeat;
  margin: 1rem auto 0;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "Poppins", sans-serif;
}
@media (min-width: 991px) {
  footer {
    background-size: 100%;
  }
}
footer .box-container {
  width: 90%;
  margin: auto;
}
@media (min-width: 991px) {
  footer .box-container {
    width: 97%;
  }
}
footer .box-container .footer-header {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(228, 228, 231, 0.5019607843);
}
footer .box-container .footer-header .social-media a {
  display: inline-block;
}
footer .box-container .footer-main {
  padding: 1rem 0;
  border-bottom: 2px solid rgba(228, 228, 231, 0.5019607843);
}
footer .box-container .footer-main h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.85rem 0;
  color: #374151;
}
@media (min-width: 991px) {
  footer .box-container .footer-main h3 {
    font-size: 0.9rem;
  }
}
footer .box-container .footer-main h3 a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.85rem 0;
  color: #374151;
}
@media (min-width: 991px) {
  footer .box-container .footer-main h3 a {
    font-size: 0.9rem;
  }
}
footer .box-container .footer-main a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #6B7280;
}
@media (min-width: 991px) {
  footer .box-container .footer-main a {
    font-size: 0.7rem;
    line-height: 16px;
  }
}
@media (min-width: 991px) {
  footer .box-container .footer-main {
    display: flex;
  }
  footer .box-container .footer-main div {
    width: 13%;
  }
  footer .box-container .footer-main .ftr__list {
    width: 20%;
  }
}
footer .box-container .footer-copyright {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
footer .box-container .footer-copyright p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  width: 40%;
}
@media (min-width: 991px) {
  footer .box-container .footer-copyright p {
    font-size: 0.7rem;
    width: 20%;
  }
}
footer .box-container .footer-copyright ul {
  width: 40%;
  order: 1;
}
@media (min-width: 991px) {
  footer .box-container .footer-copyright ul {
    display: flex;
    justify-content: space-around;
    order: 0;
    width: 45%;
  }
}
footer .box-container .footer-copyright ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #6B7280;
}
@media (min-width: 991px) {
  footer .box-container .footer-copyright ul li a {
    font-size: 0.7rem;
    line-height: 16px;
  }
}
footer .box-container .footer-copyright .dropdown {
  width: 40%;
  position: relative;
  display: inline-block;
}
@media (min-width: 991px) {
  footer .box-container .footer-copyright .dropdown {
    width: 20%;
  }
}
footer .box-container .footer-copyright .dropdown .dropdown-toggle {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 14px;
  background-color: transparent;
  color: #6B7280;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 991px) {
  footer .box-container .footer-copyright .dropdown .dropdown-toggle {
    font-size: 0.7rem;
  }
}
footer .box-container .footer-copyright .dropdown .dropdown-toggle img {
  margin: 0 0.5rem;
  filter: invert(50%);
}
footer .box-container .footer-copyright .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 10%;
  background-color: #fff;
  padding: 0;
  list-style: none;
  margin: 0;
  color: #6B7280;
}
@media (max-width: 576px) {
  footer .box-container .footer-copyright .dropdown .dropdown-menu {
    width: 100%;
  }
}
footer .box-container .footer-copyright .dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}
footer .box-container .footer-copyright .dropdown .dropdown-menu li a:hover {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .nav-folderized .nav-footer h3 {
    cursor: pointer;
  }
  .nav-folderized ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  .nav-folderized .nav-footer h3:after {
    content: "+";
    float: right;
  }
  .nav-folderized .nav-footer.open h3:after {
    content: "-";
  }
  .nav-folderized .nav-footer.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 1s !important;
  }
}
.mask-image {
  mask-image: url(../images/DF.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
  -webkit-mask-image: url(../images/DF.svg);
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  font-family: "Poppins", sans-serif;
}
@media (min-width: 991px) {
  .card .card-img {
    width: 45%;
  }
}
.card .card-body .card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #374151;
  font-weight: 500;
}
@media (min-width: 576px) {
  .card .card-body .card-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
}
.card .card-body .card-text {
  font-size: 1rem;
  color: #6B7280;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .card .card-body .card-text {
    font-size: 0.8rem;
  }
}
.card .card-body .card-link {
  display: inline-block;
  text-decoration: none;
  color: #0400DE;
  margin: 0.5rem 0;
  font-size: 0.889rem;
  font-weight: 500;
}
.card .card-body .card-link::after {
  content: "";
  display: inline-block;
  background: url(../images/arrow_right_alt.svg) no-repeat;
  background-position: right center;
  width: 16px;
  height: 16px;
  padding-left: 1.2rem;
}
@media (min-width: 991px) {
  .card .card-body .card-link {
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .card .card-body {
    width: 45%;
  }
}
@media (min-width: 991px) {
  .card {
    flex-direction: row-reverse;
  }
}

.text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-container .text-card {
  width: 100%;
  margin: 0.75rem 0;
}
.text-container .text-card h1,
.text-container .text-card h2,
.text-container .text-card h3,
.text-container .text-card h4,
.text-container .text-card h5,
.text-container .text-card h6 {
  font-family: "Poppins", sans-serif;
}
.text-container .text-card .text-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .text-container .text-card .text-card-title {
    font-size: 1.2rem;
  }
}
.text-container .text-card .text-card-content {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .text-container .text-card .text-card-content {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .text-container .text-card {
    width: 40%;
  }
}
@media (min-width: 991px) {
  .text-container .text-card {
    width: 20%;
  }
}

.figure-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.figure-container .figure-box {
  background: #F0F9FF;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.figure-container .figure-box figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.2rem;
  height: 100%;
}
.figure-container .figure-box figure div {
  width: 30%;
  padding-left: 0.65rem;
}
@media (min-width: 991px) {
  .figure-container .figure-box figure div {
    width: 100%;
    padding-left: 0;
  }
}
.figure-container .figure-box figure div img {
  width: 60px;
  height: 60px;
}
@media (min-width: 991px) {
  .figure-container .figure-box figure div img {
    width: 100px;
    height: 100px;
  }
}
.figure-container .figure-box figure figcaption {
  width: 70%;
}
@media (min-width: 991px) {
  .figure-container .figure-box figure figcaption {
    width: 100%;
  }
}
.figure-container .figure-box figure figcaption p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
  padding-right: 0.25rem;
}
@media (min-width: 991px) {
  .figure-container .figure-box figure figcaption p {
    font-size: 0.8rem;
  }
}
@media (min-width: 767px) {
  .figure-container .figure-box {
    width: 49%;
  }
}
@media (min-width: 991px) {
  .figure-container .figure-box {
    width: 23%;
    margin: 12px;
  }
}

.form-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-container .help-your-business h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
  color: #374151;
}
.form-container .help-your-business h3 span {
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
}
.form-container .help-your-business p {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #6B7280;
  margin: 1.25rem 0;
}
.form-container .help-your-business ul {
  list-style: disc;
  color: #6B7280;
  margin-left: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 991px) {
  .form-container .help-your-business ul {
    font-size: 0.8rem;
  }
}
.form-container .help-your-business ul li {
  margin: 0.5rem 0;
}
@media (min-width: 991px) {
  .form-container .help-your-business {
    width: 48.88%;
  }
}
.form-container .form form {
  display: flex;
  justify-content: space-between;
  row-gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .form-container .form form .name {
    width: 49% !important;
  }
}
.form-container .form form .form-control {
  width: 100%;
}
.form-container .form form label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #374151;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 991px) {
  .form-container .form form label {
    font-size: 0.7rem;
  }
}
.form-container .form form label a {
  text-decoration: underline;
  color: #374151;
}
.form-container .form form input,
.form-container .form form textarea {
  display: block;
  padding: 0.625rem 1rem;
  width: 100%;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  color: #6B7280;
}
.form-container .form form input::placeholder,
.form-container .form form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.form-container .form form .phone-no {
  position: relative;
}
.form-container .form form .phone-no select {
  position: absolute;
  top: 0;
  background: transparent;
  border: none;
  left: 1rem;
  transform: translateY(35%);
  width: 10%;
  padding-left: 1rem;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: 500;
}
.form-container .form form .phone-no select option {
  color: #6B7280;
}
.form-container .form form .phone-no select:focus-visible {
  outline: none;
}
.form-container .form form .phone-no input {
  padding-left: 4rem;
}
.form-container .form form .privacy-policy {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-container .form form .privacy-policy [type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
}
.form-container .form form div input.submit-button {
  display: block;
  width: 100%;
  background: #0400DE;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .form-container .form form div input.submit-button {
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .form-container .form {
    width: 48%;
  }
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.industries .bread-crumb,
.banking-and-inancial-markets-solutions .bread-crumb,
.services .bread-crumb,
.solutions .bread-crumb,
.eng-and-dev .bread-crumb,
.cloud-solutions .bread-crumb,
.cloud-consulting .bread-crumb,
.about .bread-crumb,
.privacy-policy .bread-crumb {
  background: #115E59 url(../images/industries-hero-section.svg) right/50% 100% no-repeat;
  position: relative;
}
.industries .bread-crumb .breadcrumb,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb,
.services .bread-crumb .breadcrumb,
.solutions .bread-crumb .breadcrumb,
.eng-and-dev .bread-crumb .breadcrumb,
.cloud-solutions .bread-crumb .breadcrumb,
.cloud-consulting .bread-crumb .breadcrumb,
.about .bread-crumb .breadcrumb,
.privacy-policy .bread-crumb .breadcrumb {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: "Tomorrow", sans-serif;
  margin-top: 2.5rem;
}
@media (min-width: 991px) {
  .industries .bread-crumb .breadcrumb,
  .banking-and-inancial-markets-solutions .bread-crumb .breadcrumb,
  .services .bread-crumb .breadcrumb,
  .solutions .bread-crumb .breadcrumb,
  .eng-and-dev .bread-crumb .breadcrumb,
  .cloud-solutions .bread-crumb .breadcrumb,
  .cloud-consulting .bread-crumb .breadcrumb,
  .about .bread-crumb .breadcrumb,
  .privacy-policy .bread-crumb .breadcrumb {
    width: 85%;
  }
}
.industries .bread-crumb .breadcrumb div ul,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div ul,
.services .bread-crumb .breadcrumb div ul,
.solutions .bread-crumb .breadcrumb div ul,
.eng-and-dev .bread-crumb .breadcrumb div ul,
.cloud-solutions .bread-crumb .breadcrumb div ul,
.cloud-consulting .bread-crumb .breadcrumb div ul,
.about .bread-crumb .breadcrumb div ul,
.privacy-policy .bread-crumb .breadcrumb div ul {
  margin-bottom: 2rem;
}
.industries .bread-crumb .breadcrumb div ul li,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div ul li,
.services .bread-crumb .breadcrumb div ul li,
.solutions .bread-crumb .breadcrumb div ul li,
.eng-and-dev .bread-crumb .breadcrumb div ul li,
.cloud-solutions .bread-crumb .breadcrumb div ul li,
.cloud-consulting .bread-crumb .breadcrumb div ul li,
.about .bread-crumb .breadcrumb div ul li,
.privacy-policy .bread-crumb .breadcrumb div ul li {
  display: inline;
  font-size: 18px;
}
.industries .bread-crumb .breadcrumb div ul li + li::before,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div ul li + li::before,
.services .bread-crumb .breadcrumb div ul li + li::before,
.solutions .bread-crumb .breadcrumb div ul li + li::before,
.eng-and-dev .bread-crumb .breadcrumb div ul li + li::before,
.cloud-solutions .bread-crumb .breadcrumb div ul li + li::before,
.cloud-consulting .bread-crumb .breadcrumb div ul li + li::before,
.about .bread-crumb .breadcrumb div ul li + li::before,
.privacy-policy .bread-crumb .breadcrumb div ul li + li::before {
  padding: 8px;
  color: rgba(243, 244, 246, 0.7490196078);
  content: "/ ";
}
.industries .bread-crumb .breadcrumb div ul li a,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div ul li a,
.services .bread-crumb .breadcrumb div ul li a,
.solutions .bread-crumb .breadcrumb div ul li a,
.eng-and-dev .bread-crumb .breadcrumb div ul li a,
.cloud-solutions .bread-crumb .breadcrumb div ul li a,
.cloud-consulting .bread-crumb .breadcrumb div ul li a,
.about .bread-crumb .breadcrumb div ul li a,
.privacy-policy .bread-crumb .breadcrumb div ul li a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.industries .bread-crumb .breadcrumb div h2,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div h2,
.services .bread-crumb .breadcrumb div h2,
.solutions .bread-crumb .breadcrumb div h2,
.eng-and-dev .bread-crumb .breadcrumb div h2,
.cloud-solutions .bread-crumb .breadcrumb div h2,
.cloud-consulting .bread-crumb .breadcrumb div h2,
.about .bread-crumb .breadcrumb div h2,
.privacy-policy .bread-crumb .breadcrumb div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #fff;
}
.industries .bread-crumb .breadcrumb div p,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div p,
.services .bread-crumb .breadcrumb div p,
.solutions .bread-crumb .breadcrumb div p,
.eng-and-dev .bread-crumb .breadcrumb div p,
.cloud-solutions .bread-crumb .breadcrumb div p,
.cloud-consulting .bread-crumb .breadcrumb div p,
.about .bread-crumb .breadcrumb div p,
.privacy-policy .bread-crumb .breadcrumb div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 576px) {
  .industries .bread-crumb .breadcrumb div p,
  .banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div p,
  .services .bread-crumb .breadcrumb div p,
  .solutions .bread-crumb .breadcrumb div p,
  .eng-and-dev .bread-crumb .breadcrumb div p,
  .cloud-solutions .bread-crumb .breadcrumb div p,
  .cloud-consulting .bread-crumb .breadcrumb div p,
  .about .bread-crumb .breadcrumb div p,
  .privacy-policy .bread-crumb .breadcrumb div p {
    font-size: 0.8rem;
  }
}
.industries .bread-crumb .breadcrumb div h2,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div h2,
.services .bread-crumb .breadcrumb div h2,
.solutions .bread-crumb .breadcrumb div h2,
.eng-and-dev .bread-crumb .breadcrumb div h2,
.cloud-solutions .bread-crumb .breadcrumb div h2,
.cloud-consulting .bread-crumb .breadcrumb div h2,
.about .bread-crumb .breadcrumb div h2,
.privacy-policy .bread-crumb .breadcrumb div h2 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  .industries .bread-crumb .breadcrumb div h2,
  .banking-and-inancial-markets-solutions .bread-crumb .breadcrumb div h2,
  .services .bread-crumb .breadcrumb div h2,
  .solutions .bread-crumb .breadcrumb div h2,
  .eng-and-dev .bread-crumb .breadcrumb div h2,
  .cloud-solutions .bread-crumb .breadcrumb div h2,
  .cloud-consulting .bread-crumb .breadcrumb div h2,
  .about .bread-crumb .breadcrumb div h2,
  .privacy-policy .bread-crumb .breadcrumb div h2 {
    font-size: 2rem;
  }
}
.industries .bread-crumb .breadcrumb p,
.banking-and-inancial-markets-solutions .bread-crumb .breadcrumb p,
.services .bread-crumb .breadcrumb p,
.solutions .bread-crumb .breadcrumb p,
.eng-and-dev .bread-crumb .breadcrumb p,
.cloud-solutions .bread-crumb .breadcrumb p,
.cloud-consulting .bread-crumb .breadcrumb p,
.about .bread-crumb .breadcrumb p,
.privacy-policy .bread-crumb .breadcrumb p {
  font-family: "Poppins", sans-serif;
}
.industries .bread-crumb .chat-btn,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn,
.services .bread-crumb .chat-btn,
.solutions .bread-crumb .chat-btn,
.eng-and-dev .bread-crumb .chat-btn,
.cloud-solutions .bread-crumb .chat-btn,
.cloud-consulting .bread-crumb .chat-btn,
.about .bread-crumb .chat-btn,
.privacy-policy .bread-crumb .chat-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #000;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 999;
  transition: 0.5s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.industries .bread-crumb .chat-btn figure,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn figure,
.services .bread-crumb .chat-btn figure,
.solutions .bread-crumb .chat-btn figure,
.eng-and-dev .bread-crumb .chat-btn figure,
.cloud-solutions .bread-crumb .chat-btn figure,
.cloud-consulting .bread-crumb .chat-btn figure,
.about .bread-crumb .chat-btn figure,
.privacy-policy .bread-crumb .chat-btn figure {
  padding: 0rem 0.75rem 0.5rem;
}
.industries .bread-crumb .chat-btn .figBtn,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn .figBtn,
.services .bread-crumb .chat-btn .figBtn,
.solutions .bread-crumb .chat-btn .figBtn,
.eng-and-dev .bread-crumb .chat-btn .figBtn,
.cloud-solutions .bread-crumb .chat-btn .figBtn,
.cloud-consulting .bread-crumb .chat-btn .figBtn,
.about .bread-crumb .chat-btn .figBtn,
.privacy-policy .bread-crumb .chat-btn .figBtn {
  transform: translateY(-30%);
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.industries .bread-crumb .chat-btn .figBtn img,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn .figBtn img,
.services .bread-crumb .chat-btn .figBtn img,
.solutions .bread-crumb .chat-btn .figBtn img,
.eng-and-dev .bread-crumb .chat-btn .figBtn img,
.cloud-solutions .bread-crumb .chat-btn .figBtn img,
.cloud-consulting .bread-crumb .chat-btn .figBtn img,
.about .bread-crumb .chat-btn .figBtn img,
.privacy-policy .bread-crumb .chat-btn .figBtn img {
  width: 60px;
  height: 60px;
}
.industries .bread-crumb .chat-btn .close,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn .close,
.services .bread-crumb .chat-btn .close,
.solutions .bread-crumb .chat-btn .close,
.eng-and-dev .bread-crumb .chat-btn .close,
.cloud-solutions .bread-crumb .chat-btn .close,
.cloud-consulting .bread-crumb .chat-btn .close,
.about .bread-crumb .chat-btn .close,
.privacy-policy .bread-crumb .chat-btn .close {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: end;
  cursor: pointer;
  font-size: 0.5rem;
  color: #fff;
}
.industries .bread-crumb .chat-btn .close i,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn .close i,
.services .bread-crumb .chat-btn .close i,
.solutions .bread-crumb .chat-btn .close i,
.eng-and-dev .bread-crumb .chat-btn .close i,
.cloud-solutions .bread-crumb .chat-btn .close i,
.cloud-consulting .bread-crumb .chat-btn .close i,
.about .bread-crumb .chat-btn .close i,
.privacy-policy .bread-crumb .chat-btn .close i {
  font-weight: 600;
}
.industries .bread-crumb .chat-btn figcaption,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption,
.services .bread-crumb .chat-btn figcaption,
.solutions .bread-crumb .chat-btn figcaption,
.eng-and-dev .bread-crumb .chat-btn figcaption,
.cloud-solutions .bread-crumb .chat-btn figcaption,
.cloud-consulting .bread-crumb .chat-btn figcaption,
.about .bread-crumb .chat-btn figcaption,
.privacy-policy .bread-crumb .chat-btn figcaption {
  padding: 0rem 0 0.5rem;
  transform: translateY(-18%);
  display: none;
}
.industries .bread-crumb .chat-btn figcaption h3,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption h3,
.services .bread-crumb .chat-btn figcaption h3,
.solutions .bread-crumb .chat-btn figcaption h3,
.eng-and-dev .bread-crumb .chat-btn figcaption h3,
.cloud-solutions .bread-crumb .chat-btn figcaption h3,
.cloud-consulting .bread-crumb .chat-btn figcaption h3,
.about .bread-crumb .chat-btn figcaption h3,
.privacy-policy .bread-crumb .chat-btn figcaption h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Poppins", sans-serif;
  color: #374151;
}
@media (min-width: 1480px) {
  .industries .bread-crumb .chat-btn figcaption h3,
  .banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption h3,
  .services .bread-crumb .chat-btn figcaption h3,
  .solutions .bread-crumb .chat-btn figcaption h3,
  .eng-and-dev .bread-crumb .chat-btn figcaption h3,
  .cloud-solutions .bread-crumb .chat-btn figcaption h3,
  .cloud-consulting .bread-crumb .chat-btn figcaption h3,
  .about .bread-crumb .chat-btn figcaption h3,
  .privacy-policy .bread-crumb .chat-btn figcaption h3 {
    padding-bottom: 0.15rem;
    line-height: 0.95rem;
  }
}
.industries .bread-crumb .chat-btn figcaption p,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption p,
.services .bread-crumb .chat-btn figcaption p,
.solutions .bread-crumb .chat-btn figcaption p,
.eng-and-dev .bread-crumb .chat-btn figcaption p,
.cloud-solutions .bread-crumb .chat-btn figcaption p,
.cloud-consulting .bread-crumb .chat-btn figcaption p,
.about .bread-crumb .chat-btn figcaption p,
.privacy-policy .bread-crumb .chat-btn figcaption p {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 0.25rem;
  color: #374151;
}
@media (min-width: 1480px) {
  .industries .bread-crumb .chat-btn figcaption p,
  .banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption p,
  .services .bread-crumb .chat-btn figcaption p,
  .solutions .bread-crumb .chat-btn figcaption p,
  .eng-and-dev .bread-crumb .chat-btn figcaption p,
  .cloud-solutions .bread-crumb .chat-btn figcaption p,
  .cloud-consulting .bread-crumb .chat-btn figcaption p,
  .about .bread-crumb .chat-btn figcaption p,
  .privacy-policy .bread-crumb .chat-btn figcaption p {
    padding-top: 0.15rem;
    line-height: 0.75rem;
  }
}
.industries .bread-crumb .chat-btn figcaption a,
.banking-and-inancial-markets-solutions .bread-crumb .chat-btn figcaption a,
.services .bread-crumb .chat-btn figcaption a,
.solutions .bread-crumb .chat-btn figcaption a,
.eng-and-dev .bread-crumb .chat-btn figcaption a,
.cloud-solutions .bread-crumb .chat-btn figcaption a,
.cloud-consulting .bread-crumb .chat-btn figcaption a,
.about .bread-crumb .chat-btn figcaption a,
.privacy-policy .bread-crumb .chat-btn figcaption a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1rem;
  color: #374151;
  display: block;
}
.industries .bread-crumb .active,
.banking-and-inancial-markets-solutions .bread-crumb .active,
.services .bread-crumb .active,
.solutions .bread-crumb .active,
.eng-and-dev .bread-crumb .active,
.cloud-solutions .bread-crumb .active,
.cloud-consulting .bread-crumb .active,
.about .bread-crumb .active,
.privacy-policy .bread-crumb .active {
  border-radius: 4px !important;
  height: 180px !important;
  width: 150px !important;
  position: fixed;
  bottom: 5%;
  right: 2%;
}
.industries .bread-crumb .active .close,
.banking-and-inancial-markets-solutions .bread-crumb .active .close,
.services .bread-crumb .active .close,
.solutions .bread-crumb .active .close,
.eng-and-dev .bread-crumb .active .close,
.cloud-solutions .bread-crumb .active .close,
.cloud-consulting .bread-crumb .active .close,
.about .bread-crumb .active .close,
.privacy-policy .bread-crumb .active .close {
  color: #000000;
}
.industries .bread-crumb .active .figBtn,
.banking-and-inancial-markets-solutions .bread-crumb .active .figBtn,
.services .bread-crumb .active .figBtn,
.solutions .bread-crumb .active .figBtn,
.eng-and-dev .bread-crumb .active .figBtn,
.cloud-solutions .bread-crumb .active .figBtn,
.cloud-consulting .bread-crumb .active .figBtn,
.about .bread-crumb .active .figBtn,
.privacy-policy .bread-crumb .active .figBtn {
  margin-left: -7px;
  transform: translateY(-20%);
}
.industries .bread-crumb .active figcaption,
.banking-and-inancial-markets-solutions .bread-crumb .active figcaption,
.services .bread-crumb .active figcaption,
.solutions .bread-crumb .active figcaption,
.eng-and-dev .bread-crumb .active figcaption,
.cloud-solutions .bread-crumb .active figcaption,
.cloud-consulting .bread-crumb .active figcaption,
.about .bread-crumb .active figcaption,
.privacy-policy .bread-crumb .active figcaption {
  display: block;
}
.industries .explore-your-industry,
.banking-and-inancial-markets-solutions .explore-your-industry,
.services .explore-your-industry,
.solutions .explore-your-industry,
.eng-and-dev .explore-your-industry,
.cloud-solutions .explore-your-industry,
.cloud-consulting .explore-your-industry,
.about .explore-your-industry,
.privacy-policy .explore-your-industry {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .industries .explore-your-industry,
  .banking-and-inancial-markets-solutions .explore-your-industry,
  .services .explore-your-industry,
  .solutions .explore-your-industry,
  .eng-and-dev .explore-your-industry,
  .cloud-solutions .explore-your-industry,
  .cloud-consulting .explore-your-industry,
  .about .explore-your-industry,
  .privacy-policy .explore-your-industry {
    width: 85%;
  }
}
.industries .explore-your-industry h2,
.banking-and-inancial-markets-solutions .explore-your-industry h2,
.services .explore-your-industry h2,
.solutions .explore-your-industry h2,
.eng-and-dev .explore-your-industry h2,
.cloud-solutions .explore-your-industry h2,
.cloud-consulting .explore-your-industry h2,
.about .explore-your-industry h2,
.privacy-policy .explore-your-industry h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.industries .explore-your-industry p,
.banking-and-inancial-markets-solutions .explore-your-industry p,
.services .explore-your-industry p,
.solutions .explore-your-industry p,
.eng-and-dev .explore-your-industry p,
.cloud-solutions .explore-your-industry p,
.cloud-consulting .explore-your-industry p,
.about .explore-your-industry p,
.privacy-policy .explore-your-industry p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .industries .explore-your-industry p,
  .banking-and-inancial-markets-solutions .explore-your-industry p,
  .services .explore-your-industry p,
  .solutions .explore-your-industry p,
  .eng-and-dev .explore-your-industry p,
  .cloud-solutions .explore-your-industry p,
  .cloud-consulting .explore-your-industry p,
  .about .explore-your-industry p,
  .privacy-policy .explore-your-industry p {
    font-size: 0.8rem;
  }
}
.industries .explore-your-industry .figure-container .figure-box,
.banking-and-inancial-markets-solutions .explore-your-industry .figure-container .figure-box,
.services .explore-your-industry .figure-container .figure-box,
.solutions .explore-your-industry .figure-container .figure-box,
.eng-and-dev .explore-your-industry .figure-container .figure-box,
.cloud-solutions .explore-your-industry .figure-container .figure-box,
.cloud-consulting .explore-your-industry .figure-container .figure-box,
.about .explore-your-industry .figure-container .figure-box,
.privacy-policy .explore-your-industry .figure-container .figure-box {
  background-color: #F0FDFA;
}
.industries .business-value-model,
.banking-and-inancial-markets-solutions .business-value-model,
.services .business-value-model,
.solutions .business-value-model,
.eng-and-dev .business-value-model,
.cloud-solutions .business-value-model,
.cloud-consulting .business-value-model,
.about .business-value-model,
.privacy-policy .business-value-model {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .industries .business-value-model,
  .banking-and-inancial-markets-solutions .business-value-model,
  .services .business-value-model,
  .solutions .business-value-model,
  .eng-and-dev .business-value-model,
  .cloud-solutions .business-value-model,
  .cloud-consulting .business-value-model,
  .about .business-value-model,
  .privacy-policy .business-value-model {
    width: 85%;
  }
}
.industries .business-value-model h2,
.banking-and-inancial-markets-solutions .business-value-model h2,
.services .business-value-model h2,
.solutions .business-value-model h2,
.eng-and-dev .business-value-model h2,
.cloud-solutions .business-value-model h2,
.cloud-consulting .business-value-model h2,
.about .business-value-model h2,
.privacy-policy .business-value-model h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.industries .business-value-model p,
.banking-and-inancial-markets-solutions .business-value-model p,
.services .business-value-model p,
.solutions .business-value-model p,
.eng-and-dev .business-value-model p,
.cloud-solutions .business-value-model p,
.cloud-consulting .business-value-model p,
.about .business-value-model p,
.privacy-policy .business-value-model p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .industries .business-value-model p,
  .banking-and-inancial-markets-solutions .business-value-model p,
  .services .business-value-model p,
  .solutions .business-value-model p,
  .eng-and-dev .business-value-model p,
  .cloud-solutions .business-value-model p,
  .cloud-consulting .business-value-model p,
  .about .business-value-model p,
  .privacy-policy .business-value-model p {
    font-size: 0.8rem;
  }
}
.industries .business-value-model .figure-container,
.banking-and-inancial-markets-solutions .business-value-model .figure-container,
.services .business-value-model .figure-container,
.solutions .business-value-model .figure-container,
.eng-and-dev .business-value-model .figure-container,
.cloud-solutions .business-value-model .figure-container,
.cloud-consulting .business-value-model .figure-container,
.about .business-value-model .figure-container,
.privacy-policy .business-value-model .figure-container {
  margin: 1.5rem 0 0;
}
@media (max-width: 991px) {
  .industries .business-value-model .figure-container,
  .banking-and-inancial-markets-solutions .business-value-model .figure-container,
  .services .business-value-model .figure-container,
  .solutions .business-value-model .figure-container,
  .eng-and-dev .business-value-model .figure-container,
  .cloud-solutions .business-value-model .figure-container,
  .cloud-consulting .business-value-model .figure-container,
  .about .business-value-model .figure-container,
  .privacy-policy .business-value-model .figure-container {
    justify-content: center;
  }
}
.industries .business-value-model .figure-container .figure-box,
.banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box,
.services .business-value-model .figure-container .figure-box,
.solutions .business-value-model .figure-container .figure-box,
.eng-and-dev .business-value-model .figure-container .figure-box,
.cloud-solutions .business-value-model .figure-container .figure-box,
.cloud-consulting .business-value-model .figure-container .figure-box,
.about .business-value-model .figure-container .figure-box,
.privacy-policy .business-value-model .figure-container .figure-box {
  width: 48%;
  background-color: #F9FAFB;
}
@media (min-width: 991px) {
  .industries .business-value-model .figure-container .figure-box,
  .banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box,
  .services .business-value-model .figure-container .figure-box,
  .solutions .business-value-model .figure-container .figure-box,
  .eng-and-dev .business-value-model .figure-container .figure-box,
  .cloud-solutions .business-value-model .figure-container .figure-box,
  .cloud-consulting .business-value-model .figure-container .figure-box,
  .about .business-value-model .figure-container .figure-box,
  .privacy-policy .business-value-model .figure-container .figure-box {
    width: 24.7%;
  }
}
.industries .business-value-model .figure-container .figure-box figure,
.banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box figure,
.services .business-value-model .figure-container .figure-box figure,
.solutions .business-value-model .figure-container .figure-box figure,
.eng-and-dev .business-value-model .figure-container .figure-box figure,
.cloud-solutions .business-value-model .figure-container .figure-box figure,
.cloud-consulting .business-value-model .figure-container .figure-box figure,
.about .business-value-model .figure-container .figure-box figure,
.privacy-policy .business-value-model .figure-container .figure-box figure {
  padding: 0.75rem 1.25rem;
  align-items: flex-start;
}
.industries .business-value-model .figure-container .figure-box figure figcaption,
.banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box figure figcaption,
.services .business-value-model .figure-container .figure-box figure figcaption,
.solutions .business-value-model .figure-container .figure-box figure figcaption,
.eng-and-dev .business-value-model .figure-container .figure-box figure figcaption,
.cloud-solutions .business-value-model .figure-container .figure-box figure figcaption,
.cloud-consulting .business-value-model .figure-container .figure-box figure figcaption,
.about .business-value-model .figure-container .figure-box figure figcaption,
.privacy-policy .business-value-model .figure-container .figure-box figure figcaption {
  width: 100%;
}
.industries .business-value-model .figure-container .figure-box figure figcaption h3,
.banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box figure figcaption h3,
.services .business-value-model .figure-container .figure-box figure figcaption h3,
.solutions .business-value-model .figure-container .figure-box figure figcaption h3,
.eng-and-dev .business-value-model .figure-container .figure-box figure figcaption h3,
.cloud-solutions .business-value-model .figure-container .figure-box figure figcaption h3,
.cloud-consulting .business-value-model .figure-container .figure-box figure figcaption h3,
.about .business-value-model .figure-container .figure-box figure figcaption h3,
.privacy-policy .business-value-model .figure-container .figure-box figure figcaption h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #374151;
}
.industries .business-value-model .figure-container .figure-box figure figcaption p,
.banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box figure figcaption p,
.services .business-value-model .figure-container .figure-box figure figcaption p,
.solutions .business-value-model .figure-container .figure-box figure figcaption p,
.eng-and-dev .business-value-model .figure-container .figure-box figure figcaption p,
.cloud-solutions .business-value-model .figure-container .figure-box figure figcaption p,
.cloud-consulting .business-value-model .figure-container .figure-box figure figcaption p,
.about .business-value-model .figure-container .figure-box figure figcaption p,
.privacy-policy .business-value-model .figure-container .figure-box figure figcaption p {
  font-size: 1.2rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .industries .business-value-model .figure-container .figure-box figure figcaption p,
  .banking-and-inancial-markets-solutions .business-value-model .figure-container .figure-box figure figcaption p,
  .services .business-value-model .figure-container .figure-box figure figcaption p,
  .solutions .business-value-model .figure-container .figure-box figure figcaption p,
  .eng-and-dev .business-value-model .figure-container .figure-box figure figcaption p,
  .cloud-solutions .business-value-model .figure-container .figure-box figure figcaption p,
  .cloud-consulting .business-value-model .figure-container .figure-box figure figcaption p,
  .about .business-value-model .figure-container .figure-box figure figcaption p,
  .privacy-policy .business-value-model .figure-container .figure-box figure figcaption p {
    font-size: 0.9rem;
  }
}
.industries .who-succeeds-with-us,
.banking-and-inancial-markets-solutions .who-succeeds-with-us,
.services .who-succeeds-with-us,
.solutions .who-succeeds-with-us,
.eng-and-dev .who-succeeds-with-us,
.cloud-solutions .who-succeeds-with-us,
.cloud-consulting .who-succeeds-with-us,
.about .who-succeeds-with-us,
.privacy-policy .who-succeeds-with-us {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .industries .who-succeeds-with-us,
  .banking-and-inancial-markets-solutions .who-succeeds-with-us,
  .services .who-succeeds-with-us,
  .solutions .who-succeeds-with-us,
  .eng-and-dev .who-succeeds-with-us,
  .cloud-solutions .who-succeeds-with-us,
  .cloud-consulting .who-succeeds-with-us,
  .about .who-succeeds-with-us,
  .privacy-policy .who-succeeds-with-us {
    width: 85%;
  }
}
.industries .who-succeeds-with-us h2,
.banking-and-inancial-markets-solutions .who-succeeds-with-us h2,
.services .who-succeeds-with-us h2,
.solutions .who-succeeds-with-us h2,
.eng-and-dev .who-succeeds-with-us h2,
.cloud-solutions .who-succeeds-with-us h2,
.cloud-consulting .who-succeeds-with-us h2,
.about .who-succeeds-with-us h2,
.privacy-policy .who-succeeds-with-us h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.industries .who-succeeds-with-us p,
.banking-and-inancial-markets-solutions .who-succeeds-with-us p,
.services .who-succeeds-with-us p,
.solutions .who-succeeds-with-us p,
.eng-and-dev .who-succeeds-with-us p,
.cloud-solutions .who-succeeds-with-us p,
.cloud-consulting .who-succeeds-with-us p,
.about .who-succeeds-with-us p,
.privacy-policy .who-succeeds-with-us p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .industries .who-succeeds-with-us p,
  .banking-and-inancial-markets-solutions .who-succeeds-with-us p,
  .services .who-succeeds-with-us p,
  .solutions .who-succeeds-with-us p,
  .eng-and-dev .who-succeeds-with-us p,
  .cloud-solutions .who-succeeds-with-us p,
  .cloud-consulting .who-succeeds-with-us p,
  .about .who-succeeds-with-us p,
  .privacy-policy .who-succeeds-with-us p {
    font-size: 0.8rem;
  }
}

.card-link {
  display: inline-block;
  text-decoration: none;
  color: #0400DE;
  margin: 1rem 0 0;
  font-size: 18px;
  font-weight: 500;
}
.card-link::after {
  content: "";
  display: inline-block;
  background: url(../images/arrow_right_alt.svg) no-repeat;
  background-position: right center;
  width: 16px;
  height: 16px;
  padding-left: 1.2rem;
}

.banking-and-inancial-markets-solutions .bread-crumb {
  background-image: url(../images/banking-industry.svg);
}
@media screen and (min-width: 991px) {
  .banking-and-inancial-markets-solutions .tabber-section .tab-controls {
    justify-content: flex-start;
    column-gap: 20px;
  }
  .banking-and-inancial-markets-solutions .tabber-section .tab-controls .tab-item .tab-title {
    width: 160px;
  }
}
.banking-and-inancial-markets-solutions .case-study {
  background: #F9FAFB;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .banking-and-inancial-markets-solutions .case-study {
    width: 98%;
    border-radius: 10px;
  }
}
.banking-and-inancial-markets-solutions .case-study .box-container {
  width: 87%;
  margin: auto;
  color: #fff;
}
.banking-and-inancial-markets-solutions .case-study .box-container .card .card-body .card-text {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
}
.banking-and-inancial-markets-solutions .case-study .box-container .card .card-body .card-title {
  font-family: "Tomorrow", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
}
.banking-and-inancial-markets-solutions .case-study .box-container .card .card-body div button {
  display: block;
  width: 100%;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .banking-and-inancial-markets-solutions .case-study .box-container .card .card-body div button {
    width: fit-content;
    font-size: 0.8rem;
  }
}
.banking-and-inancial-markets-solutions .find-out-how {
  background: #F9FAFB;
  width: 100%;
  margin: 2.5rem auto;
}
@media (min-width: 991px) {
  .banking-and-inancial-markets-solutions .find-out-how {
    width: 98%;
    border-radius: 10px;
  }
}
.banking-and-inancial-markets-solutions .find-out-how .box-container {
  width: 87%;
  margin: auto;
}

.services .bread-crumb {
  background: #005584 url(../images/services-bg.svg) right/50% 100% no-repeat;
}
.services .why-df {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .services .why-df {
    width: 85%;
  }
}
.services .why-df h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.services .why-df p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .services .why-df p {
    font-size: 0.8rem;
  }
}
.services .why-df .why-df-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7px;
}
.services .why-df .why-df-list div {
  background: #F9FAFB;
}
.services .why-df .why-df-list div h3 {
  font-family: "Poppins";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.75rem 0.75rem 0;
}
@media (min-width: 991px) {
  .services .why-df .why-df-list div h3 {
    font-size: 0.9rem;
  }
}
.services .why-df .why-df-list div p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.75rem;
}
@media (min-width: 991px) {
  .services .why-df .why-df-list div p {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .services .why-df .why-df-list div {
    width: 49.5%;
  }
}
.services .get-in-touch-with-pro {
  background: #F9FAFB;
  margin: auto;
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro {
    width: 98%;
    background: #F9FAFB url(../images/mr-hughes.svg) top right/contain no-repeat;
    border-radius: 10px;
  }
}
.services .get-in-touch-with-pro .box-container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .services .get-in-touch-with-pro .box-container {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container {
    width: 87%;
    position: relative;
  }
}
.services .get-in-touch-with-pro .box-container h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.services .get-in-touch-with-pro .box-container p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .services .get-in-touch-with-pro .box-container p {
    font-size: 0.8rem;
  }
}
.services .get-in-touch-with-pro .box-container a {
  display: block;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container a {
    font-size: 0.9rem;
  }
}
.services .get-in-touch-with-pro .box-container .the-pros h2,
.services .get-in-touch-with-pro .box-container .the-pros p {
  width: 90%;
  margin: auto;
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container .the-pros {
    width: 65%;
  }
  .services .get-in-touch-with-pro .box-container .the-pros h2,
  .services .get-in-touch-with-pro .box-container .the-pros p {
    width: 100%;
  }
}
.services .get-in-touch-with-pro .box-container .the-pros a {
  width: fit-content;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container .the-pros a {
    font-size: 0.8rem;
  }
}
.services .get-in-touch-with-pro .box-container .linkedIn {
  display: none;
}
.services .get-in-touch-with-pro .box-container .linkedIn h3 {
  font-family: "Poppins";
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.services .get-in-touch-with-pro .box-container .linkedIn p {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container .linkedIn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
  }
}
.services .get-in-touch-with-pro .box-container .linkedIn-mobile {
  background: url(../images/mr-hughes-mobile.svg) no-repeat;
  height: 171px;
  position: relative;
  margin: 1rem 0;
}
.services .get-in-touch-with-pro .box-container .linkedIn-mobile h3 {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #0400DE;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services .get-in-touch-with-pro .box-container .linkedIn-mobile p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  color: #0400DE;
  width: 40%;
  margin: auto auto auto 5%;
}
.services .get-in-touch-with-pro .box-container .linkedIn-mobile div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 380px) {
  .services .get-in-touch-with-pro .box-container .linkedIn-mobile {
    background-size: cover;
  }
}
@media (min-width: 991px) {
  .services .get-in-touch-with-pro .box-container .linkedIn-mobile {
    display: none;
  }
}

.solutions .bread-crumb {
  background: #5A235E url(../images/solutions-bg.svg) right center/75% 100% no-repeat;
}
.solutions .explore-solutions .figure-container .figure-box {
  background: #FCF8FA;
}
.solutions .our-approches {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .solutions .our-approches {
    width: 85%;
  }
}
.solutions .our-approches div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.solutions .our-approches div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .solutions .our-approches div p {
    font-size: 0.8rem;
  }
}
.solutions .our-approches .approaches {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7px;
}
.solutions .our-approches .approaches figure {
  background-color: #F9FAFB;
}
.solutions .our-approches .approaches figure div img {
  width: 100%;
}
@media (min-width: 767px) {
  .solutions .our-approches .approaches figure {
    width: 49.8%;
  }
}
.solutions .our-approches .approaches figure figcaption {
  padding: 1.25rem;
}
.solutions .our-approches .approaches figure figcaption h3 {
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .solutions .our-approches .approaches figure figcaption h3 {
    font-size: 1.2rem;
  }
}
.solutions .our-approches .approaches figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .solutions .our-approches .approaches figure figcaption p {
    font-size: 0.8rem;
  }
}

.eng-and-dev .bread-crumb {
  background: #005584 url(../images/eng-and-dev-bg.svg) center right/contain no-repeat;
}
.eng-and-dev .engineering-solution {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .eng-and-dev .engineering-solution {
    width: 85%;
  }
}
.eng-and-dev .engineering-solution div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.eng-and-dev .engineering-solution div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .eng-and-dev .engineering-solution div p {
    font-size: 0.8rem;
  }
}
.eng-and-dev .engineering-solution .solution {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.eng-and-dev .engineering-solution .solution figure {
  background-color: #F9FAFB;
}
@media (min-width: 767px) {
  .eng-and-dev .engineering-solution .solution figure {
    width: 49%;
  }
}
@media (min-width: 991px) {
  .eng-and-dev .engineering-solution .solution figure {
    width: 32.5%;
  }
}
.eng-and-dev .engineering-solution .solution figure div img {
  width: 100%;
}
.eng-and-dev .engineering-solution .solution figure figcaption {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 290px;
}
.eng-and-dev .engineering-solution .solution figure figcaption h3 {
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .eng-and-dev .engineering-solution .solution figure figcaption h3 {
    font-size: 1.2rem;
  }
}
.eng-and-dev .engineering-solution .solution figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .eng-and-dev .engineering-solution .solution figure figcaption p {
    font-size: 0.8rem;
  }
}
.eng-and-dev .engineering-solution .solution figure figcaption div img {
  width: fit-content;
}
.eng-and-dev .insights {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .eng-and-dev .insights {
    width: 85%;
  }
}
.eng-and-dev .insights div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.eng-and-dev .insights div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .eng-and-dev .insights div p {
    font-size: 0.8rem;
  }
}
.eng-and-dev .insights .insights-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 7px;
}
.eng-and-dev .insights .insights-content figure {
  background-color: #F9FAFB;
}
.eng-and-dev .insights .insights-content figure div img {
  width: 100%;
}
@media (min-width: 767px) {
  .eng-and-dev .insights .insights-content figure {
    width: 49.8%;
  }
}
.eng-and-dev .insights .insights-content figure figcaption {
  padding: 1.25rem;
}
.eng-and-dev .insights .insights-content figure figcaption h3 {
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .eng-and-dev .insights .insights-content figure figcaption h3 {
    font-size: 1.2rem;
  }
}
.eng-and-dev .insights .insights-content figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .eng-and-dev .insights .insights-content figure figcaption p {
    font-size: 0.8rem;
  }
}
.eng-and-dev .case-study {
  background: #F9FAFB;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .eng-and-dev .case-study {
    width: 98%;
    border-radius: 10px;
  }
}
.eng-and-dev .case-study .box-container {
  width: 87%;
  margin: auto;
  color: #fff;
}
.eng-and-dev .case-study .box-container .card .card-body .card-text {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
}
.eng-and-dev .case-study .box-container .card .card-body .card-title {
  font-family: "Tomorrow", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
}
.eng-and-dev .case-study .box-container .card .card-body div button {
  display: block;
  width: 100%;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .eng-and-dev .case-study .box-container .card .card-body div button {
    width: fit-content;
    font-size: 0.8rem;
  }
}
.eng-and-dev .find-out-how {
  background: #F9FAFB;
  width: 100%;
  margin: 2.5rem auto;
}
@media (min-width: 991px) {
  .eng-and-dev .find-out-how {
    width: 98%;
    border-radius: 10px;
  }
}
.eng-and-dev .find-out-how .box-container {
  width: 87%;
  margin: auto;
}

.cloud-solutions .bread-crumb {
  background: #005584 url(../images/eng-and-dev-bg.svg) center right/contain no-repeat;
}
.cloud-solutions .intro-para {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .cloud-solutions .intro-para {
    width: 85%;
  }
}
.cloud-solutions .intro-para p {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #6B7280;
}
@media (min-width: 991px) {
  .cloud-solutions .intro-para p {
    font-size: 1.2rem;
  }
}
.cloud-solutions .intro-para a {
  margin-top: 0;
}
.cloud-solutions .unleashing-excellence {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .cloud-solutions .unleashing-excellence {
    width: 85%;
  }
}
.cloud-solutions .unleashing-excellence .card {
  align-items: flex-start;
}
.cloud-solutions .unleashing-excellence .card .card-img {
  background: url(../images/unleashing-bg-1.svg) top left/75% no-repeat, url(../images/unleashing-bg-2.svg) bottom right/75% no-repeat;
}
.cloud-solutions .unleashing-excellence .card .card-title {
  font-family: "Tomorrow";
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 1.5rem;
}
.cloud-solutions .unleashing-excellence .card .card-text {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .cloud-solutions .unleashing-excellence .card .card-text {
    font-size: 1.2rem;
  }
}
.cloud-solutions .our-capabilities {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .cloud-solutions .our-capabilities {
    width: 85%;
  }
}
.cloud-solutions .our-capabilities div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.cloud-solutions .our-capabilities div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .cloud-solutions .our-capabilities div p {
    font-size: 0.8rem;
  }
}
.cloud-solutions .our-capabilities .capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cloud-solutions .our-capabilities .capabilities figure {
  background-color: #F9FAFB;
}
@media (min-width: 767px) {
  .cloud-solutions .our-capabilities .capabilities figure {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .cloud-solutions .our-capabilities .capabilities figure > div > img {
    height: 250px;
  }
}
@media (min-width: 991px) {
  .cloud-solutions .our-capabilities .capabilities figure {
    width: 32.5%;
    padding-bottom: 5%;
  }
}
.cloud-solutions .our-capabilities .capabilities figure div img {
  width: 100%;
}
.cloud-solutions .our-capabilities .capabilities figure figcaption {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 275px;
}
.cloud-solutions .our-capabilities .capabilities figure figcaption h3 {
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .cloud-solutions .our-capabilities .capabilities figure figcaption h3 {
    font-size: 1.2rem;
  }
}
.cloud-solutions .our-capabilities .capabilities figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .cloud-solutions .our-capabilities .capabilities figure figcaption p {
    font-size: 0.8rem;
  }
}
.cloud-solutions .our-capabilities .capabilities figure figcaption div img {
  width: fit-content;
}
.cloud-solutions .case-study {
  background: #F9FAFB;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .cloud-solutions .case-study {
    width: 98%;
    border-radius: 10px;
  }
}
.cloud-solutions .case-study .box-container {
  width: 87%;
  margin: auto;
  color: #fff;
}
.cloud-solutions .case-study .box-container .card .card-body .card-text {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
}
.cloud-solutions .case-study .box-container .card .card-body .card-title {
  font-family: "Tomorrow", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
}
.cloud-solutions .case-study .box-container .card .card-body div button {
  display: block;
  width: 100%;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .cloud-solutions .case-study .box-container .card .card-body div button {
    width: fit-content;
    font-size: 0.8rem;
  }
}
.cloud-solutions .discover-team {
  background: #FFF7ED;
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 991px) {
  .cloud-solutions .discover-team {
    width: 98%;
    border-radius: 10px;
  }
}
.cloud-solutions .discover-team .box-container {
  width: 87%;
  margin: auto;
  color: #fff;
}
.cloud-solutions .discover-team .box-container p {
  font-family: "Tomorrow";
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
  color: #374151;
}
.cloud-solutions .discover-team .box-container a {
  display: block;
  width: 100%;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .cloud-solutions .discover-team .box-container a {
    width: fit-content;
    font-size: 0.8rem;
  }
}

.cloud-consulting .bread-crumb {
  background: #005584 url(../images/eng-and-dev-bg.svg) center right/contain no-repeat;
}
.cloud-consulting .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cloud-consulting .d-flex .content {
  margin-bottom: 1.25rem;
}
.cloud-consulting .d-flex .content section {
  padding-bottom: 0;
}
.cloud-consulting .d-flex .content .intro-para div p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #6B7280;
  margin-bottom: 1.25rem;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .intro-para div p {
    font-size: 1.2rem;
  }
}
.cloud-consulting .d-flex .content .intro-para div h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #374151;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .intro-para div h3 {
    font-size: 1.2rem;
  }
}
.cloud-consulting .d-flex .content .intro-para div ul {
  list-style: disc;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
}
.cloud-consulting .d-flex .content .intro-para div ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #6B7280;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .intro-para div ul li {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .cloud-consulting .d-flex .content .intro-para {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .cloud-consulting .d-flex .content .intro-para {
    width: 85%;
  }
}
.cloud-consulting .d-flex .content .advisory-services h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
  color: #374151;
  margin-bottom: 1.25rem;
}
.cloud-consulting .d-flex .content .advisory-services .services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3px;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item {
  background-color: #F9FAFB;
  padding: 1rem;
  min-height: 250px;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item figure {
  display: flex;
  justify-content: space-between;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item figure div img {
  width: 80px;
  height: 80px;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item figure figcaption {
  width: 70%;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item figure figcaption h3 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
}
.cloud-consulting .d-flex .content .advisory-services .services .services-item p {
  font-family: Poppins;
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6B7280;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .advisory-services .services .services-item p {
    font-size: 0.8rem;
  }
}
@media (min-width: 767px) {
  .cloud-consulting .d-flex .content .advisory-services .services .services-item {
    width: 49.8%;
  }
}
@media (max-width: 991px) {
  .cloud-consulting .d-flex .content .advisory-services {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .cloud-consulting .d-flex .content .advisory-services {
    width: 85%;
  }
}
.cloud-consulting .d-flex .content .cloud-navigation div h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #374151;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item {
  margin: 1rem 0;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
  width: 100%;
  background-color: #F9FAFB;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-title.is-active, .cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-title:hover {
  border: none;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-title.is-active {
  border: 2px solid #E9E9E9;
  border-bottom: none;
  background-color: transparent;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content {
  padding: 0.25rem 0.75rem 0.75rem;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content figure {
    display: flex;
  }
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content figure div {
  width: 15%;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content figure figcaption {
  width: 85%;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content figure figcaption p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content figure figcaption .card-link {
  margin: 0;
}
.cloud-consulting .d-flex .content .cloud-navigation .tabber-section .tab-section .tab-item .tab-content.is-active {
  border: 2px solid #E9E9E9;
  border-top: none;
  background-color: transparent;
}
@media (max-width: 1980px) {
  .cloud-consulting .d-flex .content .cloud-navigation .tabber-section {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cloud-consulting .d-flex .content .cloud-navigation {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 991px) {
  .cloud-consulting .d-flex .content .cloud-navigation {
    width: 85%;
  }
}
.cloud-consulting .d-flex .content .case-study .box-container .card {
  padding: 0.75rem;
  display: block;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-img {
  width: 100%;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-img img {
  width: 100%;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-body {
  width: 100%;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-body .card-title {
  font-family: "Tomorrow";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #374151;
  margin-top: 1rem;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-body .card-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 1rem;
}
.cloud-consulting .d-flex .content .case-study .box-container .card .card-body div a {
  display: block;
  width: 100%;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .case-study .box-container .card .card-body div a {
    width: fit-content;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cloud-consulting .d-flex .content .case-study .box-container {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content .case-study .box-container {
    background: #F9FAFB;
  }
}
@media (max-width: 991px) {
  .cloud-consulting .d-flex .content .case-study {
    background: #F9FAFB;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .content {
    width: 66%;
  }
}
.cloud-consulting .d-flex .form {
  background: #F9FAFB;
}
.cloud-consulting .d-flex .form form {
  display: flex;
  justify-content: space-between;
  row-gap: 15px;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .form form {
    width: 85%;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .form form .name {
    width: 49%;
  }
}
.cloud-consulting .d-flex .form form .form-control {
  width: 100%;
}
.cloud-consulting .d-flex .form form label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #374151;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .form form label {
    font-size: 0.7rem;
  }
}
.cloud-consulting .d-flex .form form label a {
  text-decoration: underline;
  color: #374151;
}
.cloud-consulting .d-flex .form form label:nth-last-child(1) {
  margin-bottom: 0;
}
.cloud-consulting .d-flex .form form input,
.cloud-consulting .d-flex .form form textarea {
  display: block;
  padding: 0.625rem 1rem;
  width: 100%;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  color: #6B7280;
}
.cloud-consulting .d-flex .form form input::placeholder,
.cloud-consulting .d-flex .form form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}
.cloud-consulting .d-flex .form form .phone-no {
  position: relative;
}
.cloud-consulting .d-flex .form form .phone-no select {
  position: absolute;
  top: 0;
  background: transparent;
  border: none;
  left: 1rem;
  transform: translateY(35%);
  width: 15%;
  padding-left: 1rem;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: 500;
}
.cloud-consulting .d-flex .form form .phone-no select option {
  color: #6B7280;
}
.cloud-consulting .d-flex .form form .phone-no select:focus-visible {
  outline: none;
}
.cloud-consulting .d-flex .form form .phone-no input {
  padding-left: 3.5rem;
}
.cloud-consulting .d-flex .form form .privacy-policy {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cloud-consulting .d-flex .form form .privacy-policy [type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
}
.cloud-consulting .d-flex .form form div .submit-button {
  display: block;
  width: 100%;
  background: #0400DE;
  padding: 0 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .form form div .submit-button {
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex .form {
    width: 32%;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .d-flex {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .cloud-consulting .d-flex {
    width: 85%;
  }
}
.cloud-consulting .get-in-touch-with-pro {
  background: #F9FAFB;
  margin: 1.25rem auto 0;
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro {
    width: 98%;
    background: #F9FAFB url(../images/mr-hughes.svg) top right/contain no-repeat;
    border-radius: 10px;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cloud-consulting .get-in-touch-with-pro .box-container {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container {
    width: 87%;
    position: relative;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.cloud-consulting .get-in-touch-with-pro .box-container p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .cloud-consulting .get-in-touch-with-pro .box-container p {
    font-size: 0.8rem;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container a {
  display: block;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container a {
    font-size: 0.9rem;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container .the-pros h2,
.cloud-consulting .get-in-touch-with-pro .box-container .the-pros p {
  width: 90%;
  margin: auto;
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container .the-pros {
    width: 65%;
  }
  .cloud-consulting .get-in-touch-with-pro .box-container .the-pros h2,
  .cloud-consulting .get-in-touch-with-pro .box-container .the-pros p {
    width: 100%;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container .the-pros a {
  width: fit-content;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.15rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container .the-pros a {
    font-size: 0.8rem;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn {
  display: none;
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn h3 {
  font-family: "Poppins";
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn p {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container .linkedIn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
  }
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile {
  background: url(../images/mr-hughes-mobile.svg) no-repeat;
  height: 171px;
  position: relative;
  margin: 1rem 0;
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile h3 {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #0400DE;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  color: #0400DE;
  width: 40%;
  margin: auto auto auto 5%;
}
.cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 380px) {
  .cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile {
    background-size: cover;
  }
}
@media (min-width: 991px) {
  .cloud-consulting .get-in-touch-with-pro .box-container .linkedIn-mobile {
    display: none;
  }
}

.about .bread-crumb {
  background: #0400DE url(../images/eng-and-dev-bg.svg) center right/contain no-repeat;
  height: 70vh;
}
.about .bread-crumb .breadcrumb {
  display: block;
}
.about .showreel {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: -85%;
}
@media (min-width: 991px) {
  .about .showreel {
    width: 85%;
  }
}
.about .showreel .reel-block {
  background: #000000;
  padding: 1.5rem 0;
  text-align: center;
}
.about .showreel .reel-block figure figcaption h3 {
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 500;
  line-height: 38px;
  color: #616161;
}
@media (min-width: 991px) {
  .about .showreel .reel-block figure figcaption h3 {
    font-size: 0.9rem;
  }
}
.about .showreel div {
  padding: 1.75rem 0 0;
}
.about .showreel div p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.2rem;
  text-align: center;
  color: #6B7280;
}
@media (min-width: 991px) {
  .about .showreel div p {
    font-size: 1.6rem;
  }
}
@media (min-width: 991px) {
  .about .showreel {
    margin-top: -25%;
  }
}
.about .ethos {
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .about .ethos {
    width: 85%;
  }
}
.about .ethos h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  color: #374151;
  padding-bottom: 3.25rem;
}
@media (min-width: 991px) {
  .about .ethos h4 {
    font-size: 0.8rem;
  }
}
.about .ethos p {
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
  font-weight: 200;
  color: #6B7280;
}
.about .ethos .grid {
  margin: 2rem 0;
  padding: 2.5rem;
  background: url(../images/unleashing-bg-1.svg) top left/45% no-repeat, url(../images/unleashing-bg-2.svg) bottom right/45% no-repeat;
}
@media (min-width: 991px) {
  .about .ethos .grid {
    display: flex;
    justify-content: center;
    column-gap: 15px;
  }
  .about .ethos .grid div:nth-child(2) {
    padding-top: 5rem;
  }
}
.about .culture-ventures {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .about .culture-ventures {
    width: 85%;
  }
}
.about .culture-ventures .culture,
.about .culture-ventures .ventures {
  padding: 0.75rem 0;
}
.about .culture-ventures .card .card-body .card-title {
  font-family: "Tomorrow";
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}
.about .culture-ventures .card .card-body .card-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.about .dream-team {
  background: #FCF8FA;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .about .dream-team {
    width: 98%;
    border-radius: 10px;
  }
}
.about .dream-team .box-container {
  width: 87%;
  margin: auto;
}
.about .dream-team .box-container div h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.about .dream-team .box-container div p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .about .dream-team .box-container div p {
    font-size: 0.8rem;
  }
}
.about .dream-team .box-container .team-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.about .dream-team .box-container .team-box .team {
  background-color: #fff;
  min-height: 364px;
}
.about .dream-team .box-container .team-box .team figure .memoji {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -8%;
}
.about .dream-team .box-container .team-box .team figure .memoji a {
  margin-left: -25px;
}
.about .dream-team .box-container .team-box .team figure figcaption {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 115px;
  padding: 0 1rem;
}
.about .dream-team .box-container .team-box .team figure figcaption h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
}
.about .dream-team .box-container .team-box .team figure figcaption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #374151;
}
@media (min-width: 576px) {
  .about .dream-team .box-container .team-box .team {
    width: 49%;
  }
}
@media (min-width: 991px) {
  .about .dream-team .box-container .team-box .team {
    width: 24%;
  }
}
.about .find-out-how {
  background: #F9FAFB;
  width: 100%;
  margin: 2.5rem auto;
}
@media (min-width: 991px) {
  .about .find-out-how {
    width: 98%;
    border-radius: 10px;
  }
}
.about .find-out-how .box-container {
  width: 87%;
  margin: auto;
}

.privacy-policy .bread-crumb {
  background: #374151 url(../images/banking-industry.svg) right center/contain no-repeat;
  height: 65vh;
}
.privacy-policy .bread-crumb .privacy {
  width: 70%;
  margin: auto;
  text-align: center;
  padding-bottom: 1.5rem;
}
.privacy-policy .bread-crumb .privacy .policy-date {
  font-size: 16px;
  font-weight: 600;
  color: #D9D9D9;
  line-height: 1.5rem;
}
.privacy-policy .bread-crumb .privacy .policy-head {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.02em;
}
.privacy-policy .bread-crumb .privacy .policy-content {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.privacy-policy .para-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0;
}
@media (min-width: 991px) {
  .privacy-policy .para-content {
    width: 85%;
  }
}
.privacy-policy .para-content div {
  width: 60%;
  margin: auto;
}
.privacy-policy .para-content div h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: #374151;
}
.privacy-policy .para-content div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
  padding: 0.5rem 0;
}
.privacy-policy .para-content div ol {
  margin-left: 1rem;
}
.privacy-policy .para-content div ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #6B7280;
}

@media (min-width: 991px) {
  .search-result .tabber-section .tab-controls {
    justify-content: flex-start;
    border-bottom: 1px solid #F5F5F5;
  }
}
.search-result .tabber-section .tab-controls .tab-item .tab-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  color: #374151;
}
.search-result .tabber-section .tab-controls .tab-item .tab-title.is-active, .search-result .tabber-section .tab-controls .tab-item .tab-title:hover {
  color: #0400DE;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .filter-container p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #374151;
  padding: 0;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .filter-container div {
  display: flex;
  align-items: center;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .filter-container .filter {
  background-color: #F9FAFB;
  padding: 4px 12px;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .filter-container .filter figure {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result {
  margin-top: 1.25rem;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #0400DE;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result .breadcrumb {
  list-style: none;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result .breadcrumb li {
  display: inline;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  color: #6B7280;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result .breadcrumb li + li:before {
  padding: 8px;
  color: #6B7280;
  content: "/ ";
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result .breadcrumb li a {
  color: #6B7280;
  text-decoration: none;
}
.search-result .tabber-section .tab-section .tab-item .tab-content .search-result-div .search-result p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.15rem 0;
}

.four-o-four-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}
.four-o-four-page .four_zero_four_bg {
  background: url(../images/404.gif) no-repeat;
  height: 400px;
  background-position: center;
  width: 100%;
}
.four-o-four-page .four_zero_four_bg h1 {
  font-size: 80px;
}
.four-o-four-page .contant_box_404 h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.four-o-four-page .contant_box_404 p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .four-o-four-page .contant_box_404 p {
    font-size: 0.8rem;
  }
}
.four-o-four-page .contant_box_404 a {
  display: block;
  width: fit-content;
  background: #0400de;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
  margin: auto;
}

.tab-section .tab-item .tab-title {
  scroll-margin-top: 7rem;
}

.find-out-how {
  background: #F9FAFB;
  width: 100%;
  margin: 2.5rem auto;
}
@media (min-width: 991px) {
  .find-out-how {
    width: 98%;
    border-radius: 10px;
  }
}
.find-out-how .box-container {
  width: 87%;
  margin: auto;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.slider .item {
  background-color: #F0F9FF;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.slider .item figure img {
  width: 100%;
}
.slider .item figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  min-height: 330px;
}
.slider .item figure figcaption h3 {
  font-family: "Poppins", "sans-serif";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
}
@media (min-width: 991px) {
  .slider .item figure figcaption h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.slider .item figure figcaption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .slider .item figure figcaption p {
    font-size: 0.8rem;
  }
}
.slider .item figure figcaption img {
  width: 24px;
}
@media (min-width: 991px) {
  .slider .item {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .slider .item {
    margin: 10px;
    min-height: 280px;
  }
}
.slider .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 89%;
  left: 15%;
  transform: translate(-50%, 50%);
}
@media (min-width: 576px) {
  .slider .owl-dots {
    left: 50%;
  }
}
.slider .owl-dots:after {
  content: " /" counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6B7280;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
}
.slider .owl-dots .owl-dot span {
  display: none !important;
}
.slider .owl-dots .owl-dot.active:before {
  content: counter(slides-num) " ";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 1px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6B7280;
}

.owl-theme .owl-nav {
  display: flex;
  column-gap: 35px;
  text-align: left;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 576px) {
  .owl-theme .owl-nav {
    justify-content: space-between;
  }
}

.card-accordion .tabber-section {
  width: 100%;
}
.card-accordion .tabber-section .tab-section .tab-list {
  padding: 2rem 0;
  margin: 0.325rem 0;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item {
  border-bottom: 0;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .js-tab-title::after {
  position: relative;
  top: -15px;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .tab-title {
  font-family: "Tomorrow";
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card {
  align-items: flex-start;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .bg-1 {
  background: url(../images/enganddevp-backgroud-one.svg) bottom right/70% no-repeat, url(../images/enganddevp-backgroud-two.svg) top left/70% no-repeat;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .bg-2 {
  background: url(../images/enganddevp-backgroud-three.svg) top right/70% no-repeat, url(../images/enganddevp-backgroud-four.svg) bottom left/70% no-repeat;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .bg-3 {
  background: url(../images/enganddevp-backgroud-five.svg) bottom right/70% no-repeat, url(../images/enganddevp-backgroud-six.svg) top left/70% no-repeat;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .bg-4 {
  background: url(../images/enganddevp-backgroud-seven.svg) top right/70% no-repeat, url(../images/enganddevp-backgroud-eight.svg) bottom left/70% no-repeat;
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-img {
    width: 50%;
  }
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .card-title {
  font-family: "Tomorrow";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 45px;
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .second-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 30px;
  color: #6B7280;
  padding: 0.5rem 0;
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .second-title {
    font-size: 1.2rem;
  }
}
.card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .card-list {
  list-style: disc;
  margin-left: 1.25rem;
  color: #0400DE;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .card-list {
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body .card-link {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item .card .card-body {
    width: 48%;
  }
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item {
    width: 87%;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .card-accordion .tabber-section .tab-section .tab-list .tab-item {
    width: 90%;
    margin: auto;
  }
}
.card-accordion .tabber-section .tab-section .tab-list:nth-child(1) {
  background-color: #F9FCFF;
}
.card-accordion .tabber-section .tab-section .tab-list:nth-child(2) {
  background-color: #FEFCFA;
}
.card-accordion .tabber-section .tab-section .tab-list:nth-child(3) {
  background-color: #FAF9FE;
}
.card-accordion .tabber-section .tab-section .tab-list:nth-child(4) {
  background-color: #F9FCFB;
}
.card-accordion .tabber-section .tab-section .w-50 {
  background-color: #EEF2FF;
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .w-50 {
    width: 49.5%;
  }
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section .w-50 .card {
    flex-direction: column;
  }
}
.card-accordion .tabber-section .tab-section .w-50 .card .card-img {
  width: 100% !important;
  background: none !important;
}
.card-accordion .tabber-section .tab-section .w-50 .card .card-body {
  width: 100% !important;
}
@media (min-width: 991px) {
  .card-accordion .tabber-section .tab-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .card-accordion .tabber-section {
    width: 98%;
  }
}

#block-df24-base-tabs:last-child {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-top: 0.5rem;
  position: relative;
  z-index: 10;
  padding: 5px;
}
#block-df24-base-tabs:last-child li {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember", sans-serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.logo.brand-logo-mobile {
  display: none;
}

@media (min-width: 991px) {
  body.path-front-page #navigation:not(.darkHeader) {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(9, 9, 121, 0.0480567227) 100%);
  }
  #navigation {
    position: fixed;
    z-index: 12;
    width: 100%;
  }
  body.page-node-type-page .content .intro-para div p {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 979px) {
  .webform-submission-find-the-best-solution-for-you-form label {
    padding-bottom: 10px;
  }
  .innovation-industry .card-link::after {
    padding-left: 2rem;
  }
  header.m-header {
    z-index: 100;
  }
  header.m-header .menu .mobile-menu-head .mobile-menu-close {
    display: flex;
    align-items: center;
    padding-right: 5px;
    border-left: unset;
  }
  header.m-header .menu .mobile-menu-head .go-back {
    background-color: #0400DE;
    color: #fff;
  }
  header.m-header .menu li.menu-item-has-children i.fa {
    display: flex;
    align-items: end;
    padding-left: 1rem;
    color: #0400DE;
    font-weight: bold;
  }
  #tb-megamenu-main .tb-megamenu .mega-inner {
    padding: 0px 20px;
  }
  #tb-megamenu-main li.tb-megamenu-item.level-1 .mega-dropdown-menu .tb-megamenu-row.row-fluid {
    border-top: unset;
  }
  #tb-megamenu-main li.tb-megamenu-item.level-2 {
    padding-top: 25px;
  }
  #tb-megamenu-main li.tb-megamenu-item.level-2 > a {
    border-top: unset;
  }
  #tb-megamenu-main button {
    display: none !important;
  }
  #tb-megamenu-main .nav-collapse {
    top: 50px;
    margin-top: unset;
  }
  #tb-megamenu-main .nav-collapse .nav > li > a {
    border-bottom: unset;
    border-top: unset;
  }
  #tb-megamenu-main .tb-megamenu-row {
    background-color: white;
  }
  #tb-megamenu-main .tb-megamenu-row .menu-heading-block {
    display: none;
  }
  #tb-megamenu-main a {
    background: unset;
    background-color: white;
    color: #000;
  }
  #tb-megamenu-main article.media-entity-article-wrap {
    display: none;
  }
  #block-search {
    position: relative;
  }
  #block-search > div {
    position: absolute;
    right: 0;
  }
  #block-search > div #nav-menu-icon {
    display: block;
  }
  #navigation {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 15px;
    height: 80px;
  }
  #navigation #block-brandlogo {
    position: absolute;
  }
  #navigation.darkHeader #nav-menu-icon {
    filter: invert(1);
  }
  #navigation.darkHeader svg.svg-header-logo path {
    fill: blue;
  }
  #navigation.darkHeader #block-brandlogo img {
    filter: unset;
  }
  .logo.brand-logo-mobile {
    display: block;
  }
  .logo.brand-logo-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .nav-collapse {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #navigation > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    height: 90px;
    padding: 1.2rem 2rem;
  }
  #navigation > div #block-search {
    margin-left: auto;
  }
  #navigation .tb-megamenu {
    background-color: transparent;
  }
  #navigation .tb-megamenu .row-fluid + .row-fluid {
    border-top: unset !important;
  }
  #navigation .tb-megamenu .dropdown-menu li > a {
    border: none !important;
    line-height: 1.5rem;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu {
    width: 100vw;
    margin-top: 25px;
    border: unset !important;
    box-shadow: unset !important;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .menu-heading-block {
    margin-left: 30px;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .tb-megamenu-item.level-2.dropdown-submenu > a::after {
    border-width: 12px 0 12px 12px;
    border-left-color: #706f89;
    margin-right: 10px !important;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .tb-megamenu-item.level-2.dropdown-submenu.open > a::after {
    border-left-color: #0400DE;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .tb-megamenu-item.level-2.open > a {
    color: #0400DE !important;
    font-weight: 600;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .tb-megamenu-item.level-2 a {
    background: white !important;
    color: #000 !important;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > .tb-megamenu-submenu .tb-megamenu-item.level-2 a:hover {
    background-color: #f3f4f6;
    color: #0400DE !important;
    font-weight: 600;
  }
  #navigation .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > a {
    background-color: transparent !important;
    border-right: none;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 20px;
    padding: 0.3rem;
    min-width: 60px;
    margin: 0 0.6rem;
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  #navigation.darkHeader {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  }
  #navigation.darkHeader #block-search img {
    filter: invert(1);
  }
  #navigation.darkHeader #block-brandlogo img {
    filter: unset;
  }
  #navigation.darkHeader svg.svg-header-logo path {
    fill: blue;
  }
  #navigation.darkHeader .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > a {
    color: #000;
  }
  #navigation.darkHeader .tb-megamenu .tb-megamenu-nav.level-0 .tb-megamenu-item.level-1 > a:hover {
    color: #0400DE;
  }
}
@media (min-width: 1025px) {
  .sub-menu-col-section ul.tb-megamenu-subnav {
    padding-left: 30px !important;
  }
  .sub-menu-col-section ul.tb-megamenu-subnav .tb-megamenu-item.level-2 {
    background: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 0.8rem;
  }
  .sub-menu-col-section ul.tb-megamenu-subnav .tb-megamenu-item.level-2 > a {
    padding: 0.5rem 0 0.5rem 2rem;
  }
  .sub-menu-col-section ul.tb-megamenu-subnav .tb-megamenu-item.level-2 .tb-megamenu-submenu {
    border: unset !important;
    width: 100%;
  }
  .sub-menu-col-section ul.tb-megamenu-subnav .tb-megamenu-item.level-2 li.tb-megamenu-item.level-3.mega {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.path-user {
  background-color: #ddd;
}
.path-user #user-login-form #edit-submit {
  width: 150px;
  background: #0400DE;
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 19.2px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
.path-user #secondary_menu {
  padding-top: 100px;
}
.path-user #secondary_menu #block-df24-base-tabs {
  padding-left: 40px;
  background-color: #ddd;
}
.path-user #secondary_menu #block-df24-base-tabs li a {
  font-size: 15px;
}
.path-user #content.main-content {
  padding-left: 40px;
}
.path-user .user-login-form .description {
  display: none;
}

#secondary_menu #block-df24-base-tabs li a {
  color: #000;
}

#nav-menu-icon {
  display: none;
  width: 60px;
}
#nav-menu-icon path {
  transform-box: fill-box;
  transform-origin: center;
}

#nav-menu-icon.open #top-line {
  animation: down-rotate 0.6s ease-out both;
}
#nav-menu-icon.open #bottom-line {
  animation: up-rotate 0.6s ease-out both;
}
#nav-menu-icon.open #middle-line {
  animation: hide 0.6s ease-out forwards;
}

@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bread-crumb p + a {
  width: fit-content;
  background: #0400DE;
  padding: 0.75rem;
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 1.5rem;
}

.chat-btn {
  display: none;
}

@media (max-width: 979px) {
  video.about-us-video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  video.about-us-video {
    width: 1000px;
    height: auto;
  }
}
@media (min-width: 991px) {
  .about .showreel {
    width: 1050px;
  }
  .about .showreel div.reel-block {
    background: #fff;
    padding: 25px;
  }
  .about .showreel div {
    padding: 0;
  }
  .about .showreel div p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.page-node-type-page .content .intro-para h3 {
  font-weight: 500 !important;
  margin-bottom: 0.2rem;
}

.about .dream-team .box-container .team-box {
  margin-top: 10px;
}
.about .dream-team .box-container .team-box .team {
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media (max-width: 979px) {
  .about .dream-team .box-container .team-box .team {
    width: 100%;
    margin-top: 25px;
  }
}
section.why-df h2 {
  margin-bottom: 1.5rem;
}
section.why-df .why-df-list > div {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
section.why-df .why-df-list > div h3 {
  font-weight: 600 !important;
}

@media (max-width: 979px) {
  .card-link::after {
    padding-left: 2rem !important;
  }
  .bread-crumb p + a {
    font-size: 1rem;
  }
  .hero-section .hero-container a {
    font-size: 1rem !important;
  }
  section.card-accordion ul.tab-section li.tab-list {
    margin: 1rem !important;
  }
  section.card-accordion ul.tab-section li.tab-list .card-body > h3 {
    display: block !important;
  }
  .slider .item figure figcaption {
    min-height: unset;
  }
}
@media (min-width: 431px) and (max-width: 979px) {
  .services .why-df .why-df-list div {
    width: 49.5% !important;
  }
}
body.user-logged-in #secondary_menu {
  position: fixed;
  bottom: 0;
  z-index: 99;
  right: 0;
}

section.card-accordion ul.tab-section li.tab-list {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

section.innovation-industry ul {
  list-style: circle;
  padding: 1rem;
  color: #6B7280;
}

@media (min-width: 991px) {
  section.explore-solutions .figure-container .figure-box figure div {
    padding-left: 34%;
  }
  section.explore-solutions .figure-container .figure-box figure figcaption p {
    text-align: center;
  }
}
main section {
  padding: 3.125rem 0;
}
@media (min-width: 991px) {
  main section {
    padding: 2.5rem 0;
  }
}

.hero-section {
  background: url(../images/hero-section.svg) no-repeat;
  background-position: center;
  height: 90vh;
  background-size: cover;
  position: relative;
}
.hero-section .hero-container {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: "Tomorrow", sans-serif;
}
@media (min-width: 991px) {
  .hero-section .hero-container {
    width: 85%;
  }
}
@media (min-width: 767px) {
  .hero-section .hero-container {
    align-items: center;
    height: 100%;
  }
}
.hero-section .hero-container h2 {
  font-weight: 300;
  font-size: 2rem;
}
@media (min-width: 767px) {
  .hero-section .hero-container h2 {
    width: 65%;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-container h2 {
    width: 45%;
  }
}
.hero-section .hero-container h2 .df {
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
}
.hero-section .hero-container h2 .df sup {
  font-size: 1rem;
}
.hero-section .hero-container h2 span {
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
.hero-section .hero-container a {
  display: block;
  width: fit-content;
  background: #0400DE;
  padding: 0.75rem;
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 1.5rem;
}
.hero-section .chat-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #000;
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.hero-section .chat-btn figure {
  padding: 0rem 0.75rem 0.5rem;
}
.hero-section .chat-btn .figBtn {
  transform: translateY(-30%);
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.hero-section .chat-btn .figBtn img {
  width: 60px;
  height: 60px;
}
.hero-section .chat-btn .close {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: end;
  cursor: pointer;
  font-size: 0.5rem;
  color: #fff;
}
.hero-section .chat-btn .close i {
  font-weight: 600;
}
.hero-section .chat-btn figcaption {
  padding: 0rem 0 0.5rem;
  transform: translateY(-18%);
  display: none;
}
.hero-section .chat-btn figcaption h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #D9D9D9;
  font-family: "Poppins", sans-serif;
  color: #374151;
}
@media (min-width: 1480px) {
  .hero-section .chat-btn figcaption h3 {
    padding-bottom: 0.15rem;
    line-height: 0.95rem;
  }
}
.hero-section .chat-btn figcaption p {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 0.25rem;
  color: #374151;
}
@media (min-width: 1480px) {
  .hero-section .chat-btn figcaption p {
    padding-top: 0.15rem;
    line-height: 0.75rem;
  }
}
.hero-section .chat-btn figcaption a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1rem;
  color: #374151;
  display: block;
}
.hero-section .active {
  border-radius: 4px !important;
  height: 180px !important;
  width: 150px !important;
  position: fixed;
  bottom: 5%;
  right: 2%;
}
.hero-section .active .close {
  color: #000000;
}
.hero-section .active .figBtn {
  margin-left: -7px;
  transform: translateY(-20%);
}
.hero-section .active figcaption {
  display: block;
}

.tabber-section {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .tabber-section {
    width: 85%;
  }
}
.tabber-section h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.tabber-section p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .tabber-section p {
    font-size: 0.8rem;
  }
}
.tabber-section .tab-controls {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 991px) {
  .tabber-section .tab-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto;
  }
}
.tabber-section .tab-controls .tab-item {
  display: inline-block;
  width: 16%;
}
.tabber-section .tab-controls .tab-item .tab-title {
  border-bottom: 4px solid transparent;
  width: 150px;
  font-size: 0.9rem;
}
@media (min-width: 1680px) and (max-width: 1920px) {
  .tabber-section .tab-controls .tab-item .tab-title {
    width: 165px;
  }
}
.tabber-section .tab-section {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.tabber-section .tab-section .tab-item {
  border-bottom: 2px solid #D9D9D9;
}
.tabber-section .tab-section .tab-item .js-tab-title::after {
  content: "";
  background: url(../images/add.svg) no-repeat;
  background-position: right center;
  float: right;
  width: 32px;
  height: 32px;
}
.tabber-section .tab-section .tab-item .js-tab-title.is-active::after {
  background: url(../images/remove.svg) no-repeat;
}
@media screen and (min-width: 991px) {
  .tabber-section .tab-section .tab-item {
    border-bottom: none;
  }
}
@media screen and (min-width: 991px) {
  .tabber-section .tab-section .tab-item .tab-title {
    display: none;
  }
}
.tabber-section .tab-item {
  display: block;
  width: 100%;
}
.tabber-section .tab-item .tab-title {
  border: none;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.75rem 0 0.75rem;
  width: 100%;
  font-size: 1.25rem;
  background: transparent;
  color: #9CA3AF;
  text-align: left;
  transition: opacity 400ms ease-in-out;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}
.tabber-section .tab-item .tab-title:hover {
  border-bottom: none;
  color: #374151;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.tabber-section .tab-item .tab-title.is-active {
  border-bottom: none;
  color: #374151;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: opacity 400ms ease-in-out;
}
@media screen and (min-width: 991px) {
  .tabber-section .tab-item .tab-title {
    width: 80%;
    font-size: 0.85rem;
    padding: 0.75rem 0 0.35rem;
  }
  .tabber-section .tab-item .tab-title:hover, .tabber-section .tab-item .tab-title.is-active {
    border-bottom: 4px solid #0400DE;
    color: #374151;
    transition: opacity 400ms ease-in-out;
  }
}
.tabber-section .tab-item .tab-content {
  box-sizing: border-box;
  display: none;
  height: 0;
  left: 0;
  opacity: 0;
  position: relative;
  transition: 0.4s block;
  visibility: hidden;
  width: 100%;
}
.tabber-section .tab-item .tab-content.is-active {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms ease-in-out;
}

.whoWeAre {
  background: url(../images/who-we-are-bg.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .whoWeAre {
    width: 98%;
    background-size: 100%;
    border-radius: 10px;
  }
}
.whoWeAre .box-container {
  width: 90%;
  margin: auto;
  color: #fff;
}
@media (min-width: 576px) {
  .whoWeAre .box-container {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .whoWeAre .box-container {
    width: 87%;
  }
}
.whoWeAre .box-container h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #fff;
}
.whoWeAre .box-container p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 576px) {
  .whoWeAre .box-container p {
    font-size: 0.8rem;
  }
}
.whoWeAre .box-container a {
  display: block;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
}
@media (min-width: 991px) {
  .whoWeAre .box-container a {
    font-size: 0.9rem;
  }
}

.explore-solutions {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .explore-solutions {
    width: 85%;
  }
}
.explore-solutions h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.explore-solutions p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .explore-solutions p {
    font-size: 0.8rem;
  }
}

.best-solution {
  background: url(../images/find-a-solution-bg.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
}
@media (min-width: 991px) {
  .best-solution {
    width: 98%;
    background: center/80% no-repeat url("../images/find-best-solution-mask.svg"), center/100% no-repeat url("../images/find-a-solution-bg.svg");
    background-size: 100%, 100%;
    background-blend-mode: screen;
    border-radius: 10px;
  }
}
.best-solution .box-container {
  width: 92%;
  margin: auto;
  color: #fff;
}
@media (min-width: 576px) {
  .best-solution .box-container {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .best-solution .box-container {
    width: 87%;
  }
}
.best-solution .box-container h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .best-solution .box-container h4 {
    font-size: 1.2rem;
  }
}
.best-solution .box-container form .form-feild {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin: 0.75rem 0;
}
.best-solution .box-container form .form-feild label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: block;
  color: #67E8F9;
}
@media (min-width: 991px) {
  .best-solution .box-container form .form-feild label {
    font-size: 1.6rem;
    margin-right: 0.5rem;
    font-weight: 400;
  }
}
.best-solution .box-container form .form-feild select {
  appearance: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #fff;
  text-decoration: underline !important;
  background: url(../images/arrow_drop_down.svg) no-repeat;
  background-position: right center;
  padding-right: 2rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  .best-solution .box-container form .form-feild select {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.best-solution .box-container form .form-feild select:focus-visible {
  border: none;
  outline: none;
}
@media (min-width: 991px) {
  .best-solution .box-container form .form-feild select {
    font-size: 1.6rem;
    line-height: 42px;
  }
}
.best-solution .box-container form .form-feild select option {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #374151;
}
@media (min-width: 991px) {
  .best-solution .box-container form .form-feild select option {
    font-size: 0.825rem;
  }
}
.best-solution .box-container form .form-feild input[type=email] {
  width: 90%;
  font-size: 1.5rem;
  position: relative;
  border-radius: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3137254902);
}
@media (min-width: 576px) {
  .best-solution .box-container form .form-feild input[type=email] {
    width: 48%;
    font-size: 1.6rem;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .best-solution .box-container form .form-feild input[type=email] {
    width: 55%;
  }
}
.best-solution .box-container form .form-feild input[type=email]::placeholder {
  color: #fff;
  font-size: 1rem;
  opacity: 50%;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .best-solution .box-container form .form-feild input[type=email]::placeholder {
    font-size: 1.6rem;
    line-height: 48px;
  }
}
.best-solution .box-container form .form-feild input[type=email]:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
}
.best-solution .box-container form .form-feild #clear-input {
  position: relative;
  right: 8%;
}
@media (min-width: 567px) {
  .best-solution .box-container form .form-feild #clear-input {
    position: absolute;
    right: 30%;
  }
}
@media (min-width: 1780px) {
  .best-solution .box-container form .form-feild #clear-input {
    right: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .best-solution .box-container form .form-feild #clear-input {
    right: 28%;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .best-solution .box-container form .form-feild #clear-input {
    right: 20%;
  }
}
.best-solution .box-container form .form-feild input[type=email]:placeholder-shown + a#clear-input {
  opacity: 0;
  pointer-events: none;
}
.best-solution .box-container form .button {
  display: block;
  width: 100%;
  background: #0400DE;
  padding: 0.75rem;
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 10px;
  color: #fff;
  border: 0;
  font-family: "Tomorrow", sans-serif;
  cursor: pointer;
}
@media (min-width: 991px) {
  .best-solution .box-container form .button {
    width: fit-content;
    font-size: 0.8rem;
  }
}

.innovation-industry .box-container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .innovation-industry .box-container {
    width: 85%;
  }
}
.innovation-industry .box-container h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #374151;
}
.innovation-industry .box-container p {
  padding: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6B7280;
  font-weight: 300;
}
@media (min-width: 576px) {
  .innovation-industry .box-container p {
    font-size: 0.8rem;
  }
}
.innovation-industry .pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-top: 0.5rem;
}
.innovation-industry .pills-container .pills {
  background-color: #CFFAFE;
  border-radius: 100px;
}
.innovation-industry .pills-container .pills a.card-link {
  margin: 0;
}
.innovation-industry .pills-container .pills p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.35rem 1.25rem;
  color: #374151;
}
@media (min-width: 991px) {
  .innovation-industry .pills-container .pills p {
    font-size: 0.9rem;
  }
}

.join-us {
  background: #DBEAFE;
  padding: 1rem 0;
  margin: auto;
}
@media (min-width: 991px) {
  .join-us {
    width: 98%;
    background-size: 100%;
    border-radius: 10px;
  }
}
.join-us .box-container {
  width: 90%;
  margin: auto;
  color: #374151;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .join-us .box-container .join-us-img {
    width: 11%;
  }
}
.join-us .box-container .join-us-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 991px) {
  .join-us .box-container .join-us-content h3 {
    font-size: 1.2rem;
  }
}
.join-us .box-container .join-us-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 991px) {
  .join-us .box-container .join-us-content p {
    font-size: 0.8rem;
  }
}
@media (min-width: 991px) {
  .join-us .box-container .join-us-content {
    width: 80%;
    padding-left: 1rem;
  }
}
.join-us .box-container .arrow-forward img {
  width: 48px;
}
@media (min-width: 991px) {
  .join-us .box-container .arrow-forward {
    text-align: center;
    width: 8%;
  }
}
@media (max-width: 991px) {
  .join-us .box-container {
    gap: 10px;
  }
}
@media (min-width: 991px) {
  .join-us .box-container {
    width: 93%;
  }
}

@media (min-width: 991px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  html,
  body {
    font-size: 20px;
  }
}
@media (min-width: 1480px) {
  html,
  body {
    font-size: 22px;
  }
  .hero-section .chat-btn .chatBtn-container figure figcaption h3 {
    font-size: 0.6363rem;
  }
  .hero-section .chat-btn .chatBtn-container figure figcaption p {
    font-size: 0.6363rem;
  }
  .hero-section .chat-btn .chatBtn-container figure figcaption a {
    font-size: 0.6363rem;
  }
}
@media (min-width: 1680px) {
  html,
  body {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style.css.map */
