a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.blue {
  color: #4c76ff;
}

.burger {
  background: transparent;
  border: 2px solid #4c76ff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: none;
}

h3 {
  font-family: 'Lato';
  color: #4c76ff;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.heart {
  max-width: 235px;
  text-align: center;
  margin: auto;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.heart::before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 2px;
  background: #d7dadc;
}

.heart::after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 2px;
  background: #d7dadc;
}

header {
  height: 100vh;
  background: transparent url("../img/header_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  font-family: 'Lato';
}

header .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

header .menu-list {
  padding: 0 15px;
}

header .menu-link {
  color: #fff;
  font-weight: 100;
}

header .menu-link:hover::before {
  opacity: 1;
}

header .menu-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #4c76ff;
  -webkit-transform: translateY(-19px);
      -ms-transform: translateY(-19px);
          transform: translateY(-19px);
  opacity: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

header .logo {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
}

header .menu-top {
  padding: 20px 0 10px;
  background: rgba(16, 22, 54, 0.4);
}

header .header-caption {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
}

header .header-caption h1 {
  font-weight: 900;
  font-size: 62px;
  margin-bottom: 15px;
}

header .header-caption h2 {
  font-weight: 100;
  font-size: 48px;
  margin-bottom: 25px;
}

header .header-caption p {
  font-size: 18px;
  font-weight: 300;
}

header .header-caption p::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #4c76ff;
  -webkit-transform: translate(-40px, -5px);
      -ms-transform: translate(-40px, -5px);
          transform: translate(-40px, -5px);
}

header .header-caption p::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #4c76ff;
  -webkit-transform: translate(40px, -5px);
      -ms-transform: translate(40px, -5px);
          transform: translate(40px, -5px);
}

header .header-caption .social-icon {
  margin-top: 7%;
}

header .header-caption .social-icon .fa {
  font-size: 18px;
  opacity: .4;
  margin: 0 10px;
}

header .header-caption .social-icon .fa:hover {
  opacity: 1;
}

header .close {
  position: absolute;
  right: 30px;
  top: 5%;
  display: none;
}

header .close .fa {
  color: #4c76ff;
  font-size: 18px;
}

header .active-menu {
  right: 0 !important;
}

header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .active-link {
  color: #4c76ff;
}

.mobile {
  padding: 90px 0;
  font-family: 'Open sans';
  color: #282528;
}

.mobile .text {
  text-align: center;
  margin-bottom: 70px;
}

.mobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
  padding: 10px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  /*  .md-block({
            margin-bottom: 40px;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }); */
}

.mobile .box:hover {
  background: #fefce9;
}

.mobile .box .desc h5 {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.mobile .box .desc p {
  font-size: 13px;
  line-height: 25px;
}

.mobile .image {
  min-width: 30px;
  margin-right: 40px;
  /* .md-block({
            margin-right: 0;
            margin-bottom: 10px;
            flex-direction: column;
            align-items: center;
            text-align: center;
        });  */
}

.features {
  padding: 70px 0 110px;
  background: #efefef;
  font-family: 'Lato';
}

.features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.features .feature .image {
  min-width: 38px;
  margin-right: 13px;
}

.features .feature .desc {
  font-family: 'Open sans';
  color: #062033;
}

.features .feature .desc h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.features .feature .desc p {
  font-size: 11px;
  line-height: 20px;
}

.works {
  padding: 70px 0;
  text-align: center;
  color: #062033;
  font-family: 'Lato';
}

.works p {
  font-size: 14px;
  font-weight: 100;
}

.works .navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.works .navs .nav-item {
  padding: 10px 20px;
  margin: 0 10px;
}

.works .navs .nav-item .nav-link {
  font-weight: 900;
  font-size: 14px;
  color: #062033;
}

.works .navs .nav-active {
  background: #4c76ff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.works .navs .nav-active .nav-link {
  color: #fff;
}

.works .tab-item {
  position: relative;
}

.works .tab-item:hover .overlay {
  opacity: 1;
}

.works .tab-item img {
  width: 100%;
  height: 100%;
}

.works .tab-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 118, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.works .tab-item .overlay .fa {
  font-size: 20px;
  color: #fff;
}

.team {
  padding: 90px 0;
  text-align: center;
}

.team .slider {
  margin-top: 100px;
}

.team .member {
  position: relative;
}

.team .member:hover .overlay {
  opacity: 1;
}

.team .overlay {
  font-family: 'Open sans';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 118, 255, 0.95);
  padding: 20px 25px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.team .overlay h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.team .overlay p {
  font-size: 14px;
  line-height: 20px;
}

.team .overlay .social-icons {
  margin-top: auto;
}

.team .overlay .social-icons .social {
  padding: 10px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 5px;
}

.team .overlay .social-icons .social .fa {
  color: #fff;
  font-size: 18px;
}

.facts {
  padding: 75px 0;
  background: transparent url("../img/f_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
}

.facts h4 {
  font-size: 45px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.facts p {
  font-size: 14px;
  text-transform: uppercase;
}

.contact {
  padding: 80px 0 90px;
  font-family: 'Open Sans';
}

.contact .text {
  text-align: center;
  font-size: 18px;
  color: #062033;
  font-family: 'Lato';
  margin-bottom: 70px;
}

.contact h4 {
  margin-bottom: 30px;
}

.contact .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 0;
  margin-bottom: 15px;
}

.contact .form-control:focus {
  -webkit-box-shadow: 0 0 4px #4c76ff;
          box-shadow: 0 0 4px #4c76ff;
}

.contact .send {
  border: none;
  background: none;
  font-size: 13px;
  text-align: right;
}

.contact .send .fa {
  color: #4c76ff;
}

.contact .col-3 {
  margin-left: auto;
}

.contact .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact .social .fa {
  margin-bottom: 15px;
  color: #cdd2d6;
}

.contact .social .fa:hover {
  color: #4c76ff;
}

@media (max-width: 992px) {
  .facts p {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .burger {
    display: block;
  }

  header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: -50%;
    top: 15%;
    height: 60vh;
    background: rgba(16, 22, 54, 0.4);
    width: 35%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }

  header .menu-list {
    margin-bottom: 25px;
  }

  header .menu-link:hover {
    color: #4c76ff;
  }

  header .menu-link::before {
    display: none;
  }

  .features .feature {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .contact {
    text-align: center;
  }

  .contact .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contact .social {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .contact .social {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  header .header-caption h1 {
    font-size: 50px;
  }

  header .header-caption h2 {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  .team .overlay h6 {
    display: none;
  }

  .team .overlay p {
    display: none;
  }
}

@media (max-width: 420px) {
  header .header-caption h1 {
    font-size: 38px;
  }

  header .header-caption h2 {
    font-size: 28px;
  }

  header .header-caption p::before {
    display: none;
  }

  header .header-caption p::after {
    display: none;
  }
}