@font-face {
  font-family: 'ProximaNova';
  src: local("ProximaNova-Light"), local("ProximaNovaLight"), url("../fonts/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: local("ProximaNova-Regular"), local("ProximaNovaRegular"), url("../fonts/ProximaNova-Reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: local("ProximaNova-Bold"), local("ProximaNovaBold"), url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: local("ProximaNova-Black"), local("ProximaNovaBlack"), url("../fonts/ProximaNova-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: 'ProximaNova';
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  line-height: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #464646;
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.btn {
  -webkit-transition: border-color 0s ease-in-out;
  -o-transition: border-color 0s ease-in-out;
  transition: border-color 0s ease-in-out; }

img {
  display: block; }

.text-bold {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

.text-black {
  font-weight: 900; }

.color-white {
  color: #fff; }

.color-green {
  color: #0fb51b !important; }

.color-orange {
  color: #f59145 !important; }

.bg-orange {
  background: #f59145 !important;
  border: 1px solid #f59145;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.bg-wtite {
  background: #fff; }

.bg-image-1,
.bg-image-2,
.bg-image-3,
.bg-image-4,
.mask,
.hover {
  position: absolute; }

.mask,
.hover {
  width: 100%;
  height: 100%;
  top: 0; }

.image-box {
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .image-box img {
    width: 100%; }

.text-block p {
  color: #464646;
  line-height: 35px; }

.section-title {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 3px;
  position: relative; }
  .section-title:before {
    position: absolute;
    content: url("../img/star.png");
    top: -40px;
    left: 47%; }
  .section-title > span {
    font-weight: 300; }

.section-descr {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: rgba(70, 70, 70, 0.6); }
  .section-descr > span {
    font-weight: 600; }

.custom-btn {
  font-size: 18px;
  font-weight: 600;
  width: 285px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.orange-btn {
  background: #f59145 url("../img/line-orange.png") center/cover no-repeat; }

.gray-btn {
  background: transparent url("../img/line-dark.png") center/cover no-repeat; }

.orange-btn:hover,
.gray-btn:hover,
.bg-orange:hover {
  border: 1px solid #f59145 !important;
  color: #fff;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.55) !important;
          box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.55) !important; }

.gray-btn:hover {
  border-color: rgba(67, 67, 66, 0.55) !important;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(67, 67, 66, 0.55) !important;
          box-shadow: 0px 9px 16px 0px rgba(67, 67, 66, 0.55) !important; }

/* owl */
.owl-stage-outer {
  z-index: 10; }

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%; }
  .owl-nav button {
    width: 55px;
    height: 55px;
    position: absolute;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff !important;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(238, 115, 37, 0.35);
            box-shadow: 0px 4px 16px 0px rgba(238, 115, 37, 0.35); }
    .owl-nav button > span {
      font-weight: 900;
      color: #f59145;
      font-size: 32px;
      line-height: 55px; }
    .owl-nav button.owl-prev {
      left: -100px; }
    .owl-nav button.owl-next {
      right: -100px; }

/* END owl */
/* header */
/* rd-navbar */
.rd-navbar {
  z-index: 10; }

.rd-navbar.rd-navbar--is-stuck {
  background: #fff;
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13); }

.rd-navbar-outer,
.rd-navbar-static {
  background-color: transparent; }

.rd-navbar-static .rd-navbar-nav {
  text-align: right; }

.rd-navbar-static .rd-navbar-panel {
  padding: 0; }

.rd-navbar-static .rd-navbar-inner {
  padding-left: 0;
  padding-right: 0; }

.rd-navbar-static .rd-navbar-nav > li > a {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  text-transform: none; }
  .rd-navbar-static .rd-navbar-nav > li > a:before {
    content: '';
    top: 25%;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(245, 145, 67, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(245, 145, 67, 0.65)));
    background: -o-linear-gradient(top, transparent 0%, rgba(245, 145, 67, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(245, 145, 67, 0.65) 100%);
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .rd-navbar-static .rd-navbar-nav > li > a:hover:focus, .rd-navbar-static .rd-navbar-nav > li > a:hover:before {
    opacity: 1; }

.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav > li > a:before {
  content: none; }

.rd-navbar-static .rd-navbar-nav > li > a {
  color: #fff; }

.rd-navbar-static .rd-navbar-dropdown {
  width: 230px; }

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  background: -webkit-linear-gradient(top, transparent 0%, #f59143 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f59143));
  background: -o-linear-gradient(top, transparent 0%, #f59143 100%);
  background: linear-gradient(to bottom, transparent 0%, #f59143 100%);
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }
  .rd-navbar-static .rd-navbar-dropdown li > a,
  .rd-navbar-static .rd-navbar-megamenu li > a {
    color: #fff; }
    .rd-navbar-static .rd-navbar-dropdown li > a:hover, .rd-navbar-static .rd-navbar-dropdown li > a:focus,
    .rd-navbar-static .rd-navbar-megamenu li > a:hover,
    .rd-navbar-static .rd-navbar-megamenu li > a:focus {
      background: -webkit-linear-gradient(top, transparent 0%, #f59143 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f59143));
      background: -o-linear-gradient(top, transparent 0%, #f59143 100%);
      background: linear-gradient(to bottom, transparent 0%, #f59143 100%); }
  .rd-navbar-static .rd-navbar-dropdown li.focus > a,
  .rd-navbar-static .rd-navbar-megamenu li.focus > a {
    background: -webkit-linear-gradient(top, transparent 0%, #f59143 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f59143));
    background: -o-linear-gradient(top, transparent 0%, #f59143 100%);
    background: linear-gradient(to bottom, transparent 0%, #f59143 100%); }

.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-megamenu {
  background: #f59145; }

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown > ul {
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13); }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown > ul > li > a:after {
    color: #f59145; }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown > ul > li > a:hover:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown > a:hover:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav > li > a {
  color: #464646; }
  .rd-navbar--is-stuck.rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #f59145; }

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  background: #f59145; }

.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown > a:after,
.rd-navbar-static .rd-navbar-nav .rd-navbar--has-megamenu > a:after,
.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #f59145;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown > ul {
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.13);
  z-index: 150; }
  .rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown > ul > li > a:after {
    color: #464646; }

.rd-navbar-static .rd-navbar-brand .logo-dark {
  display: none; }

.rd-navbar--is-stuck .rd-navbar-brand .logo-dark {
  display: initial; }

.rd-navbar--is-stuck .rd-navbar-brand .logo-white {
  display: none; }

.header-btn {
  padding: 12px 20px;
  width: 190px;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #f59145 !important;
  display: none; }

.rd-navbar--is-stuck .header-btn {
  display: block; }

/* END rd-navbar */
.main-header {
  position: relative;
  padding-top: 30px;
  background: #f1f1f1 url("../img/header_bg.png") center/cover no-repeat;
  z-index: 100; }
  .main-header .bg-image-1,
  .main-header .bg-image-2 {
    z-index: -1; }
  .main-header .bg-image-1 {
    top: 150px; }
  .main-header .bg-image-2 {
    right: 0; }
  .main-header .header-content {
    padding-top: 150px;
    padding-bottom: 200px; }
    .main-header .header-content .section-descr {
      color: rgba(255, 255, 255, 0.6); }
    .main-header .header-content .contact-btn {
      margin-bottom: 70px; }

.site-slogan,
.page-title {
  font-size: 50px; }

.site-slogan {
  font-weight: 300;
  color: #fff; }
  .site-slogan > span {
    font-weight: 600; }

/* END header */
/* solutions */
.solutions {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: #fff url("../img/solution_bg_1.png") center/cover no-repeat; }
  .solutions .bg-image-1 {
    left: 0; }
  .solutions .bg-image-2 {
    right: 0;
    bottom: 75px; }

.solution-box .image-box {
  position: relative;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0; }
  .solution-box .image-box:after {
    position: absolute;
    content: url("../img/element.png");
    left: 0;
    bottom: -5px; }
  .solution-box .image-box img {
    width: 100%; }
  .solution-box .image-box .hover {
    padding: 3em;
    background: rgba(245, 145, 69, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .solution-box .image-box .hover p {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      opacity: 0;
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.40s;
      transition: opacity 0.35s, -webkit-transform 0.40s;
      -o-transition: opacity 0.35s, transform 0.40s;
      transition: opacity 0.35s, transform 0.40s;
      transition: opacity 0.35s, transform 0.40s, -webkit-transform 0.40s; }
    .solution-box .image-box .hover:before {
      position: absolute;
      content: '';
      opacity: 0;
      top: 50px;
      right: 30px;
      bottom: 50px;
      left: 30px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.40s;
      transition: opacity 0.35s, -webkit-transform 0.40s;
      -o-transition: opacity 0.35s, transform 0.40s;
      transition: opacity 0.35s, transform 0.40s;
      transition: opacity 0.35s, transform 0.40s, -webkit-transform 0.40s; }

.solution-box:hover .hover,
.solution-box:hover .hover p,
.solution-box:hover .hover:before {
  opacity: 1; }

.solution-box:hover .hover p {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.solution-box:hover .hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.solution-box:hover .solution-title a {
  color: #f59145; }

.solution-box .solution-title {
  font-weight: 600;
  font-size: 25px; }
  .solution-box .solution-title a {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
  .solution-box .solution-title:hover a {
    color: #f59145; }

/* video */
.video {
  padding-top: 120px;
  background: #fff url("../img/video_bg.png") center/contain no-repeat; }

.video-box {
  position: relative;
  overflow: hidden;
  -webkit-border-top-right-radius: 14px;
          border-top-right-radius: 14px;
  -webkit-border-top-left-radius: 14px;
          border-top-left-radius: 14px; }
  .video-box .video-box-image-relative,
  .video-box .video-box-image-absolute {
    width: 100%; }
  .video-box .video-box-image-absolute,
  .video-box .video-control {
    position: absolute; }
  .video-box .video-box-image-relative {
    position: relative;
    z-index: 10; }
  .video-box .video-box-image-absolute {
    top: 5px;
    z-index: 5; }
    .video-box .video-box-image-absolute.animation {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: video-bg 30s linear infinite alternate;
              animation: video-bg 30s linear infinite alternate; }
  .video-box .video-control {
    top: 33%;
    left: 44%;
    z-index: 30;
    color: #f59145;
    font-size: 5rem; }
    .video-box .video-control i {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .video-box .video-control:hover {
      color: #fa0000; }

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

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

/* END video */
/* parthners */
.parthners {
  margin-top: -75px;
  padding-top: 140px;
  padding-bottom: 150px;
  background: #fff url("../img/parthners_bg.png") center/cover no-repeat; }
  .parthners .section-descr {
    color: #fff; }

.parthner-item {
  padding: 15px 45px; }

/* END parthners */
/* value */
.values {
  position: relative;
  padding-top: 85px; }
  .values .bg-image-1 {
    top: 30%;
    left: 0; }
  .values .bg-image-2 {
    top: 40%;
    right: 0; }

.value-box .value-box-content h3 {
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.value-box .value-box-content p {
  color: rgba(70, 70, 70, 0.6);
  line-height: 28px; }

.value-box:hover h3 {
  color: #f59145; }

/* END */
/* footer */
.main-footer {
  margin-top: 220px;
  padding-top: 200px;
  padding-bottom: 65px;
  position: relative;
  background: transparent url("../img/footer-bg.png") center/cover no-repeat; }
  .main-footer:before {
    position: absolute;
    top: -25px;
    width: 100%;
    height: 300px;
    z-index: -1; }
  .main-footer .bg-image-1 {
    top: -25px;
    right: 0; }
  .main-footer .bg-image-2 {
    left: 0; }

.footer-top {
  position: absolute;
  width: 100%;
  top: -115px; }

.footer-form-wrap {
  position: relative;
  padding: 65px 40px 85px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff url("../img/vawes.png") right/cover no-repeat;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35);
          box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35); }
  .footer-form-wrap .text-wrap h3 {
    font-size: 40px;
    font-weight: 600; }
    .footer-form-wrap .text-wrap h3 > span {
      font-weight: 300; }
  .footer-form-wrap .text-wrap p {
    font-size: 20px;
    color: rgba(70, 70, 70, 0.6); }
  .footer-form-wrap:before {
    position: absolute;
    bottom: -5px;
    right: 100px;
    opacity: .2;
    content: url("../img/angle-up.svg");
    -webkit-animation: arrow 3s infinite;
            animation: arrow 3s infinite; }

@-webkit-keyframes arrow {
  0% {
    bottom: -35px;
    opacity: 0; }
  50% {
    opacity: .3; }
  100% {
    bottom: -15px;
    opacity: 0; } }

@keyframes arrow {
  0% {
    bottom: -35px;
    opacity: 0; }
  50% {
    opacity: .3; }
  100% {
    bottom: -15px;
    opacity: 0; } }

.footer-about,
.footer-column {
  color: #fff; }
  .footer-about p,
  .footer-column p {
    font-size: 14px;
    line-height: 25px; }

.footer-column {
  padding-top: 20px;
  border-right: 1px solid rgba(72, 62, 63, 0.6); }
  .footer-column.contacts {
    border-right: 0; }
    .footer-column.contacts .input-search {
      color: #fff; }
      .footer-column.contacts .input-search:focus {
        border-color: #f59145; }
        .footer-column.contacts .input-search:focus::-webkit-input-placeholder {
          opacity: 0; }
        .footer-column.contacts .input-search:focus::-moz-placeholder {
          opacity: 0; }
        .footer-column.contacts .input-search:focus:-moz-placeholder {
          opacity: 0; }
        .footer-column.contacts .input-search:focus:-ms-input-placeholder {
          opacity: 0; }
      .footer-column.contacts .input-search:focus + span:after {
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
      .footer-column.contacts .input-search::-webkit-input-placeholder {
        color: #fff;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out; }
      .footer-column.contacts .input-search::-moz-placeholder {
        color: #fff;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out; }
      .footer-column.contacts .input-search:-moz-placeholder {
        color: #fff;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out; }
      .footer-column.contacts .input-search:-ms-input-placeholder {
        color: #fff;
        -webkit-transition: all .35s ease-out;
        -o-transition: all .35s ease-out;
        transition: all .35s ease-out; }
  .footer-column h3 {
    margin-bottom: 20px;
    font-weight: 600; }

.guidebook-area {
  font-size: 14px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #f59145;
  -webkit-border-radius: .25rem;
          border-radius: .25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .guidebook-area:hover {
    background: rgba(245, 145, 69, 0.4); }
  .guidebook-area a {
    color: #f59145;
    text-decoration: underline; }

.footer-column ul li,
.contacts-list ul li {
  line-height: 36px; }
  .footer-column ul li a,
  .contacts-list ul li a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer-column ul li a:hover,
    .contacts-list ul li a:hover {
      color: #f59145; }
  .footer-column ul li i,
  .contacts-list ul li i {
    color: #f59145; }

.contacts-list ul li a {
  color: #464646; }

.footer-search .input-search,
.aside-search .input-search {
  position: relative;
  border: none;
  -webkit-border-radius: 0.25rem !important;
          border-radius: 0.25rem !important;
  background: rgba(255, 255, 255, 0.2); }

.footer-search .input-group-btn,
.aside-search .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

.footer-copywrite {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 300; }

.social-list li {
  display: inline-block; }

.social-list a {
  width: 26px;
  height: 26px;
  line-height: 32px;
  background: #f59145;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .social-list a:hover {
    background: #fff; }
  .social-list a:hover i {
    color: #f59145; }
  .social-list a i {
    font-size: 1.2em;
    color: #fff;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }

.getbrand {
  color: #f59145;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .getbrand:hover {
    color: #464646; }

/* END footer */
/* pages */
.page-header {
  z-index: 5; }
  .page-header .bg-image-1 {
    top: 25px; }
  .page-header .bg-image-2 {
    top: 0; }
  .page-header .header-content {
    padding-top: 80px;
    padding-bottom: 90px; }

.cases-header {
  background: transparent url("../img/header-page-bg.png") center/cover no-repeat; }

.solution-header {
  background: transparent url("../img/solution-header_bg.png") center/cover no-repeat; }

.about-header {
  background: transparent url("../img/about-us-header_bg.png") center/cover no-repeat; }

.blog-header {
  background: transparent url("../img/blog-header.png") center/cover no-repeat; }

.breadcrumbs span, .breadcrumbs a {
  color: rgba(255, 255, 255, 0.6); }

.breadcrumbs a {
  text-decoration: underline; }

.page-content,
.page-roi {
  position: relative;
  margin-top: -100px;
  margin-bottom: -300px;
  padding-top: 200px;
  padding-bottom: 300px;
  background: transparent url("../img/content-bg.png") center/cover no-repeat; }

.page-roi {
  padding-top: 150px;
  padding-bottom: 150px; }

/* cases */
.page-cases .bg-image-1 {
  top: 20%;
  left: 0; }

.page-cases .bg-image-2 {
  top: 50%;
  right: 0; }

.filter-row p {
  line-height: 60px; }

.filter-wpar {
  float: right; }

.searchandfilter li {
  vertical-align: middle; }

.searchandfilter input[type="submit"] {
  width: 185px;
  background: #f59145 url(../img/line-orange.png) center/cover no-repeat;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none; }
  .searchandfilter input[type="submit"]:hover {
    border: 1px solid #f59145 !important;
    color: #fff;
    -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.55) !important;
            box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.55) !important; }

.filter,
.postform {
  padding-left: 20px;
  padding-right: 20px;
  width: 185px;
  height: 60px;
  background: transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #e1e1e1; }
  .filter .list,
  .postform .list {
    width: 100%; }
    .filter .list li,
    .postform .list li {
      display: block; }
  .filter .current,
  .postform .current {
    font-size: 18px;
    line-height: 60px; }
  .filter .nice-select:after,
  .postform .nice-select:after {
    border-bottom: 2px solid #f59145;
    border-right: 2px solid #f59145; }

.cases-box {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .cases-box .cases-meta,
  .cases-box .cases-hover {
    position: absolute; }
  .cases-box .cases-bg,
  .cases-box .cases-hover {
    width: 100%;
    height: 100%;
    top: 0; }
  .cases-box .cases-meta {
    padding: 20px 45px;
    width: 100%;
    bottom: 0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease; }
    .cases-box .cases-meta h3 {
      font-size: 25px;
      font-weight: 600;
      color: #fff; }
  .cases-box .mask {
    background: transparent url("../img/cases-bg.png") left/cover no-repeat; }
  .cases-box .hover {
    padding-left: 40px;
    padding-right: 40px;
    background: rgba(245, 145, 69, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .cases-box .hover > a,
    .cases-box .hover > p {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
              transform: translate3d(0, 40px, 0); }
    .cases-box .hover > p {
      margin-bottom: 30px;
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      line-height: 30px;
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
      transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
      -o-transition: opacity 0.35s ease, transform 0.35s ease;
      transition: opacity 0.35s ease, transform 0.35s ease;
      transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease; }
    .cases-box .hover > a {
      padding: 15px 50px;
      font-size: 18px;
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s ease-in-out;
      transition: opacity 0.35s ease, -webkit-transform 0.45s ease-in-out;
      -o-transition: opacity 0.35s ease, transform 0.45s ease-in-out;
      transition: opacity 0.35s ease, transform 0.45s ease-in-out;
      transition: opacity 0.35s ease, transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out; }
  .cases-box:hover .cases-meta {
    opacity: 0; }
  .cases-box:hover .hover {
    opacity: 1; }
    .cases-box:hover .hover > p,
    .cases-box:hover .hover > a {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

.cases-meta > ul > li a, .cases-meta > ul > li span,
.blog-meta > ul > li a,
.blog-meta > ul > li span {
  padding: 8px 16px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-transform: uppercase; }

.blog-meta > ul > li a, .blog-meta > ul > li span {
  padding: 5px 13px;
  display: inline-block;
  background: #f1f1f1; }

/* END cases */
/* blog */
.page-blog,
.page-careers {
  margin-top: -100px;
  padding-top: 200px;
  margin-bottom: -300px;
  padding-bottom: 280px;
  position: relative; }

.page-roi .bg-image-1,
.page-roi .bg-image-2 {
  top: 20%; }

.page-roi .bg-image-1 {
  left: 0; }

.page-roi .bg-image-2,
.page-roi .bg-image-4 {
  right: 0; }

.page-roi .bg-image-3,
.page-roi .bg-image-4 {
  top: 70%; }

.page-roi .bg-image-3 {
  left: 0; }

.card {
  border: none;
  background-color: white;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05); }
  .card .card-block {
    padding: 25px 40px; }
  .card .card-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 33px; }
  .card .card-text {
    font-weight: 300;
    color: rgba(70, 70, 70, 0.6);
    line-height: 28px; }

.card .btn,
.search-box .btn {
  width: 205px;
  text-transform: none;
  line-height: 45px;
  letter-spacing: 2px; }

.blog-box {
  position: relative; }
  .blog-box > .mask {
    width: 33%;
    height: 100%;
    top: 0;
    background: transparent url(../img/blog-mask.png) left/cover no-repeat; }
  .blog-box .image-box {
    position: relative;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; }
    .blog-box .image-box > .mask {
      background: transparent url("../img/blog-mask.png") center/cover no-repeat; }

.aside .aside-wrap.tags a,
.article .article-meta a,
.article .article-meta span {
  padding: 5px 13px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #464646;
  text-transform: uppercase;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.aside .aside-address,
.aside .input-search {
  background: #fff; }

.aside .input-search {
  height: 60px; }

.aside .input-group-btn {
  top: 20%; }

.aside .aside-wrap {
  padding-left: 30px; }
  .aside .aside-wrap.menu ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px; }
    .aside .aside-wrap.menu ul li a {
      font-size: 16px;
      color: #464646; }
  .aside .aside-wrap.posts .card {
    height: 190px;
    overflow: hidden; }
    .aside .aside-wrap.posts .card > .row {
      height: 100%; }
      .aside .aside-wrap.posts .card > .row > [class*=col-] {
        height: 100%; }
    .aside .aside-wrap.posts .card img {
      height: 100%; }
    .aside .aside-wrap.posts .card .card-block {
      padding: 20px; }
    .aside .aside-wrap.posts .card .card-title {
      font-size: 18px;
      line-height: 20px; }
      .aside .aside-wrap.posts .card .card-title a {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .aside .aside-wrap.posts .card .card-title:hover a {
        color: #f59145; }
    .aside .aside-wrap.posts .card .card-text {
      line-height: 22px; }

.aside .aside-header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }
  .aside .aside-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 2px;
    height: 100%;
    background: #f59145; }

.aside .aside-address {
  padding: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .aside .aside-address .aside-header:before {
    content: none; }

.aside .aside-search form {
  width: 100%; }

/* END blog */
/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .pagination > li {
    display: inline; }
  .pagination > li > a,
  .pagination > li > span {
    min-width: 48px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #f59145;
    margin: 0 5px;
    border: 1px solid #f59145;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 22px; }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left; }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > a:active,
  .pagination > .active > a:active:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus,
  .pagination > .active > span:active,
  .pagination > .active > span:active:focus,
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > a:active,
  .pagination > li > a:active:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus,
  .pagination > li > span:active,
  .pagination > li > span:active:focus {
    color: #fff;
    background-color: #f59145;
    border-color: #f59145;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35);
            box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35);
    -webkit-transition: ease .3s ease;
    -o-transition: ease .3s ease;
    transition: ease .3s ease; }

/* END pagination */
/* about page */
.about {
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 105px;
  position: relative;
  background: #fff url("../img/solution_bg_1.png") center/cover no-repeat; }
  .about .section-header > div {
    position: relative;
    z-index: 2; }
    .about .section-header > div:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #f59145;
      z-index: -1; }
    .about .section-header > div > img {
      padding-left: 45px;
      padding-right: 45px;
      display: inline-block;
      background: #f1f1f1;
      z-index: 5; }
  .about .bg-image-1 {
    top: 10%;
    left: 0; }
  .about .bg-image-2 {
    top: 20%;
    right: 0; }
  .about .section-content {
    line-height: 35px; }
    .about .section-content h3 {
      font-size: 18px; }
    .about .section-content p {
      color: #464646 !important; }
      .about .section-content p > q {
        font-size: 22px;
        color: #f59145 !important; }

.team {
  padding-top: 150px;
  padding-bottom: 115px;
  position: relative; }
  .team .team-box {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .team .team-box .image-box {
      -webkit-border-radius: 4px;
              border-radius: 4px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .team .team-box .image-box img {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .team .team-box h4 {
      font-size: 24px;
      color: #464646;
      letter-spacing: 1px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .team .team-box p {
      color: rgba(70, 70, 70, 0.6); }
    .team .team-box:hover .image-box img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .team .team-box:hover h4 {
      color: #f59145; }
  .team .bg-image-1 {
    top: 20%;
    left: 0; }
  .team .bg-image-2 {
    top: 50%;
    right: 0; }

.advantages {
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
  background: transparent url("../img/advantage_bg.png") center/cover no-repeat; }

.advantage-box h4 {
  font-size: 25px; }

.advantage-box p {
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 28px; }

.advantage-box .advantage-img {
  padding: 25px 30px;
  min-width: 60%;
  border: 2px solid #f59145;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px; }

.gallery {
  margin-top: -100px;
  margin-bottom: -300px;
  padding-top: 250px;
  padding-bottom: 300px;
  background: #fff url("../img/gallery_bg.png") center/cover no-repeat; }

.gallery-carousel .gallery-box {
  overflow: hidden; }

/* END about page */
/* single-blog */
.article .article-header h2 {
  font-size: 25px;
  color: #464646; }

.article .article-share {
  padding: 30px 0; }
  .article .article-share .social-list {
    width: 50%; }

.article-content {
  padding-bottom: 30px;
  line-height: 28px;
  color: #464646;
  border-bottom: 1px solid #e1e1e1; }
  .article-content p {
    margin-top: 20px;
    margin-bottom: 20px; }
  .article-content blockquote,
  .article-content .article-testimonial {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05); }
    .article-content blockquote:after,
    .article-content .article-testimonial:after {
      content: url("../img/quotes.png");
      position: absolute;
      bottom: -25px;
      right: 30px; }

.article-testimonial .testimonial-image {
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .article-testimonial .testimonial-image img {
    width: 100%; }

.article-testimonial .testimonial-meta h4 {
  font-size: 20px; }

.article-testimonial .testimonial-meta p {
  font-size: 14px; }

.article-testimonial .testimonial-text p {
  margin-top: 0;
  margin-bottom: 15px; }

/* END single-blog */
/* single-case */
.page-single-case {
  margin-bottom: 0;
  padding-bottom: 80px;
  background-image: url(../img/page-single-case.png); }
  .page-single-case .bg-image-1 {
    top: 20%;
    left: 0; }
  .page-single-case .bg-image-2 {
    top: 50%;
    right: 0; }
  .page-single-case .article .article-header,
  .page-single-case .article .article-image {
    width: 50%; }
    .page-single-case .article .article-header > div,
    .page-single-case .article .article-image > div {
      border-right: 10px;
      overflow: hidden; }
  .page-single-case .article .article-header {
    float: left; }
  .page-single-case .article .article-image {
    padding-left: 40px;
    padding-bottom: 40px;
    float: right; }

.similar-case {
  padding-top: 150px; }

.similar-case-carousel .owl-dots {
  margin-top: 35px;
  line-height: 20px;
  text-align: center; }
  .similar-case-carousel .owl-dots .owl-dot {
    margin-right: 10px;
    margin-left: 10px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f59145;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .similar-case-carousel .owl-dots .owl-dot.active {
      width: 15px;
      height: 15px;
      -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.5);
              box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.5); }

/* END single-case */
/* solutions */
.page-solution .section-one {
  margin-top: -50px;
  padding-top: 140px;
  padding-bottom: 120px;
  background: transparent url(../img/section-one_bg.png) center/cover no-repeat; }
  .page-solution .section-one .bg-image-1 {
    top: 0;
    left: 0; }
  .page-solution .section-one .bg-image-2 {
    right: 0; }

.page-solution .section-two {
  padding-top: 120px;
  padding-bottom: 120px; }
  .page-solution .section-two .bg-image-2 {
    right: 0;
    bottom: 0; }

.page-solution .section-one,
.page-solution .section-two,
.page-solution .section-three {
  position: relative; }
  .page-solution .section-one .content,
  .page-solution .section-two .content,
  .page-solution .section-three .content {
    line-height: 35px; }
    .page-solution .section-one .content h3,
    .page-solution .section-two .content h3,
    .page-solution .section-three .content h3 {
      font-size: 22px; }
    .page-solution .section-one .content li:before,
    .page-solution .section-two .content li:before,
    .page-solution .section-three .content li:before {
      content: '\f00c';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 10px;
      color: #f59145; }
  .page-solution .section-one .rows-content,
  .page-solution .section-two .rows-content,
  .page-solution .section-three .rows-content {
    padding-left: 80px;
    padding-right: 80px; }
  .page-solution .section-one .advantage-box,
  .page-solution .section-two .advantage-box,
  .page-solution .section-three .advantage-box {
    padding-bottom: 0; }
    .page-solution .section-one .advantage-box .image-box,
    .page-solution .section-two .advantage-box .image-box,
    .page-solution .section-three .advantage-box .image-box {
      margin-right: auto;
      margin-left: auto;
      position: relative;
      width: 70%; }
    .page-solution .section-one .advantage-box .number-box,
    .page-solution .section-two .advantage-box .number-box,
    .page-solution .section-three .advantage-box .number-box {
      position: absolute;
      padding: 7px 12px;
      top: 0;
      right: 0;
      font-size: 22px;
      -webkit-border-bottom-left-radius: 4px;
              border-bottom-left-radius: 4px;
      background: #f59145; }

.page-solution .section-two .image-box {
  padding: 0;
  position: relative; }
  .page-solution .section-two .image-box:after {
    content: url("../img/element.png");
    position: absolute;
    bottom: -3px;
    left: 0; }
  .page-solution .section-two .image-box img {
    width: 100%; }

.page-solution .section-two .advantage-text p {
  color: #464646 !important; }

.page-solution .section-three {
  padding-top: 230px;
  padding-bottom: 300px;
  margin-bottom: -300px;
  background: transparent url(../img/section-three_bg.png) center/cover no-repeat; }
  .page-solution .section-three .bg-image-1 {
    top: 20%; }
  .page-solution .section-three .bg-image-2 {
    right: 0;
    bottom: 30%; }

/* END solutions */
/* page search */
.page-search {
  min-height: 1000px; }

.search-row .aside {
  margin-bottom: 50px; }

.search-row .search-meta {
  font-size: 18px; }

.search-box {
  position: relative;
  padding: 35px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05); }
  .search-box h3 {
    font-size: 22px;
    text-transform: uppercase; }
  .search-box p {
    line-height: 35px; }
  .search-box .btn {
    margin-top: 25px;
    height: 45px;
    line-height: 30px; }

/* END page search */
/* career */
/* END career */
/*single career */
.page-single-career .article-header h2 {
  font-size: 36px; }

.page-single-career .article-meta,
.page-single-career .article-buttons {
  border-bottom: 1px solid #e1e1e1; }

.page-single-career .article-buttons .custom-btn {
  width: 185px;
  height: 45px; }

.page-single-career .article-buttons .career-resume {
  border-right: 1px solid #e1e1e1; }

.page-single-career .article-buttons .career-btn {
  border: 2px solid #f59145; }

/* page */
.page .article .article-header {
  border-bottom: 1px solid #e1e1e1; }

/* End page */
/* 404 */
.page-error {
  padding-top: 250px;
  padding-bottom: 400px;
  background: #fff url(../img/video_bg.png) center/contain no-repeat; }
  .page-error .custom-btn {
    width: 210px;
    height: 50px;
    display: inline-block;
    line-height: 49px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #f59145 !important; }

.text-404-header {
  font-size: 180px;
  font-weight: 900;
  letter-spacing: 2px; }

.text-404 {
  font-size: 20px;
  color: rgba(70, 70, 70, 0.6); }

/* End 404*/
/* END pages */
/* modal */
.modal-head h3 {
  font-size: 25px; }

.modal-head p {
  color: rgba(70, 70, 70, 0.6);
  line-height: 28px; }

.modal-content {
  border: 0; }

.animated-modal {
  max-width: 600px;
  padding: 35px 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.success-modal {
  width: 600px; }

.fancybox-slide--current .animated-modal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s; }

.fancybox-slide--html .fancybox-close-small {
  top: 15px;
  right: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #b7b7b7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .fancybox-slide--html .fancybox-close-small:hover {
    border-color: #f59145; }
    .fancybox-slide--html .fancybox-close-small:hover svg path {
      fill: #f59145; }
  .fancybox-slide--html .fancybox-close-small svg path {
    fill: #b7b7b7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

form .form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  form .form-group.form-check {
    padding-left: 0; }
  form .form-group > .form-img {
    position: absolute;
    top: 21px;
    right: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    form .form-group > .form-img.name:after {
      content: url("../img/form-user.png"); }
    form .form-group > .form-img.company:after {
      content: url("../img/form-company.png"); }
    form .form-group > .form-img.email:after {
      content: url("../img/envelope.png"); }
    form .form-group > .form-img.phone:after {
      content: url("../img/phone-call.png"); }
    form .form-group > .form-img.message:after {
      content: url("../img/message.png"); }
    form .form-group > .form-img.file:after {
      content: url("../img/paperclip.png"); }
  form .form-group textarea.form-control {
    height: 150px;
    resize: none; }
  form .form-group .form-control,
  form .form-group .inputfilelabel {
    padding-left: 30px;
    height: 60px;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    color: #f59145; }
    form .form-group .form-control:focus,
    form .form-group .inputfilelabel:focus {
      border-color: #f59145; }
      form .form-group .form-control:focus::-webkit-input-placeholder,
      form .form-group .inputfilelabel:focus::-webkit-input-placeholder {
        opacity: 0; }
      form .form-group .form-control:focus::-moz-placeholder,
      form .form-group .inputfilelabel:focus::-moz-placeholder {
        opacity: 0; }
      form .form-group .form-control:focus:-moz-placeholder,
      form .form-group .inputfilelabel:focus:-moz-placeholder {
        opacity: 0; }
      form .form-group .form-control:focus:-ms-input-placeholder,
      form .form-group .inputfilelabel:focus:-ms-input-placeholder {
        opacity: 0; }
    form .form-group .form-control:focus + .form-img:after,
    form .form-group .inputfilelabel:focus + .form-img:after {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
    form .form-group .form-control::-webkit-input-placeholder,
    form .form-group .inputfilelabel::-webkit-input-placeholder {
      color: rgba(70, 70, 70, 0.6);
      -webkit-transition: all .35s ease-out;
      -o-transition: all .35s ease-out;
      transition: all .35s ease-out; }
    form .form-group .form-control::-moz-placeholder,
    form .form-group .inputfilelabel::-moz-placeholder {
      color: rgba(70, 70, 70, 0.6);
      -webkit-transition: all .35s ease-out;
      -o-transition: all .35s ease-out;
      transition: all .35s ease-out; }
    form .form-group .form-control:-moz-placeholder,
    form .form-group .inputfilelabel:-moz-placeholder {
      color: rgba(70, 70, 70, 0.6);
      -webkit-transition: all .35s ease-out;
      -o-transition: all .35s ease-out;
      transition: all .35s ease-out; }
    form .form-group .form-control:-ms-input-placeholder,
    form .form-group .inputfilelabel:-ms-input-placeholder {
      color: rgba(70, 70, 70, 0.6);
      -webkit-transition: all .35s ease-out;
      -o-transition: all .35s ease-out;
      transition: all .35s ease-out; }
  form .form-group .form-check-input {
    margin-top: .1rem; }
  form .form-group .inputfile {
    width: 0.1px;
    height: 0.1px;
    top: 2px;
    left: 10px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  form .form-group .inputfilelabel {
    left: 0;
    width: 100%;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    color: #464646;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #ced4da;
    background: #f1f1f1; }
  form .form-group .inputfile-descr {
    color: rgba(70, 70, 70, 0.6); }

form .btn {
  margin: 0 auto; }

/* form validator cf7 */
span.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 14px; }

.wpcf7-response-output {
  display: none !important; }

/* END form validator cf7 */
/* END modal */
.scrollTop {
  position: fixed;
  padding: 5px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  right: 5%;
  bottom: 7%;
  background-color: #f59145;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35);
          box-shadow: 0px 9px 16px 0px rgba(238, 115, 37, 0.35);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1000; }

/* media */
@media screen and (min-width: 992px) {
  .rd-navbar-nav-wrap.toggle-original-elements .header-btn {
    display: none; } }

@media screen and (max-width: 1400px) {
  .similar-case-carousel .owl-nav,
  .gallery-carousel .owl-nav,
  .team-carousel .owl-nav {
    top: 100%; }
    .similar-case-carousel .owl-nav .owl-prev,
    .gallery-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-prev {
      left: 40%; }
    .similar-case-carousel .owl-nav .owl-next,
    .gallery-carousel .owl-nav .owl-next,
    .team-carousel .owl-nav .owl-next {
      right: 40%; } }

@media screen and (max-width: 1199px) {
  .main-header .header-content {
    padding-top: 100px;
    padding-bottom: 100px; }
  .solutions,
  .parthners {
    padding-top: 80px;
    padding-bottom: 80px; }
  .video {
    padding-top: 80px; }
  /* page blog */
  .card .card-block {
    padding: 18px 25px; }
  .card .card-title {
    font-size: 18px;
    line-height: 24px; }
  .card .card-text {
    line-height: 22px; }
  .aside .aside-wrap.posts .card {
    height: auto;
    overflow: none; }
    .aside .aside-wrap.posts .card img {
      width: 100%;
      height: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  /* end page blog */ }

@media screen and (max-width: 991px) {
  .rd-navbar-fixed .rd-navbar-nav-wrap {
    right: 0; }
  .rd-navbar-nav-wrap.toggle-original-elements .header-btn,
  .rd-navbar-fixed .rd-navbar-brand .logo-dark {
    display: block; }
  .rd-navbar-fixed .rd-navbar-brand .logo-dark {
    width: 135px; }
  .rd-navbar-nav-wrap.toggle-original-elements .header-btn {
    margin-left: auto;
    margin-right: auto; }
  .section-title {
    font-size: 42px; }
    .section-title:before {
      left: 45%; }
  .section-descr {
    font-size: 18px;
    line-height: 24px; }
  .solution-box .solution-title {
    font-size: 22px; }
  .video-box .video-control {
    font-size: 3.5rem; }
  .parthner-item {
    padding: 15px 25px; }
  .value-box {
    text-align: center; }
  .value-box-image img {
    margin-right: auto;
    margin-left: auto; }
  .footer-top {
    top: -150px; }
  .footer-column {
    border: 0; }
  .footer-form-wrap {
    text-align: center; }
    .footer-form-wrap .text-wrap {
      margin-bottom: 2rem; }
    .footer-form-wrap:before {
      right: 40%; }
  .footer-search .input-group-btn {
    right: 10px; }
  .team .team-box {
    padding-left: 25px;
    padding-right: 25px; }
  /* page about */
  .about {
    padding-top: 150px;
    padding-bottom: 65px; }
  .team {
    padding-top: 80px;
    padding-bottom: 65px; }
  .advantages {
    padding-top: 115px;
    padding-bottom: 65px; }
  .gallery {
    padding-top: 200px; }
  .gallery-carousel .owl-nav button,
  .team-carousel .owl-nav button {
    width: 35px;
    height: 35px; }
    .gallery-carousel .owl-nav button > span,
    .team-carousel .owl-nav button > span {
      line-height: 30px; }
  .similar-case-carousel .owl-nav {
    display: none; }
  /* end page about */
  /* page cases */
  .page-cases {
    padding-top: 160px; }
  .cases-box .cases-meta {
    padding: 20px 15px; }
  .cases-box .hover > p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }
  .cases-box .hover > a {
    padding: 10px 35px;
    font-size: 16px; }
  /* end page cases */
  /* solution */
  .page-solution .section-one .advantage-box {
    padding-top: 20px; }
    .page-solution .section-one .advantage-box .image-box {
      width: 100%; }
  /* end page solution */ }

@media screen and (max-width: 768px) {
  .main-header .header-content {
    padding-bottom: 50px; }
  .parthner-item {
    padding: 15px 15px; }
  .main-footer {
    margin-top: 120px; }
  .footer-top {
    top: -100px; }
  .footer-form-wrap {
    padding: 25px;
    background: #f59145; }
    .footer-form-wrap:before {
      content: none; }
  /* page about */
  .gallery {
    padding-bottom: 350px; }
  /* end page about */
  /* page careers */
  .page-careers,
  .page-cases {
    padding-bottom: 320px; }
  /* end page careers */
  /* page solution */
  .page-solution .section-one .rows-content,
  .page-solution .section-two .rows-content,
  .page-solution .section-three .rows-content {
    padding-left: 0;
    padding-right: 0; }
  /* end page solution */ }

@media screen and (max-width: 767px) {
  .footer-search .input-group-btn {
    right: 45px; }
  .footer-copywrite p {
    text-align: center; }
  /* page about */
  .advantages {
    padding-bottom: 0; }
  /* END page about */
  /* page blog */
  .blog-box .image-box {
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
  /* end page blog */
  /* page cases */
  .filter-wpar {
    width: 100%; }
    .filter-wpar .filter,
    .filter-wpar .postform {
      width: 50%; }
  /* end page cases */
  /* single case */
  .similar-case {
    padding-bottom: 50px; }
  .page-single-case .article .article-header,
  .page-single-case .article .article-image {
    width: 100%; }
  .page-single-case .article .article-image {
    padding-left: 0;
    padding-bottom: 0;
    float: none; }
  /* end single case */
  /* page solution */
  .page-solution .section-three {
    padding-bottom: 350px; }
  /* page solution */
  .page-error {
    -webkit-background-size: 250% 250%;
            background-size: 250%; } }

@media screen and (max-width: 640px) {
  .section-title {
    font-size: 32px; }
    .section-title:before {
      left: 42%; }
  /* page cases */
  .filter-wpar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .filter-wpar .filter,
    .filter-wpar .postform {
      width: 100%;
      margin-bottom: 1rem; }
  /* end page cases */ }

@media screen and (max-width: 576px) {
  .main-footer {
    margin-top: 100px;
    padding-bottom: 40px; }
  .footer-top {
    top: -50px; }
  .footer-form-wrap .text-wrap h3 {
    font-size: 32px; }
  .footer-form-wrap .text-wrap p {
    font-size: 18px; } }

@media screen and (max-width: 575px) {
  .footer-search form {
    width: 100%; }
  .footer-search .input-group-btn {
    right: 10px; }
  /* page blog */
  .pagination {
    margin-left: auto;
    margin-right: auto; }
  /* end page blog */ }

@media screen and (max-width: 515px) {
  .footer-top {
    top: -90px; } }

@media screen and (max-width: 480px) {
  .section-title:before {
    left: 39%; }
  .main-header .bg-image-1,
  .solutions .bg-image-1,
  .values .bg-image-1,
  .main-footer .bg-image-2,
  .about .bg-image-1,
  .team .bg-image-1,
  .page-blog .bg-image-1,
  .page-blog .bg-image-2,
  .page-blog .bg-image-3,
  .page-blog .bg-image-4,
  .page-careers .bg-image-1,
  .page-careers .bg-image-2,
  .page-careers .bg-image-3,
  .page-careers .bg-image-4,
  .page-cases .bg-image-1,
  .page-contacts .bg-image-1,
  .page .bg-image-1,
  .page-search .bg-image-1,
  .page-single-career .bg-image-1,
  .page-single-case .bg-image-1 {
    width: 100%; }
  .video-box .video-control {
    font-size: 3rem; }
  .parthner-item {
    padding: 5px 5px; }
  .text-404-header {
    font-size: 130px; } }

@media screen and (max-width: 400px) {
  /* page about */
  .gallery-carousel .owl-nav .owl-prev,
  .team-carousel .owl-nav .owl-prev,
  .similar-case-carousel .owl-nav .owl-prev {
    left: 35%; }
  .gallery-carousel .owl-nav .owl-next,
  .team-carousel .owl-nav .owl-next,
  .similar-case-carousel .owl-nav .owl-next {
    right: 35%; }
  /* end page about */ }

@media screen and (max-width: 375px) {
  .solution-box .image-box .hover {
    padding: 2em; }
    .solution-box .image-box .hover p {
      line-height: 24px; }
    .solution-box .image-box .hover:before {
      top: 30px;
      bottom: 30px; }
  .video-box .video-control {
    font-size: 2.3rem; }
  /* page blog */
  .card .card-block .custom-btn {
    margin-left: auto;
    margin-right: auto; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 7px 12px;
    font-size: 16px;
    line-height: 25px; }
  /* end page blog */
  /* contacts */
  .aside .aside-address {
    padding: 20px; }
  /* end contacts */ }

/* END media */
