html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

/* Content */
.content-row {
  background-color: #fff;
}

.hiringpill {
  background-color: #fc5e02;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px !important;
}

.content-content {
  width: 75%;
  margin: auto;
}

.content-head {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222222;
}

.content-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.single-content-block {
  flex-basis: 30%;
  background-color: transparent;
  filter: drop-shadow(0px 24px 64px rgba(0, 0, 0, 0.06));
  border-radius: 16px;
  border-bottom: 1px solid #291E30;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.06);
}

.single-content-block:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

.single-content-block:hover .content-details-title {
  color: #291e30;
}

.content-image-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.bg-blue {
  background-color: #d7e4ff;
}

.bg-orange {
  background: linear-gradient(0deg, #fed7d0, #fed7d0), linear-gradient(135deg, #ffd1bd 0%, #ffede5 100%);
}

.bg-l-blue {
  background: linear-gradient(0deg, #dbe7ff, #dbe7ff), #143f93;
}

.content-image-row img {
  height: auto;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.content-details-row {
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.content-details-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content-details-type {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  color: #6f6f8d;
}

.content-details-time {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #6f6f8d;
}

.content-details-title {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #222222;
  min-height: 75px;
}

.content-details-desc {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  opacity: 0.9;
  display: none;
}

.content-details-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content-details-links .hero-tile-action {
  margin-left: auto !important;
}

.content-details-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: 45%;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 5px;
}

.user-name {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #222222;
}

.content-details-more {
  font-family: Avenir;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #007ae9;
}

/* Footer */
.footer-row {
  background-color: #291e30;
}

.footer-content {
  width: 85%;
  margin: auto;

}

.horizontal-sep-footer {
  height: 1px;
  background-color: #c1bbf6;
}

.footer-address {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color: #222222;
}

.footer-country-header {
  font-weight: bold;
}

.footer-social-header {
  text-align: right;
}

.links-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #07003b;
}

.single-link {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #fff;
}

.single-link:hover {
  color: #fc5e02;;
}

.header.single-link {
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #fc5e02;
}

.phone-details img,
.email-details img {
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .content-row .content-content {
    width: 100%;
  }
  .content-row .content-content .content-head {
    font-size: 18px;
    line-height: 32px;
  }
  .content-row .content-content .content-body {
    padding: 20px;
    background: none;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
  }
  .content-row .content-content .content-body .single-content-block {
    border-radius: 16px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    min-width: 270px;
    margin-right: 20px;
  }
  .content-row .content-content .content-body .single-content-block .single-content-block:nth-last-of-type(1) {
    margin-right: 0px;
  }
  .content-row .content-content .content-body .single-content-block .content-details-title {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .content-row .content-content .content-body .single-content-block .content-details-desc {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .content-row .content-content .content-body .single-content-block .content-details-user {
    flex: 1;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-row .footer-content {
    width: 90%;
  }
}

/* Demo */
.demo-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

 .feature-cta-header{

    font-family: 'Manrope', sans-serif;
    }

.demo-row .demo-content {
   background:url('https://netcorecloud.com/wp-content/uploads/2023/04/footer-bg.webp');
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-position: bottom;
  background-repeat: no-repeat; 
  background-color: #c1bbf6; 
  border-radius: 18px;
  background-size: cover;
  
}

@media only screen and (max-width: 1024px) {
  .demo-row .demo-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 30px 15px;
  }
}

.demo-row .demo-content .demo-content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px;
}

.demo-row .demo-content .demo-content-text .demo-head {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 50px;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .demo-row .demo-content .demo-content-text .demo-head {
    flex-direction: column;
    font-size: 20px;
    line-height: 24px;
  }
}

.demo-row .demo-content .demo-content-text .demo-subhead {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.005em;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .demo-row .demo-content .demo-content-text .demo-subhead {
    font-size: 18px;
    line-height: 30px;
  }
}

.demo-row .demo-content .demo-content-text .demo-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.demo-row .demo-content .demo-content-text .demo-cta .hero-cta-button-filled {
  font-family: Avenir;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: #143f93;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}

.demo-row .demo-content .demo-content-image {
  flex-basis: 60%;
  height: 370px;
}

@media only screen and (max-width: 1024px) {
  .demo-row .demo-content .demo-content-image {
    margin-bottom: 50px;
    width: 80%;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 425px) {
  .demo-row .demo-content .demo-content-image {
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    flex-basis: auto;
  }
}

.demo-row .demo-content .demo-content-image img {
  width: 100%;
}

.validation-content-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .validation-content-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.validation-content-list .validation-content {
  flex-basis: 18%;
}

@media only screen and (max-width: 1024px) {
  .validation-content-list .validation-content {
    margin-bottom: 30px;
    flex-basis: auto;
  }
}

.validation-content-list .validation-content.others-validation {
  flex-basis: 64%;
  padding-left: 100px;
}

@media only screen and (max-width: 1024px) {
  .validation-content-list .validation-content.others-validation {
    padding-left: 0px;
  }
}

.validation-content-list .validation-content.others-validation .main-type {
  line-height: 36px;
}

.validation-content-list .validation-content .main-value {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.5px;
  color: #fc5e02;
}

.validation-content-list .validation-content .main-type {
  font-family: 'Work Sans';
  font-style: normal;
  font-size: 23px;
  line-height: 36px;
  color: #fff;
}

.reviews-content-list {
  display: flex;
  flex-direction: row;
  height: 180px;
}

@media only screen and (max-width: 1024px) {
  .reviews-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 20px;
    height: auto;
  }
}

.reviews-content-list .reviews-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 15px;
  flex: 1;
}

.reviews-content-list .reviews-content.green {
  /* background-image: url("../assets/images/home/green-oval.svg"); */
}

.reviews-content-list .reviews-content.yellow {
 /* background-image: url("../assets/images/home/yellow-oval.svg"); */
}

.reviews-content-list .reviews-content.pink {
  /* background-image: url("../assets/images/home/pink-oval.svg"); */
}

.reviews-content-list .reviews-content.red {
 /* background-image: url("../assets/images/home/red-oval.svg");*/
}

.reviews-content-list .reviews-content.green-dark {
  /* background-image: url("../assets/images/home/green-oval-bg.svg");*/
}

@media only screen and (max-width: 1024px) {
  .reviews-content-list .reviews-content {
    background: none;
    margin: 0;
    gap: 0px;
  }
  .reviews-content-list .reviews-content.green {
    background-image: none;
  }
  .reviews-content-list .reviews-content.yellow {
    background-image: none;
  }
  .reviews-content-list .reviews-content.pink {
    background-image: none;
  }
  .reviews-content-list .reviews-content.red {
    background-image: none;
  }
  .reviews-content-list .reviews-content.green-dark {
    background-image: none;
  }
}

.reviews-content-list .reviews-content .reviews-content-text {
  text-align: center;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #222222;
}

.reviews-content-list .reviews-content .reviews-content-image {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews-content-list .reviews-content .reviews-content-image img {
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 1024px) {
  .reviews-content-list .reviews-content .reviews-content-image img {
    width: 100%;
  }
}

.links-content {
  width: 100%;
  margin: 0px;
}

.links-content .links-section {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .links-content .links-section {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 425px) {
  .links-content .links-section {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
}

.links-content .links-section .single-link.header {
  padding-bottom: 15px;
  font-size: 16px !important;
  line-height: 28px !important;
}


.links-content .links-section .single-link {
  padding-bottom: 5px;
  font-size: 14px !important;
  line-height: 26px !important;
}

.links-content .links-section .v-spacer-20 {
  height: 10px;
}

.company-info {
  width: 100%;
  margin: auto;
}

.company-info .contact-details {
  margin-bottom: 10px;
}

.company-info .footer-small-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .company-info .footer-small-links {
    justify-content: flex-start;
  }
}

.company-info .footer-small-links a {
  margin-right: 5px;
}

.copyright-row {
  background: #241a31;
}

.copyright-row .copyright-content {
  width: 85%;
  margin: auto;
  padding: 10px 0px;
}

@media only screen and (max-width: 1024px) {
  .copyright-row .copyright-content {
    width: 90%;
  }
}

.copyright-row .copyright-content .copyright-row-text {
  margin: auto;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .copyright-row .copyright-content .copyright-row-text {
    margin-top: 20px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  .copyright-row .copyright-content .copyright-row-text div {
    margin-bottom: 20px;
  }
}

.copyright-row .copyright-content .copyright-row-text a {
  color: #FFFFFF;
}

#ncformloader {
  background: rgba(255, 255, 255, 0.92);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 20px;
  padding-top: 40%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #ncformloader {
    padding-top: 85%;
  }
}
/*# sourceMappingURL=footer.css.map */