/* =================================================================== 
 
 * =================================================================== */

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
 @import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");

:root {
  --transition-duration-timing-to: 250ms ease-out;
  --transition-duration-delay-timing-to: 0s 250ms ease-out;
  --transition-duration-timing-from: 500ms ease-out;
  --transition-duration-delay-timing-from: 0s 500ms ease-out;
}

html {
  font-size: 10px;
}

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

html,
body {
  height: 100%;
}

body {
  background: #dedede;
  font-family: "lora-regular", serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.765;
  color: #757575;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

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

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

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "montserrat-medium", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

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

h5,
.h5,
h6,
.h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }
}

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

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

h2,
.h2 {
  font-size: 3rem;
  line-height: 1.3;
}

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

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

h5,
.h5 {
  font-size: 1.6rem;
  line-height: 1.313;
}

h6,
.h6 {
  font-size: 1.3rem;
  line-height: 1.385;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 3.6rem;
  color: #000000;
}

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

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

em,
i {
  font-family: "lora-italic", serif;
}

strong,
b {
  /* font-family: "lora-bold", serif; */
  font-family: "bolton-bold";
}

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

blockquote {
  margin: 3.9rem 0;
  padding-left: 4.5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "montserrat-regular", sans-serif;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.857;
  color: #111111;
}

blockquote cite {
  display: block;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}

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

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

abbr {
  font-family: "lora-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #828282;
}

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

pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

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: #ffd900;
  color: #000000;
}

hr {
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

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

ul {
  list-style: disc;
}

li {
  display: list-item;
}

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

ul li {
  padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.6rem 0 0.6rem 1.7rem;
}

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

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

dt {
  margin: 0;
  color: #39b54a;
}

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.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "lora-regular", serif;
}

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

th {
  color: #000000;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

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 
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

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

/* ------------------------------------------------------------------- 
 * ## 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 {
  background: #faa831;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}

/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

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

#loader {
  /*display: table-cell;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
  background: url(../images/video/logo-2-1920x1080.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

/* @media */

/* .line-scale-pulse-out > div {
  background-color: #faa831;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
} */

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(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,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 0;
  border: 0;
  outline: none;
  color: #333333;
  font-family: "montserrat-light", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

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

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

.cl-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 .cl-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

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:focus,
select:focus {
  color: #000000;
  border-bottom: 2px solid black;
}

label,
legend {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

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

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "montserrat-regular", sans-serif;
  font-weight: normal;
  line-height: inherit;
}

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

/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #828282;
}

:-moz-placeholder {
  color: #828282;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #828282;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #828282;
}

.placeholder {
  color: #828282 !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: #faa831;
  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: "montserrat-medium", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 10.4rem;
  line-height: calc(5.4rem - 0.4rem);
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 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;
  background-color: #c5c5c5;
  border: 0.2rem solid #c5c5c5;
}

.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: #b8b8b8; */
  /* border-color: #b8b8b8; */
  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: #39b54a;
  border-color: #39b54a;
  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: #33a242;
  border-color: #33a242;
}

/* button modifiers
 * ------------------------------------------------- */

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

.btn--medium,
button.btn--medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - 0.4rem) !important;
}

.btn--large,
button.btn--large {
  height: 6rem !important;
  line-height: calc(6rem - 0.4rem) !important;
}

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

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

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !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.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}

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

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

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

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

.alert-box--info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

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

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

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem 0.6rem 0 0;
  font-size: 8.4rem;
  font-family: "montserrat-regular", sans-serif;
  font-weight: bold;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #000000;
}

/* 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.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.25);
}

.pull-quote:before {
  content: "\201C";
  top: -3.6rem;
  left: 0;
}

.pull-quote:after {
  content: "\201D";
  bottom: 3.6rem;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.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: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

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

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "montserrat-regular", sans-serif;
  font-weight: bold;
  border: none;
  color: #000000;
}

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

.stats-tabs li a em {
  display: block;
  margin: 0.6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "montserrat-regular", sans-serif;
  color: #828282;
}

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

.skill-bars li {
  height: 0.6rem;
  background: #c9c9c9;
  width: 100%;
  margin-bottom: 6.9rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "montserrat-bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

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

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "montserrat-regular", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: 0.6rem 0.6rem;
  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: 800px;
}

/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
  font-family: "montserrat-medium", sans-serif;
  font-size: 7.8rem;
  line-height: 1.25;
  color: #000000;
  margin-top: 0;
}

.display-1--light {
  color: #ffffff;
}

.display-2 {
  font-family: "montserrat-medium", sans-serif;
  font-size: 5.2rem;
  line-height: 1.255;
  color: #000000;
  margin-top: 0;
}

.display-2--light {
  color: #ffffff;
}

.subhead + .display-2 {
  margin-top: 0.6rem;
}

.subhead {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.7rem;
  line-height: 1.333;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
}

.subhead--dark {
  color: #000000;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .display-1 {
    font-size: 7.2rem;
  }
  .display-2 {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .display-1 {
    font-size: 6.5rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  #loader {
  /*display: table-cell;*/
  /*text-align: center;*/
  /*vertical-align: middle;*/
  background: url(../images/video/logo-3-1080x1920.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
}

@media only screen and (max-width: 600px) {
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 3.3rem;
  }
  .subhead {
    font-size: 1.5rem;
  }
  
}

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

/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
  text-align: center;
  position: relative;
  margin-bottom: 3.6rem;
  max-width: 960px;
}

.section-header.has-bottom-sep {
  padding-bottom: 2.1rem;
  position: relative;
}

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

.section-header.has-bottom-sep.light-sep::before {
  background-color: rgba(255, 255, 255, 0.05);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .section-header {
    max-width: 800px;
  }
}

@media only screen and (max-width: 900px) {
  .section-header {
    max-width: 700px;
  }
}

@media only screen and (max-width: 800px) {
  .s-clients {
    padding-bottom: 17.4rem;
  }
  .section-header.has-bottom-sep::before {
    width: 400px;
  }
}

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

/* ------------------------------------------------------------------- 
 * ## slick slider 
 * ------------------------------------------------------------------- */
.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 3rem 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;
  border-radius: 50%;
  background: #959595;
  border: none;
  line-height: 10px;
  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: #39b54a;
}

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

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 501;
}

.header-logo a {
  display: block;
  margin: 100px 0 0 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
  background: #0c0c0c;
  color: rgba(255, 255, 255, 0.25);
  font-family: "helvetica-medium";
  font-size: 1.3rem;
  line-height: 1.846;
  padding: 0.6rem 3rem 3.6rem 3.6rem;
  height: 100%;
  width: 540px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 700;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
}

.header-nav a,
.header-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
  color: #faa831;
}

.header-nav h3 {
  font-family: "helvetica-bold";
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 4.8rem;
  margin-top: 0.9rem;
  color: #39b54a;
}

.header-nav p {
  margin-bottom: 2.7rem;
}

.header-nav__content {
  position: relative;
  left: 50px;
  opacity: 0;
  visibility: hidden;
}

.header-nav__list {
  font-family: "helvetica-bold";
  font-size: 1.8rem;
  margin: 3.6rem 0 3rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
}

.header-nav__list li {
  padding-left: 0;
  line-height: 8.5rem;
  font-size: 8.3rem;
  text-transform: uppercase;
  letter-spacing: -3.59px;
  font-weight: 900;
}

.header-nav__list a {
  color: #ffffff;
}

.header-nav__social {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
  position: fixed;
  bottom: 0;
}

.header-nav__social li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}

.header-nav__social li a {
  color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
  color: #faa831;
}

.header-nav__social li:last-child {
  margin: 0;
}

.header-nav__close {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}

.header-nav__close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-nav__close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  left: 0;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  position: fixed;
  right: 38px;
  top: 50px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #39b54a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
  background-color: transparent;
}

.header-menu-toggle.opaque .header-menu-text {
  background-color: #000000;
}

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

.header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  padding-left: 12px;
}

.header-menu-icon {
  display: block;
  width: 32px;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  left: 0px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-menu-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-menu-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

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

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  .s-header {
    height: 90px;
  }
  .header-logo {
    left: 30px;
  }
  .header-menu-toggle {
    right: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu-text {
    display: none;
  }
}

/* ===================================================================
 * # home 
 *
 * ------------------------------------------------------------------- */
.s-home {
  width: 100%;
  height: 120vh;
  min-height: 786px;
  background-color: transparent;
  position: relative;
  display: table;
  background-color: #dedede;
}

.s-home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
}

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

/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 5.6rem;
  position: relative;
  overflow: hidden;
}

.home-content h3 {
  font-family: "montserrat-medium", sans-serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
}

.home-content h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15.3vw;
  line-height: 0.9;
  margin-top: 0;
  color: #ffffff;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.home-content__main {
  padding-top: 20rem;
  position: relative;
}

.home-content__buttons {
  padding-top: 6rem;
  text-align: left;
}

.home-content__buttons .btn {
  width: 215px;
  border-color: #ffffff;
  color: #ffffff;
  margin: 1.5rem 1.5rem 0 0;
  letter-spacing: 0.25rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:last-child {
  margin-right: 0;
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
  background: #ffffff !important;
  color: #000000;
}

.home-content__scroll {
  position: absolute;
  right: 9.5rem;
  bottom: 8.4rem;
}

.home-content__scroll a {
  font-family: "montserrat-semibold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  line-height: 3rem;
  padding-left: 2.5rem;
}

.home-content__scroll a::before {
  border-bottom: 2px solid #faa831;
  border-right: 2px solid #faa831;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  left: 0;
  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;
}

.home-content__line {
  display: block;
  width: 2px;
  height: 10.2rem;
  background-color: #faa831;
  position: absolute;
  right: 7.2rem;
  bottom: 0;
}

/* ------------------------------------------------------------------- 
 * ## home social 
 * ------------------------------------------------------------------- */
.home-social {
  font-family: "montserrat-regular", sans-serif;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 5.4rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home-social a {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: 0.9rem 0;
}

.home-social li a {
  display: block;
  width: 33px;
  height: 33px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 33px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  font-size: 14px;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: calc(33px - 4px);
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.home-social span {
  color: #faa831;
  right: 4.5rem;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

html.cl-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;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -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;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -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: 1500px) {
  .home-content h1 {
    font-size: 6rem;
  }
  .home-content__main {
    max-width: 1000px;
  }
}

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

@media only screen and (max-width: 1000px) {
  .home-content h1 {
    font-size: 12.6rem;
    text-align: start;
    font-family: "bolton-bold";
  }
  .home-content br {
    display: none;
  }
  .home-content__main {
    padding-top: 21rem;
    padding-right: 80px;
    max-width: 680px;
  }
}

@media only screen and (max-width: 800px) {
  .home-content h3 {
    font-size: 1.5rem;
  }
  .home-content h1 {
    font-size: 5rem;
    
  }
  .home-content__main {
    padding-right: 70px;
    max-width: 550px;
  }
}

@media only screen and (max-width: 700px) {
  .home-content__main {
    max-width: 490px;
  }
  .home-content__buttons {
    padding-top: 1.2rem;
    text-align: center;
  }
  .home-content__buttons .btn {
    display: block;
    width: 70%;
    margin: 1.5rem 0 0 0;
  }
  .home-social {
    right: 4rem;
  }
  .home-content__scroll {
    right: 7.5rem;
  }
  .home-content__line {
    right: 5.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .home-content h1 {
    font-size: 3.8rem;
  }
  .home-social {
    right: 2rem;
  }
  .home-social li {
    padding: 0.6rem 0;
  }
  .home-social i {
    font-size: 17px;
    border: none;
  }
  .home-social span {
    display: none;
  }
  .home-content__scroll {
    bottom: 5.4rem;
  }
  .home-content__line {
    height: 7.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .s-home {
    height: 50vh;
    min-height: 530px;
  }
  .home-content h1 {
    font-size: 3.5rem;
  }
  .home-content__main {
    text-align: center;
    max-width: none;
    padding-top: 9rem;
    padding-right: 0px;
    /* width: 85%; */
  }
  .home-content__buttons {
    padding-top: 1.2rem;
  }
  .home-content__buttons .btn {
    width: auto;
    margin: 1.5rem 0 0 0;
  }
  .home-social {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .home-content h1 {
    font-size: 6.8rem;
    text-align: start;
    font-family: "bolton-bold";
  }
  .home-content {
    padding-bottom: 0rem;
  }
}

/*@media only screen and (max-width: 400px) {*/
/*  .s-home {*/
/*    min-height: 630px;*/
/*  }*/
/*  .home-content h1 {*/
/*    font-size: 3.2rem;*/
/*  }*/
/*  .home-content__main {*/
/*    padding-top: 16.2rem;*/
/*    width: auto;*/
/*  }*/
  
/*}*/

/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  padding-top: 16.2rem;
  padding-bottom: 9rem;
  /* background-color: #39b54a; */
  color: #010507;
  position: relative;
}

.s-about .section-header.has-bottom-sep::before {
  background-color: rgba(255, 255, 255, 0.25);
}

.about-desc {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  max-width: 1024px;
}

.yt-homepage-video{
  height: 112.5vh;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .yt-homepage-video{
    height: 28vh !important;
  }
}


/* ------------------------------------------------------------------- 
 * ## about stats
 * ------------------------------------------------------------------- */
.about-stats {
  text-align: center;
}

.stats__col {
  margin: 5.4rem 0;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.stats__col:last-child {
  border-right: none;
}

.stats__count {
  font-family: "montserrat-bold", sans-serif;
  font-size: 8.4rem;
  line-height: 1;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stats h5 {
  font-family: "montserrat-semibold", sans-serif;
  margin-top: 1.8rem;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.333;
  position: relative;
}

.about__line {
  display: block;
  width: 2px;
  height: 10.2rem;
  background-color: #ffffff;
  position: absolute;
  right: 7.2rem;
  top: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .about-desc {
    font-size: 2.2rem;
    max-width: 940px;
  }
  .about-stats {
    padding-top: 3rem;
    padding-bottom: 3.9rem;
  }
  .about-stats {
    max-width: 800px;
  }
  .stats__col {
    margin: 1.5rem 0;
  }
  .stats__col:nth-child(n) {
    border: none;
  }
  .stats__col:nth-child(2n + 1) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media only screen and (max-width: 800px) {
  .about-desc {
    font-size: 2rem;
    max-width: 600px;
  }
  .stats__count {
    font-size: 8rem;
  }
  .stats h5 {
    margin-top: 1.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .about__line {
    right: 5.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .s-about {
    padding-top: 12rem;
  }
  .about-desc {
    font-size: 1.9rem;
  }
  .about-stats {
    padding-top: 0;
  }
  .stats__col {
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }
  .stats__col::after {
    content: "";
    display: block;
    height: 1px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
  }
  .stats__col:last-child::after {
    display: none;
  }
  .stats__col:nth-child(n) {
    border: none;
  }
  .about__line {
    height: 7.2rem;
  }
}

@media only screen and (max-width: 400px) {
  .about-desc {
    font-size: 1.8rem;
  }
  .stats__count {
    font-size: 7.8rem;
  }
}

/* ===================================================================
 * # services
 *
 * ------------------------------------------------------------------- */
.s-services {
  padding-top: 5.2rem;
  padding-bottom: 7.2rem;
  /* background-color: #FFFFFF; */
  color: #757575;
  position: relative;
}

.s-services .col-full {
  width: 59%;
}
.col-full h1 {
  font-family: "bolton-light";
}
.workLinks {
  font-family: "bolton-bold";
  color: #111111;
  font-size: larger;
  transition: all 0.3s ease-in-out;
}
.workLinks:hover,
.workLinks:hover i {
  color: #faa831;
  letter-spacing: 3px;
}
.workLinks i {
  vertical-align: sub;
}

/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services-list {
  margin-top: 6rem;
}

.services-list .service-item {
  margin-bottom: 0.9rem;
}

.services-list .service-item h3 {
  margin-top: 0;
}

.services-list .service-item:nth-child(2n + 1) {
  padding-right: 50px;
}

.services-list .service-item:nth-child(2n + 2) {
  padding-left: 50px;
}

.services-list .service-text {
  margin-left: 7.8rem;
}

.services-list .service-icon {
  float: left;
  color: #39b54a;
  font-size: 4.8rem;
  margin-top: -0.6rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services all responsive work is here
 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .services-list {
    max-width: 1000px;
  }
  .services-list .service-item:nth-child(2n + 1) {
    padding-right: 30px;
  }
  .services-list .service-item:nth-child(2n + 2) {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .services-list h3 {
    font-size: 2.5rem;
  }
  .services-list .service-item:nth-child(2n + 1) {
    padding-right: 20px;
  }
  .services-list .service-item:nth-child(2n + 2) {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .services-list {
    margin-top: 4.2rem;
    max-width: 500px;
    text-align: center;
  }
  .services-list .service-item:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-list h3 {
    font-size: 3rem;
  }
  .services-list .service-text {
    margin-left: 0;
  }
  .services-list .service-icon {
    font-size: 4.5rem;
    float: none;
    margin-top: 0;
  }
  .s-collaborate h1{
    padding-top: 0vh !important;
    animation: none !important;
  }
  .header-nav{
    width: 425px;
    padding: 0.6rem 3rem 3.6rem 0.2rem;
  }
  .career-content h3{
    width: 90vw !important;
  }
  .solution-first h4{
    font-size: 5rem !important;
  }
  .s-works .col-six h1{
    font-size: 6.1rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .s-services {
    padding-top: 0rem;
  }
  .services-list .service-item:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-list h3 {
    font-size: 2.5rem;
  }
  .s-services .col-full{
    width: 100%;
}
.work-content h3{
  width: 91vw !important;
}
.team-content h4, .team-content h3{
    width:92vw !important;
}
.header-nav{
    width: 100%;
    padding: 0.6rem 3rem 3.6rem 0.2rem;
  }
  .header-nav__list li{
      font-size: 6.3rem;
  }
  .accordion h2{
    font-size: 3rem !important;
  }
}

@media only screen and (max-width: 400px) {
  .services-list .service-item:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
  }
  .services-list h3 {
    font-size: 2.5rem;
  }
  
}



/* ----------------form modal space css ----------------- */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  overflow: scroll;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 50rem;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


.formbold-mb-5 {
  margin-bottom: 20px; 
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 48px; */
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #faa831;
  color: white;
  width: 100%;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
input[type="radio"] {
  margin-bottom: 10px;
}
.file-input {
position: relative;
overflow: hidden;
display: inline-block;
cursor: pointer;
background-color: #007bff; /* Change the background color as needed */
color: #fff; /* Change the text color as needed */
border: none;
padding: 10px 20px;
border-radius: 5px;
}

/* Style for the input[type=file] */
.file-input input[type=file] {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
}

/* Style for the label text */
.file-input-label {
font-size: 16px;
}

/* Optional hover effect */
.file-input:hover {
background-color: #0056b3; /* Change the hover background color as needed */
}
@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}



/* ===================================================================
 * # works
 *
 * ------------------------------------------------------------------- */
.s-works {
  background: #ffffff;
  padding: 0 0 0rem 0;
  /* min-height: 800px; */
  min-height: auto;
  position: relative;
}

.s-works .intro-wrap {
  padding: 4rem 0 5.2rem;
  background: #111111;
}

.works-content {
  max-width: 1160px;
  margin-top: -23.4rem;
}
.s-works .col-six h1 {
  font-family: "bolton-regular";
  font-size: 9.5rem;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
.s-works .col-full {
  max-width: 50vw;
}
.s-works .nav-links{
    margin-bottom: 2rem;
    position: relative;
    padding-left: 6rem;
    cursor:pointer;
}

.s-works .nav-links a {
font-size: 3rem;
font-family: "bolton-light";
}

.s-works .nav-links a::after{
    contain: '';
    width: 40px;
    height: 40px;
    background: transparent;
    border:1px solid #cacaca;
    border-radius: 50%;
}
.nav-links:before{
  content: "";
  display: inline-block;
  width: 40px; /* Adjust size of the circle */
  height: 40px; /* Adjust size of the circle */
  background-color: transparent; /* Initially transparent */
  border: 1px solid #a0a0a0; /* Border for offset stroke */
  border-radius: 50%; /* Makes it a circle */
  position: absolute;
  left: 0px; /* Adjust distance from text */
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease; /* Smooth transition */
}
.nav-links:hover{
  background: none;
  color: #FAA831;
}
.nav-links:hover::before,
.nav-links.active::before {
  background-color: transparent; /* Color when hovering or active */
  border-color: #FAA831; /* No border when hovering or active */
}
.nav-links.active::before {
  background-color: #fe4d00; 
  border: 5px solid #FAA831;
}






.selectedtext h1 {
  font-size: 15.8vw;
  margin-top: 3.8rem;
  font-family: "bolton-bold";
  letter-spacing: -0.055em;
  line-height: 0.9;
  color: #fff;
}

.s-projects {
  background: #000;
  /* padding: 2rem 0 2rem; */
}
.s-projects .the-one-text {
  padding: 0 6.5vw;
}
.s-projects .first {
  margin-top: 4.3rem;
  line-height: 0;
}
.s-projects .second {
  margin-top: 7.5rem;
}
.s-projects .second .trilok-text {
  padding: 0 2vw;
}
.s-projects .third {
  margin-top: 7.5rem;
}
.s-projects .third .ate-text {
  padding-right: 2vw;
}

.s-solution h1 {
  font-family: "bolton-light";
  color: #2e2e2e;
}
.s-solution .project-link {
  display: inline-block;
  margin-top: 6rem;
  padding-bottom: 6vw;
}
.s-solution .solutionText h1 {
  font-size: 15.8vw;
  margin-top: 1.8rem;
  font-family: "bolton-bold";
  color: #fff;
}
.solution-first h4 {
  color: #fff;
  font-size: 10rem;
  letter-spacing: -3.53px;
  font-family: "bolton-bold";
}
.solution-second {
  margin-top: 5rem;
}

/* acordion  */

.accordion {
  /* Apply border radius to the parent container... */
  /* border-radius: 8px; */
  /* ...and set 'overflow: hidden' to crop its children so the border remains visible. */
  overflow: hidden;
  border-bottom: 1px solid black;

  &:has(.accordion-toggle:focus-visible),
  &:has(.accordion-toggle:focus) {
    outline: 2px solid var(--accent-light);
  }
}
.accordion-toggle:focus-visible h2,
.accordion-toggle:focus h2 {
  color: #a0a0a0;
}
.accordion h2 {
  font-size: 3.5rem;
  letter-spacing: -0.5px;
}
.accordion:hover.accordion h2 {
  color: #a0a0a0;
}

.accordion-toggle {
  padding: 0.5em 1em;
  margin-bottom: 0;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: var(--accent);
  cursor: pointer;

  &:focus-visible,
  &:focus,
  &:hover,
  &[aria-expanded="true"] {
    background-color: transparent;
  }
}

.btn-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: var(--accent-light);
  border-radius: 100vmax;

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;

    height: 4px;
    width: calc(70% - 0.75em);

    background-color: #797979;
  }
  &::after {
    rotate: 90deg;
  }
  .accordion-toggle[aria-expanded="true"] &::before,
  .accordion-toggle[aria-expanded="true"] &::after {
    rotate: 180deg;
  }

  /* The prefers-reduced-motion feature query detects whether the user has requested the operating system to minimize the amount of animation or motion it uses. */
  @media (prefers-reduced-motion: no-preference) {
    &::before,
    &::after {
      /* Transition from '-' to '+'. */
      transition: rotate var(--transition-duration-timing-from);
    }

    /* Transition from '+' to -'. */
    .accordion-toggle[aria-expanded="true"] &::before,
    .accordion-toggle[aria-expanded="true"] &::after {
      transition: rotate var(--transition-duration-timing-to);
    }
  }
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  /* Make the collapsed panel container not accessible to screen reader. */
  /* Contrary to 'display: none', the 'visibility' property can be delayed to transition other properties (here 'grid-template-row'). */
  visibility: hidden;
  /* Also add opacity transition for better visual effect. */
  opacity: 0;

  .accordion-toggle[aria-expanded="true"] + & {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
  }

  @media (prefers-reduced-motion: no-preference) {
    /* Transition from expanded to collapsed state. */
    /* The 'visibility: hidden' property cannot be animated but it can be delayed so it kicks in only after the 'grid-template-rows' and 'opacity' transitions are complete.  */
    transition: grid-template-rows var(--transition-duration-timing-from),
      visibility var(--transition-duration-delay-timing-from),
      opacity var(--transition-duration-timing-from);

    /* Transition from collapsed to expanded state (no delay required).*/
    /* This works since 'visbility: visible' is set instantaneously and the 'grid-template-rows' and 'opacity' control the state transition. */
    .accordion-toggle[aria-expanded="true"] + & {
      transition: grid-template-rows var(--transition-duration-timing-to),
        visibility var(--transition-duration-delay-timing-to),
        opacity var(--transition-duration-timing-to);
    }
  }
}

.accordion-drawer {
  color: var(--primary-dark);
  background-color: var(--accent-light);
  overflow: hidden;
}

/* Additional div to add padding to the content without messing with the animation. */
.accordion-content {
  /* padding: 1em; */
  p {
    text-align: left;
  }
}

.accordion h2 {
  margin-top: 3rem;
}

.s-collaborate {
  height: 80vh;
  background-color: #faa831;
}
.s-collaborate h1 {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  font-size: 8rem;
  font-family: "bolton-bold";
  padding-top: 30vh;
  word-spacing: 0.5em;
  color: #fff;
  animation: moveToCenter 0.5s linear;
  animation-timeline: view();
  animation-range-end: 50%;
  pointer-events: none;
}


@keyframes moveToCenter {
  0% {
    transform: translateY(-100%);
    opacity: 0.0;
    
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
      
  }
}

.s-collaborate .contact-link {
  color: #fff;
}
.contact-link:hover,
.contact-link:hover i {
  color: #fff;
  letter-spacing: 3px;
}
.s-footer {
  background-color: #fff;
}

.s-footer .row {
  padding: 9rem 0;
  /* display: flex; */
  justify-content: space-around;
}
.s-footer .textwrapper {
  display: flex;
  justify-content: end;
}
.s-footer .textwrapper .textinside h2 {
  font-family: "helvetica-medium";
  word-spacing: 12px;
  margin-bottom: 5px;
  margin-top: 0;
  display: none;
}
.s-footer .textwrapper .textinside h3 {
  margin-top: 0;
  font-family: "helvetica-thin";
  font-weight: 600;
  display: none;
}
.s-footer .textwrapper .textinside .d-flex{
    display: none;
}
.s-footer .textwrapper .textinside .d-flex input{
    width: 90%;
    padding-bottom: 0;
}
.s-footer .textwrapper .textinside .d-flex button{
    height: 60px;
    padding: 0;
    width: 15%;
    background: transparent;
    border-bottom:2px solid #d9d9d9 !important;
    border: none;
}

.s-footer .social-icon ul{
    list-style: none;
    gap: 10px;
}
.s-footer .social-icon ul li{
    float: right;
    padding-left: 4.5rem;
    font-size: 3rem;
}
.s-footer .social-icon ul li a{
    color: #000;
    transition: all 0.3s ease-in-out
}
.s-footer .social-icon ul li a:hover{
    color: #FAA831;
}

.s-footer .address p {
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 0;
  font-family: "bolton-light";
}



/* ----------------------- WORK PAGE CSS----------------- */

.s-work{
  width: 100%;
    height: 120vh;
    min-height: 786px;
    position: relative;
    display: table;
    background-color: #dedede;
}
.work-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 5.6rem;
  position: relative;
  overflow: hidden;
  padding-top: 15rem;
}

.work-content h3 {
  font-family: "bolton-light";
  font-size: 3.3rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
  width: 61vw;
}

.work-content h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16.3vw;
  line-height: 0.9;
  margin-top: 0;
  color: #ffffff;
  letter-spacing: -0.055em;
  font-weight: 600;
  padding-bottom:6rem ;
}

.grid {
  background: transparent;
  max-width: 100vw;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 520px;
  /* height: 120px; */
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
  margin-left: 10px;
  /* background: #D26; */
  /* border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px; */
}

.portfolio-nav{
  display: flex;
  overflow-x: auto;
  padding-left: 20px;
  gap: 50px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}

.tablink{
  font-family: "bolton-light";
  text-transform: capitalize;
  background:none;
  border: none;
  height: 5rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-size: larger; 
  color: #a0a0a0;
  letter-spacing: normal;
}
.tablink::before {
  content: "";
  display: inline-block;
  width: 40px; /* Adjust size of the circle */
  height: 40px; /* Adjust size of the circle */
  background-color: transparent; /* Initially transparent */
  border: 1px solid #a0a0a0; /* Border for offset stroke */
  border-radius: 50%; /* Makes it a circle */
  position: absolute;
  left: -20px; /* Adjust distance from text */
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease; /* Smooth transition */
}

.tablink:hover{
  background: none;
  color: #FAA831;
}
.tablink:hover::before,
.tablink.active::before {
  background-color: transparent; /* Color when hovering or active */
  border-color: #FAA831; /* No border when hovering or active */
}
.tablink.active::before {
  background-color: #fe4d00; 
  border: 5px solid #FAA831;
}



/* ----------------------- TEAM PAGE CSS----------------- */

.s-team{
  width: 100%;
  height: 120vh;
  min-height: 786px;
  position: relative;
  display: table;
  background-color: #dedede;
}
.team-content{
  display: table-cell;
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
  padding-bottom: 5.6rem;
  position: relative;
  overflow: hidden;
  padding-top: 20rem;
}
.team-content h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15.3vw;
  line-height: 0.9;
  margin-top: 0;
  color: #ffffff;
  letter-spacing: -0.055em;
  font-weight: 600;
  padding-bottom:6rem ;
}

.team-content h3 {
  font-family: "bolton-light";
  font-size: 3.3rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  /* margin-bottom: 1.2rem; */
  padding-bottom:7rem ;
  margin-left: 6px;
  width: 61vw;
}
.team-content h4 {
  font-family: "bolton-light";
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
  width: 61vw;
  padding-bottom: 6rem;
}
.members h5{
  color: #000;
  font-size: 5rem;
  margin-top: 5rem;
  margin-bottom: -6px;
}

/* ----------------------- CAREER PAGE CSS----------------- */
.s-career{
  width: 100%;
  height: 120vh;
  min-height: 786px;
  position: relative;
  display: table;
  background-color: #dedede;
}
.career-content{
  display: table-cell;
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
  /* padding-bottom: 5.6rem; */
  position: relative;
  overflow: hidden;
  padding-top: 20rem;
}
.career-content h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15.3vw;
  line-height: 0.9;
  margin-top: 0;
  color: #ffffff;
  letter-spacing: -0.055em;
  font-weight: 600;
  padding-bottom:6rem ;
}

.career-content h3 {
  font-family: "bolton-light";
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  /* margin-bottom: 1.2rem; */
  padding-bottom: 5rem ;
  margin-left: 6px;
  width: 61vw;
}
.career-content h2 {
  font-family: "bolton-light";
  font-size: 3.3rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  /* margin-bottom: 1.2rem; */
  padding-bottom: 1rem ;
  margin-left: 6px;
  width: 61vw;
}
.career-content h2:nth-child(3) {
  font-family: "bolton-light";
  font-size: 3.3rem;
  color: rgba(0, 0, 0, 1);
  /* text-transform: capitalize; */
  /* letter-spacing: 0.3rem; */
  position: relative;
  margin-top: 0;
  /* margin-bottom: 1.2rem; */
  padding-bottom: 6rem ;
  margin-left: 6px;
  width: 61vw;
}




.artist{
  padding-bottom: 8rem;
}


.contentWrapper h4{
  font-family: "bolton-bold";
  margin-top: 3rem;
  margin-bottom: 0rem;
  font-size: 2.5rem;
  font-weight: 900;
}
.contentWrapper h5{
  font-family: "bolton-light";
  margin-top: 0rem;
  font-size: 2.45rem;
}
.contentWrapper a{
  display: block;
  margin: 5rem 0;
}
.contentWrapper a:hover{
  color: #FAA831;
}



/* ----------------- CONTACT PAGE CSS ----------------- */
.contact-info{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
.contact-info .col-four{
  border-right: 1px solid #000;
  padding-bottom:9rem ;
}

.office h1, .join h1, .inquiry h1, .social h1{
  font-family: "helvetica-bold";
  font-size: 4.5rem;
  line-height: 1;
  color: #FAA831;
}
.join h1{
  word-spacing: 15px;
}
.join p{
  font-family: "bolton-light";
  font-size: x-large;
  color: #000;
  margin-bottom: 0rem;
}
.join a{
  font-size: x-large;
}
.office p{
  font-family: "bolton-light";
  font-size: larger;
  color: #000;
}
.social{
  margin-top: 2rem;
}
.social a{
  font-family: "bolton-light";
  font-size: xx-large;
  color: #000;
  transition: 0.3s all ease-in-out;
  display: flex;
  align-items: center;
}

.social a i{
  padding-right: 1rem;
}
.social a:hover{
  color:#faa831;
}







/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
  .item-folio__title,
  .item-folio__cat {
    font-size: 1.3rem;
  }
  /* .contact-info{
    display: flex;
    flex-direction: column;
  } */
  .contact-info{
    flex-direction: column;
  }
  .contact-info .col-four{
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

@media only screen and (max-width: 700px) {
  .s-works {
    padding-bottom: 0rem;
  }
  .s-works .intro-wrap {
    padding: 12rem 0 5.2rem;
  }
  .works-content {
    margin-top: -25.2rem;
  }
  .masonry__brick {
    float: none;
    width: 100%;
  }
  .item-folio__title,
  .item-folio__cat {
    font-size: 1.4rem;
  }
  .grid-item {
    width: 100%;
    /* height: 120px; */
    float: left;
    /* vertical gutter */
    margin-bottom: 20px;
    /* background: #D26; */
    /* border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px; */
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * service
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 500px) {
  .career-content h2,.career-content h2:nth-child(3){
    width: 92vw;
  }
 }





/* form loader
 * ----------------------------------------------- */
.submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.submit-loader .text-loader {
  display: none;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.846;
  color: #ffffff;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
  display: none;
}

.oldie .submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * ## loader animation 
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */

/* --------------------------------------------------------------- 
 * ## footer main
 * --------------------------------------------------------------- */

/* ---------------------------------------------------------------
 * ## footer bottom
 * --------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  display: none;
}

.go-top a,
.go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: black;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-top a i,
.go-top a:visited i {
  font-size: 18px;
  line-height: inherit;
}

.go-top a:hover,
.go-top a:focus {
  color: #ffffff;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .footer-main .left {
    padding-right: 20px;
  }
  .footer-main .right {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  footer .row {
    max-width: 600px;
  }
  .footer-main .left {
    padding-right: 15px;
    margin-bottom: 4.2rem;
  }
  .footer-main .right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-main .left {
    padding-right: 10px;
  }
  .footer-main .right {
    padding-left: 10px;
  }
  .footer-logo {
    margin: -0.6rem auto 3.6rem;
  }
  .footer-bottom {
    padding-bottom: 0.6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
  .go-top {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .footer-subscribe #mc-form input[type="email"] {
    padding: 1.2rem 20px 1.2rem;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .footer-subscribe #mc-form input[type="submit"] {
    position: static;
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .footer-subscribe #mc-form label {
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  .footer-main .left {
    padding-right: 0;
  }
  .footer-main .right {
    padding-left: 0;
  }
}

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