html, body {
  font-size: 16px;
  max-width: 100vw;
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif; }

h2 {
  font-size: 30px;
  font-weight: 400; }

h3 {
  font-size: 28px;
  font-weight: 300; }

p {
  font-size: 17px;
  line-height: 28px; }
  p.empty {
    padding: 0;
    line-height: 0;
    margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important; }

textarea {
  resize: none; }

form {
  display: grid;
  width: 100%; }

select {
  padding-left: 25px;
  padding-right: 25px; }

picture img {
  height: auto; }

.section-title {
  margin-bottom: 70px; }

.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600; }

.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666; }

header {
  background: #fff;
  padding: 20px 0; }

header .navbar {
  margin-bottom: 0px;
  border: 0px; }

header .navbar-brand {
  font-size: 2.25rem;
  font-weight: 700; }

header .navbar-default {
  background: none;
  border: 0px; }

header .navbar-default .navbar-nav {
  padding-top: 10px; }

header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-size: 15px; }

font header .navbar-default .navbar-nav li a:hover {
  color: #000; }

#slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px  0;
  position: relative;
  text-align: center; }

#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.5));
  opacity: 0.8; }

#slider .block {
  color: #E3E3E4; }

#slider .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px; }

.block_center > div {
  display: block;
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px; }

#intro {
  padding: 75px 0; }
  #intro .block h2 {
    padding-top: 35px;
    line-height: 27px;
    margin: 0; }
  #intro .block p {
    color: #7B7B7B;
    padding-top: 20px; }
  #intro .block img {
    width: 100%;
    filter: drop-shadow(5px 20px 30px rgba(0, 0, 0, 0.5)) brightness(0.75); }
  #intro .section-title {
    margin-bottom: 0px; }
    #intro .section-title p {
      padding-top: 20px; }

.service {
  background: #f5f6f5;
  text-align: center;
  padding: 75px 25px; }
  .service-item {
    padding-bottom: 30px; }
  .service-item i {
    font-size: 60px;
    color: #4A4656; }
  .service-item h4 {
    padding-top: 20px;
    margin: 0;
    color: #666; }
  .service-item p {
    color: #888;
    padding-top: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.8; }

.action {
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: #fff; }

.action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8; }

.action h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0 auto;
  font-size: 30px; }

.action p {
  font-size: 14px;
  line-height: 1.6; }

.action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  background-color: #fff;
  font-size: 15px;
  color: #333333;
  margin-top: 30px; }

#testimonial {
  padding: 100px 0; }

#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px; }

#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B; }

#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px; }

#testimonial .counter-box li i {
  font-size: 35px; }

#testimonial .counter-box li h4 {
  font-size: 30px;
  font-weight: bold; }

#testimonial .counter-box li span {
  color: #555; }

#testimonial .testimonial-carousel {
  text-align: center;
  padding: 24px;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.1); }

#testimonial .testimonial-carousel img {
  padding-bottom: 38px; }

#testimonial .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px; }

#testimonial .user img {
  padding-bottom: 0px;
  border-radius: 500px;
  width: 80px; }

#testimonial .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241; }

#testimonial .user p span {
  display: block;
  color: #353241;
  font-weight: 600; }

#testimonial .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px; }

#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px; }

#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px; }

#clients-logo-section .clients-logo-img {
  padding: 0px 50px; }

#global-header, .action {
  background-repeat: no-repeat;
  background-size: cover; }

#global-header {
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed; }

#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8; }

#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  text-align: center; }

#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize; }

#slider-contact {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative; }

#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8; }

#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px; }

#slider-contact .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 6px;
  padding-bottom: 15px; }

#slider-contact .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px; }

#contact-form {
  padding-top: 48px;
  padding-bottom: 36px; }

form .form-group {
  padding-bottom: 15px;
  margin: 0px; }

form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  -webkit-appearance: none; }

form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px; }

form .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%; }

form button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; }

.address-block li {
  margin-bottom: 20px; }

.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px; }

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  color: #fff !important;
  transition: opacity 0.3s ease-in; }
  .social-icons {
    margin: 20px auto; }
  .social-icon:hover {
    opacity: 0.7; }

.social_facebook {
  background-color: #3b5998; }

.social_twitter {
  background-color: #1DA1F2; }

.social_instagram {
  background-color: #cd486b; }

.social_youtube {
  background-color: #c4302b; }

.social-icons li {
  display: inline-block;
  margin: 0 10px; }

.social-icons i {
  color: #fff !important;
  font-size: 18px; }

.google-map {
  position: relative; }

.google-map #map {
  width: 100%;
  height: 300px;
  background-color: #ff432e; }

#contact-box {
  padding-top: 35px;
  padding-bottom: 58px; }

#contact-box .block img {
  width: 100%; }

#contact-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px; }

#contact-box .block p {
  color: #5C5C5C;
  display: block; }

#features-contact {
  padding-top: 50px;
  padding-bottom: 75px; }

#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px; }

.heading {
  padding-bottom: 60px;
  text-align: center; }

.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400; }

.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300; }

footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px; }

footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191; }

footer a {
  color: #595959; }

footer .footer-manu {
  padding-bottom: 25px; }

footer .footer-manu ul {
  margin: 0px;
  padding: 0px; }

footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px; }

footer .footer-manu ul li a {
  display: inline-block;
  color: #494949; }

footer .footer-manu ul li a:hover {
  color: #000; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

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

.post-area {
  padding: 40px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom: 1px dotted #ddd; }

.post-area a:link, .post-area a:visited {
  font-size: 30px;
  color: #333; }

.post-area a:hover {
  color: #0D0017; }

.bg_ios {
  background-attachment: local !important; }

.h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px !important;
  letter-spacing: 10px;
  padding-bottom: 45px;
  color: inherit;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 667px;
  margin-left: auto;
  margin-right: auto; }

.p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px; }

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.button {
  color: #86bb4a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 36px;
  font-size: 150%;
  border-radius: 4rem;
  transition: 0.3s opacity;
  margin-top: 1.5rem; }
  .button_bg {
    background: #86bb4a !important;
    color: #fff !important; }
  .button_request {
    margin-top: 0;
    max-width: 300px; }
  .button:hover {
    color: #86bb4a;
    opacity: 0.8; }

.hero {
  min-height: 100vh;
  max-height: 720px;
  display: grid; }
  @media screen and (min-width: 768px) {
    .hero {
      grid-template-columns: 3fr 2fr; } }
  .hero_highlight {
    background-color: #86bb4a;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 0; }
  .hero_bg {
    min-height: 480px; }
    @media screen and (max-width: 767px) {
      .hero_bg {
        display: none; } }
.services {
  display: grid;
  grid-gap: 2.5rem; }
  @media screen and (min-width: 667px) {
    .services {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 992px) {
    .services {
      grid-template-columns: repeat(3, 1fr); } }
.service_card {
  min-height: 250px;
  margin: 1rem 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .service_card::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in; }

.service_button {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px; }

.service_title {
  text-align: center; }

.service_item:hover .service_card::before {
  opacity: 0.5; }

.service_item:hover .service_button {
  opacity: 1; }

.section_brief {
  line-height: 1.6;
  font-size: 150%; }

.search {
  flex: 1;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 7;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; }
  .search_field {
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
    border-radius: 3.5rem;
    width: 100%;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.17);
    font-size: 133%;
    padding: 1rem 2.5rem;
    color: initial; }
    .search_field:focus {
      border: 1px solid rgba(134, 187, 74, 0.5); }
  .search_label {
    background-image: url(/images/search.svg);
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 11.5rem;
    top: 0.5rem;
    opacity: 0.33;
    display: none; }
  .search_result {
    padding: 0.5rem 2.5rem;
    text-align: left;
    font-size: 120%;
    color: initial !important; }
    .search_result:not(:first-child) {
      border-top: 1px solid #fff; }
    .search_result:hover {
      background-color: var(--theme); }
    .search_results {
      background-color: var(--overlay);
      border-radius: 0.5rem;
      box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.17);
      position: absolute;
      top: calc(100% + 15px);
      width: 100%;
      display: grid;
      z-index: 999999;
      background-color: #f5f6f5;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .search_results::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1rem 1rem 1rem;
        border-color: transparent transparent #f5f6f5 transparent;
        position: absolute;
        top: -10px;
        left: 1rem; }
      .search_results:empty {
        display: none; }

.banner {
  color: #fff;
  border-radius: 2rem;
  padding: 15rem 1.5rem 0;
  max-width: 867px;
  margin-left: auto;
  margin-right: auto; }
  .banner .h1 {
    max-width: 100%;
    letter-spacing: 5px; }

.loop {
  color: #86bb4a;
  font-weight: 400; }

.icon_svg {
  width: 100px;
  fill: #fff; }

.masonry {
  column-count: 3;
  column-gap: 1em; }
  @media screen and (max-width: 667px) {
    .masonry {
      column-count: 2; } }
  .masonry .item {
    background-color: #eee;
    margin: 0 0 1em; }

.work-image img {
  width: 100%;
  height: auto; }

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .flex_wrap {
    display: grid;
    grid-gap: 48px; }
    @media screen and (min-width: 768px) {
      .flex_wrap {
        grid-template-columns: repeat(2, 1fr); } }
.video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 1.5rem 0;
  border-radius: 1rem;
  background-color: #f5f6f5;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.17); }
  .video_wrap {
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    padding: 0 30px; }
  .video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    outline: none;
    border: none; }

.mt-4 {
  margin-top: 50px; }

.mb-4 {
  margin-bottom: 50px; }

.logo {
  max-width: 200px;
  margin-top: -15px; }

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