body {
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

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

.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: 40px 0 40px;
  position: relative;
}
@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;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px;
  color: #5a6671;
  font-family: 'Roboto', sans-serif;
  }
  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: 18px;
    position: relative;
    font-weight: 100;
  width: 80%;
  margin: 0 auto 26px auto;
  
  }


.main_head {
  /* min-height: 735px; */
  /*padding-top: 20px; */
  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: 50px 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: 30px;
padding-left: 30px;}

  .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;*/
  border-radius: 0;
  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: #eee;
  border: 1px solid #bbb;
  padding: 20px;
}
@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;
  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: 50px;
  margin-bottom: 20px;
  position: relative;
}
.contact-form-info-icon {
  color: #888;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form-info-title {
  color: #888;
  font-size: 18px;
}
.contact-form-info-desc {
  font-size: 12px;
}
@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 {
    color: #fff;
    background-color: #fa5454;
}

.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;
}

.cta-btn p {
    color: #fff;
    margin: .75em 0 0;
    font-size: 18px;
}

/* ==========================================================================
   3.Navbar
   ========================================================================== */
.navbar {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.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: #f56363;
    -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;
}
.site-motto {
  font-size: 12px;
  color: #000;
}
.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 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
  .navbar-brand-content {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
  }
  .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: -5px;
    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;
}

/*.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: 12px;
}

.s_aboutob {
    background-color: #f8f9fa;
}

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

.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 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: 90px;
}

.android h1{
color: #e74c3c;
font-weight: 700;
font-size: 30px;
margin-top: 20px;
margin-bottom: 20px;}

.web h1 {
  color: #15bd9a;
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ios h1 {
  color: #8e4387;
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.desk h1 {
  color: #f6871c;
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-description {
  color: #a3a1a2;
  margin-bottom: 35px;
}
h2.page-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top:0!important
}
.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: 14px;
  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: 18px; font-weight: 700; }
.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: 100px;
  }
}
@media (max-width: 767px) {
  .dcf-wrapper {
    margin: 0 15px;
    padding: 25px 15px 0;
  }
}
.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-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
@media (min-width: 768px) {
  .wwd-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wwd-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 48%;
    margin: 0 1% 15px;
  }
}
@media (min-width: 992px) {
  .wwd-item {
    width: 23%;
    margin-bottom: 20px;
  }
}
.wwd-item-icon {
  fill: #1abc9c;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 25px;
}
.wwd-item-title {
  color: #5A6671;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.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;
}

.page-text p {font-size: 16px;}

.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}
.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: 14px;}

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:20px; font-weight: 900}
.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;}

.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: 36px; font-weight: 900; margin: 30px 0 0 0; line-height: 34px;}
.startup h5 {font-size: 30px; 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; font-family: 'Roboto', sans-serif;}
.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;}

h1 {font-family: 'Roboto', sans-serif;}

.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: repeat(2, 50%);
   grid-template-rows: 1fr;
  justify-content: space-between;
  margin: 50px 0;
}
@media (max-width: 768px){
  .main-banner{

    grid-template-columns:100%;

 }
}
.main-banner__img{
position: relative;
 
}
.main-banner__img img{
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: absolute;
  left:-40px;
 }
 @media (max-width: 768px){
  .main-banner__img img{
    margin-top: 30px;
    position: relative;
    left:0;
   }
}

 .main-banner__text{
  padding-bottom: 40px;
 }
 .main-banner__text p{
    font-size: 16px;
    color:#33a475;
position: relative;
left:40px;
top:4px;
  }

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

   }  

 .menu-secondary {
   border:1px red solid;
   display: flex;
   margin-top: 100px;
   padding-top: 100px;

 }

 .h1-home {
     font-size: 34px;
     font-weight: bold;
     margin-top: 57px;
     line-height: 1.3;
 }

 .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;
 }
 .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: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
}
.stacks li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.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:86px;
  width: 86px;
  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;
}

/**/
.menu-wrapper{
  

}
.menu-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4,1fr);
  column-gap: 60px;
  margin: 0;
  padding: 0;
}

.menu-list li {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}

.menu-list li a{
  color:#000;
  font-size: 18px;
  display: flex;
  height: 60px;
  align-items: center;
  padding: 10px 0 10px 10px;
  transition: all .5s;
}

.menu-list li a:hover{
  text-decoration: none;
  background-color:#f7f7f7;
}

.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;  
}
@media only screen and (max-width : 992px) {
  .nav-web::before {
    background-size: 38px; 
  }
}

.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 only screen and (max-width : 992px) {
  .nav-mob::before {
    background-size: 38px; 
  }
}

.nav-startup::before {
  content:'';
  background: url('../img/icon-software-dev.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-startup::before {
    background-size: 38px; 
  }
}

.nav-outstaff::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 only screen and (max-width : 992px) {
  .nav-outstaff::before {
    background-size: 38px; 
  }
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
}
.navbar-toggle {
  margin-top: 17px;
  margin-right: 20px;
}

.about__intro{
  text-align: justify;
  margin: 0 auto;
  width: 80%;
}

.about__wrapper.one{
   text-align: justify;
   margin: 0 auto;
   width: 80%;
   font-size: 16px;
 display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr 1fr ;
  column-gap:60px;
  justify-content: space-between; 
  margin-bottom: 40px;
}
.about__wrapper.two{
  text-align: justify;
  margin: 0 auto;
  width: 80%;
  font-size: 16px;
 display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr ;
  column-gap:60px;
  justify-content: space-between; 
  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;
}

.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: 36px;
    font-weight: 200;
    margin-bottom: 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;
}
.case__row:last-of-type{
    margin-bottom: 0;
}

.case__left{
  font-weight: 900;
  white-space: nowrap;
  text-align: right;
}

.case__box{
  background-color: #fff;
  padding: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 350px;
  
}

.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;
}
.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.one{
 display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 70% 30% ;
  column-gap:30px;
  justify-content: space-between; 
  margin: 30px 0;

}