@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Karla:400,700");
/*******************
    1.General
*******************/
body {
  font-family: "Arial", sans-serif;
  font-size: 14px;
}

h1 {
  color: #053bfe;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
}

h2 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

h3 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 30px;
}

h4 {
  color: #000000;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

h5,
.h5 {
  font-family: "Arial", sans-serif;
  color: #2778fc;
  font-weight: 600;
  font-size: 1.25rem;
}

h6,
.h6 {
  color: #053bfe;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

h3 {
  line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  left: 0;
  line-height: 1.6;
  font-size: 15px;
}

ol {
  display: inline-block;
}

.row > * {
  position: relative;
}

html {
  scroll-padding-top: 57px;
  /* height of sticky header */
}

li {
  list-style-position: outside;
}

.overflow-hidden {
  color: #000000;
}

/*******************
    2.Helper
*******************/
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sm {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.text-custom {
  border: none;
  color: #ff5b5b;
}

.bg-custom {
  background-color: #ff5b5b;
}

.bg-gradient {
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.btn {
  font-family: "Arial", sans-serif;
}

.btn-custom {
  font-weight: bold;
  color: #ffffff !important;
  background-color: #2778fc;
  border-color: #2778fc;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: #2778fc;
}

.title .small-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    3.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
  transition: all 0.4s;
  padding: 10px 10px;
  margin: 0 7px;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link.active,
.navbar-custom .navbar-nav .nav-item .nav-link:active {
  font-weight: bold;
  color: #091fdf;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem #3a59af;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 10px;
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
  box-shadow: 0 10px 33px -14px #053bfe;
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #ffffff;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  font-weight: bold;
  color: #053bfe;
}

/*******************
    4.Home
*******************/
.bg-home {
  position: relative;
  width: 100%;
  padding: 160px 10px 4px 50px;
}

.home-center {
  display: table;
  width: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.video1 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 33px 0 #000000;
}

/*******************
    5.Features
*******************/
.features {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.features .nav-pills .nav-item .nav-link .tab-title,
.features .nav-pills .nav-item .nav-link .tab-icon {
  color: #053bfe;
}

.features .nav-pills .nav-item .nav-link.active .tab-title {
  color: #ffffff;
}

.features .nav-pills .nav-item .nav-link.active .tab-icon {
  color: #ffffff;
}

.features-tab .nav-item {
  text-align: left;
  margin: 0px 12px;
}

.features-tab .nav-item:first-child {
  margin-left: 0px;
}

.features-tab .nav-item:last-child {
  margin-right: 0px;
}

.features-tab .nav-item .nav-link {
  padding: 10px 16px;
  background: #ffffff;
  color: #28282e;
}

.features-tab .nav-item .nav-link p {
  color: #000000;
}

.features-tab .nav-item .nav-link.active {
  background: #2778fc;
}

.features-tab .nav-item .nav-link.active p {
  color: #000000;
}

.features-tab .nav-item .nav-link.active .features-icon i {
  color: #ffffff;
}

/*Consumer page */
.consumer {
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
}

.consumer .popup-button {
  background-color: inherit;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  color: #ffffff;
  padding: 20px 200px;
  text-decoration: none;
}

.consumer .popup-button:hover {
  color: #053bfe;
}

.consumer li {
  text-align: center;
}

.consumer li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 20px 120px;
  text-decoration: none;
}

.consumer li a:hover:not(.active) {
  color: #053bfe;
}

.fraudalert h1 {
  color: #053bfe;
  text-align: center;
}
.fraudalert .col-lg-4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fraudalert h4 {
  color: #2778fc;
}

/* Credit Report */
.form-popup {
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5a5a5a80;
  border-radius: 30px;

  overflow-x: hidden;
}

.form-container {
  position: relative;
  align-items: center;
  transform: translate(-50%, -40%);
  border: 3px solid #053bfe;
  max-width: 1000px;
  max-height: 700px;
  border-radius: 30px;
  padding: 5px;
  transition-duration: 5s ease-in-out;
  background: #ffffff;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 3px 0 10px 0;
  border: none;
  background: #ffffff;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  border: #000000;
}

.form-container .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-container .right {
  float: right;
}

.form-container label {
  color: #000000;
  font-weight: bold;
}

.form-container .btn {
  background-color: #053bfe;
  color: #ffffff;
  padding: 10px 10px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width: 40%;
  margin-bottom: 10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
  border-radius: 30px;
  float: right;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/* Educational Videos */
.educationvid h1 {
  color: #000000;
  text-align: center;
}

.edudesc {
  color: #000000;
  text-align: center;
}

iframe  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-height: 315px;
}

.viddesc {
  color: #000000;
  margin-bottom: 50px;
}

.viddesc1 {
  color: #000000;
  margin-bottom: 25px;
}

.vidlink p {
  color: #000000;
  margin-bottom: 10px;
}

.vidlink p1 {
  color: #ff5b5b;
}

/* Read more button*/
.expandable {
  margin-bottom: 1em;
}

/* Hides all the expandees */
.expandable .expandee {
  display: none;
}

.expanded .expandee {
  display: block;
}

.toggle-button {
  font-weight: bold;
  border: none;
  color: #2778fc;
}

/*******************
    10.Contact
********************/
.contact {
  margin-top: 30px;
}

.send-msg {
  width: 120px;
  height: 40px;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  color: #ffffff;
  background-color: #2778fc;
  border: none;
  border-radius: 5px;
}

.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
  height: 43px;
  font-size: 14px;
  border-color: #e6eaf9;
  background-color: #fcfdff;
}

.custom-form .form-group .form-control:focus {
  box-shadow: none;
}

.custom-form .form-group textarea.form-control {
  height: auto;
}

.container-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tab {
  width: 100%;
  text-align: center;
  border: 1px solid #ffffff;
  background: linear-gradient(
    to right,
    #aedcfe,
    #79bbfb,
    #2778fc,
    #053bfe
  ) !important;
}

/* Style the buttons inside the tab */
.tab button {
  font-weight: bold;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #053bfe;
  background-color: #ffffff;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #053bfe;
  background-color: #ffffff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  border-top: none;
}

.disputelist {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.disputelist h1 {
  font-size: 25px;
  color: #053bfe;
}

.characters {
  float: right;
  margin-top: 5px;
}

.g-recaptcha {
  margin-top: 5px;
  float: right;
}

/*******************
    12.footer
********************/
.footer {
  padding: 40px 0 0 0;
}

.footer .footer-list li a {
  font-weight: bold;
  color: #000000;
  padding: 0px 7px;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #053bfe;
}

.footer .footer-border {
  border-color: #000000;
}

.footer .social-links li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #000000;
  border: 2px solid #000000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #053bfe;
  border-color: #053bfe;
}

.footer p {
  color: #000000;
}

/*******************
    Partners
********************/
.partners {
  width: 100%;
  margin-top: 30px;
}

/*******************
    8.Clients
*******************/
.legal-heading {
  color: #000000;
  top: 30px;
  margin-bottom: 20px;
}

.testi-box {
  width: 100%;
  position: relative;
  box-shadow: 0 10px 35px 0 #9aa1ab1a;
  border-radius: 7px;
}

.testi-box .testi-icon i {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
}

.testi-box h,
p {
  color: #000000;
}

.popia-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

.text {
  color: #000000;
}
.text-uppercase {
  text-transform: uppercase;
  color: #000000;
}
.blue {
  color: #1a0ece;
}

/******************
    13.Responsive
*******************/
@media (max-width: 450px) {
  body {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
  }
  .section .container-fluid {
    width: 100%;
  }
}

@media (max-width: 300px) {
  .home-center {
    width: 100%;
  }
}

@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .video1 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .features-icon {
    float: none !important;
    text-align: center;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px #000000;
  }
  .navbar-custom .logo img {
    max-width: 250px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #28282ecc !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #053bfe !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }
  .footer-logo,
  .footer-desc,
  .footer-list {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .video {
    width: 100%;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .mo-mt-20 {
    margin-top: 20px !important;
  }
}

@media (max-width: 425px) {
  .features-tab .nav-item .nav-link {
    padding: 14px;
  }
  .cta {
    padding: 24px !important;
  }
}
/*# sourceMappingURL=style.css.map */

@keyframes pop {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@media (max-width: 1250px) {
  .container-choose p {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .container-choose p {
    font-size: 18px;
    width: 100%;
  }
  .footer-img {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .business_img {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .transunion {
    width: 100%;
  }
  .vccb {
    width: 100%;
  }
  .nutun {
    width: 100%;
  }
}
