
.marginTop{padding-top: 90px;}
span{color: #000;}

.bg1{background-color: #000; color: #fff !important;}
.bg2{background-color: #0dcaf0; color: #000 !important;}
.bg3{background-color: #fff !important;}

.tag_ {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 12px;
    margin: 10px 7px;
    line-height: 55px !important;
    min-width: 130px !important;
    color: #000 !important;
	text-decoration: none !important;
}
.banner{background: #fff none repeat scroll 0 0;
    display: inline-block;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -15px;
    padding: 10px 10px;
    position: center;}

a {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.navbar-light .navbar-toggler {
    color: #000;
    border-color: #f2c549;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    background-color: #fff;
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.10rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #000;
}



.line {
    width: 3rem;
    height: 2px;
    background: #444444;
    display: inline-block;
}
.line1 {
    width: 3rem;
    height: 2px;
    background: #000;
    display: inline-block;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff ;
    border-bottom: #000 solid 2px;
    border-left: none;
    border-right: none;
    border-top: none;

}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.price{background-color: #fff;}



.progress {
    height: 5px;
    background-color: #e9ecef;
}
.progress-bar-1 {width: 70%; background-color: #000;}
.progress-bar-2 {width: 30%; background-color: #000;}
.progress-bar-3 {width: 40%; background-color: #000;}
.progress-bar-4 {width: 80%; background-color: #000;}

/* ========== Footer ========= */
.footer_list ul{list-style: none; padding: 0;}
.footer_list ul li a{text-decoration: none; font-size: 16px; font-weight: 700; line-height: 35px; color: #000 !important;}
/* ========== Footer ========= */



