ul {
    margin: 0px;
    padding: 0px;
     
}
.row1{
    display: flex;
    justify-content: space-around;
    width: 100%;
    

}



.footer-section {
  background: #1a2228;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  display: flex;
  padding: 30px;
}
.single-cta{
    display: flex;
    align-items: center;
    gap: 15px;
}
.single-cta i {
  color: #aaa758;
  font-size: 30px;
  margin: 0;
  
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  max-width: 100px;
  margin-left: 20px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  font-family: Segoe Print;
  width: 300px;
  margin-left: 20px;
}
.footer-social-icon {
    margin-left: 30px;
    margin-bottom: 30px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;

}


.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  
}
.facebook-bg{
  background: #3B5998;
}

.instagram-bg{
  background: #DD4B39;
}
.footer-widget{
    margin-left: 20px;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #aaa758;
}
html.rtl .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #aaa758;
}
.links{
    display: flex;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #aaa758;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form input:focus{
    border: 1px solid #aaa758;
    outline: none;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #aaa758;
    padding: 13px 20px;
    border: 1px solid #aaa758;
    top: 0;
    cursor: pointer;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
/* Medium devices (tablets, 768px - 991px) */
@media (max-width: 991px) {
    .row1 {
        flex-direction: column;
        align-items: center;
    }

    .single-cta {
        justify-content: center;
        text-align: center;
        margin-top: 30px;
        display: flex;
    }

    .footer-widget {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .footer-widget ul li {
        width: 100%;
    }

    .footer-text p {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .footer-social-icon {
        margin-left: 0;
        text-align: center;
    }
}

/* Small devices (mobiles, max-width: 767px) */
@media (max-width: 767px) {
    .footer-cta {
        flex-direction: column;
        text-align: center;
    }

    .single-cta {
        flex-direction: column;
        gap: 10px;
    }

    .cta-text h4 {
        font-size: 18px;
    }

    .cta-text span {
        font-size: 14px;
    }

    .subscribe-form input {
        padding: 12px 20px;
    }

    .subscribe-form button {
        padding: 12px 16px;
    }

    .footer-logo img {
        margin-left: 40%;
    }

    .footer-pattern img {
        width: 80px;
    }

    .footer-widget-heading h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-widget-heading h3::before {
        width: 40px;
    }
    .img-fluid{
      margin-right: 120px;
    }
 html.rtl .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #aaa758;
}

}

