:root {
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.5;
}

html {
  margin: 0 !important;
  padding: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1320px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

.heading {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 133.333% */
}

.heading span {
  color: #57CC99;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

h2, h3, h4, h5, h6{
	margin-bottom: 1rem;
}
.blog-center-part .widget-area .wp-block-categories li{
	flex-wrap: nowrap;
}
.tableofcontent ul{
	flex-wrap: wrap;
}
.post-content ol, .post-content ul{
	padding-left: 1.5rem;
}
/*--header--*/
header {
  background-color: #074568;
  padding: 10px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
}

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

.logo {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  color: #fff;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  display: none;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-left: auto;
}

.nav-link {
  color: #fff;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.nav-link:hover,
.nav-link.active {
  color: #57cc99;
}

.search-login {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  margin-left: 20px;
}

.search-login li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-login .search-form form {
  display: flex;
  align-items: center;
  position: relative;
}

.search-login .search-form form input {
  min-width: 250px;
  min-height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 15px;
  color: #fff;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
}

.search-login .search-form form input::placeholder {
  color: #fff;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search-login .search-form form button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 15px;
}

.search-login .login-btn {
  min-width: 135px;
  min-height: 40px;
  display: inline-flex;
  padding: 10px 31px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 25px;
  background: #fff;
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: ease 0.5s;
  position: relative;
}

.search-login .login-btn:hover {
  transition: ease 0.5s;
  background: #39cdff;
  gap: 0;
}

.search-login .login-btn span {
  transition: ease 1s;
}

.search-login .login-btn:hover span {
  transition: ease 1s;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .search-login .search-form form input {
    min-width: auto;
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #074568;
    display: none;
    padding: 1rem;
    border-top: 1px solid #eee;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    margin: 0.5rem 0;
  }

  .search-login {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .search-login .search-form {
    display: none;
  }

  .search-login li {
    gap: 5px;
  }

  .search-login .login-btn {
    min-width: 80px;
    min-height: 30px;
    gap: 5px;
    padding: 5px 5px;
    font-size: 10px;
  }

  .search-login .login-btn svg {
    width: 15px;
  }
}

/*--footer--*/
footer {
  background: linear-gradient(101deg, #293055 4.86%, #063678 46.16%, #293055 98.33%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer .footer-head {
  padding: 34px 30px;
}

footer .footer-head .part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

footer .footer-head .part .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  border: 1px solid #0C8282;
  background: linear-gradient(180deg, #0C2353 0%, #1189CD 50%, #0C2353 100%);
  box-shadow: 0 0 4px 4px #0C2353 inset;
}

footer .footer-head .part p,
footer .footer-head .part p a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

footer .footer-head .part p span {
  display: block;
  color: #E4E4E4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .footer-main {
  border-radius: 20px;
  background: rgba(25, 38, 59, 0.45);
  padding: 60px 30px;
  margin-bottom: 94px;
  position: relative;
}

footer .footerbg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .row .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

footer .row .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

footer .flogo-tagline {
  margin: 20px 0;
  padding-right: 20%;
  color: #E5E5E5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

footer .fhead {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.165%;
  margin-bottom: 20px;
}

footer .fhead svg {
  display: block;
  margin-top: 7px;
  stroke-width: 3px;
  stroke-linecap: round;
}

footer .flist {
  list-style: none;
}

footer .flist li {
  margin-bottom: 10px;
}

footer .flist li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #E5E5E5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 18px;
}

footer .flist li a::before {
  content: ">>";
  position: absolute;
  left: 0;
  top: -3px;
  color: #E5E5E5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -6px;
  font-family: monospace;
}

footer .subscribe {
  position: relative;
}

footer .subscribe label {
  display: block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  width: 70%;
}

footer .subscribe input {
  border-radius: 10px;
  border: 1px solid #326F91;
  min-height: 52px;
  width: 100%;
  padding: 15px 20px;
  padding-right: 50px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
  background: transparent;
}

footer .subscribe input::placeholder {
  color: #ddd;
}

footer .subscribe button {
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #FFFFFF;
  outline: none;
  box-shadow: none;
  border: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

footer .subscribe button:hover {
  background: #57CC99;
}

footer .subscribe button:hover svg path {
  fill: #fff;
}

footer .social {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
}

footer .social ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

footer .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 3px 6px 11px #0000564f;
}

footer .copyright {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 2px solid #074568;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

footer .copyright ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

footer .copyright ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

footer .gototop {
  position: absolute;
  bottom: 59px;
  left: calc(50% - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 6px solid #0E3470;
  background: #57CC99;
  cursor: pointer;
}

footer .gototop svg {
  position: absolute;
  top: 30%;
  animation: updown 2s ease-in-out infinite;
}

@keyframes updown {
  0% {
    top: 20%;
  }

  50% {
    top: 40%;
  }

  100% {
    top: 20%;
  }
}

@media (max-width: 1200px) {
  footer .row {
    flex-wrap: nowrap;
    gap: 10px;
  }

  footer .footer-head .part p,
  footer .footer-head .part p a {
    font-size: 16px;
    word-break: break-all;
  }
}

@media (max-width: 992px) {
  footer .footer-head .part {
    flex-direction: column;
    align-items: center;
  }

  footer .footer-head .part p,
  footer .footer-head .part p a {
    align-items: center;
    text-align: center;
  }

  footer .footer-main .row {
    flex-wrap: wrap;
  }

  footer .footer-main .row .col-4 {
    width: 100%;
  }

  footer .footer-main .row .col-2 {
    width: calc(50% - 10px);
  }

  footer .copyright {
    flex-direction: column;
  }

}

@media (max-width: 768px) {
  footer .row {
    flex-wrap: wrap;
  }

  footer .row .col-4,
  footer .row .col-2 {
    width: 100% !important;
    text-align: center;
  }

  footer .flogo-tagline {
    padding-right: 0;
  }

  footer .fhead {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer .flist {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer .flist li a::before {
    display: none;
  }

  footer .subscribe label {
    width: 100%;
  }

  footer .social {
    flex-direction: column;
  }

  footer .copyright {
    align-items: center;
  }
}

/*--breadcrumb--*/
.breadcrumb-sec {
  background: transparent;
  margin: 0;
  padding: 10px 0;
}

.breadcrumb {
  background-color: transparent !important;
  padding-left: 0 !important;
  align-items: center;
}

.breadcrumb a {
  color: #074568;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #37AB79;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:after {
  content: ">";
  padding: 0 5px;
  color: #000;
  font-family: cursive;
}

/*--blog center--*/
.blog-center-part {
  padding: 60px 0;
}

.blog-center-part .row .col-8 {
  width: 66.67%;
}

.blog-center-part .row .col-4 {
  width: 33.33%;
  padding-left: 50px;
}

.blog-center-part .all-post {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-center-part .all-post .no-result{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: red;
}

.blog-center-part .post-box {
  width: calc(50% - 15px);
  padding: 30px;
  border-radius: 20px;
  border: 2px solid rgba(143, 143, 143, 0.20);
  background: #FFF;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.10);
}

.blog-center-part .post-box .featured-image {
  display: block;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
}

.blog-center-part .avatarwithcategory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.blog-center-part .avatarwithcategory .name-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.blog-center-part .avatarwithcategory .name-avatar .avatar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.blog-center-part .avatarwithcategory .name-avatar .name {
  color: #767676;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.blog-center-part .avatarwithcategory .category a {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #E6FFF4;
  color: #37AB79;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid transparent;
  transition: ease 0.3s;
}

.blog-center-part .avatarwithcategory .category a:hover {
  border: 1px solid #37AB79;
}

.blog-center-part .post-box .title {
  display: block;
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-top: 25px;
}

.blog-center-part .post-box .desc {
  display: block;
  color: #767676;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
}

.blog-center-part .post-box .dateandlike {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.blog-center-part .post-box .dateandlike p {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #767676;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.blog-center-part .post-box .read-more {
  display: block;
  margin-top: 20px;
}

.blog-center-part .post-box .read-more a {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #57CC99;
  background: #E6FFF4;
  color: #37AB79;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: ease 0.3s;
}

.blog-center-part .post-box .read-more a:hover {
  color: #fff;
}

.blog-center-part .post-box .read-more a::before {
  content: "";
  height: 100%;
  width: 0;
  background: #37AB79;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: ease 0.3s;
}

.blog-center-part .post-box .read-more a:hover::before {
  width: 100%;
}

.blog-center-part .pagination {
  list-style: none;
  margin-top: 60px;
}

.blog-center-part .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-center-part .pagination li .page-numbers.current,
.blog-center-part .pagination li .page-numbers.dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #57CC99;
  border: 1px solid #57CC99;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.blog-center-part .pagination li .page-numbers.dots {
  background: transparent;
  border: 1px solid transparent;
  color: #57CC99;
}

.blog-center-part .pagination li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  color: #535353;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.blog-center-part .pagination li .prev,
.blog-center-part .pagination li .next {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #E6FFF4;
  border: 1px solid #57CC99;
  border-radius: 50%;
  color: #37AB79;
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  overflow: hidden;
}

.blog-center-part .pagination li .prev {
  align-items: flex-start;
}

.blog-center-part .widget-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blog-center-part .widget-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.blog-center-part .widget-area .widget_search label {
  display: none;
}

.blog-center-part .widget-area .widget_search div {
  position: relative;
}

.blog-center-part .widget-area .widget_search input {
  display: flex;
  align-items: center;
  min-height: 66px;
  border-radius: 10px;
  border: 1px solid #57CC99;
  padding: 0 20px;
  padding-right: 65px;
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  outline: none;
}

.blog-center-part .widget-area .widget_search input::placeholder {
  color: #ABABAB;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.blog-center-part .widget-area .widget_search button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #57CC99;
  color: #fff;
  font-size: 23px;
  transform: scaleX(-1);
  transition: ease 0.3s;
}
.blog-center-part .widget-area .widget_search button:hover {
	background: #074568;
}

.blog-center-part .widget-area .widget-title {
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
}

.blog-center-part .widget-area .wp-block-latest-posts,
.blog-center-part .widget-area .wp-block-categories,
.blog-center-part .widget-area .wp-block-tag-cloud {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #57CC99;
  padding: 20px;
  transition: ease 0.3s;
}
.blog-center-part .widget-area .wp-block-categories li {
    flex-wrap: nowrap;
}
.blog-center-part .widget-area .wp-block-latest-posts li,
.blog-center-part .widget-area .wp-block-categories li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ABABAB;
  min-height: 51px;
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 20px;
  transition: ease 0.3s;
}
.blog-center-part .widget-area .wp-block-latest-posts li:hover,
.blog-center-part .widget-area .wp-block-categories li:hover,
.blog-center-part .widget-area .wp-block-tag-cloud a:hover{
	border: 1px solid #37AB79;
    background: #E6FFF4;
}
.blog-center-part .widget-area .wp-block-latest-posts li a,
.blog-center-part .widget-area .wp-block-categories li a {
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
	width: 100%;
}

.blog-center-part .widget-area .wp-block-tag-cloud {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-center-part .widget-area .wp-block-tag-cloud a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-radius: 10px;
  border: 1px solid #ABABAB;
}


.blog-center-part .datelikecategory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-center-part .datelikecategory p {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #767676;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.blog-center-part .datelikecategory .category a {
  background: #074568;
  color: #fff;
}

.blog-center-part .title-heading {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 30px;
}

.blog-center-part .post-content {
  margin-top: 10px;
}

.blog-center-part .post-content p,
.blog-center-part .post-content ul li {
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.blog-center-part .post-content p,
.blog-center-part .post-content li,
.blog-center-part .post-content img,
.blog-center-part .post-content div {
  margin-bottom: 1rem;
}

/*--table of content--*/
.tableofcontent {
  margin-top: 30px;
}

.tableofcontent .head {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}

.tableofcontent ul {
  border-radius: 10px;
  background: #074568;
  list-style: none;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
	flex-wrap: wrap;
  gap: 10px;
}

.tableofcontent ul li a {
  display: inline-flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #57CC99;
  background: #E6FFF4;
  color: #074568;
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: ease 0.3s;
}

.tableofcontent ul li a.active,
.tableofcontent ul li a:hover {
  color: #FFF;
  border: 1px solid #57CC99;
  background: #57CC99;
}

.post-tags,
.post-share {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.post-share {
  margin-top: 20px;
}

.post-tags .head,
.post-share .head {
  display: inline-block;
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}

.post-tags ul,
.post-share ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tags ul li a {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ABABAB;
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.post-share ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #57CC99;
  background: #E6FFF4;
}

.post-author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: #E6FFF4;
  padding: 20px;
  margin-top: 25px;
}

.post-author .author-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.post-author .head {
  color: #074568;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.post-author .name a {
  display: block;
  color: #074568;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 10px;
}

.post-author .description {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.related-posts {
  margin-top: 25px;
}

.related-posts .head {
  color: #535353;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

.related-posts .posts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.related-posts .posts .post {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(33.33% - 15px);
  padding: 20px;
  border-radius: 20px;
  border: 2px solid rgba(143, 143, 143, 0.20);
  background: #FFF;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.10);
}

.related-posts .posts .post .post-image {
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
}

.related-posts .posts .post .title {
  display: block;
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-top: 25px;
}

.headerbanner{
    position: relative;
    text-align: center;
    min-height: 275px;
    background: radial-gradient(27.52% 27.52% at 50% 50%, rgb(255, 255, 255), rgb(213, 255, 237));
    padding: 60px 0px;
    overflow: hidden;
}
.headerbanner .header-content {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}
.headerbanner .header-content .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 90px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(87, 204, 153);
    border-image: initial;
    background: rgb(7, 69, 104);
}
.headerbanner .headingcommon {
    color: rgb(0, 0, 0);
    font-family: "Merriweather Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.headerbanner .headingcommon span {
    position: relative;
    color: rgb(50, 201, 141);
}
.headerbanner .headingcommon span svg {
    position: absolute;
    right: 0px;
    bottom: -7px;
}

.headerbanner .curve {
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    stroke-width: 3;
}
.headerbanner .curve.left {
    left: 0px;
}
.headerbanner .curve.right {
    right: 0px;
}

.author_bio{
  border-radius: 10px;
  background: #E6FFF4;
  padding: 20px;
  margin-bottom: 40px
}
.author_bio .author_topinfo{
  color: #074568;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  margin-bottom: 20px;
}
.author_bio .author-description{
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 156.25% */
  margin-bottom: 0;
}

.copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  background: #57CC99;
  position: absolute;
  top: 20px;
  right: 20px;
}

.code-container {
  position: relative;
}

.code-block {
  border-radius: 10px;
  background: #E6FFF4;
  color: #000;
  padding: 20px;
  padding-right: 80px;
  display: block;
  overflow-x: auto;
  min-height: 90px;
}


@media (max-width: 991px) {
  .blog-center-part .row {
    justify-content: center;
  }

  .blog-center-part .row .col-8 {
    width: 100%;
  }

  .blog-center-part .row .col-4 {
    width: 50%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blog-center-part .post-box {
    width: 100%;
  }

  .blog-center-part .row .col-4 {
    width: 100%;
  }
}


/*--dark mode css--*/

.dark-theme {}