@font-face {
  font-family: 'futura-hv-bt';
  src: url(../assets/fonts/FuturaHeavyBT.ttf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url(../assets/fonts/HelveticaNeueCyr-Roman.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-medium';
  src: url(../assets/fonts/HelveticaNeueCyr-Medium.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-light';
  src: url(../assets/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
  font-family: 'Helvetica-regular';
  src: url(../assets/fonts/NewHelvetica-Regular.otf);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #bebebe;
}

::-webkit-scrollbar-thumb {
  background: #105364;
}

::-webkit-scrollbar-thumb:hover {
  background: #1c6075;
}

.primary-color {
  color: #48bbc0;
}

.grey-dark-color {
  color: #808285;
}

.mw-700 {
  max-width: 700px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.rounded-border {
  border-radius: 15px;
}

.page__title {
  font-size: 55px;
  text-transform: uppercase;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .page__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 992px) {
  .page__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .page__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .page__title {
    font-size: 29px;
  }
}

.section__subtitle-lg {
  font-size: 24px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-lg {
    font-size: 21px;
  }
}

.section__subtitle-md {
  font-size: 20px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-md {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-md {
    font-size: 18px;
  }
}

.section__title {
  font-size: 48px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__subtitle {
  font-size: 24px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__desc-lg {
  font-size: 18px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 36px;
}

.section__desc-md {
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 30px;
  font-weight: 400;
}

.section__desc-sm {
  font-size: 14px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .section__title {
    font-size: 40px;
  }
  .section__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 34px;
  }
  .section__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section__title {
    font-size: 30px;
  }
  .section__subtitle {
    font-size: 19px;
  }
  .section__desc-lg {
    font-size: 18px;
  }
  .section__desc-md {
    font-size: 14px;
  }
  .section__desc-sm {
    font-size: 13px;
  }
}

.magnet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
  width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backto-it {
  border: 2px solid #48bbc0;
  color: #48bbc0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.backto-it:hover {
  background-color: #48bbc0;
  color: white;
}

@font-face {
  font-family: 'futura-hv-bt';
  src: url(../assets/fonts/FuturaHeavyBT.ttf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url(../assets/fonts/HelveticaNeueCyr-Roman.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-medium';
  src: url(../assets/fonts/HelveticaNeueCyr-Medium.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-light';
  src: url(../assets/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
  font-family: 'Helvetica-regular';
  src: url(../assets/fonts/NewHelvetica-Regular.otf);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #bebebe;
}

::-webkit-scrollbar-thumb {
  background: #105364;
}

::-webkit-scrollbar-thumb:hover {
  background: #1c6075;
}

.primary-color {
  color: #48bbc0;
}

.grey-dark-color {
  color: #808285;
}

.mw-700 {
  max-width: 700px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.rounded-border {
  border-radius: 15px;
}

.page__title {
  font-size: 55px;
  text-transform: uppercase;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .page__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 992px) {
  .page__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .page__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .page__title {
    font-size: 29px;
  }
}

.section__subtitle-lg {
  font-size: 24px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-lg {
    font-size: 21px;
  }
}

.section__subtitle-md {
  font-size: 20px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-md {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-md {
    font-size: 18px;
  }
}

.section__title {
  font-size: 48px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__subtitle {
  font-size: 24px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__desc-lg {
  font-size: 18px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 36px;
}

.section__desc-md {
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 30px;
  font-weight: 400;
}

.section__desc-sm {
  font-size: 14px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .section__title {
    font-size: 40px;
  }
  .section__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 34px;
  }
  .section__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section__title {
    font-size: 30px;
  }
  .section__subtitle {
    font-size: 19px;
  }
  .section__desc-lg {
    font-size: 18px;
  }
  .section__desc-md {
    font-size: 14px;
  }
  .section__desc-sm {
    font-size: 13px;
  }
}

.magnet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
  width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backto-it {
  border: 2px solid #48bbc0;
  color: #48bbc0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.backto-it:hover {
  background-color: #48bbc0;
  color: white;
}

.navbar {
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.navbar-filled {
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  background-color: #1c6075;
  opacity: 0.7;
}

.navbar .container-fluid {
  z-index: 1;
}

.navbar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar .nav-link {
  font-size: 25px;
  font-family: 'futura-hv-bt' !important;
  color: white !important;
}

.navbar .nav-link:hover {
  color: #48bbc0 !important;
}

.navbar .dropdown-menu {
  background-color: #48bbc0;
  border: 1px solid #48bbc0;
  margin-top: 12px;
}

@media screen and (min-width: 767px) {
  .navbar .dropdown-menu {
    max-width: 60px;
  }
}

.navbar .dropdown-item {
  color: white !important;
}

.navbar .dropdown-item:hover {
  background-color: #ffffff28;
}

.navbar form .search-btn,
.navbar form .search-input {
  position: relative;
  border-radius: 12px;
  color: white;
  background: #00000070 0% 0% no-repeat padding-box;
  border: 1px solid #00000070;
  margin-left: 0px !important;
  font-family: 'HelveticaNeueCyr-light' !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.navbar form .search-btn::-webkit-input-placeholder,
.navbar form .search-input::-webkit-input-placeholder {
  color: white;
}

.navbar form .search-btn:-ms-input-placeholder,
.navbar form .search-input:-ms-input-placeholder {
  color: white;
}

.navbar form .search-btn::-ms-input-placeholder,
.navbar form .search-input::-ms-input-placeholder {
  color: white;
}

.navbar form .search-btn::placeholder,
.navbar form .search-input::placeholder {
  color: white;
}

.navbar form .search-btn:focus,
.navbar form .search-input:focus {
  background: #00000070 0% 0% no-repeat padding-box;
  border: 1px solid #00000070;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .form-md {
  padding-left: 30vw;
}

@media screen and (max-width: 992px) {
  .navbar .form-md {
    padding-left: 12vw;
  }
}

@media screen and (max-width: 800px) {
  .navbar .form-md {
    padding-left: 0;
  }
}

.navbar .btn-lang,
.navbar .btn-login {
  font-family: 'HelveticaNeueCyr-light' !important;
}

.navbar .btn-lang:focus,
.navbar .btn-login:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .form-open .btn-lang,
.navbar .form-open .btn-login {
  width: 100%;
}

.navbar .btn-primary-outline {
  border: 1px solid #48bbc0;
  color: white;
  border-radius: 12px;
}

.navbar .btn-lang {
  border: 1px solid white;
}

.navbar-toggler {
  border: none;
  padding: 0;
  margin-right: 12px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-expand-sm .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px;
  margin-right: auto;
}

.navbar-collapse {
  position: fixed;
  top: 76px;
  right: 0;
  padding: 100px 50px;
  width: 300px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navbar-collapse .collapse-bg {
  position: absolute;
  background: #1c6075 0% 0% no-repeat padding-box;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar-collapse .collapse-content {
  z-index: 1;
}

.navbar .navbar-collapse.collapsing {
  right: -300px;
  -webkit-transition: height 0s ease;
  transition: height 0s ease;
}

.navbar .navbar-collapse.show {
  right: 0;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.navbar .navbar-toggler.collapsed ~ .navbar-collapse {
  -webkit-transition: right 500ms ease-in-out;
  transition: right 500ms ease-in-out;
}

/* Icon 1 */
#burgurIcon {
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#burgurIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #48bbc0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#burgurIcon span:nth-child(1) {
  top: 0px;
}

#burgurIcon span:nth-child(2),
#burgurIcon span:nth-child(3) {
  top: 9px;
}

#burgurIcon span:nth-child(4) {
  top: 18px;
}

#burgurIcon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#burgurIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burgurIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burgurIcon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

section {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  section {
    padding: 120px 0 80px 0;
  }
}

.main-logo {
  width: 301px;
}

@media screen and (max-width: 992px) {
  .main-logo {
    opacity: 0.6;
  }
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url(../assets/images/digital-transformation-conceptual-generation-technology-era.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .hero .main-logo {
    position: absolute;
    top: 50%;
    right: -250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero .hero__content {
    z-index: 10;
  }
}

@media screen and (min-width: 992px) {
  .hero .main-logo {
    position: relative;
    top: 100px;
  }
}

@media screen and (max-width: 992px) {
  .hero {
    height: auto;
  }
}

.hero .page__title {
  margin-bottom: 40px;
}

.hero__content {
  max-width: 610px;
}

.hero__links {
  margin-top: 98px;
}

.hero__icons {
  margin-top: 63px;
  padding-left: 12px;
}

.hero__icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__icon-engineering {
  width: 68.41px;
  height: 68.45px;
}

.hero__icon-it {
  width: 75.48px;
  height: 75.48px;
}

.hero__icon-marketing {
  width: 72.5px;
  height: 72.5px;
}

@media screen and (max-width: 767px) {
  .hero__icon {
    -webkit-transform: scale(0.9) translateX(-50%);
            transform: scale(0.9) translateX(-50%);
  }
}

@media screen and (max-width: 450px) {
  .hero__icon {
    -webkit-transform: scale(0.7) translateX(-50%);
            transform: scale(0.7) translateX(-50%);
  }
}

.aboutus {
  height: 100vh;
  width: 100%;
  background-image: url(../assets/images/double-exposure-businessman-working-digital-tablet-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.aboutus .main-logo-container {
  width: 301px;
  position: relative;
}

.aboutus .main-logo-container::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .aboutus .section__title {
    padding-left: 9px;
  }
  .aboutus .main-logo-container {
    position: relative;
    top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .aboutus {
    height: auto;
  }
  .aboutus .main-logo-container {
    position: absolute;
    top: 50%;
    right: -250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .aboutus__content {
    z-index: 10;
  }
}

.philosophy {
  position: relative;
  height: 100vh;
  background: url("../assets/images/philosophy-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.philosophy__content {
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .philosophy {
    padding-top: 160px;
  }
  .philosophy .main-logo {
    position: relative;
    top: -80px;
  }
  .philosophy .section__title {
    padding-left: 9px;
  }
}

@media screen and (max-width: 992px) {
  .philosophy {
    height: auto;
  }
  .philosophy .main-logo {
    position: absolute;
    top: 50%;
    right: -250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .philosophy__content {
    z-index: 10;
  }
}

.philosophy__icon-container p {
  margin-top: 14px;
}

.philosophy__icon-container .icon-box {
  height: 75px;
}

.philosophy .section__desc-md {
  font-family: 'HelveticaNeueCyr-light';
}

.philosophy__icon-efficency {
  width: 73px;
}

.philosophy__icon-tollerance {
  width: 68px;
}

.philosophy__icon-trust {
  width: 92px;
}

.philosophy__icon-competence {
  width: 75px;
}

.philosophy__icon-passion {
  width: 71px;
}

@media screen and (max-width: 767px) {
  .philosophy__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 450px) {
  .philosophy__icon {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.ourservices {
  height: 100vh;
  position: relative;
  background: url(../assets/images/businessman-checking-his-phone.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.ourservices__content {
  opacity: 1;
  z-index: 10;
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .ourservices__content {
    margin-top: 48px;
  }
}

.ourservices .main-logo-container {
  width: 301px;
}

@media screen and (min-width: 992px) {
  .ourservices .main-logo-container {
    position: relative;
    top: 60px;
  }
}

@media screen and (max-width: 992px) {
  .ourservices {
    height: auto;
  }
  .ourservices .main-logo-container {
    position: absolute !important;
    top: 50%;
    right: -250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ourservices__content {
    z-index: 10;
  }
}

.ourservices__logo {
  margin-right: 21px;
}

.ourservices__logo-engineering {
  width: 68px;
}

.ourservices__logo-it {
  margin-right: 14px;
  width: 75px;
}

.ourservices__logo-marketing {
  margin-right: 17px;
  width: 72px;
}

@media screen and (max-width: 767px) {
  .ourservices__logo {
    margin-right: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 450px) {
  .ourservices__logo {
    margin-right: 0px !important;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.ourservices .learn-more:hover {
  color: #48bbc0;
}

.contactus__outer {
  background: transparent url("../assets/images/light-trails-buildings01.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contactus {
  min-height: 100vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .contactus {
    min-height: auto;
  }
  .contactus .main-logo {
    position: absolute;
    top: 50%;
    right: -250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contactus__content {
    z-index: 10;
  }
}

.contactus .form {
  padding: 53px 40px 40px;
  padding-bottom: 110px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contactus .form {
    padding: 40px 30px 30px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 450px) {
  .contactus .form {
    padding: 30px 10px;
    padding-bottom: 110px;
  }
}

.contactus .form__content {
  z-index: 100;
  position: relative;
}

.contactus .form__bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contactus .form-control {
  margin-top: 10px;
  height: 50px;
  border-radius: 15px;
  color: #808285;
}

.contactus .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #48bac040;
          box-shadow: 0 0 0 0.25rem #48bac040;
}

.contactus .form-check-block {
  width: 38px;
}

.contactus .form__details {
  font-size: 12px;
}

.contactus .form .btn {
  font-size: 16px;
  padding: 15px 40px;
  border-radius: 15px;
  background-color: #48bbc0;
  color: #ffffff;
}

.contactus .form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactus .form-check-input {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background-color: #48bbc0;
  border: none;
  margin-right: 10px;
}

.contactus .form-check-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #48bac040;
          box-shadow: 0 0 0 0.25rem #48bac040;
}

.footer {
  z-index: 110;
}

.footer__logo {
  width: 190px;
  height: 50px;
}

.footer__social-logo {
  width: 46px;
  height: 46px;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #48bbc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social-logo:hover {
  background-color: #48bbc0;
}

.footer .discord {
  width: 280px !important;
}
/*# sourceMappingURL=home.css.map */