.logoimage {
    background-color: #1CABE2;
}

.contact-banner {
    overflow: hidden;
}

.contact-main {
    position: relative;
}

.contact-main img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.btn-defualt {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
    text-align: center;
    max-width: fit-content;
    text-align: center;
    height: 41px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #f26a21;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    margin: 50px;
    padding: 0 16px;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}

.btn-defualt:hover {
    background: #B75F5F;
    color: #FFFFFF;
}



.contact-banner .btn-defualt{
    right: 0;
    top: -110px;
    margin-top: 0;
  }


  .contact-banner .highable{
    line-height: 2.38;
    font-size: 1.94118rem;
    font-weight: 900;
    padding: 0 54px;
    color: #fff;
    background-color: #f26a21;
    min-height: 78px;
    display: inline-block;
    position: absolute;
    left: 38px;
    width: fit-content;
    margin: 0 auto;
    bottom: 30px;
    text-decoration: none;
  }  

  .support-type-wrapper {
    clear: both;
  }

  footer{
    background-color: #00aeef;
    padding: 62px 0;
    margin-top: 100px;
  }

  footer img{
    filter: brightness(2);
  }

  footer .container{
    max-width: 1544px;
    margin: 0 auto;
  }

  footer .support-type-wrapper .read-more{
    position: relative;
    left: 0;
  }