@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap";
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  min-height: 100%;
}

body {.home-banner-section
  font-family: roboto, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #515151;
  width: auto !important;
  overflow-x: hidden !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #26415f;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263b5e;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f58024;
}

.section-heading h2 {
  color: #263b5e;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

.section-heading {
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 50px 0;
}

.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}

@media (min-width: 768px) {
  .section-top {
    padding-top: 10.3125rem;
  }
}

.section-grey {
  background-color: rgba(0, 0, 0, 4%) !important;
}

.slick-slide {
  outline: 0;
}

.bg-grey {
  background: #f4f7fc;
}

.text-color {
  color: #f58024;
}

.page-content h2 {
  font-size: 35px;
  color: #26415f;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-content p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 400;
  color: #515151;
}

.page-content p a {
  color: #222;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.page-content p a:hover {
  color: #f58024;
}

.page-content ul li {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 400;
  color: #515151;
}

.btn {
  background-color: #ea414d;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-family: roboto, Helvetica, Arial, Verdana, sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

@media (max-width: 768px) {
  .btn {
    padding: 15px 37px;
  }
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main,
.snip-layout .snip-btn--highlight {
  border-color: #385777;
  color: #fff;
  background: #385777;
}

.btn-main:hover,
.snip-layout .snip-btn--highlight:hover {
  background: #f58024;
  color: #fff;
  border-color: #f58024;
}

.btn-main-2 {
  background: #f58024;
  color: #fff;
  border-color: #f58024;
}

.btn-main-2:hover {
  background: #385777;
  color: #fff;
  border-color: #385777;
}

.btn-white {
  background: #fff !important;
  color: #f58024;
  border-color: #fff;
}

.btn-border-tp {
  border-color: #385777;
  background: 0 0;
  color: #385777;
}

.btn-border-tp:hover {
  background: #385777;
  color: #fff !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

a {
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #f58024;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 8%) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 8%) !important;
}

.text-color-2 {
  color: #385777;
}

.text-lg {
  font-size: 40px;
  line-height: 1.4;
}

.text-md {
  font-size: 32px;
  line-height: 1.3;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-sm {
  font-size: 14px;
  color: #f58024;
}

@media (max-width: 400px) {
  .display-4 {
    font-size: 2rem;
  }
  .comment-area .media {
    display: block;
  }
  .comment-area .media-body {
    margin-top: 20px;
  }
}

#snipcart-title {
  color: #fff;
}

.snip-layout .snip-btn--highlight {
  color: #fff !important;
}

.companies-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companies-carousel-image {
  margin: 0 auto;
  width: auto !important;
}

.owl-prev {
  position: absolute;
  left: 20px;
  top: 50px;
}

@media screen and (min-width: 760px) {
  .owl-prev {
    left: 0;
  }
}

.owl-next {
  position: absolute;
  right: 20px;
  top: 50px;
}

@media screen and (min-width: 760px) {
  .owl-next {
    right: 0;
  }
}

.companies-prev-icon,
.companies-next-icon {
  color: #8294C4;
  font-size: 32px;
}

.gmoot-spacer {
  border-bottom: solid 3px #f58024;
  width: 100px;
  margin-bottom: 40px;
}

.orange-highlight {
  color: #f58024;
}

.share-article-title {
  color: #26415f;
  font-size: 18px;
  font-weight: 700;
}

.share-button {
  border: 1px solid #385777;
  font-size: 12px;
  width: 50px;
  height: 30px;
  margin-right: 5px;
}

.share-button-facebook {
  border-color: rgba(76, 105, 199, 0.3);
}

.share-button-facebook:hover {
  border-color: #4c69c7;
}

.share-button-facebook i {
  color: #4c69c7;
}

.share-button-twitter {
  border-color: rgba(42, 190, 235, 0.3);
}

.share-button-twitter:hover {
  border-color: #2abeeb;
}

.share-button-twitter i {
  color: #2abeeb;
}

.share-button-linkedin {
  border-color: rgba(0, 123, 199, 0.3);
}

.share-button-linkedin:hover {
  border-color: #007bc7;
}

.share-button-linkedin i {
  color: #007bc7;
}

.page-banner-area {
  background: -webkit-linear-gradient(left, #263e5a 0%, #232a34 88%) repeat;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #263e5a),
    color-stop(88%, #232a34)
  );
  background: -webkit-linear-gradient(left, #263e5a 0%, #232a34 88%);
  background: -moz-linear-gradient(left, #263e5a 0%, #232a34 88%);
  background: linear-gradient(to left, #263e5a 0%, #232a34 88%);
  padding: 180px 0 55px;
  position: relative;
  background-color: rgba(0, 0, 0, 4%) !important;
}

@media (max-width: 480px) {
  .page-banner-area {
    padding-top: 120px;
  }
}

.page-banner-title {
  font-size: 35px;
  line-height: 52px;
  color: #fff;
  width: fit-content;
}

@media (max-width: 480px) {
  .page-banner-title {
    font-size: 30px;
  }
}

.page-banner-title-dark {
  font-size: 35px;
  line-height: 52px;
  color: #385777 !important;
  width: fit-content;
}

.page-banner-bottom-line {
  border-bottom: 3px solid #f58024;
  width: 100px;
}

.page-banner-content {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.thin-page-banner-area {
  padding: 50px 0 45px;
  position: relative;
  background-color: rgba(0, 0, 0, 4%) !important;
}

@media (max-width: 480px) {
  .thin-page-banner-area {
    padding-top: 120px;
  }
}

.thin-page-banner-content {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.page-banner-subtitle-area {
  margin-top: 2rem;
}

.page-banner-subtitle {
  color: #fff;
  font-size: 20px;
}

.contact-title {
  font-size: 30px;
  margin-bottom: 0;
}

.thin-contact-banner-icon {
  font-size: 60px;
  margin: 15px;
  color: #f58024;
}

.top-bar {
  background: #100201;
  width: 100%;
}

.top-bar-item {
  font-size: 13px;
  font-weight: 500;
}

.navbar-toggler {
  font-size: 26px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
}

.main-navigation {
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 7%);
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}

.navbar-nav .nav-link :hover {
  text-decoration: underline 2px;
  text-decoration-color: #f58024 !important;
}

.underline {
  border-top: 2px solid #ea414d;
  width: 70%;
}

.navbar {
  position: relative;
  background-color: #fafafa;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.nav-item.dropdown .dropdown-menu {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 5%),
    -2px 0 5px 1px rgba(0, 0, 0, 5%);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 5%),
    -2px 0 5px 1px rgba(0, 0, 0, 5%);
  border: 0;
  padding: 0;
  position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.dropdown-menu {
  opacity: 0;
}

.dropdown-menu.show {
  animation: 0.2s forwards b;
}

@keyframes b {
  to {
    opacity: 1;
  }
}

.dropdown-item {
  font-size: 0.6875rem;
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: background-color 0.1s;
  text-transform: uppercase;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f58024;
}

.header-white {
  background: #fff;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
}

@media (max-width: 480px) {
  .fixed-top.site-header {
    background: #fff;
  }
  .top-bar {
    visibility: hidden;
    height: 0;
  }
}

@media only screen and (max-width: 388px) {
  .navbar-brand-image {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: #fff;
  }
}

.mobile-navigation-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.mobile-navigation-sidebar {
  height: 100%;
  width: 0;
  max-width: 317px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.mobile-nav {
  padding-left: 30px;
}

.mobile-nav-item {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
  width: 90%;
}

.mobile-nav-link {
  padding: 10px 25px 10px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.mobile-nav-link.active {
  color: #f58024;
}

.mobile-contact {
  padding-left: 30px;
}

.mobile-contact-item {
  color: #b1b4b8;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  margin-top: 10px;
}

.py-7 {
  padding: 7.5rem 0;
}

.banner-main {
  position: relative;
}

.banner-main:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: #f4f7fc;
  height: 80%;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  color: #263b5e;
  font-weight: 600;
}

.main-banner {
  padding: 80px 0 150px;
}

.main-banner p {
  padding-right: 100px;
}

@media (max-width: 480px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    width: 50% !important;
    overflow: hidden;
    margin: 0;
  }
}

.home-banner-section {
  width: 100%;
  padding: 140px 0 60px;
  background: #8294c4;
}

@media (max-width: 480px) {
  .home-banner-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.home-banner-text-area {
  margin-top: 30px;
  max-width: 500px;
}

.home-banner-title {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .home-banner-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.home-banner-list {
  margin-bottom: 30px;
}

.home-banner-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .home-banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.home-banner-item-text {
  color: #fff;
  line-height: 36px;
  margin-bottom: 0;
}

.home-banner-item-icon {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
  font-size: 24px;
}

.home-intro-title {
  font-size: 35px;
  margin-bottom: 40px;
}

.home-intro-text {
  font-size: 18px;
  line-height: 36px;
}

.home-feature-image {
  width: 100px;
  height: 100px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(8%) saturate(1823%) hue-rotate(188deg) brightness(82%) contrast(85%);
}

.home-feature-title {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.home-feature-text {
  font-size: 18px;
  line-height: 36px;
}

.quotes-section {
  padding: 0;
}

.quote-container {
  margin-bottom: 2rem;

  background-repeat: no-repeat;
  background-position: 100%;
}

.quote-row {
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
  padding-top: 1.8rem;
}

@media (max-width: 480px) {
  .quote-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.quote-row:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.home-quote-left-col {
  display: flex;
  flex-direction: column;
}

.home-quote-image {
  box-shadow: rgba(178, 178, 178, 0.6) 5px 5px 5px 5px;
}

.home-quote-logo {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.home-quote-title {
  font-size: 25px;
}

.home-quote-subtitle {
  line-height: 36px;
}

.home-quote-author-box {
  height: 50px;
}

.home-quote-author {
  font-size: 16px;
  text-align: right;
  font-weight: 700;
  color: #26415f;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.home-contact-title {
  font-size: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.home-contact-text {
  font-size: 18px;
  line-height: 36px;
}

@media only screen and (max-width: 992px) {
  .home-banner-container {
    width: max-content;
    padding: auto;
    max-width: 100%;
    overflow-x: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-banner-subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .home-banner-text-area {
    margin-top: 20px;
    max-width: 50%;
  }
  .home-ceo-image-col {
    max-width: 40%;
  }
  .home-banner-title {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .home-banner-item-text {
    font-size: 16px;
  }
  .home-banner-contactus-button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 842px) {
  .home-banner-container {
    width: 100%;
    padding: auto;
    max-width: 100%;
    overflow-x: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-banner-subtitle {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .home-banner-title {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .home-banner-item-text {
    font-size: 16px;
    line-height: 33px;
  }
  .home-banner-item-icon {
    font-size: 20px;
  }
  .proven-partial_title-col {
    padding-left: 20px;
  }
  .proven-partial_text-col {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner-text-area {
    margin-top: 20px;
    max-width: 95%;
    min-width: 95%;
  }
  .home-banner-list {
    font-size: 15px;
  }
  .home-banner-item-text {
    font-size: 15px;
  }
  .home-banner-item-icon {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .home-banner-contactus-button {
    font-size: 12px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    width: 125px !important;
  }
}

.proven-process-container {
  padding: 50px 0;
  background-image: url(../assets/methodology.jpg);
  background-position: 100%;
  background-repeat: no-repeat !important;
  background-size: cover;
  position: relative;
}

.proven-partial_col {
  position: relative;
  z-index: 111;
}
.overLay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(130 148 196 / 85%);
}

@media (max-width: 480px) {
  .proven-process-container {
    right: -2rem;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    background-position: -1000px 0;
  }
}

.proven-partial-row {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.proven-partial-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .proven-partial-col {
    padding: 0;
  }
}

.proven-partial_button {
  margin-left: auto !important;
  margin-right: auto !important;
}

.proven-partial_buttom-col {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 2rem;
}

.proven-partial_title-col {
  width: fit-content;
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .proven-partial_title-col {
    padding-left: 0;
  }
}

.proven-partial-list {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .proven-partial-list {
    padding-left: 5%;
  }
}

.proven-partial_text-col {
  width: fit-content;
  display: flex;
  justify-content: center;
}

.proven-partial-title {
  font-size: 35px;
  margin-right: 1rem;
  margin-bottom: 25px;
  color: #fff;
}

@media (max-width: 480px) {
  .proven-partial-title {
    font-size: 25px;
  }
}

.proven-partial-text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
}

@media (max-width: 480px) {
  .proven-partial-text {
    font-size: 16px;
    line-height: 25px;
  }
}

.quote_title {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 30px !important;
}

.companies-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.careers-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  color: #333;
  margin-left: 15px;
}

.careers-title-white {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-left: 15px;
}

.career-row {
  display: flex;
}

.job-post-col {
  flex: 1;
  padding-top: 35px;
  padding-bottom: 35px;
}

.job-post {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.19);
}

.job-post-location-icon {
  font-size: 14px;
  margin-top: 8px;
  margin-right: 10px;
}

.job-post-text {
  font-size: 14px;
  margin-bottom: 0;
}

.job-post-link {
  margin-top: 10px;
  font-size: 14px;
  color: #f58024;
  font-weight: 500;
}

.job-post-page-info-text {
  margin-bottom: 5px;
}

.job-post-page-icon {
  font-size: 14px;
  margin-top: 8px;
  margin-right: 5px;
}

.about-us-banner-area {
  margin-top: 120px;
  position: relative;
  background: -webkit-linear-gradient(#f67715 0%, #b45511 85%) repeat;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #f67715),
    color-stop(88%, #b45511)
  );
  background: -webkit-linear-gradient(bottom, #f67715 0%, #b45511 88%);
  background: -moz-linear-gradient(bottom, #f67715 0%, #b45511 88%);
  background: linear-gradient(to bottom, #f67715 0%, #b45511 88%);
}

.about-us-banner-image {
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: 50% 2rem;
  background-size: cover;
  height: fit-content;
}

.about-text-area {
  width: 100%;
  margin: 0;
  padding-bottom: 5rem;
}

.about-banner-title {
  font-size: 40px;
  line-height: 52px;
}

.about-banner-text {
  padding-left: 4rem;
  padding-right: 4rem;
}

.about-item-icon {
  color: #f58024;
  line-height: 38px;
  font-size: 32px;
}

.about-item-title {
  font-size: 20px;
}

.about-item-subtitle {
  line-height: 38px;
}

.about-team-image {
  box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 5px 5px;
}

.about-team-title {
  font-size: 25px;
  line-height: 37px;
}

.feature-item i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  padding-top: 28px;
  color: #222;
}

.feature-item .content {
  padding-left: 30px;
}

.cta-2 {
  background: rgba(238, 223, 204, 0.5);
  padding: 20px 0 6.5rem;
}

.cta-2 .subscribe .form-control {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 3%);
  border-radius: 5px;
}

.about {
  position: relative;
}

.about .about-img img {
  box-shadow: 0 20px 40px rgba(38, 59, 94, 0.1);
  border: 10px solid #fff;
  border-radius: 20px;
}

.about:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background: #f4f7fc;
  border-radius: 20px 0 0 20px;
}

.cta-home {
  background: #f4f7fc;
}

.chapter-item {
  padding: 30px;
  box-shadow: 12px 7px 90px rgba(110, 123, 131, 0.1);
  margin-bottom: 30px;
}

.chapter-item h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f58024;
}

.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
}

.book-pages {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  margin-top: 10%;
}

.book-pages .item {
  position: absolute;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}

.book-pages .item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}

.book-pages .item:hover .overlay {
  opacity: 1;
}

.book-pages .item img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.book-pages .item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #385777;
}

.book-pages .item .overlay > a:hover {
  color: #fff;
  background: #f58024;
}

.book-info ul li {
  padding: 15px 30px;
  margin-bottom: 5px;
  font-weight: 700;
  box-shadow: 12px 7px 90px rgba(110, 123, 131, 0.1);
}

.book-info ul li i {
  color: #f58024;
}

.book-item {
  position: relative;
}

.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}

.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.book-item .hover-item i:hover {
  background: #f58024;
  color: #fff;
}

.order-details {
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.order-details li {
  line-height: 1;
  margin-right: 2em;
  margin-left: 0;
  padding-right: 4em;
  color: #777;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  border-right: 1px dashed #d3ced2;
}

.order-details li h5 {
  margin-top: 15px;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .order-details li {
    width: 100%;
    border-right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 400px) {
  .order-details li {
    width: 100%;
    border-right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 768px) {
  .order-details li {
    width: 100%;
    border-right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 992px) {
  .order-details li {
    width: 100%;
    border-right: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.12);
  }
}

@media only screen and (max-width: 571px) {
  .about-banner-title {
    font-size: 35px;
    line-height: 52px;
  }
  .about-banner-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.author-info-card {
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 4%) !important;
}

.author-info-card p {
  line-height: 36px;
}

.author-info-card-image {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  margin-right: 30px;
}

.service-banner-area {
  padding: 180px 0 55px;
  position: relative;
  background-color: rgba(0, 0, 0, 4%) !important;
}

@media (max-width: 480px) {
  .service-banner-area {
    padding-top: 120px;
  }
}

.service-block {
  padding: 60px 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 12px 7px 90px rgba(110, 123, 131, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-block:hover {
  background: #fff;
}

.service-block i {
  font-size: 60px;
}

.services-banner-icon {
  color: #f58024;
  font-size: 16px;
  margin-top: 5px;
  margin-right: 15px;
}

.services-banner-link {
  color: #385777;
  text-decoration: underline;
}

.service-header {
  scroll-margin-top: 20px;
  padding-top: 60px;
  position: relative;
}

.service-header-text {
  margin-left: 50px;
  align-items: center;
  height: 92px;
  position: absolute;
  top: 0;
}

@media (max-width: 480px) {
  .service-header-text {
    margin-left: 25px;
    height: 40px;
  }
}

.service-header-image {
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
}

@media (max-width: 480px) {
  .service-header-image {
    height: 50px;
  }
}

.service-header-title {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 480px) {
  .service-header-title {
    font-size: 18px;
    margin-top: 15px;
  }
}

.service-header-icon {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
  margin-right: 25px;
}

@media (max-width: 480px) {
  .service-header-icon {
    font-size: 18px;
    margin-top: 10px;
    margin-right: 15px;
  }
}

.service-content h4 {
  margin-top: 30px;
}

.service-content p {
  line-height: 36px;
}

.service-content ul {
  margin-bottom: 40px;
}

.service-content li {
  line-height: 36px;
}

.service-content a {
  color: #f58024;
}

.service-content a:hover {
  text-decoration: underline;
  text-decoration-color: #f58024;
}

.services-tech-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  background-color: rgba(0, 0, 0, 4%) !important;
  height: fit-content;
}

.services-tech-stack-link {
  color: #f58024;
}

.services-tech-stack-link:hover {
  text-decoration: underline;
  text-decoration-color: #f58024;
}

.services-tech-stack-title {
  text-align: center;
  font-size: 35px;
  line-height: 52px;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #f4f7fc;
}

.testimonial-item-content {
  text-align: center;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  padding: 40px 30px;
}

.testimonial-item-content:hover {
  cursor: pointer;
}

.testimonial-item-content:focus {
  outline: 0;
}

.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonial-wrap {
  box-shadow: 0 20px 40px rgba(38, 59, 94, 0.1);
  background: #fff;
  border-radius: 15px;
}

.rating.five li i {
  color: #f58024;
}

.rating.four li:not(:last-child) i {
  color: #f58024;
}

.rating.three li i {
  color: #f58024;
}

.rating.three li:last-child i {
  color: #888;
}

.rating.three li:nth-child(4) i {
  color: #888;
}

.rating.two li:first-child i {
  color: #f58024;
}

.rating.two li:nth-child(2) i {
  color: #f58024;
}

.rating.one li:first-child i {
  color: #f58024;
}

.contact-banner {
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-banner__title {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.contact-banner__icon {
  transition: all 0.2s ease-in-out;
  cursor: default;
}

.contact-banner-icon {
  font-size: 80px;
  margin: 20px;
  color: #f58024;
}

.contact-banner-icon:hover {
  transform: scale(1.2);
}

.contact-method-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 15px;
  height: fit-content;
  background: rgba(0, 0, 0, 6%);
  color: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.contact-method h3 {
  font-size: 1.3rem;
}

.contact-method p {
  font-size: 16px;
}

.contact-method__value {
  font-size: 1rem;
  color: #515151;
}

.contact-method a {
  font-size: 16px;
  text-decoration: underline;
}

.over-form h3,
.over-form p {
  font-size: 1.2rem;
}

.blog-meta-text {
  font-size: 16px;
  color: #9e9fa3;
}

.blog-post-sidebar {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 4%) !important;
}

.blog-post-sidebar-title {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #333;
}

.blog-post-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px 20px;
}

@media (max-width: 480px) {
  .blog-post-navigation {
    flex-direction: column;
    text-align: center;
  }
}

.blog-post-navigation-link {
  color: #26415f;
  font-weight: 700;
  font-size: 20px;
}

.blog-post-navigation-arrow {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.15);
}

.blog-category-link {
  font-size: 14px;
  font-weight: 700;
  color: #26415f;
  padding: 6px 15px 6px 16px;
}

.blog-category-link-active {
  color: #fff;
  border-radius: 1px;
  background-color: #f58024;
}

.blog-post-in-list-col {
  max-width: 400px;
  min-width: 350px;
}

.blog-post-in-list {
  position: relative;
  height: fit-content;
  width: 100%;
  overflow: auto;
  padding-left: auto;
  padding-right: auto;
}

@media (max-width: 480px) {
  .blog-post-in-list {
    height: 200px;
  }
}

.blog-post-in-list-image {
  top: 0;
  max-width: 100%;
}

.blog-post-in-list-image-src {
  max-height: 100%;
  max-width: 100%;
}

.blog-post-in-list-meta {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
}

.blog-post-in-list-meta-cat {
  padding: 2px 9px 1px;
  margin: 0 0 2px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff !important;
  font: 700 12px/22px Arial, Verdana, sans-serif;
  width: fit-content;
}

.blog-post-in-list-meta-date {
  background-color: #fff;
  padding: 0 10px;
}

.blog-post-in-list-meta-date-text-sm {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
}

.blog-post-in-list-meta-date-text-lg {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
}

.blog-post-in-list-meta-date-divider {
  width: 14px;
  border: 1px solid #f58024;
}

.blog-post-in-list-title:hover {
  color: #f58024;
}

.blog-post-in-list-text {
  line-height: 36px;
}

.blog-post-in-list-link {
  background-color: #f58024;
  color: #fff;
  border-radius: 25px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
}

.blog-post-in-list-link:hover {
  color: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #272727;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 0;
    padding-bottom: 6rem;
  }
}

.footer-columns {
  justify-content: flex-start;
  color: #fff;
}

.footer-columns__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  line-height: 36px;
}

.footer-columns__column a {
  color: #fff;
}

.footer-columns__column a:hover {
  color: #f58024;
}

.footer-columns__column h3 {
  color: #fff;
}

.footer-columns__column p {
  color: #d3d3d3;
  max-width: 85%;
}

.footer-columns__link {
  color: #fff;
  margin-bottom: 0.1rem;
  text-decoration: underline;
}

.footer-columns__contact-title {
  margin-bottom: 0;
  line-height: 36px;
}

.footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.footer-logos__logo {
  margin-bottom: 50px;
  object-fit: cover;
  max-width: 200px;
}

.footer-copy {
  font-size: 16px;
}
.navbar-nav  .active {
  background-color: #8294c4;
  color: white;
}
.active .nav-link {
  color: white;
}
@media (max-width: 480px) {
  .footer-copy {
    text-align: center;
  }
}

.footer-bottom {
  display: flex;
  padding: 10px 0;
  margin-top: 25px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: end;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 480px) {
  .footer-bottom {
    flex-direction: column;
  }
}

.footer-bottom__logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .footer-bottom__logo-text {
    flex-direction: row;
  }
}

.footer-bottom__link {
  color: #fff;
  font-size: 16px;
  width: 120px;
}

@media (max-width: 480px) {
  .footer-bottom__link {
    margin-top: 15px;
  }
}

.privacy-policy:visited {
  color: #fff !important;
  text-decoration: underline;
}

.landing-page-banner {
  padding: 120px 0 55px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  height: fit-content;
}

@media (max-width: 480px) {
  .landing-page-banner {
    padding-top: 80px;
    padding-bottom: 10px;
    background-position: -1050px 30px;
  }
}

.landing-page-form-banner {
  padding: 55px 0 55px;

  display: flex;
  flex-direction: row;
  height: fit-content;
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-image: url("../assets/contact.jpg");
}

.form-builder--wrap {
  max-width: 850px;
  width: 100%;

  margin: 0 auto;
}

@media (max-width: 480px) {
  .landing-page-form-banner {
    padding-top: 80px;
    padding-bottom: 10px;
    background-position: -1050px 30px;
  }
}

.landing-page-banner_image_1 {
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

.landing-page-banner_image_2 {
  background-repeat: no-repeat;
  background-position: 75% 0;
  background-size: cover;
}

.landing-page-banner_button {
  width: 7rem !important;
  font-weight: 500;
  display: block;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.landing-page-banner-link-current {
  color: #fd7e14 !important;
}

.landing-page-banner-link {
  color: #fff;
  text-decoration: underline;
}

.landing-page-banner-link:hover {
  color: #fd7e14 !important;
}

.landing-page-banner-area {
  background-color: rgba(0, 0, 0, 4%) !important;
}

.landing-page-banner-content-area {
  padding: 80px 0 55px;
  background-image: url(/images/logo-no-text-transparent.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

.landing-page-banner-text-area {
  margin-top: 30px;
  max-width: 550px;
}

.landing-page-intro-text {
  color: #385777 !important;
}

.landing-page-banner-title {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .landing-page-banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.landing-page-form_banner-title {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .landing-page-form_banner-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.landing-page-banner-item-icon {
  color: #fff;
  margin-top: 3px;
  margin-right: 15px;
  font-size: 24px;
}

.landing-page-banner-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .landing-page-banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.landing-page-banner-item-text {
  color: #fff;
  line-height: 36px;
  margin-bottom: 0;
}

.landing-page-banner-icon {
  color: #fff;
  margin-top: 3px;
  margin-right: 15px;
  font-size: 24px;
}

@media (max-width: 480px) {
  .problem-container {
    margin-bottom: 1.5rem !important;
  }
}

.problem-title {
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
}

.problem-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

@media (max-width: 480px) {
  .problem-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.problem-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.problem-item__image {
  margin: 0 2rem;
  width: 8rem;
}

@media (max-width: 480px) {
  .problem-item__image {
    margin-bottom: 2rem;
  }
}

.problem-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .problem-item__content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 1rem;
  }
}

.problem-item__content-title {
  margin-left: 1.2rem;
}

.problem-item__content-item {
  color: #385777;
}

.problem-text-below-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem-text-below-title {
  font-size: 36px;
  color: #385777;
  font-weight: 400;
}

.problem-text-below-text {
  font-size: 18px;
  line-height: 36px;
  color: #385777;
  font-weight: 400;
}

.above-quote {
  padding-top: 2rem !important;
}

.landing-page-banner-content-area {
  padding: 80px 0 55px;
  background-image: url(/images/logo-no-text-transparent.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

.testimony {
  width: 100%;
  padding: 2rem 0;
  margin: 3rem auto;
  background-color: rgba(0, 0, 0, 4%);
}

.testimony-content {
  display: flex;
  flex-direction: row;
}

@media (max-width: 480px) {
  .testimony-content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.testimony-text__highlighted {
  font-weight: 500;
}

.testimony-text__content {
  border-right: 4px solid #f58024;
  color: #385777;
  font-style: italic;
}

@media (max-width: 480px) {
  .testimony-text__content {
    padding-right: 2rem;
  }
}

.testimony-text__author {
  align-self: flex-end;
  color: #385777;
  font-weight: 600;
}

.landing-page-form_banner-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .landing-page-form_banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.list-with-small-title-container2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4rem;
  justify-content: left;
}

.list-with-small-title-container-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: left;
}

.list-with-small-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  justify-content: left;
}

.list-with-small-title-left {
  width: fit-content;
  padding: 0;
}

.paragraph-title-area {
  padding: 180px 0 55px;
  position: relative;
  background-color: rgba(0, 0, 0, 4%) !important;
}

@media (max-width: 480px) {
  .paragraph-title-area {
    padding-top: 120px;
  }
}

.paragraph-title {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 30px;
}

.paragraph-title-small {
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph-title-small-2 {
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph-bottom-line-box {
  margin-left: auto !important;
  margin-right: auto !important;
}

.paragraph-bottom-line {
  border-bottom: 3px solid #ea414d;
  width: 150px;
  margin-bottom: 2rem;
}

.paragraph-bottom-line-left {
  border-bottom: 3px solid #f58024;
  width: 125px;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.paragraph-bottom-line-left-2 {
  border-bottom: 3px solid #f58024;
  width: 125px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.paragraph-text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paragraph-list-item {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.paragraph-list-item-small {
  margin-top: 0.1rem !important;
  margin-bottom: 0.1rem !important;
}

.paragraph-text {
  margin: 0;
  font-size: 20px;
}

.paragraph-text-small {
  margin: 0;
  font-size: 18px;
}

.paragraph-list-image-col {
  width: 30%;
  max-width: 30%;
  overflow: hidden;
}

.paragraph-list-image {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .landing-page-form_banner-form {
    width: 100% !important;
  }
  .paragraph-list-image-col {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .landing-page-banner-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .home-banner-list {
    font-size: 15px;
  }
  .paragraph-list-image {
    width: 60%;
  }
  .list-with-small-title-container {
    display: block;
  }
}

.stages-container {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (max-width: 480px) {
  .stages-container {
    margin-bottom: 1.5rem !important;
  }
}

.stages-box {
  max-width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stages-title {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
}

.stages-item {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

@media (max-width: 480px) {
  .stages-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.stages-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
  background-color: #f0f0f0;
}

.stages-item-top {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  border-width: 0.125rem !important;
  background-color: rgba(255, 255, 255, 0);
}

.stages-item-bottom {
  padding: 0 18px;
}

.stages-item__image {
  width: 64px;
  height: 64px;
  margin: 0;
}

@media (max-width: 480px) {
  .stages-item__image {
    margin-bottom: 2rem;
  }
}

.stages-arrow-icon {
  color: #f58024;
  font-size: 25px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.stages-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.stages-item__content-title {
  margin-left: 1.2rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25px;
}

.stages-item__content-item {
  color: #385777;
}

.stages-text-below-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stages-text-below-title {
  font-size: 36px;
  color: #385777;
  font-weight: 400;
}

.stages-text-below-text {
  font-size: 18px;
  line-height: 36px;
  color: #385777;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .stages-item {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .stages-item__content-title {
    font-size: 20px;
  }
  .stages-item-top {
    align-items: center;
  }
}

.offerings-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

@media (max-width: 480px) {
  .offerings-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.offerings-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.distributions-section {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #e2e2e2;
}

@media only screen and (max-width: 850px) {
  .distributions_above-section {
    background-color: #fff;
  }
}

.distributions_above-row {
  display: flex;
  flex-direction: column;
}

.distributions_title {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0 !important;
}

.distributions_bottom-line {
  border-bottom: 3px solid #f58024;
  width: 150px;
  margin-bottom: 1rem;
}

.distributions-container {
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
  padding: 0;
}

@media (max-width: 480px) {
  .distributions-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.distributions-container:hover {
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.3) !important;
}

@media only screen and (max-width: 850px) {
  .distributions-container {
    border-color: rgba(90, 89, 89, 0.5) !important;
    box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
  }
}

.distributions-desktop {
  display: flex;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.distributions-tab {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex: auto;
  margin: 0;
}

.distributions-tab button {
  flex: auto;
  text-align: center;
  background-color: #385777;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-width: 0.125rem;
  border-color: rgba(49, 49, 49, 0.733);
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175);
  background-color: #385777;
}

.distributions-tab button:hover {
  background-color: #f58024 !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  border-width: 0.3rem !important;
  border-color: rgba(90, 89, 89, 0.5) !important;
}

.distributions-tab button.active {
  background-color: #f58024 !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  border-width: 0.3rem !important;
  border-color: rgba(90, 89, 89, 0.5) !important;
}

.distributions-content {
  background-color: #fff;
  max-width: 100%;
  width: auto;
}

.tech-stack-content-box {
  padding: auto;
}

.distributions-image-box {
  position: relative;
  width: 150px;
  height: 112px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

.distributions-image {
  object-fit: contain;
  max-width: 100%;
}

.distributions-image-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 112px;
  background: rgba(243, 242, 242, 0.938);
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
  transition: opacity 0.2s, visibility 0.2s;
}

.distributions-image-box:hover .distributions-image-name {
  opacity: 1;
  visibility: visible;
}

.tabcontentt {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@media only screen and (max-width: 850px) {
  .distributions-content-box {
    width: 100%;
    justify-content: center;
  }
  .distributions-image-name {
    width: 125px;
    height: 93px;
  }
}

@media only screen and (max-width: 1000px) {
  .distributions-image-box {
    width: 125px;
    height: 93px;
  }
  .distributions-image-name {
    width: 125px;
    height: 93px;
  }
}

@media only screen and (max-width: 700px) {
  .distributions-image-box {
    width: 100px;
    height: 74px;
  }
  .distributions-image-name {
    width: 100px;
    height: 74px;
  }
}

.right {
  background-position: 50% !important;
}

.left {
  background-position: 50% !important;
}

.quickpay-button {
  margin-left: auto;
  margin-right: auto;
}

.gmootpay-button {
  margin-left: 1rem;
}

.crafty-banner-area {
  background-color: rgba(0, 0, 0, 4%) !important;
}

.crafty-page-banner-content-area {
  padding: 80px 0 55px;
  background-image: url(/images/logo-no-text-transparent.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}

.crafty-page-banner-text-area {
  margin-top: 30px;
  max-width: 550px;
}

.crafty-page-intro-text {
  color: #385777 !important;
}

.crafty-page-banner-title {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .crafty-page-banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.services-page-banner-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #385777;
}

.services-page-banner {
  padding-top: 120px;
  max-width: 2000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  height: fit-content;
  background-color: #385777;
}

@media (max-width: 480px) {
  .services-page-banner {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.services-page_container {
  width: 100%;
  padding: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 300px;
}

.services-page-banner_gmoot {
  color: #fff;
  width: 213px !important;
  max-width: 213px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 10% 10%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.services-page-banner_gmoot-title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 1rem;
  margin-bottom: 0.25rem;
}

.services-page-banner_gmoot-text {
  font-size: 15px;
  margin-bottom: 0.2rem;
  line-height: 15px;
  text-align: center;
}

.services-banner_button {
  width: 7rem !important;
  font-weight: 500;
  display: block;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.services-page-banner-link-current {
  color: #fd7e14 !important;
}

.services-page-banner-link {
  color: #fff;
  text-decoration: underline;
}

.services-page-banner-link:hover {
  color: #fd7e14 !important;
}

.services-page-banner-area {
  background-color: rgba(0, 0, 0, 4%) !important;
}

.services-page-banner-content-area {
  padding: 80px 0 55px;
  background-image: url(/images/logo-no-text-transparent.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

.services-page-banner-text-area {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 550px;
}

.services-page-intro-text {
  color: #385777 !important;
}

.services-page-banner-title {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .services-page-banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.services-page-banner-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .services-page-banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.services-items__container {
  width: 100%;
  justify-content: center;
  margin-bottom: 3rem;
}

.services-item__row {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .services-item__row {
    margin-bottom: 1.5rem !important;
  }
}

.services-title {
  font-size: 2rem;
  margin: 0 auto;
  text-align: left;
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
  max-width: 439px;
  min-width: 439px;
  padding: 0 0.5rem 0.5rem 0;
  height: 775px;
}

@media (max-width: 480px) {
  .services-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.services-item-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 0.125rem !important;
  max-width: 439px;
  min-width: 439px;
  padding: 0 0.5rem 0.5rem 0;
  height: fit-content;
}

@media (max-width: 480px) {
  .services-item-more {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.services-item__image-more {
  margin: 0 2rem;
  margin-top: 1.5rem;
  max-height: 100px;
}

.services-item-text-icon {
  color: #f58024;
  font-size: 13px;
  margin-top: 5.5px;
  margin-right: 15px;
}

@media only screen and (max-width: 992px) {
  .services-page_container {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .services-item {
    max-width: 95%;
    min-width: 95%;
    height: fit-content;
    flex-direction: row;
  }
  .services-item__image {
    margin: 0 2rem;
    margin-top: 2rem;
    max-height: 250px !important;
    width: 30%;
  }
  .services-item__content {
    height: 100%;
    min-width: 0% !important;
    width: 50% !important;
    display: flex;
    flex-direction: column;
  }
}

.services-button__row {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .services-page-banner {
    padding-top: 120px;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    height: fit-content;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .services-page-banner {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .services-page_container {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .services-page-banner-text-area {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 60%;
  }
  .services-page-banner-title {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .services-page-banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .services-page-banner-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .services-page-banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .services-page-banner_gmoot {
    color: #fff;
    width: 150px !important;
    line-height: 18px;
    max-width: 150px;
    height: 125px;
    border: 2px solid #fff;
    border-radius: 10% 10%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .services-page-banner_gmoot-title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    margin: 0;
  }
  .services-page-banner_gmoot-text {
    font-size: 12px;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .services-banner_button {
    width: 6rem !important;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}

@media only screen and (max-width: 569px) {
  .services-page-banner_gmoot {
    display: none;
  }
  .services-page-banner-text-area {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
  }
}

.services-item__button {
  background-color: #f58024 !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: auto !important;
  margin-bottom: auto;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  position: bottom;
}

.services-item__button:hover {
  background-color: #385777 !important;
  border-color: #385777 !important;
}

@media only screen and (max-width: 700px) {
  .services-item {
    max-width: 95%;
    min-width: 95%;
    height: fit-content;
    flex-direction: column;
  }
  .services-item__image {
    margin: 0 2rem;
    margin-top: 2rem;
    max-height: 30% !important;
  }
  .services-item__content {
    height: 100%;
    min-width: 0% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
  }
}

.services-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.services-item__image {
  margin: 0 2rem;
  margin-top: 1.5rem;
  max-height: 30%;
}

.services-item__content {
  height: 100%;
  min-width: 90%;
  display: flex;
  flex-direction: column;
}

.services-item__content-title {
  margin-top: 1.2rem;
  text-align: left;
  font-size: 23px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.services-item__content-item {
  color: #385777;
  font-size: 15px;
  line-height: 25px;
  padding-right: 0;
  padding-left: 0;
}

.services-item__content-subtitle {
  color: #385777;
  font-size: 17px;
  line-height: 25px;
  padding-right: 0;
  font-weight: 1000;
}

.services-item_content-text {
  padding-top: 0.5rem;
  padding-left: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-text-below-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-text-below-title {
  font-size: 18px;
  color: #385777;
  font-weight: 400;
}

.services-text-below-text {
  font-size: 18px;
  line-height: 30px;
  color: #385777;
  font-weight: 400;
}

.services-item_content-coming-soon {
  padding-left: 2rem;
}

.services-menu-items__container {
  width: 100%;
  justify-content: center;
  margin-bottom: 3rem;
}

.services-menu-item__row {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
}

@media (max-width: 480px) {
  .services-menu-item__row {
    margin-bottom: 1.5rem !important;
  }
}

.services-menu-title {
  font-size: 2rem;
  margin: 0 auto;
  text-align: left;
}

.services-menu_col {
  align-items: center;
  justify-content: space-between;
  min-width: 350px;
  max-width: 350px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #385777;
  flex-direction: column;
  display: flex;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

.services-menu-item-text-icon {
  color: #f58024;
  font-size: 13px;
  margin-top: 5.5px;
  margin-right: 15px;
}

.services-menu-item__image {
  margin: 0 2rem;
  margin-top: 2rem;
  max-height: 250px !important;
  width: 30%;
}

.services-menu-item__content {
  height: 100%;
  width: 45% !important;
  display: flex;
  flex-direction: column;
}

.services-menu-nav-item {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  border-width: 0.125rem !important;
  border-color: rgba(49, 49, 49, 0.733) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  background-color: #385777;
}

.services-menu-nav-item:hover {
  background-color: #bd631e;
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
}

.services-menu-item__content-title {
  margin-top: 1.2rem;
  text-align: left;
  font-size: 23px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.services-menu-item__content-item {
  color: #385777;
  font-size: 15px;
  line-height: 25px;
  padding-right: 0;
  padding-left: 0;
}

.services-menu-item__content-subtitle {
  color: #385777;
  font-size: 17px;
  line-height: 25px;
  padding-right: 0;
  font-weight: 1000;
}

.services-menu-item_content-text {
  padding-top: 0.5rem;
  padding-left: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-menu-text-below-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-menu-text-below-title {
  font-size: 18px;
  color: #385777;
  font-weight: 400;
}

.services-menu-text-below-text {
  font-size: 18px;
  line-height: 30px;
  color: #385777;
  font-weight: 400;
}

.services-menu-item__button {
  padding: 0.5rem 0;
  width: 150px !important;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.services-menu-item_link-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  margin-top: 0.5rem;
}

.services-menu-item_link {
  color: #f58024;
  margin-right: 1rem;
  width: fit-content !important;
  margin-top: 1rem;
}

.services-menu-item_link:hover {
  color: #385777;
  border-bottom: 1px solid #f58024;
  width: 150px;
}

.service-menu-item_link-bottom-line {
  border-bottom: 2px solid #f58024;
  width: 150px;
  margin-bottom: 2rem;
  display: none;
}

.services-menu-item_content-coming-soon {
  padding-left: 2rem;
}

.line-test {
  position: relative;
  margin-top: 2rem;
}

.line-test::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 2px;
  background: #5e5e5e;
}

.services-menu_main-title-box {
  display: flex;
  justify-content: center;
  color: #385777 !important;
}

.services-menu_main-title {
  color: #385777;
}

.services-menu_container {
  padding: auto;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.services-menu_row {
  margin: auto;
  max-width: 1800px;
  padding-left: 5rem;
  padding-right: 5rem;
  justify-content: center;
  width: 100%;
}

.services-menu_col-upper {
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.services-menu_col-lower {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  width: 90%;
}

.services-menu_icon {
  width: 70px;
}

.services-menu_title-box {
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}

.services-menu_title {
  text-align: center;
  height: fit-content;
  margin-top: 9px;
  font-size: 20px;
  font-weight: 700;
}

.services-menu_text {
  text-align: left;
  padding-left: 0.6rem;
}

.services-menu_col:hover {
  font-weight: bolder !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.services-menu_col:hover .services-menu_title::after {
  content: "";
  top: 75px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  display: block;
  width: 35%;
  background: #f58024;
  z-index: 1000;
}

.services-menu__button {
  width: 80%;
  font-weight: 500;
  padding-top: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2px;
}

@media only screen and (max-width: 900px) {
  .services-menu_col {
    min-width: 50%;
    max-width: 50%;
  }
  .services-menu_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-menu_title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
  }
  .services-menu_icon {
    width: 50px;
  }
  .services-menu_col-lower {
    font-size: 15px;
    font-weight: 400;
    width: 75%;
  }
}

@media only screen and (max-width: 730px) {
  .services-menu_row {
    margin: 0;
    max-width: 1800px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    justify-content: center;
    width: 100%;
  }
  .services-menu_title-box {
    padding-bottom: 0.75rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .services-menu_title {
    text-align: left;
    height: fit-content;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
  }
  .services-menu_icon {
    width: 50px;
  }
  .services-menu_col-lower {
    font-size: 13px;
    font-weight: 400;
    width: 75%;
  }
  .services-item__button {
    font-size: 13px !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media only screen and (max-width: 650px) {
  .services-menu_col {
    min-width: 100%;
    max-width: 100%;
  }
  .services-menu_row {
    margin: 0;
    max-width: 1800px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    justify-content: center;
    width: 100%;
  }
  .services-menu_title-box {
    padding-bottom: 0.75rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .services-menu_title {
    text-align: left;
    height: fit-content;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
  }
  .services-menu_icon {
    width: 50px;
  }
  .services-menu_col-lower {
    font-size: 13px;
    font-weight: 400;
    width: 75%;
  }
  .services-item__button {
    width: 100%;
    font-size: 13px !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

.technology-stack_section {
  margin-top: 2rem !important;
}

.technology-stack_container {
  max-width: 1300px;
}

@media only screen and (max-width: 1450px) {
  .technology-stack_container {
    width: auto;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.technology-stack_row {
  margin-top: 2rem;
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.technology-stack_row-title {
  width: 100%;
  height: 5rem;
  align-items: center;
  display: flex;
  padding-left: 2rem;
  font-size: 25px;
  font-weight: 600;
  color: #385777;
}

.technology-stack_item-icon-box {
  position: relative;
  width: 150px;
  height: 112px;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
  margin: 1rem;
}

.technology-stack_item-icon {
  display: flex;
  width: 150px;
  height: 112px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  background-color: #fff;
}

.technology-stack_item-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 112px;
  background: rgba(243, 242, 242, 0.938);
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
  transition: opacity 0.2s, visibility 0.2s;
}

.technology-stack_item-icon-box:hover .technology-stack_item-name {
  opacity: 1;
  visibility: visible;
}

.tech-stack-content {
  background-color: #fff;
}

.tech-stack-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e2e2e2;
}

.tech-stack-container {
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 480px) {
  .tech-stack-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.tech-stack_title {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;

  margin-bottom: 30px;
}

.tech-stack-menu_main-title-box {
  display: flex;
  justify-content: center;
  color: #385777 !important;
}

.tech-stack-menu_main-title {
  color: #385777;
}

.tech-stack-container {
  padding: 0;
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 480px) {
  .tech-stack-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.tech-stack-container:hover {
  border-color: rgba(90, 89, 89, 0.5) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.3) !important;
}

.tech-stack-menu_above-row {
  display: flex;
  flex-direction: column;
}

.tech-stack-menu_bottom-line {
  border-bottom: 3px solid #ea414d;
  width: 150px;
  margin-bottom: 1rem;
}

.tech-stack-nav-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  border-width: 0.125rem !important;
  border-color: rgba(49, 49, 49, 0.733) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  background-color: #385777 !important;
}

.tech-stack-nav-item:hover {
  background-color: #f58024 !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  border-width: 0.3rem !important;
  border-color: rgba(90, 89, 89, 0.5) !important;
}

.nav-col {
  max-width: 190px;
  min-width: 190px;
  flex-direction: row;
}

.tech-stack-nav-icon {
  font-size: 14px;
  margin-right: 0.25rem;
}

.tech-stack-content {
  max-width: 75%;
}

.tech-stack-desktop {
  display: flex;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.tech-stack-mobile {
  display: none;
}

.tech-stack-nav-item {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff !important;
  border-width: 0.125rem !important;
  border-color: rgba(49, 49, 49, 0.733) !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  background-color: #f58024;
}

.nav-col {
  max-width: 180px;
  min-width: 180px;
  flex-direction: row;
  padding-right: 0;
}

.tech-stack-content {
  width: auto;
}

.tech-stack-content-box {
  padding: auto;
}

.tech-stack-company-image-box {
  position: relative;
  width: 150px;
  height: 112px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

.tech-stack-company-image {
  object-fit: contain;
  max-width: 100%;
}

.tech-stack-company-image-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 112px;
  background: rgba(243, 242, 242, 0.938);
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
  transition: opacity 0.2s, visibility 0.2s;
}

.tech-stack-company-image-box:hover .tech-stack-company-image-name {
  opacity: 1;
  visibility: visible;
}

.technology-stack_item-icon {
  display: flex;
  width: 150px;
  height: 112px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 7px;
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
  .tech-stack-company-image-box {
    width: 125px;
    height: 93px;
  }
  .tech-stack-company-image-name {
    width: 125px;
    height: 93px;
  }
  .technology-stack_item-icon-box {
    width: 125px;
    height: 93px;
  }
  .technology-stack_item-icon {
    width: 125px;
    height: 93px;
  }
  .technology-stack_item-name {
    width: 125px;
    height: 93px;
  }
}

@media only screen and (max-width: 850px) {
  .tech-stack-section {
    background-color: #fff;
  }
  .tech-stack-content-box {
    width: 100%;
  }
  .tech-stack-container {
    border-color: rgba(90, 89, 89, 0.5) !important;
    box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.2) !important;
  }
  .tech-stack-mobile {
    display: flex;
  }
  .tech-stack-desktop {
    display: none;
  }
  .tech-stack-pane-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tech-stack-content-box {
    justify-content: center;
  }
  .tech-stack-company-image-name {
    width: 125px;
    height: 93px;
  }
}

@media only screen and (max-width: 700px) {
  .technology-stack_container {
    width: 99%;
    margin-left: 0;
    margin-right: 0;
  }
}

.tech-stack-title {
  font-size: 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .tech-stack-company-image-box {
    width: 100px;
    height: 74px;
  }
  .tech-stack-company-image-name {
    width: 100px;
    height: 74px;
  }
  .technology-stack_item-icon-box {
    width: 100px;
    height: 74px;
  }
  .technology-stack_item-icon {
    width: 100px;
    height: 74px;
  }
  .technology-stack_item-name {
    width: 100px;
    height: 74px;
  }
}

.tech-tab {
  max-width: 190px;
  min-width: 190px;
  overflow: hidden;
}

.tech-tab button {
  text-align: left;
  background-color: #8294C4;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-width: 0.125rem;
  border-color: rgba(49, 49, 49, 0.733);
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175);

}

.tech-tab button:hover {
  background-color: #ea414d !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  border-width: 0.3rem !important;
  border-color: rgba(90, 89, 89, 0.5) !important;
}

.tech-tab button.active {
  background-color: #ea414d !important;
  box-shadow: 0 0.25rem 0.5rem 0.05rem rgba(0, 0, 0, 0.175) !important;
  border-width: 0.3rem !important;
  border-color: rgba(90, 89, 89, 0.5) !important;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.payment-portal-container {
  margin-top: 2.5rem;
}

.payment-portal-text {
  font-size: 20px;
}

.payment-portal-text-italic {
  font-style: italic;
}

.payment-portal-button {
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: auto !important;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .payment-portal-button {
    font-size: 12px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

.payment-portal-button:hover {
  background-color: #385777;
}

.roadmap_container {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}

.roadmap-item_wrapper {
  width: 20% !important;
  display: flex;
  flex-direction: column;
}

.roadmap-item_icon {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.roadmap-item_box {
  width: 100% !important;
  height: 300px;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  position: relative;
}

.roadmap-item_wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.roadmap-item_title {
  font-size: 20px;
  font-weight: 600;
}

.roadmap-item_list {
  padding-left: 1rem;
  font-size: 15px;
}

.TS-paragraph-subtitle {
  font-size: 20px;
  color: #385777;
  font-weight: 600;
  margin-top: 3rem;
}

.TS-paragraph-text {
  margin-top: 1.5rem;
}

.roadmap-grey {
  background-color: #cfcfcf;
}

.roadmap-lightBlue {
  background-color: #98b5c9;
  color: #fff !important;
}

.roadmap-blue {
  background-color: #264379;
  color: #fff !important;
}

.roadmap-lightOrange {
  background-color: #eeaf7b;
}

.roadmap-orange {
  color: #fff !important;
  background-color: #cc8042;
}

.arrow-down-roadmap-grey {
  position: absolute;
  bottom: 50%;
  right: -19px;
  width: 0;
  height: 0;
  border-left: 20px solid #cfcfcf;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  z-index: 500 !important;
}

.arrow-down-roadmap-lightBlue {
  position: absolute;
  bottom: 50%;
  right: -19px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #98b5c9;
  z-index: 500 !important;
}

.arrow-down-roadmap-blue {
  position: absolute;
  bottom: 50%;
  right: -19px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #264379;
  z-index: 500 !important;
}

.arrow-down-roadmap-lightOrange {
  position: absolute;
  bottom: 50%;
  right: -19px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #eeaf7b;
  z-index: 500 !important;
}

.arrow-down-roadmap-orange {
  position: absolute;
  bottom: 50%;
  right: -19px;
  width: 0;
  height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #cc8042;
  z-index: 500 !important;
}

.roadmap_image {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap_image-row {
  display: flex;
  flex-direction: row;
}

.cpw-cta_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.cpw-cta_image {
  width: 75px;
  margin-right: 1rem;
  margin-top: 1rem;
}

.cpw-cta_text {
  font-size: 25px;
  color: #385777;
  font-weight: 600;
  line-height: 35px;
  margin-top: 2rem;
  margin-left: 0.5rem;
  text-align: center;
  width: fit-content;
}

@media only screen and (max-width: 1080px) {
  .roadmap_container {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
  }
  .roadmap_row {
    flex-direction: column;
  }
  .roadmap-item_wrapper {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .roadmap-item_icon {
    width: 100px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .roadmap-item_box {
    width: 350px !important;
    height: auto;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    position: relative;
  }
  .roadmap_image {
    width: 350px !important;
    height: auto;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    position: relative;
  }
  .roadmap_image-row {
    display: flex;
    flex-direction: row;
  }
  .roadmap_spacer {
    width: 100px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .arrow-down-roadmap-grey {
    position: absolute;
    bottom: -38px;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #cfcfcf;
    z-index: 500 !important;
  }
  .arrow-down-roadmap-lightBlue {
    position: absolute;
    bottom: -38px;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #98b5c9;
    z-index: 500 !important;
  }
  .arrow-down-roadmap-blue {
    position: absolute;
    bottom: -38px;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #264379;
    z-index: 500 !important;
  }
  .arrow-down-roadmap-lightOrange {
    position: absolute;
    bottom: -38px;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eeaf7b;
    z-index: 500 !important;
  }
  .arrow-down-roadmap-orange {
    position: absolute;
    bottom: -38px;
    right: 45%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #cc8042;
    z-index: 500 !important;
  }
  .cpw-cta_text {
    font-size: 20px;
    color: #385777;
    font-weight: 600;
    line-height: 30px;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .roadmap_container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .roadmap-item_title {
    font-size: 18px;
    font-weight: 600;
  }
  .roadmap-item_list {
    padding-left: 1rem;
    font-size: 13px;
  }
  .roadmap-item_icon {
    width: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .roadmap-item_box {
    width: 100% !important;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .roadmap_image {
    width: 100% !important;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .roadmap_image-row {
    display: flex;
    flex-direction: row;
  }
  .roadmap_spacer {
    width: 0;
    margin: 0;
    display: none;
  }
}

.gmoot_help-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.gmoot_help-item {
  max-width: 522px;
  min-width: 250px;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 1.5rem;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
  overflow: auto;
}

.steps {
  padding-left: 0;
}

.steps li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.steps li::marker {
  font-weight: 700;
  font-size: 20px;
  color: #f58024;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  text-align-last: start !important;
  z-index: -1;
}

.gmoot-steps-text {
  line-height: 30px;
  margin-bottom: 0.25rem;
}

.italic-gmoot-text {
  color: #c60707;
}

.gmoot-help-image {
  width: 25%;
  width: 25%;
  margin-bottom: 1rem;
}

.gmootpay-image {
  width: 90%;
}

@media (max-width: 480px) {
  .gmootpay-image {
    width: 100%;
  }
}

.gmoot-paragraph-text-small {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 480px) {
  .gmoot-paragraph-text-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1000px) {
  .gmoot_help-container {
    flex-wrap: wrap;
  }
  .gmoot_help-item {
    max-width: 522px;
  }
}

.gmoot-pay-link {
  color: #f58024;
  font-weight: 600;
  text-decoration: underline;
}

.gmoot-pay-link:hover {
  color: #385777;
}

.offerings__container {
  width: 100%;
  justify-content: center;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

.offerings-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 439px;
  min-width: 439px;
  padding: 1rem 0.5rem 0.5rem 0;
  background-color: #101d2baf;
}

@media (max-width: 480px) {
  .offerings-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.offerings__above-row {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.offerings-item__title-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offerings__title {
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0 !important;
  color: #fff;
}

.offerings-item__icon {
  width: 70px;
}

.offerings__row {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .offerings__row {
    margin-bottom: 1.5rem !important;
  }
}

.offerings-title {
  font-size: 2rem;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

.offerings-item__subtitle {
  font-style: italic;
  width: 100%;
  padding: 1rem 2rem;
  color: #fff;
}

.offerings-item-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 0.125rem !important;
  max-width: 439px;
  min-width: 439px;
  padding: 0 0.5rem 0.5rem 0;
  height: fit-content;
}

@media (max-width: 480px) {
  .offerings-item-more {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.offerings-item__image-more {
  margin: 0 2rem;
  margin-top: 1.5rem;
  max-height: 100px;
}

.offerings-item-text-icon {
  color: #f58024;
  font-size: 13px;
  margin-top: 5.5px;
  margin-right: 15px;
}

@media only screen and (max-width: 992px) {
  .offerings-page_container {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .offerings-item {
    max-width: 95%;
    min-width: 95%;
    height: fit-content;
    flex-direction: row;
  }
  .offerings-item__image {
    margin: 0 2rem;
    margin-top: 2rem;
    max-height: 250px !important;
    width: 30%;
  }
  .offerings-item__content {
    height: 100%;
    min-width: 0% !important;
    width: 50% !important;
    display: flex;
    flex-direction: column;
  }
}

.offerings-button__row {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.offerings-item__image {
  margin: 0 2rem;
  margin-top: 1.5rem;
  max-width: 30%;
}

.offerings-item__content {
  height: 100%;
  min-width: 90%;
  display: flex;
  flex-direction: column;
}

.offerings-item__content-title {
  margin-top: 1rem;
  text-align: left;
  font-size: 23px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
}

.offerings-item__content-item {
  color: #385777;
  font-size: 15px;
  line-height: 25px;
  padding-right: 0;
  padding-left: 0;
}

.offerings-item__content-subtitle {
  color: #385777;
  font-size: 17px;
  line-height: 25px;
  padding-right: 0;
  font-weight: 1000;
  color: #fff;
}

.offerings-item_content-text {
  padding-top: 0.5rem;
  padding-left: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.offerings-text-below-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offerings-text-below-title {
  font-size: 18px;
  color: #385777;
  font-weight: 400;
}

.offerings-text-below-text {
  font-size: 18px;
  line-height: 30px;
  color: #385777;
  font-weight: 400;
}

.offerings-item_content-coming-soon {
  padding-left: 2rem;
}

.offerings-menu-item_link-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  margin-top: 2rem;
}

.offerings-menu-item_link {
  color: #f58024;
  margin-right: 1rem;
  width: fit-content !important;
  margin-top: 1rem;
}

.offerings-menu-item_link:hover {
  color: #385777;
  border-bottom: 1px solid #f58024 !important;
  width: 150px;
}

.offerings-menu-item_link-bottom-line {
  border-bottom: 2px solid #f58024;
  width: 150px;
  margin-bottom: 2rem;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .offerings-page-banner {
    padding-top: 120px;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    height: fit-content;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .offerings-page-banner {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .offerings-page_container {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .offerings-page-banner-text-area {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 60%;
  }
  .offerings-page-banner-title {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .offerings-page-banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .offerings-page-banner-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 480px) {
  .offerings-page-banner-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .offerings-page-banner_gmoot {
    color: #fff;
    width: 150px !important;
    line-height: 18px;
    max-width: 150px;
    height: 125px;
    border: 2px solid #fff;
    border-radius: 10% 10%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .offerings-page-banner_gmoot-title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    margin: 0;
  }
  .offerings-page-banner_gmoot-text {
    font-size: 12px;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .offerings-banner_button {
    width: 6rem !important;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}

@media only screen and (max-width: 569px) {
  .offerings-page-banner_gmoot {
    display: none;
  }
  .offerings-page-banner-text-area {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
  }
}

.offerings-item__button {
  background-color: #f58024 !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: auto !important;
  margin-bottom: auto;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  position: bottom;
}

.offerings-item__button:hover {
  background-color: #385777 !important;
  border-color: #385777 !important;
}

@media only screen and (max-width: 700px) {
  .offerings-item {
    max-width: 95%;
    min-width: 95%;
    height: fit-content;
    flex-direction: column;
  }
  .offerings-item__image {
    margin: 0 2rem;
    margin-top: 2rem;
    max-height: 30% !important;
  }
  .offerings-item__content {
    height: 100%;
    min-width: 0% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
  }
}

.bold-border {
  border-width: 1rem !important;
  box-shadow: rgba(255, 255, 255, 0.233) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

.bold-border:hover {
  box-shadow: rgba(65, 65, 65, 0.658) 0 0.0625em 0.0625em,
    rgba(255, 254, 254, 0.25) 0 0.125em 0.5em, white 0 0 0 1px inset;
}

.basic-border {
  border-width: 0.125rem !important;
  box-shadow: rgba(184, 182, 182, 0.233) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
}

.offerings-learn-more-button {
  display: flex;
  justify-content: right;
  padding-right: 7%;
}

.descriptions_container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0.125rem !important;
  box-shadow: rgba(0, 0, 0, 5%) 0 0 0 1px, #d1d5db 0 0 0 1px inset;
  padding-left: 0;
  padding-right: 0;
}

.descriptions_container:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
}

.descriptions_title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #385777;
  color: #fff;
  padding: 0.8rem;
  font-size: 25px;
}

.descriptions_list-row {
  margin-top: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5rem;
}

.descriptions_subtitle {
  color: #385777;
  font-weight: 700;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.descriptions_paragraph {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}

.navbar-brand img {
  max-width: 220px;
}

.field-container .form-control {
  margin-bottom: 40px;
}


.btn-primary:hover{
  background-color: #100201;
    border-color: #100201;
}
