:root {
    --primary-color: #435e45;
    --secondary-color: #198c3a;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.top-bar {
    background: #f2f2f2;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    padding: 15px 0;
    font-weight: 600;
    font-size: 14px;
}

.top-bar .container .row {
    text-align: center;
}

.social-icon-link {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.social-icon-link:hover {
    color: var(--primary-color);
}

.header-icon {
    color: var(--primary-color);
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .navbar-brand {
        width: 40%;
        text-align: center;
    }

    .copryright {
        margin-bottom: 10px;
    }

    .navbar-img {
        width: 100%;
    }

    .menu {
        width: 20%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 949px) {
    .navbar-brand {
        width: 50%;
        text-align: center;
    }

    .copryright {
        margin-bottom: 10px;
    }

    .navbar-img {
        width: 50%;
    }
}

@media only screen and (min-width: 950px) {
    .navbar-brand {
        width: 30%;
    }

    .nav-item {
        margin-right: 20px;
    }

    .navbar-img {
        width: 50%;
    }

}

.nav-item {
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
}

.nav-item:hover {
    color: var(--primary-color);
}

.navbar .navbar-nav li.active>a {
    color: var(--primary-color);
}

h2.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fefefe;
    margin-bottom: 15px;
}

.footer-area {
    background-color: var(--primary-color);
    padding: 30px 10px;
}

.widget p {
    color: #b4b5b0;
    font-size: 14px;
    line-height: 24px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.widget ul li a {
    line-height: 35px;
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    transition: .6s;
}

a {
    text-decoration: none;
}

.widget a:hover {
    color: #7f807c;
}

.widget ul {
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding: 0;
}

.widget ul li .addres-icon {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}

.widget ul li .addres {
    padding-left: 30px;
}

.widget.business-hour ul li {
    border-bottom: 1px solid white;
    color: #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.copyright-section {
    padding: 20px 0;
    background: var(--primary-color);
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: white;
}

.copryright p {
    color: white;
    margin-bottom: 0;
}

.copryright p a {
    margin-bottom: 0;
    font-weight: 700;
    color: #ffa100;
}

.text-right {
    text-align: right;
}

.btn {
    background-color: var(--primary-color);
    border: none;
}

.btn:hover {
    background-color: var(--secondary-color);
}

@media only screen and (max-width: 500px) {
    .text-right {
        text-align: center;
    }

    .text-left {
        text-align: center;
    }

    .copryright p {
        font-size: 15px;
    }

    .text-right p {
        font-size: 15px;
    }
}

.copyright-section a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #999999;
}