

.footer {
    background: #151515;
    color: #fff;
    padding: 90px 0 0 0;
}

.footer_subscribe{
       width: 100%;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       padding-bottom: 60px;
}

.footer_subscribe h3{
      font-size: 40px;
      line-height: 60px;
      font-weight: bold;
}

.news-letter-form{
       width: 42%;
       margin-left: auto;
       display: flex;
       flex-wrap: wrap;
    justify-content: space-between;
}

.main_subscribe{
       width: calc(100% - 200px);
       line-height: 50px;
       background-color: transparent;
       border: none;
       border-bottom: 1px solid #A5A5A5;
       font-size: 18px;
    color: #FFFFFF;
}

.footer_nav_wrap{
       width: 100%;
       padding: 70px 0;
       border-top: 1px solid rgba(157, 157, 157, 0.25);
       display: flex;
       flex-wrap: wrap;
}

.footer_nav_wrap h4{
    width: 100%;
       font-size: 22px;
       line-height: 26px;
       margin-bottom: 15px;
       font-weight: bold;
} 

.footer_nav{
       width: 57%;
         display: flex;
       flex-wrap: wrap;
}

.footer_nav ul{
       width: 45%;
}

.footer_nav ul li{
       width: 100%;
       padding-right: 20px;
}

.footer_nav ul li+li{
     margin-top: 15px;
}


.footer_nav ul li a{
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer_nav ul li a:hover{
          color: #2C83EC;
}



.footer_address{
   width: 23%;
}

.footer_social{
     width: auto;
     margin-left: auto;
}

.footer_address p{
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0;
}

.footer_address a{
     width: 100%;
     display: block;
       color: #fff;
      font-size: 18px;
      line-height: 26px;
      margin-top: 15px;
}

.footer_address a:hover{
     color: #2C83EC;
}

.footer_social ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
}

.footer_social ul li{
       width: 40px;
       height: 40px;
       border: 1px solid #ECECEC;
       color: #fff;
       -webkit-border-radius: 100%;
       border-radius: 100%;
       -webkit-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
}

.footer_social ul li a{
       width: 100%;
       display: inline-flex;
       justify-content: center;
       align-items: center;
       height: 100%;
       color: #fff;
       font-size: 16px;
}

.footer_social ul li:hover{
       background-color: #2C83EC;
       border: 1px solid #2C83EC;
}

.footer_rights_wrap{
       width: 100%;
        border-top: 1px solid rgba(157, 157, 157, 0.25);
       padding: 25px 0;
         display: flex;
       flex-wrap: wrap;
}

.footer_rights_wrap p{
       font-size: 18px;
       line-height: 26px;
       color: #fff;
       margin-bottom: 0;
}

.footer_rights_wrap ul{
       display: flex;
       flex-wrap: wrap;
       column-gap: 30px;
       margin-left: auto;
}

.footer_rights_wrap ul li{
      position: relative;
}

.footer_rights_wrap ul li:not(:last-child)::after{
       content: "";
       width: 1px;
       height: 20px;
       background-color: #fff;
       position: absolute;
    right: -15px;
    top: 3px;
}

.footer_rights_wrap ul li a{
     font-size: 18px;
       line-height: 26px;
       color: #fff;
}

.footer_rights_wrap ul li a:hover{
        color: #2C83EC;
}



