/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
/* cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; */
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 *
Lunar version  1.0
The MIT License (MIT)
Copyright (c) 2011-2019 vivekvasani955@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 */
.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .close.close-pinned {
  top: -19px;
  right: -19px;
}

.modal[data-popup=true] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup=true].fade.modal-top-left .modal-dialog, .modal[data-popup=true].fade.modal-top-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-left .modal-dialog, .modal[data-popup=true].fade.modal-bottom-center .modal-dialog {
  position: fixed;
}
.modal[data-popup=true].fade .modal-content {
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

.body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}
.body-scrollable .modal-backdrop {
  display: none;
}

.modal-backdrop {
  background: #2d343a;
}

/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Alert styles*/
.event-type {
  border: 3px solid #e0e6ed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  transition-delay: 0.3s;
}


.event-type .event-indicator {
  transition: all cubic-bezier(0, 0.89, 0.44, 1) 0.2s;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s;
}

.show .event-type .event-indicator {
  transform: scale(1);
  opacity: 1;
}

.show .event-type {
  border-color: #e0e6ed;
  background-color: #e0e6ed;
}

.show .event-type.success {
  border-color: #00CC99;
  background-color: #00CC99;
}

.show .event-type.error {
  border-color: #f2545b;
  background-color: #f2545b;
}

.show .event-type.warning {
  border-color: #f7bc06;
  background-color: #f7bc06;
}

.show .event-type.info {
  border-color: #19b5fe;
  background-color: #19b5fe;
}

/*==================================*/
/* Additional Utilities */
/*==================================*/
/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Overlay for images*/
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}

/*Negative margins for creating pull effect */
.modal .pull-up-lg {
  margin-top: -70px;
}

.modal .pull-up-sm {
  /*margin-top: -35px;*/
}

.modal .border-thick {
  border-width: 0.3rem !important;
}

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

.pointer-events-none {
  pointer-events: none;
}

/*Height utilities*/
.m-h-10 {
  min-height: 10vh;
}

.m-h-20 {
  min-height: 20vh;
}

.m-h-30 {
  min-height: 30vh;
}

.m-h-40 {
  min-height: 40vh;
}

.m-h-50 {
  min-height: 50vh;
}

.m-h-60 {
  min-height: 60vh;
}

.m-h-70 {
  min-height: 70vh;
}

.m-h-80 {
  min-height: 80vh;
}

.m-h-90 {
  min-height: 90vh;
}

.m-h-100 {
  min-height: 100vh;
}

.bg-rhino {
  background-color: #28304e !important;
}

.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-cstm-light:focus, .btn-cstm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-light.disabled, .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:not(:disabled):not(.disabled):active, .btn-cstm-light:not(:disabled):not(.disabled).active, .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-cstm-light:not(:disabled):not(.disabled):active:focus, .btn-cstm-light:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-dark {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:hover {
  color: #FFFFFF;
  background-color: #1b2035;
  border-color: #171b2c;
}

.btn-cstm-dark:focus, .btn-cstm-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}

.btn-cstm-dark.disabled, .btn-cstm-dark:disabled {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:not(:disabled):not(.disabled):active, .btn-cstm-dark:not(:disabled):not(.disabled).active, .show > .btn-cstm-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #171b2c;
  border-color: #121624;
}

.btn-cstm-danger {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:hover {
  color: #FFFFFF;
  background-color: #ef3039;
  border-color: #ee252e;
}

.btn-cstm-danger:focus, .btn-cstm-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-danger.disabled, .btn-cstm-danger:disabled {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active, .btn-cstm-danger:not(:disabled):not(.disabled).active, .show > .btn-cstm-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ee252e;
  border-color: #ed1922;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active:focus, .btn-cstm-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-success {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:hover {
  color: #FFFFFF;
  background-color: #00a67c;
  border-color: #009973;
}

.btn-cstm-success:focus, .btn-cstm-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-success.disabled, .btn-cstm-success:disabled {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:not(:disabled):not(.disabled):active, .btn-cstm-success:not(:disabled):not(.disabled).active, .show > .btn-cstm-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009973;
  border-color: #008c69;
}

.btn-cstm-success:not(:disabled):not(.disabled):active:focus, .btn-cstm-success:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-secondary {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:hover {
  color: #FFFFFF;
  background-color: #7c96bc;
  border-color: #738fb8;
}

.btn-cstm-secondary:focus, .btn-cstm-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.btn-cstm-secondary.disabled, .btn-cstm-secondary:disabled {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active, .btn-cstm-secondary:not(:disabled):not(.disabled).active, .show > .btn-cstm-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #738fb8;
  border-color: #6b88b3;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus, .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}


@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
  --animate-duration: 1.5s;
  --animate-delay: 500ms;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-200ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-300ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-400ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-500ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}




/*
  Template Name: SolTech - Premium Marketing Landing Pages Pack
  Theme URL: https://themeforest.net/user/dsathemes
  Description: SolTech - Premium Marketing Landing Pages Pack
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.2.0
  Website: www.dsathemes.com
  Tags: HTML5, DSAThemes, Creative, Agency, Digital Business, IT Solutions, Digital Product, Marketinge, SaaS, Startup
*/




/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

:root {
  --theme-color: #5d74f2;
  --theme-btn-hover: #4d62d5;
  --black: #2e3648;
  --black: #22223b;
  --blue: #308af0;
  --coal: #353f4f;
  --disable: #b5b5b5;
  --form-control: #fafafd;
  --gray: #6c757d;
  --green: #0fbc49;
  --header-color: #313435;
  --indigo: #5d74f2;
  --ink: #1d222f;
  --metal: #2c3840;
  --light-gray: #999;
  --ocean: #167efb;
  --pink: #f74780;
  --purple: #6633ff;
  --silver: #ccc;
  --sky-blue: #04aaff;
  --smoke: #e7e7e7;
  --snow: #f5f6f6;
  --white: #fff;
  --white-smoke: #f4f4f9;
  --yellow: #ffbf15; 
  --tra-black: rgba(0, 0, 0, .08); 
  --tra-blue: rgba(48, 138, 240, .13); 
  --tra-coal: rgba(5, 5, 5, .05);
  --tra-gray: rgba(96, 96, 96, .13);
  --tra-green: rgba(15, 188, 73, .13); 
  --tra-indigo: rgba(128, 96, 225, .13); 
  --tra-ink: rgba(1, 1, 1, .1); 
  --tra-pink: rgba(247, 71, 128, .13); 
  --tra-purple: rgba(102, 51, 255, .13);
  --tra-smoke: rgba(230, 230, 230, .2);
  --tra-white: rgba(255, 255, 255, .2); 
  --tra-white-smoke: rgba(244, 244, 249, 0);
  --tra-yellow: rgba(255, 191, 21, .13); 
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 

body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--gray);
  line-height: 1.6666;
  font-weight: 400;
}

body.dark-page {
  background-color: #1e243b;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page,
.hidd { 
  overflow: hidden; 
}

.rel,
section,
.container { 
  position: relative!important; 
  z-index: 3; 
}

.section-overlay {
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
/*  BLOCK SHADOW
/*------------------------------------------*/

.block--shadow { 
  -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
  -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
  box-shadow: 0 4px 12px 0 var(--tra-black);
}

.img-block .block--shadow { 
  -webkit-box-shadow: 0 4px 12px 0 rgba(20, 20, 20, .18); 
  -moz-box-shadow: 0 4px 12px 0 rgba(20, 20, 20, .18); 
  box-shadow: 0 4px 12px 0 rgba(20, 20, 20, .18); 
}

/*------------------------------------------*/
/*  BORDER SETTINGS
/*------------------------------------------*/

.block--border {
  border: 1px solid var(--silver);
}

.block--border.block--shadow { 
  border: 1px solid var(--smoke);
}

.x-border {
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
}

.t-border {
  border-top: 1px solid var(--silver);
}

.b-border {
  border-bottom: 1px solid var(--silver);
}

/*------------------------------------------*/
/*  BORDER RADIUS SETTING
/*------------------------------------------*/ 

.r-0 { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.r-02 { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.r-04 { -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.r-06 { -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
.r-08 { -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.r-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }
.r-12 { -webkit-border-radius: 12px; -moz-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; }
.r-14 { -webkit-border-radius: 14px; -moz-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; }
.r-16 { -webkit-border-radius: 16px; -moz-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; }
.r-18 { -webkit-border-radius: 18px; -moz-border-radius: 18px; -o-border-radius: 18px; border-radius: 18px; }
.r-20 { -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.r-22 { -webkit-border-radius: 22px; -moz-border-radius: 22px; -o-border-radius: 22px; border-radius: 22px; }
.r-24 { -webkit-border-radius: 24px; -moz-border-radius: 24px; -o-border-radius: 24px; border-radius: 24px; }
.r-26 { -webkit-border-radius: 26px; -moz-border-radius: 26px; -o-border-radius: 26px; border-radius: 26px; }
.r-28 { -webkit-border-radius: 28px; -moz-border-radius: 28px; -o-border-radius: 28px; border-radius: 28px; }
.r-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
.r-32 { -webkit-border-radius: 32px; -moz-border-radius: 32px; -o-border-radius: 32px; border-radius: 32px; }
.r-34 { -webkit-border-radius: 34px; -moz-border-radius: 34px; -o-border-radius: 34px; border-radius: 34px; }
.r-36 { -webkit-border-radius: 36px; -moz-border-radius: 36px; -o-border-radius: 36px; border-radius: 36px; }
.r-100 { -webkit-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }

/*------------------------------------------*/
/*  OPACITY SETTINGS
/*------------------------------------------*/

.o-0 { opacity: 0; }
.o-10 { opacity: .1; }
.o-15 { opacity: .15; }
.o-20 { opacity: .2; }
.o-25 { opacity: .25; }
.o-30 { opacity: .3; }
.o-35 { opacity: .35; }
.o-40 { opacity: .4; }
.o-45 { opacity: .45; }
.o-50 { opacity: .5; }
.o-55 { opacity: .55; }
.o-60 { opacity: .60; }
.o-65 { opacity: .65; }
.o-70 { opacity: .7; }
.o-75 { opacity: .75; }
.o-80 { opacity: .8; }
.o-85 { opacity: .85; }
.o-90 { opacity: .9; }
.o-95 { opacity: .95; }
.o-100 { opacity: 1; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.py-40 { padding-top: 40px; padding-bottom: 40px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-70 { padding-top: 70px; padding-bottom: 70px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.py-90 { padding-top: 90px; padding-bottom: 90px; }
.py-100 { padding-top: 100px; padding-bottom: 100px; }

.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }

.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }

.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg--fixed,
.bg--scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg--fixed {
  background-attachment: scroll!important;
}

.bg--scroll {
  background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  BACKGROUND COLORS
/*------------------------------------------*/

.bg--black { background-color: var(--black); }
.bg--white { background-color: var(--white); }
.bg--blue { background-color: var(--blue); }
.bg--coal { background-color: var(--coal); }
.bg--green { background-color: var(--green); }
.bg--indigo { background-color: var(--indigo); }
.bg--ocean { background-color: var(--ocean); }
.bg--pink { background-color: var(--pink); }
.bg--purple { background-color: var(--purple); }
.bg--skyblue { background-color: var(--sky-blue); }
.bg--snow { background-color: var(--snow); }
.bg--whitesmoke { background-color: var(--white-smoke); }
.bg--yellow { background-color: var(--yellow); }

/*------------------------------------------*/
/*  TRANSPARENT BACKGROUND COLORS
/*------------------------------------------*/

.bg--tra-blue { background-color: var(--tra-blue); }
.bg--tra-green { background-color: var(--tra-green); }
.bg--tra-indigo { background-color: var(--tra-indigo); }
.bg--tra-pink { background-color: var(--tra-pink); }
.bg--tra-purple { background-color: var(--tra-purple); }
.bg--tra-yellow { background-color: var(--tra-yellow); }

/*------------------------------------------*/
/*  GRADIENT COLOR BACKGROUND
/*------------------------------------------*/

.gr--whitesmoke { 
  background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%); 
}

.gr--snow { 
  background-image: linear-gradient(180deg, rgba(246, 246, 250, .75) 45%, rgba(246, 246, 250, .03) 100%); 
}

/*------------------------------------------*/
/*  BACKGROUND SHAPE
/*------------------------------------------*/

.bg--shape:after {
  position: absolute;
  content: '';
  width: 600px;
  height: 600px;
  top: 22%;
  left: 20%;
  z-index: -1;
  background-color: rgba(119, 67, 142, .12);
  filter: blur(15rem);
}

.bg--shape-top:after {
  position: absolute;
  content: '';
  width: 600px;
  height: 600px;
  top: -5%;
  right: 12%;
  z-index: -1;
  background-color: rgba(119, 67, 142, .17);
  filter: blur(15rem);
}

.shape--01:after,
.shape--02:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 55%;
  left: 0;
  z-index: -1;
}

.shape--01:after {
  top: 0; 
}

.shape--02:after {
  top: 45%;
}

.shape--whitesmoke:after { background-color: var(--white-smoke); }

/*------------------------------------------*/
/*  BACKGROUND IMAGE / PATTERN
/*------------------------------------------*/
 
.bg--01, 
.bg--02, 
.bg--03, 
.bg--04, 
.bg--05 {
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg--01 { background-image: url(../images/bg-01.jpg); }
.bg--02 { background-image: url(../images/bg-02.jpg); }
.bg--03 { background-image: url(../images/bg-03.jpg); }
.bg--04 { background-image: url(../images/bg-04.jpg); }
.bg--05 { background-image: url(../images/bg-05.jpg); }

.theme--dark .bg--01,
.theme--dark .bg--04 { 
  background-image: url(../images/bg-dark.jpg); 
}

.theme--dark .bg--02 { 
  background-image: url(../images/bg-03.jpg); 
}

.ba--01, 
.ba--02,
.ba--03 {
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.ba--01 { background-image: url(../images/ba-01.jpg); }
.ba--02 { background-image: url(../images/ba-02.jpg); }
.ba--03 { background-image: url(../images/ba-03.jpg); }

.theme--dark .ba--01 { 
  background-image: url(../images/ba-01d.jpg); 
}

.theme--dark .ba--02, 
.theme--dark .ba--03 { 
  background-image: url(../images/ba-02d.jpg); 
}

/*------------------------------------------*/
/*  SECTION DIVIDER
/*------------------------------------------*/

hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #999 64%, rgba(206,211,246,0) 99%);
  opacity: .4;
  border: none;
  margin: 0;
}

/*------------------------------------------*/
/*  WAVE SHAPE BOTTOM
/*------------------------------------------*/

.wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h6, h5, h4, h3, h2, h1 {  
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--header-color);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HEADER SIZE
/*------------------------------------------*/

h6 { font-size: 1rem; }              /* 16px */
h6.h6-md { font-size: 1.125rem; }    /* 18px */
h6.h6-lg { font-size: 1.25rem; }     /* 20px */
h6.h6-xl { font-size: 1.3125rem; }   /* 21px */

h5 { font-size: 1.375rem; }          /* 22px */
h5.h5-md { font-size: 1.5rem; }      /* 24px */
h5.h5-lg { font-size: 1.625rem; }    /* 26px */
h5.h5-xl { font-size: 1.75rem; }     /* 28px */

h4 { font-size: 1.875rem; }          /* 30px */
h4.h4-md { font-size: 2rem; }        /* 32px */
h4.h4-lg { font-size: 2.125rem; }    /* 34px */
h4.h4-xl { font-size: 2.25rem; }     /* 36px */

h3 { font-size: 2.375rem; }          /* 38px */
h3.h3-md { font-size: 2.5rem; }      /* 40px */
h3.h3-lg { font-size: 2.6255rem; }   /* 42px */
h3.h3-xl { font-size: 2.75rem; }     /* 44px */

h2 { font-size: 2.875rem; }          /* 46px */
h2.h2-md { font-size: 3rem; }        /* 48px */
h2.h2-lg { font-size: 3.125rem; }    /* 50px */
h2.h2-xl { font-size: 3.25rem; }     /* 52px */
h2.h2-title { font-size: 3.375rem; } /* 54px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 0.9375rem; }    /* 15px */
p { font-size: 1rem; }              /* 16px */
p.p-md { font-size: 1.0625rem; }    /* 17px */
p.p-lg { font-size: 1.125rem; }     /* 18px */
p.p-xl { font-size: 1.1875rem; }    /* 19px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

a:hover {
  color: var(--coal);
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a.tra-link {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

a.tra-link span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.tra-link.ico-20 [class*="flaticon-"]:before, 
.tra-link.ico-20 [class*="flaticon-"]:after { 
  position: relative;
  font-size: 0.75rem; 
  line-height: 0.7rem!important;
  top: 1.5px;
  left: 1px;
}

a.tra-link:hover span {
  color: var(--coal)!important;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

ol.digit-list p,
ul.simple-list.long-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  DIGIT LIST
/*------------------------------------------*/

ol.digit-list {
  padding: 0;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  padding: 0.9rem 1.8rem;
  border: 2px solid transparent;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.btn.btn-sm {
  font-size: 0.975rem;
  padding: 0.7rem 1.5rem;
}

.btn.btn-md {
  font-size: 1rem;
  padding: 0.9425rem 1.75rem;
}

.btn.btn-lg {
  font-size: 1.05rem;
  padding: 1.1rem 1.8rem;
}

.btn.ico-30.ico-left,
.btn.ico-30.ico-right {
  padding: 0.37rem 0;
}

/*------------------------------------------*/
/*  Buttons Group
/*------------------------------------------*/

.text-center .btns-group {
  display: inline-block;
}

.btns-group .btn:first-child {
  margin-right: 15px;
}

.btns-group .btn.ico-30.ico-left {
  padding: 0.37rem 0.5rem;
}

.btns-group .btn.ico-30.ico-right {
  padding: 0.37rem 0;
}

/*------------------------------------------*/
/*  Button Icon
/*------------------------------------------*/

.btn.ico-20 [class*="flaticon-"]:before, 
.btn.ico-20 [class*="flaticon-"]:after { 
  position: relative;
  font-size: 1rem; 
  line-height: 0.7rem!important;
  top: 4px;
}

.btn.ico-left span {
  margin-right: 5px;
}

.btn.ico-right span {
  margin-left: 5px;
}

.btn.ico-30.ico-left span {
  position: relative;
  top: 0;
  right: 4px;
}

.btn.ico-30.ico-right span {
  position: relative;
  top: 0;
  left: 4px;
}

.btn.ico-30.ico-left span.ico-30-txt,
.btn.ico-30.ico-right span.ico-30-txt {
  position: relative;
  top: -10px;
  right: 0;
}

.btn.ico-30.ico-right span.ico-30-txt {
  left: 0;
}

/*------------------------------------------*/
/*  Button Text
/*------------------------------------------*/

p.btn-txt {
  margin: 13px 0 0 0;
}

p.btn-txt span {
  font-weight: 700;
}

.btn-rating p.btn-txt {
  margin: 0;
}

.star-rating small,
.star-rating span.rating-txt {
  font-size: 0.9375rem;
}

p.btns-group-txt {
  margin: 14px 0 0 0;
}

.btn-rating {
  margin-top: 18px;
}

.text-center p.btns-group-txt {
  margin-top: 20px;
}

p.btn-txt.ico-15,
p.btns-group-txt.ico-15 {
  padding-left: 5px;
}

.text-center p.btn-txt.ico-15,
.text-center p.btns-group-txt.ico-15 {
  padding-left: 0;
}

p.btn-txt span,
p.btns-group-txt span {
  position: relative;
  top: 0.5px;
  right: 2px;
}

p.btns-group-txt span.txt-data {
  display: block;
  top: 0;
  right: 0;
}

p.btns-group-txt span.txt-data a {
  margin-left: 4px;
  text-decoration: underline;
}

p.btns-group-txt span.txt-data a:hover {
  text-decoration: none;
}

.hero-section .color--white p.btns-group-txt span.txt-data a:hover {
  color: var(--white)!important;
}

.btn-txt.ico-15 [class*="flaticon-"]:before, 
.btn-txt.ico-15 [class*="flaticon-"]:after,
.btns-group-txt.ico-15 [class*="flaticon-"]:before, 
.btns-group-txt.ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }

.star-rating.ico-15 [class*="flaticon-"]:before, 
.star-rating.ico-15 [class*="flaticon-"]:after { position: relative; font-size: 1rem; top: 3px; }

.star-rating.ico-20 [class*="flaticon-"]:before, 
.star-rating.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 0.95rem; top: 1px; }

.p-sm.btn-txt.ico-20 [class*="flaticon-"]:before, 
.p-sm.btn-txt.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 0.875rem; top: 1px; }

/*------------------------------------------*/
/*  TRANPARENT BUTTON
/*------------------------------------------*/

.btn--transparent {
  color: var(--black)!important;
  background-color: transparent!important;
  border-color: transparent!important;
}

.btn--transparent:hover {
  background-color: transparent!important;
  border-color: transparent!important;
} 

/*------------------------------------------*/
/*  WHITE BUTTON
/*------------------------------------------*/

.btn--white,
.hover--white:hover,
.color--white .hover--white:hover {
  color: var(--black)!important;
  background-color: var(--white)!important;
  border-color: var(--white)!important;
}

.btn--tra-white,
.hover--tra-white:hover,
.color--white .hover--tra-white:hover {
  color: var(--white)!important;
  background-color: transparent!important;
  border-color: var(--white)!important;
}

.white-scroll .scroll .hover--tra-white:hover {
  color: var(--black)!important;
  background-color: transparent!important;
  border-color: var(--black)!important;
}

.white-scroll .scroll .hover--white:hover {
  color: var(--whte)!important;
  background-color: var(--black)!important;
  border-color: var(--black)!important;
}

/*------------------------------------------*/
/*  BLACK BUTTON
/*------------------------------------------*/

.btn--black,
.hover--black:hover {
  color: var(--white)!important;
  background-color: var(--black)!important;
  border-color: var(--black)!important;
}

.btn--tra-black,
.hover--tra-black:hover {
  color: var(--black)!important;
  background-color: transparent!important;
  border-color: var(--black)!important;
}

/*------------------------------------------*/
/*  COAL BUTTON
/*------------------------------------------*/

.btn--coal, 
.hover--coal:hover,
.color--white .hover--coal:hover {
  color: var(--white)!important;
  border-color: var(--coal)!important;
  background-color: var(--coal)!important;
}

.btn--tra-coal, 
.hover--tra-coal:hover, 
.color--white .btn--tra-coal {
  color: var(--coal)!important;
  background-color: transparent!important;
  border-color: var(--coal)!important;
}

/*------------------------------------------*/
/*  TRA GRAY BUTTON
/*------------------------------------------*/

.btn--tra-gray, 
.hover--tra-gray:hover {
  color: var(--black)!important;
  background-color: transparent!important;
  border-color: var(--silver)!important;
}

/*------------------------------------------*/
/*  BLUE BUTTON
/*------------------------------------------*/

.btn--blue, 
.hover--blue:hover,
.color--white .hover--blue:hover {
  color: var(--white)!important;
  border-color: var(--blue)!important;
  background-color: var(--blue)!important;
}

.btn--tra-blue, 
.hover--tra-blue:hover, 
.color--white .btn--tra-blue {
  color: var(--blue)!important;
  background-color: transparent!important;
  border-color: var(--blue)!important;
}

/*------------------------------------------*/
/*  GREEN BUTTON
/*------------------------------------------*/

.btn--green, 
.hover--green:hover,
.color--white .btn--green {
  color: var(--white)!important;
  border-color: var(--green)!important;
  background-color: var(--green)!important;
}

.btn--tra-green, 
.hover--tra-green:hover, 
.color--white .btn--tra-green {
  color: var(--green)!important;
  background-color: transparent!important;
  border-color: var(--green)!important;
}

/*------------------------------------------*/
/*  INDIGO BUTTON
/*------------------------------------------*/

.btn--indigo, 
.hover--indigo:hover,
.color--white .btn--indigo {
  color: var(--white)!important;
  border-color: var(--indigo)!important;
  background-color: var(--indigo)!important;
}

.btn--tra-indigo, 
.hover--tra-indigo:hover, 
.color--white .btn--tra-indigo {
  color: var(--indigo)!important;
  background-color: transparent!important;
  border-color: var(--indigo)!important;
}

/*------------------------------------------*/
/*  OCEAN BUTTON
/*------------------------------------------*/

.btn--ocean, 
.hover--ocean:hover,
.color--white .btn--ocean {
  color: var(--white)!important;
  border-color: var(--ocean)!important;
  background-color: var(--ocean)!important;
}

.btn--tra-ocean, 
.hover--tra-ocean:hover, 
.color--white .btn--tra-ocean {
  color: var(--ocean)!important;
  background-color: transparent!important;
  border-color: var(--ocean)!important;
}

/*------------------------------------------*/
/*  PINK BUTTON
/*------------------------------------------*/

.btn--pink, 
.hover--pink:hover,
.color--white .btn--pink {
  color: var(--white)!important;
  border-color: var(--pink)!important;
  background-color: var(--pink)!important;
}

.btn--tra-pink, 
.hover--tra-pink:hover, 
.color--white .btn--tra-pink {
  color: var(--pink)!important;
  background-color: transparent!important;
  border-color: var(--pink)!important;
}

/*------------------------------------------*/
/*  PURPLE BUTTON
/*------------------------------------------*/

.btn--purple, 
.hover--purple:hover,
.color--white .btn--purple {
  color: var(--white)!important;
  border-color: var(--purple)!important;
  background-color: var(--purple)!important;
}

.btn--tra-purple, 
.hover--tra-purple:hover, 
.color--white .btn--tra-purple {
  color: var(--purple)!important;
  background-color: transparent!important;
  border-color: var(--purple)!important;
}

/*------------------------------------------*/
/*  SKYBLUE BUTTON
/*------------------------------------------*/

.btn--skyblue, 
.hover--skyblue:hover,
.color--white .btn--skyblue {
  color: var(--white)!important;
  border-color: var(--sky-blue)!important;
  background-color: var(--sky-blue)!important;
}

.btn--tra-skyblue, 
.hover--tra-skyblue:hover, 
.color--white .btn--tra-skyblue {
  color: var(--sky-blue)!important;
  background-color: transparent!important;
  border-color: var(--sky-blue)!important;
}

/*------------------------------------------*/
/*  YELLOW BUTTON
/*------------------------------------------*/

.btn--yellow, 
.hover--yellow:hover,
.color--white .btn--yellow {
  color: var(--black)!important;
  border-color: var(--yellow)!important;
  background-color: var(--yellow)!important;
}

/*------------------------------------------*/
/*  BUTTON FOCUS
/*------------------------------------------*/

.btn:focus,
.btn.btn--black:focus {
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn--transparent:focus {
  background-color: transparent;
  border-color: transparent;
} 

.btn--tra-black:focus, 
.btn--transparent:focus,
.btn.btn--tra-gray:focus {
  color: var(--black); 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
/*------------------------------------------*/

.stores-badge {
  display: inline-block;
}

.store {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.store:last-child {
  margin-right: 0;
} 

.store img {
  width: auto;
  max-width: inherit;
}

.badge-img-xs .store img { max-height: 2.5rem; }
.badge-img-sm .store img { max-height: 2.625rem; }
.badge-img-md .store img { max-height: 2.875rem; }
.badge-img-lg .store img { max-height: 3rem; }

/*------------------------------------------*/
/*  WATCH VIDEO LINK
/*------------------------------------------*/

.watch-video {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
  margin-top: 25px;
}

.btns-group .watch-video {
  display: inline-block;
  margin-top: 0!important;
  top: 22px;
}

/*------------------------------------------*/
/*  Link Icon
/*------------------------------------------*/

.watch-video-link {
  position: relative;
  text-align: center;
  float: left;
  width: 2.85rem;
  height: 2.85rem; 
  color: var(--white);
  border: none;
  margin-right: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.watch-video-link:before {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  background: var(--tra-white);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.watch-video-link:hover:before {
  opacity: .75;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}

.watch-video-link span[class^="flaticon-"]:before, 
.watch-video-link span[class^="flaticon-"]:after {
  font-size: 2rem; 
  line-height: 2.85rem!important;   
  margin-left: 5px;
}

/*------------------------------------------*/
/*  Link Text
/*------------------------------------------*/

.watch-video-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
  text-align: left!important;
}

p.video-txt-lg {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}

p.video-txt-sm {
  font-size: 0.925rem;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-btn {
  position: absolute!important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.video-btn-xl {
  width: 6.25rem;
  height: 6.25rem;
  margin-top: -3.125rem;
  margin-left: -3.125rem;
}

.video-btn-lg {
  width: 5.625rem;
  height: 5.625rem;
  margin-top: -2.8125rem;
  margin-left: -2.8125rem;
}

.video-btn-md {
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
}

.video-btn-sm {
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  margin-left: -2.1875rem;
}

.video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl [class^="flaticon-"]:before, 
.video-btn.video-btn-xl [class^="flaticon-"]:after {
  font-size: 5rem;
  line-height: 6.25rem!important;   
  margin-left: 10px;
}

.video-btn.video-btn-lg [class^="flaticon-"]:before, 
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  font-size: 4.5rem;
  line-height: 5.625rem!important;   
  margin-left: 8px;
}

.video-btn.video-btn-md [class^="flaticon-"]:before, 
.video-btn.video-btn-md [class^="flaticon-"]:after {
  font-size: 4.35rem;
  line-height: 5rem!important;   
  margin-left: 8px;
}

.video-btn.video-btn-sm [class^="flaticon-"]:before, 
.video-btn.video-btn-sm [class^="flaticon-"]:after {
  font-size: 3.5rem;
  line-height: 4.375rem!important;   
  margin-left: 5px;
}

.video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: var(--tra-white);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl:hover:before {
  opacity: .75;
  left: -1.5rem;
  right: -1.5rem;
  top: -1.5rem;
  bottom: -1.5rem;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -1.25rem;
  right: -1.25rem;
  top: -1.25rem;
  bottom: -1.25rem;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -1rem;
  right: -1rem;
  top: -1rem;
  bottom: -1rem;
}

.video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -0.75rem;
  right: -0.75rem;
  top: -0.75rem;
  bottom: -0.75rem;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.ico-10 [class*="flaticon-"]:before, .ico-10 [class*="flaticon-"]:after { font-size: 0.75rem; }      /* 12px */
.ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.9375rem; }    /* 15px */
.ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.25rem; }      /* 20px */
.ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; }    /* 25px */
.ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; }     /* 30px */
.ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; }    /* 35px */
.ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; }       /* 40px */
.ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; }    /* 45px */
.ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; }     /* 50px */
.ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; }    /* 55px */
.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; }      /* 60px */
.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; }    /* 65px */
.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }     /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }    /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }         /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }    /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }     /* 90px */
.ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; }    /* 95px */
.ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; }    /* 100px */
.ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 6.5625rem; }  /* 105px */
.ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.875rem; }   /* 110px */
.ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 7.1875rem; }  /* 115px */
.ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 7.5rem; }     /* 120px */
.ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 7.8125rem; }  /* 125px */

/*------------------------------------------*/
/*  VECTOR ICON BACKGROUND
/*------------------------------------------*/ 

.shape-ico {
  position: relative;
  display: inline-block;
  margin: 6px auto 0;
}

.shape-ico span {
  position: relative;
  z-index:  2;
}

.shape-ico svg {
  position: absolute;
  z-index:  1;
}

.ico-50 .shape-ico svg {
  width: 130px;
  height: 130px;
  top: -35px;
  left: calc(50% - 70px);
}

.ico-55 .shape-ico svg {
  width: 135px;
  height: 135px;
  top: -35px;
  left: calc(50% - 68px);
}

.ico-60 .shape-ico svg {
  width: 140px;
  height: 140px;
  top: -35px;
  left: calc(50% - 70px);
}

.shape-ico.color--theme path,
.shape-ico.color--theme path,
.shape-ico.color--theme path {
  fill: #f4f9fc;
}

/*------------------------------------------*/
/*  VECTOR ROUNDED ICONS
/*------------------------------------------*/ 

.ico-rounded,
.ico-rounded-md,
.ico-rounded-lg {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.ico-rounded { width: 80px; height: 80px; }
.ico-rounded-md { width: 90px; height: 90px; }
.ico-rounded-lg { width: 100px; height: 100px; }

.ico-rounded [class*="flaticon-"]:before, 
.ico-rounded [class*="flaticon-"]:after { font-size: 2.15rem; line-height:80px!important; }

.ico-rounded-md [class*="flaticon-"]:before, 
.ico-rounded-md [class*="flaticon-"]:after { font-size: 2.4rem; line-height: 90px!important; }

.ico-rounded-lg [class*="flaticon-"]:before, 
.ico-rounded-lg [class*="flaticon-"]:after { font-size: 2.65rem; line-height: 100px!important; }

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/ 

.img-20 img { width: 20px; height: 20px; }
.img-25 img { width: 25px; height: 25px; }
.img-30 img { width: 30px; height: 30px; }
.img-35 img { width: 35px; height: 35px; }
.img-40 img { width: 40px; height: 40px; }
.img-45 img { width: 45px; height: 45px; }
.img-50 img { width: 50px; height: 50px; }
.img-55 img { width: 55px; height: 55px; }
.img-60 img { width: 60px; height: 60px; }
.img-65 img { width: 65px; height: 65px; }
.img-70 img { width: 70px; height: 70px; }
.img-75 img { width: 75px; height: 75px; }
.img-80 img { width: 80px; height: 80px; }
.img-85 img { width: 85px; height: 85px; }
.img-90 img { width: 90px; height: 90px; }
.img-95 img { width: 95px; height: 95px; }
.img-100 img { width: 100px; height: 100px; }
.img-105 img { width: 105px; height: 105px; }
.img-110 img { width: 110px; height: 110px; }
.img-115 img { width: 115px; height: 115px; }
.img-120 img { width: 120px; height: 120px; }
.img-125 img { width: 125px; height: 125px; }
.img-130 img { width: 130px; height: 130px; }
.img-135 img { width: 135px; height: 135px; }
.img-140 img { width: 140px; height: 140px; }
.img-145 img { width: 145px; height: 145px; }

/*------------------------------------------*/
/*  IMAGE HOVER OVERLAY
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

.section-id {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-bottom: 32px;   
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

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

.section-title p {
  margin-top: 22px;
  margin-bottom: 0;
}

.section-title .btns-group {
  margin-top: 35px;
}

/*------------------------------------------*/
/*  ADVANTAGES LIST
/*------------------------------------------*/

.advantages {
  margin-top: 15px;
}

.text-center .advantages {
  margin-top: 20px;
}

.advantages li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none!important;
}

.advantages-links-divider {
  position: relative;
  top: 0.5px;
  transform: rotate(-90deg);
}

.advantages li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.advantages.ico-15 li p span {
  position: relative;
  top: 2px;
  right: -1px;
}

.advantages.ico-15 [class*="flaticon-"]:before, 
.advantages.ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }

.advantages li p a {
  font-weight: 400;
  text-decoration: underline;
}

.advantages li p a:hover {
  text-decoration: underline;
}

.white--color .advantages li p a:hover {
  color: var(--white);
}

/*------------------------------------------*/
/*  COMPATABILITY
/*------------------------------------------*/

.compatibility {
  display: inline-block;
  padding: 3px 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

.compatibility span {
  position: relative;
  top: -1.5px;
  right: 2px;
}

.compatibility.ico-10 [class*="flaticon-"]:before, 
.compatibility.ico-10 [class*="flaticon-"]:after { font-size: 0.5rem; }

/*------------------------------------------*/
/*  TOOLS LIST / PAYMENT METHODS
/*------------------------------------------*/

.tools-list,
.payment-methods {
  margin-top: 25px;
}

.tools-list p,
.payment-methods p {
  font-weight: 400;
  margin-bottom: 12px;
}

.tools-list.ico-35 [class*="flaticon-"]:before, 
.tools-list.ico-35 [class*="flaticon-"]:after { line-height: 2.1875rem!important; margin-right: 6px; }

/*------------------------------------------*/
/*  Payment Icons
/*------------------------------------------*/

.payment-icons li {
  display: inline-block!important;
  vertical-align: top;
  clear: none!important;
  margin: 0;
  padding-right: 5px;
}

.payment-icons li:last-child {
  padding-right: 0;
}

.payment-icons img {
  width: auto;
  max-width: inherit;
  max-height: 32px;
}

/*------------------------------------------*/
/*  USER AVATARS
/*------------------------------------------*/

.txt-block .users {
  margin-top: 22px;
}

.users img {
  width: auto;
  max-width: inherit;
  max-height: 50px;
}

.users p {
  font-size: 0.935rem;
  position: relative;
  top: 13px;
  left: 10px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 0;
}

.users p span {
  display: block;
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.color--white,
.color--white h1,
.color--white h2, 
.color--white h3, 
.color--white h4, 
.color--white h5, 
.color--white h6, 
.color--white p, 
.color--white a, 
.color--white i, 
.color--white li,
.color--white span { color: var(--white); }

.color--black,
.color--black h1, 
.color--black h2, 
.color--black h3, 
.color--black h4, 
.color--black h5, 
.color--black h6, 
.color--black p, 
.color--black a,
.color--black i,  
.color--black li,
.color--black span { color: var(--black); }

.color--coal,
.color--coal h1, 
.color--coal h2, 
.color--coal h3, 
.color--coal h4, 
.color--coal h5, 
.color--coal h6, 
.color--coal p, 
.color--coal a,
.color--coal i,  
.color--coal li,
.color--coal span { color: var(--coal); }

.color--gray,
.color--gray h1, 
.color--gray h2, 
.color--gray h3, 
.color--gray h4, 
.color--gray h5, 
.color--gray h6, 
.color--gray p, 
.color--gray a,
.color--gray i,  
.color--gray li,
.color--gray span { color: var(--gray); }

.color--lightgray,
.color--lightgray h1, 
.color--lightgray h2, 
.color--lightgray h3, 
.color--lightgray h4, 
.color--lightgray h5, 
.color--lightgray h6, 
.color--lightgray p, 
.color--lightgray a,
.color--lightgray i,  
.color--lightgray li,
.color--lightgray span { color: var(--light-gray); }

.color--silver,
.color--silver h1, 
.color--silver h2, 
.color--silver h3, 
.color--silver h4, 
.color--silver h5, 
.color--silver h6, 
.color--silver p, 
.color--silver a,
.color--silver i,  
.color--silver li,
.color--silver span { color: var(--silver); }

.color--blue, 
.color--blue h1, 
.color--blue h2, 
.color--blue h3, 
.color--blue h4, 
.color--blue h5, 
.color--blue h6, 
.color--blue p, 
.color--blue a, 
.color--blue i,
.color--blue li, 
.color--blue span,
.color--white .color--blue { color: var(--blue); }

.color--green, 
.color--green h1, 
.color--green h2, 
.color--green h3, 
.color--green h4, 
.color--green h5, 
.color--green h6, 
.color--green p, 
.color--green a, 
.color--green li, 
.color--green i, 
.color--green span,
.color--white .color--green { color: var(--green); }

.color--indigo, 
.color--indigo h1, 
.color--indigo h2, 
.color--indigo h3, 
.color--indigo h4, 
.color--indigo h5, 
.color--indigo h6, 
.color--indigo p, 
.color--indigo a, 
.color--indigo i, 
.color--indigo li, 
.color--indigo span,
.color--white .color--indigo { color: var(--indigo); }

.color--ocean, 
.color--ocean h1, 
.color--ocean h2, 
.color--ocean h3, 
.color--ocean h4, 
.color--ocean h5, 
.color--ocean h6, 
.color--ocean p, 
.color--ocean a, 
.color--ocean li, 
.color--ocean i, 
.color--ocean span,
.color--white .color--ocean { color: var(--ocean); }

.color--pink, 
.color--pink h1, 
.color--pink h2, 
.color--pink h3, 
.color--pink h4, 
.color--pink h5, 
.color--pink h6, 
.color--pink p, 
.color--pink a,
.color--pink i, 
.color--pink li, 
.color--pink span,
.color--white .color--pink { color: var(--pink); }

.color--purple, 
.color--purple h1, 
.color--purple h2, 
.color--purple h3, 
.color--purple h4, 
.color--purple h5, 
.color--purple h6, 
.color--purple p, 
.color--purple a,
.color--purple i, 
.color--purple li, 
.color--purple span,
.color--white .color--purple { color: var(--purple); }

.color--skyblue, 
.color--skyblue h1, 
.color--skyblue h2, 
.color--skyblue h3, 
.color--skyblue h4, 
.color--skyblue h5, 
.color--skyblue h6, 
.color--skyblue p, 
.color--skyblue a, 
.color--skyblue li, 
.color--skyblue i, 
.color--skyblue span,
.color--white .color--skyblue { color: var(--sky-blue); }

.color--yellow, 
.color--yellow h1, 
.color--yellow h2, 
.color--yellow h3, 
.color--yellow h4, 
.color--yellow h5, 
.color--yellow h6, 
.color--yellow p, 
.color--yellow a, 
.color--yellow li, 
.color--yellow i, 
.color--yellow span,
.color--white .color--yellow { color: var(--yellow); }

/*------------------------------------------*/
/*  FONT WEIGHT
/*------------------------------------------*/

.txt-upcase { 
  text-transform: uppercase 
}

.w-200 { font-weight: 200; }
.w-300 { font-weight: 300; }
.w-400 { font-weight: 400; }
.w-500 { font-weight: 500; }
.w-600 { font-weight: 600; }
.w-700 { font-weight: 700; }
.w-800 { font-weight: 800; }
.w-900 { font-weight: 900; } 




/* ==========================================================================
  03. PRELOADER SPINNER
  ========================================================================== */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--white);
}

#loading-center {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loader {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  position: relative;
  border: 7px solid var(--theme-color);
  animation: loader 2.3s infinite ease;
  -o-animation: loader 2.3s infinite ease;
  -ms-animation: loader 2.3s infinite ease;
  -webkit-animation: loader 2.3s infinite ease;
  -moz-animation: loader 2.3s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: var(--theme-color);
  animation: loader-inner 2.3s infinite ease-in;
  -o-animation: loader-inner 2.3s infinite ease-in;
  -ms-animation: loader-inner 2.3s infinite ease-in;
  -webkit-animation: loader-inner 2.3s infinite ease-in;
  -moz-animation: loader-inner 2.3s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 35px;
}

/*------------------------------------------*/
/*  NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  padding: 20px 0;
  background-color: transparent!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  padding: 6px 0;
  background-color: var(--white)!important;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.dark-menu .wsmainfull {
  padding: 6px 0;
  background-color: var(--ink)!important;
  -webkit-box-shadow: 0 2px 3px var(--tra-ink);
  -moz-box-shadow: 0 2px 3px var(--tra-ink);
  box-shadow: 0 2px 3px var(--tra-ink);
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -140px;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/ 

.wsmenu > .wsmenu-list > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: block;
  font-size: 1rem;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;  
  margin: 0 7px;
  padding: 10px 15px;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--black);
}

.navbar-light .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--white);
}

.wsmenu > .wsmenu-list > li > a.h-link.last-link {
  padding: 10px 0px;
  margin: 0;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 35px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER LINK INFO
/*------------------------------------------*/

span.sm-info {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  color: var(--white);
  font-size: 0.65rem;
  line-height: 19px;
  font-weight: 700;
  margin-left: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
}

.nav-blue .sm-info { background-color: var(--blue); }
.nav-green .sm-info { background-color: var(--green); }
.nav-indigo .sm-info { background-color: var(--indigo); }
.nav-ocean .sm-info { background-color: var(--ocean); }
.nav-pink .sm-info { background-color: var(--pink); }
.nav-purple .sm-info { background-color: var(--purple); }

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 14px;
  padding: 6px 28px 8px;
}

.wsmenu > .wsmenu-list > li a.btn.reg-btn {
  padding: 4px 22px;
}

.wsmenu > .wsmenu-list > li a.btn.fst-btn-link {
  margin-left: 12px;
}

.wsmenu > .wsmenu-list > li a.store.header-store {
  line-height: 1;
  margin-top: 13px;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
}

/*------------------------------------------*/
/*  LANGUAGE SELECT
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li.lang {
  margin-right: 12px;
}

.wsmenu > .wsmenu-list > li.lang > ul.sub-menu {
  width: auto;
  min-width: 115px!important;
  padding: 8px 5px;
}

.wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a {
  font-size: 0.875rem;
  padding: 8px 11px;
}

.wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a:hover {
  padding: 8px 11px;
}

/*------------------------------------------*/
/*  HEADER STORE BADGES
/*------------------------------------------*/

.store.header-store img {
  max-height: 44px;
}

/*------------------------------------------*/
/*  HEADER SOCIAL LINKS  
/*------------------------------------------*/

.header-socials {
  margin: 0;
  display: inline-block; 
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none!important;
  margin: 0;
}

.header-socials a {
  display: block; 
  margin-left: 15px;
}

.navbar-light .header-socials a {
  color: #ddd;
}

.navbar-light .header-socials a:hover {
  color: var(--silver);
}

.header-socials.ico-20 [class*="flaticon-"]:before, 
.header-socials.ico-20 [class*="flaticon-"]:after { line-height: 70px!important; } 

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  width: auto;
  min-width: 200px;
  top: 62px;
  padding: 12px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  background-color: var(--tra-white-smoke);
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: var(--white-smoke);
  padding: 11px 14px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 210px;
  position: absolute;
  left: 102%;
  top: 0;
  margin: 0;
  padding: 10px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-color: var(--tra-white-smoke);
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  background-color: var(--white-smoke);
  padding: 11px 14px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a span {
  position: absolute;
  top: 12px;
  right: 12px;
}

.sub-menu.ico-10 [class*="flaticon-"]:before, 
.sub-menu.ico-10 [class*="flaticon-"]:after { font-size: 0.7rem; } 

/*------------------------------------------*/
/*  HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 62px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 33%;
  padding: 12px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: var(--tra-white-smoke);
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: var(--white-smoke);
  padding: 11px 14px;
}

/*------------------------------------------*/
/*  MEGAMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  padding: 12px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
  width: 74%!important;
  left: 25%;
  padding: 20px 10px;
}

.wsmegamenu.w-75 .col-lg-3 {
  padding: 0 6px;
}

/*------------------------------------------*/
/*  SUBMENU TITLE
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu .title,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title {
  color: var(--light-gray);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 10px 0 15px 13px;
}

/*------------------------------------------*/
/*  DARK HEADER SUBMENU / MEGAMENU
/*------------------------------------------*/

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: var(--metal)!important; 
  border: solid 1px var(--metal)!important; 
  -webkit-box-shadow: 0 2px 3px var(--tra-ink);
  -moz-box-shadow: 0 2px 3px var(--tra-ink);
  box-shadow: 0 2px 3px var(--tra-ink);
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0)!important;
}

.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.black-scroll .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(255, 255, 255, .05)!important;
}

.dark-menu .title, .black-scroll .scroll .title,
.dark-menu .icons-menu-txt span, .black-scroll .scroll .icons-menu-txt span {
  color: var(--white)!important;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.navbar-light .wsmenu-list > li > a.h-link:hover {
  color: var(--smoke);
}

.navbar-dark .wsmenu-list > li > a.h-link:hover {
  color: var(--ink);
}

.wsmenu > .wsmenu-list.nav-blue > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-blue > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-blue > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-blue > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--blue);
}

.wsmenu > .wsmenu-list.nav-green > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-green > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-green > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-green > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--green);
}

.wsmenu > .wsmenu-list.nav-indigo > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-indigo > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-indigo > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-indigo > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--indigo);
}

.wsmenu > .wsmenu-list.nav-ocean > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-ocean > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-ocean > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-ocean > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--ocean);
}

.wsmenu > .wsmenu-list.nav-pink > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-pink > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-pink > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-pink > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--pink);
}

.wsmenu > .wsmenu-list.nav-purple > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-purple > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-purple > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-purplen > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--purple);
}

.wsmenu > .wsmenu-list.nav-skyblue > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-skyblue > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-skyblue > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-skyblue > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--sky-blue);
}

/*------------------------------------------*/
/*  HIDDEN NAVBAR SCROLL
/*------------------------------------------*/

.hidden-nav .wsmainfull.scroll {
  margin-top: 0;
}

/*------------------------------------------*/
/*  NAVBAR WHITE SCROLL
/*------------------------------------------*/

.tra-menu.white-scroll .wsmainfull.scroll,
.white-menu.white-scroll .wsmainfull.scroll,
.tra-menu.border-header.white-scroll .wsmainfull.scroll {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, .7)!important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 2px 3px var(--tra-gray);
  -moz-box-shadow: 0 2px 3px var(--tra-gray);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
.tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--coal);
}

.navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: var(--ink)!important;
}

/*------------------------------------------*/
/*  NAVBAR BLACK SCROLL
/*------------------------------------------*/

.tra-menu.black-scroll .wsmainfull.scroll,
.dark-menu.black-scroll .wsmainfull.scroll {
  padding: 0;
  background-color: var(--ink)!important;
  -webkit-box-shadow: 0 2px 3px var(--tra-ink);
  -moz-box-shadow: 0 2px 3px var(--tra-ink);
  box-shadow: 0 2px 3px var(--tra-ink);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--white);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link:hover {
  color: var(--silver)!important;
}

/*------------------------------------------*/
/*  WHITE SCROLL BUTTONS
/*------------------------------------------*/

.white-scroll .scroll .btn--tra-white {
  color: var(--coal)!important;
  border-color: var(--coal)!important;
}

/*------------------------------------------*/
/*  BLACK SCROLL BUTTONS
/*------------------------------------------*/

.black-scroll .scroll .btn--tra-black {
  color: var(--white)!important;
  border-color: var(--white)!important;
}

/*------------------------------------------*/
/*  LOGO IMAGE
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-dark .logo-white,
.navbar-light .logo-black,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-dark.black-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-dark.black-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  ========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-section.blur--purple:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 90%;
  top: -45%;
  left: 10%;
  background-image: url(../images/blur-purple.png);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.1;
}

/*------------------------------------------*/
/*  IMAGE LINK
/*------------------------------------------*/

.img-link {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background-color: var(--yellow);
  border: 3px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.img-link a span {
  position: relative;
  top: 7px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.img-link:hover {
  background-color: transparent;
  border-color: var(--white);
}

.img-link:hover span {
  color: var(--white);
}

/*------------------------------------------*/
/*  HERO SLIDESHOW
/*------------------------------------------*/

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}

#hero-20 .slideshow {
  height: 600px;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  z-index: 1;
}

#hero-20 .slideshow .slides {
  height: 600px;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------------*/
/*  HERO BACKGROUND SHAPE
/*------------------------------------------*/

.hero-bg-shape {
  position: absolute;
  content: '';
  z-index: -1;
  width: 116%;
  height: 100%;
  top: 0;
  left: -8%;
  right: -8%;
  opacity: .25;
}

.hero-section h2,
.hero-section h3 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO DIGITS
/*------------------------------------------*/

.hero-digits {
  padding-right: 20px;
}

#hd-1-1, #hd-1-2 {
  display: inline-block;
  float: left;
  padding-right: 20px;
} 

#hd-1-1 { width: 48%; }
#hd-1-2 { width: 48%; }

.hero-digits h2.statistic-number {
  font-size: 3.35rem;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
} 

.hero-digits h2.statistic-number small {
  font-size: 2.25rem;
  margin-left: 5px;
}

.hero-digits .block-txt p.p-sm {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO-1
/*------------------------------------------*/

#hero-1 {
  background-image: url(../images/hero-1.jpg);
  padding-top: 130px;
  padding-bottom: 100px;
}

.theme--dark #hero-1 { 
  background-image: url(../images/bg-dark.jpg); 
}

.hero-1-txt h2 {
  font-size: 3.45rem;
}

.hero-1-txt p.p-lg,
.hero-1-txt p.p-xl {
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-1-img {
  text-align: center;
  margin: 0 -5px;
}

/*------------------------------------------*/
/*  HERO-2
/*------------------------------------------*/

#hero-2 {
  overflow: hidden; 
  background-image: url(../images/hero-2.jpg);
  padding-top: 170px;
}

.theme--dark #hero-2 {
  background-image: url(../images/bg-dark.jpg);
}

#hero-2:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background-color: var(--white);
}

.theme--dark #hero-2:after {
  background-color: var(--dark-theme-bg);
}

.hero-2-txt h2 {
  font-size: 3.75rem;
}

.hero-2-txt p.p-lg {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-2-img {
  margin-top: 60px;
}

/*------------------------------------------*/
/*  HERO-3
/*------------------------------------------*/

#hero-3 {
  background-image: url(../images/hero-3.jpg);
  padding-top: 160px;
  padding-bottom: 100px;
}

.theme--dark #hero-3 {
  background-image: url(../images/hero-3d.jpg);
}

.hero-3-txt h2 {
  font-size: 3.5rem;
}

.hero-3-txt p.p-md {
  padding-right: 3%;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-3-txt .users {
  margin-top: 20px;
}

.hero-3-img {
  text-align: center;
  padding-right: 30px;
}

/*------------------------------------------*/
/*  HERO-4
/*------------------------------------------*/

#hero-4 {
  position: relative;
  background-image: url(../images/hero-4.jpg);
  background-position: bottom center;
  padding-top: 170px;
  padding-bottom: 50px;
}

.theme--dark #hero-4 {
  background-image: url(../images/bg-dark.jpg);
}

.hero-4-txt p.p-lg {
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-4-img {
  position: relative;
  text-align: center;
  margin: 0 -115% 0 20px;
}

/*------------------------------------------*/
/*  HERO-5
/*------------------------------------------*/

#hero-5 {
  padding-top: 130px;
  padding-bottom: 70px;
}

#hero-5:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 42%;
  height: 100%;
  top: 0;
  background-image: url(../images/bg-02.jpg);
}

.theme--dark #hero-5:after {
  background-image: url(../images/bg-03.jpg);
}

.hero-5-txt {
  margin-left: 15px;
}

.hero-5-txt h2 {
  font-size: 3.4rem;
}

.hero-5-txt p.p-md {
  padding-right: 6%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-5-img {
  text-align: center;
  margin-right: 30px;
}

/*------------------------------------------*/
/*  HERO-6
/*------------------------------------------*/

#hero-6 {
  background-image: url(../images/hero-6.jpg);
  padding-top: 160px;
  padding-bottom: 100px;
}

.theme--dark #hero-6 {
  background-image: url(../images/bg-dark.jpg);
}

.hero-6-txt h2 {
  font-size: 3.4rem;
}

.hero-6-txt p.p-lg {
  margin-top: 25px;
  margin-bottom: 0;
}

#hero-6 .quick-form {
  margin-top: 30px;
  margin-right: 5%;
}

.hero-6-img {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  HERO-7
/*------------------------------------------*/

#hero-7 {
  background-image: url(../images/hero-7.jpg);
  padding-top: 130px;
}

.theme--dark #hero-7 {
  background-image: url(../images/bg-dark.jpg);
} 

.hero-7-txt h2 {
  font-size: 3.65rem;
}

.hero-7-txt p.p-lg,
.hero-7-txt p.p-xl {
  margin-top: 20px;
  margin-bottom: 25px;
}

#hero-7 .users {
  margin-top: 20px;
}

#hero-7 .users img {
  max-height: 48px;
}

#hero-7 .users p {
  font-size: 0.875rem;
  top: 12px;
  left: 8px;
}

.hero-7-img {
  text-align: center;
  margin-left: -10px;
}

/*------------------------------------------*/
/*  HERO-8
/*------------------------------------------*/

#hero-8 {
  padding-top: 170px;
}

.hero-8-txt h2 {
  font-size: 3.5rem;
}

.hero-8-txt p.p-lg {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-8-txt p.btn-txt {
  margin-top: 40px;
}

#hero-8 .quick-form {
  margin: 35px 7% 0;
}

.hero-8-img {
  margin-top: 60px;
}

/*------------------------------------------*/
/*  HERO-9
/*------------------------------------------*/

#hero-9 {
  background-image: url(../images/hero-9.jpg);
  padding-top: 160px;
  padding-bottom: 85px;
}

#hero-9 .wave-shape-bottom path {
  fill: var(--white);
}

.theme--dark #hero-9 .wave-shape-bottom path {
  fill: var(--dark-theme-bg);
}

.hero-9-txt {
  margin-top: -50px;
}

.hero-9-txt h2 {
  font-size: 3.4rem;
}

.hero-9-txt p.p-lg {
  margin-top: 25px;
  margin-bottom: 0;
}

#hero-9 .quick-form {
  margin-top: 30px;
  margin-right: 5%;
}

.hero-9-img {
  padding-right: 20px;
}

/*------------------------------------------*/
/*  HERO-10
/*------------------------------------------*/

#hero-10 {
  padding-top: 170px;
}

.hero-10-txt {
  margin-bottom: 70px;
}

.hero-10-txt h2 {
  font-size: 3.5rem;
}

.hero-10-txt p.p-lg {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-10-wrapper {
  overflow: hidden;
}

#hero-10 .hero-overlay {
  background-image: url(../images/hero-10.jpg);
  padding: 90px 70px 0;
}

.theme--dark #hero-10 .hero-overlay {
  background-image: url(../images/bg-03.jpg);
}

.hero-10-img {
  position: relative;
  margin-bottom: -20%;
}

.hero-10-img .video-btn {
  top: calc(50% - 60px);
}

/*------------------------------------------*/
/*  HERO-11
/*------------------------------------------*/

#hero-11 {
  background-image: url(../images/hero-11.jpg);
  padding-top: 150px;
  padding-bottom: 100px;
}

.theme--dark #hero-11 {
  background-image: url(../images/bg-dark.jpg);
}

.hero-11-txt h2 {
  font-size: 3.45rem;
}

.hero-11-txt p.p-md,
.hero-11-txt p.p-lg {
  padding-right: 6%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-11-img {
  text-align: center;
  margin-left: -15px;
}

/*------------------------------------------*/
/*  HERO-12
/*------------------------------------------*/

#hero-12 {
  padding-top: 130px;
}

.hero-12-wrapper {
  overflow: hidden;
  background-image: url(../images/hero-12.jpg);
  padding: 75px 65px;
}

.theme--dark .hero-12-wrapper {
  background-image: url(../images/bg-dark.jpg);
}

.hero-12-txt h2 {
  font-size: 3.1rem;
}

.hero-12-txt p.p-lg {
  margin-top: 20px;
  margin-bottom: 25px;
}

.hero-12-img {
  position: relative;
  text-align: center;
  margin-left: -15px;
}

/*------------------------------------------*/
/*  HERO-13
/*------------------------------------------*/

#hero-13 {
  background-image: url(../images/hero-13.jpg);
  padding-top: 170px;
  padding-bottom: 80px;
} 

.theme--dark #hero-13 {
  background-image: url(../images/bg-dark.jpg);
} 

.hero-13-txt h2 {
  font-size: 3.5rem;
}

.hero-13-txt p.p-xl {
  padding: 0 10%;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-13-txt p.btn-txt {
  margin-top: 40px;
}

#hero-13 .quick-form {
  margin: 35px 12% 0;
}

#hero-13 .rating-1-wrapper {
  padding: 0 14%;
}

/*------------------------------------------*/
/*  HERO-14
/*------------------------------------------*/

#hero-14 {
  position: relative;
  background-image: url(../images/hero-14.jpg);
  padding-top: 160px;
}

#hero-14:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 5%;
  bottom: 0;
  left: 0;
  background-color: var(--white);
}

.theme--dark #hero-14:after {
  background-color: var(--dark-theme-bg);
}

.hero-14-txt {
  margin-top: -70px;
  padding-right: 5%;
}

.hero-14-txt .section-id {
  display: inline-block;
  background-color: var(--tra-white);
  padding: 12px 25px;
  font-size: 0.845rem;
  margin-bottom: 45px;
}

.hero-14-txt h2 {
  font-size: 3.5rem;
}

.hero-14-txt p.p-md {
  margin-top: 30px;
  margin-bottom: 25px;
}

.hero-14-img {
  position: relative;
  text-align: center;
  margin: 0 -90% 0 -20px;
}

/*------------------------------------------*/
/*  HERO-15
/*------------------------------------------*/

#hero-15 .hero-overlay {
  background-image: url(../images/hero-15.png);
  padding-top: 170px;
  padding-bottom: 100px;
}

.hero-15-txt h2 { 
  font-size: 3.5rem;
}

.hero-15-txt p.p-lg { 
  padding: 0 3%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO-16
/*------------------------------------------*/

#hero-16 {
  padding-top: 160px;
  padding-bottom: 90px;
}

.hero-16-txt h2 {
  font-size: 3.25rem;
}

.hero-16-txt p.p-lg {
  margin-top: 25px;
  margin-bottom: 0;
}

#hero-16 .quick-form {
  margin-top: 30px;
  margin-right: 5%;
}

#hero-16 .users {
  margin-top: 18px;
}

#hero-16 .users img {
  max-height: 44px;
}

.users p {
  font-size: 0.875rem;
  top: 12px;
  left: 8px;
}

.hero-16-img {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  HERO-17
/*------------------------------------------*/

#hero-17 {
  overflow: hidden; 
  background-image: url(../images/hero-17.jpg);
  padding-top: 180px;
}

.theme--dark #hero-17 {
  background-image: url(../images/bg-03.jpg);
}

#hero-17:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background-color: var(--white);
}

.theme--dark #hero-17:after {
  background-color: var(--dark-theme-bg);
}

.hero-17-txt h2 {
  font-size: 3.6rem;
  padding: 0 2%;
}

.hero-17-txt p.p-xl { 
  padding: 0 8%; 
  margin-top: 25px;
  margin-bottom: 0;
}

.hero-17-txt .btns-group {
  margin-top: 30px;
}

.hero-17-img {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  HERO-18
/*------------------------------------------*/

#hero-18 {
  position: relative;
  background-image: url(../images/hero-18.png);
  padding-top: 190px;
}

.hero-18-txt {
  margin-bottom: 80px;
}

.hero-18-txt h2 {
  font-size: 3.85rem;
}

.hero-18-txt p.p-xl {
  padding: 0 5%;
  margin-top: 25px;
  margin-bottom: 0;
}

.hero-18-txt .btns-group {
  margin-top: 30px;
}

.hero-18-img {
  overflow: hidden;
  position: relative;
}

.h18-1 {
  margin-bottom: 30px;
}

.theme--dark .hero-bg-shape { 
  opacity: .05; 
}

/*------------------------------------------*/
/*  HERO-19
/*------------------------------------------*/

#hero-19 {
  background-image: url(../images/hero-19.jpg);
  padding-top: 170px;
} 

#hero-19 .wave-shape-bottom path {
  fill: #fff;
}

.theme--dark #hero-19 .wave-shape-bottom path {
  fill: var(--dark-theme-bg);
}

.hero-19-txt h2 {
  font-size: 3.5rem;
}

.hero-19-txt p.p-xl {
  padding: 0 10%;
  margin-top: 25px;
  margin-bottom: 0;
}

.hero-19-txt p.btn-txt {
  margin-top: 40px;
}

#hero-19 .quick-form {
  margin: 35px 12% 0;
}

.hero-19-img {
  margin-top: 60px;
}

/*------------------------------------------*/
/*  HERO-20
/*------------------------------------------*/

#hero-20 {
  padding-top: 110px;
}

#hero-20 .caption {
  margin-top: 20px;
}

#hero-20 .caption h2 {
  font-size: 3.85rem;
  font-weight: 600;
  padding: 0 8%;
  margin-bottom: 0;
}

#hero-20 .caption p.p-xl {
  padding: 0 8%;
  margin-top: 25px;
  margin-bottom: 0;
}

#hero-20 .caption .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  HERO-21
/*------------------------------------------*/

#hero-21 {
  position: relative;
  padding-top: 180px;
}

#hero-21:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  background-color: var(--white-smoke);
}

.hero-21-shape {
  position: absolute;
  content: '';
  z-index: -1;
  width: 74%;
  height: 100%;
  top: 7%;
  left: 12%;
  right: 0;
  opacity: .6;
}

.hero-21-txt h2 {
  font-size: 3.5rem;
}

.hero-21-txt p.p-xl { 
  padding: 0 8%; 
  margin-top: 25px;
  margin-bottom: 0;
}

.hero-21-txt .btns-group {
  margin-top: 30px;
}

.hero-21-img {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  HERO-22
/*------------------------------------------*/

#hero-22 .caption {
  margin-top: 65px;
}

#hero-22 .caption h2 {
  font-size: 3.85rem;
  font-weight: 600;
  padding: 0 5%;
  margin-bottom: 0;
}

#hero-22 .caption p.p-xl {
  padding: 0 8%;
  margin-top: 25px;
  margin-bottom: 0;
}

#hero-22 .caption .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  HERO-23
/*------------------------------------------*/

#hero-23 {
  background-image: url(../images/hero-23.png);
  padding-top: 170px;
}

.theme--dark #hero-23 {
  background-image: url(../images/hero-23-dark.png);
}

.hero-23-txt h2 {
  font-size: 3.5rem;
}

.hero-23-txt p.p-lg {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-23-img {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  HERO-24
/*------------------------------------------*/

#hero-24 {
  position: relative;
  background-image: url(../images/hero-24.jpg);
  padding-top: 190px;
  padding-bottom: 25px;
}

#hero-24 .wave-shape-bottom path {
  fill: var(--white);
}

.theme--dark #hero-24 .wave-shape-bottom path {
  fill: var(--dark-theme-bg);
}

.hero-24-txt {
  margin-top: -75px;
  padding-right: 8%;
}

.hero-24-txt h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.hero-24-txt p.p-lg {
  margin-top: 28px;
  margin-bottom: 0;
}

.hero-24-txt .users {
  margin-top: 22px;
}

#hero-24-form {
  background-color: var(--white);
  padding: 40px 30px;
  margin-left: 20px;
}

#hero-24-form h5 {
  line-height: 1.4;
  margin-bottom: 15px;
}

.theme--dark #hero-24-form h5 { 
  color: var(--black); 
}

#hero-24-form p {
  color: #757575;
  margin-bottom: 30px;
}

#hero-24-form p.p-sm {
  text-align: center;
  padding: 0 5%!important;
  margin-top: 5px;
  margin-bottom: 0;
}

#hero-24-form p a {
  color: #1e90ff;
  font-weight: 500;
  text-decoration: underline;
}

#hero-24-form .btn {
  width: 100%;
  height: 58px;
  padding: 16px;
}

/*------------------------------------------*/
/*  HERO-25
/*------------------------------------------*/

#hero-25 {
  overflow: hidden; 
  background-image: url(../images/hero-25.jpg);
  padding-top: 170px;
}

.hero-25-txt h2 {
  font-size: 3.85rem;
}

.hero-25-txt p.p-lg { 
  padding: 0 5%; 
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-25-txt p.btn-txt {
  margin-top: 20px;
}

.hero-25-img {
  margin-top: 60px;
  margin-bottom: -110px;
}

.hero-25-img .video-btn {
  top: calc(50% - 35px);
}

/*------------------------------------------*/
/*  HERO-26
/*------------------------------------------*/

#hero-26 {
  background-image: url(../images/hero-26.jpg);
  background-position: bottom center;
  padding-top: 170px;
}

.theme--dark #hero-26 {
  background-image: url(../images/bg-dark.png);
}

.hero-26-txt h2 {
  font-size: 3.85rem;
}

.hero-26-txt p.p-lg {
  padding: 0 5%;
  margin-top: 25px;
  margin-bottom: 30px;
}

.hero-26-img {
  margin: 60px -3% 0;
}

/*------------------------------------------*/
/*  HERO-27
/*------------------------------------------*/

#hero-27 {
  padding-top: 60px;
}

.hero-27-txt {
  padding-right: 5%;
}

.hero-27-txt .hero-logo {
  margin-top: 15px;
  margin-bottom: 45px;
}

.hero-27-txt .hero-logo img {
  width: auto;
  max-width: inherit;
  max-height: 35px;
}

.hero-27-txt h2 {
  font-size: 3.5rem;
  margin-bottom: 35px;
}

.hero-27-txt p {
  margin-top: 75px;
  margin-bottom: 0;
}

.hero-27-img {
  position: relative;
}

#hero-27 .img-link {
  bottom: 20px;
  left: 25px;
  right: 0;
  width: 70px;
  height: 70px;
}

#hero-27 .img-link a span {
  position: relative;
  top: 12px;
}

#hero-27 .img-link:hover {
  background-color: transparent;
  border-color: var(--coal);
}

#hero-27 .img-link:hover span {
  color: var(--coal);
}

/*------------------------------------------*/
/*  HERO QUICK FORM
/*------------------------------------------*/

.hero-section .quick-form .input-group {
  border: none;
}

/*------------------------------------------*/
/*  Hero Quick Form Input
/*------------------------------------------*/

.hero-section .quick-form .form-control {
  height: 64px;
  background-color: var(--white);
  border: 2px solid var(--silver);
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 20px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;  
}

.hero-section .quick-form.form--shadow .form-control {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 10px var(--tra-black);
  -moz-box-shadow: 0 5px 10px var(--tra-black);
  box-shadow: 0 5px 10px var(--tra-black);
}

.hero-section .quick-form.form-stroke .form-control {
  border-color: var(--coal);
}

.hero-section .quick-form.form-half .form-control {
  height: 58px;
 font-size: 1.0625rem;
}

/*------------------------------------------*/
/*  Hero Quick Form Placeholder
/*------------------------------------------*/

.hero-section .quick-form .form-control::-moz-placeholder { color: var(--light-gray); }
.hero-section .quick-form .form-control:-ms-input-placeholder { color: var(--light-gray); }
.hero-section .quick-form .form-control::-webkit-input-placeholder { color: var(--light-gray); }

/*------------------------------------------*/
/*  Hero Quick Form Focus
/*------------------------------------------*/

.hero-section .quick-form .form-control:focus {
  background-color: var(--white);
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Quick Form Button
/*------------------------------------------*/

.hero-section .quick-form .btn {
  height: 64px;
  font-size: 1.0625rem;
  padding: 12px 45px;
  margin-left: 15px;
}

.hero-section .quick-form.form-half .btn {
  height: 58px;
  font-size: 1rem;
  padding: 13px 40px;
  margin-left: 14px;
}

/*------------------------------------------*/
/*  Hero Quick Form Message
/*------------------------------------------*/

.hero-section .quick-form-msg {
  width: 100%!important;
  display: block;
  margin: 20px 0 15px 5px;
}

.hero-section .text-center .quick-form-msg {
  margin: 20px 0 -15px 0;
}

.hero-section .quick-form-msg .loading {
  color: #3eb1ff;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
}

.hero-section .text-center .quick-form-msg .loading {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  HERO REQUEST FORM
/*------------------------------------------*/

/*------------------------------------------*/
/*  Hero Request Form Input
/*------------------------------------------*/

.request-form .form-control {
  height: 60px;
  background-color: #f2f3f5;
  border: 1px solid transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 22px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Hero Request Form Placeholder
/*------------------------------------------*/

.hero-form-wrapper .form-control::-moz-placeholder { color: var(--light-gray); } 
.hero-form-wrapper .form-control:-ms-input-placeholder { color: var(--light-gray); } 
.hero-form-wrapper .form-control::-webkit-input-placeholder { color: var(--light-gray); } 

.request-form .form-control:focus {
  background-color: var(--white);
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Request Form Button
/*------------------------------------------*/

/*------------------------------------------*/
/*  Hero Request Form Message
/*------------------------------------------*/

.request-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.request-form-msg .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}

.request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  06. ABOUT
  ========================================================================== */

.about-1-title {
  text-align: center;
  margin-bottom: 50px;
}

.about-2-title {
  padding-right: 4%;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/ 

.about-1-title p {
  margin-top: 30px;
  margin-bottom: 0;
}

#about-3 .txt-block h5 {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/ 

.about-1-img {
  margin: 0 -10%;
}




/* ==========================================================================
  07. FEATURES
  ========================================================================== */

.fbox-12-wrapper {
  padding-left: 25px;
}

#features-3.py-100.shape--bg:after,
#features-3.pt-100.shape--bg:after,
#features-4.py-100.shape--bg:after,
#features-4.pt-100.shape--bg:after {
  position: absolute;
  content: '';
  z-index: -1;
}

#features-3.py-100.shape--bg:after { width: 48%; height: 64%; top: 18%; left: 52%; }
#features-3.pt-100.shape--bg:after { width: 48%; height: 72%; top: 21%; left: 52%; }
#features-4.py-100.shape--bg:after { width: 48%; height: 64%; top: 18%; }
#features-4.pt-100.shape--bg:after { width: 48%; height: 72%; top: 21%; }

.rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3 { margin-bottom: 50px; }

.rows-3 .fb-1, .rows-3 .fb-2, 
.rows-3 .fb-3, .rows-3 .fb-4 { 
  margin-bottom: 40px; 
}

.rows-4 .fb-1, .rows-4 .fb-2, 
.rows-4 .fb-3, .rows-4 .fb-4 { margin-bottom: 35px; }

.rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, 
.rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
.rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 {
  margin-bottom: 35px;
}

.fbox-6.fb-1, .fbox-6.fb-2, .fbox-6.fb-3, .fbox-12.fb-1, .fbox-12.fb-2 {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FEATURE BOX
/*------------------------------------------*/

.fbox-5 {
  padding: 40px 30px;
  border: 1px solid var(--silver);
}

.fbox-6 {
  background-color: var(--white);
  padding: 40px 35px;
  border: 1px solid var(--silver);
}

.fbox-9 { 
  position: relative;
  overflow: hidden;
  padding: 40px 30px; 
  border: 1px solid transparent;
}

.ico-title .fbox-9.fb-1,
.ico-title .fbox-9.fb-2,
.ico-title .fbox-9.fb-3 { 
  padding: 30px; 
}  

.fbox-9.fb-4,
.fbox-9.fb-5,
.fbox-9.fb-6 { 
  padding: 40px 30px 0; 
} 

.ico-title .fbox-9.fb-4,
.ico-title .fbox-9.fb-5,
.ico-title .fbox-9.fb-6 { 
  padding: 30px 30px 0; 
}  

.fbox-10 { 
  padding: 60px; 
  border: 1px solid transparent;
} 

.fbox-10.fb-5,
.fbox-10.fb-6 { 
  padding: 70px 65px; 
}

.ico-title .fbox-10.fb-5,
.ico-title .fbox-10.fb-6 { 
  padding: 45px 50px 35px; 
}  

.fbox-10.fb-7,
.fbox-10.fb-8 { 
  padding: 60px 60px 0; 
} 

.ico-title .fbox-10.fb-7,
.ico-title .fbox-10.fb-8 { 
  padding: 45px 50px 0; 
}  

/*------------------------------------------*/
/*  FEATURE BOX IMAGE
/*------------------------------------------*/ 

.fbox-img img {
  width: auto;
  max-width: inherit;
}

.fbox-img.h-175 img { max-height: 175px; }
.fbox-img.h-180 img { max-height: 180px; }

.fbox-7 .fbox-img { 
  margin-bottom: 30px; 
}

/*------------------------------------------*/
/*  FBOX-8 IMAGE
/*------------------------------------------*/ 

.fbox-8 .fbox-img {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
} 

.fbox-8 .fbox-img.h-175 { padding-top: 40px; margin: 0 8px 60px; }
.fbox-8 .fbox-img.h-180 { padding-top: 42px; margin: 0 5px 60px; }  

.fbox-8 .fbox-img img { 
  margin-bottom: -25px; 
} 

/*------------------------------------------*/
/*  FBOX-9 IMAGE
/*------------------------------------------*/ 

.fbox-9.fb-1 .fbox-9-img,
.fbox-9.fb-2 .fbox-9-img,
.fbox-9.fb-3 .fbox-9-img {
  margin: 25px 0 0;
}

.fbox-9.fb-4 .fbox-9-img,
.fbox-9.fb-5 .fbox-9-img,
.fbox-9.fb-6 .fbox-9-img {
  margin: 25px 0 -20px;
}

.fbox-9.fb-7 .fbox-9-img,
.fbox-9.fb-8 .fbox-9-img,
.fbox-9.fb-9 .fbox-9-img {
  margin: 0 0 25px;
}

/*------------------------------------------*/
/*  FBOX-10 IMAGE
/*------------------------------------------*/ 

.fbox-10.fb-1 .fbox-10-img,
.fbox-10.fb-7 .fbox-10-img,
.fbox-10.fb-8 .fbox-10-img {
  margin: 40px 5% 0;
}

.fbox-10.fb-5 .fbox-10-img,
.fbox-10.fb-6 .fbox-10-img {
  margin: 45px 0 0;
}

.fbox-10.fb-2 .fbox-10-img,
.fbox-10.fb-3 .fbox-10-img,
.fbox-10.fb-4 .fbox-10-img {
   margin: 0 5% 40px;
}

/*------------------------------------------*/
/*  FEATURE BOX VECTOR ICON
/*------------------------------------------*/ 

.fbox-ico,
.fbox-ico.ico-rounded {
  margin-bottom: 22px;
}

.fbox-5 .fbox-ico {
  margin-bottom: 22px;
}

.fbox-ico[class*="img-"],
.fbox-ico.ico-rounded-md,
.fbox-ico.ico-rounded-lg {
  margin-bottom: 25px;
}

.t-icon.ico-25 [class*="flaticon-"]:before,
.t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.6875rem; }

.t-icon {
  margin-bottom: 6px;
}

.fbox-11-ico {
  margin-bottom: 20px;
} 

/*------------------------------------------*/
/*  FBOX-2
/*------------------------------------------*/ 

.fbox-2 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
}

.fbox-ico-wrap {
  position: relative;
  margin-right: 30px;
}

.fbox-2 .fbox-ico {
  margin-top: 2px;
}

.fbox-2 .fbox-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

/*------------------------------------------*/
/*  FBOX-3, FBOX-4
/*------------------------------------------*/ 

.fbox-3-wrapper { 
  padding-left: 45px;
}

.fbox-4-wrapper { 
  padding-right: 45px;
}

.fbox-3,
.fbox-4 {
  background-color: var(--white);
  border: 1px solid transparent;
  padding: 32px 35px;
} 

#fb-3-1, #fb-3-3,
#fb-4-1, #fb-4-3 {
  margin-bottom: 30px;
}

.fbox-3 h6,
.fbox-4 h6 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.fbox-3 p,
.fbox-4 p {
  margin-bottom: 0;
} 

/*------------------------------------------*/
/*  FBOX TYPOGRAPHY
/*------------------------------------------*/ 

.fbox-2 h5,
.fbox-wrapper .row-cols-md-2 h6,
.fbox-wrapper .row-cols-md-3 h6 {
  margin-bottom: 12px;
}

.fbox-6 h6,
.fbox-6 h5,
.fbox-12 h5 {
  margin-bottom: 14px;
}

.fbox-10 h5 {
  margin-bottom: 16px;
}

.fbox-9 h6 { 
  margin-bottom: 16px; 
}

.fbox-10.fb-5 h5, 
.fbox-10.fb-6 h5 { 
  margin-bottom: 24px; 
}

.ico-title .fbox-10.fb-5 h5,
.ico-title .fbox-10.fb-6 h5 { 
  margin-bottom: 20px;
}  

.fbox-11 h6 {
  line-height: 1.35;
  margin-bottom: 20px;
}

.fbox-6 p {
  color: var(--gray);
  margin-bottom: 0;
}

.fbox-9 p {
  margin-bottom: 0;
}

.fbox-5 p,
.fbox-12 p,
.fbox-wrapper p,
.fbox-10 p.mb-0 {
  margin-bottom: 0;
}

.fbox-10 p {
  margin-bottom: 14px;
}

.fbox-5 .txt-block-tra-link {
  margin-top: 15px;
}




/* ==========================================================================
  08. CONTENT
  ========================================================================== */

.bc-03 .section-title p {
  padding: 0 5%;
}

/*------------------------------------------*/
/*  CONTENT BOX WRAPPER
/*------------------------------------------*/

.bc-01-wrapper,
.bc-02-wrapper {
  border: 1px solid transparent;
}

.ct-06 .section-overlay {
  margin-bottom: 100px;
}

.bc-01 .section-overlay {
  padding: 80px 65px;
}

.bc-02 .section-overlay {
  padding: 65px 60px;
}

.bc-02 .ico-title .section-overlay {
  padding: 45px 50px;
}

.bc-02.pt-30 .section-overlay,
.bc-02.pb-30 .section-overlay { 
  padding: 50px; 
}

.bc-02.pt-30.bc-02-top { 
  margin-top: 70px;
}

.bc-03 .section-overlay {
  padding: 80px 70px 0;
}

/*------------------------------------------*/
/*  TEXT BLOCK
/*------------------------------------------*/ 

.bc-01 .txt-block.left-column {
  padding-right: 20px;
}

.bc-01 .txt-block.right-column {
  padding-left: 20px;
}

.ct-02-top {
  margin-bottom: 50px;
}

.txt-box { 
  margin-bottom: 25px;
}

.two-txt .txt-box { 
  margin-bottom: 20px;
}

.bc-01 .txt-box {
  margin-bottom: 30px;
}

.txt-box:last-child,
.bc-01 .txt-box:last-child { 
  margin-bottom: 0; 
}

.bc-04-box {
  text-align: center;
  padding: 40px 35px;
  border: 1px solid transparent;
}

#bc-4-3 {
  margin-top: 30px;
}

.two-txt .txt-block.left-column {
  padding-right: 8%;
}

.ct-07-txt {
  padding-left: 15px;
}

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h3,
.txt-block h2 {
  margin-bottom: 25px;
}

.txt-block h5 {
  margin-bottom: 20px;
}

h5.h5-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt-block-tra-link {
  margin-top: 20px;
}

.txt-block .btn {
  margin-top: 30px;
}

.txt-block .btn.btn--transparent {
  margin-top: 0;
}

.bc-04-box h2 {
  font-size: 3.35rem;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.bc-04-box h2 small {
  font-size: 2.75rem;
  margin-left: 3px;
}

.bc-04-box h2 span {
  font-size: 2.85rem;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  CONTENT BOX
/*------------------------------------------*/

.cbox-1,
.cbox-2,
.cbox-3 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
}

.cbox-4 {
  display: inline-block;
  width: 400px;
  min-width: 400px;
  padding: 18px 26px;
  -webkit-box-shadow: 0px 15px 20px 0px var(--tra-coal);
  -moz-box-shadow: 0px 15px 20px 0px var(--tra-coal);
  box-shadow: 0px 15px 20px 0px var(--tra-coal);
}

/*------------------------------------------*/
/*  CONTENT BOX ICON
/*------------------------------------------*/

.cbox-1 .ico-wrap {
  position: relative;
  margin-right: 1.625rem;
}

.cbox-1-ico {
  text-align: center;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 600;
  border: 3px solid transparent;
  border-radius: 100%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.cbox-1-line {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 2px;
  background-color: var(--smoke);
  height: calc(100% - 70px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cbox-1:hover .cbox-1-ico {
  background-color: transparent;
}

.cbox-1:hover .cbox-1-ico.bg--black { color: var(--black); border-color: var(--black); }
.cbox-1:hover .cbox-1-ico.bg--coal { color: var(--coal); border-color: var(--coal); }
.cbox-1:hover .cbox-1-ico.bg--blue { color: var(--blue); border-color: var(--blue); }
.cbox-1:hover .cbox-1-ico.bg--green { color: var(--green); border-color: var(--green); }
.cbox-1:hover .cbox-1-ico.bg--indigo { color: var(--indigo); border-color: var(--indigo); }
.cbox-1:hover .cbox-1-ico.bg--pink { color: var(--pink); border-color: var(--pink); }
.cbox-1:hover .cbox-1-ico.bg--purple { color: var(--purple); border-color: var(--purple); }
.cbox-1:hover .cbox-1-ico.bg--skyblue { color: var(--sky-blue); border-color: var(--sky-blue); }

.cbox-2 .ico-wrap { 
  margin-left: 8px; 
  margin-right: 4px;
}

.cbox-2.ico-10 span {
  position: relative;
  top: 0;
  right: 7px;
}

.cbox-2.ico-15 span {
  position: relative;
  top: 1px;
  right: 8px;
}

.cbox-2.ico-10 [class*="flaticon-"]:before,
.cbox-2.ico-10 [class*="flaticon-"]:after {  
  font-size: 0.6rem;
}

.cbox-2.ico-15 [class*="flaticon-"]:before,
.cbox-2.ico-15 [class*="flaticon-"]:after {   
  font-size: 0.75rem;
}

.cbox-4-ico {   
  display: inline-block!important;  
  float: left;
  text-align: center;
}

.cbox-5-wrapper {
  margin-top: 18px;
}

.box-title {   
  margin-bottom: 14px;
}

.box-title span {   
  position: relative;
  top: 10px;
  right: 4px;
}

.box-title h6 {  
  display: inline-block;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CBOX #3
/*------------------------------------------*/

.cbox-3 .ico-wrap {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-right: 1.25rem;
}

.cbox-3 .cbox-3-ico {
  position: relative;
  top: 5px;
}

.cbox-3-ico span[class*="flaticon-"]:before,
.cbox-3-ico span[class*="flaticon-"]:after {  
  font-size: 2.95rem;
}

/*------------------------------------------*/
/*  CONTENT BOX TEXT
/*------------------------------------------*/

.cbox-1-txt,
.cbox-2-txt,
.cbox-3-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.cbox-1-txt {
  margin-bottom: 30px;
}

.cbox-3-txt {
  margin-bottom: 35px;
}

.two-txt .cbox-3-txt {
  margin-bottom: 25px;
}

.cbox-1:last-child .cbox-1-txt,
.cbox-3:last-child .cbox-3-txt {
  margin-bottom: 0;
}

.cbox-4-txt {
  display: inline-block!important;
  padding-left: 18px;
}

.cbox-6-txt {
  margin-bottom: 35px;
}

.cbox-6:last-child .cbox-6-txt {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CONTENT BOX TITLE
/*------------------------------------------*/ 

.cbox-title {
  margin-bottom: 18px;
}

.cbox-title span {
  float: left;
  line-height: 1!important;
  margin-right: 20px; 
}

.cbox-title span[class*="flaticon-"]:before,
.cbox-title span[class*="flaticon-"]:after {   
  font-size: 2.35rem;
}

.cbox-title h5 {  
  line-height: 2.1875rem!important;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  CONTENT BOX TYPOGRAPHY
/*------------------------------------------*/

.cbox-1-txt h5,
.cbox-3-txt h5 {
  margin-bottom: 15px;
}

.cbox-5 p,
.cbox-4-txt h6,
.cbox-1-txt p,
.cbox-3-txt p,
.cbox-4-txt p,
.cbox-6-txt p { 
  margin-bottom: 0;
}

.cbox-2-txt p { 
  margin-bottom: 8px;
}

.cbox-2-last .cbox-1-txt p { 
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  ACCORDION  
/*------------------------------------------*/

.txt-block .accordion-1 .accordion-item {
  background-color: transparent;
  padding: 22px 0 26px;
  border: none;
  border-bottom: 1.5px solid var(--smoke);
  border-radius: 0 0;
}

.txt-block .accordion-thumb {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:after,
.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after {
  font-family: Flaticon;
  position: absolute;
  color: var(--coal);
  font-size: 0.95rem;
  font-weight: 400; 
  top: 1px;
  right: 5px;
}

.txt-block .accordion-1 .accordion-item .accordion-thumb:after {
  content: "\f1c3"; 
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after {
  content: "\f1c2";
}

.txt-block .accordion-1 .accordion-panel {
  color: var(--gray);
  margin: 0;
  padding: 0 0 0 5px;
  display: none;
}

.txt-block .accordion-1 .accordion-thumb h5 {
  color: var(--coal);
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 0;
}

.txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 {
  margin-bottom: 24px;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/ 

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

.img-block-hidden,
.ct-06 .img-block {
  margin-bottom: -100px;
}

.img-block-txt,
.img-block-btn {
  text-align: center;
  margin-top: 50px;
}

.img-block-hidden .video-btn {
  top: calc(50% - 30px);
}

.bc-3-img .video-btn {
  top: calc(50% - 70px);
}

.ct-01 .img-block.right-column,
.ct-02 .img-block.right-column,
.ct-03 .img-block.right-column {
  margin-left: 30px;
}

.ct-01 .img-block.left-column,
.ct-02 .img-block.left-column,
.ct-03 .img-block.left-column {
  margin-right: 30px;
}

.ct-04 .img-block img {
  max-width: none;
  display: inline-block;
  margin-left: 30px;
}

.ct-07-images {
  margin-bottom: 40px;
}

.bc-2-img.right-column {
  margin-left: 20px;
}

.bc-2-img.left-column {
  margin-right: 20px;
}

.bc-3-img {
  margin-bottom: -200px;
}

.bc-4-img {
  width: 100%;
  height: 505px;
  background-size: cover;
  background-position: center center; 
  background-repeat: no-repeat;
  background-image: url(../images/bc-4-img.jpg);
}




/* ==========================================================================
  09. STATISTIC
  =========================================================================== */

.statistic-7-wrapper {
  padding: 50px 20px 50px 60px;
}

.statistic-8-wrapper {
  text-align: center;
  padding: 0 15px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

.statistic-1-wrapper .statistic-block-digit {   
  width: 36%;
  display: inline-block!important;  
  float: left;
}

.statistic-1-wrapper .statistic-block-txt {
  width: 64%;
  display: inline-block!important;
  padding-left: 16px;
}

#sb-3-1,
#sb-3-2 {
  width: 48%;
  display: inline-block;
  float: left;
}

.statistic-4-wrapper .statistic-block {
  padding: 10px 40px;
}

#sb-4-1, 
#sb-4-2 {
  border-right: 1px solid var(--tra-smoke);
}

#statistic-6 .statistic-block-txt {
  display: inline-block;
  padding: 0 5%;
}

#statistic-6 .statistic-block-txt:before {
  display: block;
  content: "";
  height: 2px;
  width: 90px;
  background: var(--black);
  margin: 25px auto 20px;
  position: relative;
}

.statistic-8-wrapper .statistic-block {
  padding: 10px 30px 10px 0;
}

#sb-8-1, 
#sb-8-2 {
  border-right: 1px solid var(--silver);
}

/*------------------------------------------*/
/*  STATISTIC BLOCK ICON
/*------------------------------------------*/

.statistic-ico {
  margin-bottom: 15px;
}

.statistic-block .txt-block-rating {
  margin-bottom: -3px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK NUMBER
/*------------------------------------------*/

h3.statistic-number,
h2.statistic-number {
  line-height: 1; 
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}

#sb-3-1 h2.statistic-number,
#sb-3-2 h2.statistic-number {
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.statistic-2-wrapper h2 {
  margin-bottom: 15px;
}

#statistic-6 h2.statistic-number {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: -2px;
}

#statistic-6 h2.statistic-number small {
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 5px;
}

.statistic-9-wrapper h3,
.statistic-9-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.statistic-4-wrapper h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.statistic-7-wrapper h5 {
  line-height: 1.4;
}

.statistic-1-wrapper p {
  position: relative;
  line-height: 1.35;
  top: 4px;
  margin-bottom: 0;
}

.txt-block-stat p,
.statistic-block-txt p,
.statistic-2-wrapper p,
.statistic-4-wrapper p,
.statistic-9-wrapper p,
.statistic-6-wrapper .statistic-block p {
  margin-bottom: 0;
}

.statistic-5-wrapper p {
  margin-top: 12px;
  margin-bottom: 0;
}

.statistic-7-wrapper .statistic-block p {
  margin-top: 7px;
  margin-bottom: 0;
}

.statistic-8-wrapper p {
  margin-top: 20px;
  margin-bottom: 0;
}

.statistic-8-wrapper img {
  width: auto;
  max-width: inherit;
  max-height: 55px;
  margin-top: 20px;
}

.statistic-section .action-btn {
  text-align: center;
  margin-top: 60px;
}




/* ==========================================================================
  10. PROJECTS
  ========================================================================== */

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/ 

.portfolio-section .filter-btns button {
  font-size: 1.0625rem;
  margin: 0 25px;
}

/*------------------------------------------*/
/*  FILTER ITEM
/*------------------------------------------*/ 

#portfolio-1 .filter-item {
  position: relative;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.filter-item .hover-overlay,
.filter-item .hover-overlay img {
  overflow: hidden;
}

/*------------------------------------------*/
/*  PROJECT CATEGIRY
/*------------------------------------------*/

.project-category {
  position: absolute;
  opacity: 0;
  top: -15%;
  left: 35px;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.project-category p {
  padding: 8px 25px;
  background-color: rgba(255, 255, 255, .65);
  color: var(--black);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

/*------------------------------------------*/
/*  PROJECT DATA
/*------------------------------------------*/

.project-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 70;
  background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0), rgba(25, 25, 25, .6));
  background: linear-gradient(top, rgba(25, 25, 25, 0), rgba(25, 25, 25, .6));
  padding: 130px 65px 32px 25px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-data-txt {
  position: absolute;
  opacity: 0;
  bottom: 45px;
  left: -15%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-data-txt h5 {
  line-height: 1.4;
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  PROJECT LINK
/*------------------------------------------*/

.project-source {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: -15%;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 3px solid var(--white);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-source a span {
  position: relative;
  top: 5px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.project-source:hover {
  background-color: rgba(255, 255, 255, .65);
  border-color: transparent;
}

.project-source:hover span {
  color: var(--coal);
}

/*------------------------------------------*/
/*  PROJECT RATING
/*------------------------------------------*/

.project-rating [class*="flaticon-"]:before, 
.project-rating [class*="flaticon-"]:after { 
  color: var(--yellow);
  font-size: 0.925rem; 
  line-height: 1;
  margin-right: 1px;  
} 

.project-rating span {
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  top: 0;
  left: 2px;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.portfolio-section .item-overlay {
  background: rgba(20, 20, 20, .15);
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

#portfolio-1 .filter-item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.filter-item:hover .item-overlay,
.filter-item:hover .project-source,
.filter-item:hover .project-category,
.filter-item:hover .project-data-txt, 
.filter-item:hover .project-description {
  opacity: 1; 
  -moz-opacity: 1; 
}

.filter-item:hover .project-category {
  top: 25px;
}

.filter-item:hover .project-data-txt {
  left: 40px;
}

.filter-item:hover .project-source {
  right: 30px;
}




/* ==========================================================================
  11. PROJECT DETAILS
  ========================================================================== */

.project-title {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 60px;
}

.project-category {
  margin-bottom: 35px;
}

.project-category span {
  font-size: 1.05rem;
  font-weight: 400;
  background-color: rgba(102, 51, 255, .08);
  padding: 10px 36px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.project-title p {
  margin-top: 25px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  PROJECT DATA
/*------------------------------------------*/

.project-data {
  padding-bottom: 50px;
  margin: 60px 0 50px;
}

.project-data p {
  margin-bottom: 4px;
}

.project-data p span {
  color: var(--coal);
  font-weight: 600;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  PROJECT DESCRIPTION
/*------------------------------------------*/

.project-txt h5,
.project-txt h6 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.project-inner-img {
  margin: 50px 0;
}

.project-inner-img.d-flex { 
  margin-left: -15px; 
  margin-right: -15px; 
}

.project-preview {
  position: relative;
  overflow: hidden;
}

/*------------------------------------------*/
/*  Image Link
/*------------------------------------------*/

.project-link {
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.project-preview:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.project-preview:hover .project-link {
  top: 50%;
  opacity: 1; 
  -moz-opacity: 1; 
}

.project-preview:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  MORE PROJECTS BUTTON
/*------------------------------------------*/

#project-details .more-projects {
  text-align: right;
  margin-top: 65px;
}

#project-details .more-projects h3 {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 0;
}

#project-details .more-projects span {
  position: relative;
  top: 3px;
  left: 5px;
}




/* ==========================================================================
  12. TEAM
  =========================================================================== */

/*------------------------------------------*/
/*  TEAM MEMBER PHOTO
/*------------------------------------------*/

.team-member-photo {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  PHOTO HOVER ZOOM
/*------------------------------------------*/ 

.team-member:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.team-member:hover .item-overlay {
  opacity: .45; 
  -moz-opacity: .45; 
}

/*------------------------------------------*/
/*  TEAM MEMBER TYPOGRAPHY
/*------------------------------------------*/

.team-member-data {
  text-align: center;
}

.team-member-data h6 {
  margin-bottom: 8px;
}

.team-member-data p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}




/* ==========================================================================
  13. CAREERS
  =========================================================================== */

.career-item {
  padding: 30px 0;
}

/*------------------------------------------*/
/*  OPEN ROLE DESCRIPTION 
/*------------------------------------------*/

.position-data {
  margin-top: 3px;
}

.position-data li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.rb-divider {
  position: relative;
  top: 1.25px;
  transform: rotate(-90deg);
  margin-left: 2px;
}

.position-data.ico-15 [class*="flaticon-"]:before, 
.position-data.ico-15 [class*="flaticon-"]:after { font-size: 0.8rem; }

.position-data li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POSITION WORKPLACE
/*------------------------------------------*/

.position-workplace {
  text-align: center;
  margin-top: 5px;
}

/*------------------------------------------*/
/*  POSITION APPLY
/*------------------------------------------*/

.posting-apply a.btn {
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
}

/*------------------------------------------*/
/*  MORE BUTTON
/*------------------------------------------*/

.careers-section .more-btn {
  text-align: center;
  margin-top: 30px;
}




/* ==========================================================================
  14. JOB POSITION
  =========================================================================== */

#job-position .inner-page-title {
  text-align: left;
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--silver);
}

#job-position .inner-page-title p {
  margin-top: 30px;
}

#job-position .inner-page-title p span {
  color: var(--black);
  font-weight: 600;
}

#job-position .inner-page-title .btn {
  padding: 0.7rem 1.25rem;
  margin-top: 8px;
}

/*------------------------------------------*/
/*  JOB POSITION TYPOGRAPHY
/*------------------------------------------*/

.position-info h5 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.position-info p span {
  color: var(--black);
  font-weight: 600;
}

.position-info .btn {
  margin-top: 35px;
}




/* ==========================================================================
  15. PRICING
  =========================================================================== */

/*------------------------------------------*/
/*  Price Table
/*------------------------------------------*/

.p-table {
  margin-bottom: 40px;
}

.pricing-1-table { 
  padding: 50px 35px 45px; 
  border: 1.5px solid transparent;
}

.text-center .pricing-1-table {
  padding: 60px 35px 50px; 
}

/*------------------------------------------*/
/*  TABLE HEADER 
/*------------------------------------------*/

.pricing-table-header {
  position: relative;
}

.pricing-table-header h5 {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  PRICING TABLE DISCOUNT
/*------------------------------------------*/

.pricing-discount {
  position: absolute;
  top: -2px;
  right: -10px;
  padding: 8px 18px;
}

.pricing-1-table .pricing-discount {
  top: -2px;
  right: -5px;
  padding: 7px 13px;
}

.text-center .pricing-1-table .pricing-discount {
  top: -35px;
  right: -8px;
}

.pricing-discount h6 {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0;
}

.pricing-1-table .pricing-discount h6 {
  font-size: 0.915rem;
}

.price.color--black .white--color {
  color: var(--white);
}

/*------------------------------------------*/
/*  PRICE
/*------------------------------------------*/

.price span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
} 

/*------------------------------------------*/
/*  DOLLAR SIGN
/*------------------------------------------*/

.price sup {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.05rem;
  font-weight: 600;
  top: -5px;
  right: 2px;
  letter-spacing: -1px;
}

/*------------------------------------------*/
/*  Validity
/*------------------------------------------*/

.price sup.validity {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  top: -2px;
  left: 0;
}

/*------------------------------------------*/
/*  Text
/*------------------------------------------*/

.price p {
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-center .price p {
  padding: 0 2%;
}

.pricing-section .btn-txt a {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  PRICING TABLE HORIZONTAL LINE
/*------------------------------------------*/

.pricing-1-table hr {
  margin-top: 35px;
}

/*------------------------------------------*/
/*  PRICING FEATURES
/*------------------------------------------*/

.pricing-features li {
  padding: 11px 8px;
}

.pricing-features li p {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.pricing-features li p span {
  position: relative;
  top: -2px;
  right: 5px;
}

.pricing-features.ico-10 li p span {
  top: 0;
  right: 4px;
}

.pricing-features.ico--blue span { color: var(--blue); }
.pricing-features.ico--green span { color: var(--green); }
.pricing-features.ico--indigo span { color: var(--indigo); }
.pricing-features.ico--ocean span { color: var(--ocean); }
.pricing-features.ico--pink span { color: var(--pink); }
.pricing-features.ico--purple span { color: var(--purple); }
.pricing-features.ico--sky-blue span { color: var(--sky-blue); }

.pricing-features.ico-5 [class*="flaticon-"]:before, 
.pricing-features.ico-5 [class*="flaticon-"]:after { font-size: 0.5rem; }

.pricing-features li.disabled-option p,
.pricing-features li.disabled-option span {
  color: var(--disable)!important;
}

/*------------------------------------------*/
/*  PRICING TABLE BUTTON
/*------------------------------------------*/

.pt-btn {
  display: block;
  width: 100%;
  margin-top: 25px;
}

.p-table p.btn-txt {
  margin: 14px 0 0 0;
}

/*------------------------------------------*/
/*  PRICING TOGGLE BUTTON
/*------------------------------------------*/

.ext-toggle-btn {
  text-align: center;
}

.toggle-btn.inn-toggle-btn {
  position: absolute;
}

/*------------------------------------------*/
/*  TOGGLE BUTTON TYPOGRAPHY
/*------------------------------------------*/

.toggle-btn-md .toggler-txt {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 36px;
}

.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 40px;
}

.toggle-btn p {
  margin-top: 10px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  TOGGLE BUTTON SWITCHER
/*------------------------------------------*/

.switch-wrap {
  position: relative;
  display: inline-block;
  min-width: 50px;
  height: 32px;
  vertical-align: middle;
}

.toggle-btn-md .switch-wrap {
  min-width: 65px;
  height: 36px;
  margin: 0 8px;
}

.toggle-btn-lg .switch-wrap {
  min-width: 70px;
  height: 40px;
  margin: 0 14px;
}

.switcher {
  display: block;
  cursor: pointer;
  color: var(--white);
  font-size: 0.925rem;
  font-weight: 500;
  height: 32px;
  padding: 0 15px 0 35px;
  position: relative;
  border-radius: 32px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.toggle-btn-md .switcher {
  height: 36px;
  padding: 0 20px 0 40px;
  border-radius: 36px;
}

.toggle-btn-lg .switcher {
  height: 40px;
  padding: 0 20px 0 40px;
  border-radius: 40px;
}

.switcher.bg--tra-white {
  background-color: var(--white);
  border: 2px solid var(--silver);
}

.switcher.bg--ghost-white {
  background-color: rgba(128, 143, 174, .45);
  border: 2px solid rgba(128, 143, 174, .15);
}

.switcher.bg--gray {
  background-color: var(--silver);
  border: 2px solid var(--silver);
}

.switcher .show-annual, 
.switcher .show-monthly {
  line-height: 32px;
}

.toggle-btn-md .switcher .show-annual,
.toggle-btn-md .switcher .show-monthly {
  line-height: 36px;
}

.toggle-btn-lg .switcher .show-annual,
.toggle-btn-lg .switcher .show-monthly {
  line-height: 40px;
}

.switcher .show-monthly {
  display: block;
}

.switcher .show-annual {
  display: none;
}

.switcher:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
  content: " ";
  background-color: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.toggle-btn-md .switcher:before {
  left: 5px;
  bottom: 5px;
  width: 26px;
  height: 26px;
}

.toggle-btn-lg .switcher:before {
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}

.switcher.bg--gray:before,
.switcher.bg--tra-white:before,
.switcher.bg--ghost-white:before {
  background-color: var(--silver);
  left: 4px;
  bottom: 3.5px;
  -webkit-box-shadow: 0 1px 1px 0 var(--disable);
  -moz-box-shadow: 0 1px 1px 0 var(--disable);
  box-shadow: 0 1px 1px 0 var(--disable);
}

.switcher.bg--gray:before,
.switcher.bg--ghost-white:before {
  background-color: var(--white);
}

.switch-wrap input {
  display: none;
}

.switch-wrap input:checked + .switcher {
  padding: 0 35px 0 15px;
}

.toggle-btn-md .switch-wrap input:checked + .switcher,
.toggle-btn-lg .switch-wrap input:checked + .switcher {
  padding: 0 40px 0 20px;
}

.switch-wrap input:checked + .switcher.switcher--blue { background-color: var(--blue); border-color: var(--blue); }
.switch-wrap input:checked + .switcher.switcher--green { background-color: var(--green); border-color: var(--green); }
.switch-wrap input:checked + .switcher.switcher--indigo { background-color: var(--indigo); border-color: var(--indigo); }
.switch-wrap input:checked + .switcher.switcher--ocean { background-color: var(--ocean); border-color: var(--ocean); }
.switch-wrap input:checked + .switcher.switcher--pink { background-color: var(--pink); border-color: var(--pink); }
.switch-wrap input:checked + .switcher.switcher--purple { background-color: var(--purple); border-color: var(--purple); }
.switch-wrap input:checked + .switcher.switcher-sky-blue { background-color: var(--sky-blue); border-color: var(--sky-blue); }

.switch-wrap input:checked + .switcher:before {
  left: auto;
  right: 4px;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.switch-wrap input:checked + .switcher.bg--tra-white:before {
  bottom: 3px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
}

.switch-wrap input:checked + .switcher .show-annual {
  display: block;
}

.switch-wrap input:checked + .switcher .show-monthly {
  display: none;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice {
  text-align: center;
  margin-top: 20px;
}

.pricing-notice p {
  padding: 0 8%;
  margin-bottom: 0;
}

.pricing-notice p span {
  font-weight: 500;
}

/*------------------------------------------*/
/*  COMPARE PRICING TABLE
/*------------------------------------------*/

.table>:not(caption)>*>* {
  padding: 17px 0;
  border: none!important;
  background-color: transparent!important;
}

.comp-table .pricing-header {
  max-width: 700px;
}

.comp-table .table thead tr,
.comp-table .table tbody tr {
  border-bottom: 1px solid var(--silver)!important;
}

.comp-table .table tbody tr.table-last-tr {
  border-bottom: none!important;
}

.comp-table .table-responsive thead th {
  font-size: 1.0625rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}

.comp-table .table-responsive tbody th {
  font-size: 0.95rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
}

.comp-table .table-responsive tbody td {
  position: relative;
  font-size: 0.95rem;
  line-height: inherit;
  top: 1px;
}

.comp-table .table-responsive tbody td span {
  position: relative;
  top: 1px;
}

.table-responsive .ico-15 [class*="flaticon-"]:before, 
.table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.7rem; }

.table-responsive .ico-20 [class*="flaticon-"]:before, 
.table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.9rem; }

.comp-table .disabled-option {
  color: var(--light-gray);
}

/*------------------------------------------*/
/*  PRICING COMPARE PAYMENT
/*------------------------------------------*/

.comp-table-payment h6 {
  margin-bottom: 20px;
}

.comp-table-payment p {
  margin-bottom: 0;
}




/* ==========================================================================
  16. RATING
  =========================================================================== */

.rating-section .rating-1-wrapper.text-center {
  padding: 0 16%;
}

.rating-section .rating-2-wrapper.text-center {
  padding: 0 4%;
}

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

.rating-title h5 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  RATING BOX LOGO
/*------------------------------------------*/

.rbox-1-img {
  margin-bottom: 15px;
}

.rbox-1-img img {
  width: auto;
  max-width: inherit;
  max-height: 35px;
}

.rbox-2-txt img {
  position: relative;
  width: auto;
  max-width: inherit;
  max-height: 30px;
  top: -1px;
  left: 4px;
}

/*------------------------------------------*/
/*  RATING BOX TYPOGRAPHY
/*------------------------------------------*/

.rbox-2-txt {
  margin-top: 5px;
}

.rbox-1 .star-rating {
  display: inline-block;
  font-size: 1rem;
  line-height: 15px;
  font-weight: 500;
  vertical-align: inherit;
  background-color: var(--white);
  border: 1px solid transparent;
  padding: 5px 18px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
}

.rbox-1 .star-rating span {
  position: relative;
  color: #ffb30c;
  top: -1px;
}

.rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
.rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { 
  font-size: 0.9rem; 
} 

.rbox-1 .star-rating { 
  color: var(--coal);
  font-size: 0.86rem; 
  line-height: 1; 
}

p.rbox-2-txt {
  color: var(--coal);
  font-size: 0.95rem; 
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 0;
}




/* ==========================================================================
  17. TESTIMONIALS
  =========================================================================== */

#reviews-3 {
  margin: 50px 0 40px;
}

.reviews-3-wrapper {
  padding: 0 70px;
}

.reviews-4-wrapper {
  overflow: hidden;
}

.reviews-4-txt.left-column {
  padding: 0 30px 0 65px;
}

/*------------------------------------------*/
/*  TESTIMONIAL
/*------------------------------------------*/

.review-1 { 
  position: relative;
  padding: 35px 35px 40px;
  margin: 0 12px 30px;                                
}

.review-2 { 
  padding: 0 30px;
  margin-bottom: 30px;
}

.review-3 {
  position: relative;
  background-color: var(--white);
  border: 1px solid transparent;
  padding: 25px 33px 30px;
}

#rw-3-1 {
  margin: -50px -20px 30px 20px;
}

#rw-3-2 {
  margin: 0 15px -40px -15px;
}

#reviews-5 .filter-item { 
  position: relative;
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 30px;                           
}

.review-5 { 
  position: relative;
  padding: 35px 30px 40px;  
  border: 1px solid transparent;                           
}

.theme--dark .review-5.bg--theme { 
  background-color: var(--theme-color)!important; 
  border-color: transparent!important;                        
}

.review-5-logo {
  margin-left: -5px;
  margin-bottom: 65px;
}

.review-5-logo img {
  width: auto;
  max-width: inherit;
  max-height: 50px;
}

/*------------------------------------------*/
/*  TESTIMONIAL TEXT
/*------------------------------------------*/

.review-1 .review-ico,
.review-5 .review-ico {   
  position: absolute;
  top: 15px;
  right: 25px;
  opacity: .12;
}

.review-2-txt h5 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.review-3-txt h6.h6-md,
.review-3-txt h6.h6-lg {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 12px;
}

.reviews-4-txt h5 {
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 30px;
}

.review-1 .review-rating,
.review-5 .review-rating {
  margin-bottom: 10px;
}

.review-1 .review-rating.ico-15 [class*="flaticon-"]:before, 
.review-5 .review-rating.ico-15 [class*="flaticon-"]:before, 
.review-1 .review-rating.ico-15 [class*="flaticon-"]:after,
.review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; }

#reviews-3 .txt-block p {
  padding-right: 5%;
  margin-top: 20px;
  margin-bottom: 0;
}

#reviews-3 .txt-block .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  TESTIMONIAL DATA
/*------------------------------------------*/ 

.review-avatar {
  margin: 0 auto; 
  float: left;
}

.review-5-avatar {
  position: absolute;
  right: 32px;
  bottom: 35px;
}

.review-avatar img,
.review-5-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  TESTIMONIAL AUTHOR
/*------------------------------------------*/ 

.review-1 .review-author,
.review-5 .review-author {
  margin-top: 10px;
}

.review-5 .review-author.mt-30 {
  margin-top: 30px;
}

.review-3 .review-author {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 14px;
  margin-top: 1px;
}

.reviews-4-txt .review-author {
  margin-top: 25px;
}

.review-author h6 {
  line-height: 1;
  margin-bottom: 10px;
}

.reviews-4-txt .review-author h6 {
  margin-bottom: 12px;
}

.review-author p {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
}

.reviews-4-txt .review-author p {
  font-size: 1rem;
}

.review-author p a {
  font-weight: 400;
}

/*------------------------------------------*/
/*  TESTIMONIAL CAROUSEL DOTS
/*------------------------------------------*/

.reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  18. BRANDS
  =========================================================================== */

.brands-3-wrapper {
  padding: 0 3%;
}

.brands-4-wrapper {
  padding-left: 25px;
  margin-top: -10px;
}

#brand-3-1, 
#brand-3-2, 
#brand-3-3, 
#brand-3-4, 
#brand-3-5 { margin-bottom: 50px; }

#brand-4-1, 
#brand-4-2, 
#brand-4-3,
#brand-4-4, 
#brand-4-5, 
#brand-4-6 { margin-bottom: 35px; }

/*------------------------------------------*/
/*  BRANDS SECTION TITLE
/*------------------------------------------*/ 

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

.brands-title h6 {
  margin-bottom: 50px;
}

.brands-title h5 {
  margin-bottom: 60px;
}

.brands-title p {
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  BRANDS LOGO IMAGE
/*------------------------------------------*/ 

.brand-logo {
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
} 

.brands-carousel-5 .brand-logo {
  padding: 0 25px;
} 

#brands-3 .brand-logo,
#brands-4 .brand-logo,
.brands-carousel-6 .brand-logo {
  padding: 0 14px;
}

.brands-section .more-btn {
  text-align: center;
  margin-top: 35px;
}

.brands-section .owl-dots {
  display: none;
}




/* ==========================================================================
  19. INTEGRATIONS
  =========================================================================== */

.int-3-wrapper,
.int-4-wrapper {
  padding: 0 6%;
}

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/ 

.filter-btns button {
  background-color: transparent; 
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--black);
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 14px;
  padding: 0.5rem 0.1rem;
  border: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  outline: 0px none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Filter Button Active
/*------------------------------------------*/ 

.filter-btns button.is-checked {
  color: var(--theme-color);
  cursor: default;
  border-color: var(--theme-color);
  outline: 0px none;
}

/*------------------------------------------*/
/*  FILTER ITEM
/*------------------------------------------*/ 

.filter-item {
  position: relative;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  INTEGRATION TOOL
/*------------------------------------------*/ 

.int_tool-1 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
  background-color: var(--white);
  border: 1px solid var(--silver);
  padding: 22px;
  margin-bottom: 28px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.int_tool-2 {
  background-color: var(--white);
  padding: 20px 26px 22px;
  border: 1px solid var(--silver);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.int-2-wrapper .int_tool-2 {
  margin-bottom: 28px;
}

.int_tool-3,
.int_tool-4 {
  text-align: center;
  vertical-align: center;
  background-color: var(--white);
  border: 1px solid var(--silver);
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.int_tool-4 {
  padding: 25px 20px;
}

/*------------------------------------------*/
/*  INTEGRATION TOOL LOGO
/*------------------------------------------*/ 

.int_tool-1 .tool_logo {
  position: relative;
  margin-right: 24px;
}

.int_tool-1 .tool_logo img {
  width: 60px;
  height: 60px;
}

.int_tool-2 .tool_logo img {
  width: 40px;
  height: 40px;
}

.int_tool-3 img {
  width: 65px;
  height: 65px;
}

.int_tool-4 img {
  width: 58px;
  height: 58px;
}

/*------------------------------------------*/
/*  INTEGRATION TOOL TEXT
/*------------------------------------------*/ 

.tool_txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

/*------------------------------------------*/
/*  INTEGRATION TOOL TYPOGRAPHY
/*------------------------------------------*/ 

.tool_txt h6 {
  font-size: 1.1875rem;
  margin-top: 2px;
}

.tool_logo h6 {
  position: relative;
  display: inline-block;
  line-height: 40px;
  top: 3px;
  margin-left: 10px;
}

.int_tool-4 h6 {
  font-size: 0.925rem;
  line-height: 1;
  margin-top: 18px;
}

.tool_txt p {
  margin-top: 3px;
  margin-bottom: 0;
}

.tool_description p {
  font-size: 0.95rem;
  margin-top: 14px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  INTEGRATION TOOL HOVER
/*------------------------------------------*/ 

.int_tool-1:hover,
.int_tool-2:hover,
.int_tool-3:hover,
.int_tool-4:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
  -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
  box-shadow: 0 4px 12px 0 var(--tra-black);
} 




/* ==========================================================================
  20. BANNER
  =========================================================================== */

.banner-1-wrapper {
  overflow: hidden;
  padding: 80px 60px;
  border: 1px solid transparent;
}

.banner-2-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
} 

.banner-2-wrapper .banner-overlay {
  padding: 80px 70px 90px;
}

.banner-4-wrapper {
  overflow: hidden;
  padding: 55px 60px;
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/

.banner-section .section-id {
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 30px;
}

.banner-2-txt h2,
.banner-3-txt h2 {
  margin-bottom: 22px;
}

.banner-3-txt h2.h2-xl,
.banner-3-txt h2.h2-title {
  margin-bottom: 35px;
}

.banner-section p {
  margin-bottom: 30px;
}

#banner-1.banner-section p {
  margin: 20px 0 25px;
}

#banner-2.banner-section p {
  padding: 0 4%;
}

/*------------------------------------------*/
/*  BANNER BUTTON
/*------------------------------------------*/

.banner-1-txt .btn {
  margin-right: 10px;
}

.banner-4-btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 10px;
}

.banner-4-btn p {
  margin: 12px 0 0!important;
}

.banner-section p.btn-txt {
  margin-top: 20px;
  margin-bottom: 0!important;
}




/* ==========================================================================
  21.DOWNLOAD
  =========================================================================== */

.version-release {
  margin-bottom: 80px;
}

.release-data {
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--silver);
  margin-bottom: 30px;
}

.release-data h5 {
  margin-bottom: 40px;
}

span.version-data {
  color: var(--coal);
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 0;
}

span.release-date {
  color: var(--light-gray);
  font-size: 1.175rem;
  line-height: 1;
  margin-bottom: 0;
}

span.release-date span {
  color: var(--coal);
  font-weight: 500;
  margin-left: 20px;
}

.release-download {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.release-highlights .simple-list p {
  margin-bottom: 2px;
}




/* ==========================================================================
  22. FAQS
  =========================================================================== */

#faqs-3 .inner-page-title {
  margin-bottom: 55px;
}

#faqs-2 .question {
  margin-bottom: 30px;
}

.faqs-2-questions .left-column {
  padding-right: 15px;
}

.faqs-2-questions .right-column {
  padding-left: 15px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

#faqs-2 .question h6,
#faqs-2 .question h5 {
  line-height: 1.5;
  padding-right: 5%;
  margin-bottom: 15px;
}

.faqs-3-question h5 {
  line-height: 1.5;
  margin-bottom: 20px;
}

#faqs-1 .accordion-item p,
#faqs-3 .accordion-item p {
 color: var(--gray);
}

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

.faqs-section .accordion-item {
  background-color: transparent!important;
  border: none;
  border-bottom: 1px solid var(--silver);
}

#faqs-3.faqs-section .accordion-item {
  border-bottom: 1px solid var(--silver);
}

.faqs-section .accordion-item.acc-last-item,
#faqs-3.faqs-section .accordion-item.acc-last-item {
  border-bottom: none;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

.faqs-section .accordion-thumb {
  margin: 0;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}

#faqs-3.faqs-section .accordion-thumb {
  padding: 25px 0 30px;
}

.faqs-section .accordion-item .accordion-thumb:after,
.faqs-section .accordion-item.is-active .accordion-thumb:after {
  font-family: Flaticon;
  font-weight: 300; 
  content: "\f1c3";
  position: absolute;
  font-size: 0.9rem;
  top: 22px;
  right: 5px;
}

#faqs-3.faqs-section .accordion-item .accordion-thumb:after,
#faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after {
  top: 32px;
  right: 2px;
}

.faqs-section .accordion-item.is-active .accordion-thumb:after {
  content: "\f1c2";
}

#faqs-3.faqs-section .accordion-item.is-active .accordion-thumb {
 border-bottom: 1px solid var(--silver);
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

.faqs-section .accordion-panel {
  margin: 0;
  padding: 0 0 15px 0;
  display: none;
}

#faqs-3 .accordion-panel {
  padding: 45px 0 15px 0;
}

.faqs-section .accordion-thumb h5 {
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/ 

.more-questions {
  text-align: center;
  margin-top: 40px;
}

#faqs-1 .more-questions {
  margin-top: 50px;
}

#faqs-3 .more-questions {
  margin: 50px auto 0; 
}

.more-questions-txt {
  display: inline-block;
  padding: 22px 46px;
}

.more-questions-txt p {
  line-height: 1;
  margin-bottom: 0;
}

.more-questions-txt a {
  font-weight: 500;
  text-decoration: underline;
}

.more-questions a {
  text-decoration: underline;
}




/* ==========================================================================
  23. HELP CENTER
  =========================================================================== */

.help-category {
  text-align: center;
  border: 2px solid var(--smoke);
  padding: 45px 35px;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.help-category:hover {
  border-color: var(--theme-color); 
}

.help-category h6 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.help-category p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HELP CATEGORY
/*------------------------------------------*/ 

.help-category-title {
  position: relative;
  overflow: hidden;
  padding: 60px 40px 45px;
  margin-bottom: 80px;
}

.help-category-title h3 {
  line-height: 1;
  margin-bottom: 0!important;
}

.help-category-title p {
  margin-top: 15px;
  margin-bottom: 0;
}

.help-category-title p span {
  margin-right: 10px;
}

#help-category h4 {
  margin-bottom: 60px;
}

.help-category-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.help-category-item p {
  margin-top: 15px;
  margin-bottom: 20px;
}

.help-category-data span {
  font-size: 0.9rem;
}

.read-time {
  margin-left: 20px;
}

.read-time span,
.updated-date span {
  color: var(--black);
  font-weight: 600;
}




/* ==========================================================================
  24. HELP ARTICLE
  =========================================================================== */

/*------------------------------------------*/
/*  HELP ARTICLE TITLE
/*------------------------------------------*/ 

.breadcrumb-wrapper {
  margin-bottom: 35px;
}

.breadcrumb li {
  font-size: 0.9rem;
}

.breadcrumb li a {
  text-decoration: underline;
}

.help-article-title h3 {
  margin-bottom: 20px;
}

.help-article-title img {
  margin: 40px 0;
}

/*------------------------------------------*/
/*  TABLE OF CONTENTS
/*------------------------------------------*/ 

.table-of-contents {
  padding: 50px 0;
  margin: 50px 0;
}

.table-of-contents h6 {
  margin-bottom: 20px;
}

.table-of-contents p {
  margin-bottom: 8px;
}

.table-of-contents p a {
  color: var(--theme-color);
  text-decoration: underline;
}

.table-of-contents p a:hover {
  color: var(--coal);
}

/*------------------------------------------*/
/*  HELP ARTICLE TEXT BLOCK
/*------------------------------------------*/ 

#help-article .txt-block {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#help-article .txt-block h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}

#help-article .txt-block p span {
  color: var(--black);
  font-weight: 600;
}

#help-article .txt-block p a {
  text-decoration: underline;
}

#help-article .txt-block img {
  margin-top: 25px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  HELP VOTE
/*------------------------------------------*/

.help-vote-form {
  text-align: center;
  margin-top: 70px;
}

.help-vote-form h6 {
  margin-bottom: 25px;
}




/* ==========================================================================
  25. BLOG
  =========================================================================== */

#blog-page .section-title p {
  margin-top: 25px;
  padding: 0 5%;
}

/*------------------------------------------*/
/*  BLOG POSTS CATEGORY
/*------------------------------------------*/

.posts-category {
  margin-top: 40px;
  margin-bottom: 60px;
}

.posts-category h4 {
  line-height: 1;
  margin-bottom: 0;
}

.posts-category span {
  position: relative;
  top: 1px;
}

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/ 

#blog-1 .blog-post {
  margin-bottom: 40px;
}

.square-post,
#blog-page .blog-post {
  margin-bottom: 60px;
}

/*------------------------------------------*/
/*  BLOG POST IMAGE
/*------------------------------------------*/ 

#blog-1 .blog-post-img,
#blog-page .blog-post-img {
  overflow: hidden;
  text-align: center;
}

/*------------------------------------------*/
/*  BLOG POST META
/*------------------------------------------*/

.blog-post-meta {
  margin-bottom: 6px;
}

.post-meta-list li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.post-meta-list p {
  line-height: 1;
  margin-bottom: 0;
}

.meta-list-divider {
  position: relative;
  top: 0px;
  transform: rotate(-90deg);
  padding: 0 1px;
}

/*------------------------------------------*/
/*  BLOG POST TYPOGRAPHY
/*------------------------------------------*/ 

.blog-post-txt {
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-post-txt h6,
.blog-post-txt h5 {
  margin-bottom: 14px;
}

.blog-post-txt p {
  margin-bottom: 0;
}

p.post-comments {
  margin-top: 10px;
}

/*------------------------------------------*/
/*  SQUARE BLOG POST
/*------------------------------------------*/

.square-post-wrapper {
  overflow: hidden;
}

.square-post .blog-post-txt {
  padding: 0 30px 0 60px;
}

.square-post .blog-post-meta {
  margin-bottom: 20px;
}

.square-post .blog-post-txt h4 {
  line-height: 1.4;
  margin-bottom: 20px;
}

.square-post .post-comments {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.blog-post:hover img {
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -moz-transform: scale(1.08);
}




/* ==========================================================================
  26. SINGLE BLOG POST
  =========================================================================== */

/*------------------------------------------*/
/*  Single Post Title
/*------------------------------------------*/

.single-post-title {
  margin-bottom: 60px;
}

.single-post-title h3,
.single-post-title h2 {
  padding: 0 10px;
}

.single-post-title p.p-lg {
  margin-top: 28px;
  padding: 0 5%;
  margin-bottom: 0;
}

#single-post .blog-post-meta {
  margin-bottom: 18px;
}

#single-post .blog-post-meta .meta-list-divider {
  top: 2px;
}

/*------------------------------------------*/
/*  Single Post Text
/*------------------------------------------*/

.single-post-txt h5,
.single-post-txt h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-post-txt h5 span {
  display: block;
}

.single-post-txt p span {
  color: var(--black);
  font-weight: 600;
}

.single-post-txt p a {
  color: var(--black);
  font-weight: 400;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  Single Post Blockquote
/*------------------------------------------*/

.single-post-txt figure {
  margin-bottom: 40px;
}

.single-post-txt .blockquote p {
  font-size: 1.5rem;
  line-height: 1.45;
  margin-bottom: 40px;
}

.single-post-txt .blockquote-footer {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  Single Post Image
/*------------------------------------------*/

.post-inner-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  POST DATA
/*------------------------------------------*/ 

.post-data {
  margin-top: 80px;
  padding: 80px 0 100px;
}

/*------------------------------------------*/
/*  POST AUTHOR
/*------------------------------------------*/ 

.post-author-avatar {
  margin: 0 auto; 
  float: left;
  margin-right: 20px;
}

.post-author-avatar img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.post-author-txt {
  position: relative;
  top: 4px;
}

.post-author-txt p {
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 0;
}

.post-author-txt p a {
  color: var(--black);
  font-weight: 500;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-list p {
  margin-bottom: 12px;
}

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.share-social-icons a.share-ico span {
  color: var(--coal);
  opacity: .6;
  margin-left: 12px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.share-social-icons a.share-ico:hover span {
  opacity: 1;
}

/*------------------------------------------*/
/*  SUBSCRIBE BANNER
/*------------------------------------------*/

.subscribe-banner {
  position: relative;
  overflow: hidden;
  padding: 50px 40px;
}

.subscribe-banner-txt p {
  margin-top: 15px;
  margin-bottom: 0;
}

.subscribe-banner-btn {
  position: relative;
  z-index: 3;
  margin-top: 10px;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

#post-comments {
  padding-top: 100px;
}

#post-comments hr {
  margin-top: 24px; 
  margin-bottom: 40px; 
}

#post-comments h5 {
  margin-bottom: 60px;
}

#post-comments img {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-body {
  margin-left: 25px;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h6 {
  line-height: 1;
  margin-bottom: 0;
}

.comment-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Comment Reply 
/*------------------------------------------*/

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  font-size: 17px;
  font-weight: 400; 
}

.btn-reply span {
  position: relative;
  top: 3px;
  margin-right: 4px;
  left: 3px;
}

.btn-reply.ico-20 [class*="flaticon-"]:before, 
.btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 0.975rem; }

.btn-reply a:hover {
  color: var(--black);
}

/*------------------------------------------*/
/*  SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h5 {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 10px;
  border: none;
}

.comment-form {
  position: relative;
  margin-top: 60px;
}

.comment-form p {
  position: relative;
  color: var(--coal);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 8px;
  display: block;
}

.comment-form p span {
  position: relative;
  color: #ff3366;
  top: -3px;
}

.comment-form .form-control {
  height: 62px;
  background-color: var(--white);
  border: 1.5px solid var(--silver);
  box-shadow: 0 0 0 0;
  color: var(--coal);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.comment-form textarea { min-height: 220px; }
.comment-form textarea.form-control { 
  padding: 25px 20px;
}

/*------------------------------------------*/
/*  Form Input Placeholder
/*------------------------------------------*/

.comment-form .form-control::-moz-placeholder { color: var(--light-gray); } 
.comment-form .form-control:-ms-input-placeholder { color: var(--light-gray); } 
.comment-form .form-control::-webkit-input-placeholder { color: var(--light-gray); } 

/*------------------------------------------*/
/*  Comment Form Input Focus
/*------------------------------------------*/

.comment-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: var(--white);
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
  margin-top: 5px;
}

.comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.comment-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
}

.comment-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  27. NEWSLETTER
  =========================================================================== */

#newsletter-1 .newsletter-overlay {
  padding: 80px 0;
} 

#newsletter-2 .newsletter-overlay {
  padding: 80px 0 70px;
} 

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/ 

.newsletter-txt h2 {
  margin-bottom: 35px;
}

.newsletter-txt h4,
.newsletter-txt h3,
.newsletter-txt p.p-sm {
  margin-bottom: 0;
}

.newsletter-txt a {
  font-weight: 500;
  text-decoration: underline;
}

#newsletter-2 .newsletter-txt p {
  padding: 0 10%;
}

/*------------------------------------------*/
/*  NEWSLETTER FORM
/*------------------------------------------*/ 

#newsletter-1 .newsletter-form {
  padding-left: 10%;
  margin-top: 30px;
}

#newsletter-2 .newsletter-form {
  padding: 0 5%;
  margin-top: 40px;
}

/*------------------------------------------*/
/*  Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
  height: 58px;
  background-color: var(--white);
  border: 1.5px solid var(--silver);
  font-size: 1rem;
  color: var(--coal);
  font-weight: 400;
  padding: 0 15px;  
  margin-right: 12px;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#newsletter-2.newsletter-section .form-control {
  border: none;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
  background-color: var(--white);
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder { color: var(--light-gray); } 
.newsletter-section .form-control:-ms-input-placeholder { color: var(--light-gray); } 
.newsletter-section .form-control::-webkit-input-placeholder { color: var(--light-gray); } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
  display: block; 
  width: 100%!important;
  height: 58px;
  font-size: 0.925rem;
  padding: 0.7rem 1.3rem;
}

#newsletter-2.newsletter-section .btn {
  font-size: 0.975rem;
  padding: 0.7rem 1.5rem;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
  color: #3eb1ff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

.newsletter-section .text-center .form-notification {
  margin-left: 0;
}

.newsletter-section .form-notification.valid,
.newsletter-section .form-notification.error {
  color: #fc2f4b;
}

.newsletter-section .newsletter-form.valid {
  color: #0fbc49;
}




/* ==========================================================================
  28. CONTACTS
  =========================================================================== */

/*------------------------------------------*/
/*  CONTACT INFO
/*------------------------------------------*/

.contacts-info p {
  padding-right: 5%;
  margin: 25px 0 0;
}

.contacts-info h6 {
  margin: 35px 0 20px;
}

.contacts-info-socials li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
  padding-right: 14px; 
}

.contacts-info-socials li span { 
  position: relative;
  top: 4px; 
  opacity: .7;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.contacts-info-socials li span:hover { 
  opacity: 1;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-box {
  margin-bottom: 30px;
}

.contact-box p {
  color: var(--gray);
  padding-right: 2%;
  margin: 18px 0 0;
}

.contact-box span {
  position: relative;
  top: 1.5px;
  left: 1px;
}

/*------------------------------------------*/
/*  CONTACT FORM INPUT
/*------------------------------------------*/

.contact-form .form-control,
.contact-form .form-select {
  height: 60px;
  background-color: var(--white);
  border: 1.5px solid var(--silver);
  box-shadow: 0 0 0 0;
  color: var(--coal);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact-form .form-select {
  display: inline-block;
  width: 100%;
  color: var(--light-gray);
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 220px; }
.contact-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Button
/*------------------------------------------*/

.contact-form .form-btn { 
  margin-top: 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: var(--light-gray); } 
.contact-form .form-control:-ms-input-placeholder { color: var(--light-gray); } 
.contact-form .form-control::-webkit-input-placeholder { color: var(--light-gray); } 

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: var(--white);
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 20px;
  padding-left: 0;
}

.contact-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.contact-form  .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  29. FOOTER
  =========================================================================== */

.footer {
  padding-bottom: 50px;
}

.footer-info,
.footer-links {
  margin-bottom: 40px;
}

#footer-1 .fl-2,
#footer-1 .fl-3,
#footer-1 .fl-4 {
  padding-left: 10%;
}

#footer-1 .fl-3,
#footer-1 .fl-5,
#footer-1 .footer-contacts {
  margin-bottom: 30px;
}

#footer-3 .footer-links,
#footer-11 .footer-links {
  padding-left: 13%;
}

#footer-2 .footer-info,
#footer-5 .footer-info {
  padding-right: 8%;
}

#footer-5 .fl-2 {
  padding-left: 50px;
}

#footer-7 .footer-links {
  padding-left: 10%;
}

/*------------------------------------------*/
/*  FOOTER LINKS MOBILE
/*------------------------------------------*/

.footer h6.m-title {
  display: none;
  position: relative;
}

.footer h6.m-title:after {
  font-family: Flaticon;
  font-weight: 300; 
  content: "\f1cf";
  position: absolute;
  font-size: 0.9rem;
  top: 5px;
  right: 5px;
}

.footer h6.m-title.expanded:after {
  content: "\f1d0";
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

img.footer-logo {
  width: auto;
  max-width: inherit;
  max-height: 36px;
  margin-bottom: 25px;
}

#footer-6 img.footer-logo {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6 {
  font-size: 1.0815rem;
  line-height: 1;
  margin-bottom: 22px;
}

.footer .footer-links h6.h6-lg {
  margin-bottom: 14px;
}

.footer a {
  color: var(--gray);
}

.footer.bg--black a {
  color: var(--snow);
}

.footer-contacts p {
  margin-bottom: 4px;
}

.footer-phone {
  margin-top: 12px;
  margin-bottom: 4px;
}

.footer .footer-links h6.h6-lg a {
  text-decoration: underline;
}

.footer.color--white a,
.footer.color--white li a {
  color: var(--snow);
}

.footer.color--white a:hover,
.footer.color--white li a:hover {
  color: var(--white)!important;
}

#footer-9 .footer-info p.p-sm {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  FOOTER MAIL LINK
/*------------------------------------------*/

.footer-mail-link {
  margin: 10px 0 0 3px;
}

.footer-mail-link a {
  font-size: 1rem;
  font-weight: 400;
}

.footer-mail-link span {
  position: relative;
  top: 5px;
  right: 5px;
}

.footer-mail-link.ico-20 [class*="flaticon-"]:before, 
.footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.175rem; }

/*------------------------------------------*/
/*  FOOTER INFO
/*------------------------------------------*/

.footer-info-socials {
  margin-top: 5px;
}

.footer-info-socials li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.footer-info-socials li {
  padding-right: 15px; 
}

.footer-info-socials li span { 
  position: relative;
  opacity: .8;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.footer-info-socials.ico-25 [class*="flaticon-"]:before, 
.footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.3rem; }

.footer-info-socials li:hover span { 
  opacity: 1;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

#footer-10 .footer-links {
  margin-bottom: 20px;
}

.foo-links li {
  width: auto!important;
  display: block!important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

#footer-10 .foo-links li {
  display: inline-block!important;
  padding: 0 20px;
}

.foo-links.ico-10 li span {
  position: relative;
  top: 1.5px;
  right: 4px;
}

.foo-links li p {
  font-weight: 400;
  margin-bottom: 10px;
}

.foo-links li:last-child p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL
/*------------------------------------------*/

.footer-socials {
  margin: 0;
  display: inline-block; 
}

.footer-socials li {
  float: left;
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none!important;
  margin: 0;
}

.footer-socials a {
  display: block;
  margin-right: 15px;
}

.footer-socials.ico-20 a,
.footer-socials.ico-25 a { 
  margin-right: 16px; 
} 

.footer-socials.ico-25 [class*="flaticon-"]:before, 
.footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.325rem; }

/*------------------------------------------*/
/*  FOOTER STORE BAGES
/*------------------------------------------*/

.footer .store {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form {
  margin-bottom: 20px;
}

.footer .newsletter-form {
  margin-top: 25px;
}

.footer-form .newsletter-form .input-group {
  background-color: var(--form-control);
  border: 1.5px solid var(--smoke);
  padding: 9px 2px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.footer-form .form-control {
  height: 32px;
  background-color: transparent;
  border: none;
  color: var(--coal);
  font-size: 1rem;
  font-weight: 400;
  padding: 0 10px;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .newsletter-form .input-group:focus-within {
  background-color: var(--white)!important;
  border-color: var(--theme-color)!important;
}

.footer-form .form-control:focus {
  border: none;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Footer Form Placeholder
/*------------------------------------------*/

.footer-form .form-control::-moz-placeholder { color: var(--gray); } 
.footer-form .form-control:-ms-input-placeholder { color: var(--gray); } 
.footer-form .form-control::-webkit-input-placeholder { color: var(--gray); } 

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
  height: 32px;
  padding: 0 10px;
}

.footer-form .ico-15 [class*="flaticon-"]:before, 
.footer-form .ico-15 [class*="flaticon-"]:after { line-height: 28px!important; }

/*------------------------------------------*/
/*  Footer Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  color: #1680fb;
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

.footer-form .form-notification.error {
  color: #fc2f4b;
}

.footer-form .form-notification.valid {
  color: #48af4b;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.footer hr {
  margin-top: 30px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER SECONDARY LINK
/*------------------------------------------*/

.bottom-secondary-link p {
  margin-bottom: 0;
}

.bottom-secondary-link p span {
  position: relative;
  top: 1.5px;
  padding: 0 2px;
}

.bottom-secondary-link.ico-15 [class*="flaticon-"]:before, 
.bottom-secondary-link.ico-15 [class*="flaticon-"]:after { font-size: 0.75rem; }

/*------------------------------------------*/
/*  BOTTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li,
.bottom-footer-socials li,
.bottom-footer-payment li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
}

.bottom-foo-socials li,
.bottom-footer-socials li {
  padding-left: 14px; 
}

#footer-10 .bottom-footer-socials li {
  padding: 0 10px; 
}

.footer-list-divider {
  position: relative;
  top: -0.5px;
  transform: rotate(-90deg);
  margin-left: 4px;
}

.bottom-footer-list.ico-15 [class*="flaticon-"]:before, 
.bottom-footer-list.ico-15 [class*="flaticon-"]:after { font-size: 0.8rem; }

.bottom-footer-list li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.bottom-footer-socials li span { 
  position: relative;
  top: 4px; 
  opacity: .7;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.bottom-footer-socials li span:hover { 
  opacity: 1;
}

.bottom-foo-socials li span { 
  position: relative;
  top: 1px; 
  right: 1px;
  opacity: .8;
}

.bottom-footer-payment li span {
  line-height: 1!important;
  position: relative;
  top: 4px; 
  opacity: .8;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
.bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.115rem; }

.bottom-footer-socials.ico-25 [class*="flaticon-"]:before, 
.bottom-footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.25rem; }




/* ==========================================================================
  30. INNER PAGE WRAPPER
  =========================================================================== */

.inner-page-hero {
  padding-top: 180px;
}

.page-hero-section {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll!important;
  padding-top: 180px;
  padding-bottom: 100px;
}

/*------------------------------------------*/
/*  INNER PAGE TITLE
/*------------------------------------------*/

.inner-page-title {
  text-align: center;
  margin-bottom: 80px;
}

.inner-page-title h2 {
  margin-bottom: 0;
}

.inner-page-title p {
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 0;
}

.page-hero-section p {
  margin-top: 16px;
  margin-bottom: 0;
}




/* ==========================================================================
  31. PAGE PAGINATION
  =========================================================================== */

.page-link {
  color: var(--gray);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 14px;
  margin: 0 8px;
  background-color: transparent;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.pagination.ico-20 [class*="flaticon-"]:before, 
.pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.9rem; } 

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: var(--gray);
  background-color: transparent;
  border: 2px solid transparent;
}

.page-link:hover {
  color: var(--gray);
  background-color: transparent;
  border: 2px solid var(--gray);
}

.page-link:focus {
  color: var(--gray);
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  32. TERMS, PRIVACY, COOKIES PAGES
  =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.txt-block.legal-info h5 {
  margin-top: 70px;
  margin-bottom: 30px;
}

.txt-block.legal-info h6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-block.legal-info h6 span,
.txt-block.legal-info h5 span {
  margin-right: 4px;
}

.legal-info p span {
  color: var(--black);
  font-weight: 500;
}

.legal-info a {
  font-weight: 500;
  text-decoration: underline;
}




/* ==========================================================================
  33. SIGN-IN / SIGN-UP PAGE
  =========================================================================== */

#login,
#signup {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 120px;
  z-index: 3;
}

.login-1 .col-lg-5 {
  padding-right: 0;
}

.signup-1 .col-lg-5 {
  padding-left: 0;
}

#login.login-1,
#signup.signup-1 {
  background-color: var(--white);
}

.login-1:after,
.signup-1:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 60%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;   
  background-size: cover;
}

.login-1:after {
  left: 0;
  background-image: url(../images/login-1.jpg); 
}

.signup-1:after {
  left: 40%;
  background-image: url(../images/signup-1.jpg);
}

#login.login-2,
#signup.signup-2 {
  width: 100%;
  background: url(../images/login.jpg);
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

#login.login-3,
#signup.signup-3 {
  background-image: url(../images/login.jpg);
}

.register-page-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12); 
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12); 
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12); 
}

#login .register-page-wrapper {
  background: url(../images/login-wrapper.jpg);
  background-position: left top;
}

#signup .register-page-wrapper {
  background: url(../images/signup-wrapper.jpg);
  background-position: right center;
}

#login .register-page-wrapper:after,
#signup .register-page-wrapper:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #fff;
}

#login .register-page-wrapper:after {
  left: 50%;
}

#signup .register-page-wrapper:after {
  left: 0;
}

#reset-password {
  background: url(../images/reset-password.jpg);
  background-position: center center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 100px;
}

/*------------------------------------------*/
/*  REGISTER PAGE LOGO
/*------------------------------------------*/

.register-page-txt img {
  width: auto;
  max-width: inherit;
  max-height: 32px;
  margin-bottom: 55px;
}

.login-page-logo {
  text-align: center;
  margin-bottom: 45px;
}

.login-page-logo img {
  width: auto;
  max-width: inherit;
  max-height: 45px;
}

/*------------------------------------------*/
/*  REGISTER PAGE TEXT
/*------------------------------------------*/

.login-3 .register-page-txt,
.signup-3 .register-page-txt {
  padding: 70px 50px;
}

.register-page-txt h3 {
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 6px;
}

#login .register-page-copyright {
  position: absolute;
  left: 60px;
  bottom: 45px;
}

#signup .register-page-copyright {
  position: absolute;
  right: 60px;
  bottom: 45px;
}

.register-page-copyright p {
  font-size: 0.85rem;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  REGISTER PAGE FORM
/*------------------------------------------*/

.login-1 .register-page-form {
  padding-left: 20%;
}

.signup-1 .register-page-form {
  padding-right: 20%;
}

.login-2 .register-page-form,
.signup-2 .register-page-form {
  background-color: var(--white);
  border: 1px solid var(--snow);
  margin: 0 2%;
  padding: 45px 30px 40px;
}

.login-3 .register-page-form,
.signup-3 .register-page-form {
  padding: 60px;
}

.reset-page-wrapper form { 
  border: 1px solid var(--snow);
  margin: 0 2%;
  padding: 45px 15px 5px;
  -webkit-box-shadow: 0px 15px 20px 0px var(--tra-coal);
  -moz-box-shadow: 0px 15px 20px 0px var(--tra-coal);
  box-shadow: 0px 15px 20px 0px var(--tra-coal);
}

/*------------------------------------------*/
/*  REGISTER PAGE TITLE
/*------------------------------------------*/

.register-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.login-2 .register-form-title,
.signup-2 .register-form-title {
  margin-bottom: 30px;
}

.register-form-title h5,
.register-form-title h4 {
  line-height: 1;
  margin-bottom: 15px;
}

.register-form-title p {
  margin-bottom: 0;
}

.register-form-title a {
  font-weight: 600;
  text-decoration: underline;
}

.reset-form-title {
  margin-bottom: 22px;
}

.reset-form-title h5 {
  line-height: 1;
  margin-bottom: 0;
}

.reset-form-title p.p-sm {
  font-size: 0.9rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.rf-m-title {
  display: none;
}

/*------------------------------------------*/
/*  REGISTER PAGE TYPOGRAPHY
/*------------------------------------------*/

.register-page-form p.input-header {
  position: relative;
  color: var(--coal);
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 5px;
}

.reset-password-link p {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0;
}

.login-3 .reset-password-link p {
  margin-top: -3px;
  margin-bottom: 23px;
}

.reset-password-link p a {
  text-decoration: underline;
}

.form-data span {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.reset-password-form .form-data p { 
  margin-bottom: 12px; 
}

.form-data p a,
.form-data span a {
  color: var(--coal);
  font-weight: 500;
  text-decoration: underline;
}

.register-page-form p.create-account {
  font-size: 0.925rem;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 0;
}

.register-page-form p.create-account a {
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  REGISTER PAGE SEPARATOR LINE
/*------------------------------------------*/

.separator-line {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 25px 0;
}

.separator-line::before, 
.separator-line::after {
  content: "";
  border-top: 2px solid var(--tra-black);
  margin: 0 15px 0 0;
  flex: 1 0 20px;
}

.separator-line::after {
  margin: 0 0 0 15px;
}

/*------------------------------------------*/
/*  REGISTER PAGE FORM INPUT
/*------------------------------------------*/

.reset-page-wrapper .form-control,
.register-page-form .form-control {
  height: 54px;
  background-color: #fafbfe;
  border: 1.5px solid #d2d2d2;
  color: var(--coal);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.reset-page-wrapper .form-control {
  text-align: center;
  margin-bottom: 18px;
}

.register-page-form .form-control::-moz-placeholder { color: var(--gray); } 
.register-page-form .form-control:-ms-input-placeholder { color: var(--gray); } 
.register-page-form .form-control::-webkit-input-placeholder { color: var(--gray); } 

.reset-page-wrapper .form-control::-moz-placeholder { color: var(--gray); } 
.reset-page-wrapper .form-control:-ms-input-placeholder { color: var(--gray); } 
.reset-page-wrapper .form-control::-webkit-input-placeholder { color: var(--gray); } 

/*------------------------------------------*/
/*  REGISTER PAGE FORM FOCUS
/*------------------------------------------*/

.reset-page-wrapper .form-control:focus,
.register-page-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  background-color: var(--white);
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  REGISTER PAGE FORM BUTTON
/*------------------------------------------*/

#signup .register-page-form .btn.submit, 
#login .register-page-form .btn.submit {
  width: 100%;
  height: 54px;
  margin-top: 0;
}

#signup .register-page-form .btn.submit {
  margin-top: 25px;
}

.reset-page-wrapper .btn.submit {
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
}

.register-page-form .btn-google {
  width: 100%;
  color: var(--coal);
  font-size: 0.95rem;
  background-color: var(--white);
  border: 1px solid var(--silver);
}

.btn-google img {
  position: relative;
  width: 22px;
  height: 22px;
  top: -2px;
  right: 5px;
}

.register-page-form .btn-google:hover {
  border: 1px solid var(--coal);
}

/*------------------------------------------*/
/*  REGISTER PAGE FORM MESSAGE
/*------------------------------------------*/

.reset-form-msg {
  text-align: center;
  width: 100%!important;
  display: block;
}

.reset-password-form .loading {
  color: #00b2e4;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}

.reset-password-form .error {
  position: relative;
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  top: -10px;
  margin-bottom: 12px;
  padding-left: 10px;
}

/*------------------------------------------*/
/*  FORM HIDE PASSWORD
/*------------------------------------------*/

.wrap-input {
  position: relative;
}

.btn-show-pass {
  color: var(--light-gray); 
  align-items: center;
  position: absolute;
  height: 100%;
  top: 15px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before, 
.btn-show-pass.ico-20 [class^="flaticon-"]:after {
  font-size: 1.125rem;
}

.btn-show-pass:hover {
  color: var(--theme-color);
}

.eye-pass.flaticon-invisible {
  color: var(--gray);
}




/* ==========================================================================
  34. PAGE 404
  =========================================================================== */

#page-404 {
  background-image: url(../images/error-page.jpg);
  min-height: 100vh;
  padding-top: 200px;
}

.page-404-txt {
  padding-bottom: 100px;
}

.page-404-txt h2 {
  margin-bottom: 20px;
}

.page-404-txt h6 {
  color: #f0f0f0;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 5%;
  margin-bottom: 35px;
}

.page-404-img {
  padding: 0 10%;
  margin-bottom: 40px;
}

.page-404-footer {
  padding: 40px 0;
}

.page-404-footer p {
  color: #f0f0f0;
}




/* ==========================================================================
  35. MODAL
  ========================================================================== */ 

.modal-body {
  padding: 0!important;
}  

#modal-1 .modal-dialog {
  width: 420px;
}

#modal-2 .modal-dialog.modal-xl {
  width: 750px;
}

#modal-1.modal .modal-content,
#modal-2.modal .modal-content {
  overflow: hidden;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  -o-border-radius: 10px; 
  border-radius: 10px;
}

#modal-1 .modal-body-img {
  padding-top: 30px;
}

#modal-2.modal .bg-img {
  background: url(../images/modal-request.jpg);
  background-position: left center;  
}

#modal-1 .modal-body-content {
  padding: 20px 30px 10px;
}

#modal-2 .modal-body-content {
  padding: 60px 35px 50px;
}

/*------------------------------------------*/
/*  MODAL WINDOW CLOSE BUTTON
/*------------------------------------------*/ 

.modal .btn-close {
  position: absolute;
  z-index: 1;
  right: 20px!important;
  top: 20px!important;
  height: 1.5rem;
  width: 1.5rem;
  background: rgba(14, 14, 14, .11)!important;
  border-radius: 50%;
  padding: 0;
  opacity: .9;
  z-index: 9999;
}

#modal-2.modal .btn-close {
  background: rgba(14, 14, 14, .3)!important;
}

.modal .btn-close span {
  position: relative;
  line-height: 24px!important;
  top: -2px;
}

.modal .btn-close.ico-10 [class^="flaticon-"]:before, 
.modal .btn-close.ico-10 [class^="flaticon-"]:after {
  font-size: 0.6rem;
}

.modal .btn-close:focus,
#modal-2.modal .btn-close:focus {
  outline: none!important;
  box-shadow: none!important;
  text-decoration: none!important;
}

/*------------------------------------------*/
/*  MODAL WINDOW NEWSLETTER FORM
/*------------------------------------------*/ 

.modal-body .newsletter-form {
  margin-top: 25px;
}

.modal .newsletter-form .form-control {
  text-align: center;
  height: 58px;
  background-color: #f3f4f5;
  border: 1.5px solid transparent;
  font-size: 1rem;
  color: var(--coal);
  font-weight: 400;
  padding: 0 15px;  
  margin-bottom: 20px;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.modal .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*------------------------------------------*/
/*  Form Input Focus
/*------------------------------------------*/

.modal .newsletter-form .form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white);
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  Form Input Placeholder
/*------------------------------------------*/

.modal .newsletter-form .form-control::-moz-placeholder { color: var(--light-gray); } 
.modal .newsletter-form .form-control:-ms-input-placeholder { color: var(--light-gray); } 
.modal .newsletter-form .form-control::-webkit-input-placeholder { color: var(--light-gray); } 

/*------------------------------------------*/
/*  Form Button
/*------------------------------------------*/

.modal .input-group-btn { 
  display: block; 
  width: 100%!important; 
}

.modal .newsletter-form .btn {
  display: block; 
  width: 100%!important;
  height: 58px;
  font-size: 0.975rem;
  margin: 0;
}

/*------------------------------------------*/
/*  Form Notification
/*------------------------------------------*/

.modal .form-notification {
  text-align: center;
  color: #1680fb;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 12px;
}

.modal .form-notification.valid,
.modal .form-notification.error {
   color: #fc2f4b;
}

.modal .newsletter-form.valid {
  color: #0fbc49;
}

/*------------------------------------------*/
/*  MODAL WINDOW REQUEST FORM
/*------------------------------------------*/ 

#modal-2 .request-form {
  margin: 0;
}

#modal-2 .request-form .col-md-12 {
  padding: 0;
}

#modal-2 .request-form-title p {
  margin-top: 18px;
  margin-bottom: 25px;
}

#modal-2 .request-form .form-control { 
  height: 60px;
  background-color: #f3f4f5;
  border: 1.5px solid transparent;
  font-size: 1rem;
  color: var(--coal);
  font-weight: 400;
  text-align: left;
  padding: 0 15px;  
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#modal-2 .request-form .btn {
  display: block; 
  width: 100%!important;
  height: 58px;
  margin: 0;
}

/*------------------------------------------*/
/*  Form Input Placeholder
/*------------------------------------------*/

#modal-2 .request-form .form-control::-moz-placeholder { color: var(--light-gray); } 
#modal-2 .request-form .form-control:-ms-input-placeholder { color: var(--light-gray); } 
#modal-2 .request-form .form-control::-webkit-input-placeholder { color: var(--light-gray); } 


/*------------------------------------------*/
/*  Form Input Focus
/*------------------------------------------*/

#modal-2 .request-form .form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white);
  border-color: var(--theme-color);
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

#modal-2 .request-form-msg {
  width: 100%!important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

#modal-2 .request-form .loading {
  color: #1680fb;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 400;
}

#modal-2 .request-form .error {
  color: #e74c3c;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}




/* ==========================================================================
  36. COOKIES
  =========================================================================== */

#cookies {
  position: fixed;
  bottom: 20px;
  left: 33%;
  z-index: 200;
  width: 34%;
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
  -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
  box-shadow: 0 4px 12px 0 var(--tra-black);
}

#cookies p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}

#cookies p span {
  display: block;
  margin-top: 12px;
}

#cookies-ok {
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: var(--theme-color)!important;
  border: 2px solid var(--theme-color)!important;
  padding: 6px 16px;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  border-radius: 6px; 
}

#cookies-ok:hover {
  background-color: var(--black)!important;
  border-color: var(--black)!important;
}

#cookies-info {
  color: #151515!important;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 15px;
}

#cookies-info:hover {
  color: var(--theme-color)!important;
}

#cookies-close {
  position: absolute;
  right: 14px;
  top: 4px;
  height: 12px;
  width: 12px;
}

#cookies-close svg { 
  width: 10px; 
  height: 10px; 
}




/* ==========================================================================
  37. COLOR SCHEME
  ========================================================================== */ 

.bg--theme { 
  background-color: var(--theme-color);
}

/*------------------------------------------*/
/*  BUTTON
/*------------------------------------------*/

.btn--theme {
  color: var(--white)!important;
  border-color: var(--theme-color)!important;
  background-color: var(--theme-color)!important;
}

.hover--theme:hover,
.color--white .hover--theme:hover {
  color: var(--white)!important;
  border-color: var(--theme-btn-hover)!important;
  background-color: var(--theme-btn-hover)!important;
}

.btn--tra-theme, 
.hover--tra-theme:hover, 
.color--white .btn--tra-theme {
  color: var(--theme-color)!important;
  background-color: transparent!important;
  border-color: var(--theme-color)!important;
}

/*------------------------------------------*/
/*  COLOR
/*------------------------------------------*/

.color--theme, 
.color--theme h1, 
.color--theme h2, 
.color--theme h3, 
.color--theme h4, 
.color--theme h5, 
.color--theme h6, 
.color--theme p, 
.color--theme a, 
.color--theme li, 
.color--theme i, 
.color--theme span,
.color--white .color--theme { color: var(--theme-color); }

/*------------------------------------------*/
/*  PRELOADER SPINNER
/*------------------------------------------*/

.loading--theme .loader {
  border: 7px solid var(--theme-color);
}

.loading--theme .loader-inner {
  background-color: var(--theme-color);
}

/*------------------------------------------*/
/*  HEADER & NAVIGATION
/*------------------------------------------*/

.nav-theme .sm-info { 
  background-color: var(--theme-color); 
}

.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: var(--theme-color);
}

/*------------------------------------------*/
/*  CONTENT
/*------------------------------------------*/

.cbox-1:hover .cbox-1-ico.bg--theme { 
  color: var(--theme-color); 
  border-color: var(--theme-color); 
}

/*------------------------------------------*/
/*  PRICING
/*------------------------------------------*/

.pricing-features.ico--theme span { color: var(--theme-color); }
.switch-wrap input:checked + .switcher.switcher--theme { background-color: var(--theme-color); border-color: var(--theme-color); }

/*------------------------------------------*/
/*  PAGINATION
/*------------------------------------------*/

.theme-pagination .page-item.active .page-link {
  color: var(--white)!important;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
}




/* ==========================================================================
  38. DARK MODE
  ========================================================================== */ 

body.theme--dark {
  --dark-theme-bg: #13161f;
  --black: #181b27;
  --coal: #f9f9f9;
  --gray: #c8c8c8;
  --ink: #101219;
  --form-control: #191c28;
  --header-color: #fff;
  --header-link: #dee1ea;
  --silver: rgba(43, 48, 64, 1);
  --smoke: rgba(43, 48, 64, .7);
  --white-smoke: #191c28;
}

body.theme--dark { 
  background-color: var(--dark-theme-bg);  
  color: var(--gray); 
}

.theme--dark .bg--white { 
  background-color: var(--white-smoke);
}

.theme--dark .bg--snow { 
  background-color: var(--dark-theme-bg);
}

.theme--dark .gr--whitesmoke,
.theme--dark .shape--gr-whitesmoke:after {
  background-image: linear-gradient(180deg, rgba(29, 33, 44, .8) 50%, rgba(29, 33, 44, .05) 100%);
}

.theme--dark .gr--snow { 
  background-image: linear-gradient(180deg, rgba(29, 33, 44, .6) 40%, rgba(29, 33, 44, .01) 100%);
}

.theme--dark .inner-page-hero.gr--whitesmoke {
  background-image: linear-gradient(180deg, rgba(19, 22, 31, 1) 50%, rgba(19, 22, 31, 1) 100%);
}

/*------------------------------------------*/
/*  SECTION DIVIDER
/*------------------------------------------*/

.theme--dark hr.divider,
.theme--dark .footer hr {
  background-image: linear-gradient(90deg, rgba(122,125,147,0) 0, #7a7d93 38%, #7a7d93 64%, rgba(122,125,147,0) 99%); 
}

.theme--dark hr.divider.divider-light {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #dedede 38%, #dedede 64%, rgba(206,211,246,0) 99%);
  opacity: 1;
}

/*------------------------------------------*/
/*  TYPOGRAPHY
/*------------------------------------------*/

.theme--dark a { 
  color: var(--gray); 
}

.theme--dark a:hover, 
.theme--dark a.tra-link:hover span { 
  color: var(--white); 
}

/*------------------------------------------*/
/*  WHITE BUTTON
/*------------------------------------------*/

.theme--dark .btn--white,
.theme--dark .hover--white:hover {
  color: var(--black)!important;
  background-color: var(--white)!important;
  border-color: var(--white)!important;
}

.theme--dark .btn--tra-white,
.theme--dark .hover--tra-white:hover {
  color: var(--white)!important;
  background-color: transparent!important;
  border-color: var(--white)!important;
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
  color: var(--white)!important;
  background-color: transparent!important;
  border-color: var(--white)!important;
}

/*------------------------------------------*/
/*  BLACK BUTTON
/*------------------------------------------*/

.theme--dark .btn--tra-black,
.theme--dark .hover--tra-black:hover {
  color: var(--gray)!important;
  background-color: transparent!important;
  border-color: var(--gray)!important;
}

.theme--dark .navbar-dark .hover--tra-black:hover {
  color: var(--black)!important;
  background-color:transparent!important;
  border-color: var(--black)!important;
}

.theme--dark .white-scroll .hover--tra-black:hover {
  color: var(--white)!important;
  border-color: var(--white)!important;
  background-color: transparent!important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
  color: var(--white)!important;
  background-color: transparent!important;
  border-color: var(--white)!important;
}

/*------------------------------------------*/
/*  COAL BUTTON
/*------------------------------------------*/

.theme--dark .btn--coal {
  color: var(--white)!important;
  border-color: var(--coal)!important;
  background-color: var(--coal)!important;
}

.theme--dark .hover--coal:hover,
.theme--dark .color--white .hover--coal:hover {
  color: #222!important;
  border-color: var(--coal)!important;
  background-color: var(--coal)!important;
}

.theme--dark .btn--tra-coal, 
.theme--dark .hover--tra-coal:hover, 
.theme--dark .color--white .btn--tra-coal {
  color: var(--coal)!important;
  background-color: transparent!important;
  border-color: var(--coal)!important;
}

/*------------------------------------------*/
/*  THEME BUTTON
/*------------------------------------------*/

.theme--dark .btn--theme {
  color: var(--white)!important;
  border-color: var(--theme-color)!important;
  background-color: var(--theme-color)!important;
}

.theme--dark .hover--theme:hover,
.theme--dark .color--white .hover--theme:hover {
  color: var(--white)!important;
  border-color: var(--theme-btn-hover)!important;
  background-color: var(--theme-btn-hover)!important;
}

.theme--dark .btn--tra-theme, 
.theme--dark .hover--tra-theme:hover, 
.theme--dark .color--white .btn--tra-theme {
  color: var(--theme-color)!important;
  background-color: transparent!important;
  border-color: var(--theme-color)!important;
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.theme--dark .color--black,
.theme--dark .color--black h2, 
.theme--dark .color--black h3, 
.theme--dark .color--black h4, 
.theme--dark .color--black h5, 
.theme--dark .color--black h6, 
.theme--dark .color--black p, 
.theme--dark .color--black a,
.theme--dark .color--black li, 
.theme--dark .color--black i,
.theme--dark .color--black span, 
.theme--dark .color--white .color--black { color: var(--white); }

.theme--dark .color--theme,
.theme--dark .color--theme h2, 
.theme--dark .color--theme h3, 
.theme--dark .color--theme h4, 
.theme--dark .color--theme h5, 
.theme--dark .color--theme h6, 
.theme--dark .color--theme p, 
.theme--dark .color--theme a,
.theme--dark .color--theme li, 
.theme--dark .color--theme i,
.theme--dark .color--theme span, 
.theme--dark .color--white .color--theme { color: var(--theme-color); }

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.theme--dark .dark-menu .wsmainfull,
.theme--dark .white-menu .wsmainfull {
  background-color: var(--ink)!important;
  -webkit-box-shadow: 0 2px 3px var(--tra-ink);
  -moz-box-shadow: 0 2px 3px var(--tra-ink);
  box-shadow: 0 2px 3px var(--tra-ink);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a,
.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a,
.theme--dark .navbar-dark.light-hero-header .wsmenu > .wsmenu-list > li > a {
  color: var(--header-link);
}

.theme--dark .navbar-dark .wsmenu-list > li > a.h-link:hover,
.theme--dark .navbar-light .wsmenu-list > li > a.h-link:hover,
.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a:hover,
.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a:hover,
.theme--dark .navbar-dark.light-hero-header .wsmenu > .wsmenu-list > li > a:hover {
  color: #eee!important;
}

.theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a.btn:hover {
  color: var(--white)!important;
}

/*------------------------------------------*/
/*  HEADER SUBMENU / MEGAMENU
/*------------------------------------------*/

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu,
.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  background-color: var(--white-smoke)!important; 
  border: solid 1px var(--smoke)!important; 
  -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, .1);
  -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, .1);
  box-shadow: 0 2px 3px rgba(1, 1, 1, .1);
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu:before,
.theme--dark .wsmenu > .wsmenu-list > li.mg_link:hover > a:after,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
  background-color: var(--ink);
  border-left: solid var(--ink);
  border-top: solid 1px var(--ink);
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: var(--header-link);
  background-color: transparent!important;
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.theme--dark .theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
.theme--dark .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.theme--dark .scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: var(--header-link);
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.theme--dark .tra-menu .wsmainfull.scroll,
.theme--dark .white-menu .wsmainfull.scroll,
.theme--dark .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: var(--ink)!important;
  padding: 0;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.theme--dark .tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li > a,
.theme--dark .tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > a,
.theme--dark .tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
.theme--dark .tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--header-link);
}

.theme--dark .navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: var(--white)!important;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.theme--dark .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  background-color: rgba(44, 49, 66, .72)!important;
  color: var(--white);
}

.theme--dark .navbar-light .scroll .btn.btn--tra-white {
  color: var(--white)!important;
  border-color: var(--white)!important;
  background-color: transparent!important;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.theme--dark .navbar-dark .logo-black,
.theme--dark .navbar-dark .scroll .logo-black {
  display: none;
}

.theme--dark .navbar-dark .logo-white,
.theme--dark .navbar-dark .logo-black,
.theme--dark .navbar-dark .scroll .logo-white {
  display: block;
}

.theme--dark .navbar-dark .logo-white {
  display: none;
}

/*------------------------------------------*/
/*  HERO
/*------------------------------------------*/

.theme--dark .img-link a span {
  color: var(--black);
}

.theme--dark .img-link:hover a span {
  color: var(--white);
}

/*------------------------------------------*/
/*  FEATURES
/*------------------------------------------*/

.theme--dark .shape-ico.color--theme path,
.theme--dark .shape-ico.color--theme path,
.theme--dark .shape-ico.color--theme path {
  fill: rgba(43, 48, 64, .7);
}

.theme--dark #features-3.shape--whitesmoke:after,
.theme--dark #features-4.shape--whitesmoke:after {
  background-color: rgba(35, 35, 35, .2);
}

.theme--dark .fbox-3,
.theme--dark .fbox-4,
.theme--dark .fbox-5,
.theme--dark .fbox-6,
.theme--dark .fbox-9,
.theme--dark .fbox-10 {
  background-color: var(--white-smoke);
  border-color: var(--silver);
} 

/*------------------------------------------*/
/*  CONTENT
/*------------------------------------------*/

.theme--dark .cbox-1:hover .cbox-1-ico.bg--theme,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--coal,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--blue,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--green,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--indigo,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--pink,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--purple,
.theme--dark .cbox-1:hover .cbox-1-ico.bg--skyblue { color: var(--white); }

.theme--dark .bc-04-box.bg--white {
  background-color: var(--dark-theme-bg);
}

.theme--dark .bc-04-box,
.theme--dark .bc-01-wrapper,
.theme--dark .bc-02-wrapper {
  background-color: var(--white-smoke);
  border-color: var(--silver);
} 

/*------------------------------------------*/
/*  STATISTIC
/*------------------------------------------*/

.theme--dark #statistic-6 .statistic-block-txt:before {
  background: var(--tra-white);
}

/*------------------------------------------*/
/*  JOB POSITION
/*------------------------------------------*/

.theme--dark .position-info p span,
.theme--dark #job-position .inner-page-title p span {
  color: var(--white);
}

/*------------------------------------------*/
/*  PRICING
/*------------------------------------------*/

.theme--dark .pricing-1-table { 
  border-color: var(--silver);
}

.theme--dark .pricing-discount h6 {
  color: var(--black);
}

.theme--dark .pricing-features.ico--theme span { color: var(--theme-color); }
.theme--dark .pricing-features.ico--blue span { color: var(--blue); }
.theme--dark .pricing-features.ico--denim span { color: var(--denim); }
.theme--dark .pricing-features.ico--green span { color: var(--green); }
.theme--dark .pricing-features.ico--indigo span { color: var(--indigo); }
.theme--dark .pricing-features.ico--ocean span { color: var(--ocean); }
.theme--dark .pricing-features.ico--pink span { color: var(--pink); }
.theme--dark .pricing-features.ico--purple span { color: var(--purple); }
.theme--dark .pricing-features.ico--sky-blue span { color: var(--sky-blue); }

.theme--dark .table>:not(caption)>*>* {
  color: var(--white)!important;
}

.theme--dark .comp-table .table thead th {
  color: var(--white)!important;
}

.theme--dark .comp-table .table thead tr,
.theme--dark .comp-table .table tbody tr {
  border-bottom: 1px solid var(--silver)!important;
}

/*------------------------------------------*/
/*  RATING
/*------------------------------------------*/

.theme--dark .rbox-1 .star-rating {
  background-color: var(--white-smoke);
  border-color: var(--silver);
}

/*------------------------------------------*/
/*  REVIEWS
/*------------------------------------------*/

.theme--dark .review-3,
.theme--dark .review-5 {
   background-color: var(--white-smoke);
  border-color: var(--silver);
}

.theme--dark .owl-theme .owl-dots .owl-dot span {
  background: #3a3a3a;
}

.theme--dark .owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}

/*------------------------------------------*/
/*  INTEGRATIONS
/*------------------------------------------*/

.theme--dark .filter-btns button {
  color: var(--white);
}

.theme--dark .int_tool-1,
.theme--dark .int_tool-2,
.theme--dark .int_tool-3,
.theme--dark .int_tool-4 {
  background-color: var(--white-smoke);
  border-color: var(--smoke);
}

/*------------------------------------------*/
/*  BANNER
/*------------------------------------------*/

.theme--dark .banner-1-wrapper {
  border-color: var(--silver);
}

/*------------------------------------------*/
/*  FAQs
/*------------------------------------------*/

.theme--dark .accordion-panel,
.theme--dark .faqs-3-answer {
  color: var(--gray);
}

.theme--dark .more-questions-txt {
  border: 1px solid var(--silver);
}

.theme--dark .faqs-section .accordion-item .accordion-thumb:after,
.theme--dark .faqs-section .accordion-item.is-active .accordion-thumb:after {
  color: var(--gray);
}

.theme--dark .breadcrumb li,
.theme--dark .read-time span,
.theme--dark .updated-date span {
  color: var(--white);
}

/*------------------------------------------*/
/*  NEWSLETTER
/*------------------------------------------*/

.theme--dark .newsletter-section .form-control {
  background-color: var(--white-smoke);
}

.theme--dark #newsletter-2.newsletter-section .form-control {
  background-color: var(--white);
  color: var(--black);
}

.theme--dark .newsletter-section .form-control:focus {
  background-color: var(--dark-theme-bg);
  border-color: var(--gray);
}

/*------------------------------------------*/
/*  BLOG
/*------------------------------------------*/

.theme--dark .blog-post-txt h5 a,
.theme--dark .blog-post-txt h4 a,
.theme--dark .single-post-txt p span, 
.theme--dark .single-post-txt p a, 
.theme--dark .post-author-txt p a { 
  color: var(--white);
}

.theme--dark .blog-post-txt.color--white p {
  color: var(--gray);
}

.theme--dark .comment-form .form-control { 
  background-color: var(--white-smoke); 
  border-color: var(--silver); 
}

.theme--dark .comment-form .form-control:focus {
  background-color: var(--dark-theme-bg); 
  border-color: var(--gray); 
}

/*------------------------------------------*/
/*  CONTACTS
/*------------------------------------------*/

.theme--dark .contact-form .form-control,
.theme--dark .contact-form .form-select { 
  background-color: var(--white-smoke); 
  border-color: var(--silver); 
}

.theme--dark .contact-form .form-control:focus,
.theme--dark .contact-form .form-select:focus { 
  background-color: var(--dark-theme-bg); 
  border-color: var(--gray); 
}

/*------------------------------------------*/
/*  FOOTER
/*------------------------------------------*/

.theme--dark .footer-form .newsletter-form .input-group:focus-within {
  background-color: var(--dark-theme-bg)!important;
  border-color: var(--gray)!important;
}

/*------------------------------------------*/
/*  TERMS, PRIVACY, COOKIES PAGES
/*------------------------------------------*/

.theme--dark .legal-info p span {
  color: var(--white);
}

/*------------------------------------------*/
/*  SIGN IN / SIGN UP
/*------------------------------------------*/

.theme--dark .reset-password-form.bg--white {
  background-color: var(--dark-theme-bg);
}

.theme--dark .reset-page-wrapper .form-control,
.theme--dark .register-page-form .form-control {
  background-color: var(--white-smoke);
  border-color: var(--silver); 
}

.theme--dark .reset-page-wrapper .form-control:focus,
.theme--dark .register-page-form .form-control:focus {
  background-color: var(--dark-theme-bg);
  border-color: var(--gray);
}

/*------------------------------------------*/
/*  MODAL
/*------------------------------------------*/

.theme--dark .modal .modal-body-content h5 {
  color: #313435;
}

.theme--dark #modal-2 .modal-body-content p {
  color: #6c757d;
}

/*------------------------------------------*/
/*  STYLE CHANGER 
/*------------------------------------------*/

.theme--dark #stlChanger .chBody {
  background: #222737;
  border: 1px solid #222737;
}




/* ==========================================================================
  38. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 45px;
  right: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#scrollUp:hover {
  background-color: rgba(0, 0, 0, .4);
}

nav a#pull {  
  display: none;  
}







/*
  Template Name: SolTech - Premium Marketing Landing Pages Pack
  Theme URL: https://themeforest.net/user/dsathemes
  Description: SolTech - Premium Marketing Landing Pages Pack
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.2.0
  Website: www.dsathemes.com
  Tags: HTML5, DSAThemes, Creative, Agency, Digital Business, IT Solutions, Digital Product, Marketinge, SaaS, Startup
*/




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1399px) {

  /* SIGN IN / SIGN UP */
  #login, #signup { padding-top: 200px; padding-bottom: 220px; }
  .login-1 .register-page-form { padding-left: 30%; }
  .signup-1 .register-page-form { padding-right: 30%; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  html { font-size: 115.6%; } 

  /* Button */
  .btn { padding: 0.8rem 1.7rem; }
  
  .btn.ico-30.ico-left { padding: 0.286rem 0; }
  .btns-group .btn.ico-30.ico-left { padding: 0.286rem 0.5rem; }
  .btn.ico-20 [class*="flaticon-"]:before, .btn.ico-20 [class*="flaticon-"]:after { top: 3px; }

  /* Watch Video Link  */
  .watch-video-link { width: 2.8rem; height: 2.8rem; }
  .watch-video-link span[class^="flaticon-"]:before, 
  .watch-video-link span[class^="flaticon-"]:after { font-size: 1.75rem; line-height: 2.8rem!important; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 0.9375rem; }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn { font-size: 0.9rem; line-height: 28px; padding: 6px 22px 8px; margin: 12px 5px 0; }
  .wsmenu > .wsmenu-list > li a.btn.reg-btn { padding: 4px 20px 6px; }

  /* SubMenu, HalfMenu, MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.9rem; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* FOOTER */
  .footer p { font-size: 0.95rem; }
  .footer-form .form-control { font-size: 0.95rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .py-60 { padding: 50px 0; }
  .py-70 { padding: 60px 0; }
  .py-80 { padding: 60px 0; }
  .py-90 { padding: 70px 0; }
  .py-100 { padding: 80px 0; }

  .pt-30 { padding-top: 24px; }
  .pt-40 { padding-top: 30px; }
  .pt-50 { padding-top: 40px; }
  .pt-60 { padding-top: 50px; }
  .pt-70 { padding-top: 60px; }
  .pt-80 { padding-top: 60px; }
  .pt-90 { padding-top: 70px; }
  .pt-100 { padding-top: 80px; }

  .pb-30 { padding-bottom: 24px; }
  .pb-40 { padding-bottom: 30px; }
  .pb-50 { padding-bottom: 40px; }
  .pb-60 { padding-bottom: 50px; }
  .pb-70 { padding-bottom: 60px; }
  .pb-80 { padding-bottom: 60px; }
  .pb-90 { padding-bottom: 70px; }
  .pb-100 { padding-bottom: 80px; }

  .mt-30 { margin-top: 24px; }
  .mt-40 { margin-top: 30px; }
  .mt-45 { margin-top: 35px; }
  .mt-50 { margin-top: 40px; }
  .mt-55 { margin-top: 45px; }
  .mt-60 { margin-top: 50px; }
  .mt-65 { margin-top: 55px; }
  .mt-70 { margin-top: 60px; }
  .mt-75 { margin-top: 60px; }
  .mt-80 { margin-top: 60px; }

  .mb-30 { margin-bottom: 24px; }
  .mb-40 { margin-bottom: 30px; }
  .mb-45 { margin-bottom: 35px; }
  .mb-50 { margin-bottom: 40px; }
  .mb-55 { margin-bottom: 45px; }
  .mb-60 { margin-bottom: 50px; }
  .mb-65 { margin-bottom: 55px; }
  .mb-70 { margin-bottom: 60px; }
  .mb-75 { margin-bottom: 60px; }
  .mb-80 { margin-bottom: 60px; }

  .bg--shape-top:after { width: 500px; height: 500px; top: -8%; right: 10%; background-color: rgba(119, 67, 142, .15); }

  /* Headers */
  h6 { font-size: 1rem; }              /* 16px */
  h6.h6-md { font-size: 1.125rem; }    /* 18px */
  h6.h6-lg { font-size: 1.18755rem; }  /* 19px */
  h6.h6-xl { font-size: 1.25rem; }     /* 20px */

  h5 { font-size: 1.3125rem; }         /* 21px */
  h5.h5-md { font-size: 1.375rem; }    /* 22px */
  h5.h5-lg { font-size: 1.5rem; }      /* 24px */
  h5.h5-xl { font-size: 1.625rem; }    /* 26px */

  h4 { font-size: 1.75rem; }           /* 28px */
  h4.h4-md { font-size: 1.875rem; }    /* 30px */
  h4.h4-lg { font-size: 2rem; }        /* 32px */
  h4.h4-xl { font-size: 2.125rem; }    /* 34px */

  h3 { font-size: 2.25rem; }           /* 36px */
  h3.h3-md { font-size: 2.3125rem; }   /* 37px */
  h3.h3-lg { font-size: 2.4375rem; }   /* 39px */  
  h3.h3-xl { font-size: 2.5rem; }      /* 40px */

  h2 { font-size: 2.625rem; }          /* 42px */
  h2.h2-md { font-size: 2.75rem; }     /* 44px */ 
  h2.h2-lg { font-size: 2.875rem; }    /* 46px */ 
  h2.h2-xl { font-size: 3rem; }        /* 48px */ 
  h2.h2-title { font-size: 3.125rem; } /* 50px */ 

  h6, h5, h4, h3, h2, h1 { line-height: 1.35; }

  /* Button */
  .btn.btn-sm { font-size: 0.975rem; padding: 0.65rem 1.4rem; }
  .btn.ico-30.ico-left { padding: 0.3845rem 0; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.3845rem 0.5rem; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin-right: 12px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.15rem; line-height: 0.5rem!important;top: 3.5px; }

  .btn.ico-30.ico-left span.ico-30-txt { margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { margin-left: 0; }
  .btn.ico-left span { margin-right: 4px; }
  .btn.ico-right span { margin-left: 4px; }

  /* Button Text */
  p.btn-txt, p.btns-group-txt { margin: 12px 0 0 0; }
  .text-center p.btns-group-txt { margin-top: 18px; }
  .btn-rating { margin: 15px 0 0 0; }

  /* Transparent Link */
  a.tra-link { font-size: 1.03125rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 2px; left: 2px; }

  /* Watch Video Link */
  .watch-video-link { margin-right: 10px; }
  p.video-txt-lg { font-size: 1.125rem; }
  p.video-txt-sm { font-size: 1rem; }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 110px; height: 110px; top: -30px; left: calc(50% - 55px); }
  .ico-55 .shape-ico svg { width: 115px; height: 115px; top: -30px; left: calc(50% - 60px); }
  .ico-60 .shape-ico svg { width: 120px; height: 120px; top: -25px; left: calc(50% - 55px); }

  /* Vector Rounded Icons */
  .ico-rounded { width: 74px; height: 74px; }
  .ico-rounded-md { width: 80px; height: 80px; }
  .ico-rounded-lg { width: 90px; height: 90px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after { font-size: 2.35rem; line-height: 74px!important; }

  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after { font-size: 2.5rem; line-height: 80px!important; }

  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 2.875rem; line-height: 90px!important; }

  /* PNG Icons */
  .img-80 img { width: 70px; height: 70px; }
  .img-75 img { width: 65px; height: 65px; }
  .img-70 img, .img-65 img, .img-60 img { width: 63px; height: 63px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 25px; }

  /* Section Title */
  .section-title.mb-70 { margin-bottom: 55px; }
  .section-title p { margin-top: 16px; }
  .section-title .btns-group { margin-top: 28px; }

  /* Users */
  .txt-block .users { margin-top: 16px; }
  .users img { max-height: 40px; }
  .users p { font-size: 0.95rem; top: 12px; left: 10px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .desktoplogo img { max-height: 30px; }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 0.9875rem; margin: 0 5px; padding: 10px 15px; }

  /* Nav Link Info */
  span.sm-info { width: 18px; height: 18px; font-size: 0.725rem; line-height: 17px; margin-left: 5px; }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn { font-size: 0.95rem; line-height: 28px; margin-top: 15px; padding: 3px 22px 5px; }
  .wsmenu > .wsmenu-list > li a.btn.reg-btn { padding: 3px 20px 5px; }

  .wsmenu > .wsmenu-list > li.lang { margin-right: 12px; }
  .wsmenu > .wsmenu-list > li.lang > a { padding: 10px 14px 10px 6px; }
  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu { min-width: 110px!important; padding: 8px 5px; }
  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a { font-size: 0.95rem; }

  .wsmenu > .wsmenu-list > li a.store.header-store { margin-top: 15px; margin-left: 0; }
  .store.header-store img { max-height: 40px; }

  .header-socials a { margin-left: 13px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.175rem; } 

  /* SubMenu, HalfMenu, MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { min-width: 175px; padding: 6px; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {min-width: 180px; padding: 6px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 35%; padding: 6px 0; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 76%!important; left: 22%; padding: 12px 5px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { font-size: 0.95rem; padding: 9px 12px; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a { font-size: 0.935rem; padding: 9px 12px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 9px 12px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a span { top: 9px; right: 10px; }

  /*------------------------------------------*/
  /*  HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -40%; left: 10%; }

  .slideshow, .slideshow .slides { height: 580px; }
  #hero-20 .slideshow, #hero-20 .slideshow .slides { height: 560px; }

  .img-link { bottom: 24px; right: 24px; width: 48px; height: 48px; }
  .img-link a span { top: 5.5px; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 60px; font-size: 1.15rem; }
  .hero-section .quick-form.form-half .form-control { height: 54px; font-size: 1rem; padding: 0 14px; }
  .hero-section .quick-form.form-half .btn { height: 54px; font-size: 0.985rem; padding: 13px 35px; margin-left: 10px; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 -5px 0; }

  /* HERO DIGITS */
  .hero-digits { padding-right: 10px; }
  .hero-digits h2.statistic-number { font-size: 3.15rem; }
  .hero-digits h2.statistic-number small { font-size: 2rem; }

  /* HERO-1 */
  #hero-1 { padding-bottom: 80px; }
  .hero-1-txt h2 { font-size: 3.25rem; line-height: 1.3; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { margin: 20px 0 25px; }
  .hero-1-img { margin: 0 0 0 -10px; }

  /* HERO-2 */
  #hero-2 { padding-top: 150px; }
  .hero-2-txt h2 { font-size: 3.15rem; }
  .hero-2-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-2-img { margin-top: 50px; padding: 0 2%; }

  /* HERO-3 */
  #hero-3 { padding-top: 140px; padding-bottom: 80px; }
  .hero-3-txt { padding-right: 3%; }
  .hero-3-txt h2 { font-size: 3.15rem; }
  .hero-3-txt p.p-md { padding-right: 0; margin-top: 15px; }
  .hero-3-txt .users { margin-top: 15px; }
  .hero-3-img { padding-right: 25px; }

  /* HERO-4 */
  #hero-4 { padding-top: 150px; padding-bottom: 40px; }
  .hero-4-txt p.p-lg { margin: 20px 0 25px; }
  .hero-4-img { margin: 0 -95% 0 10px; }

  /* HERO-5 */
  #hero-5 { padding-top: 120px; padding-bottom: 60px; }
  #hero-5:after { width: 40%; }
  .hero-5-txt { margin-left: 0; }
  .hero-5-txt h2 { font-size: 3.125rem; line-height: 1.3; }
  .hero-5-txt p.p-md { padding-right: 0%; margin: 20px 0 25px; }

  /* HERO-6 */
  #hero-6 { padding-top: 150px; padding-bottom: 90px; }
  .hero-6-txt h2 { font-size: 3.1rem; padding-right: 5%; }
  .hero-6-txt p.p-lg { margin-top: 20px; }
  #hero-6 .quick-form { margin-top: 25px; margin-right: 3%; }
  .hero-6-img { padding-left: 10px; }

  /* HERO-7 */
  #hero-7 { padding-top: 130px; }
  .hero-7-txt { margin-top: -20px; }
  .hero-7-txt h2 { font-size: 3.5rem; line-height: 1.3; padding-right: 1%; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 18px 0 25px; }
  .hero-7-img { margin: 0 0 0 -10px; }

  /* HERO-8 */
  #hero-8 { padding-top: 150px; }
  .hero-8-txt h2 { font-size: 3.15rem; }
  .hero-8-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-8-txt p.btn-txt { margin-top: 25px; }
  #hero-8 .quick-form { margin: 30px 9% 0; }
  .hero-8-img { margin: 50px 15px 0; }

  /* HERO-9 */
  #hero-9 { padding-top: 150px; padding-bottom: 70px; }
  .hero-9-txt {margin-top: -30px; }
  .hero-9-txt h2 { font-size: 3.1rem; padding-right: 5%; }
  .hero-9-txt p.p-lg { margin-top: 20px; }
  #hero-9 .quick-form { margin-top: 25px; margin-right: 3%; }
  .hero-9-img { padding-right: 10px; }

  /* HERO-10 */
  #hero-10 { padding-top: 150px; }
  .hero-10-txt { margin-bottom: 50px; }
  .hero-10-txt h2 { font-size: 3.15rem; padding: 0 3%; }
  .hero-10-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  #hero-10 .hero-overlay { padding: 80px 60px 0; }

  /* HERO-11 */
  #hero-11 { padding-bottom: 80px; }
  .hero-11-txt h2 { font-size: 3.25rem; line-height: 1.3; }
  .hero-11-txt p.p-md { margin: 20px 0 25px; padding-right: 0; }
  .hero-11-img { margin-left: -15px; }

  /* HERO-12 */
  .hero-12-wrapper { padding: 70px 50px; }
  .hero-12-txt h2 { font-size: 2.9rem; }
  .hero-12-txt p.p-lg { margin-top: 18px; margin-bottom: 25px; }
 
  /* HERO-13 */
  #hero-13 { padding-top: 150px; }
  .hero-13-txt h2 { font-size: 3.15rem; }
  .hero-13-txt p.p-xl { padding: 0 5%; margin-top: 16px; }
  #hero-13 .quick-form { margin: 30px 13% 0; }
  .hero-13-txt p.btn-txt { margin-top: 30px; }

 /* HERO-14 */
  #hero-14 { padding-top: 140px; }
  #hero-14:after { height: 6%; }
  .hero-14-txt { margin-top: -75px; padding-right: 0; }
  .hero-14-txt .section-id { padding: 10px 20px; font-size: 0.845rem; margin-bottom: 30px; }
  .hero-14-txt h2 { font-size: 3.25rem; line-height: 1.3; }
  .hero-14-txt p.p-md { margin-top: 25px; margin-bottom: 20px; }
  .hero-14-img { margin: 0 -75% 0 0; }

  /* HERO-15 */
  #hero-15 .hero-overlay { padding-top: 150px; padding-bottom: 80px; }
  .hero-15-txt h2 { font-size: 3.15rem; }
  .hero-15-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 24px; }

  /* HERO-16 */
  #hero-16 { padding-top: 150px; padding-bottom: 90px; }
  .hero-16-txt h2 { font-size: 3.25rem; line-height: 1.3; }
  .hero-16-txt p.p-lg { margin-top: 20px; }
  #hero-16 .quick-form { margin-top: 25px; margin-right: 3%; }
  #hero-16 .users { margin-top: 16px; }
  .hero-16-img { padding-left: 10px; }

  /* HERO-17 */
  #hero-17 { padding-top: 150px; }
  .hero-17-txt h2 { font-size: 3.25rem; padding: 0; }
  .hero-17-txt p.p-xl { padding: 0 4%;  margin-top: 16px; }
  .hero-17-txt .btns-group { margin-top: 26px; }
  .hero-17-img { margin-top: 60px; }

  /* HERO-18 */
  #hero-18 { padding-top: 170px; }
  .hero-18-txt { margin-bottom: 70px; }
  .hero-18-txt .section-id { margin-bottom: 30px; }
  .hero-18-txt h2 { font-size: 3.5rem; padding: 0 3%; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 16px; }
  .hero-18-txt .btns-group { margin-top: 25px; }

  .h18-1 { margin-bottom: 24px; }

  .hero-bg-shape { width: 90%; height: 100%; left: 5%; right: 5%; opacity: .25; }

  /* HERO-19 */
  #hero-19 { padding-top: 150px; }
  .hero-19-txt h2 { font-size: 3.15rem; }
  .hero-19-txt p.p-xl { padding: 0 5%; margin-top: 16px; }
  #hero-19 .quick-form { margin: 30px 13% 0; }
  .hero-19-txt p.btn-txt { margin-top: 30px; }
  .hero-19-img { margin: 50px 10px 0; }

  /* HERO-20 */
  #hero-20 .caption h2 { font-size: 3.75rem; padding: 0 5%; }
  #hero-20 .caption p.p-xl { padding: 0 8%; margin-top: 18px; }
  #hero-20 .caption .btn { margin-top: 30px; }

  /* HERO-21 */
  #hero-21 { padding-top: 150px; }
  .hero-21-shape { width: 76%; top: 5%; left: 12%; opacity: .6; }
  .hero-21-txt h2 { font-size: 3.25rem; padding: 0; }
  .hero-21-txt p.p-xl { padding: 0 8%;  margin-top: 16px; }
  .hero-21-txt .btns-group { margin-top: 26px; }
  .hero-21-img { margin-top: 60px; }

  /* HERO-22 */
  #hero-22 .caption { margin-top: 50px; }
  #hero-22 .caption h2 { font-size: 3.75rem; padding: 0 5%; }
  #hero-22 .caption p.p-xl { padding: 0 8%; margin-top: 18px; }
  #hero-22 .caption .btn { margin-top: 30px; }

  /* HERO-23 */
  #hero-23 { padding-top: 150px; }
  .hero-23-txt h2 { font-size: 3.15rem; }
  .hero-23-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-23-img { margin-top: 50px; padding: 0 2%; }

  /* HERO-24 */
  #hero-24 { padding-top: 160px; padding-bottom: 30px; }
  .hero-24-txt { margin-top: -50px; padding-left: 15px; }
  .hero-24-txt h2 { font-size: 3rem; }
  .hero-24-txt p.p-lg, .hero-24-txt .users { margin-top: 20px; }

  #hero-24-form { padding: 28px 22px; margin-left: 0; }
  #hero-24-form h5 { margin-bottom: 10px; }
  #hero-24-form p { margin-bottom: 16px; }
  #hero-24-form .btn { height: 54px; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 150px; }
  .hero-25-txt h2 { font-size: 3.65rem; }
  .hero-25-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-25-img { margin-top: 50px; margin-bottom: -90px; }

  /* HERO-26 */
  #hero-26 { padding-top: 150px; }
  .hero-26-txt h2 { font-size: 3.7rem; }
  .hero-26-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-26-img { margin: 50px 0 0; }

  /* HERO-27 */
  #hero-27 { padding-top: 45px; }
  .hero-27-txt { padding-right: 0; }

  .hero-27-txt .hero-logo { margin-top: 15px; margin-bottom: 35px; }
  .hero-27-txt .hero-logo img { max-height: 30px; }
  .hero-27-txt h2 { font-size: 3.15rem; line-height: 1.25; margin-bottom: 30px; }
  .hero-27-txt p { margin-top: 60px; }

  #hero-27 .img-link { bottom: 15px; left: 16px; width: 65px; height: 65px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 56px; margin-bottom: 18px; }

  /*------------------------------------------*/
  /*  CONTENT  
  /*------------------------------------------*/

  /* ABOUT */
  .about-1-title { padding: 0 4%; margin-bottom: 40px; }
  .about-2-title { padding-right: 2%; }

  .about-1-title h2 { padding: 0 2%; }
  .about-1-title p { margin-top: 18px; }

  #about-3 .txt-block h5 { margin-bottom: 16px; }

  /* FEATURES */
  #features-11 .col { padding: 0 10px; }

  #features-3.py-100.shape--bg:after { width: 50%; height: 68%; top: 16%; left: 50%; }
  #features-3.pt-100.shape--bg:after { width: 50%; height: 76%; top: 18%; left: 50%; }
  #features-4.py-100.shape--bg:after { width: 50%; height: 68%; top: 16%; }
  #features-4.pt-100.shape--bg:after { width: 50%; height: 76%; top: 18%; }

  .fbox-3-wrapper { padding-left: 30px; }
  .fbox-4-wrapper { padding-right: 30px; }

  .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3 { margin-bottom: 40px; }
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4 { margin-bottom: 30px; }

  #fb-3-1, #fb-3-3, #fb-4-1, #fb-4-3, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3,  .rows-4 .fb-4, .fbox-6.fb-1, 
  .fbox-6.fb-2, .fbox-6.fb-3, .fbox-12.fb-1, .fbox-12.fb-2, .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, 
  .rows-4 .fbox-2.fb-4, .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 24px; }

  .fbox-3, .fbox-4 { padding: 30px; } 
  .fbox-5 { padding: 30px 20px; }
  .fbox-6 { padding: 30px 25px; }

  .fbox-9 { padding: 35px 20px; } 
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 25px 20px; } 
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 25px 20px 0; }

  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 40px 30px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6 { padding: 35px 30px 28px; } 
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 35px 30px 0; } 

  .fbox-7 .fbox-img { margin-bottom: 25px; }

  .fbox-ico[class*="img-"] { margin-bottom: 20px; }
  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 155px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 30px; margin: 0 0 50px; }  

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 20px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 20px 0 -18px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 20px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 30px 0 0; }
  .fbox-10.fb-2 .fbox-10-img, .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 0 30px; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 30px 0 0; }

  .fbox-ico-wrap { margin-right: 21px; }
  .fbox-ico-wrap .ico-50 [class*="flaticon-"]:before, 
  .fbox-ico-wrap .ico-50 [class*="flaticon-"]:after { font-size: 2.95rem; }

  .fbox-ico, .fbox-ico.ico-rounded { margin-bottom: 18px; }
  .fbox-5 .fbox-ico { margin-bottom: 20x; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 21px; }
  .t-icon { margin-bottom: 3px; }
  .fbox-11-ico { margin-bottom: 14px; }

  .fbox-3 h6, .fbox-4 h6 { margin: 18px 0 10px; }
  .rows-3 .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-6 h6, .fbox-12 h5 { margin-bottom: 10px; }
  .fbox-9 h6, .fbox-10 h5, .fbox-11 h6 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5 { margin-bottom: 16px; }
  .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 14px; }  

  .fbox-5 .txt-block-tra-link { margin-top: 12px; }

  /* CONTENT */
  .ct-05-img .section-title.mb-70 { margin-bottom: 40px; }
  .bc-03 .section-title h2 { padding: 0 3%; }
  .bc-03 .section-title p { padding: 0; }

  .ct-06 .section-overlay { margin-bottom: 80px; }
  .bc-01 .section-overlay { padding: 70px 50px; }
  .bc-02 .section-overlay { padding: 55px 40px; }
  .bc-02 .ico-title .section-overlay { padding: 35px 40px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 35px 35px 35px 40px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 60px; }
  .bc-03 .section-overlay { padding: 70px 50px 0; }
  
  .bc-01 .txt-block.left-column { padding-right: 10px; }
  .bc-01 .txt-block.right-column { padding-left: 10px; }

  .ct-07-txt { padding-left: 0; }

  .ct-02-top { margin-bottom: 40px; }

  .txt-box { margin-bottom: 20px; }
  .bc-04-box { padding: 35px 25px; }
  #bc-4-3 { margin-top: 24px; }
  .two-txt .cbox-3-txt { margin-bottom: 20px; }

  .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block h5, .bc-3-txt h5 { margin-bottom: 16px; }
  h5.h5-title { margin-top: 16px 0; }

  .two-txt .txt-box { margin-bottom: 15px; }

  .bc-04-box h2 { font-size: 3rem; margin-bottom: 14px; }
  .bc-04-box h2 small { font-size: 2.65rem; }
  .bc-04-box h2 span { font-size: 2.75rem; }

  .txt-block .btn { margin-top: 25px; }
  .txt-block-tra-link { margin-top: 16px; }

  .cbox-1 .ico-wrap { margin-right: 1.25rem; }
  .cbox-1-ico { width: 2rem; height: 2rem; font-size: 1rem; line-height: 1.65rem; margin-top: 3px; }

  .txt-block .cbox-3 { margin-right: -15px; }
  .cbox-3 .ico-wrap { margin-right: 1.3rem; }
  .cbox-3 .cbox-3-ico { top: 4px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 2.75rem; }

  .cbox-1-txt, .cbox-3-txt { margin-bottom: 25px; }
  .cbox-6-txt { margin-bottom: 30px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 340px; min-width: 340px; padding: 15px 24px; }
  .cbox-4.mt-20 { margin-top: 10px; }

  .cbox-title { margin-bottom: 14px; }
  .cbox-title span { margin-right: 16px; }

  .cbox-5-wrapper { margin-top: -3px; }
  .box-title { margin-bottom: 12px; }
  .box-title h6 { position: relative; top: 2px; }

  .txt-block .accordion-1 .accordion-item { padding: 20px 0 25px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 0.95rem; top: -1px; right: 5px; }

  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 20px; }

  /* Advantages */
  .text-center .advantages { margin-top: 15px; }

  /* Compatibility */
  .compatibility { margin-top: 10px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 10px; }
  .payment-icons img { max-height: 32px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, 
  .tools-list.ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem;line-height: 2.1875rem!important; margin-right: 4px; }

  /* Quote */
  .quote-avatar img { width: 54px; height: 54px; }
  .quote-author { padding: 0 0 0 10px; } 
  .quote.pr-15, .quote.pr-40, .quote.pr-50, .quote.pr-60 { padding-right: 0; }

  /* Content Image */
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -80px; }
  .img-block-txt, .img-block-btn { margin-top: 45px; }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column { margin-left: 20px; }
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin-right: 20px; }
  .ct-04 .img-block img { max-width: 170%; }

  .ct-07-images { margin-bottom: 30px; }

  .bc-2-img.right-column { margin-left: 10px; }
  .bc-2-img.left-column { margin-right: 10px; }
  .bc-4-img { height: 422px; }

  /* STATISTIC */
  .statistic-7-wrapper { padding: 40px 10px 40px 50px; }
  .statistic-8-wrapper { padding: 0; }

  #statistic-6 .statistic-block-txt:before { height: 2px; width: 90px; margin: 22px auto 18px; }

  .statistic-1-wrapper .statistic-block-digit { width: 32%; }
  .statistic-1-wrapper .statistic-block-txt { width: 68%; padding-left: 15px; }
  .statistic-2-wrapper .txt-block { padding-right: 5%; }
  .statistic-4-wrapper .statistic-block { padding: 10px 20px 10px 40px; }

  #sb-2-1 { padding-left: 5%; }

  .statistic-ico { margin-bottom: 10px; }

  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 10px; }
  .statistic-4-wrapper h5 { margin: 20px 0 10px; }
  #statistic-6 h2.statistic-number { font-size: 3.85rem; letter-spacing: -2px; }
  #statistic-6 h2.statistic-number small { font-size: 2.35rem; margin-left: 4px; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 25px 0 12px; }

  .statistic-1-wrapper p { top: 1px; }
  .statistic-5-wrapper p { margin-top: 10px; }
  .statistic-8-wrapper p { margin-top: 16px; }

  .statistic-8-wrapper img { max-height: 48px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 45px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 56px; }
  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 45px; }
  #portfolio-1 .filter-item { margin-bottom: 24px; }

  .project-category { left: 28px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 30px; }
  .project-source { width: 38px; height: 38px; bottom: 22px; }
  .project-source a span { top: 3.5px; }

  .filter-item:hover .project-category { top: 25px; }
  .filter-item:hover .project-data-txt { left: 30px; }
  .filter-item:hover .project-source { right: 22px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0 8%; margin-bottom: 40px; }
  .project-title p { margin-top: 20px; }
  .project-data { padding-bottom: 40px; margin: 40px 0; }

  .project-txt h5, .project-txt h6 { margin: 30px 0 15px; }

  .project-inner-img { margin: 40px 0; }
  .project-inner-img.d-flex { margin-left: -12px; margin-right: -12px; }
  
  #project-details .more-projects { margin-top: 50px; }
  #project-details .more-projects span { top: 1px; left: 5px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.275rem; } 

  /* TEAM */
  .team-member-photo { margin-bottom: 20px; }

  /* CAREERS */
  .career-item { padding: 25px 0; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 50px; margin-bottom: 45px; }
  #job-position .inner-page-title p { margin-top: 16px; }
  #job-position .inner-page-title .btn { padding: 0.7rem 1.1rem; margin-top: 2px; }

  .position-info h5 { margin: 40px 0 20px; }
  .position-info .btn { margin-top: 25px; }

  /* PRICING */
  #pricing-1 .section-title.mb-70 { margin-bottom: 50px; }
  .pricing-1-wrapper .col { padding: 0 8px; }
  .pricing-1-table { padding: 40px 25px 35px; }
  .text-center .pricing-1-table { padding: 50px 25px 40px; }

  .pricing-table-header h5 { margin-bottom: 25px; }

  .pricing-1-table .pricing-discount { top: -2px; right: 0; padding: 7px 13px; }
  .text-center .pricing-1-table .pricing-discount { top: -40px; right: -5px; }

  /* Price */
  .price span { font-size: 2.85rem; letter-spacing: -1.5px; } 
  .price sup { font-size: 2rem; top: -4px; right: 2px; }
  .price sup.validity { font-size: 1.45rem; }

  .price p { margin: 20px 0 15px; }
  .text-center .price p { padding: 0; }

  .pricing-features.mt-25 { margin-top: 20px; }

  .pricing-1-table hr { margin-top: 30px; }

  .pricing-1-table .pt-btn { margin-top: 20px; }

  /* Pricing Notice */
  .col-lg-10 .pricing-notice p { padding: 0 4%; }
  .pricing-notice .btn.mt-25 { margin-top: 20px; }

  /* Pricing Toggle Button */
  .toggle-btn.toggle-btn-md.mt-40 { margin-top: 30px; }
  .toggle-btn-md .toggler-txt { font-size: 1.0625rem; line-height: 32px; }
  .toggle-btn-lg .toggler-txt { font-size: 1.1rem; line-height: 36px; }

  .switch-wrap { min-width: 50px; height: 30px; }
  .toggle-btn-md .switch-wrap { min-width: 55px; height: 32px; margin: 0 6px; }
  .toggle-btn-lg .switch-wrap { min-width: 60px; height: 36px; margin: 0 12px; }

  .switcher { font-size: 0.9rem; height: 30px; }
  .toggle-btn-md .switcher { height: 32px; padding: 0 10px 0 30px; border-radius: 32px; }
  .toggle-btn-lg .switcher { height: 36px; padding: 0 15px 0 35px; border-radius: 36px; }

  .switcher .show-annual, .switcher .show-monthly { line-height: 30px; }
  .toggle-btn-md .switcher .show-annual, .toggle-btn-md .switcher .show-monthly { line-height: 32px; }
  .toggle-btn-lg .switcher .show-annual, .toggle-btn-lg .switcher .show-monthly { line-height: 36px; }

  .switcher:before { left: 4px; bottom: 4px; width: 22px; height: 22px; }
  .toggle-btn-md .switcher:before { left: 3px; bottom: 3px; width: 22px; height: 22px; }
  .toggle-btn-lg .switcher:before { left: 5px; bottom: 5px; width: 26px; height: 26px; }
  .switcher.bg--grey:before, .switcher.bg--tra-white:before, .switcher.bg--ghost-white:before { left: 4px; bottom: 3px; }

  .toggle-btn-md .switch-wrap input:checked + .switcher { padding: 0 30px 0 10px; }
  .toggle-btn-lg .switch-wrap input:checked + .switcher { padding: 0 35px 0 15px; }

  /* Pricing Compare */
  .table>:not(caption)>*>* { padding: 15px 0; }
  .comp-table .table-responsive.mb-50 { margin-bottom: 30px; }
  .comp-table .table-responsive thead th { font-size: 1.0625rem; }
  .comp-table .table-responsive tbody th { font-size: 1rem; }
  .comp-table .table-responsive tbody td { font-size: 1rem; top: 1px; }
  .comp-table .table-responsive tbody td span { top: 2px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.775rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 1rem; }

  .comp-table-payment h6 { margin-bottom: 14px; }
  .comp-table-payment p { font-size: 0.965rem; }

  /* RATING */
  .rating-section .rating-1-wrapper.text-center { padding: 0 12%; }
  .rating-section .rating-2-wrapper.text-center { padding: 0 3%; }

  .rbox-1-img img { max-height: 33px; } 
  .rbox-1 .star-rating { font-size: 0.9rem; line-height: 1; }
  p.rbox-2-txt { font-size: 1rem; }

  /* TESTIMONIALS */
  #reviews-3 { margin: 40px 0 30px; }
  #reviews-5 { padding-bottom: 56px; }
  .reviews-3-wrapper { padding: 0 60px; }
  .reviews-4-txt.left-column { padding: 0 25px 0 45px; }

  .review-1 { padding: 28px 25px 32px; margin: 0 10px 30px; }
  .review-2 { padding: 0 22px; }
  .review-3 { padding: 22px 22px 26px; }
  #rw-3-1 { margin: -40px -10px 25px 10px; }
  #rw-3-2 { margin: 0 5px -30px -5px; }

  #reviews-5 .filter-item { padding: 0 10px; margin-bottom: 24px; }
  .review-5 { padding: 26px 23px 30px; }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 40px; }

  .review-2-txt h5 { margin: 10px 0 12px; }
  .reviews-4-txt h5 { margin: 5px 0 15px; }
  #reviews-3 .txt-block p { padding-right: 0; margin-top: 15px; }
  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 6px; }
  #reviews-3 .txt-block .btn { margin-top: 25px; }

  .review-5-avatar { right: 26px; bottom: 30px; }
  .review-5-avatar img { width: 42px; height: 42px; }

  .reviews-4-txt .review-author { margin-top: 20px; }
  .review-5 .review-author.mt-30 { margin-top: 24px; }

  /* BRANDS */
  .brands-2-wrapper { padding: 0 10px; }
  .brands-3-wrapper { padding: 0 2%; }
  .brands-4-wrapper { padding-left: 15px; margin-top: -5px; }

  #brand-3-1, #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5 { margin-bottom: 35px; }

  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 30px; }

  .brands-title h6 { margin-bottom: 40px; }
  .brands-title h5 { margin-bottom: 45px; }
  .brands-title p { padding: 0 10%; margin-bottom: 30px; }
  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo { padding: 0 12px; } 
  #brands-4 .brand-logo { padding: 0 12px; }

  .brands-section .more-btn { margin-top: 25px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 46px; }

  .int-3-wrapper, .int-4-wrapper { padding: 0 4%; }

  .int_tool-1 { padding: 15px 20px; margin-bottom: 24px; }
  .int_tool-2 { padding: 15px 20px; }
  .int_tool-3 { padding: 25px; margin-bottom: 24px; }
  .int_tool-4 { padding: 20px; margin-bottom: 24px; }
  .int-2-wrapper .int_tool-2 { margin-bottom: 24px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img { width: 48px; height: 48px; }
  .int_tool-2 .tool_logo img { width: 36px; height: 36px; }
  .int_tool-3 img { width: 55px; height: 55px; }
  .int_tool-4 img { width: 50px; height: 50px; }
  
  .tool_txt h6 { font-size: 1.1875rem; margin-top: 3px; }
  .tool_logo h6 { line-height: 36px; top: 3px; margin-left: 10px; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { margin-top: 0; }
  .tool_description p { font-size: 0.925rem; margin-top: 12px; }

  .integrations-section .more-btn.mt-30 { margin-top: 20px; }

  /* BANNER */
  .banner-1-wrapper { padding: 60px 50px; }
  .banner-2-wrapper .banner-overlay { padding: 60px 65px 70px; } 
  .banner-4-wrapper { padding: 45px 50px; }

  .banner-section .section-id { margin-bottom: 25px; }

  .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 18px; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 30px; }

  .banner-section p { margin-bottom: 25px; }
  #banner-1.banner-section p { margin: 16px 0 20px!important; }
  #banner-2.banner-section p { padding: 0; }

  .banner-1-txt .btn { margin-right: 12px; }
  .banner-4-btn { top: 8px; }
  .banner-4-btn p { margin: 10px 0 0!important; }
  .banner-section p.btn-txt { margin-top: 15px; }

  /* DOWNLOAD */
  .version-release { margin-bottom: 60px; }
  .release-data { padding-bottom: 25px; margin-bottom: 25px; }
  .release-data h5 { margin-bottom: 30px; }

  span.version-data { font-size: 1.9rem; }
  span.release-date { font-size: 1.1rem; }

  /* FAQs */
  #faqs-1 .section-title, #faqs-3 .section-title { margin-bottom: 40px; } 
  #faqs-2 .section-title { margin-bottom: 50px; } 

  #faqs-2 .question { margin-bottom: 25px; }
  #faqs-2 .question h6, #faqs-2 .question h5 { margin-bottom: 10px; }
  .faqs-3-question h5 { margin-bottom: 12px; }

  .accordion-thumb { padding: 22px 0; }
  #faqs-3.faqs-section .accordion-thumb { padding: 22px 0 28px; }

  .accordion-panel { padding: 0 0 5px 0; }
  #faqs-3 .accordion-panel { padding: 35px 0 20px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  .accordion-item .accordion-thumb:after, 
  .accordion-item.is-active .accordion-thumb:after { font-size: 0.925rem; top: 19px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 27px; right: 2px; }

  .more-questions { margin-top: 20px; }
  #faqs-1 .more-questions { margin-top: 40px; }
  #faqs-3 .more-questions { margin: 35px auto 0; }
  .more-questions-txt { padding: 20px 45px; }

  /* HELP CENTER */
  .help-category { padding: 40px 25px; margin-bottom: 24px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 55px 30px 35px; margin-bottom: 60px; }
  .help-category-title p { margin-top: 12px; }

  #help-category h4 { margin-bottom: 45px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 12px 0 15px; }
  .help-category-data span { font-size: 0.95rem; }
  .read-time { margin-left: 15px; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { margin-bottom: 30px; }
  .help-article-title h3 { margin-bottom: 15px; }
  .help-article-title img { margin: 35px 0; }

  .table-of-contents { padding: 30px 0 35px; margin: 35px 0; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { padding-bottom: 35px; margin-bottom: 35px; }
  #help-article .txt-block h6 { margin: 30px 0 15px; }

  .help-vote-form { margin-top: 60px; }

  /* BLOG */
  #blog-page .section-title h2 { padding: 0 3%; }
  #blog-page .section-title p { margin-top: 20px; padding: 0 2%; }
  .posts-category { margin: 20px 0 40px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; } 

  .square-post, #blog-page .blog-post { margin-bottom: 40px; }

  .blog-post-meta { margin-bottom: 2px; }
  .meta-list-divider { padding: 0 1px; }
  .blog-post-txt h6, .blog-post-txt h5 { margin-bottom: 10px; }

  .square-post .blog-post-txt { padding: 0 30px 0 50px; }
  .square-post .blog-post-meta { margin-bottom: 15px; }
  .square-post .blog-post-txt h4 { margin-bottom: 20px; }
  .square-post .post-comments { margin-top: 15px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 50px; }
  .single-post-title { padding: 0 10%; }
  .single-post-title p.p-lg { margin-top: 20px; padding: 0; }

  .single-post-txt h5, .single-post-txt h4 { margin: 20px 0 22px; }

  #single-post .blog-post-meta { margin-bottom: 15px; }
  .single-post-txt figure { margin-bottom: 20px; }
  .single-post-txt .blockquote p { font-size: 1.225rem; margin-bottom: 30px; }
  .single-post-txt .blockquote-footer { font-size: 1.05rem; }

  .post-inner-img { margin: 40px 0; }

  .post-data { margin-top: 70px; padding: 70px 0 80px; }
  .post-author-avatar img { width: 65px; height: 65px; }

  .subscribe-banner { padding: 40px 35px; }
  .subscribe-banner-txt p { margin: 10px 0 0; }

  #post-comments { padding-top: 80px; }
  #post-comments img { width: 60px; height: 60px; }
  .comment-meta { margin-bottom: 5px; }
  .comment-meta h6 { font-size: 1.1875rem; margin-bottom: 5px; }
  .comment-date, .btn-reply a { font-size: 1rem; } 

  #leave-comment h5 { margin-top: 80px; }

  .comment-form { margin-top: 45px; }
  .comment-form .form-control { height: 56px; font-size: 1.05rem; }
  .comment-form textarea { min-height: 190px; }

  .comment-form .btn { margin-top: 0; }

  /* NEWSLETTER */
  #newsletter-1 .newsletter-overlay { padding: 60px 0; } 
  #newsletter-2 .newsletter-overlay { padding: 65px 0 55px; } 

  #newsletter-1 .newsletter-txt { padding-right: 8%; } 

  #newsletter-1 .newsletter-form { margin-top: 25px; padding-left: 8%; }
  #newsletter-2 .newsletter-form { padding: 0 6%; margin-top: 30px; }

  .newsletter-section .form-control { height: 52px; }
  .newsletter-section .btn { height: 52px; font-size: 0.925rem; padding: 0.7rem 1.4rem; }

  /* CONTACTS */
  #contacts-1.pb-60 { padding-bottom: 40px; }
  .contacts-info p { margin: 20px 0 0; }
  .contacts-info h6 { margin: 25px 0 16px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-box { margin-bottom: 20px; }
  .contact-box p { padding-right: 0; margin-top: 14px; }

  .contact-form .form-control, .contact-form .form-select { height: 56px; font-size: 1.05rem; padding: 0 15px; }
  .contact-form textarea { min-height: 190px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form-msg { margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 35px; }

  #footer-1 .fl-3, #footer-11 .fl-5, #footer-1 .footer-contacts { margin-bottom: 25px; }
  #footer-3 .footer-links, #footer-7 .footer-links { padding-left: 0; }
  #footer-2 .footer-info, #footer-5 .footer-info { padding-right: 0; }
  #footer-5 .fl-2 { padding-left: 15px; }

  img.footer-logo { max-height: 30px; margin-bottom: 20px; }

  .footer h6 { margin-bottom: 20px; }
  #footer-3 .footer-info p { padding-right: 10%; }
  .footer-phone { margin-top: 10px; }
  .footer-mail-link span { top: 4px; right: 5px; }

  .footer-socials.ico-20 a, .footer-socials.ico-25 a { margin-right: 14px; } 
  .footer-socials.ico-25 [class*="flaticon-"]:before, .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.25rem; }

  .footer-form .form-control, .footer-form .btn { height: 28px; }

  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { line-height: 24px!important; }

  .footer hr { margin-top: 10px; margin-bottom: 35px; }

  /* INNER PAGE WRAPPER */
  .inner-page-hero { padding-top: 160px; }
  .inner-page-title { margin-bottom: 60px; }
  .inner-page-title p { margin-top: 18px; }

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin: 45px 0 20px; }
  .txt-block.legal-info h6 { margin: 20px 0; }
  .txt-block.legal-info h6 span, .txt-block.legal-info h5 span { margin-right: 2px; }

  /* SIGN IN / SIGN UP */
  #login, #signup { padding: 80px 0; }
  .reset-page-wrapper form { margin: 0; padding: 40px 12px 5px; }

  .register-page-txt img { max-height: 30px; margin-bottom: 45px; }
  .login-page-logo { margin-bottom: 35px; }
  .login-page-logo img { max-height: 35px; }

  .login-3 .register-page-txt, .signup-3 .register-page-txt { padding: 60px 40px; }
  .register-page-txt p { margin: 18px 0 0; }

  #login .register-page-copyright { left: 45px; bottom: 40px; }
  #signup .register-page-copyright { right: 45px; bottom: 40px; }
  .register-page-copyright p { font-size: 0.9rem; }

  .login-1 .register-page-form { padding: 0 6% 0 12%; }
  .signup-1 .register-page-form { padding: 0 12% 0 6%; }

  .login-3 .register-page-form { padding: 50px 45px 50px 35px; }
  .signup-3 .register-page-form { padding: 50px 35px 50px 45px; }

  .login-2 .register-page-form, .signup-2 .register-page-form { margin: 0; padding: 40px 25px 35px; }

  .register-form-title { margin-bottom: 30px; }
  .login-2 .register-form-title, .signup-2 .register-form-title { margin-bottom: 24px; }
  .reset-form-title { margin-bottom: 18px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 12px; }

  .register-page-form p.input-header { font-size: 0.9rem; margin-bottom: 10px; padding-left: 5px; }
  .reset-password-link p { font-size: 0.95rem; margin-top: 20px; }
  .login-3 .reset-password-link p { margin-top: -2px; margin-bottom: 22px; }
  .form-data span { font-size: 0.865rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 0.925rem; margin-top: 16px; }

  .separator-line { margin: 20px 0; }

  .reset-page-wrapper .form-control, 
  .register-page-form .form-control { height: 56px; font-size: 1.05rem; padding: 0 15px; margin-bottom: 22px; }
  .reset-page-wrapper .form-control { margin-bottom: 16px; }
  #login .register-page-form .btn.submit { height: 56px; font-size: 1.05rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 56px; font-size: 1.05rem; margin-top: 22px; }
  .reset-page-wrapper .btn.submit { height: 56px; font-size: 1.05rem; margin-bottom: 16px; }

  /* PAGE 404 */
  #page-404 { padding-top: 170px; }
  .page-404-txt { padding-bottom: 80px; }
  .page-404-txt h2 { margin-bottom: 16px; }
  .page-404-txt h6 { padding: 0 5%; margin-bottom: 30px; }
  .page-404-img { padding: 0 10%; margin-bottom: 34px; }
  .page-404-footer { padding: 35px 0; }

  /* COOKIES */
  #cookies { bottom: 15px; left: 28%; width: 44%; padding: 17px 22px; }
  #cookies p { font-size: 0.95rem; }
  #cookies-ok { font-size: 0.9rem; padding: 6px 16px; }
  #cookies-info { margin-left: 14px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 350px; }
  #modal-2 .modal-dialog.modal-xl { width: 680px; }

  #modal-1 .modal-body-content { padding: 15px 25px 10px; }
  #modal-2 .modal-body-content { padding: 50px 30px 40px; }

  .modal-body .newsletter-form { margin-top: 20px; }
  .modal .newsletter-form .form-control { height: 52px; font-size: 0.975rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn { height: 52px; font-size: 0.975rem; }

  #modal-2 .request-form-title p { margin-top: 15px; margin-bottom: 20px; }
  #modal-2 .request-form .form-control, #modal-2 .request-form .btn { height: 56px; font-size: 1.05rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.98px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .wow {
    animation-name: none!important;
    visibility: visible!important;
  }

  html { font-size: 85%; } 

  .py-40 { padding: 30px 0; }
  .py-50 { padding: 35px 0; }
  .py-60 { padding: 40px 0; }
  .py-70 { padding: 50px 0; }
  .py-80 { padding: 50px 0; }
  .py-90 { padding: 60px 0; }
  .py-100 { padding: 70px 0; }

  .pt-30 { padding-top: 24px; }
  .pt-40 { padding-top: 30px; }
  .pt-50 { padding-top: 35px; }
  .pt-60 { padding-top: 40px; }
  .pt-70 { padding-top: 50px; }
  .pt-80 { padding-top: 50px; }
  .pt-90 { padding-top: 60px; }
  .pt-100 { padding-top: 70px; }

  .pb-30 { padding-bottom: 24px; }
  .pb-40 { padding-bottom: 30px; }
  .pb-50 { padding-bottom: 35px; }
  .pb-60 { padding-bottom: 40px; }
  .pb-70 { padding-bottom: 50px; }
  .pb-80 { padding-bottom: 50px; }
  .pb-90 { padding-bottom: 60px; }
  .pb-100 { padding-bottom: 70px; }

  .mt-30 { margin-top: 24px; }
  .mt-40 { margin-top: 30px; }
  .mt-45 { margin-top: 30px; }
  .mt-50 { margin-top: 35px; }
  .mt-55 { margin-top: 35px; }
  .mt-60 { margin-top: 40px; }
  .mt-65 { margin-top: 45px; }
  .mt-70 { margin-top: 50px; }
  .mt-75 { margin-top: 50px; }
  .mt-80 { margin-top: 50px; }

  .mb-30 { margin-bottom: 24px; }
  .mb-40 { margin-bottom: 30px; }
  .mb-45 { margin-bottom: 30px; }
  .mb-50 { margin-bottom: 35px; }
  .mb-55 { margin-bottom: 35px; }
  .mb-60 { margin-bottom: 40px; }
  .mb-65 { margin-bottom: 45px; }
  .mb-70 { margin-bottom: 50px; }
  .mb-75 { margin-bottom: 50px; }
  .mb-80 { margin-bottom: 50px; }

  /* Background Shape */
  .shape--01:after { height: 50%; }
  .shape--02:after { height: 50%; top: 50%; }
  .bg--shape:after { width: 650px; height: 650px; top: 19%; left: 18%; }
  .bg--shape-top:after { width: 500px; height: 500px; top: -8%; right: 10%; background-color: rgba(119, 67, 142, .13); }

  /* Headers */
  h6 { font-size: 1rem; }                            /* 13.6px */
  h6.h6-md { font-size: 1.066176rem; }               /* 14.5px */
  h6.h6-lg, h6.h6-xl { font-size: 1.397058rem; }     /* 19px */
 
  h5 { font-size: 1.397058rem; }                     /* 19px */
  h5.h5-md, h5.h5-lg, h5.h5-xl { font-size: 1.470588rem; }  /* 20px */

  h4, h4.h4-md, .h4-lg { font-size: 1.764705rem; }   /* 24px */ 
  h4.h4-xl { font-size: 1.91176rem; }                /* 26px */ 

  h3, h3.h3-md, h3.h3-lg, h3.h3-xl { font-size: 1.91176rem; }  /* 26px */ 

  h2 { font-size: 2.0588rem; }                       /* 28px */
  h2.h2-md, h2.h2-lg { font-size: 2.20588rem; }      /* 30px */ 
  h2.h2-xl, h2.h2-title { font-size: 2.5rem; }       /* 34px */ 

  h6, h5, h4, h3, h2, h1 { line-height: 1.35; }

  /* Paragraphs */
  p.p-sm { font-size: 1rem; }                 
  p.p-md, p.p-lg { font-size: 1.066176rem; } 

  ol.digit-list p { margin-bottom: 5px; }

  /* Button */
  .btn.btn-sm { font-size: 0.975rem; padding: 0.65rem 1.35rem; }
  .btn.ico-30.ico-left { padding: 0.3665rem 0; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.31175rem 0.5rem; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin-right: 10px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1rem; line-height: 0.65rem!important; top: 3px; }
  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 2rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.065rem; top: -8px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.065rem; top: -8px; margin-left: 0; }
  .btn.ico-left span { margin-right: 4px; }
  .btn.ico-right span { margin-left: 4px; }

  /* Button Text */
  p.btn-txt { margin: 10px 0 0 0; }
  p.btns-group-txt, .btn-rating { margin: 15px 0 0 0; }
  .text-center p.btns-group-txt { margin-top: 18px; }
  .star-rating span.rating-txt { font-size: 1rem; }

  /* Transparent Link */
  a.tra-link { font-size: 1.03675rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 2px; left: 2px; }

  /* Store Badges*/
  .badge-img-xs .store img { max-height: 2.595rem; }
  .badge-img-sm .store img { max-height: 2.72rem; }
  .badge-img-md .store img { max-height: 2.97rem; }
  .badge-img-lg .store img { max-height: 3.095rem; }

  /* Watch Video Link */
  .watch-video { margin-top: 18px; }
  .watch-video-link { margin-right: 10px; }
  .watch-video-link span[class^="flaticon-"]:before, .watch-video-link span[class^="flaticon-"]:after { margin-left: 3px; }
  p.video-txt-lg { font-size: 1.1rem; }
  p.video-txt-sm { font-size: 1rem; }

  /* Video Popup Icon */
  .video-btn-xl { width: 7rem; height: 7rem; margin-top: -3.5rem; margin-left: -3.5rem; }
  .video-btn-lg { width: 6.5rem; height: 6.5rem; margin-top: -3.125rem;; margin-left: -3.125rem;; }
  .video-btn-md { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-sm { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, 
  .video-btn.video-btn-lg [class^="flaticon-"]:after { font-size: 5.5rem; line-height: 7rem!important; margin-left: 8px; }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, 
  .video-btn.video-btn-lg [class^="flaticon-"]:after { font-size: 5rem; line-height: 6.25rem!important; margin-left: 10px; }

  .video-btn.video-btn-md [class^="flaticon-"]:before, 
  .video-btn.video-btn-lg [class^="flaticon-"]:after { font-size: 4.5rem; line-height: 5.625rem!important; margin-left: 8px; }

  .video-btn.video-btn-sm [class^="flaticon-"]:before, 
  .video-btn.video-btn-md [class^="flaticon-"]:after { font-size: 4.35rem; line-height: 5rem!important; margin-left: 8px; }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 95px; height: 95px; top: -25px; left: calc(50% - 50px); }
  .ico-55 .shape-ico svg { width: 100px; height: 100px; top: -30px; left: calc(50% - 55px); }
  .ico-60 .shape-ico svg { width: 105px; height: 105px; top: -20px; left: calc(50% - 50px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md { width: 70px; height: 70px; }
  .ico-rounded-lg { width: 80px; height: 80px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:before,
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:after { font-size: 2.5rem; line-height: 70px!important; }

  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 2.875rem; line-height: 80px!important; }

  /* PNG Icons */
  .img-80 img { width: 62px; height: 62px; }
  .img-75 img { width: 57px; height: 57px; }
  .img-70 img, .img-65 img, .img-60 img { width: 55px; height: 55px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 20px; }

  /* Section Title */
  .bc-04 .section-title.mb-70 { margin-bottom: 45px; }
  .section-title p { margin-top: 14px; }
  .section-title .btns-group { margin-top: 20px; }

  /* Users */
  .txt-block .users { margin-top: 12px; }
  .users img { max-height: 36px; }
  .users p { font-size: 0.975rem; top: 11px; left: 7px; }
  .txt-block .users p { top: 10px; left: 4px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }

  .wsmobileheader .smllogo { display: block; margin-top: 26px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: var(--white); }
  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader { background-color: var(--ink); }
  .tra-menu.border-header .wsmainfull { border: none; }

  .theme--dark .tra-menu .wsmobileheader, 
  .theme--dark .white-menu .wsmobileheader { 
    background-color: var(--ink)!important; 
    -webkit-box-shadow: 0 2px 3px var(--tra-ink);
    -moz-box-shadow: 0 2px 3px var(--tra-ink);
    box-shadow: 0 2px 3px var(--tra-ink);
  }

  /* Mobile Header Burger Menu */
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after, .black-scroll .wsanimated-arrow span, 
  .black-scroll .wsanimated-arrow span:before, .black-scroll .wsanimated-arrow span:after { background: var(--white); }

  .theme--dark .wsanimated-arrow span, .theme--dark .wsanimated-arrow span:before, 
  .theme--dark .wsanimated-arrow span:after { background: #b1b7cd; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }

  /* Dark Header Settings */
  .dark-menu .wsmenu > .wsmenu-list, .black-scroll .wsmenu > .wsmenu-list { background-color: var(--metal)!important; }

  .dark-menu .wsmenu > .wsmenu-list > li > a, 
  .black-scroll .wsmenu > .wsmenu-list > li > a { border-bottom-color: var(--tra-white); }

  .dark-menu .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, .85); }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 1.25rem; line-height: 46px; padding: 5px 32px 4px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a.h-link, 
  .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a.h-link { color: var(--gray); }
  .black-scroll .wsmenu > .wsmenu-list > li > a.h-link { color: var(--white); }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; margin: 21px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 25px; }

  .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
  .theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a { color: var(--white)!important; }

  /* Nav Link Info */
  span.sm-info { width: 22px; height: 22px; font-size: 0.95rem; line-height: 20px; top: -1px; }

  /* SubMenu / HalfMenu / MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { width: 100%!important; min-width: 100%!important; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%!important; padding: 10px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 100%!important; left: 0; padding: 12px 10px; }

  .wsmenu > .wsmenu-list > li.mobile-last-link > ul.sub-menu { border-bottom: none!important; }

  .wsmegamenu.w-75 .col-lg-3, .wsmegamenu.halfmenu .col-lg-6 { padding: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; -webkit-border-radius: 0; -moz-border-radius: 0; 
  -o-border-radius: 0; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu { 
    opacity: 1!important; visibility: visible!important; -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);-o-transform: rotateX(0deg);transform: rotateX(0deg); 
  }

  .dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu, .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    border-bottom: 1px solid var(--tra-white)!important; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0;box-shadow: 0 0; 
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { background-color: var(--metal)!important; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%!important; 
    min-width: 100%!important;
    box-shadow: 0 0;
    border: none;
    position: static;
    left: 0;
    top: 0;
    margin: 0;
    padding: 5px 0 0 0;
  }

  /* Sub Menu / Half Menu / Mega Menu Links */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a { 
    color: var(--gray); font-size: 1.2rem; padding: 15px 14px; 
  }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #ddd;
    background-color: rgba(255, 255, 255, 0)!important;
  }

  .navbar-light .wsmenu-list > li > a.h-link:hover { color: var(--coal)!important; }

  /* Sub Menu / Half Menu / Mega Menu Links Hover */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 15px 14px; text-decoration: none; }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255, 255, 255, .05)!important;
  }

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title { font-size: 1.2rem; padding: 0 14px; margin-bottom: 10px; } 

  .dark-menu .title, .black-scroll .title { color: #b1b7cd!important; } 

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.25rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 1px 0 2px 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a { font-size: 1.2rem; padding: 12px 14px; }
  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a:hover { padding: 12px 14px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a span { display: none; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i {
    height: 10px; width: 10px; transform: rotate(-225deg); margin: 17px 18px 0px 0px; 
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02>i.wsmenu-rotate { margin-top: 22px; }

  .wsmenu > .wsmenu-list > li a.btn.reg-btn { line-height: 44px; padding: 5px 22px; }
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link, .wsmenu > .wsmenu-list > li.reg-fst-link > a { margin-left: 0; }

  /* Header Store Badges */
  .wsmenu > .wsmenu-list > li a.store.header-store { margin: 5px 0 0 12px; display: block; float: none; border-bottom: none; }
  .store.header-store img { max-height: 46px; }

  /* Header Social Links */
  .wsmenu > .wsmenu-list > li.header-socials { display: block; }
  .header-socials a { margin-left: 20px; margin-right: 5px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.65rem; } 

  /* Navbar Transparent Buttons */
  .white-scroll .btn--tra-white,
  .white-scroll .btn--tra-black { 
    color: var(--white)!important; 
    background-color: var(--coal)!important; 
    border-color: var(--coal)!important; 
  }

  .black-scroll .btn--tra-white, 
  .black-scroll .btn--tra-black { 
    color: var(--coal)!important; 
    background-color: var(--white)!important; 
    border-color: var(--white)!important; 
  }

  .white-scroll .btn--tra-gray, 
  .black-scroll .btn--tra-gray { 
    color: var(--coal)!important; 
    background-color: var(--smoke)!important; 
    border-color: var(--smoke)!important; 
  }

  /* Navbar Buttons Hover */
  .white-scroll .hover--white:hover,
  .white-scroll .hover--tra-white:hover { 
    color: var(--coal)!important; 
    border-color: var(--coal)!important; 
    background-color: transparent!important; 
  }

  .theme--dark .white-scroll .hover--tra-white:hover { 
    color: var(--white)!important; 
    border-color: var(--white)!important; 
    background-color: transparent!important; 
  }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    color: var(--white)!important;
    background-color: transparent!important;
    border-color: var(--white)!important; 
  }

  .theme--dark .wsmenu > .wsmenu-list { background-color: var(--metal)!important; }
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: var(--white); }

  /*------------------------------------------*/
  /*  HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -42%; left: 10%; }

  .hero-section { margin-top: 80px; }

  .slideshow, .slideshow .slides { height: 460px; }
  #hero-20 .slideshow, #hero-20 .slideshow .slides { height: 450px; }

  .img-link { bottom: 20px; right: 20px; width: 40px; height: 40px; }
  .img-link a span { top: 4.5px; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 48px; font-size: 1.125rem; }
  .hero-section .quick-form.form-half .form-control { height: 48px; font-size: 1.0625rem; padding: 0 12px; }
  .hero-section .quick-form .btn { height: 48px; font-size: 1rem; padding: 13px 40px; margin-left: 6px; } 
  .hero-section .quick-form.form-half .btn { height: 48px; font-size: 1rem; padding: 13px 22px; margin-left: 6px; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 -5px 0; }

  /* HERO DIGITS */
  .hero-digits { padding-right: 0 }
  #hd-1-1, #hd-1-2 { padding-right: 10px; } 
  .hero-digits h2.statistic-number { font-size: 2.85rem; }
  .hero-digits h2.statistic-number small { font-size: 2rem; }

  /* HERO-1 */
  #hero-1 { padding: 70px 0; }
  .hero-1-txt h2 { font-size: 2.79411rem; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { margin: 15px 0 22px; }
  .hero-1-img { margin: 0 -5px; }

  /* HERO-2 */
  #hero-2 { padding-top: 80px; }
  #hero-2:after { height: 11%; }
  .hero-2-txt h2 { font-size: 3rem; }
  .hero-2-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-2-img { margin-top: 40px; padding: 0; }

  /* HERO-3 */
  #hero-3 { padding-top: 80px; padding-bottom: 80px; }
  .hero-3-txt h2 { font-size: 3rem; }
  .hero-3-txt p.p-md { padding-right: 0; margin-top: 12px; }
  .hero-3-txt .users { margin-top: 10px; }
  .hero-3-img { padding-right: 5px; }

  /* HERO-4 */
  #hero-4 { padding-top: 70px; padding-bottom: 35px; }
  .hero-4-txt h2 { font-size: 2.79411rem; }
  .hero-4-txt p.p-lg { margin: 15px 0 22px; }
  .hero-4-img { margin: 0 -98% 0 15px; }

  /* HERO-5 */
  #hero-5 { padding-top: 50px; padding-bottom: 40px; }
  #hero-5:after { width: 40%; }
  .hero-5-txt { margin-left: 0; }
  .hero-5-txt h2 { font-size: 2.85rem; line-height: 1.3; }
  .hero-5-txt p.p-md { padding-right: 0%; margin-top: 15px; margin-bottom: 20px; }

  /* HERO-6 */
  #hero-6 { padding-top: 80px; padding-bottom: 80px; }
  .hero-6-txt h2 { font-size: 2.9rem; }
  .hero-6-txt p.p-lg { margin-top: 15px; margin-right: -10px; }
  #hero-6 .quick-form { margin-top: 20px; margin-right: 2%; }
  .hero-6-img { padding-left: 5px; }

  /* HERO-7 */
  #hero-7 { padding-top: 70px; }
  .hero-7-txt { margin-top: -20px; }
  .hero-7-txt h2 { font-size: 2.85rem; padding-right: 4%; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 12px 0 22px; }
  #hero-7 .users { margin-top: 14px; }
  #hero-7 .users img { max-height: 35px; }
  .hero-7-img { margin: 0 -5% 0 -3%; }

  /* HERO-8 */
  #hero-8 { padding-top: 80px; }
  .hero-8-txt h2 { font-size: 3rem; }
  .hero-8-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-8-txt p.btn-txt { margin-top: 25px; }
  #hero-8 .quick-form { margin: 22px 6% 0; }
  .hero-8-img { margin-top: 45px; }

  /* HERO-9 */
  #hero-9 { padding-top: 80px; padding-bottom: 70px; }
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt { margin-top: 0; }
  .hero-9-txt h2 { font-size: 2.9rem; }
  .hero-9-txt p.p-lg { margin-top: 15px; margin-right: -10px; }
  #hero-9 .quick-form { margin-top: 20px; margin-right: 2%; }
  .hero-9-img { padding-left: 5px; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; }
  .hero-10-txt { margin-bottom: 40px; }
  .hero-10-txt h2 { font-size: 3rem; padding: 0 3%; }
  .hero-10-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  #hero-10 .hero-overlay { padding: 65px 45px 0; }
  .hero-10-img .video-btn { top: calc(50% - 50px); }

  /* HERO-11 */
  #hero-11 { padding: 70px 0; }
  .hero-11-txt h2 { font-size: 2.7rem; }
  .hero-11-txt p.p-md { margin: 15px 0 18px; padding-right: 3%; }
  .hero-11-img { margin: 0 -5px; }

  /* HERO-12 */
  #hero-12 { padding-top: 40px; }
  .hero-12-wrapper { padding: 55px 40px; margin: 0 -10px; }
  .hero-12-txt h2 { font-size: 2.45rem; }
  .hero-12-txt p.p-lg { margin-top: 14px; margin-bottom: 20px; }

  /* HERO-13 */
  #hero-13 { padding-top: 80px; }
  .hero-13-txt h2 { font-size: 3.1rem; }
  .hero-13-txt p.p-xl { padding: 0; margin-top: 15px; }
  #hero-13 .quick-form { margin: 25px 9% 0; }
  .hero-13-txt p.btn-txt { margin-top: 25px; }

  /* HERO-14 */
  #hero-14 { padding-top: 80px; }
  .hero-14-txt { margin-top: -75px; padding-right: 0; }
  .hero-14-txt .section-id { padding: 10px 20px; font-size: 0.845rem; margin-bottom: 22px; }
  .hero-14-txt h2 { font-size: 2.79411rem; }
  .hero-14-txt p.p-md { margin: 18px 0 15px; }
  .hero-14-img { margin: 0 -90% 0 0; }

  /* HERO-15 */
  #hero-15 .hero-overlay { padding-top: 80px; padding-bottom: 70px; }
  .hero-15-txt h2 { font-size: 3rem; }
  .hero-15-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 22px; }

  /* HERO-16 */
  #hero-16 { padding-top: 80px; padding-bottom: 80px; }
  .hero-16-txt h2 { font-size: 2.79411rem; }
  .hero-16-txt p.p-lg { margin-top: 15px; margin-right: -10px; }
  #hero-16 .quick-form { margin-top: 20px; margin-right: 2%; }
  #hero-16 .users { margin-top: 0; }
  #hero-16 .users img { max-height: 38px; }
  .hero-16-img { padding-left: 5px; }

  /* HERO-17 */
  #hero-17 { padding-top: 80px; }
  #hero-17:after { height: 9%; }
  .hero-17-txt h2 { font-size: 3rem; padding: 0 4%; }
  .hero-17-txt p.p-xl { padding: 0;  margin-top: 16px; }
  .hero-17-txt .btns-group { margin-top: 24px; }
  .hero-17-img { margin-top: 50px; }

  /* HERO-18 */
  #hero-18 { padding-top: 80px; }
  .hero-18-txt { margin-bottom: 50px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 3.05rem; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 14px; }
  .hero-18-txt .btns-group { margin-top: 22px; }

  .h18-1 { margin-bottom: 24px; }

  .hero-bg-shape { width: 100%; height: 100%; top: -5%; left: 0; right: 0; opacity: .25; }

  /* HERO-19 */
  #hero-19 { padding-top: 80px; }
  .hero-19-txt h2 { font-size: 3.1rem; }
  .hero-19-txt p.p-xl { padding: 0; margin-top: 15px; }
  #hero-19 .quick-form { margin: 25px 9% 0; }
  .hero-19-txt p.btn-txt { margin-top: 25px; }
  .hero-19-img { margin-top: 40px; }

  /* HERO-20 */
  #hero-20 { padding-top: 30px; }
  #hero-20 .caption { margin-top: 0; }
  #hero-20 .caption h2 { font-size: 3.5rem; padding: 0 10%; }
  #hero-20 .caption p.p-xl { padding: 0 8%; margin-top: 15px; }
  #hero-20 .caption .btn { margin-top: 26px; }

  /* HERO-21 */
  #hero-21 { padding-top: 80px; }
  .hero-21-shape { width: 100%; top: -2%; left: 0; opacity: .5; }
  #hero-21:after { height: 14%; }
  .hero-21-txt h2 { font-size: 3rem; }
  .hero-21-txt p.p-xl { padding: 0;  margin-top: 16px; }
  .hero-21-txt .btns-group { margin-top: 24px; }
  .hero-21-img { margin-top: 50px; }

  /* HERO-22 */
  #hero-22 .caption { margin-top: 5px; }
  #hero-22 .caption h2 { font-size: 3.75rem; padding: 0 8%; }
  #hero-22 .caption p.p-xl { padding: 0 8%; margin-top: 15px; }
  #hero-22 .caption .btn { margin-top: 26px; }

  /* HERO-23 */
  #hero-23 { padding-top: 70px; }
  .hero-23-txt h2 { font-size: 3rem; }
  .hero-23-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-23-img { margin-top: 40px; padding: 0; }

  /* HERO-24 */
  #hero-24 { padding-top: 80px; padding-bottom: 15px; }
  .hero-24-txt { margin-top: -45px; padding-right: 0; }
  .hero-24-txt h2 { font-size: 2.85rem; }
  .hero-24-txt p.p-lg { margin-top: 15px; }
  .hero-24-txt .users { margin-top: 10px; }

  #hero-24-form { padding: 20px 20px 24px; margin-left: 15px; }
  #hero-24-form h5 { font-size: 1.5rem; margin-bottom: 10px; }
  #hero-24-form p { margin-bottom: 15px; }
  #hero-24-form p.p-sm {  padding: 0!important; }
  #hero-24-form .btn { height: 52px; font-size: 1.1rem; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 70px; }
  .hero-25-txt h2 { font-size: 3.5rem; }
  .hero-25-txt p.p-lg { padding: 0 3%; margin-top: 12px; margin-bottom: 22px; }
  .hero-25-txt p.btn-txt { margin-top: 15px; }
  .hero-25-img { margin-top: 40px; margin-bottom: -100px; }
  .hero-25-img .video-btn { top: calc(50% - 30px); }

  /* HERO-26 */
  #hero-26 { padding-top: 80px; }
  .hero-26-txt { padding: 0 8%; }
  .hero-26-txt h2 { font-size: 3.7rem; }
  .hero-26-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-26-img { margin: 45px -1% 0; }

  /* HERO-27 */
  #hero-27 { padding-top: 50px; }
  .hero-27-txt { padding-right: 0; }

  .hero-27-txt .hero-logo { display: none; }

  .hero-27-txt h2 { font-size: 3rem; line-height: 1.25; margin-bottom: 25px; }
  .hero-27-txt p { margin-top: 50px; }

  #hero-27 .img-link { bottom: 8px; left: 10px; width: 50px; height: 50px; }
  #hero-27 .img-link a span { top: 7px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 52px; font-size: 1.1rem; margin-bottom: 18px; }
  
  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-1-title { margin-bottom: 25px; }
  .about-2-title { padding-right: 2%; }

  .about-1-title h2 { padding: 0 4%; }
  .about-1-title p { margin-top: 16px; }

  #about-3 .txt-block h5 { margin-bottom: 14px; }

  .about-1-img { margin: 0 -25%; }

  /* FEATURES */
  .fbox-12-wrapper { padding-left: 0; }

  #features-1 .col { padding: 0 9px; }
  #features-5 .col, #features-9 .col-md-4, #features-11 .col { padding: 0 6px; }

  #features-3.py-100.shape--bg:after { width: 52%; height: 68%; top: 16%; left: 48%; }
  #features-3.pt-100.shape--bg:after { width: 52%; height: 75%; top: 19%; left: 48%; }
  #features-4.py-100.shape--bg:after { width: 52%; height: 68%; top: 16%; }
  #features-4.pt-100.shape--bg:after { width: 52%; height: 75%; top: 19%; }

  .fbox-3-wrapper { padding-left: 0; }
  .fbox-4-wrapper { padding-right: 0; }

  .row-cols-md-2 .fb-1, .row-cols-md-2 .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3  { margin-bottom: 35px; }
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4 { margin-bottom: 30px; }
  #fb-3-1, #fb-3-3, #fb-4-1, #fb-4-3, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, .rows-4 .fb-4, 
  .rows-4 .fb-5, .rows-4 .fb-6, .fbox-6.fb-1, .fbox-6.fb-2, .fbox-6.fb-3.rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, 
  .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 24px; }

  .fbox-12.fb-1, .fbox-12.fb-2 { margin-bottom: 20px; }

  .fbox-3, .fbox-4 { padding: 22px 16px; } 
  .fbox-5 { padding: 30px 16px; }
  .fbox-6 { padding: 30px 30px; }

  .fbox-9 { padding: 25px 16px; }
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 20px 16px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 20px 16px 0; }

  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 25px 18px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6 { padding: 25px 18px 20px; } 
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 25px 18px 0; } 

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 20px; } 

  .fbox-7 .fbox-img { margin-bottom: 20px; }

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 125px; }
  .fbox-8 .fbox-img.h-175 img, .fbox-8 .fbox-img.h-180 img { max-height: 120px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 20px; margin: 0 0 45px; } 

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 15px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 15px 0 -16px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 15px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 25px 4% 0; }
  .fbox-10.fb-2 .fbox-10-img, .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 4% 25px; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 30px 0 0; }

  .fbox-ico-wrap { margin-right: 16px; }
  .fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:before, 
  .fbox-wrapper .row-cols-md-2 .ico-50 [class*="flaticon-"]:after { font-size: 3.65rem; }

  .fbox-wrapper .row-cols-md-2 .fbox-2 .ico-50 [class*="flaticon-"]:before, 
  .fbox-wrapper .row-cols-md-2 .fbox-2 .ico-50 [class*="flaticon-"]:after { font-size: 3.4rem; }

  .fbox-wrapper .row-cols-md-2 .ico-rounded { width: 80px; height: 80px; }
  .fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:before, 
  .fbox-wrapper .row-cols-md-2 .ico-rounded [class*="flaticon-"]:after { font-size: 2.875rem; line-height: 80px!important; }

  .fbox-ico, .fbox-ico.ico-rounded, .fbox-5 .fbox-ico { margin-bottom: 18px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 20px; }
  .t-icon { margin-bottom: 2px; }
  .fbox-6 .fbox-ico { margin-bottom: 14px; }

  .fbox-11-ico { margin-bottom: 14px; }

  .fbox-3 h6, .fbox-4 h6 { font-size: 1.15rem; margin: 18px 0 10px; }
  .rows-3 .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-6 h6, .fbox-9 h6, .fbox-12 h5 { margin-bottom: 10px; }
  .fbox-5 h6.h6-md { font-size: 1.397058rem; }
  .fbox-10 h5, .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5 { margin-bottom: 16px; }
  .fbox-11 h6 { font-size: 1.25rem; margin-bottom: 12px; }

  .fbox-5 .txt-block-tra-link { margin-top: 12px; }

  /* CONTENT */
  .ct-05 .section-title.mb-70 {margin-bottom: 40px; }
  .bc-03 .section-title h2 { padding: 0 3%; }
  .bc-03 .section-title p { padding: 0; }

  .ct-06 .section-overlay { margin-bottom: 80px; }
  .bc-01 .section-overlay { padding: 60px 35px; }
  .bc-02 .section-overlay { padding: 40px 30px; }
  .bc-02 .ico-title .section-overlay { padding: 30px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 30px 20px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 50px; }
  .bc-03 .section-overlay { padding: 60px 40px 0; }
  
  .bc-01 .txt-block.left-column { padding-right: 5px; }
  .bc-01 .txt-block.right-column { padding-left: 5px; }

  .two-txt .txt-block.left-column { padding-right: 0; }
  .ct-07-txt { padding-left: 0; }

  .txt-box, .bc-1-wrapper .txt-box { margin-bottom: 15px; }
  .two-txt .txt-box { margin-bottom: 12px; }
  .bc-04-box { padding: 35px 50px; }
  #bc-4-3 { margin-top: 24px; }
  
  .txt-block h3, .txt-block h2 { margin-bottom: 14px; }
  .txt-block h5, .bc-04-box h2 { margin-bottom: 12px; }
  h5.h5-title { margin: 12px 0; }

  ul.simple-list li:not(:last-child) p { margin-bottom: 8px; }

  .txt-block-stat.mt-30 { margin-top: 20px; }
                  
  .txt-block .btn { margin-top: 18px; }
  .txt-block-tra-link { margin-top: 16px; }
  .txt-block .stores-badge { margin-top: 5px; }

  .cbox-1 .ico-wrap { margin-right: 1.25rem; }
  .cbox-1-ico { width: 2rem; height: 2rem; font-size: 1rem; line-height: 1.65rem; margin-top: 2px; }

  .ct-04 .cbox-3 { margin-right: -15px; }
  .cbox-3 .ico-wrap { margin-right: 1.25rem; }
  .cbox-3 .cbox-3-ico { top: 4px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 2.75rem; }

  .cbox-1-txt, .cbox-3-txt { margin-bottom: 20px; }
  .two-txt .cbox-3-txt { margin-bottom: 18px; }
  .cbox-6-txt { margin-bottom: 22px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 280px; min-width: 280px; padding: 13px 22px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 20px; }
  .cbox-4-txt { padding-left: 13px; }

  .cbox-5-wrapper { margin-top: -3px; }
  .cbox-title { margin-bottom: 12px; }
  .cbox-title span { margin-right: 16px; }

  .txt-block .accordion-1 .accordion-item { padding: 18px 0 23px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 0.95rem; top: -1px; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 16px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .text-center .advantages { margin-top: 15px; }

  /* Compatibility */
  .compatibility { margin-top: 5px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 10px; }
  .payment-icons img { max-height: 26px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, 
  .tools-list.ico-35 [class*="flaticon-"]:after { font-size: 2rem; line-height: 2rem!important; margin-right: 4px; }

  /* Quote */
  .quote-avatar img { width: 54px; height: 54px; }
  .quote p { font-size: 1.05rem; padding-left: 14px; margin-top: 15px; }
  .quote-author { padding: 0 0 0 10px; } 
  .quote.pr-15, .quote.pr-40, .quote.pr-50, .quote.pr-60 { padding-right: 0; }

  /* Content Image */
  .ct-07-images { margin: 30px 0 35px; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -80px; }
  .img-block-txt, .img-block-btn { margin-top: 40px; }

  .bc-3-img .video-btn { top: calc(50% - 60px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, 
  .ct-03 .img-block.right-column, .bc-4-img.right-column { margin-left: 0; }

  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, 
  .ct-03 .img-block.left-column, .bc-4-img.left-column { margin-right: 0; }

  .ct-04 .img-block img { max-width: 215%; margin-left: 15px; }

  .bc-2-img.left-column { margin-right: 5px; }
  .bc-2-img.right-column { margin-left: 5px; }
  .bc-3-img { margin-bottom: -150px; }
  .bc-4-img { display: none; }

  /* STATISTIC */
  .statistic-7-wrapper { text-align: center; padding: 40px 50px; }
  .statistic-8-wrapper { padding: 0; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 30px; }
  #sb-2-1 { padding-left: 10%; }

  #statistic-6 .statistic-block-txt { padding: 0; }
  #statistic-6 .statistic-block-txt:before { width: 70px; margin: 20px auto 15px; }

  #statistic-1 .statistic-block { display: block!important; text-align: center; }
  .statistic-1-wrapper .statistic-block-digit { width: 100%; display: block!important; float: none; margin-bottom: 12px; }
  .statistic-1-wrapper .statistic-block-txt { width: 100%; display: inline-block!important; padding: 0 8%; }
  .statistic-4-wrapper .statistic-block { padding: 10px 0 10px 15px; }
  .statistic-8-wrapper .statistic-block { padding: 10px 15px 10px 0; }

  .statistic-ico { margin-bottom: 10px; }

  #statistic-1 h2.statistic-number { font-size: 2.9rem; line-height: 1; letter-spacing: -1px; }
  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin: 16px 0 12px; }
  .statistic-7-wrapper h2 { font-size: 2.75rem; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 25px 0 12px; }

  .statistic-1-wrapper p { line-height: 1.5; top: 0; }
  .statistic-5-wrapper p { margin-top: 12px; }
  .statistic-7-wrapper .statistic-block p { margin-top: 10px; }
  .statistic-8-wrapper p { margin-top: 16px; }

  .statistic-8-wrapper img { max-height: 40px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 40px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 46px; }
  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 40px; }
  #portfolio-1 .filter-item { margin-bottom: 24px; }

  .project-category { left: 24px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 25px; }
  .project-data-txt h5 { padding-right: 15%; }

  .project-source { width: 32px; height: 32px; bottom: 18px; }
  .project-source a span { top: 3px; }

  .filter-item:hover .project-category { top: 20px; }
  .filter-item:hover .project-data-txt { left: 25px; }
  .filter-item:hover .project-source { right: 18px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0 8%; margin-bottom: 40px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 40px; margin: 40px 0; }
  .project-data p { margin-bottom: 4px; }

  .project-txt h5, .project-txt h6 { margin: 30px 0 15px; }

  .project-inner-img { margin: 35px 0; }
  .project-inner-img.d-flex { margin-left: -12px; margin-right: -12px; }

  #project-details .more-projects { margin-top: 45px; }
  #project-details .more-projects span { top: 1px; left: 4px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.175rem; } 

  /* TEAM */
  .team-member-photo { margin-bottom: 20px; }
  .team-member-data h6 { font-size: 1.25rem; }

  /* CAREERS */
  .career-item { padding: 25px 0; }
  .careers-section .more-btn { margin-top: 15px; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 40px; margin-bottom: 35px; }
  #job-position .inner-page-title p { margin-top: 15px; }
  #job-position .inner-page-title .btn { padding: 0.7rem 1.1rem; margin-top: 2px; }

  .position-info h5 { margin: 35px 0 15px; }
  .position-info .btn { margin-top: 20px; }

  /* PRICING */
  #pricing-1 .section-title.mb-70 { margin-bottom: 40px; }
  #pricing-1 .container, .pricing-1-wrapper .col { padding: 0 5px; }

  .pricing-1-table { padding: 30px 25px 25px; }
  .text-center .pricing-1-table { padding: 35px 25px 25px; }

  .pricing-table-header h5 { margin-bottom: 20px; }

  .pricing-1-table hr { margin-top: 30px; }
 
  .pricing-discount { top: 0; right: -2px; padding: 6px 11px; }
  .pricing-1-table .pricing-discount { top: -12px; right: -3px; padding: 5px 9px; }
  .text-center .pricing-1-table .pricing-discount { top: -30px; right: -5px; }
  .pricing-discount h6 { font-size: 1rem; }
  .pricing-1-table .pricing-discount h6 { font-size: 0.9rem; }

  /* Price */
  .price span { font-size: 2.45rem; letter-spacing: -1.5px; } 
  .price sup { font-size: 2.125rem; top: -2px; }
  .price sup.validity { font-size: 1.5rem; }

  .pt-btn { font-size: 0.95rem; padding: 0.785rem 0.5rem; margin-top: 25px; }
  .pricing-1-table .pt-btn { margin-top: 15px; }
  .p-table p.btn-txt { font-size: 0.935rem; }

  .price p { font-size: 0.95rem; margin: 14px 0; }
  .text-center .price p { padding: 0; }
  .pricing-table-header p.p-md { font-size: 0.915rem; }

  .pricing-features.mt-25 { margin-top: 15px; }
  .pricing-features li, .text-center .pricing-features li { padding: 9px 0; }
  .pricing-features span { display: none; }
  .pricing-features p.p-md { font-size: 0.975rem; line-height: 1.5; }

  /* Pricing Notice */
  .pricing-notice { margin-top: 0; }
  .col-lg-9 .pricing-notice p { padding: 0 15%; }
  .col-lg-10 .pricing-notice p { padding: 0 8%; }
  .pricing-notice .btn.mt-25 { margin-top: 20px; }

  /* Pricing Toggle Button */
  .pricing-section .toggle-btn.mt-30, .toggle-btn.toggle-btn-md.mt-40 { margin-top: 20px; }
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1rem; line-height: 32px; }

  .switch-wrap { min-width: 50px; height: 30px; }
  .toggle-btn-md .switch-wrap, .toggle-btn-lg .switch-wrap { min-width: 55px; height: 32px; margin: 0 6px; }

  .switcher { font-size: 0.85rem; height: 30px; }
  .toggle-btn-md .switcher, .toggle-btn-lg .switcher { height: 32px; padding: 0 10px 0 30px; border-radius: 32px; }

  .switcher .show-annual, .switcher .show-monthly { line-height: 30px; }
  .toggle-btn-md .switcher .show-annual, .toggle-btn-md .switcher .show-monthly,
  .toggle-btn-lg .switcher .show-annual, .toggle-btn-lg .switcher .show-monthly { line-height: 32px; }

  .switcher:before { left: 4px; bottom: 4px; width: 22px; height: 22px; }
  .toggle-btn-md .switcher:before, .toggle-btn-lg .switcher:before { left: 3px; bottom: 3px; width: 22px; height: 22px; }
  .switcher.bg--grey:before, .switcher.bg--tra-white:before, .switcher.bg--ghost-white:before { left: 4px; bottom: 3px; }

  .toggle-btn-md .switch-wrap input:checked + .switcher, 
  .toggle-btn-lg .switch-wrap input:checked + .switcher { padding: 0 30px 0 10px; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 30px; }
  .table>:not(caption)>*>* { padding: 12px 0x; }
  .comp-table .table-responsive thead th { font-size: 1.1rem; }
  .comp-table .table-responsive tbody th { font-size: 1.0625rem; }
  .comp-table .table-responsive tbody td { font-size: 1.0625rem; top: 1px; }

  .comp-table .table-responsive tbody td span { top: 1px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.715rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.925rem; }

  .comp-table-payment .col { padding: 0 10px; }
  .comp-table-payment h6 { font-size: 1.15rem; margin-bottom: 14px; }
  .payment-icons li { padding-right: 2px; }
  .comp-table-payment .payment-icons { margin-top: 18px; }
  .comp-table-payment .payment-icons img { width: auto; max-width: inherit; max-height: 22px; }

  /* RATING */
  .rating-section .rating-1-wrapper.text-center, .rating-section .rating-2-wrapper.text-center { padding: 0; }

  .rbox-1 .star-rating { font-size: 1rem; }
  .rbox-1 .star-rating span { top: -1.5px; }
  .rbox-2-txt { margin-top: 8px; }
  p.rbox-2-txt { font-size: 1.125rem; line-height: 1; }

  .rbox-1-img { margin-bottom: 12px; }
  .rbox-1-img img { max-height: 28px; }
  .rbox-2-txt img { max-height: 28px; margin: 10px auto 0; }

  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  /* TESTIMONIALS */
  #reviews-3 { margin: 0; }
  #reviews-5 { padding-bottom: 46px; }

  #reviews-3 .container { max-width: 100%; padding: 0; }
  .reviews-3-wrapper { padding: 70px 40px; border-radius: 0 0!important;}
  .reviews-4-txt.left-column { padding: 0 20px 0 35px; }
  #reviews-3 .txt-block { text-align: center; margin-bottom: 40px; }

  .review-1 { padding: 25px 20px 30px; margin: 0 10px 30px; }
  .review-2 { padding: 0 20px; }
  .review-3 { padding: 20px 20px 25px; }
  #rw-3-1 { width: 48%; display: inline-block; float: left; margin: 0 20px 0 0; }
  #rw-3-2 { width: 48%; display: inline-block; margin: 0; }

  #reviews-5 .filter-item { width: 50%; padding: 0 10px; margin-bottom: 24px; }
  .review-5 { padding: 25px 20px 30px; }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 40px; }

  .review-1 .review-rating { margin-bottom: 6px; }
  .review-rating.ico-15 [class*="flaticon-"]:before, .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .review-2-txt h5 { margin: 10px 0 12px; }
  .reviews-4-txt h5 { margin: 0 0 15px; }
  #reviews-3 .txt-block p { padding: 0; margin-top: 15px; }
  #reviews-3 .txt-block .btn { margin-top: 22px; }

  .review-5-avatar { right: 20px; bottom: 30px; }
  .review-avatar img, .review-5-avatar img { width: 40px; height: 40px; }

  .review-1 .review-author { margin-top: 0; }
  .reviews-4-txt .review-author { margin-top: 20px; }
  .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  .brands-2-wrapper .col { padding: 0 10px; }
  .brands-4-wrapper { padding-left: 0; margin-top: -5px; }

  #brand-3-1, #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5 { margin-bottom: 35px; }
  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 25px; }

  .brands-title h6 { margin-bottom: 30px; }
  .brands-title h5 { margin-bottom: 40px; }
  .brands-title p { padding: 0 10%; margin-bottom: 25px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo { padding: 0 10px; } 
  #brands-3 .brand-logo { padding: 0 3px; } 
  #brands-4 .brand-logo { padding: 0 9px; }

  .brands-section .more-btn { margin-top: 25px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 46px; }
  .int-3-wrapper, .int-4-wrapper { padding: 0; }

  .filter-btns button { font-size: 1.15rem; margin: 0 12px; }

  .filter-item { width: 50%; padding: 0 10px; margin-bottom: 20px; }
  .int_tool-1 { padding: 18px 22px; margin-bottom: 20px; }
  .int_tool-2 { padding: 16px 22px; }
  .int_tool-3 { padding: 20px; margin-bottom: 24px; }
  .int_tool-4 { padding: 16px; margin-bottom: 24px; }
  .int-2-wrapper .int_tool-2 { margin-bottom: 20px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img { width: 50px; height: 50px; }
  .int_tool-2 .tool_logo img { width: 36px; height: 36px; }
  .int_tool-3 img { width: 50px; height: 50px; }
  .int_tool-4 img { width: 46px; height: 46px; }

  .tool_txt h6 { font-size: 1.323529rem; margin-top: 3px; }
  .tool_logo h6 { line-height: 36px; top: 3px; margin-left: 10px; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.15rem; margin-top: 2px; }
  .tool_description p { font-size: 1rem; margin-top: 12px; }

  .integrations-section .more-btn.mt-30 { margin-top: 20px; }

  /* BANNER */
  .banner-1-wrapper { padding: 50px 40px; }
  .banner-2-wrapper .banner-overlay { padding: 50px; } 
  #banner-3 .banner-overlay.pt-80.pb-90 { padding: 45px 0 55px; }
  .banner-4-wrapper { padding: 35px 40px; }

  .banner-section .section-id { margin-bottom: 18px; }

  .banner-2-txt h2 { margin-bottom: 14px; }
  .banner-3-txt h2, .banner-9-txt h2 { margin-bottom: 14px; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 25px; }

  .banner-section p { margin-bottom: 20px; }
  #banner-1.banner-section p { margin: 14px 0 18px; }
  #banner-2.banner-section p { padding: 0; }

  .banner-1-txt .btn { margin-right: 12px; }
  .banner-4-btn { top: 8px; }
  .banner-4-btn p { margin: 10px 0 0!important; }
  .banner-section p.btn-txt { margin-top: 15px; }

  /* DOWNLOAD */
  .version-release { margin-bottom: 50px; }
  .release-data { padding-bottom: 20px; margin-bottom: 20px; }
  .release-data h5 { margin-bottom: 30px; }

  /* FAQs */
  #faqs-1 .section-title, #faqs-3 .section-title { margin-bottom: 30px; } 
  #faqs-2 .section-title { margin-bottom: 40px; } 

  #faqs-2 .question { margin-bottom: 20px; }
  .faqs-2-questions .left-column { padding-right: 0; }
  .faqs-2-questions .right-column { padding-left: 0; }

  #faqs-2 .question h6, #faqs-2 .question h5 { padding-right: 0; margin-bottom: 10px; }
  .faqs-3-question h5 { margin-bottom: 12px; }

  .accordion-thumb { padding: 20px 0; }
  #faqs-3.faqs-section .accordion-thumb { padding: 20px 0 25px; }

  .accordion-panel { padding: 0 0 5px 0; }
  #faqs-3 .accordion-panel { padding: 25px 0 10px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  .accordion-item .accordion-thumb:after, 
  .accordion-item.is-active .accordion-thumb:after { font-size: 0.925rem; top: 20px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 24px; right: 2px; }

  .more-questions { margin-top: 30px; }
  #faqs-1 .more-questions { margin-top: 35px; }
  #faqs-3 .more-questions { margin: 30px auto 0; }

  .more-questions-txt { padding: 18px 35px; }
  .more-questions-txt p { font-size: 1.125rem; }

  /* HELP CENTER */
  .help-category { padding: 35px 35px; margin-bottom: 24px; }
  .help-category h6 { margin-top: 10px; margin-bottom: 10px; }

  /* HELP CATEGORY */
  .help-category-title { padding: 50px 30px 30px; margin-bottom: 50px; }
  .help-category-title p { margin-top: 12px; }g

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 12px 0 14px; }
  .help-category-data span { font-size: 0.95rem; }
  .read-time { margin-left: 10px; }

  /* HELP ARTICLE */
  .help-article-title { text-align: center; }
  .breadcrumb-wrapper { display: inline-block; margin-bottom: 15px; }
  .breadcrumb li { font-size: 1rem; }

  .help-article-title h3 { margin-bottom: 14px; padding: 0 15%; }
  .help-article-title p.p-md { text-align: center; }
  .help-article-title p { text-align: left; }
  .help-article-title img { margin: 35px 0; }

  .table-of-contents { padding: 25px 0 32px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { padding-bottom: 30px; margin-bottom: 30px; }
  #help-article .txt-block h6 { margin: 20px 0 15px; }

  .help-vote-form { margin-top: 50px; }
  .help-vote-form h6 { margin-bottom: 20px; }

  /* BLOG */
  #blog-page .section-title h2 { padding: 0 7%; }
  #blog-page .section-title p { margin-top: 18px; padding: 0 2%; }

  .posts-category { margin: 20px 0 30px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; } 

  #blog-1 .blog-post { margin-bottom: 30px; }
  .square-post, #blog-page .blog-post { margin-bottom: 40px; }
  #bp-1-3 { display: none; }

  .blog-post-txt { margin-top: 30px; padding-left: 0; padding-right: 0; }

  .blog-post-meta { margin-bottom: 2px; }
  .meta-list-divider { padding: 0 1px; }
  .blog-post-txt h6, .blog-post-txt h5 { margin-bottom: 10px; }

  .square-post .blog-post-txt { padding: 0 10px 0 25px; }
  .square-post .blog-post-meta { margin-bottom: 10px; }
  .square-post .blog-post-txt h4 { font-size: 1.62rem; margin-bottom: 12px; }
  .square-post .post-comments { margin-top: 10px; }

  .posts-wrapper .col-md-12 .blog-post-img { display: inline-block; width: 50%; float: left;  }
  .posts-wrapper .col-md-12 .blog-post-txt { display: inline-block; width: 50%; margin-top: 30px; padding-left: 30px; float: none;}

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 35px; }
  .single-post-title { padding: 0 4%; }
  .single-post-title p.p-lg { margin-top: 16px; padding: 0; }

  #single-post .blog-post-meta { margin-bottom: 14px; }

  #single-post .blog-post-img.pb-60 { padding-bottom: 30px; }

  .single-post-txt h5, .single-post-txt h4 { margin: 15px 0 18px; }

  .single-post-txt figure { margin-bottom: 15px; }
  .single-post-txt .blockquote p { font-size: 1.25rem; margin-bottom: 25px; }
  .single-post-txt .blockquote-footer { font-size: 1rem; }

  .post-inner-img { margin: 30px 0; }

  .post-data { margin-top: 50px; padding: 50px 0; }
  .post-author { margin-top: 0; }
  .post-author-avatar { margin-right: 14px; }
  .post-author-avatar img { width: 55px; height: 55px; }
  .post-author-txt p { margin-top: 7px; }

  .subscribe-banner { padding: 30px; }
  .subscribe-banner-txt p { margin: 10px 0 0; }

  #post-comments { padding-top: 50px; }
  #post-comments h5 { margin-bottom: 40px; }
  .comment-body { margin-left: 20px; }
  #post-comments img { width: 52px; height: 52px; }
  .comment-meta { margin-bottom: 5px; }
  .comment-meta h6 { font-size: 1.225rem; margin-bottom: 5px; }
  .comment-date, .btn-reply a { font-size: 1.0625rem; } 
  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; }

  #leave-comment h5 { margin-top: 50px; }

  .comment-form { margin-top: 40px; }
  .comment-form p { margin-bottom: 12px; }

  .comment-form .form-control { height: 52px; font-size: 1.1rem; padding: 0 15px; }
  .comment-form textarea { min-height: 190px; }
  .comment-form textarea.form-control { padding: 20px 15px; }

  .comment-form .btn { font-size: 1.1rem; height: 50px; margin-top: 0; }

  /* NEWSLETTER */
  #newsletter-1 .newsletter-overlay { text-align: center; padding: 50px 18% 40px; }
  #newsletter-2 .newsletter-overlay { padding: 55px 0 45px; } 

  .newsletter-txt h4, .newsletter-txt h3 { padding: 0 5%; margin-bottom: 24px; }

  #newsletter-1 .newsletter-form { margin-top: 0; padding: 0 5%; }
  #newsletter-2 .newsletter-form { padding: 0 8%; margin-top: 25px; }

  .newsletter-section .form-control { height: 50px; font-size: 1.125rem; margin-right: 8px; }
  .newsletter-section .btn { height: 50px; font-size: 1.0625rem; padding: 0.7rem 1.45rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* CONTACTS */
  .contacts-info { margin-top: 5px; }
  .contacts-info p { margin: 15px 0 0; }
  .contacts-info h6 { margin: 20px 0 14px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-box { margin-bottom: 20px; }
  .contact-box p { padding-right: 1%; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, .contact-form .form-select { height: 52px; font-size: 1.1rem; padding: 0 15px; margin-bottom: 15px;}
  .contact-form textarea { min-height: 170px; }
  .contact-form textarea.form-control { padding: 15px 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form-msg { margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 25px; }

  #footer-1 .fl-3, #footer-1 .fl-5, #footer-1 .footer-contacts { margin-bottom: 20px; }
  #footer-3 .footer-info { padding-right: 4%; }
  #footer-3 .footer-links, #footer-7 .footer-links, #footer-11 .footer-links { padding-left: 0; }
  #footer-4 .footer-links { padding-left: 10%; }
  #footer-5 .fl-2 { padding-left: 40px; }
  #footer-10 .footer-links { margin-bottom: 15px; }

  img.footer-logo { max-height: 30px; margin-bottom: 16px; }
  #footer-8 img.footer-logo { margin-bottom: 0; }

  .footer h6 { font-size: 1.21323rem; margin-bottom: 16px; }  /* 16.5px */

  .footer-phone { margin-top: 10px; }
  .footer-mail-link { margin: 0 0 0 6px; }
  .footer-mail-link span { top: 4px; right: 5px; }
  .footer .foo-links li p { margin-bottom: 8px; }

  .footer hr { margin: 5px 0 25px; }

  .footer-socials.ico-20 a, .footer-socials.ico-25 a { margin-right: 11px; } 
  .footer-socials.ico-20 li:last-child a, .footer-socials.ico-25 li:last-child a { margin-right: 0; } 

  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.325rem; }

  .footer-form .form-control, .footer-form .btn { height: 28px; }
  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { line-height: 24px!important; }

  /* INNER PAGE WRAPPER */
  .inner-page-hero { margin-top: 80px; padding-top: 70px; }
  .page-hero-section-overlay { margin-top: 80px; padding-top: 60px; }

  .inner-page-title { margin-bottom: 45px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { margin-top: 15px; }
  .page-hero-section h2 { line-height: 1.25; margin-bottom: 20px; }

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin: 40px 0 15px; }
  .txt-block.legal-info h6 { margin: 15px 0; }
  .txt-block.legal-info h6 span, .txt-block.legal-info h5 span { margin-right: 2px; }

  /* SIGN IN / SIGN UP */
  #login, #signup { padding: 80px 0; }

  .login-1:after, .signup-1:after { width: 55%; }
  .signup-1:after { left: 45%; }

  .register-page-txt img { max-height: 26px; margin-bottom: 40px; }
  .login-page-logo { margin-bottom: 35px; }
  .login-page-logo img { max-height: 35px; }

  .login-3 .register-page-txt, .signup-3 .register-page-txt { padding: 50px 25px 0; }
  .register-page-txt p { margin: 18px 0 0; }
  #login .register-page-copyright { left: 25px; bottom: 40px; }
  #signup .register-page-copyright { right: 75px; bottom: 40px; }

  .login-1 .register-page-form { padding: 0 2% 0 17%; }
  .signup-1 .register-page-form { padding: 0 17% 0 2%; }

  .login-2 .register-page-form, .signup-2 .register-page-form { margin: 0 5%; padding: 35px 20px 30px; }

  .login-3 .register-page-form { padding: 45px 30px 45px 25px; }
  .signup-3 .register-page-form { padding: 45px 25px 45px 30px; }

  .reset-page-wrapper form { margin: 0 3%; padding: 36px 15px 5px; }

  .register-form-title { margin-bottom: 24px; }
  .login-2 .register-form-title, .signup-2 .register-form-title { margin-bottom: 20px; }
  .reset-form-title { margin-bottom: 18px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 10px; }
  .reset-form-title h5 { font-size: 1.6rem; }

  .register-page-form p.input-header { font-size: 0.95rem; margin-bottom: 10px; padding-left: 5px; }
  .reset-password-link p { font-size: 1rem; margin-top: 18px; }
  .login-3 .reset-password-link p { margin-top: -2px; margin-bottom: 22px; }
  .form-data span { font-size: 0.9rem; }
  .reset-password-form .form-data p { font-size: 1.0625rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1.0625rem; margin-top: 16px; }

  .separator-line {font-size: 1rem;  margin: 16px 0; }

  .reset-page-wrapper .form-control, 
  .register-page-form .form-control { height: 52px; font-size: 1.1rem; padding: 0 15px; margin-bottom: 20px; }
  .reset-page-wrapper .form-control { margin-bottom: 16px; }
  #login .register-page-form .btn.submit { height: 52px; font-size: 1.1rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 52px; font-size: 1.1rem; margin-top: 18px; }
  .reset-page-wrapper .btn.submit { height: 52px; font-size: 1.1rem; margin-bottom: 16px; }

  .btn-google img { width: 18px; height: 18px; top: -2px; }
  .register-page-form .btn-google { font-size: 1rem; }

  /* PAGE 404 */
  #page-404 { margin-top: 80px; padding-top: 120px; }
  .page-404-txt { padding-bottom: 80px; }
  .page-404-txt h2 { font-size: 3.5rem; margin-bottom: 16px; }
  .page-404-txt h6 { padding: 0 5%; margin-bottom: 30px; }
  .page-404-img { padding: 0 6%; margin-bottom: 35px; }
  .page-404-footer { padding: 35px 0; }

  /* COOKIES */
  #cookies { bottom: 15px; left: 26%; width: 48%; padding: 17px 20px; }
  #cookies p { font-size: 0.95rem; }
  #cookies-ok { font-size: 0.95rem; padding: 6px 16px; }
  #cookies-info { margin-left: 14px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 320px; }
  #modal-2 .modal-dialog.modal-xl { max-width: 580px!important; }

  #modal-1 .modal-body-content { padding: 15px 20px 10px; }
  #modal-2 .modal-body-content { padding: 40px 25px 30px; }

  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 15px; }

  .modal-body .newsletter-form { margin-top: 18px; }
  .modal .newsletter-form .form-control,
  #modal-2 .request-form .form-control { height: 52px; font-size: 1.1rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 52px; font-size: 1.1rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .animate__animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
  }

  .wow {
    animation-name: none!important;
    visibility: visible!important;
  }

  .block--shadow { 
    -webkit-box-shadow: 0 3px 4px 0 var(--tra-black); 
    -moz-box-shadow: 0 3px 4px 0 var(--tra-black); 
    box-shadow: 0 3px 4px 0 var(--tra-black); 
  }

  #hero-18.bg--shape:after, #about-1.bg--shape:after, #contacts-1.bg--shape:after { display: none; }

  .py-40 { padding: 30px 0; }
  .py-50 { padding: 35px 0; }
  .py-60 { padding: 40px 0; }
  .py-70 { padding: 50px 0; }
  .py-80 { padding: 50px 0; }
  .py-90 { padding: 60px 0; }
  .py-100 { padding: 70px 0; }

  .pt-40 { padding-top: 30px; }
  .pt-50 { padding-top: 35px; }
  .pt-60 { padding-top: 40px; }
  .pt-70 { padding-top: 50px; }
  .pt-80 { padding-top: 50px; }
  .pt-90 { padding-top: 60px; }
  .pt-100 { padding-top: 70px; }

  .pb-40 { padding-bottom: 30px; }
  .pb-50 { padding-bottom: 35px; }
  .pb-60 { padding-bottom: 40px; }
  .pb-70 { padding-bottom: 50px; }
  .pb-80 { padding-bottom: 50px; }
  .pb-90 { padding-bottom: 60px; }
  .pb-100 { padding-bottom: 70px; }

  .mt-30 { margin-top: 24px; }
  .mt-40 { margin-top: 30px; }
  .mt-45 { margin-top: 30px; }
  .mt-50 { margin-top: 35px; }
  .mt-55 { margin-top: 35px; }
  .mt-60 { margin-top: 40px; }
  .mt-65 { margin-top: 45px; }
  .mt-70 { margin-top: 50px; }
  .mt-75 { margin-top: 50px; }
  .mt-80 { margin-top: 50px; }

  .mb-30 { margin-bottom: 24px; }
  .mb-40 { margin-bottom: 30px; }
  .mb-45 { margin-bottom: 30px; }
  .mb-50 { margin-bottom: 35px; }
  .mb-55 { margin-bottom: 35px; }
  .mb-60 { margin-bottom: 40px; }
  .mb-65 { margin-bottom: 45px; }
  .mb-70 { margin-bottom: 50px; }
  .mb-75 { margin-bottom: 50px; }
  .mb-80 { margin-bottom: 50px; }

  /* Background Shape */
  .shape--01:after { height: 60%; }
  .shape--02:after { height: 60%; top: 40%; }

  .ts-0 { padding-top: 80px; }

  p.p-sm { font-size: 1rem; }

  /* Button Text */
  p.btn-txt { margin: 12px 0 0 0; }
  p.btns-group-txt { margin: 12px 0 0 0; }
  .text-center p.btns-group-txt { margin-top: 16px; }

  /* Users */
  .txt-block .users { margin-top: 14px; }

  /*------------------------------------------*/
  /*  NAVIGATION MENU    
  /*------------------------------------------*/

  .headtoppart { display: none; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: var(--white); }
  .dark-menu .wsmobileheader, .black-scroll .wsmobileheader { background-color: var(--ink); }
  .tra-menu.border-header .wsmainfull { border: none; }

  .theme--dark .tra-menu .wsmobileheader, 
  .theme--dark .white-menu .wsmobileheader { 
    background-color: var(--ink)!important; 
    -webkit-box-shadow: 0 2px 3px var(--tra-ink);
    -moz-box-shadow: 0 2px 3px var(--tra-ink);
    box-shadow: 0 2px 3px var(--tra-ink);
  }

  /* Mobile Header Burger Menu */
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .dark-menu .wsanimated-arrow span, .dark-menu .wsanimated-arrow span:before, 
  .dark-menu .wsanimated-arrow span:after, .black-scroll .wsanimated-arrow span, 
  .black-scroll .wsanimated-arrow span:before, .black-scroll .wsanimated-arrow span:after { background: var(--white); }

  .theme--dark .wsanimated-arrow span, .theme--dark .wsanimated-arrow span:before, 
  .theme--dark .wsanimated-arrow span:after { background: #b1b7cd; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }
  .wsmenu > .wsmenu-list > li.mobile-last-link > a { border-bottom: none; }

  /* Dark Header Settings */
  .dark-menu .wsmenu > .wsmenu-list, .black-scroll .wsmenu > .wsmenu-list { background-color: var(--metal)!important; }

  .dark-menu .wsmenu > .wsmenu-list > li > a, 
  .black-scroll .wsmenu > .wsmenu-list > li > a { border-bottom-color: var(--tra-white); }

  .dark-menu .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: rgba(255, 255, 255, .85); }

  /* Nav Link */
  .wsmenu > .wsmenu-list > li > a { font-size: 1.125rem; line-height: 46px; padding: 5px 32px 4px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a.h-link,
   .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a.h-link { color: var(--gray); }
  .black-scroll .wsmenu > .wsmenu-list > li > a.h-link { color: var(--white); }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 10px; width: 10px; margin: 21px 18px 0px 0px; }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i { transform: rotate(-45deg); margin-top: 25px; }

  .theme--dark .navbar-light .wsmenu > .wsmenu-list > li > a,
  .theme--dark .navbar-dark .wsmenu > .wsmenu-list > li > a { color: var(--white)!important; }

  /* SubMenu / HalfMenu / MegaMenu */
  .wsmenu > .wsmenu-list > li > ul.sub-menu { width: 100%!important; min-width: 100%!important; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { width: 100%!important; padding: 10px; }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { width: 100%!important; left: 0; padding: 12px 10px; }

  .wsmenu > .wsmenu-list > li.mobile-last-link > ul.sub-menu { border-bottom: none!important; }

  .wsmegamenu.w-75 .col-lg-3, .wsmegamenu.halfmenu .col-lg-6 { padding: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; -webkit-border-radius: 0; -moz-border-radius: 0; 
  -o-border-radius: 0; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; border-bottom: 1px solid #ddd; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu { 
    opacity: 1!important; visibility: visible!important; -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);-o-transform: rotateX(0deg);transform: rotateX(0deg); 
  }

  .dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .dark-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, 
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu, 
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { 
    border-bottom: 1px solid var(--tra-white)!important; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0;box-shadow: 0 0;
  }

  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu, .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { background-color: var(--metal)!important; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
    width: 100%!important; 
    min-width: 100%!important;
    box-shadow: 0 0;
    border: none;
    position: static;
    left: 0;
    top: 0;
    margin: 0;
    padding: 5px 0 0 0;
  }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a span { display: none; }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i {
    height: 9px; width: 9px; transform: rotate(-225deg); margin: 17px 18px 0px 0px; 
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02>i.wsmenu-rotate { margin-top: 22px; }

  /* Sub Menu / Half Menu / Mega Menu Links */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: var(--gray); font-size: 1.0625rem; padding: 15px 14px;
  }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #ddd;
    background-color: rgba(255, 255, 255, 0)!important;
  }

  .navbar-light .wsmenu-list > li > a.h-link:hover { color: var(--coal)!important; }

  /* Sub Menu / Half Menu / Mega Menu Links Hover */
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 15px 14px; text-decoration: none; }

  /* Black Scroll */
  .black-scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
  .black-scroll .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    background-color: rgba(255, 255, 255, .05)!important;
  }

  /* Button */
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.125rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 1px 0 2px 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a { font-size: 1.0625rem; padding: 12px 14px; }
  .wsmenu > .wsmenu-list > li.lang > ul.sub-menu > li > a:hover { padding: 12px 14px; }

  .wsmenu > .wsmenu-list > li a.btn.reg-btn { line-height: 44px; padding: 5px 22px; }
  .wsmenu > .wsmenu-list > li a.btn.fst-btn-link, .wsmenu > .wsmenu-list > li.reg-fst-link > a { margin-left: 0; }

  /* Header Store Badges */
  .wsmenu > .wsmenu-list > li a.store.header-store { margin: 5px 0 0 12px; display: block; float: none; border-bottom: none; }
  .store.header-store img { max-height: 46px; }

  /* Header Social Links */
  .wsmenu > .wsmenu-list > li.header-socials { display: block; }
  .header-socials a { margin-left: 20px; margin-right: 5px; }
  .header-socials.ico-20 [class*="flaticon-"]:before, .header-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.45rem; } 

  /* Navbar Transparent Buttons */
  .white-scroll .btn--tra-white,
  .white-scroll .btn--tra-black { 
    color: var(--white)!important; 
    background-color: var(--coal)!important; 
    border-color: var(--coal)!important; 
  }

  .black-scroll .btn--tra-white, 
  .black-scroll .btn--tra-black { 
    color: var(--coal)!important; 
    background-color: var(--white)!important; 
    border-color: var(--white)!important; 
  }

  .white-scroll .btn--tra-gray, 
  .black-scroll .btn--tra-gray { 
    color: var(--coal)!important; 
    background-color: var(--smoke)!important; 
    border-color: var(--smoke)!important; 
  }

  /* Navbar Buttons Hover */
  .white-scroll .hover--white:hover,
  .white-scroll .hover--tra-white:hover { 
    color: var(--coal)!important; 
    border-color: var(--coal)!important; 
    background-color: transparent!important; 
  }

  theme--dark .white-scroll .hover--tra-white:hover { 
    color: var(--white)!important; 
    border-color: var(--white)!important; 
    background-color: transparent!important; 
  }

  .theme--dark .navbar-dark .hover--tra-black:hover,
  .theme--dark .navbar-dark .scroll .hover--tra-black:hover {
    color: var(--white)!important;
    background-color: transparent!important;
    border-color: var(--white)!important; 
  }

  .theme--dark .wsmenu > .wsmenu-list { background-color: var(--metal)!important; }
  .theme--dark .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before { border-color: var(--white); }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section { margin-top: 80px; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control { text-align: center; margin-bottom: 15px; }
  .hero-section .quick-form .input-group-btn { display: block; width: 100%!important; }
  .hero-section .quick-form .btn { display: block; width: 100%!important; margin-left: 0; }
  .hero-section .quick-form.form-half .btn { margin-left: 0; }

  /* HERO DIGITS */
  .hero-digits { display: inline-block; margin: 0 auto; padding-right: 0; }
  #hd-1-1, #hd-1-2 { width: 50%; padding: 0 10px; } 

  /* HERO-1 */
  #hero-1 { text-align: center; padding: 70px 0; }
  .hero-1-img { margin: 40px 0 0; }

  /* HERO-2 */
  #hero-2 { padding-top: 80px; }
  .hero-2-txt p.p-lg { padding: 0; }
  .hero-2-img { margin-top: 40px; padding: 0; }

  /* HERO-3 */
  #hero-3 { text-align: center; padding-top: 80px; }
  .hero-3-txt p.p-md { padding-right: 0; }
  .hero-3-img { padding-right: 0; margin-top: 40px; }

  /* HERO-4 */
  #hero-4 { text-align: center; padding-top: 80px; padding-bottom: 0; margin-bottom: 65px; }
  .hero-4-img { margin: 40px 0 -40px 0; }

  /* HERO-5 */
  #hero-5 { text-align: center; padding-top: 80px; padding-bottom: 0; }
  #hero-5:after { width: 100%; height: 95%; left: 0; }
  .hero-5-txt { margin-left: 0; }
  .hero-5-txt p.p-md { padding-right: 0; }
  .hero-5-img { margin: 40px 0 0; }

  /* HERO-6 */
  #hero-6 { padding-top: 80px; text-align: center; }
  #hero-6 .quick-form { margin-right: 0; }
  .hero-6-img { padding-left: 0; margin-top: 40px; }

  /* HERO-7 */
  #hero-7 { text-align: center; padding-top: 70px; }
  .hero-7-img { margin: 40px 0 0; }

  /* HERO-8 */
  #hero-8 { padding-top: 80px; }
  .hero-8-txt p.p-lg { padding: 0; }
  .hero-8-img { margin-top: 40px; }

  /* HERO-9 */
  #hero-9 { padding-top: 80px; text-align: center; }
  .hero-9-txt { margin-top: 0; }
  #hero-9 .quick-form { margin-right: 0; }
  .hero-9-img { padding-left: 0; margin-top: 40px; }

  /* HERO-10 */
  #hero-10 { padding-top: 80px; }
  .hero-10-txt { margin-bottom: 40px; }
  #hero-10 .hero-overlay { padding: 65px 45px 0; }

  /* HERO-11 */
  #hero-11 { text-align: center; padding-top: 80px; padding-bottom: 80px; }
  .hero-11-img { margin: 40px 0 0; }

  /* HERO-12 */
  #hero-12 { text-align: center; padding-top: 70px; }
  .hero-12-wrapper { padding: 65px 60px; }
  .hero-12-img { margin-top: 40px; margin-left: 0; }

  /* HERO-13 */
  #hero-13, #hero-17, #hero-18, #hero-19, #hero-21 { padding-top: 80px; }

  /* HERO-14 */
  #hero-14 { text-align: center; padding-top: 80px; }
  .hero-14-txt { margin-top: 0; padding-right: 0; }
  .hero-14-txt .section-id { margin-bottom: 30px; }
  .hero-14-img { margin: 40px 0 0; }

  /* HERO-15 */
  #hero-15 .hero-overlay { padding-top: 80px; padding-bottom: 80px; }

  /* HERO-16 */
  #hero-16 { padding-top: 80px; text-align: center; }
  #hero-16 .quick-form { margin-right: 0; }
  .hero-16-img { padding-left: 0; margin-top: 40px; }

  /* HERO-18 */
  .h18-1 { margin-bottom: 24px; }

  /* HERO-20 */
  #hero-20 { padding-top: 0; }
  #hero-20 .container { max-width: 100%; padding: 0; }
  #hero-20 .slideshow { border-radius: 0 0; }
  #hero-20 .caption { margin-top: 0; }

  /* HERO-22 */
  #hero-22 .caption { margin-top: 0; }

  /* HERO-23 */
  #hero-23 { padding-top: 80px; }
  .hero-23-txt p.p-lg { padding: 0; }
  .hero-23-img { margin-top: 40px; padding: 0; }

  /* HERO-24 */
  #hero-24 { text-align: center; padding-top: 80px; padding-bottom: 0; margin-bottom: 60px; }
  .hero-24-txt { margin-top: 0; padding-right: 0; }
  #hero-24-form { 
    margin: 50px 0 -60px; 
    -webkit-box-shadow: 0px 15px 20px 0px var(--tra-black);
    -moz-box-shadow: 0px 15px 20px 0px var(--tra-black);
    box-shadow: 0px 15px 20px 0px var(--tra-black);
  }

 /* HERO-25 */
  #hero-25 {  overflow: visible; padding-top: 80px; margin-bottom: 50px; }
  .hero-25-txt p.p-lg { padding: 0; }
  .hero-25-txt p.btn-txt { margin-top: 15px; }
  .hero-25-img { margin-top: 40px; margin-bottom: -50px; }
  .hero-25-img .video-btn { top: calc(50% - 1px); }

  /* HERO-26 */
  #hero-26 { padding-top: 80px; }
  .hero-26-img { margin: 45px -1% 0; }

  /* HERO-27 */
  #hero-27 { text-align: center; padding-top: 50px; }
  .hero-27-txt { padding-right: 0; }
  .hero-27-txt p { margin-top: 25px; margin-bottom: 40px; }

  .hero-27-txt .hero-logo { display: none; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-1-title { margin-bottom: 30px; }
  .about-2-title { padding: 0; margin-bottom: 15px; }

  .about-1-title p { margin-top: 16px; }

  #a3-1 { margin-bottom: 30px; }
  #about-3 .txt-block h5 { margin-bottom: 14px; }

  .about-1-img { margin: 0 -26%; }

  /* FEATURES */
  .fbox-12-wrapper { padding-left: 0; }

  #features-3.py-100.shape--bg:after { width: 100%; height: 70%; top: 30%; left: 0; }
  #features-3.pt-100.shape--bg:after { width: 100%; height: 63%; top: 33.25%; left: 0; }
  #features-4.py-100.shape--bg:after { width: 100%; height: 70%; top: 30%; }
  #features-4.pt-100.shape--bg:after { width: 100%; height: 66%; top: 30.25%; }

  .fbox-3-wrapper { text-align: center; padding-left: 0; }
  .fbox-4-wrapper { text-align: center; padding-right: 0; }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5,.row-cols-md-2 .fb-3, 
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4, .rows-3 .fb-5, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, 
  .rows-4 .fb-4, .rows-4 .fb-5, .rows-4 .fb-6,#fb-3-1, #fb-3-2, #fb-3-3, #fb-4-1, #fb-4-2, #fb-4-3, .fbox-6.fb-4, 
  .fbox-9.fb-1, .fbox-9.fb-2, .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-7, .fbox-9.fb-8, .fbox-10.fb-1, .fbox-10.fb-3, 
  .fbox-10.fb-5, .fbox-10.fb-7, .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
  .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 40px; }

  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 35px; }

  .rows-4 .fb-8 { margin-top: 40px; }
  #features-12 .txt-block { margin-bottom: 40px; }

  .fbox-10.fb-2, .fbox-10.fb-4, .fbox-10.fb-6 { margin-bottom: 0; }
  .fbox-10.fb-1, .fbox-10.fb-5, .fbox-10.fb-6 { display: block; }

  .fbox-5 { text-align: center; padding: 40px; }
  #features-3 .txt-block, #features-4 .txt-block { margin-bottom: 50px; }

  .fbox-2 { text-align: center; display: block; }
  .fbox-ico-wrap { display: block; margin-right: 0; }
  .fbox-2 .fbox-ico { margin-top: 0; }
  .shape-ico span { top: 0; padding-top: 16px; line-height: 1.35; }

  /* CONTENT */
  .bc-01 .container, .bc-03 .container { max-width: 100%; }
  .bc-01-wrapper, .bc-03-wrapper { margin: 0 -15px; border-radius: 0 0!important; }

  .bc-03 .section-title p { padding: 0; }

  .ct-06 .section-overlay { margin-bottom: 80px; }

  .bc-01 .txt-block.left-column { padding-right: 0; }
  .bc-01 .txt-block.right-column { padding-left: 0; }
  .two-txt .txt-block.left-column { margin-bottom: 40px; padding-right: 0; }
  .ct-07-txt { padding-left: 0; }

  #bc-4-2, #bc-4-3 { margin-top: 30px; }

  .cbox-3 { display: block; text-align: center; }
  .cbox-3 .ico-wrap { margin-right: 0; margin-bottom: 10px; }
  .cbox-3 .cbox-3-ico { top: 0; }

  /* Advantages */
  .text-center .advantages { margin-top: 16px; }

  /* Quote */
  .quote-avatar img { width: 54px; height: 54px; }
  .quote p { padding-left: 14px; margin-top: 15px; }
  .quote-author { padding: 0 0 0 10px; } 
  .quote.pr-15, .quote.pr-40, .quote.pr-50, .quote.pr-60 { padding-right: 0; }

  /* Content Image */
  .ct-07-images { margin: 30px 0 40px; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -80px; }
  .img-block-txt, .img-block-btn { margin-top: 45px; }

  .bc-3-img .video-btn { top: calc(50% - 30px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, 
  .ct-03 .img-block.right-column, .bc-2-img.right-column { margin-left: 0; margin-bottom: 40px; }

  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, 
  .ct-03 .img-block.left-column, .bc-2-img.left-column { margin-right: 0; margin-bottom: 40px; }
  .bc-02.pt-30 .bc-2-img.right-column, .bc-02.pb-30 .bc-2-img.right-column,
  .bc-02.pt-30 .bc-2-img.left-column, .bc-02.pb-30 .bc-2-img.left-column { margin: 35px 0 0; }

  .ct-04 .img-block img { max-width: 100%; margin-left: 0; margin-bottom: 40px; }
  .ct-07-top { margin-bottom: 30px; }

  .bc-01 .img-block { margin-bottom: 40px; }
  .bc-3-img { margin-bottom: -100px; }
  .bc-4-img { display: none; }

  .img-content.py-100 { padding: 45px 0; }

  /* STATISTIC */
  #statistic-7 .container { max-width: 100%; }
  .statistic-7-wrapper { text-align: center; padding: 70px 50px; margin: 0 -15px; border-radius: 0 0!important; }
  .statistic-8-wrapper { padding: 0; }
  .statistic-block-txt { padding: 0; }

  .statistic-2-wrapper { text-align: center; }
  .statistic-4-wrapper { padding: 0 10%; }
  .statistic-7-wrapper { text-align: center; padding: 50px 40px; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 35px; }

  #statistic-1 .statistic-block { display: block!important; text-align: center; }
  .statistic-1-wrapper .statistic-block-digit { width: 100%; display: block!important; float: none; margin-bottom: 15px; }
  .statistic-1-wrapper .statistic-block-txt { width: 100%; display: inline-block!important; padding-left: 0; }
  .statistic-4-wrapper .statistic-block { text-align: center; padding: 0; }
  .statistic-2-wrapper .txt-block { margin-bottom: 30px; }
  .statistic-8-wrapper .statistic-block { padding: 0; }

  #sb-1-1, #sb-1-2, #sb-5-1, #sb-5-2, #sb-6-1, #sb-6-2 { margin-bottom: 40px; }
  #sb-4-1, #sb-4-2 { 
    border-right: none; border-bottom: 1px solid rgba(230, 230, 230, .2); padding-bottom: 40px; margin-bottom: 40px; 
  }
  #sb-8-1, #sb-8-2 { border-right: none; border-bottom: 1px solid var(--silver); padding-bottom: 40px; margin-bottom: 40px; }
  #sb-9-1, #sb-9-2 { margin-bottom: 40px; }

  .statistic-1-wrapper p { line-height: 1.5; top: 0; }
  .statistic-7-wrapper .statistic-block p { margin-top: 12px; }

  /* PROJECTS */
  .portfolio-section .filter-btns button { font-size: 1.0625rem; margin: 0 0 12px; }

  #portfolio-1 .filter-item { width: 100%; padding: 0; }

  .project-category { left: 25px; }

  .project-source { width: 42px; height: 42px; bottom: 22px; }
  .project-source a span { top: 4.5px; }

  .project-data-txt h6, .project-data-txt h5 { margin-bottom: 4px; }

  .filter-item:hover .project-data-txt { left: 30px; }
  .filter-item:hover .project-source { right: 20px; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 40px; margin-bottom: 35px; }
  #job-position .inner-page-title p { margin-top: 12px; margin-bottom: 14px; }
  #job-position .inner-page-title .text-end { text-align: left!important; }
  #job-position .inner-page-title .btn { margin-top: 0; }

  .position-info h5 { margin: 40px 0 25px; }
  .position-info .btn { margin-top: 20px!important; }

  /* PRICING */
  .pricing-table-header h5 { margin-bottom: 15px; }

  .price p { margin: 14px 0 18px; }

  .pricing-features.mt-25 { margin-top: 20px; }

  /* Pricing Notice */
  .pricing-notice { margin-top: 0; }
  .pricing-notice .btn.mt-25 { margin-top: 20px; }

  /* Pricing Toggle Button */
  .pricing-section .toggle-btn.mt-30, .toggle-btn.toggle-btn-md.mt-40 { margin-top: 20px; }
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1rem; line-height: 32px; }

  .switch-wrap { min-width: 50px; height: 30px; }
  .toggle-btn-md .switch-wrap, .toggle-btn-lg .switch-wrap { min-width: 55px; height: 32px; margin: 0 6px; }

  .switcher { font-size: 0.85rem; height: 30px; }
  .toggle-btn-md .switcher, .toggle-btn-lg .switcher { height: 32px; padding: 0 10px 0 30px; border-radius: 32px; }

  .switcher .show-annual, .switcher .show-monthly { line-height: 30px; }
  .toggle-btn-md .switcher .show-annual, .toggle-btn-md .switcher .show-monthly,
  .toggle-btn-lg .switcher .show-annual, .toggle-btn-lg .switcher .show-monthly { line-height: 32px; }

  .switcher:before { left: 4px; bottom: 4px; width: 22px; height: 22px; }
  .toggle-btn-md .switcher:before, .toggle-btn-lg .switcher:before { left: 3px; bottom: 3px; width: 22px; height: 22px; }
  .switcher.bg--grey:before, .switcher.bg--tra-white:before, .switcher.bg--ghost-white:before { left: 4px; bottom: 3px; }

  .toggle-btn-md .switch-wrap input:checked + .switcher, 
  .toggle-btn-lg .switch-wrap input:checked + .switcher { padding: 0 30px 0 10px; }

  .comp-table-payment .payment-icons { margin-top: 18px; }

  /* RATING */
  .rating-section .rating-1-wrapper.text-center, .rating-section .rating-2-wrapper.text-center { padding: 0; }

  #rb-1-1, #rb-1-2, #rb-2-1, #rb-2-2 { margin-bottom: 30px; }
  .rbox-2-txt img { max-height: 24px; top: -1px; left: 6px; }
  .rbox-2-txt { margin-top: 10px; }
  p.rbox-2-txt { line-height: 24px; }

  /* TESTIMONIALS */
  #reviews-3 { margin-top: 0; margin-bottom: 0; }
  #reviews-3 .container, #reviews-4 .container { max-width: 100%; padding: 0; }
  .reviews-3-wrapper { padding: 70px 40px; margin: 0 -15px; border-radius: 0 0!important; }
  .reviews-4-wrapper { text-align: center; padding: 70px 0; margin: 0 -15px; border-radius: 0 0!important; }

  #reviews-3 .txt-block { text-align: center; margin-bottom: 40px; }
  .reviews-4-txt.left-column { padding: 0 5%; }

  .review-1 { margin: 0 5px 30px; }
  .review-2 { text-align: center; padding: 0 10px; }
  #rw-3-1 { margin: 0 0 30px 0; }
  #rw-3-2 { margin: 0; }
  #reviews-5 .filter-item { width: 100%; padding: 0; margin-bottom: 30px; }

  .reviews-4-txt .review-ico { display: none; }

  .review-2-txt h5 { margin: 10px 0 12px; }
  .reviews-4-txt h5 { margin: 0 0 15px; }
  #reviews-3 .txt-block p { padding: 0; margin-top: 15px; }
  #reviews-3 .txt-block .btn { margin-top: 22px; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 0; }
  .reviews-4-txt .review-author { margin-top: 30px; }

  .reviews-4-img { display: inline-block; width: 150px; height: 150px; margin: 0 auto 14px; }
  .reviews-4-img img { border-radius: 16px; }

  /* BRANDS */
  #brands-4 .txt-block { text-align: center; margin-bottom: 40px; }
  .brands-3-wrapper { padding: 0; }
  .brands-4-wrapper { padding-left: 0; margin-top: 0; }

  /* INTEGRATIONS */
  .int-3-wrapper, .int-4-wrapper { padding: 0; }
  .filter-btns { text-align: center; margin-bottom: 24px; }
  .filter-btns button { 
    width: 100%; 
    background-color: #f4f6f8; 
    border: 1px solid #eee; 
    font-size: 1.135rem; 
    padding: 0.9rem 0.1rem; 
    margin: 0 0 10px; 
    border-radius: 6px;
  }

  .theme--dark .filter-btns button {
    color: var(--white); background-color: var(--white-smoke);border: 1px solid var(--border-dark);
  }
  .filter-btns button.is-checked { color: var(--white); background-color: var(--theme-color); }

  .int_tool-1, .int-2-wrapper .int_tool-2 { margin-bottom: 25px; }
  .filter-item { width: 100%; margin-bottom: 25px; padding: 0; }
  .tool_description p { font-size: 1rem; }

  .integrations-section .more-btn.mt-30 { margin-top: 20px; }

  /* BANNER */
  #banner-2 .container { max-width: 100%; }

  .banner-1-wrapper { text-align: center; padding: 65px 50px 70px; background-position: center left; }
  .banner-2-wrapper { margin: 0 -15px; border-radius: 0 0!important; }

  .banner-4-txt { text-align: center!important; margin-bottom: 14px; }
  .banner-section .text-end { text-align: center!important; }

  .banner-section .section-id { margin-bottom: 18px; }
  .banner-1-txt h4 br { display: none; }

  #banner-1.banner-section p { margin: 16px 0 22px; }

  .banner-1-txt .btn { margin: 0 6px; }
  .banner-4-btn p { margin: 10px 0 0!important; }
  .banner-section p.btn-txt { margin-top: 15px; }

  /* DOWNLOAD */
  #download-1 { padding-bottom: 30px; }
  .version-release { margin-bottom: 40px; }
  .release-data h5 { margin-bottom: 30px!important; }
  .release-data { padding-bottom: 30px; margin-bottom: 25px; } 
  .release-download { position: relative; right: 0; bottom: 0; margin-top: 20px; }

  /* FAQs */
  #faqs-1 .section-title { margin-bottom: 25px; } 
  #faqs-2 .section-title { margin-bottom: 40px; } 

  #faqs-2 .question { margin-bottom: 25px; }
  .faqs-2-questions .left-column { padding-right: 0; }
  .faqs-2-questions .right-column { padding-left: 0; }

  #faqs-2 .question h6, #faqs-2 .question h5 { padding-right: 0; margin-bottom: 10px; }

  .accordion-thumb { padding: 16px 0 20px; }
  .accordion-thumb h5 { line-height: 1.5; padding-right: 10%; }
  .accordion-panel { padding: 0 0 8px 0; }
  .accordion-item .accordion-thumb:after, .accordion-item.is-active .accordion-thumb:after { font-size: 0.925rem; top: 19px; }

  .more-questions, #faqs-1 .more-questions { margin-top: 25px; }

  /* HELP ARTICLE */
  .help-article-title { text-align: center; }
  .breadcrumb-wrapper { display: inline-block; margin-bottom: 15px; }
  .breadcrumb li { font-size: 1rem; }

  .help-article-title p.p-md { text-align: center; }
  .help-article-title p { text-align: left; }

  .table-of-contents { padding: 40px 0; margin: 40px 0; }
  #help-article .txt-block { padding-bottom: 35px; margin-bottom: 35px; }

  /* BLOG */
  #blog-page .section-title p { margin-top: 16px; padding: 0; }

  .posts-category { margin: 10px 0 40px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  #blog-1 .blog-post { margin-bottom: 30px; }
  .square-post, #blog-page .blog-post { margin-bottom: 40px; }

  .blog-post-txt { padding-left: 0; padding-right: 0; }
  .blog-post-txt p.p-sm { font-size: 1rem; }

  .square-post .blog-post-txt { padding: 20px 35px 45px; }
  .square-post .blog-post-meta { margin-bottom: 12px; }
  .square-post .post-comments { margin-top: 14px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 35px; }
  .single-post-title h3, .single-post-title h2 { padding: 0; }
  .single-post-title p.p-lg { margin-top: 16px; padding: 0; }

  #single-post .blog-post-meta { margin-bottom: 12px; }
 
  .single-post-txt h5, .single-post-txt h4 { margin-top: 18px; margin-bottom: 18px; }

  .single-post-txt figure { margin-bottom: 20px; }

  .post-inner-img { margin: 40px 0; }

  .post-data { margin-top: 50px; }

  .post-share-list.text-end { text-align: left!important; margin-top: 14px; }
  .share-social-icons a.share-ico span { margin-left: 0; margin-right: 14px; }

  .subscribe-banner { text-align: center; padding: 35px 30px; }
  .subscribe-banner-txt p { margin: 10px 0 15px; }
  .subscribe-banner-btn.text-end { text-align: center!important; }
  .subscribe-banner-btn { margin-top: 0; }

  #post-comments { padding-top: 60px; }
  #post-comments h5 { margin-bottom: 40px; }
  .comment-body { margin-left: 20px; }

  #leave-comment h5 { margin-top: 60px; }

  .comment-form .form-control { height: 52px; padding: 0 15px; }
  .comment-form textarea.form-control { padding: 20px 15px; }
  .comment-form .btn { width: 100%; font-size: 1.0625rem; height: 52px; margin-top: 0; }

  /* NEWSLETTER */
  #newsletter-1 .newsletter-overlay { text-align: center; }

  #newsletter-1 .newsletter-form { margin-top: 0; padding-left: 0; }
  .newsletter-section .form-control { text-align: center; margin-right: 0; margin-bottom: 15px; }
  .newsletter-section .input-group-btn { display: block; width: 100%!important; }
  .newsletter-section .btn { display: block; width: 100%!important; margin: 0; }

  /* CONTACTS */
  .contacts-info { margin-bottom: 40px; }
  .contacts-info-socials li span { top: 0; padding-top: 14px; line-height: 1.2; }

  /* FOOTER */
  .footer { padding-bottom: 40px; }

  .footer.ft-2-rows .footer-links { margin-bottom: 0; }
  #footer-1 .footer-form { margin-top: 35px; }
  #footer-1 .footer-contacts { margin-top: -10px; }
  #footer-3 .footer-links, #footer-5 .fl-2 { padding-left: 0; }
  #footer-4 .footer-info { margin-bottom: 35px; }
  #footer-4 .footer-contacts, #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 40px; }
  #footer-9 .footer-contacts { margin-top: -5px; margin-bottom: 35px; }

  #footer-2 .foo-links.ico-10 { margin-left: 8px; }
  #footer-2 .footer-info, #footer-5 .footer-info { padding-right: 0; }
  
  .footer-stores-badge.text-end, .bottom-footer .bottom-footer-socials.text-end, .footer-links.text-end,
  .bottom-footer .bottom-secondary-link.text-end, .bottom-footer .bottom-footer-list.text-end { text-align: left!important; }
  .footer-links { margin-bottom: 30px; }

  .fl-1, .fl-2, .fl-3, .fl-4 { border-bottom: 2px solid #ddd; margin-bottom: 20px; padding-bottom: 20px; }
  .theme--dark .fl-1, .theme--dark .fl-2, .theme--dark .fl-3, .theme--dark .fl-4 { border-bottom: 2px solid var(--silver); }
  #footer-1 .fl-2, #footer-1 .fl-3, #footer-1 .fl-4 { padding-left: 0; }
  #footer-1 .fl-3 { margin-bottom: 20px; }
  #footer-1 .fl-5 { border-bottom: 2px solid #ddd; margin-bottom: 20px; padding-bottom: 20px; }
  .theme--dark #footer-1 .fl-5 { border-bottom: 2px solid var(--silver); }
  #footer-5 .fl-2, #footer-6 .fl-3, #footer-7 .fl-2, #footer-8 .fl-3, #footer-11 .fl-2, #footer-12 .fl-3 { margin-bottom: 0; }
  #footer-7 .footer-links, #footer-11 .footer-links { padding-left: 0; }
  #footer-10 .footer-links { margin-bottom: 15px; }

  #footer-6 img.footer-logo { margin-bottom: 15px; }
  #footer-8 img.footer-logo { margin-bottom: 10px; }

  .footer h6.m-title { display: block; margin-bottom: 0!important; }
  .footer h6.d-title { display: none!important; }
  .foo-links { display: none; padding-top: 20px; }
  .footer-phone { margin-top: 10px; }

  .footer hr { display: none; }

  .bottom-footer-socials { margin-top: 16px; }
  .bottom-secondary-link, .bottom-footer-list { margin-top: 5px; }
  .bottom-footer-list.bottom-foo-socials { margin-top: 6px; }
  .bottom-footer-socials li { padding-left: 0; padding-right: 14px; }
  .bottom-foo-socials li { padding-left: 0; padding-right: 9px; }

  .footer-info-socials a, .bottom-footer-socials a { padding-top: 15px; }

  .bottom-foo-socials li span, .footer-info-socials li span, 
  .bottom-footer-socials li span { top: 0; padding-top: 14px; line-height: 1.2; }

  /* INNER PAGE WRAPPER */
  .inner-page-hero, .page-hero-section-overlay { padding-top: 80px; margin-top: 80px; }
  .page-hero-section-overlay .txt-block { margin: 0 0 40px; }

  .inner-page-title { margin-bottom: 60px; }
  .inner-page-title p { line-height: 1.6666; margin-top: 15px; margin-bottom: 0; }

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin: 40px 0 15px; }
  .txt-block.legal-info h6 { margin: 15px 0; }
  .txt-block.legal-info h6 span, .txt-block.legal-info h5 span { margin-right: 2px; }

  /* SIGN IN / SIGN UP */
  #login, #signup, #reset-password { padding: 70px 0; }
  .login-1 .col-lg-5 { padding-right: 12px; }
  .signup-1 .col-lg-5 { padding-left: 12px; }

  .login-1:after, .signup-1:after { width: 100%; left: 0; }
  #login .register-page-wrapper:after, #signup .register-page-wrapper:after { width: 100%; left: 0; }
  .login-3 .register-page-txt, .signup-3 .register-page-txt { display: none; }

  .rf-m-title { display: block; text-align: center; margin-bottom: 20px; }

  .login-1 .register-page-form, 
  .signup-1 .register-page-form { background-color: var(--white); margin: 0 10%; padding: 40px 30px; border-radius: 12px; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { padding: 0 15px; }

  /* PAGE 404 */
  #page-404 { margin-top: 80px; padding-top: 110px; }
  .page-404-txt { padding-bottom: 80px; }
  .page-404-footer { padding-top: 35px; padding-bottom: 35px; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  .bg--shape:after { width: 1300px; height: 1300px; top: 12%; left: -10%; }
  .bg--shape-top:after { width: 500px; height: 500px; top: -6%; right: 12%; background-color: rgba(119, 67, 142, .15); }

  /* Headers */
  h6, h6.h6-md, h6.h6-lg, h6.h6-xl { font-size: 1.375rem; }   /* 22px; */
  h5, h5.h5-md { font-size: 1.5625rem; }                      /* 25px */
  h5.h5-lg, h5.h5-xl { font-size: 1.6875rem; }                /* 27px */
  h4, h4.h4-md, h4.h4-lg, h4.h4-xl { font-size: 1.8125rem; }  /* 29px */
  h3, h3.h3-md, h3.h3-lg, h3.h3-xl { font-size: 1.9375rem; }  /* 31px */
  h2, h2.h2-md, h2.h2-lg { font-size: 2.125rem; }             /* 34px */
  h2.h2-xl, h2.h2-title { font-size: 2.375rem; }              /* 38px */        

  h6, h5, h4, h3, h2, h1 { line-height: 1.4; }

  /* Paragraphs */
  p.p-sm { font-size: 0.9375rem; } 
  p { font-size: 1rem; }  
  p.p-md, p.p-lg, p.p-xl { font-size: 1.0625rem; }

  /* Button */
  .btn.btn-sm, .btn, .btn.btn-md { font-size: 0.9375rem; padding: 0.8rem 1.45rem; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.3845rem 0.5rem; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.225rem; line-height: 0.45rem!important;top: 4px; }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 2.05rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-left: 0; }
  .btn.ico-left span { margin-right: 5px; }
  .btn.ico-right span { margin-left: 5px; }

  /* Button Text */
  p.btn-txt, p.btns-group-txt, .btn-rating { margin: 14px 0 0 0; }
  .text-center p.btns-group-txt { margin-top: 18px; }
  .star-rating span.rating-txt { font-size: 1.0625rem; }

  /* Transparent Link */
  a.tra-link { font-size: 1.03125rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 1px; left: 2px; }

  /* Store Badge */
  .store-btn-4 { margin-top: 15px; }

  /* Watch Link */
  .watch-video { margin-top: 22px; }
  p.video-txt-lg { font-size: 1.125rem; }
  p.video-txt-sm { font-size: 1.0625rem; }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 125px; height: 125px; top: -35px; left: calc(50% - 65px); }
  .ico-55 .shape-ico svg { width: 125px; height: 125px; top: -35px; left: calc(50% - 60px); }
  .ico-60 .shape-ico svg { width: 130px; height: 130px; top: -35px; left: calc(50% - 65px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md, .ico-rounded-lg { width: 94px; height: 94px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after, 
  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after, 
  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 3rem; line-height: 94px!important; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 22px; }

  /* Section Title */
  .section-title.mb-70 {margin-bottom: 35px; }
  .section-title p { margin-top: 15px; }
  .section-title .btns-group { margin-top: 20px; }

  /* Users */
  .txt-block .users { margin-top: 15px; }
  .users img { max-height: 44px; }
  .users p { font-size: 0.975rem; top: 12px; left: 5px; text-align: left!important; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 18px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmenu > .wsmenu-list { width: 345px; margin-right: -345px; }
  .wsactive .wsmobileheader { margin-right: 345px; }
  .overlapblackbg { width: calc(100% - 345px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 18px 0 0; }

  /* Nav Link Info */
  span.sm-info { width: 22px; height: 22px; font-size: 0.8rem; line-height: 20px; top: -1px; margin-left: 8px; }

  .wsmenu > .wsmenu-list > li > a { padding: 5px 32px 4px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 8px; width: 8px; margin: 24px 18px 0px 0px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { padding: 6px 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 14px 10px; }

  /* Header Store Badges */
  .store.header-store img { max-height: 46px; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .slideshow, #hero-20 .slideshow, .slideshow .slides, #hero-20 .slideshow .slides { height: 500px; }

  .img-link { bottom: 15px; right: 15px; width: 45px; height: 45px; }
  .img-link a span { top: 4.5px; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { font-size: 1.175rem; height: 60px; }
  .hero-section .text-center .quick-form-msg { margin: 20px 0 -5px 0; }

  /* HERO DIGITS */
  .hero-digits h2.statistic-number { font-size: 3.125rem; }
  .hero-digits h2.statistic-number small { font-size: 2.35rem; margin-left: 3px; }

  /* HERO-1 */
  .hero-1-txt h2 { font-size: 2.5rem; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { padding: 0 5%; margin: 18px 0 24px; }
  .hero-1-img { margin: 40px 2% 0; }

  /* HERO-2 */
  #hero-2:after { height: 8%; }
  .hero-2-txt h2 { font-size: 3rem; padding: 0 5%; }
  .hero-2-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-3 */
  .hero-3-txt h2 { font-size: 3rem; padding: 0 3%; }
  .hero-3-txt p.p-md { margin-top: 15px; }
  .hero-3-txt .users { margin-top: 18px; }

  /* HERO-4 */
  .hero-4-txt p.p-lg { margin: 18px 0 24px; }

  /* HERO-5 */
  #hero-5:after { height: 96%; left: 0; }
  .hero-5-txt h2 { font-size: 2.85rem; }
  .hero-5-txt p.p-md { margin: 15px 0 25px; }

  /* HERO-6 */
  .hero-6-txt h2 { font-size: 2.9rem; }
  .hero-6-txt p.p-lg { margin-top: 18px; }
  #hero-6 .quick-form { margin: 25px 3% 0; }

  /* HERO-7 */
  .hero-7-txt h2 { font-size: 2.65rem; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 14px 0 20px; padding: 0 3%; }
  #hero-7 .users { margin-top: 16px; }
  #hero-7 .users img { max-height: 44px; }
  #hero-7 .users p { font-size: 1rem; }
  .hero-7-img { margin: 35px 2% 0; }

  /* HERO-8 */
  .hero-8-txt h2 { font-size: 3rem; padding: 0 5%; }
  .hero-8-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }
  .hero-8-txt p.btn-txt { margin-top: 25px; }
  #hero-8 .quick-form { margin: 27px 6% 0; }

  /* HERO-9 */
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt h2 { font-size: 2.9rem; }
  .hero-9-txt p.p-lg { margin-top: 18px; }
  #hero-9 .quick-form { margin: 25px 3% 0; }

  /* HERO-10 */
  .hero-10-txt h2 { font-size: 3rem; padding: 0 6%; }
  .hero-10-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }
  #hero-10 .hero-overlay { padding: 65px 35px 0; }
  .hero-10-wrapper { border-radius: 12px; }
  .hero-10-img { margin-bottom: -18%; }
  .hero-10-img .video-btn { top: calc(50% - 30px); }

  /* HERO-11 */
  .hero-11-txt h2 { font-size: 2.75rem; }
  .hero-11-txt p.p-md { margin: 16px 0 25px; padding: 0; }
  .hero-11-img { margin: 35px 0 0; }

  /* HERO-12 */
  #hero-12 { padding-top: 0; }
  #hero-12 .container { max-width: 100%; }
  .hero-12-wrapper { padding: 70px 35px; margin: 0 -15px; border-radius: 0 0!important; }
  .hero-12-txt h2 { font-size: 2.5rem; }
  .hero-12-txt p.p-lg { margin: 15px 0 25px; }

  /* HERO-13 */
  .hero-13-txt h2 { font-size: 2.45rem; }
  .hero-13-txt p.p-xl { padding: 0 3%; margin-top: 18px; }
  #hero-13 .quick-form { margin: 28px 6% 0; }
  .hero-13-txt p.btn-txt { margin-top: 25px; }

  /* HERO-14 */
  #hero-14 { padding-top: 70px; }
  #hero-14:after { height: 7%; }
  .hero-14-txt { padding: 0 3%; }
  .hero-14-txt .section-id { padding: 11px 25px; font-size: 0.9rem; margin-bottom: 30px; }
  .hero-14-txt h2 { font-size: 2.5rem; }
  .hero-14-txt p.p-md { margin: 16px 0 20px; }
  .hero-14-img { margin-top: 40px; }

  /* HERO-15 */
  .hero-15-txt h2 { font-size: 3rem; padding: 0 5%; }
  .hero-15-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-16 */
  .hero-16-txt h2 { font-size: 2.9rem; }
  .hero-16-txt p.p-lg { margin-top: 18px; }
  #hero-16 .quick-form { margin: 25px 3% 0; }
  #hero-16 .users img { max-height: 48px; }
  .users p { top: 13px; }

  /* HERO-17 */
  #hero-17:after { height: 8%; }
  .hero-17-txt h2 { font-size: 2.5rem; padding: 0; }
  .hero-17-txt p.p-xl { padding: 0 5%; margin-top: 16px; }
  .hero-17-txt .btns-group { margin-top: 24px; }
  .hero-17-img { margin-top: 50px; }

  /* HERO-18 */
  .hero-18-txt { margin-bottom: 50px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 2.65rem; padding: 0 5%; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 16px; }
  .hero-18-txt .btns-group { margin-top: 25px; }

  .hero-bg-shape { width: 140%; height: 100%; left: -12%; right: -12%; opacity: .3; }

  /* HERO-19 */
  .hero-19-txt h2 { font-size: 2.45rem; }
  .hero-19-txt p.p-xl { padding: 0 3%; margin-top: 18px; }
  #hero-19 .quick-form { margin: 28px 6% 0; }
  .hero-19-txt p.btn-txt { margin-top: 25px; }
  .hero-19-img { margin-top: 40px; }

  /* HERO-20 */
  #hero-20 .caption {padding: 0 4%; }
  #hero-20 .caption h2 { font-size: 2.75rem; padding: 0 4%; }
  #hero-20 .caption p.p-xl { padding: 0; margin-top: 15px; }
  #hero-20 .caption .btn { margin-top: 26px; }

  /* HERO-21 */
  #hero-21:after { height: 12%; }
  .hero-21-shape { width: 100%; top: 2%; left: 0; opacity: .6; }
  .hero-21-txt h2 { font-size: 2.5rem; padding: 0; }
  .hero-21-txt p.p-xl { padding: 0 5%; margin-top: 16px; }
  .hero-21-txt .btns-group { margin-top: 24px; }
  .hero-21-img { margin-top: 50px; }

  /* HERO-22 */
  #hero-22 .caption h2 { font-size: 2.75rem; padding: 0; }
  #hero-22 .caption p.p-xl { padding: 0; margin-top: 15px; }
  #hero-22 .caption .btn { margin-top: 26px; }

  /* HERO-23 */
  .hero-23-txt h2 { font-size: 2.85rem; }
  .hero-23-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-24 */
  .hero-24-txt h2 { font-size: 3rem; padding: 0 6%; }
  .hero-24-txt p.p-lg { margin-top: 20px; }
  .hero-24-txt .users { margin-top: 20px; }

  #hero-24-form { padding: 30px 25px; margin: 60px 8% -60px; }
  #hero-24-form h5 { margin-bottom: 12px; }
  #hero-24-form p { padding: 0 3%; margin-bottom: 20px; }
  #hero-24-form .btn { height: 54px; font-size: 1.0625rem; padding: 16px; }

  /* HERO-25 */
  .hero-25-txt h2 { font-size: 2.85rem; padding: 0 4%; }
  .hero-25-txt p.p-lg { padding: 0; margin-top: 18px; margin-bottom: 25px; }

  /* HERO-26 */
  .hero-26-txt h2 { font-size: 2.75rem; }
  .hero-26-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-26-img { margin: 45px -10% 0; }

  /* HERO-27 */
  .hero-27-txt h2 { font-size: 2.75rem; margin-bottom: 20px; }
  .hero-27-txt p { padding: 0 4%; }

  #hero-27 .img-link { bottom: 22px; left: 22px; width: 65px; height: 65px; }
  #hero-27 .img-link a span { top: 12px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 15px; }
  
  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* FEATURES */
  #features-3.py-100.shape--bg:after { width: 100%; height: 70%; top: 30%; left: 0; }
  #features-3.pt-100.shape--bg:after { width: 100%; height: 66%; top: 31.5%; left: 0; }
  #features-4.py-100.shape--bg:after { width: 100%; height: 70%; top: 30%; }
  #features-4.pt-100.shape--bg:after { width: 100%; height: 68%; top: 30%; }

  .fbox-3, .fbox-4, .fbox-5 { padding: 40px 50px; } 
  .fbox-6 { text-align: center; padding: 45px 40px; }

  .fbox-9, .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 40px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 40px 40px 0; }
  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6 { padding: 40px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6 { padding: 40px 40px 30px; } 
  .fbox-10.fb-7, .fbox-10.fb-8, .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 40px 40px 30px; } 

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 30px; } 
  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 24px; }

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 220px; } 

  .fbox-7 .fbox-img { margin-bottom: 25px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 35px; margin: 0 10% 45px; } 

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 25px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 25px 0 -40px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 25px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-2 .fbox-10-img, 
  .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 5% 30px; }
  .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 30px 5% 0; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 0 0 35px; }
  .ico-title .fbox-10.fb-5 .fbox-10-img, .ico-title .fbox-10.fb-6 .fbox-10-img { margin: 30px 0 0; }

  .fbox-ico, .fbox-ico.ico-rounded, .fbox-5 .fbox-ico { margin-bottom: 20px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 20px; }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before, .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before, .fbox-wrapper .ico-60 [class*="flaticon-"]:after { font-size: 4rem; }
  .fbox-ico-wrap .ico-40 [class*="flaticon-"]:before, .fbox-ico-wrap .ico-40 [class*="flaticon-"]:after { font-size: 2.85rem; }

  .t-icon.ico-25 [class*="flaticon-"]:before, .t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.8125rem; }
  .t-icon.ico-30 [class*="flaticon-"]:before, .t-icon.ico-30 [class*="flaticon-"]:after { font-size: 2rem; }

  .fbox-3 h6, .fbox-4 h6 { margin-top: 18px; margin-bottom: 12px; }
  .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-6 h6, .fbox-9 h6, .fbox-10 h5, .fbox-11 h6 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5 { margin-bottom: 14px; }
  .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 {  margin-bottom: 12px; } 

  .fbox-7 p { padding: 0 2%; }

  /* CONTENT */
  .ct-05 .section-title, .ct-06 .section-title { padding: 0 3%; }
  .bc-03 .section-title { padding: 0; }
  .bc-03 .section-title p { padding: 0 5%; }

  .ct-06 .section-overlay { margin-bottom: 50px; }
  .bc-01 .section-overlay { padding: 70px 35px; }
  .bc-02 .section-overlay, .bc-02 .ico-title .section-overlay { padding: 55px 35px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 40px 35px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 50px; }
  .bc-03 .section-overlay { padding: 70px 30px 0; }
 
  .txt-box, .bc-01 .txt-box { margin-bottom: 15px; }
  .bc-04-box { padding: 30px 35px; }

  .two-txt .txt-block.left-column { margin-bottom: 35px; }
  .two-txt .cbox-3, .two-txt .cbox-3 .ico-wrap { text-align: left!important; }

  .txt-block h3, .txt-block h2 { margin-bottom: 20px; }
  .txt-block h5 { margin-bottom: 15px; }
  h5.h5-title { margin: 15px 0; }

  .bc-04-box h2 { font-size: 2.85rem; margin-bottom: 14px; }
  .bc-04-box h2 small, .bc-04-box h2 span { font-size: 2.45rem; }
  .cbox-5 p.p-sm { font-size: 1rem; }

  .txt-block .btn { margin-top: 24px; }
  .txt-block-tra-link { margin-top: 18px; }

  .cbox-1-ico { width: 2rem; height: 2rem; line-height: 1.65rem; margin-top: 4px; }

  .cbox-3 .cbox-3-ico { margin-bottom: 10px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-title span { margin-right: 22px; }
  .cbox-title span[class*="flaticon-"]:before, .cbox-title span[class*="flaticon-"]:after { font-size: 2.5rem; }
  .cbox-title.ico-30 h5 { line-height: 2.5rem!important; }

  .cbox-1-txt { margin-bottom: 20px; }
  .cbox-3-txt { margin-bottom: 30px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 400px; min-width: 400px; padding: 12px 16px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 25px; }
  .cbox-4-ico span { position: relative; top: 3px; }
  .cbox-4-txt { padding-left: 11px; }

  .cbox-5-wrapper { margin-top: 0; }
  .box-title { margin-bottom: 12px; }
  .cbox-5.cb-2 { margin-top: 15px; }
  .box-title span { top: 10px; left: 3px; right: 0; }
  .box-title h6 { position: relative; top: 2px; left: 8px; }

  .txt-block .accordion-1 .accordion-item { padding: 22px 0 27px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 0.5px; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { font-size: 1.65rem; padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 18px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .advantages, .text-center .advantages { margin-top: 15px; }

  /* Compatibility */
  .compatibility { margin-top: 10px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 15px; }
  .payment-icons img { max-height: 32px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, .tools-list.ico-35 [class*="flaticon-"]:after { 
    font-size: 2.125rem; line-height: 2.5rem!important; margin-right: 5px; 
  }

  /* Content Images */
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -50px; }
  .img-block-txt, .img-block-btn { margin-top: 40px; }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column,
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin: 0 0 40px; }

  /* STATISTIC */
  .statistic-2-wrapper .txt-block { padding: 0 10%; }
  .statistic-ico { margin-bottom: 12px; }

  h3.statistic-number { font-size: 2.7rem; letter-spacing: -1px; }
  h2.statistic-number { font-size: 2.85rem; letter-spacing: -1px; }
  .statistic-2-wrapper h2, #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin: 20px 0 12px; }
  .statistic-5-wrapper h3 { font-size: 2.25rem; line-height: 1; }

  .statistic-5-wrapper p { margin-top: 12px; }
  
  .statistic-8-wrapper img { max-height: 48px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 45px; }

  #portfolio-1 .more-btn { margin-top: 20px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0; margin-bottom: 35px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 25px; margin: 35px 0 30px; }
  .project-data p { margin-bottom: 10px; }

  .project-txt h5, .project-txt h6 { margin: 30px 0 15px; }

  .project-inner-img { margin: 35px 0; }
  .project-inner-img.d-flex { margin-left: -11.25px; margin-right: -11.25px; }
  .project-inner-img .top-img { margin-bottom: 30px; }

  #project-details .more-projects { margin-top: 45px; }
  #project-details .more-projects span { top: 1px; left: 5px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.2125rem; } 

  /* TEAM */
  .team-member-data p { font-size: 1.075rem; }

  /* CAREERS */
  .position-data p { font-size: 1.125rem; }

  .position-workplace { text-align: left; }
  .position-workplace h6 { font-size: 1.125rem; }

  .posting-apply a.btn { font-size: 0.9rem; padding: 0.7rem 1.2rem; margin-top: -8px; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 45px; }
  #job-position .inner-page-title p { margin-top: 12px; padding: 0; }
  #job-position .inner-page-title .btn { padding: 0.7rem 1.1rem; margin-top: 5px; }

  .position-info .btn { margin-top: 20px!important; }

  /* PRICING */
  .pricing-1-table, .text-center .pricing-1-table { padding: 35px 35px 40px; }

  .pricing-table-header h5 { font-size: 1.6875rem!important; }
  .pt-btn { font-size: 1.0625rem; padding: 0.925rem 1.3rem; }
  .p-table p.btn-txt { font-size: 1rem; margin: 12px 0 0 0; }

  /* Price */
  .price span { font-size: 2.875rem; letter-spacing: -1.5px; } 
  .price sup { font-size: 2.15rem; top: -4px; }
  .price sup.validity { font-size: 1.75rem; }

  .text-center .price p { padding: 0; }

  /* Pricing Features */
  .pricing-features.mt-25 { margin-top: 18px; }
  .pricing-features li { padding: 12px 8px; }

  /* Pricing Notice */
  .pricing-notice.mb-40 { margin-bottom: 30px; }
  .col-lg-9 .pricing-notice p, .col-lg-10 .pricing-notice p { padding: 0; }

  /* Pricing Toggle Button */
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1.15rem; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 35px; }
  .table>:not(caption)>*>* { padding-top: 10px; padding-bottom: 10px; }
  .comp-table .table-responsive thead th { font-size: 0.975rem; }
  .comp-table .table-responsive tbody th { font-size: 0.925rem; }
  .comp-table .table-responsive tbody td { font-size: 0.925rem; top: 0; }

  .comp-table .table-responsive tbody td span { top: 1px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.725rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.875rem; }

  #pbox-1, #pbox-2, #pbox-3 { margin-bottom: 30px; }
  .pricing-section .txt-box-last, .pricing-section .pm-last { margin-bottom: 40px; }
  .comp-table-payment h6 { margin-bottom: 15px; }

  /* RATING */
  .rating-title h5 { font-size: 1.1875rem; }
  .rbox-2-txt img { max-height: 32px; }
  p.rbox-2-txt { font-size: 1.125rem; line-height: 30px; }
  .rbox-1 .star-rating { font-size: 1rem; line-height: 1; }

  .rbox-1 .star-rating span { top: -1.5px; }
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; } 
  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.2rem; } 

  /* TESTIMONIALS */
  .reviews-3-wrapper { padding: 70px 6%; }
  .reviews-4-wrapper { padding: 70px 4%; }

  #reviews-3 .txt-block { margin-bottom: 40px; }

  .review-1, .review-5 { padding: 25px 25px 30px; }
  .review-2 { padding: 0; }
  .review-3 { text-align: center; padding: 30px 20px; }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 44px; }

  .review-1 .review-ico, .review-5 .review-ico { top: 10px; right: 20px; }

  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 8px; }
  .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:after, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.1rem; }

  .review-1 .review-author h6, .review-5 .review-author h6 { margin-bottom: 12px; }
  .review-2-txt h5 { padding: 0 10%; margin: 10px 0; }
  .review-3-txt h6.h6-md, .review-3-txt h6.h6-lg { margin-top: 5px; margin-bottom: 10px; }
  #reviews-3 .txt-block h2 { margin-bottom: 14px; }
  #reviews-3 .txt-block p { padding: 0 5%; margin-top: 0; }
  #reviews-3 .txt-block .btn { margin-top: 22px; }

  .review-3 .review-avatar { margin: 20px auto 14px; float: none; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 15px; }
  .review-2 .review-author { margin-top: 20px; }
  .review-3 .review-author { text-align: center; padding: 0; margin-top: 0; }

  .review-author h6 { font-size: 1.175rem; margin-bottom: 12px; }
  .review-author p, .reviews-4-txt .review-author p { font-size: 1.0625rem; }
  .reviews-section p.p-sm { font-size: 1rem; }

  .review-5-avatar { right: 25px; bottom: 30px; }
  .review-5-avatar img { width: 43px; height: 43px; }

  .reviews-4-img { width: 130px; height: 130px; margin: 0 auto 10px; }
  .reviews-4-txt .review-author, .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  #brand-2-1, #brand-2-2, #brand-2-3, #brand-3-1, #brand-3-2, 
  #brand-3-3, #brand-3-4, #brand-3-5, #brand-3-6 { margin-bottom: 35px; }
  #brand-3-10 { display: none; }

  .brands-title h6 { font-size: 1rem; margin-bottom: 35px; }
  .brands-title h5 { font-size: 1.4rem; margin-bottom: 35px; }
  .brands-title p { padding: 0; margin-bottom: 30px; }

  #brands-4 .txt-block { margin-bottom: 45px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo { padding: 0 15px; } 
  #brands-2 .brand-logo, #brands-3 .brand-logo { padding: 0 7px; } 

  .brands-section .more-btn { margin-top: 35px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 54px; }
  .int-4-wrapper .col { padding: 0 8px; }

  .filter-btns { margin-bottom: 30px; }
  .filter-btns button { margin-bottom: 13px; }

  .int_tool-1 { padding: 18px 20px; }
  .int_tool-2 { padding: 20px 25px; }
  .int_tool-3 { padding: 24px; margin-bottom: 24px; }
  .int_tool-4 { padding: 22px 15px; margin-bottom: 16px; }

  .int_tool-1 .tool_logo img { width: 50px; height: 50px; }
  .int_tool-2 .tool_logo img { width: 44px; height: 44px; }
  .int_tool-3 img, .int_tool-4 img { width: 52px; height: 52px; }

  .tool_txt h6 { font-size: 1.3125rem; line-height: 1; margin-top: 1px; }
  .tool_logo h6 { font-size: 1.3125rem; line-height: 44px; top: 3px; margin-left: 10px; }
   .int_tool-4 h6 { font-size: 1rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.0625rem; margin-top: 3px; }
  .tool_description p { font-size: 1rem; margin-top: 13px; }

  /* BANNER */
  .banner-2-wrapper .banner-overlay { padding: 60px 50px 65px; }
  #banner-3 .banner-overlay.pt-80.pb-90 { padding: 55px 0 65px; } 
  .banner-4-wrapper { padding: 50px 10%; }

  .banner-4-txt { margin-bottom: 12px; }

  .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 12px; }
  .banner-2-txt h2 { font-size: 1.75rem!important; padding: 0 5%; margin-bottom: 12px; }
  .banner-2-txt.l-txt h2 { padding: 0; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 20px; }

  .banner-section p { margin-bottom: 20px; }
  #banner-2.banner-section p { padding: 0; }

  /* FAQs */
  #faqs-3 .section-title { margin-bottom: 30px; }

  #faqs-2 .question h6, #faqs-2 .question h5 { font-size: 1.25rem; margin-bottom: 12px; }
  .accordion-thumb h5 { font-size: 1.25rem; }
  .faqs-3-question h5 { margin-bottom: 12px; }

  #faqs-3.faqs-section .accordion-thumb { padding: 20px 0 25px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 28px; right: 2px; }

  #faqs-3 .accordion-panel { padding: 30px 0 15px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  .more-questions { margin-top: 10px; }
  .more-questions h6 { font-size: 1.1875rem; }
  #faqs-3 .more-questions { margin: 30px auto 0; }
  .more-questions-txt { padding: 18px 35px; }
  .more-questions-txt p { font-size: 1.125rem; }

  /* HELP CENTER */
  .help-category { padding: 35px 25px; margin-bottom: 30px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 50px 30px 30px; margin-bottom: 50px; }
  .help-category-title p { margin-top: 12px; }

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 14px 0; }
  .help-category-data span { font-size: 1rem; }
  .read-time { margin-left: 10px; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { margin-bottom: 28px; }
  .breadcrumb { margin-bottom: 0; }

  .help-article-title h3 { padding: 0 3%; margin-bottom: 18px; }
  .help-article-title img { margin: 30px 0; }

  .table-of-contents { padding: 32px 0 36px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { margin: 30px 0; }
  #help-article .txt-block h6 { font-size: 1.375rem; margin: 22px 0 12px; }

  #help-article .txt-block img { margin: 15px 0 20px; }

  .help-vote-form { margin-top: 40px; }
  .help-vote-form h6 { margin-bottom: 20px; }

  /* NEWSLETTER */
  #newsletter-1 .newsletter-overlay { padding: 50px 0 40px; }  
  #newsletter-2 .newsletter-overlay { padding: 60px 0 50px; } 

  .newsletter-txt h4, .newsletter-txt h3 { font-size: 2rem; padding: 0 5%; margin-bottom: 25px; }

  #newsletter-1 .newsletter-form { padding: 0 6%; }
  #newsletter-2 .newsletter-form { padding: 0 10%; margin-top: 30px; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 54px; font-size: 1.0625rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* SINGLE BLOG POST */
  .single-post-txt .blockquote p { font-size: 1.1875rem; margin-bottom: 30px; }
  .single-post-txt .blockquote-footer { font-size: 1.0625rem; }

  .post-data { margin-top: 60px; padding: 60px 0; }

  .subscribe-banner { padding: 40px 25px; }

  #post-comments img { width: 50px; height: 50px; }
  .comment-meta { margin-bottom: 5px; }
  .comment-meta h6 { font-size: 1.225rem; margin-bottom: 5px; }

  .comment-form { margin-top: 40px; }
  .comment-form .btn { font-size: 1.0625rem; height: 52px; }

  /* CONTACTS */
  .contacts-info { text-align: center; }
  .contacts-info h2 br { display: none; }
  .contacts-info p { margin: 16px 0 0; padding: 0; }
  .contacts-info h6 { margin: 22px 0 16px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-boxes.pb-70 { text-align: center; padding-bottom: 40px; }
  .contact-box p { padding-right: 0; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, 
  .contact-form .form-select { height: 54px; font-size: 1.0625rem; padding: 0 15px; margin-bottom: 18px; }
  .contact-form textarea { min-height: 200px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form .form-btn .btn { width: 100%; font-size: 1.0625rem; padding: 0.95rem 1.4rem; }
  .contact-form-msg { text-align: center; margin-top: 15px; }

  /* FOOTER */
  #footer-1 .footer-form { margin-top: 40px; }
  #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 30px; }
  #footer-9 .footer-contacts { margin-bottom: 40px; }

  #footer-10 .foo-links { display: block; padding-top: 0; }
  #footer-10 .foo-links li { padding: 0 14px; }

  img.footer-logo { max-height: 34px; margin-bottom: 22px; }
  #footer-6 img.footer-logo { margin-bottom: 5px; }

  .footer h6 { font-size: 1.25rem; margin-bottom: 20px; }   /* 20px */
  .footer .footer-links h6.h6-lg { font-size: 1.25rem; margin-bottom: 18px; }

  .footer-mail-link { margin: 0 0 0 6px; }
  .footer-mail-link a { font-size: 1.09375rem; }  /* 17.5px */
  .footer-mail-link span { top: 4px; right: 4px; }

  .footer-mail-link.ico-20 [class*="flaticon-"]:before, 
  .footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.275rem; }

  .footer-info-socials li { padding-right: 13px; }
  .footer-info-socials.ico-20 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-20 [class*="flaticon-"]:after,
  .footer-info-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.3975rem; }

  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.435rem; }

  #footer-1 .footer-form { margin-bottom: 0; }
  .footer-form .form-control { font-size: 1.125rem; height: 40px; }
  .footer-form .btn { height: 40px; }

  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { font-size: 1.0625rem; line-height: 26px!important; }

  #footer-1 .bottom-footer { margin-top: 22px; }
  .footer-copyright p { font-size: 1rem; }

  .footer-list-divider { top: -1px; }
  .bottom-secondary-link p span { top: 1.5px; padding: 0 2px; }
  .footer-info-copyright p span { top: 2px; padding: 0 2px; }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after { font-size: 0.815rem; }

  .bottom-foo-socials li { margin-right: 7px; }
  .bottom-foo-socials li span { top: 2.5px; right: 3px; }

  .bottom-foo-socials.ico-10 [class*="flaticon-"]:before, 
  .bottom-foo-socials.ico-10 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
  .bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

  .footer-stores-badge { margin-bottom: 25px; }
  .footer-stores-badge .store { margin-right: 10px; }
  .footer .badge-img-xs .store img { max-height: 2.75rem; } 

  /* INNER PAGE WRAPPER */
  .inner-page-title { margin-bottom: 50px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { margin-top: 10px; }

  /* SIGN IN / SIGN UP */
  .login-page-logo { margin-bottom: 40px; }
  .login-page-logo img { max-height: 35px; }

  .login-2 .register-page-form, .signup-2 .register-page-form { padding: 40px 30px; margin: 0 10%; }
  .login-3 .register-page-wrapper, .signup-3 .register-page-wrapper { border-radius: 10px; margin: 0 10%; }
  .login-3 .register-page-form, .signup-3 .register-page-form { padding: 40px 30px; }
  .reset-page-wrapper form { margin: 0 8%; padding: 40px 20px 5px; }

  .register-form-title { margin-bottom: 22px; }
  .login-2 .register-form-title, .signup-2 .register-form-title, .reset-form-title { margin-bottom: 18px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 12px; }

  .register-page-form p.input-header, .register-page-form .btn-google { font-size: 1rem; }
  .reset-password-link p { font-size: 1.0625rem; margin-top: 20px; }
  .login-3 .reset-password-link p { margin-top: 3px; margin-bottom: 24px; }
  .form-data span { font-size: 0.95rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1rem; margin-top: 16px; }

  .separator-line { font-size: 1rem;  margin: 20px 0; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 18px;}
  #login .register-page-form .btn.submit { height: 54px; font-size: 1.0625rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 54px; font-size: 1.0625rem; margin-top: 20px; }
  .reset-page-wrapper .btn.submit { height: 54px; font-size: 1.0625rem; margin-bottom: 16px; }
  .btn-google img { width: 20px; height: 20px; top: -2px; right: 5px; }

  /* PAGE 404 */
  .page-404-txt h2 { font-size: 2.6rem; margin-bottom: 15px; }
  .page-404-txt h6 { font-size: 1.175rem; padding: 0 8%; margin-bottom: 25px; }
  .page-404-img { padding: 0 13%; margin-bottom: 35px; }

  /* COOKIES */
  #cookies { bottom: 15px; left: 11%; width: 78%; padding: 17px 22px; }
  #cookies p { font-size: 1rem; }
  #cookies-ok { font-size: 0.95rem; padding: 7px 18px; }
  #cookies-info { margin-left: 15px; }
  #cookies-close { right: 14px; top: 6px; }
  #cookies-close svg { width: 12px; height: 12px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 350px; }
  #modal-2 .modal-dialog.modal-xl { width: 360px; }

  #modal-1 .modal-body-img { padding-top: 25px; }

  #modal-1 .modal-body-content { padding: 10px 25px 10px; }
  #modal-2 .modal-body-content { padding: 30px 15px 18px; }

  #modal-1 .modal-body-content h5 { font-size: 1.5rem; }
  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 18px; }

  .modal-body .newsletter-form { margin-top: 18px; }
  .modal .newsletter-form .form-control,
  #modal-2 .request-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 54px; font-size: 1.0625rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 414px) and (max-width: 479.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  #stlChanger { display: none; }
  .division { padding-left: 9px; padding-right: 9px; }
  .block--shadow { -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Background Shape */
  .shape--01:after { height: 55%; }
  .shape--02:after { height: 55%; top: 45%; }
  .bg--shape:after { width: 1300px; height: 1300px; top: 12%; left: -10%; }
  .bg--shape-top:after { width: 450px; height: 450px; top: -5%; right: 12%; background-color: rgba(119, 67, 142, .15); }

  /* Headers */
  h6, h6.h6-md, h6.h6-lg, h6.h6-xl { font-size: 1.25rem; }            /* 20px; */
  h5, h5.h5-md, h5.h5-lg { font-size: 1.375rem; }                     /* 22px; */
  h5.h5-xl, h4, h4.h4-md, h4.h4-lg, h4.h4-xl { font-size: 1.5rem; }   /* 24px; */
  h3, h3.h3-md, h3.h3-lg, h3.h3-xl, h2, h2.h2-md, h2.h2-lg { font-size: 1.625rem; }  /* 26px; */
  h2.h2-xl, h2.h2-title { font-size: 1.875rem; }                       /* 30px; */          

  h6, h5, h4, h3, h2, h1 { line-height: 1.4; }    

  /* Paragraphs */
  p.p-sm { font-size: 0.9375rem; } 
  p { font-size: 1rem; }  
  p.p-md, p.p-lg, p.p-xl { font-size: 1.0625rem; }

  ol.digit-list p { margin-bottom: 5px; }

  /* Button */
  .btn.btn-sm, .btn, .btn.btn-md { font-size: 0.9375rem; padding: 0.8rem 1.45rem; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.68165rem 0.5rem 0; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin: 0 8px 15px; }
  .btns-group .btn:last-child { margin-left: 8px; margin-right: 8px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.225rem; line-height: 0.45rem!important;top: 4px; }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 2.05rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-left: 0; }
  .btn.ico-left span { margin-right: 8px; }
  .btn.ico-right span { margin-left: 8px; }

  /* Button Text */
  p.btn-txt, .text-center p.btns-group-txt { margin-top: 13px; margin-bottom: 0; }
  .btn-rating { margin: 15px 0 0 0; }
  .btn-rating p.p-sm { font-size: 0.9375rem; }
  .star-rating small, .star-rating span.rating-txt { font-size: 1rem; }

  .star-rating.ico-20 [class*="flaticon-"]:before, 
  .star-rating.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 1.125rem; top: 4px; }

  /* Transparent Link */
  a.tra-link { font-size: 1.03125rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 1px; left: 2px; }

  /* Store Badge */
  .store { margin-right: 6px; }
  .store.store-btn-2 { margin-right: 0; }
  .store-btn-3, .store-btn-4 { margin-top: 15px; }

  /* Watch Video Link */
  .watch-video { margin-top: 20px; }
  .watch-video-link { margin-right: 10px; }
  p.video-txt-lg { font-size: 1.125rem; }
  p.video-txt-sm { font-size: 1.0625rem; }

  /* Video Popup Icon */
  .video-btn-xl { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-lg { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 4.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after,
  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4.35rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .ico-55 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-60 .shape-ico svg { width: 130px; height: 130px; top: -35px; left: calc(50% - 60px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md, .ico-rounded-lg { width: 94px; height: 94px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 3rem; line-height: 94px!important; }

  /* PNG Icons */
  .img-80 img { width: 75px; height: 75px; }
  .img-75 img { width: 70px; height: 70px; }
  .img-70 img, .img-65 img, .img-60 img { width: 65px; height: 65px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 22px; }

  /* Section Title */
  .section-title.mb-70 { margin-bottom: 35px; }
  .section-title h2 { padding: 0 3px; }
  .section-title p { margin-top: 15px; }
  .ws-wrapper .section-title p, #features-10 .section-title p { padding: 0 2%; }
  .section-title .btns-group { padding: 0 8%; margin-top: 10px; }
  .section-title .btns-group .btn { width: 100%; margin: 15px 0 0; }

  /* Users */
  .txt-block .users { margin-top: 16px; }
  .users img { max-height: 48px; }
  .txt-block .users img { max-height: 44px; }
  .users p { display: block; font-size: 0.975rem; margin-top: 15px; top: 0; left: 0; }
  .txt-block .users p { display: inline-block; font-size: 0.925rem; top: 10px; left: 4px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 23px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  /* Nav Link Info */
  span.sm-info { width: 22px; height: 22px; font-size: 0.8rem; line-height: 20px; top: -1px; margin-left: 8px; }

  .wsmenu > .wsmenu-list > li > a { padding: 5px 32px 4px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 8px; width: 8px; margin: 24px 18px 0px 0px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { padding: 6px 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 13px 10px; }

  /* Header Store Badges */
  .store.header-store img { max-height: 45px; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -34%; left: 10%; }

  .slideshow, #hero-20 .slideshow, .slideshow .slides, #hero-20 .slideshow .slides { height: 450px; }

  .img-link { bottom: 20px; right: 20px; width: 45px; height: 45px; }
  .img-link a span { top: 4.5px; }

  .hero-section .btns-group { display: block; }
  .hero-section .btns-group .btn { display: block; padding: 1rem 1.5rem; margin: 0 10%; }
  .hero-section .btns-group .btn:first-child { margin-bottom: 15px; }

  /* Hero Advantages */
  .hero-section .text-center .advantages { margin-top: 18px; }
  .hero-section .advantages li { display: block!important; margin-top: 4px; }
  .hero-section .advantages li p { display: block; float: none; }
  .hero-section li.advantages-links-divider { display: none!important; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 54px; font-size: 1.1rem; }
  .hero-section .quick-form.form-half .form-control { height: 54px; font-size: 1.1rem; padding: 0 14px; }
  .hero-section .quick-form.form-half .btn { height: 54px; font-size: 1.1rem; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 0 0; }

  /* HERO DIGITS */
  #hd-1-1, #hd-1-2 { width: 100%; padding: 0; } 
  #hd-1-1 { margin-bottom: 20px; } 
  .hero-digits h2.statistic-number { font-size: 2.85rem; }
  .hero-digits h2.statistic-number small { font-size: 2.15rem; margin-left: 3px; }

  /* HERO-1 */
  .hero-1-txt h2 { font-size: 1.925rem; padding: 0 2%; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { padding: 0; margin: 16px 0 22px; }
  .hero-1-txt .btn.btn-md { display: block; padding: 1rem 1.5rem; margin: 0 10%; }
  .hero-1-txt .star-rating small { display: block; }
  .hero-1-img { margin: 35px 0 0; }

  /* HERO-2 */
  #hero-2 { padding-top: 70px; }
  #hero-2:after { height: 7%; }
  .hero-2-txt h2 { font-size: 2.375rem; padding: 0 2%; }
  .hero-2-txt p.p-lg { padding: 0 4%; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-3 */
  #hero-3 { padding-top: 70px; padding-bottom: 70px; }
  .hero-3-txt h2 { font-size: 2.375rem; }
  .hero-3-txt p.p-md { margin-top: 12px; }
  .hero-3-txt .users { margin-top: 22px; }
  .hero-3-img { margin-top: 35px; }

  /* HERO-4 */
  #hero-4 { margin-bottom: 65px; }
  .hero-4-txt h2 { font-size: 2.125rem; padding: 0 3%; }
  .hero-4-txt p.p-lg { margin: 16px 0 22px; padding: 0 6%; }
  .hero-4-img { margin: 35px 0 -40px; }

  /* HERO-5 */
  #hero-5:after { height: 96%; left: 0; }
  .hero-5-txt h2 { font-size: 2.25rem; }
  .hero-5-txt p.p-md { margin: 15px 0 25px; padding: 0 2%; }
  .hero-5-img { margin: 40px 0 0; }

  /* HERO-6 */
  #hero-6 { padding-top: 70px; padding-bottom: 75px; }
  .hero-6-txt h2 { font-size: 2.15rem; }
  .hero-6-txt p.p-lg { margin-top: 15px; padding: 0 5%; }
  #hero-6 .quick-form { margin: 20px 3% 0; }
  .hero-6-img { margin-top: 35px; }

  /* HERO-7 */
  #hero-7 { padding-top: 60px; background-position: top center; }
  .hero-7-txt h2 { font-size: 2.125rem; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 14px 0 20px; padding: 0 3%; }
  #hero-7 .users { margin-top: 25px; }
  #hero-7 .users img { max-height: 46px; }
  #hero-7 .users p { font-size: 1rem; top: 0; left: 0; margin-top: 12px; }
  .hero-7-img { margin: 30px 2% 0; }

  /* HERO-8 */
  .hero-8-txt h2 { font-size: 2.375rem; padding: 0 2%; }
  .hero-8-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }
  .hero-8-txt p.btn-txt { margin-top: 20px; }
  #hero-8 .quick-form { margin: 25px 6% 0; }

  /* HERO-9 */
  #hero-9 { padding-top: 70px; padding-bottom: 80px; }
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt h2 { font-size: 2.15rem; }
  .hero-9-txt p.p-lg { margin-top: 15px; }
  #hero-9 .quick-form { margin: 20px 3% 0; }
  .hero-9-img { margin-top: 35px; }

  /* HERO-10 */
  #hero-10 { overflow: visible; margin-bottom: 50px; }
  #hero-10 .container { max-width: 100%; }
  .hero-10-txt { margin-bottom: 45px; }
  .hero-10-txt h2 { font-size: 2.375rem; padding: 0 6%; }
  .hero-10-txt p.p-lg { padding: 0 4%; margin-top: 15px; margin-bottom: 25px; }

  .hero-10-wrapper { overflow: visible; margin: 0 -15px; border-radius: 0 0!important; }
  #hero-10 .hero-overlay { position: relative; padding: 60px 25px 0; }
  .hero-10-img { margin-bottom: -50px; }
  .hero-10-img .video-btn { top: calc(50% - 2px); }

  /* HERO-11 */
  .hero-11-txt h2 { font-size: 2.125rem; }
  .hero-11-txt p.p-md { margin: 14px 0 25px; padding: 0; }
  .hero-11-img { margin: 35px 0 0; }

  /* HERO-12 */
  #hero-12 { padding-top: 0; }
  #hero-12 .container { max-width: 100%; }
  .hero-12-wrapper { padding: 70px 25px; margin: 0 -15px; border-radius: 0 0!important; }
  .hero-12-txt h2 { font-size: 2.125rem; padding: 0 5%; }
  .hero-12-txt p.p-lg { margin: 15px 0 25px; }
  .hero-12-img { margin-top: 35px; }

  /* HERO-13 */
  .hero-13-txt h2 { font-size: 2.25rem; padding: 0 2%; }
  .hero-13-txt p.p-xl { padding: 0 4%; margin-top: 15px; }
  #hero-13 .quick-form { margin: 25px 6% 0; }
  .hero-13-txt p.btn-txt { margin-top: 20px; }

  /* HERO-14 */
  #hero-14 { padding-top: 70px; }
  #hero-14:after { height: 7%; }
  .hero-14-txt { padding: 0 3%; }
  .hero-14-txt .section-id { padding: 11px 25px; font-size: 0.9rem; margin-bottom: 30px; }
  .hero-14-txt h2 { font-size: 2.05rem; }
  .hero-14-txt p.p-md { margin: 16px 0 28px; }
  .hero-14-img { margin-top: 35px; }

  /* HERO-15 */
  .hero-15-txt h2 { font-size: 2.375rem; padding: 0 5%; }
  .hero-15-txt p.p-lg { padding: 0 3%; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-16 */
  #hero-16 { padding-top: 70px; padding-bottom: 75px; }
  .hero-16-txt h2 { font-size: 2.15rem; }
  .hero-16-txt p.p-lg { margin-top: 15px; padding: 0 2%; }
  #hero-16 .quick-form { margin: 20px 3% 0; }
  #hero-16 .users { margin-top: 30px; }
  .hero-16-img { margin-top: 35px; }

  /* HERO-17 */
  #hero-17:after { height: 7%; }
  .hero-17-txt h2 { font-size: 2rem; padding: 0 2%; }
  .hero-17-txt p.p-xl { padding: 0; margin-top: 15px; }
  .hero-17-txt .btns-group { margin-top: 22px; }
  .hero-17-img { margin-top: 40px; }

  /* HERO-18 */
  #hero-18 { padding-top: 75px; }
  .hero-18-txt { margin-bottom: 45px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 2rem; }
  .hero-18-txt p.p-xl { padding: 0 3%; margin-top: 12px; }
  .hero-18-txt .btns-group { padding: 0 3%; margin-top: 22px; }
  .hero-18-txt .btns-group .btn { width: 100%; margin: 0; }
  .hero-18-txt .btns-group .btn:first-child { margin-bottom: 15px; }

  .h17-8 { display: none }
  .h17-8 { margin-bottom: 24px; }

  .hero-bg-shape { width: 220%; height: 100%; left: -32%; right: -32%; opacity: .3; }

  /* HERO-19 */
  .hero-19-txt h2 { font-size: 2.25rem; padding: 0 2%; }
  .hero-19-txt p.p-xl { padding: 0 4%; margin-top: 15px; }
  #hero-19 .quick-form { margin: 25px 6% 0; }
  .hero-19-txt p.btn-txt { margin-top: 20px; }
  .hero-19-img { margin-top: 35px; }

  /* HERO-20 */
  #hero-20 .caption { padding: 0 4%; }
  #hero-20 .caption h2 { font-size: 2.0625rem; padding: 0; }
  #hero-20 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-20 .caption .btn { margin-top: 24px; }

  /* HERO-21 */
  #hero-21:after { height: 10%; }
  .hero-21-shape { width: 110%; top: 4%; left: -5%; opacity: .8; }
  .hero-21-txt h2 { font-size: 2rem; padding: 0 2%; }
  .hero-21-txt p.p-xl { padding: 0; margin-top: 15px; }
  .hero-21-txt .btns-group { margin-top: 22px; }
  .hero-21-img { margin-top: 40px; }

  /* HERO-22 */
  #hero-22 .caption h2 { font-size: 2.0625rem; padding: 0; }
  #hero-22 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-22 .caption .btn { margin-top: 24px; }

  /* HERO-23 */
  #hero-23 { padding-top: 70px; }
  .hero-23-txt h2 { font-size: 2.3rem; padding: 0 5%; }
  .hero-23-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-24 */
  #hero-24 { margin-bottom: 50px; }
  .hero-24-txt h2 { font-size: 2.375rem; padding: 0 6%; }
  .hero-24-txt p.p-lg { padding: 0 2%; margin-top: 12px; }
  .hero-24-txt .users { margin-top: 25px; }

  #hero-24-form { padding: 30px 22px; margin: 50px 3% -50px; }
  #hero-24-form h5 { font-size: 1.5rem; margin-bottom: 12px; }
  #hero-24-form p { margin-bottom: 16px; }
  #hero-24-form p.p-sm { padding: 0!important; }
  #hero-24-form .btn { height: 54px; font-size: 1.0625rem; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 70px; }
  .hero-25-txt h2 { font-size: 2.225rem; padding: 0 2%; }
  .hero-25-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-26 */
  .hero-26-txt h2 { font-size: 2.0625rem; }
  .hero-26-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }
  .hero-26-img { margin: 45px -18% 0; }

  /* HERO-27 */
  .hero-27-txt h2 { font-size: 2rem; margin-bottom: 22px; }
  .hero-27-txt p { margin-top: 22px; margin-bottom: 30px; }

  #hero-27 .img-link { bottom: 12px; left: 12px; width: 55px; height: 55px; }
  #hero-27 .img-link a span { top: 7px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 15px; }
  
  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-1-img { margin: 0 -32%; }

  /* FEATURES */
  #features-3.py-100.shape--bg:after, #features-4.py-100.shape--bg:after { height: 68%; top: 32%; }
  #features-3.pt-100.shape--bg:after { height: 64%; top: 33.35%; }
  #features-4.pt-100.shape--bg:after { height: 64%; top: 32.5%; left: 0; }

  #features-3 .txt-block, #features-4 .txt-block { margin-bottom: 30px; }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5,.row-cols-md-2 .fb-3, 
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4, .rows-3 .fb-5, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, 
  .rows-4 .fb-4, .rows-4 .fb-5, .rows-4 .fb-6,#fb-3-1, #fb-3-2, #fb-3-3, #fb-4-1, #fb-4-2, #fb-4-3, .fbox-10.fb-1, 
  .fbox-9.fb-1, .fbox-9.fb-2, .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-7, .fbox-9.fb-8, .fbox-10.fb-3, .fbox-10.fb-5, 
  .fbox-10.fb-7 { margin-bottom: 35px; }

  .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
  .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 35px; }

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 25px; }

  .rows-4 .fb-8 { margin-top: 35px; }
  #features-12 .txt-block { margin-bottom: 30px; }
  .fbox-6.fb-4 { margin-bottom: 25px; }
  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 22px; }

  .fbox-3, .fbox-4, .fbox-6 { 
    padding: 35px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .fbox-5 { padding: 45px 35px; } 
  .fbox-6 { text-align: center; padding: 35px; }

  .fbox-9 { padding: 35px 25px; }
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 30px 25px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 30px 25px 0; }

  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 35px 25px 30px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6,
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 30px 28px 25px; } 

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 190px; } 

  .fbox-7 .fbox-img { margin-bottom: 25px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 30px; margin: 0 20px 45px; } 
  
  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 25px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 25px 0 -18px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 25px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-2 .fbox-10-img, 
  .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 0 20px; }
  .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 20px 0 0; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 0 0 25px; }
  .ico-title .fbox-10.fb-5 .fbox-10-img, .ico-title .fbox-10.fb-6 .fbox-10-img { margin: 25px 0 0; }

  .fbox-ico, .fbox-ico.ico-rounded { margin-bottom: 15px; }
  .fbox-5 .fbox-ico, .fbox-6 .fbox-ico { margin-bottom: 20px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 16px; }
  .t-icon { margin-bottom: 2px; }
  .t-icon.ico-25 [class*="flaticon-"]:before, .t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.625rem; }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before, .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before, .fbox-wrapper .ico-60 [class*="flaticon-"]:after { font-size: 3.7rem; }
  .fbox-ico-wrap .ico-40 [class*="flaticon-"]:before, .fbox-ico-wrap .ico-40 [class*="flaticon-"]:after { font-size: 3.15rem; }

  .fbox-3 h6, .fbox-4 h6 { margin-top: 18px; margin-bottom: 10px; }
  .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-10 h5, .fbox-6 h6, .fbox-9 h6, .fbox-12 h5 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5 { margin-bottom: 14px; }
  .fbox-11 h6 { margin-bottom: 12px; }
  .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 14px; } 

  .fbox-1 p { padding: 0 5%; }
  .fbox-7 p, .fbox-8 p { padding: 0 5%; }

  .fbox-5 .txt-block-tra-link { margin-top: 12px; }

  /* CONTENT */
  .bc-02.pt-30.ws-wrapper, .bc-02.pb-30.ws-wrapper { padding-top: 35px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 50px; }
  .bc-02 .container { max-width: 100%; }
  .bc-02.pt-30 .container, .bc-02.pb-30 .container { max-width: auto; }
  .bc-02-wrapper { margin: 0 -15px; border-radius: 0 0!important; }
  .bc-02.pt-30 .bc-02-wrapper, .bc-02.pb-30 .bc-02-wrapper { margin: 0; border-radius: 12px!important; }

  .ct-06 .section-title p { font-size: 1.03125rem; }
  .bc-03 .section-title p { font-size: 1.03125rem; padding: 0; margin-top: 12px; }

  .ct-05.pt-100, .ct-06 .section-overlay { margin-bottom: 40px; }
  .ct-05.pt-100.ct-05-img { margin-bottom: 0; }
  .bc-01 .section-overlay, .bc-02 .section-overlay { padding: 70px 30px; }
  .bc-02 .ico-title .section-overlay { padding: 70px 30px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 30px 20px; }
  .bc-03 .section-overlay { padding: 70px 28px 0; }
  
  .ct-02-top { margin-bottom: 40px; }
  .txt-box, .bc-01 .txt-box { margin-bottom: 15px; }
  .bc-04-box { 
    padding: 30px 28px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

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

  .two-txt .txt-block.left-column { margin-bottom: 35px; }
  .two-txt .cbox-3, .two-txt .cbox-3 .ico-wrap { text-align: left!important; }

  .txt-block h3, .txt-block h2 { margin-bottom: 16px; }
  .txt-block h5 { margin-bottom: 14px; }
  .ct-03 .txt-block h2 { padding-right: 5px; }
  h5.h5-title { margin: 14px 0; }

  .bc-04-box h2 { font-size: 2.85rem; margin-bottom: 10px; }
  .bc-04-box h2 small, .bc-04-box h2 span { font-size: 2.15rem; }
  .cbox-5 p.p-sm { font-size: 1rem; }

  .txt-block .btn { margin-top: 22px; }
  .txt-block-tra-link { margin-top: 16px; }

  .cbox-1 .ico-wrap { margin-right: 1rem; }
  .cbox-1-ico { width: 1.9rem; height: 1.9rem; font-size: 1.0625rem; line-height: 1.5rem; margin-top: 5px; }

  .cbox-3 .cbox-3-ico { margin-bottom: 10px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-title { margin-bottom: 10px; }
  .cbox-title span {display: block; float: none; line-height: 1!important; margin: 0 0 16px 0; }
  .cbox-title span[class*="flaticon-"]:before, .cbox-title span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-1-txt { margin-bottom: 20px; }
  .cbox-3-txt { margin-bottom: 30px; }
  .cbox-6-txt { margin-bottom: 30px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 340px; min-width: 340px; padding: 12px 16px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 20px; }
  .cbox-4-ico span { position: relative; top: 5px; }
  .cbox-4-txt { padding-left: 11px; }

  .cbox-5-wrapper { margin-top: 0; }
  .box-title { margin-bottom: 12px; }
  .cbox-5.cb-2 { margin-top: 15px; }
  .box-title span { top: 10px; left: 3px; right: 0; }
  .box-title h6 { position: relative; top: 2px; left: 8px; }

  .txt-block .accordion-1 .accordion-item { padding: 22px 0 27px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 0.5px; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { font-size: 1.5rem; padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 18px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .advantages, .text-center .advantages { margin-top: 15px; }
  .img-block-btn .advantages li { display: block!important; margin-top: 4px; }
  .img-block-btn .advantages li p { display: block; float: none; }
  .img-block-btn li.advantages-links-divider { display: none!important; }

  /* Compatibility */
  .compatibility { margin-top: 5px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 12px; }
  .tools-list span { padding-right: 1px; }
  .payment-icons img { max-height: 30px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, 
  .tools-list.ico-35 [class*="flaticon-"]:after { font-size: 2.125rem; line-height: 2.125rem!important; margin-right: 4px; }

  /* Content Images */
  .content-section .container.hidd { overflow: visible!important; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -40px; }
  .img-block-txt { margin-top: 35px; }
  .img-block-btn { padding: 0 8%; margin-top: 35px; }
  .img-block-btn .btn { width: 100%; }

  .bc-3-img .video-btn { top: calc(50% - 25px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column,
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin: 0 0 35px; }

  .bc-01 .img-block, .bc-2-img.right-column, .bc-2-img.left-column { margin-bottom: 35px; }
  .bc-3-img { margin-bottom: -60px; }
  
  .img-content.py-100 { padding: 40px 0; }

  /* STATISTIC */
  .statistic-4-wrapper, .statistic-8-wrapper { padding: 0 8%; }
  .statistic-7-wrapper { padding: 65px 40px; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 30px; }
  .txt-block-stat.mt-30 { margin-top: 20px; }

  #statistic-6 .statistic-block-txt:before { width: 75px; margin: 18px auto 16px; }

  #sb-1-1, #sb-1-2, #sb-2-1, #sb-5-1, #sb-5-2, 
  #sb-5-3, #sb-6-1, #sb-6-2, #sb-7-1, #sb-7-2, #sb-9-1, #sb-9-2 { margin-bottom: 35px; }
  #sb-3-2 { padding-left: 4%; }
  .statistic-4-wrapper .statistic-block { padding: 0; }
  #sb-4-1, #sb-4-2, #sb-8-1, #sb-8-2 { padding: 0 5% 35px; margin-bottom: 35px; }

  h3.statistic-number { font-size: 2.65rem; line-height: 1; letter-spacing: -1px; }
  h2.statistic-number { font-size: 2.85rem; line-height: 1; letter-spacing: -1px; }
  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin-top: 20px; margin-bottom: 12px; }
  .statistic-5-wrapper h3 { font-size: 2.25rem; line-height: 1; }
  #statistic-6 h2.statistic-number { font-size: 3.55rem; letter-spacing: -2px; }
  #statistic-6 h2.statistic-number small { font-size: 2.1875rem; margin-left: 4px; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 20px 0 12px; }

  .statistic-5-wrapper p { margin-top: 12px; }
  .statistic-8-wrapper p { margin-top: 15px; }  

  #sb-2-1 br { display: none; }
  #sb-2-2 { clear: both; }
  #sb-2-2 .txt-block-rating { display: inline-block; }
  #sb-2-2 p { display: inline-block; margin-left: 5px; }

  .statistic-8-wrapper img { max-height: 42px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 40px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 30px; }

  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 25px; }
  #portfolio-1 .filter-item { margin-bottom: 30px; }

  .project-category { left: 20px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 34px; }
  .project-data-txt h5 { padding-right: 15%; }

  .project-source { width: 38px; height: 38px; bottom: 20px; }
  .project-source a span { top: 3.5px; }

  .filter-item:hover .project-data-txt { left: 25px; }
  .filter-item:hover .project-source { right: 20px; }

  #portfolio-1 .more-btn { margin-top: 15px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0; margin-bottom: 30px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 18px; margin: 25px 0 25px; }
  .project-data p { margin-bottom: 7px; }

  .project-txt h5 { margin: 25px 0 14px; }
  .project-txt h6 { font-size: 1.215rem; margin: 14px 0; }

  .project-inner-img { margin: 30px 0; }
  .project-inner-img.d-flex { margin-left: -12px; margin-right: -12px; }
  .project-inner-img .top-img { margin-bottom: 30px; }

  #project-details .more-projects { margin-top: 35px; }
  #project-details .more-projects span { top: 2px; left: 2px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  /* TEAM */
  .team-member-data h6 { font-size: 1.4375rem; }
  .team-member-data p { font-size: 1.125rem; }

  /* CAREERS */
  .position-data { margin-bottom: 4px; }
  .position-data p { font-size: 1.125rem; }

  .career-item .col-sm-8 { display: inline-block; width: 60%; float: left; }
  .position-workplace { text-align: left; }
  .position-workplace h6 { font-size: 1.125rem; }

  .career-item .col-sm-4 { display: inline-block; width: 40%; float: none; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 45px; }
  #job-position .inner-page-title p { margin: 12px 0 10px; padding: 0; }
  #job-position .inner-page-title .btn { font-size: 0.9375rem; padding: 0.7rem 1.25rem; margin-top: 5px; }

  .position-info .btn { margin-top: 16px!important; }

  /* PRICING */
  .p-table { 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .pricing-1-table, .text-center .pricing-1-table { padding: 30px 35px; }

  .pricing-table-header h5 { font-size: 1.5625rem!important; }

  .pricing-discount { top: 0; right: -2px; padding: 6px 11px; }
  .pricing-1-table .pricing-discount { top: -4px; right: 0; padding: 7px 13px; }
  .text-center .pricing-1-table .pricing-discount { top: -32px; right: -5px; }
  .pricing-discount h6 { font-size: 1.05rem; }
  .pricing-1-table .pricing-discount h6 { font-size: 0.9375rem; }

  .pt-btn { font-size: 1.0625rem; padding: 0.925rem 1.3rem; }
  .p-table p.btn-txt { font-size: 1rem; margin: 12px 0 0 0; }

  .price span { font-size: 2.75rem; } 
  .price sup { font-size: 2rem; top: -5px; }
  .price sup.validity { font-size: 1.65rem; }
 
  .text-center .price p { padding: 0; }

  /* Pricing Features */
  .pricing-features.mt-25 { margin-top: 20px; }
  .pricing-features li { padding: 11px 8px; }

  /* Pricing Notice */
  .pricing-notice.mb-40 { margin-bottom: 30px; }
  .col-lg-9 .pricing-notice p, .col-lg-10 .pricing-notice p { padding: 0; }

  /* Pricing Toggle Button */
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1.15rem; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 30px; }
  .table>:not(caption)>*>* { padding: 10px 0 9px; }
  .comp-table .table-responsive thead th { font-size: 0.9375rem; }
  .comp-table .table-responsive tbody th { font-size: 0.915rem; line-height: 1.25; }
  .comp-table .table-responsive tbody td { font-size: 0.9rem; top: 0; line-height: 1.25; }

  .comp-table .table-responsive tbody td span { top: 3px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.675rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.835rem; }

  .pbox { padding: 0; }
  #pbox-1, #pbox-2, #pbox-3 { margin-bottom: 30px; }
  .pricing-section .txt-box-last, .pricing-section .pm-last { margin-bottom: 40px; }
  .comp-table-payment h6 { margin-bottom: 15px; }

  /* RATING */
  #rb-2-1, #rb-2-2 { margin-bottom: 25px; }

  .rating-title { padding: 0 10%; }
  .rating-title h5 { font-size: 1.125rem; }
  .rbox-1-img { margin-bottom: 18px; }
  .rbox-1-img img { max-height: 32px; }
  .rbox-2-txt img { max-height: 30px; }
  p.rbox-2-txt { font-size: 1.1rem; line-height: 32px; }

  .rbox-1 .star-rating { padding: 5px 16px; font-size: 1rem; line-height: 1; }

  .rbox-1 .star-rating span { top: -2px; }
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; } 
  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.35rem; } 

  /* TESTIMONIALS */
  .reviews-3-wrapper { padding: 70px 8%; }
  .reviews-4-wrapper { padding: 70px 6%; }

  #reviews-3 .txt-block { margin-bottom: 40px; }

  .review-1, .review-5 { 
    padding: 20px 20px 25px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .review-2 { padding: 0 5px; }
  .review-3 { 
    text-align: center; 
    padding: 30px 20px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 42px; }
  
  .review-1 .review-ico, .review-5 .review-ico { top: 10px; right: 20px; }

  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 8px; }
  .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:after, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.1rem; }

  .review-2-txt h5 { padding: 0 10%; margin: 10px 0; }
  .review-3-txt h6.h6-md, .review-3-txt h6.h6-lg { margin: 5px 0 10px; }
  #reviews-3 .txt-block h2 { margin-bottom: 12px; padding: 0 10%; }
  #reviews-3 .txt-block p { margin-top: 0; padding: 0 4%; }
  #reviews-3 .txt-block .btn { margin-top: 18px; }

  .review-3 .review-avatar { margin: 18px auto 14px; float: none; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 15px; }
  .review-2 .review-author { margin-top: 20px; }
  .review-3 .review-author { text-align: center; padding: 0; margin-top: 0; }

  .review-author h6 { font-size: 1.175rem; margin-bottom: 12px; }
  .review-1 .review-author h6, .review-5 .review-author h6 { font-size: 1.135rem; margin-bottom: 12px; }
  .review-author p, .reviews-4-txt .review-author p { font-size: 1.0625rem; }
  .reviews-section p.p-sm { font-size: 1rem; }

  .review-5-avatar { right: 20px; bottom: 25px; }
  .review-5-avatar img { width: 44px; height: 44px; }

  .reviews-4-img { width: 130px; height: 130px; margin: 0 auto 10px; }
  .reviews-4-txt .review-author, .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  .brands-2-wrapper, .brands-3-wrapper { padding: 0 12px; }
  .brands-2-wrapper .col, .brands-3-wrapper .col { padding: 0; }

  .brands-title h6 { font-size: 1rem; line-height: 1.55; margin-bottom: 25px; }
  .brands-title h5 { font-size: 1.325rem; margin-bottom: 35px; }
  .brands-title p { padding: 0 8%; margin-bottom: 25px; }

  #brands-4 .txt-block { margin-bottom: 40px; }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-3-1, 
  #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5, #brand-3-6 { margin-bottom: 35px; }
  #brand-3-10 { display: none; }
  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 26px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo, #brands-2 .brand-logo, #brands-3 .brand-logo {padding: 0 10px; } 
  #brands-4 .brand-logo { padding: 0 5px; }

  .brands-section .more-btn { margin-top: 30px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 54px; }

  .int-4-wrapper .col { padding: 0 8px; }

  .filter-btns button { font-size: 1.1rem; }

  .int_tool-1 { padding: 18px 22px 16px; margin-bottom: 20px; }
  .int_tool-2 { padding: 18px 22px; }
  .int_tool-3 { padding: 24px; margin-bottom: 20px; }
  .int_tool-4 { padding: 18px 12px; margin-bottom: 16px; }
  .filter-item, .int-2-wrapper .int_tool-2 { margin-bottom: 20px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img { width: 48px; height: 48px; }
  .int_tool-3 img, .int_tool-4 img { width: 50px; height: 50px; }

  .tool_txt h6 { font-size: 1.25rem; line-height: 1; margin-top: 3px; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.0625rem; margin-top: 3px; }

  /* BANNER */
  #banner-1 .container { max-width: 100%; } 

  .banner-1-wrapper { padding: 65px 30px 70px; margin: 0 -15px; border-radius: 0 0!important; }
  .banner-2-wrapper .banner-overlay { padding: 60px 35px 70px; }
  #banner-3 .banner-overlay.pt-80.pb-90 { padding: 55px 0 65px; } 
  .banner-4-wrapper { padding: 45px 5%; }

  .banner-4-txt { margin-bottom: 12px; }

  .banner-1-txt h4 { font-size: 1.625rem; }  /* 26px; */
  .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 10px; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 22px; }

  .banner-section p { margin-bottom: 18px; }
  #banner-1.banner-section p { padding: 0 5%; margin: 15px 0 20px; }
  #banner-2.banner-section p { padding: 0; }
  #banner-2.banner-section .l-txt p { padding: 0 4%; }
  #banner-3.banner-section p.p-xl { padding: 0 8%; }

  .banner-1-txt .btn { display: block; margin: 14px 8% 0; }
  .banner-2-txt .btns-group .btn { display: block; margin-left: 8%; margin-right: 8%; }

  /* DOWNLOAD */
  span.version-data { display: block; font-size: 1.85rem; margin-right: 0; margin-bottom: 12px; }
  span.release-date { display: block; font-size: 1.25rem; }
  span.release-date span { margin-left: 10px; }

  /* FAQs */
  #faqs-1 .section-title { margin-bottom: 25px; } 
  #faqs-2 .section-title { margin-bottom: 35px; } 
  #faqs-3 .section-title { margin-bottom: 30px; } 

  #faqs-1.faqs-section .accordion-thumb h5 { line-height: 1.5; }
  #faqs-2 .question h6, #faqs-2 .question h5 { font-size: 1.25rem; margin-bottom: 12px; }
  .accordion-thumb h5 { font-size: 1.25rem; line-height: 1.5; padding-right: 8%; }
  .faqs-3-question h5 { font-size: 1.25rem; margin-bottom: 12px; }

  #faqs-1 .accordion-thumb { padding: 14px 0 18px; }
  #faqs-3.faqs-section .accordion-thumb { padding: 20px 0 25px; }

  .accordion-panel { padding: 0 0 10px 0; }
  #faqs-3 .accordion-panel { padding: 30px 0 15px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  #faqs-1.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-1.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.925rem; top: 18px; right: 2px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.9rem; top: 25px; right: 2px; }

  .more-questions { margin-top: 10px; }
  #faqs-1 .more-questions { margin-top: 25px; }
  #faqs-3 .more-questions { margin: 30px auto 0; }

  .more-questions h6 { font-size: 1.225rem; }
  .more-questions span { display: block; margin-bottom: 3px; }

  .more-questions-txt { padding: 18px 36px; }
  .more-questions-txt p { font-size: 1.125rem; }
  .more-questions .more-questions-txt a { display: inline-block; }

  /* HELP CENTER */
  .help-category { padding: 35px 30px; margin-bottom: 25px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 45px 18px 34px; margin-bottom: 40px; }
  #help-category .breadcrumb-wrapper { margin-bottom: 30px; }
  .help-category-title p { margin-top: 10px; }

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 16px 0; }
  .help-category-data span { font-size: 1rem; }

  .read-time, .updated-date { display: block; }
  .read-time { margin-top: 3px; margin-left: 0; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { display: inline-block!important; margin-left: 65px; margin-bottom: 20px; }
  .breadcrumb { margin-bottom: 0; }

  .help-article-title h3 { padding: 0 3%; margin-bottom: 14px; }
  .help-article-title img { margin: 30px 0; }

  .table-of-contents { padding: 30px 0 35px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { margin: 30px 0; }
  #help-article .txt-block h6 { font-size: 1.125rem; margin: 22px 0 12px; }

  #help-article .txt-block img { margin: 15px 0 20px; }

  .help-vote-form { margin-top: 40px; }
  .help-vote-form h6 { margin-bottom: 20px; }
  .help-vote-form .btns-group .btn:first-child { margin: 0 0 14px; }
  .help-vote-form .btns-group .btn:last-child {  margin: 0; }
  .help-vote-form .btn { width: 100%; }

  /* BLOG */
  .posts-category { margin-top: 0; margin-bottom: 30px; }
  .posts-category span { top: 1.25px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; } 

  .square-post .blog-post-txt { padding: 15px 30px 35px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 30px; }
  .single-post-title h3, .single-post-title h2 { padding: 0 10px; }
  .single-post-title p.p-lg { margin-top: 12px; }

  #single-post .blog-post-meta { margin-bottom: 12px; }

  #single-post .blog-post-img.pb-60 { padding-bottom: 30px; }

  .single-post-txt .blockquote p { font-size: 1.15rem; margin-bottom: 35px; }
  .single-post-txt .blockquote-footer { font-size: 1rem; line-height: 1.5; }

  .post-inner-img { margin: 25px 0; }

  .post-data { text-align: center; margin-top: 60px; padding: 60px 0; }

  .post-author-avatar { float: none; margin-right: 0; margin-bottom: 10px; }
  .post-author-avatar img { width: 58px; height: 58px; }

  .post-author-txt { top: 0; }
  .post-author-txt p { font-size: 1.0625rem; margin-top: 10px; }

  .post-share-list.text-end { text-align: center!important; margin-top: 12px; }
  .post-share-list p { font-size: 1.0625rem; margin-bottom: 10px; }

  #post-comments img { width: 48px; height: 48px; }
  .comment-body { margin-left: 20px; }
  .comment-meta { margin-bottom: 7px; }
  .comment-meta h6 { font-size: 1.275rem; margin-bottom: 6px; }
  .comment-date, .btn-reply a { font-size: 1rem; } 
  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 1rem; }

  .comment-form { margin-top: 35px; }
  .comment-form p { margin-bottom: 10px; }
  .comment-form .btn { font-size: 1.0625rem; height: 52px; }

  .comment-form .form-control { margin-bottom: 25px; }
  .comment-form textarea { min-height: 170px; }

  /* NEWSLETTER */
  #newsletter-2 .container { max-width: 100%; } 

  #newsletter-1 .newsletter-overlay { padding: 50px 0 40px; }  
  #newsletter-2 .newsletter-overlay { padding: 65px 35px 55px; margin: 0 -15px; border-radius: 0 0!important; }

  .newsletter-txt h4, .newsletter-txt h3 { font-size: 1.75rem; padding: 0; margin-bottom: 25px; }
  #newsletter-2 .newsletter-txt p { padding: 0 4%; }

  #newsletter-1 .newsletter-form { padding: 0 5%; }
  #newsletter-2 .newsletter-form { padding: 0 2%; margin-top: 30px; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 54px; font-size: 1.0625rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* CONTACTS */
  .contacts-info { text-align: center; }
  .contacts-info p { margin: 14px 0 0; padding: 0 3%; }
  .contacts-info h6 { margin: 22px 0 14px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-boxes.pb-70 { text-align: center; padding-bottom: 40px; }
  .contact-box p { padding: 0 5%; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, 
  .contact-form .form-select { height: 54px; font-size: 1.0625rem; padding: 0 15px; margin-bottom: 18px; }
  .contact-form textarea { min-height: 170px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form .form-btn .btn { width: 100%; font-size: 1.0625rem; padding: 0.95rem 1.4rem; }
  .contact-form-msg { text-align: center; margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }
  #footer-1 .footer-contacts { margin-top: -5px; }
  .footer-info, #footer-4 .footer-info, #footer-4 .footer-contacts { margin-bottom: 35px; }
  .footer-links, #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 25px; }
  #footer-9 .footer-contacts { margin-top: -5px; margin-bottom: 35px; }
  .footer-form { margin-bottom: 10px; }
  #footer-11 .footer-form { margin-top: 35px; }

  .fl-1, .fl-2, .fl-3, .fl-4, #footer-1 .fl-5 { border-bottom: 1px solid #ddd; margin-bottom: 16px; padding-bottom: 17px; }
  #footer-1 .fl-3 { margin-bottom: 17px; }

  #footer-10 .foo-links { display: block; padding-top: 0; }
  #footer-10 .foo-links li { padding: 0 10px; }

  img.footer-logo { max-height: 33px; margin-bottom: 22px; }
  #footer-6 img.footer-logo { margin-bottom: 5px; }

  .footer h6 { font-size: 1.1875rem; margin-bottom: 20px; }   /* 19px */
  .footer .footer-links h6.h6-lg { font-size: 1.275rem; margin-bottom: 18px; }

  .footer-mail-link { margin: 0 0 0 6px; }
  .footer-mail-link a { font-size: 1.09375rem; }  /* 17.5px */
  .footer-mail-link span { top: 4.5px; right: 5px; }

  .footer-mail-link.ico-20 [class*="flaticon-"]:before, 
  .footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.275rem; }

  .footer-info-socials li { padding-right: 13px; }
  .footer-info-socials.ico-20 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-20 [class*="flaticon-"]:after,
  .footer-info-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.3975rem; }

  .footer-socials a { margin-right: 13px; }
  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.435rem; }
  
  #footer-1 .footer-form { margin-bottom: 0; }
  .footer-form .form-control { font-size: 1.1rem; height: 38px; }
  .footer-form .btn { height: 40px; }
  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { font-size: 1rem; line-height: 28px!important; }

  #footer-1 .bottom-footer { margin-top: 20px; }
  .footer-copyright p, .bottom-footer-list p.p-sm, .bottom-secondary-link p.p-sm { font-size: 1rem; }

  .footer-list-divider { top: -1px; }
  .bottom-secondary-link p span { top: 1.5px; padding: 0 2px; }
  .footer-info-copyright p span { top: 2px; padding: 0 2px; }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after { font-size: 0.815rem; }

  .bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
  .bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

  .footer-stores-badge { margin-bottom: 20px; }
  .footer-stores-badge .store { margin-right: 10px; }
  .footer .badge-img-xs .store img { max-height: 2.75rem; }

  .bottom-foo-socials { margin-left: 6px; }
  .bottom-foo-socials li { margin-right: 6px; }
  .bottom-foo-socials li span { top: 2.5px; right: 3px; }

  .bottom-foo-socials.ico-10 [class*="flaticon-"]:before, 
  .bottom-foo-socials.ico-10 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .bottom-footer p.p-sm { margin-bottom: 0; }

  /* INNER PAGE WRAPPER */
  .inner-page-title { margin-bottom: 50px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { padding: 0 5%; line-height: 1.6666; margin-top: 10px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, 
  .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin: 35px 0 15px; }
  .txt-block.legal-info h6 { margin: 15px 0; }

  /* SIGN IN / SIGN UP */
  .login-page-logo { margin-bottom: 40px; }
  .login-page-logo img { max-height: 35px; }

  .login-1 .register-page-form, .signup-1 .register-page-form,
  .login-2 .register-page-form, .signup-2 .register-page-form { 
    margin: 0 3%; 
    padding: 30px 18px 35px; 
    border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -o-border-radius: 8px; 
    -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
    -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
    box-shadow: 0 4px 12px 0 var(--tra-black);
  }

  .login-2 .register-page-form, .signup-2 .register-page-form { margin: 0 2%; }

  .login-3 .register-page-wrapper, .signup-3 .register-page-wrapper { border-radius: 8px; margin: 0 3%; }
  .login-3 .register-page-form, .signup-3 .register-page-form { padding: 30px 18px; }

  .reset-page-wrapper form { margin: 0 3%; padding: 35px 12px 5px; }

  .register-form-title { margin-bottom: 20px; }
  .login-2 .register-form-title, .signup-2 .register-form-title , .reset-form-title{ margin-bottom: 16px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 10px; }

  .register-page-form p.input-header, .register-page-form .btn-google { font-size: 1rem; }
  .reset-password-link p { font-size: 1rem; margin-top: 16px; }
  .login-3 .reset-password-link p { margin-top: 3px; margin-bottom: 24px; }
  .form-data span { font-size: 0.9rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1rem; padding: 0 2%; margin-top: 16px; }

  .separator-line { font-size: 1rem;  margin: 15px 0; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 16px; }
  #login .register-page-form .btn.submit { height: 54px; font-size: 1.0625rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 54px; font-size: 1.0625rem; margin-top: 18px; }
  .reset-page-wrapper .btn.submit { height: 54px; font-size: 1.0625rem; margin-bottom: 16px; }
  .btn-google img { width: 18px; height: 18px; top: -2px; right: 5px; }

  /* PAGE 404 */
  #page-404 { padding-top: 100px; }
  .page-404-txt h2 { font-size: 2.2rem; margin-bottom: 14px; }
  .page-404-txt h6 { font-size: 1.135rem; padding: 0 5%; margin-bottom: 25px; }
  .page-404-img { padding: 0 8%; margin-bottom: 30px; }
  .page-404-footer p span { display: block; }

  /* COOKIES */
  #cookies { bottom: 15px; left: 5%; width: 90%; padding: 22px 18px 18px; }
  #cookies p { font-size: 1rem; }
  #cookies-ok { font-size: 0.95rem; padding: 7px 18px; }
  #cookies-info { margin-left: 15px; }
  #cookies-close { right: 14px; top: 6px; }
  #cookies-close svg { width: 12px; height: 12px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 320px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 350px; margin: auto auto; }

  #modal-1 .modal-body-img { padding-top: 25px; }

  #modal-1 .modal-body-content { padding: 5px 22px 10px; }
  #modal-2 .modal-body-content { padding: 25px 12px 18px; }

  .modal .btn-close { right: 16px!important; top: 16px!important; }

  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 18px; }

  .modal-body .newsletter-form { margin-top: 18px; }
  .modal .newsletter-form .form-control,
  #modal-2 .request-form .form-control { height: 54px; font-size: 1.0625rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 54px; font-size: 1.0625rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 390px) and (max-width: 413.98px) {

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  #stlChanger { display: none; }
  .division { padding-left: 8px; padding-right: 8px; }
  .block--shadow { -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Background Shape */
  .shape--01:after { height: 55%; }
  .shape--02:after { height: 55%; top: 45%; }
  .bg--shape:after { width: 1300px; height: 1300px; top: 12%; left: -10%; }
  .bg--shape-top:after { width: 450px; height: 450px; top: -5%; right: 12%; background-color: rgba(119, 67, 142, .15); }

  /* Headers */
  h6, h6.h6-md, h6.h6-lg, h6.h6-xl { font-size: 1.25rem; }            /* 20px; */
  h5, h5.h5-md, h5.h5-lg { font-size: 1.375rem; }                     /* 22px; */
  h5.h5-xl, h4, h4.h4-md, h4.h4-lg, h4.h4-xl { font-size: 1.5rem; }   /* 24px; */
  h3, h3.h3-md, h3.h3-lg, h3.h3-xl, h2, h2.h2-md, h2.h2-lg { font-size: 1.625rem; }  /* 26px; */
  h2.h2-xl, h2.h2-title { font-size: 1.875rem; }                       /* 30px; */            

  h6, h5, h4, h3, h2, h1 { line-height: 1.4; }

  /* Paragraphs */
  p.p-sm { font-size: 0.9375rem; } 
  p { font-size: 1rem; }  
  p.p-md, p.p-lg, p.p-xl { font-size: 1.0625rem; }

  ol.digit-list p { margin-bottom: 5px; }

  /* Button */
  .btn.btn-sm, .btn, .btn.btn-md { font-size: 0.9375rem; padding: 0.8rem 1.45rem; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.61915rem 0.5rem 0; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin: 0 8px 15px; }
  .btns-group .btn:last-child { margin-left: 8px; margin-right: 8px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.225rem; line-height: 0.45rem!important;top: 4px; }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 2.05rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.15rem; top: -10px; margin-left: 0; }
  .btn.ico-left span { margin-right: 7px; }
  .btn.ico-right span { margin-left: 7px; }

  /* Button Text */
  p.btn-txt, .text-center p.btns-group-txt { margin-top: 13px; margin-bottom: 0; }
  .btn-rating { margin: 15px 0 0 0; }
  .btn-rating p.p-sm { font-size: 0.9375rem; }
  .star-rating small, .star-rating span.rating-txt { font-size: 1rem; }

  .star-rating.ico-20 [class*="flaticon-"]:before, 
  .star-rating.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 1.125rem; top: 2px; }

  /* Transparent Link */
  a.tra-link { font-size: 1.03125rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 1px; left: 2px; }

  /* Store Badge */
  .store { margin-right: 6px; }
  .store.store-btn-2 { margin-right: 0; }
  .store-btn-3, .store-btn-4 { margin-top: 15px; }

  /* Watch Video Link */
  .watch-video { margin-top: 20px; }
  .watch-video-link { margin-right: 10px; }
  p.video-txt-lg { font-size: 1.125rem; }
  p.video-txt-sm { font-size: 1.0625rem; }

  /* Video Popup Icon */
  .video-btn-xl { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-lg { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 4.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after,
  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4.35rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .fbox-11 .ico-50 .shape-ico svg { top: -35px; left: calc(50% - 65px); }
  .ico-55 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-60 .shape-ico svg { width: 130px; height: 130px; top: -35px; left: calc(50% - 60px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md, .ico-rounded-lg { width: 94px; height: 94px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 3rem; line-height: 94px!important; }

  /* PNG Icons */
  .img-80 img { width: 70px; height: 70px; }
  .img-75 img { width: 65px; height: 65px; }
  .img-70 img, .img-65 img, .img-60 img { width: 60px; height: 60px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 22px; }

  /* Section Title */
  .section-title.mb-70 {margin-bottom: 35px; }
  .section-title p { margin-top: 15px; }
  .section-title .btns-group { padding: 0 8%; margin-top: 10px; }
  .section-title .btns-group .btn { width: 100%; margin: 15px 0 0; }

  /* Users */
  .txt-block .users { margin-top: 16px; }
  .users img { max-height: 48px; }
  .txt-block .users img { max-height: 42px; }
  .users p { font-size: 0.975rem; margin-top: 15px; top: 0; left: 0; }
  .txt-block .users p { font-size: 0.915rem; top: 10px; left: 4px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 23px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  /* Nav Link Info */
  span.sm-info { width: 22px; height: 22px; font-size: 0.8rem; line-height: 20px; top: -1px; margin-left: 8px; }

  .wsmenu > .wsmenu-list > li > a { padding: 5px 32px 4px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 8px; width: 8px; margin: 24px 18px 0px 0px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { padding: 6px 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 13px 10px; }

  /* Header Store Badges */
  .store.header-store img { max-height: 45px; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -34%; left: 10%; }

  .slideshow, #hero-20 .slideshow, .slideshow .slides, #hero-20 .slideshow .slides { height: 450px; }

  .img-link { bottom: 20px; right: 20px; width: 45px; height: 45px; }
  .img-link a span { top: 4.5px; }

  .hero-section .btns-group { display: block; }
  .hero-section .btns-group .btn { display: block; padding: 1rem 1.5rem; margin: 0 10%; }
  .hero-section .btns-group .btn:first-child { margin-bottom: 15px; }

  /* Hero Advantages */
  .hero-section .text-center .advantages { margin-top: 18px; }
  .hero-section .advantages li { display: block!important; margin-top: 4px; }
  .hero-section .advantages li p { display: block; float: none; }
  .hero-section li.advantages-links-divider { display: none!important; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 52px; font-size: 1.0625rem; }
  .hero-section .quick-form.form-half .form-control { height: 52px; font-size: 1.0625rem; padding: 0 14px; }
  .hero-section .quick-form.form-half .btn { height: 52px; font-size: 1.0625rem; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 0 0; }

  /* HERO DIGITS */
  #hd-1-1, #hd-1-2 { width: 100%; padding: 0; } 
  #hd-1-1 { margin-bottom: 20px; } 
  .hero-digits h2.statistic-number { font-size: 2.85rem; }
  .hero-digits h2.statistic-number small { font-size: 2.15rem; margin-left: 3px; }

  /* HERO-1 */
  .hero-1-txt h2 { font-size: 1.925rem; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { margin: 18px 0 22px; }
  .hero-1-txt .btn.btn-md { display: block; padding: 1rem 1.5rem; margin: 0 8%; }
  .hero-1-txt .star-rating small { display: block; }
  .hero-1-img { margin: 35px 0 0; }

  /* HERO-2 */
  #hero-2 { padding-top: 70px; }
  #hero-2:after { height: 7%; }
  .hero-2-txt h2 { font-size: 2.3rem; padding: 0 2%; }
  .hero-2-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }
  .hero-2-img { margin-top: 35px; }

  /* HERO-3 */
  #hero-3 { padding-top: 70px; padding-bottom: 70px; }
  .hero-3-txt h2 { font-size: 2.3rem; }
  .hero-3-txt p.p-md { margin-top: 12px; }
  .hero-3-txt .users { margin-top: 22px; }
  .hero-3-img { margin-top: 35px; }

  /* HERO-4 */
  #hero-4 { margin-bottom: 65px; }
  .hero-4-txt h2 { font-size: 2rem; padding: 0 2%; }
  .hero-4-txt p.p-lg { margin: 14px 0 22px; padding: 0 5%; }
  .hero-4-img { margin: 35px 0 -40px; }

  /* HERO-5 */
  #hero-5:after { height: 96%; left: 0; }
  .hero-5-txt h2 { font-size: 2.25rem; }
  .hero-5-txt p.p-md { margin: 15px 0 25px; padding: 0 2%; }
  .hero-5-img { margin: 40px 0 0; }

  /* HERO-6 */
  #hero-6 { padding-top: 70px; padding-bottom: 75px; }
  .hero-6-txt h2 { font-size: 2.15rem; }
  .hero-6-txt p.p-lg { margin-top: 15px; }
  #hero-6 .quick-form { margin: 20px 3% 0; }
  .hero-6-img { margin-top: 35px; }

  /* HERO-7 */
  #hero-7 { padding-top: 60px;  background-position: top center; }
  .hero-7-txt h2 { font-size: 2rem; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 14px 0 20px; padding: 0 3%; }
  #hero-7 .users { margin-top: 25px; }
  #hero-7 .users img { max-height: 46px; }
  #hero-7 .users p { font-size: 1rem; top: 0; left: 0; margin-top: 12px; }
  .hero-7-img { margin: 30px 2% 0; }

  /* HERO-8 */
  .hero-8-txt h2 { font-size: 2.3rem; padding: 0 2%; }
  .hero-8-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }
  .hero-8-txt p.btn-txt { margin-top: 20px; }
  #hero-8 .quick-form { margin: 25px 6% 0; }

  /* HERO-9 */
  #hero-9 { padding-top: 70px; padding-bottom: 70px; }
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt h2 { font-size: 2rem; }
  .hero-9-txt p.p-lg { margin-top: 15px; padding: 0 5%; }
  #hero-9 .quick-form { margin: 20px 6% 0; }
  .hero-9-img { margin-top: 35px; }

  /* HERO-10 */
  #hero-10 { margin-bottom: 40px; }
  #hero-10 .container { max-width: 100%; }
  .hero-10-txt { margin-bottom: 45px; }
  .hero-10-txt h2 { font-size: 2.3rem; padding: 0 5%; }
  .hero-10-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }

  .hero-10-wrapper { overflow: visible; margin: 0 -15px; border-radius: 0 0!important; }
  #hero-10 .hero-overlay { position: relative; padding: 65px 25px 0; }
  .hero-10-img { margin-bottom: -40px; }
  .hero-10-img .video-btn { top: calc(50% - 2px); }

  /* HERO-11 */
  .hero-11-txt h2 { font-size: 2rem; }
  .hero-11-txt p.p-md { margin: 14px 0 25px; padding: 0; }
  .hero-11-img { margin: 35px 0 0; }

  /* HERO-12 */
  #hero-12 { padding-top: 0; }
  #hero-12 .container { max-width: 100%; }
  .hero-12-wrapper { padding: 70px 25px; margin: 0 -15px; border-radius: 0 0!important; }
  .hero-12-txt h2 { font-size: 1.925rem; padding: 0 6%; }
  .hero-12-txt p.p-lg { margin: 15px 0 25px; }
  .hero-12-img { margin-top: 35px; }

  /* HERO-13 */
  .hero-13-txt h2 { font-size: 2.1875rem; padding: 0 2%; }
  .hero-13-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-13 .quick-form { margin: 25px 6% 0; }
  .hero-13-txt p.btn-txt { margin-top: 20px; }

  /* HERO-14 */
  #hero-14 { padding-top: 70px; }
  #hero-14:after { height: 7%; }
  .hero-14-txt .section-id { padding: 11px 25px; font-size: 0.9rem; margin-bottom: 30px; }
  .hero-14-txt h2 { font-size: 2rem; }
  .hero-14-txt p.p-md { margin: 16px 0 28px; }
  .hero-14-img { margin-top: 35px; }

  /* HERO-15 */
  .hero-15-txt h2 { font-size: 2.3rem; }
  .hero-15-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-16 */
  #hero-16 { padding-top: 70px; padding-bottom: 75px; }
  .hero-16-txt h2 { font-size: 2rem; }
  .hero-16-txt p.p-lg { margin-top: 15px; }
  #hero-16 .quick-form { margin: 20px 3% 0; }
  #hero-16 .users { margin-top: 30px; }
  .hero-16-img { margin-top: 35px; }

  /* HERO-17 */
  #hero-17:after { height: 7%; }
  .hero-17-txt h2 { font-size: 2rem; padding: 0 2%; }
  .hero-17-txt p.p-xl { padding: 0 4%; margin-top: 15px; }
  .hero-17-txt .btns-group { margin-top: 22px; }
  .hero-17-img { margin-top: 40px; }

  /* HERO-18 */
  #hero-18 { padding-top: 75px; }
  .hero-18-txt { margin-bottom: 45px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 1.925rem; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 12px; }
  .hero-18-txt .btns-group { padding: 0 3%; margin-top: 22px; }
  .hero-18-txt .btns-group .btn { width: 100%; margin: 0; }
  .hero-18-txt .btns-group .btn:first-child { margin-bottom: 15px; }

  .h18-1 { display: none }
  .h18-2 { margin-bottom: 24px; }

  .hero-bg-shape { width: 220%; height: 100%; left: -32%; right: -32%; opacity: .3; }

  /* HERO-19 */
  .hero-19-txt h2 { font-size: 2.1875rem; padding: 0 2%; }
  .hero-19-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-19 .quick-form { margin: 25px 6% 0; }
  .hero-19-txt p.btn-txt { margin-top: 20px; }
  .hero-19-img { margin-top: 35px; }

  /* HERO-20 */
  #hero-20 .caption { padding: 0 3%; }
  #hero-20 .caption h2 { font-size: 2rem; padding: 0; }
  #hero-20 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-20 .caption .btn { margin-top: 24px; }

  /* HERO-21 */
  #hero-21:after { height: 10%; }
  .hero-21-shape { width: 110%; top: 4%; left: -5%; opacity: .8; }
  .hero-21-txt h2 { font-size: 2rem; padding: 0 2%; }
  .hero-21-txt p.p-xl { padding: 0 4%; margin-top: 15px; }
  .hero-21-txt .btns-group { margin-top: 22px; }
  .hero-21-img { margin-top: 40px; }

  /* HERO-22 */
  #hero-22 .caption h2 { font-size: 2rem; padding: 0; }
  #hero-22 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-22 .caption .btn { margin-top: 24px; }

  /* HERO-23 */
  #hero-23 { padding-top: 70px; }
  .hero-23-txt h2 { font-size: 2.25rem; padding: 0 2%; }
  .hero-23-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }
  .hero-23-img { margin-top: 35px; }

  /* HERO-24 */
  #hero-24 { margin-bottom: 50px; }
  .hero-24-txt h2 { font-size: 2.3rem; padding: 0 5%; }
  .hero-24-txt p.p-lg { margin-top: 12px; }
  .hero-24-txt .users { margin-top: 25px; }

  #hero-24-form { padding: 30px 22px; margin: 50px 2% -50px; }
  #hero-24-form h5 { font-size: 1.5rem; margin-bottom: 12px; }
  #hero-24-form p { margin-bottom: 16px; }
  #hero-24-form p.p-sm { padding: 0!important; }
  #hero-24-form .btn { height: 52px; font-size: 1.0625rem; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 70px; }
  .hero-25-txt h2 { font-size: 2.15rem; }
  .hero-25-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }
  .hero-25-img { margin-top: 35px; }

  /* HERO-26 */
  .hero-26-txt h2 { font-size: 2rem; }
  .hero-26-txt p.p-lg { padding: 0 2%; margin-top: 15px; margin-bottom: 25px; }
  .hero-26-img { margin: 45px -20% 0; }

  /* HERO-27 */
  .hero-27-txt h2 { font-size: 1.85rem; margin-bottom: 22px; }
  .hero-27-txt p { margin-top: 22px; margin-bottom: 30px; }

  #hero-27 .img-link { bottom: 12px; left: 12px; width: 50px; height: 50px; }
  #hero-27 .img-link a span { top: 5px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 15px; }
  
  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  #a3-1 { margin-bottom: 20px; }

  .about-1-img { margin: 0 -32%; }

  /* FEATURES */
  #features-3.py-100.shape--bg:after, #features-4.py-100.shape--bg:after { height: 67%; top: 33%; }
  #features-3.pt-100.shape--bg:after { height: 64%; top: 34.2%; }
  #features-4.pt-100.shape--bg:after { height: 65%; top: 33%; left: 0; }

  #features-3 .txt-block, #features-4 .txt-block { margin-bottom: 30px; }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5,.row-cols-md-2 .fb-3, 
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4, .rows-3 .fb-5, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, 
  .rows-4 .fb-4, .rows-4 .fb-5, .rows-4 .fb-6,#fb-3-1, #fb-3-2, #fb-3-3, #fb-4-1, #fb-4-2, #fb-4-3, .fbox-10.fb-1, 
  .fbox-9.fb-1, .fbox-9.fb-2, .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-7, .fbox-9.fb-8, .fbox-10.fb-3, .fbox-10.fb-5, 
  .fbox-10.fb-7, .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 35px; }

  .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
  .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 35px; }

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 25px; }

  .rows-4 .fb-8 { margin-top: 35px; }
  .fbox-6.fb-4, #features-12 .txt-block { margin-bottom: 25px; }
  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 22px; }

  .fbox-3, .fbox-4, .fbox-6 { 
    padding: 35px 30px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .fbox-5 { padding: 35px 30px; } 
  .fbox-6 { text-align: center; padding: 30px 25px; }

  .fbox-9 { padding: 35px 30px; }
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 30px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 30px 30px 0; }

  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 35px 25px 30px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6,
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 30px 25px 25px; } 

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 170px; } 

  .fbox-7 .fbox-img { margin-bottom: 25px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 30px; margin: 0 18px 45px; } 

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 25px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 25px 0 -18px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 25px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-2 .fbox-10-img, 
  .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 0 20px; }
  .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 20px 0 0; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 0 0 20px; }
  .ico-title .fbox-10.fb-5 .fbox-10-img, .ico-title .fbox-10.fb-6 .fbox-10-img { margin: 25px 0 0; }

  .fbox-ico, .fbox-ico.ico-rounded { margin-bottom: 15px; }
  .fbox-5 .fbox-ico, .fbox-6 .fbox-ico { margin-bottom: 20px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 16px; }
  .t-icon { margin-bottom: 2px; }
  .t-icon.ico-25 [class*="flaticon-"]:before, .t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.625rem; }
  .fbox-11-ico { margin-bottom: 14px; }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before, .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before, .fbox-wrapper .ico-60 [class*="flaticon-"]:after { font-size: 3.7rem; }
  .fbox-ico-wrap .ico-40 [class*="flaticon-"]:before, .fbox-ico-wrap .ico-40 [class*="flaticon-"]:after { font-size: 3.15rem; }

  .fbox-3 h6, .fbox-4 h6 { margin-top: 18px; margin-bottom: 10px; }
  .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-10 h5, .fbox-6 h6, .fbox-9 h6, .fbox-12 h5 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5, .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 14px; }
  .fbox-11 h6 { margin-bottom: 12px; }

  .fbox-1 p { padding: 0 2%; }
  .fbox-7 p, .fbox-8 p { padding: 0 4%; }

  .fbox-5 .txt-block-tra-link { margin-top: 14px; }

  /* CONTENT */
  .bc-02.pt-30.ws-wrapper, .bc-02.pb-30.ws-wrapper { padding-top: 35px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 50px; }
  .bc-02 .container { max-width: 100%; }
  .bc-02.pt-30 .container, .bc-02.pb-30 .container { max-width: auto; }
  .bc-02-wrapper { margin: 0 -15px; border-radius: 0 0!important; }
  .bc-02.pt-30 .bc-02-wrapper, .bc-02.pb-30 .bc-02-wrapper { margin: 0; border-radius: 12px!important; }

  .bc-03 .section-title p { font-size: 1.03125rem; padding: 0; margin-top: 12px; }

  .ct-05.pt-100, .ct-06 .section-overlay { margin-bottom: 40px; }
  .ct-05.pt-100.ct-05-img { margin-bottom: 0; }
  .bc-01 .section-overlay, .bc-02 .section-overlay { padding: 70px 22px; }
  .bc-02 .ico-title .section-overlay { padding: 70px 22px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 30px 28px; }
  .bc-03 .section-overlay { padding: 70px 22px 0; }
  
  .ct-02-top { margin-bottom: 40px; }
  .txt-box, .bc-01 .txt-box { margin-bottom: 15px; }
  .bc-04-box { 
    padding: 30px 26px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

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

  .two-txt .txt-block.left-column { margin-bottom: 35px; }
  .two-txt .cbox-3, .two-txt .cbox-3 .ico-wrap { text-align: left!important; }

  .txt-block h3, .txt-block h2 { margin-bottom: 16px; }
  .txt-block h5 { margin-bottom: 14px; }
  h5.h5-title { margin: 14px 0; }

  .bc-02 .txt-block h5 { padding-right: 5px; }
  .bc-04-box h2 { font-size: 2.75rem; margin-bottom: 12px; }
  .bc-04-box h2 small, .bc-04-box h2 span { font-size: 2.15rem; }
  .cbox-5 p.p-sm { font-size: 1rem; }

  .txt-block .btn { margin-top: 20px; }
  .txt-block-tra-link { margin-top: 16px; }

  .cbox-1 .ico-wrap { margin-right: 1rem; }
  .cbox-1-ico { width: 1.85rem; height: 1.85rem; font-size: 1rem; line-height: 1.45rem; margin-top: 5px; }

  .cbox-3 .cbox-3-ico { margin-bottom: 10px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-title { margin-bottom: 10px; }
  .cbox-title span {display: block; float: none; line-height: 1!important; margin: 0 0 16px 0; }
  .cbox-title span[class*="flaticon-"]:before, .cbox-title span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-1-txt { margin-bottom: 20px; }
  .cbox-3-txt { margin-bottom: 30px; }
  .cbox-6-txt { margin-bottom: 30px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 340px; min-width: 340px; padding: 12px 16px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 20px; }
  .cbox-4-ico span { position: relative; top: 5px; }
  .cbox-4-txt { padding-left: 11px; }

  .cbox-5-wrapper { margin-top: 0; }
  .box-title { margin-bottom: 12px; }
  .cbox-5.cb-2 { margin-top: 15px; }
  .box-title span { top: 10px; left: 3px; right: 0; }
  .box-title h6 { position: relative; top: 2px; left: 8px; }

  .txt-block .accordion-1 .accordion-item { padding: 22px 0 27px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 0.935rem; top: 0; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { font-size: 1.35rem; padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 18px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .advantages, .text-center .advantages { margin-top: 15px; }
  .img-block-btn .advantages li { display: block!important; margin-top: 4px; }
  .advantages li p { font-size: 0.95rem; }
  .img-block-btn .advantages li p { display: block; float: none; }
  .img-block-btn li.advantages-links-divider { display: none!important; }

  /* Compatibility */
  .compatibility { margin-top: 10px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 12px; }
  .tools-list span { padding-right: 1px; }
  .payment-icons img { max-height: 30px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, 
  .tools-list.ico-35 [class*="flaticon-"]:after { font-size: 2.125rem; line-height: 2.125rem!important; margin-right: 4px; }

  /* Content Images */
  .content-section .container.hidd { overflow: visible!important; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -40px; }
  .img-block-txt { margin-top: 35px; }
  .img-block-btn { padding: 0 8%; margin-top: 35px; }
  .img-block-btn .btn { width: 100%; }

  .bc-3-img .video-btn { top: calc(50% - 25px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column,
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin: 0 0 35px; }

  .bc-01 .img-block { margin-bottom: 35px; }
  .bc-2-img.right-column, .bc-2-img.left-column { margin-bottom: 35px; }
  .bc-3-img { margin-bottom: -60px; }
  
  .img-content.py-100 { padding: 35px 0; }

  /* STATISTIC */
  .statistic-4-wrapper { padding: 0 8%; }
  .statistic-7-wrapper { padding: 65px 40px; }
  .statistic-8-wrapper { padding: 0 5%; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 30px; }
  .txt-block-stat.mt-30 { margin-top: 20px; }
  
  #statistic-6 .statistic-block-txt:before { width: 75px; margin: 18px auto 16px; }

  #sb-1-1, #sb-1-2, #sb-2-1, #sb-5-1, #sb-5-2, 
  #sb-5-3, #sb-6-1, #sb-6-2, #sb-7-1, #sb-7-2, #sb-9-1, #sb-9-2 { margin-bottom: 35px; }

  #sb-3-2 { padding-left: 4%; }
  .statistic-4-wrapper .statistic-block { padding: 0; }
  #sb-4-1, #sb-4-2, #sb-8-1, #sb-8-2 { padding: 0 5% 35px; margin-bottom: 35px; }

  h3.statistic-number { font-size: 2.45rem; line-height: 1; letter-spacing: -1px; }
  h2.statistic-number { font-size: 2.75rem; line-height: 1; letter-spacing: -1px; }
  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin-top: 20px; margin-bottom: 12px; }
  .statistic-5-wrapper h3 {font-size: 2.25rem; line-height: 1; }
  #statistic-6 h2.statistic-number { font-size: 3.55rem; letter-spacing: -2px; }
  #statistic-6 h2.statistic-number small { font-size: 2.1875rem; margin-left: 4px; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 20px 0 12px; }

  .statistic-5-wrapper p { margin-top: 12px; }
  .statistic-8-wrapper p { margin-top: 15px; }

  #sb-2-1 br { display: none; }
  #sb-2-2 { clear: both; }
  #sb-2-2 .txt-block-rating { display: inline-block; }
  #sb-2-2 p { display: inline-block; margin-left: 5px; }

  .statistic-8-wrapper img { max-height: 42px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 40px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 30px; }

  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 25px; }
  #portfolio-1 .filter-item { margin-bottom: 30px; }

  .project-category { left: 20px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 34px; }
  .project-data-txt h5 { padding-right: 15%; }

  .project-source { width: 35px; height: 35px; bottom: 20px; }
  .project-source a span { top: 3px; }

  .filter-item:hover .project-data-txt { left: 25px; }
  .filter-item:hover .project-source { right: 20px; }

  #portfolio-1 .more-btn { margin-top: 15px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0; margin-bottom: 30px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 18px; margin: 25px 0 25px; }
  .project-data p { margin-bottom: 7px; }

  .project-txt h5 { margin: 25px 0 14px; }
  .project-txt h6 { font-size: 1.215rem; margin: 14px 0; }

  .project-inner-img { margin: 30px 0; }
  .project-inner-img.d-flex { margin-left: -12px; margin-right: -12px; }
  .project-inner-img .top-img { margin-bottom: 30px; }

  #project-details .more-projects { margin-top: 35px; }
  #project-details .more-projects span { top: 2px; left: 2px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  /* TEAM */
  .team-member-data h6 { font-size: 1.375rem; }
  .team-member-data p { font-size: 1.0625rem; }

  /* CAREERS */
  .position-data { margin-bottom: 4px; }
  .position-data p { font-size: 1.125rem; }

  .career-item .col-sm-8 { display: inline-block; width: 60%; float: left; }
  .position-workplace {text-align: left; }
  .position-workplace h6 { font-size: 1.125rem; }

  .career-item .col-sm-4 { display: inline-block; width: 40%; float: none; }

  /* JOB POSITION */
  #job-position .inner-page-title { padding-bottom: 45px; }
  #job-position .inner-page-title p { margin: 12px 0 10px; padding: 0; }
  #job-position .inner-page-title .btn { font-size: 0.9375rem; padding: 0.7rem 1.1rem; margin-top: 5px; }

  .position-info .btn { margin-top: 16px!important; }

  /* PRICING */
  .p-table { 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .pricing-1-table, .text-center .pricing-1-table { padding: 30px 30px 30px; }

  .pricing-table-header h5 { font-size: 1.5625rem!important; }

  .pricing-discount { top: 0; right: -2px; padding: 6px 11px; }
  .pricing-1-table .pricing-discount { top: -4px; right: 0; padding: 7px 13px; }
  .text-center .pricing-1-table .pricing-discount { top: -32px; right: -5px; }
  .pricing-discount h6 { font-size: 1.05rem; }
  .pricing-1-table .pricing-discount h6 { font-size: 0.9375rem; }

  .pt-btn { font-size: 1.0625rem; padding: 0.925rem 1.3rem; }
  .p-table p.btn-txt { font-size: 1rem; margin: 12px 0 0 0; }

  .price span { font-size: 2.75rem; } 
  .price sup { font-size: 2rem; top: -5px; }
  .price sup.validity { font-size: 1.65rem; }

  .text-center .price p { padding: 0; }

  /* Pricing Features */
  .pricing-features.mt-25 { margin-top: 20px; }
  .pricing-features li, .pricing-4-table .pricing-features li { padding: 10px 8px; }

  /* Pricing Notice */
  .pricing-notice.mb-40 { margin-bottom: 30px; }
  .col-lg-9 .pricing-notice p, .col-lg-10 .pricing-notice p { padding: 0 ; }

  /* Pricing Toggle Button */
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1.15rem; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 30px; }
  .table>:not(caption)>*>* { padding: 11px 0 9px; }
  .comp-table .table-responsive thead th { font-size: 0.9375rem; }
  .comp-table .table-responsive tbody th { font-size: 0.915rem; line-height: 1.25; }
  .comp-table .table-responsive tbody td { font-size: 0.9rem; top: 0; line-height: 1.25; }

  .comp-table .table-responsive tbody td span { top: 3px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.675rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.835rem; }

  .pbox { padding: 0; }
  #pbox-1, #pbox-2, #pbox-3 { margin-bottom: 30px; }
  .pricing-section .txt-box-last, .pricing-section .pm-last { margin-bottom: 40px; }
  .comp-table-payment h6 { margin-bottom: 15px; }

  /* RATING */
  #rb-2-1, #rb-2-2 { margin-bottom: 25px; }

  .rating-title { padding: 0 10%; }
  .rating-title h5 { font-size: 1.125rem; }
  .rbox-1-img { margin-bottom: 18px; }
  .rbox-1-img img { max-height: 32px; }
  .rbox-2-txt img { max-height: 28px; }
  p.rbox-2-txt { font-size: 1.1rem; line-height: 28px; }

  .rbox-1 .star-rating { padding: 5px 16px; font-size: 1rem; line-height: 1; }

  .rbox-1 .star-rating span { top: -2px; }
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; } 
  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.35rem; } 

  /* TESTIMONIALS */
  .reviews-3-wrapper, .reviews-4-wrapper { padding: 70px 8%; }

  #reviews-3 .txt-block { margin-bottom: 40px; }

  .review-1, .review-5 { 
    padding: 20px 20px 25px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .review-2 { padding: 0; }
  .review-3 { 
    text-align: center; 
    padding: 30px 20px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 42px; }
  
  .review-1 .review-ico, .review-5 .review-ico { top: 10px; right: 20px; }
  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 8px; }

  .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:after, 
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.1rem; }

  .review-2-txt h5 { padding: 0 10%; margin: 10px 0; }
  .review-3-txt h6.h6-md, .review-3-txt h6.h6-lg { margin: 5px 0 10px; }
  #reviews-3 .txt-block h2 { margin-bottom: 12px; padding: 0 7%; }
  #reviews-3 .txt-block p { margin-top: 0; padding: 0 4%; }
  #reviews-3 .txt-block .btn { margin-top: 18px; }

  .review-3 .review-avatar { margin: 16px auto 14px; float: none; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 15px; }
  .review-2 .review-author { margin-top: 20px; }
  .review-3 .review-author { text-align: center; padding: 0; margin-top: 0; }

  .review-author h6 { font-size: 1.175rem; margin-bottom: 12px; }
  .review-1 .review-author h6, .review-5 .review-author h6 { font-size: 1.135rem; margin-bottom: 12px; }
  .review-author p, .reviews-4-txt .review-author p { font-size: 1.0625rem; }
  .reviews-section p.p-sm { font-size: 1rem; }

  .review-5-avatar { right: 20px; bottom: 25px; }
  .review-5-avatar img { width: 44px; height: 44px; }

  .reviews-4-img { width: 130px; height: 130px; margin: 0 auto 10px; }
  .reviews-4-txt .review-author, .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  .brands-2-wrapper, .brands-3-wrapper { padding: 0 12px; }
  .brands-2-wrapper .col, .brands-3-wrapper .col { padding: 0; }

  .brands-title h6 { font-size: 1rem; line-height: 1.55; padding: 0; margin-bottom: 25px; }
  .brands-title h5 { font-size: 1.325rem; margin-bottom: 30px; }
  .brands-title p { padding: 0 5%; margin-bottom: 25px; }

  #brands-4 .txt-block { margin-bottom: 30px; }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-3-1, 
  #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5, #brand-3-6 { margin-bottom: 35px; }
  #brand-3-10 { display: none; }
  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 26px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo, #brands-2 .brand-logo, #brands-3 .brand-logo {padding: 0 10px; } 
  #brands-4 .brand-logo { padding: 0 4px; } 

  .brands-section .more-btn { margin-top: 30px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 54px; }

  .int-4-wrapper .col { padding: 0 8px; }

  .filter-btns button { font-size: 1.1rem; }

  .int_tool-1 { padding: 18px 22px 16px; margin-bottom: 20px; }
  .int_tool-2 { padding: 18px 26px; }
  .int_tool-3 { padding: 20px; margin-bottom: 20px; }
  .int_tool-4 { padding: 18px 12px; margin-bottom: 16px; }
  .filter-item, .int-2-wrapper .int_tool-2 { margin-bottom: 20px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img, .int_tool-3 img, .int_tool-4 img { width: 48px; height: 48px; }

  .tool_txt h6 { font-size: 1.225rem; line-height: 1; margin-top: 3px; }
  .tool_logo h6 { font-size: 1.225rem; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.0625rem; margin-top: 3px; }

  /* BANNER */
  #banner-1 .container { max-width: 100%; } 

  .banner-1-wrapper { padding: 65px 20px 70px; margin: 0 -15px; border-radius: 0 0!important; }
  .banner-2-wrapper .banner-overlay { padding: 60px 30px 70px; }
  #banner-3 .banner-overlay.pt-80.pb-90 { paddingp: 55px 0 65px; } 
  .banner-4-wrapper { padding: 45px 11%; }

  .banner-4-txt { margin-bottom: 12px; }

  .banner-1-txt h4 { font-size: 1.625rem!important; }  
  .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 10px; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 22px; }

  .banner-section p { margin-bottom: 20px; }
  #banner-1.banner-section p { padding: 0 5%; margin: 15px 0 20px; }
  #banner-2.banner-section p { padding: 0; }
  #banner-2.banner-section .l-txt p { padding: 0 2%; }
  #banner-3.banner-section p.p-xl { padding: 0 8%; }

  .banner-1-txt .btn { display: block; margin: 14px 8% 0; }
  .banner-2-txt .btns-group .btn { display: block; margin-left: 8%; margin-right: 8%; }

  /* DOWNLOAD */
  span.version-data { display: block; font-size: 1.85rem; margin-right: 0; margin-bottom: 12px; }
  span.release-date { display: block; font-size: 1.25rem; }
  span.release-date span { margin-left: 10px; }

  /* FAQs */
  #faqs-1 .section-title { margin-bottom: 25px; } 
  #faqs-2 .section-title { margin-bottom: 35px; } 
  #faqs-3 .section-title { margin-bottom: 30px; }

  #faqs-1.faqs-section .accordion-thumb h5 { line-height: 1.5; }
  #faqs-2 .question h6, #faqs-2 .question h5 { font-size: 1.25rem; margin-bottom: 12px; }
  .accordion-thumb h5 { font-size: 1.25rem; line-height: 1.5; padding-right: 8%; }
  .faqs-3-question h5 { font-size: 1.25rem; margin-bottom: 12px; }

  #faqs-1  .accordion-thumb { padding: 14px 0 18px; }
  #faqs-3.faqs-section .accordion-thumb { padding: 20px 0 25px; }

  .accordion-panel { padding: 0 0 10px 0; }
  #faqs-3 .accordion-panel { padding: 30px 0 15px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  #faqs-1.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-1.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.925rem; top: 17px; right: 2px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.9rem; top: 25px; right: 2px; }

  .more-questions { margin-top: 5px; }
  #faqs-1 .more-questions { margin-top: 25px; }
  #faqs-3 .more-questions { margin: 25px auto 0; }

  .more-questions h6 { font-size: 1.225rem; }
  .more-questions span { display: block; margin-bottom: 3px; }

  .more-questions-txt { padding: 18px 30px; }
  .more-questions-txt p { font-size: 1.125rem; }
  .more-questions .more-questions-txt a { display: inline-block; }

  /* HELP CENTER */
  .help-category { padding: 35px 30px; margin-bottom: 25px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 45px 18px 34px; margin-bottom: 40px; }
  #help-category .breadcrumb-wrapper { margin-bottom: 25px; }
  .help-category-title p { margin-top: 10px; }

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 16px 0; }
  .help-category-data span { font-size: 1rem; }

  .read-time, .updated-date { display: block; }
  .read-time { margin-top: 3px; margin-left: 0; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { display: inline-block!important; margin-left: 55px; margin-bottom: 22px; }
  .breadcrumb { margin-bottom: 0; }

  .help-article-title h3 { margin-bottom: 14px; }
  .help-article-title img { margin: 30px 0; }

  .table-of-contents { padding: 25px 0 32px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { margin: 30px 0; }
  #help-article .txt-block h6 { font-size: 1.125rem; margin: 22px 0 12px; }

  #help-article .txt-block img { margin: 15px 0 20px; }

  .help-vote-form { margin-top: 40px; }
  .help-vote-form h6 { margin-bottom: 20px; }
  .help-vote-form .btns-group .btn:first-child { margin: 0 0 14px; }
  .help-vote-form .btns-group .btn:last-child { margin: 0; }
  .help-vote-form .btn { width: 100%; }

  /* BLOG */
  .posts-category { margin-top: 0; margin-bottom: 30px; }
  .posts-category span { top: 1.25px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; } 

  .square-post .blog-post-txt { padding: 15px 25px 35px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 30px; }
  .single-post-title p.p-lg { margin-top: 12px; }

  #single-post .blog-post-meta { margin-bottom: 12px; }

  #single-post .blog-post-img.pb-60 { padding-bottom: 30px; }

  .single-post-txt .blockquote p { font-size: 1.125rem; margin-bottom: 30px; }
  .single-post-txt .blockquote-footer { font-size: 1rem; line-height: 1.5; }

  .post-inner-img { margin: 25px 0; }

  .post-data { text-align: center; margin-top: 60px; padding: 60px 0; }
  .post-author-avatar { float: none; margin-right: 0; margin-bottom: 10px; }
  .post-author-avatar img { width: 58px; height: 58px; }

  .post-author-txt { top: 0; }
  .post-author-txt p { font-size: 1.0625rem; margin-top: 10px; }

  .post-share-list.text-end { text-align: center!important; margin-top: 12px; }
  .post-share-list p { font-size: 1.0625rem; margin-bottom: 10px; }

  .subscribe-banner { padding: 35px 25px; }

  #post-comments img { width: 45px; height: 45px; }
  .comment-body { margin-left: 16px; }
  .comment-meta { margin-bottom: 7px; }
  .comment-meta h6 { font-size: 1.275rem; margin-bottom: 6px; }
  .comment-date, .btn-reply a { font-size: 1rem; } 
  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 1rem; }

  .comment-form { margin-top: 35px; }
  .comment-form p { margin-bottom: 10px; }

  .comment-form .form-control { margin-bottom: 25px; }
  .comment-form textarea { min-height: 170px; }
  .comment-form .btn { font-size: 1.0625rem; height: 52px; }

  /* NEWSLETTER */
  #newsletter-2 .container { max-width: 100%; } 

  #newsletter-1 .newsletter-overlay { padding: 50px 0 40px; } 
  #newsletter-2 .newsletter-overlay { padding: 65px 30px 55px; margin: 0 -15px; border-radius: 0 0!important; } 

  .newsletter-txt h4, .newsletter-txt h3 { font-size: 1.7rem; padding: 0; margin-bottom: 25px; }
  #newsletter-2 .newsletter-txt p { padding: 0 2%; }

  #newsletter-1 .newsletter-form { padding: 0 5%; }
  #newsletter-2 .newsletter-form { padding: 0 2%; margin-top: 25px; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 54px; font-size: 1.0625rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* CONTACTS */
  .contacts-info { text-align: center; }
  .contacts-info p { margin: 14px 0 0; padding: 0; }
  .contacts-info h6 { margin: 20px 0 15px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-boxes.pb-70 { text-align: center; padding-bottom: 40px; }
  .contact-box p { padding: 0 3%; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, 
  .contact-form .form-select { height: 52px; font-size: 1.0625rem; padding: 0 15px; margin-bottom: 15px; }
  .contact-form textarea { min-height: 170px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form .form-btn .btn { width: 100%; font-size: 1.0625rem; padding: 0.95rem 1.4rem; }
  .contact-form-msg { text-align: center; margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }

  #footer-1 .footer-contacts { margin-top: -5px; }
  .footer-info, #footer-4 .footer-info, #footer-4 .footer-contacts { margin-bottom: 35px; }
  #footer-9 .footer-contacts { margin-top: -5px; margin-bottom: 30px; }
  .footer-links, #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 25px; }
  .footer-form { margin-bottom: 10px; }
  #footer-1 .footer-form { margin-top: 35px; }

  .fl-1, .fl-2, .fl-3, .fl-4, #footer-1 .fl-5 { border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 16px; }
  #footer-1 .fl-3 { margin-bottom: 16px; }

  #footer-10 .foo-links { display: block; padding-top: 0; }
  #footer-10 .foo-links li { padding: 0 10px; }

  img.footer-logo { max-height: 33px; margin-bottom: 22px; }
  #footer-6 img.footer-logo { margin-bottom: 5px; }

  .footer h6 { font-size: 1.1875rem; margin-bottom: 20px; }   /* 19px */
  .footer .footer-links h6.h6-lg { font-size: 1.275rem; margin-bottom: 18px; }

  .footer-mail-link { margin: 0 0 0 6px; }
  .footer-mail-link a { font-size: 1.09375rem; }  /* 17.5px */
  .footer-mail-link span { top: 4.5px; right: 5px; }

  .footer-mail-link.ico-20 [class*="flaticon-"]:before, 
  .footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.275rem; }

  .footer-stores-badge { margin-bottom: 20px; }
  .footer-stores-badge .store { margin-right: 10px; }
  .footer .badge-img-xs .store img { max-height: 2.75rem; }

  .footer-info-socials li { padding-right: 13px; }
  .footer-info-socials.ico-20 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-20 [class*="flaticon-"]:after,
  .footer-info-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.3975rem; }

  .footer-socials a { margin-right: 13px; }
  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.435rem; }

  #footer-1 .footer-form { margin-bottom: 0; }
  .footer-form .form-control { font-size: 1.1rem; height: 38px; }
  .footer-form .btn { height: 40px; }
  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { font-size: 1rem; line-height: 28px!important; }

  #footer-1 .bottom-footer { margin-top: 20px; }
  .footer-copyright p, .bottom-footer-list p.p-sm, .bottom-secondary-link p.p-sm { font-size: 1rem; }

  .footer-list-divider { top: -1px; }
  .bottom-secondary-link p span { top: 1.5px; padding: 0 2px; }
  .footer-info-copyright p span { top: 2px; padding: 0 2px; }

  .bottom-foo-socials { margin-left: 6px; }
  .bottom-foo-socials li { margin-right: 6px; }
  .bottom-foo-socials li span { top: 2.5px; right: 3px; }

  .bottom-foo-socials.ico-10 [class*="flaticon-"]:before, 
  .bottom-foo-socials.ico-10 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after { font-size: 0.815rem; }

  .bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
  .bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

  .bottom-footer p.p-sm { margin-bottom: 0; }

  /* INNER PAGE WRAPPER */
  .inner-page-title { margin-bottom: 50px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { padding: 0 5%; line-height: 1.6666; margin-top: 10px; }

  /* PAGE 404 */
  #page-404 { padding-top: 100px; }
  .page-404-txt h2 { font-size: 2.1rem; margin-bottom: 14px; }
  .page-404-txt h6 { font-size: 1.125rem; padding: 0 5%; margin-bottom: 25px; }
  .page-404-img { padding: 0 8%; margin-bottom: 30px; }
  .page-404-footer p span { display: block; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, 
  .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin-top: 35px; margin-bottom: 15px; }
  .txt-block.legal-info h6 { margin-top: 15px; margin-bottom: 15px; }

  /* SIGN IN / SIGN UP */
  .login-page-logo { margin-bottom: 40px; }
  .login-page-logo img { max-height: 35px; }

  .login-1 .register-page-form, .signup-1 .register-page-form,
  .login-2 .register-page-form, .signup-2 .register-page-form { 
    margin: 0 2%; 
    padding: 30px 15px 35px; 
    border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -o-border-radius: 8px; 
    -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
    -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
    box-shadow: 0 4px 12px 0 var(--tra-black);
  }

  .login-2 .register-page-form, .signup-2 .register-page-form { margin: 0 1%; }

  .login-3 .register-page-wrapper, .signup-3 .register-page-wrapper { border-radius: 8px; margin: 0 1%; }
  .login-3 .register-page-form, .signup-3 .register-page-form { padding: 30px 18px; }

  .reset-page-wrapper form { margin: 0 2%; padding: 35px 12px 5px; }

  .register-form-title { margin-bottom: 20px; }
  .login-2 .register-form-title, .signup-2 .register-form-title, .reset-form-title { margin-bottom: 16px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 10px; }

  .register-page-form p.input-header, .register-page-form .btn-google { font-size: 1rem; }
  .reset-password-link p { font-size: 1rem; margin-top: 16px; }
  .login-3 .reset-password-link p { margin-top: 3px; margin-bottom: 24px; }
  .form-data span { font-size: 0.875rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1rem; margin-top: 18px; }

  .separator-line { font-size: 1rem;  margin: 15px 0; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 16px;}
  #login .register-page-form .btn.submit { height: 52px; font-size: 1.0625rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 52px; font-size: 1.0625rem; margin-top: 18px; }
  .reset-page-wrapper .btn.submit { height: 52px; font-size: 1.0625rem; margin-bottom: 16px; }
  .btn-google img { width: 18px; height: 18px; top: -2px; right: 5px; }

  /* COOKIES */
  #cookies { bottom: 15px; left: 5%; width: 90%; padding: 22px 18px 18px; }
  #cookies p { font-size: 1rem; }
  #cookies-ok { font-size: 0.95rem; padding: 7px 18px; }
  #cookies-info { margin-left: 15px; }
  #cookies-close { right: 14px; top: 5px; }
  #cookies-close svg { width: 12px; height: 12px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 320px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 340px; margin: auto auto; }

  #modal-1 .modal-body-img { padding-top: 25px; }

  #modal-1 .modal-body-content { padding: 5px 22px 10px; }
  #modal-2 .modal-body-content { padding: 25px 12px 18px; }

  .modal .btn-close { right: 16px!important; top: 16px!important; }

  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 18px; }

  .modal-body .newsletter-form { margin-top: 15px; }
  .modal .newsletter-form .form-control,
  #modal-2 .request-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 52px; font-size: 1.0625rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 389.98px) {

  html { font-size: 93.75%; } 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  #stlChanger { display: none; }
  .ts-0 { padding-top: 80px; }
  .division { padding-left: 5px; padding-right: 5px; }
  .block--shadow { -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Background Shape */
  .shape--01:after { height: 55%; }
  .shape--02:after { height: 55%; top: 45%; }
  .bg--shape:after { width: 1300px; height: 1300px; top: 12%; left: -10%; }
  .bg--shape-top:after { width: 450px; height: 450px; top: -5%; right: 12%; background-color: rgba(119, 67, 142, .15); }

  /* Headers */
  h6, h6.h6-md, h6.h6-lg, h6.h6-xl { font-size: 1.33334rem; }  /* 20px */
  h5, h5.h5-md, h5.h5-lg, h5.h5-xl, h4, h4.h4-md, h4.h4-lg, h4.h4-xl { font-size: 1.46667rem; }  /* 22px */
  h3, h3.h3-md, h3.h3-lg, h3.h3-xl, h2, h2.h2-md, h2.h2-lg  { font-size: 1.6rem; }               /* 24px */ 
  h2.h2-xl, h2.h2-title { font-size: 1.86667rem; }  /* 28px */ 

  h6, h5, h4, h3, h2, h1 { line-height: 1.4; }

  /* Paragraphs */
  p.p-sm { font-size: 0.93333rem; }
  p { font-size: 1rem; }
  p.p-md, p.p-lg, p.p-xl { font-size: 1.0625rem; }

  ol.digit-list p { margin-bottom: 5px; }

  /* Button */
  .btn.btn-sm, .btn, .btn.btn-md { font-size: 0.93333rem; padding: 0.8rem 1.45rem; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.61095rem 0.5rem 0; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin: 0 5px 15px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.225rem; line-height: 0.5rem!important;top: 4px; }

  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 2rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.1rem; top: -10px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.1rem; top: -10px; margin-left: 0; }
  .btn.ico-left span { margin-right: 8px; }
  .btn.ico-right span { margin-left: 8px; }

  /* Button Text */
  p.btn-txt { margin: 10px 0 0 0; }
  p.p-sm.btns-group-txt { font-size: 0.95192rem; }
  .text-center p.btns-group-txt { margin-top: 18px; }
  .btn-rating { margin: 15px 0 0 0; }
  .btn-rating p.p-sm { font-size: 0.9375rem; }
  .star-rating small, .star-rating span.rating-txt { font-size: 1rem; }

  .star-rating.ico-20 [class*="flaticon-"]:before, 
  .star-rating.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 1.125rem; top: 2px; }

  /* Transparent Link */
  a.tra-link { font-size: 1.034rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 1px; left: 2px; }

  /* Store Badge */
  .store { margin-right: 6px; }
  .store.store-btn-2 { margin-right: 0; }
  .store-btn-3, .store-btn-4 { margin-top: 15px; }

  /* Watch Video Link */
  .watch-video { margin-top: 18px; }
  .watch-video-link { margin-right: 10px; }
  p.video-txt-lg { font-size: 1.0625rem; }
  p.video-txt-sm { font-size: 1rem; }

  /* Video Popup Icon */
  .video-btn-xl { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-lg { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 4.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after,
  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4.35rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 120px; height: 120px; top: -35px; left: calc(50% - 60px); }
  .ico-60 .shape-ico svg { width: 125px; height: 125px; top: -30px; left: calc(50% - 65px); }
  .ico-55 .shape-ico svg { width: 120px; height: 120px; top: -30px; left: calc(50% - 60px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md, .ico-rounded-lg { width: 94px; height: 94px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after,
  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after,
  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 3rem; line-height: 94px!important; }

  /* PNG Icons */
  .img-80 img { width: 70px; height: 70px; }
  .img-75 img { width: 65px; height: 65px; }
  .img-70 img, .img-65 img, .img-60 img { width: 60px; height: 60px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-70 {margin-bottom: 35px; }
  .section-title p { margin-top: 15px; }
  .section-title .btns-group { padding: 0 8%; margin-top: 8px; }
  .section-title .btns-group .btn { width: 100%; margin: 12px 0 0; }

  /* Users */
  .txt-block .users { margin-top: 14px; }
  .users img { max-height: 44px; }
  .txt-block .users img { max-height: 40px; }
  .users p { font-size: 0.975rem; margin-top: 15px; top: 0; left: 0; }
  .txt-block .users p { font-size: 0.9rem; top: 10px; left: 4px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 32px; }

  .wsmenu > .wsmenu-list { width: 290px; margin-right: -290px; }
  .wsactive .wsmobileheader { margin-right: 290px; }
  .overlapblackbg { width: calc(100% - 290px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  /* Nav Link Info */
  span.sm-info { width: 22px; height: 22px; font-size: 0.8rem; line-height: 20px; top: -1px; margin-left: 8px; }

  .wsmenu > .wsmenu-list > li > a { padding: 5px 32px 4px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 8px; width: 8px; margin: 24px 18px 0px 0px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { padding: 6px 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 13px 10px; }

  /* Header Store Badges */
  .store.header-store img { max-height: 44px; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title { margin-top: 12px; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -34%; left: 10%; }

  .slideshow, #hero-20 .slideshow, .slideshow .slides, #hero-20 .slideshow .slides { height: 440px; }

  .img-link { bottom: 20px; right: 20px; width: 45px; height: 45px; }
  .img-link a span { top: 4.5px; }

  .hero-section .btns-group { display: block; }
  .hero-section .btns-group .btn { display: block; padding: 1rem 1.5rem; margin: 0 10%; }
  .hero-section .btns-group .btn:first-child { margin-bottom: 15px; }

  /* Hero Advantages */
  .hero-section .text-center .advantages { margin-top: 18px; }
  .hero-section .advantages li { display: block!important; margin-top: 3px; }
  .hero-section .advantages li p { display: block; float: none; }
  .hero-section li.advantages-links-divider { display: none!important; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 52px; font-size: 1.0625rem; }
  .hero-section .quick-form.form-half .form-control { height: 52px; font-size: 1.0625rem; padding: 0 14px; }
  .hero-section .quick-form.form-half .btn { height: 52px; font-size: 1.0625rem; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 -10px 0; }

  /* HERO DIGITS */
  #hd-1-1, #hd-1-2 { width: 100%; padding: 0; } 
  #hd-1-1 { margin-bottom: 20px; } 
  .hero-digits h2.statistic-number { font-size: 2.75rem; }
  .hero-digits h2.statistic-number small { font-size: 2rem; margin-left: 3px; }

  /* HERO-1 */
  .hero-1-txt h2 { font-size: 1.925rem; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { margin: 14px 0 20px; }
  .hero-1-txt .btn.btn-md { display: block; padding: 1.05rem 1.5rem; margin: 0 8%; }
  .hero-1-txt .star-rating small { display: block; }
  .hero-1-img { margin: 35px 0 0; }

  /* HERO-2 */
  #hero-2 { padding-top: 70px; }
  #hero-2:after { height: 7%; }
  .hero-2-txt h2 { font-size: 2.25rem; padding: 0 2%; }
  .hero-2-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-2-img { margin-top: 35px; }

  /* HERO-3 */
  #hero-3 { padding-top: 70px; padding-bottom: 70px; }
  .hero-3-txt h2 { font-size: 2.25rem; }
  .hero-3-txt p.p-md { margin-top: 12px; }
  .hero-3-txt .users { margin-top: 22px; }
  .hero-3-img { margin-top: 35px; }

  /* HERO-4 */
   #hero-4 { margin-bottom: 65px; }
  .hero-4-txt h2 { font-size: 1.925rem; padding: 0 2%; }
  .hero-4-txt p.p-lg { margin: 14px 0 22px; padding: 0 4%; }
  .hero-4-img { margin: 35px 0 -40px; }

  /* HERO-5 */
  #hero-5:after { height: 96%; left: 0; }
  .hero-5-txt h2 { font-size: 2.125rem; }
  .hero-5-txt p.p-md { margin: 14px 0 22px; padding: 0 2%; }
  .hero-5-img { margin: 35px 0 0; }

  /* HERO-6 */
  #hero-6 { padding-top: 70px; padding-bottom: 70px; }
  .hero-6-txt h2 { font-size: 2.1rem; }
  .hero-6-txt p.p-lg { margin-top: 15px; }
  #hero-6 .quick-form { margin: 20px 3% 0; }
  .hero-6-img { margin-top: 35px; }

  /* HERO-7 */
  #hero-7 { padding-top: 60px;  background-position: top center; }
  .hero-7-txt h2 { font-size: 2rem; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 14px 0 20px; padding: 0 3%; }
  #hero-7 .users { margin-top: 25px; }
  #hero-7 .users img { max-height: 45px; }
  #hero-7 .users p { font-size: 1rem; top: 0; left: 0; margin-top: 12px; }
  .hero-7-img { margin: 30px 2% 0; }

  /* HERO-8 */
  .hero-8-txt h2 { font-size: 2.25rem; padding: 0 2%; }
  .hero-8-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-8-txt p.btn-txt { margin-top: 25px; }
  #hero-8 .quick-form { margin: 22px 4% 0; }
  .hero-8-img { margin-top: 35px; }

  /* HERO-9 */
  #hero-9 { padding-top: 70px; padding-bottom: 70px; }
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt h2 { font-size: 2rem; }
  .hero-9-txt p.p-lg { margin-top: 15px; padding: 0 3%; }
  #hero-9 .quick-form { margin: 22px 5% 0; }
  .hero-9-img { margin-top: 35px; }

  /* HERO-10 */
  #hero-10 { margin-bottom: 40px; }
  #hero-10 .container { max-width: 100%; }
  .hero-10-txt { margin-bottom: 45px; }
  .hero-10-txt h2 { font-size: 2.25rem; padding: 0 5%; }
  .hero-10-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }

  .hero-10-wrapper { overflow: visible; margin: 0 -15px; border-radius: 0 0!important; }
  #hero-10 .hero-overlay { position: relative; padding: 60px 25px 0; }
  .hero-10-img { margin-bottom: -40px; }
  .hero-10-img .video-btn { top: calc(50% - 2px); }

  /* HERO-11 */
  .hero-11-txt h2 { font-size: 1.925rem; }
  .hero-11-txt p.p-md { margin: 14px 0 25px; padding: 0; }
  .hero-11-img { margin: 35px 0 0; }

  /* HERO-12 */
  #hero-12 { padding-top: 0; }
  #hero-12 .container { max-width: 100%; }
  .hero-12-wrapper { padding: 70px 25px; margin: 0 -15px; border-radius: 0 0!important; }
  .hero-12-txt h2 { font-size: 1.925rem; padding: 0 5%; }
  .hero-12-txt p.p-lg { margin: 12px 0 22px; }
  .hero-12-img { margin-top: 35px; }

  /* HERO-13 */
  .hero-13-txt h2 { font-size: 2.1rem; padding: 0 2%; }
  .hero-13-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-13 .quick-form { margin: 25px 4% 0; }
  .hero-13-txt p.btn-txt { margin-top: 30px; }

  /* HERO-14 */
  #hero-14 { padding-top: 70px; }
  #hero-14:after { height: 7%; }
  .hero-14-txt .section-id { padding: 11px 25px; font-size: 0.9rem; margin-bottom: 30px; }
  .hero-14-txt h2 { font-size: 2rem; }
  .hero-14-txt p.p-md { margin: 15px 0 25px; }
  .hero-14-img { margin-top: 30px; }

  /* HERO-15 */
  .hero-15-txt h2 { font-size: 2.25rem; }
  .hero-15-txt p.p-lg { padding: 0; margin-top: 15px; margin-bottom: 25px; }

  /* HERO-16 */
  #hero-16 { padding-top: 70px; padding-bottom: 70px; }
  .hero-16-txt h2 { font-size: 2rem; }
  .hero-16-txt p.p-lg { margin-top: 15px; }
  #hero-16 .quick-form { margin: 20px 3% 0; }
  #hero-16 .users { margin-top: 25px; }
  .hero-16-img { margin-top: 35px; }

  /* HERO-17 */
  #hero-17:after { height: 7%; }
  .hero-17-txt h2 { font-size: 1.925rem; padding: 0 2%; }
  .hero-17-txt p.p-xl { padding: 0 4%; margin-top: 14px; }
  .hero-17-txt .btns-group { margin-top: 22px; }
  .hero-17-img { margin-top: 40px; }

  /* HERO-18 */
  #hero-18 { padding-top: 75px; }
  .hero-18-txt { margin-bottom: 45px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 1.925rem; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 12px; }
  .hero-18-txt .btns-group { padding: 0 3%; margin-top: 20px; }
  .hero-18-txt .btns-group .btn { width: 100%; margin: 0; }
  .hero-18-txt .btns-group .btn:first-child { margin-bottom: 15px; }

  .h18-1 { display: none }
  .h18-2 { margin-bottom: 24px; }

  .hero-bg-shape { width: 220%; height: 100%; left: -32%; right: -32%; opacity: .3; }

  /* HERO-19 */
  .hero-19-txt h2 { font-size: 2.1rem; padding: 0 2%; }
  .hero-19-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-19 .quick-form { margin: 25px 4% 0; }
  .hero-19-txt p.btn-txt { margin-top: 30px; }
  .hero-19-img { margin-top: 35px; }

  /* HERO-20 */
  #hero-20 .caption {padding: 0 3%; }
  #hero-20 .caption h2 { font-size: 1.86667rem; padding: 0 3%; }
  #hero-20 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-20 .caption .btn { margin-top: 22px; }

  /* HERO-21 */
  #hero-21:after { height: 10%; }
  .hero-21-shape { width: 110%; top: 4.5%; left: -5%; opacity: .8; }
  .hero-21-txt h2 { font-size: 1.925rem; padding: 0 2%; }
  .hero-21-txt p.p-xl { padding: 0 4%; margin-top: 14px; }
  .hero-21-txt .btns-group { margin-top: 22px; }
  .hero-21-img { margin-top: 40px; }

  /* HERO-22 */
  #hero-22 .caption h2 { font-size: 1.86667rem; padding: 0; }
  #hero-22 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-22 .caption .btn { margin-top: 22px; }

  /* HERO-23 */
  #hero-23 { padding-top: 70px; }
  .hero-23-txt h2 { font-size: 2.1875rem; padding: 0 2%; }
  .hero-23-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-23-img { margin-top: 35px; }

  /* HERO-24 */
  #hero-24 { margin-bottom: 50px; }
  .hero-24-txt h2 { font-size: 2.25rem; padding: 0 5%; }
  .hero-24-txt p.p-lg { margin-top: 12px; }
  .hero-24-txt .users { margin-top: 25px; }

  #hero-24-form { padding: 25px 20px; margin: 50px 1% -50px; }
  #hero-24-form h5 { font-size: 1.5rem; margin-bottom: 12px; }
  #hero-24-form p { margin-bottom: 16px; }
  #hero-24-form p.p-sm { padding: 0!important; }
  #hero-24-form .btn { height: 52px; font-size: 1.125rem; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 70px; }
  .hero-25-txt h2 { font-size: 2.125rem; }
  .hero-25-txt p.p-lg { padding: 0; margin-top: 14px; margin-bottom: 22px; }
  .hero-25-img { margin-top: 35px; }

  /* HERO-26 */
  .hero-26-txt h2 { font-size: 1.86667rem; }
  .hero-26-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-26-img { margin: 40px -20% 0; }

  /* HERO-27 */
  .hero-27-txt h2 { font-size: 1.9rem; margin-bottom: 20px; }
  .hero-27-txt p { margin-top: 22px; margin-bottom: 30px; }

  #hero-27 .img-link { bottom: 7px; left: 9px; width: 50px; height: 50px; }
  #hero-27 .img-link a span { top: 6px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 15px; }
  
  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  #a3-1 { margin-bottom: 18px; }

  .about-1-img { margin: 0 -32%; }

  /* FEATURES */
  #features-3.py-100.shape--bg:after, #features-4.py-100.shape--bg:after { height: 68%; top: 32%; }
  #features-3.pt-100.shape--bg:after { height: 64%; top: 34%; }
  #features-4.pt-100.shape--bg:after { height: 65%; top: 32.5%; left: 0; }

  #features-3 .txt-block, #features-4 .txt-block { margin-bottom: 30px; }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5,.row-cols-md-2 .fb-3, 
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4, .rows-3 .fb-5, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, 
  .rows-4 .fb-4, .rows-4 .fb-5, .rows-4 .fb-6,#fb-3-1, #fb-3-2, #fb-3-3, #fb-4-1, #fb-4-2, #fb-4-3, .fbox-9.fb-1, 
  .fbox-9.fb-2, .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-7, .fbox-9.fb-8.fbox-10.fb-1, .fbox-10.fb-3, .fbox-10.fb-5, 
  .fbox-10.fb-7 { margin-bottom: 35px; }

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 25px; }

  .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
  .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 35px; }

  .rows-4 .fb-8 { margin-top: 35px; }
  #features-12 .txt-block, .fbox-6.fb-4 { margin-bottom: 25px; }
  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 20px; }

  .fbox-3, .fbox-4, .fbox-6 { 
    padding: 35px 25px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .fbox-5 { padding: 35px 25px; } 
  .fbox-6 { text-align: center; padding: 30px 22px; }

  .fbox-9 { padding: 35px 20px; }
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 30px 20px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 30px 20px 0; }

  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 35px 20px 30px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6,
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 30px 20px 25px; } 

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 160px; } 

  .fbox-7 .fbox-img { margin-bottom: 20px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 30px; margin: 0 18px 45px; } 

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 25px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 25px 0 -18px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 25px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-2 .fbox-10-img, 
  .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 8% 20px; }
  .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 20px 8% 0; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 0 0 25px; }
  .ico-title .fbox-10.fb-5 .fbox-10-img, .ico-title .fbox-10.fb-6 .fbox-10-img { margin: 25px 0 0; }

  .fbox-ico, .fbox-ico.ico-rounded { margin-bottom: 15px; }
  .fbox-5 .fbox-ico, .fbox-6 .fbox-ico { margin-bottom: 20px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 16px; }
  .t-icon { margin-bottom: 2px; }
  .t-icon.ico-25 [class*="flaticon-"]:before, .t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.75rem; }
  .fbox-11-ico { margin-bottom: 14px; }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before, .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before, .fbox-wrapper .ico-60 [class*="flaticon-"]:after { font-size: 3.65rem; }
  .fbox-ico-wrap .ico-40 [class*="flaticon-"]:before, .fbox-ico-wrap .ico-40 [class*="flaticon-"]:after { font-size: 3.1rem; }

  .fbox-3 h6, .fbox-4 h6 { margin-top: 18px; margin-bottom: 10px; }
  .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-10 h5, .fbox-6 h6, .fbox-9 h6, .fbox-12 h5 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5, .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 14px; }
  .fbox-11 h6 { margin-bottom: 12px; }

  .fbox-1 p { padding: 0 2%; }
  .fbox-7 p, .fbox-8 p { padding: 0 3%; }

  .fbox-5 .txt-block-tra-link { margin-top: 14px; }

  /* CONTENT */
  .bc-02.pt-30.ws-wrapper, .bc-02.pb-30.ws-wrapper { padding-top: 35px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 50px; }
  .bc-02 .container { max-width: 100%; }
  .bc-02.pt-30 .container, .bc-02.pb-30 .container { max-width: auto; }
  .bc-02-wrapper { margin: 0 -15px; border-radius: 0 0!important; }
  .bc-02.pt-30 .bc-02-wrapper, .bc-02.pb-30 .bc-02-wrapper { margin: 0; border-radius: 12px!important; }

  .ct-05 .section-title, .ct-06 .section-title, .bc-03-wrapper .section-title { margin-bottom: 30px; }
  .bc-03 .section-title p { font-size: 1rem; margin-top: 12px; }

  .ct-05.pt-100, .ct-06 .section-overlay { margin-bottom: 40px; }
  .ct-05.pt-100.ct-05-img { margin-bottom: 0; }
  .bc-01 .section-overlay, .bc-02 .section-overlay, .bc-02 .ico-title .section-overlay { padding: 70px 20px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 30px 25px; }
  .bc-03 .section-overlay { padding: 70px 20px 0; }

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

  .txt-box, .bc-1-wrapper .txt-box { margin-bottom: 15px; }
  .bc-04-box { 
    padding: 30px 24px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  }

  .two-txt .txt-block.left-column { margin-bottom: 35px; }
  .two-txt .cbox-3, .two-txt .cbox-3 .ico-wrap { text-align: left!important; }

  .txt-block h3, .txt-block h2 { margin-bottom: 16px; }
  .txt-block h5 { margin-bottom: 14px; }
  h5.h5-title { margin: 14px 0; }

  .bc-04-box h2 { font-size: 2.75rem; margin-bottom: 12px; }
  .bc-04-box h2 small, .bc-04-box h2 span { font-size: 2.15rem; }
  .cbox-5 p.p-sm { font-size: 1rem; }

  .txt-block .btn { margin-top: 20px; }
  .txt-block .btns-group .btn.btn--transparent, .txt-block-tra-link { margin-top: 16px; }

  .cbox-1 .ico-wrap { margin-right: 0.9rem; }
  .cbox-1-ico { width: 1.55rem; height: 1.55rem; font-size: 0.95rem; line-height: 1.2rem; margin-top: 5px; }

  .cbox-3 .cbox-3-ico { margin-bottom: 10px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-title { margin-bottom: 12px; }
  .cbox-title span {display: block; float: none; line-height: 1!important; margin: 0 0 14px 0; }
  .cbox-title span[class*="flaticon-"]:before, .cbox-title span[class*="flaticon-"]:after { font-size: 3rem; }

  .cbox-1-txt { margin-bottom: 20px; }
  .cbox-3-txt { margin-bottom: 30px; }
  .cbox-6-txt { margin-bottom: 30px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 320px; min-width: 320px; padding: 12px 16px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 20px; }
  .cbox-4-ico span  { position: relative; top: 3px; }
  .cbox-4-txt { padding-left: 11px; }

  .cbox-5-wrapper { margin-top: 0; }
  .box-title { margin-bottom: 12px; }
  .cbox-5.cb-2 { margin-top: 15px; }
  .box-title span { top: 10px; left: 3px; right: 0; }
  .box-title h6 { position: relative; top: 2px; left: 8px; }

  .txt-block .accordion-1 .accordion-item { padding: 18px 0 23px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 0.9rem; top: 0px; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 18px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .advantages, .text-center .advantages { margin-top: 15px; }
  .advantages li { display: block!important; margin-top: 4px; }
  .advantages li p { display: block; float: none; }
  li.advantages-links-divider { display: none!important; }

  /* Compatibility */
  .compatibility { margin-top: 10px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 12px; }
  .tools-list span { padding-right: 1px; }
  .payment-icons img { max-height: 30px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, .tools-list.ico-35 [class*="flaticon-"]:after { 
    font-size: 2.125rem;line-height: 2.125rem!important; margin-right: 4px;
  }

  /* Content Images */
  .content-section .container.hidd { overflow: visible!important; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -40px; }
  .img-block-txt { margin-top: 30px; }
  .img-block-btn { padding: 0 8%; margin-top: 30px; }
  .img-block-btn .btn { width: 100%; }

  .bc-3-img .video-btn { top: calc(50% - 25px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column,
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin: 0 0 35px; }

  .bc-01 .img-block { margin-bottom: 35px; }
  .bc-2-img.right-column, .bc-2-img.left-column { margin-bottom: 30px; }
  .bc-3-img { margin-bottom: -60px; }

  .img-content.py-100 { padding: 30px 0; }

  /* STATISTIC */
  .statistic-4-wrapper, .statistic-8-wrapper { padding: 0 6%; }
  .statistic-7-wrapper { padding: 65px 35px; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 30px; }
  .txt-block-stat.mt-30 { margin-top: 20px; }

  #statistic-6 .statistic-block-txt:before { width: 75px; margin: 16px auto 16px; }

  #sb-1-1, #sb-1-2, #sb-2-1, #sb-5-1, #sb-5-2, #sb-5-3, #sb-6-1, #sb-6-2, #sb-7-1, #sb-7-2, #sb-9-1, #sb-9-2 {margin-bottom: 35px;}
  #sb-3-2 { padding-left: 4%; }
  #sb-4-1, #sb-4-2, #sb-8-1, #sb-8-2 { padding-bottom: 35px; margin-bottom: 35px; }

  h3.statistic-number { font-size: 2.6rem; line-height: 1; letter-spacing: -1px; }
  h2.statistic-number { font-size: 2.75rem; line-height: 1; letter-spacing: -1px; }
  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin: 20px 0 12px; }
  .statistic-5-wrapper h3 {font-size: 2.25rem; line-height: 1; }
  #statistic-6 h2.statistic-number { font-size: 3.55rem; letter-spacing: -2px; }
  #statistic-6 h2.statistic-number small { font-size: 2.1875rem; margin-left: 4px; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 20px 0 12px; }

  .statistic-5-wrapper p { margin-top: 12px; }
  .statistic-8-wrapper p { margin-top: 15px; }
  
  #sb-2-1 br { display: none; }
  #sb-2-2 { clear: both; }
  #sb-2-2 .txt-block-rating { display: inline-block; }
  #sb-2-2 p { display: inline-block; margin-left: 5px; }

  .statistic-8-wrapper img { max-height: 42px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 40px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 35px; }

  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 25px; }
  #portfolio-1 .filter-item { margin-bottom: 25px; }

  .project-category { left: 20px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 34px; }
  .project-data-txt h5 { font-size: 1.35rem; padding-right: 14%; }

  .project-source { width: 35px; height: 35px; bottom: 20px; }
  .project-source a span { top: 3px; }

  .filter-item:hover .project-data-txt { left: 25px; }
  .filter-item:hover .project-source { right: 20px; }

  #portfolio-1 .more-btn { margin-top: 10px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0; margin-bottom: 30px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 18px; margin: 25px 0; }
  .project-data p { margin-bottom: 7px; }

  .project-txt h5 { margin: 25px 0 14px; }
  .project-txt h6 { font-size: 1.215rem; margin: 14px 0; }

  .project-inner-img { margin: 30px 0; }
  .project-inner-img.d-flex { margin-left: -11.25px; margin-right: -11.25px; }
  .project-inner-img .top-img { margin-bottom: 25px; }

  #project-details .more-projects { margin-top: 35px; }
  #project-details .more-projects span { top: 2px; left: 2px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  /* TEAM */
  .team-member-photo { margin-bottom: 20px; }
  .team-member-data h6 { font-size: 1.4666rem; }
  .team-member-data p { font-size: 1.1rem; }

  /* CAREERS */
  .position-data { margin-bottom: 4px; }
  .position-data p { font-size: 1.125rem; }

  .career-item .col-sm-8 { display: inline-block; width: 60%; float: left; }
  .position-workplace {text-align: left; }
  .position-workplace h6 { font-size: 1.125rem; }

  .career-item .col-sm-4 { display: inline-block; width: 40%; float: none; }

  /* JOB POSITION */
  #job-position .inner-page-title p { margin: 12px 0 10px; padding: 0; }
  #job-position .inner-page-title .btn { font-size: 0.93333rem; padding: 0.7rem 1.1rem; margin-top: 5px; }

  .position-info .btn { margin-top: 16px!important; }

  /* PRICING */
  .p-table { 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .pricing-1-table, .text-center .pricing-1-table { padding: 30px 30px 25px; }

  .pricing-table-header h5 { font-size: 1.47435rem!important; }

  .pricing-discount { top: 0; right: -2px; padding: 6px 11px; }
  .pricing-1-table .pricing-discount { top: -4px; right: 0; padding: 7px 13px; }
  .text-center .pricing-1-table .pricing-discount { top: -32px; right: -5px; }
  .pricing-discount h6 { font-size: 1.05rem; }
  .pricing-1-table .pricing-discount h6 { font-size: 0.9375rem; }

  .pt-btn { font-size: 1.0625rem; padding: 0.925rem 1.3rem; }
  .pricing-1-table .pt-btn { margin-top: 15px; }
  .p-table p.btn-txt { font-size: 1rem; margin: 11px 0 0 0; }

  /* Price */
  .price span { font-size: 2.564102rem; letter-spacing: -1.5px; } 
  .price sup { font-size: 1.9230769rem; top: -4px; }
  .price sup.validity { font-size: 1.65rem; }

  .text-center .price p { padding: 0; }

  /* Pricing Features */
  .pricing-features.mt-25 { margin-top: 15px; }
  .pricing-features li { padding: 11px 8px; }

  /* Pricing Notice */
  .pricing-notice.mb-40 { margin-bottom: 30px; }
  .col-lg-9 .pricing-notice p, .col-lg-10 .pricing-notice p { padding: 0; }

  /* Pricing Toggle Button */
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1.15rem; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 30px; }

  .comp-table-rouded { padding: 10px 10px 0; }
  .table>:not(caption)>*>* { padding: 9px 0; }
  .comp-table .table-responsive thead th { font-size: 0.9rem; }
  .comp-table .table-responsive tbody th { font-size: 0.815rem; line-height: 1.25; }
  .comp-table .table-responsive tbody td { font-size: 0.85rem; top: 0; line-height: 1.25; }

  .comp-table .table-responsive tbody td span { top: 3px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.675rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.835rem; }

  .pbox { padding: 0; }
  #pbox-1, #pbox-2, #pbox-3 { margin-bottom: 30px; }
  .pricing-section .txt-box-las, .pricing-section .pm-lastt { margin-bottom: 40px; }
  .comp-table-payment h6 { margin-bottom: 15px; }

  /* RATING */
  #rb-2-1, #rb-2-2 { margin-bottom: 25px; }

  .rating-title { padding: 0 10%; }
  .rating-title h5 { font-size: 1.125rem; }
  .rbox-1-img { margin-bottom: 14px; }
  .rbox-1-img img { max-height: 32px; }
  .rbox-2-txt img { max-height: 28px; }
  p.rbox-2-txt { font-size: 1.1rem; line-height: 28px; }

  .rbox-1 .star-rating { padding: 5px 16px; font-size: 1rem; line-height: 1; }

  .rbox-1 .star-rating span { top: -2px; }
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; }  
  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.35rem; } 

  /* TESTIMONIALS */
  .reviews-3-wrapper, .reviews-4-wrapper { padding: 70px 8%; }

  #reviews-3 .txt-block { padding: 0 3%; margin-bottom: 40px; }

  .review-1, .review-5 { 
    padding: 20px 20px 25px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .review-2 { padding: 0; }
  .review-3 { 
    text-align: center; 
    padding: 30px 18px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .review-5-logo { margin-left: 0; margin-bottom: 35px; }
  .review-5-logo img { max-height: 42px; }
  
  .review-1 .review-ico, .review-5 .review-ico { top: 10px; right: 20px; }

  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 8px; }
  .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:before,
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.1rem; }

  .review-2-txt h5 { padding: 0 10%; margin: 10px 0; }
  .review-3-txt h6.h6-md, .review-3-txt h6.h6-lg { margin: 5px 0 10px; }
  #reviews-3 .txt-block h2 { margin-bottom: 12px; padding: 0 5%; }
  #reviews-3 .txt-block p { margin-top: 0; }
  #reviews-3 .txt-block .btn { margin-top: 18px; }

  .review-3 .review-avatar { margin: 16px auto 14px; float: none; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 15px; }
  .review-2 .review-author { margin-top: 18px; }
  .review-3 .review-author { text-align: center; padding: 0; margin-top: 0; }

  .review-author h6 { font-size: 1.175rem; margin-bottom: 12px; }
  .review-1 .review-author h6, .review-5 .review-author h6 { font-size: 1.135rem; margin-bottom: 10px; }
  .review-author p, .reviews-4-txt .review-author p { font-size: 1.0625rem; }
  .reviews-section p.p-sm { font-size: 1rem; }

  .review-5-avatar { right: 20px; bottom: 25px; }
  .review-5-avatar img { width: 44px; height: 44px; }

  .reviews-4-img { width: 130px; height: 130px; margin: 0 auto 10px; }
  .reviews-4-txt .review-author, .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  .brands-2-wrapper, .brands-3-wrapper { padding: 0 11.7px; }
  .brands-2-wrapper .col, .brands-3-wrapper .col { padding: 0; }

  .brands-title h6 { font-size: 1rem; line-height: 1.55; margin-bottom: 25px; }
  .brands-title h5 { font-size: 1.325rem; margin-bottom: 30px; }
  .brands-title p { padding: 0 5%; margin-bottom: 25px; }

  #brands-4 .txt-block { margin-bottom: 30px; }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-3-1, 
  #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5, #brand-3-6 { margin-bottom: 35px; }
  #brand-3-10 { display: none; }
  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 26px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo, #brands-2 .brand-logo, #brands-3 .brand-logo { padding: 0 8px; }
  #brands-4 .brand-logo { padding: 0 4px; }  

  .brands-section .more-btn { margin-top: 25px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 60px; }
  .int-4-wrapper .col { padding: 0 5px; }

  .filter-btns button { font-size: 1.125rem; }

  .int_tool-1 { padding: 18px 22px 16px; margin-bottom: 20px; }
  .int_tool-2 { padding: 16px 26px 18px; }
  .int_tool-3 { padding: 18px; margin-bottom: 20px; }
  .int_tool-4 { padding: 18px 14px; margin-bottom: 10px; }
  .filter-item, .int-2-wrapper .int_tool-2 { margin-bottom: 20px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img, .int_tool-3 img, .int_tool-4 img { width: 48px; height: 48px; }

  .tool_txt h6 { font-size: 1.3125rem; line-height: 1; margin-top: 3px; }
  .tool_logo h6 { font-size: 1.3125rem; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.0625rem; margin-top: 3px; }

  .integrations-section .more-btn.mt-30 { margin-top: 18px; }

  /* BANNER */
  #banner-1 .container { max-width: 100%; } 

  .banner-1-wrapper { padding: 65px 18px 70px; margin: 0 -15px; border-radius: 0 0!important; }
  .banner-2-wrapper .banner-overlay { padding: 55px 20px 65px; }
  .banner-4-wrapper { padding: 50px 10%; }

  .banner-4-txt { margin-bottom: 12px; }

  .banner-1-txt h4 { font-size: 1.73334rem; }  /* 26px; */
  .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 12px; }
  .banner-2-txt.l-txt h2 { padding: 0 5%; margin-bottom: 14px; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 22px; }

  .banner-section p { margin-bottom: 20px; }
  #banner-1.banner-section p { padding: 0 3%; margin: 14px 0 20px; }
  #banner-2.banner-section p { padding: 0; }
  #banner-2.banner-section .l-txt p { padding: 0 4%; margin-bottom: 18px; }
  #banner-3.banner-section p.p-xl { padding: 0 8%; }

  .banner-1-txt .btn { display: block; margin: 14px 8% 0; }
  .banner-2-txt .btns-group .btn { display: block; margin-left: 7%; margin-right: 7%; }

  /* DOWNLOAD */
  .release-data { padding-bottom: 25px; margin-bottom: 25px; } 
  span.version-data { display: block; font-size: 1.75rem; margin-right: 0; margin-bottom: 12px; }
  span.release-date { display: block; font-size: 1.175rem; }
  span.release-date span { margin-left: 10px; }

  /* FAQs */
  #faqs-1 .section-title { margin-bottom: 25px; } 
  #faqs-2 .section-title { margin-bottom: 35px; } 
  #faqs-3 .section-title { margin-bottom: 30px; }

  #faqs-1.faqs-section .accordion-thumb h5 { line-height: 1.5; }
  #faqs-2 .question h6, #faqs-2 .question h5 { font-size: 1.2rem; margin-bottom: 12px; }
  .accordion-thumb h5 { font-size: 1.25rem; line-height: 1.5; padding-right: 8%; }
  .faqs-3-question h5 { font-size: 1.25rem; margin-bottom: 12px; }

  #faqs-1 .accordion-thumb { padding: 13px 0 17px; }
  #faqs-3.faqs-section .accordion-thumb { padding: 20px 0 25px; }

  .accordion-panel { padding: 0 0 10px 0; }
  #faqs-3 .accordion-panel { padding: 30px 0 15px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 25px; }

  #faqs-1.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-1.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.875rem; top: 18px; right: 2px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.9rem; top: 26px; right: 2px; }

  .more-questions { margin-top: 5px; }
  #faqs-1 .more-questions { margin-top: 25px; }
  #faqs-3 .more-questions { margin: 25px auto 0; }

  .more-questions h6 { font-size: 1.2rem; }
  .more-questions span { display: block; margin-bottom: 2px; }

  .more-questions-txt { padding: 16px 24px; }
  .more-questions-txt p { font-size: 1.1rem; }
  .more-questions .more-questions-txt a { display: inline-block; }

  /* HELP CENTER */
  .help-category { padding: 35px 30px; margin-bottom: 25px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 40px 18px 30px; margin-bottom: 40px; }
  #help-category .breadcrumb-wrapper { margin-bottom: 25px; }
  .help-category-title p { margin-top: 10px; }

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 16px 0; }
  .help-category-data span { font-size: 1rem; }

  .read-time, .updated-date { display: block; }
  .read-time { margin-top: 3px; margin-left: 0; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { display: inline-block!important; margin-left: 50px; margin-bottom: 22px; }
  .breadcrumb { margin-bottom: 0; }

  .help-article-title h3 { margin-bottom: 14px; }
  .help-article-title img { margin: 30px 0; }

  .table-of-contents { padding: 25px 0 32px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { margin: 30px 0; }
  #help-article .txt-block h6 { font-size: 1.215rem; margin: 22px 0; }

  #help-article .txt-block img { margin: 15px 0 20px; }

  .help-vote-form { margin-top: 40px; }
  .help-vote-form h6 { margin-bottom: 20px; }
  .help-vote-form .btns-group .btn:first-child { margin: 0 0 12px; }
  .help-vote-form .btn { width: 100%; }

  /* BLOG */
  .posts-category { margin: 0 0 30px; }
  .posts-category span { top: 1.25px; }
  .posts-category.ico-20 [class*="flaticon-"]:before, 
  .posts-category.ico-20 [class*="flaticon-"]:after { font-size: 1.0625rem; } 

  .square-post .blog-post-txt { padding: 15px 20px 35px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 30px; }
  .single-post-title p.p-lg { margin-top: 12px; }

  #single-post .blog-post-meta { margin-bottom: 12px; }

  #single-post .blog-post-img.pb-60 { padding-bottom: 30px; }

  .single-post-txt .blockquote p { font-size: 1.125rem; margin-bottom: 30px; }
  .single-post-txt .blockquote-footer { font-size: 1.0625rem; line-height: 1.5; }

  .post-inner-img { margin: 25px 0; }

  .post-data { text-align: center; margin-top: 60px; padding: 60px 0; }
  .post-author-avatar { float: none; margin-right: 0; margin-bottom: 10px; }
  .post-author-avatar img { width: 58px; height: 58px; }

  .post-author-txt { top: 0; }
  .post-author-txt p { font-size: 1.0625rem; margin-top: 10px; }

  .post-share-list.text-end { text-align: center!important; margin-top: 12px; }
  .post-share-list p { font-size: 1.0625rem; margin-bottom: 10px; }

  .subscribe-banner { padding: 30px 20px; }

  #post-comments img { width: 40px; height: 40px; }
  .comment-body { margin-left: 12px; }
  .comment-meta { margin-bottom: 7px; }
  .comment-meta h6 { font-size: 1.15rem; margin-bottom: 5px; }
  .comment-date, .btn-reply a { font-size: 0.95rem; } 
  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 0.95rem; }

  .comment-form { margin-top: 35px; }
  .comment-form p { margin-bottom: 10px; }

  .comment-form .form-control { margin-bottom: 25px; }
  .comment-form textarea { min-height: 150px; }
  .comment-form .btn { font-size: 1.0625rem; height: 52px; }

  /* NEWSLETTER */
  #newsletter-2 .container { max-width: 100%; } 

  #newsletter-1 .newsletter-overlay { padding: 50px 0 40px; }  
  #newsletter-2 .newsletter-overlay { padding: 65px 25px 55px; margin: 0 -15px; border-radius: 0 0!important; }

  .newsletter-txt h4, .newsletter-txt h3 { font-size: 1.6666rem; padding: 0; margin-bottom: 25px; }
  #newsletter-2 .newsletter-txt p { padding: 0; }

  #newsletter-1 .newsletter-form { padding: 0 3%; }
  #newsletter-2 .newsletter-form { padding: 0 3%; margin-top: 25px; }

  .newsletter-section .form-control, .newsletter-section .btn { height: 52px; font-size: 1.0625rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* CONTACTS */
  .contacts-info { text-align: center; }
  .contacts-info p { margin: 14px 0 0; padding: 0; }
  .contacts-info h6 { margin: 20px 0 15px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-boxes.pb-70 { text-align: center; padding-bottom: 40px; }
  .contact-box p { padding: 0 3%; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, 
  .contact-form .form-select { height: 52px; font-size: 1.0625rem; padding: 0 15px; margin-bottom: 15px; }
  .contact-form textarea { min-height: 160px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form .form-btn .btn { width: 100%; font-size: 1.0625rem; padding: 0.95rem 1.4rem; }
  .contact-form-msg { text-align: center; margin-top: 15px; }

  /* FOOTER */
  .footer { padding-bottom: 30px; }

  .footer-info, #footer-4 .footer-info, #footer-4 .footer-contacts { margin-bottom: 35px; }
  #footer-1 .footer-contacts { margin-top: -5px; }
  #footer-9 .footer-contacts { margin-top: -5px; margin-bottom: 30px; }
  .footer-links, #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 25px; }
  #footer-10 .footer-links { margin-bottom: 10px; }
  .footer-form { margin-bottom: 10px; }
  #footer-1 .footer-form { margin-top: 35px; }
  
  .fl-1, .fl-2, .fl-3, .fl-4, #footer-1 .fl-5 { border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 16px; }
  #footer-1 .fl-3 { margin-bottom: 16px; }

  #footer-10 .foo-links { display: block; padding-top: 0; }
  #footer-10 .foo-links li { padding: 0 12px; }

  img.footer-logo { max-height: 33px; margin-bottom: 22px; }
  #footer-6 img.footer-logo { margin-bottom: 0; }

  .footer h6 { font-size: 1.2rem; margin-bottom: 20px; } /* 18px */
  .footer .footer-links h6.h6-lg { font-size: 1.275rem; margin-bottom: 18px; }

  .footer-mail-link { margin: 0 0 0 8px; }
  .footer-mail-link a { font-size: 1.1rem; } /* 16.5px */
  .footer-mail-link span { top: 4.5px; right: 5px; }

  .footer-mail-link.ico-20 [class*="flaticon-"]:before, 
  .footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.275rem; }

  .footer-stores-badge { margin-bottom: 20px; }
  .footer-stores-badge .store { margin-right: 10px; }
  .footer .badge-img-xs .store img { max-height: 2.75rem; }

  .footer-info-socials li { padding-right: 13px; }
  .footer-info-socials.ico-20 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-20 [class*="flaticon-"]:after,
  .footer-info-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.45rem; }

  .footer-socials a { margin-right: 13px; }
  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.5rem; }

  #footer-1 .footer-form { margin-bottom: 0; }
  .footer-form .form-control { font-size: 1.0625rem; }
  .footer-form .form-control, .footer-form .btn { height: 36px; }
  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { font-size: 1.0625rem; line-height: 26px!important; }

  #footer-1 .bottom-footer { margin-top: 20px; }
  .footer-copyright p, .bottom-footer-list p.p-sm, .bottom-secondary-link p.p-sm { font-size: 1rem; }

  .footer-list-divider { top: 0; }
  .bottom-secondary-link p span { top: 1.5px; padding: 0 2px; }
  .footer-info-copyright p span { top: 2px; padding: 0 2px; }

  .bottom-foo-socials { margin-left: 6px; }
  .bottom-foo-socials li { margin-right: 6px; }
  .bottom-foo-socials li span { top: 2.5px; right: 3px; }

  .bottom-foo-socials.ico-10 [class*="flaticon-"]:before, 
  .bottom-foo-socials.ico-10 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after { font-size: 0.815rem; }

  .bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
  .bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

  /* INNER PAGE WRAPPER */
  .inner-page-title { margin-bottom: 50px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { line-height: 1.6666; padding: 0 3%; margin-top: 12px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* TERMS, PRIVACY, COOKIES */
  .txt-block.legal-info h5 { margin: 35px 0 15px; }
  .txt-block.legal-info h6 { margin: 15px 0; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* SIGN IN / SIGN UP */
  .login-page-logo { margin-bottom: 40px; }
  .login-page-logo img { max-height: 35px; }

  .login-1 .register-page-form, .signup-1 .register-page-form,
  .login-2 .register-page-form, .signup-2 .register-page-form { 
    margin: 0 2%; 
    padding: 30px 15px 35px; 
    border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -o-border-radius: 8px; 
    -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
    -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
    box-shadow: 0 4px 12px 0 var(--tra-black);
  }

  .login-3 .register-page-wrapper, .signup-3 .register-page-wrapper { border-radius: 8px; margin: 0 2%;  }
  .login-3 .register-page-form, .signup-3 .register-page-form { padding: 30px 15px; }

  .reset-page-wrapper form { margin: 0 1%; padding: 35px 12px 5px; }

  .register-form-title { margin-bottom: 20px; }
  .login-2 .register-form-title, .signup-2 .register-form-title, .reset-form-title { margin-bottom: 16px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 10px; }

  .register-page-form p.input-header, .register-page-form .btn-google { font-size: 1rem; }
  .reset-password-link p { font-size: 1rem; margin-top: 16px; }
  .login-3 .reset-password-link p { margin-top: 3px; margin-bottom: 24px; }
  .form-data span { font-size: 0.85rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1rem; margin-top: 16px; }

  .separator-line { font-size: 1rem;  margin: 15px 0; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 16px; }
  #login .register-page-form .btn.submit { height: 52px; font-size: 1.0625rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 52px; font-size: 1.0625rem; margin-top: 18px; }
  .reset-page-wrapper .btn.submit { height: 52px; font-size: 1.0625rem; margin-bottom: 16px; }
  .btn-google img { width: 18px; height: 18px; top: -2px; right: 5px; }

  /* PAGE 404 */
  #page-404 { padding-top: 100px; }
  .page-404-txt h2 { font-size: 2rem; margin-bottom: 14px; }
  .page-404-txt h6 { font-size: 1.125rem; padding: 0 5%; margin-bottom: 26px; }
  .page-404-img { padding: 0 10%; margin-bottom: 30px; }
  .page-404-footer p span { display: block; }

  /* COOKIES */
  #cookies { bottom: 12px; left: 6%; width: 90%; padding: 20px 17px 17px; }
  #cookies p { font-size: 1rem; }
  #cookies-ok { font-size: 0.95rem; padding: 7px 18px; }
  #cookies-info { margin-left: 15px; }
  #cookies-close { right: 14px; top: 5px; }
  #cookies-close svg { width: 12px; height: 12px; }

  /* MODAL */
  #modal-1 .modal-dialog { width: 310px; margin: auto auto; }
  #modal-2 .modal-dialog.modal-xl { width: 320px; margin: auto auto; }

  #modal-1 .modal-body-img { padding-top: 25px; }

  #modal-1 .modal-body-content { padding: 10px 20px 5px; }
  #modal-2 .modal-body-content { padding: 25px 10px 18px; }

  .modal .btn-close { right: 15px!important; top: 15px!important; }

  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 18px; }

  .modal-body .newsletter-form { margin-top: 15px; }
  .modal .newsletter-form .form-control,
  #modal-2 .request-form .form-control { height: 52px; font-size: 1.0625rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 52px; font-size: 1.0625rem; }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.98px) { 

  /*------------------------------------------*/
  /*  BASE
  /*------------------------------------------*/

  html { font-size: 87.5%; } 

  .block--shadow { -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; box-shadow: 0 0; }
  .bg--shape:after { width: 1100px; height: 1100px; top: 12%; left: -10%; }
  .bg--shape-top:after { width: 450px; height: 450px; top: -5%; right: 12%; background-color: rgba(119, 67, 142, .15); }

  .py-40 { padding: 30px 0; }
  .py-50 { padding: 35px 0; }
  .py-60 { padding: 40px 0; }
  .py-70 { padding: 40px 0; }
  .py-80 { padding: 40px 0; }
  .py-90 { padding: 50px 0; }
  .py-100 { padding: 60px 0; }

  .pt-40 { padding-top: 30px; }
  .pt-50 { padding-top: 35px; }
  .pt-60 { padding-top: 40px; }
  .pt-70 { padding-top: 40px; }
  .pt-80 { padding-top: 40px; }
  .pt-90 { padding-top: 50px; }
  .pt-100 { padding-top: 60px; }

  .pb-40 { padding-bottom: 30px; }
  .pb-50 { padding-bottom: 35px; }
  .pb-60 { padding-bottom: 40px; }
  .pb-70 { padding-bottom: 40px; }
  .pb-80 { padding-bottom: 40px; }
  .pb-90 { padding-bottom: 50px; }
  .pb-100 { padding-bottom: 60px; }

  .mt-30 { margin-top: 24px; }
  .mt-40 { margin-top: 30px; }
  .mt-45 { margin-top: 30px; }
  .mt-50 { margin-top: 35px; }
  .mt-55 { margin-top: 35px; }
  .mt-60 { margin-top: 40px; }
  .mt-65 { margin-top: 40px; }
  .mt-70 { margin-top: 40px; }
  .mt-75 { margin-top: 40px; }
  .mt-80 { margin-top: 40px; }

  .mb-30 { margin-bottom: 24px; }
  .mb-40 { margin-bottom: 30px; }
  .mb-45 { margin-bottom: 30px; }
  .mb-50 { margin-bottom: 35px; }
  .mb-55 { margin-bottom: 35px; }
  .mb-60 { margin-bottom: 40px; }
  .mb-65 { margin-bottom: 40px; }
  .mb-70 { margin-bottom: 40px; }
  .mb-75 { margin-bottom: 40px; }
  .mb-80 { margin-bottom: 40px; }

  #stlChanger { display: none; }
  .division { padding-left: 0; padding-right: 0; }
  .ts-0 { padding-top: 80px; }
  .bg--fixed { width: auto; }
  .bg--scroll { width: auto; background-attachment: scroll!important; }

  /* Background Shape */
  .shape--01:after { height: 55%; }
  .shape--02:after { height: 55%; top: 45%; }

  /* Headers */
  h6, h6.h6-md, h6.h6-lg, h6.h6-xl { font-size: 1.35714rem; }  /* 19px */
  h5, h5.h5-md, h5.h5-lg, h5.h5-xl, h4, h4.h4-md, h4.h4-lg, h4.h4-xl { font-size: 1.42857rem; }  /* 20px */
  h3, h3.h3-md, h3.h3-lg, h3.h3-xl, h2, h2.h2-md, h2.h2-lg { font-size: 1.57143rem; }            /* 22px */
  h2.h2-xl, h2.h2-title { font-size: 1.85714rem; }  /* 26px */ 

  h6, h5, h4, h3, h2, h1 { line-height: 1.4; }

  /* Paragraphs */
  p.p-sm { font-size: 0.95rem; }
  p { font-size: 1rem; }
  p.p-md, p.p-lg, p.p-xl { font-size: 1.0625rem; }

  ol.digit-list p { margin-bottom: 5px; }

  /* Button */
  .btn.btn-sm, .btn, .btn.btn-md { font-size: 0.9rem; padding: 0.8rem 1.45rem; }
  .btns-group .btn.ico-30.ico-left, .btns-group .btn.ico-30.ico-right { padding: 0.391175rem 0.5rem 0; }

  /* Buttons Group */
  .btns-group .btn:first-child { margin: 0 5px 15px; }

  /* Button Text */
  p.btn-txt { margin: 10px 0 0 0; }
  .text-center p.btns-group-txt { margin-top: 18px; }
  .btn-rating { margin: 15px 0 0 0; }
  .btn-rating p.p-sm { font-size: 0.9375rem; }
  .star-rating small, .star-rating span.rating-txt { font-size: 1rem; }

  .star-rating.ico-20 [class*="flaticon-"]:before, 
  .star-rating.ico-20 [class*="flaticon-"]:after { position: relative; font-size: 1.125rem; top: 2px; }

  /* Button Icon */
  .btn.ico-20 [class*="flaticon-"]:before, 
  .btn.ico-20 [class*="flaticon-"]:after { font-size: 1.15rem; line-height: 0.45rem!important;top: 3.5px; }
  .btn.ico-30 [class*="flaticon-"]:before, .btn.ico-30 [class*="flaticon-"]:after { font-size: 1.85rem; }

  .btn.ico-30.ico-left span.ico-30-txt { font-size: 1.125rem; top: -8px; margin-right: 0; }
  .btn.ico-30.ico-right span.ico-30-txt { font-size: 1.125rem; top: -8px; margin-left: 0; }
  .btn.ico-left span { margin-right: 8px; }
  .btn.ico-right span { margin-left: 8px; }

  /* Transparent Link */
  a.tra-link { font-size: 1.035rem; }
  .tra-link.ico-20 [class*="flaticon-"]:before, 
  .tra-link.ico-20 [class*="flaticon-"]:after { font-size: 0.785rem; line-height: 0.7rem!important; top: 1px; left: 2px; }

  /* Store Badges */
  .store { margin-right: 6px; }
  .store.store-btn-2 { margin-right: 0; }
  .store-btn-3, .store-btn-4 { margin-top: 12px; }

  /* Watch Video Link */
  .watch-video { margin-top: 18px; }
  .watch-video-link { margin-right: 8px; }
  p.video-txt-lg { font-size: 1.0625rem; }
  p.video-txt-sm { font-size: 1rem; }

  /* Video Popup Icon */
  .video-btn-xl { width: 5.625rem; height: 5.625rem; margin-top: -2.8125rem; margin-left: -2.8125rem; }
  .video-btn-lg { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }
  .video-btn-md { width: 5rem; height: 5rem; margin-top: -2.5rem; margin-left: -2.5rem; }

  .video-btn.video-btn-xl [class^="flaticon-"]:before, .video-btn.video-btn-xl [class^="flaticon-"]:after {
    font-size: 4.5rem; line-height: 5.625rem!important; margin-left: 8px;
  }

  .video-btn.video-btn-lg [class^="flaticon-"]:before, .video-btn.video-btn-lg [class^="flaticon-"]:after,
  .video-btn.video-btn-md [class^="flaticon-"]:before, .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 4.35rem; line-height: 5rem!important; margin-left: 8px;
  }

  /* Vector Icon Background */ 
  .ico-50 .shape-ico svg { width: 100px; height: 100px; top: -25px; left: calc(50% - 55px); }
  .ico-55 .shape-ico svg { width: 105px; height: 105px; top: -25px; left: calc(50% - 55px); }
  .ico-60 .shape-ico svg { width: 110px; height: 110px; top: -25px; left: calc(50% - 55px); }

  /* Vector Rounded Icons */
  .ico-rounded, .ico-rounded-md, .ico-rounded-lg { width: 88px; height: 88px; }

  .ico-rounded [class*="flaticon-"]:before, 
  .ico-rounded [class*="flaticon-"]:after, 
  .ico-rounded-md [class*="flaticon-"]:before, 
  .ico-rounded-md [class*="flaticon-"]:after, 
  .ico-rounded-lg [class*="flaticon-"]:before, 
  .ico-rounded-lg [class*="flaticon-"]:after { font-size: 2.85rem; line-height: 88px!important; }

  /* PNG Icons */
  .img-80 img { width: 70px; height: 70px; }
  .img-75 img { width: 65px; height: 65px; }
  .img-70 img, .img-65 img, .img-60 img { width: 60px; height: 60px; }

  /* Section ID */
  .section-id { font-size: 0.9rem; margin-bottom: 20px; }

  /* Section Title */
  .section-title.mb-70 { margin-bottom: 30px; }
  .section-title h2 { padding: 0 7%; }
  .section-title p { margin-top: 12px; padding: 0 2%; }
  .section-title .btns-group { padding: 0 8%; margin-top: 8px; }
  .section-title .btns-group .btn { width: 100%; margin: 12px 0 0; }

  /* Users */
  .txt-block .users { margin-top: 14px; }
  .users img { max-height: 42px; }
  .txt-block .users img { max-height: 35px; }
  .users p { font-size: 0.975rem; margin-top: 15px; top: 0; left: 0; }
  .txt-block .users p { font-size: 0.9rem; top: 10px; left: 3px; }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  /* Header Logo */
  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 15px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 30px; }

  .wsmenu > .wsmenu-list { width: 250px; margin-right: -250px; }
  .wsactive .wsmobileheader { margin-right: 250px; }
  .overlapblackbg { width: calc(100% - 250px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 15px 0 0; }

  /* Nav Link Info */
  span.sm-info { width: 20px; height: 20px; font-size: 0.785rem; line-height: 18px; top: -1px; margin-left: 5px; }

  .wsmenu > .wsmenu-list > li > a { padding: 5px 32px 4px 20px; margin: 0; }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i { height: 8px; width: 8px; margin: 24px 18px 0px 0px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu { top: 0; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu, .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 { padding: 6px 10px; }

  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a, 
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a,
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a,
  .wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover, 
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover { padding: 13px 9px; }

  /* Header Store Badges */
  .store.header-store img { max-height: 42px; }

  /* Header Social Links */
  .header-socials.ico-20 [class*="flaticon-"]:before, 
  .header-socials.ico-25 [class*="flaticon-"]:after { line-height: 52px!important; } 

  .wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title { margin-top: 12px; } 

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .hero-section.blur--purple:after { height: 90%; top: -34%; left: 10%; }

  .slideshow, #hero-20 .slideshow, .slideshow .slides, #hero-20 .slideshow .slides { height: 420px; }

  .img-link { bottom: 20px; right: 20px; width: 42px; height: 42px; }
  .img-link a span { top: 4.5px; }

  .hero-section .btns-group { display: block; }
  .hero-section .btns-group .btn { display: block; padding: 1rem 1.5rem; margin: 0 10%; }
  .hero-section .btns-group .btn:first-child { margin-bottom: 12px; }

  /* Hero Advantages */
  .hero-section .text-center .advantages { margin-top: 15px; }
  .hero-section .advantages li { display: block!important; margin-top: 3px; }
  .hero-section .advantages li p { display: block; float: none; }
  .hero-section li.advantages-links-divider { display: none!important; }

  /* HERO QUICK FORM */
  .hero-section .quick-form .form-control, .hero-section .quick-form .btn { height: 48px; font-size: 1.1rem; }
  .hero-section .quick-form.form-half .form-control { height: 48px; font-size: 1.1rem; padding: 0 14px; }
  .hero-section .quick-form.form-half .btn { height: 48px; font-size: 1.1rem; }

  .hero-section .text-center .quick-form-msg { margin: 20px 0 -10px 0; }

  /* HERO DIGITS */
  #hd-1-1, #hd-1-2 { width: 100%; padding: 0; } 
  #hd-1-1 { margin-bottom: 20px; } 
  .hero-digits h2.statistic-number { font-size: 2.75rem; }
  .hero-digits h2.statistic-number small { font-size: 2rem; margin-left: 3px; }

  /* HERO-1 */
  #hero-1 { padding: 60px 0; }
  .hero-1-txt h2 { font-size: 1.85rem; }
  .hero-1-txt p.p-lg, .hero-1-txt p.p-xl { margin: 14px 0 20px; }
  .hero-1-txt .btn.btn-md { display: block; padding: 1rem 1.5rem; margin: 0 8%; }
  .hero-1-txt .star-rating small { display: block; }
  .hero-1-img { margin: 30px 0 0; }

  /* HERO-2 */
  #hero-2 { padding-top: 70px; }
  #hero-2:after { height: 7%; }
  .hero-2-txt h2 { font-size: 2.15rem; padding: 0 2%; }
  .hero-2-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-2-img { margin-top: 30px; }

  /* HERO-3 */
  #hero-3 { padding-top: 70px; padding-bottom: 70px; }
  .hero-3-txt h2 { font-size: 2.15rem; }
  .hero-3-txt p.p-md { margin-top: 12px; }
  .hero-3-txt .users { margin-top: 20px; }
  .hero-3-img { margin-top: 30px; }

   /* HERO-4 */
   #hero-4 { padding-top: 70px; margin-bottom: 60px; }
  .hero-4-txt h2 { font-size: 1.85rem; padding: 0 2%; }
  .hero-4-txt p.p-lg { margin: 12px 0 22px; padding: 0 5%; }
  .hero-4-img { margin: 30px 0 -35px; }

  /* HERO-5 */
  #hero-5 { padding-top: 70px; }
  #hero-5:after { width: 100%; height: 96%; left: 0; }
  .hero-5-txt h2 { font-size: 2.05rem; }
  .hero-5-txt p.p-md { margin: 14px 0 20px; }
  .hero-5-img { margin: 35px 0 0; }

  /* HERO-6 */
  #hero-6 { padding-top: 70px; padding-bottom: 70px; }
  .hero-6-txt h2 { font-size: 2rem; }
  .hero-6-txt p.p-lg { margin-top: 14px; }
  #hero-6 .quick-form { margin: 18px 2% 0; }
  .hero-6-img { margin-top: 30px; }

  /* HERO-7 */
  #hero-7 { padding-top: 60px;  background-position: top center; }
  .hero-7-txt h2 { font-size: 2rem; }
  .hero-7-txt p.p-lg, .hero-7-txt p.p-xl { margin: 14px 0 20px; padding: 0 3%; }
  #hero-7 .users { margin-top: 25px; }
  #hero-7 .users img { max-height: 43px; }
  #hero-7 .users p { font-size: 1rem; top: 0; left: 0; margin-top: 12px; }
  .hero-7-img { margin: 30px 2% 0; }

  /* HERO-8 */
  .hero-8-txt h2 { font-size: 2.15rem; padding: 0 2%; }
  .hero-8-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-8-txt p.btn-txt { margin-top: 25px; }
  #hero-8 .quick-form { margin: 22px 4% 0; }
  .hero-8-img { margin-top: 35px; }

  /* HERO-9 */
  #hero-9 { padding-top: 70px; padding-bottom: 70px; }
  #hero-9 .wave-shape-bottom svg { height: 45px; }
  .hero-9-txt h2 { font-size: 1.9rem; }
  .hero-9-txt p.p-lg { margin-top: 14px; padding: 0 3%; }
  #hero-9 .quick-form { margin: 22px 4% 0; }
  .hero-9-img { margin-top: 30px; }

  /* HERO-10 */
  #hero-10 { padding-top: 70px; margin-bottom: 35px; }
  #hero-10 .container { max-width: 100%; }
  .hero-10-txt { margin-bottom: 40px; }
  .hero-10-txt h2 { font-size: 2.15rem; padding: 0 5%; }
  .hero-10-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }

  .hero-10-wrapper { overflow: visible; margin: 0 -15px; border-radius: 0 0!important; }
  #hero-10 .hero-overlay { padding: 55px 20px 0; }
  .hero-10-img { margin-bottom: -35px; }
  .hero-10-img .video-btn { top: calc(50% - 2px); }

  /* HERO-11 */
  #hero-11 { padding: 60px 0; }
  .hero-11-txt h2 { font-size: 1.85rem; }
  .hero-11-txt p.p-md { margin: 14px 0 25px; padding: 0; }
  .hero-11-img { margin: 30px 0 0; }

  /* HERO-12 */
  #hero-12 { padding-top: 0; }
  #hero-12 .container { max-width: 100%; }
  .hero-12-wrapper { padding: 60px 20px; margin: 0 -15px; border-radius: 0 0!important; }
  .hero-12-txt h2 { font-size: 1.85rem; padding: 0 6%; }
  .hero-12-txt p.p-lg {margin: 12px 0 22px; }
  .hero-12-img { margin-top: 30px; }

  /* HERO-13 */
  #hero-13 { padding-top: 70px; }
  .hero-13-txt h2 { font-size: 2.05rem; padding: 0 2%; }
  .hero-13-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-13 .quick-form { margin: 25px 4% 0; }
  .hero-13-txt p.btn-txt { margin-top: 30px; }

  /* HERO-14 */
  #hero-14 { padding-top: 70px; }
  #hero-14:after { height: 7%; }
  .hero-14-txt .section-id { padding: 10px 25px; font-size: 0.9rem; margin-bottom: 25px; }
  .hero-14-txt h2 { font-size: 1.9rem; }
  .hero-14-txt p.p-md { margin: 15px 0 25px; }
  .hero-14-img { margin-top: 30px; }
  
  /* HERO-15 */
  #hero-15 .hero-overlay { padding-top: 70px; padding-bottom: 70px; }
  .hero-15-txt h2 { font-size: 2.15rem; }
  .hero-15-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }

  /* HERO-16 */
  #hero-16 { padding-top: 70px; padding-bottom: 60px; }
  .hero-16-txt h2 { font-size: 1.9rem; }
  .hero-16-txt p.p-lg { margin-top: 12px; padding: 0 2%; }
  #hero-16 .quick-form { margin: 18px 2% 0; }
  #hero-16 .users { margin-top: 25px; }
  .hero-16-img { margin-top: 30px; }

  /* HERO-17 */
  #hero-17 { padding-top: 70px; }
  #hero-17:after { height: 7%; }
  .hero-17-txt h2 { font-size: 1.9rem; padding: 0 2%; }
  .hero-17-txt p.p-xl { padding: 0 2%; margin-top: 12px; }
  .hero-17-txt .btns-group { margin-top: 18px; }
  .hero-17-img { margin-top: 40px; }

  /* HERO-18 */
  #hero-18 { padding-top: 70px; }
  .hero-18-txt { margin-bottom: 40px; }
  .hero-18-txt .section-id { margin-bottom: 25px; }
  .hero-18-txt h2 { font-size: 1.86667rem; }
  .hero-18-txt p.p-xl { padding: 0; margin-top: 12px; }
  .hero-18-txt .btns-group { padding: 0 3%; margin-top: 20px; }
  .hero-18-txt .btns-group .btn { width: 100%; margin: 0; }
  .hero-18-txt .btns-group .btn:first-child { margin-bottom: 12px; }

  .h18-1 { display: none }
  .h18-2 { margin-bottom: 24px; }

  .hero-bg-shape { width: 220%; height: 100%; left: -32%; right: -32%; opacity: .3; }

  /* HERO-19 */
  #hero-19 { padding-top: 70px; }
  .hero-19-txt h2 { font-size: 2.05rem; padding: 0 2%; }
  .hero-19-txt p.p-xl { padding: 0 3%; margin-top: 15px; }
  #hero-19 .quick-form { margin: 25px 4% 0; }
  .hero-19-txt p.btn-txt { margin-top: 30px; }
  .hero-19-img { margin-top: 35px; }

  /* HERO-20 */
  #hero-20 .caption { padding: 0 3%; }
  #hero-20 .caption h2 { font-size: 1.85714rem; padding: 0; }
  #hero-20 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-20 .caption .btn { margin-top: 22px; }

  /* HERO-21 */
  #hero-21 { padding-top: 70px; }
  #hero-21:after { height: 12%; }
  .hero-21-shape { width: 110%; top: 4.5%; left: -5%; opacity: .8; }

  .hero-21-txt h2 { font-size: 1.9rem; padding: 0 2%; }
  .hero-21-txt p.p-xl { padding: 0 2%; margin-top: 12px; }
  .hero-21-txt .btns-group { margin-top: 18px; }
  .hero-21-img { margin-top: 40px; }

  /* HERO-22 */
  #hero-22 .caption h2 { font-size: 1.85714rem; padding: 0; }
  #hero-22 .caption p.p-xl { font-size: 1.0625rem; padding: 0; margin-top: 12px; }
  #hero-22 .caption .btn { margin-top: 22px; }

  /* HERO-23 */
  #hero-23 { padding-top: 70px; }
  .hero-23-txt h2 { font-size: 2rem; padding: 0 3%; }
  .hero-23-txt p.p-lg { padding: 0 2%; margin-top: 12px; margin-bottom: 22px; }
  .hero-23-img { margin-top: 30px; }

  /* HERO-24 */
  #hero-24 { padding-top: 70px; margin-bottom: 40px; }
  .hero-24-txt h2 { font-size: 2.15rem; padding: 0 5%; }
  .hero-24-txt p.p-lg { margin-top: 15px; }
  .hero-24-txt .users { margin-top: 22px; }

  #hero-24-form { padding: 25px 15px; margin: 50px 1% -40px; }
  #hero-24-form h5 { font-size: 1.5rem; margin-bottom: 12px; }
  #hero-24-form p { margin-bottom: 16px; }
  #hero-24-form p.p-sm { padding: 0!important; }
  #hero-24-form .btn { height: 48px; font-size: 1.0625rem; padding: 16px; }

  /* HERO-25 */
  #hero-25 { padding-top: 70px; }
  .hero-25-txt h2 { font-size: 2rem; }
  .hero-25-txt p.p-lg { padding: 0 2%; margin-top: 14px; margin-bottom: 22px; }
  .hero-25-img { margin-top: 30px; }

  /* HERO-26 */
  #hero-26 { padding-top: 70px; }
  .hero-26-txt h2 { font-size: 1.85714rem; }
  .hero-26-txt p.p-lg { padding: 0; margin-top: 12px; margin-bottom: 22px; }
  .hero-26-img { margin: 35px -20% 0; }

  /* HERO-27 */
  .hero-27-txt h2 { font-size: 1.825rem; margin-bottom: 20px; }
  .hero-27-txt p { margin-top: 22px; margin-bottom: 30px; }

  #hero-27 .img-link { bottom: 9px; left: 9px; width: 45px; height: 45px; }
  #hero-27 .img-link a span { top: 4px; }

  /* HERO REQUEST FORM */
  .request-form .form-control { height: 48px; font-size: 1.0625rem; margin-bottom: 15px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* ABOUT */
  .about-1-title { margin-bottom: 25px; }
  .about-1-title p { margin-top: 14px; }

  #a3-1 { margin-bottom: 18px; }

  .about-1-img { margin: 0 -30%; }

  /* FEATURES */
  #features-3.py-100.shape--bg:after, #features-4.py-100.shape--bg:after { height: 69%; top: 31%; }
  #features-3.pt-100.shape--bg:after { height: 64%; top: 34%; }
  #features-4.pt-100.shape--bg:after { height: 65%; top: 32.5%; left: 0; }

  #features-3 .txt-block, #features-4 .txt-block { margin-bottom: 30px; }

  .fb-1, .fb-2, .rows-2 .fb-1, .rows-2 .fb-2, .rows-2 .fb-3, .rows-2 .fb-4, .rows-2 .fb-5,.row-cols-md-2 .fb-3, 
  .rows-3 .fb-1, .rows-3 .fb-2, .rows-3 .fb-3, .rows-3 .fb-4, .rows-3 .fb-5, .rows-4 .fb-1, .rows-4 .fb-2, .rows-4 .fb-3, 
  .rows-4 .fb-4, .rows-4 .fb-5, .rows-4 .fb-6,#fb-3-1, #fb-3-2, #fb-3-3, #fb-4-1, #fb-4-2, #fb-4-3, .fbox-10.fb-1,
  .fbox-9.fb-1, .fbox-9.fb-2, .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-7, .fbox-9.fb-8, .fbox-10.fb-3, .fbox-10.fb-5, 
  .fbox-10.fb-7 { margin-bottom: 30px; }

  .fbox-11.fb-1, .fbox-11.fb-2 { margin-bottom: 22px; }

  .rows-4 .fbox-2.fb-1, .rows-4 .fbox-2.fb-2, .rows-4 .fbox-2.fb-3, .rows-4 .fbox-2.fb-4, 
  .rows-4 .fbox-2.fb-5, .rows-4 .fbox-2.fb-6 { margin-bottom: 30px; }

  .fbox-6.fb-1, .fbox-6.fb-2, .fbox-6.fb-3, .fbox-6.fb-4 { margin-bottom: 30px; }
  .fbox-12.fb-1, .fbox-12.fb-2, .fbox-12.fb-3 { margin-bottom: 20px; }

  .rows-4 .fb-8 { margin-top: 30px; }
  #features-12 .txt-block { margin-bottom: 25px; }

  .fbox-3, .fbox-4, .fbox-6 { 
    padding: 30px 23px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .fbox-5 { padding: 30px 16px; } 
  .fbox-6 { text-align: center; padding: 30px 16px; }
  .fbox-9 { padding: 35px 18px; }
  .ico-title .fbox-9.fb-1, .ico-title .fbox-9.fb-2, .ico-title .fbox-9.fb-3 { padding: 30px 18px; }
  .fbox-9.fb-4, .fbox-9.fb-5, .fbox-9.fb-6, .ico-title .fbox-9.fb-4, 
  .ico-title .fbox-9.fb-5, .ico-title .fbox-9.fb-6 { padding: 30px 18px 0; }
  .fbox-10, .fbox-10.fb-5, .fbox-10.fb-6, .fbox-10.fb-7, .fbox-10.fb-8 { padding: 35px 18px 30px; } 
  .ico-title .fbox-10.fb-5, .ico-title .fbox-10.fb-6,
  .ico-title .fbox-10.fb-7, .ico-title .fbox-10.fb-8 { padding: 30px 18px 20px; } 

  .fbox-img.h-175 img, .fbox-img.h-180 img { max-height: 150px; } 

  .fbox-7 .fbox-img { margin-bottom: 20px; }
  .fbox-8 .fbox-img.h-175, .fbox-8 .fbox-img.h-180 { padding-top: 25px; margin: 0 18px 45px; } 

  .fbox-9.fb-1 .fbox-9-img, .fbox-9.fb-2 .fbox-9-img, .fbox-9.fb-3 .fbox-9-img { margin: 20px 0 0; }
  .fbox-9.fb-4 .fbox-9-img, .fbox-9.fb-5 .fbox-9-img, .fbox-9.fb-6 .fbox-9-img { margin: 20px 0 -18px; }
  .fbox-9.fb-7 .fbox-9-img, .fbox-9.fb-8 .fbox-9-img, .fbox-9.fb-9 .fbox-9-img { margin: 0 0 20px; }

  .fbox-10.fb-1 .fbox-10-img, .fbox-10.fb-2 .fbox-10-img, 
  .fbox-10.fb-3 .fbox-10-img, .fbox-10.fb-4 .fbox-10-img { margin: 0 0 20px; }
  .fbox-10.fb-7 .fbox-10-img, .fbox-10.fb-8 .fbox-10-img { margin: 20px 0 0; }
  .fbox-10.fb-5 .fbox-10-img, .fbox-10.fb-6 .fbox-10-img { margin: 0 0 25px; }
  .ico-title .fbox-10.fb-5 .fbox-10-img, .ico-title .fbox-10.fb-6 .fbox-10-img { margin: 20px 0 0; }

  .fbox-ico, .fbox-ico.ico-rounded { margin-bottom: 14px; }
  .fbox-5 .fbox-ico, .fbox-6 .fbox-ico { margin-bottom: 15px; }
  .fbox-ico[class*="img-"], .fbox-ico.ico-rounded-md, .fbox-ico.ico-rounded-lg { margin-bottom: 16px; }

  .fbox-wrapper .ico-50 [class*="flaticon-"]:before, .fbox-wrapper .ico-50 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-55 [class*="flaticon-"]:before, .fbox-wrapper .ico-55 [class*="flaticon-"]:after,
  .fbox-wrapper .ico-60 [class*="flaticon-"]:before, .fbox-wrapper .ico-60 [class*="flaticon-"]:after { font-size: 3.6rem; }
  .fbox-ico-wrap .ico-40 [class*="flaticon-"]:before, .fbox-ico-wrap .ico-40 [class*="flaticon-"]:after { font-size: 3rem; }

  .t-icon { margin-bottom: 2px; }
  .t-icon.ico-25 [class*="flaticon-"]:before, .t-icon.ico-25 [class*="flaticon-"]:after { font-size: 1.625rem; }
  .fbox-11-ico { margin-bottom: 12px; }

  .fbox-3 h6, .fbox-4 h6 { margin-top: 18px; margin-bottom: 10px; }
  .fbox-2 h5, .fbox-wrapper .row-cols-md-2 h6, 
  .fbox-wrapper .row-cols-md-3 h6, .fbox-10 h5, .fbox-6 h6, .fbox-9 h6, .fbox-12 h5 { margin-bottom: 12px; }
  .fbox-10.fb-5 h5, .fbox-10.fb-6 h5, .ico-title .fbox-10.fb-5 h5, .ico-title .fbox-10.fb-6 h5 { margin-bottom: 14px; }
  .fbox-11 h6 { margin-bottom: 12px; }

  .fbox-1 p { padding: 0 2%; }
  .fbox-7 p, .fbox-8 p { padding: 0 2%; }

  .fbox-5 .txt-block-tra-link { margin-top: 12px; }

  /* CONTENT */
  .bc-02.pt-30.ws-wrapper, .bc-02.pb-30.ws-wrapper { padding-top: 30px; }
  .bc-02.pt-30.bc-02-top { padding-top: 20px; margin-top: 40px; }
  .bc-02 .container { max-width: 100%; }
  .bc-02.pt-30 .container, .bc-02.pb-30 .container { max-width: auto; }
  .bc-02-wrapper { margin: 0 -15px; border-radius: 0 0!important; }
  .bc-02.pt-30 .bc-02-wrapper, .bc-02.pb-30 .bc-02-wrapper { margin: 0; border-radius: 12px!important; }

  .ct-05 .section-title, .ct-06 .section-title { margin-bottom: 30px; }
  .bc-03-wrapper .section-title { margin-bottom: 25px; }
  .ct-06 .section-title p { font-size: 1rem; }
  .bc-03 .section-title p { font-size: 1rem; padding: 0 3%; margin-top: 12px; }
  
  .ct-05.pt-100, .ct-06 .section-overlay { margin-bottom: 30px; }
  .ct-05.pt-100.ct-05-img { margin-bottom: 0; }
  .bc-01 .section-overlay, .bc-02 .section-overlay { padding: 60px 20px; }
  .bc-02 .ico-title .section-overlay { padding: 60px 20px; }
  .bc-02.pt-30 .section-overlay, .bc-02.pb-30 .section-overlay { padding: 30px 18px; }
  .bc-03 .section-overlay { padding: 60px 20px 0; }

  .ct-02-top { margin-bottom: 40px; }
  .txt-box, .bc-01 .txt-box { margin-bottom: 15px; }
  .bc-04-box { 
    padding: 30px 16px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

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

  .two-txt .txt-block.left-column { margin-bottom: 30px; }
  .two-txt .cbox-3, .two-txt .cbox-3 .ico-wrap { text-align: left!important; }

  .txt-block h3, .txt-block h2, .txt-block h5 { margin-bottom: 14px; }
  h5.h5-title { margin: 12px 0; }

  .bc-04-box h2 { font-size: 2.75rem; margin-bottom: 12px; }
  .bc-04-box h2 small, .bc-04-box h2 span { font-size: 2.15rem; }
  .cbox-5 p.p-sm { font-size: 1rem; }

  .txt-block .btn { margin-top: 20px; }
  .txt-block-tra-link { margin-top: 16px; }

  .cbox-1 .ico-wrap { margin-right: 0.7rem; }
  .cbox-1-ico { width: 1.4rem; height: 1.4rem; font-size: 0.85rem; line-height: 1.1rem; margin-top: 6px; }

  .cbox-3 .cbox-3-ico { margin-bottom: 10px; }
  .cbox-3-ico span[class*="flaticon-"]:before, .cbox-3-ico span[class*="flaticon-"]:after { font-size: 3.25rem; }

  .cbox-title { margin-bottom: 10px; }
  .cbox-title span {display: block; float: none; line-height: 1!important; margin: 0 0 12px 0; }
  .cbox-title span[class*="flaticon-"]:before, .cbox-title span[class*="flaticon-"]:after { font-size: 3rem; }

  .cbox-1-txt { margin-bottom: 20px; }
  .cbox-3-txt { margin-bottom: 30px; }
  .cbox-6-txt { margin-bottom: 25px; }
  .cbox-1-txt h5, .cbox-3-txt h5 { margin-bottom: 10px; }

  .cbox-4 { width: 100%; min-width: auto; padding: 12px 16px; }
  .cbox-4.mt-20 { margin-top: 8px; }
  .cbox-4.mb-30 { margin-bottom: 20px; }
  .cbox-4-ico span { position: relative; top: 3px; }
  .cbox-4-txt { padding-left: 11px; }

  .cbox-5-wrapper { margin-top: 0; }
  .box-title { margin-bottom: 12px; }
  .cbox-5.cb-2 { margin-top: 15px; }
  .box-title span { top: 10px; left: 3px; right: 0; }
  .box-title h6 { position: relative; top: 2px; left: 8px; }

  .txt-block .accordion-1 .accordion-item { padding: 18px 0 23px; }
  .txt-block .accordion-1 .accordion-item .accordion-thumb:after,
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb:after { font-size: 1rem; top: 0px; right: 5px; }

  .txt-block .accordion-1 .accordion-thumb h5 { padding-left: 0; }
  .txt-block .accordion-1 .accordion-item.is-active .accordion-thumb h5 { margin-bottom: 18px; }
  .txt-block .accordion-1 .accordion-panel { padding: 0; }

  /* Advantages */
  .advantages, .text-center .advantages { margin-top: 15px; }
  .advantages li { display: block!important; margin-top: 4px; }
  .advantages li p { display: block; float: none; }
  li.advantages-links-divider { display: none!important; }

  /* Compatibility */
  .compatibility { margin-top: 10px; }

  /* Tools List / Payments Icons */
  .tools-list p, .payment-methods p { margin-bottom: 12px; }
  .tools-list span { padding-right: 1px; }
  .payment-icons img { max-height: 26px; }

  .tools-list.ico-35 [class*="flaticon-"]:before, .tools-list.ico-35 [class*="flaticon-"]:after { 
    font-size: 2rem; line-height: 2rem!important; margin-right: 3px; 
  }

  /* Content Images */
  .ct-07-images { margin: 30px 0; }
  .content-section .container.hidd { overflow: visible!important; }
  .img-block-hidden, .ct-06 .img-block { margin-bottom: -30px; }
  .img-block-txt { margin-top: 30px; }
  .img-block-btn { padding: 0 8%; margin-top: 30px; }
  .img-block-btn .btn { width: 100%; }

  .bc-3-img .video-btn { top: calc(50% - 25px); }

  .ct-01 .img-block.right-column, .ct-02 .img-block.right-column, .ct-03 .img-block.right-column,
  .ct-01 .img-block.left-column, .ct-02 .img-block.left-column, .ct-03 .img-block.left-column { margin: 0 0 30px; }
  .ct-04 .img-block img { margin-bottom: 35px; }

  .bc-01 .img-block, .bc-2-img.right-column, .bc-2-img.left-column { margin-bottom: 30px; }
  .bc-3-img { margin-bottom: -60px; }
  
  .img-content.py-100 { padding: 35px 0; }

  /* STATISTIC */
  .statistic-4-wrapper, .statistic-8-wrapper { padding: 0 5%; }
  .statistic-7-wrapper { padding: 60px 35px; }
  .statistic-7-wrapper .col-lg-4 { margin-bottom: 30px; }
  .txt-block-stat.mt-30 { margin-top: 20px; }

  #statistic-6 .statistic-block-txt { padding: 0 4%; }
  #statistic-6 .statistic-block-txt:before { width: 70px; margin: 12px auto 14px; }

  #sb-1-1, #sb-1-2, #sb-2-1, #sb-5-1, #sb-5-2, #sb-5-3, 
  #sb-6-1, #sb-6-2, #sb-7-1, #sb-7-2, #sb-9-1, #sb-9-2 { margin-bottom: 30px; }
  #sb-3-2 { padding-left: 4%; }
  #sb-4-1, #sb-4-2, #sb-8-1, #sb-8-2 { padding-bottom: 30px; margin-bottom: 30px; }

  h3.statistic-number { font-size: 2.6rem; line-height: 1; letter-spacing: -1px; margin-bottom: 12px; }
  h2.statistic-number { font-size: 2.75rem; line-height: 1; letter-spacing: -1px; margin-bottom: 12px; }
  .statistic-2-wrapper h2,  #sb-3-1 h2.statistic-number, #sb-3-2 h2.statistic-number { margin-bottom: 12px; }
  .statistic-4-wrapper h5 { margin: 20px 0 12px; }
  .statistic-5-wrapper h3 { font-size: 2.25rem; line-height: 1; }
  #statistic-6 h2.statistic-number { font-size: 3.65rem; letter-spacing: -2px; }
  #statistic-6 h2.statistic-number small { font-size: 2.25rem; margin-left: 4px; }
  .statistic-9-wrapper h3, .statistic-9-wrapper h2 { margin: 20px 0 12px; }

  .statistic-5-wrapper p { margin-top: 12px; }
  .statistic-8-wrapper p { margin-top: 15px; }
  
  #sb-2-1 br { display: none; }
  #sb-2-2 { clear: both; }
  #sb-2-2 .txt-block-rating { display: inline-block; }
  #sb-2-2 p { display: inline-block; margin-left: 5px; }

  .statistic-8-wrapper img { max-height: 42px; margin-top: 16px; }
  .statistic-section .action-btn { margin-top: 40px; }

  /* PROJECTS */
  #portfolio-1.pb-70 { padding-bottom: 35px; }

  #portfolio-1 .filter-btns.mb-70 { margin-bottom: 25px; }
  #portfolio-1 .filter-item { margin-bottom: 25px; }

  .project-category { left: 20px; }
  .project-category p { padding: 7px 16px; margin-bottom: 0; }

  .project-data-txt { bottom: 30px; }
  .project-data-txt h5 { font-size: 1.4rem; padding-right: 20%; }

  .project-source { width: 32px; height: 32px; bottom: 15px; }
  .project-source a span { top: 3px; }

  .filter-item:hover .project-category { top: 16px; }
  .filter-item:hover .project-data-txt { left: 20px; }
  .filter-item:hover .project-source { right: 16px; }

  #portfolio-1 .more-btn { margin-top: 10px; }

  /* PROJECT DETAILS */
  .project-title { padding: 0; margin-bottom: 30px; }
  .project-title p { margin-top: 15px; }
  .project-data { padding-bottom: 19px; margin: 25px 0; }
  .project-data p { margin-bottom: 6px; }

  .project-txt h5 { margin: 25px 0 14px; }
  .project-txt h6 { font-size: 1.215rem; margin: 14px 0; }

  .project-inner-img { margin: 30px 0; }
  .project-inner-img.d-flex { margin-left: -10.5px; margin-right: -10.5px; }
  .project-inner-img .top-img { margin-bottom: 25px; }

  #project-details .more-projects { margin-top: 35px; }
  #project-details .more-projects span { top: 2px; left: 2px; }
  #project-details .more-projects.ico-25 [class*="flaticon-"]:before, 
  #project-details .more-projects.ico-25 [class*="flaticon-"]:after { font-size: 1.125rem; } 

  /* TEAM */
  .team-member-photo { margin-bottom: 20px; }
  .team-member-data h6 { font-size: 1.5rem; }
  .team-member-data p { font-size: 1.1rem; }

  /* CAREERS */
  .position-data { margin-bottom: 4px; }
  .position-data p { font-size: 1.125rem; }

  .career-item .col-sm-8 { display: inline-block; width: 60%; float: left; }
  .position-workplace { text-align: left; }
  .position-workplace h6 { font-size: 1.125rem; }

  .career-item .col-sm-4 { display: inline-block; width: 40%; float: none; }

  /* JOB POSITION */
  #job-position .inner-page-title p { margin: 12px 0 10px; padding: 0; }
  #job-position .inner-page-title .btn { font-size: 0.9rem; padding: 0.7rem 1.25rem; margin-top: 5px; }

  .position-info .btn { margin-top: 15px!important; }

  /* PRICING */
  .p-table { 
    margin-bottom: 30px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .pricing-1-table, .text-center .pricing-1-table { padding: 30px 30px 25px; }

  .pricing-table-header h5 { font-size: 1.4285714rem!important; }

  .pricing-discount { top: 0; right: -2px; padding: 6px 11px; }
  .pricing-1-table .pricing-discount { top: -4px; right: 0; padding: 7px 13px; }
  .text-center .pricing-1-table .pricing-discount { top: -32px; right: -5px; }
  .pricing-discount h6 { font-size: 1rem; }
  .pricing-1-table .pricing-discount h6 { font-size: 0.9rem; }

  .pt-btn { font-size: 1.0625rem; padding: 0.935rem 1.3rem; }
  .pricing-1-table .pt-btn { margin-top: 14px; }
  .p-table p.btn-txt { font-size: 1rem; margin: 11px 0 0 0; }

  /* Price */
  .price span { font-size: 2.75rem; letter-spacing: -1.5px; } 
  .price sup { font-size: 2.3rem; top: -2px; }
  .price sup.validity { font-size: 1.65rem; }

  .text-center .price p { padding: 0; }

  /* Pricing Features */
  .pricing-features.mt-25 { margin-top: 16px; }
  .pricing-features li { padding: 10px 8px; }

  /* Pricing Notice */
  .pricing-notice.mb-40 { margin-bottom: 20px; }
  .col-lg-9 .pricing-notice p, .col-lg-10 .pricing-notice p { padding: 0; }

  /* Pricing Toggle Button */
  .toggle-btn-md .toggler-txt, .toggle-btn-lg .toggler-txt { font-size: 1.15rem; }

  /* Pricing Compare */
  .table-responsive.mb-50 { margin-bottom: 30px; }

  .comp-table-rouded { padding: 10px 10px 0; }
  .table>:not(caption)>*>* { padding: 9px 0; }
  .comp-table .table-responsive thead th { font-size: 0.9rem; }
  .comp-table .table-responsive tbody th { font-size: 0.815rem; line-height: 1.25; }
  .comp-table .table-responsive tbody td { font-size: 0.85rem; top: 0; line-height: 1.25; }

  .comp-table .table-responsive tbody td span { top: 3px; }

  .table-responsive .ico-15 [class*="flaticon-"]:before, 
  .table-responsive .ico-15 [class*="flaticon-"]:after { font-size: 0.675rem; }

  .table-responsive .ico-20 [class*="flaticon-"]:before, 
  .table-responsive .ico-20 [class*="flaticon-"]:after { font-size: 0.835rem; }

  #pbox-1, #pbox-2, #pbox-3 { margin-bottom: 30px; }
  .pricing-section .txt-box-last, .pricing-section .pm-last { margin-bottom: 40px; }
  .comp-table-payment h6 { margin-bottom: 14px; }

  /* RATING */
  #rb-2-1, #rb-2-2 { margin-bottom: 25px; }

  .rating-title { padding: 0 8%; }
  .rating-title h5 { font-size: 1.125rem; }
  .rbox-1-img { margin-bottom: 14px; }
  .rbox-1-img img { max-height: 32px; }
  .rbox-2-txt img { max-height: 28px; }
  p.rbox-2-txt { font-size: 1.0625rem; line-height: 28px; }

  .rbox-1 .star-rating { padding: 5px 16px; font-size: 1rem; line-height: 1; }

  .rbox-1 .star-rating span { top: -2px; }
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:before, 
  .rbox-1 .star-rating.ico-15 [class*="flaticon-"]:after { font-size: 1rem; } 
  .rbox-2 .ico-20 [class*="flaticon-"]:before, .rbox-2 .ico-20 [class*="flaticon-"]:after { font-size: 1.35rem; } 

  /* TESTIMONIALS */
  .reviews-3-wrapper { padding: 60px 30px; }
  .reviews-4-wrapper { padding: 60px 5%; }

  #reviews-3 .txt-block { margin-bottom: 35px; }

  .review-1, .review-5 { 
    padding: 20px 20px 25px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }
  .review-2 { padding: 0; }
  .review-3 { 
    text-align: center; 
    padding: 25px 20px 30px; 
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); 
  }

  .review-5-logo { margin-left: 0; margin-bottom: 30px; }
  .review-5-logo img { max-height: 40px; }

  .review-1 .review-ico, .review-5 .review-ico { top: 10px; right: 20px; }

  .review-1 .review-rating, .review-5 .review-rating { margin-bottom: 8px; }
  .review-rating.ico-15 [class*="flaticon-"]:before, 
  .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:before,
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:before,  
  .review-1 .review-rating.ico-15 [class*="flaticon-"]:after,
  .review-5 .review-rating.ico-15 [class*="flaticon-"]:after { font-size: 1.1rem; }

  .review-2-txt h5 { padding: 0 10%; margin: 10px 0; }
  .review-3-txt h6.h6-md, .review-3-txt h6.h6-lg { margin: 5px 0 10px; }
  #reviews-3 .txt-block h2 { margin-bottom: 12px; padding: 0 5%; }
  #reviews-3 .txt-block p { margin-top: 0; }
  #reviews-3 .txt-block .btn { margin-top: 18px; }

  .review-3 .review-avatar { margin: 15px auto 12px; float: none; }

  .review-1 .review-author, .review-5 .review-author { margin-top: 15px; }
  .review-2 .review-author { margin-top: 18px; }
  .review-3 .review-author { text-align: center; padding: 0; margin-top: 0; }

  .review-author h6 { font-size: 1.175rem; margin-bottom: 8px; }
  .review-1 .review-author h6, .review-5 .review-author h6 { font-size: 1.135rem; margin-bottom: 9px; }
  .review-author p, .reviews-4-txt .review-author p { font-size: 1.0625rem; }
  .reviews-section p.p-sm { font-size: 1rem; }

  .review-5-avatar { right: 20px; bottom: 25px; }
  .review-5-avatar img { width: 42px; height: 42px; }

  .reviews-4-img { width: 130px; height: 130px; margin: 0 auto 10px; }
  .reviews-4-txt .review-author, .review-5 .review-author.mt-30 { margin-top: 20px; }

  /* BRANDS */
  .brands-2-wrapper, .brands-3-wrapper { padding: 0 10.5px; }
  .brands-2-wrapper .col, .brands-3-wrapper .col { padding: 0; }

  .brands-title h6 { font-size: 1rem; line-height: 1.55; margin-bottom: 25px; }
  .brands-title h5 { font-size: 1.25rem; margin-bottom: 25px; }
  .brands-title p { padding: 0 5%; margin-bottom: 20px; }

  #brands-4 .txt-block { margin-bottom: 25px; }

  #brand-2-1, #brand-2-2, #brand-2-3, #brand-3-1, 
  #brand-3-2, #brand-3-3, #brand-3-4, #brand-3-5, #brand-3-6 { margin-bottom: 30px; }
  #brand-3-10 { display: none; }
  #brand-4-1, #brand-4-2, #brand-4-3, #brand-4-4, #brand-4-5, #brand-4-6 { margin-bottom: 26px; }

  .brands-carousel-5 .brand-logo, .brands-carousel-6 .brand-logo, #brands-2 .brand-logo, #brands-3 .brand-logo { padding: 0 8px; } 
  #brands-4 .brand-logo { padding: 0 2px; }

  .brands-section .more-btn { margin-top: 25px; }

  /* INTEGRATIONS */
  #integrations-4.pt-100.pb-70 { padding-bottom: 50px; }
  .int-4-wrapper .col { padding: 0 5px; }
  .filter-btns button { font-size: 1.15rem;  }

  .int_tool-1 { padding: 16px 22px 14px; margin-bottom: 20px; }
  .int_tool-2 { padding: 16px 26px 18px; }
  .int_tool-3 { padding: 16px; margin-bottom: 20px; }
  .int_tool-4 { padding: 16px 12px; margin-bottom: 10px; }
  .filter-item, .int-2-wrapper .int_tool-2 { margin-bottom: 20px; }

  .int_tool-1 .tool_logo { margin-right: 20px; }
  .int_tool-1 .tool_logo img { width: 46px; height: 46px; }
  .int_tool-3 img { width: 45px; height: 45px; }
  .int_tool-4 img { width: 45px; height: 45px; }

  .tool_txt h6 { font-size: 1.3125rem; line-height: 1; margin-top: 3px; }
  .tool_logo h6 { font-size: 1.3125rem; }
  .int_tool-4 h6 { font-size: 0.95rem; margin-top: 14px; }
  .tool_txt p { font-size: 1.0625rem; margin-top: 3px; }
  .tool_description p { margin-top: 8px; }

  .integrations-section .more-btn.mt-30 { margin-top: 15px; }

  /* BANNER */
  #banner-1 .container { max-width: 100%; } 
  .banner-1-wrapper { padding: 55px 18px 60px; margin: 0 -15px; border-radius: 0 0!important; }
  .banner-2-wrapper .banner-overlay { padding: 55px 15px 65px; }
  #banner-3 .banner-overlay.pt-80.pb-90 { padding: 50px 0 60px; } 
  .banner-4-wrapper { padding: 50px 10%; }

  .banner-4-txt { margin-bottom: 10px; }

  .banner-1-txt h4 { font-size: 1.714285rem; }  /* 24px; */
  .banner-2-txt h3, .banner-2-txt h2, .banner-3-txt h2 { margin-bottom: 10px; }
  .banner-2-txt.l-txt h2 { padding: 0 4%; }
  .banner-3-txt h2.h2-xl, .banner-3-txt h2.h2-title { margin-bottom: 22px; }

  .banner-section p { margin-bottom: 18px; }
  #banner-1.banner-section p { padding: 0 5%; margin: 15px 0 20px; }
  #banner-2.banner-section .l-txt p { padding: 0 3%; }
  #banner-3.banner-section p.p-xl { padding: 0 3%; margin-bottom: 20px; }

  .banner-1-txt .btn { display: block; margin: 14px 8% 0; }
  .banner-2-txt .btns-group .btn { display: block; margin-left: 5%; margin-right: 5%; }
  .banner-section p.btn-txt { padding: 0; margin-top: 13px; margin-bottom: 0!important; }

  /* DOWNLOAD */
  #download-1 { padding-bottom: 30px; }
  .version-release { margin-bottom: 30px; }
  .release-data h5 { margin-bottom: 30px!important; }

  .release-data { padding-bottom: 20px; margin-bottom: 20px; } 
  span.version-data { display: block; font-size: 1.8rem; margin-right: 0; margin-bottom: 12px; }
  span.release-date { display: block; font-size: 1.2rem; }
  span.release-date span { margin-left: 8px; }
  .release-download { margin-top: 20px; }

  /* FAQs */
  #faqs-1 .section-title, #faqs-3 .section-title { margin-bottom: 25px; } 
  #faqs-2 .section-title { margin-bottom: 35px; } 

  #faqs-2 .question { margin-bottom: 15px; }

  #faqs-1.faqs-section .accordion-thumb h5 { line-height: 1.5; }

  #faqs-2 .question h6, #faqs-2 .question h5 { font-size: 1.21428rem; margin-bottom: 14px; }
  .accordion-thumb h5 { font-size: 1.25rem; line-height: 1.5; padding-right: 8%; }
  .faqs-3-question h5 { font-size: 1.21428rem; margin-bottom: 12px; }

  #faqs-1 .accordion-thumb { padding: 13px 0 17px; }
  .accordion-thumb { padding: 14px 0 18px; }
  #faqs-3.faqs-section .accordion-thumb { padding: 16px 0 21px; }

  .accordion-panel { padding: 0 0 10px 0; }
  #faqs-3 .accordion-panel { padding: 25px 0 10px 0; } 
  #faqs-3 .accordion-panel-item.mb-35 { margin-bottom: 20px; }

  #faqs-1.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-1.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.875rem; top: 16px; right: 2px; }

  #faqs-3.faqs-section .accordion-item .accordion-thumb:after, 
  #faqs-3.faqs-section .accordion-item.is-active .accordion-thumb:after { font-size: 0.875rem; top: 20px; right: 2px; }

  .more-questions { margin-top: 5px; }
  #faqs-1 .more-questions { margin-top: 25px; }
  #faqs-3 .more-questions { margin: 22px auto 0; }

  .more-questions h6 { font-size: 1.2rem; }
  .more-questions span { display: block; margin-bottom: 2px; }

  .more-questions-txt { padding: 16px 24px; }
  .more-questions-txt p { font-size: 1.1rem; }
  .more-questions .more-questions-txt a { display: inline-block; }

  /* HELP CENTER */
  .help-category { padding: 35px 25px; margin-bottom: 25px; }
  .help-category h6 { margin: 10px 0; }

  /* HELP CATEGORY */
  .help-category-title { padding: 40px 18px 30px; margin-bottom: 40px; }
  #help-category .breadcrumb-wrapper { margin-bottom: 20px; }
  .help-category-title p { margin-top: 10px; }

  #help-category h4 { margin-bottom: 35px; }
  .help-category-item { padding-bottom: 30px; margin-bottom: 30px; }

  .help-category-item p { margin: 14px 0 16px; }
  .help-category-data span { font-size: 1rem; }

  .read-time, .updated-date { display: block; }
  .read-time { margin-top: 3px; margin-left: 0; }

  /* HELP ARTICLE */
  .breadcrumb-wrapper { display: inline-block!important; margin-left: 45px; margin-bottom: 18px; }
  .breadcrumb { margin-bottom: 0; }

  .help-article-title h3 { margin-bottom: 12px; }
  .help-article-title img { margin: 30px 0; }

  .table-of-contents { padding: 25px 0 32px; margin: 30px 0 25px; }
  .table-of-contents h6 { margin-bottom: 15px; }

  #help-article .txt-block { margin: 30px 0; }
  #help-article .txt-block h6 { font-size: 1.215rem; margin: 22px 0 12px; }

  #help-article .txt-block img { margin: 15px 0 20px; }

  .help-vote-form { margin-top: 40px; }
  .help-vote-form h6 { margin-bottom: 20px; }
  .help-vote-form .btns-group .btn:first-child { margin: 0 0 12px; }
  .help-vote-form .btn { width: 100%; }

  /* BLOG */
  #blog-page .section-title p { margin-top: 14px; }

  .square-post .blog-post-txt { padding: 15px 20px 40px; }

  /* SINGLE BLOG POST */
  .single-post-title { margin-bottom: 30px; }
  .single-post-title p.p-lg { margin-top: 12px; }

  #single-post .blog-post-meta { margin-bottom: 12px; }

  #single-post .blog-post-img.pb-60 { padding-bottom: 30px; }

  .single-post-txt .blockquote p { font-size: 1.125rem; margin-bottom: 30px; }
  .single-post-txt .blockquote-footer { font-size: 1.0625rem; line-height: 1.5; }

  .post-inner-img { margin: 25px 0; }

  .post-data { text-align: center; margin-top: 50px; padding: 50px 0; }
  .post-author-avatar { float: none; margin-right: 0; margin-bottom: 10px; }
  .post-author-avatar img { width: 50px; height: 50px; }

  .post-author-txt { top: 0; }
  .post-author-txt p { font-size: 1.0625rem; margin-top: 10px; }

  .post-share-list.text-end { text-align: center!important; margin-top: 12px; }
  .post-share-list p { font-size: 1.0625rem; margin-bottom: 10px; }

  .subscribe-banner { padding: 30px 20px; }

  #post-comments img { width: 36px; height: 36px; }
  .comment-body { margin-left: 12px; }
  .comment-meta { margin-bottom: 7px; }
  .comment-meta h6 { font-size: 1.15rem; margin-bottom: 5px; }
  .comment-date, .btn-reply a { font-size: 0.95rem; } 
  .btn-reply.ico-20 [class*="flaticon-"]:before, .btn-reply.ico-20 [class*="flaticon-"]:after { font-size: 0.95rem; }

  .comment-form { margin-top: 35px; }
  .comment-form p { margin-bottom: 10px; }

  .comment-form .form-control { margin-bottom: 25px; }
  .comment-form textarea { min-height: 140px; }
  .comment-form .btn { font-size: 1.1rem; height: 48px; }

  /* NEWSLETTER */
  #newsletter-2 .container { max-width: 100%; } 

  #newsletter-1 .newsletter-overlay { padding: 50px 0 40px; }  
  #newsletter-2 .newsletter-overlay { padding: 55px 18px 45px; margin: 0 -15px; border-radius: 0 0!important; }

  .newsletter-txt h4, .newsletter-txt h3 { font-size: 1.642857rem; padding: 0; margin-bottom: 22px; }
  #newsletter-2 .newsletter-txt p { padding: 0; }

  #newsletter-1 .newsletter-form { padding: 0 3%; }
  #newsletter-2 .newsletter-form { padding: 0 3%; margin-top: 25px; }

  .newsletter-section .form-control, .newsletter-section { height: 48px; font-size: 1.0625rem; }
  #newsletter-2.newsletter-section .btn { font-size: 1.0625rem; }

  /* CONTACTS */
  .contacts-info { text-align: center; }
  .contacts-info p { margin: 14px 0 0; padding: 0; }
  .contacts-info h6 { margin: 20px 0 14px; }
  .contacts-info-socials li { padding-right: 12px; }

  .contact-boxes.pb-70 { text-align: center; padding-bottom: 30px; }
  .contact-box p { padding-right: 0; margin-top: 12px; }
  .contact-box span { top: 0.5px; left: 2px; }

  .contact-form .form-control, 
  .contact-form .form-select { height: 48px; font-size: 1.0625rem; padding: 0 15px; margin-bottom: 15px; }
  .contact-form textarea { min-height: 160px; }
  .contact-form textarea.form-control { padding: 15px; }

  .contact-form .form-btn { margin-top: 5px; }
  .contact-form .form-btn .btn { width: 100%; font-size: 1.0625rem; padding: 0.95rem 1.4rem; }
  .contact-form-msg { text-align: center; margin-top: 15px; }
  
  /* FOOTER */
  .footer { padding-bottom: 30px; }

  .footer-info, #footer-4 .footer-info, #footer-4 .footer-contacts { margin-bottom: 30px; }
  #footer-1 .footer-contacts { margin-top: -5px; }
  #footer-9 .footer-contacts { margin-top: -5px; margin-bottom: 30px; }
  .footer-links, #footer-7 .footer-connect, #footer-8 .footer-connect { margin-bottom: 20px; }
  #footer-10 .footer-links { margin-bottom: 10px; }
  .footer-form { margin-bottom: 10px; }
  #footer-1 .footer-form { margin-top: 35px; }
  
  .fl-1, .fl-2, .fl-3, .fl-4, #footer-1 .fl-5 { border-bottom: 1px solid #ddd; margin-bottom: 15px; padding-bottom: 16px; }
  #footer-1 .fl-3 { margin-bottom: 16px; }

  #footer-10 .foo-links { display: block; padding-top: 0; }
  #footer-10 .foo-links li { padding: 0 10px; }

  img.footer-logo { max-height: 32px; margin-bottom: 22px; }
  #footer-6 img.footer-logo { margin-bottom: 0; }

  .footer h6 { font-size: 1.21428rem; margin-bottom: 20px; }  /* 17px */
  .footer .footer-links h6.h6-lg { font-size: 1.275rem; margin-bottom: 18px; }

  .footer-mail-link { margin: 0 0 0 6px; } 
  .footer-mail-link a { font-size: 1.10714rem; }  /* 15.5px */
  .footer-mail-link span { top: 4.5px; right: 5px; }

  .footer-mail-link.ico-20 [class*="flaticon-"]:before, 
  .footer-mail-link.ico-20 [class*="flaticon-"]:after { font-size: 1.275rem; }

  .foo-links.ico-10 li span { top: 1px; right: 3px; }

  .footer-stores-badge { margin-top: 5px; margin-bottom: 30px; }
  .footer-stores-badge .store { display: block!important; text-align: left; margin-bottom: 15px; margin-right: 0; }
  .footer .badge-img-xs .store img { max-height: 2.85rem; }

  .footer-info-socials li { padding-right: 13px; }
  .footer-info-socials.ico-20 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-20 [class*="flaticon-"]:after,
  .footer-info-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-info-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.45rem; }

  .footer-socials a { margin-right: 13px; }
  .footer-socials.ico-25 [class*="flaticon-"]:before, 
  .footer-socials.ico-25 [class*="flaticon-"]:after { font-size: 1.5rem; }

  #footer-1 .footer-form { margin-bottom: 0; }
  .footer-form .form-control { font-size: 1.0625rem; }
  .footer-form .form-control, .footer-form .btn { height: 34px; }
  .footer-form .ico-15 [class*="flaticon-"]:before, 
  .footer-form .ico-15 [class*="flaticon-"]:after { font-size: 1.0625rem; line-height: 22px!important; }

  #footer-1 .bottom-footer { margin-top: 20px; }
  .footer-copyright p, .bottom-footer-list p.p-sm, .bottom-secondary-link p.p-sm { font-size: 1rem; }

  .footer-list-divider { top: 0; }
  .bottom-secondary-link p span { top: 1.5px; padding: 0 2px; }
  .footer-info-copyright p span { top: 2px; padding: 0 2px; }

  .footer-info-copyright.ico-15 [class*="flaticon-"]:before, 
  .footer-info-copyright.ico-15 [class*="flaticon-"]:after { font-size: 0.815rem; }

  .bottom-foo-socials { margin-left: 6px; }
  .bottom-foo-socials li { margin-right: 6px; }
  .bottom-foo-socials li span { top: 2.5px; right: 3px; }

  .bottom-foo-socials.ico-10 [class*="flaticon-"]:before, 
  .bottom-foo-socials.ico-10 [class*="flaticon-"]:after { font-size: 1.125rem; }

  .bottom-footer-socials.ico-20 [class*="flaticon-"]:before, 
  .bottom-footer-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.375rem; }

  /* INNER PAGE WRAPPER */
  .inner-page-hero, .page-hero-section-overlay { padding-top: 60px; }

  .inner-page-title { margin-bottom: 40px; }
  .inner-page-title h2 { margin-bottom: 0; }
  .inner-page-title p { line-height: 1.6666; padding: 0 3%; margin-top: 12px; }

  /* PAGE PAGINATION */
  .page-link { font-size: 0.95rem; padding: 2px 10px; }
  .pagination.ico-20 [class*="flaticon-"]:before, .pagination.ico-20 [class*="flaticon-"]:after { font-size: 0.75rem; } 

  /* SIGN IN / SIGN UP */
  .login-page-logo { margin-bottom: 35px; }
  .login-page-logo img { max-height: 30px; }

  .login-1 .register-page-form, .signup-1 .register-page-form,
  .login-2 .register-page-form, .signup-2 .register-page-form { 
    margin: 0; 
    padding: 25px 12px 30px; 
    border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -o-border-radius: 8px; 
    -webkit-box-shadow: 0 4px 12px 0 var(--tra-black);
    -moz-box-shadow: 0 4px 12px 0 var(--tra-black);
    box-shadow: 0 4px 12px 0 var(--tra-black);
  }

  .login-3 .register-page-wrapper, .signup-3 .register-page-wrapper { border-radius: 8px; margin: 0; }
  .login-3 .register-page-form, .signup-3 .register-page-form { padding: 25px 12px; }

  .reset-page-wrapper form { margin: 0 1%; padding: 32px 10px 5px; }

  .register-form-title { margin-bottom: 20px; }
  .login-2 .register-form-title, .signup-2 .register-form-title, .reset-form-title { margin-bottom: 15px; }

  .register-form-title h5, .register-form-title h4 { margin-bottom: 10px; }

  .register-page-form p.input-header, .register-page-form .btn-google { font-size: 1rem; }
  .reset-password-link p { font-size: 1rem; margin-top: 16px; }
  .login-3 .reset-password-link p { margin-top: 0; margin-bottom: 20px; }
  .form-data span { font-size: 0.85rem; }
  .reset-password-form .form-data p { font-size: 1rem; margin-bottom: 10px; }
  .register-page-form p.create-account { font-size: 1rem; margin-top: 20px; }
  .reset-form-title p.p-sm { font-size: 1rem; margin-top: 16px; }

  .separator-line { font-size: 1rem;  margin: 15px 0; }

  .reset-page-wrapper .form-control, .register-page-form .form-control { height: 48px; font-size: 1.0625rem; margin-bottom: 16px; }
  #login .register-page-form .btn.submit { height: 48px; font-size: 1.0625rem; margin-top: 0; }
  #signup .register-page-form .btn.submit { height: 48px; font-size: 1.0625rem; margin-top: 18px; }
  .reset-page-wrapper .btn.submit { height: 48px; font-size: 1.0625rem; margin-bottom: 16px; }
  .btn-google img { width: 18px; height: 18px; top: -2px; right: 5px; }

  /* PAGE 404 */
  #page-404 { padding-top: 80px; }
  .page-404-txt { padding-bottom: 70px; }
  .page-404-txt h2 { font-size: 2rem; margin-bottom: 10px; }
  .page-404-txt h6 { font-size: 1.125rem; padding: 0 5%; margin-bottom: 22px; }
  .page-404-img { padding: 0 10%; margin-bottom: 25px; }
  .page-404-footer p span { display: block; }

  /* COOKIES */
  #cookies { bottom: 12px; left: 3%; width: 94%; padding: 20px 15px 15px; }
  #cookies p { font-size: 1em; }
  #cookies-ok { font-size: 0.95rem; padding: 7px 18px; }
  #cookies-info { margin-left: 15px; }
  #cookies-close { right: 14px; top: 6px; }
  #cookies-close svg { width: 12px; height: 12px; }

  /* MODAL */
  #modal-1 .modal-dialog, #modal-2 .modal-dialog.modal-xl { width: 290px; margin: auto auto; }

  #modal-1 .modal-body-img { padding-top: 20px; }

  #modal-1 .modal-body-content { padding: 10px 18px 5px; }
  #modal-2 .modal-body-content { padding: 25px 5px 15px; }

  .modal .btn-close { right: 15px!important; top: 15px!important; }

  #modal-2 .request-form-title p { margin-top: 12px; margin-bottom: 16px; }

  .modal-body .newsletter-form { margin-top: 15px; }
  .modal .newsletter-form .form-control, 
  #modal-2 .request-form .form-control { height: 48px; font-size: 1.0625rem; margin-bottom: 16px; }
  .modal .newsletter-form .btn, #modal-2 .request-form .btn { height: 48px; font-size: 1.0625rem; }


}