/* ==================footer==================== */


.footer-top {
    /* margin-top: 40px; */
    background-color: #171c24;
    padding: 30px 0;
  }
  
  .footer-top .footer_head {
    font-size: 16px;
    color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
  }
  
  .footer-top .about_footer .fot_abou-p {
    font-size: 16px;
    color: #e5e5e5;
    line-height: 1.7;
    margin-top: 10px;
    text-align: justify;
  }
  
  .footer-top .footer_social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
  
  .footer-top .footer_social li {
    list-style: none;
    margin: 0 10px 0 0;
  }
  
  .footer-top .footer_social li a {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 15px;
    color: #f2f2f2;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-radius: 2px;
    transition: 0.5s;
  }
  
  .footer-top .footer_social li:nth-child(1) {
    background-color: #3b5999;
  }
  
  .footer-top .footer_social li:nth-child(2) {
    background-color: #f50000;
  }
  
  .footer-top .footer_social li:nth-child(3) {
    background-color: #00acee;
  }
  
  .footer-top .footer_social li:nth-child(4) {
    background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
  }
  
  .footer-top .footer_social li:hover {
    opacity: 0.8;
  }
  
  .footer {
    background-color: #1475bc;
    color: #ffffff;
    padding: 10px 0;
  }
  
  .footer .foot-left .copy-righ {
    margin: 0;
    font-size: 14px;
    color: #fff;
  }
  
  .footer .foot-left .copy-righ a {
    color: #fff;
    font-weight: 700;
  }
  
  .footer .fort-right ul {
    text-align: right;
    margin: 0;
  }
  
  .footer .fort-right ul li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
  }
  
  .footer .fort-right ul li a {
    color: #fff;
    font-size: 14px;
  }
  