#landing .bg .content {
  position: absolute;
  width: 100%;
}
#landing .bg .content .logos {
  padding: 55px;
}
#landing .bg .content .logos .logo-left {
  float: left;
}
#landing .bg .content .logos .logo-right {
  float: right;
}
#landing .bg .content .main-txt {
  position: relative;
  padding: 13% 0 25px 55px;
}
#landing .bg .content .main-txt.v2 {
  position: absolute;
  text-shadow: 1px 0px 13px rgba(58,72,89,0.38);
  padding: 20% 0 25px 80px;
}
#landing .bg .content .main-txt .main-margin-title,
#landing .bg .content .main-txt .main-margin-title-2 {
  margin: 0 0 10px 0;
}
#landing .bg .content .main-txt .main-margin-title:before {
  content: "";
  width: 2px;
  height: 85%;
  background-color: #fa913c;
  position: absolute;
  top: 6px;
}
#landing .bg .content .main-txt .main-title,
#landing .bg .content .main-txt h2 {
  padding-left: 25px;
}
#landing .bg .content .main-txt h1 {
  position: relative;
}
#landing .bg .content .main-txt h1 span {
  display: block;
}
#landing .bg .content .main-txt h2 {
  max-width: 780px;
}
#landing .bg .bg-h {
  background-color: #00020d;
  height: 100vh;
}
#landing .uk-section .line {
  height: 30px;
  margin: 15px 0 0;
  width: 100%;
}
#landing .uk-section .p-d {
  padding-right: 75px;
}
#landing .uk-section .p-d-l {
  padding-left: 75px;
}
#landing .uk-section.bg-color {
  background-color: #edf1f9;
}
#landing .uk-section.bg-color-dark {
  background-color: #181d2f;
}
#landing .uk-section.bg-color-dark h3,
#landing .uk-section.bg-color-dark p {
  color: #fff;
}
#landing .uk-section.bg-color-dark .logo-challenge {
  margin: 0 auto;
  display: block;
  width: 525px;
  margin-left: 0;
}
#landing .arrow-bg {
  position: absolute;
  bottom: 50px;
  width: 50px;
  margin: 0 48%;
}
.box-card {
  font-size: 16px;
  border: 1px solid #c0c5cc;
  color: #3a4859;
  padding: 0;
  border-radius: 5px;
  height: fit-content;
  margin-top: 18px;
}
.box-card a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
.box-card a:hover {
  text-decoration: none;
}
.box-card p,
.box-card ul {
  padding: 15px;
  margin: 0;
}
.box-card span,
.box-card p {
  cursor: pointer;
}
.box-card.selected {
  border: 1px solid #5badff;
  color: #5badff;
  background: #e2f0ff;
}
.box-card.sub {
  border: 1px solid #c0c5cc;
  background-color: #283343;
  cursor: pointer;
}
.box-card.sub:hover {
  box-shadow: 0px 8px 10px #000915 !important;
  background: #181d2f !important;
  border: 1px solid #5badff !important;
  outline: none;
}
.box-card.sub-item {
  border: 1px solid #c0c5cc;
  background-color: #fafcfe;
  cursor: default;
}
.box-card.sub-item ul {
  font-size: 16px;
}
.box-card.sub-item:hover {
  box-shadow: 0px 8px 10px #000915 !important;
  background: #fafcfe !important;
  outline: none;
}
.box-card.option {
  border: 1px solid #c0c5cc;
  color: inherit;
}
.box-card.option:hover {
  border: 1px solid #5badff;
  box-shadow: 0px 8px 10px #000915 !important;
  color: #5badff;
  outline: none;
}
.box-card.option path {
  stroke: #5badff;
}
.box-card.option-about {
  border: 1px solid #c0c5cc;
  color: inherit;
}
.box-card.option-about:hover {
  border: 1px solid #5badff;
  box-shadow: 0px 8px 10px #000915 !important;
  color: #5badff;
  background: none !important;
  outline: none;
}
.box-card.option-about path {
  stroke: #5badff;
}
.box-card .number-box {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #5badff;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.box-card .number-box.sub {
  transform: translateY(-5px);
}
.box-card .number-box .number {
  color: #fff;
  font-size: 15px;
  padding-top: 3px;
}
.box-card .number-box .number.ico-i {
  transform: translateY(-2px);
}
.box-card .number-box .number.box-t {
  font-weight: bold;
}
.box-card .number-box.none {
  background-color: #a5b0be;
}
.box-card .box-icon {
  width: 22.5px;
  height: 22.5px;
  margin-right: 5px;
}
.box-card .title-box {
  color: #5badff;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.box-card .title-box.sub {
  color: #f0f0f3;
  cursor: pointer;
}
.box-card .title-box.sub-item {
  color: #3a4859;
  font-weight: 400;
  cursor: pointer;
}
.boxpadding-l .uk-nav-divider {
  margin: 10px 0;
}
.boxpadding-l .uk-card-body {
  position: relative;
}
.boxpadding-l .box-card.sub-item {
  --boxpadding-l--box-card--mt: 18px;
  margin-top: var(--boxpadding-l--box-card--mt);
  position: relative;
}
.boxpadding-l .box-card.sub-item::before {
  background: #c0c5cc;
  content: "";
  display: block;
  height: var(--boxpadding-l--box-card--mt);
  left: 50%;
  position: absolute;
  top: calc(-1px - var(--boxpadding-l--box-card--mt));
  width: 1px;
}
#home,
#dashboard {
  min-height: calc(100vh - 261px);
}
.home-img-container {
  display: flex;
  align-items: center;
}
.other-tab li {
  color: #edf1f9;
}
.other-tab .uk-disabled a {
  color: #84888d !important;
}
.monitor-category-grid {
  --cat-grid-cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--cat-grid-cols), 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}
.monitor-category-grid .uk-width-expand {
  min-height: var(--new-height);
}
.image-home {
  align-self: center;
}
.sec-darker .box-card.sub {
  border: 1px solid #c0c5cc;
  background-color: #181d2f;
}
.sec-darker .box-card.sub:hover {
  box-shadow: 0px 8px 10px #000915 !important;
  background: #181d2f !important;
}
.sec-darker .box-card .title-box.sub,
.sec-darker .box-card .title-box.sub-item {
  color: #fff;
}
.sec-darker .box-card.sub-item {
  border: 1px solid #c0c5cc;
  background-color: #3a4859;
}
.sec-darker .box-card.sub-item ul {
  font-size: 16px;
}
.sec-darker .box-card.sub-item:hover {
  box-shadow: 0px 8px 10px #000915 !important;
  background: #3a4859 !important;
}
.dash-box {
  box-shadow: 0px 5px 10px #e0e2e4;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  padding-bottom: 75px;
}
.dash-box .uk-card-header {
  padding: 0 0 15px 0;
}
.dash-box .uk-card-header .uk-card-header {
  border-bottom: 1px solid #d3dae6;
}
.dash-box .uk-card-header .uk-card-title {
  font-size: 18px;
  color: #3a4859;
  padding-right: 30px;
}
.dash-box .uk-card-header .icon {
  top: 15px;
  right: 15px;
}
.dash-box .dash-body {
  padding: 15px 0;
}
.dash-box .dash-body p {
  color: #84888d;
  font-size: 14px;
  margin: 15px 0;
}
.dash-box .dash-body .dash-img {
  height: 110px;
}
.dash-box .dash-body .dash-img.about {
  height: 300px;
}
.dash-box .dash-body .tags .tag {
  border: 1px solid #5badff;
  color: #5badff;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 5px;
}
.dash-box .dash-body article p {
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-box .camera {
  height: 23px;
  width: 28px;
}
.dash-box .uk-card-footer {
  border-top: 1px solid #d3dae6;
}
.dash-box .uk-card-footer.padd {
  padding: 8px 0 0 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.dash-box hr.line-xs {
  width: 35px;
  margin: 0 0 15px 0;
  border-top: 1px solid #d3dae6;
}
.dash-box-img {
  height: 110px;
  overflow: hidden;
}
.dash-box-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.v-dark-dash .v-dark-box {
  background: #181d2f;
}
.v-dark-dash .v-dark-box h3,
.v-dark-dash .v-dark-box .txt {
  color: #fff;
}
.title-box-about {
  font-weight: 500;
  color: #fff;
}
.cont-info-pb {
  padding-bottom: 20px;
}
.img-and-txt .title-txt {
  margin-bottom: 0;
}
.padd-btm {
  padding-bottom: 30px;
}
.padd-btm-s {
  padding-bottom: 20px;
}
.margin-top-box-about {
  margin-top: 15px !important;
}
.about-some-brands {
  list-style: none;
  padding: 0;
  display: inline-flex;
}
.about-some-brands li {
  margin: 30px 30px 30px 0;
  text-align: center;
}
.about-message {
  background: #e2f0ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 60px;
  padding: 24px 24px 20px;
}
.container-two .about-message {
  max-width: none;
}
.about-partners {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.about-partners li {
  display: inline-block;
  padding: 20px 40px;
  vertical-align: middle;
}
.title-box-about span {
  position: relative;
  top: 2px;
}
.about-fna-deployment .boxpadding-l {
  margin-top: 0;
}
.the-categories .title-box {
  letter-spacing: -0.5px;
}
.the-team {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  column-gap: 18px;
  row-gap: 18px;
  max-width: 1068px;
}
.team-member {
  padding: 16px 50px 40px;
  text-align: left;
  border-radius: 5px;
}
.team-member .image {
  box-shadow: 0px 5px 10px #e0e2e4;
  border: 12px solid #fff;
  border-radius: 100%;
  width: 156px;
  height: 156px;
  margin: 0 auto;
}
.team-member .image img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.team-member .member {
  font-weight: 700;
  position: relative;
}
.team-member .member span {
  color: #fa913c;
  display: block;
  font-weight: 400;
}
.team-member .member::before {
  background: #fa913c;
  content: "";
  height: 84%;
  left: -22px;
  position: absolute;
  top: 2px;
  width: 2px;
}
.data-analytics .uk-dropdown-nav {
  white-space: normal;
}
.data-analytics .uk-dropdown-nav li:not(.uk-nav-divider) {
  padding: 5px 30px 5px 0;
  position: relative;
}
.data-analytics .uk-dropdown-nav li a {
  padding: 0 !important;
}
.data-analytics .open-modal p,
.data-analytics .box-card.sub a {
  padding-right: 30px !important;
  position: relative;
}
.data-analytics .box-card .number-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.data-analytics .uk-card-body.sub {
  padding: 15px;
}
.data-analytics .uk-card-body.sub a,
.data-analytics .uk-card-body.sub .open-modal {
  display: block;
  position: relative;
}
.data-analytics .uk-card-body.sub p {
  padding: 0;
}
.data-sources .database {
  text-align: center;
}
.data-sources .uk-table {
  border: 1px solid #c0c5cc;
  border-collapse: initial;
  border-radius: 5px;
}
.data-sources .uk-table th {
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}
.data-sources .uk-table .th-radius-l {
  border-radius: 5px 0 0 0;
}
.data-sources .uk-table .th-radius-r {
  border-radius: 0 5px 0 0;
}
.data-sources .uk-table tr:nth-child(even),
.data-sources .uk-table tr:nth-child(odd) {
  background-color: #3a4859;
  color: #fff;
}
.data-sources .uk-table td {
  border-top: 1px solid #c0c5cc;
}
.data-sources .uk-table .border-r-table-l,
.data-sources .uk-table .border-r-table-r {
  border-collapse: initial;
}
.data-sources .uk-table .border-r-table-l {
  border-radius: 0 0 0 5px;
}
.data-sources .uk-table .border-r-table-r {
  border-radius: 0 0 5px 0;
}
body {
  font-family: 'Exo', sans-serif;
  background-color: #fff;
}
body.bg-dark {
  background-color: #181d2f;
}
h1 {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  text-transform: capitalize;
}
h2 {
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
h3 {
  font-family: 'Exo', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #3a4859;
}
h4 {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #3a4859;
}
p,
span,
h1,
h2,
h3,
h4,
dd,
small,
th,
td {
  cursor: default;
}
p {
  color: #3a4859;
}
button {
  outline: none;
  cursor: pointer;
}
.fadein {
  animation: fadein 1s forwards;
}
.fadeout {
  animation: fadeout 1s forwards;
}
.txt-white {
  color: #fff;
}
.s-bg-w {
  background: #fff;
}
a.btn-primary {
  line-height: 50px;
  text-align: center;
}
a.btn-primary:focus,
a.btn-primary:hover {
  color: #fff;
  text-decoration: none;
}
.cursor-p {
  cursor: pointer;
}
.arrow-tabs {
  margin: auto 0;
  padding: 0;
}
.arrow-tabs .arrows-links {
  border-bottom: none !important;
  padding: 0 !important;
  font-size: inherit !important;
}
.link-color-icon {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 500px;
  background: transparent;
  color: #5badff !important;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  border: 1px solid #5badff;
}
.link-color-icon.margin-l {
  margin-left: 15px;
}
.link-color-icon.margin-r {
  margin-right: 15px;
}
.link-color-icon.no-border {
  border: none;
}
.link-color-icon:focus,
.link-color-icon:hover {
  background-color: #5badff;
  color: #181d2f !important;
  outline: 0;
}
.green-box {
  color: #fff;
  background: #6aa84f;
  padding: 15px 30px;
}
.green-box a {
  color: #fff;
  text-decoration: underline;
}
.green-box a:hover,
.green-box a:active {
  color: #006740;
}
.m-b-cero {
  margin-bottom: 0;
}
.bg-footer1 {
  background-color: #283343;
}
.bg-footer1 .content-f {
  padding: 20px;
  margin-bottom: 0;
}
.bg-footer1 .content-f a:hover {
  text-decoration: none;
  color: #a5b0be;
}
.bg-footer1 .content-f .copyright,
.bg-footer1 .content-f .who,
.bg-footer1 .content-f .info {
  color: #fafcfe;
  font-size: 14px;
}
.bg-footer1 .content-f .who:before,
.bg-footer1 .content-f .info:before {
  background: #fafcfe;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 8px 0 6px;
  position: relative;
  top: 2px;
  width: 2px;
}
.ption {
  bottom: 0;
  width: 100%;
}
.contact {
  background-color: #283343;
  margin-top: 30px;
  padding: 20px;
  bottom: 0;
}
.contact a:hover {
  text-decoration: none;
  color: #a5b0be;
}
.contact .orange {
  color: #fa913c;
}
.contact .phone-f,
.contact .email-f,
.contact .location-f {
  color: #fafcfe;
  font-size: 14px;
}
.contact .phone-f:before,
.contact .email-f:before {
  background: #fafcfe;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 8px 0 6px;
  position: relative;
  top: 2px;
  width: 2px;
}
.bg-footer2 {
  background-color: #3a4859;
}
.bg-footer2 .content-f {
  padding: 20px;
  margin: 0;
}
.bg-footer2 .content-f .copyright {
  color: #fafcfe;
  font-size: 14px;
}
.no-margin-b {
  margin-bottom: 0;
}
#header .header {
  background-color: #181d2f;
  height: 55px;
  box-shadow: 0px 5px 10px #050d17;
  width: 100% !important;
}
#header .header .uk-navbar-nav>li>a {
  font-family: 'Exo', sans-serif;
  height: 55px;
  line-height: 58px;
  display: block;
  color: #edf1f9;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
#header .header .uk-navbar-nav>li>a::before {
  background: #fa913c;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateX(var(--header-a-border, -100%));
  transition: transform ease 0.4s;
}
#header .header .uk-navbar-nav>li.uk-active>a,
#header .header .uk-navbar-nav>li>a:hover {
  --header-a-border: 0;
}
#header .header .uk-navbar-nav::before {
  border-bottom: none;
}
#header .header .uk-navbar-nav>.uk-active>a {
  border-color: #fa913c;
}
#header .header .line-b:after {
  background: #fafcfe;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 0 0 15px;
  position: relative;
  top: 0px;
  width: 2px;
}
@media (max-width: 959px) {
  #header .header .line-b:after {
    display: none;
  }
}
#header .header .logo-header {
  position: relative;
  top: -2px;
}
.txt-center {
  text-align: center;
}
.container-two {
  margin: 0;
  max-width: 100%;
  padding-top: 40px;
}
.container-two.padd-top {
  padding-top: 0;
}
.container-two .title-intro {
  margin-top: 20px;
  justify-items: center;
  align-items: center;
}
.container-two .title-intro.no-margin-top {
  margin-top: 0;
}
.container-two .title-intro h3 {
  margin-top: 30px;
  width: fit-content;
}
.container-two .m-p-ico {
  margin: 0 15px 0 0;
  width: 45px;
  height: 45px;
  background-color: #f0f0f3;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #748392;
  border-radius: 50%;
}
.container-two .m-p-ico img {
  width: 25px;
  opacity: 0.5;
}
.container-two p {
  max-width: 1035px;
}
.container-two .other-tab {
  margin-top: 20px;
}
.container-two .other-tab li a {
  padding: 15px 0 15px 0;
  color: #748392;
}
.container-two .other-tab>*>a {
  border-bottom: 3px solid var(--tab-bdc, transparent);
}
.container-two .other-tab>.uk-active>a {
  border-color: #5badff;
  color: #5badff;
}
.container-two .filter-monitors li {
  display: flex;
  align-items: center;
}
.container-two .filter-monitors li a {
  border: 0;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.container-two .filter-monitors li a::before {
  background: #5badff;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateX(var(--tabs-a-border, -100%));
  transition: transform ease 0.4s;
}
.container-two .filter-monitors li + li {
  padding-left: 0;
  margin-left: 20px;
}
.container-two .filter-monitors li:focus,
.container-two .filter-monitors li:hover,
.container-two .filter-monitors li.uk-active {
  --tabs-a-border: 0;
  color: #5badff;
}
.container-two .filter-monitors.divider-t>::after {
  content: "";
  height: 1.5em;
  margin-left: 20px;
  margin-right: 0;
  border-left: 1px solid transparent;
}
.container-two .filter-monitors.divider-t>:first-child::after {
  border-left-color: #e5e5e5;
}
#modal-soon .modal-box {
  max-width: 522px !important;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#modal-soon .m-p-ico {
  width: 111px;
  height: 111px;
  background-color: #f0f0f3;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #748392;
  border-radius: 50%;
}
#modal-soon p {
  font-size: 24px;
  font-weight: 500;
}
#modal-soon p:before {
  background: #fa913c;
  content: "";
  display: block;
  height: 2px;
  margin: -4px auto 10px;
  width: 36px;
}
#modal-soon .uk-modal-close-default {
  padding: 0;
  height: 24px;
  width: 24px;
  right: 22px;
  top: 22px;
}
#modal-soon .uk-modal-close-default svg {
  height: 100%;
  width: 100%;
}
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  min-height: 55px;
}
.menu-mobile-fna {
  width: 100vw;
  background: #181d2f;
  margin: 0 auto;
}
.menu-mobile-fna li {
  font-size: 1.6rem;
}
.menu-mobile-fna li a.link-header:hover {
  border-bottom: 5px solid #fa913c;
  transition: 0.3s ease-out;
  width: fit-content;
  margin: 0 auto;
}
.menu-mobile-fna li.uk-active {
  border-bottom: 5px solid #fa913c;
  transition: 0.3s ease-out;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
.uk-modal-close-full {
  background: transparent;
}
.uk-nav-primary>li.uk-active>a {
  color: #fff;
}
.uk-navbar-toggle {
  color: #fa913c;
}
.uk-nav-primary>li>a {
  line-height: 2;
}
.btn-primary {
  background-color: #fa913c;
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 18px;
  min-width: 155px;
  min-height: 50px;
  color: #fff;
  border-color: transparent;
}
.btn-primary.main-btn {
  margin-left: 25px;
  margin-top: 20px;
}
.btn-primary.box-btn {
  margin: 0;
  width: 100%;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #ffac2f;
  border-color: transparent;
}
.uk-tooltip {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  border: 1px solid #5badff;
  text-shadow: none;
  background: #e2f0ff;
  color: #5badff;
  padding: 7px 10px;
  border-radius: 5px;
}
.uk-breadcrumb>:last-child>span {
  color: #5badff;
}
#footer {
  color: #fafcfe;
  font-size: 14px;
  padding: 16px 0 0;
}
#footer .hide {
  display: none;
}
#footer .contact-data {
  background: #181d2f;
  padding: 30px 40px;
  box-shadow: 0px -5px 10px #050d17;
}
#footer .contact-data.index-footer {
  box-shadow: none;
}
#footer .copyright {
  background: #3a4859;
  display: block;
  font-size: inherit;
  padding: 18px 20px 14px;
}
#footer .company {
  font-weight: 700;
}
#footer .orange {
  color: #fa913c;
}
#footer a {
  color: inherit;
}
#footer a:focus,
#footer a:hover {
  color: #a5b0be;
  text-decoration: none;
}
#footer dl {
  margin: 18px 0 6px;
}
#footer dd {
  display: inline-block;
}
#footer .location {
  margin-left: 6px;
}
#footer .separation::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 10px 0 8px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2px;
}
.open-modal {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
}
.category.show {
  display: block;
}
.category {
  --kf--opacity: 1;
  animation: 0.6s ease-in forwards opacity;
  display: none;
  opacity: 0;
}
.category .uk-card {
  box-shadow: 0px 8px 10px #000915;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
}
.category h3 {
  color: #3a4859;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.category header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  min-height: var(--new-height);
  padding: 0 36px 15px 0;
  position: relative;
}
.category .icon {
  right: 0;
  top: 0;
  position: absolute;
}
.category .camera {
  height: 23px;
  width: 28px;
}
.category .cat-body {
  display: grid;
  flex-grow: 1;
  grid-template-rows: 110px auto auto 1fr auto;
}
.category .image {
  overflow: hidden;
}
.category .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.category .txt {
  color: #84888d;
  font-size: 14px;
  margin: 15px 0;
}
.category .line {
  background: #d3dae6;
  height: 1px;
  margin-bottom: 10px;
  width: 35px;
}
.category .tags {
  align-self: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category .tags li {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #5badff;
  color: #5badff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  padding: 0 10px;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: default;
}
.category .btn-primary {
  margin-top: 24px;
  position: relative;
}
.category .btn-primary::before {
  background: #d3dae6;
  content: "";
  height: 1px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}
.fz-xl-tab {
  font-weight: 700;
  font-size: 24px !important;
  text-transform: capitalize !important;
}
@media (min-width: 1200px) {
  .data-analytics .boxpadding-l.uk-first-column {
    padding-left: 40px;
  }
  .image-home {
    direction: rtl;
  }
  .image-home img {
    max-width: none;
    width: 600px;
  }
}
@media (max-width: 1460px) {
  .monitor-category-grid {
    --cat-grid-cols: 3;
  }
}
@media (max-width: 1415px) {
  .monitor-category-grid {
    --cat-grid-cols: 2;
  }
  .the-team {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .monitor-category-grid {
    --cat-grid-cols: 2;
  }
}
@media (max-width: 1024px) {
  .main-txt {
    padding: 40% 5% !important;
  }
  .the-team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .uk-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .margin-top-f {
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .uk-breadcrumb li {
    padding-bottom: 10px;
  }
  .main-txt {
    padding: 35% 5% !important;
    margin: 0 auto;
    display: block;
  }
  .main-txt h1:before {
    display: none;
  }
  #footer dd {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .main-txt h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-txt h2 {
    font-size: 22px;
    line-height: 25px;
  }
  #landing .uk-section .p-d {
    padding-right: 0;
  }
  #landing .uk-section .p-d-l {
    padding-left: 30px;
  }
  #landing .bg .content .logos {
    padding: 30px;
  }
  .btn-primary.main-btn {
    margin: 20px 0 0 20px;
    width: 88%;
  }
  .the-team {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-some-brands {
    display: block;
  }
  .about-some-brands li {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
@media (max-width: 485px) {
  .monitor-category-grid {
    --cat-grid-cols: 1;
  }
  .main-txt {
    padding: 35% 5% !important;
  }
  .btn-primary {
    width: 100%;
  }
}
@media (max-width: 441px) {
  #footer dd {
    display: block;
  }
  #footer .separation::before {
    display: none;
  }
  #footer .location {
    margin-left: 0;
  }
}
@media (max-width: 403px) {
  .location span.uk-icon {
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .main-txt {
    padding: 40% 5% !important;
  }
  #landing .bg .content .logos .logo-right.v2 {
    float: none;
    padding-top: 10px;
  }
  #landing .bg .content .logos .logo-left.v2 {
    padding-right: 30px;
  }
}
@media (max-width: 369px) {
  .main-txt {
    padding: 40% 5% !important;
  }
  .arrow-bg {
    bottom: 35px !important;
    margin: 0 45% !important;
  }
  .green-box {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  .uk-table td {
    padding: 16px 4px;
  }
}
@media (max-width: 320px) {
  .main-txt {
    padding: 35% 5% !important;
  }
  .main-txt.v2 {
    padding: 40% 5% !important;
  }
  #landing .bg .content .main-txt h2 {
    line-height: 22px;
    font-size: 18px;
  }
  .green-box {
    font-size: 10px;
  }
}
@media (max-width: 280px) {
  .main-txt.v2 {
    padding: 45% 5% !important;
  }
}
@media screen and (min-height: 1920px) and (min-width: 1080px) {
  #landing .bg .content .main-txt.v2 {
    padding: 60% 0 25px 80px;
  }
}
@media screen and (max-height: 1024px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 20% 0 25px 80px !important;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 15% 5% !important;
  }
}
@media screen and (max-height: 768px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
}
@media screen and (max-height: 540px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
  #landing .bg .content .main-txt.v2 h1 {
    font-size: 20px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt.v2 h2 {
    font-size: 18px;
    line-height: inherit;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
  #landing .bg .content .main-txt.v2 h1 {
    font-size: 20px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt.v2 h2 {
    font-size: 18px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h1 {
    padding-left: 0;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h2 {
    padding-left: 0;
  }
  .btn-primary.main-btn {
    margin-left: 0;
  }
  #landing .bg .content .logos {
    padding: 30px;
  }
  .btn-primary.main-btn {
    width: auto;
  }
}
@media screen and (max-height: 411px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
  #landing .bg .content .main-txt.v2 h1 {
    font-size: 20px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt.v2 h2 {
    font-size: 18px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h2 {
    padding-left: 15px;
  }
  .btn-primary.main-btn {
    margin-left: 15px;
  }
}
@media screen and (max-height: 375px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h1 {
    padding-left: 0;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h2 {
    padding-left: 10px;
  }
  .btn-primary.main-btn {
    margin-left: 10px;
  }
  #landing .bg .content .logos {
    padding: 30px;
  }
  .btn-primary.main-btn {
    width: auto;
  }
}
@media screen and (max-height: 360px) and (orientation: landscape) {
  #landing .bg .content .main-txt.v2 {
    padding: 16% 5% !important;
  }
  #landing .bg .content .main-txt.v2 h1 {
    font-size: 18px;
    line-height: inherit;
  }
  #landing .bg .content .main-txt.v2 h2 {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 0;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h1 {
    padding-left: 0;
  }
  #landing .bg .content .main-txt .main-title,
  #landing .bg .content .main-txt h2 {
    padding-left: 0;
  }
  .btn-primary.main-btn {
    margin-left: 0;
  }
  #landing .bg .content .logos {
    padding: 30px;
  }
  .btn-primary.main-btn {
    width: auto;
  }
}
@media screen and (max-height: 280px) and (orientation: landscape) {
  #landing .bg .content .logos .logo-left {
    height: 30px;
  }
  #landing .bg .content .logos .logo-right {
    height: 35px;
  }
  #landing .bg .content .main-txt.v2 {
    padding: 13% 5% !important;
  }
}
@-moz-keyframes opacity {
  to {
    opacity: var(--kf--opacity, 0);
  }
}
@-webkit-keyframes opacity {
  to {
    opacity: var(--kf--opacity, 0);
  }
}
@-o-keyframes opacity {
  to {
    opacity: var(--kf--opacity, 0);
  }
}
@keyframes opacity {
  to {
    opacity: var(--kf--opacity, 0);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
