.footerContent{

    padding: 50px 13px;
    background: #0F203C;

    margin-top: 30px;
    color: #fff;
}
.footerContentBox{
    display: flex;
    justify-content: space-between;
}
.footerAbout{
    background: #0F203C;color: #fff;
    padding-bottom: 30px;
} .footerAbout p{
    margin: 0;
  }
.footerItem p {
     text-align: justify;
 }
.footerItem{
    flex: 1;
}
.footerLogo{
    text-align: center;
}.footerLogo img {
     width: 135px;
 }
.boxMenu ul{
    margin: 0;
    padding: 0;
    list-style: none;

}
.boxMenu li a {
    color: #fff;
   display: inline-block;
}
.boxMenu li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footerNamad{
    display: flex;
    justify-content: center;    margin-left: 38px;
}
.footerNamadItem{
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter{

}.footerItem {
     margin: 0 20px;
 }
.footerItem strong {
    padding-bottom: 15px;
    font-size: 16px;
    margin-bottom: 27px;
    display: inline-block;color: #FFB81C;
}
.social{

    display: flex;
    justify-content: center;
    margin-top: 22px;
    font-size: 20px;
}.newsletter strong {
     color: #D90429;
     margin-bottom: 10px;
     display: block;
     font-size: 15px;
 }.social a {
      color: #404040;
  }.newsletter form {
       display: flex;
   }.newsletter form input {
              border-radius: 10px;
              background: #EFEFEF;
              padding: 10px;
              outline: 0 !important;
              border: 0;
              width: 185px;
              margin-right: 13px;
    }.newsletter form button {
                transition: .4s;
                   border-radius: 10px;
                   background: transparent;
                   padding: 11px 20px;border: solid 1px #FFB81C;
    color: #FFB81C;
     }
.newsletter form button:hover {

    border-radius: 10px;
    color: #fff;
    padding: 11px 20px;border: solid 1px #FFB81C;
    background: #FFB81C;
}
.boxMenu li svg {
                         margin-left: 10px;
                         min-width: 45px;
      }.boxAddress{

                            }
       .footerCopyRight{
           text-align: center;
           background: #0f203c;
           padding: 6px;
           color: #fff;
           border-top: solid 1px #FFB81C;
           padding-top: 19px;
       }.footerCopyRight p{
                   margin-bottom: 0;
               }.social {
                    flex-wrap: wrap;
                }
.social a {
    color: #FFB81C;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 10px;
}
.footerTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}
.footerTop strong{
    color: #FFB81C;
    display: block;
    font-size: 16px;
}
.footerTop span{

}
       @media (max-width: 992px) {
           .footerContentBox {
               flex-wrap: wrap;
           }.footerNamad {
                flex-wrap: wrap;margin-left: 0;
            }.footerItem {
                 flex: 0 0 100%;
                margin: 0;
                 margin-bottom: 30px;
             }.footerNamadItem {
                  margin-bottom: 13px;
              }.newsletter {
                   margin-right: 0;        margin-top: 20px;
               }.newsletter form {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-end;
                }.newsletter form input {
                     width: 100%;
                     margin-left: 0;
                     margin-bottom: 13px;
                 }.boxAddress {
                      margin-right: 0;
                  }.social {
                      margin-right: 0;}
           .boxMenu li {
                                           margin-bottom: 20px;

                                       }
           .footerTop {
               flex-direction: column;
           }
       }