/* ====== FOOTER ======= */

/* .cs_menu_widget li a {
      color: #fff;
      font-weight: 500;
    } */
/* .cs_contact_widget li, a {
      color: #fff;
      font-weight: 500;
    } */
.cs_accent_bg {
  background-color: #12a4d4;
  /* background-image: linear-gradient(319deg, #4e2dca, #b29af0); */
  /* background-image: linear-gradient(190deg, #016ad9, #f54241c9, #f6c344); */
  background-image: linear-gradient(
    to top,
    #a7a6cb 0%,
    #8989ba 52%,
    #8989ba 100%
  );
  display: inline-block;
  width: 100%;
  margin-top: 0em;
}
.cs_newsletter_1_wrap {
  position: relative;
}
/* .cs_newsletter_1_wrap::before {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      height: 70%;
      background-color: #fff;
    } */
#footer-content > div > img {
  width: 50%;
}
#footer-content > div {
  /* margin-bottom: 30px; */
}
.cs_newsletter.cs_style_1 {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 107px 135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 {
    padding: 80px 100px;
  }
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_1 {
    padding: 70px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 {
    padding: 50px 25px;
  }
  .cs_newsletter.cs_style_1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs_newsletter.cs_style_1 .cs_newsletter_title br {
    display: none;
  }
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
  font-size: 42px;
  line-height: 1.23em;
}
.cs_newsletter.cs_style_1 p {
  color: #274760;
  margin: 0;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right {
  min-width: 500px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right p {
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 400px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 100%;
  }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form {
  position: relative;
}
.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    right: 5px;
  }
}
.cs_newsletter.cs_style_1 .cs_form_field,
.cs_newsletter.cs_style_2 .cs_form_field,
.cs_newsletter.cs_style_3 .cs_form_field {
  padding-right: 180px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 165px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 135px;
    padding-left: 15px;
  }
}
@media (max-width: 425px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 120px;
  }
  .cs_footer.cs_style_2 .cs_social_links_wrap {
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 25px;
  }
}
@media (max-width: 350px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 18px;
  }
}

.cs_newsletter_2_wrap {
  position: relative;
}
.cs_newsletter_2_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  background-color: #fff;
}

.cs_newsletter.cs_style_2 {
  border-radius: 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  position: relative;
  z-index: 2;
  margin-top: 240px;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 {
    margin-top: 0;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_img {
  position: absolute;
  bottom: -3px;
  left: -115px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    left: -140px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    display: none;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_in {
  padding: 87px 80px 100px 500px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 87px 30px 100px 420px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 75px 50px 80px 50px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 55px 25px 60px 25px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_form {
  max-width: 560px;
}
.cs_newsletter.cs_style_2 .cs_newsletter_title {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_title {
    margin-bottom: 30px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_subtitle {
  margin-bottom: 13px;
}
@media (max-width: 320px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_title {
    font-size: 20px;
  }
}

.cs_newsletter.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
  }
}
@media (max-width: 380px) {
  .cs_newsletter.cs_style_3 br {
    display: none;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_right {
  max-width: 500px;
  width: 100%;
}
.cs_newsletter.cs_style_3 .cs_form_field {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cs_newsletter.cs_style_3 .cs_form_field:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.cs_newsletter.cs_style_3 .cs_form_field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  color: #307bc4;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:before {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:after {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 img {
  -webkit-filter: initial;
  filter: initial;
}
.cs_newsletter.cs_style_3 .cs_newsletter_title {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_title {
    font-size: 36px;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.cs_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.cs_social_links_wrap h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.cs_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.cs_social_links a {
  height: 30px;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #307bc4;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_social_links a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #fff;
}

.cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 0;
}
@media (max-width: 575px) {
  .cs_footer_bottom_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.cs_copyright {
  color: rgba(255, 255, 255, 1);
}

.cs_footer.cs_style_1 {
  position: relative;
  margin-top: 305px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 {
    margin-top: 200px;
  }
}
.cs_footer.cs_style_1 .cs_footer_logo_wrap {
  position: absolute;
  height: calc(100% + 200px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_logo_wrap {
    height: calc(100% + 120px);
  }
}
.cs_footer.cs_style_1 .cs_footer_brand {
  height: 448px;
  width: 426px;
  background-position: 6px 0px;
  position: absolute;
  left: 50%;
  top: -180px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100% 100%;
}
.cs_footer.cs_style_1 .cs_footer_brand img {
  -webkit-animation: spinAnimaiton 6s linear infinite;
  animation: spinAnimaiton 6s linear infinite;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_brand {
    height: 360px;
    width: 360px;
    top: -140px;
  }
}
.cs_footer.cs_style_1 .cs_footer_brand_text {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_brand_text {
    font-size: 32px;
  }
}
.cs_footer.cs_style_1 .cs_text_widget + .cs_contact_widget {
  margin-top: 62px;
}
.cs_footer.cs_style_1 .cs_footer_main {
  padding: 70px 0;
}

.cs_footer_margin_0 + .cs_footer.cs_style_1 {
  margin-top: 0;
}

.cs_footer.cs_style_2 .cs_footer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 30px;
  padding: 0px 0 0px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_2 .cs_footer_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.cs_footer.cs_style_2 .cs_footer_bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}
.cs_footer.cs_style_2 .cs_social_links_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs_footer.cs_style_2 .cs_contact_widget i {
  background-color: #fff;
}
.cs_footer.cs_style_2 .cs_text_widget img + p {
  margin-top: 50px;
}
.cs_footer.cs_style_2 .cs_text_widget + .cs_contact_widget {
  margin-top: 20px;
}
.cs_footer.cs_style_2 .cs_menu_widget + .cs_social_links_wrap {
  margin-top: 80px;
}
.cs_footer.cs_style_2 .cs_menu_widget a:hover {
  color: #fff;
  opacity: 1;
}

.cs_footer_main,
.cs_footer_bottom {
  position: relative;
  z-index: 2;
}

.cs_text_widget {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  padding: 20px 0 0;
}
.cs_text_widget p {
  margin: 0;
}

.cs_contact_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_contact_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}
.cs_contact_widget li:not(:last-child) {
  margin-bottom: 13px;
}
.cs_contact_widget i {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 19px;
  margin-top: 5px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 17px;
}

.cs_footer_item {
  padding: 30px 0;
}
.cs_footer_item ul {
  list-style: none;
}
@media (max-width: 575px) {
  .cs_footer_item {
    padding: 20px 0;
  }
}

.cs_footer_spacing_305 {
  width: 100%;
  height: 305px;
}

@-webkit-keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
.cs_footer.cs_style_2.cs_type_1 .cs_footer_bottom {
  border: none;
  padding: 16px 0;
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_footer.cs_style_2.cs_type_1 .cs_copyright {
  color: #274760;
}
.cs_btn.cs_style_1 {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 40px;
  outline: none;
  border: none;
  position: relative;
  background: transparent;
}
.cs_btn.cs_style_1 span {
  position: relative;
  z-index: 2;
}
.cs_btn.cs_style_1::before,
.cs_btn.cs_style_1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1::before {
  background-image: linear-gradient(134deg, #947ae5 0%, #5b3dcf 100%);
}
.cs_btn.cs_style_1::after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#307bc4),
    to(#274760)
  );
  background-image: linear-gradient(270deg, #947ae5 0%, #5b3dcf 100%);
  opacity: 0;
}
.cs_btn.cs_style_1:hover::before {
  opacity: 1;
}
.cs_btn.cs_style_1:hover::after {
  opacity: 1;
}

.cs_form_field {
  display: block;
  width: 100%;
  border-radius: 30px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #5b3dcf;
  padding: 13px 30px !important;
  background-color: transparent;
}
.cs_form_field:focus {
  border-color: #5b3dcf;
}
@media (max-width: 1700px) {
  .cs_form_field {
    padding: 16px 20px;
    border-radius: 15px;
  }
}

/* Footer */
.footer-top-bg {
  /* background: url(../images/footer-bottom-banner.svg); */
  background: url(../images/footer_top_bg.png);
  background-size: cover;
  background-position: bottom 0px center, bottom center;
  background-repeat: no-repeat;
  padding: 90px 0px 110px 0px !important;
  margin: 0em 0em 0em 0em;
  float: left;
  width: 100%;
}
.ftbg-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-family: "NotoSansBold";
}
.ftbg-label {
  font-size: 13px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ftbg-title .footer-gradient {
  background: transparent
    linear-gradient(274deg, #475ffa 0%, #bb8eff 55%, #fafafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ftbg-desc {
  /* margin-bottom: 50px; */
  margin: auto 10% 50px;
  font-size: 18px;
}
.footer-top-bg .btn-primary-two {
  margin-right: 0px;
}
.footer-section {
  padding-top: 3em;
  padding-bottom: 1em;
}
.container.footer-subsection {
  padding-bottom: 1em;
}
.copyright {
  float: left;
  width: 35%;
  margin-right: 5%;
}

p.subscribe-text {
  display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control::placeholder {
  color: #808080b5;
}
footer.footer-section .blue-text-wb h2 {
  width: 100%;
  text-align: left;
  font-family: "NotoSansBold" !important;
  line-height: 1.25;
  font-size: 28px !important;
  margin-bottom: 25px;
  color: #092d64;
}
.footer-top-col {
  margin-bottom: 20px;
}
.footer-top-col b {
  /* font-size: 13px; */
  font-size: 16px;
}
.footer-links .footer-link {
  float: left;
  padding: 0% 3%;
  justify-content: space-evenly;
  border-right: 1px solid #a3a3a36b;
  display: flow-root;
}
.footer-links .footer-link.link-4 {
  border-right: 0px;
  padding-right: 0;
}
.footer-links div {
  font-size: 12px;
  color: #565d9e !important;
}
.footer-links {
  float: right;
  margin-left: 5%;
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.footer-links .footer-link a {
  float: right;
  color: #001a56;
}
.footer-links .footer-link a:hover {
  float: right;
  font-weight: 600;
  color: #0768dd;
}
.footer-social-list li {
  margin-right: 10px;
  display: inline-block;
  border: 1px solid rgba(112, 112, 112, 0.53);
  padding: 6px;
  line-height: 0;
  border-radius: 50%;
}
.footer-social-list li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: table;
}
.footer-social-list li a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #565d9e;
  font-size: 24px;
}
.footer-social-list li img {
  width: 18px;
  height: 18px;
  position: relative;
  left: 6px;
  top: 5px;
}
.footer-social-list li:last-child {
  margin-right: 0px;
}
p.footer-desc {
  padding: 1.5em 0em;
}
footer.footer-section .footer-main .row {
  justify-content: space-between;
}
footer.footer-section p.footer-title {
  font-size: 12px !important;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #001a56 !important;
  /* font-family: 'LexendSemibold'; */
}
footer.footer-section ul.footer-item-list li a {
  font-size: 12px !important;
  line-height: 1.2;
  color: #092d64;
}
footer.footer-section ul.footer-item-list li.menu-item-has-children > a {
  /* font-family: 'LexendSemibold'; */
  font-weight: unset !important;
}
.cf7column {
  float: left;
  width: 65%;
}
.event-newsletter .button-primary {
  padding: 13px 25px !important;
  font-size: 14px !important;
  background: transparent
    linear-gradient(275deg, #804bff 10%, #4269c6 70%, #3e67cc 0%, #21dbaa 150%);
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -1px;
  margin-top: 0px;
  /* font-family: 'LexendSemibold'; */
  border: 0px solid !important;
}
.events-news-letter-wrapper {
  margin-top: 20px;
}
.events-news-letter-wrapper .form-group input[type="email"] {
  background: #fff;
  color: #565d9e;
  border: 1px solid #d9d9d9;
  width: 265px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.events-news-letter-wrapper .form-control {
  background-color: #6d2e5b;
  border: none;
  color: #ffffff;
  padding: 13px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
}
footer.footer-section .gathr-logo a {
  color: #0768dd;
}
footer.footer-section .gathr-logo a,
footer.footer-section ul.footer-item-list li a:hover {
  color: #0768dd;
}
.container-footer.footer-main {
  border-bottom: 1px solid #dedede;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
footer.footer-section p {
  font-size: 12px !important;
  color: #565d9e !important;
  margin-bottom: 0px;
  text-align: center;
}
p.copyright {
  float: left;
  width: 20%;
  padding-bottom: 2em;
}
/* Footer */

/***** footer ****/
.about-address {
  height: 120px;
}
.footer-section ul.footer-item-list li.menu-item-has-children a {
  font-size: 13px;
  font-weight: bolder;
  cursor: pointer;
}

.footer-section
  .menu-footer-menu-2-container
  ul.footer-item-list
  li.menu-item-has-children
  > a {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0768dd !important;
  font-weight: 700;
}

.footer-section ul.footer-item-list {
  width: 100%;
  display: flex;
  gap: 1rem;
}

div#copyright-bottom {
  justify-content: center;
  align-items: center;
}
/* .footer-section ul.footer-item-list li.menu-item-has-children  {
  width: calc(100% / 3);
} */

.footer-section ul.sub-menu {
  margin: 0px;
}

.footer-section ul.sub-menu li a {
  font-weight: normal !important;
  font-size: 12px !important;
}
@media screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
  .container-footer {
    max-width: 1440px;
    margin: 0 auto;
  }
  .footer-section ul.footer-item-list {
    gap: 3rem;
  }
  .menu-header-main {
    max-width: none;
  }
}
@media screen and (width: 1600px) {
  .container {
    width: 1440px; /* Your desired width */
  }
}

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1140px; */
    max-width: 1320px;
  }
  .flip-box-back {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-section ul.footer-item-list li.menu-item-has-children {
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-section ul.sub-menu {
    margin: 5px 0px 10px;
  }
  footer.footer-section ul.footer-item-list li a {
    font-size: 14px;
  }
  .footer-section ul.footer-item-list li {
    width: 100%;
    margin-bottom: 5px;
  }

  .accordion-body {
    padding-bottom: 0px;
  }

  .footer-section ul.footer-item-list li.menu-item-has-children:last-child {
    margin-bottom: 0px;
  }

  .footer-section ul.footer-item-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .new-why-gathr.features .inc-business-card:nth-child(9n) {
    display: flex;
  }
}

@media screen and (max-width: 575px) {
  .new-why-gathr.features .inc-business-card .business-card {
    min-height: 135px;
  }
}
