 header {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 20px 0;
 }

 header img {
   max-height: 150px;
 }

 footer {
   font-family: "Karla", sans-serif;
 }

 .footer-section {
   background-color: #EAEBEA;
 }

 .footer-logo-wrapper {
   text-align: left;
 }

 .footer-logo-wrapper img {}

 .footer-address-wrapper i,
 .footer-contact-wrapper i,
 .footer-social-wrapper i {
   font-size: 1.5rem;
   color: #393838;
 }



 .footer-section small a {
   color: #555;
   font-weight: 600;
   text-decoration: none;
 }

 .footer-section small a:hover {
   text-decoration: underline;
   color: #CE5840;
 }

 .footer-section p {
   color: #555;
   font-weight: 600;
   font-size: 18px;
   line-height: 23px;
   margin-bottom: 0px;
 }

 .footer-powered-wrapper strong {
   font-weight: 600;
 }

 .footer-address-wrapper h6 {
   font-size: 20px;
 }

 .footer-contact-wrapper h6 {
   font-size: 20px;
 }

 .insta_logo {
   width: 50px;
 }

 .ftr_logo {
   width: 140px;
 }

 .home_banner .banner_img {
   width: 100%;
   object-fit: cover;
 }