@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/pt-sans/PTSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald/Oswald-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'PT Sans', sans-serif;
  scroll-padding-top: 70px;
}

.btn-default {
  border-radius: 0;
  border: 2px solid #F05921;
  background: transparent;
  color: #F05921;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: border-color 0.3s, color 0.3s;
}

.btn-default > span {
  position: relative;
  transition: left 0.3s, opacity 0.3s;
}

.btn-default > span:first-child {
  left: -12px;
  width: 12px;
  opacity: 0;
}

.btn-default > span:last-child {
  left: -7px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default.active {
  border-color: #F05921 !important;
  background: transparent !important;
  color: #F05921 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-default:hover > span:first-child,
.btn-default:focus > span:first-child,
.btn-default:active > span:first-child,
.btn-default:active:focus > span:first-child {
  left: 0;
  opacity: 1;
}

.btn-default:hover > span:last-child,
.btn-default:focus > span:last-child,
.btn-default:active > span:last-child,
.btn-default:active:focus > span:last-child {
  left: 0;
}

.btn-primary {
  border-radius: 0;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.btn-primary > span {
  position: relative;
  -webkit-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}

.btn-primary > span:first-child {
  left: -12px;
  width: 12px;
  opacity: 0;
}

.btn-primary > span:last-child {
  left: -7px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active {
  border-color: #F05921 !important;
  background: transparent !important;
  color: #F05921 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary:hover > span:first-child,
.btn-primary:focus > span:first-child,
.btn-primary:active > span:first-child,
.btn-primary:active:focus > span:first-child {
  left: 0;
  opacity: 1;
}

.btn-primary:hover > span:last-child,
.btn-primary:focus > span:last-child,
.btn-primary:active > span:last-child,
.btn-primary:active:focus > span:last-child {
  left: 0;
}

.btn-xl {
  padding: 15px 24px;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.navbar {
  border-width: 0;
  z-index: 9999 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .navbar__initial {
    padding-top: 0;
    background: transparent !important;
  }
}

.navbar-brand,
.navbar-nav .nav-link {
  margin-top: 35px;
  color: white !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #F05921 !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-nav .nav-link {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .navbar-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: 3px solid #F05921;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link:focus::after {
    left: 0;
    right: 0;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }
}

.navbar-toggler {
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0 !important;
  box-shadow: none !important;
}

.navbar-default .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-default .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F05921' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

html {
  height: 100% !important;
}

body.classic {
  position: relative;
  height: 100%;
  color: #555555;
  text-shadow: none;
}

body.classic::after {
  content: "";
}

body.classic .heading {
  margin-top: 0;
}

body.classic .site-wrapper {
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;
}

body.classic #about {
  padding-bottom: 50px;
}

body.classic #about + .site-wrapper,
body.classic #pricing,
body.classic #team,
body.classic #features {
  padding-bottom: 30px;
}

body.classic #portfolio {
  padding-bottom: 60px;
}

body.classic .welcome_classic {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-image: url(../img/bg-pattern_alt.webp), url(../img/screen-bg_11.webp);
  background-position: top left, center center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

body.classic .welcome-classic__inner {
  display: table-cell;
  vertical-align: middle;
}

body.classic #portfolio {
  background: url(../img/screen-bg_12.webp) center center / cover no-repeat fixed #f9f9f9;
}

body.classic .portfolio__items > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

body.classic .portfolio__item {
  margin-bottom: 10px;
  padding: 7px;
  background-color: white;
  border: 1px solid #eee;
}

body.classic .portfolio-item__mask {
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  width: auto;
  height: auto;
}

body.classic #team {
  background-image: url(../img/bg-pattern.webp), url(../img/screen-bg_5.webp);
  background-position: top left, center center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
  color: white;
}

body.classic #contact {
  background-image: -webkit-linear-gradient(#f9f9f9, white 25%, white);
  background-image: linear-gradient(#f9f9f9, white 25%, white);
  background-repeat: no-repeat;
}

body.classic .contact__form {
  margin-bottom: 0;
}

body.classic .contact__form .form-control {
  border: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.classic .contact__form .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

body.classic .contact__form .form-control:-ms-input-placeholder {
  color: #777777;
}

body.classic .contact__form .form-control::-webkit-input-placeholder {
  color: #777777;
}

body.classic .contact__form .form-control:focus {
  color: #555555;
}

body.classic .contact__form .form-control:focus::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

body.classic .contact__form .form-control:focus:-ms-input-placeholder {
  color: #777777;
}

body.classic .contact__form .form-control:focus::-webkit-input-placeholder {
  color: #777777;
}

body.classic .contact-form__alert {
  text-align: center;
}

body.classic .recaptcha__merge {
  position: relative;
}

body.classic .recaptcha-merge__action {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  margin-top: -25px;
}

body.classic .recaptcha-merge__action > a {
  display: block;
  text-align: right;
  text-shadow: 0 0 1px white;
  color: #333333;
}

body.classic #recaptcha_image {
  margin-bottom: 15px;
}

body.classic #recaptcha_image > img {
  border-radius: 3px;
}

body.classic #recaptcha_image br:first-of-type {
  display: none;
}

body.classic #recaptcha_image,
body.classic #recaptcha_image > img {
  width: 100% !important;
  height: auto !important;
}

body.classic #recaptcha_audio_play_again {
  cursor: pointer;
}

body.classic .contact__map {
  width: 100%;
  height: 500px;
  margin: -70px 0;
}

body.classic footer {
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 40px;
  text-align: center;
}

body.classic footer a,
body.classic footer a:hover,
body.classic footer a:focus {
  color: white;
  outline: none !important;
  box-shadow: none !important;
}

body.classic footer .social__item {
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.classic footer .social__item:hover,
body.classic footer .social__item:focus {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  body.classic .site-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
  }

  body.classic #about {
    padding-bottom: 80px;
  }

  body.classic #about + .site-wrapper,
  body.classic #pricing,
  body.classic #team,
  body.classic #features {
    padding-bottom: 60px;
  }

  #portfolio {
    padding-bottom: 90px;
  }

  body.classic .navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
  }

  body.classic footer {
    text-align: left;
  }

  body.classic .social__items {
    text-align: right;
  }

  body.classic .contact__map {
    height: 500px;
    margin: -100px 0;
  }
}

.preloader,
.preloader__img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 999998;
}

.preloader::before,
.preloader::after {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 50%;
  left: -50%;
  background: #222;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.preloader::before {
  top: 0;
  transform-origin: right top;
}

.preloader::after {
  bottom: 0;
  transform-origin: left top;
}

.preloader.active::before,
.preloader.active::after {
  height: 0;
  transform: rotate(25deg);
}

.preloader__img {
  position: absolute;
  margin: auto;
  z-index: 999999;
}

.bg-pattern {
  position: fixed;
  background-image: url(../img/bg-pattern.webp);
  background-repeat: repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.backstretch-carousel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.fp-controlArrow {
  top: auto;
  bottom: 20px;
  width: 31px;
  height: 31px;
  margin-top: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fp-controlArrow:hover,
.fp-controlArrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none !important;
  box-shadow: none !important;
}

.fp-controlArrow.fp-prev {
  width: 31px;
  border: 0;
  background: url(../img/arrows.webp) bottom center no-repeat;
}

.fp-controlArrow.fp-next {
  width: 31px;
  border: 0;
  background: url(../img/arrows.webp) top center no-repeat;
}

@media (min-width: 768px) {
  .fp-controlArrow {
    top: 50%;
    bottom: auto;
    margin-top: -15px;
  }
}

.fp-slidesNav ul li {
  width: 11px;
  height: 11px;
  margin: 3px;
}

.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 11px;
  width: 11px;
  margin: 0;
  border-radius: 50%;
  background: white;
}

.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 11px;
  width: 11px;
  border: 1px solid white;
  background: transparent;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.fp-slidesNav ul li:hover a span {
  width: 11px;
  height: 11px;
  margin: 0;
  background: white;
}

body {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

a {
  color: #F05921;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #d84f1d;
  text-decoration: underline;
  outline: none !important;
  box-shadow: none !important;
}

.text-primary {
  color: #F05921 !important;
}

.heading__pre {
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.heading__pre::before,
.heading__pre::after {
  content: "-";
  margin: 0 5px;
}

.heading__pre + .heading {
  margin-top: 0 !important;
}

h2.heading {
  margin: 80px auto 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28.8px;
  font-family: 'Oswald', sans-serif;
}

.heading {
  margin: 80px auto 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28.8px;
  font-family: 'Oswald', sans-serif;
}

h2.heading_lg {
  font-size: 36px;
}

.heading_lg {
  font-size: 36px;
}

.heading__sub {
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

.heading + .heading__sub {
  margin: -40px auto 60px;
}

@media (min-width: 768px) {
  h2.heading {
    margin-top: 0;
    font-size: 36px;
  }

  .heading {
    margin-top: 0;
    font-size: 36px;
  }

  h2.heading_lg {
    font-size: 54px;
  }

  .heading_lg {
    font-size: 54px;
  }
}

.about__item {
  margin-bottom: 40px;
  text-align: center;
}

.about-item__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-item-title__icon {
  margin-right: 10px;
  color: #F05921;
}

.about-item__content {
  margin-bottom: 0;
}

.portfolio__item {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.portfolio__item img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio__item .btn-default {
  background-color: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.portfolio__item .btn-default:hover {
  background-color: #F05921;
  border-color: #F05921;
  color: white;
}

.portfolio__item > a,
.portfolio__item > a:hover,
.portfolio__item > a:focus {
  color: white;
  outline: none !important;
  box-shadow: none !important;
}

.portfolio__item:hover .portfolio-item__mask {
  opacity: 1;
}

.portfolio__item:hover .portfolio-item-mask__wrapper {
  display: table !important;
}

.portfolio-item__mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}

.portfolio-item-mask__wrapper {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.portfolio-item-mask-wrapper__inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9em;
}

.portfolio-item-mask__icon {
  font-size: 1.5em;
}

.lb-cancel {
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  position: relative;
  width: 10%;
  background: none;
  color: white;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:focus,
.lb-nav a.lb-next:focus {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

.lb-nav a.lb-prev::before,
.lb-nav a.lb-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  font-family: "Icons";
  font-size: 24px;
}

.lb-nav a.lb-prev::before {
  content: "\e035";
}

.lb-nav a.lb-next::before {
  content: "\e036";
}

.lb-data .lb-close {
  position: relative;
  background: none;
  color: white;
  opacity: 1;
  transition: none;
}

.lb-data .lb-close:hover,
.lb-data .lb-close:focus {
  text-decoration: none;
}

.lb-data .lb-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  content: "\e0db";
  font-family: "Icons";
}

.pricing__item {
  margin-bottom: 40px;
  text-align: center;
}

.pricing-item__title {
  margin: 0 auto 10px;
  font-family: 'Oswald', sans-serif;
}

.pricing-item__price {
  margin-bottom: 10px;
  color: #F05921;
}

.pricing-item-price__digits {
  font-size: 48px;
}

.pricing-item-body__content {
  margin-bottom: 20px;
}

.team__member {
  margin: 0 auto 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .team__member {
    width: 90%;
    margin-top: 40px;
  }

  .team__member_chief {
    width: 100%;
    margin-top: 40px;
  }
}

.team-member__avatar {
  max-width: 50%;
  margin: 0 auto 15px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 1%;
  overflow: hidden;
}

.team-member__name {
  margin-bottom: 40px;
  color: #F05921;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.team-member__info {
  margin-bottom: 20px;
}

.team-member__contact {
  text-align: center;
}

.team-member-contact__item {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  border-radius: 50%;
  line-height: 30px;
  color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member-contact__item:hover {
  color: white;
}

.team-member-contact__item.facebook {
  background: #3b5998;
}

.team-member-contact__item.facebook:hover {
  background: #2d4373;
}

.team-member-contact__item.twitter {
  background: #55acee;
}

.team-member-contact__item.twitter:hover {
  background: #2795e9;
}

.team-member-contact__item.google-plus {
  background: #dd4b39;
}

.team-member-contact__item.google-plus:hover {
  background: #c23321;
}

.features__item {
  margin-bottom: 40px;
}

.features-item__title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.contact-info__title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.contact-info__social {
  margin-bottom: 40px;
}

.contact-info-social__item {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 2px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info-social__item:hover {
  color: white;
}

.contact-info-social__item.facebook {
  background: #3b5998;
}

.contact-info-social__item.facebook:hover {
  background: #2d4373;
}

.contact-info-social__item.twitter {
  background: #55acee;
}

.contact-info-social__item.twitter:hover {
  background: #2795e9;
}

.contact-info-social__item.google-plus {
  background: #dd4b39;
}

.contact-info-social__item.google-plus:hover {
  background: #c23321;
}

.contact__form {
  margin-bottom: 40px;
}

.contact__form .form-control {
  background: transparent;
  border-radius: 0;
  border-width: 2px;
  border-color: white;
  color: white;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.contact__form .form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}

.contact__form .form-control:-ms-input-placeholder {
  color: white;
}

.contact__form .form-control::-webkit-input-placeholder {
  color: white;
}

.contact__form .form-control:focus {
  background: white;
  border-color: white;
  color: #333333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.contact__form .form-control:focus::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.contact__form .form-control:focus:-ms-input-placeholder {
  color: #333333;
}

.contact__form .form-control:focus::-webkit-input-placeholder {
  color: #333333;
}

.contact__form .has-error .form-control {
  border-color: #FF847C;
}

.contact__form .has-error .form-control:focus {
  border-color: white;
  outline: none !important;
  box-shadow: none !important;
}

.contact__form .help-block {
  color: #FF847C !important;
  display: none;
}

.contact__form .has-error .help-block,
.contact__form .has-error.help-block {
  display: block;
}

.contact-form__alert {
  display: none;
}

.contact-form__alert.alert-success {
  display: block;
  border-radius: 0;
  border: 0;
  font-weight: 500;
  background: rgba(153, 184, 152, 0.8);
  color: white;
  outline: none !important;
  box-shadow: none !important;
}

#recaptcha_image {
  margin-bottom: 15px;
}

#recaptcha_image > img {
  border: 1px solid #FFF;
}

#recaptcha_image,
#recaptcha_image > img {
  width: 100% !important;
  height: auto !important;
}

#recaptcha_audio_play_again {
  cursor: pointer;
}
