.rel {
  position: relative;
}

.h-100,
.blog__item {
  height: 100%;
}

.me-2 {
  margin-right: .75em;
}

.section-padding {
  padding: 40px 0;
}

.blog__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}

.blog__thumb img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog__title {
  font-size: 20px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title {
    font-size: 18px;
  }
}

.blog__title a:hover {
  color: #055293;
}

.blog__content {
  padding: 30px;
  padding-bottom: 35px;
}

.blog__tag {
  margin-bottom: 13px;
}

.blog__tag a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #0fa0dd;
  background: rgba(15, 160, 221, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  padding: 0 6px;
}

.blog__tag a:hover {
  background: #0fa0dd;
  color: #ffffff;
}

.blog__tag a.purple {
  background: rgba(131, 48, 254, 0.1);
  color: #8330fe;
}

.blog__tag a.purple:hover {
  background: #8330fe;
  color: #ffffff;
}

.blog__tag a.pink {
  background: rgba(242, 39, 126, 0.1);
  color: #f2277e;
}

.blog__tag a.pink:hover {
  background: #f2277e;
  color: #ffffff;
}

.blog__tag a.green {
  background: rgba(48, 168, 32, 0.1);
  color: #30a820;
}

.blog__tag a.green:hover {
  background: #30a820;
  color: #ffffff;
}

.blog__tag a.orange {
  background: rgba(250, 121, 25, 0.1);
  color: #fa7919;
}

.blog__tag a.orange:hover {
  background: #fa7919;
  color: #ffffff;
}

.blog__tag a.blue {
  background: rgba(43, 78, 255, 0.1);
  color: #055293;
}

.blog__tag a.blue:hover {
  background: #055293;
  color: #ffffff;
}

.blog__tag-2 a {
  display: inline-block;
  height: 30px;
  line-height: 32px;
  color: #53545b;
  font-weight: 500;
  background: #f3f4f8;
  padding: 0 12px;
  font-size: 15px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blog__tag-2 a:hover {
  background: #055293;
  color: #ffffff;
}

.blog__author-thumb img {
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
}

.blog__author-thumb-3 img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog__author-info h5 {
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  margin-bottom: 0;
}

.blog__author-info-2 h5 {
  color: #ffffff;
}

.blog__author-3 {
  padding: 30px;
  padding-bottom: 35px;
  padding-right: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 575px) {
  .blog__author-content {
    margin-top: 25px;
  }
}

.blog__author-content h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.blog__author-content span {
  color: #53545b;
  display: inline-block;
  margin-bottom: 10px;
}

.blog__author-content p {
  font-size: 20px;
  line-height: 1.2;
  color: #0e1133;
  margin-bottom: 0;
}

.blog__date i {
  color: #53545b;
  margin-right: 10px;
}

.blog__date span {
  font-size: 14px;
  color: #53545b;
  font-weight: 500;
}

.blog__date-2 i {
  color: #ffffff;
}

.blog__date-2 span {
  color: #ffffff;
}

.blog__text h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

.blog__text p {
  font-size: 18px;
  line-height: 28px;
  color: #53545b;
  margin-bottom: 27px;
}

.blog__quote {
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 575px) {
  .blog__quote {
    padding: 20px 30px;
  }
}

.blog__quote blockquote {
  margin-bottom: 0;
}

.blog__quote p {
  font-size: 24px;
  color: #0e1133;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}

.blog__quote h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}

.blog__quote h4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 2px;
  background: #0e1133;
}

.blog__quote img.quote {
  position: absolute;
  bottom: -34px;
  right: 50px;
}

.blog__link p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #0e1133;
}

@media (max-width: 575px) {
  .blog__link p {
    font-size: 24px;
  }
}

.blog__link p a {
  color: #055293;
}

.blog__img img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .blog__social {
    margin-top: 30px;
  }
}

.blog__social h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-right: 10px;
}

.blog__social ul li {
  display: inline-block;
  margin-left: 5px;
}

.blog__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 13px;
  color: #0e1133;
  background: #f3f4f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blog__social ul li a.wa {
  color: #128c7e;
  background: rgba(18, 140, 126, 0.1);
}

.blog__social ul li a.wa:hover {
  color: #ffffff;
  background: #128c7e;
}

.blog__social ul li a.in {
  color: #0077b5;
  background: rgba(0, 119, 181, 0.1);
}

.blog__social ul li a.in:hover {
  color: #ffffff;
  background: #0077b5;
}

.blog__social ul li a.fb {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.1);
}

.blog__social ul li a.fb:hover {
  color: #ffffff;
  background: #1877f2;
}

.blog__social ul li a.tw {
  color: #03a9f4;
  background: rgba(3, 169, 244, 0.1);
}

.blog__social ul li a.tw:hover {
  color: #ffffff;
  background: #03a9f4;
}

.blog__social ul li a.pin {
  color: #d8163f;
  background: rgba(216, 22, 63, 0.1);
}

.blog__social ul li a.pin:hover {
  color: #ffffff;
  background: #d8163f;
}

.blog__line {
  margin-bottom: 28px;
  width: 100%;
  height: 1px;
  background: #f0f0f5;
}

.blog__comment h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

.blog__comment-input input,
.blog__comment-input textarea {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid #f3f4f8;
  background: #f3f4f8;
  color: #0e1133;
  font-size: 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 24px;
}

.blog__comment-input input::placeholder,
.blog__comment-input textarea::placeholder {
  font-size: 15px;
  color: #6d6e75;
}

.blog__comment-input input:focus,
.blog__comment-input textarea:focus {
  background: #ffffff;
  border-color: #055293;
}

.blog__comment-input textarea {
  height: 180px;
  resize: none;
  line-height: 1.2;
  padding: 23px;
  padding-top: 19px;
  margin-bottom: 13px;
}

.blog__comment-agree {
  padding-left: 5px;
}

.blog__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blog__comment-agree input:checked {
  position: relative;
  background-color: #055293;
  border-color: transparent;
}

.blog__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #ffffff;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog__comment-agree input:hover {
  cursor: pointer;
}

.blog__comment-agree label {
  padding-left: 8px;
  color: #53545b;
}

.blog__comment-agree label a {
  color: #0e1133;
  font-weight: 600;
  padding-left: 4px;
}

.blog__comment-agree label a:hover {
  color: #055293;
}

.blog__comment-agree label:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__sidebar {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

/* sidebar area */
.sidebar__widget-title {
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f5;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: #f3f4f8;
  border: 2px solid #f3f4f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}

.sidebar__search input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  background: none;
}

.sidebar__search button svg {
  width: 18px;
  height: 18px;
}

.sidebar__search button svg .st0 {
  fill: #8c8faa;
}

.sidebar__search button svg .st1 {
  fill: #0e1133;
}

.sidebar__widget ul {
  padding-left: 0px;
}

.sidebar__category ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar__category ul li {
  list-style-type: none;
}

.sidebar__category ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #53545b;
  padding-left: 20px;
  position: relative;
}

.sidebar__category ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #adaeba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sidebar__category ul li a:hover {
  color: #055293;
}

.sidebar__category ul li a:hover::after {
  background: #055293;
}

.sidebar__tag a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
  background: #f3f4f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.sidebar__tag a:hover {
  color: #ffffff;
  background: #055293;
}

.rc__post:not(:last-child) {
  margin-bottom: 30px;
}

.rc__meta span {
  color: #53545b;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.rc__thumb {
  min-width: 75px !important;
}

.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.rc__title {
  font-size: 18px;
  color: #0e1133;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1.1;
}

.rc__title a:hover {
  color: #055293;
}

.fix {
  overflow: hidden;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}

.basic-pagination ul li.prev a,
.basic-pagination ul li.next a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.basic-pagination ul li.prev a:hover,
.basic-pagination ul li.next a:hover {
  color: #055293;
  background: inherit;
}

.basic-pagination ul li.active a {
  color: #ffffff;
  background: #055293;
  border-color: #055293;
}

.basic-pagination ul li a {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #eef0f6;
  color: #0e1133;
}

.basic-pagination ul li a:hover {
  background: #055293;
  color: #ffffff;
  border-color: #055293;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-5 {
  margin-bottom: 2rem;
}

.label {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 90%;
}

.img_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, .75);
  font-weight: 800;
  text-align: center;
}

.img_title strong {
  display: block;
  padding: 15px 20px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #fff;
}

.pagination li {
  list-style-type: none;
  display: inline-block;
  margin: 0 4px;
}

.pagination li .page-link {
  display: inline-block;
  border-radius: 4px;
  background: #1c3465;
  color: #fff !important;
  border: 1px solid #1c3465;
}

.pagination li.active .page-link, .pagination li a:hover {
  background: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}



/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #232f4b;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;

  padding-bottom: 20px;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: var(--primary);
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar>.widget {
  padding: 0px;
  margin-bottom: 65px;


}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgba(55, 87, 247, 0.05);
  height: 70px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(55, 87, 247, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: var(--primary);
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #f4f8fc;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {

  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #232f4b;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: var(--primary);
}

.blog-sidebar .category-widget ul {
  list-style: none;
  padding: 0px;
}

.blog-sidebar .category-widget ul li {
  font-size: 16px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 15px;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;

}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: #f4f8fc;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: var(--primary);
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;

}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #232f4b;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: var(--primary);
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #6e6e6e;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #232f4b;
  background: #ecf4fb;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: var(--primary);
  color: #fff;
}

.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: var(--primary);
  padding: 30px 40px;
}

@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 50px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "î˜¨";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: var(--primary);
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li+li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: var(--primary);
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.2666666667rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;

}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}

.wpo-blog-pg-section .post h3 a {
  color: #232f4b;
}

.wpo-blog-pg-section .post h3 a:hover {
  color: var(--primary);
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

.wpo-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #6e6e6e;
  text-transform: uppercase;

  font-size: 16px;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: var(--primary);
}

.wpo-blog-pg-section .entry-media img {
  width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #f4f8fc;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {

  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "ï„‰";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
  transform: rotate(180deg);
}

.wpo-blog-pg-section .format-gallery {
  position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: var(--primary);
  color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: var(--primary);
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "ï„ ";
  font-size: 250px;
  font-size: 16.6666666667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: var(--primary);
  background: linear-gradient(left, #071e93, var(--primary));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: var(--primary);
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}



.more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .more-posts>div {
    width: 100%;
    float: none;
  }
}

.more-posts>div>a {
  display: inline-block;
}

.more-posts .previous-post,
.more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {

  .more-posts .previous-post,
  .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.more-posts .next-post .post-control-link {
  padding-right: 0;
  position: relative;
}

@media (max-width: 767px) {
  .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.more-posts .previous-post .post-control-link {
  padding-left: 0;
  position: relative;
}

@media (max-width: 767px) {
  .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.more-posts .previous-post>a>span,
.more-posts .next-post>a>span {
  display: block;
}

.more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.more-posts .post-name {

  font-size: 18px;
  font-size: 1.2rem;
  color: #232f4b;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.more-posts a:hover .post-control-link {
  color: var(--primary);
}

.entry-media img {
  width: 80px !important;
  height: 60px;
  object-fit: cover;
}

.posts .h5 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px;
}