@charset "UTF-8";

html, body {
  overflow-x: hidden; }

::-webkit-scrollbar {
  display: none; }

@media (min-width: 1200px) and (max-width: 2000px) {
  .container {
    width: 80%; } }
@media (min-width: 2001px) {
  .container {
    width: 1400px; } }
body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 300;
  color: #31383e; }
.fontex {
    font-family: 'banda_regularregular', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.background_page {
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%; }

p {
  margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none !important; }

a:hover, a:focus {
  color: #f97b00 !important;
  outline: none !important;
  box-shadow: none !important; }

button:focus {
  outline: none !important;
  box-shadow: none !important; }

.p_l_0 {
  padding-left: 0;
  padding-right: 30px; }

.p_r_0 {
  padding-right: 0;
  padding-left: 30px; }

.btn {
  line-height: 40px;
  padding: 0 25px;
  background: none;
  color: rgba(0, 0, 0, 0.76);
  margin-top: 3%;
  letter-spacing: 0.5px;
  border-radius: 0;
  border: 2px solid #00a1a2;
  box-shadow: 0 0 35px -15px #000;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s; }
  .btn:hover {
    background: #00a1a2; }

.h_bordered {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 50px;
  line-height: 50px; }
  .h_bordered::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -11px;
    left: 0;
    width: 100px;
    height: 100px;
    border: 5px solid;
    border-top-color: #ffcb00;
    border-left-color: #efc00c;
    border-right-color: #f9e491;
    border-bottom-color: #caa103;
    box-shadow: 0 0 35px -15px #000; }

.h_bordered2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 50px; }
  .h_bordered2::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-bottom: 2px solid #00a1a2; }

.h_bordered22 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 50px; }
  .h_bordered22::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-bottom: 2px solid #fff; }

.bordered {
  border: 5px solid;
  border-top-color: #ffcb00;
  border-left-color: #efc00c;
  border-right-color: #f9e491;
  border-bottom-color: #caa103;
  box-shadow: 0 0 35px -15px #000; }

.img_shadow {
  box-shadow: 0 2px 20px -5px #aeb9c1; }

.heading_big {
  font-size: 124px;
  line-height: 124px;
  letter-spacing: 4px; }

.heading_65 {
  font-size: 65px;
  line-height: 1.2; }

.heading_54 {
  font-size: 54px;
  line-height: 1.2; }

.heading_42 {
  font-size: 42px;
  line-height: 1.5; }

.heading_32 {
  font-size: 32px;
  line-height: 1.5; }

.heading_24 {
  font-size: 24px;
  line-height: 1.5; }

.heading_18 {
  font-size: 18px;
  line-height: 1.5; }

.heading_16 {
  font-size: 16px;
  line-height: 1.5; }

.heading_14 {
  font-size: 14px;
  line-height: 1.5; }

.font_light {
  font-weight: 200; }

.font_bold {
  font-weight: 600; }

.font_semibold {
  font-weight: 600; }

.font_normal {
  text-transform: inherit; }

.color_white {
  color: #fff; }

.color_black {
  color: #31383e; }

.color_grey {
  color: #f7f7f7; }

.color_grey2 {
  color: #aeb9c1; }

.color_grey3 {
  color: #6f7a82; }

.color_blue {
  color: #5B8EFB; }

.color_blue2 {
  color: #0b102a; }

.color_red {
  color: #f9223e; }

.color_green {
  color: #00a1a2; }

.color_purple {
  color: #8b41c4; }

.color_purple2 {
  color: #642f8d; }

.color_purple3 {
  color: #200838; }

.color_yellow {
  color: #ffcb00; }

.color_yellow2 {
  color: #efc00c; }

.color_pink {
  color: #ff3366; }

.color_purple_blue {
  background-image: linear-gradient(to right top, #8b41c4, #5B8EFB);
  color: transparent;
  -webkit-background-clip: text; }

.color_red_purple {
  background-image: linear-gradient(to right top, #f9223e, #8b41c4);
  color: transparent;
  -webkit-background-clip: text; }

.color_red_blue {
  background-image: linear-gradient(to right top, #f9223e, #5B8EFB);
  color: transparent;
  -webkit-background-clip: text; }

.color_purple_purple3 {
  background-image: linear-gradient(to right top, #8b41c4, #200838);
  color: transparent;
  -webkit-background-clip: text; }

.color_green_blue {
  background-image: linear-gradient(to right top, #00a1a2, #5B8EFB);
  color: transparent;
  -webkit-background-clip: text; }

.background_white {
  background: #fff; }

.background_black {
  background: rgba(0, 0, 0, 0.76); }

.background_grey {
  background: #f7f7f7; }

.background_blue2 {
  background: #0b102a; }

.background_green {
  background: #00a1a2; }

.background_yellow {
  background: #ffcb00; }

.background_blue {
  background: #5B8EFB; }
  .background_blue.btn:hover {
    background: #0b102a;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red {
  background: #f9223e; }
  .background_red.btn:hover {
    background: #d21d34;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green {
  background: #00a1a2; }
  .background_green.btn:hover {
    background: #28a877;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple {
  background: #8b41c4; }
  .background_purple.btn:hover {
    background: #642f8d;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple2 {
  background: #642f8d; }
  .background_purple2.btn:hover {
    background: #200838;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple3 {
  background: #200838; }
  .background_purple3.btn:hover {
    background: #642f8d;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_blue {
  background: linear-gradient(to right top, #8b41c4, #5B8EFB); }
  .background_purple_blue.btn:hover {
    background: linear-gradient(to right top, #642f8d, #0b102a);
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_purple {
  background: linear-gradient(to right top, #f9223e, #8b41c4); }
  .background_red_purple.btn:hover {
    background: linear-gradient(to right top, #d21d34, #642f8d);
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_blue {
  background: linear-gradient(to right top, #f9223e, #5B8EFB); }
  .background_red_blue.btn:hover {
    background: linear-gradient(to right top, #d21d34, #0b102a);
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_purple3 {
  background: linear-gradient(to right top, #642f8d, #200838); }
  .background_purple_purple3.btn:hover {
    background: linear-gradient(to right top, #200838, #200838);
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green_blue {
  background: linear-gradient(to right top, #00a1a2, #5B8EFB); }
  .background_green_blue.btn:hover {
    background: linear-gradient(to right top, #28a877, #0b102a);
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_n {
  background: none; }

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: 0;
  border-top: 1px solid #d7d7d7;
  width: 100%;
  display: inline-block; }

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

.space {
  width: 100%;
  height: 5vh;
  display: inline-flex; }

.space2 {
  width: 100%;
  height: 7.5vh;
  display: inline-flex; }

.social_list {
  position: relative;
  z-index: 5;
  float: right;
  padding-left: 30px;
  margin: 38px 0 42px 20px; }
  .social_list li {
    padding-left: 0;
    padding-right: 10px;
    color: #0e0e0e;
    line-height: 25px; }
    .social_list li a:hover i {
      color: #f97b00; }

.copyright {
  font-size: 10px;
  float: right;
  color: #0e0e0e;
  line-height: 5vw; }

.h_contact div {
  float: left;
  line-height: 5vw; }
  .h_contact div:nth-child(1) {
    margin-right: 25px; }

footer {;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5%; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)); }

.overlay_v {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35), transparent, transparent) !important; }

.overlay_header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: linear-gradient(to bottom, rgba(14, 14, 14, 0.75), rgba(9, 19, 41, 0.4), rgba(9, 19, 41, 0.2), rgba(9, 19, 41, 0)); }

.d_table {
  display: table; }

.v_table {
  display: table-cell;
  vertical-align: middle; }

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

#wavybg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

.progress {
  height: 5px;
  background: #f7f7f7;
  margin-bottom: 25px; }

.progress-bar {
  background: #00a1a2; }

.countdown {
  width: 100%;
  margin: 25px 0 0 0; }
  .countdown ul#countdown {
    padding: 0; }
    .countdown ul#countdown li {
      display: inline-block;
      margin: 0;
      padding: 15px 0;
      line-height: 1;
      min-width: 90px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      margin-left: -1px;
      background: rgba(0, 0, 0, 0.1);
      text-align: center; }

.portfolio-filters {
  position: relative; }
  .portfolio-filters ul {
    margin: 0; }
    .portfolio-filters ul li {
      padding: 0; }
      .portfolio-filters ul li a {
        position: relative;
        text-transform: uppercase;
        display: inline-block;
        transition: all 0.3s ease;
        color: #9a9a9a;
        padding: 0;
        margin: 0 15px; }
        .portfolio-filters ul li a.active {
          color: #00a1a2; }
          .portfolio-filters ul li a.active::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #00a1a2;
            animation: border_tab 0.5s; }
        .portfolio-filters ul li a:hover {
          color: #00a1a2;
          transition: all 0.3s ease; }
      .portfolio-filters ul li:first-child a {
        margin-left: 0; }

@keyframes border_tab {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
#portfolio .portfolio-item,
#portfolio .portfolio-sizer {
  width: 25%; }
#portfolio .portfolio-item {
  float: left;
  height: 250px; }
  #portfolio .portfolio-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.3s; }
#portfolio .portfolio-item--width2 {
  width: 50%; }
#portfolio .portfolio-item.portfolio-item--height2 {
  height: 500px; }
  #portfolio .portfolio-item.portfolio-item--height2 img {
    height: 500px; }

.lightbox-gallery a .project-image {
  background: #00a1a2;
  transition: 0.3s;
  display: inline-flex;
  width: 100%; }
.lightbox-gallery a:hover {
  cursor: url("../img/cursor-plus.gif") 40 40, auto; }
  .lightbox-gallery a:hover img {
    opacity: 0.25;
    transition: 0.3s; }

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #e7eaf0; }

@media only screen and (min-width: 768px) {
  #google-container {
    height: 500px; } }
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 500px; } }
#cd-google-map {
  position: relative; }

#cd-zoom-in, #cd-zoom-out {
  display: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg"); }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 5px; } }
#cd-zoom-out {
  background-position: 50% -32px; }

.subscribe {
  text-align: left;
  width: 450px;
  margin: 0 auto;
  display: inline-block; }
  .subscribe .subscribe_form label {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff; }
  .subscribe .subscribe_form #mail-subscribe {
    width: 305px;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    float: left;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff; }
    .subscribe .subscribe_form #mail-subscribe:focus {
      border: 1px solid #fff; }
  .subscribe .subscribe_form .submit {
    float: right;
    margin: 0;
    color: #fff; }

.wrapper {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh; }

header {
  width: 100%;
  height: 105px;
  margin: 0 auto;
  padding: 0 5vw;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff; }
  header .brand {
    position: relative;
    z-index: 9;
    float: left;
    margin: 37.5px 0; }
    header .brand img {
      height: 110px; }
  header nav {
    position: relative;
    z-index: 9;
    float: right;
    height: 105px; }
    header nav #nav {
      line-height: 105px; }
    header nav ul li {
      padding: 0;
      margin: 0 5px;
      cursor: pointer;
      position: relative;
      transition: color 0.3s; }
      header nav ul li:hover {
        color: #00a1a2; }
    header nav .navbar-toggle {
      margin: 34px 0;
      padding: 0;
      position: fixed;
      right: 135px;
      top: 0; }
      header nav .navbar-toggle span {
        background: rgba(0, 0, 0, 0.76); }

.content {
  width: 90%;
  min-height: calc(100vh - 105px - 5vw);
  margin: 105px 5vw 5vw 5vw;
  position: absolute;
  z-index: 0;
  top: 0;
  padding-top: 12vh;
  background: #f7f7f7; }
  .content.full {
    width: 100%;
    min-height: 100vh;
    margin: 0; }
    .content.full .overlay_v::before {
      left: -50%;
      background: white; }
    .content.full#home .middle {
      padding-right: 50vw; }
      .content.full#home .middle p {
        padding-right: 15%; }

#about.full, #services.full, #portfolio.full, #contact.full {
  padding-top: 12vh;
  margin-top: 105px;
  margin-bottom: 5vw; }

#home {
  padding-top: 0;
    background-color: #001a17; }
  #home .middle {
    padding: 0 40vw 0 5vw;
    position: relative;
    z-index: 5; }
    #home .middle p {
      padding-right: 10%; }
  #home h1 {
    text-shadow: 0 1px 50px rgba(0, 0, 0, 0.5); }
  #home .overlay {
    background: linear-gradient(to right, rgba(14, 14, 14, 0.85), rgba(9, 19, 41, 0.46), rgba(26, 66, 125, 0.22), rgba(26, 66, 125, 0)) !important; }
.background_page {
    background-color: #001a17;
    background-position: 50% 50%;
    background-size: cover;
    transition: opacity 1s ease;
    opacity: 0;
}
.background_page.v_1 { background-image: url("../img/4.jpg"); }
.background_page.v_2 { background-image: url("../img/1.jpg"); }
.background_page.v_3 { background-image: url("../img/2.jpg"); }
.background_page.v_4 { background-image: url("../img/3.jpg"); }
.background_page.visible {
    opacity: 1;
}

#contact-form .form-group .form-control {
  border: none;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  width: 100%;
  color: #444444;
  background: #fff;
  display: block;
  margin: 15px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
  transform: translateX(0);
  font-weight: lighter;
  font-style: italic;
  box-shadow: 0 0 35px -15px #ddd; }
#contact-form .form-group textarea {
  min-height: 150px !important;
  resize: none; }

.loader-bg {
  width: 100vw;
  height: 100vh;
  background: #001a17;
  position: fixed;
  z-index: 9999; }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50vh - 15px);
  left: calc(50vw - 15px); }
  .loader svg path,
  .loader svg rect {
    fill: #fff; }

/* Scroll to effect */
.animate {
  opacity: 0; }

.animate.start {
  opacity: 1; }

/* Scroll to effect */
.animate {
  animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.animate.start {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-play-state: running;
  -webkit-animation-play-state: running; }

@media all and (min-width: 1920px) {
  body {
    font-size: 16px; }

  .heading_65 {
    font-size: 75px;
    line-height: 1.2; }

  .heading_54 {
    font-size: 64px;
    line-height: 1.2; }

  .heading_42 {
    font-size: 52px;
    line-height: 1.5; }

  .heading_32 {
    font-size: 42px;
    line-height: 1.5; }

  .heading_24 {
    font-size: 28px;
    line-height: 1.5; }

  .heading_18 {
    font-size: 24px;
    line-height: 1.5; }

  .heading_16 {
    font-size: 20px;
    line-height: 1.5; }

  .heading_14 {
    font-size: 16px;
    line-height: 1.5; }

  #home .middle {
    padding: 0 50vw 0 5vw; }

  .team .item {
    height: 450px; }

  .team .item .item_img::before {
    width: 200px;
    height: 200px;
    top: 60px;
    left: calc(50% - 100px); }

  #portfolio .portfolio-item {
    height: 350px; }
    #portfolio .portfolio-item img {
      height: 350px; }
  #portfolio .portfolio-item.portfolio-item--height2 {
    height: 700px; }
    #portfolio .portfolio-item.portfolio-item--height2 img {
      height: 700px; }

  header {
    height: 125px; }
    header .brand {
      margin: 48.5px 0; }
    header nav {
      height: 125px; }
    header .social_list {
      margin-top: 50px; } }
@media all and (min-width: 1921px) {
  body {
    font-size: 24px; }

  .heading_65 {
    font-size: 85px;
    line-height: 1.2; }

  .heading_54 {
    font-size: 74px;
    line-height: 1.2; }

  .heading_42 {
    font-size: 62px;
    line-height: 1.5; }

  .heading_32 {
    font-size: 52px;
    line-height: 1.5; }

  .heading_24 {
    font-size: 38px;
    line-height: 1.5; }

  .heading_18 {
    font-size: 34px;
    line-height: 1.5; }

  .heading_16 {
    font-size: 28px;
    line-height: 1.5; }

  .heading_14 {
    font-size: 24px;
    line-height: 1.5; }

  .team .item {
    height: 550px; }

  .team .item .item_img::before {
    width: 300px;
    height: 300px;
    top: 60px;
    left: calc(50% - 150px); }

  .testimonials .item .item_txt {
    font-size: 18px; } }
@media all and (min-width: 1025px) and (max-width: 1400px) {
  body {
    font-size: 15px; }

  .copyright {
    line-height: 3vw; }

  .h_contact div {
    line-height: 3vw; }

  #home .middle {
    padding: 0 40vw 0 3vw; }

  header {
    padding: 0 3vw;
    font-size: 12px;
    height: 85px; }
    header .brand {
      margin: 30px 0; }
    header nav {
      height: 85px; }
    header .social_list {
      margin: 30px 0 30px 20px; }

  footer {
    padding: 0 3vw;
    font-size: 12px; }

  .content {
    width: 94%;
    min-height: calc(100vh - 85px - 3vw);
    margin: 85px 3vw 3vw 3vw; } }
@media all and (max-width: 1024px) {
  #home .middle {
    padding: 0 30vw 0 3vw; }

  body, .testimonials .item .item_txt {
    font-size: 14px; }

  .heading_16 {
    font-size: 12px; }

  .testimonials .item .item_person {
    padding-left: 75px;
    padding-top: 10px; }

  .testimonials .item .item_img {
    width: 50px;
    height: 50px; } }
@media all and (max-width: 992px) {
  #home .middle {
    padding: 0 10vw 0 3vw; }

  .content.full#home .middle {
    padding-right: 10vw; }

  #portfolio .portfolio-item,
  #portfolio .portfolio-sizer {
    width: 50%; }
  #portfolio .portfolio-item {
    height: 200px; }
    #portfolio .portfolio-item img {
      height: 200px; }
  #portfolio .portfolio-item--width2 {
    width: 100%; }
  #portfolio .portfolio-item.portfolio-item--height2 {
    height: 400px; }
    #portfolio .portfolio-item.portfolio-item--height2 img {
      height: 400px; }

  footer {
    display: none; } }
@media all and (max-width: 767px) {
  header.background_n button.navbar-toggle.collapsed span {
    background: #fff !important; }

  header.background_n nav ul li {
    color: #444; }

  .heading_16 {
    font-size: 12px; }

  .testimonials .item .item_person {
    padding-left: 75px;
    padding-top: 10px; }

  .testimonials .item .item_img {
    width: 50px;
    height: 50px; }

  header nav ul li {
    margin: 0; }

  header nav .navbar-toggle {
    position: absolute;
    right: 0; }

  header {
    position: absolute;
    padding: 0 3vw;
    font-size: 12px;
    height: 85px; }
    header .brand {
      margin: 30px 0; }
    header nav {
      height: 85px; }
    header .social_list {
      margin: 30px 0 30px 20px; }
    header #nav {
      width: 100%;
      background: #fff;
      border: none;
      padding: 30px 0 30px 10px;
      position: fixed;
      left: 0;
      top: 85px;
      line-height: 25px !important;
      height: 85px;
      max-height: 85px; }

  .content {
    width: 94%;
    min-height: calc(100vh - 85px - 3vw);
    margin: 85px 3vw 3vw 3vw; }

  #home .middle {
    padding: 50px 3vw; }

  .swiper-slide.fadeInUpBig.animate.swiper-slide-active {
    opacity: 1; }

  .subscribe {
    width: 280px; }

  .subscribe .subscribe_form #mail-subscribe {
    width: 250px; }

  .subscribe .subscribe_form .submit {
    float: left;
    margin: 15px 0 0 0; }

  .col-xs-12 {
    padding: 0 30px; } }
@media all and (max-width: 480px) {
  .heading_big {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 2px; }

  .heading_65 {
    font-size: 45px; }

  .heading_54 {
    font-size: 34px; }

  .heading_42 {
    font-size: 22px; }

  .heading_32 {
    font-size: 18px; }

  .heading_24 {
    font-size: 16px; }

  .heading_18 {
    font-size: 14px; }

  .heading_16 {
    font-size: 12px; }

  .heading_14 {
    font-size: 12px; }

  .wrapper {
    height: inherit; }

  .h_contact div {
    width: 100%;
    margin: 5px 0 !important; }

  .copyright {
    width: 100%; }

  #about, .team, #services, #portfolio, #contact {
    padding: 15px; }

  .team .item {
    width: 80%;
    margin: 0 auto 25px !important;
    display: block; }

  .clients {
    padding: 0;
    padding-bottom: 25px; }
    .clients li.col-xs-3.item {
      width: 50%; }

  .testimonials .swiper-testimonial {
    padding-bottom: 25px; }

  .services .service {
    width: 100%;
    margin: 25px 0 !important; }

  .services .service::before {
    left: -15px; }

  .portfolio-filters ul li a {
    margin: 0 3px;
    font-size: 12px; } }
canvas#c {
  position: fixed;
  z-index: 3;
  width: 90%; }

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 0.25; }

.vegas {
  position: absolute !important;
  width: 100%;
  height: 100%; }