@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700|Muli:400,600,700,800");
.mast {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #111; }
  .mast:after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.9); }
  .mast > header {
    z-index: 2;
    position: relative; }
  .mast__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: 50%; }
  .mast__header {
    padding: 5%; }
 
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1); }
  66% {
    opacity: 1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.9); }
  77% {
    opacity: 1; }
  100% {
    opacity: 1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0); } }
.btn-hover-effect {
  display: flex;
  color: #fff;
  }

/* effects styles !!!YOU NEED THEM */
/* don't forget to add your own background-color and text color */
.btn-hover-effect {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  display: flex;
  align-items: center;
  
  transform: translateZ(0);
  text-decoration: none;
  overflow: hidden; }

/* effect 1 styles */
.btn-hover-effect--effect-1 {
  /* overlay block styles */
  /* icon styles */ }
  .btn-hover-effect--effect-1:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1; }
  .btn-hover-effect--effect-1:after {
    position: absolute;
    top: 1px;
    right: -40px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: 900;
    line-height: inherit;
    opacity: 0; }
  .btn-hover-effect--effect-1:hover {
    padding-left: 16px !important;
    padding-right: 36px; }
    .btn-hover-effect--effect-1:hover:before {
      transform: scale(1, 1);
      transform-origin: left top; }
    .btn-hover-effect--effect-1:hover:after {
      right: 0;
      opacity: 1; }

/* effect 2 styles */
.btn-hover-effect--effect-2 {
  /* overlay block styles */ }
  .btn-hover-effect--effect-2:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1; }
  .btn-hover-effect--effect-2:hover:before {
    transform: scale(1, 1);
    transform-origin: left top; }
  .btn-hover-effect--effect-2:hover:after {
    right: 0;
    opacity: 1; }

.topa {
  background: url('../img/bg.jpg') bottom;
  background-size: cover;
  margin-bottom: 100px;    position: relative;
    z-index: 1; }
  .topa h1 {
    line-height: 350px;
    color: #fff;
    text-align: center;

  }
.topa:before {
    background: linear-gradient(to left, #0078ff, #bb0477);
    position: absolute;
    z-index: -1;
    opacity: .9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.bott {
    margin-top: 100px;
    padding: 30px;
    background: #363a3e;
     text-align: center;
  font-size: 11px;
  color: #eee;}

html, body {
   }

 

 

body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
  letter-spacing: .5px; }

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

.list-group-item {
  padding: 10px 15px 10px 0;
  background: none;
  border: none; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none; }

.color_white {
  color: #fff; }

.color_black {
  color: #435065; }

.color_blue {
  color: #0061FF; }

.color_red {
  color: #E52C4B; }

.color_pink {
  color: #FF0058; }

.color_green {
  color: #1ecc8b; }

.color_green2 {
  color: #21ffd6; }

.color_grey {
  color: #1d3650; }

.color_grey2 {
  color: #a5b5c1; }

.color_blue2 {
  background-image: linear-gradient(to right top, #4952e2 40%, #0061FF) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.background_white {
  background: #fff; }

.background_black {
  background: #435065 !important; }

.background_dark {
  background: #435065 !important; }

.background_blue {
  background: #0061FF !important; }

.background_grey {
  background: #1d3650; }

.background_pink {
  background: #FF0058 !important; }

.background_green {
  background: #1ecc8b !important; }

.background_green2 {
  background: linear-gradient(to top right, #2bebff, #00ff72) !important; }

.background_black2 {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.75), transparent) !important; }

.background_blue2 {
  background: linear-gradient(to top right, #4952e2, #0061FF) !important; }

.background_red2 {
  background: linear-gradient(to right, #E52C4B, #D02744) !important; }

.background_purple {
  background: linear-gradient(to right, #4d2aaa, #3f228a) !important; }

.bg_no {
  background: none !important; }

.bg_img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  transition: .3s ease; }
  .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.bg_video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .bg_video video {
    min-width: 100vw;
    min-height: 100vh; }

.background_dots {
  background: url(../img/pattern-white.svg) repeat;
  height: 100%;
  opacity: .2;
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0; }

.background_youtube {
  z-index: -11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .background_youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

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

.canvas {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-filter: url("#goo");
  filter: url("#goo"); }

body .vegas-container {
  position: fixed;
  z-index: -1;
  width: 55vw;
  top: 0;
  right: 0;
  height: 100vh !important; }

.opacity_25 {
  opacity: 0.25; }

.opacity_5 {
  opacity: 0.5; }

.opacity_75 {
  opacity: 0.75; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  }

h1, .h1 {
  font-size: 42px; }

.letter-spacing_2 {
  letter-spacing: 2px; }

.letter-spacing_1 {
  letter-spacing: 1px; }

.letter-spacing_05 {
  letter-spacing: 0.5px; }

.relative {
  position: relative; }

.text_shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }

.overlay_black_25 {
  z-index: 0;
  background: #1d3650;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay_black_5 {
  z-index: 0;
  background: #1d3650;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay_black_7 {
  z-index: 0;
  background: #1d3650;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay_black_75 {
  z-index: 0;
  background: #1d3650;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay_gradient {
  z-index: 0;
  background: linear-gradient(to right, rgba(5, 8, 101, 0.8), rgba(0, 24, 49, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.overlay_gradient2 {
  z-index: 0;
  background: linear-gradient(to right, rgba(79, 88, 102, 0.8), rgba(141, 155, 178, 0));

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .text_r {
    z-index: 0;
    
    width: 100%;
    height: 100%; }
.space_5 {
  height: 5vh;
  width: 100%;
  display: table; }

.space_10 {
  height: 10vh;
  width: 100%;
  display: table; }

.space_15 {
  height: 15vh;
  width: 100%;
  display: table; }

.space_20 {
  height: 20vh;
  width: 100%;
  display: table; }

.space_30 {
  height: 30vh;
  width: 100%;
  display: table; }

.font_bold {
  font-weight: 700; }

.font_serif {
  font-family: 'Muli', sans-serif; }

.text_bordered {
  position: relative; }
  .text_bordered:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(to left, #0078ff, #bb0477);
    opacity: .1;
    box-shadow: 0 5px 20px -4px #999; }

.no_padding {
  padding: 0; }

.btn {
  background: #fff;
  border: none;
  border-radius: 50px;
  line-height: 54px;
  height: 54px;
  padding: 0 35px;
  color: #1d3650;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 25px 0 0;
  box-shadow: 0 5px 95px -10px #000000;
  transition: 0.3s background, 0.3s box-shadow; }
  .btn.shw {
    box-shadow: 0 5px 95px -10px #ffffff; }
  .btn:hover, .btn:focus {
    color: #fff;
    box-shadow: 0 5px 75px -10px #435065; }
  .btn i {
    margin-right: 5px;
    margin-left: 0; }
  .btn.bordered {
    color: #fff;
    background: none;
    border: 2px solid #fff; }

.d_table {
  display: table;
  width: 100%;
  height: 100vh; }

.d_table_v {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.d_table_b {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0 35px; }

.img_shadow {
  box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.25); }

.img-rounded {
  border-radius: 10px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent; }

.big-title {
  font-size: 22px; 
margin-top:20px;}
  .big-title1 {
    font-size: 24px;
   }
.copyright {
  position: fixed;
  bottom: 10px;
  right: 15px;
  font-size: 10px;
  color: #fff;
  opacity: .5;
  z-index: 2; }
  .copyright:before {
    content: '';
    position: absolute;
    right: -15px;
    bottom: -100%;
    width: 250%;
    height: 200%;
    background: linear-gradient(to left top, #161c33, rgba(0, 0, 0, 0) 50%);
    z-index: -1; }

.loader_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999; }
  .loader_bg div:nth-child(2) {
    position: fixed;
    top: 55vh;
    width: 80px;
    left: calc(50% - 40px);
    color: #000;
    font-size: 11px;
    letter-spacing: 3px;
    opacity: .5; }

.loader {
  display: inline-block;
  width: 3em;
  height: 3em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none; }

.loader {
  position: absolute;
  top: calc(50% - 1.5em);
  left: calc(50% - 1.5em); }
  .loader:before, .loader:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #0061FF;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 50%;
    box-shadow: -1.5em 0 0 #0061FF;
    animation: loader 1s linear infinite; }
  .loader:after {
    top: 50%;
    bottom: 0;
    animation-delay: .25s; }

@keyframes loader {
  0%,
  100% {
    box-shadow: -1.5em 0 0 transparent;
    background-color: #0061FF; }
  50% {
    box-shadow: -1.5em 0 0 #0061FF;
    background-color: transparent; } }
.oop {
  opacity: 0;
  transition: 0.3s ease; }

.brand {
  position: absolute;
  top: 5vh;
  left: 50%;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    }

.menu {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 5;
  width: 30px;
  height: 30px; }
  .menu span {
    width: 100%;
  
    margin: 5px 0;
    display: block;
     }

.left {
  height: 100vh;
  position: relative;
  width: 48vw;
  display: table;
  padding: 5vh 5vw;
  float: left;
  transition: .5s ease; }
  .left.opa {
    opacity: .1;
    transition: .5s ease; }
  .left .content {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
    .left .content h2 {
      font-size: 70px; }
    .left .content p {
      opacity: .7; }
    .left .content .btn.background_green2 {
      color: #000; }

.right {
  height: 100vh;
  position: relative;
  width: 50vw;
  display: table;
  padding: 5vh 5vw;
  float: right;
  transition: left .5s ease, opacity .5s ease; }

.exp {
  background: #fff;
  height: 100vh;
  width: 55vw;
  position: fixed;
  top: 0;
  right: -55vw;
  z-index: 9;
  transition: right .5s ease;
  overflow-y: scroll; }
  .exp:before {
    content: '';
    position: fixed;
    left: calc(45vw - 25px);
    top: 100vh;
    width: 25px;
    height: 100vh;
    background: linear-gradient(to bottom, #0078ff, #bb0477);
    z-index: 9;
    transition: .5s; }
  .exp.active {
    right: 0; }
    .exp.active:before {
      top: 0;
      transition-delay: .5s;
      transition: 1s; }
  .exp .title {
    font-size: 48px;
    display: inline-block;
    line-height: 1.5;
    color: #1d3650; }

#about {
  padding: 5% 10%; }

  

.countdown li {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  margin-right: 25px; }
  .countdown li span {
    font-size: 16px; }

.services .service {
  position: relative;
  overflow: hidden; }
  .services .service:nth-child(1) {
    border-right: 1px solid #eaf1f7;
    padding-right: 5%; }
  .services .service:nth-child(2) {
    padding-left: 5%; }
  .services .service h4 {
    margin-bottom: 15px;
    color: #1d3650; }
  .services .service p {
    color: #89949e;
    font-weight: lighter;
    letter-spacing: 0.5px;
    transition: .2s ease; }
  .services .service .icon {
    border-radius: 50px;
    height: 80px;
    padding: 0;
    width: 80px;
    background: #fff;
    transition: .3s ease;
    transition-delay: .3s;
    margin-left: -10px; }
    .services .service .icon img {
      height: 60px;
      width: 60px;
      display: table;
      margin: 0 auto; }

#works {
  padding: 0;
  /*Zoom Out*/ }
  #works .item {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden; }
    #works .item a:hover {
      cursor: url("../img/drag_b.png"), url("../img/drag_b.png"), auto !important; }
    #works .item img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      object-position: center; }
    #works .item .info {
      display: none;
      position: absolute;
      z-index: 2;
      width: 100%;
      padding: 3% 5%;
      bottom: 0;
      left: 0;
      color: #fff; }
      #works .item .info h4 {
        text-transform: uppercase;
        margin: 10px 0 0;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.41); }
  #works .zoomOut img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  #works .zoomOut:hover img {
    -webkit-transform: scale(1);
    transform: scale(1); }

#contact {
  padding: 5% 0; }

.contact {
  position: relative;
  padding: 0 10%; }
  .contact .contact_info > div {
    display: inline-block;
    margin-right: 15%; }
    .contact .contact_info > div:nth-child(3) {
      margin-right: 0; }
  .contact .item {
    width: 33%;
    float: left;
    text-align: center;
    padding: 15px 0; }
    .contact .item img {
      margin: 0 auto 15px; }
  .contact #contact-form {
    text-align: left; }
    .contact #contact-form .form-group .form-control {
      line-height: 54px;
      height: 54px;
      width: 100%;
      background: #fff;
      background: #F0F2F7;
      display: block;
      margin: 2px 0 0;
      padding: 0 25px;
      border-radius: 0;
      transition: .3s ease;
      border: 1px solid #F0F2F7;
      color: #1d3650;
      font-size: 14px;
      font-weight: lighter;
      letter-spacing: .5px;
      box-shadow: none; }
      .contact #contact-form .form-group .form-control:hover, .contact #contact-form .form-group .form-control:focus {
        background: #fff;
        border: 1px solid #0078ff;
        box-shadow: 0 5px 50px -15px #999; }
    .contact #contact-form .form-group textarea {
      min-height: 150px !important;
      resize: none; }
  .contact .btn {
    box-shadow: 0 6px 45px -10px #cacaca;
    transition: .3s;
    background: linear-gradient(to top right, #0078ff, #bb0477);
    color: #fff;
    height: 70px;
    line-height: 70px;
    border-radius: 0; }
    .contact .btn:hover {
      box-shadow: 0 10px 45px -10px #a0a0a0;
      transition: .3s; }
    .contact .btn i {
      margin-right: 10px; }
  .contact ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a5b5c1; }
  .contact :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a5b5c1;
    opacity: 1; }
  .contact ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a5b5c1;
    opacity: 1; }
  .contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a5b5c1; }

#team {
  margin: 10vh auto;
  padding: 0 10%;
  display: inline-block;
  width: 100%; }
  #team .item {
    text-align: center;
    width: 31%;
    margin: 1%;
    float: left;
    color: #1d3650; }
    #team .item p {
      margin: 0; }
    #team .item img {
      margin: 0 auto;
      height: 200px;
      object-fit: cover;
      object-position: center;
      transition: .3s ease;
      box-shadow: 0 15px 40px -15px #949494; }
    #team .item .social-k {
      margin-top: 15px; }
      #team .item .social-k .list-inline {
        margin-left: 0; }
      #team .item .social-k li:nth-child(1) {
        color: #3a68d9; }
      #team .item .social-k li:nth-child(2) {
        color: #3ed8f9; }
      #team .item .social-k li:nth-child(3) {
        color: #49b0d9; }
      #team .item .social-k li:nth-child(4) {
        color: #ff43a0; }
    #team .item span {
      color: #a5b5c1;
      font-size: 14px; }

.subscribe {
  position: relative;
  z-index: 1;
   }
  .subscribe .controls > div {
    box-shadow: 0 30px 150px -20px rgba(0, 0, 0, 0.4);
    display: inline-block;
    width: 100%;
    transition: .3s;
    position: relative; }
    .subscribe .controls > div:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 70px;
      background: linear-gradient(to bottom left, #0078ff, #bb0477);
      z-index: 1; }
    .subscribe .controls > div:hover {
      box-shadow: 0 30px 150px -20px rgba(0, 0, 0, 0.7); }
  .subscribe input {
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-size: 16px; }
    .subscribe input::placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.4); }
    .subscribe input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.4); }
  .subscribe .btn {
      text-align: center;
    
    width: 100%;
    background: linear-gradient(to bottom left, #0078ff, #bb0477);
    color: #fff;
    letter-spacing: 1px;
    height: 70px;
    line-height: 70px;
    
    border-radius: 0;
    border: 2px solid #fff;
    transition: .3s;
    margin-top: 0;
    box-shadow: none; 
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.subscribe .btn span{
    
    margin-top: -2px;
   
 
}
   
  .subscribe label {
    opacity: .4;
    font-weight: lighter;
    font-size: 13px; }

.social {
 
   position: relative;
margin-top:70px;
  left: 40%;
    
   }
  .social span {
    font-weight: bold;
    color:white;
    
    opacity: .7; }
  .social ul {
    margin: 0; }
  .social li {
    width: 46px;
    height: 46px;
    padding: 13px 0;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 3px 30px -10px rgba(0, 0, 0, 0.7);
    margin: 0 2px;
    color: #fff; }
    .social li:nth-child(1) {
      background: linear-gradient(to left bottom, #005dc5, #00a1ff); }
    .social li:nth-child(2) {
      background: linear-gradient(to left bottom, #18b2ce, #1edcff); }
    .social li:nth-child(3) {
      background: linear-gradient(to left bottom, #3384bc, #00a1ff); }
    .social li:nth-child(4) {
      background: linear-gradient(to left bottom, #af0e2a, #f2143a); }

.close-ss {
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 7;
  display: none;
  background: rgba(46, 49, 51, 0.1); }
  .close-ss.active {
    display: inline-block; }

.close-mob {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  z-index: 99; }

@media all and (min-width: 1900px) {
  #team .item img {
    height: 250px; }

  .subscribe .btn {
    padding: 0 35px; }

  #works .item img {
    width: 450px; }

  body {
    font-size: 18px; }

  .h4, h4 {
    font-size: 22px; }

  #team .item span {
    font-size: 16px; }

  .contact #contact-form .form-group .form-control {
    line-height: 64px;
    height: 64px;
    font-size: 18px; }

  .copyright, .subscribe label {
    font-size: 14px; }

  .exp .title {
    font-size: 58px; }

  .text_bordered:before {
    height: 20px; }

  .countdown li {
    font-size: 52px; }
    .countdown li span {
      font-size: 18px; }

   }
   @media all and (min-width: 1201px) and (max-width: 1350px) {
    .countdown li {
  font-size: 32px;
  margin-right: 10px; }
  .countdown li span {
    font-size: 10px; }
.left {
  padding: 5vh 2.5vw; } }
@media all and (min-width: 992px) and (max-width: 1200px) {
      .countdown li {
    font-size: 32px;
    margin-right: 10px; }
    .countdown li span {
      font-size: 10px; }
  .left {
    padding: 5vh 2.5vw; }
   }
 
@media all and (max-width: 991px) {
    .brand {
        position: absolute;
        top: 10vh;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
          }
          .big-title1 {
            font-size: 22px;
          margin-top: 40px; }
  .exp {
    width: 100vw;
    right: -105vw; }
    .big-title {
        font-size: 22px; }
  .left {
    width: 100vw; }

  .subscribe_section {
    width: 100vw;
    right: -105vw; }

  .left {
    
    left: 0;
    top: 0;
    width: 100%;
   
    z-index: 1;
    }

  .right {
   
    left: 0;
    top: 0;
    width: 100%;
   
    z-index: 0; }

  body .vegas-container {
    width: 100vw; }

  .subscribe {
    max-width: 340px; }

  .subscribe input {
    height: 50px;
    line-height: 50px;
    width: 100%; }

  .subscribe .btn {
    padding: 0 38px;
    height: 50px;
    line-height: 50px;
    width: 350px;
    float: left;
    margin-top: 10px; }

  .subscribe .controls > div:before {
    display: none; }

  .social {
    bottom: 60px;
    color: #fff; }

  .social li {
    width: 30px;
    font-size: 18px;
    padding: 6px 0;
    height: 30px; }

  .subscribe .controls > div {
    box-shadow: none; }

  .countdown li {
    font-size: 32px;
    margin-right: 10px; }
    .countdown li span {
      font-size: 10px; }

  .exp:before {
    left: 0; }

  .exp {
    padding: 0 0 0 25px; }

  #works .item img {
    height: 336px; } }
@media all and (max-width: 767px) {
  .big-title, .left .content h2, .exp .title {
    font-size: 18px; }

  .text_bordered:before {
    bottom: 5px; }

  .btn {
    line-height: 45px;
    height: 45px;
    font-size: 12px; }

  .services .service:nth-child(1) {
    border: none;
    margin-bottom: 25px; }

  .contact .item {
    width: 100%; }

  #team .item {
    width: 100%;
    margin-bottom: 25px; }
    #team .item img {
      height: 336px; } }



  

/*# sourceMappingURL=style.css.map */
