@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
a:focus-visible,
a:focus-within {
  border: 0 !important;
  outline: none !important;
}
body {
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1200px;
}
.navcolor {
  background-color: #c6ebe4 !important;
}
header {
  background-color: #c6ebe4 !important;
  padding: 8px 0;
  text-align: center;
}

.topbar li a {
  font-size: 14px;
  font-weight: 400;
  /* color: rgb(218, 204, 204) !important; */
  color: #4b4f52 !important;
  padding: 6px 9px;
}
.topbar li a:hover {
  /* color: #4b4f52 !important; */
  color: #01c2af !important;
}
/* i.fa.fa-search {
  padding-left: 148px;
} */

button.navbar-toggler.collapsed {
  border: 0 !important;
  box-shadow: none;
}

button.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none;
}

button.navbar-toggler {
  border: 0 !important;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.recent-post h4,
.recent-post h1 {
  color: #4b4f52;
  font-size: 17px;
  padding: 10px;
  font-weight: 500;
}

.recent-post .in {
  background: #f8f8f8;
}

span.blog-text-clas {
  color: black;
}

.bg-color {
  background: #c6ebe4;
  /* padding-top: 57px;
  padding-bottom: 49px; */
  /* padding-left: 50px; */
}

.browse-by-category h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #4b4f52;
  font-weight: 600;
  padding-top: 25px;
}

.line {
  background: #d7f2eb;
  width: 247px;
  height: 2px;
  margin: 20px auto;
}

input#inputtext {
  border: 1px solid #e9ecef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 46px;
  border-radius: 0;
}
input#InputEmail1 {
  border: 1px solid #e9ecef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 46px;
  border-radius: 0;
}
/* .form-control {
  border: 1px solid #e9ecef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.subscribe-btn {
  /* border: 2px solid #28ba97; */
  /* border-radius: 6px; */
  text-decoration: none;
  color: #ffffff;
  padding: 7px 45px;
  background-color: #4b4f52;
  height: 46px;
  border: 0;
}

.subscribe-btn:hover {
  color: #fff;
}

.blogs h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 16px;
}
.blogs h4,
.blogs h1 {
  font-size: 28px;
  color: #1c1c1c;
}
.blogs p {
  font-size: 15px;
  color: #4b4f52;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 38px;
}

.blog-btn {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #4b4f52;
  font-weight: 600;
  border: 1px solid #4b4f52;
  display: inline-block;
}

.blog-btn:hover {
  background: #fff;
  color: #4b4f52;
}
.cpagination a {
  text-decoration: none;
  color: #ffffff;
  padding: 7px 45px;
  background-color: #4b4f52;
  border: 1px solid #4b4f52;
}
.cpagination a:hover {
  color: #4b4f52;
  background: #fff;
}
.siderbar-heading {
  font-size: 15px !important;
  font-weight: 600;
  color: #fff !important;
  background: #01c2af;
  padding: 12px;
  text-transform: uppercase;
}
.search-bar {
}
footer {
  background: #c6ebe4;
}
footer .in {
  padding-top: 30px;
  padding-bottom: 26px;
}
footer h4 {
  text-transform: uppercase;
  color: #4b4f52;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 11px;
}
footer .clink h6 {
  color: #4b4f52;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}
footer .clink:hover h6 {
  color: #7c7676a3 !important;
}
footer .clink {
  margin-bottom: 6px;
  padding-bottom: 5px;
  display: block;
  border-bottom: 2px solid #4b4f52;
  /* display: none; */
}
/* footer .in .clink:nth-child(2) {
  display: none !important;
}
footer .in .clink:nth-child(3) {
  display: none !important;
}
footer .in .clink:nth-child(4) {
  display: none !important;
}
footer .in .clink:nth-child(5) {
  display: none !important;
} */
footer .clink:last-child {
  border: 0;
}
footer p {
  color: #575c5f;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.follow-btn {
  text-decoration: none;
  color: #ffffff;
  padding: 7px 7px;
  background-color: #4b4f52;
}
.follow-btn:hover {
  color: #fff;
}

/* footer i {
  
  padding: 14px;
  padding-top: 2px;
  padding-left: 2px;
} */
.footer-icon a {
  font-size: 22px;
  color: #01c2af;
  margin-right: 20px;
}
.footer-bar {
  background: #01c2af;
  padding: 4px 0;
}
.footer-bar p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 8px;
  font-size: 15px;
}
.footer-bar a {
  color: #fff;
  padding: 0 5px;
}
.aboutsidebar {
  text-align: center;
  padding: 20px 0;
}
.aboutsidebar h4 {
  font-size: 25px;
  color: #4b4f52;
}
.aboutsidebar h5 {
  font-size: 15px;
  color: #008083;
}
.aboutsidebar p {
  font-size: 15px;
  color: #4b4f52;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.followus {
  text-align: center;
}
.followus h4 {
  font-size: 15px !important;
  font-weight: 600;
  color: #fff !important;
  background: #01c2af;
  padding: 4px;
  text-transform: uppercase;
  margin: 0;
}
.followus .in {
  background: #4b4f52;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.followus .in a {
  font-size: 25px;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
}
.greads h4 {
  font-size: 15px;
  color: #4b4f52;
  margin-bottom: 10px;
}
.greads a:hover h4 {
  color: #7c7676a3 !important;
}
.greads p.date {
  font-size: 13px;
  color: #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin: 5px 0 !important;
  padding-bottom: 10px;
  line-height: 13px;
}
.greads > div > div:last-child {
  padding-left: 13px;
}
.greads > div {
  margin: 25px 0;
}
.searcharea {
  display: none;
}
#searchlink {
  font-size: 14px;
  color: #4b4f52;
  font-weight: 600;
  cursor: pointer;
}
#searchlink:hover {
  color: #4b4f52;
}
.blogdetail .leftdetail .breadcrumbs {
  /* font-size: 15px; */
  font-size: 13px;
  color: #4b4f52;
  /* margin-bottom: 15px; */
}
.blogdetail .leftdetail .date {
  font-size: 12px;
  color: #4b4f52;
  /* margin-bottom: 15px; */
}
.blogdetail .leftdetail h1 {
  font-size: 30px;
  color: #4b4f52;
  font-weight: bold;
  margin-bottom: 15px;
}
.blogdetail .leftdetail,
.blogdetail .leftdetail p {
  font-size: 15px;
  color: #4b4f52;
  margin-bottom: 25px;
  line-height: 30px;
}
.blogdetail .leftdetail p:empty {
  display: none;
}
.blogdetail .leftdetail h2 {
  font-size: 32px;
  color: #4b4f52;
  margin-bottom: 15px;
}
.blogdetail .leftdetail h3 {
  font-size: 25px;
  color: #4b4f52;
  margin-bottom: 15px;
}
.blogdetail .leftdetail h4 {
  font-size: 22px;
  color: #4b4f52;
  margin-bottom: 15px;
}
.blogdetail .leftdetail h5 {
  font-size: 18px;
  color: #4b4f52;
  margin-bottom: 15px;
}
.blogdetail .leftdetail li {
  font-size: 15px;
  color: #4b4f52;
  line-height: 30px;
}
.blogdetail .leftdetail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.hpostmeta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
/* .hpostmeta ul li{
  margin-right: 5px;
} */
.hpostmeta a {
  color: #4b4f52;
}
.hpostmeta a:hover {
  color: #01c2af;
}
section.recent-post.recent-single-post .inn {
  background: #c6ebe4;
  padding: 50px;
  margin: 30px 0;
}
section.recent-post.recent-single-post .inn h4 {
  font-size: 15px;
  line-height: 23px;
  padding: 10px 0;
  color: #4b4f52;
}
section.recent-post.recent-single-post .inn h2 {
  /* font-size: 30px;
  color: #4b4f52;
  font-weight: 400;
  text-transform: uppercase;*/
  text-align: center;
  font-family: poppins, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #4b4f52;
  font-weight: 600;
  margin-bottom: 0;
}
section.single-comment .in .comments-area,
section.single-comment .in .comment-list li {
  background: #c6ebe4;
  padding: 50px;
  margin: 50px 0;
}
section.single-comment .in h3 {
  font-size: 40px;
  color: #4b4f52;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
section.single-comment .in .comment-notes {
  font-size: 20px;
  color: #4b4f52;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
section.single-comment .in label {
  display: block;
  font-size: 20px;
  color: #4b4f52;
  font-weight: 400;
  margin-bottom: 10px;
}
section.single-comment .in textarea {
  width: 100%;
  border: 0;
}
section.single-comment .in input[type="text"] {
  width: 100%;
  border: 0;
  height: 50px;
}
section.single-comment .in p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
section.single-comment .in p.comment-form-cookies-consent label {
  margin-left: 10px;
  margin-bottom: 0;
}
section.single-comment .in p.form-submit input#submit {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #4b4f52;
  font-weight: bold;
  border: 1px solid #4b4f52;
}
section.single-comment .in a,
h2,
h3 {
  color: #4b4f52;
}
section.single-comment .in a.comment-reply-link {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #4b4f52;
  font-weight: bold;
  border: 1px solid #4b4f52;
}
section.single-comment .in .comment-list {
  list-style: none;
  padding: 0;
}
section.single-comment .in .comment-list li li {
  padding: 20px;
  list-style: none;
}
#crumbs a {
  color: #4b4f52;
}
/* 26 may 2022 */
.recent-post .in:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
section.browse-by-category a {
  overflow: hidden;
  display: block;
}
section.browse-by-category a img {
  transition: transform 1s;
}
section.browse-by-category a:hover img {
  transform: scale(1.2);
}
.hpostmeta a:not(:last-child)::after {
  content: ",";
  color: #d9d9d9;
}
.hpostmeta a:not(:last-child) {
  margin-right: 5px;
}
.followus .in a:hover {
  color: #00c2af;
}
.footer-icon a:hover {
  color: #4b4f52;
}
.forloadmore .content {
  display: none;
}
.cpagination .b {
  display: none;
}
.topbar li .dropdown-item {
  color: #4b4f52 !important;
}
.topbar li a.dropdown-item:hover {
  color: #4b4f52 !important;
  background: #c6ebe4 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #4b4f52 !important;
  text-decoration: none;
  background: #c6ebe4 !important;
}
.dropdown-item.active a {
  color: #4b4f52;
}
.searcharea button {
  background: #01c2af !important;
  color: #fff !important;
}

.blogs h6,
.blogs h6 a,
.hpostmeta a {
  color: #d9d9d9;
}
.blogdetail .leftdetail .entry a,
.tags a {
  color: #01c2af;
}
.blogdetail .leftdetail .entry a:hover,
.tags a:hover {
  text-decoration: underline;
}

.postonlyimage h2 {
  text-align: center;
  font-family: poppins, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #4b4f52;
  font-weight: 600;
  margin-bottom: 0;
}
.leftdetail h1,
.leftdetail h2,
.leftdetail h3,
.leftdetail h4,
.leftdetail h5,
.leftdetail h6,
.blogs h4,
.blogs h1 {
  font-family: "Playfair Display", serif !important;
}
/* .greads > div {
  display: block !important;
} */
.greads > div:nth-child(1) {
  display: none !important;
}
.greads > div:nth-child(2) {
  display: none !important;
}
.greads > div:nth-child(3) {
  display: none !important;
}
.greads > div:nth-child(4) {
  display: none !important;
}

.postonlyimage img {
  transition: 0.15s;
}

.postonlyimage a:hover img {
  transform: scale(0.9);
  box-shadow: 0 0 17px #4b4f52;
}
svg#Layer_1 {
  max-width: 380px;
}
.sincat a,
.sincat {
  color: #d9d9d9 !important;
  font-size: 13px;
}

h4.siderbar-heading,
.followus h4 {
  font-family: "Poppins", sans-serif !important;
}
.sincat a:hover {
  color: #01c2af !important;
}
section.hcontact h2,
section.hcontact h1 {
  font-family: "Playfair Display", serif !important;
  text-align: center;
  font-size: 34px;
}
.blogdetail .leftdetail p.wp-caption-text {
  margin: 0 auto;
  margin-top: -25px;
  background: #e1e6e5;
  text-align: center;
  display: block;
  padding: 5px 10px;
  font-style: italic;
  font-size: 12px;
  margin-right: 10px;
}
p.has-text-align-center a {
  color: #01c2af;
}
/* section{
  width: 100%;
  content-visibility: auto;
} */
div#post-1623 h1 {
  color: #4b4f52;
  font-size: 2rem;
}

/* New css */
.recent-post .in img {
  min-height: 381px;
}
.content img {
  height: 488px;
}

/* 2 nov 2022 */
.category-description{
  border-top:2px solid #4b4f52;
  padding: 15px 0;
}
.category-description h2 {
  font-size: 30px;
  font-family: quiche-sans, sans-serif;
  font-weight: 700;
  color: #4b4f52;
}
.category-description h3 {
  font-size: 24px;
  color: #4b4f52;
}
.category-description a{
  color: #01c2af;
}
.category-description p {
  padding: 12px 0;
  font-size: 18px;
  line-height: 30px;
}
.category-description p.cat-post-title {
  padding: 0;
}
ol.publication-list {
  padding: 0;
}