@font-face {
  font-family: 'Adventure';
  src: local("Adventure"), local("AdventureRegular"), url("../fonts/Adventure.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Light"), local("GothamProLight"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Regular"), local("GothamProRegular"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Italic"), local("GothamProItalic"), url("../fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Medium"), local("GothamProMedium"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Medium"), local("GothamProMedium"), url("../fonts/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'GothamPro';
  src: local("GothamPro-Bold"), local("GothamProBold"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome.woff") format("woff"); }

body {
  font-family: 'GothamPro';
  font-size: 16px;
  font-weight: 400;
  color: #3b4248; }

a {
  text-decoration: none !important; }

textarea, select, input, button {
  outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.loader {
  position: fixed;
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader svg {
  display: none; }

.blobs {
  margin: 15% auto 0;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 70px;
          border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #e95c25;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
      transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #e95c25;
          box-shadow: 0 -10px 40px -5px #e95c25; }

.blob {
  position: absolute;
  background: #e95c25;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
      transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
      transform-origin: center top;
  opacity: 0; }

.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@-webkit-keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); } }

@keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); } }

/* all styles */
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.font-adventure {
  font-family: 'Adventure'; }

.section-subtitle,
.aside-title {
  position: relative;
  font-size: 25px;
  color: #e95c25; }
  .section-subtitle:before, .section-subtitle:after,
  .aside-title:before,
  .aside-title:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    background: #e95c25; }
  .section-subtitle:after,
  .aside-title:after {
    width: 48px; }

.section {
  padding: 50px 0; }

.title {
  font-size: 32px; }

.section-title {
  font-size: 40px;
  line-height: 48px; }

.section-subtitle-1 {
  font-size: 24px; }

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

.weight-400 {
  font-weight: 400; }

.weight-500 {
  font-weight: 500; }

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

.color-black {
  color: #3d4245; }

.color-orange {
  color: #e95c25; }

.color-green {
  color: #52b503; }

.color-white {
  color: #ffffff; }

.btn-custom {
  width: 220px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  line-height: 31px;
  letter-spacing: 1px;
  background: #e95c25; }
  .btn-custom:hover, .btn-custom:active {
    color: #e95c25;
    background: #fff;
    border: 1px solid #e95c25;
    -webkit-box-shadow: -1.046px 11.954px 20.16px 3.84px rgba(236, 193, 81, 0.59);
            box-shadow: -1.046px 11.954px 20.16px 3.84px rgba(236, 193, 81, 0.59); }

.transition-035 {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.bg-gray {
  background: #f1f2f2; }
  .bg-gray .bread-crumb span > a, .bg-gray .bread-crumb span.separator {
    color: #e95c25; }

.bg-dark {
  background: rgba(0, 22, 36, 0.81);
  background-color: #3b4248; }

.rd-navbar-static .rd-navbar-nav > li.current-menu-item > a,
.sub-menu.rd-navbar-dropdown li.current-menu-item > a {
  color: #e95c25; }

.rd-navbar-static.rd-navbar--is-stuck {
  z-index: 100; }

.image-wrap img {
  width: 100%;
  height: auto;
  display: block; }

.image-box {
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat; }
  .image-box.service-site {
    background-image: url("../img/kluch.svg"); }
  .image-box.service-seo {
    background-image: url("../img/seo.svg"); }
  .image-box.service-restore {
    background-image: url("../img/perezapysk.svg"); }
  .image-box.service-audit {
    background-image: url("../img/audit.svg"); }
  .image-box.service-support {
    background-image: url("../img/podderzhka.svg"); }
  .image-box > img {
    display: block;
    width: 100%; }

.form-wrap .form-control {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  height: 55px; }

/* Header styles start */
.main-header .btn-custom {
  width: 185px;
  height: 45px;
  line-height: 29px; }

.rd-navbar-nav-wrap > nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5em; }

.rd-navbar-static {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .rd-navbar-static .rd-navbar-panel {
    padding: 0; }
  .rd-navbar-static .rd-navbar-nav > li {
    position: relative; }
    .rd-navbar-static .rd-navbar-nav > li .rd-navbar-dropdown {
      left: initial;
      right: 0;
      margin-top: -6px;
      margin-left: 0; }
    .rd-navbar-static .rd-navbar-nav > li svg {
      margin-left: 5px; }
      .rd-navbar-static .rd-navbar-nav > li svg path {
        fill: #eb8259; }
    .rd-navbar-static .rd-navbar-nav > li.current-menu-item > a:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .rd-navbar-static .rd-navbar-dropdown {
    text-align: right;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(24, 24, 24, 0.15);
            box-shadow: 0 2px 15px 0 rgba(24, 24, 24, 0.15); }

.rd-navbar-static .rd-navbar-nav > li > a,
.footer-area .widget li.menu-item > a {
  font-size: 16px;
  font-weight: 400;
  color: #3d4245;
  text-transform: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .rd-navbar-static .rd-navbar-nav > li > a:hover,
  .footer-area .widget li.menu-item > a:hover {
    color: #eb8259; }
  .rd-navbar-static .rd-navbar-nav > li > a:before,
  .footer-area .widget li.menu-item > a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 3px;
    left: 0;
    pointer-events: none;
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #eb8259;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 100; }
  .rd-navbar-static .rd-navbar-nav > li > a:before,
  .footer-area .widget li.menu-item > a:before {
    left: auto;
    right: 16px; }
  .rd-navbar-static .rd-navbar-nav > li > a:hover:before,
  .footer-area .widget li.menu-item > a:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.footer-area .widget li.menu-item {
  position: relative; }
  .footer-area .widget li.menu-item > a:before {
    position: absolute;
    top: 11px;
    left: -15px; }

.rd-navbar-search-wrap {
  border-left: 1px solid rgba(24, 24, 24, 0.1); }
  .rd-navbar-search-wrap .svg-inline--fa.fa-facebook-f {
    width: 1.4em;
    height: 1.4em; }

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  top: 13px; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle svg {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .rd-navbar-fixed .rd-navbar-submenu-toggle svg path {
      fill: #eb8259; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    content: '\f107';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    display: none; }

.rd-navbar--has-dropdown.rd-navbar-submenu.opened .rd-navbar-submenu-toggle svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-megamenu > li > a {
  color: #3d4245;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
  .rd-navbar-static .rd-navbar-megamenu > li > a:hover {
    color: #fff;
    background: #e95c25; }

.rd-navbar--is-stuck {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75); }

.rd-navbar-language ul .pll-switcher-select {
  border: none;
  text-transform: uppercase; }

.mobile-language {
  padding-left: 48px;
  text-transform: uppercase; }

.mobile-language .lang-item:first-child {
  padding-right: 5px;
  border-right: 1px solid rgba(24, 24, 24, 0.1); }

.mobile-language .lang-item:last-child {
  padding-left: 5px; }

.mobile-language .lang-item a {
  color: #e95c25; }

/* Header styles end */
/* Home page */
/* Main banner area start */
.main-banner {
  padding: 70px 15px; }

.service-site-banner {
  background: transparent url("../img/service-site-banner.jpg") center/cover no-repeat; }

.service-seo-banner {
  background: transparent url("../img/service-seo-banner.jpg") center/cover no-repeat; }

.service-restore-banner {
  background: transparent url("../img/service-restore-banner.jpg") center/cover no-repeat; }

.main-banner-carousel .text-wrap p {
  font-size: 24px;
  line-height: 32px; }

.main-banner-carousel .btn-custom {
  font-size: 16px;
  line-height: 31px; }

/* Main banner area end */
.about-area > .container {
  padding-top: 90px;
  padding-bottom: 100px; }
  .about-area > .container > .overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1; }
    .about-area > .container > .overlay.left {
      left: 0;
      border-left: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3; }
    .about-area > .container > .overlay.right {
      right: 0;
      border-right: 1px solid #f3f3f3; }

.about-area .image-bg, .review-image .image-bg {
  top: 10%;
  right: 5%; }

.blog-area a,
.page-archive a,
.paginate-posts a {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  font-size: 16px;
  color: #e95c25; }
  .blog-area a:hover,
  .page-archive a:hover,
  .paginate-posts a:hover {
    color: #f7c645; }
    .blog-area a:hover svg,
    .page-archive a:hover svg,
    .paginate-posts a:hover svg {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }

.about-area svg,
.blog-area svg,
.page-archive svg,
.paginate-posts svg {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.about-area .text-wrap p,
.blog-area .text-wrap p,
.page-archive .text-wrap p,
.paginate-posts .text-wrap p {
  line-height: 28px; }

.about-area .about-bg-image,
.blog-area .about-bg-image,
.page-archive .about-bg-image,
.paginate-posts .about-bg-image {
  top: 100px;
  background: transparent url("../img/about-bg-image.png") center/contain no-repeat; }

/* Home page end */
/* Separator */
.separator {
  height: 40px; }

/* Separator end */
/* Services area */
.services-area .image-bg {
  top: 80%;
  left: 5%; }

.services-area > .container {
  padding-top: 80px;
  padding-bottom: 100px; }
  .services-area > .container > .overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1; }
    .services-area > .container > .overlay.left {
      left: 0;
      border-left: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3; }
    .services-area > .container > .overlay.right {
      right: 0;
      border-right: 1px solid #f3f3f3; }

.services-area .service-item {
  padding: 15px 20px 40px 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3px 2px 18px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 3px 2px 18px 2px rgba(0, 0, 0, 0.18); }
  .services-area .service-item .image-box {
    width: 70px;
    height: 70px;
    z-index: 3; }
  .services-area .service-item h3 {
    font-size: 17px; }
  .services-area .service-item h3, .services-area .service-item p {
    color: #3b4248; }
  .services-area .service-item .text-box {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 3; }
  .services-area .service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 0.2rem !important;
            border-radius: 0.2rem !important;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
  .services-area .service-item:hover {
    -webkit-box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
    /*h3
				color: #fff*/ }
    .services-area .service-item:hover .image-box {
      -webkit-filter: brightness(8.5);
              filter: brightness(8.5); }
    .services-area .service-item:hover span > span {
      color: #3b4248 !important; }
    .services-area .service-item:hover span.color-orange {
      color: #fff; }
    .services-area .service-item:hover:before {
      opacity: 1; }

.round {
  width: 10px;
  height: 10px;
  z-index: 3; }

/* Services area end */
/* Form area start */
.form-area-1 {
  background: url("../img/seo-page.png") center/cover no-repeat fixed; }
  .form-area-1 .form-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }

.form-area-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/seo-page.png") center/cover no-repeat fixed; }

.form-area .section-subtitle:after, .form-area .section-subtitle:before {
  content: none; }

.form-wrap .form-control + .icon {
  top: 35%;
  right: 10px;
  color: #999999; }

.form-wrap .form-control:focus + .icon {
  color: #e95c25; }

.form-wrap .btn-custom {
  height: 55px; }

/* Form area end */
/* Mission area start */
.mission-area > .container {
  padding-top: 80px;
  padding-bottom: 100px; }
  .mission-area > .container > .overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1; }
    .mission-area > .container > .overlay.left {
      left: 0;
      border-left: 1px solid #f3f3f3;
      border-right: 1px solid #f3f3f3; }
    .mission-area > .container > .overlay.right {
      right: 0;
      border-right: 1px solid #f3f3f3; }

.mission-area .box-wrap {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 95%;
  bottom: -4px;
  border: 4px solid #fdeee9;
  z-index: -1; }

.mission-area .quote-wrap {
  padding: 40px 45px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px; }
  .mission-area .quote-wrap:before {
    content: url("../img/quotes.png");
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: .5; }

/* Mission area end */
/* Portfolio area start */
.portfolio-area {
  padding-top: 80px;
  padding-bottom: 100px; }
  .portfolio-area .portfolio-item a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .portfolio-area .portfolio-item .portfolio-item-big {
    height: 450px; }
  .portfolio-area .portfolio-item .portfolio-item-small {
    height: 220px; }
  .portfolio-area .portfolio-item .portfolio-item-big, .portfolio-area .portfolio-item .portfolio-item-small {
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; }
  .portfolio-area .portfolio-item .descr-block {
    padding: 15px 15px 40px 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 66, 70, 0.6);
    opacity: 0; }
  .portfolio-area .portfolio-item h3 {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    -o-transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    before-content: '\2192';
    before-font-size: 40px;
    before-position: absolute;
    before-top: -20%;
    before-right: 0;
    before-opacity: 0;
    before-transition: all .35s ease; }
  .portfolio-area .portfolio-item p {
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    line-height: 20px;
    -webkit-transition-delay: .10s;
         -o-transition-delay: .10s;
            transition-delay: .10s;
    -webkit-transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    -o-transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease, -webkit-transform 0.35s ease; }
  .portfolio-area .portfolio-item .button-wrap {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.40s ease, -webkit-transform 0.35s ease;
    -o-transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease;
    transition: opacity 0.40s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s; }
  .portfolio-area .portfolio-item .btn-custom {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    font-size: 16px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #e95c25;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent; }
    .portfolio-area .portfolio-item .btn-custom:hover {
      color: #e95c25;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .portfolio-area .portfolio-item:hover .portfolio-item-big, .portfolio-area .portfolio-item:hover .portfolio-item-small {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .portfolio-area .portfolio-item:hover .descr-block {
    opacity: 1; }
  .portfolio-area .portfolio-item:hover .descr-block h3,
  .portfolio-area .portfolio-item:hover .descr-block p,
  .portfolio-area .portfolio-item:hover .descr-block .button-wrap {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

/* Portfolio area end */
/* Parthners area area */
.parthners-area {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Parthners area end */
/* Blog area start */
.blog-area {
  padding-top: 80px;
  padding-bottom: 100px; }

.blog-area .image-bg,
.review-video .image-bg {
  top: 80%;
  left: 5%; }

.news-item {
  padding: 15px; }
  .news-item h3 {
    font-size: 18px;
    line-height: 1.2; }
    .news-item h3 a {
      color: #3b4248; }
      .news-item h3 a:hover {
        color: #e95c25; }
  .news-item p {
    margin-bottom: 20px;
    line-height: 1.6; }
  .news-item .number {
    right: 15px;
    bottom: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: rgba(233, 92, 37, 0.15); }

.row .col-lg-6:nth-child(1) .news-item {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3; }

.row .col-lg-6:nth-child(2) .news-item {
  border-bottom: 1px solid #f3f3f3; }

.row .col-lg-6:nth-child(3) .news-item {
  border-right: 1px solid #f3f3f3; }

.news-item .post-categories {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px; }
  .news-item .post-categories a {
    color: rgba(59, 66, 72, 0.65);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .news-item .post-categories a:first-child:before {
      content: '\f02c';
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      display: none; }
    .news-item .post-categories a:first-child svg {
      position: relative;
      margin-right: 5px;
      top: 1px; }
    .news-item .post-categories a:hover {
      color: #e95c25; }
  .news-item .post-categories li:not(:first-child) a svg {
    display: none; }

/* site page */
.page-site, .page-seo {
  padding: 100px 0 45px; }

.page-site .wrap {
  padding-bottom: 25px; }
  .page-site .wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 50%;
    background: #fff; }

.page-site .col-lg-8 p {
  line-height: 1.6; }

.page-site .text-box > div {
  padding: 10px; }
  .page-site .text-box > div svg {
    width: 38px;
    height: 38px; }

.site-task .round-box {
  padding: 15px 33px;
  font-size: 70px; }

.site-task p {
  line-height: 1.6; }

.site-task .col-lg-3:after {
  content: url("../img/line_with_arrow.svg");
  position: relative;
  display: block;
  width: 50%;
  top: -70%;
  right: -80%; }

.site-task .col-lg-3:nth-child(2):after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.site-task .col-lg-3:nth-child(3):after, .site-task .col-lg-3:nth-child(6):after {
  display: none; }

.site-type .nav-item {
  width: 33.333333%; }

.site-type .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 5px -4px 20.16px 3.84px rgba(0, 0, 0, 0.1);
          box-shadow: 5px -4px 20.16px 3.84px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .site-type .nav-link.active {
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }
    .site-type .nav-link.active svg {
      fill: #fff; }
  .site-type .nav-link:hover {
    color: #fff;
    border: 0;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }

.site-type .tab-content {
  padding: 35px;
  line-height: 1.6; }
  .site-type .tab-content .tab-pane-title {
    font-size: 32px; }
  .site-type .tab-content .tab-pane-text {
    font-size: 18px; }

.site-type .tab-pane-list {
  padding-left: 25px;
  line-height: 25px; }
  .site-type .tab-pane-list .arrow-box:before {
    width: 15px;
    height: 15px;
    left: -25px;
    top: 5px;
    font-weight: 600;
    background: #fff; }

.site-type .nav-tabs {
  border: 0; }

.site-type .nav-link-landings {
  -webkit-border-top-left-radius: 40px;
          border-top-left-radius: 40px; }

.site-type .nav-link-store {
  -webkit-border-top-right-radius: 40px;
          border-top-right-radius: 40px; }

.site-us .image-box {
  padding: 25px; }

.site-us .text-area {
  line-height: 1.6; }
  .site-us .text-area p {
    font-size: 18px; }

.site-us .col-lg-3:after {
  content: url("../img/line_with_arrow.svg");
  position: relative;
  display: block;
  width: 60%;
  top: -60%;
  right: -100%; }

.site-us .col-lg-3:nth-child(2):after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.site-us .col-lg-3:nth-child(3):after {
  display: none; }

.section.site-cooperation .box-wrap:before, .section.site-cooperation .box-wrap:after,
.section.site-cooperation .box-wrap svg {
  display: none; }

.section.site-cooperation .text-box {
  padding-left: 20px;
  padding-right: 20px; }

.section.site-cooperation .round {
  top: 10px;
  left: 13px; }

.site-work .text-box {
  padding: 30px 50px;
  border: 1px solid #f9d6c8; }

.section-sitequestion {
  background: url("../img/section-sitequestion.png") center/cover no-repeat; }

/* end site page */
/* restore page */
.page-restore {
  padding: 100px 0 45px; }
  .page-restore .wrap p {
    font-size: 20px;
    line-height: 1.4; }

.main-banner-area.page-service p {
  font-size: 24px;
  line-height: 1.4; }

.number {
  width: 33px;
  height: 33px;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
  background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }

.section {
  padding: 80px 0; }

.section-seocomplaint .form-control,
.service-restore .form-control {
  border: 1px solid #e95c25; }

.service-restore p {
  margin-bottom: 40px;
  font-size: 20px; }

.arrow-box:before {
  content: '\203A';
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  left: -30px;
  color: #e95c25;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 0px gainsboro;
  box-shadow: 2px 2px 2px 0px gainsboro; }

.section-question .image-box {
  padding: 22px;
  background: #fff; }
  .section-question .image-box .number {
    top: 10px;
    left: -50px; }

.section-question .text-box h3 {
  font-size: 20px; }

.section-question .text-box p {
  line-height: 1.4; }

.section-economy .section-subtitle-1 {
  padding: 5px 10px;
  color: #fff;
  background: #e95c25; }

.section-economy .economy-text-box {
  padding-left: 50px;
  padding-right: 50px;
  line-height: 30px; }
  .section-economy .economy-text-box h3 {
    font-size: 20px; }

.section-economy .economy-box {
  padding: 25px;
  border: 1px solid #f9d6c8; }
  .section-economy .economy-box .text-box {
    padding-left: 50px; }
    .section-economy .economy-box .text-box h3 {
      font-size: 20px; }
    .section-economy .economy-box .text-box p {
      line-height: 1.4; }

.restore-page-form-area-1 .text-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.form-question {
  padding: 15px;
  font-size: 24px;
  color: #fff;
  background: #f7d196;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .form-question h4 {
    text-shadow: 2px 2px 1px #e95c25; }
  .form-question:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -34px;
    border-style: solid;
    border-width: 26px 0 26px 36px;
    border-color: transparent transparent transparent #f7d196; }

.section-values h2 {
  font-size: 20px; }

.section-values h3 {
  font-size: 18px; }

.section-values .arrow-box:before {
  width: 14px;
  height: 14px; }

.section-process .section-title {
  font-size: 32px; }

.section-process .process-box:after {
  content: url("../img/arrows.png");
  position: absolute; }

.section-process .process-box:nth-child(1):after {
  top: 0%;
  right: -10%; }

.section-process .process-box:nth-child(2):after {
  bottom: 50%;
  right: -10%;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

.section-process .process-box:nth-child(3):after {
  top: 0%;
  right: -10%; }

.section-process .process-box:nth-child(4):after {
  content: none; }

.section-process h4 {
  font-size: 18px;
  line-height: 1.4; }

.restore-page-form-area-2 {
  padding-top: 50px;
  padding-bottom: 50px; }

/* end restore page */
/* seo page */
.page-seo .wrap > p {
  font-size: 20px; }

.page-seo .text-box > div {
  width: 60px;
  height: 60px; }

.page-seo .text-box p {
  font-size: 16px;
  line-height: 1.2; }

.section-complaint .text-box,
.section-seoprocess .text-box {
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.section-seoprice,
.section-seoquestion {
  background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
  background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }

.section-seoaudit .section-subtitle,
.section-seocontract .section-subtitle {
  font-size: 21px;
  line-height: 1.2; }

.section-seocontract .section-subtitle:before, .section-seocontract .section-subtitle:after,
.section-seoquestion .section-subtitle:before,
.section-seoquestion .section-subtitle:after,
.section-seoaudit .section-subtitle:before,
.section-seoaudit .section-subtitle:after,
.section-sitequestion .section-subtitle:before,
.section-sitequestion .section-subtitle:after {
  content: none; }

.section-seocomplaint .text-box, .section-refinementworks .text-box {
  padding: 15px 20px;
  height: 150px;
  line-height: 1.4;
  background: #f1f2f2;
  -webkit-box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1); }
  .section-seocomplaint .text-box .number {
    top: 15px;
    left: 40px; }
  .section-seocomplaint .text-box.icon-1 {
    background: url("../img/seo-complaint-1.png") center/cover no-repeat; }
  .section-seocomplaint .text-box.icon-2 {
    background: url("../img/seo-complaint-2.png") center/cover no-repeat; }
  .section-seocomplaint .text-box.icon-3 {
    background: url("../img/seo-complaint-3.png") center/cover no-repeat; }

.section-seocomplaint .section-text {
  line-height: 2; }

.section-seocomplaint .section-subtitle {
  line-height: 1.6; }
  .section-seocomplaint .section-subtitle:after {
    content: none; }

.section-seocomplaint .text {
  font-size: 24px; }

.section-seocomplaint .form-group {
  margin-bottom: 35px; }

.section-pretitle {
  font-size: 16px; }
  .section-pretitle:after, .section-pretitle:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 300px;
    background: #e95c25; }
  .section-pretitle:after {
    left: 0; }
  .section-pretitle:before {
    right: 0; }

.section-seoprocess .text-box, .section-refinementprocess .text-box {
  padding: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  height: 165px;
  background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
  background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }
  .section-seoprocess .text-box .round {
    top: 20px;
    left: 50%; }

.section-seoadvantage .text-box h3 {
  font-size: 20px; }

.section-seoadvantage .text-box p {
  font-size: 16px;
  line-height: 1.8; }

.section-seoadvantage .text-box .image-box {
  padding: 8px;
  border: 2px dashed red; }
  .section-seoadvantage .text-box .image-box > div {
    padding: 20px;
    background: #f1f2f2; }

.section-seoportfolio .portfolio-item-wrap h3 {
  font-size: 20px; }

.section-seoportfolio .portfolio-item-wrap p {
  line-height: 1.4; }

.section-seoaudit {
  background: url("../img/section-seoaudit.png") center/cover no-repeat; }

.section-consistof .text-box, .site-work .text-box {
  padding: 30px 60px;
  background: #fff; }
  .section-consistof .text-box h3, .site-work .text-box h3 {
    font-size: 20px; }
  .section-consistof .text-box p, .site-work .text-box p {
    line-height: 1.6; }

.section-seoprice {
  background: url("../img/section-seoprice.png") center/cover no-repeat; }
  .section-seoprice .section-pretitle {
    font-size: 40px; }
    .section-seoprice .section-pretitle:after, .section-seoprice .section-pretitle:before {
      background: #fff; }
  .section-seoprice .text-box p {
    font-size: 20px;
    line-height: 1.6; }
  .section-seoprice .image-box {
    border: 1px dashed #fff; }
    .section-seoprice .image-box > div {
      padding: 20px; }

.section-seodescription .image-box,
.section-seocontract .image-box {
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.section-seodescription .text-box h3 {
  font-size: 20px;
  border-bottom: 1px solid #e95c25; }

.section-seodescription .text-box p {
  line-height: 1.8; }

.section-seodescription .image-box {
  -webkit-box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1); }

.section-seoprocess-,
.site-cooperation {
  color: #fff; }
  .section-seoprocess- .box-wrap:before,
  .site-cooperation .box-wrap:before,
  .section-refinementprocess .box-wrap:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 65px;
    right: -23px;
    z-index: 5; }
  .section-seoprocess- .box-wrap:after,
  .site-cooperation .box-wrap:after,
  .section-refinementprocess .box-wrap:after {
    content: '\f105';
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    display: none; }
  .section-seoprocess- .box-wrap svg,
  .site-cooperation .box-wrap svg,
  .section-refinementprocess .box-wrap svg {
    position: absolute;
    top: 73px;
    right: -17px;
    width: 30px;
    height: 30px;
    z-index: 6; }
    .section-seoprocess- .box-wrap svg path,
    .site-cooperation .box-wrap svg path,
    .section-refinementprocess .box-wrap svg path {
      fill: #eb8259; }
  .section-seoprocess- .box-wrap:last-child:before,
  .site-cooperation .box-wrap:last-child:before {
    content: none; }
  .section-seoprocess- .box-wrap:last-child svg,
  .site-cooperation .box-wrap:last-child svg, 
  .section-refinementprocess .box-wrap:last-child svg {
    display: none; }
  .section-seoprocess- .text-box,
  .site-cooperation .text-box,
  .section-refinementprocess .text-box {
    padding: 35px 50px 35px 50px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1); }
    .section-seoprocess- .text-box > div, .section-seoprocess- .text-box p,
    .site-cooperation .text-box > div,
    .site-cooperation .text-box p {
      z-index: 4; }
    .section-seoprocess- .text-box > div,
    .site-cooperation .text-box > div {
      font-size: 80px; }
    .section-seoprocess- .text-box p,
    .site-cooperation .text-box p {
      line-height: 1.8; }
    .section-seoprocess- .text-box:after, .section-seoprocess- .text-box:before,
    .site-cooperation .text-box:after,
    .site-cooperation .text-box:before,
    .section-refinementprocess .text-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-seoprocess- .text-box:after,
    .site-cooperation .text-box:after {
      background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
      background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
      z-index: 2; }
    .section-seoprocess- .text-box.box-1:before,
    .site-cooperation .text-box.box-1:before,
    .section-refinementprocess .text-box.box-1:before {
      background: url("../img/icon-section-seoprocess--1.png") center right/contain no-repeat;
      z-index: 3; }
    .section-seoprocess- .text-box.box-2:before,
    .site-cooperation .text-box.box-2:before,
    .section-refinementprocess .text-box.box-2:before {
      background: url("../img/icon-section-seoprocess--2.png") center right/contain no-repeat;
      z-index: 3; }
    .section-seoprocess- .text-box.box-3:before,
    .site-cooperation .text-box.box-3:before,
    .section-refinementprocess .text-box.box-3:before {
      background: url("../img/icon-section-seoprocess--3.png") center right/contain no-repeat;
      z-index: 3; }

.section-seocontract .section-title {
  font-size: 36px; }

.section-seocontract p {
  line-height: 1.8; }

.section-seoquestion {
  background: url("../img/section-seoquestion.png") center/cover no-repeat; }

/* end seo page */
/* archive portfolio */
.portfolio-page {
  padding: 50px; }
  .portfolio-page .portfolio-item .image {
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
    .portfolio-page .portfolio-item .image:before {
      content: '';
      position: absolute;
      background: rgba(59, 66, 72, 0.7);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .portfolio-page .portfolio-item .image:hover::before {
      opacity: 1 !important; }
    .portfolio-page .portfolio-item .image:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .portfolio-page .portfolio-item a {
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .portfolio-page .portfolio-item h3 {
    font-size: 22px; }
    .portfolio-page .portfolio-item h3:hover a {
      color: #e95c25; }
  .portfolio-page .portfolio-item p {
    line-height: 22px; }

.portfolio-text {
  padding: 80px 0; }

.portfolio-text .item, .portfolio-services .item {
  line-height: 22px; }
  .portfolio-text .item h3, .portfolio-services .item h3 {
    font-size: 26px; }

.portfolio-services .row .item:first-child {
  background: #e6501d; }

.portfolio-services .row .item:nth-child(2) {
  background: #ed7a26; }

.portfolio-services .row .item:last-child {
  background: #f49a33; }

.portfolio-services .item {
  padding: 60px; }
  .portfolio-services .item a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 576px) {
  .portfolio-page {
    padding-left: 15px;
    padding-right: 15px; } }

/* end archive portfolio */
/* single-portfolio */
.portfolio-container {
  max-width: 1340px; }

.single-portfolio-page .portfolio-works,
.single-portfolio-page .portfolio-mockup, .single-case-page .portfolio-works,
.single-case-page .portfolio-mockup {
  padding: 70px 0; }

.single-portfolio-page .portfilo-description, .single-case-page .portfilo-description {
  padding: 50px 0 0 0;
  background: rgba(0, 22, 36, 0.81);
  background-color: #3b4248; }
  .single-portfolio-page .portfilo-description .text-box, .single-case-page .portfilo-description .text-box {
    color: #fff; }
    .single-portfolio-page .portfilo-description .text-box h1, .single-case-page .portfilo-description .text-box h1 {
      font-size: 36px; }
    .single-portfolio-page .portfilo-description .text-box h1 > a, .single-case-page .portfilo-description .text-box h1 > a {
      font-size: 18px; }
      .single-portfolio-page .portfilo-description .text-box h1 > a:hover, .single-case-page .portfilo-description .text-box h1 > a:hover {
        color: #fff; }
  .single-portfolio-page .portfilo-description .image-box, .single-case-page .portfilo-description .image-box {
    margin-top: 90px; }
    .single-portfolio-page .portfilo-description .image-box .header, .single-case-page .portfilo-description .image-box .header {
      background: url("../img/google-chrome-mockup-light-version.jpg");
      -webkit-background-size: cover;
              background-size: cover;
      height: 31px;
      background-repeat: no-repeat; }

.single-portfolio-page .portfolio-works:after, .single-case-page .portfolio-works:after {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  background: #f1f2f2;
  z-index: -1; }

.single-portfolio-page .portfolio-works .section-title, .single-case-page .portfolio-works .section-title {
  font-size: 32px; }

.single-portfolio-page .portfolio-works .item h3, .single-case-page .portfolio-works .item h3 {
  font-size: 18px; }

.single-portfolio-page .portfolio-works .item p, .single-case-page .portfolio-works .item p {
  line-height: 1.4; }

.single-portfolio-page .portfolio-works .portfolio-doworks, .single-case-page .portfolio-works .portfolio-doworks {
  padding-left: 100px; }
  .single-portfolio-page .portfolio-works .portfolio-doworks .section-title, .single-case-page .portfolio-works .portfolio-doworks .section-title {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    position: absolute;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    left: 15px;
    bottom: 0;
    opacity: 0.5; }
  .single-portfolio-page .portfolio-works .portfolio-doworks .text-box, .single-case-page .portfolio-works .portfolio-doworks .text-box {
    height: auto; }
    .single-portfolio-page .portfolio-works .portfolio-doworks .text-box ul, .single-case-page .portfolio-works .portfolio-doworks .text-box ul {
      padding-left: 25px; }
      .single-portfolio-page .portfolio-works .portfolio-doworks .text-box ul li, .single-case-page .portfolio-works .portfolio-doworks .text-box ul li {
        list-style-type: circle; }
        .single-portfolio-page .portfolio-works .portfolio-doworks .text-box ul li::marker, .single-case-page .portfolio-works .portfolio-doworks .text-box ul li::marker {
          color: #e95c25; }

.single-portfolio-page .portfolio-mockup, .single-case-page .portfolio-mockup {
  background: #f08234;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7c645), to(#ed642c));
  background-image: -webkit-linear-gradient(left, #f7c645 0%, #ed642c 100%);
  background-image: -o-linear-gradient(left, #f7c645 0%, #ed642c 100%);
  background-image: linear-gradient(90deg, #f7c645 0%, #ed642c 100%);
  padding-bottom: 250px; }
  .single-portfolio-page .portfolio-mockup .mockup-mobile, .single-portfolio-page .portfolio-mockup .mockup-tablet, .single-case-page .portfolio-mockup .mockup-mobile, .single-case-page .portfolio-mockup .mockup-tablet {
    top: 0; }
  .single-portfolio-page .portfolio-mockup .mockup-mobile, .single-case-page .portfolio-mockup .mockup-mobile {
    top: 140px;
    left: -5%;
    z-index: 2;
    width: 165px; }
  .single-portfolio-page .portfolio-mockup .mockup-tablet, .single-case-page .portfolio-mockup .mockup-tablet {
    top: 100px;
    width: 240px;
    right: -20%; }

.single-portfolio-page .portfolio-pages .portfolio-container, .single-case-page .portfolio-pages .portfolio-container {
  padding-top: 80px;
  background: #fff;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.single-portfolio-page .portfolio-pagination .portfolio-pagination-item, .single-case-page .portfolio-pagination .portfolio-pagination-item {
  position: relative;
  padding: 115px 0;
  background: rgba(0, 22, 36, 0.75); }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item h3, .single-case-page .portfolio-pagination .portfolio-pagination-item h3 {
    font-size: 28px; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item h3, .single-portfolio-page .portfolio-pagination .portfolio-pagination-item p, .single-case-page .portfolio-pagination .portfolio-pagination-item h3, .single-case-page .portfolio-pagination .portfolio-pagination-item p {
    position: relative;
    z-index: 100;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item p, .single-case-page .portfolio-pagination .portfolio-pagination-item p {
    margin-bottom: 10px; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item .portfolio-pagination-item-bg, .single-portfolio-page .portfolio-pagination .portfolio-pagination-item a, .single-case-page .portfolio-pagination .portfolio-pagination-item .portfolio-pagination-item-bg, .single-case-page .portfolio-pagination .portfolio-pagination-item a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item .portfolio-pagination-item-bg, .single-case-page .portfolio-pagination .portfolio-pagination-item .portfolio-pagination-item-bg {
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 99; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:after, .single-case-page .portfolio-pagination .portfolio-pagination-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(59, 66, 72, 0.55);
    z-index: 99;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.prev, .single-case-page .portfolio-pagination .portfolio-pagination-item.prev {
    padding-right: 15%; }
    .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.prev h3:before, .single-case-page .portfolio-pagination .portfolio-pagination-item.prev h3:before {
      content: '\2190';
      position: absolute;
      font-size: 40px;
      top: -20%;
      left: 0;
      opacity: 0;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.next, .single-case-page .portfolio-pagination .portfolio-pagination-item.next {
    padding-left: 15%; }
    .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.next h3:before, .single-case-page .portfolio-pagination .portfolio-pagination-item.next h3:before {
      content: '\2192';
      font-size: 40px;
      position: absolute;
      top: -20%;
      right: 0;
      opacity: 0;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover:after, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover:after {
    background-color: rgba(59, 66, 72, 0.85); }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover .portfolio-pagination-item-bg, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover .portfolio-pagination-item-bg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.prev h3, .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.prev p, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.prev h3, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.prev p {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px); }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.prev h3:before, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.prev h3:before {
    left: -50px;
    opacity: 1; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.next h3, .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.next p, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.next h3, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.next p {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px); }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item:hover.next h3:before, .single-case-page .portfolio-pagination .portfolio-pagination-item:hover.next h3:before {
    right: -50px;
    opacity: 1; }

.portfolio-contacts {
  padding-bottom: 105px; }
  .portfolio-contacts .text-block {
    padding-top: 65px; }
    .portfolio-contacts .text-block h3 {
      font-size: 24px; }
  .portfolio-contacts .contact-list a {
    padding-left: 50px;
    font-size: 18px; }
  .portfolio-contacts .contact-list .icon svg {
    width: 35px;
    height: 45px; }
  .portfolio-contacts .contact-list .fa-at {
    top: -13px; }
  .portfolio-contacts .form-wrap {
    margin-top: 55px;
    z-index: 4; }
    .portfolio-contacts .form-wrap form {
      background: #fff;
      padding: 25px 45px;
      -webkit-box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 6px 20.16px 3.84px rgba(0, 0, 0, 0.1); }
    .portfolio-contacts .form-wrap .form-control {
      -webkit-border-radius: 0;
              border-radius: 0;
      border: none;
      border-bottom: 1px solid #fdeee9; }
    .portfolio-contacts .form-wrap:before, .portfolio-contacts .form-wrap:after {
      position: absolute;
      z-index: -1; }
    .portfolio-contacts .form-wrap:before {
      content: url("../img/form-bg-1.png");
      top: -35px;
      left: -35px; }
    .portfolio-contacts .form-wrap:after {
      content: url("../img/form-bg-2.png");
      top: 35px;
      left: 125px;
      z-index: -1; }

@media screen and (max-width: 1400px) {
  .portfolio-container {
    width: 100%; }
  .single-portfolio-page .portfolio-contacts .form-wrap:after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); } }

@media screen and (max-width: 1199px) {
  .single-portfolio-page .portfolio-mockup .mockup-mobile {
    top: 100px;
    left: -5%;
    width: 145px; }
  .single-portfolio-page .portfolio-mockup .mockup-tablet {
    width: 200px;
    top: 65px;
    right: -15%; }
  .single-portfolio-page .portfolio-mockup .mockup-macbookair {
    width: 100%; }
  .single-portfolio-page .portfolio-contacts .form-wrap:before {
    top: -25px; }
  .single-portfolio-page .portfolio-contacts .form-wrap:after {
    top: 60px;
    left: 60px; }
  .single-portfolio-page .portfolio-contacts .section-title {
    font-size: 32px; } }

@media screen and (max-width: 991px) {
  .single-portfolio-page .section-title {
    text-align: center; }
  .single-portfolio-page .portfilo-description .image-box {
    margin-top: 50px; }
    .single-portfolio-page .portfilo-description .image-box .portfolio-doworks {
      padding-left: 15px; }
      .single-portfolio-page .portfilo-description .image-box .portfolio-doworks .section-title {
        position: relative;
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .single-portfolio-page .portfolio-mockup .mockup-mobile {
    width: 130px;
    left: 0; }
  .single-portfolio-page .portfolio-mockup .mockup-macbookair {
    width: 605px; }
  .single-portfolio-page .portfolio-mockup .mockup-tablet {
    width: 205px;
    right: 5%; }
  .single-portfolio-page .portfolio-contacts .form-wrap:after {
    left: 54%; }
  .single-portfolio-page .portfolio-works:after, .single-case-page .portfolio-works:after {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .single-portfolio-page .portfilo-description .text-box h1 {
    font-size: 32px; }
  .single-portfolio-page .section-title {
    font-size: 28px !important; }
  .single-portfolio-page .portfolio-mockup .mockup-mobile, .single-portfolio-page .portfolio-mockup .mockup-macbookair, .single-portfolio-page .portfolio-mockup .mockup-tablet {
    position: relative !important;
    display: block;
    margin: 0 auto;
    left: inherit;
    right: inherit; }
  .single-portfolio-page .portfolio-mockup .mockup-macbookair {
    width: 100%; }
  .single-portfolio-page .portfolio-contacts .form-wrap:after {
    top: 95px;
    left: 50%;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); } }

@media screen and (max-width: 576px) {
  .single-portfolio-page .portfilo-description .text-box h1 {
    font-size: 28px; }
  .single-portfolio-page .portfolio-pagination .portfolio-pagination-item {
    padding: 50px 0; }
    .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.next {
      padding-left: 15px; }
    .single-portfolio-page .portfolio-pagination .portfolio-pagination-item.prev {
      padding-right: 15px; }
  .single-portfolio-page .portfolio-contacts .form-wrap:after {
    top: 150px; } }

/* end single portfolio */
/* single-case */
.other-cases ul li {
  margin-bottom: 10px; }
  .other-cases ul li a {
    font-size: 18px; }

.single-case-page .case-additional {
  padding: 50px 0;
  background: #f08234;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7c645), to(#ed642c));
  background-image: -webkit-linear-gradient(left, #f7c645 0%, #ed642c 100%);
  background-image: -o-linear-gradient(left, #f7c645 0%, #ed642c 100%);
  background-image: linear-gradient(90deg, #f7c645 0%, #ed642c 100%); }
  .single-case-page .case-additional .page-content {
    padding: 20px 35px;
    -webkit-border-radius: 15px;
            border-radius: 15px; }

/* end single case */
/* blog page */
.page-archive .navbar {
  padding: 0; }

.page-archive .category-list li {
  padding: 12px 19px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .page-archive .category-list li a {
    font-size: 15px; }

.article-post .section-title {
  font-size: 28px;
  line-height: 32px; }

.article-post .page-content p {
  line-height: 26px;
  margin-bottom: 20px; }

.article-post .page-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0 20px 0; }

.article-post .page-content h3 {
  font-size: 22px;
  font-weight: 500; }

.recommended-area .section-subtitle:after {
  bottom: -5px; }

.recommended-area .news-item .meta {
  padding: 7px;
  bottom: 30px;
  background: #e95c25; }
  .recommended-area .news-item .meta:hover {
    background: #f7c645; }

.recommended-area .news-item header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }

.recommended-area .news-item header a {
  color: #fff; }

.recommended-area .news-item header a.position-absolute {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.recommended-area .news-item:hover header:before {
  background: rgba(59, 66, 72, 0.7); }

/* end blog page */
/* review page */
.review-text .box {
  padding: 30px 20px 20px; }
  .review-text .box .title {
    font-size: 20px; }
  .review-text .box .rating .fa-star path {
    fill: #f7c645; }
  .review-text .box .text {
    font-style: italic;
    line-height: 1.4; }
  .review-text .box .link {
    color: #e95c25; }
    .review-text .box .link:hover {
      text-decoration: underline !important; }

/* end review page */
/* seo-audit page */
.lead-page {
  background: #fff url("../img/seo-audit-bg.png") center/cover no-repeat; }
  .lead-page .section-title > span {
    padding: 0 10px;
    color: #fff;
    background: #e95c25; }
  .lead-page .section-subtitle:before, .lead-page .section-subtitle:after {
    display: none; }

.lead-seo-form h3 {
  line-height: 1.3; }

.text-cta {
  font-size: 28px;
  background: #e95c25;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 5px 9px;
  text-align: center; }
  .text-cta:after {
    content: url(../img/line_with_arrow.svg);
    position: absolute;
    display: block;
    width: 25%;
    bottom: 35px;
    right: -28%;
    -webkit-transform: scale(1, -1) rotate(30deg);
        -ms-transform: scale(1, -1) rotate(30deg);
            transform: scale(1, -1) rotate(30deg); }

.lead-page-tech .section-seocomplaint .section-subtitle > span {
  padding: 3px 15px;
  color: #fff;
  background: #e95c25; }

.lead-page-tech .section-seocomplaint .text-box {
  background: #fff;
  font-size: 20px; }

.lead-page-tech .section-seocomplaint .icon-1:after {
  background: url("../img/xml_18893.png") center/cover no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (max-width: 991px) {
  .lead-page {
    padding-top: 57px; }
  .text-cta:after {
    display: none; } }

/* end seo-audit page */
/* Footer area start */
.footer-area > .container {
  padding-top: 80px;
  padding-bottom: 25px; }
  .footer-area > .container > .row {
    padding-bottom: 60px; }

.footer-area .widget {
  line-height: 1.3; }
  .footer-area .widget h3 {
    font-weight: 500; }
  .footer-area .widget li a {
    font-size: 15px;
    line-height: 30px; }

.footer-area .footer-bottom {
  padding-top: 25px;
  border-top: 1px solid #e1e2e2; }

.footer-area .contact-list:last-child .svg-inline--fa {
  width: 1.8em;
  height: 1.8em; }

.contact-list svg path {
  fill: #eb8259; }

.menu-list a {
  color: #3b4248;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .menu-list a:hover {
    color: #eb8259; }

/* Footer area end */
/******************** Page *********************/
.page-banner {
  background: transparent url("../img/page-banner.png") center/cover no-repeat; }
  .page-banner .page-banner-overlay {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat; }
    .page-banner .page-banner-overlay:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
      background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
      opacity: 0.8; }

.page-title-area {
  padding: 100px 0; }
  .page-title-area .page-title {
    font-size: 30px; }
  .page-title-area .post-categories li {
    display: inline-block; }
  .page-title-area .post-categories a {
    padding: 3px 5px;
    color: #fff;
    font-weight: 500;
    background: #e95c25;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .page-title-area .post-categories a:hover {
      background: #e84607; }

.bread-crumb {
  line-height: 1.6; }
  .bread-crumb a,
  .bread-crumb .separator {
    color: #fff; }

.bread-crumb a {
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .bread-crumb a:hover {
    color: #e95c25; }

.single-post .page-title-area {
  padding: 70px 0; }

.section-main {
  padding: 80px 0 80px; }

.aside .aside-wrap {
  padding: 25px 20px 20px; }

.aside .aside-title {
  font-size: 20px;
  color: #3b4248; }
  .aside .aside-title:after {
    bottom: -8px; }

.aside .service-item {
  padding: 10px 15px; }

.aside .service-item:not(:last-child) {
  margin-bottom: 10px; }

.aside .service-item .image-box {
  width: 45px;
  height: 45px; }

.aside .recent-article {
  margin-bottom: 25px; }
  .aside .recent-article img {
    width: 80px;
    height: 80px; }
  .aside .recent-article:last-child {
    margin-bottom: 0px; }

/******************** Page Archive *********************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0 0px;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .pagination > li {
    display: inline-block;
    margin: 0px 3px 0px 0px; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #3d4245;
      font-weight: 500;
      border: none;
      margin-left: -1px;
      border-bottom: 2px solid #fff;
      -webkit-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s; }
      .pagination > li > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:hover,
      .pagination > li > span:focus,
      .pagination > li > span:focus {
        z-index: 2;
        color: #e95c25;
        border-bottom: 2px solid #e95c25; }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #e95c25;
    border-bottom: 2px solid #e95c25;
    cursor: default; }

/******************** Page Portfolio, Page Cases *********************/
.section-featured {
  padding: 65px 0 100px; }

.featured-carousel .image-wrap {
  height: 220px; }

/******************** Page Post *********************/
.article-post .article-header .meta,
.article-footer {
  border-bottom: 1px solid #e1e2e2; }

.article-footer {
  border-top: 1px solid #e1e2e2; }
  .article-footer .sharer a {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 22px;
    color: #eb8259; }

.aside .cat-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e1e2e2; }

.aside .cat-list li:last-child {
  border-bottom: 0; }

.page-content {
  line-height: 1.8; }

.page-content p {
  margin: 10px 0; }

.page-content b, .page-content strong {
  font-weight: 700; }

.page-content dfn, .page-content cite, .page-content em, .page-content i {
  font-style: italic; }

.page-content sup {
  bottom: 1ex; }

.page-content sub {
  top: .5ex; }

.page-content sup, .page-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  clear: both;
  font-weight: 700; }

.page-content a {
  color: #fd5f16;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.page-content a:hover {
  text-decoration: none; }

.page-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.page-content a img.alignnone {
  /* margin: 5px 20px 20px 0 */
  width: 100%; }

.page-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.page-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.page-content ul, .page-content ol {
  margin: 0 0 1.6em 1.3333em; }

.page-content ul {
  list-style-type: circle; }

.page-content ol {
  list-style: decimal; }

.page-content li > ul, .page-content li > ol {
  margin-bottom: 0; }

.page-content li {
  margin-bottom: 10px;
  padding-left: 7px; }

.page-content code {
  display: block;
  padding: 12px;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font: revert; }

.page-content .color-block, .page-content .inset-block {
  margin: 25px 0; }

.page-content .color-block p {
  margin: 10px 0; }

.page-content h2 {
  font-size: 22px;
  line-height: 1.3636;
  margin-top: 1.1414em;
  margin-bottom: 0.60606em; }

.page-content h3 {
  font-size: 18px;
  line-height: 1.3333;
  margin-top: 1.33em;
  margin-bottom: 0.8333em; }

.page-content h4, .page-content h5, .page-content h6 {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 3.2em;
  margin-bottom: 1.6em; }

.page-content h5, .page-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #969696;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table, th, td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

blockquote:before {
  content: url("../img/left-quote.png");
  display: block;
  margin-bottom: 5px; }

blockquote p {
  font-weight: 600;
  color: #e95c25; }

.color-block {
  padding: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.color-block.orange {
  background: #ed642c;
  color: #fff; }

.color-block.gray {
  background: #f1f2f2; }

.inset-block {
  padding: 20px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.inset-block a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.inset-block .image-box img {
  width: 60px;
  height: 60px; }

.inset-block.color-block.orange p, .inset-block.color-block.orange a {
  color: #fff; }

.inset-block.color-block.gray p, .inset-block.color-block.gray a {
  color: #ed642c; }

.page-content .inset-block p {
  margin: 0;
  font-size: 22px;
  font-weight: 600; }

.page-content img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

@media screen and (min-width: 46.25em) {
  blockquote {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em; }
  blockquote p {
    margin-bottom: 1.75em; }
  blockquote cite, blockquote small {
    font-size: 17px;
    line-height: 1.6471; }
  .page-content h2 {
    font-size: 28px;
    line-height: 1.2069;
    margin-top: 1.931em;
    margin-bottom: 0.9655em; }
  .page-content h3 {
    font-size: 24px;
    line-height: 1.1667;
    margin-top: 2.3333em;
    margin-bottom: 1.1667em; }
  .page-content h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 2.8em;
    margin-bottom: 1.4em; }
  .page-content h5, .page-content h6 {
    font-size: 17px;
    line-height: 1.2353;
    margin-top: 1.7941em;
    margin-bottom: 0.8471em; } }

@media screen and (min-width: 55em) {
  blockquote {
    font-size: 22px;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em; }
  blockquote p {
    margin-bottom: 1.8182em; }
  blockquote cite, blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842; }
  .page-content h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 1.5em;
    margin-bottom: 0.5em; }
  .page-content h3 {
    font-size: 27px;
    line-height: 1.1852;
    margin-top: 1.8704em;
    margin-bottom: 0.6852em; }
  .page-content h4 {
    font-size: 22px;
    line-height: 1.4545;
    margin-top: 2.4091em;
    margin-bottom: 0.9545em; }
  .page-content h5, .page-content h6 {
    font-size: 19px;
    line-height: 1.2632;
    margin-top: 1.8684em;
    margin-bottom: 0.91842em; } }

@media screen and (min-width: 59.6875em) {
  blockquote {
    font-size: 18px;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    margin-left: -1.3333em;
    padding-left: 1.1111em; }
  blockquote cite, blockquote small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6; }
  .page-content h2 {
    font-size: 24px;
    line-height: 1.3846;
    margin-top: 1.3462em;
    margin-bottom: 0.4231em; }
  .page-content h3 {
    font-size: 22px;
    line-height: 1.3636;
    margin-top: 1.6818em;
    margin-bottom: 1.0909em; }
  .page-content h4 {
    font-size: 18px;
    line-height: 1.3333;
    margin-top: 1.4667em;
    margin-bottom: 0.8333em; }
  .entry-content h5, .entry-content h6 {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 1.7em;
    margin-bottom: 1.1em; } }

@media screen and (min-width: 68.75em) {
  blockquote {
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: 1.05em;
    padding-left: 0.85em; }
  blockquote cite, blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471; }
  .page-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    font-size: 27px;
    line-height: 1.2069;
    margin-top: 0.931em;
    margin-bottom: 0.4655em; }
  .page-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
    font-size: 24px;
    line-height: 1.1667;
    margin-top: 1.5em;
    margin-bottom: 0.9em; }
  .page-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 1.3em;
    margin-bottom: 0.9em; }
  .page-content h5, .page-content h6 {
    font-size: 17px;
    line-height: 1.2353;
    margin-top: 1.2941em;
    margin-bottom: 0.6471em; } }

@media screen and (min-width: 77.5em) {
  blockquote {
    font-size: 20px;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: 1.3909em;
    padding: 15px; }
  blockquote.wp-block-quote p {
    margin: 0 !important; }
  blockquote cite, blockquote small {
    font-size: 19px;
    line-height: 1.6842; }
  .page-content h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 1.5em;
    margin-bottom: 0.5em; }
  .entry-content h3 {
    font-size: 27px;
    line-height: 1.1852;
    margin-top: 1.8704em;
    margin-bottom: 0.6852em; }
  .page-content h4 {
    font-size: 22px;
    line-height: 1.4545;
    margin-top: 1.4091em;
    margin-bottom: 0.9545em; }
  .page-content h5, .page-content h6 {
    font-size: 19px;
    line-height: 1.2632;
    margin-top: 1.8684em;
    margin-bottom: 0.5842em; } }

.page-content .blocks-gallery-grid .blocks-gallery-item figcaption,
.page-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1.2em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 143, 44, 0.7)), color-stop(70%, rgba(249, 163, 61, 0.3)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(239, 143, 44, 0.7), rgba(249, 163, 61, 0.3) 70%, transparent);
  background: -o-linear-gradient(bottom, rgba(239, 143, 44, 0.7), rgba(249, 163, 61, 0.3) 70%, transparent);
  background: linear-gradient(0deg, rgba(239, 143, 44, 0.7), rgba(249, 163, 61, 0.3) 70%, transparent); }

@media screen and (max-width: 1199px) {
  .rd-navbar-nav-wrap > nav {
    margin-right: 0; }
  .rd-navbar-fixed .rd-navbar-brand img {
    display: block; }
  .rd-navbar-nav-wrap > nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .image-bg {
    width: 100px; }
  .services-area .service-item {
    height: 230px; }
  .section-pretitle:after, .section-pretitle:before {
    width: 100%; }
  .section-pretitle:after {
    top: 0; }
  .section-pretitle:before {
    top: initial;
    bottom: 0; }
  /* seo page */
  .section-seoprocess- .text-box {
    padding: 15px 20px 15px 20px; }
  .section-seoprocess- .box-wrap:before {
    width: 40px;
    height: 40px;
    top: 50px;
    right: -21px; }
  .section-seoprocess- .box-wrap svg {
    width: 25px;
    height: 25px;
    top: 58px;
    right: -14px; } }

@media screen and (max-width: 991px) {
  .rd-navbar-fixed .rd-navbar-brand {
    left: 15px; }
  .main-banner-carousel {
    padding-top: 110px; }
  .main-banner .section-title {
    font-size: 32px;
    line-height: 36px; }
  .portfolio-item {
    margin-right: auto;
    margin-left: auto; }
    .portfolio-item .portfolio-item-small, .portfolio-item .portfolio-item-big {
      height: 320px; }
  /* site page */
  .site-task .col-lg-3:nth-child(2):after, .site-task .col-lg-3:nth-child(5):after {
    display: none; }
  .site-task .col-lg-3:nth-child(3):after {
    display: block; }
  .site-type .nav-item {
    width: 100%; }
  .site-type .nav-link-landings {
    -webkit-border-top-right-radius: 40px;
            border-top-right-radius: 40px; }
  .site-type .nav-link-store {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0; }
  .site-work .text-box {
    padding-left: 20px;
    padding-right: 20px; }
  .site-us .col-lg-3:after {
    right: -75%; }
  .site-us .col-lg-3:nth-child(2):after {
    display: none; }
  /* restore page */
  .form-area-1.restore-page-form-area-1 .form-question:after {
    display: none; }
  .form-area-1.restore-page-form-area-1 .form-wrap {
    padding-top: 20px;
    background-image: none; }
  .section-process .process-box:nth-child(2):after {
    bottom: 0%;
    -webkit-transform: scale(-1, -1) rotate(-45deg);
    -ms-transform: scale(-1, -1) rotate(-45deg);
        transform: scale(-1, -1) rotate(-45deg); }
  .section-process .process-box .text-box {
    padding: 0 40px; }
  /* seo page */
  .page-seo {
    padding: 95px 0 85px; }
  .section-seoprocess- .box-wrap:before {
    content: none; }
  .section-seoprocess- .box-wrap svg {
    top: 82%;
    right: 48%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0; }
  .services-area > .container,
  .form-area-2,
  .portfolio-area,
  .about-area > .container,
  .mission-area > .container,
  .footer-area > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .portfolio-item {
    width: 100%; }
  .form-area-1 {
    padding-top: 50px; }
    .form-area-1 .form-wrap {
      background-image: none; }
  .footer-area > .container,
  .footer-area > .container > .row {
    padding-bottom: 20px; }
  /* page site */
  .page-site {
    padding: 90px 0 50px; }
  /* restore page */
  .section-process .process-box:nth-child(1):after {
    top: 100%;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .section-process .process-box:nth-child(2):after {
    left: -100%;
    -webkit-transform: scale(1, -1) rotate(-90deg);
    -ms-transform: scale(1, -1) rotate(-90deg);
        transform: scale(1, -1) rotate(-90deg); }
  .section-process .process-box:nth-child(3):after {
    top: 100%;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .section-process .process-box .text-box {
    padding: 0 20px; }
  /* seo page */
  .section-seocomplaint .section-subtitle {
    font-size: 20px; }
  .section-seocomplaint .text {
    font-size: 18px; }
  .section-seoprocess- .box-wrap svg {
    top: 82%;
    right: 48%; }
  .section-seoprice .section-pretitle {
    font-size: 32px; }
  .section-seoprice .image-box > div {
    padding: 10px; }
  .section-seoprice .text-box p {
    font-size: 14px;
    line-height: 1.2; }
  .page-seo {
    padding: 95px 0 35px; }
    .page-seo .wrap {
      line-height: 1.2; }
      .page-seo .wrap .section-title {
        font-size: 26px; }
    .page-seo .col-4 {
      padding: 0 5px; } }

@media screen and (max-width: 576px) {
  .section-title {
    font-size: 28px;
    line-height: 38px; }
  .services-area .row .col-sm-6 {
    margin-top: 1.5rem; }
  .services-area .service-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%; }
  /* restore page */
  .section-economy .economy-box .text-box {
    padding-left: 0; }
  .arrow-box:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -30px;
    left: 50%; }
  /* end restore page */
  /* site page */
  .site-task .round-box {
    padding: 15px 27px;
    font-size: 45px; }
  .site-task .col-lg-3:after {
    display: none !important; }
  .site-type .nav-link {
    padding-top: 15px;
    padding-bottom: 15px; }
  .site-us .col-lg-3:after {
    display: none; }
  .tab-pane-title {
    font-size: 26px;
    line-height: 1.2; }
  /* seo page */
  .section-seoprocess- .text-box > div {
    font-size: 60px; }
  .section-seoprocess- .text-box p {
    line-height: 1.4; }
  .section-consistof .text-box {
    padding: 15px 20px; }
    .section-consistof .text-box h3 {
      font-size: 18px; }
  .section-seodescription .text-box h3 {
    font-size: 18px; }
  .page-seo .text-box > div {
    background: none !important; }
  .page-seo .text-box p {
    font-size: 12px; }
  .page-seo .text-box img {
    -webkit-filter: brightness(10.5);
            filter: brightness(10.5); }
  .section-seocomplaint .text-box .number {
    left: 25px; } }

@media screen and (max-width: 375px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    width: 150px; }
  .services-area .service-item {
    width: 90%; } }

/* forms */
.message-error {
  display: none;
  font-size: 15px;
  color: #fa0000; }

#restoreFormAudit .form-group {
  margin-bottom: 32px; }

/* end forms */
/* page contacts */
.page-contacts .form-wrap .form-group textarea {
  height: 130px; }

.page-contacts .form-wrap .form-control:focus {
  border-color: #eb8259; }

/* end page contscts */
/* refinement */
.page-refinement {
  padding: 100px 0;
}
.page-refinement p {
  font-size: 20px;
    line-height: 28px;
}
.service-refinement-banner {
  background: transparent url("../img/service-refinement-banner.jpg") center/cover no-repeat; }
.section-refinementprocess .text-box {
  height: auto;
}
.section-consistof.refinement .text-box {
  border: 1px solid rgb(233, 92, 37);
}
.section-seocomplaint .text-box.icon-2 {
  background: url(../img/xml_2.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-3 {
  background: url(../img/integration_3.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-4 {
  background: url(../img/calculator_4.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-5 {
  background: url(../img/personal_5.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-6 {
  background: url(../img/func_6.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-7 {
  background: url(../img/business_7.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-8 {
  background: url(../img/design_8.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-9 {
  background: url(../img/seo_9.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-10 {
  background: url(../img/noun-list.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-11 {
  background: url(../img/noun-calendar.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-12 {
  background: url(../img/noun-download.png) center/cover no-repeat;
}
.section-seocomplaint .text-box.icon-13 {
  background: url(../img/noun-check-mark.png) center/cover no-repeat;
}
.section-refinementworks a.text-box {
  font-size: 16px;
  font-weight: 500;
  color: #3b4248;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}
.section-refinementworks a.text-box span.bg {
  background: url(../img/business_7.png) right/cover no-repeat;
    width: 25%;
}
.section-refinementprocess .image-box {
  font-size: 55px;
}
.section-refinementprocess .round {
  top: 10px;
  left: 10px;
}
.section-refinementprocess p {
  z-index: 6;
}
.section-refinementprocess .text-box.box-4:before {
      background: url("../img/happy.png") center right/contain no-repeat;
      z-index: 3; }
.section-refinementprocess .text-box {
        padding: 20px;
      }
      .section-refinementprice .price-row {
        font-size: 18px;
      }
.section-refinementprice .price-row span {
        padding: 5px 0;
    display: inline-block;
    background: #fff;
}
.section-refinementprice .price-row-name:after {
    content: " ";
    position: absolute;
    height: 1.6rem;
    width: 100%;
    top: -0.2rem;
    left: 0;
    z-index: -1;
    border-bottom: 0.1rem dotted #afb3b3;
}      
/* 1c page */
.page-onec {
  padding: 150px 0;
}
.service-onec-banner {
  background: transparent url("../img/banner-1c.jpeg") center/cover no-repeat; }
.onec-info .site-work .text-box {
  padding: 15px 15px;
  height: auto;
  font-size: 20px;
}
.onec-benefit .text-box {
  padding: 15px 15px;
}
.section-onec-process .text-box {
  padding-left: 20px;
}
.section-onec-process .text-box .round {
  top: 10px;
  left: 10px;
}
.section-onec-process .text-box .digit {
  font-size: 80px;
}
.section-onec-process .text-box.box-4:before {
  background: url("../img/noun-html.png") center right/contain no-repeat;
  z-index: 3;
}
/* end 1c page*/