@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&amp;display=swap");

:root {
  --primary-color: #d42020;
  --background: #171717;
  --color: #ebebf599;
  --text-secondary-color: #fcf3cc;
  --btn-bg: linear-gradient(88.33deg, #f88c00 -7.64%, #f88c00 145.94%);
  --light: #3f3c2e;
  --light-bg: #202020;
}

main,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background-color: #f9f9ff;
  color: #94979e;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #131315;
  margin: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p:first-letter,
h5:first-letter {
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}
button {
  border: 0;
  outline: none;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}

/*margin-bottom*/
.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*margin-top*/
.mt-100 {
  margin-top: 100px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--20 {
  margin-top: -20px;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-45 {
  padding-left: 45px;
}

.list-inline li {
  display: inline-block;
}

.form-control:focus {
  outline: none !important;
  border-color: inherit;
  box-shadow: none;
}

.container-fluid {
  max-width: 1350px;
}

.container-wrap {
  padding: 0px 50px;
  width: 100%;
}

.main {
  margin-top: 84px;
}

.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}

.row {
  --bs-gutter-x: 1.875rem;
}

.m-top {
  margin-top: 175px;
}

.mt-130 {
  margin-top: 130px;
}

.btn-custom {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 20px;
  background-color: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: "Inter Tight", sans-serif;
  transition: all 0.5s ease-in-out;
}
.btn-custom:hover,
.btn-custom:focus {
  color: var(--primary-color);
  background-color: transparent;
  outline: none;
}

.btn-link {
  background-color: var(--primary-color);
  color: #ffffff !important;
  padding: 1px 10px;
  display: inline-flex;
  text-align: center;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.btn-link:hover {
  color: #ffffff;
  background-color: #131315;
}
.btn-link i {
  margin-right: 6px;
}
.btn-link .bi-arrow-right {
  margin-left: 6px;
  margin-right: 0px;
}

/* ===========================
          Header
==============================*/
.header {
  background-color: #ffffff;
  padding: 20px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
.header__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__navbar {
  position: relative;
}
.header__action-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.logo {
  margin-right: auto;
  max-width: 170px;
  width: 100%;
}
.logo__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.logo--light {
  display: none;
}

.search-icon__link {
  background-color: var(--primary-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-left: 5px;
  display: block;
  font-weight: 900;
  border: 1px solid var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.search-icon__link:hover {
  color: var(--primary-color);
  background-color: transparent;
}

.navbar-toggler {
  width: 30px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  display: none;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  box-shadow: 0px -8px 0 0px #000000, 0px 8px 0 0px #000000;
  background: #000000;
}

.navbar-nav .nav-item {
  text-align: center;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.navbar-nav .nav-link {
  font-size: 15px;
  color: #131315;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Inter Tight", sans-serif;
  padding: 0px 40px 0px 0px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  background-color: transparent;
}
.navbar-nav .nav-link i {
  color: var(--primary-color);
}
.navbar-nav .dropdown-menu {
  background-color: #ffffff;
  width: 200px;
  position: absolute;
  top: 40px;
  z-index: 10;
  border-radius: 20px;
  padding: 30px 30px 15px 30px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
  border: 0;
}
.navbar-nav .dropdown-sub-menu {
  background-color: #ffffff;
  width: 200px;
  margin-left: 200px;
  position: absolute;
  top: 0px;
  padding: 30px;
  padding-bottom: 10px;
  z-index: 10;
  border-radius: 5px;
}
.navbar-nav .dropdown-item {
  font-size: 14px;
  padding: 0px 0px 15px 0px;
  color: #131315;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  text-transform: capitalize;
}
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item.active {
  background-color: transparent;
  color: var(--primary-color);
}
.navbar-nav .dropdown-item:hover:after,
.navbar-nav .dropdown-item:focus:after,
.navbar-nav .dropdown-item.active:after {
  opacity: 1;
}
.navbar-nav .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;
  /* content: "\f22c"; */
  content: "";
  font-family: "bootstrap-icons";
  font-weight: 600;
  vertical-align: middle;
  transform: rotate(0deg);
  display: inline-block;
  padding-left: 6px;
}

.banner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.banner__link:hover {
  color: var(--primary-color);
}
.banner__icon {
  margin: 0 5px;
}
.banner__title {
  margin-bottom: 0 !important;
}
.banner__category-color {
  color: var(--primary-color);
  text-transform: capitalize;
}
.banner__meta {
  text-transform: capitalize;
}
.banner__subtitle {
  margin-bottom: 0px;
}
.banner__author {
  text-align: center;
}
.banner__author-image {
  margin-bottom: 15px;
}
.banner__author-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.banner__author-name {
  margin-bottom: 6px;
}
.banner__author-bio {
  margin: 15px 0px;
}

/* ------------------------------
		 Post-card  
------------------------------ */
.post-card {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 15px;
  border-radius: 20px;
  margin-bottom: 60px;
  display: block;
  position: relative;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.post-card__image {
  margin-top: -60px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08), 0 0 0 transparent;
  position: relative;
  padding-top: 85%;
  width: 100%;
}
.post-card__image img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.9s ease-in-out;
}

.post-card__image img:hover {
  transform: scale(1.1);
}
.post-card__title {
  padding: 20px 0px 3px 0px;
  margin-bottom: 10px;
}
.post-card__title-link {
  color: #131315;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: linear-gradient(
    to bottom,
    currentColor 0%,
    currentColor 98%
  );
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  overflow: visible !important;
}
.post-card__title-link:hover {
  color: #131315;
  text-decoration: none;
  background-size: 100% 1px;
}
.post-card__meta {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.post-card__meta-item {
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
  font-size: 13px;
  font-family: "Inter Tight", sans-serif;
}
.post-card__meta-item .dot {
  margin: 2px 10px !important;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.post-card__meta-link {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.post-card__meta-link:hover {
  color: var(--primary-color) !important;
}
.post-card__meta-img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.post-card:hover .post-card__image img {
  transform: scale(1.1);
}
.post-card:hover .post-card__title-link {
  color: #131315;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: linear-gradient(
    to bottom,
    currentColor 0%,
    currentColor 98%
  );
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  overflow: visible !important;
  text-decoration: none;
  background-size: 100% 1px;
}
.post-card:hover .post-card__title-link:hover {
  color: #131315;
  text-decoration: none;
  background-size: 100% 1px;
}
.post-card:hover .post-card__meta-link {
  color: var(--primary-color) !important;
}
.post-card--list {
  display: flex;
  align-items: center;
  margin-bottom: 30px !important;
}
.post-card--list .post-card__image {
  width: 50%;
  margin-right: 25px;
  margin-left: -60px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.post-card--list .post-card__content {
  width: 50%;
}

.pagination {
  padding: 0px 0px 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  text-align: center;
  margin-right: 8px;
  line-height: 45px;
  transition: all 0.5s ease-in-out;
}
.pagination__item:last-child {
  margin-right: 0px;
}
.pagination__item:hover,
.pagination__item--active {
  background-color: var(--primary-color);
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.pagination__item:hover .pagination__link,
.pagination__item--active .pagination__link {
  color: #ffffff;
}
.pagination__item:hover .pagination__icon,
.pagination__item--active .pagination__icon {
  color: #ffffff;
}
.pagination__link {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
}
.pagination__icon {
  line-height: 45px;
}

.ads-box {
  width: 100%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 600px; */
}
.ads-box.bottom-ads {
  margin-bottom: 20px;
}

/* ------------------------------
		Post-single
------------------------------ */
.post-single {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.post-single__image {
  margin-top: -60px;
  margin-bottom: 40px;
  border-radius: 20px;
}
.post-single__image-img {
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.post-single__video,
.post-single__audio {
  margin-top: -60px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.post-single__video iframe,
.post-single__audio iframe {
  width: 100%;
  height: 500px;
  border: 0px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
  border-radius: 20px;
}
.post-single__gallery {
  margin-top: -60px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.post-single__gallery .slider--five {
  padding: 0;
  border-radius: 20px;
}
.post-single__gallery .slider--five .slider-item {
  border-radius: 20px;
}
.post-single__gallery .slider--five .slider-item:after {
  display: none;
  border-radius: 20px;
}
.post-single__gallery .slider--five .swiper-button-next,
.post-single__gallery .slider--five .swiper-button-prev {
  background-color: #ffffff;
}
.post-single__gallery .slider--five .swiper-button-next:after,
.post-single__gallery .slider--five .swiper-button-prev:after {
  color: #131315;
}
.post-single__gallery img {
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
  margin-bottom: 30px;
}
.post-single__content .category {
  margin-bottom: 20px;
}
.post-single__title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.post-single__title a:hover {
  color: var(--primary-color);
}
.post-single__meta-img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.post-single__meta-item {
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
  font-size: 13px;
  font-family: "Inter Tight", sans-serif;
}
.post-single__meta-link {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.post-single__meta-link:hover {
  color: var(--primary-color) !important;
}
.post-single__body {
  margin-top: 30px;
}
.post-single__body h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-single__footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list {
  margin-bottom: 15px;
}
.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.list li:before {
  background-color: #94979e;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.block-image {
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-image__img {
  border-radius: 20px;
}
.block-image__caption {
  color: #94979e;
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.quote {
  background-color: #f9f9ff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quote__icon {
  font-size: 20px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
}
.quote__text {
  margin-top: 0 !important;
  margin-bottom: 10px;
  color: #131315;
  font-weight: 900;
}
.quote__author {
  color: #94979e;
  font-weight: 400;
  font-size: 15px;
}

.search__box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #f9f9ff;
  transform: translate(0%, 100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.search__box--open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.search__box-btn-close {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: var(--primary-color);
  border: none;
  opacity: 1;
  visibility: visible;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.search__box-btn-close i {
  color: #ffffff;
}
.search__box-btn-close:hover {
  opacity: 0.8 !important;
}
.search__content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.search__form {
  text-align: center;
  border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}
.search__form-input {
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: inherit;
  border: 0px;
  font-weight: 400;
  border-radius: 40px 0px 0px 40px;
  padding: 15px 10px 15px 30px;
  z-index: 1;
  border: 1px solid #eee;
  text-transform: capitalize;
  outline: none;
  transition: all 0.7s ease-in-out;
}
.search__form-btn-search {
  background-color: var(--primary-color);
  box-shadow: none;
  border: 0px;
  cursor: pointer;
  border-radius: 0px 40px 40px 0px;
  width: 130px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
.search__form-btn-search:hover {
  opacity: 0.8;
}

.categories ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: capitalize;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px -1px rgb(0 0 0 / 8%);
  width: 100%;
  overflow: auto;
}
.categories ul::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.categories ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.categories ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.categories ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.categories ul li a.active,
.categories ul li a:hover {
  color: #000;
}

/* /////////////   single-blog  /////////// */
main.single-blog {
  margin-top: 115px;
}
main.single-blog .back-btn {
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

main.single-blog p,
main.single-blog ul,
main.single-blog ol,
main.single-blog li,
main.single-blog table,
main.single-blog h1,
main.single-blog h2,
main.single-blog h3,
main.single-blog h4,
main.single-blog h5,
main.single-blog h6 {
  margin-bottom: 15px;
}

main.single-blog h1 {
  font-size: 32px;
}
main.single-blog h2 {
  font-size: 28px;
}
main.single-blog h3 {
  font-size: 24px;
}

main.single-blog tbody,
main.single-blog td,
main.single-blog tfoot,
main.single-blog th,
main.single-blog thead,
main.single-blog tr {
  padding: 10px;
}
main.single-blog ul {
  padding-left: 15px;
}

@media all and (max-width: 768px) {
  .post-single {
    padding: 30px 15px;
  }
  main.single-blog {
    font-size: 14px;
  }
  main.single-blog h1 {
    font-size: 22px;
  }
  main.single-blog h2 {
    font-size: 20px;
  }
  main.single-blog h3 {
    font-size: 18px;
  }
}

.notFound {
  font-size: 28px;
  text-align: center;
  margin: 0 0 40px 0;
}
#breadcrumb-container .banner__meta {
  font-size: 14px;
  margin-bottom: 5px;
}

.loading {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.social-media__item {
  /* margin-right: 8px; */
  margin-bottom: 0 !important;
}
.social-media__link {
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  display: block;
}
.social-media__link i {
  color: #131315;
}
.social-media__link:hover i {
  color: var(--primary-color) !important;
}
.social-media--layout-two {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.social-media--layout-two .social-media__link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.social-media--layout-two .social-media__link i {
  font-size: 13px;
  line-height: 31px;
  color: #ffffff;
}
.social-media--layout-two .social-media__link:hover {
  background-color: var(--primary-color);
}
.social-media--layout-two .social-media__link:hover i {
  color: #ffffff !important;
}
.social-media--layout-three .social-media__item {
  /* margin-right: 20px; */
  font-weight: 500;
}
.social-media--layout-three .social-media__item:last-child {
  margin-right: 0px;
}
.social-media--layout-three .social-media__link {
  margin-right: 0px;
  color: #d9d9d9;
  font-size: 14px;
}
.social-media--layout-three .social-media__link i {
  margin-right: 8px;
  color: #d9d9d9;
}
.social-media--layout-three .social-media__link:hover {
  color: var(--primary-color) !important;
}
.social-media--layout-three .social-media__link:hover i {
  color: var(--primary-color);
}

.color-facebook {
  background-color: #3b5998;
}
.color-instagram {
  background-color: #c32aa3;
}
.color-youtube {
  background-color: #e52d27;
}
.color-twitter {
  background-color: #1dcaff;
}
.color-dribbble {
  background-color: #ddd;
}
.color-pinterest {
  background-color: #bd081c;
}
.text-justify {
  text-align: justify;
}

/* main.single-blog ul {
  padding-left: 15px;
  margin-top: 40px;
} */

#dynamic-image {
  width: 100%;
  margin-bottom: 20px;
}
div#posts-container > div {
  display: flex;
}
