body {
  color: #000;
}

p {
  font-size: 16px;
}

#nav-bar a {
  display: inline-block;
  line-height: 1.5;
  height: auto;
}

#nav-bar .logo {
  max-width: 150px;
}

#nav-bar a.btn.btn-filled.btn-primary.sm_nev_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0%, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0%, #b34fdd 100%);
}

#nav-bar a.btn.btn-filled.btn-primary.sm_nev_btn {
  color: #fff !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: inherit;
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
  padding-right: 10px;
}

.sm_title_color {
  color: #1d324a;
}

.v-center.sm_box {
  background: rgb(0 0 0 / 31%);
  padding: 20px 20px;
  border-radius: 20px;
}

.nav-primary>li>a:not(.gradiantNav) {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0%, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0%, #b34fdd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section.sm_calendly {
  background: #f7f7f7;
}

.nav-primary>li>a:hover {
  color: #1d324a !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: inherit;
  background: transparent;
}

.svg body div h1,
body div h2,
body div h3,
body div h4,
body div h5 {
  font-family: "SF Pro Display" !important;
}

section,
.section {
  padding: 70px 0;
}

.fz40 {
  font-size: 40px !important;
}

.securityContainer h2,
body div h1,
.fwb {
  font-weight: 900 !important;
}

.tc {
  text-transform: capitalize !important;
}

.container {
  width: 100% !important;
  max-width: 1170px !important;
}


.fz24 {
  font-size: 24px;
  line-height: 1.4;
}

.fz18 {
  font-size: 18px;
  line-height: 1.4;
}

.fz16 {
  font-size: 16px;
}

.bg-image {
  background-size: contain;
}

.gradiantBg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0, #b34fdd 100%);
  color: #fff;
}

.btn-filled.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0, #b34fdd 100%);
  border: 0;
}

button.btn.btn-filled.btn-submit {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0, #b34fdd 100%);
  -webkit-box-shadow: 0 0 10px 6px rgb(0 0 0 / 9%);
          box-shadow: 0 0 10px 6px rgb(0 0 0 / 9%);
}

button.btn.btn-filled.btn-submit.btn-block:after {
  display: none;
}

div#nav-bar .contaner {
  width: 1170px;
  margin: 0 auto;
}

.banar-text-box {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.banarVideo {
  position: relative;
}

span.filterBlackIcon img {
  display: block;
  height: 50px;
  /* filter: invert(1); */
  margin-bottom: 30px;
}

.feature.bordered {
  padding: 0;
}

.widget-logo .logo {
  margin: 0;
  max-width: 150px;
}

.bg-image.coverImage {
  background-size: cover;
}

.section-double.videoSection {
  max-height: 500px;
}

.image a.btn-play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.securityContainer .bg-image {
  background-color: #fff;
}

.feature {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 15px;
}

.feature:hover {
  top: -5px;
}

.banar-box-content {
  max-width: 750px;
  margin: 0 auto;
}

.banarVideo:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.3;
  content: "";
}

.appLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.appLink img,
.appLinks img {
  width: 150px;
}

.grc {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0, #b34fdd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.appLinks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

section#shadow-host-companion {
  padding: 0;
}

.banar-box-content h1 {
  font-size: 70px;
  font-family: "SF Pro Display" !important;
}

span.featureicon img {
  height: 50px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}

.UnlockData .feature_icon img {
  height: 70px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}

.TruePower .feature-content {
  padding: 15px !important;
}

.TruePower .feature-content h4 {
  font-size: 20px;
  margin: 20px 0 30px 0;
}

.TruePower .feature img {
  display: block;
  height: 70px;
  margin: 20px 0 0 0;
}

.TruePower .feature {
  margin: 0 !important;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.TruePower .row .col-md-3 {
  margin-bottom: 30px;
}

.AccessBoxes .feature {
  padding: 30px 40px 30px 40px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  margin: 0 !important;
  /* height: 100%; */
  border-radius: 15px;
}

.AccessBoxes .feature p.fz16 {
  margin: 0;
}

.AccessBoxes .feature h3 {
  font-size: 20px;
}

.AccessBoxes .col-md-4.col-sm-6 {
  margin-bottom: 30px;
}

.feature.ArchitectureBox.bordered {
  margin: 0;
  padding: 15px 20px;
  height: 100%;
}

.container.ArchitectureCol .col-md-6.text-center {
  margin-bottom: 30px;
}

.forEveryBox .feature-content {
  padding: 15px !important;
}

.forEveryBox .feature>img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.forEveryBox .feature {
  margin: 0;
  height: 100%;
}

.forEveryBox .col-md-3 {
  margin-bottom: 30px;
}

.bordered {
  border-radius: 15px;
  overflow: hidden;
}

.bg-blue {
  background-color: #494ca2 !important;
  color: #fff;
}

.color-ofW {
  color: #ffe3ec;
}

section.bg-grey.securityContainer {
  background-color: #dcd6f7 !important;
}

.securityContainer .bg-image {
  background-color: transparent;
}

section.fullheight.dark.banarVideo .v-bottom {
  position: unset !important;
  padding: 0 !important;
  margin-top: 50px;
}

section.fullheight.dark.banarVideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.fullheight.dark.banarVideo .v-center {
  position: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

section.fullheight.dark.banarVideo .v-bottom div {
  display: contents;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  background-image: url("assets/img/creadibl/new-slider.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.bg-grey.securityContainer .col-md-6.content.bg-white {
  background: transparent;
}

.leftImage .col-md-6.col-md-push-6.image.zooming.right {
  left: 0;
}

.leftImage .col-md-6.content {
  left: 50%;
}

section.gradiantBg .col-lg-8.col-lg-push-1.col-md-9 h3 {
  display: none;
}

.credibleSeurity span.icon.icon-sm {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feature.feature-2.credibleSeurity.animated.fadeInUp.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.credibleSeurity .feature-content {
  padding-left: 10px !important;
}

.credibleSeurity .feature-content h5 {
  font-size: 24px;
}

.messageSend {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

section.fullheight.dark .btn-filled.btn-primary i {
  display: none;
}

.form-control {
  border-radius: 15px;
}

form#contact-form button.btn.btn-filled.btn-submit i {
  display: none;
}

.btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

form#contact-form button.btn.btn-filled.btn-submit {
  background-color: #5567ff !important;
  background-image: unset !important;
}

.Providingsolutions h3 {
  font-size: 24px !important;
}

.forEveryBox .feature h4 {
  font-size: 20px;
}

.personalSolution {
  max-width: 383px;
}

.widget h6 {
  font-weight: bold;
}

section.EnterCredibl {
  padding-top: 60px;
  padding-bottom: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe6999), to(#ba52d7));
  background: -o-linear-gradient(top, #fe6999 0%, #ba52d7 100%);
  background: linear-gradient(180deg, #fe6999 0%, #ba52d7 100%);
}

.sectionTop h2.fwb {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
}

.sectionTop p.text-center.lead {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  opacity: 1;
}

.EnterCrediblRow .feature.boxed {
  margin: 0;
  height: 100%;
  background: #fff;
  padding: 33px 22px 50px;
  text-align: center;
  min-height: 352px;
}

.EnterCrediblRow .feature.boxed span.filterBlackIcon img {
  width: 133px;
  height: 88px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 23px;
}

.EnterCredibl .container {
  max-width: 1310px !important;
}

.row.EnterCrediblRow {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.row.EnterCrediblRow>div {
  padding: 0 7px;
}

.EnterCrediblRow .feature.boxed h5 {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6998), to(#b34fdd));
  background: -o-linear-gradient(top, #ff6998 0%, #b34fdd 100%);
  background: linear-gradient(180deg, #ff6998 0%, #b34fdd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  letter-spacing: -1px;
}

.form-group.col-sm-12 {
  position: relative;
}

img.selectArrow {
  display: block;
  position: absolute;
  right: 24px;
  width: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

a.gradiantNav,
#nav-bar a.gradiantNav {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6998), to(#B34FDD));
  background: -o-linear-gradient(top, #FF6998 0%, #B34FDD 100%);
  background: linear-gradient(180deg, #FF6998 0%, #B34FDD 100%);
  color: #fff !important;
  padding: 11px 20px !important;
  border-radius: 40px;
  opacity: 1;
}

.gradiantNav:hover,
#nav-bar a.gradiantNav:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6998), to(#B34FDD));
  background: -o-linear-gradient(bottom, #FF6998 0%, #B34FDD 100%);
  background: linear-gradient(0deg, #FF6998 0%, #B34FDD 100%);
}

.row.EnterCrediblRow {
  margin-bottom: 0;
  height: 100%;
}

.forEveryBox .feature {
  height: 100%;
}

.container.forEveryBox .row {
  display: flex;
  flex-wrap: wrap;
}

.AccessBoxes .row {
    display: flex;
    flex-wrap: wrap;
}

.researchDevPosi .col-md-6.content {
  position: unset !important;
  transform: unset !important;
}

.lead {
  font-weight: 400;
}

.row.IndustryDilemma> div {
  margin-bottom: 20px;
}

.row.IndustryDilemma> div> div {
  margin: 0;
  height: 100%;
  padding: 35px 27px;
}

.row.IndustryDilemma> div> div p {
  margin: 0;
}

.text-muted {
  color: rgb(0 0 0);
}

.list-posts > li > a {
  font-size: 15px;
}

.nav-inline.nav-sm a {
  opacity: 1;
}

.mr-hide {
  display: none;
}

.nav-primary a.gradiantNav {
    display: none !important;
}

.appLink,
.widget.widget-follow {
    display: none !important;
}