section.newsletters {
    background: #000;
    padding: 50px 0;
}
/* section.newsletters.mt-5.pt-5 {
    padding-top: 100px !important;
} */
   
.top-border {
    border-top: 5px solid #dddddd6b;
    padding: 98px 0 50px 0;
    margin: 100px 0;
    margin-bottom: 0px;
}
.footer-img img {
    width: 50px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
}
.footer-links H3 {
    font-size: 18px;
    color: #ffc107;
    font-weight: 600;
}
.footer-links ol, ul {
    padding-left: 0 !important;
}
.footer-links li {
    list-style: none;
    padding: 8px 0;
    list-style: none;
}
section.newsletters .col-sm-4 {
    width: 33%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

footer.footer-outer {
    border-top: 5px solid #dddddd6b;
    padding: 50px 0;
}
.footer-img {
    margin-bottom: 15px;
}
footer.footer-outer .col-2 {
    margin: 0;
    padding: 0;
}
footer.footer-outer .col-sm-4 {
    margin: 0;
    padding: 0;
}
#footer-contact {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
.row {
    align-items: start !important;
}

#footer-contact > h5 {
    grid-column-start: 1;
    grid-column-end: 3;
}
.newsletter-form {
    background: #41464b85;
    padding: 10px;
    position: relative;
  
}
section.newsletters .col-sm-4 {
    width: 33%;
   
}
.newsletter-form input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 18px;
    border-radius: 5px;
}
button.news-btn {
    background: #ddd;
    border: none;
    padding: 19px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
}
.newsletters-btn {
    position: absolute;
    top: 10px;
    right: 9px;
}
.newsletter-form input:focus {
    outline: none;
}
.newsletter-icon P {
    color: #ffffff8a;
    margin: 10px 0;
    font-size: 16px;
}
section.newsletters h5 {
    color: #F8C900;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}
section.newsletters a {
    color: #fff;
    text-decoration: none;
}
.newsletter-icon i {
    font-size: 50px;
    color: #fff;
}
section.newsletters {
    background: #000;
}
@media only screen and (max-width: 767px) {
    .footer-links H3 {
        margin: 10px 0;
        font-size: 15px;
    }
    .footer-img img {
        width: 39px;
    }
    .text-center {
        text-align: left !important;
    }
    footer.footer-outer {
        margin: 0 !important;
    }
    footer.footer-outer .col-2 {
        flex: 0 0 auto;
        width: 100%;
    }
    .newsletter-icon i {
        font-size: 35px;
       
    }
    .newsletter-icon {
        margin: 15px 0 !important;
    }
    section.newsletters a {
        font-size: 13px;
    }
    section.newsletters {
        margin: 0 !important;
    }
    .newsletter-form {
        margin: 30px 0 !important;
    }
    .newsletter-icon {
        margin: 40px  0;
    }
    footer.footer-outer .col-2 {
        flex: 0 0 auto;
        width: 100%;
    }
    section.newsletters .col-sm-4 {
        width: 100%;
       
    }

   section.newsletters h5{
       margin-bottom: 0px;
}

}
@media only screen and (min-width: 767px) and (max-width: 1024px)  {
    footer.footer-outer .col-2 {
        width: 50%;
    }
    .footer-img img {
        width: 40px;
     }
     .footer-links H3 {
      margin: 0;
     }
     section.newsletters .col-sm-4 {
        width: 50%;
       
    }

}



footer a:hover{
        color:#f8c900;
    }
    .foot_color p{
        color:#f8c900!important;
    }
    .foot_color1 a{
    color:#f8c900!important;

    }



