@charset "UTF-8";

.ui-img-grayscale {
  opacity: 0.4;
  filter: grayscale(1);
}

.ui-img-grayscale.hoverable {
  transition: all 0.3s;
}

.ui-img-grayscale.hoverable:focus,
.ui-img-grayscale.hoverable:hover {
  opacity: 1;
  filter: none;
}

.ui-w-140 {
  width: 140px !important;
  height: auto;
}

.ui-w-120 {
  width: 120px !important;
  height: auto;
}

.ui-w-100 {
  width: 100px !important;
  height: auto;
}

.ui-w-80 {
  width: 80px !important;
  height: auto;
}

.ui-w-60 {
  width: 60px !important;
  height: auto;
}

.ui-w-50 {
  width: 50px !important;
  height: auto;
}

.ui-w-40 {
  width: 40px !important;
  height: auto;
}

.ui-w-30 {
  width: 30px !important;
  height: auto;
}

.ui-w-20 {
  width: 20px !important;
  height: auto;
}

.ui-mh-100vh {
  min-height: 100vh;
}

.ui-rect,
.ui-rect-30,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75,
.ui-square {
  position: relative !important;
  display: block !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.ui-square {
  padding-top: 100% !important;
}

.ui-rect {
  padding-top: 50% !important;
}

.ui-rect-30 {
  padding-top: 30% !important;
}

.ui-rect-60 {
  padding-top: 60% !important;
}

.ui-rect-67 {
  padding-top: 67% !important;
}

.ui-rect-75 {
  padding-top: 75% !important;
}

.ui-rect-content,
.ui-square-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.ui-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: calc(46px - 4px);
}

.ui-icon.border-0 {
  line-height: 46px;
}

.ui-icon-sm {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: calc(30px - 4px);
}

.ui-icon-sm.border-0 {
  line-height: 30px;
}

.ui-star,
.ui-star>*,
.ui-stars {
  height: 1.1em;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ui-stars {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.ui-star {
  position: relative;
  display: block;
  float: left;
  width: 1.1em;
  height: 1.1em;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1;
  user-select: none;
}

[dir=rtl] .ui-star {
  float: right;
}

.ui-star+.ui-star {
  margin-left: -0.1em;
}

[dir=rtl] .ui-star+.ui-star {
  margin-right: -0.1em;
  margin-left: 0;
}

.ui-star>*::after,
.ui-star>*::before,
.ui-star>* {
  position: absolute;
  left: 0.55em;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  transform: translateX(-50%);
}

[dir=rtl] .ui-star>*::after,
[dir=rtl] .ui-star>*::before,
[dir=rtl] .ui-star>* {
  right: 0.55em;
  left: auto;
  transform: translateX(50%);
}

.ui-star>* {
  top: 0;
  width: 100%;
  text-align: center;
}

.ui-star>*:first-child {
  z-index: 10;
  display: none;
  overflow: hidden;
  color: #FFE924;
}

.ui-star>*:last-child {
  z-index: 5;
  display: block;
}

.ui-star.half-filled>*:first-child {
  width: 50%;
  transform: translateX(-100%);
}

[dir=rtl] .ui-star.half-filled>*:first-child {
  transform: translateX(100%);
}

.ui-star.filled>*:first-child,
.ui-star.half-filled>*:first-child {
  display: block;
}

.ui-star.filled>*:last-child {
  display: none;
}

.ui-stars.hoverable .ui-star>*:first-child {
  display: block;
}

.ui-stars.hoverable .ui-star:first-child:not(.filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled)~.ui-star>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)~.ui-star>*:first-child {
  display: none;
}

.ui-stars.hoverable .ui-star.filled>*:first-child,
.ui-stars.hoverable .ui-star.half-filled>*:first-child {
  display: block !important;
}

.ui-stars.hoverable:hover .ui-star>*:first-child {
  display: block !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
}

[dir=rtl] .ui-stars.hoverable:hover .ui-star>*:first-child {
  transform: translateX(50%) !important;
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:first-child {
  display: none !important;
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:last-child {
  display: block !important;
}

.ui-list {
  padding: 0;
}

.ui-list>li {
  margin-bottom: 8px;
  list-style: none;
}

.ui-list>li::before {
  content: "•";
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
}

[dir=rtl] .ui-list>li::before {
  margin-right: 0;
  margin-left: 12px;
}

.ui-bg-cover {
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
}

.ui-bg-fixed {
  background-attachment: fixed;
}

.ui-bg-overlay-container,
.ui-bg-video-container {
  position: relative;
}

.ui-bg-overlay-container>*,
.ui-bg-video-container>* {
  position: relative;
}

.ui-bg-overlay-container .ui-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.ui-bg-video-container .ui-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
}

.ui-bg-video-container .ui-bg-video video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ui-text-block {
  line-height: 1.8;
}

.ui-text-block>p:last-child {
  margin-bottom: 0;
}

.material-style .ui-icon {
  border-color: rgba(24, 28, 33, 0.06);
}

.material-style .ui-bordered {
  border: 1px solid rgba(24, 28, 33, 0.13);
}

.material-style .ui-star>*:last-child {
  color: rgba(24, 28, 33, 0.1);
}

.material-style .ui-list>li::before {
  color: rgba(24, 28, 33, 0.2);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .material-style .ui-mh-100vh::after {
    content: '';
    display: block;
    flex: 0 0 0;
    min-height: 100vh;
    width: 0;
    font-size: 0;
  }

  .material-style .ui-mh-100vh.jumbotron::after {
    min-height: calc(100vh - 6rem);
  }

  .material-style .ui-mh-100vh.flex-column::after {
    display: none;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .material-style .ui-mh-100vh.jumbotron::after {
    min-height: calc(100vh - 12rem);
  }
}

.ui-statistics-icon {
  width: 2.875rem;
  height: 2.875rem;
  font-size: 1.125rem;
  line-height: calc(2.875rem - 4px);
}

.ui-statistics-icon.border-0 {
  line-height: 2.875rem;
}

.ui-feed-icon-container {
  position: relative;
}

.ui-feed-icon {
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.ui-todo-item .custom-control-input:checked~.custom-control-label {
  text-decoration: line-through;
}

.ui-todo-item .custom-control-input:checked~.custom-control-label .ui-todo-badge,
.ui-todo-item .custom-control-input:checked~.ui-todo-badge {
  display: none;
}

.ui-activity-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: calc(2.5rem - 4px);
}

.ui-activity-icon.border-0 {
  line-height: 2.5rem;
}

.material-style .ui-todo-item .custom-control-input:checked~.custom-control-label {
  color: #77757a;
}

.bg-pattern-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23ffffff' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.10' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.10' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-1-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23cccccc' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23cccccc' fill-opacity='0.17' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cccccc' fill-opacity='0.17' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ui-legend {
  border-radius: 0.125rem;
}

.ui-proj {
  position: relative;
  overflow: hidden;
}

.ui-proj .pt-badge {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 0.125rem;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}

.ui-bottom-data {
  position: relative;
  bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 -1px 10px rgba(24, 28, 33, 0.2);
}

.ui-rounded-icon {
  font-size: 25px;
  color: #fff;
  padding: 20px;
  line-height: 1;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 auto;
}

/* pricing end */
.btn-icon {
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ui-hover-icon {
  overflow: hidden;
}

.ui-hover-icon .hov-icon {
  color: #fff;
  font-size: 80px;
  position: absolute;
  bottom: -10px;
  opacity: 0.3;
  right: -10px;
  transform: rotate(-15deg);
  transition: all 0.3s ease-in-out;
}

.ui-hover-icon:hover .hov-icon {
  transform: rotate(0deg) scale(1.4);
  opacity: 0.5;
}

.card-header+.table-responsive tr td:first-child,
.card-header+.table-responsive tr th:first-child,
.table-card tr td:first-child,
.table-card tr th:first-child {
  padding-left: 1.5rem;
}

.card-header+.table-responsive tr td:last-child,
.card-header+.table-responsive tr th:last-child,
.table-card tr td:last-child,
.table-card tr th:last-child {
  padding-right: 1.5rem;
}

.ui-team .t-img {
  position: relative;
}

.ui-team .t-img .cover-img {
  width: 40px;
  height: 40px;
}

.ui-team .t-img .profile-img {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -5px;
}

.ui-messages .m-img {
  position: relative;
}

.ui-messages .m-img .profile-img {
  width: 40px;
  height: 40px;
}

.ui-messages .m-img .tot-msg {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -5px;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
}

.ui-chat .msg {
  margin-bottom: 5px;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.ui-chat img {
  width: 40px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

.ui-chat .received-chat .msg {
  border-radius: 0 0.125rem 0.125rem 0.125rem;
}

.ui-chat .received-chat .msg:after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  transform: rotate(45deg);
  border: 7px solid transparent;
  border-bottom-color: #716aca;
}

.ui-chat .send-chat {
  text-align: right;
}

.ui-chat .send-chat .msg {
  border-radius: 0.125rem;
}

.ui-chat .form-material .form-group {
  position: relative;
}

.ui-chat .form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.ui-chat .form-material .form-bar {
  position: relative;
  display: block;
  width: 100%;
}

.ui-chat .form-material .float-label {
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease all;
}

.ui-timeline .card-body {
  padding-top: 0;
}

.ui-timeline .card-body .timelines-box {
  position: relative;
}

.ui-timeline .card-body .timelines-box:after {
  content: "";
  position: absolute;
  background: #ccc;
  height: 100%;
  width: 1px;
  top: 0;
  left: 115px;
  z-index: 1;
}

.ui-timeline .card-body .timelines-box .update-meta {
  z-index: 2;
  min-width: 160px;
}

.ui-timeline .card-body .timelines-box .update-meta .update-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

@media only screen and (max-width: 575px) {
  .ui-timeline .card-body .timelines-box:after {
    display: none;
  }

  .ui-timeline .card-body .timelines-box .update-meta {
    z-index: 2;
    min-width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}

.ui-post .posts-img {
  width: 90px;
  height: 80px;
}

.ui-task .task-list {
  position: relative;
}

.ui-task .task-list:after {
  content: "";
  position: absolute;
  background: #ccc;
  height: 100%;
  width: 2px;
  top: 0;
  left: 10px;
  z-index: 1;
}

.ui-task .task-list:before {
  content: "";
  position: absolute;
  background: #ccc;
  height: 10px;
  width: 10px;
  bottom: -10px;
  left: 6px;
  z-index: 2;
  border-radius: 50%;
}

.ui-task .task-list li {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}

.ui-task .task-list li .task-icon {
  position: absolute;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  padding: 2px;
  color: #fff;
  min-width: 1.8rem;
  min-height: 1.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-activity .card-body {
  padding-top: 0;
}

.ui-activity .card-body .activity-box {
  position: relative;
}

.ui-activity .card-body .activity-box .activity-time {
  z-index: 2;
  min-width: 160px;
}

.ui-activity .card-body .activity-box .activity-time .update-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

@media only screen and (max-width: 575px) {
  .ui-activity .card-body .activity-box .update-meta {
    z-index: 2;
    min-width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
  }
}

.ui-feed h6 {
  margin-top: 7px;
}

.ui-feed .feed-icon {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 8px 5px;
  font-size: 13px;
}

.review-card .review-block>div {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.ui-play-icon {
  margin-right: -.25em;
}

.badge.ui-product-badge {
  align-self: flex-start;
  padding: 0.1875rem 0.375rem;
  font-size: 0.625rem;
}

.ui-product-color {
  display: inline-block;
  overflow: hidden;
  margin: 0.144em;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 10rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  vertical-align: middle;
}

.ui-product-color-lg {
  width: 1rem;
  height: 1rem;
}

.ui-product-color-sm {
  width: 0.75rem;
  height: 0.75rem;
}

.ui-payment {
  height: 40px;
}

.ui-payment-small {
  height: 30px;
}

.ui-company-text {
  font-size: 15px;
  line-height: 1.8;
}

.ui-device {
  position: relative;
  user-select: none !important;
}

.ui-device:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ui-device .device-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.ui-device .device-content {
  position: absolute;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.ui-device .device-content:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ui-device .device-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ui-device.macbook {
  width: 1227px;
}

.ui-device.macbook:before {
  padding-top: 57.86471067644662%;
}

.ui-device.macbook .device-content {
  margin-top: 4.31947840260799%;
  margin-left: 12.46943765281174%;
  width: 75.15262428687857%;
}

.ui-device.macbook .device-content:before {
  padding-top: 62.47288503253796%;
}

.ui-device.iphone {
  width: 302px;
}

.ui-device.iphone:before {
  padding-top: 209.154929577464789%;
}

.ui-device.iphone .device-content {
  z-index: 1;
  margin-top: 19.58041958041958%;
  margin-left: 4.580152671755725%;
  width: 91.608391608391608%;
  border-radius: 0 0 12% 12% / 0 0 4% 4%;
}

.ui-device.iphone .device-content:before {
  padding-top: 200.763358778625954%;
}

.ui-device.iphone .device-img {
  z-index: 2;
}

.ui-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 23px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  user-select: none;
}

.ui-window:before {
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 23px;
  background: #e5e5e5;
}

.ui-window .window-content {
  width: 100%;
}

.ui-window .window-content img {
  display: block;
  width: 100%;
}

.ui-window:after,
.ui-window:before,
.ui-window .window-content:after,
.ui-window .window-content:before {
  content: "";
  position: absolute;
  display: block;
}

.ui-window .window-content:after,
.ui-window .window-content:before,
.ui-window:after {
  top: 6px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.ui-window:after {
  left: 10px;
  background: #ccc;
}

.ui-window .window-content:before {
  left: 26px;
  background: #ccc;
}

.ui-window .window-content:after {
  left: 43px;
  background: #ccc;
}

.jumbotron.ui-hero {
  display: flex;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron.ui-hero>.container,
.jumbotron.ui-hero>.container-fluid {
  display: flex;
}

.jumbotron.ui-hero>.container>.row,
.jumbotron.ui-hero>.container-fluid>.row {
  align-items: center;
}

.ui-presentation-left,
.ui-presentation-left.ui-device,
.ui-presentation-right,
.ui-presentation-right.ui-device {
  width: 100%;
}

.ui-customer-review {
  font-size: 1.125rem;
  line-height: 1.75;
}

.ui-customer-review::after,
.ui-customer-review::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1.125rem;
  opacity: 0.15;
}

.ui-customer-review:before {
  content: '“';
}

.ui-customer-review:after {
  content: '”';
}

.material-style .ui-hero>.container>.row {
  width: calc(100% + 1.5rem);
}

.material-style .ui-customer-review {
  font-weight: 300;
}

.material-style .ui-customer-review::after,
.material-style .ui-customer-review::before {
  font-weight: 700;
}

@media (min-width: 992px) {

  .material-style .ui-presentation-left,
  .material-style .ui-presentation-left.ui-device,
  .material-style .ui-presentation-right,
  .material-style .ui-presentation-right.ui-device {
    width: 150%;
  }
}

@media (min-width: 1200px) {

  .material-style .ui-presentation-left,
  .material-style .ui-presentation-left.ui-device,
  .material-style .ui-presentation-right,
  .material-style .ui-presentation-right.ui-device {
    width: 160%;
  }
}

.card {
  margin-bottom: 1.5rem;
}

.card .card-header h5 {
  margin-bottom: 0;
}

/*====== Padding , Margin css starts ======*/
.p-0 {
  padding: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.p-5 {
  padding: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.p-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.p-25 {
  padding: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.p-35 {
  padding: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.p-40 {
  padding: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.p-45 {
  padding: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.p-50 {
  padding: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

/*====== Padding , Margin css ends ======*/
/*====== Font-size css starts ======*/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-38 {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-42 {
  font-size: 42px;
}

.f-44 {
  font-size: 44px;
}

.f-46 {
  font-size: 46px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.f-52 {
  font-size: 52px;
}

.f-54 {
  font-size: 54px;
}

.f-56 {
  font-size: 56px;
}

.f-58 {
  font-size: 58px;
}

.f-60 {
  font-size: 60px;
}

.f-62 {
  font-size: 62px;
}

.f-64 {
  font-size: 64px;
}

.f-66 {
  font-size: 66px;
}

.f-68 {
  font-size: 68px;
}

.f-70 {
  font-size: 70px;
}

.f-72 {
  font-size: 72px;
}

.f-74 {
  font-size: 74px;
}

.f-76 {
  font-size: 76px;
}

.f-78 {
  font-size: 78px;
}

.f-80 {
  font-size: 80px;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}

.f-w-200 {
  font-weight: 200;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/*====== Font-weight css ends ======*/
/*====== width, Height css starts ======*/
.wid-20 {
  width: 20px;
}

.hei-20 {
  height: 20px;
}

.wid-25 {
  width: 25px;
}

.hei-25 {
  height: 25px;
}

.wid-30 {
  width: 30px;
}

.hei-30 {
  height: 30px;
}

.wid-35 {
  width: 35px;
}

.hei-35 {
  height: 35px;
}

.wid-40 {
  width: 40px;
}

.hei-40 {
  height: 40px;
}

.wid-45 {
  width: 45px;
}

.hei-45 {
  height: 45px;
}

.wid-50 {
  width: 50px;
}

.hei-50 {
  height: 50px;
}

.wid-55 {
  width: 55px;
}

.hei-55 {
  height: 55px;
}

.wid-60 {
  width: 60px;
}

.hei-60 {
  height: 60px;
}

.wid-65 {
  width: 65px;
}

.hei-65 {
  height: 65px;
}

.wid-70 {
  width: 70px;
}

.hei-70 {
  height: 70px;
}

.wid-75 {
  width: 75px;
}

.hei-75 {
  height: 75px;
}

.wid-80 {
  width: 80px;
}

.hei-80 {
  height: 80px;
}

.wid-85 {
  width: 85px;
}

.hei-85 {
  height: 85px;
}

.wid-90 {
  width: 90px;
}

.hei-90 {
  height: 90px;
}

.wid-95 {
  width: 95px;
}

.hei-95 {
  height: 95px;
}

.wid-100 {
  width: 100px;
}

.hei-100 {
  height: 100px;
}

.wid-105 {
  width: 105px;
}

.hei-105 {
  height: 105px;
}

.wid-110 {
  width: 110px;
}

.hei-110 {
  height: 110px;
}

.wid-115 {
  width: 115px;
}

.hei-115 {
  height: 115px;
}

.wid-120 {
  width: 120px;
}

.hei-120 {
  height: 120px;
}

.wid-125 {
  width: 125px;
}

.hei-125 {
  height: 125px;
}

.wid-130 {
  width: 130px;
}

.hei-130 {
  height: 130px;
}

.wid-135 {
  width: 135px;
}

.hei-135 {
  height: 135px;
}

.wid-140 {
  width: 140px;
}

.hei-140 {
  height: 140px;
}

.wid-145 {
  width: 145px;
}

.hei-145 {
  height: 145px;
}

.wid-150 {
  width: 150px;
}

.hei-150 {
  height: 150px;
}

/*====== width, Height css ends ======*/
.widget-visitor-card {
  overflow: hidden;
  padding: 10px 0;
}

.widget-visitor-card i {
  color: #fff;
  font-size: 80px;
  position: absolute;
  bottom: -10px;
  opacity: 0.3;
  left: -10px;
  transform: rotate(15deg);
  transition: all 0.3s ease-in-out;
}

.widget-visitor-card:hover i {
  transform: rotate(0deg) scale(1.4);
  opacity: 0.5;
}

.img-radius {
  border-radius: 50%;
}

.drp-icon:after {
  display: none;
}

.user-card .user-about-block img {
  box-shadow: 0 0 0 5px #fff;
}

.mrr-card {
  position: relative;
}

.mrr-card .bottom-chart {
  bottom: 0;
}

.select-block .select2-container--default {
  margin-bottom: 10px;
}

.ticket-block .card.example-popover {
  border-left: 3px solid rgba(24, 28, 33, 0.13);
}

.ticket-block.open-tic .card.example-popover {
  border-left-color: #FF4961;
}

.ticket-block.close-tic .card.example-popover {
  border-left-color: #28D094;
}

.bg-light-alt {
  background: #ff4a000f;
}

.help-desk.md-view .hid-md {
  display: none;
}

.help-desk.sm-view .hid-md,
.help-desk.sm-view .hid-sm {
  display: none;
}

 .social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

 .social-icons li {
  margin: 0px 6px 4px;
  padding: 0;
  overflow: visible;
}

 .social-icons li a {
  display: block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

 .social-icons li i {
  line-height: inherit;
}

 .social-icons.social-icons-lg li a {
  height: 45px;
  line-height: 45px;
  width: 45px;
}

 .social-icons li:hover a {
  opacity: 0.8;
}

 .social-icons.social-icons-rounded li a {
  border-radius: .25rem;
}

 .social-icons.social-icons-circle li a {
  border-radius: 50%;
}

 .social-icons li.social-icons-twitter a {
  background-color: #00ACEE;
}

 .social-icons li.social-icons-facebook a {
  background-color: #1874eb;
}

 .social-icons li.social-icons-linkedin a {
  background-color: #0E76A8;
}

 .social-icons li.social-icons-google a {
  background-color: #DB4437;
}