#back-to-top.show {
    background-color: #38332E;
    border-radius: 50px;
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.container {
    width: 1260px !important;
}

.page-header .breadcrumbs {
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.wpcf7-spinner {
    display: none !important;
}

.link-text1 {
  color: #1F2E47;
  text-decoration: none;
}

/* Hover  */
.link-text1:hover {
  color: #000000;
  text-decoration: underline;
}