@charset "UTF-8";
/*
––––––––––––––––––––––––––––––––––––––––––––––––––
Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- 1. Common Styles & Initials
- 2. Countdown
- 3. Portfolio
- 4. Map
- 5. Contact
- 6. About
- 7. Subscribe
- 8. Demo
- 9. Responsive
––––––––––––––––––––––––––––––––––––––––––––––––––
*/
/*
––––––––––––––––––––––––––––––––––––––––––––––––––
1. Common Styles & Initials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: #fff;
  background: #111215;
  overflow: hidden; }

.background_page {
  position: fixed;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 100vh; }

p {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

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

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

/*Buttons*/
.btn {
  border-radius: 150px;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.btn:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.btn-white {
  border: solid 2px #fff;
  background: transparent;
  color: #fff; }

.btn-white:hover {
  border: solid 2px #fff;
  background: #fff;
  color: #31383e !important; }

.btn-dark {
  border: solid 2px #000;
  background: transparent;
  color: #31383e; }

.btn-dark:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff !important; }

.btn-color {
  border: solid 2px;
  background: transparent; }

.btn-color:hover {
  border: solid 2px;
  color: #fff; }

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

.heading_54 {
  font-size: 54px;
  line-height: 1.5;
  letter-spacing: 2px; }

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

.font_light {
  font-weight: 200; }

.font_bold {
  font-weight: 700; }

.font_normal {
  text-transform: inherit !important; }

.color_white {
  color: #fff !important; }

.color_black {
  color: #111215 !important; }

.color_grey {
  color: #f7f7f7 !important; }

.color_grey2 {
  color: #aeb9c1 !important; }

.color_grey3 {
  color: #757575 !important; }

.color_blue {
  color: #5B8EFB !important; }

.color_blue2 {
  color: #0b102a !important; }

.color_red {
  color: #f9223e !important; }

.color_green {
  color: #23c77b !important; }

.color_purple {
  color: #8b41c4 !important; }

.color_purple2 {
  color: #642f8d !important; }

.color_purple3 {
  color: #200838 !important; }

.color_yellow {
  color: #ffcc00 !important; }

.color_green {
  color: #23c77b !important; }

.color_pink {
  color: #ff3366 !important; }

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

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

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

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

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

.background_white {
  background: #fff !important; }

.background_black {
  background: #111215 !important; }

.background_blue2 {
  background: #0b102a !important; }

.background_green {
  background: #23c77b !important; }

.background_yellow {
  background: #ffcc00 !important; }

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

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

.background_green {
  background: #23c77b !important; }
  .background_green.btn:hover {
    background: #157a4b !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

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

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

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

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

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

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

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

.background_green_blue {
  background: linear-gradient(to right top, #23c77b, #5B8EFB) !important; }
  .background_green_blue.btn:hover {
    background: linear-gradient(to right top, #157a4b, #0b102a) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: 0;
  border-top: 1px solid #f7f7f7;
  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: 10vh;
  display: inline-flex; }

.social_list {
  float: left;
  margin: 0 0 0 10px; }
  .social_list img {
    width: 20px; }

.contact .social_list {
  float: none;
  margin: 0;
  padding: 25px 0; }

.copyright {
  font-size: 10px;
  color: #757575;
  float: right;
  margin: 0 10px 10px 0; }

footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

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

.vertical_middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

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

@keyframes border_tab {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.loader-bg {
  width: 100vw;
  height: 100vh;
  background: #0b102a;
  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; }

.nav_left {
  position: fixed;
  z-index: 8;
  left: 25px;
  top: calc(50vh - 17px);
  width: 35px;
  height: 35px; }
  .nav_left::before {
    content: '';
    position: fixed;
    top: 20vh;
    left: 85px;
    width: 1px;
    height: 60vh;
    background: #757575; }
  .nav_left .open {
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.5s; }
    .nav_left .open:hover {
      transform: rotate(-90deg);
      transition: 0.5s; }

.nav_right {
  position: fixed;
  z-index: 8;
  right: 25px;
  top: calc(50vh - 17px);
  width: 35px;
  height: 35px; }
  .nav_right::before {
    content: '';
    position: fixed;
    top: 20vh;
    right: 85px;
    width: 1px;
    height: 60vh;
    background: #757575; }
  .nav_right .open {
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.5s; }
    .nav_right .open:hover {
      transform: rotate(90deg);
      transition: 0.5s; }

.home {
  width: 100%;
  height: 100vh;
  display: table;
  position: relative;
  z-index: 5;
  padding: 0 20%; }
  .home .heading_54 {
    line-height: 1; }

.back_to_home {
  color: #fff;
  position: absolute;
  top: 25px;
  left: 5%;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  z-index: 99;
  cursor: pointer; }
  .back_to_home img {
    width: 20px;
    float: left;
    margin-right: 10px; }

.brand img {
  height: 150px;
  margin: 0 auto; }

.contact {
  width: 100%;
  height: 100%;
  background: #111215;
  position: relative;
  top: 0;
  z-index: 9; }

.contact_left {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 100vh;
  background: #23282c;
  display: table; }
  .contact_left .content {
    padding: 10%; }

.contact_right {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100vh;
  background: #31383e;
  display: table; }
  .contact_right .content {
    padding: 10%; }

.view_map {
  position: absolute;
  top: calc(100vh - 50px);
  left: 0;
  width: 200%;
  z-index: 9;
  font-size: 12px; }
  .view_map img {
    width: 20px;
    margin: 0 auto; }

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

.portfolio {
  position: relative; }
  .portfolio .portfolio-item,
  .portfolio .portfolio-sizer {
    width: calc(100% / 4); }
  .portfolio .portfolio-item {
    float: left;
    height: calc(100vh / 3); }
    .portfolio .portfolio-item img {
      width: 100%;
      height: calc(100vh / 3);
      object-fit: cover;
      transition: 0.3s; }
  .portfolio .portfolio-item--width2 {
    width: calc(100% / 4 * 2); }
  .portfolio .portfolio-item.portfolio-item--height2 {
    height: 66.666vh; }
    .portfolio .portfolio-item.portfolio-item--height2 img {
      height: calc(100vh / 3 * 2); }

.lightbox-gallery a .project-image {
  background: #111215;
  transition: 0.3s;
  display: inline-flex; }
.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-color: #ff3366;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #ff3366; }

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

#contact-form {
  margin-top: 5%; }
  #contact-form .form-group .form-control {
    border: solid #aeb9c1;
    border-width: 0 0 1px 0;
    border-radius: 0;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background: none;
    color: #fff;
    background: transparent;
    display: block;
    margin: 5% 0 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    transform: translateX(0);
    font-weight: lighter;
    font-style: italic; }
  #contact-form .form-group textarea {
    min-height: 150px !important;
    resize: none; }
  #contact-form .btn-send {
    font-size: 12px;
    height: 35px;
    transition: all 0.1s, transform 0s 0.6s;
    line-height: 35px;
    padding: 0 15px;
    border: none;
    border-radius: 50px;
    color: #fff;
    margin-top: 3%; }

.contact_info {
  margin-top: 10%; }
  .contact_info li {
    position: relative;
    margin-bottom: 15px;
    line-height: 32px;
    font-style: italic; }
    .contact_info li img {
      height: 20px;
      margin-top: 2px;
      margin-right: 10px;
      float: left; }

.about {
  position: relative;
  z-index: 9; }
  .about .about_left {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100vh;
    background: #23282c;
    display: table; }
    .about .about_left .content {
      padding: 10%; }
  .about .about_right {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100vh;
    background: #31383e;
    display: table; }

.subscribe {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%; }
  .subscribe .form-group {
    position: relative;
    width: 300px;
    margin: 0 auto; }
  .subscribe input {
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    font-size: 12px;
    padding: 0 40px 0 0;
    margin: 0 auto 15px;
    box-shadow: none; }
    .subscribe input:focus {
      outline: 0;
      box-shadow: none;
      border-bottom: 1px solid #fff; }
  .subscribe .btn {
    background: none;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    color: #9a9a9a;
    padding: 5px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0; }
    .subscribe .btn i {
      width: 15px; }
    .subscribe .btn:hover, .subscribe .btn:focus {
      color: #fff;
      background: none;
      border: 1px solid #fff; }

.index_1 .background_page {
  background-image: url("../img/img.jpg"); }

.index_3 .background_page {
  background-image: url("../img/img.jpg"); }

.index_4 .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)); }

.index_6 .background_page {
  background-image: url("../img/img.jpg"); }

.index_7 .background_page {
  background-image: url("../img/img.jpg"); }

@media all and (min-width: 2200px) {
  body, #contact-form .form-group .form-control, .contact_info li, .services_list span, .subscribe .submit {
    font-size: 20px; }

  .heading_54 {
    font-size: 65px; }

  .heading_42 {
    font-size: 55px; }

  .heading_32 {
    font-size: 42px; }

  .heading_24 {
    font-size: 30px; }

  .heading_18 {
    font-size: 24px; }

  .subscribe input {
    font-size: 16px; } }
@media all and (max-width: 1200px) {
  body, #contact-form .form-group .form-control, .contact_info li, .services_list span, .subscribe .submit {
    font-size: 12px; }

  .heading_54 {
    font-size: 36px; }

  .heading_42 {
    font-size: 30px; }

  .heading_32 {
    font-size: 26px; }

  .heading_24 {
    font-size: 22px; }

  .heading_18 {
    font-size: 18px; }

  .subscribe input {
    font-size: 12px; } }
@media all and (max-width: 991px) {
  .subscribe {
    bottom: 50px; }

  .nav_left, .nav_right {
    width: 25px;
    height: 25px; }

  .nav_right {
    right: 20px; }

  .nav_left {
    left: 20px; }

  .nav_right::before {
    right: 65px; }

  .nav_left::before {
    left: 65px; }

  .home {
    padding: 0 15%; }

  .contact_left, .about .about_left {
    width: 100%;
    height: 100%;
    padding-top: 15%; }

  .contact_right, .about .about_right {
    width: 100%;
    height: 100%; }

  .view_map {
    display: none; } }
@media all and (max-width: 767px) {
  .heading_54 {
    font-size: 28px; }

  .heading_42 {
    font-size: 24px; }

  .heading_32 {
    font-size: 20px; }

  .heading_24 {
    font-size: 16px; }

  .heading_18 {
    font-size: 14px; }

  #countdown li {
    width: 100px !important; }

  .nav_left, .nav_right {
    width: 20px;
    height: 20px; }

  .nav_right {
    right: 5px; }

  .nav_left {
    left: 5px; }

  .nav_right::before {
    right: 30px; }

  .nav_left::before {
    left: 30px; }

  .brand img {
    height: 25px;
    margin: 30px auto 0; }

  .subscribe {
    display: none; }

  .social_list {
    width: 100%;
    margin: 0 auto; }

  .copyright {
    width: 100%;
    margin: 0 auto; } }

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