body {
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: DM Serif Display, sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--secondary);
}

h1, h2, .h1, .h2 {
    font-size: 3.9rem;
}

#header-content-slider h1 {
    font-size: 3.7rem;
}

h3, .h3 {
    font-size: 2rem;
}

p {
    line-height: 1.8;
}

p.small {
    font-size: 1.05rem;
}

#desktop-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#header-top .row > div {
    margin-left: 2rem;
}

#header-top a {
    color: white;
    font-size: 15px;
}

#logo {
    max-height: 2rem;
}

.mobile-menu {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    height: 100%;
    background: var(--secondary);
    z-index: 3;
    transition: top 0.5s ease-in-out;
}

.mobile-menu.show {
    top: 0;
}

#menu.mobile-menu .nav-link {
    font-size: 1.5rem !important;
    color: white;
}

#menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#nav-menus {
    position: absolute;
    z-index: 1;
    top: 100%;
}

#nav-menus .shadow {
    box-shadow: #fff 0 -5px, 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

nav.nav-head {
    border-bottom: 1px solid #F2F2F2;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #F2F2F2;
    z-index: 900;
    font-size: 1rem;
}

#additional-news-line {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

#desktop-nav .nav-link, #nav-menus .nav-link {
    color: #303241;
}

#desktop-nav .nav-link {
    position: relative;
    padding-right: 2rem;
    font-size: 18px;
}

#desktop-nav .nav-link[data-toggle="collapse"] span {
    content: "+";
    position: absolute;
    right: 1rem;
    color: var(--primary);
    font-weight: bold;
}

/* Effect 5: same word slide in */
#desktop-nav a[data-toggle="collapse"] {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#desktop-nav a[data-toggle="collapse"] span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#desktop-nav a[data-toggle="collapse"] span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#desktop-nav a[data-toggle="collapse"]:not(.collapsed) span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

#nav-menus > .row {
    background: #F2F2F2;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
}

#nav-menus > .row > div {
    border-right: 1px solid black;
}

#nav-menus > .row > div:last-child {
    border-right: 0;
}
/* */

.autocomplete-suggestions {
    overflow-y: auto;   /* prevent horizontal scrollbar */
}

.heading-subtitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #303241;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0;
}

#home-prosthetics-tag {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vh;
    text-align: center;

    transform-origin: center;
    pointer-events: none;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

#home-prosthetics-tag > div {
    transform: rotate(-90deg);
}

#home-orthotics-tag {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vh;
    text-align: center;

    transform-origin: center;
    pointer-events: none;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

#home-orthotics-tag > div {
    transform: rotate(-90deg);
    transform-origin: center bottom;
}

.btn-full-width {
    width: max-content;
}

.bg-gray {
    background-color: #F2F2F2;
}

.vertical-padding, #home-prosthetics, #home-orthotics, #home-accessibility, #testimonials, #prosthetics-heading, #orthotics-heading, #accessibility-heading, #resources-content, #our-history {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#home-orthotics {
    margin-top: 200px;
}

#testimonials, #prosthetics-heading, #prosthetics-sections, #orthotics-heading, #orthotics-sections, #resources-content {
    padding-bottom: 9rem;
}

.testimonial-source {
    position: relative;
    padding-top: 1rem;
}

.testimonial-source:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 20%;
    border-top: 2px solid var(--primary);
}

.testimonial-source-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.testimonial-source-location {
    font-size: 1rem;
}

.testimonial-headline {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.testimonial-headline-sm {
    line-height: 2.25;
}

.testimonial-headline:before, .testimonial-headline-sm:before {
    content: "“";
}

.testimonial-quote {
    line-height: 2.25;
}

.testimonial-quote:after {
    content: "”";
}

#testimonial-slider {
    position: relative;
    padding-bottom: 3rem;
}

#testimonials .slider-arrows {
    position: absolute;
    top: calc(100% + 1rem);
    right: 30%;
    font-size: 1.5rem;
}

#header-slider .slider-arrows {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 1.5rem;
    display: flex;
}

.slider-arrows > * {
    padding: 0 1rem;
    cursor: pointer;
}

.heading-image {
    object-fit: cover;
    width: 100%;
}

#prosthetics-sections .heading-subtitle, #orthotics-testimonial .heading-subtitle, #accessibility-section .heading-subtitle {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#prosthetics-sections .heading-subtitle:before, #orthotics-testimonial .heading-subtitle:before, #accessibility-section .heading-subtitle:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 20%;
    border-top: 1px solid var(--primary);
}

#prosthetics-testimonial, #orthotics-testimonial {
    background-image: url("../img/prosthetics-testimonial.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-position: center;
}

#prosthetics-testimonial .testimonial-headline, #orthotics-testimonial .testimonial-headline {
    line-height: 1.8;
}

#prosthetics-testimonial:before, #orthotics-testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #303241aa;
}

#location-search {
    position: relative;
    margin-bottom: 6rem;
}

#location-search .form-control {
    height: 3.5rem;
    padding-left: 4rem;
    padding-right: 3rem;
}

input.form-control, .custom-select, textarea.form-control {
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 0;
}

textarea.form-control {
    height: unset;
    padding: 1rem;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select .custom-select {
    background-image: none;
}

.select {
    position: relative;
}

.select::after, #location-search:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    color: var(--warning);
    font-size: 1.5rem;
    font-weight: 900;
}

#location-search:before {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--info);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    font-size: 1.5rem;
}

.autocomplete-suggestions {
    border: 1px solid var(--secondary);
    padding-left: 3rem;
    background-color: white;
}

.autocomplete-suggestion {
    padding: 1rem 1rem 1rem 0;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--secondary);
}

#prosthetic-team, #orthotic-team {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.team-member {
    display: flex;
    flex-basis: unset;
    width: 20%;
    margin-bottom: 1rem;
}

.team-member img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 30%;
    margin-bottom: 2rem;
}

.team-member .name {
    font-size: 1.1rem;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

footer {
    font-size: 0.9rem;
}

footer li {
    margin-bottom: 0.75rem;
}

footer a {
    color: #fefefe;
}

footer .btn {
    font-size: 0.9rem;
}

.social-icons img {
    height: 1.6rem;
    padding-left: 1.5rem;
}

.social-icons a:first-child img {
    padding-left: 0;
}

#resources-content .social-icons img {
    padding-left: 0;
    padding-right: 1.5rem;
}

.dots {
    position: absolute;
    background-image: url("../img/dots.png");
    background-repeat: repeat;
}

.footer-contact {
    text-transform: uppercase;
}

.footer-terms-privacy, .footer-credit {
}

.text-lato {
    font-family: Lato, sans-serif !important;
}

#section-slider {
    padding: 5rem 0;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

#section-slider .slick-slide {
    padding: 1rem;
}

.dots.mobile {
    display: none;
}

.testimonial-tabbed {
    position: relative;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 3px solid var(--primary);
    color: var(--secondary);
}

.testimonial-tabbed a {
    color: var(--secondary);
}

.main-post-image, .additional-post-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 25rem;
}

.additional-post-image {
    height: 12rem;
}

.list-group-item {
    border: unset;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.leadership-member {
    margin-bottom: 9rem;
}

.team-title {
    position: absolute;
    bottom: -8rem;
    left: 0;
    right: 0;
    padding-top: 1rem;
    height: 8rem;
    background-color: var(--dark);
    transition: height 0.5s ease;
}

.team-title h3 {
    color: white;
    font-family: Lato, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.leadership-member:hover .team-title {
    height: 9rem;
}

.hover-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: bottom 0.5s ease, opacity 0.5s ease;
}

.leadership-member:hover .hover-link {
    bottom: 1rem;
    opacity: 1;
}

.about-slider-image {
    position: relative;
    padding-right: 6rem;
    padding-bottom: 6rem;
}

.about-slider-image .slider-left {
    top: -2rem;
    left: 0;
}

.about-slider-image .slider-right {
    bottom: -2rem;
    right: 0;
}

.about-slider-image .about-slider-year {
    top: 0;
    right: -3rem;
    font-size: 6rem;
    font-family: DM Serif Display, sans-serif;
    transform: translateY(-50%) translateX(50%);
}

.about-slider-image .slider-right, .about-slider-image .slider-left, .about-slider-image .about-slider-year {
    position: absolute;
    z-index: 1;
}

#our-history .row:nth-child(even) .about-slider-year {
    right: unset;
    left: -3rem;
    transform: translateY(-50%) translateX(-50%);
}

#our-history .row:nth-child(even) .about-slider-image {
    position: relative;
    padding-left: 6rem;
    padding-right: unset;
    padding-bottom: 6rem;
}

.resource-image {
    background-size: cover;
    height: 14rem;
}

[data-resource="docs-and-forms"].resource-image { background-image: url('../img/resources-0.png'); }
[data-resource="insurance-accepted"].resource-image { background-image: url('../img/resources-1.png'); }
[data-resource="news-and-events"].resource-image { background-image: url('../img/resources-2.JPG'); background-position: center 40%; }
[data-resource="helpful-links"].resource-image { background-image: url('../img/resources-3.png'); }

.resource-title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resource-block a:hover {
    text-decoration-color: white;
    text-underline-offset: 0.25rem;
}

.hq-info {
    font-size: 0.9rem;
    padding-left: 1.6rem;
}

.hq-info p {
    line-height: unset;
}

.location-info {
    font-size: 0.9rem;
    line-height: 1.8;
}

#news-content .heading-subtitle {
    line-height: 1.8;
}

.location-specialties {
    font-size: 0.8rem;
    color: var(--primary);
    font-style: italic;
    padding-top: 0.5rem;
}

.women-care {
    color: #ff6185;
    display: block;
}

.starscanner {
    color: #8369AE;
}

.hq-marker {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
}

.breadcrumb {
    font-size: 0.9rem;
}

.list-two-column {
    columns: 2;
}

.locations-search-options .btn {
    border-width: 2px;
    height: 3.5rem;
    border-radius: 0;
}

.locations-search-options .btn:hover {
    background-color: unset;
    color: unset;
}

.header-img {
    object-fit: cover;
    width: 100%;
    height: 11rem;
    object-position: center 30%;
}

.specialists-title {
    position: relative;
    font-family: Lato, sans-serif;
    color: var(--primary);
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    font-size: 1.25rem;
}

.specialists-title-line:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: white;
    width: 11rem;
    height: 1rem;
    z-index: 0;
}

.specialists-title-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-top: 1px solid var(--primary);
    z-index: -1;
}

.form-control::placeholder {
    color: #00377A;
}

#desktop-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(0,55,122)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    font-size: 1.5rem;
}

#about-image-left-2 {
    margin-left: 30%;
    margin-top: 2rem;
    height: 13rem;
    width: auto;
}

#about-image-right-1 {
    margin-right: 30%;
    height: 13rem;
}

#about-image-right-2 {
    margin-top: 2rem;
}

.home-image-section img {
    color: white;
}

.heading-text {
    padding-bottom: 2rem;
}

.img-hover-zoom {
    height: 10rem; /* !* [1.1] Set it as per your need *!*/
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
    transform: scale(1.2);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1);
}

.heading-animated-section {
    display: none;
}

.slide-in-from-left, .slide-in-from-right, .slide-in-from-bottom {
    opacity: 0;
}

.from-right {
    transform: translateX(5rem);
    animation: come-in 1.5s ease forwards;
}

.from-left {
    transform: translateX(-5rem);
    animation: come-in 1.5s ease forwards;
}

.from-bottom {
    transform: translateY(5rem);
    animation: come-in 1.5s ease forwards;
}

@keyframes come-in {
    to { transform: translateX(0) translateY(0); opacity: 1; }
}

p.testimonial-headline:only-of-type:after, p.testimonial-headline-sm:only-of-type:after {
    content: "”";
}

.team-member-page h2 {
    font-size: 3rem;
    padding: 20px 0 10px 0;
}

.team-member-page h3 {
    font-size: 1.2rem;
    padding-top: 10px;
}

.team-member-page ul {
    margin-bottom: 2rem;
}

.list-group-files .list-group-item:nth-child(even) {
    background-color: var(--light);
}

.list-group-files .list-group-item:hover {
    background-color: var(--primary);
    color: white;
}

.list-group-files .list-group-item:hover:after {
    content: 'Download';
    float: right;
}

@media (max-width: 992px) {
    h1, h2, .h1, .h2, .team-member-page h2 {
        font-size: 2.25rem;
        line-height: 1.2;
    }

    h3, .h3 {
        line-height: 1.2;
    }

    .home-image-section .img-hover-zoom {
        display: none;
    }

    .slider-arrows {
        display: none;
    }

    .testimonial-source::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact, .footer-terms-privacy, .footer-credit {
        font-size: 0.65rem;
        text-align: center;
    }

    .dots.desktop {
        display: none;
    }

    .dots.mobile {
        display: block;
    }

    #home-prosthetics, #home-orthotics, #testimonials, #our-history {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #testimonials {
        padding-bottom: 6rem;
    }

    #prosthetics-heading, #orthotics-heading, #accessibility-heading {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    #prosthetics-sections, #orthotics-sections {
        padding-bottom: 3rem;
    }

    #prosthetic-team, #orthotic-team {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .team-member {
        width: 100%;
    }

    .team-member img {
        height: 6rem;
        width: 6rem;
        margin-bottom: 1rem;
    }

    .testimonial-headline:after {
        content: "”";
    }

    #location-search {
        margin-bottom: 0;
    }

    .main-post-image, .additional-post-image {
        height: unset;
    }

    #our-history .row .about-slider-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 0 !important;
    }

    #our-history .row .about-slider-image .about-slider-year {
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
        bottom: 100%;
        font-size: 3rem;
    }

    #about-slider > div:nth-child(even) > div {
        background-color: white;
    }

    .list-two-column {
        columns: 1;
    }

    .heading-subtitle {
        margin-bottom: 0.5rem;
    }

    .testimonial-headline {
        margin-bottom: 1.5rem;
    }

    .testimonial-source {
        padding-top: 1.5rem;
    }

    #section-slider img {
        object-fit: cover;
        height: 12rem;
        width: 100%;
    }

    #specialists-list {
        padding-top: 6rem;
    }

    #about-image-left-2, #about-image-right-1 {
        height: 4rem;
    }

    #about-image-left-2 {
        margin-top: 1rem;
    }

    #about-image-right-2 {
        margin-top: 1rem;
    }

    #header-slider .slider-arrows {
        display: none;
    }

    #home-orthotics {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .heading-animated-image {
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: calc(100% + 10rem);
        transform: translateY(-10rem);

        animation-name: hero-page-load-image;
        animation-delay: 0.5s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

    .heading-animated-section {
        display: block;

        animation-name: hero-page-load;
        animation-delay: 1.25s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

    .nav-animated {
        transform: translateY(-10rem);

        animation-name: header-page-load;
        animation-delay: 1.75s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease;
    }
}

@keyframes hero-page-load-image {
    from { clip-path: inset(0 0 0 0); width: 100%; }
    to {
        clip-path: inset(0 29% 0 12%);
        transform: translateY(0) translateX(-12%);
        width: 70%;
    }
}

@keyframes hero-page-load {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes header-page-load {
    to {transform: translateY(0)}
}

.testimonial-patient {
    display: flex;
    flex-basis: unset;
    margin-bottom: 1rem;
}

.testimonial-patient img {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-patient .name {
    font-size: 1.1rem;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

.testimonial-patient p {
    color: gray;
    font-size: 1rem;
}

#other-testimonials .row:nth-child(even) {
    background-color: #f2f2f2;
}

#testimonials .dropdown-toggle:after {
    display: none;
}

#testimonials .dropdown-toggle {
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 0;
    background-color: white;
}

#testimonials .dropdown-toggle {
    position: relative;
}

#testimonials .dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid var(--secondary);
    border-radius: 0;
    background-color: white;
}

#testimonials .dropdown .dropdown-item {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--secondary);
    padding: 1rem;
}

#testimonials .dropdown-toggle::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    color: var(--warning);
    font-size: 1.5rem;
    font-weight: 900;
}

footer {
    margin-top: 2rem;
}

.page-hero {
    max-height: 408px;
    margin-bottom: 2rem;
}

.page-hero-lg {
    max-height: 559px;
    margin-bottom: 2rem;
}

.page-hero.contain, .page-hero-lg.contain {
    object-fit: contain;
}

.page-hero.cover, .page-hero-lg.cover {
    object-fit: cover;
}

#links p {
    margin-bottom: 2rem;
}

.ribbon {
    display: inline;
    width: 1rem;
    height: auto;
}

.secondary-heading:hover{
   text-decoration: none;
}

.img-shadow{
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}

.navbar-nav a{
    font-size: 1.3rem;
}

.scroll{
    background-color: transparent;
    border: none;
    color:white
}

.slick-slide div div.container-fluid {
    background: #00377A;
    color: #fefefe;
}

#home-heading {
    z-index: 3;
}

#home-heading h1, #home-heading h2 {
    color: #fefefe;
}

#home-heading .heading-subtitle {
    color: #FFCC22;
}

.bg-teal {
    background: #00ADC6;
}

.bg-teal .heading-subtitle {
    color: #fefefe !important;
}

.slider-arrows img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.footer {
    background-color: #003779;
    color: #fefefe;
}

.footer h4 {
    color: #fefefe;
    position: relative;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem;
}

.footer h4:before {
    border-bottom: 1px solid #FFCC22;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 50%;
}

.footer .btn-secondary {
    background: #FFCC22;
    border: 1px solid #FFCC22;
    color: #003779;
}

.footer a.h4 {
    color: #fefefe;
}

.footer a.h4:hover, .footer a:hover {
    color: #fefefe !important;
}

.social-icons a i {
    font-size: 20px;
}

.accordion .card {
    background-color: #fff;
}

.accordion .card:nth-child(even) {
    background-color: var(--light);
}

.accordion .card-header {
    background-color: transparent;
}

.accordion button {
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    color: #495057;
    text-decoration: none !important;
}

.accordion .card-header h2 .btn {
    position: relative;
}

.accordion i {
    position: absolute;
    right: 14px;
    top: calc( 50% - 7px);
}

.accordion button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.header-circle {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    width: 100%;
}

.rt ol>li {
    padding-inline-start: 2.5rem + 1rem;
}

.rt ol {
    counter-reset: item;
    list-style-type: decimal;
    list-style: none;
}

.rt li:before {
    color: #00157a;
    position: absolute;
}

.rt li {
    margin-block-start: calc(2.5rem / 2);
}

.rt ol>li:before {
    align-items: center;
    border: .125rem solid #00157a;
    border-radius: 50%;
    content: counters(item, ".");
    counter-increment: item;
    display: flex;
    font-weight: 600;
    height: 2.5rem;
    inset-inline-start: 0;
    justify-content: center;
    transform: translateY(-.25rem);
    width: 2.5rem;
}

.owl-carousel {
    overflow: visible !important;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.video-play {
    position: relative; 
}

.video-play a {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #fefefe !important;
}

.owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play a:hover {
    text-decoration: none;
}

.owl-carousel.mycro .owl-nav button.owl-prev, .owl-carousel.mycro .owl-nav button.owl-next  {
    background: #e7eeef !important;
    color: #333333 !important;
    border: none !important;
    padding-bottom: 8px !important;
    font: inherit !important;
    border-radius: 50% !important;
    margin: 7px !important;
    font-size: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 0 !important;
}

.owl-carousel button.owl-dot {
    display: none !important;
}

.owl-carousel button:focus {
    outline: none !important;
    outline: none !important;
}