* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Hind;
  src: url(../assets/font/Hind-Bold.ttf);
}

@font-face {
  font-family: Proxima;
  src: url(../assets/font/FontsFree-Net-Proxima-Nova-Bold.otf);
}

@font-face {
  font-family: IBMPlexSansDevanagari;
  src: url(../assets/font/IBMPlexSansDevanagari-Medium.ttf);
}

@font-face {
  font-family: Proxima-regular;
  src: url(../assets/font/Proxima\ Nova\ Font.otf);
}

.section {
  position: fixed;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px gray;
  display: flex;
  line-height: 20px;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: 0 !important;

}

.navbar .logo img {
  max-width: 100px;
  height: auto;
}

.navbar .logo a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.animate-text {
  width: 42%;
}

.animate-text marquee {
  font-family: Hind;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}

.blue {
  color: #2a56a2;
  margin-right: 12px;
}

.orange {
  color: #d86733;
  margin-right: 12px;
}

.red {
  color: #c00000;
  margin-right: 12px;
}

.menu-list li {
  list-style: none;
  display: inline-block;
  padding: 12px 0px 0 20px;
}

.menu-list li a {
  font-family: Proxima;
  font-size: 15px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}

.icon {
  /* color: #fff; */
  font-size: 48px;
  cursor: pointer;
  display: none;
}

.menu-btn {
  color: #000 !important;
}

.cancle-btn i {
  position: absolute;
  top: 20px;
  right: 30px;

}

@media (max-width:868px) {
  .icon {
    display: block;
    color: white;
  }

  .icon.hide {
    display: none;
  }

  .navbar .menu-list {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    background-color: #222;
    padding: 40px 0;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }

  .navbar .menu-list.active {
    left: 0%;
  }

  .menu-list li {
    display: block;
  }

  .navbar .menu-list li {
    margin-top: 45px;
  }

  .navbar .menu-list li a {
    font-size: 23px;
    color: #2a56a2;
  }
}

.main-content {
  margin-top: 100px;
}

/* ---------------------- main-slider ----------------  */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------Trending section  ---------- */


.Latest-videos {
  padding: 80px 0;
}

.latest-heading h3 {
  font-family: Hind;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  word-break: break-word;
  color: #2a56a2;
  margin: 0;
}

.latest-heading h3 span {
  font-family: Proxima;
  font-size: 31px;
  color: #d86733;
}

.latest-heading a {
  color: #adadad;
  text-decoration: none;
  word-break: break-word;
  text-underline-offset: 5px;
  padding: 0px 0 3px 20px;
  transition: all .2s;
  font-size: 17px;
  margin: 5px 0 0 20px;
  font-family: Proxima;
  font-weight: 600;
  /* line-height: 28px; */
  border-left: 1px solid #d4d4d4;

}

.trending-div {
  display: flex;
  justify-content: space-between;
  height: 30px;

}

.trend-content {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

:root {
  --swiper-navigation-size: 22px !important;
}

.latest-button-Next,
.latest-button-prev {
  position: static !important;
  border-radius: 50% !important;
  margin-left: 33px !important;
  color: black !important;
}

.latest-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 18px;
}

.isotope-toolbar span {
  margin: 0 !important;
}

.pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-bottom: 25px; */
}

.pic a img {
  max-width: 302px;
  height: 436px;
  object-fit: cover;
  object-position: center;
}

.post-item {
  height: 100%;
}

.pic .overlay {
  position: absolute;
  z-index: 2;
  width: 110%;
  height: 110%;
  bottom: -2px;
  left: -2px;
  /* background: #000; */
  /* opacity: .2; */
  transition: all .3s;
}

.pic:hover .overlay {
  background: #000;
  opacity: .5;
}

.post-item .pic .btn-play img {
  position: absolute;
  z-index: 20;
  top: calc(50% - 22px);
  left: calc(50% - 19px);
  display: block;
  width: 38px;
  height: 44px;
  opacity: 0;
  transition: all .3s;
}

.pic .btn-play img:hover {
  transform: scale(1.2, 1.2);
}

.pic:hover .btn-play img {
  opacity: 1;
}

/* ---------------- content section ----------------  */

.trending-sec {
  background-image: url("../assets/images/bg\ 03.png");
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

.trending-head {
  position: relative;
  font-family: Hind;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 34px;
  color: #2a56a2;
}

.trending-head span {
  font-family: Proxima;
  color: #d86733;
}

/* .trending-head:before {
  content: "";
  display: block;
  width: 435px;
  height: 1px;
  background: #191970;
  top: 50%;
  left: 116px;
  position: absolute;
}

.trending-head:after {
  content: "";
  display: block;
  width: 435px;
  height: 1px;
  background: #191970;
  top: 50%;
  position: absolute;
  right: 116px;
} */

.trending-button-next,
.trending-button-prev {
  background: rgba(149, 149, 149, .5) !important;
  color: white !important;
  /* padding: 20px !important; */
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  transition: all .2s !important;
}

.trending-button-next {
  right: 162px !important;
  top: 45% !important;
}

.trending-button-prev {
  left: 162px !important;
  top: 45% !important;
}

.trending-button-next:hover,
.trending-button-prev:hover {
  background-color: #2a56a2 !important;

}

.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  border-radius: 50% !important;
  background-color: #ffff !important;
}

.trending-slides {
  max-width: 100%;
  overflow: hidden;
}

.trending-slides img {
  width: 380px;
  height: 480px;
  transition: all .5s ease-out;
}

.trending-slides img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}

/* ----------------- Reels section --------------------  */
.reels {
  margin: 80px 0 52px 0;
}

.reel-head {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 35px;
}

.reel-head h3 {
  font-family: Proxima;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #d86733;
  text-transform: uppercase;
}

.reel-head h3 span {
  font-family: Hind;
  color: #2a56a2 !important;
}

.reel-main {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.reel-main a img {
  height: 568px;
  width: 100%;
  transition: all .5s ease-out;
  object-fit: cover;
}

.reel-main:hover a img {
  transform: scale(1.1, 1.1);
}

/* --------------------  */

.reel-main .overlay {
  background: rgba(0, 0, 0, .2);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='#000', GradientType=1);
}

.reel-main .overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: auto;
  top: 0;
  right: -1px;
  left: 0;
  background: rgba(0, 0, 0, .2);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
  pointer-events: none;
}

.reel-main .content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 365px;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 40px - 110px);
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 40px;
}

.meta .item {
  background-color: #252525;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  color: #bbb;
}

.item-info,
.description p {
  color: #bbb;
  font-family: Proxima-regular;
}

.reel-btn {
  text-decoration: none;
  font-family: Proxima;
  color: #2a56a2;
}

/* ------------------  */
.reel-sub-images {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}

.reel-sub-images img {

  height: 270px !important;
  object-fit: cover;
}

.reel-sub-images img:hover {
  transform: scale(1.1, 1.1);
}

.reel-sub-images .content {
  margin-left: 15px;
  margin-bottom: 20px;
}

.reel-sub-images .content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 47px;
  margin-bottom: 0;
}

.title {
  margin: 15px 0;

}

.title a {
  color: #fff;
  transition: all .2s;
  text-decoration: none;
  font-family: Proxima;
}

/* ------------------------ Podcast -------------------  */
.podcast-head {
  font-family: Proxima;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 34px;
}

/* ------------------------ blogs ------------------  */

.blogs {
  /* margin-top: 60px; */
  background: #f1f1f1;
  padding: 70px 0 30px 0;
}

.blogs-head {
  color: white;
  text-align: inherit;
}

.blogs-head span {
  font-family: Hind;
}

.blog-contain {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.blog-contain img {
  width: 100%;
  height: 451px;
  transition: all .5s ease-out;
  object-fit: cover;
}

.blog-contain img:hover {
  transform: scale(1.1, 1.1);

}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.blog-content h4 {
  color: #fff;
  font-family: Proxima;
  font-size: 24px;
}

.blog-content h6 {
  color: #fff;
  font-family: Proxima-regular;
}

.blog-container {
  display: flex;
  margin-bottom: 40px;
}

.blog-data {
  margin-left: 24px;
}

.blog-data a {
  text-decoration: none;
  font-family: Proxima;
  color: black;
  font-size: 19px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.blog-data h6 {
  color: #2a56a2;
  font-family: Proxima-regular;
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.blog-data h5 {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.6em;
  line-height: 1.8em;
}

.blog-data h5 p {
  font-size: 17px;
  line-height: 28px;
  font-family: Proxima-regular;
  color: black;
}


/* .sub-blog-img {
  margin-bottom: 20px;
} */

.sub-blog img {
  max-width: 235px;
  height: 205px;
  object-fit: cover;
}

/* -------------------- footer ----------------------  */
.footer {
  margin: 45px 0 25px 0;
  border-bottom: 2px solid #d4d4d4;
}

#footer-bottom {
  margin-bottom: 45px;
}

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

.footer-logo p {
  font-family: IBMPlexSansDevanagari;
  font-size: 15px;
  line-height: 26px;
}

.footer-email {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  max-width: 125px;
  height: auto;
}

.footer-input {
  width: 250px !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-family: Proxima-regular;
  margin-top: 1px !important;
}

.footer-btn {
  text-decoration: none;
  background-color: #2a56a2;
  color: white;
  padding: 11px 20px;
  font-weight: 300;
  font-size: 16px;
  font-family: Proxima;
}

.footer-btn:hover {
  color: white;
}

.social-item {
  font-size: 19px;
  line-height: 1;
  color: #7c7c7c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(115, 116, 117, .5);
  margin: 4px;
  transition: all .2s;
  text-decoration: none;
}

.social-item:hover {
  background: #2a56a2;
  border-color: #2a56a2;
  color: #fff;
}

.footer-heads {
  font-family: Proxima;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: break-word;
}

.banner-head a {
  font-size: 15px;
  font-weight: 300;
  line-height: 0.5;
  text-decoration: none;
  font-family: Proxima;
  color: #000;
}

.banner-head h5 {
  font-family: Proxima;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #7c7c7c;
}

.banner-head {
  margin-left: 25px;
}

.creative-posts {
  margin-top: 25px;
  display: flex;
}

.creative-posts div a img {
  max-width: 80px;
}

.list-group-item {
  border: none !important;
  padding: 0.5rem 0rem !important;
}

.footer-links a {
  text-decoration: none;
  color: #7c7c7c;
  transition: all .2s;
  font-weight: 300;
  font-size: 16px;
  font-family: Proxima-regular;
}

.last-head {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;

}

.last-head a {
  text-decoration: none;
  font-family: Proxima;
  color: #000;
}

.last-head a:hover {
  color: #e31e25;
}

/* --------------- contact us page--------------------  */
.contact-card {
  border: none !important;
  border-radius: 0 !important;
}

.contact-card img {
  display: block;
}

.mobile-v img {
  display: none;
}

.contact-heading {
  display: flex;
}

.contact-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-links {
  display: flex;
  position: absolute;
  bottom: 5px;
  align-items: baseline;
}

.contact-links a {
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  font-family: 'Hind', sans-serif;
}

.contact-links span {
  padding: 0 7px;
  color: white;
}

.contact-links h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  font-family: 'Hind', sans-serif;
}

.contact-main {
  /* margin: 60px 0; */
  padding: 80px 0;
  background-image: url("../assets/images/contact\ bg.png");
  background-position: center;
  background-size: cover;
}

.contact-head {
  font-family: Proxima;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.contact-add {
  display: flex;
  align-items: baseline;
}

.contact-add i {
  color: #2a56a2;
}

.contact-add p {
  margin: 0 0 10px 13px;
  font-family: Proxima-regular;
  font-size: 16px;
}

.contact-form input {
  border-radius: 0 !important;
  height: 48px !important;
  font-family: Proxima-regular;
  font-size: 15px;
}

.contact-form textarea {
  border-radius: 0 !important;
}

.contact-location {
  margin: 20px 0;
}

.contact-btn {
  padding: 8px 40px;
  border: 1px solid rgba(1, 1, 1, .2);
  transition: .5s;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
  color: black;
  font-family: Proxima-regular;

}

.contact-btn:hover {
  background-color: #2a56a2;
  color: white;
}

/* --------------- contact us page end--------------------  */

/* ------------------ About-us page ----------------  */
.main-history {
  margin-top: 80px;
  /* border-bottom: 2px solid #f1f1f1;
  margin-bottom: 40px; */
}

/* s */

.about-heading h3 {
  font-size: 25px;
  font-family: Proxima;
  font-weight: 600;
  text-align: center;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.main-intro {
  text-align: center;
  font-family: IBMPlexSansDevanagari;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 100px;
  /* margin-bottom: 40px; */
}

.counter-numbers {
  text-align: center;
  margin: 80px 0;
}

.counter-numbers span {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #1e1e1e;
  font-family: Proxima;
}

.counter-numbers h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.625;
  color: #6e6e6e;
  font-family: Proxima;
}

/* .video-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.video-button {
  position: absolute;
  top: 50%;
  transition: all .3s;
}

.video-button:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
  opacity: .8;
} */





.mission {
  background-color: #f1f1f1;
  padding: 60px 0;

}

.main-team {
  font-size: 32px;
  font-family: Hind;
  text-align: center;
  font-weight: 600;
  color: #2a56a2;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.main-team span {
  font-family: Proxima;
  color: #d86733 !important;
}



/* -------- our team ------ */

.team-sec {
  margin: 70px 0 0 0;
  background: #f1f1f1;
  padding: 60px 0;
}

.author-item {
  text-align: center;
  margin-bottom: 10px;
}

.author-item .pic-author {
  overflow: hidden;
  position: relative;
}

.pic-author img {
  max-width: 294px;
  height: 392px;
  object-fit: cover;
  object-position: center;
}

/* .overlay-author {
  text-decoration: none;
}

.author-item .pic-author:hover .overlay-author {
  opacity: 1;

}


.author-item .pic-author:hover .overlay-author::before {
  transform: scale(1);
}

.author-item .pic-author .overlay-author::before {

  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f065";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  background-position: center;
  background-size: cover;
  font-size: 33px;
  line-height: 1;
  color: #fff;
  transform: scale(0);
  transition: all .3s;
}

.author-item .pic-author .overlay-author {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6px;
  background: rgba(0, 0, 0, .2);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: all .3s;
} */

.name-author {
  margin: 10px 0;
}

.name-author {
  text-decoration: none;
  color: black;
  font-family: Proxima;
  font-size: 21px;
}

.info-author h6 {
  font-family: Proxima-regular;
  color: black;
}



/* -------------Videos page ------------  */

.video-section {
  color: #fff;
  width: 100%;
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  border-bottom: 3px solid rgba(250, 250, 250, 0.25);
}



.video-heading p {
  font-family: Hind;
  text-align: center;
  font-weight: 600;
  color: #2a56a2;
  font-size: 32px;
}


/* FILTER NAV */
.iso-nav {
  text-align: center;
  margin-bottom: 45px;
}

.iso-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iso-nav ul li {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  color: #333;
  font-family: Proxima-regular;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}


.iso-nav ul li:hover {
  background-color: #d86733;
  color: #fff;
}

.iso-nav ul li.active {
  background-color: #d86733;
  color: #fff;
}


.video-thumbnails img {
  margin-bottom: 40px;
  object-fit: cover;
}


/* ------------------ blog-page ---------------  */
.blog-page {
  margin-top: 80px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 60px;
}

.media-item .pic {
  display: block;
  overflow: hidden;
}

.media-item .pic img {
  transition: all .5s ease-out;
}

.media-item .pic img {
  max-width: 100%;
  /* height: auto; */
}

.media-item .pic:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.main-article {
  margin-bottom: 50px;
}

.entry-title {
  margin: 20px 0 0 0;
}

.entry-title a {
  font-family: Proxima;
  font-size: 24px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.info {
  font-family: Proxima-regular;
  font-size: 15px;
  margin: 4px 0 20px 0;
}

.content-blog {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 8.6em;
  line-height: 1.8em;
}

.content-blog p {
  font-family: Proxima-regular;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 30px;
}

.readmore {
  margin-top: 30px;
}

.btn-learnmore {
  font-family: Proxima-regular;
  font-size: 15px;
  border: 1px solid rgba(1, 1, 1, .2);
  transition: .5s;
  background-color: white;
  padding: 8px 25px;
  text-decoration: none;
  color: black;
}

.btn-learnmore:hover {
  background-color: #2a56a2;
  color: white;
}

.recent-blog {
  border: 1px solid rgba(1, 1, 1, .2);
  padding: 40px;
}

.recent-blog h5 {
  font-family: Proxima;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.recent-content {
  margin-bottom: 20px;
}

.recent-content a {
  text-decoration: none;
  font-family: Proxima-regular;
  font-size: 15px;
  color: black;
  font-weight: 600;
}

.recent-content-date i {
  font-size: 13px;
  margin-right: 5px;
}

.recent-content-date a {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 500;
}

.item {
  display: flex;
  margin-bottom: 20px;
}

.list-post h5 {
  margin-top: 40px;
}

.item .thumbnail {
  margin-right: 25px;
  max-width: 100px;
}

.item .thumbnail img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.popular-content a {
  text-decoration: none;
  font-family: Proxima-regular;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all .3s;
  line-height: 0.5em;
  max-height: 3.2em;
  overflow: hidden;
}

.post-date {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 500;
}

/* --------------------------- Single Blog page ---------------------  */

.single-blog-head h4 {
  font-family: Proxima;
  font-size: 24px;
  font-weight: 600;
}

.single-blog-head h5 {
  font-family: Proxima-regular;
  font-size: 14px;
}

.single-blog-head span {
  margin-right: 8px;
}

.single-blog-img {
  margin: 40px 0;
}

.single-blog-img a img {
  max-width: 100%;
  height: auto;
}

/* 
.single-blog-para {
  padding-left: 75px;
} */

.single-blog-para p {
  font-family: Proxima-regular;
  font-size: 17px;
  line-height: 31px;
}

/* ----------------------- event page -------------------  */
.evnts {
  /* background-color: #f1f1f1; */
  margin: 80px 0;
  /* padding: 70px 0 40px 0; */

}

.evnt-content {
  display: flex;
  width: 100%;
  margin-bottom: 30px;

  border: 12px solid #f1f1f1;
  padding: 40px;
}

.evnt-thumbnail {
  width: 22%;
}

.evnt-thumbnail img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
}

.evnt-info {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evnt-time h6 {
  font-family: Proxima-regular;
  font-size: 14px;
}

.evnt-time span {
  margin-right: 10px;
}

.evnt-info h4 {
  font-family: Proxima;
  font-size: 22px;
  text-transform: uppercase;
  margin: 13px 0;
}

.evnt-info p {
  font-family: Proxima-regular;
  font-size: 16px;
  line-height: 27px;
}

.evnt-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evnt-location h6 {
  font-family: Proxima-regular;
  font-size: 16px;
  line-height: 27px;
}

.evnt-location span {
  margin-right: 10px;
}

.no-event {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #f1f1f1;
  border-radius: 16px;
  padding: 60px 0;
}

.no-event img {
  max-width: 15%;
}

.no-event h4 {
  font-family: Proxima;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}