.footer-area {
    background: rgba(17, 22, 30, 0.9);
}

.footer-area .footer_bottom {
    color: #fff;
    background-color: #11161e;
    font-size: 16px;
}

.footer_design {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  @media (max-width: 767px) {
    .footer-area .footer_design {
      flex-direction: column;
      text-align: left;
      padding: 0;
      margin: 0;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer_design {
      text-align: left;
    }
  }

  .footer_widget_design {
    margin-bottom: 44px;
  }
  
  .link_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
  }

  .footer-area .links a {
    color: rgba(255, 255, 255, 0.6);
}
.footer-area .links a:hover {
    color: #19cb55;
}

.footer_bottom .copyright_text p {
    color: rgba(255, 255, 255, 0.76);
}

.footer_bottom .copyright_text a {
    color: rgba(255, 255, 255, 0.71);
}

.footer_bottom .copyright_text a:hover {
    color: #19cb55;
}

/* .copyright_text .colorOrange {
    color: #ffa800;
} */

.footer_social span, .footer_social a span {
    color: #95a0ae !important;
}

  @media (max-width: 767px) {
    .link_heading {
      padding-top: 20px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .footer_widget_design.fixwidth {
      width: 200px;
    }
  }
  
  .container.tp-border {
    border-top: 1px solid #e4ecee;
  }
  

  .footer_social a {
    padding-left: 22px;
  }
  .footer_social a i {
    color: #95a0ae;
  }
  .footer_social a:hover {
    color: #19cb55;
  }
  
  .copyright_text p .en {
    color: #19cb55;
  }

  .copyright_text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #565c64;
    margin-bottom: 15px;
  }
  
  @media (max-width: 767px) {
    .copyright_text p {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .copyright_text p {
      font-size: 14px;
    }
  }

  .copyright_text .colorlightblue {
    color: #3694f5;
  }

  .copyright_text a {
    color: #565c64;
  }

  .pt-20 {
    padding-top: 20px;
}


.pb-15 {
    padding-bottom: 15px;
  
}

  .footer-area i {
    margin-right: 10px;
    color: #19cb55;
}
  
  .footer_social a i {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .footer_social a i:hover {
    color: #19cb55;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  
  /*
  =============================
  HOME PAGE 2 FOOTER DESIGN
  =============================
  */
  .footer2 {
    background: #fff;
    margin-top: 0;
    padding-top: 100px;
  }
  
  .footer_widget_design.widget1 {
    margin-right: 158px;
  }
  .footer_widget_design.widget1 p {
    font-size: 15px;
  }
  .footer_widget_design.widget1 p span {
    color: #3694f5;
  }
  
  .follow {
    padding-top: 17px;
  }
  .follow span {
    margin-right: 22px;
  }
  .follow a {
    margin-right: 10px;
  }
  .follow a i {
    color: #95a0ae;
  }
  .follow a :hover {
    color: #3694f5;
  }
  
  .footer_border_shape {
    border: 1px solid #e4ecee;
    margin-bottom: 15px;
  }
  
  .footerbg2 {
    background: #f9fdfa;
    padding-top: 82px;
    margin-top: 100px;
  }
  
  .footer-area.padding-remove {
    margin-top: 0;
  }
  
  /*
  =============================
  HOME PAGE 3 FOOTER DESIGN
  =============================
  */
  .footerbg3 {
    background: #fafdff;
    padding-top: 80px;
  }
  
  .footerbg3 li a:hover {
    color: #583bf7;
  }
  
  .copyclr3 p span {
    color: #583bf7;
  }
  
  .footer-area.padding-remove {
    padding-top: 80px;
  }
  
  /*
  =============================
  SERVICE FOOTER DESIGN
  =============================
  */
  .footer-area.servicefooter {
    margin-top: 13px;
  }
  
  /*
  =============================
  CONTACT FOOTER DESIGN
  =============================
  */
  .footer-area.servicefooter.contactfooter {
    padding-top: 90px;
    margin-top: -15px;
  }
  
  .footertext-hover ul li a:hover {
    color: #3694f5;
  }
  
  .footertext-hover2 ul li a:hover {
    color: #583bf7;
  }
  
  /*
  ==========================================
  10. fetures
  ==========================================
  */
  /*
  =============================
  HOME PAGE 1 FETURES DESIGN
  =============================
  */
  .features__icon {
    margin-left: -30px;
  }
  .features p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 38px;
    padding-top: 11px;
  }
  @media (max-width: 767px) {
    .features p {
      margin-bottom: 22px;
      padding-top: 0px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .features p {
      font-size: 13px;
    }
  }
  .features a {
    color: #19cb55;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
  }
  .features a i {
    margin-left: 8px;
  }
  .features a:hover {
    color: #F3B0D7;
  }
  
  .fetures_title {
    font-size: 30px;
    color: #132339;
    font-weight: 600;
    line-height: 40px;
    margin-top: -17px;
    padding-right: 60px;
    margin-bottom: 23px;
  }
  
  .features__icon {
    background-image: linear-gradient(-120deg, #f2b6db 1%, #ff79b7 100%);
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-left: unset;
    margin-bottom: 30px;
    box-shadow: 0px 20px 40px 0px rgba(21, 18, 68, 0.14);
    line-height: 60px;
  }
  
  .features__icon.bgclr {
    background-image: linear-gradient(-120deg, #c2b7ff 1%, #766eff 100%);
  }
  
  .feabox__img.img1 {
    background-image: linear-gradient(-120deg, #57e988 1%, #19cb55 100%);
  }
  
  .feabox__img.img2 {
    background-image: linear-gradient(-120deg, #fbd275 1%, #faaa0f 100%);
  }
  
  .feabox__img.img3 {
    background-image: linear-gradient(-120deg, #c2b7ff 1%, #766eff 100%);
  }
  
  .feabox.clr1 {
    border-radius: 10px;
    background-color: #f1fcf5;
    color: #19cb55;
  }
  
  .tcolor0 {
    color: #3d7bff;
  }
  
  .tcolor1 {
    color: #19cb55;
  }
  
  .feabox.clr2 {
    background: #fff8ec;
  }
  
  .tcolor2 {
    color: #faaa0f;
  }
  
  .feabox.clr3 {
    background: #f7f6ff;
  }
  
  .tcolor3 {
    color: #766eff;
  }
  
  .feabox {
    display: grid;
    place-items: center;
    background: #f4f7ff;
    text-align: center;
    transition: 0.3s;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .feabox:hover {
    transition: 0.3s;
    transform: translateY(-5px);
  }
  .feabox__img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-image: linear-gradient(-120deg, #56bbff 1%, #3d7bff 100%);
    line-height: 80px;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(5, 42, 18, 0.14);
  }
  
  .features.pt-105.wow.fadeInLeft {
    padding-left: 0;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .features.pt-105.wow.fadeInLeft {
      padding-left: 26px;
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .features.pt-105.wow.fadeInLeft {
      padding-top: 0;
    }
  }
  
  .feabox-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -18px;
  }
  
  .section-title.section_title_white {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
  }
  @media (max-width: 767px) {
    .section-title.section_title_white {
      font-size: 25px;
      line-height: 1.3;
      padding-top: 33px;
      padding-bottom: 33px;
    }
  }
  
  @media (max-width: 767px) {
    .app_image.pt-150.pb-140 {
      padding-bottom: 0px;
      padding-top: 50px;
    }
  }
  
  .team-area {
    padding-bottom: 50px;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-area {
      padding-bottom: 80px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .team-area {
      padding-bottom: 60px;
    }
  }
  
  @media (max-width: 767px) {
    .app_image.app_image3 {
      padding-bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .footer_logo {
        text-align: left !important;
      }
      .footer-area.padding-remove {
        padding-top: 0px;
      }
  }

  .footer_logo {
    text-align: right;
  }

  .footer_logo img {
    width: 135px;
  }

  .f-right {
    float: right;
}

.footer-area ul {
    padding: 0;
}

.footer-area li {
    list-style: none;
    margin: 10px 0;
}
.footer-area li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #565c64;
}