.paginationCustom {
  display: flex;
  justify-content: center;
  width: 100%;
}
.paginationCustom li {
  display: block;
  padding: 0 4px;
  color: #dddddd;
  line-height: 50px;
  border: none !important;
  position: relative;
}
.paginationCustom li.active a {
  color: #3464f6;
  border-color: #3464f6;
}
.paginationCustom {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .paginationCustom {
    margin-bottom: 50px;
  }
  .paginationCustom li {
    line-height: 44px;
  }
}
.paginationCustom__item {
  display: flex;
  float: initial !important;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  text-align: center;
  color: #dddddd;
  border: solid 2px #dddddd;
}
@media (max-width: 767px) {
  .paginationCustom__item {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.paginationCustom__item:hover {
  color: #3464f6;
  border-color: #3464f6;
}

.post {
  padding: 105px 0 0px;
}
@media (max-width: 767px) {
  .post {
    padding: 120px 0;
  }
}
.post__backward {
  color: #979fb1;
  display: inline-block;
  padding-bottom: 66px;
}
@media (max-width: 1200px) {
  .post__backward {
    font-size: 15px;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .post__backward {
    display: none;
  }
}
.post__header {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .post__header {
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .post__header {
    margin-bottom: 40px;
  }
}
.post__heading {
  font-family: "Lato";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  color: #334681;
  margin: 0 0 50px;
  max-width: 750px;
}
@media (max-width: 1200px) {
  .post__heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post__heading {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.post__meta {
  font-size: 16px;
  line-height: 1.63;
  color: #334681;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .post__meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post__meta {
    margin-bottom: 40px;
  }
}
.post__wide {
  margin-left: -64px;
  margin-right: -64px;
}
@media (max-width: 1200px) {
  .post__wide {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.post__oneImage {
  display: block;
  background-color: #ebebeb;
  padding-bottom: 62.2809%;
  background-size: cover;
  background-position: center;
}
.post__socials {
  position: relative;
}
@media (max-width: 1200px) {
  .post__socials {
    margin-left: -15px;
  }
}
.post__socialsInner {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 1200px) {
  .post__socialsInner {
    display: flex;
    position: relative;
    top: 0;
    padding-top: 50px;
  }
}
.post__socialsItem {
  margin-bottom: 15px;
  color: #7d8dbc;
  transition: color 0.3s;
  cursor: pointer;
}
.post__socialsItem:hover {
  color: #3464f6;
}
@media (max-width: 1200px) {
  .post__socialsItem {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
.post__socialsItem svg {
  pointer-events: none;
}
.post__content {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .post__content {
    margin-bottom: 70px;
  }
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #334681;
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .post__content h1, .post__content h2, .post__content h3, .post__content h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
.post__content .col-md-8, .post__content .col-lg-8 {
  padding: 0;
}
.post__content p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.78;
  color: #334681;
}
@media (max-width: 1200px) {
  .post__content p {
    font-size: 16px;
  }
}
.post__content ul {
  margin-bottom: 32px;
  padding: 8px 0;
}
.post__content ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.78;
  color: #334681;
  padding-left: 56px;
}
.post__content ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #334681;
  top: 12px;
  left: 30px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .post__content ul li {
    font-size: 16px;
  }
}
.post__content *:last-child {
  margin-bottom: 0;
}
.post__quote {
  padding: 0;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .post__quote {
    margin-bottom: 70px;
  }
}
.post__quoteHeader {
  margin-bottom: 30px;
  height: 79px;
}
.post__quoteImage {
  display: block;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  float: left;
  margin-right: 32px;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center;
}
.post__quoteTitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.43;
  color: #3464f6;
  padding-top: 11px;
}
.post__quoteSubtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #334681;
}
.post__quoteContent {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.38;
  color: #334681;
}
@media (max-width: 1200px) {
  .post__quoteContent {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .post__quoteContent {
    font-size: 24px;
  }
}
.post__related {
  margin-bottom: 100px;
  display: block;
  color: #334681;
}
.post__related:hover {
  color: #36f;
}
@media (max-width: 1200px) {
  .post__related {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .post__related {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  .post__relatedContainer .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .post__relatedContainer .col-md-4:nth-child(n+3) {
    display: none;
  }
}
.post__relatedImage {
  padding-bottom: 100%;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .post__relatedImage {
    width: 100px;
    height: 100px;
    padding: 0;
    float: left;
    margin-right: 18px;
  }
}
.post__relatedMeta {
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 21px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .post__relatedMeta {
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post__relatedMeta {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .post__relatedMetaAuthor {
    display: block;
  }
  .post__relatedMetaSeparator {
    display: none;
  }
}
.post__relatedTitle {
  font-family: "Lato";
  font-size: 25px;
  font-weight: bold;
  max-width: 555px;
  margin-bottom: 22px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .post__relatedTitle {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .post__relatedTitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.post__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -88px;
}
.post__galleryItem {
  display: block;
  width: 590px;
  height: 710px;
  background-color: #ebebeb;
  margin-top: 88px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .post__galleryItem {
    width: 345px;
    height: 414px;
  }
}
.post__video {
  position: relative;
  background-color: #ebebeb;
  padding-bottom: 62.2809%;
}
.post__video_play .post__videoPreview {
  z-index: 0;
}
.post__video_play .post__videoFrame {
  z-index: 1;
}
.post__videoPreview {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3564f5;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.post__videoPreview svg {
  transition: transform 0.3s;
  pointer-events: none;
}
.post__videoPreview:hover svg {
  transform: scale(1.1);
}
.post__videoFrame {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.search {
  display: block;
  position: relative;
  padding: 18px 60px;
  padding-right: 20px;
  border-radius: 30px;
  border: solid 2px #efefef;
  transition: border 0.3s;
}
.search__icon {
  display: flex;
  color: #989fb4;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 15px;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  pointer-events: none;
}
.search input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 25px;
}
.search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #989fb4;
}
.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #989fb4;
}
.search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #989fb4;
}
.search input:-moz-placeholder {
  /* Firefox 18- */
  color: #989fb4;
}
.search_active {
  border-color: #36f;
}
.search_active .search__icon {
  color: #36f;
}
@media (max-width: 1200px) {
  .search input {
    font-size: 16px;
  }
}
.search-results {
  padding: 105px 0 0px;
}
@media (max-width: 767px) {
  .search-results {
    padding: 120px 0;
  }
}
.search-results__backward {
  color: #979fb1;
  display: inline-block;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .search-results__backward {
    display: none;
  }
}
.search-results__heading {
  font-family: "Lato";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  color: #334681;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .search-results__heading {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.search-results__description {
  color: #334681;
}
@media (min-width: 768px) {
  .search-results__description {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .search-results__description {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .search-results__description {
    font-size: 14px;
    line-height: 1.86;
  }
}
.search-results__gridHeader {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .search-results__gridHeader {
    margin-left: -15px;
  }
  .search-results__gridHeader .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .search-results__gridHeader {
    margin-left: -140px;
  }
}
@media (max-width: 767px) {
  .search-results__gridHeader {
    margin-bottom: 50px;
  }
}
.search-results__gridOuter {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-results__gridOuter {
    margin-bottom: 0;
  }
}
.search-results__gridOuter .col-md-6 {
  position: relative;
  top: 0px;
}
@media (min-width: 1200px) {
  .search-results__gridOuter .col-md-6:nth-child(2n) {
    top: 80px;
  }
}
@media (min-width: 767px) {
  .search-results__gridOuter .col-md-6:nth-child(2n) {
    top: 50px;
  }
}
@media (min-width: 767px) {
  .search-results .col-md-6 {
    max-width: 335px;
    margin-left: 37px;
  }
}
@media (min-width: 1200px) {
  .search-results .col-lg-6 {
    max-width: 508px;
    margin-left: 125px;
  }
  .search-results .col-lg-8 {
    margin-left: 125px;
  }
}
.search-results__item {
  display: flex;
  margin: 0 0 50px;
  font-family: "Poppins";
  color: #334681;
}
.search-results__item:hover {
  color: #36f;
}
@media (max-width: 1199px) {
  .search-results__item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .search-results__item {
    margin: 0 0px 34px;
  }
}
.search-results__itemImage {
  width: 263px;
  height: 244px;
  flex: 0 0 263px;
  background-color: #ebebeb;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .search-results__itemImage {
    width: 222px;
    height: 206px;
    flex: 0 0 222px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .search-results__itemImage {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-right: 18px;
  }
}
.search-results__itemMeta {
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 21px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .search-results__itemMeta {
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .search-results__itemMeta {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .search-results__itemMetaAuthor {
    display: block;
  }
  .search-results__itemMetaSeparator {
    display: none;
  }
}
.search-results__itemTitle {
  font-family: "Lato";
  font-size: 25px;
  font-weight: bold;
  color: currentColor;
  max-width: 555px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .search-results__itemTitle {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .search-results__itemTitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.search-results__itemContent {
  width: 555px;
  height: 78px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.86;
  color: #334681;
}
@media (max-width: 1200px) {
  .search-results__itemContent {
    width: 100%;
    height: 82px;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .search-results__itemContent {
    display: none;
  }
}
.search-results__highlight {
  background-color: #e8eefb;
}

.blog {
  padding: 180px 0;
}
@media (max-width: 767px) {
  .blog {
    padding: 120px 0;
  }
}
.blog__heading {
  font-family: "Lato";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  color: #334681;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blog__heading {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.blog__description {
  color: #334681;
}
@media (min-width: 768px) {
  .blog__description {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog__description {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .blog__description {
    font-size: 14px;
    line-height: 1.86;
  }
}
@media (min-width: 767px) {
  .blog__gridOuter, .blog__gridHeader {
    margin-left: -37px;
  }
}
@media (min-width: 1200px) {
  .blog__gridOuter, .blog__gridHeader {
    margin-left: -126px;
  }
}
.blog__gridHeader {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .blog__gridHeader {
    margin-left: -15px;
  }
  .blog__gridHeader .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog__gridHeader {
    margin-left: -140px;
  }
}
@media (max-width: 767px) {
  .blog__gridHeader {
    margin-bottom: 50px;
  }
}
.blog__gridOuter {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .blog__gridOuter {
    margin-bottom: 0;
  }
}
.blog__gridOuter .col-md-6 {
  position: relative;
  top: 0px;
}
@media (min-width: 1200px) {
  .blog__gridOuter .col-md-6:nth-child(2n) {
    top: 80px;
  }
}
@media (min-width: 767px) {
  .blog__gridOuter .col-md-6:nth-child(2n) {
    top: 50px;
  }
}
@media (min-width: 767px) {
  .blog .col-md-6 {
    max-width: 335px;
    margin-left: 37px;
  }
}
@media (min-width: 1200px) {
  .blog .col-lg-6 {
    max-width: 508px;
    margin-left: 125px;
  }
  .blog .col-lg-8 {
    margin-left: 125px;
  }
}
.blog__item {
  display: block;
  margin: 0 -15px 170px;
  font-family: "Poppins";
  color: #334681;
}
.blog__item:hover {
  color: #36f;
}
@media (max-width: 1199px) {
  .blog__item {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .blog__item {
    margin: 0 0px 80px;
  }
}
.blog__itemImage {
  width: 100%;
  padding-bottom: 92.91338%;
  background-color: #ebebeb;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog__itemImage {
    margin-bottom: 25px;
  }
}
.blog__itemMeta {
  font-size: 16px;
  line-height: 1.63;
  color: currentColor;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .blog__itemMeta {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.blog__itemTitle {
  font-family: "Lato";
  font-size: 25px;
  font-weight: bold;
  color: currentColor;
  max-width: 420px;
}
@media (max-width: 767px) {
  .blog__itemTitle {
    font-size: 20px;
  }
}
.not-found {
  margin-bottom: 100px !important;
}