.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.showMoreItemsList + .button-box {
  text-align: center; }
  .showMoreItemsList + .button-box button {
    position: relative;
    background: transparent;
    border: none;
    padding: 0 28px 0 0;
    color: #00A7EF;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500; }
    .showMoreItemsList + .button-box button:after {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      content: "\e90d";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-family: icomoon;
      font-size: 12px;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .showMoreItemsList + .button-box button.original:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }

.showMoreItemsList.with-btn-outline + .button-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #00A7EF;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font: 500 16px/1.1 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  min-width: 138px;
  border-radius: 10px;
  padding: 12px 47px;
  color: #00A7EF;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer; }
  @media (min-width: 600px) {
    .showMoreItemsList.with-btn-outline + .button-box button {
      width: auto;
      margin: 0 auto; } }
  .showMoreItemsList.with-btn-outline + .button-box button.original:after {
    margin: 5px 0 -3px 12px; }
  .showMoreItemsList.with-btn-outline + .button-box button:after {
    position: relative;
    margin: 0 0 0 12px;
    font-size: 10px;
    margin: 9px 0 -3px 12px; }

.showMoreItemsList.green + .button-box, .showMoreItemsList.purple + .button-box, .showMoreItemsList.blue + .button-box {
  margin-bottom: 24px; }

.showMoreItemsList.green + .button-box button {
  color: #3ACF5A; }

.showMoreItemsList.purple + .button-box button {
  color: #802FE5; }

.navigation-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  min-height: 32px; }
  .navigation-arrows.align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 991px) {
    .navigation-arrows.mobile-hidden {
      display: none; } }

.slick-arrow,
.btn-arrow {
  position: relative;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 18px;
  margin: 0 10px;
  height: 32px; }
  .slick-arrow:before,
  .btn-arrow:before {
    content: "\e912";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: icomoon;
    color: #00A7EF;
    font-size: 20px; }
  .slick-arrow.slick-next:before, .slick-arrow.next:before,
  .btn-arrow.slick-next:before,
  .btn-arrow.next:before {
    content: "\e913"; }
  .slick-arrow.slick-disabled:before, .slick-arrow.disabled:before,
  .btn-arrow.slick-disabled:before,
  .btn-arrow.disabled:before {
    color: rgba(0, 167, 239, 0.2); }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px -4px 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots > li {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slick-dots > li.slick-active button {
      background: #00A7EF;
      width: 12px;
      height: 12px; }
    .slick-dots > li:before {
      display: none; }
  .slick-dots button {
    border: 0;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.navigation-dots {
  max-width: 400px;
  margin: 14px auto;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  min-height: 4px;
  opacity: 0; }
  @media (min-width: 768px) {
    .navigation-dots {
      margin: 24px auto 18px; } }
  .navigation-dots[role="toolbar"] {
    opacity: 1; }
  .navigation-dots:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .navigation-dots .slick-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 16px;
    margin: 0; }
    @media (min-width: 480px) {
      .navigation-dots .slick-dots {
        padding: 0; } }
    .navigation-dots .slick-dots > li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100px;
      height: 4px;
      margin: 0; }
      .navigation-dots .slick-dots > li.slick-active button {
        width: 100%;
        height: 4px; }
  .navigation-dots button {
    height: 4px;
    border-radius: 0;
    width: 100px;
    opacity: 0; }
  .navigation-dots .dots-progress {
    position: absolute;
    left: 0;
    top: 0;
    background: #00A7EF;
    width: 100%;
    max-width: 100px;
    height: 4px;
    z-index: 2; }

.title-decor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .title-decor.decor-left:before {
      left: -17px;
      top: 50%;
      width: 2px;
      height: 48px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .title-decor:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 0;
    height: 2px;
    width: 2.7em;
    background: #00A7EF; }
    @media (min-width: 768px) {
      .title-decor:before {
        left: -17px;
        top: 50%;
        width: 2px;
        height: 48px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }

.scrollbar-hider {
  margin: 0 -10px; }
  @media (min-width: 1200px) {
    .scrollbar-hider {
      margin-right: -12px;
      margin-left: -12px; } }
  .scrollbar-hider.dotted-line {
    position: relative; }
    .scrollbar-hider.dotted-line:after {
      content: '';
      position: absolute;
      top: 48px;
      left: 50%;
      width: 110vw;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00A7EF), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #00A7EF 50%, rgba(255, 255, 255, 0) 0%);
      background-image: -o-linear-gradient(left, #00A7EF 50%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to right, #00A7EF 50%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 10px 10px;
      background-repeat: repeat-x;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 992px) {
        .scrollbar-hider.dotted-line:after {
          background-size: 20px 10px; } }

.cta-section {
  padding: 40px 0 8px;
  font-size: 24px;
  font-weight: 600;
  color: #fff; }
  @media (min-width: 992px) {
    .cta-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 60px 0 0; } }
  .cta-section .column-wrapper {
    background: #00A7EF url(../images/cta-decor-mobile.svg) no-repeat 50% 50%/cover;
    border-radius: 20px;
    padding: 48px 15px; }
    @media (min-width: 768px) {
      .cta-section .column-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background: #00A7EF url(../images/cta-decor.svg) no-repeat 100% 50%/contain;
        padding: 48px 30px; } }
    @media (min-width: 1024px) {
      .cta-section .column-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 66px; } }
  .cta-section .txt {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .cta-section .txt {
        margin: 0; } }
  .cta-section .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    color: #00A7EF; }
    @media (min-width: 768px) {
      .cta-section .btn {
        margin-left: 20px;
        width: auto;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0; } }
    .cta-section .btn p {
      margin: 0; }
    .cta-section .btn .icon-holder {
      margin-left: 9px; }
  .cta-section h2 {
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .cta-section h2 {
        margin: 0 0 10px; } }
    @media (max-width: 1023px) {
      .cta-section h2 {
        font-size: 24px; } }
  .cta-section h3 {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .cta-section h3 {
        margin: 0; } }
  .cta-section p:last-child {
    margin: 0; }

.cta-panel {
  padding: 25px 16px;
  margin: 24px 0;
  background-color: #00A7EF;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .cta-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 160px;
      padding: 28px 16px; } }
  .cta-panel.with-waves:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 370px;
    max-width: 100%;
    background: url(../images/waves-2.svg) no-repeat top right; }
    @media (min-width: 1024px) {
      .cta-panel.with-waves:before {
        top: -43px;
        left: 0; } }
  .cta-panel.cta-dark {
    background: #23272D;
    color: #fff; }
    .cta-panel.cta-dark:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: -webkit-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: -o-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      -webkit-transform: translate(42%, -42%);
          -ms-transform: translate(42%, -42%);
              transform: translate(42%, -42%);
      opacity: 0.55;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
    .cta-panel.cta-dark.with-waves:before {
      background: url(../images/waves-3.svg) no-repeat top right;
      opacity: 0.4; }
    .cta-panel.cta-dark.waves-center:before {
      top: 2%;
      left: 75%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 768px) {
        .cta-panel.cta-dark.waves-center:before {
          top: -61%;
          left: 57%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .cta-panel.waves-center::before {
    left: 53%;
    -webkit-transform: translateX(-10%) translateY(-20%);
        -ms-transform: translateX(-10%) translateY(-20%);
            transform: translateX(-10%) translateY(-20%);
    background-position: center; }
    @media (min-width: 768px) {
      .cta-panel.waves-center::before {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .cta-panel .btn {
    width: 100%;
    min-width: 190px;
    max-width: 325px;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 1024px) {
      .cta-panel .btn {
        width: 190px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        display: inline-block; } }
  .cta-panel h3 {
    margin-bottom: 15px;
    line-height: calc(29/24); }
    @media (min-width: 1024px) {
      .cta-panel h3 {
        margin-bottom: 15px; } }
  .cta-panel .text-box {
    margin: 0 0 30px;
    position: relative;
    z-index: 1; }
    @media (min-width: 1024px) {
      .cta-panel .text-box {
        margin: 0; } }
    @media (min-width: 1024px) {
      .cta-panel .text-box {
        padding: 0 24px 0 0; } }
    .cta-panel .text-box p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: calc(22 / 18); }

.industries-excel-section .title-wrapper {
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .industries-excel-section .title-wrapper {
      margin-bottom: 64px; } }

.industries-excel-section .industries-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -12px -16px; }
  @media (min-width: 768px) {
    .industries-excel-section .industries-wrapper {
      margin: 0 -12px -24px; } }
  .industries-excel-section .industries-wrapper li {
    width: 100%;
    padding: 0 12px;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .industries-excel-section .industries-wrapper li {
        width: 50%;
        margin: 0 0 24px; } }
    @media (min-width: 1200px) {
      .industries-excel-section .industries-wrapper li {
        width: 33.33%; } }
    .industries-excel-section .industries-wrapper li::before {
      display: none; }
  .industries-excel-section .industries-wrapper .industry-item {
    background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 33px;
    text-align: center; }
    .industries-excel-section .industries-wrapper .industry-item .icon-holder {
      border-radius: 50%;
      background: #00A7EF;
      width: 48px;
      height: 48px;
      margin: 0 auto 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .industries-excel-section .industries-wrapper .industry-item i {
      font-size: 22px; }
    .industries-excel-section .industries-wrapper .industry-item .name {
      margin: 0;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .industries-excel-section .industries-wrapper .industry-item .name {
          font-size: 22px; } }

.reviews-slider-wrapper .navigation-arrows {
  margin: 0; }

.reviews-slider-lg {
  max-width: 824px;
  margin: 0 auto; }
  .reviews-slider-lg:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .reviews-slider-lg:not(.slick-initialized) .slider-item {
      min-width: 100%; }
      .reviews-slider-lg:not(.slick-initialized) .slider-item:only-child {
        padding: 0; }
  @media (min-width: 768px) {
    .reviews-slider-lg .slick-list {
      overflow: visible; } }
  .reviews-slider-lg.slider-fluid {
    max-width: none; }
    .reviews-slider-lg.slider-fluid:not(.slick-initialized) .slider-item {
      min-width: 100%;
      padding-bottom: 67px; }
      .reviews-slider-lg.slider-fluid:not(.slick-initialized) .slider-item:only-child {
        padding: 0; }
    @media (min-width: 768px) {
      .reviews-slider-lg.slider-fluid .slick-list {
        overflow: hidden; } }
    .reviews-slider-lg.slider-fluid .slider-item {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .reviews-slider-lg.slider-fluid .btn-play {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .reviews-slider-lg.slider-fluid + .dots-wrapper {
      margin-top: 55px; }
      .reviews-slider-lg.slider-fluid + .dots-wrapper:empty {
        margin: 0; }
      .reviews-slider-lg.slider-fluid + .dots-wrapper .slick-dots {
        margin: 0; }
  .reviews-slider-lg .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .reviews-slider-lg .slider-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
    position: relative; }
    @media (min-width: 768px) {
      .reviews-slider-lg .slider-item {
        -webkit-transform: scale(0.94);
            -ms-transform: scale(0.94);
                transform: scale(0.94); } }
    .reviews-slider-lg .slider-item.slick-active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media (min-width: 768px) {
        .reviews-slider-lg .slider-item.slick-active {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); } }
      .reviews-slider-lg .slider-item.slick-active .img-box:after {
        opacity: 0.8; }
      .reviews-slider-lg .slider-item.slick-active .cont-row .img-box:after {
        opacity: 0.2; }
      @media (min-width: 768px) {
        .reviews-slider-lg .slider-item.slick-active .txt-box {
          opacity: 1; } }
  .reviews-slider-lg .play iframe {
    visibility: visible;
    opacity: 1; }
  .reviews-slider-lg iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 2; }
  @media (min-width: 768px) {
    .reviews-slider-lg .cont {
      max-height: 446px;
      padding: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .reviews-slider-lg .cont:before {
      content: '';
      display: block;
      padding-top: 57%; } }
  .reviews-slider-lg .cont-row {
    padding: 0; }
    @media (min-width: 768px) {
      .reviews-slider-lg .cont-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .reviews-slider-lg .cont-row:before {
      content: none; }
    .reviews-slider-lg .cont-row .img-box {
      position: relative;
      margin-bottom: 25px;
      border-radius: 20px; }
      @media (min-width: 768px) {
        .reviews-slider-lg .cont-row .img-box {
          width: 49%;
          margin: 0; } }
      .reviews-slider-lg .cont-row .img-box:before {
        content: '';
        display: block;
        padding-top: 67%;
        border-radius: 20px;
        background: rgba(35, 39, 45, 0.2); }
    @media (min-width: 992px) {
      .reviews-slider-lg .cont-row .img-box-lg:before {
        padding-top: 67.5%; } }
    .reviews-slider-lg .cont-row .txt-box {
      line-height: 1.2; }
      @media (min-width: 768px) {
        .reviews-slider-lg .cont-row .txt-box {
          width: 51%;
          max-width: 530px;
          padding: 0 0 0 25px;
          -ms-flex-item-align: center;
              align-self: center; } }
    @media (min-width: 992px) {
      .reviews-slider-lg .cont-row .txt-box-lg {
        padding: 0 0 0 24px; } }
    .reviews-slider-lg .cont-row .flag-box {
      margin: 0 0 15px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .reviews-slider-lg .cont-row .flag-box:before {
        content: '';
        min-width: 32px; }
      @media (min-width: 768px) {
        .reviews-slider-lg .cont-row .flag-box {
          margin: 0 0 32px; } }
    .reviews-slider-lg .cont-row h3 {
      text-transform: none;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 0; }
  .reviews-slider-lg h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .reviews-slider-lg h3 {
        font-size: 24px;
        text-transform: none; } }
  .reviews-slider-lg .img-box {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 23px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .reviews-slider-lg .img-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0; } }
    .reviews-slider-lg .img-box:before {
      content: '';
      display: block;
      padding-top: 54%; }
      @media (min-width: 768px) {
        .reviews-slider-lg .img-box:before {
          display: none; } }
    .reviews-slider-lg .img-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #23272D;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.95;
      border-radius: 20px; }
  .reviews-slider-lg .btn-play {
    position: absolute;
    left: 73%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    @media (min-width: 768px) {
      .reviews-slider-lg .btn-play {
        left: 76%; } }
  .reviews-slider-lg .txt-box {
    z-index: 1; }
    @media (min-width: 768px) {
      .reviews-slider-lg .txt-box {
        -ms-flex-item-align: end;
            align-self: flex-end;
        padding: 0;
        opacity: .2; } }
  .reviews-slider-lg .logo-box {
    position: absolute;
    bottom: 12px;
    left: 0; }
    @media (min-width: 768px) {
      .reviews-slider-lg .logo-box {
        position: relative; } }
    .reviews-slider-lg .logo-box img {
      max-width: 168px;
      height: auto; }
      @media (min-width: 768px) {
        .reviews-slider-lg .logo-box img {
          max-width: auto; } }
  .reviews-slider-lg p {
    max-width: 728px; }
    .reviews-slider-lg p:last-of-type {
      margin: 0 0 72px; }
      @media (min-width: 768px) {
        .reviews-slider-lg p:last-of-type {
          margin: 0 0 45px; } }

.circle-arrows .slick-arrow,
.circle-arrows .btn-arrow {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #00A7EF;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .circle-arrows .slick-arrow,
    .circle-arrows .btn-arrow {
      border: 2px solid #00A7EF; } }
  .circle-arrows .slick-arrow:hover,
  .circle-arrows .btn-arrow:hover {
    background: #00A7EF; }
    .circle-arrows .slick-arrow:hover:before,
    .circle-arrows .btn-arrow:hover:before {
      color: #fff;
      font-size: 13px; }
  .circle-arrows .slick-arrow:before,
  .circle-arrows .btn-arrow:before {
    color: #00A7EF;
    font-size: 13px; }
    @media (min-width: 768px) {
      .circle-arrows .slick-arrow:before,
      .circle-arrows .btn-arrow:before {
        color: #00A7EF; } }
  .circle-arrows .slick-arrow.slick-next, .circle-arrows .slick-arrow.next,
  .circle-arrows .btn-arrow.slick-next,
  .circle-arrows .btn-arrow.next {
    right: 0; }
  .circle-arrows .slick-arrow.slick-prev, .circle-arrows .slick-arrow.prev,
  .circle-arrows .btn-arrow.slick-prev,
  .circle-arrows .btn-arrow.prev {
    left: calc(100% - 135px); }
    @media (min-width: 768px) {
      .circle-arrows .slick-arrow.slick-prev, .circle-arrows .slick-arrow.prev,
      .circle-arrows .btn-arrow.slick-prev,
      .circle-arrows .btn-arrow.prev {
        left: calc(100% - 139px); } }

.flag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 13px; }
  .flag-box.germany:before {
    background-image: url(../images/germany-flag.svg); }
  .flag-box.usa:before {
    background-image: url(../images/usa-flag.svg); }
  .flag-box.uk:before {
    background-image: url(../images/uk-flag.svg); }
  .flag-box.uae:before {
    background-image: url(../images/uae-flag.svg); }
  .flag-box.netherlands:before {
    background-image: url(../images/netherlands-flag.svg); }
  .flag-box.singapore:before {
    background-image: url(../images/singapore-flag.svg); }
  .flag-box:before {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin: 0 8px 0 0; }

.btn-play {
  position: relative;
  z-index: 1; }
  .btn-play:hover .circles {
    background-color: rgba(0, 167, 239, 0.3); }
    .btn-play:hover .circles:before {
      background-color: rgba(0, 167, 239, 0.2); }
  .btn-play:before {
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 16px;
    color: #00A7EF;
    padding: 0 0 0 0.3em;
    width: 41px;
    min-width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .btn-play:before {
        width: 78px;
        min-width: 78px;
        height: 78px;
        font-size: 28px; } }
  .btn-play .circles {
    position: absolute;
    left: -15%;
    top: -15%;
    right: -15%;
    bottom: -15%;
    border-radius: 50%;
    background-color: rgba(0, 167, 239, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn-play .circles:before {
      content: '';
      position: absolute;
      left: -12%;
      top: -12%;
      right: -12%;
      bottom: -12%;
      background-color: rgba(0, 167, 239, 0.1);
      border-radius: 50%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.clients-questions-section .container {
  position: relative; }
  .clients-questions-section .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1108px;
    height: 316px;
    background: rgba(0, 167, 239, 0.3);
    -webkit-filter: blur(250px);
            filter: blur(250px);
    -webkit-transform: rotate(-149.64deg) translate(39%, -90%);
        -ms-transform: rotate(-149.64deg) translate(39%, -90%);
            transform: rotate(-149.64deg) translate(39%, -90%); }
  .clients-questions-section .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 138px;
    background: rgba(0, 56, 255, 0.6);
    -webkit-filter: blur(150px);
            filter: blur(150px);
    -webkit-transform: rotate(-149.64deg) translate(37%, -58%);
        -ms-transform: rotate(-149.64deg) translate(37%, -58%);
            transform: rotate(-149.64deg) translate(37%, -58%); }

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .accordion-content {
      margin: 0; } }
  .accordion-content .column {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 12px; }
    @media (max-width: 991px) {
      .accordion-content .column {
        width: 100%;
        padding: 0; } }
  .accordion-content .accordion-item {
    margin: 0 auto 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 1036px; }
  .accordion-content .item-header,
  .accordion-content .item-content {
    padding: 20px;
    background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px; }
  .accordion-content .item-content--visibility {
    display: none; }
  .accordion-content p {
    font-size: 16px; }
    .accordion-content p:last-child {
      margin: 0; }
  .accordion-content ul {
    margin-bottom: 1em;
    font-size: 16px; }
    .accordion-content ul:last-child {
      margin: 0; }
    .accordion-content ul.with-title .title:before {
      background: #23272D; }
    .accordion-content ul li {
      margin-bottom: 2px; }
      .accordion-content ul li:before {
        background-color: #fff; }
  .accordion-content ol {
    padding: 0 0 0 20px;
    font-size: 16px;
    list-style: decimal; }
  .accordion-content .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 84px;
    margin-bottom: 2px;
    font-size: 18px;
    cursor: pointer; }
  .accordion-content .item-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px; }
  .accordion-content .item-icon {
    color: #00A7EF;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 0 0 0 10px; }
  .accordion-content .item-icon-rotate {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
  .accordion-content .item-content-title,
  .accordion-content .font-bold {
    font-weight: 700; }
  .accordion-content .item-content-title {
    display: inline-block;
    margin-bottom: 1em; }
  .accordion-content .underline-link {
    text-decoration: underline; }

.footer-form-section,
.contact-us-form {
  padding: 45px 0 5px;
  font-size: 16px;
  overflow: visible;
  position: relative; }
  @media (min-width: 992px) {
    .footer-form-section,
    .contact-us-form {
      padding: 64px 0 32px; } }
  .footer-form-section::before,
  .contact-us-form::before {
    display: none; }
    @media (min-width: 768px) {
      .footer-form-section::before,
      .contact-us-form::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 426.61px;
        height: 170.15px;
        background: rgba(0, 96, 239, 0.6);
        -webkit-filter: blur(150px);
                filter: blur(150px);
        -webkit-transform: rotate(-149.64deg) translate(-250%, 14%);
            -ms-transform: rotate(-149.64deg) translate(-250%, 14%);
                transform: rotate(-149.64deg) translate(-250%, 14%); } }
  .footer-form-section:after,
  .contact-us-form:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 840px;
    height: 240px;
    background: rgba(0, 167, 239, 0.3);
    -webkit-filter: blur(250px);
            filter: blur(250px);
    -webkit-transform: rotate(-149.64deg) translate(-22%, -194%);
        -ms-transform: rotate(-149.64deg) translate(-22%, -194%);
            transform: rotate(-149.64deg) translate(-22%, -194%); }
    @media (min-width: 768px) {
      .footer-form-section:after,
      .contact-us-form:after {
        width: 1366.14px;
        height: 389.62px;
        -webkit-transform: rotate(-149.64deg) translate(-52%, -60%);
            -ms-transform: rotate(-149.64deg) translate(-52%, -60%);
                transform: rotate(-149.64deg) translate(-52%, -60%); } }
  @media (min-width: 1024px) {
    .footer-form-section,
    .contact-us-form {
      padding: 128px 0; } }
  @media (min-width: 992px) {
    .footer-form-section.bottom-decor .container:after,
    .contact-us-form.bottom-decor .container:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 50%;
      background: -webkit-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: -o-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      opacity: 0.45;
      -webkit-filter: blur(20px);
              filter: blur(20px);
      -webkit-transform: translate(-60%, 60%);
          -ms-transform: translate(-60%, 60%);
              transform: translate(-60%, 60%);
      width: 500px;
      height: 500px; } }
  .footer-form-section.ov-visible,
  .contact-us-form.ov-visible {
    overflow: visible; }
  .footer-form-section h2,
  .contact-us-form h2 {
    margin: 0 0 8px;
    font-size: 32px; }
    @media (min-width: 992px) {
      .footer-form-section h2,
      .contact-us-form h2 {
        font-size: 48px; } }
  .footer-form-section .form-header,
  .contact-us-form .form-header {
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .footer-form-section .form-header,
      .contact-us-form .form-header {
        margin-bottom: 46px; } }
  .footer-form-section .container,
  .contact-us-form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1288px;
    position: relative;
    z-index: 1; }
  .footer-form-section .form-box,
  .contact-us-form .form-box {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .footer-form-section .form-box,
      .contact-us-form .form-box {
        width: 50%;
        margin: 0; } }
    @media (min-width: 992px) {
      .footer-form-section .form-box.fluid,
      .contact-us-form .form-box.fluid {
        width: 100%;
        max-width: none; } }
  .footer-form-section .slider-box,
  .contact-us-form .slider-box {
    display: none; }
    @media (min-width: 992px) {
      .footer-form-section .slider-box,
      .contact-us-form .slider-box {
        display: block;
        border-radius: 20px;
        width: calc(50% - 30px);
        max-width: 506px;
        margin: 0 0 0 30px;
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        border: 1px solid rgba(255, 255, 255, 0.15);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px 38px 25px;
        z-index: 1; } }
    .footer-form-section .slider-box h4,
    .contact-us-form .slider-box h4 {
      text-transform: capitalize;
      margin: 0 0 35px; }
  .footer-form-section .slick-dots > li.slick-active button,
  .contact-us-form .slick-dots > li.slick-active button {
    background: #fff; }
  .footer-form-section .accept-row,
  .contact-us-form .accept-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 18px 0 0; }
  .footer-form-section .checkbox-label input:checked ~ .checkbox-mark:after,
  .contact-us-form .checkbox-label input:checked ~ .checkbox-mark:after {
    opacity: 1;
    border-color: #0071A1; }
  .footer-form-section .checkbox-label a,
  .footer-form-section .form-note a,
  .contact-us-form .checkbox-label a,
  .contact-us-form .form-note a {
    color: rgba(255, 255, 255, 0.8); }
  .footer-form-section .checkbox-label input:checked ~ .checkbox-mark,
  .contact-us-form .checkbox-label input:checked ~ .checkbox-mark {
    background-color: #FFFFFF;
    border-color: #F1F6F6; }
  .footer-form-section .accept-box,
  .contact-us-form .accept-box {
    padding: 0 15px 0 0;
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .footer-form-section .accept-box,
      .contact-us-form .accept-box {
        margin-bottom: 23px; } }
  .footer-form-section .checkbox-label:last-of-type,
  .contact-us-form .checkbox-label:last-of-type {
    margin-bottom: 0; }
  .footer-form-section .btn-box,
  .contact-us-form .btn-box {
    margin-bottom: 23px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .footer-form-section .btn-box,
      .contact-us-form .btn-box {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: auto; } }
    .footer-form-section .btn-box .btn,
    .contact-us-form .btn-box .btn {
      width: 100%;
      color: #fff;
      border: 2px solid #fff;
      background-color: transparent; }
      .footer-form-section .btn-box .btn:hover,
      .contact-us-form .btn-box .btn:hover {
        background-color: #FFFFFF;
        color: #00A7EF; }
      @media (min-width: 768px) {
        .footer-form-section .btn-box .btn,
        .contact-us-form .btn-box .btn {
          width: auto; } }
  .footer-form-section .thanks-message,
  .contact-us-form .thanks-message {
    display: none;
    text-align: left; }
    .footer-form-section .thanks-message.active,
    .contact-us-form .thanks-message.active {
      display: block;
      color: #00A7EF;
      margin: 10px 0px 0; }
  .footer-form-section .checkbox-mark,
  .contact-us-form .checkbox-mark {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1); }

.reviews-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .reviews-slider:not(.slick-initialized) .slider-item {
    min-width: 100%; }

.reviews-slider .review-company {
  margin: 0 0 12px; }

.reviews-slider .review-name {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 12px; }

.reviews-slider .rating-stars {
  margin-bottom: 12px; }

.rating-txt {
  font-size: 12px;
  display: block;
  margin: 0 0 3px; }

.rating-stars {
  display: block;
  width: 96px;
  height: 16px;
  background: url(../images/stars-gray.svg);
  position: relative; }

.rating-value {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/stars.svg); }
  .rating-value.stars-white {
    background: url(../images/stars-white.svg); }

.rating .top-rated img {
  display: block; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  padding: 0; }
  .socials.colored .icon-facebook {
    color: #3B5998; }
  .socials.colored .icon-linkedin {
    color: #0077B5; }
  .socials.colored .icon-twitter {
    color: #55ACEE; }
  .socials.colored .icon-instagram:after {
    opacity: 1; }
  .socials.colored .icon-behance {
    color: #1769FF; }
  .socials > li {
    padding: 0 6px;
    margin: 0; }
    .socials > li:before {
      display: none; }
  .socials a {
    display: block;
    font-size: 47px;
    text-decoration: none;
    position: relative; }
    .socials a:hover:before {
      opacity: 1; }
    .socials a:hover .icon-facebook {
      color: #3B5998; }
    .socials a:hover .icon-linkedin {
      color: #0077B5; }
    .socials a:hover .icon-twitter {
      color: #55ACEE; }
    .socials a:hover .icon-instagram:after {
      opacity: 1; }
    .socials a:hover .icon-behance {
      color: #1769FF; }
    .socials a:before {
      content: '';
      position: absolute;
      left: 1px;
      top: 1px;
      right: 1px;
      bottom: 1px;
      background: #fff;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
  .socials i {
    display: block;
    position: relative;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    color: #00A7EF;
    border-radius: 50%; }
    .socials i:before, .socials i:after {
      -webkit-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
  .socials .icon-instagram:after {
    content: "\e90b";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    opacity: 0;
    background: -webkit-linear-gradient(-40deg, #5C4FC8, #943BB1, #E8564B, #FECF6D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.modal-video {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  background: #23272D;
  opacity: 1; }
  @media (min-width: 768px) {
    .modal-video {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .open-modal-video .modal-video {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .modal-video iframe {
    width: 100%;
    height: 100%; }
  .modal-video .back-row {
    display: block;
    position: relative;
    background-color: #23272D;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .modal-video .back-row {
        width: 93px;
        padding: 0; } }
    .modal-video .back-row:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
      width: 637px;
      height: 637px;
      border-radius: 50%;
      background: -webkit-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: -o-radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      background: radial-gradient(50% 50% at 50% 50%, #00A7EF 0%, rgba(0, 167, 239, 0) 100%);
      opacity: 0.35;
      -webkit-filter: blur(20px);
              filter: blur(20px); }
    .modal-video .back-row:hover .back-text {
      color: #00A7EF; }
  .modal-video .back-text {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    padding: 16px 0; }
    @media (min-width: 768px) {
      .modal-video .back-text {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        min-width: 150px;
        padding: 32px 0; } }
  .modal-video .video-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.technologies-section {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .technologies-section {
      padding-bottom: 9px; } }
  .technologies-section .title-wrapper {
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .technologies-section .title-wrapper {
        margin-bottom: 64px; } }

.technologies-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px 28px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: 0;
  padding-left: 0;
  scrollbar-color: transparent transparent; }
  @media (min-width: 768px) {
    .technologies-tabs-nav {
      margin-bottom: 30px; } }
  .technologies-tabs-nav::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .technologies-tabs-nav::-webkit-scrollbar-track {
    background: transparent; }
  .technologies-tabs-nav::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent; }
  .technologies-tabs-nav li {
    padding: 0 12px;
    margin: 0; }
    .technologies-tabs-nav li:before {
      content: none; }
    .technologies-tabs-nav li.tab-active a {
      color: #fff;
      text-decoration: none; }
      .technologies-tabs-nav li.tab-active a:before {
        opacity: 1;
        visibility: visible; }
  .technologies-tabs-nav a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    padding: 0 0 4px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 24px;
    font-weight: 800; }
    .technologies-tabs-nav a:hover {
      color: #00A7EF; }
    .technologies-tabs-nav a:before {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 48px;
      height: 2px;
      border-radius: 2px;
      background-color: #00A7EF;
      opacity: 0;
      visibility: hidden; }

.technologies-tabs-content .tab-content:not(.tab-content-active) {
  display: none; }

.technologies-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden; }
  .technologies-slider:not(.slick-initialized) .slide {
    min-width: 100%; }

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

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

@media (min-width: 992px) {
  .cases-section {
    padding-top: 128px; } }

@media (min-width: 992px) {
  .cases-section .case-card {
    margin: 0 0 -35px; } }

.cases-section .case-card .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  border: none;
  padding: 20px 12px 12px; }
  @media (min-width: 768px) {
    .cases-section .case-card .item {
      border: 1px solid rgba(255, 255, 255, 0.15); } }
  .cases-section .case-card .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 717px;
    height: 382px;
    background: rgba(248, 133, 50, 0.4);
    -webkit-filter: blur(250px);
            filter: blur(250px);
    -webkit-transform: translate(-3%, 77%);
        -ms-transform: translate(-3%, 77%);
            transform: translate(-3%, 77%); }
    @media (min-width: 768px) {
      .cases-section .case-card .item::before {
        width: 1012px;
        height: 538px;
        -webkit-transform: translate(47%, 18%);
            -ms-transform: translate(47%, 18%);
                transform: translate(47%, 18%); } }
  @media (min-width: 768px) {
    .cases-section .case-card .item {
      padding: 40px 48px; } }
  @media (min-width: 992px) {
    .cases-section .case-card .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 64px;
      min-height: 728px; } }
  @media (min-width: 992px) {
    .cases-section .case-card .item.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .cases-section .case-card .item.reverse::before {
    -webkit-transform: translate(-52%, 77%);
        -ms-transform: translate(-52%, 77%);
            transform: translate(-52%, 77%); }
    @media (min-width: 768px) {
      .cases-section .case-card .item.reverse::before {
        -webkit-transform: translate(-39%, 18%);
            -ms-transform: translate(-39%, 18%);
                transform: translate(-39%, 18%); } }
  .cases-section .case-card .item.reverse .img-box {
    margin-right: 0; }
    @media (min-width: 992px) {
      .cases-section .case-card .item.reverse .img-box {
        margin-right: 24px;
        margin-bottom: 0px; } }
  .cases-section .case-card .item.reverse .txt-box {
    padding: 0px; }
    @media (min-width: 992px) {
      .cases-section .case-card .item.reverse .txt-box {
        padding: 0 0 0 24px; } }
  .cases-section .case-card .item:first-child {
    background: rgba(180, 105, 51, 0.1); }
    @media (min-width: 768px) {
      .cases-section .case-card .item:first-child {
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%); } }
  .cases-section .case-card .item:nth-child(2) {
    background: rgba(83, 158, 0, 0.1); }
    @media (min-width: 768px) {
      .cases-section .case-card .item:nth-child(2) {
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%); } }
    .cases-section .case-card .item:nth-child(2)::before {
      background: rgba(130, 220, 54, 0.4); }
  .cases-section .case-card .item:nth-child(3) {
    background: rgba(6, 108, 151, 0.1); }
    @media (min-width: 768px) {
      .cases-section .case-card .item:nth-child(3) {
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%); } }
    .cases-section .case-card .item:nth-child(3)::before {
      -webkit-transform: translate(-52%, 77%);
          -ms-transform: translate(-52%, 77%);
              transform: translate(-52%, 77%);
      background: rgba(57, 113, 233, 0.4); }
      @media (min-width: 768px) {
        .cases-section .case-card .item:nth-child(3)::before {
          -webkit-transform: translate(-39%, 18%);
              -ms-transform: translate(-39%, 18%);
                  transform: translate(-39%, 18%); } }
  .cases-section .case-card .item:nth-child(4) {
    background: rgba(140, 200, 75, 0.1); }
    @media (min-width: 768px) {
      .cases-section .case-card .item:nth-child(4) {
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%); } }
    .cases-section .case-card .item:nth-child(4)::before {
      background: rgba(113, 193, 46, 0.4);
      -webkit-transform: translate(-3%, 77%);
          -ms-transform: translate(-3%, 77%);
              transform: translate(-3%, 77%); }
      @media (min-width: 768px) {
        .cases-section .case-card .item:nth-child(4)::before {
          -webkit-transform: translate(47%, 18%);
              -ms-transform: translate(47%, 18%);
                  transform: translate(47%, 18%); } }
  .cases-section .case-card .item:nth-child(5) {
    background: rgba(18, 105, 102, 0.1); }
    @media (min-width: 768px) {
      .cases-section .case-card .item:nth-child(5) {
        background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%); } }
    .cases-section .case-card .item:nth-child(5)::before {
      background: rgba(23, 133, 129, 0.4);
      -webkit-transform: translate(-52%, 77%);
          -ms-transform: translate(-52%, 77%);
              transform: translate(-52%, 77%); }
      @media (min-width: 768px) {
        .cases-section .case-card .item:nth-child(5)::before {
          -webkit-transform: translate(-39%, 18%);
              -ms-transform: translate(-39%, 18%);
                  transform: translate(-39%, 18%); } }

.cases-section .case-card .img-box {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .cases-section .case-card .img-box {
      width: 53%;
      max-width: 612px;
      margin-right: 0px; } }

.cases-section .case-card .txt-box {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .cases-section .case-card .txt-box {
      width: 47%;
      max-width: 612px;
      padding: 0 24px 0 0; } }

.cases-section .case-card h3,
.cases-section .case-card .h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 24px; }

.cases-section .case-card p {
  margin: 0 0 8px; }
  @media (min-width: 992px) {
    .cases-section .case-card p {
      margin: 0 0 16px; } }

.cases-section .case-card .flag-box {
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .cases-section .case-card .flag-box {
      margin-bottom: 30px; } }

.cases-section .case-card .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 10px -4px 24px; }
  @media (min-width: 768px) {
    .cases-section .case-card .info-list {
      margin: 0 -4px 24px; } }
  .cases-section .case-card .info-list li {
    padding: 0 4px;
    margin-bottom: 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%; }
    .cases-section .case-card .info-list li:first-child {
      width: 100%; }
      @media (min-width: 768px) {
        .cases-section .case-card .info-list li:first-child {
          width: 50%; } }
    .cases-section .case-card .info-list li:nth-last-child(2) {
      width: 50%; }
    .cases-section .case-card .info-list li::before {
      display: none; }
  .cases-section .case-card .info-list .wrap {
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px; }
    @media (min-width: 768px) {
      .cases-section .case-card .info-list .wrap {
        padding: 15px 20px; } }
  .cases-section .case-card .info-list p {
    margin: 0;
    max-width: 120px; }
    @media (min-width: 768px) {
      .cases-section .case-card .info-list p {
        max-width: none; } }
  .cases-section .case-card .info-list .h4 {
    max-width: none;
    text-transform: none; }
    .cases-section .case-card .info-list .h4.text-orange {
      color: #F88532; }
    .cases-section .case-card .info-list .h4.text-green {
      color: #61B51B; }
    .cases-section .case-card .info-list .h4.text-violet {
      color: #3971E9; }
    .cases-section .case-card .info-list .h4.text-light-green {
      color: #80C134; }
    .cases-section .case-card .info-list .h4.text-dark-green {
      color: #0B9E99; }

.cases-section .case-card .btn-holder {
  text-align: center;
  margin: 0 0 24px; }
  @media (min-width: 992px) {
    .cases-section .case-card .btn-holder {
      text-align: left;
      margin: 0; } }
  .cases-section .case-card .btn-holder.text-orange .btn {
    background: #F88532;
    border-color: #F88532; }
    .cases-section .case-card .btn-holder.text-orange .btn:hover {
      background: transparent;
      color: #F88532;
      border-color: #F88532; }
  .cases-section .case-card .btn-holder.text-green .btn {
    background: #61B51B;
    border-color: #61B51B; }
    .cases-section .case-card .btn-holder.text-green .btn:hover {
      background: transparent;
      color: #61B51B;
      border-color: #61B51B; }
  .cases-section .case-card .btn-holder.text-violet .btn {
    background: #3971E9;
    border-color: #3971E9; }
    .cases-section .case-card .btn-holder.text-violet .btn:hover {
      background: transparent;
      color: #3971E9;
      border-color: #3971E9; }
  .cases-section .case-card .btn-holder.text-light-green .btn {
    background: #80C134;
    border-color: #80C134; }
    .cases-section .case-card .btn-holder.text-light-green .btn:hover {
      background: transparent;
      color: #80C134;
      border-color: #80C134; }
  .cases-section .case-card .btn-holder.text-dark-green .btn {
    background: #0B9E99;
    border-color: #0B9E99; }
    .cases-section .case-card .btn-holder.text-dark-green .btn:hover {
      background: transparent;
      color: #0B9E99;
      border-color: #0B9E99; }

.card-lg h3 {
  text-transform: none;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .card-lg h3 {
      margin-bottom: 32px; } }

.card-lg p b {
  font-weight: 500; }

@media (min-width: 600px) {
  .card-lg .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 600px) {
  .card-lg .img-placeholder {
    max-height: 712px;
    width: 50%; } }

@media (min-width: 600px) {
  .card-lg .img-placeholder:before {
    content: '';
    display: block;
    padding-top: 100%; } }

.card-lg .item {
  margin-bottom: 64px; }
  @media (min-width: 600px) {
    .card-lg .item {
      position: relative; } }
  @media (min-width: 600px) {
    .card-lg .item:first-child .img-placeholder {
      margin: -100px 0 0; } }
  @media (min-width: 600px) {
    .card-lg .item:first-child .img-box {
      top: -100px;
      height: calc(100% + 100px); } }
  @media (min-width: 601px) {
    .card-lg .item:nth-child(2n) .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 599px) {
    .card-lg .item:nth-child(2n) h3 {
      text-align: right; } }
  @media (max-width: 599px) {
    .card-lg .item:nth-child(2n) .list {
      text-align: right; } }
  .card-lg .item:nth-child(2n) .img-box {
    margin: 0 0 25px -20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (min-width: 480px) {
      .card-lg .item:nth-child(2n) .img-box {
        left: 0;
        right: auto;
        margin: 0 0 25px -20px; } }
  .card-lg .item:nth-child(2n) img {
    margin-left: 0;
    margin-right: auto; }
  .card-lg .item:last-of-type {
    margin-bottom: 0; }

@media (min-width: 600px) {
  .card-lg .tag-list {
    margin-bottom: 15px; } }

@media (min-width: 600px) {
  .card-lg .txt-box {
    max-width: 50%;
    min-height: 280px; } }

.card-lg .img-box {
  position: relative;
  margin: 0 -20px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 600px) {
    .card-lg .img-box {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      min-height: 100%;
      height: 280px; } }
  .card-lg .img-box img {
    position: relative;
    z-index: 1; }
    @media (min-width: 600px) {
      .card-lg .img-box img {
        max-height: 100%;
        display: block;
        margin-left: auto;
        width: auto; } }
  .card-lg .img-box .img-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 600px) {
      .card-lg .img-box .img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }

@media (max-width: 599px) {
  .card-lg .btn {
    width: 100%; } }

.tag-list {
  padding: 0;
  color: #737373;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .tag-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -13px; } }
  .tag-list li {
    padding: 0;
    margin-bottom: 9px; }
    @media (min-width: 992px) {
      .tag-list li {
        position: relative;
        padding: 0 13px; } }
    .tag-list li:last-of-type:before {
      content: none; }
    .tag-list li:before {
      content: none; }
      @media (min-width: 992px) {
        .tag-list li:before {
          content: '';
          position: absolute;
          left: auto;
          right: 0;
          top: 50%;
          width: 1px;
          height: 12px;
          background-color: #737373;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }

.about-us .title-wrapper {
  max-width: 1048px; }

.about-us .container {
  overflow: visible; }

.about-us .description-wrapper {
  margin: 0 auto; }

.about-info {
  display: block;
  margin: 0 -8px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .about-info {
      margin: 0px -8px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }
  .about-info .slick-list {
    overflow: visible; }
  .about-info .slick-slide:last-of-type.slick-active div {
    margin-right: -20px; }
  .about-info .number-text {
    padding: 8px;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%; }
    @media (min-width: 992px) {
      .about-info .number-text {
        padding: 0 12px;
        margin: 0 0 24px; } }
    .about-info .number-text div {
      padding: 82px 20px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
      border-radius: 20px;
      min-height: 156px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      @media (min-width: 992px) {
        .about-info .number-text div {
          padding: 48px 20px 47px;
          min-height: 100%; } }
    .about-info .number-text p {
      margin-bottom: 0;
      font-size: 22px; }
      @media (min-width: 992px) {
        .about-info .number-text p {
          font-size: 22px; } }
    .about-info .number-text h2 {
      margin-bottom: 8px;
      padding: 0 0 8px;
      position: relative;
      font-size: 48px; }
      @media (min-width: 992px) {
        .about-info .number-text h2 {
          font-size: 64px; } }
      .about-info .number-text h2::after {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        height: 2px;
        width: 64px;
        background: rgba(255, 255, 255, 0.05); }
    .about-info .number-text.item-1, .about-info .number-text.item-2, .about-info .number-text.item-5, .about-info .number-text.item-6 {
      width: auto; }
      @media (min-width: 992px) {
        .about-info .number-text.item-1, .about-info .number-text.item-2, .about-info .number-text.item-5, .about-info .number-text.item-6 {
          width: 50%;
          min-width: auto; } }
      @media (min-width: 1200px) {
        .about-info .number-text.item-1, .about-info .number-text.item-2, .about-info .number-text.item-5, .about-info .number-text.item-6 {
          width: 25%; } }
    .about-info .number-text.item-3, .about-info .number-text.item-4 {
      width: auto; }
      @media (min-width: 992px) {
        .about-info .number-text.item-3, .about-info .number-text.item-4 {
          width: 50%;
          min-width: auto; } }

.packages {
  overflow: visible;
  position: relative; }
  .packages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 959.01px;
    height: 273.51px;
    background: rgba(0, 167, 239, 0.7);
    -webkit-filter: blur(250px);
            filter: blur(250px);
    -webkit-transform: rotate(52.43deg) translate(23%, 117%);
        -ms-transform: rotate(52.43deg) translate(23%, 117%);
            transform: rotate(52.43deg) translate(23%, 117%); }
    @media (min-width: 768px) {
      .packages::before {
        width: 1108px;
        height: 316px;
        -webkit-transform: rotate(52.43deg) translate(-1%, 27%);
            -ms-transform: rotate(52.43deg) translate(-1%, 27%);
                transform: rotate(52.43deg) translate(-1%, 27%); } }
  .packages::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1116px;
    height: 318px;
    background: rgba(0, 167, 239, 0.3);
    -webkit-filter: blur(200px);
            filter: blur(200px);
    -webkit-transform: translate(82%, -210%);
        -ms-transform: translate(82%, -210%);
            transform: translate(82%, -210%); }
    @media (min-width: 768px) {
      .packages::after {
        -webkit-transform: translate(14%, 24%);
            -ms-transform: translate(14%, 24%);
                transform: translate(14%, 24%); } }
  .packages .title-wrapper {
    max-width: 1012px; }
  .packages .container {
    position: relative;
    z-index: 2; }
    .packages .container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 299.47px;
      height: 119.44px;
      background: #0038FF;
      -webkit-filter: blur(150px);
              filter: blur(150px);
      -webkit-transform: rotate(52.43deg) translate(183%, 151%);
          -ms-transform: rotate(52.43deg) translate(183%, 151%);
              transform: rotate(52.43deg) translate(183%, 151%); }
      @media (min-width: 768px) {
        .packages .container::before {
          width: 346px;
          height: 138px;
          -webkit-transform: rotate(52.43deg) translate(16%, 71%);
              -ms-transform: rotate(52.43deg) translate(16%, 71%);
                  transform: rotate(52.43deg) translate(16%, 71%); } }

.pricing-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-wrap: break-word;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .pricing-list {
      margin: 0 -12px; } }
  .pricing-list > li {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    font-size: 18px; }
    @media (min-width: 768px) {
      .pricing-list > li {
        width: 50%;
        max-width: none;
        padding: 0 12px;
        margin: 0 0 24px; } }
    @media (min-width: 1024px) {
      .pricing-list > li {
        width: 25%;
        max-width: 500px; } }
    .pricing-list > li:last-child {
      margin: 0 0 24px; }
    .pricing-list > li::before {
      display: none; }
  .pricing-list .cont {
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    background: -webkit-linear-gradient(276.7deg, rgba(255, 255, 255, 0.05) 0.88%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(276.7deg, rgba(255, 255, 255, 0.05) 0.88%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(173.3deg, rgba(255, 255, 255, 0.05) 0.88%, rgba(255, 255, 255, 0) 100%);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    border-radius: 20px; }
  .pricing-list .title-box {
    text-align: center;
    color: #FFFFFF;
    background: #0089C3;
    margin: -2px -2px 30px;
    padding: 20px 20px 11px;
    position: relative;
    border-radius: 20px 20px 0px 0px; }
    @media (min-width: 768px) {
      .pricing-list .title-box {
        min-height: 70px;
        margin: -2px -2px 32px; } }
    .pricing-list .title-box::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 16px solid #0089C3; }
    .pricing-list .title-box h3 {
      text-transform: capitalize;
      font-weight: 600;
      text-align: center;
      margin-bottom: 8px;
      font-size: 24px; }
    .pricing-list .title-box p {
      margin-bottom: 0px; }
  .pricing-list .top-text {
    padding: 0 18px;
    margin: 0 0 8px;
    min-height: auto; }
    @media (min-width: 768px) {
      .pricing-list .top-text {
        margin: 0 0 16px;
        min-height: 70px; } }
  .pricing-list .txt {
    padding: 0 18px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .pricing-list .checkmark-list {
    padding-left: 0px; }
    .pricing-list .checkmark-list li {
      width: 100%;
      margin-bottom: 8px;
      padding: 0 24px;
      padding-right: 0; }
      .pricing-list .checkmark-list li p {
        margin: 0;
        opacity: 0.8; }
      @media (min-width: 768px) {
        .pricing-list .checkmark-list li {
          margin-bottom: 16px; } }
      .pricing-list .checkmark-list li::before {
        border: none;
        background: transparent;
        color: #00A7EF;
        padding: 0;
        content: "\e93a";
        font-family: icomoon;
        font-size: 12px;
        margin: -4px 0 0;
        opacity: 1; }
      .pricing-list .checkmark-list li.plus-item {
        opacity: 1;
        font-weight: 600; }
        .pricing-list .checkmark-list li.plus-item::before {
          border: none;
          background: transparent;
          color: #00A7EF;
          padding: 0;
          content: "+";
          font-family: icomoon;
          font-size: 26px;
          margin: -21px 0 0; }
  .pricing-list .outcome {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 19px 0;
    margin: 0;
    text-align: center; }
    .pricing-list .outcome p {
      opacity: 0.8; }
    .pricing-list .outcome .bold {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 8px;
      color: #fff;
      opacity: 1; }
  .pricing-list .total-count {
    text-align: center;
    color: #00A7EF;
    padding: 12px 0 8px; }
    @media (min-width: 992px) {
      .pricing-list .total-count {
        padding: 21px 0 14px; } }
    .pricing-list .total-count .cost {
      font-size: 40px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 8px; }
    .pricing-list .total-count .time {
      margin-bottom: 0px;
      text-transform: capitalize;
      font-weight: 500; }
  .pricing-list .btn-holder {
    padding: 0 16px; }
    @media (min-width: 992px) {
      .pricing-list .btn-holder {
        padding: 0 20px; } }
    .pricing-list .btn-holder .btn {
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: transparent;
      color: #00A7EF; }
      .pricing-list .btn-holder .btn:hover {
        background: #00A7EF;
        color: #fff; }

.technologies-row {
  margin: 0 0 10px; }
  .technologies-row:last-of-type {
    margin: 0; }
  .technologies-row h3 {
    text-transform: capitalize; }

.technologies-list {
  padding: 0;
  margin: 0 -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 992px) {
    .technologies-list {
      margin: 0 -12px; } }
  .technologies-list h4 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    text-align: center; }
  .technologies-list .item {
    padding: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    margin: 0 0 12px; }
    @media (min-width: 600px) {
      .technologies-list .item {
        width: 25%; } }
    @media (min-width: 992px) {
      .technologies-list .item {
        width: calc(100% / 6);
        padding: 0 12px;
        margin: 0 0 32px; } }
    .technologies-list .item:before {
      width: 0;
      height: auto;
      position: static;
      display: block;
      padding-top: calc(100%); }
  .technologies-list .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    padding: 10px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15); }
    @media (min-width: 1200px) {
      .technologies-list .cont {
        padding: 12px 6px; } }
  .technologies-list .img-wrapper {
    margin: 0;
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 600px) {
      .technologies-list .img-wrapper {
        width: 110px;
        height: 110px; } }
    @media (min-width: 992px) {
      .technologies-list .img-wrapper {
        width: auto;
        height: auto; } }
    .technologies-list .img-wrapper h3,
    .technologies-list .img-wrapper h5 {
      font-weight: 400;
      margin: 0;
      text-transform: none; }
    .technologies-list .img-wrapper img {
      max-height: 100%; }
      @media (max-width: 768px) {
        .technologies-list .img-wrapper img {
          width: auto; } }

.popup-features {
  font-size: 16px;
  line-height: 1.35;
  color: #333;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 0;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  text-align: center;
  overflow: hidden; }
  .popup-features.popup-open {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible; }
  .popup-features:after {
    display: none; }
  .popup-features .popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: inline-block;
    vertical-align: middle; }
    .popup-features .popup-content:before, .popup-features .popup-content:after {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      position: static; }
  .popup-features .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 5;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    cursor: pointer; }
    @media (min-width: 767px) {
      .popup-features .popup-close {
        top: 36px;
        right: 36px; } }
    .popup-features .popup-close:hover {
      -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
              transform: rotate(360deg); }
    .popup-features .popup-close:before, .popup-features .popup-close:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #fff;
      width: 2px;
      border-radius: 0px; }
    .popup-features .popup-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .popup-features .popup-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .popup-features .popup-wrapper {
    background-color: #fff;
    border: 1px solid #00A7EF;
    border-radius: 0px;
    max-width: 696px;
    width: 91%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    overflow-y: auto;
    max-height: 90vh; }
    .popup-features .popup-wrapper h3 {
      font-size: 24px;
      text-transform: none;
      font-weight: 400;
      text-align: center;
      margin-bottom: 0px; }
    .popup-features .popup-wrapper p {
      color: inherit;
      text-transform: inherit;
      text-align: center;
      margin: 0;
      margin-bottom: 5px; }
      .popup-features .popup-wrapper p.desc {
        font-weight: 800; }
      .popup-features .popup-wrapper p.blue {
        color: #00A7EF; }
    .popup-features .popup-wrapper .popup-header {
      height: 163px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 32px 16px;
      background-size: cover;
      background-position: 100%;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .popup-features .popup-wrapper .popup-header {
          height: 274px;
          background-position: center;
          padding: 64px 32px; } }
      .popup-features .popup-wrapper .popup-header img {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }
      .popup-features .popup-wrapper .popup-header .popup-header-mob {
        display: block; }
        @media (min-width: 768px) {
          .popup-features .popup-wrapper .popup-header .popup-header-mob {
            display: none; } }
      .popup-features .popup-wrapper .popup-header .popup-header-web {
        display: none; }
        @media (min-width: 768px) {
          .popup-features .popup-wrapper .popup-header .popup-header-web {
            display: block; } }
      .popup-features .popup-wrapper .popup-header:before {
        content: '';
        display: block;
        padding-top: 19.6%; }
    .popup-features .popup-wrapper .popup-main {
      padding: 12px 16px 16px;
      position: relative; }
      @media (min-width: 768px) {
        .popup-features .popup-wrapper .popup-main {
          padding: 24px 32px 32px; } }
    .popup-features .popup-wrapper .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 18px -8px 18px;
      max-width: none; }
      .popup-features .popup-wrapper .items li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 8px;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .popup-features .popup-wrapper .items li {
            width: 33.33%;
            padding: 0 8px;
            margin-bottom: 0; } }
        .popup-features .popup-wrapper .items li::before {
          display: none; }
        .popup-features .popup-wrapper .items li .cont {
          border: 1px solid #EDF3F6;
          text-align: center;
          padding: 10px 6px;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%;
          min-height: 76px; }
          @media (min-width: 768px) {
            .popup-features .popup-wrapper .items li .cont {
              width: auto;
              padding: 28px 6px; } }
    .popup-features .popup-wrapper .btn-holder {
      margin-top: 25px;
      text-align: center; }
    .popup-features .popup-wrapper .content-1 {
      display: none; }
      .popup-features .popup-wrapper .content-1.active {
        display: block; }
  .popup-features .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0 0; }
    .popup-features .form-row .form-field {
      max-width: 440px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      margin: 0; }
    .popup-features .form-row input {
      height: 44px;
      background: #EDF3F6;
      border-radius: 100px;
      border-bottom: none;
      color: #23272D;
      padding: 0;
      padding-left: 24px; }
      .popup-features .form-row input::-webkit-input-placeholder {
        color: #23272D;
        opacity: 0.6; }
      .popup-features .form-row input:-ms-input-placeholder {
        color: #23272D;
        opacity: 0.6; }
      .popup-features .form-row input::-ms-input-placeholder {
        color: #23272D;
        opacity: 0.6; }
      .popup-features .form-row input::placeholder {
        color: #23272D;
        opacity: 0.6; }
      .popup-features .form-row input.btn-icon {
        min-width: 44px;
        width: 44px;
        background-color: #00A7EF;
        background-image: url(../images/send-icon.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        height: 44px;
        padding: 11px;
        position: relative;
        margin-left: -44px;
        color: transparent; }
        .popup-features .form-row input.btn-icon:hover {
          background-color: rgba(0, 167, 239, 0.6); }
      .popup-features .form-row input.loading {
        background-image: url(../images/loader-blue.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        pointer-events: none; }
  .popup-features .thanks-message {
    display: none;
    text-align: center; }
    .popup-features .thanks-message.active {
      display: block;
      color: #00A7EF;
      margin: 10px 0px 0; }

.cta-estimate-panel {
  position: fixed;
  width: 235px;
  height: 118px;
  z-index: 1;
  bottom: 16px;
  right: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .cta-estimate-panel {
      height: 148px; } }
  .cta-estimate-panel .cta-txt {
    color: #737373;
    background: #fff;
    border: 1px solid #EDF3F6;
    padding: 10px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    position: absolute;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    font-size: 16px; }
    @media (min-width: 768px) {
      .cta-estimate-panel .cta-txt {
        padding: 16px;
        font-size: 18px; } }
    .cta-estimate-panel .cta-txt.closed {
      display: none; }
    .cta-estimate-panel .cta-txt p {
      margin: 0;
      position: relative; }
    .cta-estimate-panel .cta-txt .button-close {
      position: absolute;
      width: 24px;
      height: 24px;
      top: -12px;
      left: -12px;
      background: #00A7EF;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .cta-estimate-panel .cta-txt .button-close.show {
        opacity: 1;
        visibility: visible; }
      .cta-estimate-panel .cta-txt .button-close:before, .cta-estimate-panel .cta-txt .button-close:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 11px;
        height: 13px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff;
        width: 2px;
        border-radius: 0px; }
      .cta-estimate-panel .cta-txt .button-close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .cta-estimate-panel .cta-txt:hover .button-close {
      opacity: 1;
      visibility: visible; }
  .cta-estimate-panel .cta-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .cta-estimate-panel .cta-button {
        width: 64px;
        height: 64px; } }

.countdown-container {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 0;
  max-width: 288px; }
  @media (min-width: 600px) {
    .countdown-container {
      max-width: 488px;
      top: 50%; } }
  @media (min-width: 768px) {
    .countdown-container {
      max-width: 100%; } }
  .countdown-container .wrap {
    max-width: 50px;
    max-height: 50px;
    margin: 0;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .countdown-container .wrap {
        max-width: 80px;
        max-height: 80px; } }
    @media (min-width: 768px) {
      .countdown-container .wrap {
        max-width: 114px;
        max-height: 114px; } }
  .countdown-container .col-md-3 {
    padding: 0 8px;
    width: 25%; }

.clock {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }

.clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  max-width: 114px;
  margin: 0 auto; }

.kineticjs-content {
  width: 66px !important;
  min-width: 66px !important;
  height: 66px !important;
  margin-left: 0px;
  margin-top: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%; }
  @media (min-width: 600px) {
    .kineticjs-content {
      width: 112px !important;
      min-width: 112px !important;
      height: 112px !important;
      margin-left: 0px;
      margin-top: 80px;
      border: 3px solid rgba(255, 255, 255, 0.1) !important; } }
  @media (min-width: 768px) {
    .kineticjs-content {
      width: 146px !important;
      min-width: 146px !important;
      height: 146px !important;
      margin-left: 0px;
      margin-top: 113px; } }
  .kineticjs-content canvas {
    width: 66px !important;
    height: 66px !important;
    top: -1.5px !important;
    left: -1.5px !important; }
    @media (min-width: 600px) {
      .kineticjs-content canvas {
        width: 112px !important;
        height: 112px !important;
        top: -3px !important;
        left: -3px !important; } }
    @media (min-width: 768px) {
      .kineticjs-content canvas {
        width: 146px !important;
        height: 146px !important; } }

.clock-canvas {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.text {
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%; }

.text .val {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .text .val {
      font-size: 24px;
      line-height: 29px; } }

.text .type-time {
  font-size: 8px;
  font-weight: 400;
  text-transform: none; }
  @media (min-width: 768px) {
    .text .type-time {
      font-size: 16px; } }

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

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  outline-offset: 0 !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 36px #0071a2 inset !important;
          box-shadow: 0 0 0 36px #0071a2 inset !important; }

.info-alarm {
  text-align: center;
  font-size: 18px; }
  .info-alarm p {
    margin-bottom: 0; }

#footer {
  padding-top: 26px;
  font-size: 16px;
  border-top: 4px solid #00A7EF; }
  @media (min-width: 768px) {
    #footer {
      padding-top: 50px; } }
  @media (min-width: 1024px) {
    #footer {
      padding-top: 64px; } }

.footer-columns {
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px; }
  @media (min-width: 480px) {
    .footer-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .footer-columns {
      margin: 0 -25px 69px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer-columns a {
    text-decoration: none;
    color: #fff; }
    .footer-columns a:hover {
      opacity: 0.8; }
  .footer-columns > li {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .footer-columns > li {
        padding: 0 15px;
        width: 48%; } }
    .footer-columns > li:first-child {
      width: 100%; }
      @media (min-width: 768px) {
        .footer-columns > li:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 1200px) {
        .footer-columns > li:first-child {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .footer-columns > li:first-child .links {
        margin-left: 0px; }
        @media (min-width: 768px) {
          .footer-columns > li:first-child .links {
            margin-left: 50px; } }
    @media (min-width: 992px) {
      .footer-columns > li:last-child {
        padding-top: 10px; } }
    .footer-columns > li:before {
      display: none; }
  .footer-columns h4 {
    text-transform: none;
    margin-bottom: 23px;
    line-height: 1;
    font-size: 24px; }
    @media (min-width: 768px) {
      .footer-columns h4 {
        margin-bottom: 40px;
        font-size: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .footer-columns h4 {
        margin-bottom: 44px;
        font-size: 24px; } }
  .footer-columns h3 {
    text-transform: none;
    font-size: 24px;
    margin: 0 0 15px; }
  .footer-columns .info-box {
    margin: 0 0 20px; }
    @media (min-width: 480px) {
      .footer-columns .info-box {
        min-width: 235px;
        padding: 0 20px 0 0; } }
    @media (min-width: 1024px) {
      .footer-columns .info-box {
        padding: 0;
        margin: 0 0 25px;
        width: auto; } }
  .footer-columns .phone-list {
    padding: 0;
    margin: 0; }
    .footer-columns .phone-list li {
      padding: 0;
      margin: 0 0 8px; }
      .footer-columns .phone-list li:last-child {
        margin: 0; }
      .footer-columns .phone-list li:before {
        display: none; }
  .footer-columns .socials {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 480px) {
      .footer-columns .socials {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
    @media (min-width: 1200px) {
      .footer-columns .socials {
        padding: 0; } }
  .footer-columns .info-note {
    text-align: center;
    margin: 0 0 24px; }

.footer-nav > ul:not([class]):not([id]) {
  padding: 0; }
  .footer-nav > ul:not([class]):not([id]) > li {
    margin-bottom: 9px;
    padding: 0; }
    .footer-nav > ul:not([class]):not([id]) > li:before {
      display: none; }

.big-column {
  width: 100%; }
  @media (min-width: 600px) {
    .big-column {
      width: 48%; } }
  .big-column p {
    text-align: center;
    margin-bottom: 24px; }

.reviews-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 24px; }
  @media (min-width: 480px) {
    .reviews-footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 10px; } }
  .reviews-footer li {
    width: 100%;
    margin: 0 0 8px;
    padding: 0; }
    @media (min-width: 480px) {
      .reviews-footer li {
        width: 33.33%;
        padding: 0 8px; } }
    @media (min-width: 992px) {
      .reviews-footer li {
        margin: 0 0px 16px; } }
    .reviews-footer li::before {
      display: none; }
    @media (min-width: 992px) {
      .reviews-footer li:last-child {
        margin: 0 0px 16px; } }
  .reviews-footer a {
    width: 100%;
    background: -webkit-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(277.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(172.5deg, rgba(255, 255, 255, 0.05) -0.31%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
    height: 86px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 992px) {
      .reviews-footer a {
        padding: 34px 27px;
        height: 114px; } }

.footer-bottom {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 14px; }
  @media (min-width: 1200px) {
    .footer-bottom {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 32px 0; } }
  .footer-bottom .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .footer-bottom .column {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer-bottom .column:last-of-type {
      margin-bottom: 0; }

.copyright {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .copyright .dmca-badge {
    margin: 10px 0 0;
    display: block; }
    @media (min-width: 480px) {
      .copyright .dmca-badge {
        margin: 0 0 0 12px; } }
    .copyright .dmca-badge img {
      display: block; }

.copyright-links {
  opacity: 0.5; }
  .copyright-links ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -13px; }
  .copyright-links li {
    padding: 0 13px;
    position: relative;
    margin: 0 0 7px; }
    @media (min-width: 1200px) {
      .copyright-links li {
        margin: 0; } }
    .copyright-links li:last-of-type:after {
      display: none; }
    .copyright-links li:before {
      display: none; }
    .copyright-links li:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 12px;
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .copyright-links a {
    text-decoration: none;
    color: #fff; }

@media (min-width: 992px) {
  .manage-cookies-box {
    margin: 0 0 0 12px; } }

.manage-cookies-box .btn {
  padding: 5px 8px;
  text-transform: none;
  font: 400 14px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
