body {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 170px;
  font-weight: 500;
}

.full-open header {
  position: fixed;
}

header {
  padding: 30px;
  width: 100%;
  position: absolute;
  z-index: 5;
}

.preloader {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.preloader .loader {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid #000;
  -o-animation: loader 2s infinite ease;
  -ms-animation: loader 2s infinite ease;
  -moz-animation: loader 2s infinite ease;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.preloader .loader .loader-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #000;
  -o-animation: loader-inner 2s infinite ease-in;
  -ms-animation: loader-inner 2s infinite ease-in;
  -moz-animation: loader-inner 2s infinite ease-in;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.top_15 {
  margin-top: 15px;
}

.top_30 {
  margin-top: 30px;
}

.top_45 {
  margin-top: 45px;
}

.top_60 {
  margin-top: 60px;
}

.top_90 {
  margin-top: 90px;
}

.top_120 {
  margin-top: 120px;
}

.padding_30 {
  padding: 30px 0;
}

.padding_45 {
  padding: 45px 0;
}

.padding_60 {
  padding: 60px 0;
}

.padding_90 {
  padding: 90px 0;
}

.padding_120 {
  padding: 120px 0;
}

.bottom_15 {
  margin-bottom: 15px;
}

.bottom_30 {
  margin-bottom: 30px;
}

.bottom_45 {
  margin-bottom: 45px;
}

.bottom_60 {
  margin-bottom: 60px;
}

.bottom_90 {
  margin-bottom: 90px;
}

.bottom_120 {
  margin-bottom: 120px;
}

.padbot_15 {
  padding-bottom: 15px;
}

.padbot_30 {
  padding-bottom: 30px;
}

.padbot_45 {
  padding-bottom: 45px;
}

.padbot_60 {
  padding-bottom: 60px;
}

.subtitle {
  font-size: 22px;
  font-weight: bold;
}

.site-btn {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border: solid 2px #ea0026;
  border-radius: 50px;
  padding: 11px 45px;
  text-decoration: none;
  background: linear-gradient(to right, #ea0026 50%, white 50%);
  background-size: 202% 100%;
  background-position: right bottom;
  margin-left: 10px;
  transition: all 1s ease;
  display: inline-block;
}

.site-btn:hover {
  background-position: left bottom;
  text-decoration: none;
  color: #fff !important;
}

.site-btn.arrow {
  font-size: 14px;
  padding: 11px 22px;
}

.site-btn.arrow:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f30b";
  font-weight: 900;
  float: right;
  margin-left: 32px;
}

.site-btn2 {
  background: #212121;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 50px;
  padding: 12px 60px;
  color: #fff;
  cursor: pointer;
  line-height: 25px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.site-btn2:hover {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
  padding-bottom: 90px;
}

.cont {
  width: 60%;
  margin-left: 20%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 90vh;
  top: 0;
  left: 0;
  z-index: 6;
}

footer {
  width: 100%;
  padding: 60px 0 41px;
  position: fixed;
  z-index: 0;
  bottom: 0;
  background: #efefef;
}

footer .copyright p {
  color: #979797;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}

footer .getintouch {
  text-align: right;
  color: #000;
}

footer .getintouch a {
  font-size: 14px;
  color: #979797;
  text-decoration: none;
}

footer .getintouch strong {
  font-size: 20px;
  color: #000;
}

.titlebar {
  padding: 94px 0;
  height: 300px;
  text-align: center;
}

.titlebar .page-title {
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -2px;
}

.titlebar .page-title span {
  font-size: 120px;
  font-weight: 900;
}

.titlebar .page-title img {
  max-width: 44vw;
}

.titlebar #particles-js {
  height: 300px;
}

.about .about-text .subtitle {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 39px;
  width: 64%;
  margin-left: 18%;
}

.about .about-text p {
  color: #5f5e5f;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 35px;
  width: 64%;
  margin-left: 18%;
}

.owl-carousel.work-areas .area i:before {
  font-size: 100px;
}

.owl-carousel.work-areas .area .title {
  font-size: 19px;
}

.owl-carousel.work-areas .area .line {
  width: 35px;
  height: 4px;
  margin: 10px auto;
  display: inline-block;
}

.owl-carousel.work-areas .area p {
  color: #5f5e5f;
  line-height: 22px;
  font-size: 15px;
  padding: 0 30px;
}

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin-top: 30px;
}

.about .clients .client {
  height: 200px;
  display: table;
  opacity: .5;
}

.about .clients .client:hover {
  transition: all ease 0.3s;
  opacity: 1;
}

.about .clients .client figure {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.about .clients .client figure img {
  max-width: 50%;
}

/*------------------------ Responsive ------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {

  header {
    padding: 22px;
  }

  .titlebar .page-title,
  .titlebar .page-title span {
    font-size: 70px;
  }

  .titlebar .page-title img {
    max-width: 60vw;
  }

  .titlebar {
    padding: 74px 0;
    height: 210px;
    text-align: center;
  }

  .titlebar #particles-js {
    height: 210px;
  }

  .about .about-text .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .about .about-text p {
    font-size: 21px;
  }

  .owl-carousel.work-areas .area i:before {
    font-size: 70px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }

  .cont {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {

  .titlebar .page-title img {
    max-width: 60vw;
  }

  .about .about-text .subtitle {
    width: 90%;
    margin-left: 5%;
  }

  .about .about-text p {
    width: 90%;
    margin-left: 5%;
  }

}

@media (min-width: 481px) and (max-width: 767px) {

  header {
    padding: 18px;
  }

  .cont {
    width: 90%;
    margin-left: 5%;
  }

  .titlebar .page-title,
  .titlebar .page-title span {
    font-size: 50px;
  }

  .titlebar .page-title img {
    max-width: 80vw;
  }

  .titlebar {
    padding: 74px 0;
    height: 180px;
    text-align: center;
  }

  .titlebar #particles-js {
    height: 180px;
  }

  .about .about-text .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .about .about-text p {
    font-size: 21px;
  }

  .owl-carousel.work-areas .area i:before {
    font-size: 55px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }

  body {
    padding-bottom: 176px;
  }

  footer {
    padding: 60px 0 11px;
  }

}

@media (max-width: 480px) {

  header {
    padding: 16px;
  }

  .titlebar .page-title,
  .titlebar .page-title span {
    font-size: 30px;
  }

  .titlebar .page-title img {
    max-width: 60vw;
  }

  .titlebar {
    padding: 74px 0;
    height: 130px;
    text-align: center;
  }

  .titlebar #particles-js {
    height: 130px;
  }

  .about .about-text .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .about .about-text p {
    font-size: 18px;
  }

  .owl-carousel.work-areas .area .title {
    font-size: 16px;
  }

  .owl-carousel.work-areas .area i:before {
    font-size: 55px;
  }

  .about .clients .client figure img {
    max-width: 70%;
  }

  footer .copyright {
    text-align: center;
  }

  body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 218px;
  }

  .classic-title {
    font-size: 20px;
  }

  .widget-twitter .twitter-account {
    margin-top: 19px;
    display: block;
  }

  .cont {
    width: 90%;
    margin-left: 5%;
  }

  .title.bottom_45.top_120 {
    margin-top: 3px;
    margin-bottom: 23px;
  }

  .title.bottom_30.top_120 {
    margin-top: 15px;
  }

  .wrapper {
    padding-bottom: 60px;
  }
}