/*------------------------------------------------------------------
    
    
    
	Theme Name:     Aviato
	Description:    Responsive Multipurpose Coming Soon Template
	Version:        1.0
	Author:         Adam Ostry
	Author URL:     http://themeforest.net/user/Ostry/
    
    
    
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    Typography
------------------------------------------------------------------*/
html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #25262a;
  font-size: 13px;
  line-height: 1.778em;
}

@media (min-width: 300px) {
  html {
    font-size: calc( 13px + (16 - 13) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  html {
    font-size: 16px;
  }
}

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 {
  margin: 0;
  padding: 0;
}

p, blockquote, pre,
address,
dl, ol, ul,
table {
  margin-bottom: 1.778em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #1c2031;
  clear: both;
}

h1 {
  font-size: 30.1755890242px;
  margin-top: 0.9574792385em;
  line-height: 1.1489750862em;
  margin-bottom: 0.1914958477em;
}

@media (min-width: 300px) {
  h1 {
    font-size: calc( 30.1755890242px + (37.1391864913 - 30.1755890242) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h1 {
    font-size: 37.1391864913px;
    margin-top: 0.9574792385em;
    line-height: 1.1489750862em;
    margin-bottom: 0.1914958477em;
  }
}

h2 {
  font-size: 25.4984202979px;
  margin-top: 1.1331094108em;
  line-height: 1.359731293em;
  margin-bottom: 0.2532849318em;
}

@media (min-width: 300px) {
  h2 {
    font-size: calc( 25.4984202979px + (31.3826711359 - 25.4984202979) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h2 {
    font-size: 31.3826711359px;
    margin-top: 1.1331094108em;
    line-height: 1.359731293em;
    margin-bottom: 0.24828561em;
  }
}

h3 {
  font-size: 21.5462053505px;
  margin-top: 1.3409553808em;
  line-height: 1.6091464569em;
  margin-bottom: 0.3055328361em;
}

@media (min-width: 300px) {
  h3 {
    font-size: calc( 21.5462053505px + (26.5184065853 - 21.5462053505) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h3 {
    font-size: 26.5184065853px;
    margin-top: 1.3409553808em;
    line-height: 1.6091464569em;
    margin-bottom: 0.2985312561em;
  }
}

h4 {
  font-size: 18.2065774893px;
  margin-top: 1.586926484em;
  line-height: 1.9043117808em;
  margin-bottom: 0.3696826542em;
}

@media (min-width: 300px) {
  h4 {
    font-size: calc( 18.2065774893px + (22.4080953714 - 18.2065774893) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h4 {
    font-size: 22.4080953714px;
    margin-top: 1.586926484em;
    line-height: 1.9043117808em;
    margin-bottom: 0.3598768997em;
  }
}

h5 {
  font-size: 15.3845866815px;
  margin-top: 1.8780160038em;
  line-height: 2.2536192046em;
  margin-bottom: 0.3756032008em;
}

@media (min-width: 300px) {
  h5 {
    font-size: calc( 15.3845866815px + (18.9348759157 - 15.3845866815) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h5 {
    font-size: 18.9348759157px;
    margin-top: 1.8780160038em;
    line-height: 2.2536192046em;
    margin-bottom: 0.3756032008em;
  }
}

h6 {
  font-size: 13px;
  margin-top: 2.2225em;
  line-height: 2.667em;
  margin-bottom: 0.5128846154em;
}

@media (min-width: 300px) {
  h6 {
    font-size: calc( 13px + (16 - 13) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  h6 {
    font-size: 16px;
    margin-top: 2.2225em;
    line-height: 2.667em;
    margin-bottom: 0.4786923077em;
  }
}

blockquote {
  font-style: italic;
}

blockquote cite {
  display: block;
  font-style: normal;
}

pre {
  padding: 0.889em;
  margin-bottom: 1.778em;
}

pre code {
  padding: 0;
}

code {
  font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", "monospace";
  padding: 0.0889em 0.2667em;
  line-height: 0;
}

big, small, sub, sup {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

address {
  font-style: normal;
}

dt {
  color: #1c2031;
  font-weight: bold;
}

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.4em;
}

fieldset {
  padding: 0.889em 1.778em 1.778em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.889125em;
}

@media (min-width: 1170px) {
  fieldset {
    margin-bottom: 2.08359375em;
  }
}

fieldset button, fieldset input[type="submit"] {
  margin-bottom: 0;
}

legend {
  color: #1c2031;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  max-width: 100%;
  padding: 0.4445em;
  font-size: 13px;
  margin-bottom: 1.2779375em;
}

@media (min-width: 300px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: calc( 13px + (16 - 13) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: 16px;
    margin-bottom: 0.541734375em;
  }
}

input[type="submit"], button {
  display: block;
  cursor: pointer;
  font-size: 13px;
  padding: 0.4445em 1.778em;
  margin-bottom: 1.1668125em;
}

@media (min-width: 300px) {
  input[type="submit"], button {
    font-size: calc( 13px + (16 - 13) * ((100vw - 300px) / (1170 - 300)));
  }
}

@media (min-width: 1170px) {
  input[type="submit"], button {
    font-size: 16px;
    margin-bottom: 1.3335em;
  }
}

label {
  display: block;
  padding-bottom: 0.22225em;
  margin-bottom: -0.1666875em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.333625em;
}

@media (min-width: 1170px) {
  table {
    margin-bottom: 2.111375em;
  }
}

th {
  text-align: left;
  color: #1c2031;
  padding: 0.22225em 0.889em;
}

@media (min-width: 1170px) {
  th {
    padding: 0.4445em 0.889em;
  }
}

td {
  padding: 0.889em;
  padding: 0.22225em 0.889em;
}

@media (min-width: 1170px) {
  td {
    padding: 0.4445em 0.889em;
  }
}

/*------------------------------------------------------------------
    Grid
------------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  min-width: none;
  max-width: 1170px;
  padding: 0 50px;
}

.container {
  width: 100%;
  padding: 5.61848rem 0;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.container.no-pad {
  padding: 0;
}

.container.no-pad-bottom {
  padding-bottom: 0;
}

.container.no-pad-top {
  padding-top: 0;
}

.row {
  clear: both;
  margin: 0 -15px;
  position: relative;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666666%;
}

.col-3 {
  width: 24.9999999999%;
}

.col-4 {
  width: 33.3333333332%;
}

.col-5 {
  width: 41.6666666665%;
}

.col-6 {
  width: 49.9999999998%;
}

.col-7 {
  width: 58.3333333331%;
}

.col-8 {
  width: 66.6666666664%;
}

.col-9 {
  width: 74.9999999997%;
}

.col-10 {
  width: 83.333333333%;
}

.col-11 {
  width: 91.6666666663%;
}

.col-12 {
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666666%;
}

.col-offset-3 {
  margin-left: 24.9999999999%;
}

.col-offset-4 {
  margin-left: 33.3333333332%;
}

.col-offset-5 {
  margin-left: 41.6666666665%;
}

.col-offset-6 {
  margin-left: 49.9999999998%;
}

.col-offset-7 {
  margin-left: 58.3333333331%;
}

.col-offset-8 {
  margin-left: 66.6666666664%;
}

.col-offset-9 {
  margin-left: 74.9999999997%;
}

.col-offset-10 {
  margin-left: 83.333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666663%;
}

/*------------------------------------------------------------------
    Common Styles
------------------------------------------------------------------*/
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1c2031;
  outline: none;
  text-decoration: none;
  /*border-bottom: 1px dotted #1c2031;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #676eff;
  text-decoration: none;
  border-color: #676eff;
}

img {
  border: 0;
  outline: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  padding: 0.6223em 1.7em;
  width: 100%;
  border: 2px solid #e6e6e6;
  font-size: 1.05em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  color: #25262a;
  background: none;
  outline: none;
  margin: 0 0 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #ffdb5f;
}

.has-error input[type="text"], .has-error input[type="email"], .has-error input[type="password"], .has-error textarea {
  color: #e52805 !important;
  border-color: #e52805 !important;
}

input[type="submit"], input[type="reset"], button {
  /*line-height: inherit;*/
  display: inline-block;
  color: #fff;
  background: #676eff;
  padding: 0.49784em 1.7em;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 800;
  /*letter-spacing: .25em;*/
  position: relative;
  z-index: 1;
  border: 2px solid #676eff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 1, 0.4, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 1, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 1, 0.4, 1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
  background: #ffdb5f;
  color: #252b41;
  border-color: #ffdb5f;
}

hr {
  border: 0;
  border-top: 2px solid #25262a;
  -webkit-opacity: 0.06;
  -moz-opacity: 0.06;
  opacity: 0.06;
}

b, strong {
  font-weight: 800;
}

i, em {
  font-style: italic;
  font-family: "Merriweather", serif;
  font-weight: 400;
}

.bg-success {
  color: #30c730;
}

.bg-danger {
  color: #e52805;
}

#page {
  height: 100%;
  right: 0;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.nav-on #page {
  right: 260px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.section-title {
  font-size: 2.75em;
  margin-top: 0;
}

.section-sub-title {
  font-weight: 600;
}

/*------------------------------------------------------------------
    Page Loader
------------------------------------------------------------------*/
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 400;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page-loader .loader-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: 1;
}

#page-loader .loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-loader.loader-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

#page-loader .loader-shapes {
  position: relative;
  display: block;
  text-align: center;
}

#page-loader .loader-shapes .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #676eff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-animation: loader ease 1.2s infinite;
  -moz-animation: loader ease 1.2s infinite;
  animation: loader ease 1.2s infinite;
}

#page-loader .loader-shapes .dot:nth-child(2) {
  -webkit-animation: loader ease 1.2s infinite 0.2s;
  -moz-animation: loader ease 1.2s infinite 0.2s;
  animation: loader ease 1.2s infinite 0.2s;
}

#page-loader .loader-shapes .dot:nth-child(3) {
  -webkit-animation: loader ease 1.2s infinite 0.4s;
  -moz-animation: loader ease 1.2s infinite 0.4s;
  animation: loader ease 1.2s infinite 0.4s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
  }
}

@-moz-keyframes loader {
  0% {
    -moz-transform: scale(1);
    -moz-opacity: 1;
  }
  100% {
    -moz-opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

/*------------------------------------------------------------------
    Sections
------------------------------------------------------------------*/
/*
    Home Section
------------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100%;
  position: relative;
  background: #25262a;
  color: #fff;
  z-index: 10;
}

#home:before {
  z-index: 1;
}

#home:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #25262a;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#home.triangle:after {
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}

#home.video {
  background-size: cover;
}

#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {
  color: #fff;
}

#home .home-inner {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100%;
}

#header {
  position: absolute;
  z-index: 2;
  padding: 1.2em 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header.fixed-nav {
  top: 0 !important;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

#header .wrapper {
  position: relative;
}

#header .wrapper::after {
  clear: both;
  content: "";
  display: table;
}

#logo {
  float: left;
  width: 128px;
}

#logo img {
  display: block;
  max-width: 100%;
}

#logo img.dark-logo {
  display: none;
}

#header.fixed-nav #logo img {
  display: none;
}

#header.fixed-nav #logo img.dark-logo {
  display: block;
}

#main-nav {
  float: right;
}

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

#main-nav ul li {
  margin: 0;
  padding: 0 0 0 2em;
  display: inline-block;
  font-weight: 600;
  font-size: .98em;
}

#main-nav ul li a {
  display: inline-block;
  color: #fff;
  border: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#header.fixed-nav #main-nav ul li a {
  color: #1c2031;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#main-nav ul li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#header.fixed-nav #main-nav ul li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#main-nav ul li a.button-highlight {
  position: relative;
  padding: .38em 2em;
  margin: 0 0 0 .6em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#header.fixed-nav #main-nav ul li a.button-highlight {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#main-nav ul li a.button-highlight:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header.fixed-nav #main-nav ul li a.button-highlight:before {
  background: #676eff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#main-nav ul li a.button-highlight:hover {
  color: #252b41;
}

#header.fixed-nav #main-nav ul li a.button-highlight:hover {
  color: #252b41;
}

#main-nav ul li a.button-highlight:hover:before {
  background: #ffdb5f;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#header.fixed-nav #main-nav ul li a.button-highlight:hover:before {
  background: #ffdb5f;
}

#main-nav ul li.nav-current a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#header.fixed-nav #main-nav ul li.nav-current a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#mobile-nav {
  float: right;
  cursor: pointer;
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  margin: 8px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#mobile-nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#mobile-nav span:nth-child(1) {
  top: 0;
}

#mobile-nav span:nth-child(2) {
  top: 10px;
}

#mobile-nav span:nth-child(3) {
  top: 20px;
}

body.nav-on #mobile-nav span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.nav-on #mobile-nav span:nth-child(2) {
  left: -30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

body.nav-on #mobile-nav span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fixed-nav #mobile-nav span {
  background: #25262a;
}

#home-main {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

#home-main .home-texts {
  width: 70%;
  margin: 0 auto;
  font-size: 2em;
}

#home-main .greeting-sub-header {
  font-size: .55em;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .25em;
  text-align: center;
  color: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#home-main .greeting-header {
  font-size: 2.25em;
  text-align: center;
  margin: 0 0 .45em;
  color: #fff;
}

#home-main .greeting-message {
  font-size: .55em;
  color: #fff;
  max-width: 67%;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#home-main .greeting-buttons {
  text-align: center;
  margin: 1.2em 0 0;
}

#home-main .greeting-buttons a {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  font-size: .55em;
  font-weight: 600;
  letter-spacing: .25em;
  color: #fff;
  border: 0;
  margin: 0 1em;
  border: 2px solid transparent;
  padding: .47em 2em .51em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#home-main .greeting-buttons a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#home-main .greeting-buttons a:hover {
  color: #ffdb5f;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#home-main .greeting-buttons a:hover:before {
  border-color: #ffdb5f;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#home-main .greeting-buttons a.button-highlight {
  font-weight: 800;
  color: #fff;
  background: #676eff;
  border-color: #676eff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#home-main .greeting-buttons a.button-highlight:before {
  content: none;
}

#home-main .greeting-buttons a.button-highlight:hover {
  color: #252b41;
  background: #ffdb5f;
  border-color: #ffdb5f;
}

#home-main .home-coming-soon {
  font-size: 2em;
}

#home-main .home-coming-soon * {
  text-align: left;
}

#home-main .home-subscribe {
  text-align: center;
}

#home-main .home-subscribe p {
  font-weight: 600;
}

#home-main #counter {
  white-space: nowrap;
  margin: 0 0 1.5em;
}

#home-main #counter > span {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0 20px;
  color: #ffdb5f;
}

#home-main #counter > span > span {
  display: block;
  font-size: .35em;
  padding: .7em 0 0;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#home-main #counter > span:before, #home-main #counter > span:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  top: 0;
  margin: 4px 0 0;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

#home-main #counter > span:after {
  margin: 18px 0 0;
}

#home-main #counter > span:first-child {
  padding-left: 0;
}

#home-main #counter > span:first-child:before, #home-main #counter > span:first-child:after {
  content: none;
}

#home-main #counter > span:last-child {
  padding-right: 0;
}

#home-main #subscribe-form {
  margin: 0;
  padding: 0;
}

#home-main #subscribe-form #subscribe-form-email {
  background: #fff;
  color: #25262a;
}

#home-main #subscribe-form button {
  display: block;
  width: 100%;
  background-color: #676eff;
  border-color: #676eff;
  color: #fff;
  margin: 0;
}

#home-main #subscribe-form button:hover {
  border-color: #ffdb5f;
  background-color: #ffdb5f;
  color: #252b41;
}

/*
    About Section
------------------------------------------------------------------*/
#about {
  overflow: hidden;
  text-align: center;
}

.service-item {
  text-align: left;
  padding-top: 3em;
}

.service-item:nth-child(4n+1) {
  clear: both;
}

.service-item-icon {
  margin: 0 0 1em;
  line-height: 1;
  color: #1c2031;
}

.service-item-icon i {
  font-size: 3em;
  line-height: 1;
}

.service-item-title {
  color: #494b53;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .25em;
  margin-bottom: .2em;
}

/*
    Works Section
------------------------------------------------------------------*/
#works {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #33353a;
  color: #fff;
}

#works h1, #works h2, #works h3, #works h4, #works h5, #works h6 {
  color: #fff;
}

#works .section-sub-title {
  color: rgba(255, 255, 255, 0.5);
}

#portfolio-list .portfolio-item {
  padding-top: 3em;
}

#portfolio-list .portfolio-item-image {
  position: relative;
  width: 100%;
  padding: 133% 0 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#portfolio-list .portfolio-item-image img {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  min-width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#portfolio-list .portfolio-item-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  background: #25262a;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

#portfolio-list .portfolio-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 30px;
  -webkit-backface-visibility: hidden;
  background-color: transparent !important;
  background-color: rgba(37, 38, 42, 0.5);
  background-image: -webkit-linear-gradient(bottom, rgba(37, 38, 42, 0.5), rgba(37, 38, 42, 0));
  background-image: linear-gradient(to top,rgba(37, 38, 42, 0.5), rgba(37, 38, 42, 0));
}

#portfolio-list .portfolio-item-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .25em;
  margin-bottom: .5em;
}

#portfolio-list .portfolio-item-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1em;
}

#portfolio-list .portfolio-item-author {
  padding-top: 1.1em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#portfolio-list .portfolio-item-author::after {
  clear: both;
  content: "";
  display: table;
}

#portfolio-list .portfolio-item-author img {
  float: left;
  width: 38px;
  margin: 0 1em 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#portfolio-list .portfolio-item-author span {
  display: block;
  font-size: .95em;
  line-height: 1.1;
}

#portfolio-list .portfolio-item-author em {
  display: block;
  font-size: .85em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

#portfolio-list .portfolio-item-links .lightbox {
  position: absolute;
  z-index: 5;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
}

#portfolio-list .portfolio-item-inner {
  text-align: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 19px 24px 0 rgba(0, 0, 0, 0.3);
}

#portfolio-list .portfolio-item-inner:hover {
  -webkit-box-shadow: 0 29px 24px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 29px 24px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 29px 24px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3%);
  -moz-transform: translateY(-3%);
  -ms-transform: translateY(-3%);
  -o-transform: translateY(-3%);
  transform: translateY(-3%);
}

#portfolio-list .portfolio-item-inner:hover .portfolio-item-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio-list.owl-carousel.owl-loaded .owl-stage-outer {
  overflow: visible;
}

#portfolio-list.owl-carousel.owl-loaded .portfolio-item {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

#portfolio-list.owl-carousel.owl-loaded .portfolio-item-image img {
  width: auto;
}

#portfolio-list.owl-carousel.owl-loaded .owl-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

#portfolio-list.owl-carousel.owl-loaded .owl-item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#portfolio-list.owl-carousel.owl-loaded .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

#portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-prev, #portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  margin: -.5em 0 0;
  color: #25262a;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

#portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-prev:hover, #portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-next:hover {
  color: #ffdb5f;
}

#portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-prev i, #portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-next i {
  font-size: 4em;
}

#portfolio-list.owl-carousel.owl-loaded .owl-nav .owl-next {
  left: auto;
  right: 0;
}

#portfolio-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev, #portfolio-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
  left: -40px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#portfolio-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev.disabled, #portfolio-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next.disabled {
  color: #2f3035;
}

#portfolio-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
  left: auto;
  right: -40px;
}

/*
    Team Section
------------------------------------------------------------------*/
#team {
  text-align: center;
  background: #f2f2f2;
  overflow: hidden;
}

.team-list .team-item {
  padding-top: 3em;
}

.team-list .team-item:nth-child(4n+1) {
  clear: both;
}

.team-list .team-item-image {
  margin: 0 0 1em;
}

.team-list .team-item-image img {
  width: 43%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.team-list .team-item-title {
  color: #494b53;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .25em;
}

.team-list .team-item-sub-title {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: .9em;
  color: #61636e;
  margin: 0 0 .6em;
}

.team-list.owl-carousel.owl-loaded {
  margin: 0;
}

.team-list.owl-carousel.owl-loaded .owl-stage-outer {
  overflow: visible;
}

.team-list.owl-carousel.owl-loaded .team-item {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.team-list.owl-carousel.owl-loaded .team-item-image img {
  margin: 0 auto;
}

.team-list.owl-carousel.owl-loaded .owl-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.team-list.owl-carousel.owl-loaded .owl-item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.team-list.owl-carousel.owl-loaded .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev, .team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  margin: -.5em 0 0;
  color: #bfbfbf;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev:hover, .team-list.owl-carousel.owl-loaded .owl-nav .owl-next:hover {
  color: #ffdb5f;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev i, .team-list.owl-carousel.owl-loaded .owl-nav .owl-next i {
  font-size: 4em;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev, .team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
  left: -55px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev.disabled, .team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next.disabled {
  color: #e6e6e6;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
  left: auto;
  right: -55px;
}

/*
    Subscribe Section
------------------------------------------------------------------*/
#subscribe {
  background: #676eff;
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
}

#subscribe h1, #subscribe h2, #subscribe h3, #subscribe h4, #subscribe h5, #subscribe h6 {
  color: #fff;
}

#subscribe .container {
  position: relative;
}

#subscribe .wrapper {
  position: relative;
  z-index: 2;
}

#subscribe .section-sub-title {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

#subscribe .subscribe-item {
  padding-top: 3em;
}

#subscribe .subscribe-item:nth-child(odd) {
  clear: both;
}

#subscribe .subscribe-item-title {
  color: #ffdb5f;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .25em;
  margin-bottom: .2em;
}

#subscribe .laptop-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 50%;
  top: 10%;
  height: 80%;
  margin: 1em 0 0;
}

#subscribe .laptop-wrapper .laptop {
  position: absolute;
  width: 100%;
  padding: 53% 0 0;
  margin: 0 0 0 -13%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAwIDI1OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAwIDI1OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtvcGFjaXR5OjAuMjtmaWxsOiMwMDAxMDA7fS5zdDF7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9LnN0MntmaWxsOiMwMDAxMDA7fS5zdDN7ZmlsbDp1cmwoI1NWR0lEXzJfKTt9LnN0NHtmaWxsOnVybCgjU1ZHSURfM18pO30uc3Q1e2ZpbGw6dXJsKCNTVkdJRF80Xyk7fS5zdDZ7ZmlsbDojRTZFNkU3O30uc3Q3e2ZpbGw6dXJsKCNTVkdJRF81Xyk7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ4MCwyNTYuMmMwLDEuNS00Ny4yLDIuNy0yMzAsMi43Yy0xODYuNiwwLTIzMC0xLjItMjMwLTIuN2MwLTEuNSw5MS45LTIuNywyMzAtMi43UzQ4MCwyNTQuNyw0ODAsMjU2LjJ6Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxOTguMzM5NiIgeTE9Ii00MS4xMzk2IiB4Mj0iMzAxLjY2MDgiIHkyPSIyOTYuODA4NSI+PHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0E2QThBQSIvPjxzdG9wICBvZmZzZXQ9IjAuNDEzOCIgc3R5bGU9InN0b3AtY29sb3I6I0MxQzNDNSIvPjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU2RTciLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik02NiwyNTUuN2MtOC4yLDAtMTQuOC02LjctMTQuOC0xNC44di0yMjZDNTEuMiw2LjcsNTcuOCwwLDY2LDBoMzY4YzguMiwwLDE0LjgsNi43LDE0LjgsMTQuOHYyMjZjMCw4LjItNi43LDE0LjgtMTQuOCwxNC44SDY2eiIvPjxwYXRoIGQ9Ik02NiwyNTQuM2MtNy40LDAtMTMuNC02LTEzLjQtMTMuNHYtMjI2YzAtNy40LDYtMTMuNCwxMy40LTEzLjRoMzY4YzcuNCwwLDEzLjQsNiwxMy40LDEzLjR2MjI2YzAsNy40LTYsMTMuNC0xMy40LDEzLjRINjZ6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTQ0NiwyNDAuOGMwLDYuNi01LjQsMTItMTIsMTJINjZjLTYuNiwwLTEyLTUuNC0xMi0xMnYtMjI2YzAtNi42LDUuNC0xMiwxMi0xMmgzNjhjNi42LDAsMTIsNS40LDEyLDEyVjI0MC44eiIvPjxyZWN0IHg9IjY5LjQiIHk9IjE4LjMiIHdpZHRoPSIzNjEiIGhlaWdodD0iMjAyLjciLz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI0OS45NTQ2IiB5MT0iMjU2LjUiIHgyPSIyNDkuOTU0NiIgeTI9IjI0Ni4zMzIiPjxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDAiLz48c3RvcCAgb2Zmc2V0PSIxLjU4Mzc0MWUtMDAyIiBzdHlsZT0ic3RvcC1jb2xvcjojMUExQTFBIi8+PHN0b3AgIG9mZnNldD0iMC4xMzI0IiBzdHlsZT0ic3RvcC1jb2xvcjojNTE1MjU0Ii8+PHN0b3AgIG9mZnNldD0iMC4yNTQzIiBzdHlsZT0ic3RvcC1jb2xvcjojNkE2QjZFIi8+PHN0b3AgIG9mZnNldD0iMC4zODE1IiBzdHlsZT0ic3RvcC1jb2xvcjojN0M3RDgwIi8+PHN0b3AgIG9mZnNldD0iMC41MTYyIiBzdHlsZT0ic3RvcC1jb2xvcjojODk4QThDIi8+PHN0b3AgIG9mZnNldD0iMC42NjM0IiBzdHlsZT0ic3RvcC1jb2xvcjojOTA5MTk0Ii8+PHN0b3AgIG9mZnNldD0iMC44NDY2IiBzdHlsZT0ic3RvcC1jb2xvcjojOTI5NDk2Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0QwRDFEMyIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggY2xhc3M9InN0MyIgZD0iTTcwLjMsMjU2LjVoMzYxLjJjNy4zLDAsNjguNC00LjYsNjguNC0xMC4ySDBDMCwyNTEuOSw2MywyNTYuNSw3MC4zLDI1Ni41eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjUwLjA1OTgiIHkxPSIyNDQuOTk5IiB4Mj0iMjUwLjA1OTgiIHkyPSIyNDAuNjY1Ij48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwIi8+PHN0b3AgIG9mZnNldD0iOC45NjI3MDllLTAwMiIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MC45MTA0Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDAwMDtzdG9wLW9wYWNpdHk6MCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iNTMiIHk9IjI0MC43IiBjbGFzcz0ic3Q0IiB3aWR0aD0iMzk0LjEiIGhlaWdodD0iNC4zIi8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMjQ1LjYwNzkiIHgyPSI1MDAuMDAxIiB5Mj0iMjQ1LjYwNzkiPjxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiM1ODU5NUIiLz48c3RvcCAgb2Zmc2V0PSIzLjI3MTA3OGUtMDAzIiBzdHlsZT0ic3RvcC1jb2xvcjojNkM2RDcwIi8+PHN0b3AgIG9mZnNldD0iMS43OTk1NTNlLTAwMiIgc3R5bGU9InN0b3AtY29sb3I6I0MxQzJDNCIvPjxzdG9wICBvZmZzZXQ9IjIuNDUzOTkwZS0wMDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU2RTciLz48c3RvcCAgb2Zmc2V0PSIwLjExMDQiIHN0eWxlPSJzdG9wLWNvbG9yOiNCQkJDQkUiLz48c3RvcCAgb2Zmc2V0PSIwLjUyNzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU2RTciLz48c3RvcCAgb2Zmc2V0PSIwLjg4OTYiIHN0eWxlPSJzdG9wLWNvbG9yOiNCQkJDQkUiLz48c3RvcCAgb2Zmc2V0PSIwLjk3NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU2RTciLz48c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNkU2RjcxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB5PSIyNDQuMyIgY2xhc3M9InN0NSIgd2lkdGg9IjUwMCIgaGVpZ2h0PSIyLjYiLz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMjkxLjIsMjQ1LjdjMCwxLjItMS43LDIuMi0zLjgsMi4yaC03NWMtMi4xLDAtMy44LTEtMy44LTIuMmwwLDBjMC0xLjIsMi4yLTEsNC4zLTFsNzQuMSwwQzI4OS4xLDI0NC44LDI5MS4yLDI0NC41LDI5MS4yLDI0NS43TDI5MS4yLDI0NS43eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfNV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjA4LjcwNTEiIHkxPSIyNDUuODkxMSIgeDI9IjI5MS4yMDQxIiB5Mj0iMjQ1Ljg5MTEiPjxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MjQyNDMiLz48c3RvcCAgb2Zmc2V0PSIzLjE3NjE5MGUtMDAzIiBzdHlsZT0ic3RvcC1jb2xvcjojNEQ0RDRGIi8+PHN0b3AgIG9mZnNldD0iMS41OTg0NzBlLTAwMiIgc3R5bGU9InN0b3AtY29sb3I6IzcxNzI3NCIvPjxzdG9wICBvZmZzZXQ9IjIuOTM3Nzk1ZS0wMDIiIHN0eWxlPSJzdG9wLWNvbG9yOiM4QzhFOTAiLz48c3RvcCAgb2Zmc2V0PSI0LjMyMjEwOGUtMDAyIiBzdHlsZT0ic3RvcC1jb2xvcjojQTRBNUE4Ii8+PHN0b3AgIG9mZnNldD0iNS43NjYxNjJlLTAwMiIgc3R5bGU9InN0b3AtY29sb3I6I0I3QjhCQiIvPjxzdG9wICBvZmZzZXQ9IjcuMjk0NDI1ZS0wMDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNDNUM3QzgiLz48c3RvcCAgb2Zmc2V0PSI4Ljk2NDIzN2UtMDAyIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0VDRkQwIi8+PHN0b3AgIG9mZnNldD0iMC4xMTA0IiBzdHlsZT0ic3RvcC1jb2xvcjojRDBEMUQzIi8+PHN0b3AgIG9mZnNldD0iMC41MDMxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFNkU3Ii8+PHN0b3AgIG9mZnNldD0iMC44OTU3IiBzdHlsZT0ic3RvcC1jb2xvcjojRDBEMUQzIi8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzQyNDI0MyIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggY2xhc3M9InN0NyIgZD0iTTI5MS4yLDI0NS4zYzAsMS4yLTEuNywyLjItMy44LDIuMmgtNzVjLTIuMSwwLTMuOC0xLTMuOC0yLjJsMCwwYzAtMS4yLDIuMi0xLDQuMy0xbDc0LjEsMEMyODkuMSwyNDQuMywyOTEuMiwyNDQuMSwyOTEuMiwyNDUuM0wyOTEuMiwyNDUuM3oiLz48L2c+PC9zdmc+);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#subscribe .laptop-wrapper .laptop-inner {
  position: absolute;
  width: 72%;
  height: 78%;
  left: 50%;
  top: 7%;
  margin: 0 0 0 -36%;
  overflow: hidden;
}

#subscribe .laptop-wrapper .laptop-inner img {
  position: absolute;
  display: block;
  width: 120%;
  min-height: 100%;
  top: 50%;
  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-form {
  padding: 3em 0 0;
}

#subscribe-form #subscribe-form-email {
  color: #fff;
  background: rgba(28, 32, 49, 0.5);
  border-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

#subscribe-form #subscribe-form-email:focus {
  border-color: rgba(28, 32, 49, 0.3);
}

.has-error #subscribe-form #subscribe-form-email {
  color: #e52805;
}

#subscribe-form button {
  display: block;
  width: 100%;
  background-color: #ffdb5f;
  border-color: #ffdb5f;
  color: #252b41;
}

#subscribe-form button:hover {
  border-color: #fff;
  background-color: #fff;
}

/*
    Map
------------------------------------------------------------------*/
#our-location {
  height: 352px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#our-location #googlemaps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
}

/*
    Contacts
------------------------------------------------------------------*/
#contacts {
  overflow: hidden;
}

#contacts .contact-info {
  padding-top: 3em;
}

#contacts .contact-info:nth-child(odd) {
  clear: both;
}

#contacts .contact-info-title {
  color: #494b53;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .25em;
  margin-bottom: .2em;
}

#contacts #contact-form button {
  width: 100%;
}

/*
    Footer
------------------------------------------------------------------*/
#footer {
  background: #33353a;
  color: #999999;
  padding: 2.4em 0;
  overflow: hidden;
}

#footer .footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer-social li {
  padding: 0 0 0 1em;
  margin: 0;
  display: inline-block;
}

#footer .footer-social li a {
  color: #fff;
  border: 0;
  font-size: 1.1em;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

#footer .footer-social li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#footer-top {
  padding: 0 0 1.6em;
  margin: 0 0 1.6em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

#footer-top::after {
  clear: both;
  content: "";
  display: table;
}

#footer-bottom::after {
  clear: both;
  content: "";
  display: table;
}

#footer-logo {
  float: left;
  width: 128px;
}

#footer-logo img {
  display: block;
  max-width: 100%;
}

#footer-nav {
  float: right;
  position: relative;
  z-index: 1;
}

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

#footer-nav ul li {
  margin: 0;
  padding: 0 0 0 2em;
  display: inline-block;
  font-weight: 600;
  font-size: .98em;
}

#footer-nav ul li a {
  display: inline-block;
  color: #fff;
  border: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#footer-nav ul li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#footer-nav ul li a.button-highlight {
  position: relative;
  padding: .38em 2em;
  margin: 0 0 0 .6em;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

#footer-nav ul li a.button-highlight:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer-nav ul li a.button-highlight:hover {
  color: #252b41;
}

#footer-nav ul li a.button-highlight:hover:before {
  background: #ffdb5f;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

#footer-nav ul li.nav-current a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------------
    Other
------------------------------------------------------------------*/
/*
    Animations
------------------------------------------------------------------*/
.animated.delay0 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.animated.delay1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated.delay2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animated.delay3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.delay5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay6 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay7 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.delay8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay9 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animated.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animated.delay14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animated.delay17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animated.delay18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animated.delay19 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animated.delay20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay21 {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animated.delay22 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animated.delay23 {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animated.delay24 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animated.delay25 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay26 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animated.delay27 {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animated.delay28 {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animated.delay29 {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animated.delay30 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.animateIt {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.animateIt.animated {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*
    Lightbox
------------------------------------------------------------------*/
.sl-spinner {
  border-color: #ffdb5f;
}

.sl-overlay {
  background: #0d0d0f;
}

.sl-image img {
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}

.sl-wrapper button {
  background: none;
}

.sl-wrapper button:hover {
  color: #ffdb5f;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------------
    Responsive Design
------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #home {
    height: auto;
  }
  #home .home-inner {
    height: auto;
    display: block;
  }
  #header {
    top: 0 !important;
    position: fixed !important;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  body.nav-on #header {
    right: 260px;
  }
  #mobile-nav {
    display: block;
  }
  #main-nav ul {
    background: #1c2031;
    width: 200px;
    height: 100%;
    position: fixed;
    right: -260px;
    top: 0;
    padding: 0 30px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body.nav-on #main-nav ul {
    right: 0;
  }
  #main-nav ul li {
    position: relative;
    display: block;
    padding: .35em 0;
    border-top: 1px solid #2f3551;
  }
  #main-nav ul li:first-child {
    margin: 2em 0 0;
    border: 0;
  }
  #main-nav ul li a {
    display: inline;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
  }
  #main-nav ul li a.button-highlight {
    display: block;
    margin: 3em 0 0;
    text-align: center;
    font-weight: 600;
  }
  #main-nav ul li a.button-highlight:before {
    background: #676eff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #header.fixed-nav #main-nav ul li a {
    color: #fff;
  }
  #home-main {
    display: block;
    padding: 5em 0;
  }
  #home-main .home-texts {
    font-size: 1.6em;
  }
  #home-main .greeting-message {
    font-size: .6em;
    max-width: 75%;
  }
  #home-main .home-subscribe, #home-main .home-coming-soon {
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 50%;
  }
  #home-main .home-coming-soon {
    font-size: 1.6em;
    width: 80%;
    margin-bottom: 2em;
  }
  #home-main .home-coming-soon br {
    display: none;
  }
  #home-main .home-coming-soon * {
    text-align: center;
  }
  #home-main #subscribe-form {
    width: 83.333333333%;
    margin: 0 auto;
  }
  #about .col-6.col-offset-3, #works .col-6.col-offset-3, #team .col-6.col-offset-3, #subscribe .col-6.col-offset-3, #contacts .col-6.col-offset-3 {
    float: none;
    width: auto;
    margin: 0;
  }
  #about .section-title, #works .section-title, #team .section-title, #subscribe .section-title, #contacts .section-title {
    width: 49.9999999998%;
    margin-left: 24.9999999999%;
    text-align: center;
  }
  #about .section-sub-title, #works .section-sub-title, #team .section-sub-title, #subscribe .section-sub-title, #contacts .section-sub-title {
    width: 66.6666666664%;
    margin-left: 16.6666666666%;
    text-align: center;
  }
  #works .owl-nav .owl-prev, #works .owl-nav .owl-next, #team .owl-nav .owl-prev, #team .owl-nav .owl-next {
    left: -40px !important;
    visibility: visible !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  #works .owl-nav .owl-next, #team .owl-nav .owl-next {
    left: auto !important;
    right: -40px !important;
  }
  #subscribe .col-5 {
    float: none;
    width: auto;
  }
  #subscribe .subscribe-item {
    float: left;
    width: 24.9999999999%;
  }
  #subscribe .subscribe-item:nth-child(odd) {
    text-align: right;
    margin-left: 24.9999999999%;
  }
  #subscribe #subscribe-form {
    width: 49.9999999998%;
    margin-left: 24.9999999999%;
  }
  #subscribe .laptop {
    display: none;
  }
  #contacts .col-5, #contacts .col-6 {
    float: none;
    width: auto;
    margin: 0;
  }
  #contacts .contact-info {
    float: left;
    width: 24.9999999999%;
  }
  #contacts .contact-info:nth-child(odd) {
    text-align: right;
    margin-left: 24.9999999999%;
  }
  #contacts #contact-form {
    margin-top: 3em;
  }
  #footer-top {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 30px;
  }
  #home-main .home-texts {
    font-size: 1.4em;
  }
  #home-main .home-coming-soon {
    font-size: 1.4em;
    margin-bottom: 1.6em;
  }
  #home-main .home-subscribe {
    width: 60%;
  }
  #home-main .greeting-message {
    max-width: 90%;
  }
  #about .section-title, #works .section-title, #team .section-title, #subscribe .section-title, #contacts .section-title {
    font-size: 2.2em;
  }
  #about .section-sub-title, #works .section-sub-title, #team .section-sub-title, #subscribe .section-sub-title, #contacts .section-sub-title {
    width: 83.333333333%;
    margin-left: 8.3333333333%;
  }
  #about .service-item {
    width: 41.6666666665%;
  }
  #about .service-item:nth-child(odd) {
    clear: both;
    margin-left: 8.3333333333%;
  }
  #works .wrapper, #team .wrapper {
    padding: 0 50px;
  }
  #works .col-6.col-offset-3, #team .col-6.col-offset-3 {
    margin: 0 -20px;
  }
  #subscribe .subscribe-item {
    width: 33.3333333332%;
  }
  #subscribe .subscribe-item:nth-child(odd) {
    margin-left: 16.6666666666%;
  }
  #contacts .contact-info {
    width: 33.3333333332%;
  }
  #contacts .contact-info:nth-child(odd) {
    margin-left: 16.6666666666%;
  }
}

@media only screen and (max-width: 640px) {
  .container {
    padding: 3.84048rem 0;
  }
  #header {
    padding: .6em 0;
  }
  #mobile-nav {
    height: 20px;
    margin: 10px 0 0;
  }
  #mobile-nav span:nth-child(1) {
    top: 0;
  }
  #mobile-nav span:nth-child(2) {
    top: 8px;
  }
  #mobile-nav span:nth-child(3) {
    top: 16px;
  }
  body.nav-on #mobile-nav span:nth-child(1) {
    top: 8px;
  }
  body.nav-on #mobile-nav span:nth-child(3) {
    top: 8px;
  }
  #home-main .home-subscribe, #home-main .home-coming-soon {
    width: 70%;
  }
  #home-main .home-coming-soon {
    width: 80%;
  }
  #home-main .home-texts {
    width: 80%;
  }
  #works .wrapper, #team .wrapper {
    padding: 0 150px;
  }
  #works .col-6.col-offset-3, #team .col-6.col-offset-3 {
    margin: 0 -120px;
  }
  #subscribe .subscribe-item {
    width: 41.6666666665%;
  }
  #subscribe .subscribe-item:nth-child(odd) {
    margin-left: 8.3333333333%;
  }
  #subscribe #subscribe-form {
    width: 66.6666666664%;
    margin-left: 16.6666666666%;
  }
  #our-location {
    height: 300px;
  }
}

@media only screen and (max-width: 568px) {
  #home-main .home-coming-soon {
    margin-bottom: .6em;
  }
  #home-main .home-coming-soon .greeting-header {
    font-size: 1.8em;
  }
  #home-main .home-subscribe {
    width: 70%;
  }
  #home-main .home-texts .greeting-header {
    font-size: 1.8em;
  }
  #home-main #counter {
    margin-bottom: .6em;
  }
  #home-main #counter > span {
    font-size: 2.1em;
  }
  #home-main #counter > span:before, #home-main #counter > span:after {
    width: 4px;
    height: 4px;
    left: -2px;
    margin: 6px 0 0;
  }
  #home-main #counter > span:after {
    margin: 16px 0 0;
  }
  #about .service-item {
    width: 49.9999999998%;
  }
  #about .service-item:nth-child(odd) {
    clear: both;
    margin-left: 0;
  }
  #works .wrapper, #team .wrapper {
    padding: 0 120px;
  }
  #works .col-6.col-offset-3, #team .col-6.col-offset-3 {
    margin: 0 -90px;
  }
  #subscribe .subscribe-item {
    width: 49.9999999998%;
  }
  #subscribe .subscribe-item:nth-child(odd) {
    margin-left: 0;
  }
  #contacts .contact-info {
    width: 41.6666666665%;
  }
  #contacts .contact-info:nth-child(odd) {
    margin-left: 8.3333333333%;
  }
  #our-location {
    height: 280px;
  }
}

@media only screen and (max-width: 480px) {
  #home-main .home-coming-soon {
    width: 100%;
    margin-bottom: .6em;
  }
  #home-main .home-coming-soon .greeting-header {
    font-size: 1.8em;
  }
  #home-main .home-subscribe {
    width: 100%;
  }
  #home-main .home-texts {
    width: 90%;
  }
  #home-main .home-texts .greeting-header {
    font-size: 1.5em;
  }
  #home-main .home-texts .greeting-message {
    font-size: .65em;
  }
  #home-main #counter {
    margin-bottom: .6em;
  }
  #home-main #counter > span {
    font-size: 2.1em;
  }
  #home-main #counter > span:before, #home-main #counter > span:after {
    width: 4px;
    height: 4px;
    left: -2px;
    margin: 6px 0 0;
  }
  #home-main #counter > span:after {
    margin: 16px 0 0;
  }
  #about .section-title, #works .section-title, #team .section-title, #subscribe .section-title, #contacts .section-title {
    width: 90%;
    margin: 0 auto;
    font-size: 2em;
  }
  #about .section-sub-title, #works .section-sub-title, #team .section-sub-title, #subscribe .section-sub-title, #contacts .section-sub-title {
    width: 100%;
    margin-left: 0;
  }
  #works .wrapper, #team .wrapper {
    padding: 0 60px;
  }
  #works .col-6.col-offset-3, #team .col-6.col-offset-3 {
    margin: 0 -30px;
  }
  #subscribe #subscribe-form {
    width: 83.333333333%;
    margin-left: 8.3333333333%;
  }
  #contacts .contact-info {
    width: 49.9999999998%;
  }
  #contacts .contact-info:nth-child(odd) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 360px) {
  .wrapper {
    padding: 0 20px;
  }
  #home-main .home-coming-soon {
    width: 100%;
  }
  #home-main .home-texts {
    width: 100%;
  }
  #home-main .greeting-message {
    width: 100%;
  }
  #home-main .greeting-buttons a {
    margin: 0 0 0 .8em;
  }
  #home-main .greeting-buttons a:first-child {
    margin: 0;
  }
  #home-main #counter {
    margin-bottom: .6em;
  }
  #home-main #counter > span {
    font-size: 2.1em;
  }
  #home-main #counter > span:before, #home-main #counter > span:after {
    width: 4px;
    height: 4px;
    left: -2px;
    margin: 6px 0 0;
  }
  #home-main #counter > span:after {
    margin: 16px 0 0;
  }
  #about .service-item {
    width: 83.333333333%;
    padding-top: 2em;
    margin: 0 0 0 8.3333333333%;
    float: none;
    clear: both;
  }
  #about .service-item:nth-child(odd) {
    margin: 0 0 0 8.3333333333%;
  }
  #works .wrapper, #team .wrapper {
    padding: 0 20px;
  }
  #works .col-6.col-offset-3, #team .col-6.col-offset-3 {
    margin: 0;
  }
  #works .owl-nav, #team .owl-nav {
    top: auto !important;
    bottom: 0 !important;
  }
  #works .owl-nav .owl-prev, #works .owl-nav .owl-next, #team .owl-nav .owl-prev, #team .owl-nav .owl-next {
    left: 50% !important;
    margin: 0 0 0 -3.5em !important;
  }
  #works .owl-nav .owl-next, #team .owl-nav .owl-next {
    left: auto !important;
    right: 50% !important;
    margin: 0 -3.5em 0 0 !important;
  }
  #works .owl-nav .owl-prev, #works .owl-nav .owl-next {
    color: #191a1c !important;
  }
  #works .owl-nav .owl-prev:hover, #works .owl-nav .owl-next:hover {
    color: #ffdb5f !important;
  }
  #works .owl-nav .owl-prev.disabled, #works .owl-nav .owl-next.disabled {
    color: #202125 !important;
  }
  #subscribe .subscribe-item {
    width: 90%;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-top: 1.5em;
    text-align: center;
  }
  #subscribe .subscribe-item:first-child {
    padding-top: 3em;
  }
  #subscribe .subscribe-item:nth-child(odd) {
    text-align: center;
    margin: 0 auto;
  }
  #contacts .contact-info {
    width: 90%;
    float: none;
    clear: both;
    padding-top: 1.5em;
    margin: 0 auto;
    text-align: center;
  }
  #contacts .contact-info:first-child {
    padding-top: 3em;
  }
  #contacts .contact-info:nth-child(odd) {
    text-align: center;
    margin: 0 auto;
  }
}
