html {
  font-size: 16px; }

body {
  font-family: Rubik, Tahoma, Verdana, Arial, sans-serif;
  text-align: initial; }

a {
  text-decoration: none;
  color: #e86826; }
  a:hover {
    color: #e86826;
    text-decoration: underline;
    font-weight: bold; }

.md-padding, .services, .about, .why, .contact, .clients, .reviews {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.gray-block, .about, .clients {
  background-color: #f3f3f3; }

.overlay, .header, .reviews {
  position: relative; }
  .overlay:before, .header:before, .reviews:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .75;
    background-color: #000;
    z-index: 0; }

.header {
  width: 100%;
  height: 100vh;
  padding-top: 9rem;
  background: url(/dist/img/header-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header .description {
    position: relative;
    z-index: 1; }
  .header .description-title {
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: 0.08125rem;
    color: #fefefe;
    margin-bottom: 44px; }
  .header .description-text {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.0375rem;
    color: #fefefe; }

.language {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 17px;
  left: 30px;
  z-index: 1040;
  direction: ltr; }
  .language img {
    width: 2rem;
    margin: 0 0.3125rem; }

.main-menu {
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }
  .main-menu.en .navbar li {
    padding: 0 10px; }
  .main-menu.en .navbar a {
    font-size: 0.875rem; }
  .main-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 9rem;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s; }
    .main-menu .container .navbar-toggler {
      display: none;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
  .main-menu.open .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh !important;
    background: rgba(255, 255, 255, 0.95); }
    .main-menu.open .container .navbar-toggler {
      color: rgba(0, 0, 0, 0.9);
      border-color: rgba(0, 0, 0, 0.6); }
    .main-menu.open .container .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .main-menu.open .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main-menu.open .navbar li {
      padding-bottom: 0.9375rem; }
    .main-menu.open .navbar a {
      color: #1c1d21; }
  .main-menu.open .logo-block {
    display: none; }
  .main-menu.minimized {
    background-color: #fcfcfc;
    border-bottom: solid 1px #f2f2f2; }
    .main-menu.minimized .container {
      height: 3.5rem; }
      .main-menu.minimized .container .navbar-toggler {
        color: rgba(0, 0, 0, 0.9);
        border-color: rgba(0, 0, 0, 0.6); }
      .main-menu.minimized .container .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
    .main-menu.minimized .navbar a {
      color: #010101;
      font-weight: normal; }
      .main-menu.minimized .navbar a.active, .main-menu.minimized .navbar a:hover {
        color: #ff6819; }
    .main-menu.minimized .logo-block .logo-big {
      opacity: 0; }
    .main-menu.minimized .logo-block .logo-small {
      opacity: 1; }
    .main-menu.minimized.open .navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .main-menu .logo-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    right: 0;
    margin: auto; }
    .main-menu .logo-block .logo-big,
    .main-menu .logo-block .logo-small {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      transition: opacity 0.1s; }
    .main-menu .logo-block .logo-big {
      opacity: 1; }
    .main-menu .logo-block .logo-small {
      opacity: 0; }
  .main-menu .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 0; }
    .main-menu .navbar li {
      padding: 0 25px; }
    .main-menu .navbar a {
      padding: 10px 0;
      text-decoration: none;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05rem;
      color: #fefefe; }
      .main-menu .navbar a:after {
        content: "";
        display: block;
        background-color: #e86826;
        height: 2px;
        width: 0;
        -webkit-transition: 0.2s width;
        -o-transition: 0.2s width;
        transition: 0.2s width; }
      .main-menu .navbar a.active:after, .main-menu .navbar a:hover:after {
        width: 100%; }

.services.rtl .item-title img {
  margin-left: 1.875rem;
  margin-right: 0; }

.services .item {
  min-height: 441px;
  height: 100%;
  margin-bottom: 1.875rem; }

.services .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .services .item-title img {
    margin-right: 1.875rem; }

.about .title {
  margin-top: 0;
  padding-top: 0;
  text-align: inherit; }
  .about .title:after {
    margin: 1.6875rem 0 0 0; }

.about .text {
  font-size: 1.125rem;
  line-height: 1.39;
  letter-spacing: 0.9px;
  color: #868f9b; }

.why .row > div {
  margin-bottom: 1.875rem; }

.why .item {
  position: relative;
  min-height: 210px;
  height: 100%;
  padding-right: 4.3125rem; }
  .why .item img {
    position: absolute;
    top: 1.75rem;
    right: 1.25rem; }

.contact .contact-item {
  margin: 0.9375rem 0;
  text-align: center; }
  .contact .contact-item img {
    margin-bottom: 1.3125rem; }
  .contact .contact-item h3 {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1.2px;
    color: black;
    margin-top: 0;
    margin-bottom: 1.5625rem; }
  .contact .contact-item p {
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: 0.9px;
    color: #868f9b; }

.contact .contact-form {
  text-align: center;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact .contact-form .input {
    margin-bottom: 20px; }
    .contact .contact-form .input:nth-child(1), .contact .contact-form .input:nth-child(2) {
      width: calc(50% - 10px); }
  .contact .contact-form input,
  .contact .contact-form textarea {
    height: 2.5rem;
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    color: #354052;
    padding: 0 10px; }
    .contact .contact-form input:focus,
    .contact .contact-form textarea:focus {
      border-color: #e86826;
      outline-color: #e86826;
      opacity: 1; }
    .contact .contact-form input.error,
    .contact .contact-form textarea.error {
      border: 1px solid red;
      outline-color: red; }
  .contact .contact-form textarea {
    padding: 0.625rem 0.625rem;
    min-height: 5rem;
    resize: vertical; }

.clients .client-logo {
  max-height: 88px;
  -o-object-fit: contain;
     object-fit: contain; }

.clients .owl-theme {
  padding: 0 5rem; }
  .clients .owl-theme .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .clients .owl-theme .owl-dots {
    margin-top: 4rem; }
  .clients .owl-theme .owl-nav [class*='owl-'] {
    top: 25%;
    width: 40px;
    height: 40px;
    line-height: 42px; }
    .clients .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
      background: #e86826; }

.reviews {
  background: url(/dist/img/reviews-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .reviews .review-item {
    width: 15rem; }
    .reviews .review-item img {
      width: 4.6875rem;
      height: 4.6875rem;
      border-radius: 100%;
      margin-left: 1.4375rem; }
  .reviews .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5625rem; }
  .reviews .review-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews .review-title--name {
      font-size: 1.125rem;
      color: white; }
    .reviews .review-title--action {
      font-size: 1rem;
      color: #e86826; }
  .reviews .review-text {
    color: white;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.8px; }
  .reviews .review-more-link {
    display: block; }
  .reviews .review-full-text {
    display: none; }
  .reviews .owl-theme {
    padding: 0 5rem; }
    .reviews .owl-theme .owl-dots {
      margin-top: 3.375rem; }
    .reviews .owl-theme .owl-nav [class*='owl-'] {
      top: 25%;
      width: 40px;
      height: 40px;
      line-height: 42px;
      background: white;
      color: black; }
      .reviews .owl-theme .owl-nav [class*='owl-']:hover {
        opacity: 1;
        background: white; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 4.125rem;
  min-height: 16.4375rem;
  background-color: #1f1f1f; }
  .footer .copyright {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.05rem;
    color: #868f9b; }

.item {
  border-radius: 2px;
  padding: 1.3125rem;
  border: solid 1px #dcdcdc;
  cursor: pointer;
  position: relative; }
  .item:hover:after {
    width: 100%; }
  .item:hover .item-title {
    color: #fafafa; }
  .item:after {
    content: "";
    display: block;
    background-color: #1c1d21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.2s width;
    -o-transition: 0.2s width;
    transition: 0.2s width; }
  .item .item-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: black;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    -webkit-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .item .item-text {
    font-size: 1.125rem;
    line-height: 1.39;
    letter-spacing: 0.03125rem;
    color: #868f9b; }

.title {
  text-align: center;
  text-transform: capitalize;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 0.67;
  letter-spacing: 0.1125rem;
  margin-bottom: 3.125rem;
  margin-top: 0;
  padding-top: 0; }
  .title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #e86826;
    margin: 1.6875rem auto 0; }

.main-btn {
  cursor: pointer;
  background: #e86826;
  color: white;
  display: inline-block;
  padding: 10px 35px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  font-size: 1.125rem;
  font-weight: bold; }
  .main-btn:hover {
    opacity: 0.8; }

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #e86826;
  border-radius: 3px;
  color: white;
  z-index: 1;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
  text-decoration: none;
  font-size: 50px;
  line-height: 80px; }
  #back-to-top:after {
    content: "^"; }
  #back-to-top:hover {
    opacity: 0.7; }

@media only screen and (max-width: 1000px) {
  .main-menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-menu .logo-block {
    display: none; }
  .header {
    padding-top: 5rem; }
    .header .description-title {
      font-size: 2.5rem;
      margin-bottom: 30px; }
    .header .description-text {
      font-size: 1.25rem; } }

@media only screen and (max-width: 800px) {
  .main-menu .container {
    height: 3.5rem;
    width: inherit;
    max-width: inherit; }
    .main-menu .container .navbar-toggler {
      display: block;
      color: rgba(255, 255, 255, 0.9);
      border-color: rgba(255, 255, 255, 0.6); }
    .main-menu .container .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .main-menu .navbar {
    display: none; }
    .main-menu .navbar a {
      font-weight: normal; }
  .main-menu .logo-block {
    display: none; }
  .main-menu.minimized.open {
    background: transparent; }
  .main-menu.minimized .navbar {
    display: none; }
  .main-menu.minimized .logo-block {
    display: none; } }

@media only screen and (max-width: 600px) {
  .reviews .review-item {
    width: auto; }
  .reviews .owl-theme {
    padding: 0; } }

.owl-theme:hover .owl-nav {
  opacity: 1; }

.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }

.owl-theme .owl-dot.active span {
  background-color: #e86826 !important; }

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e86826;
  color: white;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  margin: 0;
  font-family: Arial, sans-serif;
  opacity: 0.5;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
    background: #e86826; }

.owl-theme .owl-prev {
  left: 0; }

.owl-theme .owl-next {
  right: 0; }

label.error {
  display: none !important; }

.success-overlay {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5); }
  .success-overlay-inner {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 500px;
    max-height: 200px;
    background: rgba(232, 104, 38, 0.9);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
    padding: 3.125rem;
    border-radius: 10px;
    font-size: 1.6875rem; }

.text-direction-ltr {
  direction: ltr; }
  .text-direction-ltr .modal-dialog .modal-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .text-direction-ltr .modal-dialog .modal-close {
    left: auto;
    right: 25px; }

.text-direction-rtl {
  direction: rtl; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 99999; }
  .preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

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

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
    .preloader-inner span {
      display: inline-block;
      background-color: #e86826;
      width: 25px;
      height: 25px;
      -webkit-animation: preload 1s ease-in-out infinite;
              animation: preload 1s ease-in-out infinite;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      border-radius: 50%; }
      .preloader-inner span:nth-child(1) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .preloader-inner span:nth-child(2) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
      .preloader-inner span:nth-child(3) {
        -webkit-animation-delay: 0.15s;
                animation-delay: 0.15s; }
      .preloader-inner span:nth-child(4) {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }

.modal-dialog.custom {
  max-width: 700px; }
  .modal-dialog.custom .modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #1f1f1f;
    color: white;
    padding-bottom: 1.5625rem; }
  .modal-dialog.custom .modal-close {
    position: absolute;
    bottom: 0;
    left: 25px; }
  .modal-dialog.custom .modal-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    border: none; }
    .modal-dialog.custom .modal-header .review-title {
      width: 100%; }
      .modal-dialog.custom .modal-header .review-title--name {
        font-size: 1.125rem;
        color: white;
        display: block; }
      .modal-dialog.custom .modal-header .review-title--action {
        font-size: 1rem;
        color: #e86826;
        display: block; }
    .modal-dialog.custom .modal-header img {
      width: 10rem;
      height: 10rem;
      border-radius: 100%;
      margin-bottom: 1rem; }

@media only screen and (max-width: 500px) {
  .modal-dialog .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
