/** Global **/
body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}

.theme-color {
    color: #c6a001 !important;
}

.error {
    color: red;
}

/** Header - Nav **/
#topbar {
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .contact-info i {
    color: #c6a001 !important;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

#topbar .social-links a {
    color: #c6a001 !important;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

/** Hero Image **/
#hero {
    width: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../../images/pexels-pixabay-48148.jpg") center center;
}

.card-box {
    border-radius: 10px;
    padding: 40px 20px;
}

/** Sections **/

section.about-us,
section.contact-us{
    padding: 50px 0;
}

section.services {
    padding: 50px 0;
    background: #f1f1f1;
}

#aboutUs .lead p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

.section__title {
    text-align: center;
}

.section__title:after {
    content: '';
    width: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    top: 45px;
    background: #c6a001;
}

.colored-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.2em;
    font-family: inherit;
    display: inline-block;
    color: #c6a001;
}

.expertize-list {
    font-weight: 600;
}

.expertize-list li {
    display: flex;
}

.expertize-list li:before {
    display: flex;
    content: '✓';
    color: #c6a001;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

#contact form label {
    font-weight: 700;
}

.contact {
    margin-bottom: 10px;
}

.open-hours li {
    margin-bottom: 5px;
}

.contact a {
    color: #000;
    text-decoration: none;
}

.location-contact {
    display: flex;
}

.contact a i {
    color: #c6a001 !important;
    font-size: 20px;
    margin-right: 5px;
}

.contact a.location-contact i {
    margin-right: 10px;
}

.button-mobile-bottom {
    padding: 10px;
    font-size: 25px;
}

.button-mobile-bottom a {
    color: #c6a001 !important;
}

/** Bottom Bar Mobile **/
#mobile-bottom-bar {
    padding: 0 10px;
    -webkit-box-shadow: 0px -4px 3px rgb(50 50 50 / 6%);
    -moz-box-shadow: 0px -4px 3px rgb(50 50 50 / 6%);
    box-shadow: 0px -4px 3px rgb(50 50 50 / 6%);
}

#footer .title {
    text-align: center;
    color: white;
}

#footer .list-footer li a {
    color: white;
}

#footer .contact-footer-info p {
    margin-bottom: 5px;
}

#footer .social-links a {
    color: #c6a001 !important;
    display: inline-block;
    font-size: 30px;
    line-height: 1px;
    transition: 0.3s;
}

#footer .social-links a:last-child {
    padding-left: 15px;
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    #topbar {
        height: 55px;
    }

    #topbar .contact-info {
        max-width: 555px;
    }
}

/*Fees Page*/
.style-text ul {
    list-style-type: none;
    padding-left: 20px;
}

.style-text ul li:before {
    color: #c6a001 !important;
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    margin-right: 5px;
}
