/* our base color, with one tint, and one shade - body and typogaphry is generally the base colour */
/* primary brand color - skyblue - with shades and tints via Sass functions */
/* secondary brand color - hotpink - with shades and tints via Sass functions */
/* neutrals */
/* background colors*/
.clr-background {
  background-color: #f6f9fc;
}

.clr-background-dk {
  background-color: rgb(226.875, 236.25, 245.625);
}

body .section .clr-background-dkr, .clr-background-dkr {
  background-color: rgb(207.75, 223.5, 239.25);
}

.clr-background-lt {
  background-color: white;
}

body .section .clr-background-ltr, .clr-background-ltr {
  background-color: white;
}

/* Global */
body {
  color: #333;
  overflow-y: scroll;
}

.ue-site-img {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.ue-top-img {
  border-radius: 10px;
  overflow: hidden;
  border: solid 5px rgba(212, 212, 212, 0.6588235294);
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #111;
  font-weight: 700;
}

p.section-subtitle {
  font-size: 18px;
}

p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  /*color: #7c8595;*/
  margin-bottom: 15px;
  font-family: "Open sans", sans-serif;
}

a {
  color: #0070c9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* colors */
.color-twitter {
  color: #55acee;
}

.color-facebook {
  color: #3b5998;
}

.color-rss {
  color: #fa9b39;
}

.color-linkedin {
  color: #0077b5;
}

.color-pinterest {
  color: #cb2027;
}

.dropdown-menu {
  margin: 0;
}

.col-form-label-lg {
  padding-top: 3px;
}

.section .container {
  overflow: hidden2;
}

.nav-link {
  white-space: nowrap;
}

.tns-nav {
  text-align: center;
  margin-bottom: 2em;
}

.tns-nav > [aria-controls] {
  width: 14px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #a0a0a0;
  border: 0;
  cursor: pointer;
}

.tns-nav-active {
  background-color: #86c7fb !important;
  outline: none;
  border: 0;
}

/* Buttons */
.ybtn {
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 26px;
  /*margin: 5px 10px;*/
  display: inline-block;
  white-space: nowrap;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ybtn:hover, .ybtn:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ybtn-small {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  padding: 5px 15px;
  margin: 2px 4px;
}

.ybtn-shadow {
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
}

.ybtn-accent-color {
  color: #ffffff;
  background-color: #3195ff;
}

.ybtn-accent-color:hover, .ybtn-accent-color:focus {
  color: #ffffff;
  background-color: #1888ff;
}

.ybtn-header-color {
  color: #ffffff;
  background-color: #3195ff;
}

.ybtn-header-color:hover, .ybtn-header-color:focus {
  color: #ffffff;
  background-color: #1888ff;
}

.ybtn-other-color {
  color: #ffffff;
  background-color: #332f5c;
}

.ybtn-other-color:hover, .ybtn-other-color:focus {
  color: #ffffff;
  background-color: #201e3a;
}

.ybtn-purple-text {
  color: #3195ff;
  background-color: transparent;
}

.ybtn-purple-text:hover, .ybtn-purple-text:focus {
  color: #1888ff;
}

.ybtn-purple {
  color: #ffffff;
  background-color: #756de7;
}

.ybtn-purple:hover, .ybtn-purple:focus {
  color: #ffffff;
  background-color: #6961d4;
}

.ybtn-purple-text {
  color: #756de7;
  background-color: transparent;
}

.ybtn-purple-text:hover, .ybtn-purple-text:focus {
  color: #6961d4;
}

.ybtn-white {
  color: #66556b;
  background-color: #ffffff;
}

.ybtn-white:hover, .ybtn-white:focus {
  color: #000;
  background-color: #ffffff;
}

.ybtn-pink {
  color: #ffffff;
  background-color: #ed52f8;
}

.ybtn-pink:hover, .ybtn-pink:focus {
  color: #ffffff;
  background-color: #e14eeb;
}

/* Section */
.section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Headers icons */
.section .subsection h3 i {
  color: #ff7866;
}

/* Section backgrounds */
.section-bg-gradient {
  background-image: none;
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #0a5dd3, #24a7ff);
}

.section-fill-medium {
  background-color: #F6F9FC;
}

.section-bg-dark .section-bg {
  background-color: #CBE9FB;
}

.section-bg-light .section-bg {
  background-color: #F6F9FC;
}

.section-fill-medium-plus {
  background-color: #DDE0E3;
}

.section-bg-medium-plus .section-bg {
  background-color: #DDE0E3;
}

.section-connector .section-bg {
  z-index: 0 !important;
}

.section-bg-medium .section-bg {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f9fc;
  z-index: -1;
}

.section-bg-medium-2 .section-bg {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c4e7f9;
  z-index: -1;
}

.section-bg-head .section-bg {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F9FC;
  background-image: none;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(150deg, #0a5dd3, #24a7ff);
  background-image: -o-linear-gradient(150deg, #0a5dd3, #24a7ff);
  background-image: linear-gradient(150deg, #0a5dd3, #24a7ff);
  z-index: -1;
}

/* sections sloping */
.section .section-bg {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-bg-slope-l2r .section-bg {
  transform-origin: top left;
  transform: skewY(4deg);
}

.section-bg-slope-r2l .section-bg {
  transform-origin: top right;
  transform: skewY(-4deg);
}

.section-bg-slope-r2l-b .section-bg {
  transform-origin: top left;
  transform: skewY(-4deg);
}

/* section Header */
.section-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-basic-text {
  font-size: 0.9375rem;
}

/**/
.section-cookie-policy table {
  border-collapse: collapse;
  font-size: 1em;
  margin-bottom: 1.3em;
  table-layout: fixed;
  width: 100%;
}
.section-cookie-policy table td {
  border: 1px solid #777;
  padding: 5px;
  vertical-align: top;
}

/* section API */
.section-api pre code {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1rem;
}
.section-api .bg {
  background-color: rgb(226.875, 236.25, 245.625);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  width: 100vw;
}

/* Navbar */
/* Avoid navbar shrink */
/* Section Navbar */
.section-navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #0a5dd3, #24a7ff);
}

.section-navbar .navbar, .section-head .navbar {
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.5s;
  z-index: 5000;
}
.section-navbar .navbar-mini, .section-head .navbar-mini {
  z-index: 5001;
}
.section-navbar .navbar-nav > li > a, .section-head .navbar-nav > li > a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 30px !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
.section-navbar .navbar-nav > li > a.outer-btn, .section-head .navbar-nav > li > a.outer-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px 8px;
  padding: 8px 24px !important;
  margin-left: 10px;
  margin-right: 15px;
  font-family: "Cabin", sans-serif;
}
.section-navbar .navbar-mini, .section-head .navbar-mini {
  background-color: rgba(234, 234, 234, 0.2117647059);
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.section-navbar .logo-navbar, .section-head .logo-navbar {
  transition: all 0.5s;
}
.section-navbar .nav-item, .section-head .nav-item {
  cursor: pointer;
}
.section-navbar .navbar-nav > .nav-item:hover > a, .section-head .navbar-nav > .nav-item:hover > a {
  color: #8bd2ff !important;
}
.section-navbar .dropdown-menu, .section-head .dropdown-menu {
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  background-color: #4eadff;
}
.section-navbar .dropdown-menu .dropdown-item, .section-head .dropdown-menu .dropdown-item {
  color: white;
}
.section-navbar .dropdown-item:focus, .section-navbar .dropdown-item:hover, .section-head .dropdown-item:focus, .section-head .dropdown-item:hover {
  background-color: #469bf1;
}
.section-navbar .dropdown:hover > .dropdown-menu, .section-head .dropdown:hover > .dropdown-menu {
  display: block;
}
.section-navbar .navbar-toggler, .section-head .navbar-toggler {
  background: none;
  border: none;
}
.section-navbar .navbar-toggler:active,
.section-navbar .navbar-toggler:focus, .section-head .navbar-toggler:active,
.section-head .navbar-toggler:focus {
  outline: 0;
}
.section-navbar .navbar-toggler .icon-bar, .section-head .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}
.section-navbar .navbar-dark .navbar-toggler .icon-bar, .section-head .navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}
.section-navbar .navbar-toggler .icon-bar:nth-of-type(1), .section-head .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.section-navbar .navbar-toggler .icon-bar:nth-of-type(2), .section-head .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-navbar .navbar-toggler .icon-bar:nth-of-type(3), .section-head .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.section-navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1), .section-head .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.section-navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2), .section-head .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3), .section-head .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.mini-menu-hidden {
  margin-top: 85px;
}
.mini-menu-hidden .logo-navbar {
  display: block !important;
}
.mini-menu-hidden .navbar-mini {
  z-index: 0;
  display: none !important;
}
.mini-menu-hidden .section-head .row {
  padding-top: 120px;
}
.mini-menu-hidden.frontpage {
  margin-top: 97px;
}
.mini-menu-hidden.frontpage .section-head .row {
  padding-top: 120px;
}
.mini-menu-hidden #main_navbar {
  background-image: linear-gradient(150deg, #0a5dd3, #24a7ff);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.mini-menu-hidden #main_navbar .logo-navbar {
  width: 40%;
  opacity: 1;
}

.logo-navbar {
  width: 78px;
}

/* Section head */
.container-wrapper {
  overflow: hidden;
}

.ue-animation-container {
  display: flex;
  min-height: 250px;
  min-width: 100%;
  overflow: hidden;
}

.section-head {
  padding-top: 0;
  padding-bottom: 0;
}

.section-head .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-head h1 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);*/
}

.section-head p {
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);*/
}

.section-head img {
  width: 100%;
}

.section-head .section-bg {
  background-image: none;
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #0a5dd3, #24a7ff);
}

.img-frame {
  border: solid 4px #d6d6d6;
  border-radius: 15px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-text {
  /*padding:0;*/
}

.main-text p {
  font-size: 22px;
  line-height: 32px;
}

.main-text b {
  font-weight: 600;
}

/* section new project */
.section-new-project {
  padding-bottom: 1rem !important;
}
.section-new-project .section-bg-2 {
  z-index: -2;
  background: transparent;
  transform: none;
}

.signup-page .section.clr-background-dkr {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Features */
.feature-box {
  overflow: hidden;
  /*margin: 40px 0 0;*/
  display: flex;
  /*background-color: #87ac34;*/
}

.feature-box i {
  float: left;
  padding: 15px;
  font-size: 45px;
  line-height: 45px;
  width: 75px;
  height: 75px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #7566e3;
  margin-right: 30px;
  margin-bottom: 30px;
}

.feature-box.light-blue i {
  background: #50a0d2;
}

.feature-box.dark-blue i {
  background: #3473b8;
}

.feature-box.light-green i {
  background: #a9d129;
}

.feature-box.dark-green i {
  background: #87ac34;
}

.feature-box.orange i {
  background: #fe9c24;
}

.feature-box.light-red i {
  background: #fc6a3f;
}

.feature-box.pink i {
  background: #ea4c89;
}

.feature-box-text {
  /*float: left;
  width: 70%;*/
  /*margin-left: 30px;*/
}

.feature-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-box p {
  color: #7c8595;
}

.feature-inner {
  float: left;
  width: 70%;
  margin-left: 30px;
}

.feature-inner h4,
.feature-inner-left h4,
.feature-inner-right h4 {
  font-size: 18px;
  color: #282828;
  margin-top: 0;
  margin-bottom: 10px;
}

.feature-wrapper {
  overflow: hidden;
  margin: 30px 0;
}

.feature-wrapper i.lefts {
  float: right;
  margin-top: 10px;
  margin-right: 3px;
}

.feature-wrapper i.rights {
  float: left;
  margin-top: 10px;
  margin-left: 3px;
}

.feature-inner-left {
  float: right;
  width: 70%;
  text-align: right;
  padding-right: 30px;
}

.feature-inner-right {
  float: left;
  width: 70%;
  text-align: left;
  padding-left: 30px;
}

.section-features .feature-box:nth-child(7n+1) i {
  background: #3473b8;
}

.section-features .feature-box:nth-child(7n+2) i {
  background: #a9d129;
}

.section-features .feature-box:nth-child(7n+3) i {
  background: #87ac34;
}

.section-features .feature-box:nth-child(7n+4) i {
  background: #fe9c24;
}

.section-features .feature-box:nth-child(7n+5) i {
  background: #fc6a3f;
}

.section-features .feature-box:nth-child(7n+6) i {
  background: #ea4c89;
}

.section-features .feature-box:nth-child(7n+7) i {
  background: #50a0d2;
}

.section-features .feature-box:nth-child(7n+8) i {
  background: #3473b8;
}

.section-features .feature-box:nth-child(7n+9) i {
  background: #a9d129;
}

.section-features .feature-box:nth-child(7n+10) i {
  background: #87ac34;
}

.section-features .feature-box:nth-child(7n+11) i {
  background: #fe9c24;
}

.section-features .feature-box:nth-child(7n+12) i {
  background: #fc6a3f;
}

.section-features .feature-box:nth-child(7n+13) i {
  background: #ea4c89;
}

.section-features .feature-box:nth-child(7n+14) i {
  background: #50a0d2;
}

.section-features .feature-box:nth-child(7n+15) i {
  background: #3473b8;
}

.section-features .feature-box:nth-child(7n+16) i {
  background: #a9d129;
}

.section-features .feature-box:nth-child(7n+17) i {
  background: #87ac34;
}

.section-features .feature-box:nth-child(7n+18) i {
  background: #fe9c24;
}

.section-features .feature-box:nth-child(7n+19) i {
  background: #fc6a3f;
}

.section-features .feature-box:nth-child(7n+20) i {
  background: #ea4c89;
}

.section-features {
  padding-bottom: 1rem;
}

/* Features 2 */
.features__item {
  margin-bottom: 3rem;
}

.features__item-wrap {
  box-shadow: 0 13px 64px -11px rgba(23, 27, 124, 0.25);
  padding: 1.5rem;
  border-radius: 0.8rem;
  height: 100%;
}

.features__title {
  color: rgb(0, 0, 0);
  margin-top: 1rem;
}

.features__image img {
  width: 100%;
}

.features__description {
  color: rgb(0, 0, 0);
}

.features__group {
  margin-top: 3em;
}

.chat__animation #wrapper {
  width: 100%;
}
.chat__animation .chat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat__animation .message-left .message-time {
  display: block;
  font-size: 12px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}
.chat__animation .message-right .message-time {
  display: block;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}
.chat__animation .message-left {
  text-align: left;
  margin-bottom: 16px;
}
.chat__animation .message-left .message-text {
  max-width: 80%;
  display: inline-block !important;
  background: #999;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  font-weight: 100;
  line-height: 1.5em;
}
.chat__animation .message-right {
  text-align: right;
  margin-bottom: 16px;
}
.chat__animation .message-right .message-text {
  line-height: 1.5em;
  display: inline-block !important;
  background: #5ca6fa;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  line-height: 1.5em;
  font-weight: 100;
  text-align: left;
}
.chat__animation .chat {
  border-radius: 30px;
  padding: 20px;
  background: #f5f7fa;
}
.chat__animation .chat-container {
  height: 120px;
  overflow-y: scroll;
  padding-right: 16px;
}
.chat__animation .spinme-right {
  display: inline-block !important;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}
.chat__animation .spinme-left {
  display: inline-block !important;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}
.chat__animation .spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}
.chat__animation .spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block !important;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgb(0, 0, 0);
}
.chat__animation .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.chat__animation .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.chat__animation .chat_hidden {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ue-chat .chat__animation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ue-chat .chat__animation #wrapper {
  position: absolute;
  width: 283px;
  top: 117px;
}
.ue-chat .chat__animation #wrapper .chat {
  border-radius: 0;
}
.ue-chat .chat__animation #wrapper .chat-container {
  height: 208px;
}

/* section kb getsmart */
.section-kb-getsmart img {
  max-width: 100%;
}

/* Section 3 columns */
.main-services {
  margin-top: 40px;
  padding: 40px 30px 0 30px;
  background-color: #fff;
  box-shadow: rgba(33, 33, 33, 0.06) 0 4px 24px 5px;
  border-radius: 8px;
  text-align: center;
  transition: all 1s;
  height: 96%;
}

.main-services h3 {
  font-size: 22px;
  color: #292929;
  margin-bottom: 15px;
}

.main-services img {
  max-width: 230px;
  margin-bottom: 25px;
}

.main-services .height-equalizer {
  min-height: 225px;
}

/* Section examples kb */
.entry-thumbnail {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  /*text-align: center;*/
}

.entry-thumbnail a {
  width: 138px;
  height: 138px;
}

.entry-thumbnail img {
  width: 100%;
  height: 100%;
}

/* section signup */
.signup-page .asteriskField {
  display: none;
}
.signup-page #submit_button {
  font-size: 18px;
}
.signup-page #div_id_project-mail_dijest .checkbox {
  margin-top: 4px;
}
.signup-page #hint_id_project-mail_dijest {
  margin-left: -20px;
}
.signup-page .help-block {
  font-size: 12px;
}
.signup-page .text-white {
  font-color: white;
}

.section-pricing {
  background-color: #81C1ED;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pricing .highlight {
  color: rgb(173, 255, 169);
}
.section-pricing .section-subtitle {
  color: white;
}
.section-pricing .plan-box {
  background: white;
  text-align: center;
  padding: 20px;
  margin: 20px;
  color: black;
}
.section-pricing .plan-box .price .currency {
  position: relative;
  top: 11px;
  font-size: 24px;
  vertical-align: top;
  margin-right: 0px;
}
.section-pricing .plan-box .price .amount {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #5A8F6B;
  letter-spacing: -0.09em;
  margin-right: 10px;
}
.section-pricing .plan-box .price .period {
  font-size: 16px;
  text-transform: uppercase;
}
.section-pricing .signup-btn-wrapper .btn-signup {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-pricing .btn-signup {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  background-color: #5cb85c;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: white !important;
}
.section-pricing .option {
  background-color: white;
  padding: 15px;
  color: rgb(76.5, 76.5, 76.5);
  border-radius: 4px;
  margin: 10px;
  min-height: 200px;
}
.section-pricing .option h3 {
  margin-top: 5px;
}
.section-pricing .option .price {
  text-align: right;
  font-size: 20px;
}
.section-pricing .option .price span {
  font-weight: bold;
}

.section-testimonials .section-title {
  color: #fff;
}
.section-testimonials .section-subtitle {
  color: #fff;
}
.section-testimonials .testimonial {
  /*max-width: 400px;*/
}
.section-testimonials .testimonial .testimonial-content {
  background-color: #81C1ED;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
}
.section-testimonials .testimonial .testimonial-content:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-bottom-width: 0;
  border-top-color: #81C1ED;
  bottom: -10px;
  left: 40px;
  content: "";
}
.section-testimonials .testimonial .testimonial-author img {
  float: left;
  max-width: 100px;
  padding: 6px 6px;
  background-color: #dedede;
  border-radius: 50%;
  margin-right: 10px;
}
.section-testimonials .testimonial .testimonial-author .user {
  display: block;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(229.5, 229.5, 229.5);
  padding-top: 30px;
}
.section-testimonials .testimonial .testimonial-author .user-info {
  display: block;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #cccccc;
}
.section-testimonials .testimonial-on-white .testimonial-content {
  background-color: rgb(56.8860759494, 117.5696202532, 241.6139240506);
}
.section-testimonials .testimonial-on-white .testimonial-content:before {
  border-top-color: rgb(56.8860759494, 117.5696202532, 241.6139240506);
}
.section-testimonials .testimonial-on-white .testimonial-author .user {
  color: rgb(76.5, 76.5, 76.5);
}
.section-testimonials .testimonial-on-white .testimonial-author .user-info {
  color: #999999;
}
.section-testimonials .testimonial-on-white .testimonial-author img {
  background-color: #eaeaea;
}

/* chat */
.ue-chat .img-header-frame {
  border: 5px solid #ffffff;
  border-radius: 11px;
  width: 55%;
  width: 297px;
}

.ue-chat h2 i {
  color: #ff7866;
}

/* prcing */
.pricing .section-features .highlight {
  color: #adffa9;
}
.pricing .entry-thumbnail a {
  /*margin:40px;*/
}
.pricing .testimonial {
  overflow: hidden;
}
.pricing .entry-thumbnail {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.pricing .section-modules .section-title {
  color: #fff;
}
.pricing .feature-header h3 {
  color: white;
}

/* comparison */
.comparison .section-comparison .left-part {
  padding-right: 0;
}
.comparison .section-comparison .right-part {
  padding-left: 0;
}
.comparison .section-comparison .table-ue-comparison-userecho td {
  color: #00b8a8;
}
.comparison .section-comparison .table-ue-comparison td {
  text-align: center;
  background-color: #f0f0f0;
}
.comparison .signup-btn-wrapper {
  margin: 11px;
}

/* ue-howitworks */
.ue-howitworks h2 i {
  color: #ff7866;
}

/* branding */
.branding .col-bottom {
  vertical-align: bottom;
  align-items: bottom;
}
.branding .item {
  border: solid 20px #5A5A5A;
  border-radius: 10px;
}
.branding .item img {
  width: 100%;
}

/* translate */
.translate .img-translate {
  width: 80%;
}

/* resources */
.resources .section-logo .img-rounded {
  max-width: 256px;
  display: inline-block;
}

.ue-system-status .number {
  color: white;
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.05em;
  margin: -14px 13px 0 56px;
}
.ue-system-status .number em {
  font-size: 35px;
  margin-left: 4px;
}
.ue-system-status .section-status img {
  width: auto;
}
.ue-system-status .fa-check-circle {
  color: rgba(84, 177, 121, 0.88);
  font-size: 20px;
}
.ue-system-status .icon-warning {
  color: rgb(248, 163, 38);
}
.ue-system-status .icon-error {
  color: rgb(209, 95, 109);
}
.ue-system-status .icon-gray {
  color: #aaa;
}
.ue-system-status h4 .updated {
  font-size: 14px;
  font-weight: normal;
}

/* about */
.about .box {
  position: relative;
  width: 100%;
  /* desired width */
  border-radius: 100%;
  background-size: cover !important;
  transition: all 1s;
}
.about .box.ssm {
  background: url("/s/assets/frontend/img/team/ssm.png") no-repeat;
}
.about .box.ssm:hover {
  background: url("/s/assets/frontend/img/team/ssm-2.png") no-repeat;
}
.about .box.mvr {
  background: url("/s/assets/frontend/img/team/mvr-1.png") no-repeat;
}
.about .box.mvr:hover {
  background: url("/s/assets/frontend/img/team/mvr-2.png") no-repeat;
}
.about .box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.about #map-canvas {
  height: 300px;
}
.about .section-team img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.about .team-title {
  font-size: 30px;
  margin-top: 9px;
}
.about .team-subtitle {
  font-size: 20px;
  color: rgb(127.5, 127.5, 127.5);
}

/* integrations */
.integrations article {
  transform: translate3d(0px, 0px, 0px);
  margin-bottom: 30px;
}
.integrations .hover-effect {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.integrations .hover-effect .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  color: transparent;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px;
}
.integrations .hover-effect .overlay h4 {
  opacity: 0;
}
.integrations .hover-effect .overlay button {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.integrations .hover-effect .fa {
  top: 60%;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.integrations .hover-effect:hover button {
  opacity: 1;
}
.integrations .hover-effect:hover .overlay {
  color: #fff;
  background: #f15f4c;
  border-radius: 4px;
}
.integrations .hover-effect:hover .overlay h4 {
  opacity: 1;
  color: white;
}
.integrations .hover-effect:hover .fa {
  top: 50%;
  color: #fff;
}

/* frontpage */
.frontpage {
  /* Heart beat animation */
}
.frontpage .section-head .row {
  padding-top: 80px;
  padding-bottom: 180px;
}
.frontpage .btn-holder {
  height: 4em;
}
.frontpage .btn-holder .ybtn {
  position: absolute;
  z-index: 4000;
}
.frontpage .product {
  height: 44px;
  position: relative;
}
.frontpage .product .eprefix {
  position: absolute;
  height: 29px;
  top: 9px;
  z-index: 4;
}
.frontpage .product .name {
  z-index: 5;
  position: absolute;
  left: 46px;
}
.frontpage h2 {
  margin-bottom: 0;
}
.frontpage h3 {
  color: #9a9a9a;
}
.frontpage .section-head h3 {
  color: #cccccc;
}
.frontpage .number {
  /*float: left;*/
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: -0.05em;
}
.frontpage .section-clients-frontpage div.section-subtitle {
  font-size: 33px;
  vertical-align: middle;
}
.frontpage .section-clients-frontpage div.section-subtitle span {
  vertical-align: middle;
}
.frontpage .item {
  border: solid 20px #5A5A5A;
  border-bottom: solid 30px #333;
  border-radius: 15px;
}
.frontpage .section .title i {
  color: #ff7866;
}
.frontpage .frame a {
  text-decoration: none;
  color: #555;
}
.frontpage .frame:hover {
  background-color: #dadada;
}
.frontpage .frame {
  padding: 10px;
  border-radius: 5px;
}
.frontpage .animation {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  z-index: 2000;
  /*background-color: lightgreen;*/
}
.frontpage .heart {
  animation: beat 0.5s infinite alternate;
  transform-origin: center;
}
@keyframes beat {
  to {
    transform: scale(1.1);
  }
}
.frontpage .logo-navbar {
  /*opacity: 0;*/
  width: 40%;
}
.frontpage .mini-menu-hidden {
  margin-top: 80px;
}

/* ue-clients-page */
.ue-clients-page .entry-thumbnail {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.entry-thumbnail {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* KB for franchises*/
.knowledgebase_for_franchises_page .container-fluid {
  max-width: 1200px;
}
.knowledgebase_for_franchises_page .ybtn {
  font-size: 20px;
  border: solid 2px white;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .frontpage .section-head .row {
    padding-top: 0;
    padding-bottom: 180px;
  }
  .section-head h1 {
    font-size: 43px;
  }
  .section-connector {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .main-text {
    padding-top: 0 !important;
  }
}
.blog .blog-post-details .post-author {
  height: 70px;
}
.blog .blog-post-details .tags {
  margin-top: 10px;
}
.blog .blog-post-details .article-tag {
  color: gray;
  background-color: rgba(240, 238, 236, 0.5);
  font-size: 14px;
  line-height: 28px;
  min-width: 84px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.blog .blog-post-details .avatar {
  border-radius: 50%;
  width: 70px;
  float: left;
}
.blog .blog-post-details .post-author-details {
  float: left;
  margin-left: 10px;
}
.blog .blog-post-details .post-author-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 12px;
}
.blog .blog-post-details .post-author-title {
  font-size: 15px;
  color: gray;
}
.blog .blog-post .topic-text p {
  font-size: 16px;
  line-height: 26px;
  color: #03363d;
}
.blog .blog-posts {
  margin-top: 30px;
}
.blog .blog-post {
  margin-bottom: 80px;
}
.blog .blog-post img {
  width: 100%;
}
.blog .blog-post .article-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.blog .blog-post .header {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}
.blog .blog-post .timestamp abbr {
  font-size: 14px;
  line-height: 16.8px;
  color: #969696;
  border-bottom: 0;
}
.blog .blog-post .tags a {
  font-size: 14px;
  line-height: 16.8px;
  color: #969696;
}
.blog .blog-post .tags a:not(:last-of-type):after {
  content: ",";
}
.blog .blog-post p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
  color: #434343;
}
.blog .blog-subscribe {
  background-color: #f3f0ee;
  padding: 20px;
}
.blog .blog-subscribe h3 {
  font-size: 20px;
}
.blog .blog-subscribe label {
  font-size: 14px;
  color: #3d5154;
}
.blog .blog-subscribe .form-control {
  height: 50px;
  border: 1px solid rgba(3, 54, 61, 0.25);
}
.blog .blog-subscribe .ybtn {
  width: 100%;
  cursor: pointer;
}

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