.arimo-font {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
@keyframes simple-dot {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-flex-end {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jc-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.no-select-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  min-width: 320px;
  /* Gallery */
  /* Mobile menu */
  /* end mobile menu */
}
body.not-found {
  background: #fbfbfb;
}
body .custom-photo-gallery.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:hover {
  border-color: #1a7afb;
}
body .custom-photo-gallery.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active {
  border-color: #1a7afb;
}
body .custom-photo-gallery.lg-outer .lg-progress-bar .lg-progress {
  background-color: #1a7afb;
}
body .language.dropdown.show .dropdown-toggle::after {
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
}
body.drawer-open .drawer-hamburger {
  display: none !important;
}
body.drawer-open .nav-item {
  margin: 20px 25px;
}
body.drawer-open .drawer-menu-item {
  color: #acacac;
}
body.drawer-open .navbar .drawer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #fff;
  z-index: 3;
}
body.drawer-open .navbar .drawer-nav .drawer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px;
  height: 88px;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .language {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
  border: 1px solid #acacac;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .language a {
  padding: 0 5px;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .language .nav-link {
  padding: 0;
  border-bottom: none;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .language .nav-link:hover {
  border-bottom: none;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .language .nav-link .current {
  border-bottom: none;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .dropdown .dropdown-menu {
  padding-top: 0;
  margin: 0;
  border-color: transparent;
  left: -1px;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .dropdown .dropdown-menu .dropdown-item {
  max-width: 75px;
  padding: 16px 26px;
  border: 1px solid #acacac;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .dropdown .dropdown-menu .dropdown-item:first-child {
  border-bottom: none;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .side-menu-btn {
  z-index: 1065;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .header-logo-item .side-menu-btn span {
  font-size: 2.25rem;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-url-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-url-mobile .nav-item:not(.header-logo-item) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-url-mobile .nav-item .nav-link:not(.current) {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-url-mobile .nav-item .nav-link:hover {
  border-bottom: 2px solid #1a7afb;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-nav.pop-up-btn {
  width: 100%;
  height: 82px;
}
body.drawer-open .navbar .drawer-nav .drawer-menu .navbar-nav.pop-up-btn .btn-primary {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  height: 82px;
  background: #1a7afb;
  border-radius: 0;
  box-shadow: none;
  padding: 1.75rem;
}
body.drawer-close .navbar .drawer-nav {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.alert.success {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #003277;
  background-color: #a9cdff;
  border-color: #a9cdff;
}
/* 404 page */
.not-found-page {
  font-weight: 500;
}
.not-found-page .wrapper {
  margin: 0 auto;
  padding: 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 130px - 40px);
}
@media (max-width: 575.98px) {
  .not-found-page .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.not-found-page .wrapper .not-found-img {
  max-height: 400px;
  margin: 0 auto;
}
.not-found-page .wrapper .text-center p:last-child {
  margin-bottom: 0;
}
.not-found-page .wrapper .text-title {
  padding: 20px 0 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  color: #1a7afb;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .not-found-page .wrapper .text-title {
    font-size: 48px;
  }
}
.not-found-page .wrapper .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0;
}
.not-found-page .wrapper .links a {
  margin: 0 20px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.not-found-page .wrapper a {
  color: #1a7afb;
  font-weight: 700;
  font-weight: 400;
}
.not-found-page .wrapper a:hover {
  color: #1a7afb;
  text-decoration: none;
  border-bottom: 1px solid #1a7afb;
}
/* end 404 page */
header {
  padding: 20px 0;
  background: #fbfbfb;
  /* Desktop menu */
  /* end desktop menu */
}
@media (max-width: 991.98px) {
  header .navbar {
    padding: 0;
  }
}
@media (min-width: 768px) {
  header .navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
header .navbar .img-fluid {
  width: 14.6rem;
}
@media (max-width: 992px) {
  header .navbar .img-fluid {
    width: 11rem;
  }
}
@media (max-width: 575.98px) {
  header .navbar .img-fluid {
    width: 9.6rem;
  }
}
header .navbar .img-fluid.logo-small {
  width: 80px;
  height: 80px;
}
@media (min-width: 576px) {
  header .navbar .header-navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 750px;
  }
}
header .navbar .header-navbar .menu-item .nav-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  header .navbar .header-navbar .menu-item .nav-item {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .navbar .header-navbar .menu-item .nav-item {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .navbar .header-navbar .menu-item .nav-item {
    margin: 0.3125rem 0.3rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar .header-navbar .menu-item .nav-item {
    margin: 0 5px;
  }
}
header .navbar .header-navbar .menu-item .nav-item .nav-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  border-bottom: 2px solid transparent;
}
header .navbar .header-navbar .menu-item .nav-item .nav-link:hover {
  text-decoration: none;
  border-bottom: 2px solid #1a7afb;
}
@media (max-width: 767.98px) {
  header .navbar .header-navbar .menu-item .nav-item .nav-link {
    display: block;
    padding: 0.5rem 0;
  }
}
header .navbar .header-navbar .language {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  max-height: 48px;
}
@media (min-width: 768px) {
  header .navbar .header-navbar .language {
    border: 1px solid #b6b7bd;
  }
}
@media (min-width: 768px) {
  header .navbar .header-navbar .language {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar .header-navbar .language {
    width: 50px;
  }
}
header .navbar .header-navbar .language .current {
  color: #007bff !important;
  font-weight: 700;
}
header .navbar .header-navbar .language a {
  padding: 0;
}
@media (max-width: 767.98px) {
  header .navbar .header-navbar .language a {
    padding: 0.5rem 0;
  }
}
header .navbar .header-navbar .language .btn:focus {
  box-shadow: none;
}
header .navbar .header-navbar .dropdown .dropdown-menu,
header .navbar .header-navbar .show .dropdown-menu {
  min-width: 75px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  left: -1px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar .header-navbar .dropdown .dropdown-menu,
  header .navbar .header-navbar .show .dropdown-menu {
    left: -14px;
  }
}
header .navbar .header-navbar .dropdown .dropdown-menu.show,
header .navbar .header-navbar .show .dropdown-menu.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
header .navbar .header-navbar .dropdown .dropdown-menu .dropdown-item,
header .navbar .header-navbar .show .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 1px solid #acacac;
  padding: 10px;
}
header .navbar .header-navbar .dropdown .dropdown-menu .dropdown-item:first-child,
header .navbar .header-navbar .show .dropdown-menu .dropdown-item:first-child {
  border-bottom: none;
}
header .navbar .header-navbar .dropdown .dropdown-menu .dropdown-item:hover,
header .navbar .header-navbar .show .dropdown-menu .dropdown-item:hover {
  color: #007bff;
  background-color: transparent;
}
header .navbar .header-navbar .dropdown .dropdown-menu .dropdown-item::after,
header .navbar .header-navbar .show .dropdown-menu .dropdown-item::after {
  content: "";
  margin-right: 10px;
}
header .navbar .header-navbar .pop-up-btn .btn-primary {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 200px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-color: #76b2fb;
  background: linear-gradient(to right, #007bff 10%, #64a8fb 90%, #76b2fb);
  box-shadow: 2px 5px 2px #dcdfe4;
  border-radius: 2.25rem;
  font-weight: 600;
}
header .navbar .header-navbar .pop-up-btn .btn-primary:hover {
  box-shadow: none;
}
@media (max-width: 767.98px) {
  header .navbar .header-navbar .pop-up-btn .btn-primary {
    padding: 0.75rem 0.8rem;
  }
}
@media (max-width: 575.98px) {
  header .navbar .header-navbar .pop-up-btn .btn-primary {
    width: 100%;
    max-width: 100%;
  }
}
.map {
  margin: 4rem 0;
  padding: 0 4rem;
}
.map .dots-row {
  background: url("./img/map.png") no-repeat;
  background-size: 100%;
}
.map .legend-for-map {
  border: 1px solid #f2f2f2;
  margin-top: 3.4375rem;
}
.map .legend-for-map div:first-child,
.map .legend-for-map div:last-child {
  padding: 0.1rem;
}
.map .animated-dots {
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 2rem;
}
.map .animated-dots .dot-green {
  background-color: #00d663;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 38%;
  top: 38%;
}
.map .animated-dots .dot-light-green {
  background-color: #00d663;
  opacity: 0.5;
  animation: simple-dot 3s ease-in-out infinite;
}
.map .animated-dots .dot-blue {
  background-color: #1a7afb;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 38%;
  top: 38%;
}
.map .animated-dots .dot-light-blue {
  background-color: #1a7afb;
  opacity: 0.5;
  animation: simple-dot 3s ease-in-out infinite;
}
.map .animated-dots .slow-1 {
  animation-delay: 0.2s;
}
.map .animated-dots .slow-2 {
  animation-delay: 0.6s;
}
.map .animated-dots .slow-3 {
  animation-delay: 0.8s;
}
.map .animated-dots .slow-4 {
  animation-delay: 1s;
}
.map .animated {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2rem;
  opacity: 1;
}
.main-container .content {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  background: #fbfbfb;
}
@media (min-width: 992px) {
  .main-container .content {
    background: url("./img/lines.svg"), #fbfbfb;
    background-repeat: no-repeat;
    background-position: 0 26rem;
    background-size: 58%;
  }
}
.main-container .content .row .left-col h1 {
  font-size: 3.125rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .main-container .content .row .left-col h1 {
    font-size: 45px;
    padding: 50px 0;
  }
}
.main-container .content .row .left-col .text-grey {
  color: #a9a9aa;
  font-size: 1.5rem;
  margin: 1.875rem 0;
}
.main-container .content .row .left-col .btn-primary {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  border-color: #76b2fb;
  background: linear-gradient(to right, #007bff 10%, #64a8fb 90%, #76b2fb);
  box-shadow: 2px 5px 2px #dcdfe4;
  border-radius: 2.25rem;
  font-weight: 500;
}
.main-container .content .row .left-col .btn-primary:hover {
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .main-container .content .row .left-col .btn-primary span {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .main-container .content-about {
    margin: 0 9%;
  }
}
.main-container .content-about .main-title {
  padding: 5rem 0;
}
.main-container .content-about .main-title .text-title {
  padding: 0;
}
.main-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
.main-title .card-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.main-title .title-border-bottom {
  background: #1a7afb;
  width: 32px;
  height: 2px;
}
.main-title .title-border-bottom.big-border-bottom {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 50px;
  height: 4px;
}
.text-title {
  font-size: 45px;
  padding: 5rem 0;
}
.about-us {
  padding: 5rem 0;
  background-color: #fbfbfb;
}
.about-us .text-about {
  color: #acacac;
  line-height: 2;
  font-size: 1.125rem;
}
.companies-row {
  padding-bottom: 2rem;
}
.companies-row img {
  height: 49px;
  padding-bottom: 0.5rem;
}
.award-item {
  background-color: #fff;
  padding: 1rem;
}
.awards {
  margin-bottom: 2rem;
}
.companies {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companies .company-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 210px;
  height: 85px;
}
.companies .company-logo img {
  max-width: 100%;
  margin: auto;
}
.companies .company-logo.opti-img img {
  max-height: 52px;
}
/* Email Subscription Form */
.email-subscription {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background: linear-gradient(to right, #007bff 25%, #64a8fb, #76b2fb);
}
.email-subscription .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.email-subscription .row .notification-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.email-subscription .row .notification-row .notification-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.email-subscription .row .notification-row h5 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .email-subscription .row .notification-row {
    margin-bottom: 20px;
  }
}
.email-subscription .email-subscription-form form.form-valid .form-group {
  display: none !important;
}
.email-subscription .email-subscription-form form.form-valid .button-submit {
  width: 100%;
}
.email-subscription .email-subscription-form form.form-valid .button-submit .btn-primary {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  text-transform: none;
  max-width: 100%;
}
.email-subscription .email-subscription-form form.form-valid .button-submit .btn-primary:disabled {
  opacity: 1;
}
.email-subscription .email-subscription-form form.form-valid .button-submit .btn-primary.ok::before {
  content: "\2713";
  margin-right: 5px;
}
.email-subscription .email-subscription-form form.form-valid .button-submit .btn-primary.not-ok::before {
  content: "\2717";
  color: #ff2c2c;
  margin-right: 5px;
}
.email-subscription .email-subscription-form form.form-load .btn-primary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
}
.email-subscription .email-subscription-form form.form-load .btn-primary::before {
  content: none !important;
  margin: 0;
}
.email-subscription .email-subscription-form form.form-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.email-subscription .email-subscription-form form.form-label .form-group {
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 575.98px) {
  .email-subscription .email-subscription-form form.form-label .form-group {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-subscription .email-subscription-form form.form-label .form-group {
    width: 50%;
  }
}
.email-subscription .email-subscription-form form.form-label .form-group span.error {
  display: none !important;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset {
  position: relative;
  font-size: 12px;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .invalid-color {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  color: #fff;
  top: 15px;
  left: 8px;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 3em;
  padding: 16px 8px;
  border-radius: 0;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  appearance: none;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control[data-empty="false"] .email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:valid .email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:focus {
  padding: 22px 8px 10px;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:focus ~ .invalid-item,
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:focus ~ .valid-item {
  display: none;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control[data-empty="false"] ~ label,
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:valid ~ label,
.email-subscription .email-subscription-form form.form-label .form-group fieldset .form-control:focus ~ label {
  -webkit-transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  color: #fff;
  font-size: 12px;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .valid ~ .valid-item {
  display: block;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .valid ~ .invalid-item {
  display: none !important;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .error ~ .invalid-color:not(label) {
  color: #ffe116;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .error ~ .invalid-item {
  display: block;
}
.email-subscription .email-subscription-form form.form-label .form-group fieldset .error:focus + label {
  top: -5px;
}
.email-subscription .email-subscription-form form .button-submit {
  width: 40%;
}
@media (max-width: 575.98px) {
  .email-subscription .email-subscription-form form .button-submit {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-subscription .email-subscription-form form .button-submit {
    width: 50%;
  }
}
.email-subscription .email-subscription-form form .button-submit .btn-primary {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 200px;
  text-transform: uppercase;
  border-radius: 0;
  background: #fff;
  color: #569cfe;
  border: transparent;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  width: 100%;
}
.email-subscription .email-subscription-form form .button-submit .btn-primary:hover {
  color: #1a7afb;
}
.email-subscription .email-subscription-form form .button-submit .btn-primary:disabled:hover {
  color: #569cfe;
}
.email-subscription .email-subscription-form form .button-submit .btn-primary .loader-form {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .email-subscription .email-subscription-form form .button-submit .btn-primary {
    padding: 0.75rem 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .email-subscription .email-subscription-form form .button-submit .btn-primary {
    padding: 0.75rem;
  }
}
.email-subscription .email-subscription-form form .button-submit .btn-primary span::before {
  content: '*';
  margin-right: 5px;
}
.email-subscription .email-subscription-form .policy-form-text {
  color: #fff;
  width: 100%;
  font-size: 10px;
  margin-top: 5px;
}
.email-subscription .email-subscription-form .policy-form-text:before {
  content: '*';
  margin-right: 5px;
}
.email-subscription .email-subscription-form .policy-form-text a {
  color: #fff;
  font-weight: 700;
}
.email-subscription .email-subscription-form .policy-form-text a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.help .text-center .row span {
  font-weight: 600;
  font-size: 16px;
}
.help .text-center .row p {
  color: #acacac;
  padding-top: 10px;
}
.help .text-center .row .img-fluid {
  padding-bottom: 1.25rem;
  width: 6rem;
}
.help .text-center .row .last-one {
  padding-bottom: 0.9rem;
}
.help .text-center .row .another-one {
  padding-bottom: 1.25rem;
  width: 5.2rem;
}
/* PopUp form */
.modal-open {
  overflow: hidden !important;
}
.modal-open .modal.fade,
.modal-open .modal.show {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 0 !important;
}
.modal-open .modal.fade .modal-dialog,
.modal-open .modal.show .modal-dialog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 100%;
  margin: 0;
  height: 100%;
}
.modal-open .modal.fade .modal-dialog .modal-content,
.modal-open .modal.show .modal-dialog .modal-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: none;
  border-radius: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body,
.modal-open .modal.show .modal-dialog .modal-content .modal-body {
  max-height: max-content;
  overflow-y: auto;
  padding: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback {
  color: #212529;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff !important;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 126px;
  font-size: 30px;
  padding-top: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title .text-title,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title .text-title {
  padding: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title .close,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form .form-title .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 30px;
  font-size: 3.5rem;
  z-index: 1065;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 1055;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group:not(.form-check),
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group:not(.form-check) {
  margin-bottom: 3rem;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control {
  border: none;
  border-bottom: 2px solid #acacac;
  border-radius: 0;
  background-color: transparent;
  color: #212529;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control.error,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control.error {
  border-bottom: 2px solid #ff2c2c;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #4e80d7;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group span.error,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group span.error {
  position: absolute;
  left: 0;
  border: none;
  padding-left: 8px;
  font-size: 12px;
  color: #fff;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset {
  position: relative;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset {
    font-size: 16px;
  }
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset .invalid-color,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset .invalid-color {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 10px;
  left: 8px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset .required-item::before,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group fieldset .required-item::before {
  content: '*';
  margin-right: 5px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group.form-check fieldset,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .form-group.form-check fieldset {
  font-size: 12px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .valid ~ .valid-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .valid ~ .valid-item {
  display: block;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .valid ~ .invalid-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .valid ~ .invalid-item {
  display: none !important;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error {
  color: #ff2c2c;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error ~ .invalid-color:not(label),
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error ~ .invalid-color:not(label) {
  color: #ff2c2c;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error:not(label),
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error:not(label) {
  border-bottom: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error ~ .invalid-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error ~ .invalid-item {
  display: block;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error:focus + label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-label .error:focus + label {
  top: -5px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 3em;
  padding: 16px 8px;
  border-radius: 0;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  appearance: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus {
  padding: 22px 8px 10px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus {
  outline: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ .invalid-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ .invalid-item,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ .valid-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ .valid-item {
  display: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] ~ label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control[data-empty="false"] ~ label,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid ~ label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:valid ~ label,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form.form-css-label .form-control:focus ~ label {
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  color: #212529;
  font-size: 12px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row {
  padding: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column .form-group.first-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column .form-group.first-item,
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group.first-item,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group.first-item {
  margin: 0 0 4rem;
}
@media (min-width: 1200px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column .form-group,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column .form-group,
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group {
    margin: 4rem 0;
  }
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .left-column {
  padding-bottom: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset {
  height: auto;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset .select2-container,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset .select2-container {
  width: 100% !important;
  height: 3rem !important;
  border-bottom: 2px solid #acacac;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset .select2-container.select2-container--default .select2-selection--single,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .right-column .form-group fieldset .select2-container.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  padding-top: 10px;
  background-color: transparent;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .message-block .form-group,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .message-block .form-group {
  margin-bottom: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .message-block .form-group fieldset .form-control,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .message-block .form-group fieldset .form-control {
  resize: none;
  height: auto;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 115px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file {
  width: auto;
  max-width: 150px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file {
    width: 100%;
    max-width: 100%;
  }
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label:hover .custom-file-label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label:hover .custom-file-label {
  color: #76b2fb;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .attach-ico,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .attach-ico {
  width: 16px;
  height: 18px;
  fill: #1a7afb;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .custom-file-label,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .custom-file-label {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #acacac;
  color: #212529;
  background-color: transparent;
  cursor: pointer;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .custom-file-label::after,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .file-label .custom-file-label::after {
  content: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .custom-file-input,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-file-block .custom-file .custom-file-input {
  z-index: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-text p,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .input-row .attach-text p {
  font-size: 14px;
  color: #acacac;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .col-12:first-child,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .col-12:first-child {
  margin-bottom: 10px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-group:last-child,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-group:last-child {
  margin-bottom: 0;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p {
  font-size: 14px;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p a,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p a {
  color: #76b2fb;
  font-weight: 700;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p a:hover,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row p a:hover {
  color: #76b2fb;
  text-decoration: none;
  border-bottom: 1px solid #76b2fb;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check {
  margin-bottom: 1rem;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error {
  left: -9px;
  bottom: -29px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error {
    bottom: -20px;
  }
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
  left: -9px;
  bottom: 23px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
    bottom: 42px;
  }
}
@media (max-width: 575.98px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
    bottom: 42px;
  }
}
@media (max-width: 395px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
    bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column,
  .modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column {
    padding-top: 20px;
  }
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 200px;
  color: #fff;
  border-radius: 0;
  text-transform: none;
  padding: 0.75rem 1.75rem;
  border-color: #76b2fb;
  background: linear-gradient(to right, #007bff 10%, #64a8fb 90%, #76b2fb);
  box-shadow: 2px 5px 2px #dcdfe4;
  background: #1a7afb;
  box-shadow: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary:hover,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary:hover {
  box-shadow: none;
}
.modal-open .modal.fade .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary:hover,
.modal-open .modal.show .modal-dialog .modal-content .modal-body .feedback .feedback-form form .privacy-form-row .right-column .btn-primary:hover {
  opacity: 0.8;
}
.background-client {
  background: linear-gradient(to right, #007bff 25%, #64a8fb, #76b2fb);
}
.no-image {
  background-image: none !important;
  padding: 0 0 5rem !important;
  margin-top: 0 !important;
}
.client-stories {
  color: #fff;
  background-image: url("./img/grey-line1.svg"), url("./img/grey-line2.svg"), url("./img/grey-line2.svg");
  background-repeat: no-repeat;
  background-position: 46%, 90%, 134%;
  padding: 10rem 0;
  margin: 80px 0;
}
.client-stories .team div {
  padding-bottom: 1.5rem;
}
.client-stories .team img {
  margin-bottom: 2rem;
}
.client-stories .team .regular {
  font-size: 1.125rem;
}
.client-stories .team .team-name {
  margin-bottom: 0.2rem;
}
.client-stories .team p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.client-stories .team .light {
  font-size: 0.875rem;
}
.client-stories .team .last-heigth {
  height: 2.625rem;
}
.client-stories .team a {
  color: #fff;
  font-size: 0.875rem;
}
.client-stories .team .feedback-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-stories .team .feedback-link a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.client-stories .team .feedback-link a .social-linkedin-ico {
  width: 20px;
  height: 20px;
  fill: #fff;
  border-radius: 3px;
}
.client-stories .team .feedback-link a span {
  margin-left: 5px;
}
.client-stories .client-stories-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.client-stories .client-stories-row .stories {
  padding-top: 3.125rem;
}
@media (max-width: 575.98px) {
  .client-stories .client-stories-row .stories {
    margin: 0 auto;
  }
}
.client-stories .client-stories-row .stories .main-row {
  padding-top: 40px;
}
.client-stories .client-stories-row .stories .main-row .row-text {
  line-height: 2;
  font-size: 20px;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-arrow {
  opacity: 0.75;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-arrow:hover {
  opacity: 1;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-prev {
  left: -25px;
  background-image: url("./img/left-arrow.svg");
}
.client-stories .client-stories-row .stories .main-row .slider .slick-next {
  right: -25px;
  background-image: url("./img/right-arrow.svg");
}
.client-stories .client-stories-row .stories .main-row .slider .slick-prev,
.client-stories .client-stories-row .stories .main-row .slider .slick-next {
  background-repeat: no-repeat;
  width: 12px;
  height: auto;
  z-index: 1;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-prev::before,
.client-stories .client-stories-row .stories .main-row .slider .slick-next::before {
  content: "";
  color: transparent;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots {
  position: relative;
  bottom: 12%;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots li {
  margin: 0;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots li button::before {
  color: #fff;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots li button:hover::before {
  color: #fff;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots .slick-active {
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 12px;
  height: 12px;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  margin: -1px;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-dots .slick-active button::before {
  font-size: 8px;
  line-height: 14px;
  width: 12px;
  height: 12px;
  color: #fff;
  margin: -1px;
}
.client-stories .client-stories-row .stories .main-row .slider > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.client-stories .client-stories-row .stories .main-row .slider > div.slick-list {
  opacity: 1;
}
.client-stories .client-stories-row .stories .main-row .slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-stories .client-stories-row .stories .main-row .slider .quotes {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 2rem;
}
.client-stories .client-stories-row .stories .main-row .slider .quotes .img-fluid {
  display: inline-block;
  width: 18px;
  height: 13px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0 15px 10px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content::before {
  content: url("./img/quotes.svg");
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .client-stories .client-stories-row .stories .main-row .slider .client-card .client-content::before {
    margin-right: 20px;
  }
}
@media (max-width: 449.98px) {
  .client-stories .client-stories-row .stories .main-row .slider .client-card .client-content::before {
    content: none;
  }
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .rectangle {
  vertical-align: bottom;
  position: relative;
  top: 2px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card {
  background: #3ca6fc;
  border: none;
  margin-bottom: 20px;
  border-top-left-radius: 0;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card .card-body {
  padding: 0.25rem;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card .card-body img {
  border-radius: 5px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card .card-body .card-title {
  font-weight: 600;
  padding-top: 10px;
  word-wrap: normal;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card .card-body .card-text {
  font-size: 14px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .client-content .client-body .card .card-body .avatar {
  width: 78px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .logo {
  max-height: 25px;
}
.client-stories .client-stories-row .stories .main-row .slider .client-card .hotels {
  max-width: 180px;
}
.client-stories .client-stories-row .stories .main-row .arrows-row {
  position: absolute;
  width: 100%;
  bottom: 2.25rem;
}
@media (max-width: 575.98px) {
  .client-stories .client-stories-row .stories .main-row .arrows-row {
    position: relative;
    padding-top: 0.5rem;
    margin: 0;
  }
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow {
  margin-left: 55%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow {
    margin-left: 60%;
  }
}
@media (max-width: 575.98px) {
  .client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow {
    margin: 0 auto;
    padding: initial;
  }
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-arrow {
  opacity: 0.75;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-arrow:hover {
  opacity: 1;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-prev {
  left: 1rem;
  background-image: url("./img/left-arrow.svg");
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-next {
  right: 0.7rem;
  background-image: url("./img/right-arrow.svg");
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-prev,
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-next {
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  z-index: 1;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-prev::before,
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-next::before {
  content: "";
  color: transparent;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots {
  position: relative;
  bottom: 12%;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots li {
  margin: 0;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots li button::before {
  color: #fff;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots li button:hover::before {
  color: #fff;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots .slick-active {
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 12px;
  height: 12px;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  margin: -1px;
}
.client-stories .client-stories-row .stories .main-row .arrows-row .slider-arrow .slick-dots .slick-active button::before {
  font-size: 8px;
  line-height: 14px;
  width: 12px;
  height: 12px;
  color: #fff;
  margin: -1px;
}
.client-stories .brands {
  padding-top: 0.5rem;
  padding-bottom: 3.125rem;
}
.client-stories .brands .row {
  margin: 1.2rem 0;
}
.client-stories .brands .circle-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.client-stories .brands .circle-item .rounded-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px #a9cdff;
}
.client-stories .brands .circle-item .rounded-img.persollo-item {
  background: #00ce73;
}
.client-stories .brands .circle-item .rounded-img img {
  max-height: 60px;
}
.client-stories .brands .circle-item .rounded-img img.hunger-project {
  width: 60px;
}
.client-stories .brands .circle-item .rounded-img img.hotels-combined {
  width: 100px;
}
.client-stories .brands .circle-item .rounded-img img.ugg {
  width: 60px;
}
.client-stories .brands .circle-item .rounded-img img.persollo {
  width: 70px;
  height: 60px;
}
.client-stories .brands .circle-item .rounded-img img.sunglass-hut {
  width: 108px;
}
.client-stories .brands .circle-item .rounded-img img.new-balance {
  width: 88px;
}
.client-stories .brands .circle-item .rounded-img img.marie-claire {
  width: 102px;
}
.services .services-background {
  background: url("./img/connected-images.png") no-repeat;
  background-position: 102% 62%;
  background-size: contain;
}
.services img {
  width: 16.5625rem;
}
.services .service-first .language-item-row,
.services .service-second .language-item-row,
.services .service-third .language-item-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
.services .service-first .language-item-row .language-list-block,
.services .service-second .language-item-row .language-list-block,
.services .service-third .language-item-row .language-list-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: max-content;
  padding: 0 15px;
}
.services .service-first .language-item-row .language-list-block .language-list-item,
.services .service-second .language-item-row .language-list-block .language-list-item,
.services .service-third .language-item-row .language-list-block .language-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: max-content;
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 0;
}
.services .service-first .language-item-row .language-list-block .language-list-item li,
.services .service-second .language-item-row .language-list-block .language-list-item li,
.services .service-third .language-item-row .language-list-block .language-list-item li {
  color: #acacac;
  list-style: none;
}
.services .service-first .language-item-row .language-list-block .language-list-item li::before,
.services .service-second .language-item-row .language-list-block .language-list-item li::before,
.services .service-third .language-item-row .language-list-block .language-list-item li::before {
  content: "\2022";
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.25;
  color: #1a7afb;
}
.services .service-first .experience,
.services .service-second .experience,
.services .service-third .experience {
  font-size: 18px;
  padding-left: 0;
}
.services .service-first .experience li,
.services .service-second .experience li,
.services .service-third .experience li {
  color: #acacac;
  list-style: none;
}
.services .service-first .experience li::before,
.services .service-second .experience li::before,
.services .service-third .experience li::before {
  content: "\2022";
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.25;
  color: #1a7afb;
}
@media (max-width: 767.98px) {
  .services .service-first .language-item-row .language-list-block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .services .service-first .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .services .service-first .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
}
.services .service-second {
  padding: 173px 0 285px 0;
}
@media (max-width: 575.98px) {
  .services .service-second .language-item-row .language-list-block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services .service-second .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .services .service-second .language-item-row .language-list-block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.services .service-second .language-item-row .language-list-item li {
  white-space: nowrap;
}
.services .service-third {
  padding-bottom: 160px;
}
@media (max-width: 575.98px) {
  .services .service-third .language-item-row .language-list-block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services .service-third .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .services .service-third .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .services .service-third .language-item-row .language-list-block {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
}
.feedback {
  color: #fff;
}
.feedback .loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 100%;
  height: 100vh;
}
.feedback.loading {
  position: relative;
}
.feedback.loading .loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback .feedback-form {
  background-color: #569cfe;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 575.98px) {
  .feedback .feedback-form {
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .feedback .feedback-form {
    padding: 0 3rem;
  }
}
.feedback .feedback-form label:not(.custom-file-label, .form-check-input, .form-check-label) {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 15px;
  left: 8px;
}
.feedback .feedback-form .form-title {
  font-size: 30px;
  padding-top: 4rem;
}
.feedback .feedback-form .form-title h6 {
  font-size: 16px;
}
.feedback .feedback-form form.form-label .valid ~ .valid-item {
  display: block;
}
.feedback .feedback-form form.form-label .valid ~ .invalid-item {
  display: none !important;
}
.feedback .feedback-form form.form-label .error {
  color: #ffe116;
}
.feedback .feedback-form form.form-label .error ~ .invalid-color:not(label) {
  color: #ffe116;
}
.feedback .feedback-form form.form-label .error:not(label, .form-check-input) {
  border-bottom: 2px solid #ffe116;
}
.feedback .feedback-form form.form-label .error ~ .invalid-item {
  display: block;
}
.feedback .feedback-form form.form-label .error:focus + label {
  top: -5px;
}
.feedback .feedback-form form.form-label fieldset {
  position: relative;
  font-size: 12px;
}
.feedback .feedback-form form.form-label fieldset .invalid-color {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 10px;
  left: 8px;
}
.feedback .feedback-form form.form-label fieldset .required-item::before {
  content: '*';
  margin-right: 5px;
}
.feedback .feedback-form form.form-css-label .form-control {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: 3em;
  padding: 16px 8px;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  appearance: none;
}
.feedback .feedback-form form.form-css-label .form-control[data-empty="false"] .feedback .feedback-form form.form-css-label .form-control:valid .feedback .feedback-form form.form-css-label .form-control:focus {
  padding: 22px 8px 10px;
}
.feedback .feedback-form form.form-css-label .form-control:focus {
  outline: 0;
}
.feedback .feedback-form form.form-css-label .form-control:focus ~ .invalid-item,
.feedback .feedback-form form.form-css-label .form-control:focus ~ .valid-item {
  display: none;
}
.feedback .feedback-form form.form-css-label .form-control[data-empty="false"] ~ label,
.feedback .feedback-form form.form-css-label .form-control:valid ~ label,
.feedback .feedback-form form.form-css-label .form-control:focus ~ label {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  color: #fff;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .feedback .feedback-form form .input-row .form-group fieldset,
  .feedback .feedback-form form .privacy-form-row .form-group fieldset {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .feedback .feedback-form form .input-row .form-group fieldset,
  .feedback .feedback-form form .privacy-form-row .form-group fieldset {
    font-size: 14px;
  }
}
.feedback .feedback-form form .input-row .form-group .form-control,
.feedback .feedback-form form .privacy-form-row .form-group .form-control {
  border: none;
  border-bottom: 2px solid #4e80d7;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
.feedback .feedback-form form .input-row .form-group .form-control.error:not(.form-check-input),
.feedback .feedback-form form .privacy-form-row .form-group .form-control.error:not(.form-check-input) {
  border-bottom: 2px solid #ffe116;
}
.feedback .feedback-form form .input-row .form-group .form-control:focus,
.feedback .feedback-form form .privacy-form-row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #fff;
}
.feedback .feedback-form form .input-row .form-group span.error,
.feedback .feedback-form form .privacy-form-row .form-group span.error {
  position: absolute;
  bottom: -28px;
  border: none;
  padding-left: 8px;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  font-weight: 700;
  background-color: #ff2c2c;
  z-index: 1051;
}
.feedback .feedback-form form .input-row .form-group span.error:not(#check_data-error)::before,
.feedback .feedback-form form .privacy-form-row .form-group span.error:not(#check_data-error)::before {
  content: "";
  position: absolute;
  top: -7px;
  border-bottom: 4px solid #ff2c2c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin: 4px 7px;
}
.feedback .feedback-form form .input-row .form-group span.error#check_data-error::before,
.feedback .feedback-form form .privacy-form-row .form-group span.error#check_data-error::before {
  content: "";
  position: absolute;
  top: 18px;
  border-top: 4px solid #ff2c2c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin: 4px 7px;
}
.feedback .feedback-form form .input-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 0 0;
}
.feedback .feedback-form form .input-row .left-column .select2-container {
  width: 100% !important;
  height: 3rem !important;
  border-bottom: 2px solid #4e80d7;
  margin-left: 0 !important;
  background-color: transparent;
}
.feedback .feedback-form form .input-row .left-column .select2-container.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-left: 0;
}
.feedback .feedback-form form .input-row .left-column .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  margin-left: 0;
  font-size: 16px;
}
.feedback .feedback-form form .input-row .left-column .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.feedback .feedback-form form .input-row .left-column span:last-child {
  font-size: 10px;
  margin-top: 1rem;
}
.feedback .feedback-form form .input-row .right-column .form-group {
  height: auto;
}
.feedback .feedback-form form .input-row .right-column .form-group fieldset .form-control {
  height: 15rem;
  resize: none;
}
@media (max-width: 575.98px) {
  .feedback .feedback-form form .input-row .right-column .form-group fieldset .form-control {
    height: auto;
  }
}
.feedback .feedback-form form .button-row {
  padding-bottom: 1rem;
}
.feedback .feedback-form form .button-row .attach-file-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .feedback .feedback-form form .button-row .attach-file-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file {
  width: auto;
  max-width: 150px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .feedback .feedback-form form .button-row .attach-file-block .custom-file {
    width: 100%;
    max-width: 100%;
  }
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file .file-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file .file-label .attach-ico {
  width: 16px;
  height: 18px;
  fill: #fff;
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file .file-label .custom-file-label {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #4e80d7;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file .file-label .custom-file-label::after {
  content: none;
}
.feedback .feedback-form form .button-row .attach-file-block .custom-file .custom-file-input {
  z-index: 0;
}
.feedback .feedback-form form .button-row .attach-file-block .filename {
  padding-left: 10px;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .feedback .feedback-form form .button-row .attach-file-block .filename {
    padding-left: 0;
  }
}
.feedback .feedback-form form .privacy-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 0;
  padding-bottom: 4rem;
}
.feedback .feedback-form form .privacy-form-row .button-submit {
  margin-top: 1rem;
}
.feedback .feedback-form form .privacy-form-row .button-submit .btn-primary {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 200px;
  text-transform: none;
  border-radius: 0;
  background: #fff;
  color: #569cfe;
  border: transparent;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
}
.feedback .feedback-form form .privacy-form-row .button-submit .btn-primary:hover {
  color: #1a7afb;
}
.feedback .feedback-form form .privacy-form-row p {
  font-size: 14px;
}
.feedback .feedback-form form .privacy-form-row p a {
  color: #fff;
  font-weight: 700;
}
.feedback .feedback-form form .privacy-form-row p a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.feedback .feedback-form form .privacy-form-row .form-check {
  padding-left: 0;
  margin-bottom: 1rem;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input {
  position: absolute;
  left: -9999px;
  margin-top: 0;
  width: 20px;
  height: 20px;
  padding-right: 10px;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:hover {
  cursor: pointer;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:not(:checked) ~ .form-check-label,
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:checked ~ .form-check-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:not(:checked) ~ .form-check-label::before,
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:checked ~ .form-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:not(:checked) ~ .form-check-label::after,
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:checked ~ .form-check-label::after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: url("./img/checked.svg");
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 16px;
  line-height: 0.8;
  color: #1abc66;
  width: 15px;
  height: 15px;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:not(:checked) ~ .form-check-label::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.feedback .feedback-form form .privacy-form-row .form-check .custom-form-check-input:checked ~ .form-check-label::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.feedback .feedback-form form .privacy-form-row .form-check span.error {
  left: -5px;
  bottom: -12px;
  padding: 2px 5px;
}
@media (min-width: 1200px) {
  .feedback .feedback-form form .privacy-form-row .form-check span.error {
    bottom: -28px;
  }
}
.feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
  left: -6px;
  bottom: 26px;
}
@media (min-width: 350px) and (max-width: 1199.98px) {
  .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
    bottom: 44px;
  }
}
@media (max-width: 349.98px) {
  .feedback .feedback-form form .privacy-form-row .form-check span.error#check_data-error {
    bottom: 62px;
  }
}
.feedback .feedback-form form .privacy-form-row .form-check .form-check-label {
  font-size: 12px;
}
footer {
  margin-top: 3.75rem;
  margin-bottom: 2.9rem;
}
footer .footer-col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-col .footer-logo .logo {
  display: block;
}
footer .footer-col .footer-logo .logo img {
  width: 160px;
  height: 48px;
}
footer .footer-col .footer-logo .logo:hover {
  text-decoration: none;
}
footer .footer-col .footer-navbar .footer-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  footer .footer-col .footer-navbar .footer-items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0;
  }
}
footer .footer-col .footer-navbar .footer-items .nav-link {
  max-width: 135px;
  white-space: nowrap;
  font-size: 14px;
  color: #acacac;
  font-weight: 700;
}
footer .footer-col .footer-navbar .footer-items .nav-link:hover {
  color: #76b2fb;
}
footer .footer-col .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .footer-col .social-icons {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
footer .footer-col .social-icons .social-ico {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  fill: #1a7afb;
  border-radius: 5px;
}
footer .footer-col .social-icons .social-ico:hover {
  fill: #76b2fb;
}
footer .footer-col .footer-text p {
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.privacy-policy a {
  color: #76b2fb;
  font-weight: 700;
}
.privacy-policy a:hover {
  color: #76b2fb;
  text-decoration: none;
  border-bottom: 1px solid #76b2fb;
}
.privacy-policy .privacy-text {
  padding: 0.5rem 1rem;
}
.privacy-policy .privacy-text .text-section {
  margin: 40px 0;
}
.privacy-policy .privacy-text .text-section:first-child {
  margin-top: 20px;
}
.privacy-policy .privacy-text .text-section .main-title {
  margin-left: 0;
}
.privacy-policy .privacy-text .text-section ol li {
  padding-left: 20px;
  padding-bottom: 20px;
}
.terms-of-use a {
  color: #76b2fb;
  font-weight: 700;
}
.terms-of-use a:hover {
  color: #76b2fb;
  text-decoration: none;
  border-bottom: 1px solid #76b2fb;
}
.terms-of-use .terms-text {
  padding: 0.5rem 1rem;
}
.terms-of-use .terms-text .text-section {
  margin: 40px 0;
}
.terms-of-use .terms-text .text-section:first-child {
  margin-top: 20px;
}
.terms-of-use .terms-text .text-section .main-title {
  margin-left: 0;
}
.terms-of-use .terms-text .text-section ol li {
  padding-left: 20px;
  padding-bottom: 20px;
}
.case-studies {
  margin-bottom: 50px;
}
.case-studies .case-studies-navbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 1rem;
}
.case-studies .case-studies-navbar a {
  color: #acacac;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 20px;
}
.case-studies .case-studies-navbar a:hover {
  color: #acacac;
  text-decoration: none;
  border-bottom: 1px solid #acacac;
}
.case-studies .case-studies-navbar a:hover {
  color: #1a7afb;
  border-bottom: none;
}
.case-studies .case-studies-navbar a.active {
  color: #1a7afb;
  font-weight: 700;
}
.case-studies .case-studies-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .case-studies .case-studies-container {
    width: 740px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .case-studies .case-studies-container {
    width: 1110px;
    margin: 0 auto;
  }
}
.case-studies .case-studies-container a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 10px 25px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .case-studies .case-studies-container a {
    margin: 0 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .case-studies .case-studies-container a {
    margin: 0 10px 25px;
  }
}
@media (max-width: 767.98px) {
  .case-studies .case-studies-container a {
    margin: 0 auto 25px;
  }
}
.case-studies .case-studies-container a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  border-radius: 5px;
  text-decoration: none;
}
.case-studies .case-studies-container a:hover .case-study-item .img-block img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.case-studies .case-studies-container a:hover .case-study-item .title-block {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1a7afb;
}
.case-studies .case-studies-container a .case-study-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 350px;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .case-studies .case-studies-container a .case-study-item {
    max-width: 320px;
  }
}
.case-studies .case-studies-container a .case-study-item .img-block {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.case-studies .case-studies-container a .case-study-item .img-block img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.case-studies .case-studies-container a .case-study-item .title-block {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
}
.case-studies .case-studies-container a .case-study-item .sector-block {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: #a9a9aa;
}
.case-studies .case-studies-container a .case-study-item .sector-block span {
  font-weight: 600;
  color: #212529;
}
.single_case-study .header-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  position: relative;
  color: #fff;
  width: 100%;
  height: 375px;
  margin-bottom: 40px;
}
.single_case-study .header-img.matific-img {
  background: url("./img/case_studies/matific/matific-cover-img_1.png") center top / cover no-repeat;
}
.single_case-study .header-img.new-balance-img {
  background: url("./img/case_studies/new-balance/new-balance-cover-img.jpg") center center / cover no-repeat;
}
.single_case-study .header-img.havas-media-img {
  background: url("./img/case_studies/havas-media/havas-media_cover-img.jpg") center center / cover no-repeat;
}
.single_case-study .header-img.sunglass-hut-img {
  background: url("./img/case_studies/sunglass-hut/sunglass-hut-cover-img.jpg") center center / cover no-repeat;
}
.single_case-study .header-img.hotels-combined-img {
  background: url("./img/case_studies/hotels-combined/hotelscombined-cover-img.jpg") center center / cover no-repeat;
}
.single_case-study .header-img.jigsaw-img {
  background: url("./img/case_studies/jigsaw/jigsaw-cover-img-2.jpg") center top / cover no-repeat;
}
.single_case-study .header-img.the-right-fit-img {
  background: url('./img/case_studies/the-right-fit/theRightFit-cover-img.jpg') center top / cover no-repeat;
}
.single_case-study .header-img.wink-models-img {
  background: url('./img/case_studies/wink-models/wink-models-cover-img_2.jpg') center top / cover no-repeat;
}
.single_case-study .header-img.heylink-me-img {
  background: url('./img/case_studies/heylink-me/heylinkme-top-image.jpg') center top / cover no-repeat;
}
.single_case-study .header-img.kodelink-img {
  background: url('./img/case_studies/kodelink/cover-image.webp') center top / cover no-repeat;
}
.single_case-study .header-img.zerolink-img {
  background: url('./img/case_studies/zerolink/cover-image.webp') center top / cover no-repeat;
}
.single_case-study .header-img.rapidwombat-img {
  background: url('./img/case_studies/rapidwombat/cover-image.webp') center top / cover no-repeat;
}
.single_case-study .header-img.babypassportmaker-img {
  background: url('./img/case_studies/babypassportmaker/cover-image.webp') center top / cover no-repeat;
}
.single_case-study .header-img.nobadlinks-img {
  background: url('./img/case_studies/nobadlinks/cover-image.webp') center top / cover no-repeat;
}
.single_case-study .header-img.fundsquire-img {
  background: url('./img/case_studies/fundsquire/fundsquire-cover-img.jpg') center center / cover no-repeat;
}
.single_case-study .header-img .black {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #212529;
  opacity: 0.7;
}
.single_case-study .header-img .header-content {
  padding: 30px;
  position: absolute;
  z-index: 2;
}
.single_case-study .header-img .header-content .title {
  margin-bottom: 20px;
}
.single_case-study .header-img .header-content .title .rounded-header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 3px #fbfbfb;
  -moz-box-shadow: 0 0 3px #fbfbfb;
  box-shadow: 0 0 3px #fbfbfb;
  width: 130px;
  height: 130px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.single_case-study .header-img .header-content .title .rounded-header-logo .header-img-logo {
  width: 100%;
  padding: 0 5px;
}
.single_case-study .header-img .header-content .title .rounded-header-logo .header-img-logo.heylink-me-logo {
  padding: 0;
}
.single_case-study .header-img .header-content .sector {
  font-size: 16px;
  font-weight: 300;
}
.single_case-study .simple-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #212529;
}
.single_case-study .simple-text {
  color: #646464;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.single_case-study .website-block,
.single_case-study .location-block,
.single_case-study .industry-block {
  color: #646464;
  font-size: 16px;
  font-weight: 300;
}
.single_case-study .website-block:not(.industry-block),
.single_case-study .location-block:not(.industry-block),
.single_case-study .industry-block:not(.industry-block) {
  margin-bottom: 10px;
}
.single_case-study .website-block span,
.single_case-study .location-block span,
.single_case-study .industry-block span {
  color: #1a7afb;
}
.single_case-study .header-title-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single_case-study .header-title-block .left-block {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}
.single_case-study .header-title-block .left-block .main-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  padding: 20px 0;
}
.single_case-study .header-title-block .left-block .main-block .main-title {
  margin-bottom: 15px;
}
.single_case-study .header-title-block .right-block {
  -webkit-flex: 1 0 330px;
  -ms-flex: 1 0 330px;
  flex: 1 0 330px;
  max-width: 330px;
  display: block;
}
@media (max-width: 767.98px) {
  .single_case-study .header-title-block .right-block {
    display: none;
  }
}
.single_case-study .header-title-block .right-block .case-study-lets-talk .header {
  margin-bottom: 35px;
}
.single_case-study .case-study-lets-talk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  padding: 30px;
  color: #fff;
  background: #569cfe;
  border-radius: 5px;
}
.single_case-study .case-study-lets-talk .header {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.single_case-study .case-study-lets-talk .pop-up-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 200px;
  text-transform: uppercase;
  border-radius: 0;
  background: #fff;
  color: #569cfe;
  border: transparent;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  border-radius: 2.25rem;
  padding: 0.25rem 1.75rem;
}
.single_case-study .case-study-lets-talk .pop-up-btn:hover {
  color: #1a7afb;
}
.single_case-study .case-study-lets-talk .pop-up-btn:hover {
  -webkit-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  -moz-box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
  box-shadow: 0 4px 12px rgba(45, 45, 51, 0.12);
}
.single_case-study .products-used {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.single_case-study .products-used.no-img {
  position: relative;
  height: auto;
}
.single_case-study .products-used .cover-img-block {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.single_case-study .products-used .cover-img-block.hidden-img {
  display: none;
}
.single_case-study .products-used .cover-img-block .fixed-img-item {
  width: 100%;
}
.single_case-study .products-used .right-block {
  display: none;
  width: 50%;
  padding-left: 20px;
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .single_case-study .products-used .right-block {
    display: none;
  }
}
.single_case-study .challenge-block,
.single_case-study .solution-block,
.single_case-study .testimonial-block,
.single_case-study .header-title-block {
  margin-bottom: 40px;
}
.single_case-study .two-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .single_case-study .two-blocks {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single_case-study .two-blocks .left-block {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}
@media (max-width: 767.98px) {
  .single_case-study .two-blocks .left-block {
    width: 100%;
  }
}
.single_case-study .two-blocks .right-block {
  width: 50%;
  padding-left: 20px;
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .single_case-study .two-blocks .right-block {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.single_case-study .two-blocks .right-block .highlights-block .highlights-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  padding: 30px;
  color: #fff;
  background: #569cfe;
  border-radius: 5px;
}
.single_case-study .two-blocks .right-block .highlights-block .highlights-content .header {
  font-size: 22px;
  margin-bottom: 20px;
}
.single_case-study .two-blocks .right-block .highlights-block .highlights-content .highlights-text .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.single_case-study .two-blocks .right-block .highlights-block .highlights-content .highlights-text .list-item::before {
  content: url("./img/check_highlights.svg");
  margin-right: 25px;
}
.single_case-study .testimonial-block p {
  font-style: italic;
  margin-bottom: 3rem;
}
.single_case-study .testimonial-block .author-text {
  color: #212529;
  font-weight: 700;
}
.single_case-study .solution-block {
  padding: 30px;
  color: #fff;
  background: #569cfe;
  border-radius: 5px;
}
.single_case-study .solution-block .title,
.single_case-study .solution-block .text {
  color: #fff;
}
.single_case-study .gallery-block .gallery-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single_case-study .gallery-block .gallery-row.disabled {
  display: none !important;
}
.single_case-study .gallery-block .gallery-row.hoverable figure {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.single_case-study .gallery-block .gallery-row.hoverable figure::after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0) url('./img/zoom.svg') center / 0px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.single_case-study .gallery-block .gallery-row.hoverable figure:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.single_case-study .gallery-block .gallery-row.hoverable figure:hover::after {
  content: '';
  display: block;
  background: rgba(33, 37, 41, 0.5) url('./img/zoom.svg') center / 30px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  visibility: visible;
}
.single_case-study .gallery-block .gallery-row.hoverable figure:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.single_case-study .gallery-block .gallery-row.hoverable figure img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 0 !important;
}
/* New feedback block */
.new-feedback .alert-for-text {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #1a7afb;
  color: #fff;
}
.new-feedback .new-feedback-content {
  -webkit-box-shadow: 0 4px 24px rgba(45, 45, 51, 0.24);
  -moz-box-shadow: 0 4px 24px rgba(45, 45, 51, 0.24);
  box-shadow: 0 4px 24px rgba(45, 45, 51, 0.24);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.new-feedback .new-feedback-content .new-feedback-content-body {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 50px 5px 0;
  background: #569cfe;
}
.new-feedback .new-feedback-content .new-feedback-content-body .title {
  color: #fff;
}
.new-feedback .new-feedback-content .new-feedback-content-body .title h5 {
  font-size: 45px;
}
.new-feedback .new-feedback-content .new-feedback-content-body .title h6 {
  margin-bottom: 40px;
}
.new-feedback .new-feedback-content .new-feedback-content-body .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  border: 1px solid #569cfe;
}
.new-feedback .new-feedback-content .new-feedback-content-body .content .pop-up-btn {
  width: 100%;
}
.new-feedback .new-feedback-content .new-feedback-content-body .content .pop-up-btn .btn-primary {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 200px;
  text-transform: uppercase;
  border-radius: 0;
  background: #fff;
  color: #569cfe;
  border: transparent;
  padding: 0.75rem 1.75rem;
  font-weight: 700;
  border-radius: 2.25rem;
}
.new-feedback .new-feedback-content .new-feedback-content-body .content .pop-up-btn .btn-primary:hover {
  color: #1a7afb;
}
.new-feedback .new-feedback-content .new-feedback-footer {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 15px 0;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 450px) {
  .new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item:hover:not(:first-child) {
  cursor: pointer;
}
@media (max-width: 450px) {
  .new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item span {
  color: #1a7afb;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  cursor: pointer;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item span:hover {
  color: #1a7afb;
  text-decoration: none;
  border-bottom: 1px solid #1a7afb;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item span:hover {
  border-bottom: none;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item i {
  width: 20px;
  height: 20px;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item i.copy-item {
  background: url("./img/copy.svg") no-repeat;
  background-position: center;
}
.new-feedback .new-feedback-content .new-feedback-footer .feedback-footer-row .feedback-footer-item i.copied {
  background: url("./img/checked.svg") no-repeat;
  background-position: center;
}
/* end new feedback block */
@media (max-width: 575.98px) {
  .map {
    padding: 0 1rem;
  }
  .map .dots-row {
    background: none;
  }
  .map .dots-row .animated-dots {
    display: none;
  }
  .map .legend-for-map .dot-light-green,
  .map .legend-for-map .dot-light-blue {
    display: none;
  }
  .map .legend-for-map span {
    font-size: 10px;
  }
  .main-container .about-us {
    padding-top: 0;
  }
  .main-container .content .row .left-col h4 {
    font-size: 1rem;
  }
  .main-container .content .row .right-col {
    margin-top: 2rem;
  }
  .client-stories {
    background-image: none;
    padding: 0;
    overflow: visible;
    max-height: auto;
  }
  .services .services-background {
    background: none;
  }
  .services .experience {
    margin-bottom: 0;
  }
  .services li {
    white-space: normal;
  }
  .services .service-second {
    padding: 3rem 0;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .main-container .content .row .left-col h4 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-item {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0.5rem;
  }
  .contact-item::before,
  .contact-item::after {
    content: "";
    margin: 1.3rem 1rem;
    display: block;
  }
  .companies-row {
    padding-bottom: 2rem;
  }
  .companies-row img {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .awards .main-title .card-title {
    font-size: 1rem;
  }
  .content .row .left-col {
    padding-top: 0.375rem;
  }
  .content .row .right-col {
    margin-top: 2rem;
  }
  .map .dots-row {
    height: 270px;
  }
  .map .dots-row .animated-dots {
    width: 20px;
    height: 20px;
  }
  .map .dots-row .animated-dots .dot-blue,
  .map .dots-row .animated-dots .dot-green {
    width: 5px;
    height: 5px;
  }
  .map .dots-row .animated-dots .dot-light-blue,
  .map .dots-row .animated-dots .dot-light-green {
    width: 20px;
    height: 20px;
  }
  .map .dots-row .dot-1 {
    top: 206px;
    left: 337px;
  }
  .map .dots-row .dot-2 {
    top: 111px;
    left: 204px;
  }
  .map .dots-row .dot-3 {
    top: 182px;
    left: 278px;
  }
  .map .dots-row .dot-4 {
    top: 176px;
    left: 246px;
  }
  .map .dots-row .dot-5 {
    top: 151px;
    left: 237px;
  }
  .map .dots-row .dot-6 {
    top: 150px;
    left: 229px;
  }
  .map .dots-row .dot-7 {
    top: 130px;
    left: 207px;
  }
  .map .dots-row .dot-8 {
    top: 131px;
    left: 203px;
  }
  .map .dots-row .dot-9 {
    top: 151px;
    left: 86px;
  }
  .map .dots-row .dot-10 {
    top: 149px;
    left: 53px;
  }
  .map .dots-row .dot-11 {
    top: 126px;
    left: 6px;
  }
  .map .dots-row .dot-12 {
    top: 103px;
    right: 11px;
  }
  .map .dots-row .dot-13 {
    top: 117px;
    left: -52px;
  }
  .map .dots-row .dot-14 {
    top: 102px;
    left: -83px;
  }
  .map .dots-row .dot-15 {
    top: 78px;
    right: 227px;
  }
  .map .dots-row .dot-16 {
    top: 120px;
    right: 236px;
  }
  .map .legend-for-map {
    margin-top: 1.438rem;
  }
  .map .legend-for-map div:first-child,
  .map .legend-for-map div:last-child {
    padding: 0.1rem;
  }
  .map .legend-for-map span {
    font-size: 12px;
  }
  .map .legend-for-map div:first-child,
  .map .legend-for-map div:last-child {
    padding: 0.5rem 0.9375rem;
  }
  .main-container .award-item {
    padding: 1rem;
    box-shadow: 0 3px 2px #eef0f2;
  }
  .client-stories {
    background-image: none;
    padding: 0;
  }
  .client-stories .brands a {
    margin: 0;
  }
  .awards {
    margin-bottom: 2rem;
  }
  .services .services-background {
    background: none;
  }
  .services .experience {
    margin-bottom: 0;
  }
  .services li {
    white-space: normal;
  }
  .services .service-second {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-item {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 1.1rem;
  }
  .contact-item::before,
  .contact-item::after {
    content: "";
    margin: 1.3rem 1rem;
    display: block;
  }
  .companies-row {
    padding-bottom: 2rem;
  }
  .companies-row img {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .map .dots-row {
    height: 390px;
  }
  .map .dots-row .animated-dots {
    width: 20px;
    height: 20px;
  }
  .map .dots-row .animated-dots .dot-blue,
  .map .dots-row .animated-dots .dot-green {
    width: 5px;
    height: 5px;
  }
  .map .dots-row .animated-dots .dot-light-blue,
  .map .dots-row .animated-dots .dot-light-green {
    width: 20px;
    height: 20px;
  }
  .map .dots-row .dot-1 {
    top: 300px;
    left: 488px;
  }
  .map .dots-row .dot-2 {
    top: 163px;
    left: 307px;
  }
  .map .dots-row .dot-3 {
    top: 266px;
    left: 420px;
  }
  .map .dots-row .dot-4 {
    top: 258px;
    left: 384px;
  }
  .map .dots-row .dot-5 {
    top: 222px;
    left: 379px;
  }
  .map .dots-row .dot-6 {
    top: 219px;
    left: 376px;
  }
  .map .dots-row .dot-7 {
    top: 192px;
    left: 356px;
  }
  .map .dots-row .dot-8 {
    top: 194px;
    left: 359px;
  }
  .map .dots-row .dot-9 {
    top: 222px;
    left: 198px;
  }
  .map .dots-row .dot-10 {
    top: 220px;
    left: 157px;
  }
  .map .dots-row .dot-11 {
    top: 186px;
    left: 100px;
  }
  .map .dots-row .dot-12 {
    top: 154px;
    left: 83px;
  }
  .map .dots-row .dot-13 {
    top: 174px;
    left: 34px;
  }
  .map .dots-row .dot-14 {
    top: 154px;
    left: -3px;
  }
  .map .dots-row .dot-15 {
    top: 117px;
    right: 200px;
  }
  .map .dots-row .dot-16 {
    top: 176px;
    right: 203px;
  }
  .map .legend-for-map div:first-child,
  .map .legend-for-map div:last-child {
    padding: 0.5rem 0.9375rem;
  }
  .main-container .award-item {
    padding: 1rem;
    box-shadow: 0 3px 2px #eef0f2;
  }
  .client-stories {
    background-image: none;
    padding: 0;
  }
  .awards {
    margin-bottom: 2rem;
  }
  .awards .persollo-logo {
    background: #00ce73;
    height: 100px;
    width: 7rem;
    margin: 0 12%;
  }
  .awards .persollo-logo .persollo-award {
    height: 57px;
    margin: 15% 0;
  }
  .services .services-background {
    background: none;
  }
  .services .experience {
    margin-bottom: 0;
  }
  .services li {
    white-space: normal;
  }
  .services .service-second {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-item {
    flex: 0 0 24%;
    max-width: 24%;
    margin: 0.3rem;
  }
  .contact-item::before,
  .contact-item::after {
    content: "";
    margin: 1.3rem 1rem;
    display: block;
  }
  .companies-row {
    padding-bottom: 2rem;
  }
  .companies-row img {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .content .row .left-col {
    padding-top: 6.375rem;
  }
  .map .dots-row {
    height: 520px;
  }
  .map .dots-row .animated-dots {
    width: 30px;
    height: 30px;
  }
  .map .dots-row .animated-dots .dot-blue,
  .map .dots-row .animated-dots .dot-green {
    width: 8px;
    height: 8px;
  }
  .map .dots-row .animated-dots .dot-light-blue,
  .map .dots-row .animated-dots .dot-light-green {
    width: 30px;
    height: 30px;
  }
  .map .dots-row .dot-1 {
    top: 421px;
    left: 685px;
  }
  .map .dots-row .dot-2 {
    top: 228px;
    left: 429px;
  }
  .map .dots-row .dot-3 {
    top: 374px;
    left: 586px;
  }
  .map .dots-row .dot-4 {
    top: 361px;
    left: 533px;
  }
  .map .dots-row .dot-5 {
    top: 312px;
    left: 523px;
  }
  .map .dots-row .dot-6 {
    top: 306px;
    left: 517px;
  }
  .map .dots-row .dot-7 {
    top: 270px;
    left: 488px;
  }
  .map .dots-row .dot-8 {
    top: 271px;
    left: 489px;
  }
  .map .dots-row .dot-9 {
    top: 312px;
    left: 262px;
  }
  .map .dots-row .dot-10 {
    top: 308px;
    left: 203px;
  }
  .map .dots-row .dot-11 {
    top: 259px;
    left: 120px;
  }
  .map .dots-row .dot-12 {
    top: 215px;
    left: 95px;
  }
  .map .dots-row .dot-13 {
    top: 242px;
    left: 24px;
  }
  .map .dots-row .dot-14 {
    top: 215px;
    left: -31px;
  }
  .map .dots-row .dot-15 {
    top: 163px;
    right: 307px;
  }
  .map .dots-row .dot-16 {
    top: 246px;
    right: 315px;
  }
  .map .legend-for-map div:first-child,
  .map .legend-for-map div:last-child {
    padding: 0.5rem 0.9375rem;
  }
  .main-container .award-item {
    padding: 1rem;
    box-shadow: 0 3px 2px #eef0f2;
  }
  .client-stories .brands {
    padding-top: 2.5rem;
  }
  .awards {
    margin-bottom: 2rem;
  }
  .awards .persollo-logo {
    background: #00ce73;
    height: 155px;
  }
  .awards .persollo-logo .persollo-award {
    height: 88px;
    margin: 26% 0;
  }
  .services .services-background {
    background: none;
  }
  .services .service-second {
    padding: 8.8125rem 0;
  }
  .services .experience {
    margin-bottom: 0;
  }
  .services li {
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .map .dots-row {
    height: 640px;
  }
  .map .dots-row .dot-1 {
    top: 32rem;
    left: 52rem;
  }
  .map .dots-row .dot-2 {
    top: 17.2rem;
    left: 32.3rem;
  }
  .map .dots-row .dot-3 {
    top: 28.25rem;
    left: 44rem;
  }
  .map .dots-row .dot-4 {
    top: 27.5625rem;
    left: 40.25rem;
  }
  .map .dots-row .dot-5 {
    top: 379px;
    left: 620px;
  }
  .map .dots-row .dot-6 {
    top: 371px;
    left: 610px;
  }
  .map .dots-row .dot-7 {
    top: 325px;
    left: 570px;
  }
  .map .dots-row .dot-8 {
    top: 328px;
    left: 570px;
  }
  .map .dots-row .dot-9 {
    top: 379px;
    left: 290px;
  }
  .map .dots-row .dot-10 {
    top: 373px;
    left: 215px;
  }
  .map .dots-row .dot-11 {
    top: 311px;
    left: 111px;
  }
  .map .dots-row .dot-12 {
    top: 261px;
    left: 78px;
  }
  .map .dots-row .dot-13 {
    top: 293px;
    left: -15px;
  }
  .map .dots-row .dot-14 {
    top: 261px;
    left: -85px;
  }
  .map .dots-row .dot-15 {
    top: 196px;
    right: 426px;
  }
  .map .dots-row .dot-16 {
    top: 298px;
    right: 437px;
  }
  .map .legend-for-map div:first-child,
  .map .legend-for-map div:last-child {
    padding: 0.5rem 0.9375rem;
  }
  .contact-item {
    flex: 0 0 22%;
    max-width: 22%;
    margin: 0 1rem;
  }
  .contact-item:first-child {
    margin-left: 0;
  }
  .contact-item:last-child {
    margin-right: 0;
  }
  .contact-item::before,
  .contact-item::after {
    content: "";
    margin: 1.3rem 1rem;
    display: block;
  }
  .awards {
    margin-bottom: 2rem;
  }
  .awards .persollo-logo {
    background: #00ce73;
    height: 180px;
  }
  .awards .persollo-logo .persollo-award {
    height: 88px;
    margin: 29% 0;
  }
  .award-item {
    padding: 3rem 1rem;
    box-shadow: 0 3px 2px #eef0f2;
  }
  .companies-row {
    padding-bottom: 2rem;
  }
  .companies-row img {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .content .row .left-col {
    padding-top: 9.375rem;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
