/** Blog
================================================*/
/** Heading */
.head_block {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.head_block .title {
  font-size: 42px;
  line-height: 52.92px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
@media (max-width: 1399px) {
  .head_block .title {
    font-size: 38px;
    line-height: 46.92px;
  }
}
@media (max-width: 1023px) {
  .head_block .title {
    font-size: 34px;
    line-height: 40.92px;
  }
}
@media (max-width: 991px) {
  .head_block .title {
    font-size: 30px;
    line-height: 36.92px;
  }
}

.head_section {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.head_section .title {
  font-size: 42px;
  line-height: 52.92px;
  font-weight: 700;
  position: relative;
  margin: 0;
  color: #1D2939;
}
@media (max-width: 1399px) {
  .head_section .title {
    font-size: 38px;
    line-height: 46.92px;
  }
}
@media (max-width: 1023px) {
  .head_section .title {
    font-size: 34px;
    line-height: 40.92px;
  }
}
@media (max-width: 991px) {
  .head_section .title {
    font-size: 30px;
    line-height: 36.92px;
  }
}
.head_section .title span {
  color: var(--primary-color);
}

.head_category {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.head_category .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #2E3135;
  margin: 0;
}
@media (max-width: 1399px) {
  .head_category .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1023px) {
  .head_category .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.head_single {
  position: relative;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.head_single .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: #2E3135;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1399px) {
  .head_single .title {
    font-size: 22px;
    line-height: 38px;
  }
}

.head_box {
  position: relative;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.head_box .sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.16px;
  letter-spacing: 0.3px;
  color: #0292FF;
  text-transform: uppercase;
}
.head_box .title {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 67.2px;
  color: #000000;
}
@media (max-width: 1399px) {
  .head_box .title {
    font-size: 26px;
    line-height: 57.92px;
  }
}
@media (max-width: 1023px) {
  .head_box .title {
    font-size: 24px;
    line-height: 47.92px;
  }
}
@media (max-width: 991px) {
  .head_box .title {
    font-size: 22px;
    line-height: 40.92px;
  }
}

/** Section Feature */
.gv_feature_block {
  position: relative;
  padding-top: 50px;
}
.gv_feature_block .container {
  position: relative;
  z-index: 3;
}
.gv_feature_block .feature-wrap {
  background-image: url("../images/feature-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
}
.gv_feature_block .feature-wrap .bg-1 {
  width: 836px;
  height: 1337px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-15%);
  background-image: url("../images/blog-1.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_feature_block .feature-wrap .bg-1 {
    width: 660px;
    height: 1120px;
  }
}
@media (max-width: 1023px) {
  .gv_feature_block .feature-wrap .bg-1 {
    width: 560px;
    height: 1120px;
  }
}
@media (max-width: 991px) {
  .gv_feature_block .feature-wrap .bg-1 {
    width: 450px;
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .gv_feature_block .feature-wrap .bg-1 {
    width: 380px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_feature_block .feature-wrap .bg-1 {
    width: 330px;
    height: 600px;
  }
}
.gv_feature_block .feature-wrap .bg-2 {
  width: 1066px;
  height: 1440px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/blog-2.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_feature_block .feature-wrap .bg-2 {
    width: 720px;
    height: 1020px;
  }
}
@media (max-width: 1023px) {
  .gv_feature_block .feature-wrap .bg-2 {
    width: 660px;
    height: 1020px;
  }
}
@media (max-width: 991px) {
  .gv_feature_block .feature-wrap .bg-2 {
    width: 560px;
    height: 900px;
  }
}
@media (max-width: 767px) {
  .gv_feature_block .feature-wrap .bg-2 {
    width: 460px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_feature_block .feature-wrap .bg-2 {
    width: 360px;
    height: 600px;
  }
}
.gv_feature_block .feature-wrap .owl-carousel .owl-item {
  padding-top: 60px;
  padding-bottom: 10px;
  transition: all 0.4s ease 0s;
}
.gv_feature_block .feature-wrap .owl-carousel .owl-item.in-center {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_feature_block .feature-wrap .owl-carousel .owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.gv_feature_block .feature-wrap .owl-carousel .owl-dots .owl-dot {
  padding: 0 5px;
}
.gv_feature_block .feature-wrap .owl-carousel .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
  padding: 0px;
  transition: all 0.3s ease 0s;
  background: #fff;
  display: block;
  border-radius: 100%;
}
@media (max-width: 1399px) {
  .gv_feature_block .feature-wrap .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
.gv_feature_block .feature-wrap .owl-carousel .owl-dots .owl-dot.active span {
  height: 20px;
  width: 20px;
  background: var(--second-color);
}
@media (max-width: 1399px) {
  .gv_feature_block .feature-wrap .owl-carousel .owl-dots .owl-dot.active span {
    height: 16px;
    width: 16px;
  }
}
/** Post Category */
.gv_post_category {
  padding: 50px 0 60px;
  position: relative;
  z-index: 4;
}
.gv_post_category .category-box {
  position: relative;
}
.gv_post_category .category-box .blog-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_post_category .category-box .pst-loading img {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.gv_post_category .category-box .read-x button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  border: 0;
  padding: 12px 20px 12px 20px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #fff;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(rgb(242, 141, 48), rgb(255, 122, 0));
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  z-index: 3;
}
.gv_post_single .bg-1 {
  width: 836px;
  height: 1337px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-15%);
  background-image: url("../images/blog-1.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_post_single .bg-1 {
    width: 660px;
    height: 1120px;
  }
}
@media (max-width: 1023px) {
  .gv_post_single .bg-1 {
    width: 560px;
    height: 1120px;
  }
}
@media (max-width: 991px) {
  .gv_post_single .bg-1 {
    width: 450px;
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .gv_post_single .bg-1 {
    width: 380px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_post_single .bg-1 {
    width: 330px;
    height: 600px;
  }
}
.gv_post_single .bg-2 {
  width: 1066px;
  height: 1440px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/blog-2.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_post_single .bg-2 {
    width: 720px;
    height: 1020px;
  }
}
@media (max-width: 1023px) {
  .gv_post_single .bg-2 {
    width: 660px;
    height: 1020px;
  }
}
@media (max-width: 991px) {
  .gv_post_single .bg-2 {
    width: 560px;
    height: 900px;
  }
}
@media (max-width: 767px) {
  .gv_post_single .bg-2 {
    width: 460px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_post_single .bg-2 {
    width: 360px;
    height: 600px;
  }
}
.gv_post_single .content-box {
  width: 100%;
  max-width: 981px;
  margin: 0 auto 30px;
}
.gv_post_single .content-box .arrow-link {
  padding-bottom: 15px;
  position: relative;
}
.gv_post_single .content-box .arrow-link button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  background: transparent;
  padding: 0;
  border: 0;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25.1px;
  background: linear-gradient(90deg, #1490A7, #0FB5D3);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 1399px) {
  .gv_post_single .content-box .arrow-link button {
    font-size: 18px;
  }
}
.gv_post_single .content-box .arrow-link button span {
  width: 21.22px;
  height: 21.22px;
  background: var(--second-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.gv_post_single .content-box .arrow-link button span i {
  height: 10px;
  width: 10px;
  display: block;
  background-image: url("../images/svg/rx-arrow-right.svg");
  transform: rotate(180deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gv_post_single .content-box .meta {
  position: relative;
  padding-bottom: 20px;
}
.gv_post_single .content-box .meta span {
  display: inline-flex;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2E3135;
}
.gv_post_single .content-box .meta span i {
  height: 20px;
  width: 18px;
  background-image: url("../images/svg/ic-calendar-o.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 5px;
}
.gv_post_single .related-box .blog-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Page Single */
.gv_page_single {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 3;
}
.gv_page_single .bg-1 {
  width: 836px;
  height: 1337px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-15%);
  background-image: url("../images/blog-1.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_page_single .bg-1 {
    width: 660px;
    height: 1120px;
  }
}
@media (max-width: 1023px) {
  .gv_page_single .bg-1 {
    width: 560px;
    height: 1120px;
  }
}
@media (max-width: 991px) {
  .gv_page_single .bg-1 {
    width: 450px;
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .gv_page_single .bg-1 {
    width: 380px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_page_single .bg-1 {
    width: 330px;
    height: 600px;
  }
}
.gv_page_single .bg-2 {
  width: 1066px;
  height: 1440px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/blog-2.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
  opacity: 0.1;
}
@media (max-width: 1399px) {
  .gv_page_single .bg-2 {
    width: 720px;
    height: 1020px;
  }
}
@media (max-width: 1023px) {
  .gv_page_single .bg-2 {
    width: 660px;
    height: 1020px;
  }
}
@media (max-width: 991px) {
  .gv_page_single .bg-2 {
    width: 560px;
    height: 900px;
  }
}
@media (max-width: 767px) {
  .gv_page_single .bg-2 {
    width: 460px;
    height: 800px;
  }
}
@media (max-width: 575px) {
  .gv_page_single .bg-2 {
    width: 360px;
    height: 600px;
  }
}
.gv_page_single .content-box {
  width: 100%;
  max-width: 981px;
  margin: 0 auto;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
}
/** Contact Box */
@media (max-width: 1024px) {
  .contact-box .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-box .container > .row {
  align-items: stretch;
}
.contact-box .container > .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 1024px) {
  .contact-box .container > .row > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-box .info {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .contact-box .info {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .contact-box .info {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-box .info .tag {
  position: relative;
  margin-bottom: 24px;
}
.contact-box .info .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.contact-box .info .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.contact-box .info .name {
  padding-bottom: 24px;
  position: relative;
}
.contact-box .info .name h1 {
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .contact-box .info .name h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.contact-box .info .entry-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D3D4DA;
  padding-bottom: 24px;
}
.contact-box .info .entry-content *:last-child {
  margin-bottom: 0;
}
.contact-box .info .image {
  position: relative;
  padding-bottom: 70%;
  display: block;
}
.contact-box .info .image .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}
.contact-box .info .image .img-1 img {
  width: 100%;
  height: auto;
}
.contact-box .info .image .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.contact-box .info .image .img-2 img {
  width: 100%;
  height: auto;
}
.contact-box .form {
  background: linear-gradient(#3E53AC, #171631);
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-box .form {
    width: 100vw;
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .contact-box .form {
    width: 100vw;
    padding: 60px 15px;
  }
}
.contact-box .form::before {
  content: "";
  background-image: url("../images/bg-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.15;
}
.contact-box .form .box {
  position: relative;
  z-index: 3;
  background: #171631;
  border-radius: 16px;
  padding: 32px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 580px;
}
.contact-box .form .box h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.contact-box .form .box .wpcf7-form p {
  margin: 0 0 16px;
  display: block;
  position: relative;
}
.contact-box .form .box .wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  margin-bottom: 7px;
}
.contact-box .form .box .wpcf7-form input[type=text],
.contact-box .form .box .wpcf7-form input[type=tel],
.contact-box .form .box .wpcf7-form input[type=email],
.contact-box .form .box .wpcf7-form input[type=date],
.contact-box .form .box .wpcf7-form textarea, .contact-box .form .box .wpcf7-form select {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 100%;
  height: 48px;
  padding: 9px 16px;
  line-height: 30px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  outline: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}
.contact-box .form .box .wpcf7-form textarea {
  height: 113px;
}
.contact-box .form .box .wpcf7-form input.wpcf7-submit {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  background: linear-gradient(#4263EB, #253885);
  box-shadow: 0px 4px 12px 0 rgba(27, 27, 27, 0.06);
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: none;
  cursor: pointer;
}

/** Loop Post */
.post_inner {
  position: relative;
}
.post_inner .thumb > a {
  display: block;
  padding-bottom: 64.748%;
  position: relative;
  width: 100%;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
}
.post_inner .thumb > a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .info {
  padding-top: 20px;
  position: relative;
}
.post_inner .info .date {
  display: inline-flex;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .post_inner .info .date {
    font-size: 16px;
  }
}
.post_inner .info .date i {
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("../images/svg/iw-calendar-o.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  opacity: 0.7;
}
.post_inner .info h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .post_inner .info h3 {
    font-size: 20px;
  }
}
.post_inner .info h3 a {
  color: #fff;
}
.post_inner .info .desc {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Loop Blog */
.blog_inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog_inner {
    flex-wrap: wrap;
  }
}
.blog_inner .thumb {
  min-width: 278px;
  max-width: 278px;
}
@media (max-width: 991px) {
  .blog_inner .thumb {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .blog_inner .thumb {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.blog_inner .thumb > a {
  display: block;
  padding-bottom: 64.748%;
  position: relative;
  width: 100%;
  background-position: center;
  overflow: hidden;
  border-radius: 8px;
}
.blog_inner .thumb > a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.blog_inner .info {
  flex: 1;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .blog_inner .info {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog_inner .info {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.blog_inner .info .date {
  display: inline-flex;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(46, 49, 53, 0.7);
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .blog_inner .info .date {
    font-size: 16px;
  }
}
.blog_inner .info .date i {
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("../images/svg/ic-calendar-o.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  opacity: 0.7;
}
.blog_inner .info h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.blog_inner .info h3 a {
  color: #2E3135;
}
.blog_inner .info .desc {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #2E3135;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Pagination */
.pagination-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-nav ul li {
  display: block;
}
.pagination-nav ul li > a {
  margin: 3px 3px;
  display: flex;
  height: 34px;
  width: 34px;
  line-height: normal;
  background: transparent;
  border: 1px solid #bbb;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.pagination-nav ul li > a i {
  display: block;
}
.pagination-nav ul li:last-child {
  margin-right: 0;
}
.pagination-nav ul .active > a {
  border-color: #ddb379;
  background: #ddb379;
  color: #fff;
}/*# sourceMappingURL=blog.css.map */