@charset "UTF-8";

/* =================================================================== 
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing
 *    ## pace.js styles - minimal
 *  # preloader 
 *  # forms 
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## alert box 
 *    ## additional typo styles
 *    ## skillbars 
 *  # reusable and common theme styles
 *    ## display headings
 *    ## section header
 *    ## slick slider
 *  # header styles
 *    ## header logo
 *    ## navigation 
 *    ## menu trigger
 *  # home
 *    ## home content
 *    ## home button section
 *    ## home social
 *    ## home scroll
 *    ## home animations
 *  # about
 *    ## about-desc slider
 *  # v-work-how
 *    ## video button
 *    ## stats
 *    ## process
 *  # features
 *    ## features list
 *  # testimonials
 *  # pricing
 *    ## pricing plan blocks
 *  # download
 *  # footer
 *    ## subscribe form
 *    ## footer social
 *    ## footer site links
 *    ## copyright
 *    ## go to top
 *
 * =================================================================== */



/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media only screen and (max-width:400px) {
  html {
    font-size: 9.444444444444444px;
  }

}

html,
body {
  height: 100%;
}

body {
  background: #121619;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
}

body.design-page {
  background-color:#000;
}

body.hobbies-page {
  background-color:#000;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:hover,
a:active {
  outline: 0;
}

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: #000000;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 1rem 0;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin: 1rem 0;
  }
}

h5, .h5, h6, .h6 {
  margin: 1rem 0;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin: 1rem 0;
  }
}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
  letter-spacing: -.05rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }
}

h2, .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.333;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.571;
  margin-bottom: 3.6rem;
  color: #898989;
}

.black {
  color:#000;
}

.white {
  color:#fff;
}

@media only screen and (max-width:1200px) {
  p.lead {
    font-size: 2.6rem;
  }

}

@media only screen and (max-width:800px) {
  p.lead {
    font-size: 2.4rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: 'Work Sans', sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 3.2rem 0;
  padding-left: 4.8rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: #c2c2c2;
  color: #ffffff;
  font-family: Arial, Sans-serif;
  position: absolute;
  top: 4.4rem;
  left: -6px;
}

blockquote p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}

blockquote cite {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.25;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #898989;
  border: none;
}

abbr {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #898989;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #eaeaea;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .7rem;
  white-space: nowrap;
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  color: #000000;
  border-radius: 4px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #00f0bc;
  color: #000000;
}

p.content-text {
  font-size:16px;
  font-weight:300;
  line-height: 26px;
  margin-bottom: 0;
}

.right-cont {
  padding-right: 12rem;
}

.left-cont {
  margin-left:-6rem;
}

.right-cont-2 {
  padding-left: 12rem;
}

.left-cont-2 {
  margin-right:-6rem;
}

::selection {
  background: #eaeaea;
}
::-moz-selection {
  background: #eaeaea;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #ffffff;
}

dd {
  margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.2rem 0 0 2.8rem;
}

img.pull-left {
  margin: 1.2rem 2.8rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Work Sans', sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.6rem 3.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

th {
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
fieldset,
button,
.btn {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: .5rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal 
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  z-index: 900;
  background: #616161;
  width: 100%;
  height: 4px;
  position: fixed;
  top: 0;
  right: 100%;
}

.oldie .pace {
  display: none;
}



/* ===================================================================
 * # preloader 
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #616161;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # forms 
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea.form-control,
select {
  display: block;
  height: 5rem;
  padding: 1rem 24px 1rem;
  border: 0;
  outline: none;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 3.2rem;
  max-width: 100%;
  background-color: rgba(0, 0, 0, .7);
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 10rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea.form-control:focus,
select:focus {
  color: #fff;
  border:none;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 0.01rem rgba(138, 138, 138, 0.25);
}

label,
legend {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: .8rem;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: 'Work Sans', sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .2rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #9c9c9c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #9c9c9c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #9c9c9c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #9c9c9c;
}

.placeholder {
  color: #9c9c9c !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 .4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: #d6d6d6;
  border: 0.2rem solid #d6d6d6;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #514686;
  border-color: #514686;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.btn--large,
button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}

.btn--pill,
button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 4px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}

.alert-box__close.fa {
  font-size: 12px;
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #5499c9;
}

.alert-box--notice {
  background-color: #fff099;
  color: #c3ab22;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.6rem .8rem 0 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 8.6rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #121619;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 3.2rem 2.4rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-serif;
  color: #ffffff;
}

.pull-quote:before {
  content: "\201C";
  top: -2.8rem;
  left: -6px;
}

.pull-quote:after {
  content: '\201D';
  bottom: 3.4rem;
  right: 6px;
}

.pull-quote blockquote {
  margin: 0;
  padding-left: 4.8rem;
  padding-right: 0;
  position: relative;
}

.pull-quote blockquote p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}

.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #eaeaea;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #ffffff;
}

.stats-tabs li a em {
  display: block;
  margin: .8rem 0 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: normal;
  font-style: normal;
  color: #898989;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: .4rem;
  background: #d6d6d6;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #ffffff;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: 'Work Sans', sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: .8rem .8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}



/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 5.5rem;
  line-height: 1.236;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 2.8rem;
}

.display-2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.217;
  margin-top: 0;
  margin-bottom: 3.2rem;
}

.item-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.286;
  margin-top: 0;
  margin-bottom: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
  max-width: 800px;
}

.section-header.has-bottom-sep {
  padding-bottom: 2.8rem;
  position: relative;
  text-align: center;
}

.section-header.has-bottom-sep:after {
  content: "";
  display: table;
  clear: both;
}

.section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 320px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------------------------- 
 * ## slick slider
 * ------------------------------------------------------------------- */
.slick-slider {
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 4.2rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}

.slick-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
  outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
  background: #ffffff;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * reusable and common theme styles
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1000px) {
  .display-1 {
    font-size: 5.2rem;
  }

  .display-2 {
    font-size: 4.4rem;
  }

  .section-header {
    max-width: 680px;
  }

}

@media only screen and (max-width:800px) {
  .display-1 {
    font-size: 4.4rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .display-2 br {
    display: none;
  }

  .item-title {
    font-size: 2.4rem;
  }

  .section-header {
    max-width: 580px;
  }

}

@media only screen and (max-width:600px) {
  .section-header.has-bottom-sep::before {
    width: 240px;
  }

}

@media only screen and (max-width:500px) {
  .display-1 {
    font-size: 4.2rem;
  }

  .display-2 {
    font-size: 3.8rem;
  }

}

@media only screen and (max-width:400px) {
  .display-1 {
    font-size: 3.8rem;
  }

  .display-2 {
    font-size: 3.6rem;
  }

  .section-header.has-bottom-sep::before {
    width: 200px;
  }

}

@media only screen and (max-width:350px) {
  .display-1 {
    font-size: 3.6rem;
  }

  .display-2 {
    font-size: 3.4rem;
  }

}

/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
  z-index: 600;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 24px;
}

.s-header > .row {
  max-width: 1300px;
  height: 78px;
  position: relative;
}

.s-header.sticky {
  background-color: rgba(0, 0, 0, .85);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 601;
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 0;
  top: 50%;
}

.header-logo h1 {
  margin: 0;
  padding-bottom: 7px;
  color: #FFFFFF;
  font-size: 24px;
}


/* ------------------------------------------------------------------- 
 * ## navigation 
 * ------------------------------------------------------------------- */
.header-nav-wrap {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  position: absolute;
  right: 0;
}

.header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.6rem;
}

.header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 78px;
  color: #4D4C4C;
  outline: none;
  position: relative;
  text-decoration: none;
}

.header-nav-wrap .header-main-nav li a:hover,
.header-nav-wrap .header-main-nav li a:focus {
  color: #ffffff;
}

.header-nav-wrap .header-main-nav li.current a {
  color: #ffffff;
  text-decoration: none;
}

.header-nav-wrap .header-cta {
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  right: 40px;
  top: 50%;
}

.header-nav-wrap .header-cta__btn {
  font-size: 1.2rem;
  height: 5.2rem;
  line-height: 4.8rem;
  margin: 0;
}

.sticky .header-nav-wrap .header-cta__btn {
  height: 4.8rem;
  line-height: 4.4rem;
}

/* ------------------------------------------------------------------- 
 * ## menu trigger
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 18px;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #ffffff;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  left: 9px;
  top: 50%;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: white;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
  .header-nav-wrap .header-cta {
    right: 20px;
  }

}

@media only screen and (max-width:1200px) {
  .header-nav-wrap .header-cta {
    right: 0;
  }

}

@media only screen and (max-width:1000px) {
  .header-nav-wrap {
    padding-left: 170px;
  }

  .header-nav-wrap .header-main-nav {
    font-size: 11px;
  }

  .header-nav-wrap .header-cta__btn {
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 1.6rem;
  }

}

@media only screen and (max-width:900px) {
  .header-nav-wrap {
    text-align: right;
  }

  .header-nav-wrap .header-cta {
    display: none;
  }

}

@media only screen and (max-width:800px) {
  .s-header {
    background-color: #000;
    position: fixed;
    top: 0;
  }

  .s-header > .row {
    width: 100%;
    padding: 0 !important;
  }

  .header-logo {
    margin: 8px 0 0 0;
    left: 44px;
  }

  .header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    background-color: #000;
    padding: 64px 44px 72px;
    text-align: left;
    position: absolute;
    top: 78px;
  }

  .header-nav-wrap .header-main-nav {
    display: block;
    font-size: 12px;
    padding-left: 0;
    margin: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }

  .header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }

  .header-nav-wrap .header-cta {
    display: block;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 4.8rem;
  }

  .header-nav-wrap .header-cta__btn {
    display: block;
    font-size: 1.2rem;
    height: 5.2rem !important;
    line-height: 4.8rem !important;
    width: 100%;
    text-align: center;
  }

  .header-menu-toggle {
    display: block;
  }

}

@media only screen and (max-width:400px) {
  .header-logo {
    left: 40px;
  }

  .header-nav-wrap {
    padding: 40px 40px 64px;
  }

  .header-menu-toggle {
    right: 36px;
  }

}


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */
@media only screen and (min-width:801px) {
  .header-nav-wrap {
    display: block !important;
  }

}



/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  display: table;
  width: 100%;
  background-color: #000000;
  position: relative;
}

.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #000000;
}

.s-home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.no-js .s-home {
  background: #000000;
}


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  z-index: 4;
  display: block;
  padding-top: 120px;
  width: 100%;
  position: relative;
}

.home-content h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 1.222;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
  position: relative;
}

.home-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 8rem;
  background-color: #000;
  position: absolute;
  left: 8px;
  top: 0;
}

.home-content h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.667;
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
  width: 85%;
}

.home-content__main {
  position: relative;
  max-width: 1300px;
}

.home-content__right {
  z-index: 500;
  width: 580px;
  position: absolute;
  right: 0;
  top: 0;
}

.home-content__right img {
  vertical-align: bottom;
  margin-top: -5.2rem;
}

.main-quote {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-right: 4rem;
}

.v-author{
  font-size:16px;
  color: #616161;
  font-weight: 500;
  margin-top: 25px;
}

/* ------------------------------------------------------------------- 
 * ## home button section
 * ------------------------------------------------------------------- */
.home-content__btn-wrap {
  margin-top: 7.2rem;
}

.home-content__btn-wrap .home-content__btn {
  width: 30rem;
  height: 6.4rem !important;
  line-height: 6rem !important;
  margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social
 * ------------------------------------------------------------------- */
.home-content__social {
  list-style: none;
  margin: 0;
  font-size: 10px;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  right: calc(40px + (5.6rem/2));
  top: 50%;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  -ms-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.home-content__social li {
  display: inline;
  margin-right: 6px;
}

.home-content__social li:last-child {
  margin-right: 0;
}

.home-content__social a {
  color: rgba(255, 255, 255, 0.3);
}

.home-content__social a:hover,
.home-content__social a:hover,
.home-content__social a:active {
  color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * ## home scroll
 * ------------------------------------------------------------------- */
.home-scroll {
  z-index: 4;
  height: 5.6rem;
  position: absolute;
  right: 40px;
  bottom: 8rem;
}

.home-scroll__text {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 5.6rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 7.6rem;
}

.home-scroll__icon {
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

.home-scroll:hover .home-scroll__text {
  border-bottom: 1px solid #ffffff;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1700px) {
  .home-content h1 {
    font-size: 6.8rem;
  }

  .home-content h3 {
    width: 100%;
  }

  .home-content__main {
    max-width: 1200px;
  }

}

@media only screen and (max-width:1600px) {
  .home-scroll__text {
    display: none;
  }
}

@media only screen and (max-width:1500px) {
  .home-content {
    padding-top: 120px;
  }

  .home-content h1 {
    font-size: 6.2rem;
  }

  .home-content h3 {
    font-size: 2.2rem;
  }

  .home-content__main {
    max-width: 1140px;
  }

  .home-content__left {
    width: calc(100% - (570px + 115px));
  }

  .home-content__right {
    width: 570px;
  }
}

@media only screen and (max-width:1400px) {
  .home-content h1 {
    font-size: 6rem;
  }

  .home-content h3 {
    font-size: 2.1rem;
    width: 90%;
  }

  .home-content__left {
    width: calc(100% - (550px + 135px));
  }

  .home-content__right {
    width: 550px;
    right: 40px;
  }

}

@media only screen and (max-width:1300px) {
  .home-content {
    padding-top: 20rem;
  }

  .home-content h1 {
    font-size: 5.6rem;
  }

  .home-content h3 {
    font-size: 1.9rem;
  }

  .home-content__left {
    width: calc(100% - (530px + 145px));
  }

  .home-content__right {
    width: 530px;
    right: 50px;
  }

}

@media only screen and (max-width:900px) {
  .home-content {
    padding-top: 16.8rem;
  }

  .home-content h1 {
    font-size: 6.2rem;
  }

  .home-content h3 {
    font-size: 2.2rem;
  }

  .home-content__main {
    max-width: 500px;
  }

  .home-content__social {
    right: calc(30px + (5.6rem/2));
  }

  .home-scroll {
    right: 3rem;
  }

}

@media only screen and (max-width:800px) {
  .home-content h1 {
    font-size: 6rem;
  }

  .home-content h3 {
    font-size: 2.1rem;
  }

  .home-content__right {
    width: 480px;
  }

}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 5.6rem;
  }

  .home-content h3 {
    font-size: 2rem;
  }

  .home-content__social,
  .home-scroll {
    display: none;
  }

}

@media only screen and (max-width:600px) {
  .home-content h1 {
    font-size: 5.2rem;
  }

  .home-content h3 {
    font-size: 1.8rem;
  }

  .home-content__main {
    padding-bottom: 40rem;
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-content__right {
    width: 400px;
  }

  .home-content__btn-wrap {
    margin-top: 4rem;
  }

}

@media only screen and (max-width:500px) {
  .home-content {
    padding-top: 16rem;
  }

  .home-content h1 {
    font-size: 4.4rem;
  }

  .home-content__main {
    padding-bottom: 32rem;
  }

  .home-content__right {
    width: 360px;
  }

}

@media only screen and (max-width:400px) {
  .home-content {
    padding-top: 15.2rem;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    padding-bottom: 28rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-content__right {
    width: 300px;
  }

  .home-content__btn-wrap .home-content__btn {
    width: 100%;
  }

}

@media only screen and (max-width:350px) {
  .home-content__right {
    width: 280px;
  }

}



/* styles */

.home-content {
  padding-top: 14rem;
}

.home-content__right {
  position: absolute;
  width: 75%;
  right: -12%;
  top: 10%;
}

.home-content__right > .home-item {
  background-color: rgba(15, 15, 15, .9);
  position: absolute;
}

.center {
  text-align:center;
}

.margin-center {
  margin: 0 auto !important;
}

.square-vert {
  position: absolute;
  left: 16%;
  top: -19.4%;
  width: 9%;
}

.square-horiz {
  position: absolute;
  width: 28.5%;
  right: 4.5%;
  bottom: -17%;
}

.main-mustang {
  opacity: .4;
}

.main-v {
  width: 60%;
  opacity: .8;
}

.main-square {
  position: absolute;
  width: 5.2%;
  top: 7.5%;
  left: 20.3%;
}

.main-surf {
  position: absolute;
  width: 14%;
  top: 8%;
  left: 20.5%;
  opacity: .5;
}

.shape-square {
  width: 200px;
  height: 200px;
  background-color: #1D1D1D;
  position: absolute;
  top: 83%;
  left: 15%;
}

.shape-triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 70%;
  left: 9%;
  border-top: 90px solid rgba(15, 15, 15, .9);
  border-right: 90px solid transparent;
}

.main-ln {
  border: 1px solid;
  position: absolute;
  width: 111px;
  opacity: .3;
  color: #6F6F6F;
  top: -12%;
  right: 4%;
}

.v-work {
  background-color: #ffffff;
  position: relative;
}

.v-work .display-1,
.v-work h3 {
  color: #ffffff;
}

.v-work p.lead {
  color: rgba(255, 255, 255, 0.6);
}

.work-img {
  width: 62% !important;
  position: absolute;
  right: -6rem;
  padding: 0;
  top: 51%;
  transform: translateY(-50%) !important;
  z-index: 999;
}

.v-btn {
  display: inline-block;
  text-align: center;
  width: 140px;
  padding: 9px;
  font-size: 16px;
  margin: 40px 22px 40px 0;;
}

.btn-black {
  border: 1px solid #404040;
  color: #404040;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #fff;
  background-color: #000;
}

.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #000000;
  background-color: #fff;
}

a:hover {
  text-decoration: none;
}

.v-link, .v-link:hover {
  display: table;
  font-size: 16px;
  color: #404040;
}

section {
  padding: 7rem 0;
}

.v-design {
  background-color: #000;
  min-height: 650px;
}

.design > .left-cont-2 {
  position: absolute;
  transform: translateY(-15%)!important;
}

.design > .right-cont-2 {
  position: relative;
  float: right;
  transform: translateY(45%)!important;
}

.v-principles {
  background-color:#151515;
  padding: 30rem 0 10rem;
}

.v-principles > .wide {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.principles {
  padding: 0;
}

.principles > .right-cont {
  padding-left: 13rem;
  position: relative;
  transform: translateY(-15%)!important;
}

.principles > .left-cont {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  transform: translateY(-25%)!important;
}

.img-circ-3 {
  position: absolute;
  width: 11%;
  top: 47%;
  right: 45.5%;
}

.v-hobbies {
  background-color:#ffffff;
  padding: 20rem 0 8rem;
}

.v-hobbies title {
  margin-bottom: 20px;
}

.v-hobbies .v-nav {
  margin: 4rem auto 2rem;
}

.v-hobbies .v-nav .nav-link {
  color: #484848;
}

.v-hobbies .v-nav .nav-link:hover,
.v-hobbies .v-nav .nav-link:focus {
  color: #000;
}

#hobbies h2 {
  margin-bottom:20px;
}

#top-photo {
  margin-bottom: 1.6rem;
}

.v-quote {
  background-color:#151515;
  min-height: 83vh;
}

.v-quote .wide {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.quote {
  padding:0;
}

.item-quote {
  padding:0;
  z-index: 1;
}

.quote > .left-cont {
  padding: 0 13rem 0 5rem;
  margin:0;
  float:right;
}

.quote > .right-cont {
  position: absolute;
  transform: translateY(5%) !important;
}

.quote-text {
  font-size:70px;
  color:#FFFFFF;
  font-weight:300;
  line-height:76px;
  transform: translateY(75%);
}

.rectangle {
  height: 236px;
  width: 138px;
  opacity: 0.5;
  background-color: #222222;
  position: absolute;
  right: 18%;
  top: 8%;
}

.turq-ln {
  border: 1px solid;
  position: absolute;
  width: 174px;
  opacity: .3;
  color: rgba(117,215,213,0.7);
  top: 9%;
  right: 37%;
}

.yellow-ln {
  border: 1.5px solid;
  position: absolute;
  width: 164px;
  color: #C4C43B;
  top: 14%;
  right: 24%;
}

.hotpink-ln {
  border: .5px solid;
  position: absolute;
  width: 133px;
  color: #D05C71;
  top: 14%;
  right: 10%;
}

.darkpink-ln {
  border: 3px solid;
  position: absolute;
  width: 13px;
  color: rgba(208,92,113,0.2);
  top: 17%;
  right: 48%;
}

.wine-ln {
  border: 2px solid;
  position: absolute;
  width: 56px;
  color: rgba(208, 92, 113, .3);
  top: 22%;
  right: 63%;
}

.aqua-ln {
  border: 2px solid;
  position: absolute;
  width: 56px;
  color: rgba(117,215,213,0.3);
  top: 21.5%;
  right: 55%;
}

.pink-ln {
  border: 2px solid;
  position: absolute;
  width: 13px;
  color: #D05C71;
  top: 22.5%;
  right: 57.5%;
}

.orange-ln {
  border: 2.5px solid;
  position: absolute;
  width: 74px;
  color: rgba(251, 103, 62, .3);
  top: 22.5%;
  right: 18%;
}

.blue-ln {
  border: 3px solid;
  position: absolute;
  width: 302px;
  color: rgba(40,123,185,0.7);
  top: 29%;
  right: 38%;
}

.green-ln {
  border: 1px solid;
  position: absolute;
  width: 212px;
  color: #71D05C;
  top: 35%;
  right: 63%;
}

.purple-ln {
  border: 1px solid;
  position: absolute;
  width: 125px;
  color: #675D98;
  top: 40%;
  right: 41%;
}

.gray-ln {
  border: 2px solid;
  position: absolute;
  width: 64px;
  color: rgba(255, 255, 255, .5);
  bottom: -86%;
  right: 83%;
}

.opapink-ln {
  border: 1px solid;
  position: absolute;
  width: 133px;
  color: rgba(208, 92, 113, .5);
  bottom: -101%;
  right: 10%;
}

.darkgreen-ln {
  border: 2px solid;
  position: absolute;
  width: 164px;
  color: rgba(113, 208, 92, .5);
  bottom: -107%;
  right: 23%;
}

.darkblue-ln {
  border: 1px solid;
  position: absolute;
  width: 74px;
  color: rgba(34, 92, 136, .5);
  bottom: -116%;
  right: 18%;
}

.v-about {
  background-color:#000000;
  padding: 11rem 0;
}

.about > .left-cont {
  margin-top: 15rem;
}

.big-square-h {
  width: 40%;
  margin-bottom: 11rem;
}

#about-link {
  display: table;
  margin-top: 5rem;
}

.rectangle-about {
  height: 150px;
  width: 150px;
  background-color: #222222;
  position: absolute;
  left: -3%;
  bottom: -5%;
}

.item-about > .square-pattern-w {
  position: absolute;
  width: 28%;
  right: 0;
  top: -10%;
}

a#about-link:hover {
  color:#fff;
}

.v-blog {
  background-color:#151515;
}

.v-blog .title {
  margin-bottom: 20px;
}

.v-blog p.content-text {
  width: 55%;
  margin: 0 auto;
  line-height: 23px;
}

.blog-cont {
  margin-bottom: 13rem;
}

.blog-item {
  position: relative;
  background-color: #222222;
  margin: 0 1.1rem;
  padding: 11rem 3rem 4rem;
  border-radius: 1rem;
  text-align: center;
}

.blog-item > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.blog-item > p.content-text {
  width: 100%;
  margin: 3rem 0 4rem;
}

.blog-item > a {
  font-size: 16px;
}
.blog-item > a:hover, .blog-item > a:focus, .blog-item > a:active {
  font-size: 16px;
  color:#ffffff;
}

.v-quote-2 {
  background-color: #0A0A0A;
  padding: 10rem 5rem;
  text-align: center;
}

.quote-text-2 {
  font-size: 70px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 76px;
  margin: 10rem 0 12rem;
}

.v-design-nav {
  margin-top:10rem;
}

a.design-btn {
  font-size: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  color:#fff;
}

a.design-btn:hover {
  text-decoration: none;
}

a.current-btn {
  font-weight: 600;
  background-color: #fff;
  color:#000;
}

a#cars-btn {
  margin-left: auto;
  border-radius: 30px 0 0 30px;
  padding: 1rem 7rem 1rem 7rem;
  border-right:1px solid #000;
}

a#furniture-btn {
  margin-right: auto;
  border-radius: 0 30px 30px 0px;
  padding: 1rem 4.707rem 1rem 4.707rem;
  border-left:1px solid #000;
}


.design-page a.current-btn#furniture-btn,
.design-page a.current-btn#furniture-btn:hover {
  border-left:1px solid #fff;
}

.design-page a.current-btn#cars-btn,
.design-page a.current-btn#cars-btn:hover {
  border-right:1px solid #fff;
}

.design-page a#furniture-btn:hover {
  background-color: #fff;
  color:#000;
  border-left:1px solid #000;
}

.design-page a#cars-btn:hover {
  background-color: #fff;
  color:#000;
  border-right:1px solid #000;
}

.v-nav {
  margin: 6rem auto;
}

.v-nav .nav-link.active, .v-nav .show>.nav-link, .v-nav .nav-link:hover {
  color: #fff;
  font-size: 18px;
  background-color: transparent;
}

.v-nav .nav-link {
  color: #484848;
  margin: 0 1.3rem;
}

.v-nav .nav-link.active::after { 
  content: "";
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 15px;
  border-bottom: 1px solid #fff;
}

.v-hobbies-nav .v-nav .nav-link.active, .v-hobbies-nav .v-nav .show>.nav-link, .v-hobbies-nav .v-nav .nav-link:hover {
  color: #fff;
  font-size: 18px;
  background-color: transparent;
}

.v-hobbies-nav .v-nav .nav-link {
  color: #484848;
  margin: 0 1.3rem;
}

.v-hobbies-nav .v-nav .nav-link.active::after { 
  content: "";
  display: block;
  margin: 0 auto;
  width: 30%;
  padding-top: 15px;
  border-bottom: 1px solid #fff;
}

.v-design-nav p.content-text, .v-hobbies-nav p.content-text {
  margin: 0 10rem;
}
 
.furniture-desc {
  margin: 6rem auto;
}

.v-hobbies-nav {
  margin-top:10rem;
}

a.hobbies-btn {
  margin: auto;
  border-radius: 30px;
  padding: 1rem 4.707rem 1rem 4.707rem;
  font-size: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-weight:500;
  pointer-events: none;
  cursor: default;
}

a.hobbies-btn:hover {
  color:#fff;
}

.v-hobbies p.content-text {
  width: 55%;
  margin: 0 auto;
}

.about-page {
  background-color:#000;
}

.v-about-cont {
  margin-top: 14rem;
}

h1.about-title {
  font-size:50px;
  font-weight:300;
  margin-bottom: 4rem;
}

p.about-text {
  font-size:25px;
  font-weight:300;
  margin: 4rem 16rem;
}

.item-hobbies {
  position: relative;
}

.hobbies .image {
  display: block;
  width: 100%;
  height: auto;
}

.hobbies .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s ease;
  background-color: rgba(0, 0, 0, .85);
}

.hobbies .item-hobbies:hover .overlay {
  opacity: 1;
}

.hobbies .hobby-text {
  color: white;
  font-size: 23px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hobbies .col-block {
  padding: 1rem;
}

.vertical-short-ln {
  transform: translateX(50%);
  margin: 5rem auto;
  height: 100px;
  width: 0;
}

#c-highlights {
  width: 100%;
  text-align: center;
  margin: 2rem auto 5rem;
}

#about-achievements .v-btn {
  margin: 3rem auto 0;
}

#about-title {
  margin: 0 auto 2rem;
}

.vertical-ln {
  transform: translateX(50%);
  margin: 1rem auto 5rem;
  height: 150px;
}

.white-v-ln {
  border-left: 1px solid #fff;
}

.black-v-ln {
  border-left: 1px solid #000;
}

.white-h-ln {
  border-bottom: 1px solid #fff;
}

.black-h-ln {
  border-bottom: 1px solid #000;
}

.about-row {
  margin: 2rem 0 5rem;
}

.about-vert {
  transform: translateY(-50%);
  top: 35%;
  position: relative;
}

.v-achievements .col-block {
  height: 100%;
}

#about-achievements {
  margin-top:7rem;
  padding-bottom:1rem;
}

#about-books-w {
  background-color:#fff;
  padding: 5rem 0 15rem;
}

#about-books-b {
  padding: 0 0 10rem;
  position: relative;
  top: -170px;
}

#about-description {
  margin: 0 10rem;
}

#nasdaq-cont {
  position: relative;
  top: 80px;
}

.v-books #main-title {
  width: 100%;
  text-align: center;
}

.v-books #main-description {
  margin: 0 10rem 6rem;
}

.books-row {
  margin: 2rem 0;
}

.book-left {
  text-align: right;
  width: 40% !important;
}

.title-left {
  width: 60% !important;
  position: relative;
  top: 41%;
  padding-right:0;
}

.book-right {
  width: 40% !important;
}

.title-right {
  position: relative;
  top: 41%;
  padding-left:0;
}

.books-row img {
  width: 400px;
}

.title-right .horiz-ln {
  width: 260px;
  margin-left: 0;
}

.title-left .horiz-ln {
  width: 260px;
  margin-right: 0;
}

.books-row .title {
  margin: 2rem 0 .3rem;
}

.title-left .book-info {
  width: 260px;
  margin-left: auto;
  text-align: left;
}

.title-right .book-info {
  width: 260px;
  margin-right: auto;
  text-align: right;
}

.title-right .first-book {
  width: 380px;
} 

.form-container {
  margin-top: 4rem;
}

.btn-submit {
  border-radius: 0;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: inherit;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
  height: 50px;
  border: 1px solid #444;
}

.submit-cont {
  text-align: center;
}

#blog .v-btn {
  margin-top: 4rem !important;
}

.cars-cont {
  margin: 3rem auto;
}

/* ------------------------------------------------------------------- 
 * ## about-desc slider
 * ------------------------------------------------------------------- */
.about-desc {
  margin-top: 6rem;
}

.about-desc__slider .slick-dots {
  margin: .8rem 0 0 0;
}

.about-desc__slider .slick-dots li button {
  background: #ffffff;
}

.about-desc__slider .slick-dots li.slick-active button,
.about-desc__slider .slick-dots li:hover button {
  background: #ffffff;
}

.about-desc__slide {
  padding: 0 24px;
}


/* ===================================================================
 * # v-work-how
 *
 * ------------------------------------------------------------------- */
.v-work-how {
  background-color: #ffffff;
  padding-bottom: 16rem;
}

.video-bg {
  z-index: 1;
  overflow: hidden;
  height: 62.4rem;
  margin-top: calc((62.4rem/2) * -1);
  background-image: url(../images/video-bg-2400.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.video-bg .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}


/* ------------------------------------------------------------------- 
 * ## video button
 * ------------------------------------------------------------------- */
.btn-video {
  display: inline-block;
  text-align: center;
  outline: none;
  position: absolute;
  top: 14%;
  left: 10%;
}

.video-icon {
  display: inline-block;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icons/icon-play-black.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px 27px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-video:hover .video-icon {
  background-color: #fff;
  background-image: url(../images/icons/icon-play.svg);
}


/* ------------------------------------------------------------------- 
 * ## stats
 * ------------------------------------------------------------------- */
.stats {
  width: 100%;
  padding: 0 11%;
  color: #ffffff;
  position: absolute;
  bottom: 8rem;
  left: 0;
}

.item-stats {
  float: left;
  width: 50%;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
}

.item-stats span {
  display: inline-block;
  line-height: 8rem;
  vertical-align: middle;
}

.item-stats__num {
  font-weight: 700;
  font-size: 6.8rem;
  margin-right: 2rem;
}


/* ------------------------------------------------------------------- 
 * ## process
 * ------------------------------------------------------------------- */
.process-wrap {
  margin-top: 12rem;
}

.process-wrap h2 {
  margin-bottom: 4rem;
  padding: 0 10px;
}

.process {
  position: relative;
  left: 27px;
  width: 100%;
  max-width: 1080px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  counter-reset: ctr;
}

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

.process::before,
.process::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
}

.process::before {
  left: 0;
}

.process::after {
  left: 50%;
}

.process .process__steps {
  width: 100%;
}

.process .step {
  padding: 0 40px 1.5rem 60px;
  position: relative;
  min-height: 240px;
}

.process .step h3 {
  margin-bottom: 2.4rem;
}

.process .step::before {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  content: counter(ctr);
  counter-increment: ctr;
  color: #ffffff;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 15px #ffffff;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
}


/* media queries */
 
@media only screen and (max-width:1400px) {
  .process {
    max-width: 1000px;
  }
}

@media only screen and (max-width:1200px) {
  .btn-video {
    left: 9%;
  }

  .stats {
    padding: 0 10%;
  }

  .item-stats {
    font-size: 2.6rem;
  }

  .item-stats span {
    line-height: 7.2rem;
  }

  .item-stats__num {
    font-size: 6.6rem;
  }

  .process {
    max-width: 900px;
  }

}

@media only screen and (max-width:1100px) {
  .process {
    max-width: 800px;
  }

}

@media only screen and (max-width:1000px) {
  .item-stats {
    font-size: 2.2rem;
  }

  .item-stats span {
    line-height: 6rem;
  }

  .item-stats__num {
    font-size: 6rem;
  }

}

@media only screen and (max-width:900px) {
  .stats {
    bottom: 5.6rem;
  }

  .item-stats {
    float: none;
    width: auto;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .item-stats span {
    display: block;
    line-height: 1;
  }

  .item-stats__num {
    font-size: 5.4rem;
  }

  .item-stats__title {
    color: rgba(255, 255, 255, 0.5);
  }

  .process {
    max-width: 600px;
  }

  .process::after {
    display: none;
  }

  .process .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    min-height: auto;
    padding: 0 30px .9rem 50px;
  }

}

@media only screen and (max-width:800px) {
  .process {
    left: 0;
  }

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

  .process .step {
    padding: 0 10px 0 80px;
  }

  .process .step::before {
    font-size: 1.6rem;
    height: 44px;
    width: 44px;
    line-height: 44px;
    top: -8px;
    left: 8px;
  }

}

@media only screen and (max-width:600px) {
  .v-work-how {
    padding-bottom: 14.4rem;
  }

  .video-bg {
    height: 60rem;
    margin-top: calc((60rem/2) * -1);
  }

  .video-icon {
    height: 96px;
    width: 96px;
    background-size: 20px 22px;
  }

}

@media only screen and (max-width:500px) {
  .video-bg {
    height: 52rem;
    margin-top: calc((52rem/2) * -1);
  }

  .btn-video {
    top: 4.8rem;
  }

  .item-stats__num {
    font-size: 5rem;
  }

}

@media only screen and (max-width:400px) {
  .v-work-how {
    padding-bottom: 12rem;
  }

  .video-bg {
    height: 48rem;
    margin-top: calc((48rem/2) * -1);
  }

  .video-icon {
    height: 80px;
    width: 80px;
  }

  .process {
    text-align: center;
  }

  .process::before {
    display: none;
  }

  .process .step {
    padding: 60px 0 0 0;
  }

  .process .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

}



/* ===================================================================
 * # features
 *
 * ------------------------------------------------------------------- */
.s-features {
  padding-top: 19.2rem;
  padding-bottom: 20rem;
  background-color: #eaeaea;
  overflow: hidden;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## features list
 * ------------------------------------------------------------------- */
.features {
  margin-top: 7.2rem;
}

.item-feature {
  margin-bottom: .8rem;
}

.item-feature__icon {
  color: #ffffff;
  font-size: 4.8rem;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * features
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-features {
    padding-top: 18.4rem;
  }

  .features {
    max-width: 900px;
  }

  .features .item-feature:nth-child(2n+1) {
    padding-right: 30px;
  }

  .features .item-feature:nth-child(2n+2) {
    padding-left: 30px;
  }

  .hobbies {
    max-width: 900px;
  }

  .hobbies .item-hobbies:nth-child(2n+1) {
    padding-right: 30px;
  }

  .hobbies .item-hobbies:nth-child(2n+2) {
    padding-left: 30px;
  }

}

@media only screen and (max-width:1000px) {
  .s-features {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }

  .features .item-feature:nth-child(2n+1) {
    padding-right: 20px;
  }

  .features .item-feature:nth-child(2n+2) {
    padding-left: 20px;
  }

  .hobbies .item-hobbies:nth-child(2n+1) {
    padding-right: 20px;
  }

  .hobbies .item-hobbies:nth-child(2n+2) {
    padding-left: 20px;
  }

}

@media only screen and (max-width:800px) {
  .s-features {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .features {
    margin-top: 4.4rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hobbies .item-hobbies:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media only screen and (max-width:700px) {
  .features {
    max-width: 500px;
    text-align: center;
  }

  .features .item-feature {
    width: 100%;
    clear: both;
  }

  .hobbies {
    max-width: 500px;
    text-align: center;
  }

  .hobbies .item-hobbies {
    width: 100%;
    clear: both;
  }

  .work {
    max-width: 500px;
    text-align: center;
  }

  .work .item-work {
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width:600px) {
  .s-features {
    padding-top: 14.8rem;
    padding-bottom: 14.8rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hobbies .item-hobbies:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media only screen and (max-width:400px) {
  .s-features {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .features .item-feature:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

  .hobbies .item-feature:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

}



/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.testimonials-wrap {
  margin-top: 9.6rem;
}

.testimonials-header {
  text-align: center;
  padding-top: 6.4rem;
  position: relative;
}

.testimonials-header::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 60%;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.testimonials {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.882;
  margin-top: 4rem;
  padding-bottom: 7.2rem;
  position: relative;
}

.testimonials__slide {
  position: relative;
  padding-left: 9.6rem;
  padding-right: 3rem;
}

.testimonials__avatar {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials__author {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
}

.testimonials__name,
.testimonials__link {
  display: inline-block;
}

.testimonials__name {
  font-weight: 700;
  color: #000000;
  margin-right: 4px;
}

.testimonials__link {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
  .testimonials {
    max-width: 700px;
    text-align: center;
  }

  .testimonials__slide {
    padding-left: 3rem;
  }

  .testimonials__avatar {
    position: static;
    margin: 0 auto 1.2rem;
  }

}

@media only screen and (max-width:700px) {
  .testimonials {
    max-width: 500px;
  }

}

@media only screen and (max-width:400px) {
  .testimonials {
    margin-top: 3.2rem;
  }

  .testimonials-header {
    padding-top: 6.4rem !important;
  }

  .testimonials__slide {
    padding-right: 0;
    padding-left: 0;
  }

}



/* ===================================================================
 * # pricing
 *
 * ------------------------------------------------------------------- */
.s-pricing {
  padding-top: 19.2rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## pricing plan blocks
 * ------------------------------------------------------------------- */
.plans {
  margin-top: 6.4rem;
  max-width: 840px;
}

.item-plan {
  padding: 0 30px;
}

.item-plan__block {
  background: #ffffff;
  border-radius: 4px;
  padding: 5.6rem 4.2rem 5.4rem;
  margin-bottom: 4rem;
}

.item-plan__title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.333;
  color: #000000;
  margin: 0 0 1.6rem 0;
}

.item-plan__price,
.item-plan__per {
  display: inline-block;
  margin-bottom: 0;
}

.item-plan__price {
  font-family: 'Work Sans', sans-serif;
  font-size: 7.4rem;
  line-height: 1.081;
  font-weight: 600;
  color: #000000;
}

.item-plan__per {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
}

.item-plan__bottom-part {
  margin-top: 4.4rem;
}

.item-plan__features {
  font-size: 1.7rem;
  line-height: 1.882;
  margin-left: 0;
}

.item-plan__features li {
  display: list-item;
  list-style: none;
  padding: .2rem 0 .2rem .8rem;
  position: relative;
}

.item-plan__features li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
  color: #ffffff;
  margin-right: 18px;
}

.item-plan--popular {
  color: white;
}

.item-plan--popular .item-plan__features li::before {
  color: #ffffff;
}

.item-plan--popular .item-plan__block {
  background-color: #ffffff;
  border: none;
}

.item-plan--popular .item-plan__title,
.item-plan--popular .item-plan__price {
  color: #ffffff;
}

.item-plan--popular .item-plan__per {
  color: rgba(255, 255, 255, 0.7);
}

.item-plan--popular .btn {
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
}

.item-plan--popular .btn:hover,
.item-plan--popular .btn:focus {
  background-color: #433a6e;
  border: 0.2rem solid #433a6e;
  color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * pricing
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-pricing {
    padding-top: 18.4rem;
  }

  .plans {
    max-width: 800px;
  }

}

@media only screen and (max-width:1000px) {
  .s-pricing {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }

}

@media only screen and (max-width:800px) {
  .s-pricing {
    padding-top: 16rem;
    padding-bottom: 14.8rem;
  }

  .plans {
    max-width: 500px;
  }

}

@media only screen and (max-width:600px) {
  .s-pricing {
    padding-top: 14.8rem;
    padding-bottom: 12rem;
  }

}

@media only screen and (max-width:450px) {
  .item-plan {
    padding: 0 20px;
  }

}

@media only screen and (max-width:350px) {
  .item-plan__price {
    font-size: 5.6rem;
  }

  .item-plan__block {
    padding: 5.4rem 3.2rem 4.8rem;
  }

}



/* ===================================================================
 * # download
 *
 * ------------------------------------------------------------------- */
.s-download {
  padding-top: 18.4rem;
  background-color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}

.s-download .display-1,
.s-download h3 {
  color: #ffffff;
}

.s-download p.lead {
  color: rgba(255, 255, 255, 0.6);
}

.s-download .download-badges {
  list-style: none;
  margin: 1.2rem 0 0 -6px;
}

.s-download .download-badges li {
  display: inline-block;
  margin: 0 6px;
  padding-left: 0;
}

.s-download .download-badges li a {
  display: block;
  width: 232px;
  height: 72px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 232px 72px;
}

.s-download .download-badges li a.badge-appstore {
  background-image: url("../images/appstore.png");
}

.s-download .download-badges li a.badge-googleplay {
  background-image: url("../images/google-play.png");
}

.s-download .download-bottom-image {
  margin-top: 11.2rem;
}

.s-download .download-bottom-image img {
  vertical-align: bottom;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * download
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .s-download .download-content__badges {
    margin: 0;
  }

  .s-download .download-content__image {
    position: static;
    margin: 0 auto;
    max-width: 480px;
    width: auto;
    height: 24rem;
  }

}

@media only screen and (max-width:1000px) {
  .s-download {
    padding-top: 17.2rem;
  }

}

@media only screen and (max-width:800px) {
  .s-download {
    padding-top: 16rem;
  }

  .s-download .download-content__badges li a {
    width: 206px;
    height: 64px;
    background-size: 206px 64px;
  }

}

@media only screen and (max-width:600px) {
  .s-download {
    padding-top: 14.8rem;
  }

  .s-download .download-bottom-image {
    margin-top: 9.6rem;
  }

}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
.s-footer {
  background-image: url(../images/22.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.s-footer .footer-text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.s-footer a.icon {
  background-color: #fff;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: 3rem 2.2rem 0;
}

.s-footer a.icon > img {
  width: 4.8rem;
  top: 16px;
  position: relative;
}

.footer__bottom {
  margin-top: 1.6rem;
  padding-top: 3.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.footer__subscribe .subscribe-form {
  margin: 4rem 0 0 0;
  padding: 0;
  position: relative;
}

.footer__subscribe #mc-form {
  width: 100%;
}

.footer__subscribe #mc-form input[type="email"] {
  width: 100%;
  height: 6.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 1.8rem 140px 1.8rem 64px;
  background: url(../images/icons/icon-mail.svg) 24px center no-repeat, rgba(255, 255, 255, 0.03);
  background-size: 24px 16px, auto;
  color: white;
  margin-bottom: 2rem;
  border: none;
  border-radius: 4px;
}

.footer__subscribe #mc-form input[type="email"]:hover,
.footer__subscribe #mc-form input[type="email"]:focus {
  box-shadow: none;
}

.footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::-ms-input-placeholder {

  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::placeholder {

  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"].placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer__subscribe #mc-form input[type=submit] {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
  margin-right: 0;
  padding: 0 20px 0 24px;
  height: 6.8rem;
  line-height: 6.4rem;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.footer__subscribe #mc-form label {
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  padding: 0 2rem;
}

.footer__subscribe #mc-form label i {
  padding-right: 6px;
}


/* ------------------------------------------------------------------- 
 * ## footer social
 * ------------------------------------------------------------------- */
.footer__social {
  list-style: none;
  margin: -1.6rem 0 0 0;
}

.footer__social li {
  display: inline-block;
  font-size: 15px;
  padding: 0;
  margin-right: 4px;
}

.footer__social li a {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border-radius: 50%;
}

.footer__social li a:hover,
.footer__social li a:focus,
.footer__social li a:active {
  background-color: #ffffff;
  color: #ffffff;
}

.footer__social li:last-child {
  margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## footer site links
 * ------------------------------------------------------------------- */
.footer__site-links {
  list-style: none;
  margin: 0;
}

.footer__site-links li {
  padding-left: 0;
}

.footer__site-links li a {
  display: block;
}

.footer__site-links li a,
.footer__site-links li a:visited {
  color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.footer__site-links li a:hover,
.footer__site-links li a:focus,
.footer__site-links li a:active {
  color: #ffffff;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright {
  margin-top: 4.8rem ;
  text-align: center;
}

.ss-copyright span {
  font-size: 17px;
  line-height: 3.2rem;
  display: inline-block;
}

.ss-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}

.ss-copyright span:last-child::after {
  display: none;
}

.photo-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2rem 2.5rem;
  color: #808080;
}

#quote .photo-copyright {
  color: #424242;
}


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  position: fixed;
  bottom: 32px;
  right: 40px;
}

.go-top a,
.go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background-image: url(../images/icons/icon-arrow-up.svg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-top a:hover,
.go-top a:focus,
.go-top a:active {
  background-color: #404040;
}

.go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .footer__bottom {
    font-size: 1.7rem;
    line-height: 1.882;
  }

}

@media only screen and (max-width:900px) {
  .go-top {
    right: 3rem;
  }

}

@media only screen and (max-width:800px) {
  .s-footer {
    padding-top: 14.8rem;
  }

  .footer__bottom .right {
    margin-top: 5.6rem;
  }

}

@media only screen and (max-width:600px) {
  .s-footer {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .s-footer h4 {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .footer__bottom {
    border-top: none;
  }

  .footer__subscribe #mc-form input[type="email"] {
    padding: 0 2.4rem;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
  }

  .footer__subscribe #mc-form input[type=submit] {
    position: static;
    margin-right: 0;
    width: 100%;
    border-radius: 4px;
  }

  .footer__contact {
    margin-top: 4rem;
  }

  .ss-copyright {
    margin-top: 2.4rem;
  }

  .ss-copyright span {
    display: block;
    text-align: left;
  }

  .ss-copyright span::after {
    display: none;
  }

}

/* Custom queries */
@media screen and (min-width: 2550px) {
  .v-principles {
    background-color: #151515;
    padding: 40rem 0;
  }
}

@media screen and (min-width: 2400px) {
  .v-principles {
    padding: 40rem 0 30rem;
  }
}

@media screen and (min-width: 1501px) {
  .s-home {
    height: 950px;
    min-height: 900px;
  }

  .v-design {
    min-height: 700px;
  }

  .v-principles {
    padding: 40rem 0 20rem;
  }

  .right-cont {
    padding-right: 20rem;
  }
  
  .left-cont {
    margin-left:-6rem;
  }

  .work-img {
    width: 66% !important;
    right: -15rem;
  }

  .home-content__left {
    width: calc(100% - (570px + 200px));
  }

  .home-content__right > .home-item {
    padding: 4rem 3.5rem 4.5rem;
    top: 16%;
    right: 35%;
    width: 55%;
  }

  .shape-triangle {
    left: 10%;
  }

  .s-footer {
    padding: 15rem 5rem;
  }
}

@media screen and (max-width: 1500px) {
  .home-content__right > .home-item {
    padding: 4rem 3.5rem 2.5rem;
    top: 15%;
    right: 35%;
  }

  .s-home {
    height: 800px;
    min-height: 750px;
  }

  .home-content__right {
    right: -12%;
  }

  .s-footer {
    padding: 6rem 5rem;
  }

}

@media screen and (max-width: 1410px) {
  .home-content__right {
    right: -6%;
  }
}

@media only screen and (max-width:1400px) {
  .v-work {
    padding: 2.5rem 0 3.4rem;
  }

  h2, .h2 {
    margin-bottom: 25px;
  }

  .v-btn {
    margin: 30px 22px 30px 0;
  }

  .v-principles {
    padding: 24rem 0 10rem;
  }
}


@media only screen and (max-width:1300px) {

  .home-content__right {
    width: 65%;
  }

  .home-content__right > .home-item {
    padding: 2.5rem 3rem;
    top: 13%;
    right: 28%;
  }

  .main-quote {
    margin-right: 3rem;
  }

  .shape-triangle {
    top: 74%;
    left: 8.5%;
  }

  .v-design {
    min-height: 570px;
  }

  .design > .right-cont-2 {
    transform: translateY(23%)!important;
  }

  .v-principles {
    padding: 20rem 0 10rem;
}

  .v-hobbies {
    padding: 11rem 0 8rem;
  }

  .quote-text {
    transform: translateY(55%);
  }

  .gray-ln {
    bottom: -70%;
  }

  .opapink-ln {
    bottom: -85%;
  }

  .darkgreen-ln {
    bottom: -94%;
  }

  .darkblue-ln {
    bottom: -100%;
  }

  .v-quote {
    min-height: 73vh;
  }

  .v-about {
    padding: 8rem 0;
  }

  .about > .left-cont {
    margin-top: 8rem;
  }

  .big-square-h {
    margin-bottom: 5rem;
  }

  .quote-text-2 {
    font-size: 62px;
    margin: 7rem 0 9rem;
  }
}



@media only screen and (max-width:1200px) {
  .s-home {
    height: auto;
    min-height: 760px;
  } 

  .home-content {
    padding-top: 11rem;
  }

  .home-content__right {
    width: 60%;
    right: -4%;
  }

  .home-content__left {
    width: 43%;
  }

  .home-content__right > .home-item {
    padding: 1.5rem 3rem;
    top: 10%;
    right: 20%;
  }

  .main-quote {
    font-size: 26px;
  }

  .shape-triangle {
    top: 78%;
    left: 8.5%;
    border-top: 80px solid rgba(15, 15, 15, .9);
    border-right: 80px solid transparent;
  }

  .shape-square {
    width: 180px;
    height: 180px;
  }

  .v-work {
    padding-top: 3rem;
  }

  .work-img {
    right: -5.5rem;
}

  .v-design {
    min-height: 550px;
  }

  .right-cont-2 {
    padding-left: 3rem;
  }
  

  .design > .right-cont-2 {
    transform: translateY(20%)!important;
  }

  .design > .left-cont-2 {
    left: -3%;
  }

  .principles > .right-cont {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .v-hobbies {
    padding: 6rem 0 6rem;
  }

  .hobbies .item-hobbies:nth-child(2n+1) {
    padding-right: 0;
  }

  .about .right-cont {
    padding-right: 5rem;
  }

  .hobbies {
    max-width: 100%;
  }

  .about .left-cont {
    margin-left: 0;
  }

  .v-blog p.content-text {
    width: 70%;
  }

  .v-blog .blog-item p.content-text {
    width: 100%;
  }

  #third-item {
    margin-top: 10rem;
  }

  .quote-text-2 {
    font-size: 56px;
    margin: 5rem 0 6.4rem;
  }

}

@media only screen and (max-width: 1100px) {
  .home-content__right > .home-item {
    top: 5%;
    right: 13%;
  }

  .shape-square {
    width: 150px;
    height: 150px;
  }

  .s-home {
    height: auto;
    min-height: 680px;
  } 

  .rectangle-about {
    height: 100px;
    width: 100px;
    left: -3%;
    bottom: -9%;
}

}

@media only screen and (max-width:1000px) {
  .v-work {
    padding-top: 17.2rem;
  }

  .about-desc__slide {
    padding: 0 20px;
  }

  .header-nav-wrap .header-main-nav {
    font-size: 14px;
  }

  .shape-triangle {
    top: 79%;
    left: 7%;
    border-top: 70px solid rgba(15, 15, 15, .9);
    border-right: 70px solid transparent;
  }

  .square-horiz {
    bottom: -34%;
  }

  .home-content__right > .home-item {
    top: 0%;
    right: 13%;
  }

  .shape-square {
    width: 130px;
    height: 130px;
  }

  .main-quote {
    font-size: 24px;
  }

  .v-author {
    font-size: 15px;
  }

  .s-home {
    height: auto;
    min-height: 620px;
  }

  .home-scroll {
    bottom: 5rem;
  }

  h2, .h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  p.content-text {
    font-size: 14px;
  }

  .v-btn {
    margin: 25px 22px 25px 0;
    width: 125px;
    font-size: 14px;
  }

  .v-link, .v-link:hover {
    font-size: 14px;
  }

  .v-work {
    padding-top: 3rem;
  }

  .work-img {
    right: -4.5rem;
  }

  .work .right-cont {
    padding-right: 8rem;
  }

  .v-design {
    min-height: 400px;
  }

  .design > .right-cont-2 {
    transform: translateY(0%)!important;
  }

  .v-principles {
    padding: 15rem 0 1rem;
  }

  .principles > .right-cont {
    padding-left: 8rem;
    padding-right: 6rem;
    transform: translateY(-23%)!important;
  }

  .v-hobbies .v-nav {
    margin: 2rem auto 1rem;
  }

  .v-hobbies .v-nav .nav-link,
  .v-hobbies .v-nav .nav-link:hover {
    font-size: 15px;
  }

  .quote-text {
    transform: translateY(50%);
    font-size: 50px;
    line-height: 60px;
  }

  .v-quote {
    min-height: 55vh;
    padding-top: 4rem;
  }

  .gray-ln {
    bottom: -62%;
  }

  .opapink-ln {
    bottom: -70%;
  }

  .darkgreen-ln {
    bottom: -79%;
  }

  .darkblue-ln {
    bottom: -85%;
  }

  #about-link {
    font-size:15px;
    margin-top: 2rem;
  }

  .big-square-h {
    margin-bottom: 4rem;
  }

  .v-about {
    padding: 6rem 0;
  }

  .v-hobbies p.content-text {
    width: 70%;
  }

  .quote-text-2 {
    font-size: 50px;
    margin: 3rem 0 4.4rem;
  }

  #nasdaq-cont {
    top: 40px;
  }

}

@media only screen and (max-width:900px) {
  .home-content__main {
    max-width: 100%;
  }

  .main-quote {
    font-size: 22px;
  }

  .v-author {
    font-size: 14px;
    margin-top:15px;
  }

  .home-content__right > .home-item {
    padding: 1rem 2rem;
  }

  .shape-triangle {
    top: 78%;
    left: 7%;
    border-top: 50px solid rgba(15, 15, 15, .9);
    border-right: 50px solid transparent;
  }

  .home-content__right > .home-item {
    top: 3%;
  }

  .s-home {
    min-height: 600px;
  }

  .work-img {
    right: -4rem;
  }

  .v-design .right-cont-2 {
    padding-left: 1rem;
  }

  .v-design {
    min-height: 400px;
    padding: 5rem 0;
  }

  .v-principles {
    padding: 14rem 0 1rem;
  }

  .principles > .right-cont {
    padding-left: 6rem;
    padding-right: 5rem;
  }

  .v-hobbies p.content-text {
    width: 85%;
  }

  .hobbies .hobby-text {
    font-size: 18px;
  }

  .v-about {
    padding: 5rem 0;
  }

  .about .right-cont {
    padding-right: 2rem;
  }

  .v-btn {
    margin: 25px 15px 25px 0;
  }

  .v-blog p.content-text {
    width: 85%;
  }

  .quote-text-2 {
    font-size: 44px;
    margin: 2rem 0 3.4rem;
  }

  .s-footer {
    padding: 4rem;
  }
}

@media only screen and (max-width:800px) {
  .main-quote {
    font-size: 18px;
  }

  .home-content__right > .home-item {
    right: 17%;
  }
  
  .shape-triangle {
    top: 81%;
    left: 13%;
  }

  .v-work {
    padding-top: 3rem;
  }

  .header-nav-wrap {
    padding: 2rem 4rem;
    text-align: center;
  }

  .header-nav-wrap .header-main-nav {
    font-size: 16px;
  }

  .work-img {
    right: -3.5rem;
  }

  .work .right-cont {
    padding-right: 7rem;
    padding-left: 0;
  }

  .v-design .right-cont-2 {
    padding-right: 0;
  }

  .v-design {
    min-height: 375px;
    padding: 5rem 0;
  }

  .hobbies .item-hobbies:nth-child(n) {
    padding-left: 0;
  }

  .quote > .left-cont {
    padding: 0 5rem 0 5rem;
  }

  .quote-text {
    font-size: 48px;
    line-height: 55px;
  }

  .v-quote {
    min-height: 393px;
    padding-top: 3rem;
  }

  .about {
    padding: 0;
  }

  .about .right-cont {
    padding-left: 0;
  }

  .v-btn {
    margin: 25px 10px 25px 0;
    width: 110px;
  }

  .quote-text-2 {
    font-size: 43px;
    line-height: 60px;
    margin: 1rem 0;
  }

  .s-footer a.icon {
    width: 7rem;
    height: 7rem;
  }

  .s-footer a.icon > img {
    width: 4rem;
    top: 15px;
  }

  #about-description {
    margin: 0 5rem;
  }

}

@media only screen and (max-width:700px) {
  .home-content__right {
    right: 0;
  }

  .v-link, .v-link:hover {
    margin: .2rem auto;
  }

  .v-work .left-cont {
    margin-left: 0;
    margin-top:4rem;
  }

  .work-img {
    margin-top: 2rem;
  }

  .v-work .row {
    padding: 0;
  }

  .v-work .col-full {
    padding: 0;
  }

  .v-work .right-cont {
    padding: 0 4rem;
  }

  .about-desc {
    max-width: 550px;
  }

  .about-desc__slide {
    padding: 0 10px;
    text-align: center;
  }

  .home-content {
    padding-top: 7rem;
  }

  .main-quote {
    margin-right: 0rem;
  }

  .v-author {
    font-size: 13px;
  }

  .home-content__right > .home-item {
    padding: 2% 6%;
    top: -1%;
  }

  .square-vert {
    top: -29.4%;
  }

  .s-home {
    min-height: 450px;
  }

  .shape-square {
    width: 90px;
    height: 90px;
  }

  .row {
    width: 100%;
    padding:0 2rem;
  }

  .work-img {
    width: 100% !important;
    right: 0;
    position: relative;
    transform: none !important;
    top: 0;
  }

  .work {
    max-width: 100%;
  }

  .v-design {
    min-height: 950px;
  }

  .v-design .col-full {
    display: table;
  }

  .v-design .right-cont-2 {
    width: 100%;
    display: table-header-group;
    float: unset;
    text-align: center;
  }

  .v-design .left-cont-2 {
    position: relative;
    width: 100%;
  }

  .v-design .left-cont-2 img {
    position: absolute;
    right: 0;
    top: -12rem;
    z-index: -1;
  }

  .design > .left-cont-2 {
    left: 0;
  }

  .v-principles {
    min-height: 850px;
  }

  .principles > .right-cont {
    width: 100%;
    padding-bottom: 3rem;
    text-align: center;
    transform: none !important;
  }

  .principles > .left-cont {
    position: relative;
    width: 100%;
    transform: none !important;
  }

  .principles > .left-cont img {
    position: absolute;
  }

  .img-circ-3 {
    display: none;
  }

  .v-hobbies {
    padding: 13rem 0 6rem;
  }

  .hobbies > .col-block {
    width: 100%;
  }

  .v-quote {
    min-height: 960px;
  }

  .v-quote .col-full {
    position: relative;
    float: none;
  }

  .v-quote .row {
    padding: 0;
  }

  .quote > .right-cont {
    position: relative;
    width: 100%;
    transform: translateY(200px) !important;
  }

  .quote > .left-cont {
    position: relative;
    float: none;
    width:100%;
  }

  .quote .row {
    padding: 0;
  }

  .quote-text {
    font-size: 60px;
    line-height: 64px;
    margin: 1rem 3rem;
  }

  .v-about .right-cont {
    width: 100%;
    text-align: center;
    padding: 0 2rem;
  }

  .v-about .left-cont {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
  }

  #about-link {
    margin: 2rem auto 0;
  }

  .rectangle-about {
    height: 120px;
    width: 120px;
    left: 0;
    bottom: -4%;
  }

  .v-blog .col-block {
    width: 100%;
    margin-bottom: 11rem;
  }

  #third-item {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  #nasdaq-cont {
    top: 0px;
  }

  .title-right .first-book {
    width: max-content;
  }

}

@media only screen and (max-width: 650px) {
  .v-design {
      min-height: 900px;
  }

  .v-principles {
    min-height: 800px;
  }
  
}


@media only screen and (max-width:600px) {
  .v-work {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .about-desc {
    max-width: 500px;
  }

  .about-desc__slide {
    padding: 0;
  }

  .s-home {
    min-height: 820px;
  }

  .home-content {
    padding-top: 2rem;
  }

  .home-content__right {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  .main-quote {
    font-size: 27px;
  }

  .v-author {
    font-size: 19px;
  }

  .square-vert {
    top: 409%;
    width: 14%;
    left: 5%;
  }

  .main-ln {
    top: 433%;
    color: #efefef;
    right: 12%;
  }

  .main-mustang {
    display: none;
  }

  .home-content__right > .home-item {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .shape-triangle {
    display: none;
  }

  .square-horiz {
    display: none;
  }

  .home-content__left {
    width: 100%;
    margin-top: 2rem;
    position: relative;
  }

  .main-v {
    width: 66%;
  }

  .main-square {
    width: 19.2%;
    top: 4.5%;
    left: 51.3%;
  }

  .main-surf {
    width: 46%;
    top: 7%;
    right: 0;
    left: auto;
  }

  .shape-square {
    left: 50%;
  }

  .v-design .left-cont-2 img {
    top: -9rem;
  }

  .v-design {
    min-height: 800px;
  }

  .v-principles {
    min-height: 730px;
  }

  .v-quote {
    min-height: 806px;
  }

  .v-about {
    padding: 5rem 0 3rem;
  }

  .rectangle-about {
    height: 80px;
    width: 80px;
  }

  .v-quote-2 {
    padding: 10rem 4rem;
  }

  .quote-text-2 {
    font-size: 39px;
  }

  .s-footer {
    padding: 6rem 0rem;
    background-position: left;
  }

  .s-footer a.icon {
    width: 6rem;
    height: 6rem;
  }

  .s-footer a.icon > img {
    width: 3.5rem;
    top: 12.5px; 
  }

  .v-design-nav {
    margin-top: 3rem;
  }

  .v-design-nav p.content-text,
  .v-hobbies-nav p.content-text {
    margin: 0 2rem;
  }

  .v-design-nav .nav-item,
  .v-hobbies-nav .nav-item {
    width: 100%;
    text-align: center;
  }

  .v-design-nav .v-nav,
  .v-hobbies-nav .v-nav {
    margin: 2rem auto 3rem;
  }

  .furniture-desc {
    margin: 4rem auto;
  }

  #about-achievements {
    margin-top: 4rem;
  }

  #about-books-b {
    top: -70px;
  }

  .title-right .first-book {
    width: max-content;
  }

  #about-description {
    margin: 0;
  }

  .v-achievements .about-row {
    display: table;
  }

  .about-vert {
    text-align: center;
    margin-bottom:3rem;
    transform: none;
    top: 0;
  }

  .art-img {
    display: table-footer-group;
    width: 100% !important;
    padding: 0;
  }

  .art-text {
    display: table-header-group;
    width: 100%;
    float: none;
  }

  #c-highlights {
    margin: 2rem auto;
  }

  #nasdaq-cont {
    top: 0;
  }

  .nasdaq-text,
  .nasdaq-img {
    width: 100% !important;
    height: auto !important;
  }

  .v-books #main-description {
    margin: 0 0rem 5rem;
  }

  .vertical-ln {
    transform: translateX(50%);
    margin: 1rem auto 5rem;
    height: 100px;
  }

  .title-right .horiz-ln,
  .title-left .horiz-ln {
    width: 100%;
  }

  .books-row .title {
    font-size: 15px;
  }

  .books-row p.content-text {
    font-size: 13px;
  }

  .title-right .book-info {
    width: auto;
  }

  .block-m-1-2 .col-block.title-right {
    width: 60%;
  }

  .principles > .right-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .v-principles {
    min-height: 670px;
    padding: 11rem 0 1rem;
  }

  a#furniture-btn {
    padding: 1rem 4rem 1rem 4rem;
  }

  a#cars-btn {
    padding: 1rem 6rem 1rem 6rem;
  }

}

@media only screen and (max-width:400px) {
  .main-quote {
    font-size: 24px;
  }

  .v-author {
    font-size: 16px;
  }

  .s-home {
    min-height: 700px;
  }

  .v-work .right-cont {
    padding: 0 2rem;
  }

  .v-principles {
    padding: 9rem 0 1rem;
  }

  .principles > .right-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .v-principles {
    min-height: 600px;
  }

  .v-hobbies .nav-item {
    width: 100%;
    text-align: center;
  }

  .v-quote {
    min-height: 760px;
  }

  .v-about .right-cont {
    padding: 0;
  }

  .v-blog p.content-text {
    width: 100%;
  }

  .quote-text-2 {
    font-size: 34px;
    line-height: 47px;
  }

  .v-hobbies p.content-text {
    width: 100%;
  }

  .ss-copyright span {
    font-size: 16px;
  }

  .go-top a {
    height: 5.2rem;
    width: 5.2rem;
    background-size: 8px 12px;
  }

  a.design-btn {
    font-size: 17px;
  }

  a#furniture-btn {
    padding: 1rem 3.2rem 1rem 3.2rem;
  }

  a#cars-btn {
    padding: 1rem 5rem 1rem 5rem;
  }
}


@media only screen and (max-width:320px) {
  .main-quote {
    font-size: 20px;
  }

  .v-author {
    font-size: 14px;
  }

  .s-home {
    min-height: 640px;
  }

  .v-hobbies {
    padding: 10rem 0 6rem;
  }

  .v-quote {
    min-height: 710px;
  }

  .quote-text-2 {
    font-size: 28px;
    line-height: 37px;
  }

  .s-footer a.icon {
    margin: 3rem 1.5rem 0;
  }

  .books-row p.content-text {
    font-size: 12px;
  }
}