@import "primary-nav.css";
:root {
  /*Colors*/
  --base: #212121;
  --base-a90: rgba(8, 9, 10, 0.9);
  --base-a80: rgba(8, 9, 10, 0.8);
  --base-a70: rgba(8, 9, 10, 0.7);
  --base-a60: rgba(8, 9, 10, 0.6);
  --base-a50: rgba(8, 9, 10, 0.5);
  --base-a40: rgba(8, 9, 10, 0.4);
  --base-a30: rgba(8, 9, 10, 0.3);
  --base-a20: rgba(8, 9, 10, 0.2);
  --base-a10: rgba(8, 9, 10, 0.1);
  --base-a5: rgba(8, 9, 10, 0.05);
  --base-100: var(--base);
  --base-90: #202428;
  --base-80: #363d44;
  --base-70: #4d5760;
  --base-60: #64707d;
  --base-50: #7d8a97;
  --base-40: #99a3ad;
  --base-30: #b5bdc4;
  --base-20: #d2d6db;
  --base-10: #eef0f1;
  --base-0: #f9fafa;
  --base-inverted: #fff;
  --primary-color: #2899E2;
  --primary-darker-color: #2899E2;
  --primary-lighter-color: #2899E2;
  --secondary-color: #e8e8e8;
  --secondary-darker-color: #ccc;
  --secondary-lighter-color: #f5f5f5;
  --success-color: #27AE60;
  --success-darker-color: #1ab3a6;
  --success-lighter-color: #79ece2;
  --warning-color: #F07F06;
  --warning-darker-color: #f5b400;
  --warning-lighter-color: #ffe499;
  --danger-color: #E74C3C;
  --danger-darker-color: #c20a0a;
  --danger-lighter-color: #ec5050;
}

.float-cta {
  display: flex;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 200;
  transition: right ease-in-out 0.15s;
  width: 360px;
  min-height: 400px;
  font-family: "Ubuntu", sans-serif;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.float-cta-hidden {
  right: -319px;
  align-items: center;
  background-color: transparent;
}
.float-cta-hidden .float-cta-trigger {
  transition: all ease-in-out 0.15s;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 41px;
  height: 350px;
}
.float-cta-close {
  background: none;
  border: none;
}
.float-cta-close i {
  color: #444;
  font-size: 30px;
}
.float-cta-close:hover {
  opacity: 0.8;
}
.float-cta-trigger {
  text-align: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 1px solid #eee;
  font-weight: 500;
  font-size: 18px;
  background: #29a7e4;
  color: #fff;
  position: relative;
}
.float-cta-trigger span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.float-cta-container {
  background: #fff;
  padding: 24px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #eee;
  width: 319px;
  display: grid;
  gap: 8px;
  max-height: 1400px;
}
@media screen and (max-height: 1500px) {
  .float-cta-container {
    max-height: 1100px;
    overflow: auto;
  }
}
@media screen and (max-height: 1200px) {
  .float-cta-container {
    max-height: 800px;
    overflow: auto;
  }
}
@media screen and (max-height: 890px) {
  .float-cta-container {
    max-height: 400px;
    overflow: auto;
  }
}
.float-cta-container .float-cta-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.float-cta-container .float-cta-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.float-cta-container .table-body-row a {
  display: inline-block;
}
.float-cta-container .table-body-row h4 {
  margin: 0;
  text-align: left;
  font-size: 14px;
}
.float-cta-container .table-body-row span {
  color: #29a7e4;
}
.float-cta-container .table-body-row a:hover {
  opacity: 0.8;
}

html, body {
  height: 100%;
}

body p {
  font-size: 17px;
  margin-bottom: 12px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1270px;
  }
}
/*Text*/
.fw-500 {
  font-weight: 500 !important;
}

/*Colors*/
/*-Text*/
.text-primary {
  color: #2899E2 !important;
}

.text-danger {
  color: #E74C3C !important;
}

.text-warning {
  color: #F07F06 !important;
}

/*-Background*/
.bg-white {
  background: #fff;
}

.bg-primary-light {
  background: rgba(0, 105, 255, 0.05) !important;
}

.bg-danger-light {
  background: rgba(231, 76, 60, 0.1) !important;
}

.bg-aliceblue {
  background: aliceblue !important;
}

/*-Border*/
.border-primary-color {
  border: 1px solid #2899E2;
}

.border-danger-light-color {
  border: 1px solid rgba(231, 76, 60, 0.5);
}

.border-success-color {
  border: 1px solid #27ae60;
}

.meta-item-discount {
  color: #fff;
  background: #E74C3C;
}

/*Text*/
.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

/*List*/
/*Other*/
#page-title h1 {
  letter-spacing: 0;
  line-height: 1.25;
}

.about-us body p {
  color: #555;
}

.heading-block ~ p:not(.lead) {
  font-size: 17px;
}

.section {
  margin: 0;
  padding: 80px 0;
  background: none;
}

#content p {
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 45px;
}

pre {
  background: #f5f5f5;
  padding: 15px;
}

.list {
  padding-left: 40px;
}

ul.small-list,
ol.small-list,
ul > li.small-list,
ol > li.small-list {
  font-size: 17px;
}

ol.small-list,
ol > li.small-list {
  margin-left: 55px;
}

ol.small-list > li,
ol > li.small-list {
  margin-bottom: 3px;
  padding-left: 5px;
}

ul.small-list,
ul > li.small-list {
  margin-left: 35px;
}

ul.small-list li,
ul > li.small-list {
  position: relative;
  margin-bottom: 3px;
  padding-left: 22px;
  list-style: none;
}

ul.small-list li:after,
ul > li.small-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 1px;
  background: #29a7e4;
}

/*List*/
.list-features li,
li.list-features {
  margin-left: 30px;
  line-height: 1.5;
}

.list-features li:not(:last-child),
li.list-features:not(:last-child) {
  margin-bottom: 3px;
}

.list-features li:before,
li.list-features:before {
  content: "\f0134";
  display: inline-block;
  font: normal normal normal 25px/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #29a7e4;
  line-height: 1.5;
  position: relative;
  top: 2px;
}

a {
  color: #29a7e4;
  transition: color ease 0.2s;
}

.btn-primary {
  background: #29a7e4;
  border: 0;
}

.btn-primary:hover {
  background: #444;
}

/*Layout*/
#wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#content {
  flex: 1 0 auto;
}

#footer {
  flex: 0 0 auto;
}
#footer .info-h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 45px;
  color: #eee;
}
#footer .footer-text {
  line-height: 2.2;
}
@media screen and (max-width: 992px) {
  #footer .footer-text {
    line-height: 1.5;
  }
}
#footer .list-unstyled {
  display: grid;
  gap: 10px;
}
#footer .list-unstyled li {
  padding: 8px 0;
}
#footer .list-unstyled a {
  padding: 5px 0;
}

/*Layout*/
/*Form*/
.form-group > label {
  margin-bottom: 5px;
}

label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  color: #242424;
}

.form-control {
  height: calc(1.75em + 0.75rem + 2px);
}

a svg,
a:hover svg {
  transition: all ease 0.2s;
}

.pointer-events-none {
  pointer-events: none !important;
  background: #efefef !important;
  color: #444 !important;
  opacity: 0.7 !important;
}

.pointer-events-none:hover {
  color: inherit !important;
  background-color: inherit !important;
}

/* Header */
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap {
  height: auto;
}

#header, #header-wrap, #logo img {
  height: auto;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.full-header .header-in,
header .header-in {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.full-header.sticky-header .header-in {
  height: 65px;
}

#logo {
  float: none;
}

#header #logo img {
  height: 30px;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
  height: 25px;
}

.full-header.sticky-header #logo img,
header.sticky-header #logo img {
  height: 25px;
}

#header.full-header #logo {
  border-right: 0;
}

/* SEARCH */
#top-search {
  margin: 43px 0 43px 15px;
}

/* BREADCRUMBS */
.breadcrumb .breadcrumb-item {
  font-size: 14px;
}

/* PAGES */
/* - Home-PAGE */
.index .section {
  padding: 60px 0;
}

.index .section-hero {
  display: flex;
  align-items: center;
  min-height: 900px;
  background: linear-gradient(180deg, #fff, aliceblue);
  position: relative;
}

.index .section-hero h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #242424;
  line-height: 1.45;
  text-transform: uppercase;
}

.index .section-hero h1 span {
  color: #242424 !important;
}

.index .section-hero h1 ~ h2 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 22px;
}

.index .section-hero .box-hero {
  flex-direction: column;
  align-items: flex-start;
}

.index .section-hero .box-hero img {
  height: 55px;
  margin-bottom: 8px;
}

.index .section-hero .box-hero h4 {
  margin: 0;
  font-weight: 400;
}

.index .section-hero .box-hero h4 b {
  font-weight: 500;
}

.index .box-body {
  padding: 15px 0;
}

.index .heading-block ul {
  list-style: none;
}

.index .heading-block p {
  font-size: 18px;
}

.index .heading-block ul li {
  font-size: 18px;
  font-weight: 400;
  color: #545454;
  line-height: 1.65;
}

.index .box-dotted-wrap {
  position: relative;
}

.index .box-dotted-wrap .box {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.index .box-dotted-wrap:after {
  content: "";
  border-radius: 8px;
  width: 100%;
  height: 100%;
  border: 1px dashed #29A7E4;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 0;
}

.index .monthly {
  position: relative;
  font-size: 16px;
  color: #242424;
}

.index .monthly:before {
  content: "/";
  margin: 0 5px;
}

.index .go-to-shop-cta {
  background: url("/static/img/dots.svg");
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 576px) {
  .index .go-to-shop-cta {
    padding: 15px;
  }
}

.index .go-to-shop-cta-container {
  max-width: 85%;
  width: 100%;
  margin: auto;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.01);
  padding: 20px 25px;
}

.index .go-to-shop-cta-head {
  margin-right: 30px;
}

.index .go-to-shop-cta-head img {
  width: 140px;
}

.index .go-to-shop-cta-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.index .go-to-shop-cta-content {
  padding-right: 40px;
}

.index .go-to-shop-cta-body h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.index .go-to-shop-cta-body h3 + span {
  font-size: 18px;
  color: #777;
}

@media all and (max-width: 1200px) {
  .index .go-to-shop-cta-container {
    max-width: 100%;
  }
}
@media all and (max-width: 992px) {
  .index .go-to-shop-cta-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .index .go-to-shop-cta-content {
    padding: 0;
  }
  .index .go-to-shop-cta-body h3 {
    font-size: 20px;
  }
  .index .go-to-shop-cta-body h3 + span {
    font-size: 16px;
  }
  .go-to-shop-cta-buttons {
    margin-top: 20px;
  }
  .go-to-shop-cta-buttons .button.button-large {
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (max-width: 992px) {
  .go-to-shop-cta-head {
    display: none;
  }
}
.section-how-it-works .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex: 70px 0 0;
  background: #fff;
  font-size: 32px;
  font-weight: 600;
  color: #2899E2;
}

@media (min-width: 1900px) {
  .index .container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 768px) {
  .index .section {
    padding: 40px 0;
  }
  .index .section-hero h1 {
    font-size: 26px;
  }
  .index .section-hero h1 ~ h2 {
    font-size: 16px;
  }
  .index .box-shop .box-footer {
    flex-wrap: wrap;
  }
  .index .box-shop .box-actions {
    margin-top: 10px;
  }
  .index .box-shop .box-actions .btn {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .index .section-how-it-works .circle {
    width: 55px;
    height: 55px;
    flex: 55px 0 0;
    font-size: 26px;
  }
}
/* -- Intro */
.reference-card__heading {
  text-transform: uppercase;
  font-weight: 500;
}

.circle {
  background: #fff;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 2px 2px #eee, -2px -2px #eee;
  cursor: help;
}

.circle h4 {
  font-size: 16px;
  width: 70px;
  margin: 0;
  line-height: 1.3;
}

/*-- Our-solutions*/
.section-our-solutions .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 30px;
  color: #fff;
}

.section-our-solutions .box:hover {
  color: #fff;
}

.section-our-solutions .box--fxcrm {
  background: linear-gradient(135deg, #29A7E4 0%, #2673DD 100%);
}

.section-our-solutions .box--sfs {
  background: linear-gradient(135deg, rgb(222, 11, 11) 0%, rgb(252, 203, 2) 100%);
}

.section-our-solutions .box--pm {
  background: linear-gradient(135deg, #29A7E4 0%, #2673DD 100%);
}

.section-our-solutions .box--crypto-wallets {
  background: linear-gradient(135deg, #2bb5f6 0%, #2baeed 100%);
}

.section-our-solutions .box--vpnkit {
  background: #1974D3;
}

.section-our-solutions .box__media .box__icon {
  width: 60px;
  height: 60px;
  fill: #fff;
}

.section-our-solutions .box__title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.section-our-solutions .box__descr {
  font-size: 20px;
  line-height: 1.375 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {
  .section-our-solutions .box__descr {
    font-size: 18px;
  }
}
.section-our-solutions .box__more .btn-lg {
  padding: 0.375rem 0.75rem;
  font-size: 18px;
}

.section-our-solutions .btn .arrow-right {
  width: 24px;
  height: 24px;
  fill: #242424;
}

.section-our-solutions .box .box__footer {
  margin-top: 10px;
}

/* -- Technologies */
.section-technologies .col {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.section-technologies .col div {
  border: 0;
}

.section-technologies .col img {
  max-width: 60px;
  width: 100%;
  height: 65px;
  filter: grayscale(1);
}

.section-technologies .col img + span {
  display: block;
  margin-top: 5px;
  color: #444;
  font-size: 16px;
}

.section-technologies .col div,
.section-technologies .col a {
  min-height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.section-technologies .col a:hover img {
  filter: none;
  transition: all ease 0.3s;
}

.section-technologies .col a:hover span {
  color: #29a7e4;
  transition: all ease 0.3s;
}

/* Ecosystem technology */
.ecosystem-tech-sheme {
  text-align: center;
  min-height: 650px;
}

.section-ecosystem.section-technologies .col div,
.section-ecosystem.section-technologies .col a {
  border: none;
  hyphens: auto;
}

.section-ecosystem.section-technologies .col div svg {
  width: 50px;
  height: 50px;
}

.section-ecosystem.section-technologies .col {
  border: 1px solid #eee;
}

/* 1 */
.ecosystem-tech-sheme .row:nth-child(1) .col:nth-child(2) {
  transform: translateY(50%);
}

.ecosystem-tech-sheme .row:nth-child(1) .col:nth-child(3) {
  transform: translateY(100%);
}

/* 2 */
.ecosystem-tech-sheme .row:nth-child(2) {
  transform: translateY(100%);
}

.ecosystem-tech-sheme .row:nth-child(2) .col:nth-child(2) {
  transform: translateY(-50%);
}

/* 3 */
.ecosystem-tech-sheme .row:nth-child(3) {
  transform: translateY(100%);
}

.ecosystem-tech-sheme .row:nth-child(3) .col:nth-child(1) {
  transform: translateY(-50%);
}

.ecosystem-tech-sheme .row:nth-child(3) .col:nth-child(2) {
  transform: translateY(0);
}

/* -TECH-SPECIALIST-PAGE */
/* point */
.technologies {
  text-align: center;
}

.technologies .col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.technologies .tech {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 25px 10px 20px 10px;
  border-radius: 8px;
}

.technologies .tech img {
  width: 110px;
  height: 60px;
}

/* -- */
.widget-expertise ul.tab-nav {
  display: flex;
  justify-content: center;
  border: 0;
}

.widget-expertise ul.tab-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.widget-expertise ul.tab-nav li:last-child {
  margin: 0;
}

.widget-expertise ul.tab-nav li,
.widget-expertise ul.tab-nav li:first-child {
  border: 0;
}

.widget-expertise ul.tab-nav li a {
  font-size: 18px;
  height: auto;
  line-height: 1.5;
  padding: 15px 30px;
  background: none;
  font-weight: 500;
  color: #666;
  border-bottom: 2px solid transparent;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.widget-expertise ul.tab-nav li a:hover {
  border-bottom: 2px solid #29a7e4;
}

.widget-expertise ul.tab-nav li.ui-tabs-active a {
  font-weight: 600;
  border-bottom: 2px solid #29a7e4;
  color: #444;
  border-radius: 8px;
}

.widget-expertise p {
  font-size: 16px !important;
}

.widget-expertise ul li {
  line-height: 1.75;
  font-size: 17px;
}

.widget-expertise .list-skills {
  margin-bottom: 2px;
  padding-bottom: 2px;
  display: flex;
  border-bottom: 1px solid #eee;
}

.widget-expertise .list-skills:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.widget-expertise .fancy-title.title-bottom-border h3 {
  padding: 0;
}

.widget-expertise .list-skills .title-block {
  padding-left: 0;
  border-left: 0;
}

.widget-expertise .list-skills ul {
  list-style: none;
}

.widget-expertise .list-skills li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background: #fff;
  padding: 2px 0;
}

.widget-expertise .list-skills li:first-child {
  /* margin-right: 5px; */
}

.widget-expertise .tab-content {
  /* background: #fafafa; */
  padding: 50px 40px;
  border-radius: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.widget-expertise .list-skills li:after {
  margin-left: 8px;
  content: "/";
  font-size: 22px;
}

.widget-expertise .list-skills li:first-child:after {
  display: none;
}

.widget-expertise .list-skills li:last-child:after {
  display: none;
}

.widget-expertise .list-skills li:last-child {
  margin: 0;
}

.widget-expertise .list-skills li img {
  /* width: 24px; */
  height: 24px;
  margin-right: 7px;
}

/* ABOUT-US-PAGE */
.position {
  text-align: center;
}

.position-title .heading {
  display: block;
  margin-bottom: 0;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.position-title span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 5px;
}

.position .soc-links {
  margin-top: 20px;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}

.position .social-icon:last-child {
  margin-right: 0;
}

.position .soc-links:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  height: 1px;
  width: 100%;
  background: #eee;
}

.position .soc-links a {
  position: relative;
  z-index: 1;
  background: #fff;
}

.position-content {
  margin-top: 15px;
  color: #777;
}

/* CONTACT-US-PAGE */
.contact-us {
  background-image: url("/static/img/map.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.contact-us .form-wrap {
  background: #fff;
  max-width: 960px;
  margin: auto;
}

.contact-us .form-wrap {
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-us .form {
  display: flex;
}

.contact-us .half-fields {
  flex: 1 1 60%;
  padding: 50px 40px;
}

.contact-us .half-info {
  flex: 1 1 30%;
  padding: 50px 40px;
  background-image: url("/static/img/pattern-contact-us.png");
}

/*INTRO-PAGE*/
.section-intro:not(.bg-white) {
  background: linear-gradient(#fff, #fafafa);
}

/* point */
.feature-box {
  display: block;
}

.feature-box .get {
  position: relative;
  left: 0;
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  transition: left ease-out 0.2s;
}

.feature-box:hover .get {
  left: 5px;
  transition: left ease-out 0.2s;
}

/* point */
#oc-clients .owl-stage {
  display: flex;
  align-items: center;
}

#oc-clients .oc-item a img, #oc-clients .oc-item div img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter ease-out 0.2s;
}

#oc-clients .oc-item a:hover img {
  filter: none;
}

/* EXPERTISE-PAGE*/
img[data-object-fit=cover] {
  object-fit: cover;
}

/* CLIENTS-PAGE*/
.clients .col .client {
  margin-bottom: 30px;
}

.clients .col:last-child .client {
  margin-bottom: 0;
}

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

.client-title .heading {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}

.client-title .heading a {
  color: #444;
}

.client-title .heading a:hover {
  opacity: 0.8;
}

.client-title .heading + span {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}

.client-title .heading span {
  color: #444 !important;
}

.client .client-image {
  max-width: 250px;
  width: 100%;
  margin-right: 30px;
}

.client .client-image img {
  width: 180px;
  margin: auto;
}

.client .client-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter ease-in 0.2s;
}

.client .client-image:hover {
  filter: none;
}

.client .client-content {
  margin-top: 7px;
  color: #777;
}

/* -PRICING-PAGE */
.heading-block:after {
  display: none;
  margin-bottom: 30px;
}

.divider.divider-center,
.divider.divider-center.divider-short {
  margin: 90px 0;
}

/* -- Solutions */
.owl-carousel .owl-stage {
  padding: 0;
}

.card4 .go-corner {
  position: absolute;
  font-size: 26px;
  line-height: 1;
  top: 0;
  right: -45px;
  height: 100%;
  width: 55px;
  border-radius: 0;
  -webkit-transform: skew(9deg);
  transform: skew(9deg);
  margin-right: -36px;
  align-items: start;
  background-image: linear-gradient(0deg, #3e739c, #5096CA 52%, #5BBEE8);
  transition: all 0.3s;
}

.card4.card-coming-soon .go-corner {
  display: none;
}

.card4 .go-arrow {
  -webkit-transform: skew(-6deg);
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card4:hover .go-corner {
  margin-right: -25px;
  right: 0;
}

.card4:hover .go-arrow {
  opacity: 1;
}

.card {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border-radius: 8px;
  border: 0;
}

.card a {
  color: inherit;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.reference-card.card-coming-soon {
  position: relative;
}

.reference-card.card-coming-soon:hover {
  background: linear-gradient(0deg, #3e739c, #5096CA 52%, #5BBEE8);
}

.reference-card.card-coming-soon:hover:before {
  display: block;
}

.reference-card.card-coming-soon:hover .reference-card__main {
  opacity: 0;
}

.reference-card.card-coming-soon:before {
  display: none;
  content: "Coming soon...";
  position: absolute;
  top: 50%;
  font-size: 28px;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  line-height: 1.3;
}

.card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 2px;
  font-size: 18px;
}

.icon + .icon {
  padding-left: 10px;
}

ul.portfolio-filter,
ul > li.portfolio-filter {
  border-radius: 0;
}

ul.portfolio-filter li a,
ul > li.portfolio-filter a {
  font-size: 16px;
  border-radius: 0 !important;
}

ul.portfolio-filter li.activeFilter a,
ul > li.portfolio-filter.activeFilter a {
  background: #29a7e4;
}

.portfolio-item {
  width: 33.3%;
  padding: 0 15px 30px 15px;
}

.portfolio-overlay a {
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
}

/* BLOG */
.entry-content img {
  border-radius: 2px;
}

/* SIDEBAR */
#sidebar ul ul a {
  margin-left: 15px;
}

#sidebar li {
  padding: 11px 0;
}

#sidebar .additional-nav ul {
  list-style: none;
}

#sidebar .additional-nav ul {
  display: flex;
  flex-wrap: wrap;
}

#sidebar .additional-nav ul li {
  margin-right: 8px;
}

#sidebar .additional-nav ul li a {
  border-radius: 5px;
  font-size: 18px;
  background: #29a7e4;
  padding: 8px 15px;
}

#sidebar .resources {
  padding: 30px;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(255, 255, 255) 10%, rgb(250, 250, 250) 100%);
  border: 1px solid #eee;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

#sidebar .resources .fancy-title {
  margin-bottom: 10px;
}

#sidebar .resources .nav-tree li {
  border-bottom: 1px solid #eee;
}

#sidebar .resources .nav-tree li:last-child {
  border-bottom: 0;
}

#sidebar .resources .nav-tree li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

#sidebar .resources .nav-tree li a svg {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  fill: #666;
}

#sidebar .resources .nav-tree li.current a svg {
  fill: #29a7e4;
}

#sidebar .resources .nav-tree li.sub-menu ul {
  margin-top: 8px;
}

#sidebar .resources .nav-tree li.sub-menu li {
  padding: 5px 0;
  border: 0;
}

#sidebar .resources .nav-tree li.sub-menu li a {
  font-size: 14px;
}

#sidebar .resources li.current a {
  color: #29a7e4;
}

#sidebar .subscribe {
  margin-top: 30px;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #29a7e4;
  background: linear-gradient(135deg, rgb(255, 255, 255) 10%, rgb(250, 250, 250) 100%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

/* FOOTER */
.footer-widgets-wrap .soc-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-logo {
  max-width: 200px;
  width: 100%;
}

.quote {
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  background: #fafafa;
  padding: 30px;
}

.quote:before {
  top: 20px;
  left: 20px;
  z-index: 0;
}

#copyrights {
  padding: 30px 0;
}

#copyrights .copy {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.35);
}

#copyrights .ico-payment {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}

#copyrights .ico-payment > img {
  height: 28px;
}

#copyrights .ico-payment a > img {
  height: 44px;
}

#copyrights .ico-payment a {
  display: flex;
}

/* OTHER */
/* CARD */
.reference-card {
  cursor: pointer;
  border-radius: 16px;
  background: #fff;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 0;
  overflow: hidden;
  position: relative;
}

.reference-card .arrow {
  margin-top: 10px;
}

.reference-card .arrow i {
  font-size: 24px;
  position: relative;
  transition: left 0.3s linear;
  left: 0;
  opacity: 0;
}

.reference-card:hover {
  text-decoration: none;
  transform: translateY(-5px) scale(1.005) translateZ(0);
}

.reference-card:hover .reference-card__heading {
  color: #29a7e4;
  transition: all 0.3s;
}

.reference-card:hover .arrow i {
  color: #29a7e4;
  left: 10px;
  opacity: 1;
}

.reference-card .reference-card__content,
.reference-card .reference-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
}

.reference-card .reference-card__img {
  margin-bottom: 20px;
}
.reference-card .reference-card__img img, .reference-card .reference-card__img svg {
  width: 70px;
}
.reference-card .reference-card__img i, .reference-card .reference-card__img span {
  font-size: 40px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(41, 167, 228, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: aliceblue;
  color: #29a7e4;
}
.reference-card .reference-card__img i svg, .reference-card .reference-card__img span svg {
  width: 50px;
  fill: #29a7e4;
}

.reference-card--small {
  padding: 30px 20px 20px;
}

.reference-card .reference-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reference-card__description {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 18px;
}

.reference-card .reference-card__heading--small {
  font-size: 20px;
  line-height: 24px;
}

.reference-card .reference-card__content,
.reference-card .reference-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

/* MODAL */
.modal-content {
  font-family: "Ubuntu", sans-serif;
}

.modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}

.modal-header .close {
  padding: 0;
  margin: 0;
  transform: translate(50%, -50%);
  background: #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transition: all ease 0.2s;
}

.modal-header .close:hover {
  opacity: 1 !important;
}

.modal-header .close:hover span,
.modal-header .close:hover i {
  transition: all ease 0.2s;
  color: #DE0F0B;
}

.cta-box-data.request-cta {
  padding: 16px;
}

/* TABLE */
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
  font-size: 16px;
}

.rwd-table tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: 0.5em;
}

.rwd-table td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  width: 6.5em;
  display: inline-block;
}

.rwd-table tr:not(:first-child) th {
  font-weight: inherit;
}

@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

@media (min-width: 768px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #46637f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1em !important;
}

.rwd-table th:first-child, .rwd-table td:first-child {
  border-left: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .rwd-table {
    min-width: auto;
    border-spacing: 0 5px;
  }
  .rwd-table th, .rwd-table td {
    padding: 0.5em !important;
    margin: 0.25em 0;
  }
  .rwd-table tr {
    border: 0;
    box-shadow: none;
  }
  /*.rwd-table tr td:first-child:before {*/
  /*    content: "";*/
  /*    width: auto;*/
  /*    font-weight: 600;*/
  /*}*/
  .rwd-table td {
    border-left: 1px solid #eee;
  }
}
.table-skills {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.table-skills .table-col,
.main-table .table-col {
  width: 100%;
  padding: 15px 20px;
  transition: all ease 0.2s;
}

.table-skills .table-col:hover {
  transition: all ease 0.2s;
}

.table-subhead .table-col {
  text-align: center;
  color: #333;
  background: #f5f5f5;
  padding: 10px 20px;
}

.table-head {
  text-align: center;
}

.table-head .table-col {
  color: #333;
}

.table-skills .table-head .table-col,
.main-table .table-head .table-col {
  padding: 15px 20px;
}

.table-head .col .table-col,
.table-body .col .table-col {
  border-right: 1px solid #eee;
}

.table-head .col:last-child .table-col,
.table-body .col:last-child .table-col {
  border-right: none;
}

.table-skills .table-head .col:nth-child(1) .table-col,
.table-skills .table-row .col:nth-child(1) .table-col:hover {
  background: rgba(39, 174, 96, 0.05);
}

.table-skills .table-head .col:nth-child(2) .table-col,
.table-skills .table-row .col:nth-child(2) .table-col:hover {
  background: rgba(41, 167, 228, 0.1);
}

.table-skills .table-head .col:nth-child(3) .table-col,
.table-skills .table-row .col:nth-child(3) .table-col:hover {
  background: rgba(231, 76, 60, 0.05);
}

@media (max-width: 576px) {
  .table-skills .table-colored .col:nth-child(1) .table-col,
  .table-skills .table-row .col:nth-child(1) .table-col:hover {
    background: rgba(39, 174, 96, 0.05);
  }
}

@media (max-width: 576px) {
  .table-skills .table-colored .col:nth-child(2) .table-col,
  .table-skills .table-row .col:nth-child(2) .table-col:hover {
    background: rgba(41, 167, 228, 0.1);
  }
}

@media (max-width: 576px) {
  .table-skills .table-colored .col:nth-child(3) .table-col,
  .table-skills .table-row .col:nth-child(3) .table-col:hover {
    background: rgba(231, 76, 60, 0.05);
  }
}

@media (max-width: 576px) {
  .table-colored .row {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .table-colored .table-col {
    border-right: none;
    border-bottom: 1px solid #eee;
    min-height: 55px;
    text-align: center;
  }
}

.table-head,
.table-subhead,
.table-row {
  border-radius: 4px;
  /*background: linear-gradient(135deg, rgba(255, 255, 255, 1) 10%, rgba(250, 250, 250, 1) 100%);*/
  border: 1px solid #eee;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.table-subhead {
  /*margin-bottom: 5px;*/
}

.cart th {
  font-size: 16px;
  font-weight: 400;
}

/* POPOVER */
.popover {
  max-width: 450px;
  border: 0;
  font-family: "Montserrat";
  z-index: 106;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.popover-header {
  padding: 15px 20px;
  background: none;
  text-align: center;
  position: relative;
}

.popover-header .close {
  position: absolute;
  top: 0;
  right: 0;
}

.popover-header .heading {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.popover-body h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.popover-body {
  padding: 20px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}

.bs-popover-right {
  margin-left: 20px;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: transparent;
}

.small-popover .popover {
  max-width: 300px;
  border-radius: 5px;
  font-weight: 500;
}

.small-popover .popover-body {
  padding: 12px;
  font-size: 14px;
  text-align: left;
  color: #545454;
}

a.get,
.show-more {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.7rem;
  line-height: 1;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #29a7e4;
  color: #29a7e4;
}

a.get:hover,
.show-more:hover {
  background: #29a7e4;
  color: #fff;
}

/* STEPS */
.feature-box.fbox-center .fbox-icon {
  width: 76px;
  height: 76px;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
  top: -38px;
  margin: 0 0 0 -38px;
}

.feature-box.fbox-center .fbox-icon i,
.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 74px !important;
  font-size: 36px;
}

/* PROMO-BLOCK */
.promo h2 + span,
.promo h3 + span {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

/* Custom checkbox/radio */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #2899E2;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #2899E2;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease;
    transition: opacity 0.2s, transform 0.3s ease;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--active);
    --bc: var(--active);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 1rem;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 0.5rem;
    margin-bottom: 0;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 3px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
/*Rewrite style select2*/
.select2 {
  width: 100% !important;
}

.select2.select2-container--default .select2-selection--single {
  height: 42px;
  border-radius: 3px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  height: auto;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 12px;
}

.select2-results .select2-results__option {
  font-size: 16px !important;
  padding: 6px 8px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.select2-dropdown {
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown {
  padding: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 3px;
  color: #495057;
  border-color: #ced4da !important;
  height: 38px;
  font-size: 16px;
}

.dropzone {
  border: 1px dashed #C7C7C7 !important;
  border-radius: 10px;
  background: #f5f5f5 !important;
  padding: 2rem;
  margin: 0;
  font-size: 1.15rem;
  transition: all ease 0.2s;
}

.dropzone:hover {
  transition: all ease 0.2s;
  background: #fafafa;
}

.dz-default.dz-message {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 110px;
  background-image: url(../img/image-formats.png);
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: 50% 0;
}

.dropzone:hover .dz-default.dz-message {
  transition: all ease 0.2s;
  color: #212121;
  text-decoration: underline;
}

.dz-default.dz-message .dz-button {
  margin-bottom: 20px;
}

.dropzone .dz-preview {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  opacity: 0;
}

.dropzone .dz-image-preview-add {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer !important;
}

.dropzone .dz-image-preview-add > * {
  cursor: pointer !important;
}

.dropzone .dz-image-preview-add {
  opacity: 1;
  transition: all ease 0.1s;
  border: 1px solid transparent;
}

.dropzone .dz-image-preview-add:hover {
  opacity: 0.9;
  transition: all ease 0.1s;
  border: 1px solid #eee;
}

.dropzone .dz-image-preview-add i {
  color: #999;
  font-size: 46px;
}

.dropzone .dz-image-preview-add:hover i {
  color: #2899E2;
}

.dropzone:not(.dz-started) .dz-image-preview-add,
.dropzone.dz-max-files-reached .dz-image-preview-add {
  display: none !important;
}

.dropzone .dz-preview .dz-progress {
  margin-top: -5px;
}

/* TESTIMONIALS */
.flexslider .slider-wrap > .slide {
  display: flex !important;
  align-items: center;
  margin-bottom: 3px;
}

.testi-image, .testi-image a {
  border-radius: 0;
}

.testi-image, .testi-image a, .testi-image i, .testi-image img {
  width: 100px;
  height: auto;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonials .testimonial {
  position: relative;
  padding: 45px 25px 25px;
  width: calc(33.3% - 20px);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  transition: all 0.25s;
}

.testimonials .testimonial:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.testimonial .testimonial__client {
  color: #242424;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial .testimonial__company {
  font-size: 14px;
  color: #545454;
  margin-bottom: 5px;
}

.testimonial .testimonial__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #f5f5f5;
}

.testimonial .testimonial__photo img {
  height: 40px;
}

.testimonial .testimonial__photo--exadel img {
  width: 35px;
  height: auto;
}

.testimonial__quote-wrapper {
  display: flex;
}

.testimonial__quote-copy {
  margin: 0 0 15px 5px;
}

.section-testimonials {
  background: #fafafa;
}

.testimonial__quote-icon svg {
  width: 24px;
  height: 24px;
  fill: #0abde3;
}

.testimonial__quote-icon--end {
  display: flex;
  align-items: flex-end;
}

@media all and (max-width: 992px) {
  .testimonials .testimonial {
    width: calc(50% - 20px);
  }
  .testimonials .testimonial:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 768px) {
  .testimonials .testimonial {
    width: 100%;
  }
  .testimonials .testimonial:not(:last-child) {
    margin-bottom: 60px;
  }
}
/* Tooltips */
.tooltip .tooltip-inner {
  font-family: "Montserrat", sans-serif;
}

/*Content*/
.designations .h {
  font-size: 15px;
  margin-bottom: 0;
}

.designations p {
  line-height: 1.35 !important;
  font-size: 15px;
}

.designations div {
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.designations div:not(:last-child) {
  margin-bottom: 8px;
}

.designations div:nth-child(1) {
  background: rgba(39, 174, 96, 0.05);
}

.designations div:nth-child(2) {
  background: rgba(41, 167, 228, 0.1);
}

.designations div:nth-child(3) {
  background: rgba(231, 76, 60, 0.05);
}

.primary-color {
  color: #29a7e4;
}

.list .title-block {
  padding-left: 15px;
}

.list .title-block > div[data-toggle=collapse] {
  cursor: pointer;
}

.list h3 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 20px;
}

@media all and (max-width: 992px) {
  .list h3 {
    flex-direction: column;
  }
  .list h3 a.get {
    margin-top: 10px;
  }
  #sidebar {
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px solid #ccc;
  }
}
.list h3 > div {
  max-width: 660px;
}

.list h3:hover a.get {
  background: #29a7e4;
  color: #fff;
}

.list h3 i {
  font-size: 16px;
}

.list h3 a.get {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}

.list h3 a.get {
  text-transform: none;
}

/*Badges*/
.badge {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
}

.add_to_cart {
  /*Dont remove! USED how event*/
  /*TODO: Fill if needed styles*/
}

.view_order {
  /*Dont remove! USED how event*/
  /*TODO: Fill if needed styles*/
}

.remove_to_cart {
  /*Dont remove! USED how event*/
  /*TODO: Fill if needed styles*/
}

.remove_address {
  /*Dont remove! USED how event*/
  /*TODO: Fill if needed styles*/
}

.edit_address {
  /*Dont remove! USED how event*/
  /*TODO: Fill if needed styles*/
}

.row-hide > td {
  height: 0 !important;
  padding: 0 !important;
}

.collapse > tr {
  display: none;
}

.collapse.show > tr {
  display: block;
}

/*Custom btn-go-to-up*/
.stretched #gotoTop {
  bottom: 30px;
}

/*Swal2-toast*/
body.swal2-toast-shown .swal2-container.swal2-top-end {
  top: 85px !important;
  right: 15px !important;
}

.swal2-popup.swal2-toast.swal2-icon-success {
  border-left: 5px solid #A5DC86 !important;
}

.swal2-popup.swal2-toast.swal2-icon-error {
  border-left: 5px solid #f27474 !important;
}

.swal2-toast .swal2-title {
  max-width: 400px !important;
  text-align: left !important;
  line-height: 1.65 !important;
  margin-left: 0.925em !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}

.swal2-toast {
  padding: 1em !important;
}

@media all and (max-width: 576px) {
  .swal2-container .swal2-toast .swal2-title {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .swal2-container .swal2-popup.swal2-toast {
    border-left: none !important;
  }
}
@media all and (max-width: 768px) {
  body.swal2-toast-shown .swal2-container.swal2-top-end {
    top: 0 !important;
    right: 0 !important;
  }
}
/*Modal special offer*/
.modal-special-offer .modal-dialog {
  max-width: 600px;
}

.modal-special-offer .modal-body {
  padding: 0;
}

.modal-special-offer .modal-img {
  position: relative;
  text-align: center;
  background: #fafafa;
  padding-top: 20px;
}

.modal-special-offer .modal-img-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  bottom: calc(30% - 2px);
  text-transform: uppercase;
}

.modal-special-offer .modal-info {
  padding: 10px 30px 40px 30px;
}

.modal-special-offer h4 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-special-offer h4 + p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #555;
  text-align: center;
}

.modal-special-offer .product-with-trial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

.modal-special-offer .product-with-trial a {
  color: #242424;
}

.modal-special-offer .product-with-trial:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.modal-special-offer .product-with-trial a {
  font-size: 16px;
}

.modal-special-offer img {
  height: 330px;
}

.modal-special-offer .badge-success {
  background-color: #27ae60;
}

/*Custom preloader*/
#preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -50px 0 0 -25px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-dot:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.dt-loader {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 100%;
  display: none;
}

.dt-loader-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
}

.dt-loader-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .go-to-shop-button {
    width: auto !important;
    height: auto !important;
    white-space: normal !important;
    line-height: 1.5 !important;
    padding: 10px !important;
    text-align: center !important;
  }
}

.expertise-get-team-button {
  height: auto !important;
  text-align: center;
  width: 100%;
  white-space: unset;
  line-height: 1.2 !important;
  padding: 0.8rem 2rem !important;
}

.primary-nav #moby-button {
  cursor: pointer;
}

@media screen and (max-width: 1399px) {
  .moby-menu .primary-nav__list .primary-nav__item svg.rotate {
    transform: rotate(180deg);
  }
  .moby-menu .primary-nav__list .primary-nav__item svg {
    transform: none;
  }
  .primary-nav__item.dropdown.show svg.svg {
    transform: rotate(180deg);
  }
  .moby-menu .primary-nav__list .primary-nav__item .dropdown-menu,
  .moby-menu .primary-nav__list .primary-nav__item:hover .dropdown-menu {
    display: none;
  }
  .moby-menu .primary-nav__list .primary-nav__item .dropdown-menu.show {
    display: block;
  }
}

/*# sourceMappingURL=custom.css.map */
