a{
    color:#031ea6 ;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
}

h1, h2,
p {
  margin-bottom: 0;
}

p {
  font-size: 18px;
  color: #5e5d5d;
}

@media (max-width: 991.98px) {
  p {
    font-size: 16px !important;
  }
}

section {
  padding: 40px 0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}

.sub-title {
  position: relative;
  text-align: center;
}

.sub-title span {
  background-color: #ffffff;
  padding: 0 60px;
  position: relative;
  font-size: 30px;
}

.sub-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
  left: 0px;
  background-color: #0000001a;
}

.topbar {
  background: url(../images/topbar-bg.svg) no-repeat;
  min-height: 50px;
  line-height: 50px;
  background-size: cover;
  color: #ffffff;
}

@media (max-width: 360px) {
  .topbar {
    line-height: inherit;
  }
}

.topbar p {
  font-size: 20px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .topbar p {
    font-size: 16px;
  }
}

.topbar p span {
  text-decoration: underline;
}

.navbar {
  border-bottom: 1px solid #cecece;
}

.navbar .navbar-brand img {
  max-width: 30px;
}

.navbar .navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
}

.navbar .nav-link {
  color: #000 !important;
  padding: 10px 20px;
}

.navbar .header-btn {
  background-color: #031ea6;
  color: #ffffff !important;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 5px;
}

.navbar .dropdown-item {
  font-size: 14px;
}

.banner {
  padding: 60px 0;
}

.banner .banner-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.banner .banner-content .primary-header {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
}

.banner .banner-content p {
  font-size: 20px;
  padding: 10px 0;
  font-family: "Work Sans", sans-serif;
}

#solutions .solution-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#solutions .solution-wrapper .solution-content {
  width: 100%;
  background: url(../images/solution.jpeg) no-repeat center center;
  height: 288px;
  margin: 2px;
  text-decoration: none;
  padding: 20px;
  text-align: center;
}

#solutions .solution-wrapper .solution-content .gray-btn {
  background-color: #031ea6;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  margin: 30px auto 0;
  border-radius: 5px;
  text-decoration: none;
  text-transform: capitalize;
}

#solutions .solution-wrapper .solution-content p {
  color: #ffffff;
}

#solutions .solution-wrapper .solution-content .title-section {
  margin: 0 0 20px;
  width: 100%;
}

#solutions .solution-wrapper .solution-content .title-section img {
  max-width: 80px;
  border-right: 1.5px solid #ffffff;
  margin-right: 8px;
}

@media (min-width: 560px) {
  #solutions .solution-wrapper .solution-content {
    width: 48%;
  }
}

#solutions .solution-wrapper .solution-content h2 {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
}

#solutions .cloud-wrapper .solution-content {
  margin-bottom: 35px;
}

#testimonialcarousel img {
  min-height: 280px;
  visibility: hidden;
}

@media (min-width: 992px) {
  #testimonialcarousel img {
    min-height: 200px;
  }
}

#testimonialcarousel .carousel-control-prev-icon, #testimonialcarousel .carousel-control-next-icon {
  background-color: #000000;
  background-size: 20px;
  border-radius: 50%;
}

#disclaimer {
  background-color: #161616;
}

#disclaimer h3 {
  color: #ffc600;
}

#disclaimer p {
  color: #ffffff;
  font-size: 14px;
}

#disclaimer .dark-content p {
  color: #666666;
  padding-bottom: 20px;
}

#disclaimer .dark-content p:last-child {
  padding-bottom: 0px;
}

#disclaimer .footer-links img {
  max-width: 35px;
  margin-right: 15px;
}

#disclaimer .footer-links span, #disclaimer .footer-links a {
  color: #ffffff;
  text-decoration: none;
}

#disclaimer .footer-links .nav-link {
  color: #ffffff;
}

#disclaimer .footer-links .bullet {
  position: relative;
}

#disclaimer .footer-links .bullet::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  right: 0px;
  top: 20px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */