/* footer */

footer {
    background-color: #212121; /* Dark background */
    color: #f8f9fa; /* Light text color */
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer a:hover {
    color: #f4c343;
}

footer .bi {
    font-size: 1.5rem;
    margin-right: 10px;
}

footer .btn-warning {
    background-color: #f4c343;
    color: #212121;
    font-weight: 600;
    border: none;
}

footer .btn-warning:hover {
    background-color: #d3a02f;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_text{
    color: #A5A49A;
    line-height: 1.5;
}
.footer_heading{
      font-family: 'Manrope', sans-serif;
}
.link_text{
    color: #A5A49A !important;
}
.text_yellow{
    color: #EEC044;
}
.contact_footer p{
      color: #A5A49A !important;
}

footer {
    background-color: #212121; /* Dark background */
    color: #f8f9fa; /* Light text color */
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer a:hover {
    color: #f4c343;
}

footer .bi {
    font-size: 1.5rem;
    margin-right: 10px;
}

footer .btn-warning {
    background-color: #f4c343;
    color: #212121;
    font-weight: 600;
    border: none;
}

footer .btn-warning:hover {
    background-color: #d3a02f;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
.form-control{
    margin-bottom:0px  !important
}

/* header */
.top_header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px;
    /* background-color: #f8f9fa; */
}

.logo_div img {
    height: 100%;
}

.icons_div a {
    margin: 0 10px;
    text-decoration: none;
}

.icons_div img {
    width: 25px;
}

.contact-detail-div p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;

}

.contact-detail-div {
    padding: 20px;
}

.navbar {
    background-color: #343a40;
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar .navbar-toggler {
    border-color: #fff;
}

.navbar .navbar-toggler-icon {
    background-color: #fff;
}

.w-60 {
    width: 60% !important;
    margin: 0 auto;
}

.b-right {
    border-right: 1px solid #E4E2D7;
    display: flex;
}

.top_header_img {
    width: 100%;
    padding-right: 10px;
}
.nav-bg{
    background: #2f2e2a !important;
}
.pr-right{
    padding-right: 15px;
}
@media (max-width:1440px) {
    .w-60{
        width: 70% !important;
        margin: 0 auto;
    }
}
@media (max-width:1292px) {
    .w-60{
        width: 100% !important;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
   .icons_div{
    display: none !important;
   }
}
@media (max-width:767px) {
  .contact-detail-div{
       display: none !important;
  }
  .policy_text{
    text-align: center !important;
  }
}
.copyRight{
    background: #1F1E17;
}
.txt-deco{
    text-decoration: none !important;
}
.policy_text{
    text-align: right;
}
.copyRight{
    padding: 20px;
}
.policy_text p{
    margin-bottom: 0px;
}
.rights p{
        margin-bottom: 0px;
}
.navbar-toggler{
    float: right;
}
.fa-bars{
    color: white;
}