.UIFooterControl {
        color: #000000;
        margin: 0 auto;
        position: relative;
        padding: 30px;
        background: linear-gradient(to bottom,#e74c3c,#d62c1a);
}
.UIFooterControl .footer{
        padding: 40px 45px 30px 45px;
}
.UIFooterControl .CopyRight {
        font: 13px/1.5 arial;
        margin: 0 auto;
}
.UIFooterControl a {
        color: #fff;
        font-size: 15px;
}
.UIFooterControl .Design {
}
.UIFooterControl .textwidget p{
font-weight: 600;
}
.UIFooterControl .design_menu_footer{
        background-color: #000;
        padding: 0 45px;
}
.widget-wrap h4 {
        font-size: 22px;
        margin-bottom: 20px;
        color: #000000;
        font-weight: bold;
}
.widget-area.footer-widgets-1.footer-widget-area {
        display: flex;
        align-items: stretch;
        gap: 50px;
}
.widget-area.footer-widgets-1.footer-widget-area section {
        /* flex: 1; */
        /* width: 33%; */
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
}
.widget-area.footer-widgets-1.footer-widget-area section:first-child {
        margin-bottom: 23px;
}
.widget-area.footer-widgets-1.footer-widget-area>section:nth-child(2) {
        /* flex: 1; */
        width: 42%;
        margin-bottom: 20px;
}
ul.social {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 65%;
        justify-content: flex-end;
}
.design {
        display: flex;
        align-items: center;
        gap: 50px;
        border-top: 1px solid;
        /* padding-top: 15px; */
        height: 57px;
}
.design>p {
        margin: 0;
        /* flex: 1; */
        color: #fff;
        font-size: 13px;
        width: 35%;
}
.textwidget p {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: normal;
}
.textwidget p a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
}
ul.social li a {
        /* width: 30px; */
        height: 30px;
        display: flex;
        /* background: #fff; */
        align-items: center;
        justify-content: center;
        /* border-radius: 50%; */
        overflow: hidden;
        padding: 0;
        color: hsla(0,0%,100%,.8);
        margin: 0 0 0 8px;
}
ul.social li:hover a {
        color: #ffff;
}
ul.social li:not(:last-child) a:after {
    content: "/";
    margin-left: 6px;
    color: #e0e0e0;
}
.UIFooterControl .CopyRight div span {
   color: #676767;
}
.footer-top p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.footer-area {
    padding: 20px 0;
    background: linear-gradient(to bottom,#e74c3c,#d62c1a);
}

.footer-area .widget_nav_menu {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 5px;
}

.footer-area .widget_nav_menu li {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 10px;
    color: #fff
}

.footer-area .widget_nav_menu li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0
}

.footer-area .widget_nav_menu li:first-child {
    padding-left: 0
}

.footer-area .widget_nav_menu li:last-child {
    padding-right: 0
}

.footer-area .widget_nav_menu li:last-child:after {
    display: none
}

.footer-area .widget_nav_menu li:hover a {
    color: #f2b705
}

.footer-top {
    padding-bottom: 20px
}
.footer-bottom {
    border-top: 1px solid #fff;
    padding: 25px 0 0;
}
.footer-bottom p{
 color: #fff;
}
@media only screen and (max-width: 768px) {
  .MainStructure .FooterBanner {
    /*background: #02265c;*/
  }
  .FooterBanner .widget-area.footer-widgets-1.footer-widget-area img {
    max-width: 70% !important;
  }
  .widget-area.footer-widgets-1.footer-widget-area > section:nth-child(2) {
    width: 100%;
    padding: 0 15px !important;
  }
  .widget-area.footer-widgets-1.footer-widget-area > section:nth-child(2) * {
    text-align: left;
    align-items: revert;
  }
  .design > p {
    font-size: 12px;
    width: 100%;
    text-align: left;
    align-items: revert;
  }
  div.UIFooterControl {
    padding: 0px !important;
  }
  .UIFooterControl .design_menu_footer {
    background-color: #000;
    padding: 0 15px !important;
  }
  .UIFooterControl .design_menu_footer .design{
  gap: 10px;
  }
  .textwidget p {
    font-size: 12px;
  }

  .widget-wrap h4 {
    font-size: 18px;
  }
 .FooterBanner ul.social {
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 1em !important;
}
div.FooterBanner .social li {
    width: 100% !important;
    align-items: revert;
    text-align: left;
    margin: 0 !important;
}
.FooterBanner .social li a {
display: unset
}
.widget-area.footer-widgets-1.footer-widget-area {
    gap: 30px !important;
}
.widget-area.footer-widgets-1.footer-widget-area section:last-child {
    height: 145px;
}
.footer-top img {
    width: 150px !important;
}
}



