@media (min-width: 1200px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 95%;
  }
}

@media (min-width: 1400px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 95%;
  }
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0); 
    padding-left: var(--bs-gutter-x, 0); 
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 5px; 
    padding-left:  5px; 
    margin-right: auto;
    margin-left: auto;
}
.dynamic-sticky-bg.reveal-header {
    background: #01c0c8;
}
.site-header--sticky:not(.mobile-sticky-enable) {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #01c0c8;
}
.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    min-height: 50px;
    text-align: center !important;
    font-size: 1.09375rem;
}

.navbar {
	padding: 0px;
}

.welcome-content--l3__sub-title {
    color: #01c0c8;
}

.section-title--l3 .section-title__sub-heading {
    color: #01c0c8;
}

.btn-primary {
	background-color: #01c0c8;
	border-color: #01c0c8;
}

.shadow--primary-4 {
	box-shadow: 0 4px 4px #01c0c836;
}

.btn-primary:hover {
	background-color: #343a40;
	border-color: #343a40;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	background-color: #01c0c8;
	border-color: #01c0c8;
	box-shadow: 0 0 0 0.2rem #01c0c878;
}

.newsletter-form--rounded .btn-icon {
    box-shadow: 0 10px 30px #01c0c838;
    background-color: #01c0c8;
}

.widget--contact.active .widget-icon {
    color: #01c0c8;
}

@media (min-width: 992px) {
.footer-section--l3 {
    padding-top: 30px;
}
}

.footer-social-share--rounded a:hover {
    box-shadow: 0 10px 20px #01c0c82e;
    background-color: #01c0c8;
    color: #fff;
}
.copyright-block--l3 {
    padding-top: 0px; 
    padding-bottom: 20px;
}
