a, a:hover, a:active {
    text-decoration: none;
    color: #000;
}

.logo {
    width: 200px;
}

.nav-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.nav-no-border-bottom {
    border-bottom: none;
}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

.topbar {
    background: #1d1d1d;
    padding: 5px 0;
}

    .topbar a, .topbar a :hover, .topbar a :active {
        color: #c2b232;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
    }

a.nav-link, a.nav-link:hover, a.nav-link:active {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #000;
}

.dropdown-menu {
    padding: 0 !important;
}

#footer {
    background: #1d1d1d;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px
}

.parallax {
    background-image: url(../img/footerbackground.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -32px;
    margin-bottom: -124px;
}

#footer .footer-top {
    background: #1d1d1d;
    border-top: 1px solid #474747;
    padding: 50px 0 0px 0;
    margin-top: 100px;
}

    #footer .footer-top .footer-info {
        margin-bottom: 30px
    }

        #footer .footer-top .footer-info h3 {
            font-size: 18px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Raleway", sans-serif;
            color: #fff
        }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #1e73be;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s
    }

        #footer .footer-top .social-links a:hover {
            background: #1e73be;
            color: #fff;
            text-decoration: none
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        color: #c2b232;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px
    }

.footer-links, .footer-links:hover, .footer-links:active {
    color: #fff;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #6f8086;
            font-size: 18px;
            line-height: 1
        }

        #footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0
            }

        #footer .footer-top .footer-links ul a {
            color: #fff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #4a8190
            }

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

    #footer .footer-top .footer-contact p {
        line-height: 26px
    }

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.bName {
    display: none;
}

.black-links, .black-links:hover, .black-links:active {
    color: #000;
}

.master-body {
    margin-top: 144px;
}

@media (min-width: 0px) and (max-width: 425px) {
    section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .master-body {
        margin-top: 165px;
    }

    .w-100 {
        width: 100% !important;
        height: 20vh;
    }
}

nav.navbar.navbar-expand-lg.fixed-top {
    background: #fff;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 150px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 100px;
    }
}

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    background-color: #fff;
}

@media (min-width: 0px) and (max-width: 425px) {
    .topbar .text-start,
    .topbar .text-end {
        text-align: center !important;
    }
}

.page-heading {
    color: #c2b232;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sub-heading {
    font-family: Alegreya Sans;
    font-weight: 400;
    font-size: 24px;
}

p {
    font-family: Alegreya Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
}

.nav-item i.bx.bxl-facebook {
    background: #1e73be;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
}

.bx-custom-color .bx {
    color: #1e73be;
}

#testimonial .carousel-item {
    background: #a5a5a5;
    color: #fff;
    padding: 60px;
    border: 3px solid #878787;
}

#testimonial p {
    font-size: 18px;
}

.bg-black {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .bg-black .sub-heading {
        color: #c2b232;
    }

.box-border {
    border: 1px solid #c2b232;
    padding: 15px;
}

iframe {
    margin-bottom: -105px;
    margin-top: 50px;
}