footer{
  background-color: #25aae1;
  width: 100%;
}
.footer {
  width: 100%;
  margin: auto;
  /* min-height: 600px; */
  display: flex;

}
footer, .footer, footer *{
  overflow: visible;
}
.footer a{
  color: white;
  text-decoration: none;
}
.footerLeft{
  display: flex;
  padding-top: 50px;
  padding-bottom: 1rem;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-end;
  flex: 2;
}
.footerLeftContainer{
  display: flex;
  color: white;
  width: 100%;
  justify-content: space-evenly;
  font-size: 1.0em;
}
.footerImg{
  
  width: 140px;
  position: relative;
  /* border-radius: 50%; */
  height: 95%;
  overflow: hidden;
  background-color: #25aae1;
}
.footerImg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}
.footerLinks{
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
}

.iconsWraper{
  display: flex;
  gap: 6rem;
  
  flex: 0;
  padding: 0;

}
.iconrow{
  display: flex;
  justify-content: space-around;
  align-items:center;
  margin: 1rem 0;
  gap: 1rem;
  /* margin-block: 1rem; */
}
.iconrow p{
  flex: 2;
  margin: 0;
  text-align: left;
}

.linksList {
  
  padding: 0px 20px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
}

.linksList h3 {
  font-family: 'Comfortaa';
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.linksList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.linksList li {
  margin-bottom: 10px;
}

.linksList a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins';
}

.linksList a:hover {
  color: #0056b3;
}

.footerText p{
  color: white;
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.5;
  margin-block: 2.5rem 0rem;
  /* padding-left: 2rem; */

}

.footerRight {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem;
  position: relative;
  background-image: url(/images/footerimg1.jpg);
  background-size: cover;
 /* height: 100%; */
}
.footerRight::before{
  content: "";
  position: absolute;
  inset: 0;
  /* z-index: 5000; */
  /* background-image: url(/images/footerimg1.jpg); */
  background-color: rgba(0, 52, 95, 0.5);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.footerForm {
  text-align: center;
}

.footerForm h3 {
  font-family: 'Comfortaa';
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.footerForm form {
  display: flex;
  flex-direction: column;
}

.footerForm input {
  padding: 10px;
  /* margin-bottom: 10px; */
  border: none;
  font-family: 'Poppins';
  font-size: 14px;
  z-index: 1000;
}
/* #feedbackI:hover, #feedbackI:focus{
  border: 1px solid #25aae1;
  outline: none;
  transform: translateY(100%);
} */
#submitF{
  z-index: 0;
  transform: translateY(-100%);
  transition: 0.3s linear;
}
#submitF:hover{
  background-color: #25aae1;
  color: white;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .footer{
    flex-direction: column;
    height: 60vh;

  }
  .footerLeftContainer{
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5rem;
    margin-block: 1rem 2rem;
  }
  .footerImg{
    width: 150px;
    position: relative;
    /* border-radius: 50%; */
    height: 80%;
    overflow: hidden;
    /* background-color: white; */
    /* flex: 1; */
  }
  .footerImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
  }
  .iconsWraper{
    display: flex;
    flex: 0;
    gap: 4rem;
    align-items: flex-start;
    justify-content: space-around;
  }
  .icons{
    padding: 0;
  }
  .iconrow{
    
    gap: 0.5rem;
  }
  

  .footerLeft{
    padding-top: 1rem;
    flex: 1;
    font-size: 0.9em;
  }
  .footerRight{
    background-position: 50% 40%;
  }
  .footerRight, .footerLeft{
    flex: 10;
  }
  .footerText p{
    margin-block: 0rem;
  }
}

@media (max-width: 550px) {
  .footer{
    height: unset;
  }
  .footerLeft{
    padding-block: 0rem 0.5rem;
  }
  .footerLeftContainer{
   gap: 0.5rem;
   padding-inline: 4px;
   margin-block: 0.5rem 0.25rem;
  }
  .iconsWraper{
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: space-around;
    align-items: normal;
    font-size: 1em;
  }
  .iconrow{
    margin: 0.75rem 0 0.75rem 0;
    gap: 0.5rem;
  }
  .footerImg{
    width: 100px;
    position: relative;
    /* border-radius: 50%; */
    height: 60%;
    overflow: hidden !important;
    /* background-color: white; */
    /* flex: 1; */
  }
  /* .footerRight{
    display: none;
  } */
}



















/* 
.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #25aae1;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #E2E2E2;
}
.single-cta{
    display: flex;
    gap: 5px;
}
.single-cta i {
  color: #E2E2E2;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  width: 30px;
  display: flex;
  justify-content: center;
}
.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: #E2E2E2;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #E2E2E2;
    line-height: 28px;
}
.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: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.google-bg{
  background: #DD4B39;
}
.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: #E2E2E2;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #2e2e2e;
}
.footer-widget ul li a {
  color: #E2E2E2;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #E2E2E2;
  border: 4px solid #E2E2E2;
  color: #fff;
  box-sizing: border-box;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #25aae1;
    padding: 13px 20px;
    border: none;
    box-sizing: border-box;
    top: 4px;
}
.subscribe-form button:hover{
    background: #e2e2e2;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #e2e2e2;
  padding: 5px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #2e2e2e;
}
.copyright-text p a{
  color: #2e2e2e;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #25aae1;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
@media screen and (max-width: 767px){
  .single-cta > *{
    flex: 1
  }
  .single-cta * {
    text-align: left !important;
  }
    .single-cta{
        margin-bottom: 15px;
    }
    .col-xl-4 *, .col-lg-4 *, .col-md-6 *, .mb-30 *{
        text-align: center;
    }
    .footer-widget-heading h3 {
        display: inline-block;
      }
      .footer-social-icon div{
        display: block;
        margin: 1rem auto 0;
      }
}
*/