/*
Template Name: Ovi - Creative Coming Soon Template
Author: DohTheme
Author URI: https://themeforest.net/user/dohtheme
Version: 1.1
*/
/*
TABLE OF CONTENTS:

1.RESET CSS
2.GENERAL CLASSES
3.PRELOADER
4.MAIN VERSION CSS
5.HOME CONTENT CSS
  5.1 LOGO
  5.2 COUNTER
6.SUBSCRIBE CSS
  6.1 SUBSCRIBE POPUP
  6.2 SUBSCRIBE MAILCHIMP MESSAGE
7.FOOTER
  7.1 SOCIAL MEDIA
8.OTHER HALF CONTENT
 8.1 HALF COUNTER
 8.2 GOOGLE MAPS
9.MAIN CONTENT CSS
  9.1 ABOUT SECTION
  9.2 PORTFOLIO SECTION
  9.3 GET IN TOUCH SECTION
  9.4 CONTACT US
10. BOOTSTRAP OVERWRITE CSS
11. HELPER CLASSES
12. RESPONSIVE CSS

*/
/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

ul,
li {
  list-style: none; }

select {
  width: 100%; }

input:focus {
  outline: 0; }

/* --------------------------------
GENERAL CLASSES
-------------------------------- */
::-moz-selection {
  background-color: #5ed4ca; }
::selection {
  background-color: #5ed4ca; }

::-moz-selection {
  background-color: #5ed4ca; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Comfortaa", cursive;
  overflow-x: hidden; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

.sec-padding {
  padding: 60px 40px; }

.button {
  display: inline-block;
  background: transparent;
  color: #fff;
  height: 45px;
  line-height: 41px;
  font-size: 0.9375rem;
  padding: 0 28px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .button:hover, .button:focus {
    color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.action-button {
  display: inline-block;
  background: #5ed4ca;
  color: #000;
  height: 45px;
  line-height: 45px;
  font-size: 0.9375rem;
  padding: 0 28px;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .action-button:hover, .action-button:focus {
    background: #000000;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.button-white {
  background: white;
  color: #333; }

.button-dark {
  color: #333;
  border: 2px solid rgba(51, 51, 51, 0.4); }
  .button-dark:hover, .button-dark:focus {
    color: #333;
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* --------------------------------
PRELOADER
-------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2000; }

.loder-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* --------------------------------
MAIN CONTAINER
-------------------------------- */
.main {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 5; }

/* --------------------------------
MAIN VERSION CSS
-------------------------------- */
.solid-color,
.background-img,
.kenburns-background,
.background-video,
.gradient-background,
.flash-gradient,
#animated-gradient,
#particles-js {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%; }

.launch__side {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  background-color: #5ed4ca;
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: 0; }
  .launch__side::before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 120%;
    left: -50%;
    position: absolute;
    top: -10%;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    width: 100%; }
  .launch__side__icon {
    position: absolute;
    bottom: 40px;
    right: 30px;
    max-width: 180px; }

.launch .main {
  color: #333; }

.solid-color {
  background-color: #f66051; }

.background-img {
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/img/berlin.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.gradient-background {
  background: #0ecde9;
  background: -webkit-radial-gradient(#0ecde9, #025e83);
  background: -o-radial-gradient(#0ecde9, #025e83);
  background: radial-gradient(#0ecde9, #025e83); }

.flash-gradient {
  background: transparent -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 0%) repeat scroll 0% 0%;
  background: transparent -o-linear-gradient(315deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 0%) repeat scroll 0% 0%;
  background: transparent linear-gradient(135deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 0%) repeat scroll 0% 0%; }

/* --------------------------------
HOME CONTENT CSS
-------------------------------- */
.home {
  position: relative;
  padding: 40px 0; }
  .home h1 {
    font-family: 'Comfortaa';
    font-size: 3.75rem;
    line-height: 1.45; }
  .home p {
    max-width: 760px;
    font-size: 1.0625rem;
    margin: 10px auto 24px; }
  .home .button {
    margin-right: 14px; }

/* --------------------------------
LOGO
-------------------------------- */
.logo {
  max-width: 300px;
  margin: 0 auto 5%; }

/* --------------------------------
COUNTER
-------------------------------- */
.counter-container {
  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;
  max-width: 600px;
  margin: 0 auto; }

.counter-box {
  position: relative;
  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;
  opacity: 0.6;
  padding: 10px 0; }
  .counter-box::after {
    content: ' ';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -54px;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .counter-box .number {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 4px; }
  .counter-box span {
    font-size: 0.875rem; }
  .counter-box.first {
    opacity: 1;
    margin-left: 0; }
    .counter-box.first::after {
      display: none; }
    .counter-box.first .number {
      font-size: 2.875rem;
      margin-left: 4px; }

.launch .counter-box::after {
  background-color: rgba(0, 0, 0, 0.3); }

/* --------------------------------
SUBSCRIBE POPUP
-------------------------------- */
.modal-subscribe {
  text-align: center;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1), 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1), 0px 5px 20px rgba(0, 0, 0, 0.1); }
  .modal-subscribe--icon {
    max-width: 100px;
    margin: 20px auto; }
  .modal-subscribe h4 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
  .modal-subscribe p {
    color: #747c83;
    font-size: 0.9rem; }
  .modal-subscribe .form-group {
    margin-left: 12%;
    margin-right: 12%; }

/* --------------------------------
SUBSCRIBE MAILCHIMP MESSAGE
-------------------------------- */
.message-text {
  position: relative;
  background-color: #5bc0de;
  color: #fff;
  font-size: 0.8125rem;
  text-align: left;
  padding: 6px 8px 6px 44px;
  border-radius: 5px;
  margin: 10px auto; }
  .message-text::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.message-text.error {
  background-color: #d9534f; }
  .message-text.error::after {
    content: "\f00d"; }

.message-text.valid {
  background-color: #5cb85c; }
  .message-text.valid::after {
    content: "\f00c"; }

/* --------------------------------
FOOTER
-------------------------------- */
.footer {
  position: relative; }

/* --------------------------------
SOCIAL MEDIA
-------------------------------- */
.social {
  margin-bottom: 8px; }
  .social li {
    display: inline-block;
    margin: 0 4px; }
    .social li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 28px;
      color: #fff;
      font-size: 1.25rem;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .social li a:hover {
        opacity: 0.6; }

.launch .social li a {
  color: #333; }

/* --------------------------------
HALF COUNTER
-------------------------------- */
.halfcounter {
  background-color: #282b32;
  padding: 40px 20px; }

/* --------------------------------
GOOGLE MAPS
-------------------------------- */
#map {
  width: 100%;
  min-height: 500px;
  height: 100%; }

/* --------------------------------
MAIN CONTENT CSS
-------------------------------- */
.content__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 6; }

.content__close {
  display: none;
  position: absolute;
  top: 12px;
  right: 28px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #282b32;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  z-index: 7; }
  .content__close:hover {
    color: #fff; }

.info {
  background-color: #fff;
  color: #282b32; }
  .info h2 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase; }
    .info h2::after {
      content: ' ';
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 120px;
      height: 3px;
      background-color: #282b32;
      border-radius: 5px; }

/* --------------------------------
ABOUT SECTION
-------------------------------- */
.about p {
  font-size: 0.9rem;
  color: #747c83;
  line-height: 1.8; }

/* --------------------------------
PORTFOLIO SECTION
-------------------------------- */
.portfolio h2 {
  margin-left: 40px;
  margin-right: 40px; }

.portfolio__container {
  overflow: hidden; }

.portfolio__item {
  position: relative;
  padding: 0 4px;
  margin-bottom: 8px; }
  .portfolio__item img {
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .portfolio__item img:hover {
      -webkit-filter: blur(0.5px);
      filter: blur(0.5px); }
  .portfolio__item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2; }
  .portfolio__item--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #000;
    opacity: 0;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1; }
  .portfolio__item:hover h3 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .portfolio__item:hover .portfolio__item--overlay {
    opacity: 0.6; }

/* --------------------------------
GET IN TOUCH SECTION
-------------------------------- */
.gettouch__item {
  text-align: center; }
  .gettouch__item i {
    color: #282b32;
    font-size: 1.36rem;
    margin-bottom: 12px; }
  .gettouch__item p {
    font-size: 0.9rem; }
  .gettouch__item a {
    color: inherit; }

/* --------------------------------
CONTACT US SECTION
-------------------------------- */
.contact__success {
  position: relative;
  background-color: #5ed4ca;
  color: #333;
  font-size: 0.875rem;
  padding: 15px 5px 13px 50px;
  border-radius: 5px; }
  .contact__success::after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 14px;
    left: 17px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%; }

.contact textarea {
  resize: none; }

/* --------------------------------
BOOTSTRAP OVERWRITE CSS
-------------------------------- */
a:focus, a:hover {
  color: #5ed4ca; }

.container {
  position: relative; }

.form-control {
  font-size: 0.8125rem;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus, .form-control:active {
    border-color: #f66051;
    -webkit-box-shadow: none;
    box-shadow: none; }

.modal-dialog {
  margin: 10% auto; }

.modal-header {
  border: none; }

.modal-header .close {
  font-size: 28px;
  opacity: .6;
  margin-top: -4px; }

/* --------------------------------
HELPER CLASSES
-------------------------------- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bo60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bo40 {
  background-color: rgba(0, 0, 0, 0.4); }

.op80 {
  opacity: 0.8; }

.tc {
  text-align: center; }

.fw {
  width: 100%; }

.m0 {
  margin: 0; }

.p0 {
  padding: 0; }

/* --------------------------------
RESPONSIVE CSS
-------------------------------- */
@media only screen and (min-width: 1024px) {
  .fh {
    height: 100%; }
  .main {
    height: 100%; }
  .home {
    top: 48%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .flash-background .home {
    max-width: 600px;
    padding: 0 45px; }
  .flash-background .logo {
    margin-left: 0; }
  .flash-background .home p {
    margin-left: 0; }
  .flash-background .counter-container {
    margin-left: 0; }
  .flash-background .footer {
    left: 60px; }
  .flash-gradient {
    background: transparent -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.6) 50%, transparent 0%) repeat scroll 0% 0%;
    background: transparent -o-linear-gradient(315deg, rgba(0, 0, 0, 0.6) 50%, transparent 0%) repeat scroll 0% 0%;
    background: transparent linear-gradient(135deg, rgba(0, 0, 0, 0.6) 50%, transparent 0%) repeat scroll 0% 0%; }
  #content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 7;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #content.active {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .content__close {
    display: block; }
  .info {
    max-height: 100vh;
    overflow-y: scroll; }
  .footer {
    position: absolute;
    bottom: 40px;
    left: 40px; } }

@media only screen and (max-width: 990px) {
  .flash-background .main {
    text-align: center; }
  .launch .action-button {
    background-color: #333;
    color: #fff; }
  .launch__side__icon {
    opacity: 0.05; } }

@media only screen and (max-width: 768px) {
  .sec-padding {
    padding: 40px 20px; }
  .contact {
    padding-top: 0; }
  .portfolio h2 {
    margin-left: 20px;
    margin-right: 20px; }
  .button {
    height: 40px;
    line-height: 36px;
    font-size: 0.875rem;
    padding: 0 20px; }
  .action-button {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    padding: 0 20px; }
  .logo {
    max-width: 400px; }
  .home h1 {
    font-size: 2.375rem; }
  .counter-box .number {
    font-size: 1.5rem; }
  .counter-box.first .number {
    font-size: 1.75rem; }
  .home p {
    font-size: 0.85rem; }
  .gettouch__item {
    margin-bottom: 8%; }
  .footer {
    text-align: center;
    padding-bottom: 4%; } }

@media only screen and (max-width: 570px) {
  .counter-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .counter-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .counter-box::after {
      left: -20px; }
  .counter-box:nth-child(3)::after {
    display: none; } }

@media only screen and (max-width: 332px) {
  .home .button {
    margin-right: 0;
    margin-bottom: 14px; }
  .counter-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .counter-box::after {
    display: none; } }
