.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: initial;
    font-size: .75rem !important;
    text-decoration: solid;
    white-space: normal;
	
}
a {
    color: #dc3545 !important;
    text-decoration: underline;
	font-weight: 700 !important;

}
.text-dark {
    color: #fff !important;
}
p {
    color: #fff !important;
	}
.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: #fff !important;
	font-size: 1.75rem !important;
}
body {
    
    background-color: #000 !important;
    
}
.bg-light {
    background-color: #dc3545 !important;
}
.bg-white {
    background-color: #dc3545 !important;
}
.marginTop{padding-top: 90px;}

.bg{background-color: #ffbc00;}
.bg1{background-color: #dc3545; color: #000 !important;}
.bg2{background-color: #000; color: #000 !important;}
.bg3{background-color: #dc3545; color: #000 !important;}
.my-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}




.banner{background: #dc3545 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;}

    
.line {
    width: 3rem;
    height: 2px;
    background: #fff;
    display: inline-block;
}
.line1 {
    width: 3rem;
    height: 2px;
    background: #fff;
    display: inline-block;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #d40a06 ;
    border-bottom: #ffbc00 solid 2px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.price{background-color: #000;}

.about_{
    background-repeat: no-repeat; width: 100%;
    height: 100%;
    background-position: center center;
}

.progress {
    height: 5px;
    background-color: #e9ecef;
}
.progress-bar-1 {width: 70%; background-color: #ffbc00;}
.progress-bar-2 {width: 30%; background-color: #ffbc00;}
.progress-bar-3 {width: 40%; background-color: #ffbc00;}
.progress-bar-4 {width: 80%; background-color: #ffbc00;}

/* ========== 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: #fff !important;}
/* ========== Footer ========= */
.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #ff0000;
}
.rcol {
  background-color: #018f99;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}