/* .menu a {
    color: #fff;
    text-decoration: none;
}

.menu-page p {
    display: flex;
    justify-content: center;
    color: #fff;
}

.contact-footer ul {
    padding: inherit;
}

.contact-footer ul li {
    list-style: none;
    padding-top: 1rem;
}

.contact-footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer {
    width: 100%;
    background: linear-gradient(to right, rgb(2, 27, 121), rgb(5 155 230));
    min-height: 100px;
    padding: 20px 50px;
}

.social-icon,
.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
    list-style: none;
}

.social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

.social-icon__link:hover {
    transform: translateY(-10px);
}

.menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
}

.menu__link:hover {
    opacity: 1;
}

.footer-logo p {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    max-width: 43%;
    line-height: inherit;
    padding-top: 2rem;
}

.footer-logo img {
    max-width: 18%;
} */


img {
    max-width: 100%;
    height: auto;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-content p {
    font-size: 16px;
    position: relative;
    color: #fff;
    padding-top: 1rem;
    text-align: center;
}

.contact-content h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-content h6 span{
    color: #fff;
    margin-left: 3px;
}
.contact-social {
    margin-top: 30px;
}

hr {
    border-top: 1px solid #fff;
}

.contact-social>ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
    border: 1px solid #fff;
    color: #FAB702;
}

.contact-social i {
    color: #fff;
}

.contact-content img {
    max-width: 110px;
    padding-top: 2rem;
}

.logo-name{
    font-size: 20px;
    color: #fff;
    font-family: 'Gilda Display', serif !important;
}
.logo-small-text{
    font-size: 15px !important;
    color: #25d366 !important;
}

.contact-area
 {
    background-color: #354F42;
    background-image: linear-gradient(147deg, #354F42 0%, #000000 84%);
}

.svg-inline--fa {
    vertical-align: -0.200em;
  }
  
  .rounded-social-buttons {
    text-align: center;
    margin-top: 30px;
  }
  
  .rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
    border-radius: 3px;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  
 
  
  .rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
    font-size: 25px;
  }
  
  .rounded-social-buttons .social-button.facebook {
    background: #3b5998;
  }
  
 
  
  .rounded-social-buttons .social-button.twitter {
    background: #000;
  }
  
 
  
  .rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
  }
  
  
  
  .rounded-social-buttons .social-button.youtube {
    background: #CD201F;
  }
  
 
  
  .rounded-social-buttons .social-button.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }
  
 

footer p {
    padding: 20px 0;
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
}
footer .footer-link{
    color: #fff;
}
footer img {
    width: 30px;
    padding-top: 0px !important;
}