/*** font ***/
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Italic';
  src: url("../fonts/Rubik/Rubik-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik/Rubik-Medium.ttf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik/Rubik-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'SourceSansPro-italic';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

/*** font ***/
html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff; }

main {
  min-width: 320px;
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

button, a {
  cursor: pointer;
  text-decoration: none; }
  button:hover:focus, a:hover:focus {
    text-decoration: none; }

ul.list-container {
  padding-left: 16px;
  list-style: none;
  position: relative;
  margin-bottom: 25px; }
  ul.list-container li {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 15px; }
    ul.list-container li b {
      font-weight: 600; }
    ul.list-container li:before {
      content: "\2022";
      position: absolute;
      color: #183D85;
      font-weight: bold;
      display: inline-block;
      width: 6px;
      margin-left: -1em; }

.delete-max-w {
  max-width: unset !important; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important; } }

button,
a,
input,
textarea,
select {
  cursor: pointer; }

a:focus, a:hover, button, button:hover, button:focus {
  text-decoration: none;
  outline: none; }

.no-scroll body {
  height: 100vh;
  overflow: hidden; }

.blue-btn {
  display: inline-block;
  padding: 16px 35px;
  font-family: "Rubik-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(32.92deg, #30B4FF 26.2%, #3083FF 88.96%);
  box-shadow: 0px 2px 12px rgba(44, 170, 242, 0.5);
  transition: all 0.2s; }
  .blue-btn:hover {
    color: #ffffff;
    background: linear-gradient(32.92deg, #3083FF 26.2%, #30B4FF 88.96%); }

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  border: none;
  background: transparent !important; }

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggler .middle-bar {
  opacity: 0; }

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0); }

.section-title {
  font-family: "Rubik-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  color: #183D85;
  margin-bottom: 70px;
  position: relative;
  z-index: 2; }
  .section-title:before {
    content: '';
    width: 57px;
    height: 1px;
    background: #2CAAF2;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .section-title .shadow-title-section {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    font-family: "Rubik-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 95px;
    text-transform: uppercase;
    color: rgba(244, 251, 254, 0.8);
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }

.section-subtitle {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #515151;
  margin-bottom: 0; }

.content-page-block h5 {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  color: #515151;
  margin-bottom: 15px; }

.content-page-block p {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 20px; }
  .content-page-block p b {
    font-size: 20px;
    font-weight: 600; }
  .content-page-block p:last-child {
    margin-bottom: 0; }

.owl-theme .owl-dots .owl-dot span {
  width: 31px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background: #C5E8FB !important; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2CAAF2 !important; }

[data-toggle="collapse"] .icon-drop:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/arrrow-up.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

[data-toggle="collapse"].collapsed .icon-drop:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

[data-toggle="collapse"] .card-web-app-desing-icon-drop:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/arrrow-up-blue.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

[data-toggle="collapse"].collapsed .card-web-app-desing-icon-drop:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

[data-toggle="collapse"] .icon-drop-accordion:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/accordion-up.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

[data-toggle="collapse"].collapsed .icon-drop-accordion:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url("../img/icons/accordion-show.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center; }

.breadcrumb-cl {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0 0;
  list-style: none; }
  .breadcrumb-cl .breadcrumb-item a {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151; }
  .breadcrumb-cl .breadcrumb-item + .breadcrumb-item {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    padding-left: 15px; }
    .breadcrumb-cl .breadcrumb-item + .breadcrumb-item a {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151; }
    .breadcrumb-cl .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      content: "";
      border: solid #515151;
      border-width: 0 2px 2px 0;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: relative;
      left: -9px; }
  .breadcrumb-cl .breadcrumb-item.active {
    color: #2CAAF2; }

.pagination-custom {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .pagination-custom .arrow-custom-btn {
    display: inline-block;
    border: solid #46A0FA;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .pagination-custom .custom-page-link {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    padding-right: 0 5px;
    margin: 0 2px; }
  .pagination-custom .custom-page-item.active .custom-page-link {
    color: #46A0FA; }

/*** header ***/
.megamenu {
  position: static; }

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%; }

.z-index-1 {
  z-index: 1; }

.custom-container {
  max-width: 950px !important; }

header {
  background: #183D85; }
  header .logo-link img {
    width: 100%;
    max-width: 208px; }
  header nav {
    padding: 16px 0 !important; }
    header nav ul li {
      padding: 4px 5px;
      margin: 0 12.2px; }
      header nav ul li a {
        font-family: "SourceSansPro-Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #ffffff;
        padding: 0 !important;
        border-bottom: 1px solid transparent; }
        header nav ul li a:hover {
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }
      header nav ul li .bg-drop-container {
        background: #183D85; }
        header nav ul li .bg-drop-container:before {
          content: '';
          width: 100%;
          height: 100%;
          left: -50%;
          background: #183D85;
          border-top: 1px solid #1D49A0;
          position: absolute; }
        header nav ul li .bg-drop-container:after {
          content: '';
          width: 100%;
          height: 100%;
          right: -50%;
          background: #183D85;
          border-top: 1px solid #1D49A0;
          position: absolute; }
        header nav ul li .bg-drop-container .container-menu-drop {
          padding-top: 38px; }
        header nav ul li .bg-drop-container .list-unstyled {
          margin-bottom: 35px; }
          header nav ul li .bg-drop-container .list-unstyled .title-nav {
            font-family: "SourceSansPro-Regular";
            font-style: normal;
            font-weight: 600;
            font-size: 15px;
            line-height: 19px;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 10px; }
          header nav ul li .bg-drop-container .list-unstyled li {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 3px; }
            header nav ul li .bg-drop-container .list-unstyled li a {
              display: inline-block;
              font-family: "SourceSansPro-Light";
              font-style: normal;
              font-weight: 300;
              font-size: 15px;
              line-height: 23px;
              color: #ffffff;
              border-bottom: 1px solid transparent; }
              header nav ul li .bg-drop-container .list-unstyled li a:hover {
                border-bottom: 1px solid #ffffff; }
            header nav ul li .bg-drop-container .list-unstyled li:first-child a {
              font-family: "SourceSansPro-Regular";
              font-style: normal;
              font-weight: 600;
              font-size: 18px;
              line-height: 23px;
              text-transform: uppercase;
              color: #ffffff; }
        header nav ul li .bg-drop-container .column-nav-list-2,
        header nav ul li .bg-drop-container .column-nav-list-3 {
          margin-left: 25px; }
        header nav ul li .bg-drop-container .column-nav-list-4 {
          margin-left: 10px; }

.header-nav-footer {
  display: none; }

/*** header ***/
/*** banner section ***/
.banners-section {
  height: auto;
  margin-top: 90px;
  background-position: center center !important;
  background-size: cover !important; }
  .banners-section .banner-info-container {
    padding: 187px 0; }

.banner-img-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.banner-title {
  font-family: "Rubik-Bold";
  font-weight: bold;
  color: #183D85;
  font-size: 60px;
  line-height: 137%;
  margin-bottom: 40px; }

.banner-subtitle {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 160%;
  color: #515151;
  margin-bottom: 0; }

/*** banner section ***/
/*** CAT SECTION ***/
.cat-section {
  min-height: 367px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; }
  .cat-section .cat-content-container {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 102px; }
    .cat-section .cat-content-container .cat-info {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 150%;
      text-align: center;
      text-transform: uppercase;
      color: #183D85;
      margin-bottom: 45px; }

/*** CAT SECTION ***/
/*** TABLES SECTION ***/
.table-section.blue-section,
.saas-software.blue-section {
  background: #F6FCFE; }
  .table-section.blue-section .section-title .shadow-title-section,
  .saas-software.blue-section .section-title .shadow-title-section {
    color: #ffffff; }

.table-section {
  padding-top: 130px;
  padding-bottom: 60px; }
  .table-section .section-title {
    margin-bottom: 65px; }
    .table-section .section-title .shadow-title-section {
      width: 100%;
      white-space: nowrap;
      line-height: 137%;
      overflow: hidden; }
  .table-section .section-subtitle {
    text-align: left;
    font-size: 18px;
    margin-bottom: 50px; }
  .table-section .table-title {
    text-align: left; }
    .table-section .table-title h4 {
      font-family: "SourceSansPro-Bold";
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 160%;
      text-transform: uppercase;
      color: #183D85;
      margin-bottom: 40px; }
  .table-section .table-container {
    min-height: 302px;
    background: #ffffff;
    border: 1px solid rgba(183, 226, 251, 0.3);
    box-sizing: border-box;
    box-shadow: 2px 2px 9px #D4ECFF;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    margin-bottom: 30px; }
    .table-section .table-container .header-container {
      background: #B7E2FB;
      padding: 14px 30px;
      text-align: left;
      border-radius: 7px 7px 0 0;
      -moz-border-radius: 7px 7px 0 0;
      -webkit-border-radius: 7px 7px 0 0; }
      .table-section .table-container .header-container h5 {
        font-family: "SourceSansPro-Bold";
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #183D85;
        margin: 0; }
    .table-section .table-container .table-content {
      padding: 20px 30px 16px 30px; }
      .table-section .table-container .table-content ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px; }
        .table-section .table-container .table-content ul li {
          position: relative;
          font-family: "SourceSansPro-Regular";
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 137%;
          display: flex;
          align-items: center;
          color: #515151;
          margin-bottom: 14px; }
          .table-section .table-container .table-content ul li:last-child {
            margin-bottom: 0; }
          .table-section .table-container .table-content ul li:before {
            position: absolute;
            content: "";
            background: #2CAAF2;
            display: block;
            width: 5px;
            height: 5px;
            margin-left: -1em;
            left: 0;
            top: 8px;
            border-radius: 50%; }

/*** TABLES SECTION ***/
/*** SAAS SOFTWARE ***/
.saas-software {
  padding-top: 60px;
  padding-bottom: 65px; }
  .saas-software .saas-software-subtitle-container {
    text-align: left;
    margin-bottom: 65px; }
    .saas-software .saas-software-subtitle-container h5 {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      text-transform: uppercase;
      color: #183D85; }
  .saas-software .saas-software-cart {
    margin-bottom: 40px;
    text-align: center; }
    .saas-software .saas-software-cart img {
      max-height: 45px;
      margin-bottom: 10px; }
    .saas-software .saas-software-cart p {
      font-size: 15px;
      line-height: 130%; }
  .saas-software .saas-software-subtitle-container-second {
    margin-top: 40px; }

/*** SAAS SOFTWARE ***/
/*** INDUSTRIES SECTION ***/
.industries-section {
  background: #F6FCFE;
  padding-top: 120px;
  padding-bottom: 65px; }
  .industries-section .section-title .shadow-title-section {
    font-size: 75px;
    line-height: 89px;
    color: #ffffff; }
  .industries-section .subtitle-what-we-do {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 40px; }
  .industries-section .nav-tabs {
    border-bottom: none; }
  .industries-section .tab-content {
    margin-top: 50px; }
  .industries-section .card {
    background: transparent; }
  .industries-section .industries-content-container {
    margin-bottom: 30px; }
    .industries-section .industries-content-container .industries-content-img {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 30px; }
      .industries-section .industries-content-container .industries-content-img img {
        max-width: 182px;
        width: 100%;
        height: 140px; }
    .industries-section .industries-content-container .industries-content-text {
      text-align: left; }
      .industries-section .industries-content-container .industries-content-text .industries-content-title {
        font-family: "Rubik-Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase;
        color: #515151;
        margin-bottom: 15px; }
      .industries-section .industries-content-container .industries-content-text article {
        font-family: "SourceSansPro-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 160%;
        color: #515151; }
  .industries-section .industries-box-cart-img {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .industries-section .industries-box-cart-img img {
      max-width: 350px;
      width: 100%;
      height: auto; }
  .industries-section .industries-box-cart-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .industries-section .industries-box-cart-text .industries-box-cart-title {
      font-family: "Rubik-Medium";
      font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 30px;
      text-transform: uppercase;
      color: #515151;
      margin-bottom: 12px; }
    .industries-section .industries-box-cart-text p {
      font-family: "SourceSansPro-Light";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151; }
    .industries-section .industries-box-cart-text .list-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .industries-section .industries-box-cart-text .list-container ul {
        padding-left: 16px;
        margin-right: 130px; }
        .industries-section .industries-box-cart-text .list-container ul li {
          white-space: nowrap;
          font-family: "SourceSansPro-Light";
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 160%;
          color: #515151; }

.nav-tabs {
  display: none; }

.industries-cart-link.active {
  background: #2CAAF2; }
  .industries-cart-link.active .industries-cart-icon-block svg {
    fill: #ffffff; }
  .industries-cart-link.active .industries-cart-title {
    font-family: "Rubik-Regular";
    font-weight: bold;
    color: #ffffff; }

.industries-cart-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 34px 10px;
  background: #ffffff;
  transition: background 0.2s ease;
  box-shadow: 0px 0px 20px rgba(44, 170, 242, 0.15); }
  .industries-cart-link .industries-cart-icon-block svg {
    fill: #2CAAF2; }
  .industries-cart-link .industries-cart-title {
    font-family: "Rubik-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #183D85;
    margin-top: 15px; }
  .industries-cart-link:hover {
    background: #2CAAF2; }
    .industries-cart-link:hover .industries-cart-icon-block svg {
      fill: #ffffff; }
    .industries-cart-link:hover .industries-cart-title {
      font-family: "Rubik-Regular";
      font-weight: bold;
      color: #ffffff; }

@media (min-width: 768px) {
  .nav-tabs {
    display: flex; }
  .card {
    border: none; }
  .card .card-header {
    display: none; }
  .card .collapse {
    display: block; } }

@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1 !important; } }

/*** INDUSTRIES SECTION ***/
.accordion-cart {
  border-bottom: 1px solid #93d8ff; }
  .accordion-cart .accordion-headers .accordion-links {
    background: #E7F5FE;
    padding: 25px;
    position: relative;
    display: block;
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #183D85; }
  .accordion-cart .accordion-headers .icon-drop-accordion {
    position: absolute;
    right: 25px;
    top: calc(50% - 5px); }
  .accordion-cart .card-body {
    background: #ffffff;
    padding: 25px 65px;
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151; }
  .accordion-cart .accordion-links.collapsed {
    background: #F6FCFE; }
  .accordion-cart .accordion-links:not(.collapsed) {
    background: #E7F5FE; }

.cart-step-container .cart-step-header,
.saas-top-reasons-container .cart-step-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 12px; }
  .cart-step-container .cart-step-header .number-container,
  .saas-top-reasons-container .cart-step-header .number-container {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 160%;
    text-transform: uppercase;
    color: #183D85;
    position: relative; }
    .cart-step-container .cart-step-header .number-container .shadow-number,
    .saas-top-reasons-container .cart-step-header .number-container .shadow-number {
      position: absolute;
      font-family: "Rubik-Bold";
      font-style: normal;
      font-weight: bold;
      font-size: 65px;
      line-height: 77px;
      text-align: center;
      text-transform: uppercase;
      color: #F6FCFE;
      transform: translate(-50%, -50%);
      z-index: -1;
      top: 0;
      left: 20px; }
  .cart-step-container .cart-step-header h5,
  .saas-top-reasons-container .cart-step-header h5 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 0;
    margin-left: 20px; }

.cart-step-container .cart-step-content p,
.saas-top-reasons-container .cart-step-content p {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 160%;
  color: #515151; }

/*** POST ***/
.insights-cart-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
  border: 1px solid #CCECFA;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px #D4ECFF; }
  .insights-cart-post .insights-cart-img-post {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 255px;
    width: 100%; }
    .insights-cart-post .insights-cart-img-post img {
      max-width: 255px; }
  .insights-cart-post .insights-cart-content-body {
    padding: 20px; }
    .insights-cart-post .insights-cart-content-body .insights-cart-content-post h2, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h3, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h4, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h5, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h6 {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      text-transform: uppercase;
      color: #515151;
      margin-bottom: 10px; }
      .insights-cart-post .insights-cart-content-body .insights-cart-content-post h2 a, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h3 a, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h4 a, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h5 a, .insights-cart-post .insights-cart-content-body .insights-cart-content-post h6 a {
        font-family: "SourceSansPro-Regular";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        text-transform: uppercase;
        color: #515151; }
    .insights-cart-post .insights-cart-content-body .insights-cart-content-post p {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151;
      margin-bottom: 0; }
  .insights-cart-post .insights-cart-footer-post {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 19px;
    background: #D4ECFF;
    margin-top: 25px; }
    .insights-cart-post .insights-cart-footer-post .insights-cart-btn {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #46A0FA;
      position: relative; }
      .insights-cart-post .insights-cart-footer-post .insights-cart-btn::after {
        display: inline-block;
        content: "";
        border: solid #46A0FA;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: relative;
        left: 10px; }
    .insights-cart-post .insights-cart-footer-post time {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #515151; }

.breadcrumb-section.single-post-carer {
  margin-top: 90px; }

.career-single .career-single-title-content {
  padding-top: 75px;
  padding-bottom: 65px;
  text-align: center; }
  .career-single .career-single-title-content h1 {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 15px; }
  .career-single .career-single-title-content h3 {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 37px;
    line-height: 160%;
    color: #515151; }

.career-single-section {
  padding-bottom: 65px; }

.career-single-content-pre-section {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #C4C4C4; }
  .career-single-content-pre-section .career-info-vacation {
    font-family: "SourceSansPro-italic";
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
    line-height: 160%;
    color: #183D85;
    position: relative;
    margin-bottom: 20px; }
  .career-single-content-pre-section .location-career {
    padding-left: 40px; }
    .career-single-content-pre-section .location-career:before {
      content: '';
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/icons/marc-icon.svg") no-repeat center center;
      position: absolute;
      top: 4px;
      left: 0; }
  .career-single-content-pre-section .lang-career {
    padding-left: 40px; }
    .career-single-content-pre-section .lang-career:before {
      content: '';
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/icons/lang-icon.svg") no-repeat center center;
      position: absolute;
      top: 4px;
      left: 0; }
  .career-single-content-pre-section .experience-career {
    padding-left: 40px; }
    .career-single-content-pre-section .experience-career:before {
      content: '';
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/icons/exp-icon.svg") no-repeat center center;
      position: absolute;
      top: 4px;
      left: 0; }
  .career-single-content-pre-section p {
    font-family: "SourceSansPro-italic";
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 20px; }
    .career-single-content-pre-section p:last-child {
      margin-bottom: 0; }

.hunter-form {
  padding: 15px 30px 30px 30px;
  background: #F6FCFE;
  border: 1px solid #DFF4FB;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px #D4ECFF; }
  .hunter-form .hunter-form-title-box {
    background: #EDF9FD;
    margin-bottom: 40px; }
    .hunter-form .hunter-form-title-box h6 {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 22px;
      line-height: 160%;
      text-transform: uppercase;
      color: #515151;
      margin-bottom: 5px; }
    .hunter-form .hunter-form-title-box p {
      font-family: "Rubik-Regular";
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      line-height: 130%;
      color: #515151; }
      .hunter-form .hunter-form-title-box p:last-child {
        margin-bottom: 0; }
  .hunter-form label,
  .hunter-form .title-file-form {
    font-family: "Rubik-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #515151;
    margin-bottom: 8px; }
  .hunter-form input[type="file"] {
    display: none; }
  .hunter-form .custom-file-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBF7FD;
    border: 1px solid #D5EEFB;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    font-family: "Rubik-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #7B7B7B;
    padding: 10px; }
    .hunter-form .custom-file-upload img {
      width: 13px;
      height: 13px;
      object-fit: contain;
      margin: 0 10px; }
  .hunter-form .subtitle-file {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #515151; }
  .hunter-form .form-btn {
    width: 100%;
    border: none; }
  .hunter-form textarea {
    height: 86px;
    resize: none; }

.hunter-info {
  background: #F6FCFE;
  border: 1px solid rgba(212, 236, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 3px 3px 10px #D4ECFF;
  padding: 40px 40px 30px 40px;
  margin-top: 47px; }
  .hunter-info .hunter-info-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px; }
    .hunter-info .hunter-info-img-box img {
      width: 270px;
      height: 259px;
      object-fit: cover; }
  .hunter-info .hunter-info-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .hunter-info .hunter-info-content-box .hunter-info-header-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 40px; }
      .hunter-info .hunter-info-content-box .hunter-info-header-box .hunter-name {
        font-family: "SourceSansPro-Bold";
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 160%;
        text-transform: uppercase;
        color: #515151; }
      .hunter-info .hunter-info-content-box .hunter-info-header-box .hunter-position {
        font-family: "SourceSansPro-Light";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        color: #515151; }
    .hunter-info .hunter-info-content-box .hunter-info-contact-info a {
      display: inline-flex;
      align-items: center;
      flex-wrap: nowrap;
      font-family: "SourceSansPro-Light";
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 160%;
      color: #515151;
      position: relative;
      margin-bottom: 20px; }
      .hunter-info .hunter-info-content-box .hunter-info-contact-info a:last-child {
        margin-bottom: 0; }
    .hunter-info .hunter-info-content-box .hunter-info-contact-info .link-phone-hunter:before {
      background: url("../img/icons/phone-black-icon.svg"); }
    .hunter-info .hunter-info-content-box .hunter-info-contact-info .link-email-hunter:before {
      background: url("../img/icons/email-black-icon.svg"); }
    .hunter-info .hunter-info-content-box .hunter-info-contact-info .link-phone-hunter:before,
    .hunter-info .hunter-info-content-box .hunter-info-contact-info .link-email-hunter:before {
      content: '';
      display: inline-flex;
      flex-wrap: nowrap;
      width: 17px;
      height: 17px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 10px; }

/*** POST ***/
/*** section-category ***/
.section-category {
  padding-top: 25px;
  padding-bottom: 25px; }
  .section-category .category-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none; }
    .section-category .category-nav ul li {
      padding-right: 20px; }
      .section-category .category-nav ul li:after {
        content: '';
        border-right: 1px solid #AFABAB;
        padding-right: 20px; }
      .section-category .category-nav ul li:last-child:after {
        display: none; }
      .section-category .category-nav ul li a {
        font-family: "SourceSansPro-Regular";
        font-style: normal;
        font-weight: 600;
        font-size: 19px;
        line-height: 160%;
        color: #515151; }
      .section-category .category-nav ul li:hover a {
        color: #2CAAF2; }
    .section-category .category-nav ul li.active a {
      color: #2CAAF2; }

/*** section-category ***/
/*** Archive single post ***/
.archive-single-post .banner-info-container,
.about-us .banner-info-container {
  padding-top: 200px;
  padding-bottom: 179px; }

.archive-single-post .banner-img-container img,
.about-us .banner-img-container img {
  max-width: 380px;
  width: 100%; }

.archive-post-single-section {
  padding-bottom: 65px; }
  .archive-post-single-section time {
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #888484; }
  .archive-post-single-section .archive-post-single-content h2 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 160%;
    color: #515151; }
  .archive-post-single-section .archive-post-single-content p b {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #515151; }

/*** Archive single post ***/
/*** About us ***/
.about-us {
  padding-bottom: 65px; }
  .about-us .about-us-content h2 {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 160%;
    color: #515151; }
  .about-us .about-us-content p b {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #515151; }

/*** About us ***/
.google-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 34px; }
  .google-box img {
    max-width: 285px;
    width: 100%;
    height: 70px; }

/*** Footer ***/
footer {
  background: #072255; }
  footer .content-footer {
    padding-top: 80px;
    padding-bottom: 80px; }
    footer .content-footer .footer-title {
      font-family: "Rubik-Regular";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 15px; }
    footer .content-footer address {
      margin-bottom: 30px; }
      footer .content-footer address p {
        margin-bottom: 10px; }
        footer .content-footer address p a {
          font-family: "SourceSansPro-Light";
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 160%;
          color: #ffffff; }
          footer .content-footer address p a .icon-contact {
            margin-right: 12px; }
            footer .content-footer address p a .icon-contact img {
              width: 21px;
              height: auto; }
    footer .content-footer .social-container ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .content-footer .social-container ul li {
        display: inline-block; }
        footer .content-footer .social-container ul li:before {
          content: '';
          display: none; }
        footer .content-footer .social-container ul li:first-child a {
          padding-left: 0;
          margin-left: 0; }
        footer .content-footer .social-container ul li a {
          font-size: 25px;
          color: #ffffff;
          padding: 0 5px;
          margin: 0 12px;
          transition: 0.2s linear; }
          footer .content-footer .social-container ul li a:hover {
            color: #B8DFFF; }
  footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .footer-list li:before {
      content: '';
      display: none; }
    footer .footer-list li a {
      font-family: "SourceSansPro-Light";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 160%;
      color: #ffffff;
      transition: 0.2s linear; }
      footer .footer-list li a:hover {
        color: #B8DFFF; }
  footer .footer-industries-container {
    padding-left: 18px; }
  footer .footer-about-container a {
    font-family: "Rubik-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    transition: 0.2s linear; }
    footer .footer-about-container a:hover {
      color: #B8DFFF; }
  footer .copyright-section {
    background: #051A42;
    padding: 25px 0; }
    footer .copyright-section p {
      font-family: "SourceSansPro-Light";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #ffffff;
      text-align: left;
      margin: 0; }

/*** Footer ***/
