@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,900;1,700&family=Overpass:wght@400;800&family=Roboto:wght@400;500;700;900&display=swap");
.o-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  background-color: transparent;
  cursor: auto;
}
.o-container.center {
  text-align: center;
}
.o-container.center .p, .o-container.center .title, .o-container.center .subtitle {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .o-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 479px) {
  .o-container {
    max-width: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

section {
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
}

.center-block {
  margin: 0 auto;
  text-align: center;
}

.o-cols {
  display: flex;
  width: 100%;
  gap: 20px;
}
.o-cols .title-col {
  width: 45%;
}
.o-cols .ani-col {
  width: 55%;
}
.o-cols .col-40 {
  width: 40%;
}
.o-cols .col-50 {
  width: 50%;
}
.o-cols .col-60 {
  width: 60%;
}

.nav-header {
  background-color: #030f25;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #0fa7cc !important;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #0fa7cc !important;
}
.navbar-expand-lg .logo-link {
  height: 60px;
}
.navbar-expand-lg .logo-link img {
  max-height: 100%;
}
.navbar-expand-lg .header-btn {
  background-color: #4678eb;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 40px;
}

.logo-link img, .approach-section img, .do-section img, .need-section img {
  transition: 0.5s;
}

.logo-link:hover img, .approach-section:hover img, .need-section img:hover {
  filter: brightness(1.2);
  transition: 0.5s;
}

.float-img-right-wrapper {
  max-width: 50vw;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
}

.float-img-left {
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.float-img-right {
  min-width: 0;
  margin-left: 20px;
  margin-bottom: 15px;
  float: right;
}

.main-section {
  padding: 96px 0 20px;
  min-height: 656px;
  background: #141b47 url("../images/main-bg.jpg") center center/cover no-repeat;
  color: #fff;
}
.main-section .o-cols .title-col {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-section.page {
  min-height: 0;
  padding: 136px 0 60px;
  background-color: #141b47;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/main-bg.jpg");
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.main-section.page .ani-col {
  text-align: center;
}
.main-section.page.careers-page {
  background: #141b47 url("../images/main-bg.jpg") center center/cover no-repeat;
}
.main-section .main-title {
  margin: 10px 0 10px;
  font-size: 90px;
  font-weight: 700;
}
.main-section .main-title span {
  white-space: nowrap;
  text-transform: uppercase;
}
.main-section .main-subtitle {
  font-size: 40px;
  font-weight: 500;
}
.main-section .ani-container {
  margin: 0 auto;
  position: relative;
}
.main-section .ani-inner-1 {
  float: right;
  position: relative;
  top: 30px;
  right: 0;
}
.main-section .ani-inner-1 img {
  max-width: none;
}
.main-section .ani-inner-2 {
  height: 175px;
  width: 195px;
  overflow: hidden;
  position: absolute;
  right: 116px;
  transform: rotate(-28deg);
  top: 45px;
  clip-path: polygon(0 0, 90% 8%, 100% 100%, 5% 98%);
}
.main-section .ani-inner-2 img {
  max-width: none;
}
.main-section .ani-inner-2 .clearfix {
  clear: both;
}

.title {
  font-size: 30px;
  color: #1d1022;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.subtitle {
  color: #666;
}

.p {
  font-family: Roboto, Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  margin-bottom: 22px;
  text-align: justify;
}
.p.strong {
  font-weight: 600;
}

.nice-btn {
  color: #fff;
  background-color: #283a77;
  background-image: linear-gradient(-45deg, #278bc2, #283a77);
  border: none;
  display: inline-block;
  outline: none;
  font-size: 17px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
  /* Hover state - trigger effect */
  /* Active state */
}
.nice-btn:not(:disabled):hover {
  color: #fff;
  transition: 0.3s;
}
.nice-btn:disabled {
  color: #eee;
  opacity: 0.8;
}
.nice-btn:not(:disabled):after {
  content: "";
  height: 400%;
  left: -230%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 200%;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}
.nice-btn:not(:disabled):hover:after {
  left: -50%;
  opacity: 1;
  top: -65%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: ease;
  transition: 0.3s;
}
.nice-btn:active:after {
  opacity: 0;
}

.motto {
  color: #043293;
  font-size: 16px;
  margin-bottom: 10px;
}

.do-section .title {
  font-weight: 500;
  font-family: Roboto, Montserrat, sans-serif;
}
.do-section .do-list {
  margin: 20px 0 30px;
  list-style-type: none;
}
.do-section .do-list .do-li {
  color: #4b4b4d;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
}
.do-section .do-list .do-li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #043293;
  top: 6px;
  left: -29px;
}

.need-section {
  text-align: center;
}
.need-section .motto {
  font-weight: 600;
}
.need-section .title {
  color: #030f25;
  font-weight: 600;
}
.need-section .subtitle {
  font-size: 18px;
  line-height: 1.8em;
  font-family: Overpass, sans-serif;
  margin-bottom: 40px;
}
.need-section .needs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.need-section .needs .need {
  width: 33%;
  border: 7px solid #4793d1;
  border-radius: 20px;
  padding: 60px 30px 20px;
}
.need-section .needs .need-ico {
  margin-bottom: 40px;
}
.need-section .needs .need-title {
  color: #030f25;
  font-size: 29px;
  font-weight: 600;
  font-family: Overpass, sans-serif;
  margin-bottom: 30px;
}
.need-section .needs .need-text {
  font-size: 18px;
}

.approach-section {
  background-color: #151e4c;
  background-image: linear-gradient(45deg, #4f2f68, #141b48, #141b48, #4c76e4);
}
.approach-section .title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.approach-section .float-image {
  margin-top: 85px;
}
.approach-section .approach-items {
  position: relative;
}
.approach-section .approach-item {
  background: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 460px;
  position: relative;
}
.approach-section .approach-item .i-content {
  padding: 0 15px;
}
.approach-section .approach-item .c-title {
  font-size: 22px;
  font-weight: 700;
}
.approach-section .approach-item .c-text {
  font-size: 16px;
  color: #444;
}
.approach-section .approach-item:nth-child(2n) {
  left: 80px;
}

.touch-section {
  background: #fafafa url("../images/touch-bg.jpg") center/cover no-repeat;
}
.touch-section .motto, .touch-section .title, .touch-section .subtitle {
  text-align: center;
}
.touch-section .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
}

.contact-form-wrapper {
  max-width: 440px;
  margin: 80px auto 0;
}

.form-title {
  font-size: 30px;
  font-weight: 600;
  font-family: Overpass, sans-serif;
  margin-bottom: 40px;
}

.contact-form {
  margin-bottom: 20px;
}
.contact-form .form-control {
  border-color: transparent;
  margin-bottom: 30px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.08);
  padding: 22px 40px 22px 20px;
}
.contact-form .form-control.textarea {
  min-height: 210px;
}
.contact-form .contact-button {
  padding: 15px 80px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.feedbackMessage {
  background-color: #fff;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #043293;
  margin-bottom: 40px;
  display: none;
}

.footer {
  background-color: #010c2a;
  color: #fff;
  padding: 60px 0 20px;
  font-family: Montserrat, sans-serif;
}
.footer .footer-cols {
  display: flex;
}
.footer .footer-cols .col-1 {
  width: 60%;
}
.footer .footer-cols .col-2 {
  width: 22%;
}
.footer .footer-cols .col-3 {
  width: 18%;
}
.footer .footer-disclaimer {
  margin: 20px 0 60px;
  max-width: 530px;
  text-align: justify;
}
.footer .footer-title {
  font-size: 23px;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 20px;
}
.footer .footer-link {
  margin-bottom: 15px;
}
.footer .footer-link-a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
}
.footer .footer-link-a img {
  margin-right: 10px;
}
.footer .footer-link-a:hover {
  color: #0fa7cc;
}
.footer .footer-copyright {
  text-align: center;
  font-size: 14px;
}

.alert.alert-danger {
  position: fixed;
  z-index: 1040;
  width: 100%;
  top: 0;
}

/**** About us page  ****/
.about-section {
  padding-bottom: 10px;
}

.what-section {
  padding-top: 10px;
}
.what-section .title {
  margin-top: 40px;
}
.what-section .center-block {
  margin-top: 40px;
}

/**** Solutions page ****/
.tech-section .float-img-right {
  margin-left: 50px;
}
.tech-section .nice-btn {
  text-transform: none;
}
.tech-section .tech-title {
  margin: 90px 0 40px;
  text-align: center;
}
.tech-section .tech-items .tech-item {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.tech-section .tech-items .tech-item .img-col {
  width: 40px;
}
.tech-section .tech-items .tech-item .img-col img {
  margin-top: 5px;
}
.tech-section .tech-items .tech-item .text-col {
  width: calc(100% - 60px);
  font-family: Roboto, Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  margin-bottom: 22px;
  text-align: justify;
}
.tech-section .tech-items .tech-item .text-col strong {
  font-size: 22px;
  font-weight: 700;
}

/**** Careers page ****/
.careers-section {
  padding: 80px 0;
}
.careers-section .hr-link {
  text-decoration: none;
  color: #2785bd;
}
.careers-section .center-block {
  margin-bottom: 20px;
}
.careers-section .nice-btn {
  text-transform: none;
  padding: 15px 40px;
  width: 45%;
  min-width: 235px;
}

.intro-section {
  padding: 216px 0 140px;
  background: #141b47 url("../images/main-bg.jpg") center center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.intro-section .intro-title {
  font-size: 85px;
  font-weight: 700;
}

.contact-section .contact-cols {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.contact-section .contact-cols .col-1 {
  width: 30%;
}
.contact-section .contact-cols .col-2 {
  width: 70%;
}
.contact-section .contact-cols .contact-items .item {
  display: flex;
  gap: 10px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
}
.contact-section .contact-cols .contact-items .item .item-ico {
  background: linear-gradient(270deg, #2791c7, #283875);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-cols .contact-items .item .i-title {
  font-weight: 600;
}
.contact-section .contact-form-wrapper {
  max-width: 100%;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    margin: 20px 30px 20px;
  }
  .navbar-expand-lg .navbar-nav .header-btn {
    margin: 0;
  }
  .o-cols .title-col {
    width: 50%;
  }
  .o-cols .ani-col {
    width: 50%;
  }

  .main-section.page .ani-col > img {
    max-width: 300px;
    max-height: 230px;
  }
  .main-section .main-title {
    margin: 10px 0;
    font-size: 58px;
  }
  .main-section .main-subtitle {
    font-size: 33px;
    line-height: 1.3em;
  }
  .main-section .ani-inner-1 {
    float: none;
    position: relative;
    top: 0;
    right: 35px;
    text-align: center;
  }
  .main-section .ani-inner-2 {
    height: 175px;
    width: 195px;
    overflow: hidden;
    position: absolute;
    right: 95px;
    transform: rotate(-28deg);
    top: 14px;
    clip-path: polygon(0 0, 90% 8%, 100% 100%, 5% 98%);
  }

  .need-section .needs .need {
    padding: 40px 15px 10px;
  }
  .need-section .needs .need .need-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .approach-section .approach-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .approach-section .approach-item:nth-child(2n) {
    left: 0;
  }
  .approach-section .approach-item.approach-item-4 {
    position: absolute;
    bottom: 0;
    left: calc(100% + 40px);
    min-width: 352px;
  }

  .footer .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .footer-cols .col-1 {
    width: 100%;
  }
  .footer .footer-cols .col-2, .footer .footer-cols .col-3 {
    width: 50%;
  }
  .footer .footer-cols .footer-disclaimer {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-section .contact-cols {
    margin-top: 50px;
    flex-direction: column;
  }
  .contact-section .contact-cols .col-1, .contact-section .contact-cols .col-2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .o-cols {
    flex-direction: column;
  }
  .o-cols .title-col, .o-cols .ani-col, .o-cols .col-40, .o-cols .col-50, .o-cols .col-60 {
    width: 100%;
  }

  section {
    padding: 20px 0;
  }

  .title {
    font-size: 27px;
    line-height: 1.2em;
  }

  .p, .do-section .do-list .do-li,
.need-section .needs .need-text, .need-section .subtitle,
.tech-section .tech-items .tech-item .text-col {
    font-size: 16px;
  }

  .float-img-right-wrapper {
    max-width: 80vw;
    margin: 0 auto 30px;
    float: none;
  }

  .float-img-left, .float-img-right-wrapper, .float-img-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: 300px;
    float: none;
  }

  .float-img-right, .tech-section .float-img-right {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    float: none;
  }

  .center-mobile {
    text-align: center;
  }

  .main-section {
    min-height: 0;
  }
  .main-section.page .o-cols .title-col {
    padding: 0 0 30px;
  }
  .main-section.page .main-title {
    font-size: 50px;
  }
  .main-section.page .main-title strong {
    font-size: 55px;
  }
  .main-section .main-title {
    margin: 0 0 0;
    font-size: 55px;
    text-align: center;
  }
  .main-section .main-subtitle {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .main-section .ani-container {
    top: -30px;
    max-height: 360px;
  }
  .main-section .ani-inner-1 {
    float: none;
    position: relative;
    top: 30px;
    right: auto;
    text-align: center;
  }
  .main-section .ani-inner-1 img {
    width: 278px;
  }
  .main-section .ani-inner-2 {
    height: 120px;
    width: 134px;
    overflow: hidden;
    position: relative;
    right: 7px;
    transform: rotate(-28deg);
    top: -282px;
    clip-path: polygon(0 0, 90% 8%, 100% 100%, 5% 98%);
    text-align: center;
    margin: auto;
  }

  .need-section .needs {
    flex-direction: column;
  }
  .need-section .needs .need {
    width: 100%;
    padding: 40px 15px 10px;
  }
  .need-section .needs .need .need-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .approach-section .float-image {
    margin-top: 0;
  }
  .approach-section .approach-items {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .approach-section .approach-item.approach-item-4 {
    position: static;
    bottom: 0;
    left: 0;
    min-width: 0;
  }

  .contact-form-wrapper {
    max-width: 100%;
    margin: 40px auto 0;
  }

  .form-title {
    margin-bottom: 20px;
  }

  .contact-form {
    margin-bottom: 20px;
  }
  .contact-form .form-control {
    border-color: transparent;
    margin-bottom: 20px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.08);
    padding: 10px 40px 10px 20px;
  }
  .contact-form .form-control.textarea {
    min-height: 210px;
  }

  .footer .footer-cols .col-1 {
    text-align: center;
  }
  .footer .footer-cols .col-2, .footer .footer-cols .col-3 {
    width: 100%;
  }
  .footer .footer-disclaimer {
    margin: 20px 0;
    max-width: none;
    text-align: center;
  }
  .footer .footer-title {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .footer .footer-links {
    padding: 20px 0;
    margin: 0;
  }
  .footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer-link-a {
    padding: 10px 20px;
  }

  .what-section .title, .what-section .p {
    text-align: center;
  }

  .intro-section {
    padding: 136px 0 60px;
  }
  .intro-section .intro-title {
    font-size: 50px;
  }

  .contact-section {
    padding: 60px 0;
  }
}

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