.cspt-footer-widget .cspt-social-links li a{
  /* Sborder-color: #fff !important; et the border color */
  background-color: #005fa3 !important; /* Set the background color */
  color: #fff !important; /* Set the text color */
}

.cspt-breadcrumb, .cspt-breadcrumb a{
    color:#0aadeb !important;
}

.cspt-title-bar-content {
    padding:0px !important;   
}
.cspt-title-bar-content, .cspt-title-bar-wrapper {
    min-height: 100px !important;
}

.cspt-title-bar-wrapper {
    background-image:none !important;
}

/* Laptops (1024px to 1440px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .elementor-top-section.cspt-bg-color-yes {
        padding-top: 60px !important;
    }
/* your laptop styles here */
}

/* Desktops (1440px and up) */
@media (min-width: 1440px) {
/* your desktop styles here */
  .elementor-top-section.cspt-bg-color-yes {
    padding-top: 60px !important;
  }
}