/*=======Body Section=======*/
body {
    font-family: 'Raleway', sans-serif;
}

/*=======Body Section=======*/
/*=======Header Section=======*/
.navbar-area {
    background-color: rgb(212 184 101);
}

.navbar-area .main-nav .navbar .navbar-brand {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    /*border: 1px solid #141478;*/
    /*padding: 5px;*/
}

a.navbar-brand img,
.logo img {
    height: 50px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff;
    font-weight: 700;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #111;
    font-weight: 700;
}

/*=======Header Section=======*/
/*=======Banner Section=======*/
.d-table-cell {
    background: linear-gradient(180deg, #f0d97661 0%, #d5b428d9 100%);
}

.banner-area.banner-area-four .banner-content h1 {
    color: rgba(19, 24, 82, 0.97);
}

.banner-area.banner-area-four .banner-content .top-title {
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 700;
}

.banner-area.banner-area-four .banner-content p {
    color: #fff;
    font-weight: 700;
}

.banner-area.banner-area-four .banner-content {
    text-align: left;
}

/*=======Banner Section=======*/
/*=======Feature Section=======*/
.feature-area.feature-area-four .single-feature {
    background-color: #2d1664;
}

.single-feature .title i {
    left: 0;
}

.single-feature .title h3 {
    text-align: left;
}

.feature-area.feature-area-four .single-feature p {
    text-align: left;
}

/*=======Feature Section=======*/

/*=======Contact Section=======*/
.get-in-touch-form .form-group .form-control {
    color: #111 !important;
    font-weight: 700;
}

/*=======Contact Section=======*/

/*=======Footer Section=======*/
.single-footer-widget p {
    color: #084298;
    font-weight: 700;
    text-align: justify;
}

.single-footer-widget .address li {
    color: #084298;
    font-weight: 700;
}

.single-footer-widget .address li a {
    color: #084298;
    font-weight: 700;
}

.single-footer-widget .import-link li a {
    color: #121010;
    font-weight: 700;
}

.single-footer-widget .address li a:hover {
    color: #a5a5a5;
}

/*=======Footer Section=======*/

.default-btn {
    font-weight: 700;
    font-size: 21px;
    color: #ff0707;
    background-color: #0f1634;
}

.get-in-touch-area {
    background-image: linear-gradient(140deg, #040916 0%, #c31010d4 50%, #a0bd00 75%);
}

.section-title span {
    font-weight: 700;
    font-size: 30px;
}

.mean-container .mean-nav ul li a {
    color: #ffffff;
    font-weight: 700;
}

.single-footer-widget .social-icon li a i {
    color: #003d60;
}

.single-footer-widget .social-icon li a:hover i {
    color: #fff;
}

.about-content {
    text-align: justify;
}