@media (min-width: 992px) {
  .single .col-md-12 {
    width: 66%;
  }
}

.taxonomy {
  padding: 10px 0 0 0;
}

body,
html {
  scroll-behavior: smooth;
}

.page-header a,
.entry-content a,
.yarpp-related a {
  color: #2d99b5;
}

.single .entry-content a {
  text-decoration: underline;
}

.taxonomy--partners {
  padding: 0px 0px 40px 0px;
}

.taxonomy .slick-track {
  display: flex !important;
}

.taxonomy .slick-slide {
  height: auto;
}

.taxonomy__title {
  margin-bottom: 60px;
}
.taxonomy__title h2,
.recent-post__title h2,
.section-title h2 {
  text-align: center;
}

.taxonomy__box {
  position: relative;
  margin: 0px 12px;
}

.homepage-content .taxonomy__box,
.taxonomy--proposals .taxonomy__box {
  margin: 0px 8px;
}

.taxonomy__box__img {
  height: 100%;
  max-height: 170px;
}

.taxonomy__box a {
  outline: none;
}

.taxonomy__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-slider img,
.taxonomy__slider--none img {
  object-fit: contain;
  max-height: 85px;
}

.partners-slider .taxonomy__box {
  margin: 0 24px;
}

.taxonomy__box__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
}

.taxonomy__box__title h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  padding: 0 24px;
  font-weight: 500;
}

.homepage-content .taxonomy__box__title h3,
.taxonomy--proposals .taxonomy__box__title h3 {
  font-size: 24px;
  padding: 0px 6px;
}

.taxonomy__slider {
  position: relative;
  padding: 0 46px;
}

.wppsac-wrap .slick-arrow::before {
  content: none;
}

.taxonomy__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2d99b5;
  border-radius: 0;
  opacity: 1;
}

.taxonomy__slider .slick-arrow:hover {
  opacity: 0.7;
  background-color: #2d99b5;
}

.taxonomy__slider .slick-arrow::before {
  content: "";
  width: 30px;
  height: 50px;
  background-image: url("../img/slick-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.taxonomy__title--partner {
  margin-bottom: 55px;
}

.taxonomy__slider .slick-arrow {
  left: 0;
}

.taxonomy__slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.taxonomy__slider .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/*Recent Posts*/

.recent-post {
  padding: 105px 0px;
}

.homepage-content .recent-post,
.homepage-content .events {
  margin-left: 30px;
  margin-right: 30px;
}

.recent-post--tax {
  margin-left: 10px;
  margin-right: 10px;
}

.recent-post__title {
  padding-bottom: 45px;
}

.recent-post__box {
  margin-bottom: 75px;
}

#manage-post-area {
  margin-bottom: 40px !important;
}

.recent-post__box:last-of-type {
  margin-bottom: 0;
}
.events.events--past {
  padding-top: 15px;
}
.recent-post__box h2,
.events__box__text h2,
.contact__title h2 {
  margin: 0 0 2px 0;
  position: relative;
}

.data-target-div1 .caf-post-layout4 .caf-post-title h2 {
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 2px 0;
  position: relative;
  font-weight: 600;
  font-size: 28px !important;
}

.data-target-div1 .caf-post-layout4 .caf-post-title h2:hover {
  color: #2d99b5;
}

.recent-post__box h2 a::before,
.events__box__text h2 a::before,
.contact__title h2::before,
.data-target-div1 .caf-post-layout4 .caf-post-title h2 a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #fee8bf;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.recent-post__box h2 a,
.events__box__text h2 a,
.data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
  color: #2d99b5;
  position: relative;
}

.recent-post__box h2 a:hover::before,
.events__box__text h2 a:hover::before,
.data-target-div1 .caf-post-layout4 .caf-post-title h2 a:hover::before {
  opacity: 1;
}

.recent-post__box__date,
#manage-post-area .date {
  color: #2d99b5;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

#manage-post-area .date {
  margin-bottom: 4px;
  line-height: 1.36;
}

.caf-post-layout4 {
  margin-bottom: 10px !important;
}

.caf-content {
  color: #6b6b6b;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.7 !important;
  font-size: 14px !important;
}

#manage-post-area .caf-meta-content {
  padding-top: 0;
  padding-bottom: 0;
}

#manage-post-area .caf-content {
  padding-top: 0;
}

#manage-post-area .caf-post-title {
  padding-bottom: 6px;
  padding-top: 10px;
}

#manage-post-area .date i.fa {
  display: none;
}

.recent-post__box__link a,
.events__box__link a,
.btn-default,
a.btn-mdb {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #2d99b5;
  background-color: #2d99b5;
  padding: 12px 25px;
  display: inline-block;
  transition: all 0.4s ease;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  min-width: 180px;
  text-align: center;
  text-decoration: none;
}

.single .entry-content a.btn-mdb {
  text-decoration: none;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
  min-width: auto;
  line-height: 1.42857143;
}

.caf_select_multi_btn--reset {
  margin-left: 12px;
  display: inline-block;
  font-size: 15px;

  padding: 5px 15px;
  text-transform: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

a.caf-read-more {
  color: #fff;
  font-size: 16px !important;
  line-height: 1 !important;
  border: 1px solid #2d99b5 !important;
  background-color: #2d99b5 !important;
  padding: 12px 25px !important;
  display: inline-block !important;
  transition: all 0.4s ease !important;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  min-width: 180px !important;
  text-align: center;
  margin-bottom: 0 !important;
}

ul#caf-layout-pagination.post-layout4 li a {
  background: #2d99b5 !important;
  font-family: "Poppins", sans-serif !important;
}

.recent-post__box__link a:hover,
.recent-post__box__link a:focus,
.events__box__link a:hover,
.events__box__link a:focus,
a.caf-read-more:hover,
a.caf-read-more:focus,
.btn-default:hover,
.btn-default:focus,
.btn-mdb:hover,
.btn-mdb:focus {
  opacity: 0.8;
  color: #fff !important;
}

.btn-default {
  border-radius: 0 !important;
}

.recent-post__btn,
.events__btn {
  text-align: center;
  margin-top: 50px;
}

/*Events*/

.events__title {
  margin-bottom: 45px;
}

.events__box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.events__box__text {
  flex: 1;
  padding-right: 30px;
}

.events__box__text-px {
  padding-right: 0;
}

.events__box__thumb {
  width: 250px;
}

.events__box__date {
  color: #2d99b5;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.events__box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Contact*/

.contact {
  margin: 115px 0 80px 0;
  background-color: #006970;
  padding: 45px 145px 55px 145px;
}

.contact.contact--about {
  margin-top: 40px;
}

.contact .form-col label {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}

.contact__title {
  margin-bottom: 40px;
}

.contact__title h2 {
  margin: 0;
  position: relative;
  color: #fff;
  padding-bottom: 20px;
}

.contact__title h2::before {
  opacity: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 280px;
}

/*About page*/

.taxonomy.taxonomy--about {
  padding: 60px 0px 0px 0px;
}

/* .homepage-content .taxonomy {
  margin-left: 20px;
  margin-right: 20px;
} */

.partners-about {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.taxonomy__box--about {
  margin: 0 24px;
}

.taxonomy__box--about {
  width: calc(25% - 48px);
  margin-bottom: 65px;
}

.contact__title--about {
  margin-bottom: 60px;
}

.contact .duble-col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 110px;
}

.contact .duble-col .form-col {
  width: calc(50% - 55px);
}

.contact .duble-col .form-col input {
  width: 100%;
  border-radius: 0;
  outline: 0;
  height: 44px;
  padding: 4px 10px;
}

.contact .single-col .form-col textarea {
  width: 100%;
  border-radius: 0;
  outline: 0;
  height: 210px;
  padding: 4px 10px;
  resize: none;
}

.contact .wpcf7 form .wpcf7-response-output {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: calc(100% - 40px);
  max-width: 600px;
  padding: 0;
  font-size: 15px;
  margin: 0;
}

.contact .form-col {
  margin-bottom: 20px;
  position: relative;
}

.contact .form-col .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  line-height: 1;
  margin-top: 5px;
}

.form-col.form-col--btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.form-col--btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

.form-col.form-col--btn input,
.form-col.form-col--btn input:focus {
  color: #006970;
  background-color: #fee9b4;
  padding: 8px 40px;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s ease;
}

.form-col.form-col--btn input:hover {
  opacity: 0.9;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .entry-title {
    font-size: 26px;
  }

  .taxonomy.taxonomy--about {
    padding: 40px 0px 20px 0px;
  }

  .taxonomy.taxonomy--about .taxonomy__title {
    margin-bottom: 35px;
  }

  .taxonomy__box__title h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .homepage-content .taxonomy__box__title h3,
  .taxonomy--proposals .taxonomy__box__title h3 {
    font-size: 18px;
  }

  .contact {
    padding-top: 100px;
  }
  .contact.contact--about {
    padding-top: 20px;
  }

  .contact__title--about {
    margin-bottom: 20px;
  }

  .taxonomy__title--partner {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .taxonomy__box.taxonomy__box--about {
    margin: 0px 20px 30px 20px;
    width: calc(25% - 40px);
  }
  .taxonomy__slider.slick-slider {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .entry-title {
    font-size: 24px;
  }

  .taxonomy__box.taxonomy__box--about {
    width: calc(33.3333% - 30px);
    margin: 0px 15px 20px 15px;
  }

  .contact {
    padding-top: 80px;
  }
  .contact.contact--about {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .entry-title {
    font-size: 22px;
  }

  .taxonomy__box__title h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .homepage-content .taxonomy__box__title h3,
  .taxonomy--proposals .taxonomy__box__title h3 {
    font-size: 16px;
  }

  .contact {
    padding-top: 60px;
  }
  .contact.contact--about {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .events__box,
  .events__box--upcoming {
    flex-direction: column-reverse;
  }
  .events__box__thumb {
    margin-bottom: 20px;
    width: 100%;
    max-width: 280px;
  }

  .events__box__text {
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .entry-title {
    font-size: 20px;
  }

  .taxonomy__box.taxonomy__box--about {
    width: calc(50% - 30px);
  }

  .events__box__thumb {
    max-width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .taxonomy__box.taxonomy__box--about {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*Tax Topics*/

.post-inner-content.post-inner-content--tax {
  padding: 10px 0 45px 0;
  background-color: transparent;
  border: none !important;
}

.post-inner-content--tax-content {
  padding-top: 20px;
  padding-bottom: 80px;
}

.post-inner-content--tax .page-header {
  text-align: center;
}

.post-inner-content--tax .page-header h1 {
  margin-bottom: 70px;
}

.recent-post.recent-post--tax {
  padding: 0;
}

.pagination-post {
  margin-top: 50px;
}

.pagination-post .page-numbers {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: flex;
  font-size: 14px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-post .page-numbers .page-numbers {
  color: #fff;
  background-color: #2d99b5;
  list-style: none;
  margin: 5px 2px;
  border: 1px solid #d5d5d5;
  padding: 1px 7px;
  border-radius: 0;
  transition: all 0.4s ease;
}

.pagination-post .page-numbers .page-numbers:hover {
  color: #313e40;
  background-color: #f1f5f6;
}

.pagination-post .page-numbers.current {
  color: #313e40;
  background-color: #f1f5f6;
}

.pagination-post .page-numbers li a {
  color: #fff;
}

.page-header--tax {
  position: relative;
}

.entry-thumb-tax {
  position: absolute;
  right: 0;
  top: calc(50% + 12px);
  transform: translateY(-50%);
  max-width: 250px;
}

.page-header--tax h1 {
  padding-left: 260px;
  padding-right: 260px;
}

.entry-thumb-tax img {
  max-height: 130px;
}

@media only screen and (max-width: 1280px) {
  .post-inner-content--tax .page-header h1 {
    margin-bottom: 50px;
  }

  .page-header--tax {
    margin: 20px 0 80px 0;
  }

  .entry-thumb-tax {
    max-width: 180px;
  }

  .page-header--tax h1 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .post-inner-content--tax .page-header h1 {
    margin-bottom: 30px;
  }
  .recent-post__box h3,
  .events__box__text h3 {
    font-size: 19px;
  }

  .post-inner-content.post-inner-content--tax {
    padding: 0 0 30px 0;
  }

  .post-inner-content--tax-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .page-header--tax {
    margin: 0px 0 80px 0;
  }

  .entry-thumb-tax {
    max-width: 130px;
  }

  .page-header--tax h1 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .recent-post__box h3,
  .events__box__text h3 {
    font-size: 17px;
  }

  .page-header--tax {
    margin: 20px 0 40px 0;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: left;
  }

  .page-header--tax .entry-title {
    margin: 0;
    padding-left: 30px;
    flex: 1;
    text-align: left;
    margin-bottom: 0 !important;
  }

  .entry-thumb-tax {
    max-width: 130px;
    width: 130px;
    position: relative;
    top: auto;
    transform: translateY(0);
  }

  .page-header--tax h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*Events*/

.events__box--upcoming {
  flex-direction: row-reverse;
}

.events__box--upcoming .events__box__text {
  padding: 0 0 0 12px;
}

.events--upcoming {
  padding: 20px 0 0 0;
}

.events--past .events__title {
  margin-bottom: 25px;
}

.events--upcoming .events__title {
  margin-bottom: 25px;
}

.site-footer-mdb {
  background-color: #dfe0e2;
  color: #0b4c5b;
  padding: 40px 0px;
}

.footer__copyright .widget_block h3,
.site-footer-mdb h3.widget-title {
  margin: 0 0 8px 0;
  font-family: "Bitter", sans-serif;
}

.site-footer-mdb p,
.site-footer-mdb a {
  color: #0b4c5b;
  font-size: 18px;
  font-weight: 300;
}

#manage-post-area .caf-content {
  color: #0b4c5b !important;
  font-size: 18px !important;
  font-weight: 300;
}

.data-target-div1 .caf-post-layout4 .caf-content {
  color: #0b4c5b !important;
  font-size: 18px !important;
  font-weight: 300;
}

.site-footer-mdb ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #0b4c5b;
}

.footer__copyright {
  max-width: 300px;
  margin: 0 0 0 auto;
  text-align: right;
}

.footer__copyright p {
  margin-bottom: 25px;
  text-align: right;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.footer__copyright a {
  text-transform: uppercase;
  color: #0b4c5b !important;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.align-center {
  display: flex;
  align-items: flex-start;
}

.site-footer-mdb ul li a {
  border: none;
  color: #0b4c5b !important;
  padding: 2px 0px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.site-footer-mdb .menu-item-home {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .site-footer-mdb .align-center {
    justify-content: space-between;
  }
  .site-footer-mdb .align-center > div {
    flex: 1;
  }
  .site-footer-mdb ul li a {
    text-align: left;
  }
  .events__box__thumb {
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .events__box--upcoming {
    flex-direction: column-reverse;
  }
  .events__box__thumb {
    width: 100%;
    max-width: 100%;
  }
  .events__box--upcoming .events__box__text {
    padding: 0;
  }
}

@media only screen and (max-width: 414px) {
  .site-footer-mdb .align-center {
    flex-direction: column;
    text-align: center;
  }
  .site-footer-mdb .align-center > div {
    width: 100%;
  }
  .site-footer-mdb ul li a {
    text-align: center;
  }
  .footer__copyright {
    margin-top: 15px;
  }
  .footer__copyright p {
    text-align: center;
    max-width: 100%;
  }
}

.caf-content,
.recent-post__box p,
.events__box__text p {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*Templates redesign*/

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro-light.otf") format("opentype");
  font-weight: 700;
}

body {
  font-family: "Bitter", sans-serif;
  font-size: 18px;
}

h1.entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0b4c5b;
  margin: 10px 0px;
}

h1.entry-title,
h1 {
  font-size: 50px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul,
ol {
  margin-bottom: 10px;
  color: #2d99b5;
}

.single ul,
.single ol {
  color: #6b6b6b;
}

li {
  padding: 2px;
}

/*Header*/

body,
.entry-content {
  background-color: #fff;
}

.navbar.navbar-default {
  background-color: #0b4c5d;
  font-family: "Bitter", serif;
}

@media (min-width: 1366px) {
  .container {
    width: 1280px;
  }
  .page-template-tmplt-homepage .recent-post {
    width: 80%;
    margin: 60px auto;
    padding: 0;
  }
  .page-template-tmplt-homepage .events {
    width: 80%;
    margin: 60px auto;
  }
}

.navbar {
  min-height: 90px;
}

.navbar-nav > li {
  padding: 25px 22px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 14px;
}

.navbar > .container .navbar-brand {
  padding: 0px;
  color: #fff !important;
  margin: 35px 0px;
  font-family: "Bitter", serif;
  height: auto;
}

.navbar-header {
  height: 70px;
}

.navbar > .container .navbar-brand {
  font-size: 32px;
}

.home-content {
  padding-right: 25px;
  font-family: "Bitter", serif;
}

.home-content h2 {
  font-weight: 300;
  font-family: "Bitter", serif;

  line-height: 1.2;
}

.home-content h2 b,
.home-content h2 strong {
  font-weight: 600;
  color: #2d99b5;
}

.wppsac-post-content-left {
  width: 100%;
}

.wppsac-post-slider.design-2 .wppsac-post-content-left {
  top: auto;
  padding: 15px 20px 0px 20px;
}

.design-2 .slick-dots {
  display: none !important;
}

.wppsac-wrap {
  max-width: 740px;
  margin: 0 0 0 auto;
}

.design-2 .wppsac-readmorebtn {
  display: none;
}

.wppsac-post-slider .wppsac-post-date::after {
  background: #fee8bf;
  height: 4px;
}

.wppsac-post-slider .slick-arrow,
.wppsac-post-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #2d99b5;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wppsac-post-slider .slick-arrow svg,
.wppsac-post-carousel .slick-arrow svg {
  width: 90%;
  height: 90%;
}

.wppsac-post-slider .slick-arrow:hover,
.wppsac-post-carousel .slick-arrow:hover {
  opacity: 0.7;
}

/* .wppsac-post-slider.design-2 .slick-arrow {
  bottom: 146px !important;
} */

.wppsac-post-slider.design-2 .slick-prev {
  right: 42px !important;
}

.home-hero {
  padding-top: 25px;
  padding-bottom: 85px;
}

.taxonomy__box__placeholder {
  height: 100%;
  background-color: #014d5d;
}

.taxonomy__title h2,
.recent-post__title h2,
.section-title h2 {
  font-weight: 500;
}

#caf-multiple-taxonomy-filter-hor {
  margin-bottom: 40px;
}

.data-target-div1 #caf-multiple-taxonomy-filter-hor input#caf-search-sub {
  outline: none;
}

input#caf-search-input {
  padding: 10px 20px;
}

.data-target-div1 #caf-multiple-taxonomy-filter-hor input#caf-search-sub {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  min-width: auto;
}

.data-target-div1 #caf-multiple-taxonomy-filter-hor .caf-search-bar {
  margin-top: 8px;
}

.proposal-slider .wppsac-wrap {
  max-width: 100%;
}

/* .proposal-slider .wppsac-post-slider.design-2 .slick-arrow {
  bottom: 115px !important;
} */

.taxonomy.taxonomy--proposals {
  padding: 60px 0px;
}

#menu-main-menu .dropdown-menu li a {
  position: relative;
}

#menu-main-menu .dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #fee8bf;
  transition: all 0.4s ease;
}

#menu-main-menu .dropdown-menu li a:hover::before {
  width: 100%;
}

.wppsac-post-slider.design-2 .slick-arrow {
  top: 50% !important;
  transform: translateY(-78%);
}

@media only screen and (max-width: 767px) {
  #menu-main-menu .dropdown-menu li a::before {
    content: none;
  }
}

.related-work-h {
  margin-top: 48px;
}

.related-work {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 12px;
  column-gap: 20px;
}

.related-work__box {
  width: calc(25% - 20px);
}

.related-work__box__info {
  line-height: 1;
}

.related-work__box h4 {
  margin-bottom: 2px;
}

.single .entry-content .related-work__box h4 a {
  text-decoration: none;
}

.single .entry-content .related-work__box__info a,
.single .entry-content .related-work__box__info span {
  font-size: 12px;
  text-decoration: none;
}

.caf_select_multi {
  outline: none;
}

#manage-ajax-response,
.caf-post-layout4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
  outline: none;
  color: #fff;
  opacity: 0.8;
  background-color: #006970;
}

#block-10 p {
  margin-bottom: 0px;
}

.wppsac-post-slider .wppsac-post-image-bg img {
  object-position: center;
}

.embed-responsive {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1750px) {
  .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 1536px) {
  h1.entry-title,
  h1 {
    font-size: 42px;
  }

  h2,
  .recent-post__box h2 a,
  .events__box__text h2 a,
  .data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
    font-size: 26px;
  }

  .navbar > .container .navbar-brand {
    font-size: 28px;
  }

  .contact__title {
    margin-bottom: 30px;
  }
  .contact .duble-col .form-col input {
    height: 40px;
  }
  .contact .single-col .form-col textarea {
    height: 180px;
  }
}

@media only screen and (max-width: 1280px) {
  h1.entry-title,
  h1 {
    font-size: 38px;
  }
  p,
  a,
  ul,
  ol,
  li,
  body {
    font-size: 16px;
  }

  #manage-post-area .caf-content {
    font-size: 16px !important;
  }

  .wppsac-post-slider.design-2 .wppsac-post-content-left {
    padding-bottom: 7px;
  }

  .navbar > .container .navbar-brand {
    font-size: 24px;
  }
  .navbar-nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recent-post__box {
    margin-bottom: 60px;
  }

  .taxonomy--partners {
    padding: 60px 0px 40px 0px;
  }

  .contact {
    margin: 90px 0 80px 0;
    padding: 35px 110px 45px 110px;
  }
  #manage-post-area {
    margin-bottom: 10px !important;
  }
  .contact .form-col label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .contact__title h2 {
    padding-bottom: 12px;
  }
  .contact__title .duble-col .form-col input {
    height: 36px;
  }
  .contact .single-col .form-col textarea {
    height: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .wppsac-wrap {
    max-width: 100%;
  }
  .home-content {
    padding-right: 0;
  }
  .home-hero {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-content {
    margin-bottom: 12px;
  }

  .recent-post {
    padding: 80px 0px;
  }

  .wppsac-post-slider.design-2 .wppsac-post-content-left {
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .related-work__box {
    width: calc(33.3333% - 20px);
    margin-bottom: 15px;
  }
  h1.entry-title,
  h1 {
    font-size: 32px;
  }

  .recent-post__box {
    margin-bottom: 40px;
  }

  .taxonomy__title {
    margin-bottom: 30px;
  }
  .navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .container {
    width: 100%;
  }

  #manage-post-area {
    margin-bottom: 20px !important;
  }

  .navbar > .container .navbar-brand {
    font-size: 22px;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
  }
  .navbar > .container .navbar-brand {
    font-size: 19px;
    margin: 25px 0px;
  }
  .navbar-nav > li {
    padding: 15px 10px;
  }
  .navbar {
    min-height: 70px;
  }
  .navbar-toggle {
    margin-top: 18px;
    margin-right: 0;
  }

  .page-template-tmplt-homepage .main-content-area {
    margin-top: 20px;
  }

  .wppsac-post-slider.design-1 .wppsac-post-image-bg img,
  .wppsac-post-slider.design-2 .wppsac-post-image-bg img,
  .wppsac-post-slider.design-3 .wppsac-post-image-bg img {
    max-width: 100% !important;
  }

  .home-hero {
    padding-bottom: 40px;
  }

  .recent-post {
    padding: 60px 0px;
  }

  .recent-post__title {
    padding-bottom: 20px;
  }

  .taxonomy--partners {
    padding: 60px 0px 20px 0px;
  }

  .contact {
    margin: 40px 0px 60px 0px;
    padding: 35px 80px 45px 80px;
  }

  .contact .duble-col {
    column-gap: 40px;
  }

  .contact .duble-col .form-col {
    width: calc(50% - 20px);
  }

  .events__box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .related-work__box {
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
  .contact {
    padding: 30px 50px;
  }
  h1.entry-title,
  h1 {
    font-size: 28px;
  }

  h2,
  .recent-post__box h2 a,
  .events__box__text h2 a,
  .data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 13px;
  }

  .dropdown-menu > li > a {
    white-space: normal;
  }

  #menu-main-menu .dropdown-menu li a:hover {
    color: #fff;
  }
  .navbar-nav > li {
    padding: 15px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }

  .partners-slider img,
  .taxonomy__slider--none img {
    max-height: 60px;
  }

  .site-footer-mdb h3.widget-title {
    text-align: left;
  }

  .footer__copyright .widget_block h3 {
    text-align: right;
  }

  .events__box {
    margin-bottom: 30px;
  }

  .navbar-nav > li > .caret {
    top: 8px;
  }

  .row-info-event {
    display: flex;
  }

  .info-event-left {
    width: 80%;
  }

  .info-event-right {
    width: 200px;
  }

  .recent-post__box__link a,
  .events__box__link a,
  .btn-default,
  a.btn-mdb {
    font-size: 15px;
    padding: 10px 20px;
    min-width: 160px;
  }
}

@media only screen and (max-width: 600px) {
  .caf_select_multi_btn--reset {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .contact .form-col label {
    font-size: 16px;
  }
  h1.entry-title,
  h1 {
    font-size: 26px;
  }

  .related-work__box {
    width: 100%;
    margin-bottom: 4px;
  }

  p,
  a,
  ul,
  ol,
  li,
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 23px;
  }

  .recent-post__box h2 a,
  .events__box__text h2 a,
  .data-target-div1 .caf-post-layout4 .caf-post-title h2 a {
    font-size: 19px;
  }

  #manage-post-area .caf-content {
    font-size: 14px !important;
  }

  .contact .duble-col {
    column-gap: 0px;
  }

  .contact .duble-col .form-col {
    width: 100%;
  }

  .contact {
    padding: 30px 25px 45px 25px;
  }

  .site-footer-mdb .align-center > div {
    width: 100%;
    flex: none;
  }

  .align-center {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer__copyright {
    max-width: 100%;
    margin-top: 35px;
  }

  .footer__copyright .widget_block h3,
  .site-footer-mdb .footer__copyright h3.widget-title,
  .site-footer-mdb h3.widget-title,
  .site-footer-mdb ul li a,
  .footer__copyright,
  .footer__copyright p {
    text-align: center;
  }
  .contact .form-col {
    margin-bottom: 14px;
  }
}
.subscribe-form-home {
  text-align: center;
}
.subscribe-form-home label {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  width: 50%;
  text-align: left;
}
.subscribe-form-home input,
.subscribe-form-home select {
  width: 50%;
  height: 40px;
}

@media only screen and (max-width: 700px) {
  .subscribe-form-home input,
  .subscribe-form-home select {
    width: 100%;
    height: 40px;
  }
  .subscribe-form-home label {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .contact {
    padding: 70px 25px 70px 25px;
  }
}
.wpcf7-response-output {
  color: #fff;
  text-align: center;
}
/*Homepage form restyling */
.contact.contact-home {
  position: relative;
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}
.subscribe-form-home {
  text-align: center;
  display: flex;
}
.subscribe-form-home p {
  padding: 0 5px;
}
.subscribe-form-home span input {
  width: 100%;
}
.subscribe-form-home span select {
  width: 100%;
}
.subscribe-form-home p:last-child {
  width: 200px;
}
.subscribe-form-home .wpcf7-spinner {
  display: none;
}
.subscribe-form-home p:last-child input {
  width: 100%;
}
.subscribe-form-home .form-col.form-col--btn {
  margin-top: 0;
  margin-bottom: 0;
}
/*Responsive for subscription form */
@media (max-width: 1024px) {
  .subscribe-form-home {
    flex-direction: column;
  }
  .subscribe-form-home p {
    padding: 5px;
  }
  .subscribe-form-home p:last-child {
    width: 100%;
  }
}

/*Homepage loop fix */
.recent-post .recent-post__box {
	display: none;
}
.recent-post .recent-post__box:nth-child(1), .recent-post .recent-post__box:nth-child(2), .recent-post .recent-post__box:nth-child(3), .recent-post .recent-post__box:nth-child(4) {
	display: block !important;
}