ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #0a6c99;
  position: relative;
  width: 100%;
  margin-top: 3%;
}
.row_container {
  display: flex;
  padding: 5% 4%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.sub_row {
  width: 25%;
  padding-right: 1%;
  font-size: 0.8750em;
  /* margin-right: 7%;  */
}
/* .logo_row{
  width: 50%;
}
.useful_link_row{
  width: 22%;
} */
/* .footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.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 {
  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;
  object-fit: cover;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  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: 20px;
  margin-right: 0px;
}
.footer-social-icon i {
  height: 40px;
  width: 27px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer_contact_div i {
  color: #fff;
  height: 40px;
  width: 27px;
  text-align: center;
  line-height: 38px;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading > h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 60%;
  background: #33bfff;
}
.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
}
.footer-widget ul li a:hover {
  color: #62CEFF;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: math-auto;
}
.useful_link_row{
  width: 20%;
}
.footer_contact_div li{
  margin-bottom: 0px !important;
}
.indicates-required, .mc-field-group > label, .mailchimp-image-div > p{
  display: none;
}
.footer_newsletter_section{
  margin-top: 10%;
}
.footer_newsletter_section .footer-widget-heading h1{
  margin-bottom: 15px !important;
}
.footer_subscriber_email_input{
    padding: 5% 2% !important;
    border-radius: 10px !important;
    border: none !important;
}
.subscribe-form {
  position: relative;
  /* overflow: hidden; */
}
.subscribe-form input {
  width: 100%;
  padding: 10px 28px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.subscribe-form button {
  position: absolute;
  left: 0;
  background: #00405e;
  padding: 10px 20px;
  border: 1px solid #00405e;
  top: 120%;
  color: #fff;
}
.footer_map{
  padding-top: 10%;
  width: 100%;
  height: 60vh;
}
.footer_map > iframe{
  width: 100%;
  height: 100%;
}
.footer_newsletter_btn{
  background: #00405d;
  padding: 3%;
  border: #00405d;
  border-radius: 5px;
  margin: 2% 0%;
  text-align: center;
  color: #FFF;
  font-size: 1.7vh;
}
/* .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
} */
.copyright-area {
  background: #00496a;
  padding: 15px 0;
  text-align: center;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .row_container {
    flex-direction: column;
    align-items: center;
  }
  .copyright-area {
    margin-top: 10%;
  }
  .footer-content .sub_row{
    width: 80%;
  }
}
