:root {
  --link: #f56363;
  --white: #ffffff;
  --bg-header: #f8f9fa;
  --dark-blue:#364A5E;   
  --nav-a:#ffffff;
  --nav-txt:18px;
  --text-color: #262B3E;
  --nav-a-main:#637489;
  --violet: #393bab;
  --green: #15bd9a;
   --green-dark: #00a986;
  --gold: #ffc600;
  --light-blue: #e8fcff;
  
  --btn-prim-bg: #15bd9a;
  --btn-prim-text: #fff;
  
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  color:var(--text-color);
  background:var(--white);
 }

 body, h1, h2, h3, h4, h5, h6, p, button {
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}


@media (min-width: 1200px) {
  .has-fixed-nav {
    padding-top: 87px;
  }
}
@media (min-width: 768px) {
  .has-fixed-nav {
    padding-top: 87px;
  }
}
@media (min-width: 481px) and (max-width:769px) {
  .has-fixed-nav {
    padding-top: 160px;
  }
}

@media (max-width:480px) {
  .has-fixed-nav {
    padding-top: 343px;
  }
}

.inner-page {
  background-color: #f5f5f5;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.h3, h3 {font-size: 26px}

.hidden {
  display: none; }

.page-section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-section {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .page-section {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .anchor {
    display: block;
    padding-top: 260px;
    margin-top: -260px;
  }
}
@media (min-width: 1200px) {
  .anchor {
    padding-top: 154px;
    margin-top: -154px;
  }
}
  section h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 25px;
  }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }

.s_descr_wrap {
  text-align: center;
}
  .s_descr_wrap .s_descr {
    display: inline-block;
    font-size: 20px;
    position: relative;
    font-weight: 400;
  width: 80%;
  margin: 0 auto 26px auto;
  line-height: 1.4;
  color: var(--green);
  text-align: center;
}

.main_head {
  position: relative;
  z-index: 2;
  height: 545px!important;
}

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

.logo_container {
  float: left; }

.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  border: none;
  right: 20px;
  top: 20px; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          -webkit-transition: top 0.2s, -webkit-transform 0.5s;
          transition: top 0.2s, -webkit-transform 0.5s;
          transition: transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block; }

/*svg path {
  fill: #e0e0e0; }*/

.sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          -webkit-transition: top 0.2s, -webkit-transform 0.5s;
          transition: top 0.2s, -webkit-transform 0.5s;
          transition: transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
  .top_mnu ul,
  .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .top_mnu ul {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; }
    .top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0; }
    .top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      opacity: 0;
      position: relative;
      height: 60px;
      outline: none; }
      .top_mnu ul a span {
        display: block;
        position: relative;
        top: -40px;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .top_mnu ul a span:hover {
          background-color: rgba(255, 255, 255, 0.08); }


.top_descr {
  text-align: right;
}
.top_text {
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .top_text {
    width: 60%;
    min-width: 700px;
  }
}
.top_descr h1 {
  padding: 30px 35px;
  color: #122B40;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 30px;
}
.top_descr h2 {
  font-size: 1.4em;
  margin-bottom: 30px;
}
.top_descr h3 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 30px;
  color: #757575;
}

.toggle_mnu {
  background-color: #000; }

.main_footer {
  padding: 30px 0;
  font-weight: 300; }
.main_footer .social_wrap {
    float: right;
    line-height: 0; }
.main_footer .social_wrap ul {
      margin: 0; }

.person {
  text-align: center;
  margin-bottom: 35px; }
  .person img {
    max-width: 220px;
    display: inline-block;
    border-radius: 50%; }

.s_about p {
  margin-bottom: 25px; }
.s_about ul,
.s_about li {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.s_about li {
  margin-bottom: 10px; }
.s_about .social_wrap {
  margin-top: 25px; }

.social_wrap li {
  display: inline-block;
  font-size: 20px;
  padding: 0 3px; }

.resume_container .left .resume_description strong {
  margin-left: 10px; }
.resume_container .right .resume_description strong {
  margin-right: 10px; }
.resume_container .left {
  text-align: right;
  border-right: #d2d2d2 1px solid; }
  .resume_container .left h3 {
    text-align: right; }
.resume_container .right {
  text-align: left; }
.resume_container .right h3 {
    text-align: left; }
.resume_container h3 {
  margin-top: 30px; }
.resume_container .year {
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px; }
.resume_container strong {
  font-weight: 600;
  font-style: normal;
  /*text-transform: uppercase;*/ }
.resume_container .resume_description {
  font-style: italic; }
.resume_container .resume_item {
  margin-bottom: 40px; }
  .resume_container .resume_item p {
    margin-top: 10px; }
  .resume_container .resume_item:last-child {
    margin-bottom: 0; }
    .resume_container .resume_item:last-child p {
      margin-bottom: 0; }
.resume_container h5 {
    font-weight: 600;
    font-style: normal;
font-size: 26px}
.resume_icon {
  font-size: 40px;
  margin-bottom: 35px; }
  .resume_icon .year {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 10px; }


.s_portfolio li {
  display: block;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
  letter-spacing: 0!important;
color: #000000!important;
}

.s_portfolio ul {
  margin-bottom: 0px;
padding: 0px;
}

.portfolio_item {
  display: none;
  padding: 0; }
  .portfolio_item img {
    width: 100%; }
  .portfolio_item .port_item_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 15%;
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .portfolio_item:hover .port_item_cont {
    opacity: 1;
    padding-top: 20%; }
  .portfolio_item h3 {
    color: #fff;
    margin-bottom: 0; }
  .portfolio_item a {
    background-color: transparent;
    border: #fff 1px solid;
    padding: 2px 10px;
    display: inline-block; }

.podrt_descr {
  background-color: #fff;
  max-width: 500px;
  margin: auto; }
  .podrt_descr p,
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .podrt_descr p {
    margin-top: 0; }
  .podrt_descr img {
    width: 100%;
    margin-top: 10px; }

.modal-box-content {
  position: relative; }

.contact_box {
  margin-bottom: 20px;
  font-size: 16px;
  color:#fff;
}

  .contact_box h3 {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 22px; }

      .contact_box .contacts_icon {
    font-size: 30px; }
  .contact_box p {
    margin-top: 5px; }


.form-wrapper {
  background-color: #eee;
  border: 1px solid #bbb;
  padding: 25px 25px 0;
  margin-top: 25px;
}
label.form-group {
  display: block;
  margin-bottom: 10px;
}
.form-control {
  /*border: 1px solid #dfdfdf;*/
  box-shadow: none;
  font-size: 14px;
  height: 45px;
}
.form-control::-webkit-input-placeholder {
  color: #c2c6c6;
}
.form-control::-moz-placeholder {
  color: #c2c6c6;
}
.form-control:-ms-input-placeholder {
  color: #c2c6c6;
}
.main_form .form-group {
  margin-bottom: 20px;
}
.main_form .form-control {
  padding: 10px 15px;
}
.help-block {
  margin-bottom: 6px;
}
.form-description {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.form-notice {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

/* Main contact Form */
.contact-form-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
@media (max-width: 767px) {
  .contact-form-wrapper {
    margin: 0 15px;
  }
}
.contact-form-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-form-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap:10px;
  margin-bottom: 10px;
}
.contact-form-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 37px;
  margin-bottom: 20px;
  position: relative;
}
.contact-form-info-icon {
  color:#626262;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form-info-title {
  color:#626262;
  font-size: 14px;
  font-weight: 600;
}
.contact-form-info-desc {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .contact-form-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .contact-form-info-desc br {
    display: none;
  }
}
@media (min-width: 992px) {
  .contact-form-description {
    margin-left: 40px;
  }
  .contact-form {
    margin: 0 40px
  }
}
label.form-group--contact {
  margin-bottom: 15px;
}
.form-control--contact {
  height: 45px;
}
textarea.form-control--contact {
  height: 130px;
  padding: 20px 12px;
}
.form-control--button {
  text-align: right;
}

  /*-----------oberig.com--------------*/

.icon-circle-home {
  width: 120px;
  height: 120px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;

}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    text-decoration: none;
}


.top_wrapper .top_text p {
  font-size: 50px;
    color: #657177;
}

/*******/

.hero-section {
    background: url(../img/bg5.jpg) center center no-repeat scroll;
    background-size: cover;
    padding: 0 0 4.5em;
    position: relative;
    color: #fff;
}

.hero-section::before,
.video-tour::before,
.pricing::before,
.twitter-feed::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-section::before { background: rgba(0, 0, 0, 0.3); }

.welcome-message { margin-top: 4.5em; }

.welcome-message h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 24px;
}

.welcome-message h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.btn {
    padding: 11px 35px;
    border: 4px solid #7071d0;
    border-radius: 83px;
    background-color: #393bab;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fafafa;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
  background-color: #7071d0;
  transition: all .3s;
  text-decoration: none;
  color:#fff;
}

.btn:active,
.btn:focus,
.btn:active:hover,
.btn:active:focus {
    color: #fff;
    outline: none;
    background-color: #fa5454;
}
.btn--mainForm {
  margin-top: 10px;
  padding: 1em 3em;
  min-width: 150px;
}

.cta-btn p {
    color: #fff;
    margin: .75em 0 0;
    font-size: 18px;
}
.link {
  color: var(--red);
}
/* ==========================================================================
   3.Navbar
   ========================================================================== */
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
.navbar-header {
  padding: 5px 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-collapse {
    padding: 0;
  }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: var(--card-bg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar { background-color: #fff; }

.navbar-brand {
  float: none;
  height: auto;
  padding: 0 15px;
}

.navbar-brand .logo-nav,
.nav-left { display: none; }

.navbar-default.stuck .logo-head { display: none; }

.navbar-default.stuck .logo-nav,
.navbar-default.stuck .nav-left { display: block; }

.navbar-default .btn { font-size: 16px; }

.navbar-default.stuck .navbar-nav .btn {
    display: inline-block;
    background: #f56363;
    color: #fff;
    border: 1px solid #f56363;
}

.navbar-default.stuck .navbar-nav .btn:hover,
.navbar-default.stuck .navbar-nav .btn:focus {
    background: #fa5454!important;
    color: #fff;
}

.navbar-default.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}

.navbar-brand-content {
  margin-top: 11px;
}

.navbar-brand-content h1{
   font-size: 14px;
  color: #637489;
  text-align: left;
  line-height: 1;
  font-weight: 700;
}

.site-motto p {
  margin: 0;
}
.site-motto-wrapper .small {
  font-size: 14px!important;
  color: #000;
}


.navbar-brand {
    line-height: 12px!important;
}
/*--- Top Contacts ---*/
.top-contacts {

  color: #000;
  font-size: 14px;
  font-weight: 900;
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}
.top-contacts-column {
  display: inline-block;
  vertical-align: middle;
}
.contact-action {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 8px;
  white-space: nowrap;
}
/*.contact-action-phone {
  display: block;
}*/
.btn-call-me-back {
  background: none;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  font-weight: normal;
  padding: 5px 17px;
  text-transform: uppercase;
  transition: all .3s;
}
.btn-call-me-back:hover,
.btn-call-me-back:focus{
  background-color: #e74c3c;
  color: #fff;
}
@media (min-width: 414px) {
  .site-motto--inline {
    display: inline;
  }
/*  .contact-action-phone {
    display: inline-block;
  }*/
}
@media (min-width: 768px) {

  .navbar-brand-content {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
  }
  .top-contacts {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .contact-action {
    margin-right: 0;
    margin-bottom: 0;
  }
  .contact-action-content {
    margin-left: 5px;
  }
  .navbar-nav {
    margin-top: -15px;
    margin-bottom: 6px;

  }
}
@media (min-width: 992px) {
  .top-contacts,
  .navbar-nav {
    margin-left: 169px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
    padding-bottom: 0;
  }
  .top-contacts {
    margin-top: 18px;
    margin-left: 0;

   /* width: 350px;*/
    float: right;
  }
  .top-contacts-column {
   /* float: left;
    width: 50%;*/
  }
  .contact-action {
    margin-bottom: 8px;
  }
}

.top_centered .btn {
    font-size: 20px;
}

.top_centered .btn i{
    font-size: 30px;
}

.top_text .btn-home {
    font-size: 30px;
     padding: 20px 40px;
    letter-spacing: 0;
}

@media (min-width: 768px) {
  .skill-name-wrapper {
      padding: 0;
  }
}
.skill-name {
    background-color: #058ba3;
    margin: 0 2px 4px;
    text-align: center;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    padding-top: 10px;
  font-weight: 100;
    padding-bottom: 10px;
    font-size: 16px;
}

/* .indu-name {
    background-color: #2c874d;
    margin: 0 2px 4px;
    text-align: center;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    padding-top: 20px;
  font-weight: 100;
    padding-bottom: 20px;
    color: #fff;
} */
.indu-name {
  background-color: #f8f9fa;
  margin: 0 2px 4px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

/*.nav > li {
  text-align: center;
}*/
.nav > li > a {
  font-size: 14px;
  padding: 8px 10px;
  transition: all .3s;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: #e74c3c;
  color: #fff;
}

.navbar-default .navbar-nav li.active {
  background-color: #e74c3c;
  color: #fff;
}

.nav > li > a > i {
  padding-right: .2em;
}
.navbar-brand > img {
  display: inline-block;
  margin-top: -5px;
}
.home-action {
  display: inline-block;
  vertical-align: middle;
}
.site-logo {
  /*margin-top: -25px;*/
  margin-right: 15px;
  position: relative;
/*   top: 7px; */
}
@media (max-width: 767px) {
  .site-logo {
    margin-right: 0;
    top: 0;
    width: 100px;
  }
}
.main-tool-bar--scrolled .site-logo{
  display: none;
}

.site-logo-w{
  display: none;
}
.main-tool-bar--scrolled .site-logo-w{
  display: block;
  width: 105px;
}
.s_aboutob {
    background-color: #f8f9fa;
}
.bg-grey {
  background-color: var(--bg-header);
}


.bg_tech {
   background: url(../img/bg_tech.jpg) center center no-repeat scroll;
   background-size: cover;
   padding-bottom: 4.5em;
   padding-top: 40px;
   position: relative;
   color: #fff;
 }
.bg_indu {
  padding: 40px 0;
}
.bg_get {
  background-color: #1ABC9C;
  padding-bottom: 4.5em;
  position: relative;
  color: #fff;
}

.bg_get h2 {
  color: #fff!important;
}

.s_about ol {
  margin-left: 0;
  padding-left: 0;
}
.section_content {
  margin-bottom: 40px;
}

.section_content h4 {
  font-size: 40px;
  margin: 30px 0;
}
.section_content h6 {
  font-size: 30px;
  margin: 30px auto;
  color:#1abc9c;
  text-align: center;
}

p.why {
  width: 80%; 
  margin: 0 auto 26px auto;
  letter-spacing: 0!important; 
  text-transform: none!important; 
  font-size: 20px;
  line-height: 1.3;
  color: #2db189;
}

.js-alert-success {
 background-color: #c2f2c7;
  padding: 15px;
  width:100%;
  font-size: 20px;
  color: #158422;
  display: block;
}
.js-alert-error,
.js-captcha-error {
  background-color: #ffc0d2;
  padding: 15px;
  width:100%;
  font-size: 20px;
  color: #be0a3d;
  display: block;
}

.main_form .form-group .col-lg-7 {padding-left: 0!important;}
.main_form .form-group .col-lg-5 {padding-right: 0!important;}

.box-left {
  display: block;
  float: left;
  width: 42%;
  overflow: visible;
  max-width: 150px !important;
  position: relative;
  margin-right: 3%;
}

.box-right {
  display: block;
  float: left;
  width: 55%;
  overflow: visible;
  position: relative;
  top: 25px;
  text-align: left!important;
}

.box-left img {
  max-width: 100%;
}

.box-help {
  font-size: 1.5em;
  font-family: Segoe UI;
}

.bg_tech h2 {color: #fff!important;}

ul.oberig-col-5 {
  margin-bottom: 50px;
  display: block;
  position: relative;
  overflow: visible;
}

ul.oberig-col-5 li {
  width: 20%;
  float: left;
  list-style: none;
  display: block;
}

ul.oberig-col-5 li h3 {
  color: #fff;
}

ul.oberig-col-5 li ul {
  width: 100%!important;
  display: block;
  list-style: none;
  border: 1px red solid;
  overflow: visible;
  position: relative;
}

ul.oberig-col-5 li ul li {
  width: 100%!important;
  display: block;
  list-style: none;
}

#get {
  position: relative;
  display: block;
}

/*--- Web Application Development Section ---*/
/* Development Nav */
.development-nav {
  width: 100%;
}
.development-nav.stuck {
  /* position: fixed; */
  z-index: 2;
  /*top: 80px;*/
}
.development-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  -webkit-transition: padding .2s;
  transition: padding .2s;
}
.development-nav-item:hover,
.development-nav-item:focus {
  text-decoration: none;
  background-color:#f7f7f7;
  transition: all .3s;
}
@media (min-width: 768px) {
  .development-nav {
/*     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; */
            display: grid;
            grid-template-rows: 1fr;
    grid-template-columns: repeat(4,1fr);
    column-gap: 60px;
   
    
  }
  .development-nav-item {
/*     width: 33.33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; */
            
  }
  .development-nav--full .development-nav-item {
    /* width: 50%; */
  }
}
@media (min-width: 1200px) {
  .development-nav--full .development-nav-item {
    /* width: 25%; */
  }
  .development-nav--big .development-nav-item {
    padding: 25px 15px;
  }
}
.development-nav-web {
  background-color: #1abc9c;
}
.development-nav-web:hover {
  background: #15ad8f;
}
.development-nav-android {
  background-color: #e74c3c;
}
.development-nav-android:hover {
  background-color: #d44132;
}
.development-nav-ios {
  background-color: #8e4387;
}
.development-nav-ios:hover {
  background-color: #783472;
}
.development-nav-desktop {
  background-color: #f6871c;
}
.development-nav-desktop:hover {
  background-color: #dc7613 ;
}
.development-nav-icon-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.development-nav-icon {
  width: 45px;
  height: 45px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.development-nav--big .development-nav-icon {
  width: 100px;
  height: 100px;
}
.development-nav-title {
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-transition: font-size .2s;
  transition: font-size .2s;
}
.development-nav--big .development-nav-title {
  font-size: 28px;
}

.page-main {
  padding-bottom: 30px;
  padding-top: 50px;
}
.page-description {
  color: #a3a1a2;
  margin-bottom: 35px;
}
h2.page-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin:0 0 10px 0;
  line-height: 1.3;
}
.page-text h2.page-subtitle:not(:first-of-type) {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 10px 0;
  line-height: 1.3;
} 
.achievements-list {
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.achievement-item {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}

.achievement-icon {
  fill: #757575;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.achievement-title {
  vertical-align: middle;
  font-size: 14px;
}
.page-logo {
  width: 80px;
  max-width: 100%;
}
.web-technologies-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.web-technologies-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 5px 5px 0 0;
  text-align: center;
}
.web-technologies-title {
  background-color: #fff;
  padding: 3px 8px;
  font-size: 12px;
}
.projects-list {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

/* Development Page Contact (dfc) Form*/
.dcf-wrapper {
  background-color: #fff;
  padding: 15px 25px 0;
  position: relative;
  font-size: 15px;
  border-radius:10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);;
}
.dcf-wrapper h3 {
  font-size: 14px!important;
  line-height: 24px!important;
  margin-top: 0;
  padding-top: 0;
}

.dcf-wrapper h4 {
  font-size: 16px; 
  font-weight: 500; 
  margin: 20px 0 5px 0;
  padding-bottom:5px;
  line-height: 1.3;
  border-bottom: 1px var(--green) solid;
}
.dcf-wrapper ul {margin-left: 0; padding-left: 0; margin-bottom: 20px;}
.dcf-wrapper ul li {list-style: none; padding-left: 0; margin-left: 0; margin-bottom: 5px;}

.dcf-wrapper .fa {margin-right: 10px; color: #15AD8F; font-size: 16px;}

.dcf-wrapper .btn {
width:100%!important;
margin-bottom: 15px;
}

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

.last-work li {
  margin-left: 0;
  padding-left: 0;
  line-height: 16px;
}

.last-work {
  margin-left: 0;
  padding-left: 15px;
}


@media (min-width: 992px) {
  .dcf-wrapper {
    margin-top: 147px;
  }
}
@media (max-width: 767px) {
  .dcf-wrapper {
    margin: 0 15px;
    padding: 25px 15px;
  }
}
.dcf-title {
  font-size: 22px;
  margin-top: 0;
  font-weight: 700;
}
.dcf-description {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin-bottom: 6px;
}
.dcf-note {
  color: #84b20b;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.dcf {
  margin-top: 25px;
}
textarea.dcf-message {
  height: 235px;
}
.g-recaptcha--dcf {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.dcf-button-wrapper {
  text-align: right;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: -webkit-linear-gradient(#9BC90D 0%, #79A70A 100%);
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

/* Icons */
.form-group--hasIcon {
  position: relative;
}
.form-control--hasIcon {
  padding-left: 45px;
}
.form-control-icon {
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.icon-person {
  background-image: url(../img/i/icon-person2.svg);
}
.icon-mail {
  background-image: url(../img/i/icon-mail.svg);
}
.icon-link {
  background-image: url(../img/i/icon-link.svg);
}
.icon-tel {
  background-image: url(../img/i/icon-tel.svg);
}

/* What We Do Section */
.wwd-container {
  margin-top: 30px;
}

.wwd-img{
  height: 170px; 
  width: auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){
  .wwd-img{
    height: auto;
    width: auto;
    margin-top: 50px;
  }
}
@media (max-width: 767px){
  .wwd-img{
    height: auto;
    width: 70%;
    margin: 40px auto 0 auto;
  }
}
.wwd-img img{
  height: 100%;
  width: auto;
}
@media (max-width: 768px){
  .wwd-img img{
    height: auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .wwd-container {
    row-gap: 40px;
    display: grid;
    grid-template-rows: 2fr;
    grid-template-columns: repeat(2,1fr);
    column-gap: 50px;
    width: 90%;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1440px){
  .wwd-container {
    display: grid;
    grid-template-rows: 2fr;
    grid-template-columns: repeat(2,1fr);
  }
}

.wwd-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0;
  text-align: center;
}
.wwd-item-title a{
  color: inherit;
}

.wwd-details-list {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wwd-details-list-item {
  font-size: 14px;
  margin: 3px 0;
  padding: 0 0 5px 0;
  list-style-type: none;
  border-bottom: 1px #ccc dotted;
}

.wwd-details-list-item:last-child {
  border-bottom: none;
}

/* Google image fix */
img[width="1"][height="1"] {
  display: block;
  margin-top: -1px;
}

.exper ul {
  background-color: #ffffff;
  text-transform: none!important;
  font-size: 14px;
  text-align: left!important;
}

.exper .fa {font-size: 20px; color: #1abc9c; margin-right: 15px;}

.sub-page-title {
  text-transform: uppercase;
  font-size: 14px;
letter-spacing: 1px;
  font-weight: 700;
  color: #1abc9c; margin-bottom: 20px; display: block;}

/* Modal Styles */
.modal-backdrop {
  background-color: #79858f;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  border: 0;
  padding: 25px 45px 0 25px;
}
.modal-title {
  color: #5a6671;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}
.modal-header .close {
  color: #5a6671;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 10px;
}
.modal-header .close span {
  vertical-align: 10px;
}
.modal-body {
  padding: 20px 25px 25px 25px;
}

.img-title-big img {width:320px; height: 300px;}

.contact-mob {display: none;}
.top-hide-mob {display: none;}

.modal-dialog { width: 500px;}

.exper {
  background: #fff; padding: 30px; color: #626262!important;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.exper h3 {color: #15AD8F; font-size: 22px; margin:0 0 20px 0; padding:0;}
.exper h4 {color: #D44132; font-size: 18px;margin:15px 0; padding:0; font-weight: 900;}
.exper .ul-line li {display: inline-block;}

.ios .btn-home {margin-bottom: 20px;}

.wwd-item {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

ul.first-screen-title {
  margin-top: 70px; margin-bottom: 30px; color: #5A6671; margin-left: 0; padding-left: 0; }
ul.first-screen-title li {
  font-family: 'Roboto', sans-serif; 
  list-style: none; 
  font-size: 40px; 
  margin-bottom: 10px; 
  font-weight: 600; 
  color: #364A5E; 
  line-height:50px; 
  margin-left: 0; padding-left: 0;}

@media (min-width: 1000px) and (max-width : 1300px) {

  ul.first-screen-title li {
     font-size: 36px; margin-bottom: 10px;  line-height:36px;
     
    }


  .top_text {
    min-width: 700px;
    width: 55%;
    }

  ul.first-screen-title {
    margin-top: 40px;
  }

}


.top_text .btn-home {margin-bottom: 30px;}

.title-top {font-weight: 700;}


.main_footer {color: #fff;}
.main_footer h5 { 
  font-size:16px; font-weight: 400; margin-bottom: 15px; color:#15AD8F;
}
.main_footer ul {list-style: none;  margin-left:0;  padding-left:0;}
.main_footer ul li {list-style: none;  margin-left:0;  padding-left:0; font-size:16px;}

.main_footer .contact_box h3 {color: #E64D3C; font-size: 16px; margin-bottom: 10px;margin-top:0;}

.main_footer p {color: #fff!important; font-size: 16px; line-height: 18px;}

.main_footer .contact_box {
  margin-bottom: 0;
  padding-left: 0;
}

.socnet i {font-size: 30px!important; margin-right: 5px;}
.socnet {margin-top: 20px;}
.copy {font-size: 11px; color: #d1d1d1;}

.contact-action-quote {margin-top: 0; margin-bottom: 0;}
/*.contact-action-quote a { background: #e74c3c; color: #fff; padding: 12px 25px 15px 25px;}*/

.img-container {margin: 20px 0;}
.img-container img {border: 15px #e7e7e7 solid;}

table.case .case-head {font-size: 14px; padding: 10px 20px; width: 20%; font-weight: 800; text-align: right; background-color: #E7E7E7;}
table.case .case-desc {font-size: 14px; padding: 10px 20px; border-bottom: 1px #e4e4e4 solid; background-color: #fff;}
table.case .case-desc h2 {margin-top:30px;}
.case-desc .fa {font-size: 20px;}

table.case {border: 1px #e4e4e4 solid; }

.media img {border: 10px #E7E7E7 solid; border-radius: 10px; margin-top:13px;}
.media { padding-bottom: 25px; margin-top: 15px;}
.media-heading {font-size: 22px; font-weight: 800; margin-top:10px;}

.container .media .media-left {padding-right: 30px; }



.bottom-promo {
  background-color: #08866d;
  border: 1px #F5F5F5 solid;
  padding: 20px 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 800;
  margin-left: 0!important;
  margin-right: 0!important;
}

.bottom-promo h4{
   font-size:16px;
   margin-top:0;
   padding-top:0;
 }

.bottom-promo ul{
margin-left: 0;
  padding-left: 0;
}

.bottom-promo ul li{
  margin-left: 0;
  padding-left: 0;
}


.startup h4{
font-size: 38px; 
font-weight: 200; 
margin: 30px 0 0 0; 
line-height: 1.3;
}
.startup h5 {font-size: 35px; font-weight: 900; margin: 30px 0 0 0; line-height: 30px; color: #15AD8F }
.startup {margin-bottom: 30px; }

.st {background: white; padding: 20px;}

.st i {font-size: 36px; color: #1abc9c}
h6 {color: #1abc9c; font-size: 22px;}
.st span {color: #000; font-size: 14px; line-height: 12px!important;}
.pull-center {text-align: center}
.st .col-md-3 {margin-bottom: 30px;}

.sidebar-item-icon {position: relative;  fill: #1abc9c;
  height: 22px; width: 22px; margin-right: 5px;top:8px;}



.ded {font-size: 30px;}

/**/
.adv-text {
  font-size: 35px;
  text-align: center;
}

.adv-block {
  text-align: center;
  font-size: 20px;
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0;
}
.adv-text h3{
 color:#017d07;
  font-size: 35px;
  margin-bottom: 0;
}

.adv-block2 {
  background-color: #dbf1f8;
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 20px;

}

.adv-price {
  font-size: 30px;
  color: #fb6400;
}

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

.adv-ul li{
  list-style: none;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  background-color: #edebf0;
}

.header__img {
 width: 55%;
}
.header__img img {
  max-width: 100%;
 }

 /**/
 
 .main-banner{
/*    display: grid;
   grid-template-columns: 69% 30%;
   grid-template-rows: 1fr;
   column-gap: 1%;
  justify-content: space-between;
  margin: 15px 0 30px 0; */
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*     min-height: calc(100vh - 10vh); */

 min-height: calc(100vh - 140px); 
}
@media (max-width: 768px){
  .main-banner{
    min-height: 450px;
 }
}

.main-banner__wrapper{
/*   background-image: linear-gradient(to right, var(--white), transparent), url('../img/img1.webp'); */
 background-image: linear-gradient(to right, #caf7fd, transparent), url('../img/img1.webp'); 
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size:cover;
  margin-top: 0!important;
 /*  min-height: calc(100vh - 120px); */
/*  min-height: 80vh; */
}

@media (max-width: 768px){
  .main-banner__wrapper{
  margin-top: 190px;
  min-height: 460px;
  background-position: 40% 0;
 }
}
/* @media (min-width: 481px) and (max-width: 768px){
  .main-banner__wrapper{
  margin-top: 50px;
 }
} */
/* .main-banner__img{
position: relative;
}
.main-banner__img img{
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: absolute;
 
 }
 @media (max-width: 768px){
  .main-banner__img img{
    margin-top: 30px;
    position: relative;
    left:0;
   }
} */

 .main-banner__text{
    width: 70%;
    display: flex;
    flex-direction: column;
 }
 .main-banner__text p{
  font-size: clamp(2.2rem, 3.5vw + 0.5rem, 2rem);
  line-height: 1.3;
  font-weight: 500;
    color:var(--violet);
    width: 80%;
  }

.main-banner__action{
    display: flex;
    align-items: center;
    border-radius:50px;
    padding: 0;
    height: 52px;
    position: relative;
    top:20px;

   }  

 .menu-secondary {
   display: flex;
   margin-top: 100px;
   padding-top: 100px;

 }
h1 {
  font-weight: 500;

}
.h1-home {
  font-size: clamp(4rem, 3.5vw + 0.5rem, 6rem);
    font-weight: 700;
    margin-top: 0;
    line-height: 1.1;
 }

.h1-home span {
color: var(--link);
 }

/*  @media (max-width:769px) and (max-width:991px) {
  .h1-home {
    font-size: 2.4em;
 }
 } */
.h1-page {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2;
  margin: 50px 0;
}
@media (max-width:768px) {
  .h1-page {
    font-size: 1.6em;
    margin: 20px 0;
  }
}
 .btn-ad {
    padding: 11px 35px;
    border: 4px solid #7071d0;
    border-radius: 83px;
    background-color: #393bab;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fafafa;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
 }
 .btn-ad:hover {
    background-color: #7071d0;
    transition: all .3s;
    text-decoration: none;
    color:#fff;
 }

 .page-middle {
     margin-top: 100px;
     /* min-height: 100vh; */
 }

.blog {
   margin-top: 100px;
   background-color: #f7f7f7;
   padding: 40px 0;
 }
 @media (max-width: 768px){
  .blog {
    margin-top: 20px;
  }
 }

.blog h2{
   margin-bottom: 40px;
 }
.blog__list {
 display: grid;
 grid-template-rows: 1fr;
 grid-template-columns: repeat(3,1fr);
 row-gap: 60px;
 column-gap: 60px;
 position: relative;
 margin-bottom: 40px;
}
@media (max-width: 768px){
  .blog__list {
    grid-template-columns: 1fr;
    row-gap: 60px;
    column-gap: 60px;
    position: relative;
    margin-bottom: 40px;
   }
}


.blog__item {
  display: block;
  color: inherit;
}

.blog__thumb {
  position: relative;
  width: 100%;
  height: 170px;
}

.blog__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__title{
  font-size: 20px;
  margin: 10px 0;
  color: #000;
  font-weight:900;
  line-height: 1.2;
}

.blog-article h2{
  margin-bottom: 10px;
}
.blog-article .section_header{
  margin-bottom: 30px;
}

.article__img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.article__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__title {
  font-size: 40px;
  margin: 50px 0;
  color: #000!important;
  font-weight:900;
  line-height: 1.2;
}

.stacks{
  display: grid;
  grid-template-columns: repeat(7, max-content);
  column-gap: 30px;
  margin: 20px 0 10px 0;
  padding: 0 0 30px 0;
}
@media (max-width: 768px){
  .stacks {
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
 }
 
.stacks li{
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px){
  .stacks li{
  margin-top: 10px;
  }
 }
.icon-javascript {
  background: url(../img/js.svg) no-repeat 0 0;
  background-size:40px;
  width: 40px;
  height: 40px;
  display: block;
}

.icon-java {
  background: url(../img/java.svg) no-repeat 0 0;
  background-size:40px;
  width: 40px;
  height: 40px;
  display: block;
}

.icon-python {
  background: url(../img/python.svg) no-repeat 0 0;
  background-size:40px;
  width: 40px;
  height: 40px;
  display: block;
}

.icon-ruby {
  background: url(../img/ruby.svg) no-repeat 0 0;
  background-size:37px;
  width: 37px;
  height: 40px;
  display: block;
  position: relative;
  top:2px;
}

.icon-go {
  background: url(../img/go.svg) no-repeat 0 0;
  background-size:65px;
  width: 65px;
  height: 40px;
  display: block;
  position: relative;
  top:5px;
}

.icon-php {
  background: url(../img/php.svg) no-repeat 0 0;
  background-size:65px;
  width: 65px;
  height: 40px;
  display: block;
  position: relative;
  top:7px;
}

.icon-laravel {
  background: url(../img/laravel.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}

.icon-ts {
  background: url(../img/typescript.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-aws {
  background: url(../img/aws.svg) no-repeat 0 0;
  background-size:40px;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  top:10px; 
}
.icon-node {
  background: url(../img/nodejs.svg) no-repeat 0 0;
  background-size:35px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-ts {
  background: url(../img/typescript.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-symfony {
  background: url(../img/symfony.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-vuejs {
  background: url(../img/vuejs.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-vuejs {
  background: url(../img/vuejs.svg) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-angular {
  background: url(../img/angular.svg) no-repeat 0 0;
  background-size:45px;
  width: 43px;
  height: 42px;
  display: block;
  position: relative;
  top:-3px;
}
.icon-swift {
  background: url(../img/swift.png) no-repeat 0 0;
  background-size:38px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-flutter {
  background: url(../img/flutter.svg) no-repeat 0 0;
  background-size:34px;
  width: 38px;
  height: 40px;
  display: block;
}
.icon-cplus {
  background: url(../img/cplus.svg) no-repeat 0 0;
  background-size:35px;
  width: 38px;
  height: 40px;
  display: block;
}
/**/
.menu-wrapper{
  background-color: var(--bg-header);
  border-top:1px #eee solid;
}
@media (max-width:767px) {
  .menu-wrapper{
    display: none;
  }
}
.main-tool-bar--scrolled .menu-wrapper {
  background-color: var(--dark-blue);
  border-top:none;
}
.menu-list {
  display: flex;
  margin: 8px 0 0 0;
  padding: 0;
  justify-content: space-between;
}
/* .main-tool-bar--scrolled .menu-list{
  grid-template-columns: repeat(7,max-content);
} */
.menu-list li {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}

.menu-list li a{
  color:#000;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: all .5s;
  text-transform: uppercase;
  position: relative;

}

.menu-list li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--link);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}


.menu-list li a.active{
  color:#000;
  font-size: 14px;
  font-weight: 800;
  display: flex;
/*   height: 60px; */
  align-items: center;
  padding: 10px 0;
  transition: all .5s;
  text-transform: uppercase;
  position: relative;
    background-color: var(--link);
}


.menu-list li a#menuToggle::after{
  background-color: transparent;
}
.menu-list li a#menuToggle:hover span{
background-color: var(--link);
}
.main-tool-bar--scrolled li a::after{
  background-color: var(--link);
}
.menu-list li a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-tool-bar--scrolled .menu-list li a{
  color:var(--white);
}

.main-tool-bar--scrolled .menu-list li a{
 padding-top: 8px;
}
.main-tool-bar--scrolled .menu-list .site-logo-w a{
 padding-top: 3px;
}

@media (max-width:767px) {
  .menu-list li a{
    height: 40px;
    padding: 0 0 0 10px;
  }
}
.menu-list li a:hover{
  text-decoration: none;
  
}
.menu-list li a.link{ 
  color:var(--link);
}
/* .nav-web::before {
  content:'';
  background: url('../img/icon-web-dev.svg') no-repeat 0 0;
  background-size: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;  
  transition: ease 0.4s;
}
@media (max-width: 767px){
  .nav-web::before {
    display: none;
  }
} *//* 
.main-tool-bar--scrolled .nav-web::before {
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px; 
}
@media only screen and (max-width : 992px) {
  .nav-web::before {
    background-size: 35px!important;
    width: 35px!important;
    height: 35px!important;
  }
}

.nav-mob::before {
  content:'';
  background: url('../img/icon-android-dev.svg') no-repeat 0 0;
  background-size: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;  
}
@media (max-width: 767px){
  .nav-mob::before {
    display: none;
  }
}
.main-tool-bar--scrolled .nav-mob::before {
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;  
} 
@media only screen and (max-width : 992px) {
  .nav-mob::before {
    background-size: 35px!important;
    width: 35px!important;
    height: 35px!important;
  }
}
@media only screen and (max-width : 992px) {
  .nav-mob::before {
    background-size: 46px; 
  }
} *//* 
.nav-startup::before {
  content:'';
  background: url('../img/icon-ios-dev.svg') no-repeat 0 0;
  background-size: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;  
}
@media (max-width: 767px){
  .nav-startup::before {
    display: none;
  }
}
.main-tool-bar--scrolled .nav-startup::before  {
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px; 
}
@media only screen and (max-width : 992px) {
  .nav-startup::before {
    background-size: 35px!important;
    width: 35px!important;
    height: 35px!important;
  }
}
@media only screen and (max-width : 992px) {
  .nav-startup::before {
    background-size: 48px; 
    height: 48px;
    background: url('../img/icon-ios-dev.svg') no-repeat -2px 0;
  }
}
.nav-outstaff::before {
  content:'';
  background: url('../img/icon-n5-oustaff.svg') no-repeat 0 0;
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;  
  transition: ease 0.4s;
}
@media (max-width: 767px){
  .nav-outstaff::before {
    display: none;
  }
}
.main-tool-bar--scrolled .nav-outstaff::before {
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;  
} 
  
 */
/* .nav-outstaff-2::before {
  content:'';
  background: url('../img/icon-n5-oustaff.svg') no-repeat 0 0;
  background-size: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;  
}
.nav-outstaff-3::before {
  content:'';
  background: url('../img/icon-n6-outstaff.svg') no-repeat 0 0;
  background-size: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;  

} */
@media only screen and (max-width : 992px) {
  .nav-outstaff::before {
    background-size: 35px; 
    width: 35px;
    height: 35px;
  }
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
}
.navbar-toggle {
  margin-top: 0px;
  margin-right: 0;
  padding: 7px 7px;
}
@media (max-width: 767px){
  .navbar-toggle {
    margin-top: 8px;
  }
}

.about__intro{
  margin: 0 auto;
  width: 80%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 768px){
  .about__intro{
    width: 100%;
  }
}

.about__intro h6{
color: var(--gold);
  font-weight:600;
    font-size: 24px;
    width: 80%;
}


.about__wrapper.one{
   text-align: justify;
   margin: 0 auto;
   width: 80%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr 1fr ;
  column-gap:60px;
  justify-content: space-between; 
  margin-bottom: 40px;
}
@media (max-width: 768px){
  .about__wrapper.one{
    width: 100%;
   grid-template-columns: 1fr ;
   margin-bottom: 40px;
 }
}

.about__wrapper.two{
  margin: 0 auto;
  width: 80%;
 display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr ;
  column-gap:60px;
  justify-content: space-between; 
  margin-bottom: 40px;
}

@media (max-width: 768px){
  .about__wrapper.two{
    width: 100%;
   grid-template-columns: 1fr ;
   margin-bottom: 40px;
 }
}

.about__wrapper h5{
  font-size: 22px;
  font-weight:900;
}

.about-img-1 {
  position: relative;
  top: -30px;
}
.about-img-2 {
  position: relative;
  top: -20px;
}
.about-img-3 {
  position: relative;
  top: 0px;
}
@media (max-width: 768px){
  .about-img-1, .about-img-3 {
  display: none;
  }
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-item{
  background: url(../img/list-img.svg) no-repeat 0 7px;
    background-size: 20px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.contact-title {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.out-steps {
  font-size: 16px;
  margin-bottom: 40px;
}
.out-steps h3{
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 18px;
  color:#8e4387;
}

h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
  
}

/**/
.case__row{
  display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 3fr;
    row-gap: 30px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
@media (max-width:768px){
  .case__row{
      grid-template-columns: 1fr;
      row-gap: 0;
  }
}
.case__row:last-of-type{
    margin-bottom: 0;
}

.case__left{
  font-weight: 900;
  white-space: nowrap;
  text-align: right;
}
@media (max-width:768px){
  .case__left{
    text-align: left;
  }
}

.case__box{
  background-color: #fff;
  padding: 40px 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;  
}
@media (max-width:768px){
  .case__box{
    padding: 40px 70px;
  }
}

.case__title{
  background-color: #8e4387;
  color:#fff;
  padding: 10px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 100;
  font-size: 20px;
  text-align: center;
}

.slick-slider {
  position: relative;
}
.slick-prev {
  left: -25px;
  z-index: 10;
}
.slick-next {
  right: -25px;
  z-index: 10;
}
@media (max-width:768px){
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 2px #8e4387 solid;
  outline: none;
  background: white;
  border-radius:5px;
}

.slick-arrow.slick-prev {
}

.slick-prev:before {
  content: '←';
}
.slick-next:before {
  content: '→';
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: #8e4387;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-track{
    display: flex;
}
.slick-list{
  overflow: hidden;
}

.staff__row{
 display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 60% 40% ;
  column-gap:50px;
  justify-content: space-between; 
  margin: 15px 0 30px 0;
  font-size: 20px;
  position: relative;
}
@media (max-width:768px){
  .staff__row{
     grid-template-columns: 1fr;
   }
}

.staff__row img{
  position: relative;
  top:-70px;
}
@media (max-width:768px){
  .staff__row img{
     top:10px;
   }
}
.steps__row{
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3,1fr) ;
  column-gap:60px;
 justify-content: space-between;
  position: relative;
  margin-top: -60px;
  margin-bottom: 40px;
}
 
@media (max-width:768px){
  .steps__row{
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.steps__row div{
  padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background-color: #fff;
}
@media (max-width:768px){
  .steps__row div{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.steps__row h3{
margin-top: 0;
color:#15AD8F;
}

.startup__row{
  display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: 55% 45% ;
   column-gap:0;
   justify-content: space-between; 
   margin: 30px 0 0 0;
   font-size: 20px;
   position: relative;
 }
 @media (max-width:768px){
  .startup__row{
     grid-template-columns: 1fr;
   }
} 
 .startup__row img{
   position: relative;
   top:-70px;
 }
 @media (max-width:768px){
  .startup__row img{
    position: relative;
    top:0;
    margin-bottom: 20px;
  }
} 
 .startup__row h4{
  font-size: 38px;
}
@media (max-width:768px){
  .startup__row h4{
    font-size: 28px;
  }
} 
.startup__row h5{
  color:#1abc9c;
  font-weight: 900;
}
@media (max-width:768px){
  .startup__row h5{
    font-size: 28px;
  }
} 

.startup-dev__wrapper {
  margin-top: -70px;
  margin-bottom: 40px;
}
@media (max-width:768px){
  .startup-dev__wrapper {
    margin-top: 0;
  }
} 
.startup-dev__row{
  display: grid;
   grid-template-rows: 1fr;
   grid-template-columns: repeat(4,1fr);
   column-gap:50px;
   justify-content: space-between; 
   margin: 30px 0;
 }
@media (max-width:768px){
  .startup-dev__row{
     grid-template-columns: 1fr;
   }
} 

.startup-dev__row div{
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}
@media (max-width:768px){
  .startup-dev__row div{
    margin-top: 10px;
    margin-bottom: 10px;
   }
}
.startup-dev__row .fa{
  color:#1abc9c;
  font-size: 40px;
}

.footer-promo__wrapper{
  background-color: #fff;
}

.footer-promo {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  position: relative;
  font-size: 16px;
  padding: 25px 30px;
  border-radius:10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  margin-bottom: 30px;    
}
@media (max-width:768px){
  .footer-promo {
      grid-template-columns: 1fr;   
  }
}
.footer-promo h5{
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;  
}
.footer-promo__btn{
  display: flex;
  align-items: center;
}
@media (max-width:768px){
  .footer-promo__btn{
    margin-top: 0;
  }
}

.footer-promo__btn .btn-ad {
  font-size: 16px;
}

.footer-promo__list{
  margin: 20px 0 0 0;
  padding: 0;
}
.footer-promo__list li{
  list-style: none;
  background: url('../img/list-img.svg') no-repeat 0 4px;
  background-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
  margin: 5px 0;
}
.footer-promo__slogan {
  line-height: 1.4;
  font-weight: 700;
  margin-top: 17px;
  color:#15AD8F;
}

.footer{
  background-color:#374A5E;
  color:#fff;
  padding: 30px 0;
}

.footer__wrapper{
  display: grid;
  grid-template-rows: 1fr;
    grid-template-columns: 3fr 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    position: relative;
    border-bottom:1px #5b718d solid;
    padding-bottom:20px;
}
@media (max-width: 600px){
  .footer__wrapper{
      grid-template-columns: 1fr;
      padding: 0 20px 20px 20px;
  }
}

.footer__wrapper h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #15AD8F;
}

@media (max-width: 600px){
  .footer__wrapper h5{
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.footer__wrapper .contact_box{
  display: grid;
  grid-template-columns: 40px 1fr;
  margin-bottom: 0;
}
.footer__wrapper .contact_box p{
  margin-top: 0;
  color:#fff;
}
.footer__wrapper .contact_box a{
  color:inherit;
}
.footer__wrapper .contact_box .fa{
  color: #15AD8F;
  font-size: 20px;
}

.footer__wrapper ul {
  color:#fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.footer__wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__wrapper li a{
  color:inherit;
}
.footer__bottom{
  display: grid;
  grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}

.footer__bottom div:last-child{text-align: right;}
.footer__bottom .copy{
  position: relative;
  top:10px;
}
.footer__bottom .socnet{
  color: #15AD8F;
 }
 .footer__bottom .socnet a{
  color: inherit;
 }

.page-title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px; 
}

.page-title.oustaff::before {
  content: '';
  background: url("../img/icon-n5-oustaff.svg") no-repeat 0 0;
  background-size: 65px;
  width: 65px;
  height: 65px;
  display: inline-block;
  position: relative;
  top:18px;
  margin-right: 30px;
}

.page-title.startup::before {
  content: '';
  background: url("../img/icon-ios-dev.svg") no-repeat 0 0;
  background-size: 75px;
  width: 75px;
  height: 75px;
  display: inline-block;
  position: relative;
  top:25px;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .page-title.startup {
    font-size: 28px;
  }
  .page-title.startup::before {
    background-size: 60px;
    width: 60px;
    height: 60px;
    top:25px;
    margin-right: 10px;
  }
}
/*New Header*/
.header {
  z-index: 100;
  position: relative; 
  left: 0;
  top: 0;
  width: 100%;  
  height: auto;
  background-color:#fff;
}
.header.fixed {
  position: fixed; 
}

.header__top {
  padding: 15px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
}
.header__top-menu{
position: relative;
}
.header__top-brand{
  position: relative;
  display: flex;
  align-items: center;
}

.header__top-brand span{
 display: block;
 color:#637489;
 font-size: 16px;
}

.header__top-info {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
.logo {
  margin-right: 20px;
}
.logo img{
  width: 160px;
  height: auto;
}
.header__top-contact {
  padding: 11px 20px;
    border-radius: 83px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color:#393bab;
    background-color: #dbe3fb;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    margin-right: 25px;
  text-decoration: none;
}
.header__top-contact:hover {
  background-color: #e2efff;
  text-decoration: inherit;
}

/**/
.header-top{
  width:100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  margin-top: 5px;
  align-items: flex-start;
}
@media (max-width: 767px){
  .header-top{
    margin-bottom: 0;
    margin-top: 0;
  }
}
.main-tool-bar--scrolled .header-top{
  display: none;
}
.header-top .navbar-toggle {
  order:1;
  margin-right: 0;
  border:none!important;
}

.menu-top{
  float: right!important;
  margin-right: -15px;
  margin-top: 16px;
  display: flex;
}
@media (max-width: 769px){
  .menu-top{
    display: none;
  }
}

.menu-top a{
background: transparent;
border: 0;
}

.menu-top__contact {
  padding: 8px 20px 8px 20px;
  border: 2px solid #393bab!important;
  border-radius: 83px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #393bab;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-right: 15px;
}
.menu-top__contact:hover {
  text-decoration: none;
  background-color:#393bab;
  color:#fff;
}

.menu-top__btn {
  position: relative;
  top: 5px;
}

.menu-top__dropdown{
  padding: 30px;
  margin-top: 12px;
}

.menu-top__dropdown>li>a {
  display: block;
  padding: 10px 15px;
  color: var(--text-color)!important;
  height: auto;
}

#menuToggle{
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  height: 44px;
  margin-top: 3px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #393bab;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}
.main-tool-bar--scrolled #menuToggle span{
  background: var(--white);
}


.menu-mob {
  list-style: none;
  margin: 50px 30px;
  padding: 0;
}
.menu-mob li {
  margin: 20px 0 ;
  padding: 0;
}
.menu-mob li a{
  color: var(--white);
  text-transform: uppercase;
}
.skills__row {
  display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}
@media (max-width:768px) {
  .skills__row {
      grid-template-columns: 1fr;
  }
}

.skills__list{
  margin-left: 0;
  padding-left: 0;
  color:#626262;
}

.skills__list li{
  background: url('../img/list-img.svg') no-repeat 0 6px;
  background-size: 15px;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-left: 0;
}


.industries__list {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  justify-content: space-between;
  position: relative;
 margin: 20px 20px 0 0;
  color:#626262;
}
@media (max-width:768px) {
  .industries__list {
    grid-template-columns: 1fr;
  }
}
.industries__list li {
  background: url('../img/list-img.svg') no-repeat 0 6px;
  background-size: 15px;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-left: 0;
}
.s_contacts h2{
margin-top: 20px;
}

.contact-item {
  color:#626262;
  margin-left: 40px;
  margin-top: 25px;
}

.contact-item h3 {
  color:#626262;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.resume__wrapper {
  width:80%;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 30px;
}
.resume__img img{
max-width: 100%;
height: auto;
}

.resume__content{
  margin-top: 10px;
  margin-bottom: 0;
}

.resume__content h1{
  margin: 20px 0;
}

.resume__content h2{
  font-size: 24px;
  color:#33a475;
}
.resume__content .btn-ad {
margin-top: 40px;
}
.resume__list {
  display: grid;
  grid-template-columns:max-content 1fr;
  column-gap: 20px;
  margin-bottom: 40px;
}

article {
  margin-bottom: 50px;
}

.last-project__table {
  font-size: 15px;
  width:100%;
}

.last-project__title {
  background-color: #15bd9a;
  color: #fff;
  padding: 20px 30px;
 /*  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
  font-weight: 100;
  font-size: 22px;
  text-align: center;
}

.last-project__title a {
color: inherit;
}

.last-project__box {
padding: 40px;
background-color:#fff;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.last-project__box th{
  vertical-align: top;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.last-project__box tr{
border-bottom:1px #ccc solid;
}
.last-project__box td{
  padding-top: 10px;
  padding-bottom: 10px;
  }

.last-project__box ul li{
 list-style: none;
} 
.last-project__slider {
  margin-top: 30px;
  }

  .last-project__slider .slick-prev, .last-project__slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37px;
    display: block;
    width: 50px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 2px #8e4387 solid;
    outline: none;
    background: white;
    border-radius: 5px;
}
.last-project__slider .slick-prev {
left: 19px;
}
.last-project__slider .slick-next {
  right: 19px;
  }

  .last-project h1{
     text-align: center;
     padding-top: 20px;
  }
  .sub-page-title--secondary {
    color: #2db189;
    text-align: center;
    font-size: 28px;
  }

  .title-mob {
    display: none;
    margin-bottom: 15px;
  }

  @media (max-width:768px) {
    #about h2{
      margin-bottom: 20px;
    }
    .about__intro + h6{
      font-size: 25px;
      text-align: left;
      margin: 30px auto 20px auto;
    }
    .about__intro .btn-ad{
      text-align: center;
      margin-top: 40px;
    }
  }
/*Talents*/

.talent{
  margin-bottom: 40px;
}
@media (max-width: 600px){
  .talent{
    margin-top: 210px;
  }
}
@media (min-width: 481px) and (max-width: 768px){
  .talent{
    margin-top: 70px;
  }
}
.talent h1 {
text-align: center;
margin: 30px 0 20px 0;
font-weight: 300;
}
@media (max-width: 600px){
  .talent h1 {
    font-size: 28px;
    }
}
.talent-card__wrapper fieldset {
  margin-right: 30px;
  }
.talent-card__wrapper fieldset h4{
  font-size: 12px;
  text-transform: uppercase;
  margin: 6px 10px 0 0;
  width: 80px;
}
@media (max-width:768px) {
  .talent-card__wrapper{
    width: 100%;
  }
}

.talent-card__list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

@media (min-width:769px) and (max-width:1024px) {
  .talent-card__list{
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media (min-width:650px) and (max-width:768px) {
  .talent-card__list{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width:651px) {
  .talent-card__list{
    grid-template-columns:  1fr;
    row-gap: 20px;
  }
}
.talent-card__item{
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color:#626262;
    border:3px #fff solid;
}
@media (max-width:651px) {
  .talent-card__item{
    padding: 20px;
  }
}

.talent-card__item h3{
  margin-top: 0;
  color:#626262;
  font-weight: 200;
  font-size: 28px;
}
@media (max-width:651px) {
  .talent-card__item h3{
    font-size: 20px;
  }
}

.talent-card__profession{
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  color:#15AD8F;
  display: block;
  margin-bottom: 14px;
}
@media (max-width:651px) {
  .talent-card__profession{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.talent-card__years {
  display: flex;

  }

.talent-card__body {
 /*  background-color:#f8f9fa;
  border-radius:15px;
  padding: 5px;
  margin: 20px 0;
  position: relative;
  display: block; */
}
/* .talent-card__body {
  font-size: 16px;
  line-height: 20px;
  background-color:#f8f9fa;
  border-radius:15px;
  padding: 30px;
  margin-bottom: 20px;
} */
.talent-card__info {
font-size: 14px;
}
.talent-card__info h4 {
margin: 0 0 15px 0;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;


  }


.talent-card__btn {
  padding: 11px 15px;
    border: 4px solid #7071d0;
    border-radius: 83px;
    background-color: #393bab;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fafafa;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 10px;
}


/* .talent-card__item .talent-card__btn{
  opacity: 0;
} */
.talent-card__item:hover .talent-card__btn{

  /* opacity: 1; */
  transition: all .6s;
  border: 4px solid rebeccapurple;
  border-radius: 83px;
  background-color: rebeccapurple;
  color:#fff;
  text-decoration: none;
} 

.talent-card__item:hover {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border:3px #15AD8F solid;
/* transform: scale(1.01); */
} 
.talent-card__item:hover .talent-card__info {
color:#000;
  }


.talent-skills__list {
 display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  padding: 0;
}

.talent-skills__item{
/*   padding: 5px 15px;
  line-height: 1.3em; */
/*   background-color: #e74c3c;
  color:#fff;
  border-radius: 40px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase; */
  list-style: none;
/*   margin-right: 5px;
  margin-top: 5px; */
  display: block;
  width:100%;
}

.talent-card__row {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.icon-eng{
  background: url('../img/icon-eng.svg') no-repeat 0 0;
  background-size: 100%;
  width:23px;
  display: inline-block;
  position: relative;
  top:3px;
  margin-right: 5px;
}

.icon-user{
  background: url('../img/icon-user.svg') no-repeat 0 0;
  background-size: 100%;
  width:25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top:2px;
  margin-right: 0px;
}

.flag-ua {
color:#000000;
text-align: center;
background-color:#eee;
font-size: 12px;
text-transform: uppercase;
padding: 6px 0;
width: 100%;
}
.main-tool-bar--scrolled .flag-ua{
  display: none;
}
@media (max-width:767px) {
  .flag-ua{
    font-size: 11px;
    padding: 3px 15px;
    text-align: left;
  }
}
.flag-ua img{
  width: 25px;
  height: auto;
  position: relative;
  margin-right: 10px;
}
@media (max-width:768px) {
  .flag-ua img{
    width: 20px;
    margin-right: 6px;
  }
}

/*filters*/
  #Filters{
    margin-bottom: 20px;
  }

  #Reset {
    width: 150px;
    background: none;
    border:1px #ccc solid;
  }

  button{
	display: inline-block;
	vertical-align: top;
	padding: .4em .8em;
	margin: 0;
	background: #68b8c4;
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
  }
   
  button:focus{
	outline: 0 none;
  }
   
  .controls{
    display: flex;
    flex-direction: column;
/* 	background: #333;
	padding: 2%; */
  }
   
  fieldset{
	display: flex;
  border-bottom:1px #ccc solid;
  padding-top:10px;
}
  fieldset:last-of-type{
    border-bottom:none;
    padding-top:10px;
}

  .checkbox{
	display: block;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
  }
  
  fieldset .checkbox:first-of-type {
    margin: 0 15px 0 0;
  }

.checkbox+.checkbox {
     margin-top: 0; 
}
  .checkbox input[type="checkbox"]{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
  }
  
  .checkbox label{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
  font-size: 15px;
  }
  
  .checkbox label:before,
  .checkbox label:after{
	content: '';
	display: block;
	position: absolute;
  }
  
  .checkbox label:before{
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px;
  }
  
  .checkbox label:after{
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #15AD8F;
	opacity: 0;
	pointer-events: none;
  }
  
  .checkbox input:checked ~ label:after{
	opacity: 1;
  }
  
  .checkbox input:focus ~ label:before{
	background: #eee;
  }
  
  .container .mix{
	display: none;
  }
  
  
  /**
   * Fail message styles
   */
  
  .container .fail-message{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	transition: 150ms;
  }
  
  .container .fail-message:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
  }
  
  .container .fail-message span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
  }
  
  .container.fail .fail-message{
	opacity: 1;
	pointer-events: auto;
  }
  

  /**/

  @media only screen and (max-width : 480px) {
    fieldset {
      display: grid;
      grid-template-columns: repeat(3, 1fr) ;

    }
 
  }
/*Scrolltrigger*/
.main-tool-bar {
  height: 133px;
  background-color: var(--bg-header);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
@media (max-width:767px) {
  .main-tool-bar {
    text-align: left;
    height: 50px;
  }
}
.main-tool-bar--scrolled {
  height: 61px;
  background-color: var(--dark-blue);
  color:var(--white);
}
@media (max-width:1023px) {
  .main-tool-bar--scrolled {
    height: 163px;
    background-color: var(--bg-header);
    position: relative;
  }
}
.scrollable-area {
  margin-top: 128px;
}
@media (max-width:767px) {
  .scrollable-area {
    margin-top: 51px;
  }
}

.navbar-brand-content {
  transition: all .5s ease;
}
@media (max-width:797px) {
  .navbar-brand-content {
    display: none;
  }
}
.main-tool-bar--scrolled .navbar-brand-content{
  display: none;
}

.available{
  display: block;
}

.menu-top__dropdown .available {
  display: none!important;
}

/**/

img {
  max-width: 100%;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

/*swiper*/
.swiper {
  width: 60%;
  min-height: 300px;
}

.testimonials {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background-color: var(--white);
}
.testimonial__item {
  background-color: var(--white);
  padding: 45px;


}

.service-card__list {
    margin: 0 auto 20px auto;
    padding-left:0;
    color: var(--muted);
    display: grid;
    gap: 6px;
    width: 80%;
}

.service-card__list li{
list-style: none;
padding-left: 0;
margin-left: 0;
}

.btn-contact{
  padding-left: 35px!important;
  padding-right: 35px!important;
  border: none;
   border-radius: 83px;
    background-color: var(--green);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--white)!important;
    font-size: 20px;

}

.btn-contact:hover{
  background-color: var(--green-dark);
}

.menu-list li a.btn-contact::after{
display: none;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 1.5rem;
padding:20px 0;

}

.benefit-item {
  display: flex;
  flex-direction: row;
align-self: center;
align-content: center;
align-items: center;
gap:10px;
}

.benefit-item .fa {
  font-size: 20px;
color: var(--green-dark);
}
.benefit-item .fa-users{
  font-size: 16px;
}

.benefit-item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin-bottom: 0;
  width: 100%;
}


@media (max-width: 768px) {
  .benefits {
    gap: 1.2rem;
  }
  .benefit-item strong {
    font-size: 0.95rem;
  }
  .benefit-item small {
    font-size: 0.8rem;
  }
}

/* =============== VARIABLES =============== */
:root {
  --card-bg: #fff;
  --card-grad: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  --border: #E6E6EA;
  --text: #1F2430;
  --muted: #5D6775;
  --brand: #2D61E5; 
  --shadow: 0 10px 30px rgba(12, 20, 33, .10);
  --radius: 20px;
  --easing: cubic-bezier(.2,.8,.2,1);
}

/* =============== GRID LAYOUT =============== */
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 32px;
  max-width: 85%; 
  margin: 0 auto; 
}
@media (max-width: 600px) {
  .services {
  max-width: 100%; 
  }
}
@media (max-width: 821px) {
  .services {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* =============== CARD BASE =============== */
.service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-grad);
  color: var(--text);
  text-decoration: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform .35s var(--easing),
    box-shadow .35s var(--easing),
    border-color .35s var(--easing);
}
@media only screen and (max-width : 600px) {
.service-card {
 padding: 20px;
align-items: center;
  transition: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
}

.service-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius) + 1px);
  pointer-events: none;
  background: linear-gradient(135deg, rgba(45,97,229,.25), rgba(45,97,229,0) 40%, rgba(255,200,0,.2));
  opacity: 0;
  transition: opacity .35s var(--easing);
  z-index: 0;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.service-card:hover::after { opacity: .8; }

.service-card:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--brand) 70%, white);
  outline-offset: 3px;
}

/* =============== IMAGE SECTION =============== */
.service-card__media {
  margin: 6px 0 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible; 
}

.service-card__media img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  transform-origin: center bottom;
  transition: transform .6s var(--easing), filter .6s var(--easing);
  will-change: transform;
  animation: floaty 6s var(--easing) infinite;
  animation-delay: .4s;
}

.service-card:hover .service-card__media img {
  transform: translateY(-6px) rotate(-2deg) scale(1.03);
  filter: drop-shadow(0 8px 18px rgba(45,97,229,.20));
}

/* =============== TEXT SECTION =============== */
.service-card__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0 0 4px;
  color: var(--text);
}

.service-card__list {
  margin: 0 0 6px;
  padding-left: 1.1em;
  color: var(--muted);
  display: grid;
  gap: 6px;
}
@media only screen and (max-width : 600px) {
.service-card__list {
  margin: 0;
  padding-left: 0;
}
}
.service-card__list li { line-height: 1.45; }

/* =============== CTA =============== */
.service-card__cta {
  margin-top: auto;
  font-weight: 700;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .3s var(--easing);
}

.service-card:hover .service-card__cta {
  transform: translateX(4px);
}

/* =============== FLOAT ANIMATION =============== */
@keyframes floaty {
  0%   { transform: translateY(0) rotate(0); }
  50%  { transform: translateY(-4px) rotate(-.8deg); }
  100% { transform: translateY(0) rotate(0); }
}

/* =============== REDUCED MOTION =============== */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}


.page-header{
    color: #fff;
    padding: 20px 0;
     position: relative;
  overflow: hidden;
    background: linear-gradient(50deg, #0b1f2f 0%, #112f46 60%, #4493d5 100%);
}

 .page-header.ai::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icon-n3-start2.svg") no-repeat right center;
  background-size: 40%;
  opacity: 0.3;
  pointer-events: none; 
} 

.page-header.outstaff::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icon-n3-hr.svg") no-repeat right center;
  background-size: 40%;
  opacity: 0.3;
  pointer-events: none; 
}

.page-header.webdev {
  position: relative;
  overflow: hidden;
}
.page-header.webdev::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icon-n3-webdev.svg") no-repeat right center;
  background-size: 40%;
  opacity: 0.3;
  pointer-events: none; 
}

.page-header.mobdev {
  position: relative;
  overflow: hidden;
}
.page-header.mobdev::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icon-n3-mobdev.svg") no-repeat right center;
  background-size: 40%;
  opacity: 0.3;
  pointer-events: none; 
}

.domains__list{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.domains__list h5{
margin-top: 0;
}
@media only screen and (max-width : 600px) { 
.domains__list{
grid-template-columns: 1fr;
width: 80%;
margin: 30px auto;
}
}

 .dark-block{
background-color: var(--dark-blue);
color: var(--bg-header);
 }

 .mt-8{
  margin-top: 32px;
 }


 
/* ===== Swiper Slides with Backgrounds ===== */
.swiper {
  width: 100%;
  height: 500px;
  position: relative;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}


.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  animation: fadeInUp 0.9s ease both;
}

.slide-title {
  font-size: clamp(2.5rem, calc(1.5rem + 4vw), 7rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.slide-title span {
  background: linear-gradient(90deg, #6a00f4 0%, #c400ff 40%, #ff6f61 80%, #ffd86f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;                
  display: inline-block;
  padding-bottom: 2%;
}

.slide-subtitle {
   font-size: clamp(1.2rem, calc(1.2rem + 1vw), 5rem);
    margin-bottom: 25px;
  line-height: 1.5;
}


/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-banner {
  width: 100vw;              
  position: relative;
  overflow: hidden;
}


.hero-banner .slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;         
  width: 80%;
  margin: 0 auto;           
  padding: 20px;
  animation: fadeInUp 0.9s ease both;
}
@media (max-width:600px){
.hero-banner .slide-content {     
  width: 100%;
    padding: 20px;
}
}



:root{
  --obg-anim-1: .9s;
  --obg-anim-2: 1s;
  --obg-anim-3: 1.05s;
  --obg-anim-ease: cubic-bezier(.22,.61,.36,1); 
}

.slide-content .slide-title,
.slide-content .slide-subtitle,
.slide-content .slide-btn{
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
}

.slide-content.is-animating .slide-title{
  animation: obgFadeUp var(--obg-anim-1) var(--obg-anim-ease) forwards;
  animation-delay: .05s;
}
.slide-content.is-animating .slide-subtitle{
  animation: obgFadeUp var(--obg-anim-2) var(--obg-anim-ease) forwards;
  animation-delay: .22s;
}

@keyframes obgFadeUp{
  from{ opacity:0; transform: translateY(18px) }
  to  { opacity:1; transform: translateY(0) }
}

@keyframes obgFloatPulse{
  0%,100%{ transform: translateY(0) }
  50%    { transform: translateY(-2px) }
}

.swiper-slide{
  transform: scale(1.005);
  transition: transform 1400ms var(--obg-anim-ease);
}
.swiper-slide.swiper-slide-active{
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce){
  .slide-content .slide-title,
  .slide-content .slide-subtitle,
  .slide-content .slide-btn{
    opacity: 1; transform: none; animation: none !important;
  }
  .swiper-slide{ transform:none; transition:none; }
}


@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.swiper-slide {
  background-size: 300% 300%;
  animation: gradientFlow 18s ease-in-out infinite;
  transition: background 0.5s ease;
}
.slide-1, .slide-2, .slide-3{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 200px rgba(0,0,0,.35);
}

.slide-1{
  background-image:
    radial-gradient(60% 60% at 15% 20%, rgba(0,229,255,.25), transparent 60%),
    radial-gradient(40% 50% at 85% 30%, rgba(255,61,190,.22), transparent 65%),
    linear-gradient(120deg, #050814 0%, #0a1a2b 35%, #0b2a5a 55%, #052b45 70%, #0a0f2c 100%),
    linear-gradient(#050814, #0a0f2c);
}

.slide-2{
  background-image:
    radial-gradient(50% 55% at 20% 25%, rgba(225,0,255,.22), transparent 60%),
    radial-gradient(35% 45% at 80% 35%, rgba(127,0,255,.18), transparent 70%),
    linear-gradient(135deg, #0a0428 0%, #2a0e6e 35%, #6a00f4 58%, #e100ff 78%, #ff4ecd 100%),
    linear-gradient(#07031c, #0a0428);
}

.slide-3{
  background-image:
    radial-gradient(55% 60% at 18% 65%, rgba(255,46,147,.22), transparent 60%),
    radial-gradient(45% 50% at 82% 30%, rgba(255,194,58,.16), transparent 70%),
    linear-gradient(120deg, #1a022c 0%, #3b0b5f 28%, #7a0ee6 55%, #ff2e93 78%, #ffc23a 100%),
    linear-gradient(#12011f, #1a022c);
}

@media (color-gamut: p3){
  .slide-1, .slide-2, .slide-3{ filter: saturate(1.05) contrast(1.05); }
}

.slide-1:hover, .slide-2:hover, .slide-3:hover{
  animation: slideGlow 8s linear infinite;
}
@keyframes slideGlow{
  0%   { background-position: 0% 0%, 100% 0%, 0% 0%, 0% 0%; }
  50%  { background-position: 2% 1%, 98% 2%, 0% 0%, 0% 0%; }
  100% { background-position: 0% 0%, 100% 0%, 0% 0%, 0% 0%; }
}




.slide-1, .slide-2, .slide-3{
  background-blend-mode: overlay, screen, normal, normal;
}


.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.slide-content {
  position: relative;
  z-index: 2;
}



html, body {
  overflow-x: hidden;
}

.hero-banner,
.hero-banner .swiper,
.hero-banner .swiper-slide {
  width: 100%;
  max-width: 100vw;  
  overflow: hidden;
}

.hero-banner {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/* === Hero height adjusted for fixed header === */
:root { 
  --header-h: 133px; 
}

.hero-banner .swiper,
.hero-banner .swiper-wrapper,
.hero-banner .swiper-slide {
  height: calc(100vh - var(--header-h)) !important;
}

.hero-banner .swiper-slide {
  display: flex !important;
  align-items: center !important;  
  justify-content: center !important; 
  text-align: center;
}


.hero-banner{
   margin-top: var(--header-h);            
   height: calc(100vh - var(--header-h));  
}


@media (max-width: 1023px) {
  :root { --header-h: 163px; }
}
@media (max-width: 767px) {
  :root { --header-h: 50px; }
} 

@media (max-width: 600px) {

.hero-banner{ 
   height:auto;  
}


.hero-banner .swiper,
.hero-banner .swiper-wrapper,
.hero-banner .swiper-slide {
  height: calc(50vh - var(--header-h)) !important;
}

}

@media (max-width: 767px) {
  .contact-mob { 
    display: block;
  }
}


/* === Mobile offcanvas menu from right === */
@media (max-width:767px){

  body.menu-open { overflow: hidden; }

  .navbar .navbar-collapse{
    position: fixed;
    right: 0;
    top: var(--header-h);               
    width: 100vw;                       
    height: calc(100vh - var(--header-h));
    background: var(--dark-blue);
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 999;                       
    display: block !important;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
  }
  body.menu-open .navbar .navbar-collapse{
    transform: translateX(0);
    visibility: visible;
  }
  body.menu-open .navbar .navbar-collapse{
    transform: translateX(0);  
  }


  .menu-mob{ margin: 40px 24px; }
  .menu-mob li{ margin: 16px 0; }
  .menu-mob a{
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
  }


  .menu-mob .btn.btn-contact{
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
  }

  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--dark-blue)!important;
}

.inner-page .services {
  max-width: 100%;
}

.block{
  background-color: var(--bg-header);
  border-radius: 20px;
  padding: 40px;
}
.block h5{
margin-top: 0;

}


:root{
  --c-card: #11161d;
  --c-soft: #1b2230;
  --c-accent:#5aa8ff;
  --c-fixed:#66e3a3;
  --c-tm:#ffd166;
  --c-dedicated:#a78bfa;
  --c-hybrid:#f472b6;

  --r: 16px;                 
  --gap: 20px;             
  --shadow: 0 10px 30px rgba(0,0,0,.25);
}

.coop-models{
  background: radial-gradient(1200px 600px at 10% -20%, #132034 0%, transparent 70%) ,
              linear-gradient(180deg, var(--c-bg) 0%, #0a0d12 100%);
  color: var(--c-text);
  padding: clamp(24px, 4vw, 56px)  clamp(16px, 3vw, 32px);
  border-radius: calc(var(--r) * 1.25);
}

.coop-head{
  max-width: 960px;
  margin: 0 auto clamp(20px, 4vw, 40px);
  text-align: center;
}
.coop-title{
  font-size: clamp(22px, 3.6vw, 36px);
  line-height: 1.15;
  margin: 0 0 8px;
  color: var(--green);
}
.coop-subtitle{
  font-size: clamp(14px, 1.6vw, 18px);
  margin: 0;
}

/* ==== Grid ==== */
.models-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
  max-width: 1200px;
  margin: 0 auto;
}
.model-card{
  grid-column: span 6;   
  border-radius: calc(var(--r) * 1.25);
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.2vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--card-grad);
    color: var(--text);
    text-decoration: none;
    position: relative;
    isolation: isolate;
    overflow: hidden;

}
.model-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}



.model-card--fixed .model-card__head{ --stripe: var(--c-fixed); }
.model-card--tm .model-card__head{ --stripe: var(--c-tm); }
.model-card--dedicated .model-card__head{ --stripe: var(--c-dedicated); }
.model-card--hybrid .model-card__head{ --stripe: var(--c-hybrid); }

/* ==== Card head ==== */
.model-card__head{
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative;
}
.model-card__head::after{
  content:"";
  position:absolute;
  inset:auto 0 -1px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--stripe), transparent);
  opacity:.7;
}
.model-card__icon{
  width: 52px; height: 52px;
  display:grid; place-items:center;
  background: var(--green)!important;
  border-radius: 14px;
}
.model-card__icon .svg-icon{
  width: 28px; height: 28px;
  fill: currentColor;
  color: var(--stripe, var(--c-accent));
}
.model-card__titles{min-width:0;}
.model-card__title{
  font-size: clamp(18px, 2.4vw, 26px);
  margin: 0;
  font-weight: 600;
}
.model-card__tag{
  margin: 2px 0 0;
  color: var(--c-muted);
  font-size: 14px;
}

/* ==== Body ==== */
.model-chip{
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--c-text);
}
.model-list{
  margin: 8px 0 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.model-list li{ color: var(--c-text); }

/* ==== Risks block ==== */
.model-risk{
  margin-top: 6px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.model-risk__title{
  font-weight: 700;
  margin: 0 0 4px;
  font-size: 14px;
}
.model-risk__desc{
  margin: 0 0 8px;
  color: var(--c-muted);
}
.model-risk__fix ul{
  margin: 6px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
}
.model-badge{
  display:inline-block;
  font-size:11px;
  font-weight:700;
  padding:4px 8px;
  border-radius:8px;
  background: rgba(90,168,255,.15);
  border: 1px solid rgba(90,168,255,.3);
}

/* ==== Footer CTAs ==== */
.coop-cta{
  display:flex;
  gap:12px;
  justify-content:center;
  margin: clamp(18px, 4vw, 36px) auto 0;
}
.btn{
  --btn-pad: 12px 18px;
  --btn-radius: 999px;
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding: var(--btn-pad);
  border-radius: var(--btn-radius);
  font-weight:700;
  text-decoration:none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn--primary{
  background: linear-gradient(180deg, #5aa8ff, #3f7bd6);
  color:#07121f;
  border:1px solid rgba(255,255,255,.0);
}
.btn--primary:hover{ transform: translateY(-1px); }
.btn--ghost{
  background: transparent;
  color: var(--c-text);
  border:1px solid rgba(255,255,255,.16);
}
.btn--ghost:hover{ border-color: rgba(255,255,255,.28); }

/* ==== Responsive ==== */
@media (max-width: 1100px){
  .model-card{ grid-column: span 12; } 
}

@media (max-width: 821px){
  .models-grid{ gap: 14px; }
  .model-card{ padding: 14px; }
  .coop-cta{ flex-direction: column; }
  .btn{ width:100%; }
}

@media (max-width: 420px){
  .model-card__head{ grid-template-columns: 44px 1fr; }
  .model-card__icon{ width:44px; height:44px; border-radius:12px; }
  .model-card__icon .svg-icon{ width:24px; height:24px; }
}


.page-text {
margin: 80px 0;
font-size: 16px;
}
.page-text__container {
  width: 50vw;
  margin: 0 auto;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-text h2{
  font-size: clamp(2.2rem, 3.5vw + 0.5rem, 4rem);
  text-align: left;
  margin: 40px 0;
}

.page-text h3{
  font-size: clamp(2.2rem, 2.5vw + 0.5rem, 3rem);
  margin-top: 30px;
}

.page-text h4{
  font-size: clamp(1.8rem, 1.8vw + 0.5rem, 2rem);
  margin: 20px 0;
}


.btn-gradient {
  --border-width: 2px;
  --radius: 999px;
  --bg: #0b0b0b; 
--ring: linear-gradient(90deg, #6a00f4, #d600a4, #ff7b00, #fff94c);

  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
font-size: 22px;
padding:15px 40px;
  background:
    linear-gradient(var(--bg), var(--bg)) padding-box,
    var(--ring) border-box;
  background-size: 100% 100%, 200% 100%;
  background-position: 0 0, 0 0;
  transition:
    color .3s ease,
    box-shadow .3s ease,
    transform .08s ease;
}

.btn-gradient .btn-icon {
  display: inline-block;
  transition: transform .3s ease;
}

/* hover / focus */
.btn-gradient:hover,
.btn-gradient:focus-visible {
  animation: btn-border-pan 1.2s linear infinite;
  box-shadow: 0 0 16px rgba(0, 255, 213, 0.2);
  text-decoration: none;
}

.btn-gradient:hover .btn-icon,
.btn-gradient:focus-visible .btn-icon {
  transform: translateX(4px);
}


.btn-gradient:active {
  transform: translateY(1px);
}

@keyframes btn-border-pan {
  to {
    background-position: 0 0, 200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-gradient {
    animation: none !important;
    transition: none;
  }
}


.small {
  font-size: 14px;
}
.home-page .navbar-brand-content h1{
  margin-top: 3px;
}

.navbar-brand-title {
font-size: 14px;
    color: #637489;
    text-align: left;
    line-height: 1;
    font-weight: 700;
}