/* ***** FONTS ***** */
@font-face {
  font-family: 'Segoe Light';
  src: url("../fonts/Segoe-Light.ttf"); }

@font-face {
  font-family: 'Segoe';
  src: url("../fonts/Segoe.ttf"); }

@font-face {
  font-family: 'Segoe Semibold';
  src: url("../fonts/Segoe-Semibold.ttf"); }

@font-face {
  font-family: 'Segoe Bold';
  src: url("../fonts/Segoe-Bold.ttf"); }

/* ***** DEFAULT ***** */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  font-size: 10px;
  overflow-x: hidden !important; }

body {
  font-size: 1.8rem;
  font-family: 'Segoe Light', sans-serif;
  background-color: #f6f6f6;
  position: relative; }

main.content {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

button {
  background: none;
  border: none;
  outline: none; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #000; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    display: inline-block; }

h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  background: #fff;
  z-index: 150; }

.panel {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none; }

.no-padding {
  padding: 0; }

.ptb-15rem {
  padding-top: 17rem;
  padding-bottom: 17rem; }

.ptb-10rem {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.ptb-9rem {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.mt-20rem {
  margin-top: 20rem; }

.mtb-20rem {
  margin-top: 20rem;
  margin-bottom: 20rem; }

.flex {
  display: flex; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-v-center {
  display: flex;
  align-items: center; }

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

.title-6rem {
  font-size: 6rem;
  margin-bottom: 7rem;
  font-family: 'Segoe Light', sans-serif; }

.visible-550 {
  display: none;
  text-transform: uppercase; }

div.swiper-lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.swiper-slide {
  position: relative; }

.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 1; }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #000; }

.yt-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.yt-container iframe,
.yt-container object,
.yt-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-images {
  height: 100%;
  object-fit: contain;
  width: 100%; }

/* ***** Editor Body ***** */
.editor-body h2, .editor-body h3 {
  font-size: 7rem;
  margin-bottom: 5rem;
  text-transform: uppercase; }

.editor-body h3, .editor-body h4 {
  font-size: 6.5rem;
  font-family: 'Segoe Light', sans-serif; }

.editor-body h4 {
  font-size: 4rem;
  margin-bottom: 4rem; }

.editor-body p, .editor-body li {
  margin-bottom: 5rem;
  font-size: 2.4rem; }
  .editor-body p strong, .editor-body li strong {
    display: inline;
    margin: 0; }

.editor-body a {
  color: #498dc7;
  font-family: 'Segoe Semibold', sans-serif; }
  .editor-body a:hover {
    text-decoration: underline; }

.editor-body li {
  margin-bottom: 2px;
  position: relative;
  display: block; }
  .editor-body li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .75rem;
    display: inline-block;
    background-size: 75% !important; }

.editor-body strong {
  font-family: 'Segoe Bold', sans-serif;
  font-size: 2.2rem;
  display: block;
  margin-bottom: 3rem; }

.black-correct li {
  padding-left: 4rem;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-family: 'Segoe', sans-serif; }
  .black-correct li:before {
    height: 3.2rem;
    width: 3.2rem;
    background: url("../images/list-cloudy-check.svg") no-repeat center center; }

.simple-correct li {
  padding-left: 3.6rem;
  font-size: 2.6rem;
  line-height: 3.6rem; }
  .simple-correct li:before {
    top: .55rem;
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/list-simple-check.svg") no-repeat center center; }

.arrow-triangle li,
.arrow-select li {
  padding-left: 4rem;
  font-size: 3rem;
  line-height: 4rem; }
  .arrow-triangle li:before,
  .arrow-select li:before {
    width: 3rem;
    height: 3rem;
    background: url("../images/list-arrow-triangle.svg") no-repeat center center;
    background-size: 100% !important; }

.arrow-select li {
  padding: 0 1.5rem .5rem 5rem; }
  .arrow-select li:before {
    left: 1rem;
    background: url("../images/list-arrow-long.svg") no-repeat center center; }
  .arrow-select li:nth-child(odd) {
    background: #eeeeee; }

.arrow-double li {
  padding-left: 3rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #4b5259; }
  .arrow-double li:before {
    top: .25rem;
    height: 2.8rem;
    width: 2.8rem;
    background: url("../images/list-double-arrow.svg") no-repeat center center;
    background-size: 100% !important; }

.arrow-targets-colored-green li,
.arrow-targets-colored-red li {
  color: #fff;
  border-radius: 1rem;
  padding: .5rem 2.5rem .6rem 6rem;
  font-size: 3rem;
  line-height: 3.8rem;
  font-family: 'Segoe', sans-serif;
  background-image: linear-gradient(-90deg, #416c57, #19598c); }
  .arrow-targets-colored-green li:before,
  .arrow-targets-colored-red li:before {
    left: 1rem !important;
    top: .45rem;
    width: 4rem;
    height: 4rem;
    background: url("../images/list-target.svg") no-repeat center center;
    background-size: 80% !important; }

.arrow-targets-colored-red li {
  background-image: linear-gradient(-90deg, #c70b28, #2d4b85); }

/* ***** Header ***** */
.menu-toggler {
  cursor: pointer;
  position: fixed;
  top: 5.2rem;
  left: 5rem;
  width: 3.6rem;
  height: 2.4rem;
  transition: .4s ease; }
  .menu-toggler span {
    width: 100%;
    height: 2px;
    background: #7D7C7A;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: -1px; }
    .menu-toggler span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    .menu-toggler span:nth-child(3) {
      top: 100%;
      margin-top: -2px; }
  .menu-toggler:hover {
    opacity: .6; }

header {
  position: absolute;
  top: 4.8rem;
  left: 0;
  width: 100%;
  z-index: 100; }
  header .mobile-langs {
    font-family: 'Segoe Bold', sans-serif;
    margin-right: 3.8rem; }
    header .mobile-langs a {
      color: #fff; }
    header .mobile-langs img {
      width: 3rem;
      margin-top: -2px; }

.header-inner {
  justify-content: space-between;
  align-items: center; }

.logo, .logo:hover {
  font-size: 3.4rem;
  font-family: 'Segoe Bold', sans-serif;
  line-height: 2.8rem;
  color: #fff;
  transition: .4s ease; }
  .logo span, .logo:hover span {
    color: #7D7C7A; }

.logo:hover {
  opacity: .6; }

.main-menu li {
  display: inline-block;
  margin-left: 4.4rem;
  position: relative; }
  .main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 7rem;
    padding-top: 3.4rem;
    transform: translateX(-50%); }
    .main-menu li > ul > img {
      margin-bottom: 2rem; }
    .main-menu li > ul .triangle {
      position: absolute;
      top: 1rem;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 9px solid #fff; }
    .main-menu li > ul li {
      margin: 0;
      display: block; }
    .main-menu li > ul a {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 1rem 2px;
      font-size: 1.5rem;
      text-transform: lowercase;
      margin-top: -1px; }
      .main-menu li > ul a img {
        margin-right: 5px;
        width: 2.9rem; }

.main-menu li:hover > ul {
  display: block; }

.main-menu a {
  color: #fff;
  font-family: 'Segoe Semibold', sans-serif;
  transition: .4s ease; }
  .main-menu a:hover {
    opacity: .6; }

header.dark .menu-toggler span {
  background: #000; }

header.dark .logo, header.dark .logo:hover {
  color: #000; }
  header.dark .logo span, header.dark .logo:hover span {
    color: #000; }

header.dark .main-menu a {
  color: #000; }

header.dark .main-menu li > ul .triangle {
  border-bottom: 9px solid #000; }

header.dark .main-menu li > ul a {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

header.dark .mobile-langs a {
  color: #000; }

/* ***** Side Menu ***** */
.side-menu {
  position: fixed;
  z-index: 110;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s ease;
  background: rgba(255, 255, 255, 0.99); }
  .side-menu .side-menu-inner {
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .side-menu .scrollable {
    height: 100vh; }
  .side-menu .side-menu-links {
    width: 81.33333333%;
    margin: 7rem auto; }
    .side-menu .side-menu-links .panel > div {
      align-items: center;
      position: relative; }
    .side-menu .side-menu-links .panel span.collapsed .close-accordion {
      opacity: 0; }
    .side-menu .side-menu-links .panel span.collapsed .open-accordion {
      opacity: 1; }
    .side-menu .side-menu-links .panel span {
      position: absolute;
      top: .1rem;
      left: -2.8rem;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      transition: .4s ease; }
      .side-menu .side-menu-links .panel span:hover {
        background: #E0E0E0; }
      .side-menu .side-menu-links .panel span b {
        display: block;
        line-height: 2rem;
        cursor: pointer;
        font-size: 2rem;
        margin-top: -.18rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .side-menu .side-menu-links .panel span .open-accordion {
        opacity: 0; }
    .side-menu .side-menu-links > ul {
      width: 24.7%;
      float: left;
      padding: 3%;
      margin-bottom: 15px; }
      .side-menu .side-menu-links > ul p {
        font-size: 2.4rem;
        font-family: 'Segoe Bold', sans-serif;
        color: #498dc7;
        margin-bottom: 3rem;
        transition: .4s ease; }
        .side-menu .side-menu-links > ul p:hover {
          opacity: .6; }
      .side-menu .side-menu-links > ul > li {
        display: block;
        border-bottom: 1px solid #c9c9c9;
        padding: 2px 0 4px 0; }
        .side-menu .side-menu-links > ul > li a {
          position: relative;
          color: #000;
          font-family: 'Segoe', sans-serif;
          transition: .4s ease; }
          .side-menu .side-menu-links > ul > li a:hover {
            opacity: .6; }
        .side-menu .side-menu-links > ul > li ul {
          margin: 5px 0 5px 0; }
          .side-menu .side-menu-links > ul > li ul li {
            width: 100%; }
          .side-menu .side-menu-links > ul > li ul a {
            color: #6B6B6B;
            font-size: 1.9rem; }
  .side-menu .close-side-menu {
    padding: 2rem 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 13px);
    z-index: 10;
    opacity: 0;
    transform: translateY(100px);
    transition: .4s ease; }
    .side-menu .close-side-menu img {
      transition: .4s ease;
      cursor: pointer;
      width: 3.7rem; }
      .side-menu .close-side-menu img:hover {
        opacity: .6; }
    .side-menu .close-side-menu.active {
      transform: translateY(0);
      opacity: 1; }
  .side-menu .close-side-menu-2 {
    position: absolute;
    top: 4.4rem;
    left: 5rem;
    z-index: 5;
    width: 4rem;
    height: 4rem;
    transition: .3s ease;
    cursor: pointer; }
    .side-menu .close-side-menu-2 span {
      height: 2px;
      width: 100%;
      background: #000;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      transform: rotate(45deg); }
      .side-menu .close-side-menu-2 span:last-child {
        transform: rotate(-45deg); }
    .side-menu .close-side-menu-2:hover {
      transform: rotate(90deg);
      opacity: .6; }

.side-menu.active {
  top: 0; }

/* ***** Content ***** */
.scroll-top {
  position: fixed;
  bottom: 4.4rem;
  right: 5rem;
  z-index: 4;
  opacity: 0;
  transition: .4s ease; }
  .scroll-top img {
    width: 3.6rem;
    cursor: pointer; }

.fixed-anchors {
  background: #f6f6f6;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  padding: 5rem 4rem 5rem 4.4rem;
  z-index: 4;
  align-items: flex-end;
  opacity: 0;
  transition: .4s ease; }
  .fixed-anchors li {
    display: block; }
    .fixed-anchors li:hover a, .fixed-anchors li.active a {
      color: #498dc7; }
  .fixed-anchors a {
    color: #4a565c;
    padding: 0 !important; }

/* ***** Main page intro ***** */
.main-page-intro {
  position: relative;
  z-index: 10;
  overflow: hidden;
  min-height: 100vh; }
  .main-page-intro .intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 3s ease; }
  .main-page-intro video {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%; }
  .main-page-intro .intro-content {
    min-height: 100vh;
    position: relative; }
  .main-page-intro h1 {
    max-width: 70rem;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s ease;
    opacity: 0;
    left: -100px;
    font-family: 'Segoe Semibold', sans-serif; }
  .main-page-intro .we-offer {
    position: absolute;
    left: 0;
    padding: 0 15px;
    bottom: 6rem;
    width: 100%;
    justify-content: space-between;
    color: #fff; }
    .main-page-intro .we-offer h3 {
      font-family: 'Segoe Bold', sans-serif;
      cursor: pointer;
      max-width: 13rem;
      font-size: inherit;
      opacity: .6; }
      .main-page-intro .we-offer h3:hover {
        opacity: 1; }
      .main-page-intro .we-offer h3 img {
        width: 1.5rem;
        margin: -.5rem 0 0 10px; }
    .main-page-intro .we-offer .anchor-slider {
      position: relative;
      width: 83%;
      padding: 0 5rem; }
      .main-page-intro .we-offer .anchor-slider .swiper-slide h3 {
        font-family: 'Segoe Light', sans-serif; }
      .main-page-intro .we-offer .anchor-slider .swiper-slide a {
        color: #fff;
        padding-bottom: 4px;
        opacity: .7; }
        .main-page-intro .we-offer .anchor-slider .swiper-slide a:hover {
          opacity: 1; }
      .main-page-intro .we-offer .anchor-slider .swiper-button-disabled {
        opacity: 0; }
      .main-page-intro .we-offer .anchor-slider .swiper-button-prev,
      .main-page-intro .we-offer .anchor-slider .swiper-button-next {
        outline: none;
        background: none;
        width: auto;
        height: auto;
        left: 0;
        margin: 0;
        transform: translateY(-60%);
        opacity: .5; }
        .main-page-intro .we-offer .anchor-slider .swiper-button-prev img,
        .main-page-intro .we-offer .anchor-slider .swiper-button-next img {
          width: 1.3rem; }
        .main-page-intro .we-offer .anchor-slider .swiper-button-prev:hover,
        .main-page-intro .we-offer .anchor-slider .swiper-button-next:hover {
          opacity: 1; }
      .main-page-intro .we-offer .anchor-slider .swiper-button-next {
        left: auto;
        right: 0; }
        .main-page-intro .we-offer .anchor-slider .swiper-button-next img {
          transform: rotate(180deg); }

.main-page-intro.loaded .intro-bg {
  transform: scale(1.03); }

.main-page-intro.loaded h1 {
  opacity: 1;
  left: 15px; }

/* ***** About (Main) ***** */
.main-about .title-6rem {
  font-family: 'Segoe Bold', sans-serif; }

/* ***** Service Block (Main) ***** */
.service-block {
  margin-bottom: 11rem; }
  .service-block .bg-image {
    margin-bottom: 6rem;
    min-height: 26vw; }
  .service-block h2 {
    font-size: 6.5rem;
    max-width: 4.5rem;
    color: #fff;
    font-family: 'Segoe Bold', sans-serif;
    position: relative; }
    .service-block h2:before {
      content: '#';
      display: inline-block;
      position: absolute;
      top: 0;
      left: -6rem; }
    .service-block h2 a {
      color: #fff; }
  .service-block .desc p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 3rem; }
  .service-block .desc a {
    font-size: 2.2rem;
    padding: 1.2rem 4rem;
    border: 1px solid #4a565c;
    transition: .4s ease; }
    .service-block .desc a:hover {
      border: 1px solid #fff;
      background: #498dc7;
      color: #fff;
      box-shadow: 0 6px 4px -2px rgba(0, 0, 0, 0.3); }

/* ***** Portfolio (Main) ***** */
.portfolio .swiper-container, .tools .swiper-container {
  width: 100%;
  padding-left: calc(10.33333333% + 15px);
  padding-right: 5rem; }

.portfolio a, .tools a {
  display: block; }

.portfolio .swiper-wrapper img, .tools .swiper-wrapper img {
  width: 100%; }

.portfolio .swiper-wrapper .name, .tools .swiper-wrapper .name {
  margin: 3rem 0 0 4.5rem;
  font-size: 3rem;
  color: #4a565c; }

.portfolio .swiper-wrapper .swiper-slide, .tools .swiper-wrapper .swiper-slide {
  overflow: hidden; }

/* ***** Faq (Main) ***** */
.faq h3 {
  font-size: 3rem;
  margin-bottom: 8rem;
  max-width: 40rem; }
  .faq h3 img {
    width: 9rem;
    margin-right: 2.5rem; }

.faq .faq-slider {
  margin-left: calc(16.66666667% + 15px);
  width: 100%; }
  .faq .faq-slider .all-questions {
    color: #498dc7;
    margin-top: 4rem; }

.faq .swiper-wrapper {
  margin-bottom: 5rem; }

.faq .swiper-slide {
  opacity: .5; }
  .faq .swiper-slide h4 {
    font-size: 3rem;
    font-family: 'Segoe Semibold', sans-serif;
    margin-bottom: 4rem; }
  .faq .swiper-slide p {
    color: #636363;
    max-width: 60rem;
    line-height: 3.6rem; }

.faq .swiper-slide-active {
  opacity: 1; }

.faq .swiper-pagination {
  left: 0;
  bottom: 0;
  text-align: left; }
  .faq .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #9590a0;
    opacity: 1; }
  .faq .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
    background: #000; }

/* ***** Tools (Main) ***** */
.tools .swiper-slide {
  padding: 3.5rem;
  position: relative;
  min-height: 18.8vw;
  transition: .4s ease; }
  .tools .swiper-slide a {
    color: #fff; }
  .tools .swiper-slide h4 {
    font-size: 4.3rem;
    margin-bottom: 2.8rem;
    font-family: 'Segoe Semibold', sans-serif; }
  .tools .swiper-slide h5 {
    font-weight: normal;
    font-size: 2.4rem; }
  .tools .swiper-slide:hover {
    opacity: .7; }

.tools .swiper-lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* ***** Clients (Main) ***** */
.client {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px 4rem;
  min-height: 13vw;
  margin-bottom: 30px;
  transition: .4s ease; }
  .client a {
    display: block;
    height: 100%;
    width: 100%; }
  .client img {
    margin: 0 auto;
    max-height: 100%; }
  .client:hover {
    box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.15); }

/* ***** Contact ***** */
.contact {
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  z-index: 6;
  min-height: 100vh; }
  .contact .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.main-goals {
  position: absolute;
  left: calc(10.33333333% + 15px);
  bottom: 24rem;
  color: #fff;
  font-size: 3.8rem;
  font-family: 'Segoe Bold', sans-serif; }
  .main-goals strong {
    display: block;
    font-weight: lighter;
    font-family: 'Segoe Light', sans-serif;
    margin-bottom: 5rem; }
  .main-goals h3 {
    font-size: 3.8rem; }

.contact-form-wrapper #cooperationform-channels {
  overflow: hidden; }

.contact-form-wrapper form {
  position: relative;
  width: 100%; }

.contact-form-wrapper .next {
  position: absolute;
  right: 12rem;
  bottom: 7rem;
  z-index: 5;
  color: #000;
  text-transform: uppercase;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  transition: .4s ease; }
  .contact-form-wrapper .next img {
    transition: .4s ease;
    margin-left: 3rem;
    width: 3.9rem;
    position: relative; }
  .contact-form-wrapper .next:hover {
    opacity: .6; }
    .contact-form-wrapper .next:hover img {
      transform: translateX(1rem); }

.contact-form-wrapper .submit-btn {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-family: 'Segoe Medium', sans-serif; }
  .contact-form-wrapper .submit-btn img {
    margin-left: 10px;
    width: 3rem; }

.contact-form-wrapper .contact-form-content {
  background: white;
  min-height: 100vh;
  transform: translateX(60vw);
  transition: .3s ease; }
  .contact-form-wrapper .contact-form-content.step-one {
    transform: translateX(8vw); }
  .contact-form-wrapper .contact-form-content.step-two {
    transform: translateX(-84vw); }
    .contact-form-wrapper .contact-form-content.step-two + .next {
      display: none; }

.contact-form-wrapper .about-customer {
  background: #fff;
  padding: 10rem 12rem;
  min-width: 40vw; }
  .contact-form-wrapper .about-customer h4 {
    font-size: 4.8rem;
    margin-bottom: 6rem; }
  .contact-form-wrapper .about-customer .form-group {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #cdd3d8;
    margin-bottom: 2.5rem;
    padding: 1.5rem 0; }
    .contact-form-wrapper .about-customer .form-group .help-block {
      display: none; }
    .contact-form-wrapper .about-customer .form-group img {
      width: 3.4rem; }
    .contact-form-wrapper .about-customer .form-group.has-error {
      border-bottom: 2px solid #C42021; }
    .contact-form-wrapper .about-customer .form-group.has-success {
      border-bottom: 2px solid #53DD6C; }
  .contact-form-wrapper .about-customer input {
    margin-left: 3rem;
    outline: none;
    font-size: 2rem;
    width: 100%;
    background: none;
    border: none; }

.contact-form-wrapper .interested-categories {
  padding: 10rem 12rem;
  min-width: 52vw;
  background: #e4ebed; }
  .contact-form-wrapper .interested-categories h2 {
    font-size: 3rem;
    margin: 1rem 0 3.5rem 0; }
  .contact-form-wrapper .interested-categories .category {
    float: left;
    width: 50%;
    padding: 0 3.5rem 0 0;
    margin-bottom: 2rem; }
    .contact-form-wrapper .interested-categories .category h3 {
      margin-bottom: 5rem;
      color: #4e84b6;
      font-family: 'Segoe Semibold', sans-serif; }
    .contact-form-wrapper .interested-categories .category .form-group {
      display: flex;
      align-items: center; }
      .contact-form-wrapper .interested-categories .category .form-group input {
        display: none; }
      .contact-form-wrapper .interested-categories .category .form-group label {
        padding-left: 4rem;
        font-family: 'Segoe Semibold', sans-serif;
        position: relative;
        margin-bottom: 1rem; }
        .contact-form-wrapper .interested-categories .category .form-group label:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 2px;
          width: 2.5rem;
          height: 2.4rem;
          border: 2px solid #000;
          border-radius: 4px; }
      .contact-form-wrapper .interested-categories .category .form-group input[type="checkbox"]:checked + label:before {
        background: url("../images/check.png") no-repeat center center;
        background-size: 70%; }
  .contact-form-wrapper .interested-categories .category:nth-child(even) {
    float: right; }

.contact-form-wrapper .thanks {
  position: relative;
  background: #fff;
  padding: 2rem;
  min-width: 92vw;
  font-size: 6rem;
  line-height: 6.4rem;
  font-family: 'Segoe Light', sans-serif; }
  .contact-form-wrapper .thanks .cancel-form {
    position: absolute;
    top: 5rem;
    right: 7rem;
    width: 4rem;
    cursor: pointer; }
  .contact-form-wrapper .thanks div {
    width: 100%; }
  .contact-form-wrapper .thanks p:first-child {
    margin-bottom: 40px; }

/* ***** Footer ***** */
footer {
  background: #f6f6f6;
  position: relative;
  z-index: 5; }
  footer a {
    transition: .4s ease; }
    footer a:hover {
      opacity: .6; }
  footer .inner {
    padding: 20rem 0 10rem 0; }

.result-block {
  display: none; }

.subscribe {
  float: left;
  width: 25%;
  padding: 0 4% 0 0; }
  .subscribe h2 {
    font-size: 3.6rem;
    margin-bottom: 8rem;
    font-family: 'Segoe Bold', sans-serif; }
  .subscribe p {
    font-size: 1.6rem;
    color: #888888; }
  .subscribe .form-group {
    margin: 3rem 0; }
  .subscribe input {
    outline: none;
    border: 1px solid #4a565c;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    width: 100%;
    background: none; }
  .subscribe button {
    text-transform: uppercase;
    padding: 1.2rem 3rem;
    background: #373737;
    border: 1px solid #373737;
    border-radius: 10px;
    color: #fff;
    font-family: 'Segoe Bold', sans-serif;
    transition: .4s ease; }
    .subscribe button:hover {
      background: #4e84b6;
      color: #fff;
      border: 1px solid #fff;
      box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.3); }
  .subscribe .form-group.has-error input {
    border: 2px solid #C42021; }
  .subscribe .form-group.subscribe-success input {
    animation: subscribed 2s; }

@keyframes subscribed {
  0% {
    border: 1px solid #4a565c;
    background: #fff; }
  50% {
    border: 1px solid #0CCE6B;
    background: #7AE4AE; }
  100% {
    border: 1px solid #4a565c;
    background: #fff; } }

.footer-menu ul {
  width: 25%;
  padding: 0 2%;
  float: left; }
  .footer-menu ul p {
    margin-bottom: 2.3rem;
    font-family: 'Segoe Bold', sans-serif;
    color: #4e84b6;
    font-size: 2.2rem; }
  .footer-menu ul li {
    display: block;
    margin-bottom: .5rem; }

footer .bottom {
  padding: 4rem 0; }
  footer .bottom .flex-wrap {
    justify-content: space-between;
    align-items: center;
    color: #636363; }
  footer .bottom .socials li {
    margin-left: 5px; }
  footer .bottom .socials a {
    background: #373737;
    padding: .5rem 0 .55rem 0;
    width: 3.7rem;
    text-align: center;
    color: #fff;
    border-radius: .5rem; }

/* ***** About ***** */
.about-page .page-title {
  font-size: 4.8rem;
  font-family: 'Segoe Bold', sans-serif; }

.about-page .page-img {
  margin: 6rem 0 8rem 0; }
  .about-page .page-img img {
    width: 100%; }

.about-page .description p {
  font-size: 2.4rem;
  margin-bottom: 3.5rem; }
  .about-page .description p:first-child {
    font-family: 'Segoe Bold', sans-serif; }

/* ***** Service Inner ***** */
.service-intro {
  position: relative;
  overflow: hidden; }
  .service-intro .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 3s ease; }
  .service-intro .intro-content {
    align-items: center; }
  .service-intro .title-action {
    justify-content: space-between;
    color: #fff;
    padding-top: 14rem; }
    .service-intro .title-action h1 {
      font-size: 6.5rem;
      max-width: 70rem;
      font-family: 'Segoe Bold', sans-serif;
      text-shadow: 0 1px 2px #000; }
    .service-intro .title-action .goals {
      text-align: left;
      font-size: 2.4rem; }
      .service-intro .title-action .goals strong {
        display: block;
        font-weight: normal;
        margin: 1rem 0 2.5rem 0; }
      .service-intro .title-action .goals h3 {
        line-height: 3rem;
        font-size: 2.4rem; }
  .service-intro .order-now {
    margin-top: 7rem; }
    .service-intro .order-now a {
      font-family: 'Segoe Bold', sans-serif;
      font-size: 3.6rem;
      padding: 1.2rem 3rem;
      border: 1px solid #fff;
      color: #fff;
      transition: .4s ease; }
      .service-intro .order-now a:hover {
        background: #fff;
        color: #000; }

.service-intro.loaded .service-bg {
  transform: scale(1.03); }

.service-content .title-goBack {
  padding: 5rem 0;
  font-family: 'Segoe Bold', sans-serif; }
  .service-content .title-goBack a {
    color: #498dc7; }
    .service-content .title-goBack a img {
      width: 1.3rem;
      margin: -2px 15px 0 0; }
  .service-content .title-goBack h2 {
    display: block;
    margin-top: 3rem;
    padding-right: 30%;
    font-size: 2.4rem; }

.service-content .content-body {
  min-height: 100vh; }

.service-content .text {
  padding: 0 10% 0 11.1%;
  min-width: 70%;
  font-family: 'Segoe', sans-serif; }

.service-content .side-bnr {
  min-width: 30%;
  position: relative; }
  .service-content .side-bnr .title {
    position: absolute;
    bottom: 15%;
    left: 20%;
    right: 20%;
    font-family: 'Segoe', sans-serif;
    color: #fff;
    font-size: 4.8rem;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); }

.other-services .title-6rem {
  font-family: 'Segoe SemiBold', sans-serif;
  font-size: 4.8rem; }

.other-services .swiper-container {
  margin-left: -15px;
  margin-right: -15px; }

.other-services .swiper-slide {
  min-height: 32rem;
  padding: 15px 5% 15px calc(10.33333333% + 15px); }
  .other-services .swiper-slide.swiper-slide-active + .swiper-slide {
    border-left: 1px solid #fff; }
  .other-services .swiper-slide .title {
    position: relative;
    font-size: 6.5rem;
    line-height: 6.8rem;
    font-family: 'Segoe Bold', sans-serif;
    max-width: 45rem; }
    .other-services .swiper-slide .title a {
      color: #fff; }

.other-services .swiper-pagination {
  display: none;
  bottom: 0; }

.other-services .swiper-button-prev,
.other-services .swiper-button-next {
  background-image: url("../images/slider-arrow-left.png");
  background-size: contain;
  left: 3.5rem; }

.other-services .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 3.5rem; }

/* ***** Service Inner Version 2 ***** */
.service-inner-page.v-2 .service-intro .title-action {
  padding-top: 10rem; }
  .service-inner-page.v-2 .service-intro .title-action h1 {
    max-width: 100%; }

.service-inner-page.v-2 .service-content .title-goBack h2 {
  padding: 0 10%; }

.service-inner-page.v-2 .service-content .content-body {
  min-height: auto; }

.pricings-page .page-title {
  font-size: 4.8rem;
  font-family: 'Segoe Bold', sans-serif;
  color: #464646;
  margin: 0 0 6rem 0;
  max-width: 85rem; }

.pricings-list {
  margin: 0 0 16rem 0; }
  .pricings-list .pricing-category {
    color: #4e84b6;
    font-size: 4rem;
    margin: 0 0 5rem 0;
    text-transform: uppercase;
    font-family: 'Segoe Bold', sans-serif; }
  .pricings-list ul {
    width: 25%;
    background: #eaeaea;
    padding: 3rem 3.5rem; }
    .pricings-list ul:nth-child(even) {
      background: #f1f1f1; }
    .pricings-list ul li {
      padding: 1rem 0;
      border-bottom: 1px solid #acacac;
      display: block;
      font-size: 2rem;
      transition: .3s ease; }
      .pricings-list ul li:hover {
        opacity: .7; }
      .pricings-list ul li:last-child {
        border: none; }

.pricings-by {
  margin: 0 0 3rem 0; }
  .pricings-by ul {
    justify-content: space-between; }
  .pricings-by li {
    width: 47%;
    font-size: 3.4rem;
    border-bottom: 1px solid #acacac;
    padding: 1rem 2.4rem; }
    .pricings-by li img {
      margin: -.5rem 2.5rem 0 0;
      transition: .3s ease; }
    .pricings-by li:hover {
      opacity: .7; }
      .pricings-by li:hover img {
        transform: translateX(-1rem); }

/* ***** Pricing Inner ***** */
.pricing-inner {
  margin-top: 12.5rem; }
  .pricing-inner .go-back {
    position: absolute;
    left: calc(10.33333333% + 15px);
    font-size: 2.4rem;
    color: #fff;
    top: 1.5rem;
    z-index: 5;
    font-family: 'Segoe', sans-serif; }
    .pricing-inner .go-back img {
      margin: -.4rem 1rem 0 0;
      transition: .3s ease; }
    .pricing-inner .go-back:hover img {
      transform: translateX(-0.5rem); }
  .pricing-inner .title-action {
    padding: 0 !important; }
    .pricing-inner .title-action > div {
      max-width: 70rem; }
      .pricing-inner .title-action > div h1 {
        margin: 0 0 3rem 0;
        max-width: none; }
    .pricing-inner .title-action p {
      font-size: 2.4rem; }

.pricing-content .title {
  font-size: 3.6rem;
  font-family: 'Segoe Bold', sans-serif;
  color: #565656;
  margin: 0 0 5rem 0; }

.pricing-content .description {
  width: 70%;
  padding-right: 10%; }

.pricing-content .conditions {
  width: 30%; }

.conditions li {
  position: relative;
  display: block;
  padding: 0 0 3.5rem 8rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #acacac; }
  .conditions li:before {
    content: '';
    position: absolute;
    top: .6rem;
    left: 0;
    width: 5rem;
    height: 4.5rem;
    background-image: url("../images/project-time.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .conditions li:nth-child(2):before {
    background-image: url("../images/project-price.svg"); }
  .conditions li:nth-child(3):before {
    background-image: url("../images/project-bonus.svg"); }
  .conditions li:last-child {
    border: none;
    margin: 0 0 2rem 0; }
  .conditions li strong {
    font-size: 1.8rem;
    font-family: 'Segoe Bold', sans-serif; }
  .conditions li p {
    font-size: 2.3rem;
    line-height: 2.6rem; }

.cooperate-now {
  font-size: 4rem;
  color: #fff;
  font-family: 'Segoe Bold', sans-serif;
  padding: 3rem 1rem;
  width: 100%;
  background: #00b22e;
  transition: .3s ease; }
  .cooperate-now:hover {
    color: #fff;
    background: #008923; }

/* ***** Pricing Inner V2 ***** */
.channels .channel-name {
  font-size: 3.4rem;
  font-family: 'Segoe', sans-serif; }

.channels .panel {
  display: block;
  margin: 0 0 2.2rem 0; }
  .channels .panel > div {
    align-items: center;
    position: relative; }
  .channels .panel .collapsed .close-accordion {
    opacity: 0; }
  .channels .panel .collapsed .open-accordion {
    opacity: 1; }
  .channels .panel span {
    position: relative;
    min-width: 3rem;
    max-width: 3rem;
    max-height: 3rem;
    min-height: 3rem;
    margin: 1rem 2rem 0 0;
    cursor: pointer; }
    .channels .panel span b {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -.3rem;
      user-select: none; }
    .channels .panel span img {
      max-width: 100%;
      width: 100%; }
    .channels .panel span .open-accordion {
      opacity: 0; }

.channels .channel-desc {
  padding: 0 0 0 5rem; }
  .channels .channel-desc p {
    font-size: 1.8rem; }

/* ***** FAQ ***** */
.faq-page .title {
  font-size: 3rem;
  margin-bottom: 6rem;
  font-family: 'Segoe Bold', sans-serif; }

.faq-block-wrapper {
  width: 50%; }
  .faq-block-wrapper:nth-child(odd) {
    padding-right: 3rem; }
  .faq-block-wrapper:nth-child(even) {
    padding-left: 3rem; }
  .faq-block-wrapper .faq-block {
    padding-top: 2rem;
    margin-bottom: 6rem; }
    .faq-block-wrapper .faq-block li {
      display: block;
      margin-bottom: 2rem; }
      .faq-block-wrapper .faq-block li > a, .faq-block-wrapper .faq-block li h4 {
        font-size: 2.4rem; }
    .faq-block-wrapper .faq-block p:not(.faq-category) {
      font-size: 2.4rem;
      color: #6B6B6B;
      margin: 5px 0; }
  .faq-block-wrapper .faq-category {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #4e84b6;
    font-family: 'Segoe Bold', sans-serif; }
  .faq-block-wrapper .all-questions {
    color: #4e84b6;
    margin-top: .5rem;
    font-size: 1.6rem; }

/* ***** FAQ All ***** */
.faq-all .go-back {
  font-size: 2.4rem;
  color: #4e84b6; }

.faq-all .faq-category-title {
  font-size: 4.8rem;
  margin: 5rem 0 4rem 0;
  font-family: 'Segoe Bold', sans-serif; }

#faq-category-accordion .panel {
  padding: 1.5rem 2.5rem;
  border: 1px solid #a0a6a9;
  border-radius: 1rem;
  display: block;
  margin-top: -1px; }

#faq-category-accordion h3 {
  padding-right: 4rem;
  font-size: 2.4rem;
  color: #4e84b6;
  font-family: 'Segoe Bold', sans-serif;
  position: relative;
  cursor: pointer; }
  #faq-category-accordion h3:before {
    content: '';
    position: absolute;
    top: .6rem;
    right: 0;
    display: inline-block;
    width: 2.6rem;
    height: 1.6rem;
    background: url("../images/blue-long-arrow-right.png") no-repeat center center;
    background-size: contain;
    transition: .4s ease; }

#faq-category-accordion h3[aria-expanded="true"]:before {
  transform: rotate(90deg); }

#faq-category-accordion p {
  margin-top: 1.4rem;
  line-height: 3rem; }

/* ***** Portfolio Inner ***** */
.project-info {
  font-family: 'Segoe', sans-serif; }
  .project-info h2 {
    font-size: 4.8rem;
    margin-bottom: 6rem;
    font-family: 'Segoe Bold', sans-serif; }
  .project-info p {
    margin-bottom: 1.5rem;
    font-size: 2rem; }
    .project-info p a {
      color: #4e84b6;
      text-decoration: underline; }

.project-gallery {
  margin: 4rem 0; }
  .project-gallery img {
    width: 100%; }
  .project-gallery .swiper-button-prev,
  .project-gallery .swiper-button-next {
    top: calc(100% - 20%);
    left: calc(50% - 17rem);
    background-size: contain;
    background-image: url("../images/project-arrow.png"); }
  .project-gallery .swiper-button-next {
    left: auto;
    right: calc(50% - 16rem);
    transform: rotate(180deg); }

.project-description p {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3.8rem; }

.project-description h2, .project-description h3 {
  font-size: 7rem;
  margin-bottom: 5rem;
  text-transform: uppercase; }

.project-description h3, .project-description h4 {
  font-size: 6.5rem;
  font-family: 'Segoe Light', sans-serif; }

.project-description h4 {
  font-size: 4rem;
  margin-bottom: 4rem; }

.project-description li {
  font-size: 2.4rem; }

.project-description a {
  color: #498dc7;
  font-family: 'Segoe Semibold', sans-serif; }
  .project-description a:hover {
    text-decoration: underline; }

.project-description li {
  margin-bottom: 2px;
  position: relative;
  display: block; }
  .project-description li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .75rem;
    display: inline-block;
    background-size: 75% !important; }

/* ***** Blog ***** */
.blog-content .page-title {
  font-size: 3.6rem;
  font-family: 'Segoe', sans-serif;
  margin-bottom: 10.5rem; }

.blog-content .text.blog-posts {
  padding-right: 8rem;
  border-right: 1px solid #cdcdcd; }

.blog-content .side-bnr {
  padding-left: 8rem; }

.blog-post {
  margin-bottom: 8rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #cdcdcd; }
  .blog-post .post-title a {
    font-size: 4.6rem;
    color: #333;
    font-family: 'Segoe Light', sans-serif; }
    .blog-post .post-title a:hover {
      text-decoration: none; }
  .blog-post .image {
    margin: 2rem 0; }
    .blog-post .image a {
      display: block; }
    .blog-post .image img {
      width: 100%; }
  .blog-post .date-author {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem; }
    .blog-post .date-author span {
      color: #4e84b6; }
    .blog-post .date-author p {
      margin: 0 !important;
      font-size: 1.8rem;
      color: #3e3e3e; }
  .blog-post .post-description p {
    font-family: 'Segoe Light', sans-serif; }

.blog-categories {
  display: inline-block;
  font-size: 2.2rem;
  margin-bottom: 14rem; }
  .blog-categories p {
    font-family: 'Segoe Bold', sans-serif;
    margin-bottom: 4rem; }
  .blog-categories li {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding: 1.5rem 0; }
    .blog-categories li:before {
      display: none !important; }
    .blog-categories li a {
      font-family: 'Segoe', sans-serif; }
    .blog-categories li.active a {
      color: #4e84b6; }
  .blog-categories li:last-child {
    border: none; }

.pagination-list {
  margin: 0 0 2rem 0; }
  .pagination-list .pagination {
    display: flex-wrap; }
    .pagination-list .pagination li {
      display: inline-block;
      margin: 1rem; }
      .pagination-list .pagination li:before {
        display: none; }
      .pagination-list .pagination li a, .pagination-list .pagination li span {
        display: inline-block;
        text-align: center;
        font-family: 'Segoe Bold', sans-serif;
        color: #5a5a5a;
        transition: .4s ease;
        height: 3.2rem;
        width: 3.3rem;
        border: 1px solid #c8c9cb;
        line-height: 2.8rem; }
      .pagination-list .pagination li:hover a, .pagination-list .pagination li:hover span, .pagination-list .pagination li.active a, .pagination-list .pagination li.active span {
        background: #3f4044;
        border: 1px solid #000;
        color: #fff; }

/* ***** Blog Inner ***** */
.service-inner-page.blog-inner-page .service-intro .title-action h1 {
  font-size: 4.8rem;
  max-width: 100rem; }

.service-inner-page.blog-inner-page .service-content .title-goBack h2 {
  padding: 0; }

.blog-inner-content .content-body {
  position: relative; }
  .blog-inner-content .content-body .blog-categories {
    font-size: 1.8rem;
    width: 39rem;
    position: relative;
    float: right;
    margin: 0 10% 0 20px;
    background: #ebf0f4;
    border-radius: 2rem;
    padding: 3rem 5rem; }
    .blog-inner-content .content-body .blog-categories p {
      margin: 0;
      cursor: pointer; }
      .blog-inner-content .content-body .blog-categories p img {
        width: 1.2rem;
        margin-left: 1rem;
        transition: .4s ease; }
    .blog-inner-content .content-body .blog-categories p[aria-expanded="true"] img {
      transform: rotate(90deg); }
    .blog-inner-content .content-body .blog-categories ul {
      border-radius: 0 0 2rem 2rem;
      background: #ebf0f4;
      padding: 2rem 5rem 3rem 5rem;
      position: absolute;
      top: calc(100% - 3.5rem);
      left: 0;
      width: 100%; }
    .blog-inner-content .content-body .blog-categories li {
      padding: 1rem 0; }
      .blog-inner-content .content-body .blog-categories li a:hover {
        text-decoration: underline; }

.blog-inner-page .other-services .title-6rem {
  font-family: 'Segoe Bold', sans-serif;
  font-size: 3rem; }

.blog-inner-page .other-services .swiper-slide .title {
  font-size: 3rem;
  line-height: 3.6rem; }

.post-question {
  margin: 7rem auto 0 auto;
  padding: 5rem 6rem;
  max-width: 61rem;
  background: #f6f6f6;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe Bold', sans-serif; }
  .post-question .yes-no, .post-question .numbers {
    justify-content: space-between; }
  .post-question button {
    font-size: 2.7rem;
    color: #fff;
    background: #505050;
    text-align: center;
    width: 45%;
    padding: 3%; }
    .post-question button.yes {
      background: #00911b; }
  .post-question .numbers {
    margin-top: 2rem; }
    .post-question .numbers p {
      text-align: center;
      width: 45%;
      margin: 0 !important; }
