@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url(../css/style2.css);
body {
  font-family: "Mulish", sans-serif;
  min-height: 2000px;
  margin: auto;
  color: #0c0c0c;
}

.swiper-horizontal {
  touch-action: pan-y;
  height: 700px;
}

.container {
  max-width: 1140px;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

ul {
  padding: 0px;
  margin: 0px;
}

section.mnslide {
  background: #f3f8fb;
  margin-top: -37px;
  padding-top: 50px;
}

.stinner .swiper {
  margin: 0 auto;
  padding-bottom: 50px;
}
.stinner .swiper--slide {
  background-size: cover;
  background-position: center;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.stinner .swiper-button-next:after,
.stinner .swiper-button-prev:after {
  font-size: 20px;
}
.stinner .swiper-wrapper {
  padding: 10px 0px 35px 0px;
}
.stinner .swiper-slide {
  background-size: cover;
  border-radius: 10px;
}
.stinner .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  border-radius: 8px;
}
.stinner .slide-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  width: 80%;
  color: #fff;
}
.stinner .slide-content a.category {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.stinner .slide-content h3 {
  font-family: Montserrat, Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
.stinner .slide-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 10px;
}
.stinner .slide-meta img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stinner .swiper-slide-active {
  z-index: 10;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.36);
}
.stinner .swiper-button-next,
.stinner .swiper-button-prev {
  color: white;
  top: 70%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .stinner .swiper-slide {
    height: 300px;
  }
  .stinner .slide-content h3 {
    font-size: 18px;
  }
}

.ftrbx {
  background: #f3f8fb;
}
.ftrbx .mostloved {
  background: #fff;
  margin-bottom: 30px;
  padding: 28px 30px 20px;
}
.ftrbx .mostloved .figimg {
  margin-bottom: 15px;
  position: relative;
}
.ftrbx .mostloved .figimg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000 100%);
  transition: all 0.4s ease;
}
.ftrbx .mostloved .figimg:hover:after {
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0, #001737 100%);
}
.ftrbx .mostloved img {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ftrbx .mostloved h3 {
  font-size: 20px !important;
  line-height: 24px !important;
  color: #001737 !important;
  margin-bottom: 20px !important;
  font-family: "Montserrat";
  font-weight: 700;
}
.ftrbx .mostloved h4 a {
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 700;
  margin-top: 15px;
  color: #001737;
  margin-bottom: 10px !important;
  font-weight: 700;
  display: inline;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  background-position: left 87%;
  transition: all 0.4s ease;
  line-height: 22px;
  background-image: linear-gradient(to right, #C6005F 0%, #4D0270 100%) !important;
}
.ftrbx .mostloved .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.ftrbx .mostloved .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: background 0.3s ease;
}
.ftrbx .mostloved .active {
  background: #fff;
  opacity: 1;
}
.ftrbx .mostloved .owl-dots {
  position: absolute;
  top: 100px;
  width: 100%;
}
.ftrbx .mostloved:hover h4 a {
  background-size: 100% 3px;
  display: inline;
  color: rgb(0, 23, 55);
}
.ftrbx .news-tab-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: Montserrat, Sans-serif;
}
.ftrbx .slide-highlight {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  transition: transform 0.5s ease;
  min-height: 424px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.ftrbx .slide-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.5s ease;
}
.ftrbx .slide-highlight:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.ftrbx .news-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}
.ftrbx .news-cat {
  display: inline-block;
  background: #ff3a3a;
  padding: 4px 10px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  border-radius: 3px;
  transition: background 0.3s;
}
.ftrbx .news-cat:hover {
  background: #e32e2e;
}
.ftrbx .slide-highlight h2 {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
  transition: color 0.3s;
}
.ftrbx .slide-highlight h2 a {
  color: #fff;
  text-decoration: none;
  display: inline;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  background-position: left 87%;
  transition: all 0.4s ease;
  line-height: 22px;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 20px;
}
.ftrbx .slide-highlight h2 a:hover {
  color: #fff;
  background-size: 100% 3px;
  display: inline;
  color: rgb(255, 255, 255);
}
.ftrbx .meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.ftrbx .meta li {
  display: flex;
  align-items: center;
  color: #eee;
  margin-right: 15px;
}
.ftrbx .meta li i,
.ftrbx .meta li img {
  margin-right: 6px;
}
.ftrbx .meta li img {
  border-radius: 50%;
}
.ftrbx .list-posts .media {
  margin-bottom: 1rem;
  align-items: flex-start;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
}
.ftrbx .post-thumb {
  width: 94px;
  height: 98px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.ftrbx .media-body {
  padding-left: 15px;
}
.ftrbx .media-body h5 {
  margin: 0 0 0.4rem;
  font-size: 14px;
  transition: color 0.3s;
  color: rgb(0, 23, 55);
}
.ftrbx .media-body h5 a {
  color: #333;
  text-decoration: none;
  color: rgb(0, 23, 55);
  background-size: 100% 3px;
  display: inline;
  color: rgb(0, 23, 55);
  padding-bottom: 6px;
  display: inline;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  background-position: left 87%;
  color: rgb(0, 23, 55);
  transition: all 0.4s ease;
  line-height: 22px;
}
.ftrbx .media-body h5 a:hover {
  background-size: 100% 3px;
  display: inline;
  color: rgb(0, 23, 55);
}
.ftrbx .media-body .post-date {
  font-size: 13px;
  color: #182b49;
  font-weight: 700;
  line-height: 16px;
}
.ftrbx .fadeIn {
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ftrbx .nav-tabs {
  border-bottom: 0px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 120px;
  overflow: hidden;
  padding: 8px 13px;
  justify-content: center;
}
.ftrbx .nav-tabs .nav-link {
  color: #8b8b8b;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 1rem;
  border: none;
  border-radius: 0;
  margin-right: 0.25rem;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ftrbx .nav-tabs .nav-link:hover {
  color: #000;
}
.ftrbx .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  position: relative;
}
.ftrbx .nav-tabs .nav-link.active:after {
  background: #C20160;
  content: "";
  width: 70%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  margin: auto;
}
.ftrbx .nav-tabs .nav-link:focus {
  box-shadow: none;
}
.ftrbx .nav-tabs .nav-link {
  background: none;
}
@media (max-width: 576px) {
  .ftrbx .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

.fttech {
  background-color: #f3f8fb;
}
.fttech .mtrec {
  background: #fff;
  padding: 30px 30px 30px 30px;
}
.fttech .cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  height: 140px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fttech .scbnm {
  position: relative;
  z-index: 9;
  background: #eee;
  background: rgba(0, 23, 55, 0.8);
  border-radius: 133px;
  display: flex;
  justify-content: center;
  height: 33px;
  padding: 2px 4px 2px 15px;
  font-size: 14px;
  /* font-size: 13px; */
}
.fttech .cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, 0.34);
  transition: background-color 0.3s ease;
}
.fttech .cat-card .cat-name {
  font-size: 15px;
  font-weight: 600;
  z-index: 2;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 2px;
}
.fttech .cat-card .cat-count {
  display: inline-flex;
  padding: 0.2em 0.5em;
  font-size: 0.9rem;
  background: rgb(2, 194, 57);
  border-radius: 100px;
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 36px;
  top: -1px;
  bottom: 0px;
  color: #fff;
  position: absolute;
  right: -7px;
}
.fttech .cat-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.fttech .cat-card:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 576px) {
  .fttech .cat-card {
    height: 120px;
    padding: 0.8rem;
  }
  .fttech .cat-card .cat-name {
    font-size: 1rem;
  }
  .fttech .cat-card .cat-count {
    font-size: 0.8rem;
  }
}

.editbx {
  background-color: #f3f8fb;
  padding: 0px 30px 30px 30px;
}
.editbx .news-tab-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: Montserrat, Sans-serif;
}
.editbx .news-post {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.editbx .post-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.editbx .category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  background-color: #ff3a3a;
  border-radius: 3px;
  z-index: 10;
}
.editbx .category-tag a {
  color: #fff;
  text-decoration: none;
}
.editbx .category-tag:hover {
  background-color: #e63232;
}
.editbx .post-title a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #222;
  transition: color 0.3s;
  color: #001737;
  padding-bottom: 6px;
  background: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #001737;
  font-weight: 700;
  font-family: "Montserrat";
  display: inline;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  transition: all 0.4s ease;
  background-position: left 87%;
}
.editbx .post-title a:hover {
  background-size: 100% 3px;
  display: inline;
  color: rgb(0, 23, 55);
}
.editbx .post-meta {
  font-size: 13px;
  color: #001737;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 16px;
}
.editbx .post-meta a {
  color: #001737;
}
.editbx .post-meta img {
  margin-right: 8px;
  border-radius: 50%;
}
.editbx .post-excerpt {
  font-size: 15px;
  color: #182b49;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.editbx .read-more-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%) !important;
  display: flex;
  background: linear-gradient(90deg, #c6005f 0, #4d0270 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: Montserrat;
  padding: 8px 20px;
  border-radius: 4px;
  width: 119px;
  margin-top: 24px;
  align-items: center;
}
.editbx .read-more-btn:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%) !important;
}
.editbx .read-more-btn i {
  margin-left: 6px;
  transition: transform 0.3s ease-in-out;
}
.editbx .read-more-btn:hover {
  color: #000;
}
.editbx .read-more-btn:hover i {
  transform: translateX(4px);
}
@media (max-width: 767px) {
  .editbx .post-image {
    min-height: 200px;
  }
  .editbx .post-title a {
    font-size: 20px;
  }
}
.editbx .klpoinm .news-card {
  height: 415px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
}
.editbx .klpoinm .bg-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.editbx .klpoinm .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.editbx .klpoinm .news-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.editbx .klpoinm .news-title a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  background-position: left 87%;
  transition: all 0.4s ease;
  line-height: 22px;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 20px;
}
.editbx .klpoinm .news-title a:hover {
  text-decoration: underline;
}
.editbx .klpoinm .news-category a {
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #ff3a3a;
  color: #fff;
  text-decoration: none;
}
.editbx .klpoinm .news-category a:hover {
  opacity: 0.9;
}
.editbx .klpoinm .news-meta img {
  border-radius: 50%;
}
.editbx .klpoinm .news-meta a {
  color: #fff;
  text-decoration: none;
  display: inline;
}
.editbx .klpoinm .news-meta a:hover {
  text-decoration: underline;
}
.editbx .klpoinm .news-meta .fa-clock {
  margin-right: 5px;
}
.editbx .klpoinm .news-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.editbx .klpoinm .news-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.editbx .klpoinm .news-card:hover h3 a {
  background-size: 100% 3px;
  display: inline;
  color: rgb(255, 255, 255);
}
.editbx .klpoinm .bg-img {
  transition: transform 0.5s ease;
}
.editbx .klpoinm .news-card:hover .overlay {
  background: rgba(0, 0, 0, 0.736);
  transition: background 0.3s ease;
}
.editbx .rtinnermx img {
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editbx .ppltab {
  padding: 1rem;
  background-color: #fff;
}
.editbx .ppltab .nav-tabs {
  border-bottom: 2px solid #ddd;
  border-bottom: 0px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 120px;
  overflow: hidden;
  padding: 8px 13px;
  justify-content: center;
  border-radius: 120px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.05);
}
.editbx .ppltab .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  position: relative;
  display: inline-block;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.editbx .ppltab .nav-tabs .nav-link.active,
.editbx .ppltab .nav-tabs .nav-link:hover {
  color: #C20160;
  border-bottom-color: #C20160;
}
.editbx .ppltab .tab-content {
  margin-top: 0rem;
}
.editbx .ppltab .list-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editbx .ppltab .list-posts .media {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #e4e4e4;
}
.editbx .ppltab .list-posts .post-thumb {
  flex: 0 0 60px;
  width: 79px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin-right: 1rem;
  border: 4px solid #fff;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.11);
  border-radius: 14px;
  background: #000;
  display: inline-flex !important;
  margin-right: 12px !important;
  padding-top: 0 !important;
  width: 48px !important;
  height: 60px !important;
  overflow: hidden !important;
  float: none !important;
}
.editbx .ppltab .list-posts li:last-child {
  border: 0px;
}
.editbx .ppltab .list-posts .media-body h5 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}
.editbx .ppltab .list-posts .media-body h5 a {
  color: #001737;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: Montserrat !important;
}
.editbx .ppltab .list-posts .media-body h5 a:hover {
  color: #6c7783;
}
.editbx .ppltab .list-posts .post-date {
  font-size: 0.85rem;
  color: #888;
}
@media (max-width: 768px) {
  .editbx .ppltab .list-posts .media {
    flex-direction: column;
  }
  .editbx .ppltab .list-posts .post-thumb {
    margin-bottom: 0.5rem;
  }
}
.editbx .subs .subscribe-box {
  border: 6px solid transparent;
  padding: 36px 36px 40px 36px;
  -o-border-image: url(https://gossip-themes.com/ennlilwp/wp-content/themes/ennlil/assets/images/subscribe-bg.png) 8 stretch;
     border-image: url(https://gossip-themes.com/ennlilwp/wp-content/themes/ennlil/assets/images/subscribe-bg.png) 8 stretch;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.editbx .subs .subscribe-form .email-form-group {
  position: relative;
}
.editbx .subs .subscribe-form input[type=email] {
  background: #fff;
  height: 46px;
  color: #8392a5;
  width: 100%;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.06);
}
.editbx .subs .subscribe-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0;
  border-radius: 5px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #002584;
  border: none;
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.editbx .subs .subscribe-form .email-form-group .submit-icon {
  position: absolute;
  right: 15px;
  top: 14px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.editbx .subs .subscribe-box .icon {
  background: url("../img/mail.png") no-repeat scroll center center;
  width: 51px;
  height: 38px;
  display: inline-block;
  margin: auto;
}
.editbx .subs .subscribe-text h3 {
  font-size: 20px;
}
.editbx .subs .subscribe-text h3 span {
  font-weight: bold;
}

.ftvid {
  position: relative;
  background-color: #000e22;
}
.ftvid:before {
  position: absolute;
  background: url("../img/frame.png") no-repeat scroll left top;
  left: 0;
  top: 90px;
  content: "";
  width: 150px;
  height: 426px;
}
.ftvid:after {
  position: absolute;
  background: url("../img/frame2.png") no-repeat scroll left top;
  right: 0;
  bottom: 90px;
  content: "";
  width: 150px;
  height: 426px;
  transform: rotate(180deg);
}
.ftvid h2 {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: Montserrat, Sans-serif;
  color: #fff;
}
.ftvid .video-feature {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}
.ftvid .video-list .thumb {
  width: 100px;
  height: 60px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 6px;
  margin-right: 15px;
  position: relative;
  border-radius: 14px;
  background: 0 0;
  box-shadow: 0 6px 19px rgba(0, 0, 0, 0.11);
  border: 4px solid #8392a5;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.ftvid .video-feature:hover {
  transform: scale(1.01);
}
.ftvid .video-feature:hover h4 a {
  background-size: 100% 3px;
  display: inline;
  color: rgb(255, 255, 255);
}
.ftvid .video-feature .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: background 0.3s;
}
.ftvid .video-feature:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.ftvid ul.video-list {
  padding: 50px 40px;
  background: #182b49;
  border-radius: 0 5px 5px 0;
  position: relative;
  z-index: 1;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ftvid .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  padding: 10px;
  transition: transform 0.3s background 0.3s;
  background: #ffbe0c;
  position: relative;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  z-index: 99;
}
.ftvid .play-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0, 0, 0, 0.5);
}
.ftvid h4 {
  margin-top: 10px;
  color: #fff;
}
.ftvid h4 a {
  color: #fff;
  background: linear-gradient(to right, currentcolor 0px, currentcolor 100%) left 87%/0px 3px no-repeat;
  background-position: left 87%;
  transition: all 0.4s ease;
  line-height: 22px;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 24px;
}
.ftvid .category-badge {
  background-color: #1298fc;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
  /* background: #ff3a3a; */
  position: relative;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-block;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
  margin-right: 7px;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
}
.ftvid h6 {
  font-size: 1rem;
  font-family: Montserrat, Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}
.ftvid .video-list li {
  cursor: pointer;
  display: flex;
  padding: 0.75rem 0;
  border-bottom: 1px solid #000e22;
  transition: background 0.3s;
}
.ftvid .video-list li:last-child {
  border: 0px;
}
.ftvid .video-list li.active,
.ftvid .video-list li:hover {
  background-color: transparent;
}
.ftvid .video-list .thumb {
  width: 95px;
  height: 95px;
  min-width: 95px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 6px;
  margin-right: 15px;
}
.ftvid .video-list .thumb .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffbe0c;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
}
.ftvid .btn {
  border-radius: 0px;
  background: transparent;
  border: 0px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
}
.ftvid small.text-muted {
  color: #ffffff !important;
  font-size: 13px;
  text-transform: uppercase;
}

.dontmiss {
  background-color: #f3f8fb;
}

.dontmissinner img.avatar {
  border-radius: 100px;
}
.dontmissinner h2.news-tab-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: Montserrat, Sans-serif;
}
.dontmissinner .trending-news-slides {
  max-width: 350px;
  margin: 15px auto;
}
.dontmissinner .trending-news-slides:hover .news-thumb img {
  transform: scale(1.1);
}
.dontmissinner .trending-news-slides:hover .post-title a {
  color: #001737;
  background-size: 100% 3px;
  display: inline;
}
.dontmissinner .news-block-style {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  background: #fff;
}
.dontmissinner .news-block-style:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.dontmissinner .news-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
}
.dontmissinner .grid-cat {
  position: absolute;
  top: 10px;
  left: 10px;
}
.dontmissinner .news-cat_Name {
  font-size: 0.75rem;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.dontmissinner .news-content {
  padding: 15px;
}
.dontmissinner .news-content .post-title {
  font-size: 1.1rem;
  margin-bottom: 8px;
  min-height: 43px;
}
.dontmissinner .news-content .post-title a {
  font-family: Montserrat, Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #001737;
  transition: all 0.4s ease;
  background-image: linear-gradient(to right, #C6005F 0%, #4D0270 100%) !important;
  background: linear-gradient(to right, #c6005f 0, #4d0270 100%);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left 87%;
  display: inline;
}
.dontmissinner .news-content .post-title a:hover {
  text-decoration: underline;
}
.dontmissinner .news-thumb.position-relative {
  height: 160px;
  overflow: hidden;
}
.dontmissinner .news-content p {
  font-size: 14px;
  line-height: 22px;
  color: #182b49;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.dontmissinner .blog_meta_content_Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #001737;
}
.dontmissinner .blog_meta_content_Box a {
  color: #001737;
}
.dontmissinner .entry-author-thumb img {
  border-radius: 50%;
  margin-right: 6px;
}
.dontmissinner .entry-author-thumb a {
  color: #888;
  text-decoration: none;
}
.dontmissinner .entry-date i {
  margin-right: 4px;
}
.dontmissinner .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: -10%;
  transform: unset;
  pointer-events: none;
  right: 0px;
}
.dontmissinner .owl-nav button.owl-prev,
.dontmissinner .owl-nav button.owl-next {
  background-color: rgb(255, 255, 255);
  color: #000;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  pointer-events: all;
  transition: background-color 0.3s ease;
  width: 37px;
  height: 37px;
  margin: 5px;
  border-radius: 100px;
}
.dontmissinner .owl-nav button.owl-prev:hover,
.dontmissinner .owl-nav button.owl-next:hover {
  background-color: #182b49;
  color: #fff;
}
.dontmissinner .owl-nav button.owl-prev {
  position: absolute;
  left: -96px;
}
.dontmissinner .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

footer .list-unstyled li {
  line-height: 38px;
}
footer .list-unstyled li a {
  color: rgb(66, 69, 79);
}
footer a {
  color: rgb(66, 69, 79);
}

div#videoModal .btn-close {
  top: -56px;
}

.heading {
  text-align: center;
}
.heading h2 {
  color: #0f1941;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  padding: 30px 10px;
}
.heading h2 span {
  font-weight: 300;
}
.heading p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background: #fff;
}
header .navbar {
  padding: 0px;
}
header .logobx .dflxc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logobx .dflxc li a {
  display: inline-flex;
  color: rgb(0, 0, 0);
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  background: rgb(243, 248, 251);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
header .navbar-nav li {
  padding: 15px 2px;
}
header .navbar-nav li a.nav-link.active {
  color: rgb(15, 25, 65) !important;
}
header .navbar-nav li a {
  color: #fff !important;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
}
header .navbar-nav li a:hover {
  color: #ffdde4 !important;
  text-decoration: none;
}
header .navbar-nav li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header .navbar-nav .mpost a {
  border-radius: 100px;
  padding: 10px 30px !important;
  background: #ffdde4;
  color: #fff !important;
}
header .navbar-nav .mpost a i {
  margin-right: 5px;
}
header .navbar-nav .mpost a:hover {
  background: #528f09;
  color: #fff !important;
}
header .mmmenu .searchouter {
  position: absolute;
  right: 0px;
  bottom: -75px;
  z-index: 99;
}
header .mmmenu .searchouter .search-form {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header .mmmenu .searchouter .search-input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}
header .mmmenu .searchouter .search-button {
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
header .mmmenu .searchouter .search-button i {
  pointer-events: none;
}
header .mmmenu .nvinnert {
  position: relative;
  background-image: linear-gradient(90deg, #c6005f 0, #4d0270 100%);
  padding-left: 50px;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #c6005f 0%, #4d0270 100%);
  max-width: 1140px;
  margin: auto;
  min-width: 1140px;
}
header .mmmenu .nvinnert .container .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding: 0.7rem 1rem;
}
header .mmmenu .nvinnert .container ul.rightmenu.navbar-nav {
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  left: 37px;
  height: 100%;
}
header .mmmenu .nvinnert .container ul.rightmenu.navbar-nav:after {
  position: absolute;
  left: 93px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.2;
  transition: 0.2s ease;
  border-radius: 0 10px 10px 0;
}
header .mmmenu .nvinnert .container ul.rightmenu.navbar-nav li {
  display: inline-flex;
  position: relative;
}
header .mmmenu .nvinnert .container ul.rightmenu.navbar-nav li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  z-index: 99;
  position: relative;
  padding: 13px 18px 5px 14px;
}
header .mmmenu .nvinnert .container .navbar-nav .dropdown-menu {
  background-color: #001737;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 0;
  margin-top: 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  display: block;
  pointer-events: none;
  z-index: 1000;
}
header .mmmenu .nvinnert .container .navbar-nav .dropdown-menu li {
  padding: 5px 2px;
}
header .mmmenu .nvinnert .container .navbar-nav .dropdown-menu li a {
  font-size: 14px;
  padding: 13px 26px 13px;
  border-bottom: 1px solid #10264a !important;
}
header .mmmenu .nvinnert .container .navbar-nav .dropdown-menu li:last-child a {
  border-bottom: 0px solid #10264a !important;
}
header .mmmenu .nvinnert .container .nav-item.dropdown:hover .dropdown-menu,
header .mmmenu .nvinnert .container .nav-item.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: auto;
}
header .mmmenu .nvinnert .container .dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease;
  border-radius: 6px;
}
header .mmmenu .nvinnert .container .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
header .topvs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .topvs .nvinnert .container ul.rightmenu.navbar-nav li a {
  padding: 13px 24px 5px 23px;
}
header .topvs .nvinnert {
  position: relative;
  background-image: linear-gradient(90deg, #c6005f 0, #4d0270 100%);
  padding-left: 50px;
  border-radius: 0px;
  background-image: linear-gradient(90deg, #c6005f 0%, #4d0270 100%);
  max-width: 100%;
  margin: auto;
  min-width: 100%;
  animation-name: slideInDown;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}
header .dropdown-menu {
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0px;
  transition: 0.4s;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 15px;
  position: relative;
}
header .dropdown-menu .ulinner ul {
  border-radius: 0px;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
  padding: 0px;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  padding: 5px 10px;
}
header .dropdown-menu .ulinner ul li a:before {
  display: none;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: transparent;
  color: #000 !important;
  text-decoration: underline;
}
header .topbar {
  background: #002584;
  text-align: center;
  color: #fff;
}
header .topbar .lopi {
  display: flex;
  align-items: center;
  overflow: hidden;
}
header .topbar .lopi span.breaking-title {
  background: #C20160;
  padding: 2px 20px;
  border-radius: 31px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
header .topbar .lopi span.breaking-title img {
  margin: 0px 3px;
}
header .topbar .strright {
  display: flex !important;
  align-items: center !important;
  position: relative;
  justify-content: flex-end;
}
header .topbar .strright .itinner {
  position: relative;
  z-index: 9;
}
header .topbar .strright:after {
  position: absolute;
  width: 101%;
  height: 173%;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  right: -19%;
  top: -7px;
}
header .topbar .owl-carousel {
  text-align: left;
}
header .topbar p {
  margin: 0px;
  color: #fff;
  padding: 10px 0px;
}
header .topbar ul {
  text-align: left;
  padding: 5px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #ffdde4;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #ffdde4;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header .navbar-brand {
  width: 100px;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  text-transform: lowercase;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
header .rightmenu li {
  display: inline-flex;
}
header .rightmenu li a {
  position: relative;
  font-size: 24px;
  color: #3e3e3f;
  line-height: 18px;
}
header .rightmenu li a:hover {
  color: #fff;
}
header .rightmenu li a:hover i {
  color: #fff;
}
header .rightmenu li a svg {
  width: 23px;
  height: 23px;
}
header .rightmenu li a svg path {
  fill: #fff;
}
header .rightmenu li a .ab {
  position: absolute;
  top: 3px;
  background: #383838;
  color: #fff;
  border-radius: 100px;
  padding: 9px 4px 8px 4px;
  font-size: 11px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 8px;
}
header .rightmenu li a:hover {
  color: #000 !important;
}
@media only screen and (min-width: 1024px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
.backto {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 45px;
  height: 45px;
  background-color: #f06544 !important;
  color: white;
  padding: 9px 15px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}

.backto:hover {
  background-color: #f06544 !important;
  transform: scale(1.1);
}

.backto a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

#mbid,
.menu-btn {
  display: none;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  /* Background color of preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader-wrapper.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #333;
  /* Darker top for spinner effect */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ennlil-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* or their background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#ennlil-preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.ennlil-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #eee;
  border-top-color: #333;
  /* match their color */
  border-radius: 50%;
  animation: enn-spin 1s linear infinite;
}

@keyframes enn-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mopds .fttech .cat-card {
  height: 80px;
}

.rgcatg .mtthumn {
  margin-top: -15px;
  height: 500px;
  background-image: url("../img/listening-music-wd.webp");
  background-size: cover;
}
.rgcatg .mtthumn .mtrinner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rgcatg .mtthumn .mtrinner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000 100%);
  z-index: 9;
}
.rgcatg .mtthumn .container {
  z-index: 9;
  position: relative;
  height: 100%;
}
.rgcatg .mtthumn .slide-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  width: 80%;
  color: #fff;
}
.rgcatg .mtthumn .slide-content a.category {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.rgcatg .mtthumn .slide-content h3 {
  font-family: Montserrat, Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
.rgcatg .mtthumn .slide-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 10px;
}
.rgcatg .mtthumn .slide-meta img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rgcatg .dtlleft {
  background: #fff;
  padding: 15px;
}
.rgcatg .dtlleft figcaption {
  color: #555;
  font-size: 14px;
  margin-top: 10px;
}
.rgcatg .dtlleft .taglist .mdflx {
  display: flex;
  align-items: center;
}
.rgcatg .dtlleft .taglist .mdflx h4 {
  margin: 0px;
}
.rgcatg .dtlleft .taglist li {
  display: inline-block;
}
.rgcatg .dtlleft .taglist li a {
  border-color: #8392a5;
  color: #8392a5;
  border: 1px solid;
  display: inline-block;
  font-size: 16px !important;
  padding: 6px 15px !important;
  margin-top: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 36px;
  transition: all ease 0.5s;
  line-height: inherit;
  margin-right: 4px;
  font-weight: 600;
  margin-bottom: 0;
}
.rgcatg .dtlleft .taglist li a:hover {
  color: rgb(255, 255, 255);
  background: rgb(194, 1, 96);
}
.rgcatg .dtlleft ul.mlistr {
  padding-left: 20px;
  margin-bottom: 15px;
}
.rgcatg .dtlleft hr {
  background-color: rgb(170, 170, 170);
}
.rgcatg .dtlleft blockquote {
  background: #f3f8fb;
  padding-bottom: 40px !important;
  overflow: hidden;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  border-left: 0 !important;
  border-right: 0px !important;
  font-size: 19px;
  line-height: 28px;
  color: #001737;
  font-weight: 700;
  font-style: normal;
  font-family: Montserrat;
}
.rgcatg .dtlleft blockquote i {
  color: #dee2e6;
  position: absolute;
  left: 50px;
  top: -15px;
  z-index: -1;
  font-size: 140px;
  font-weight: 900;
}
.rgcatg .author {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.rgcatg .author .media {
  display: flex;
  align-items: center;
}
.rgcatg .author .media .authleft {
  margin-right: 10px;
  width: 148px;
  overflow: hidden;
  height: 148px;
  border-radius: 50%;
}
.rgcatg .postnavl {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.rgcatg .postnavl .media {
  display: flex;
  align-items: center;
}
.rgcatg .postnavl .media .authleft {
  margin-right: 10px;
  width: 72px;
  overflow: hidden;
  height: 72px;
  border-radius: 50%;
}
.rgcatg .postnavl .media .authleft img {
  height: 100%;
}
.rgcatg .postnavl .media .authright a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat";
  margin-bottom: 0;
  color: #182b49;
  word-break: break-all;
}
.rgcatg .postnavl .mrf {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
}
.rgcatg .postnavl .mrf .authleft {
  margin-left: 10px;
  margin-right: 0px;
}
.rgcatg .postnavl .mrf .authleft img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rgcatg .leaveform {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.rgcatg .leaveform h3#reply-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.rgcatg .leaveform hr {
  background-color: rgb(170, 170, 170);
}
.rgcatg .leaveform .btn {
  display: inline-block;
  background: linear-gradient(90deg, #c6005f 0, #4d0270 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 14px 28px;
  border-radius: 4px;
  width: auto;
  border: 0 solid;
  transition: all 0.4s ease;
}
.rgcatg .leaveform .btn:hover {
  background: linear-gradient(90deg, #4D0270 0%, #C6005F 100%);
}
.rgcatg .editbx .category-tag {
  bottom: 15px;
  top: unset;
}
.rgcatg .tags {
  padding: 30px;
  background: #fff;
}
.rgcatg .tags li {
  display: inline-block;
}
.rgcatg .tags li a {
  border-color: #8392a5;
  color: #8392a5;
  border: 1px solid;
  display: inline-block;
  font-size: 16px !important;
  padding: 6px 15px !important;
  margin-top: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 36px;
  transition: all ease 0.5s;
  line-height: inherit;
  margin-right: 4px;
  font-weight: 600;
  margin-bottom: 0;
}
.rgcatg .tags li a:hover {
  background: rgb(194, 1, 96);
  color: #fff;
}
.rgcatg .mdpage .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  justify-content: center;
}
.rgcatg .mdpage .pagination .page-item {
  margin: 0 0.25rem;
}
.rgcatg .mdpage .pagination .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  text-decoration: none;
}
.rgcatg .mdpage .pagination .page-link:hover {
  background-color: #e9ecef;
  color: #333;
}
.rgcatg .mdpage .pagination .page-item.active .page-link,
.rgcatg .mdpage .pagination .page-item.active .page-link:hover {
  color: #fff;
  background: linear-gradient(90deg, #C6005F 0%, #4D0270 100%) !important;
  cursor: default;
}
.rgcatg .mdpage .pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
  cursor: not-allowed;
}
.rgcatg .fttech .scbnm {
  width: 142px;
  margin: auto;
}
.rgcatg .searchside form {
  display: flex;
}
.rgcatg .searchside form .btn {
  transition: 0.5s;
  background-color: #c20160;
  border-radius: 5px;
  text-transform: capitalize;
  border: 0px;
}
.rgcatg .searchside form .btn:hover {
  background: #002584;
}
.rgcatg .row.news-post {
  margin: 0px;
  margin-bottom: 15px;
}
.rgcatg .editbx .post-title a {
  font-size: 20px;
}
.rgcatg .mtyerxx h2 {
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  div#comments {
    padding: 0px;
  }
  .authleft {
    display: none;
  }
  .ctget .container.py-3 {
    padding: 0px 15px !important;
  }
  .rgcatg .col-md-8 {
    padding: 0px;
  }
  .rgcatg .mtthumn .slide-content h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .rgcatg .fttech {
    background-color: #f3f8fb;
    padding: 15px;
  }
  section.py-5.fttech {
    padding: 0px !important;
  }
  .stinner .slide-content {
    left: 50px;
  }
  .ftrbx .media-body h5 a {
    font-size: 16px;
    font-weight: bold;
  }
  .stinner .slide-content h3 {
    line-height: 28px;
  }
  span.adminp {
    display: none;
  }
  section h2 {
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 32px;
  }
  .editbx .ppltab .list-posts .media {
    flex-direction: row;
  }
  section.mnslide {
    padding-top: 0px;
  }
  .stinner .swiper {
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .stinner .swiper-slide {
    height: 300px;
    border-radius: 0px;
  }
  .fttech .mtrec {
    padding: 15px;
  }
  .editbx {
    padding: 15px;
  }
  .ftbotm p {
    text-align: center;
  }
  .ftrbx .mostloved img {
    height: 209px;
  }
  .ftbotm ul.list-inline.mb-0.small {
    display: flex;
    justify-content: center;
  }
  .mopds {
    padding: 0px;
  }
  .editbx .klpoinm .news-card {
    margin-bottom: 15px;
  }
  .col-md-6.mt-4.klpoinm.ps-0 {
    margin-top: 0px !important;
  }
  .dontmissinner .news-thumb.position-relative {
    height: 234px;
    overflow: hidden;
  }
  .col-md-6.klpoinm.mt-4.ps-0,
  .col-md-6.klpoinm.ps-0 {
    padding: 0px;
  }
  .dontmissinner .trending-news-slides {
    max-width: 100%;
    margin: 15px 0px;
  }
  .swiper-horizontal {
    touch-action: pan-y;
    height: auto;
  }
  button.menu-btn {
    position: absolute;
    top: 22px;
    right: 5px;
    background: #eee;
    color: #000;
  }
  #mbid {
    display: block;
    z-index: 999;
    top: 73px;
  }
  header .menu-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    background: #c20160;
    padding: 10px;
    color: #fff;
  }
  header .menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s ease;
  }
  header .menu-btn.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  header .menu-btn.open span:nth-child(2) {
    opacity: 0;
  }
  header .menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  header .nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #333;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  header .nav.open {
    max-height: 1000px;
  }
  header .nav ul {
    list-style: none;
  }
  header .nav > ul > li {
    border-bottom: 1px solid #444;
    position: relative;
  }
  header .nav li {
    position: relative;
  }
  header .nav a,
  header .submenu-toggle {
    display: block;
    padding: 1rem 1.5rem;
    color: white;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
  }
  header .submenu-toggle {
    position: absolute;
    right: 0px;
    width: -moz-max-content;
    width: max-content;
    z-index: 999;
    top: 0px;
  }
  header .nav a:hover,
  header .submenu-toggle:hover {
    background: transparent;
  }
  header .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #444;
  }
  header .submenu.open {
    max-height: 500px;
  }
  header .submenu li {
    border-bottom: 1px solid #555;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  header .menu-btn {
    display: none;
  }
  header .nav {
    position: static;
    max-height: none;
    background: transparent;
    display: flex;
    align-items: center;
  }
  header .nav ul {
    display: flex;
    gap: 1rem;
  }
  header .nav > ul > li {
    border: none;
    position: relative;
  }
  header .nav a,
  header .submenu-toggle {
    padding: 1rem 0;
    color: white;
    background: none;
    cursor: pointer;
  }
  header .nav a:hover,
  header .submenu-toggle:hover {
    color: #00bcd4;
    background: none;
  }
  header .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    max-height: none !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    width: 200px;
  }
  header .submenu li {
    border: none;
  }
  header .nav > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
  }
  header .submenu-toggle::after {
    content: " ▼";
    float: right;
  }
  header .submenu ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #222;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  header .submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  header .nav {
    background: #001737;
  }
  header .submenu {
    background: #122f57;
  }
  header .nav a:focus,
  header .submenu-toggle:focus {
    background: #122f57;
  }
  header .nav a:focus {
    background: rgba(194, 1, 96, 0.9);
  }
  #mbid,
  .menu-btn {
    display: block;
  }
  .nvinnert {
    display: none;
  }
  .top-social {
    display: none;
  }
  .logobx {
    position: relative;
    min-height: 113px;
  }
  .nkjk-button {
    position: absolute;
    right: 70px;
    top: 27px;
  }
  header .topbar .lopi {
    display: block;
  }
  .ad-banner.text-center {
    display: none;
  }
  header .topbar {
    padding-top: 5px;
  }
  header .topbar p {
    text-align: center;
  }
  header .topbar .strright {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */