a.navbar-brand {
    max-width: 120px;
}

.socials i {
    font-family: 'FontAwesome';
    font-style: normal;
    margin: 0 5px;
    color: #fff;
    background-color: #caa755;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

a.nav-link {
    font-weight: bold;
}

nav#pb-navbar {
    padding: 0;
    position: relative;
}

.pb_navbar ul > li > a {
    color: black !important;
}

.pb_navbar .nav-link {
    color: #000 !important;
}

.socials {
    display: flex;
    margin-left: auto;
}
.btn.pb_outline-light {
    background-color: #c3a152;
    border-color: #c3a152;
    color:#fff !important;
}

.heading-border-top:before{background: #0a0144 !important;}
body {
    color: #000;
    font-weight: 500;
}
.pb_contact_details_v1 li span {
    font-weight: bold;
    color: #000 !important;
}
.pb_media_v2 h3 {
    font-weight: bold !important;
}

.media .text-secondary {
    color: #caa755 !important;
}


section.pb_section.bg-light {
    background-color: #0a0048 !important;
}

.pb_media_v2 h3, .media .media-body p  {
    color: #ffffff important;
}

.pb_media_v2 strong {
    color: #caa755 !important;
}

.pb_media_v1 h3, .pb_media_v2 h3, .media .media-body p {
    color: #fff !important;
}
.border {
    border: 2px solid #e9ecef !important;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    font-weight: bold !important;
}
section#section-about {
    margin-bottom: 9em;
}

.slick-initialized .slick-slide img {
    height: 297px;
    width: 507px;
}

section#section-why-us {
    padding: 9em 0 0;
}

a {
    color: #c3a155 !important;
}

a:hover {
    color: #fff;
}

footer p a {
    font-weight: 600;
}

footer.pb_footer.bg-light {
    background-color: #0a0048 !important;
}

footer.pb_footer.bg-light p {
    color: #fff;
}
input.btn.pb_outline-dark {
    background-color: #c3a155 !important;
    color: #fff !important;
    border-color:#c3a155 !important;
}

@media only screen and (max-width:991px){
    .pb_navbar .navbar-toggler i {
    background-color: #caa755;
            padding: 3px 10px;
        border-radius: 5px;
}

.pb_navbar .navbar-toggler {
    margin-right: 10px;
}

.socials {
    display: none;
}

.pb_navbar .nav-link {
    color: #caa755 !important;
}

    .pb_navbar .navbar-nav {
        background: rgb(9 1 65) !important;}
        footer.pb_footer.bg-light p a {
    display: block;
}
.pb_footer {
    padding: 2em 0;
}

}

@media only screen and (max-width:480px) {
.pb_section.pb_section_v1 .images .img2 {
        margin-top: 20px;
    }}

#section-contact label, #section-contact input#name , #section-contact input#email , #section-contact textarea#message {
    width: 100%;
}
.socials i:hover {
    background-color: #0a0143;
}

button.btn.btn-primary {
    color: #fff;
    background-color: #0a0048;
    border-color: #0a0048;
    cursor: pointer;
}

input, select, textarea {
    border-color: #000000 !important;
    border-width: 1px;
}

.slogan h1 {
    text-transform:uppercase;
    width:160px;
    text-align:center;
    margin:auto;
    color: #caa755;
    white-space:nowrap;
    padding-bottom:13px;
}
.slogan h1:before {
    background-color: #0a0048;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.slogan h1:after {
    background-color: #0a0048;
    content: '';
    display: block;
    position:absolute;
    right: 0;
    left: 100%;
    bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.slogan {
    width: max-content;
}

.slogan {
  position: absolute;
  top: 100%;
}

input.btn.pb_outline-dark.pb_font-13.pb_letter-spacing-2.p-3.rounded-0 {
    cursor: pointer;
}

.pb_outline-light:hover, .pb_outline-light:active, .pb_outline-light:focus {
    
    color: #000 !important;
}

section#section-why-us p {
    display: none;
}

section#section-why-us {
    padding: 60px 0 0;
}
span.heading.mb-3 {
    display: block;
    font-size: 35px;
}
form > label {font-weight:bold; margin-bottom:20px}