/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

#main_footer {
  background-color: #0F131B;
  color: #fff;
  padding: 70px 200px;
  padding-bottom: 55px;
  height: 400px;
}

#main_footer .footer-top {
  margin-top: 20px;
}

#main_footer img.footer-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 700px;
  height: 400px;
}

#main_footer .border-line {
  border-top: 1px solid #4d4d4d;
  margin: 25px 0px;
}

#main_footer .well img {
  max-width: 200px;
}

#main_footer .well .cl-section {
  position: relative;
  top: 60px;
}

#main_footer .well .app-section-footer p {
  padding-top: 12px;
  font-family: Gilroy-Bold;
}

#main_footer .cl-section a {
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 100%;
  line-height: 45px;
  margin-left: 10px;
}

#main_footer .cl-section a:hover {
  background-color: #f8c456;
  border-color: #f8c456;
}

#main_footer .cl-section a svg {
  width: 20px;
  height: 20px;
}

#main_footer ul {
  padding: 0;
}

#main_footer li {
  list-style-type: none;
  float: left;
  margin-right: 15px;
}

#main_footer li svg {
  margin-right: 5px;
}

#main_footer li a:hover {
  color: #e4b554 !important;
}

#main_footer a {
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#main_footer p {
  padding-top: 20px;
  padding-right: 20px;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  #main_footer {
    padding: 70px 120px;
  }
}

@media screen and (max-width: 1440px) {
  #main_footer {
    padding: 70px 80px;
  }
}

@media screen and (max-width: 1366px) {
  #main_footer {
    padding: 70px 50px;
  }
}

@media screen and (max-width: 991px) {
  #main_footer {
    padding: 20px 10px;
    height: auto;
  }

  #main_footer img.footer-bg {
    display: none;
  }

  #main_footer .footer-width {
    width: 100%;
  }

  #main_footer .footer-width .well {
    margin: auto;
    display: table !important;
  }

  #main_footer .well.d-flex.float-end {
    float: none !important;
    text-align: center;
  }

  #main_footer .well .app-section-footer p {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #main_footer {
    padding-top: 0;
  }

  #main_footer .border-line {
    display: none;
  }

  #main_footer .well .cl-section {
    position: initial;
    margin-top: 20px;
  }

  #main_footer .footer-main {
    display: initial !important;
  }

  #main_footer .footer-main .col {
    text-align: center !important;
  }

  #main_footer li {
    width: 100%;
  }

  #main_footer .app-section-footer {
    margin: 10px 0px;
  }

  #main_footer .app-sec {
    margin-bottom: 40px;
  }

  #main_footer .footer-top {
    margin-top: 0;
  }
}

html:lang(ar) #main_footer .well .cl-section {
  text-align: end;
}

html:lang(ar) #main_footer ul {
  float: right;
}

html:lang(ar) #main_footer .app-logos {
  float: left !important;
}

html:lang(ar) #main_footer .app-logos p {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  html:lang(ar) .floating-icon {
    transform: none !important;
  }

  html:lang(ar) .floating-icon a svg {
    float: left;
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  html:lang(ar) .whatsapp-fix svg {
    top: -5px !important;
  }

  html:lang(ar) .whatsapp-fix p.img__description {
    top: 0 !important;
  }
}

