

@font-face {
  font-family: Poppins-Thin;
  src: url(fonts/Poppins/Poppins-Thin.ttf)
}

@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins/Poppins-Light.ttf)
}

@font-face {
  font-family: Poppins-Regular;
  src: url(fonts/Poppins/Poppins-Regular.ttf)
}

@font-face {
  font-family: Poppins-Medium;
  src: url(fonts/Poppins/Poppins-Medium.ttf)
}

@font-face {
  font-family: Poppins-Bold;
  src: url(fonts/Poppins/Poppins-Bold.ttf)
}

@font-face {
  font-family: Poppins-Black;
  src: url(fonts/Poppins/Poppins-Black.ttf)
}

@font-face {
  font-family: DMSans-Regular;
  src: url(fonts/DM_Sans/DMSans-Regular.ttf)
}

@font-face {
  font-family: DMSans-Medium;
  src: url(fonts/DM_Sans/DMSans-Medium.ttf)
}

@font-face {
  font-family: DMSans-Bold;
  src: url(fonts/DM_Sans/DMSans-Bold.ttf)
}

:root {
  --primary: 49, 158, 193;
  --primary-light: 196, 232, 243;
  --primary-thin: 237, 250, 254;
  --secondary: 35, 40, 75;
  --secondary-light: 82, 98, 119
}

body {
  font-size: 22.5px;
  line-height: auto;
  color: #000;
  font-family: Poppins-Regular;
  min-height: 110vh
}

article,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0;
  padding: 0 0
}

.container {
  width: 100%;
  max-width: 1455px
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-family: DMSans-Regular;
  font-size: 23px;
  border: 2px solid rgb(var(--primary));
  color: rgb(var(--primary));
  padding: 10px 40px;
  border-radius: 54px;
  text-decoration: none;
  transition: all .2s;
  user-select: none
}

.button:hover {
  background-color: rgb(var(--primary));
  color: #fff;
  text-decoration: none
}

@media screen and (max-width:767px) {
  .button {
    font-size: 18px;
    padding: 10px 30px;
    height: 45px
  }
}

.pager {
  margin: 0 0
}

.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.pager ul li:not(:last-child) {
  margin-right: 15px
}

.pager ul li a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  transition: all .2s;
  border: 0
}

.pager ul li:not(.prev, .next) a {
  font-family: DMSans-Regular;
  font-size: 18px;
  color: #aaa
}

.pager ul li a:hover {
  background-color: transparent
}

.pager ul li:not(.disable) a:hover {
  background-color: #eaeaea
}

.pager ul li:not(.prev, .next, .disable) a:hover,
.pager ul li:not(.prev, .next, .disable).is-active a {
  background-color: rgb(var(--primary));
  color: #fff
}

@media screen and (max-width:767px) {
  .pager ul li a {
    width: 40px;
    height: 40px
  }
  .pager ul li:not(:last-child) {
    margin-right: 5px
  }
}

.inner-banner {
  text-align: center;
  position: relative
}

.inner-banner img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover
}

.inner-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--primary-light), .88)
}

.inner-banner .content h1 {
  font-family: DMSans-Bold;
  font-size: 61px;
  line-height: 81px;
  color: rgb(var(--primary))
}

.inner-banner .content p {
  font-family: DMSans-Bold;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  margin-top: 7px
}

@media screen and (max-width:1280px) {
  .inner-banner .content h1 {
    font-size: 40px;
    line-height: initial
  }
  .inner-banner .content p {
    font-size: 18px;
    line-height: initial
  }
}

.blog-listing {
  margin-bottom: 124px
}

.blog-listing-container {
  margin-top: 113px
}

.blog-listing-row {
  display: flex;
  align-items: center
}

.blog-listing-row:not(:first-child) {
  margin-top: 105px
}

.blog-listing-row:nth-child(even) {
  flex-direction: row-reverse
}

.blog-listing-row:nth-child(even) .blog-listing-content {
  padding-left: 0;
  padding-right: 57px
}

.blog-listing-img {
  width: 545px
}

.blog-listing-img figure {
  border-radius: 20px;
  overflow: hidden
}

.blog-listing-img img {
  width: 100%
}

.blog-listing-content {
  width: calc(100% - 545px);
  padding-left: 57px
}

.blog-listing-content h2 {
  font-family: DMSans-Medium;
  font-size: 30px;
  line-height: 40px;
  color: rgb(var(--secondary))
}

.blog-listing-content p {
  font-family: Poppins-Light;
  font-size: 17px;
  line-height: 34px;
  color: rgb(var(--secondary));
  margin-top: 36.3px
}

.blog-listing-content .button {
  margin-top: 35px
}

.blog-listing .pager {
  margin-top: 128px
}

.pager .pager__item--first,
.pager .pager__item--last {
  display: none
}

.pager ul li.pager__item--next a,
.pager ul li.pager__item--previous a {
  font-size: 0
}

.pager ul li.pager__item--next a {
  background: url(../images/right.png) no-repeat center center
}

.pager ul li.pager__item--previous a {
  background: url(../images/left.png) no-repeat center center
}

.pager ul li.pager__item--next a:hover,
.pager ul li.pager__item--previous a:hover {
  background-color: #eaeaea
}

@media screen and (max-width:1280px) {
  .blog-listing-row {
    align-items: unset
  }
  .blog-listing-img {
    width: 350px
  }
  .blog-listing-content {
    width: calc(100% - 350px);
    padding-left: 30px
  }
  .blog-listing-row:nth-child(even) .blog-listing-content {
    padding-right: 30px
  }
  .blog-listing-content h2 {
    font-size: 26px;
    line-height: initial
  }
  .blog-listing-content p {
    font-size: 16px;
    line-height: initial
  }
}

@media screen and (max-width:767px) {
  .blog-listing {
    margin-bottom: 70px
  }
  .blog-listing-container {
    margin-top: 70px
  }
  .blog-listing-row {
    flex-wrap: wrap
  }
  .blog-listing-img {
    width: 100%
  }
  .blog-listing-content {
    margin-top: 30px;
    width: 100%;
    padding-left: 0
  }
  .blog-listing-row:not(:first-child) {
    margin-top: 70px
  }
  .blog-listing .pager {
    margin-top: 70px
  }
}

.support-block {
  text-align: center;
  background-color: rgb(var(--primary));
  color: #fff;
  padding: 107px 0;
  position: relative;
  overflow: hidden
}

.support-block img {
  position: absolute;
  right: -15px;
  bottom: 0
}

.support-block h2 {
  font-size: 54px;
  line-height: 65px;
  font-family: DMSans-Bold;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto
}

.support-block .button {
  margin-top: 42px;
  background-color: #fff;
  border-color: #fff
}

\ .support-block .button:hover {
  background-color: transparent;
  color: #fff
}

@media screen and (max-width:767px) {
  .support-block {
    padding: 70px 0
  }
  .support-block h2 {
    font-size: 40px;
    line-height: initial
  }
  .support-block img {
    max-width: 250px
  }
}

.blod-details-content .blog-info {
  padding-top: 31px;
  padding-bottom: 22.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(var(--secondary), .19)
}

.blod-details-content .blog-info .date {
  font-size: 21px;
  font-family: DMSans-Regular;
  color: #526277
}

.blod-details-content .blog-info .back-btn a {
  display: inline-flex;
  background-color: rgb(var(--primary));
  justify-content: center;
  align-items: center;
  height: 54px;
  font-family: DMSans-Regular;
  font-size: 23px;
  border: 2px solid rgb(var(--primary));
  color: #fff;
  padding: 10px 30px;
  border-radius: 54px;
  text-decoration: none;
  transition: all .2s;
  user-select: none
}

.blod-details-content .blog-info .back-btn a svg {
  margin-right: 9.9px;
  transition: all .2s;
  transform: rotateY(0);
  margin-bottom: 0;
}

.blod-details-content .blog-info .back-btn a:hover {
  background-color: transparent;
  color: rgb(var(--primary))
}

.blod-details-content .blog-info .back-btn a:hover svg path {
  fill: rgb(var(--primary))
}

.blod-details-content h2 {
  margin-top: 78px;
  font-size: 44px;
  font-family: DMSans-Bold;
  color: rgb(var(--primary))
}

.blod-details-content h3 {
  margin-top: 30.5px;
  font-size: 30px;
  font-family: Poppins-Medium;
  color: rgb(var(--secondary))
}

.blod-details-content h4 {
  margin-top: 25px;
  font-size: 26px;
  font-family: Poppins-Medium;
  color: rgb(var(--secondary))
}

.blod-details-content h5 {
  margin-top: 25px;
  font-size: 22px;
  font-family: Poppins-Medium;
  color: rgb(var(--secondary))
}

.blod-details-content h6 {
  margin-top: 25px;
  font-size: 20px;
  font-family: Poppins-Medium;
  color: rgb(var(--secondary))
}

.blod-details-content p {
  margin-top: 25.4px;
  font-family: Poppins-Light;
  font-size: 17px;
  line-height: 34px;
  color: rgb(var(--secondary));
  margin-top: 36.3px
}

.blod-details-content p b {
  font-family: Poppins-Light;
  font-weight: 400
}

.blod-details-content figure {
  margin-top: 51.7px;
  margin-bottom: 79px
}

.blod-details-content figure img {
  width: 100%
}

.blod-details-content ul {
  margin-top: 23.4px;
  list-style-position: inside;
  list-style: none;
  padding: 0 0 0 60px;
}

.blod-details-content ul li {
  font-size: 17px;
  font-family: Poppins-Light;
  line-height: 34px;
  color: rgb(var(--secondary));
  padding-left: 37px;
  position: relative
}

.blod-details-content ul li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  position: absolute;
  top: 10px;
  left: 0
}

.share-list {
  margin-top: 51.4px;
  display: flex;
  align-items: center
}

.share-list span {
  font-size: 23px;
  font-family: DMSans-Regular;
  color: rgb(var(--secondary))
}

.share-list a {
  font-size: 33px;
  color: rgb(var(--secondary));
  text-decoration: none;
  margin-left: 40px;
  transition: all .2s
}

.share-list a:hover {
  color: rgb(var(--primary))
}

.addtoany_list.a2a_kit_size_48 a {
  transform: scale(.85);
  transform-origin: center
}

.addtoany_list.a2a_kit_size_48 a>span {
  background: 0 0!important
}

.addtoany_list.a2a_kit_size_48 a>span path {
  fill: #23284b!important
}

.addtoany_list.a2a_kit_size_48 a:hover>span path {
  fill: #319ec1!important
}

@media screen and (max-width:767px) {
  .blod-details-content .blog-info .date {
    font-size: 16px
  }
  .blod-details-content .blog-info .back-btn a {
    font-size: 16px;
    padding: 10px 15px;
    height: 45px
  }
  .blod-details-content .blog-info .back-btn a svg {
    width: 15px
  }
  .blod-details-content figure {
    margin-bottom: 50px
  }
  .blod-details-content h2 {
    margin-top: 50px;
    font-size: 40px;
    line-height: initial
  }
  .blod-details-content h3 {
    font-size: 26px;
    line-height: initial
  }
  .blod-details-content h4 {
    font-size: 22px;
    line-height: initial
  }
  .blod-details-content h5 {
    font-size: 20px;
    line-height: initial
  }
  .blod-details-content h6 {
    font-size: 18px;
    line-height: initial
  }
  .blod-details-content p {
    font-size: 16px;
    line-height: initial
  }
  .blod-details-content ul li {
    font-size: 16px;
    line-height: 30px
  }
  .share-list span {
    font-size: 18px
  }
  .share-list a {
    font-size: 20px;
    margin-left: 30px
  }
  .blod-details-content ul {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width:767px) {
  .addtoany_list.a2a_kit_size_48 a {
    transform: scale(.65);
    margin-left: 0
  }
}

.related-posts {
  margin-top: 71px;
  background-color: rgb(var(--primary-thin));
  padding-top: 76px;
  padding-bottom: 140px
}

.related-posts .block-heading {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center
}

.related-posts .block-heading h2 {
  font-size: 61px;
  color: rgb(var(--secondary));
  font-family: DMSans-Bold;
  line-height: 81px
}

.related-posts .block-heading p {
  margin-top: 10px;
  font-size: 24px;
  font-family: DMSans-Regular;
  color: rgb(var(--secondary));
  line-height: 34px
}

.related-posts-carousel {
  margin-top: 49px;
  position: relative
}

.related-posts-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between
}

.related-posts-carousel .owl-nav button {
  position: relative
}

.related-posts-carousel .owl-nav button svg {
  transition: all .2s
}

.related-posts-carousel .owl-nav button:hover svg path {
  fill: rgb(var(--primary))
}

.related-posts-carousel .owl-nav .owl-prev {
  left: calc(-90px - 25px)
}

.related-posts-carousel .owl-nav .owl-next {
  right: calc(-90px - 25px)
}

@media screen and (max-width:1680px) {
  .related-posts-carousel .owl-nav .owl-prev {
    left: calc(-30px - 25px)
  }
  .related-posts-carousel .owl-nav .owl-next {
    right: calc(-30px - 25px)
  }
}

@media screen and (max-width:1560px) {
  .related-posts-carousel .owl-nav .owl-prev {
    left: 0
  }
  .related-posts-carousel .owl-nav .owl-next {
    right: 0
  }
  .related-posts-carousel {
    padding-left: 60px;
    padding-right: 60px
  }
}

.rp-card {
  border-radius: 20px;
  overflow: hidden
}

.rp-card figure img {
  width: 100%
}

.rp-card article {
  padding: 18px 45px 46px;
  background-color: #fff
}

.rp-card article .date {
  font-size: 15px;
  font-family: DMSans-Regular;
  color: rgb(var(--secondary-light));
  line-height: 20px
}

.rp-card article h3 {
  margin-top: 33px;
  font-size: 30px;
  color: rgb(var(--secondary));
  font-family: DMSans-Bold;
  line-height: 40px
}

.rp-card article p {
  margin-top: 19px;
  font-size: 17px;
  font-family: DMSans-Regular;
  color: rgb(var(--secondary-light));
  line-height: 30px
}

.rp-card article .read-more {
  margin-top: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-family: DMSans-Regular;
  font-size: 23px;
  background-color: rgb(var(--primary));
  border: 2px solid rgb(var(--primary));
  color: #fff;
  padding: 10px 40px;
  border-radius: 54px;
  text-decoration: none;
  transition: all .2s;
  user-select: none
}

.rp-card article .read-more:hover {
  background-color: transparent;
  color: rgb(var(--primary))
}

@media screen and (max-width:767px) {
  .related-posts {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .related-posts .block-heading h2 {
    font-size: 40px
  }
  .related-posts .block-heading p {
    font-size: 18px;
    line-height: initial
  }
  .related-posts-carousel {
    padding-left: 30px;
    padding-right: 30px
  }
  .related-posts-carousel .owl-nav button svg {
    width: 15px
  }
  .rp-card article {
    padding: 18px 15px 30px
  }
  .rp-card article h3 {
    margin-top: 15px;
    font-size: 26px;
    line-height: initial
  }
  .rp-card article p {
    margin-top: 15px;
    font-size: 14px;
    line-height: initial
  }
  .rp-card article .read-more {
    margin-top: 30px;
    font-size: 18px;
    height: 45px;
    padding: 10px 30px
  }
}

