.logo img{
	max-height: 150px;
}
.nav-contents{padding: 0 ! important}
.lg-mn {padding: 0 20px}
@media(max-width:576px){
  .rspn-hdr .logo img{height: 100px}
}
.wdgt-box .logo img{height: 200px !important}
.them_overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.65;
    background-color: #000;
  }
  figure img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
button.slick-next, button.slick-prev{
    visibility: visible;
}
.py-20{
    padding: 50px 0;
}
.events-section {
    margin-bottom: 50px;
}
p.title-des {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    max-width: 100%;
}
 
.news-content .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.news-content .content-box ul,
.evnt-info ul{
    display: flex !important;
    margin-bottom: 5px !important;
}

.news-content .content-box ul>li {
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px;
    color:#222;
}
.evnt-info ul>li{
    font-size: 14px !important;
    margin-right: 20px ! important;
}
.evnt-info ul>li>i {
    color: #26247b;
    margin-right: 8px !important;
}

.events-btn{
    background-color: transparent !important;
    border: 1px solid #26247b;
    background: transparent;
    color: #26247b;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 8px;
}

.srv-tl > h5 {
    margin-bottom: 0;
    font-size: 20.15px;
    line-height: 1.4;
    font-weight: 400;
}
.donation-section-hm{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    display:flex;
    margin: 50px 0;
    position: relative;
    width: 100%;
}
.sec-titl{
    padding: 30px 0
}
.pb-90 {
    padding-bottom: 5.625rem;
}

.pt-90 {
    padding-top: 5.625rem;
}
.camp-wrap {
    margin-top: -10px;
}
.mrg {
    margin: 0;
}
.mrg div[class^="col"] {
    padding: 0;
}

.camp-wrap {margin-top: -10px;}
.camp-img {
  min-width: calc(100% + .9375rem);
  margin-left: -.9375rem;
}
.camp-img > a {
  color: #fff;
  font-size: 3.125rem;
  width: 6.5625rem;
  text-align: center;
  line-height: 6.5625rem;
  height: 6.5625rem;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 1;
}
.camp-img > a:hover, 
.camp-img > a:focus {background-color: var(--color1);}
.camp-info {
  max-width: calc(100% - .9375rem);
  border: 1.25rem solid #fff;
  padding: 3.4375rem 3.75rem 4.6875rem 3.75rem;
}
.camp-info > h3 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.375rem;
}
span.proj-loc {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#fff
}
.camp-info > h3 + span {margin-top: 13px;}
span.proj-loc i {font-style: normal;}
.camp-info > span + p {margin-top: .9375rem;}
.camp-info > p {
  color: #f0f0f0;
  font-size: .9375rem;
  line-height: 1.625rem;
}
.camp-info > p + div {margin-top: 1.875rem;}
.goal > span.price {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: Philosopher;
  line-height: 1;
  color:#fff;
}
.goal > i {
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: Philosopher;
  margin-top: 3px;
  color:#fff;
  letter-spacing: 1px;
}
.goal + a {margin-top: 2.9375rem;}
.camp-info .thm-btn {padding: .9375rem 2.5rem;}
.camp-info.thm-layer .thm-btn.bg-black span,
.camp-info.thm-bg .thm-btn.bg-black span,
.donate-bg-white{    
    background-color: white !important;
    color: #26247b;
}

.scholar-box img{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    transition: smooth;
    
}
.thm-layer:before{
    background-color:#26247b ! important;
}
.pat-bg {
    position: relative;
    z-index: 1;
}

.back-blend-multiply {
    background-blend-mode: multiply;
}
span.proj-loc {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
/*=== Pulse Animation ===*/
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: pluse 2s linear infinite;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: pluse 2s linear infinite;
  animation: pluse 2s linear infinite;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}
.spinner:after {
  -webkit-animation: pluse 2s linear 2.3s infinite;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: pluse 2s linear 2.3s infinite;
  animation: pluse 2s linear 2.3s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.camp-img > a {
color: #fff;
font-size: 30px;
text-align: center;
line-height: 80px;
bottom: 1.875rem;
right: 1.875rem;
z-index: 1;
width: 80px;
height: 80px;
}


/*main -heading start*/
.them_overlay{
	position:relative;
}
.them_overlay:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0.65;
	background-color:#000;
}
.container::after,
.nav-tabs::after  {
    content: "";
    display: table;
    clear: both;
}
.fade.in {
    opacity: 1;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out; 
   animation-name: hvr-ripple-out;
    border: solid 6px;
}

.hvr-ripple-out:hover:before,
.crescent_pillars_item li a:hover{
    background-color: #26247b;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before{
    border-color: #26247b;
}
.crescent_pillars_item li a:hover span{
    color: #ffffff;
}
.crescent_pillars_item li a:hover span{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.crescent_pillars_item li a:hover>h6{
    color: #ffffff;
}
.d-lg-blocked{
    display: inline-block ;
}
.about-us-title h1 span,
.about-us-title h1{
  color:#ffffff;
}
.founders-img img{
  
  max-width: 511px;
  width: 100%;
  border-radius: 20px;
}
.pillars-section{
  z-index:99;
}

.crescent_team_detail_row,
.crescent_team_profile,
.crescent_view_text,
.crescent_view_row,
.crescent_overview,
.crescent_team_wrap,
.crescent_team_fig{
	float:left;
	width:100%;
}
.crescent_team_wrap{
	/* padding:80px 0px; */
}
.crescent_team_detail_row{
	padding-bottom:40px;
	border-bottom:1px solid #e4e4e4;
}
.crescent_team_fig figure{
	margin-bottom:30px;
  float: left;
  padding: 25px 31px 23px;
  position: relative;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.crescent_team_fig .siderbar_categories {
    padding:27px 25px 65px;
	position:relative;
}
.crescent_team_fig .siderbar_categories a{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.sidebar_title.title_2{
	margin-bottom:14px;
}
.crescent_team_fig .siderbar_categories p{
	margin-bottom:15px;
}
.crescent_team_fig .them_overlay:before{
	opacity:0;
}
.crescent_team_fig:hover .them_overlay:before{
	opacity:0.35;
	z-index:1;
}
.crescent_view_row{
	border-bottom:1px solid #e4e4e4;
	padding-bottom:14px;
	margin-bottom:37px;
}
.crescent_view_des{
	float:left;
	width:auto;
}
.crescent_view_des span{
	text-transform:uppercase;
}
.crescent_view_row .widget_social_icon {
	float:right;
	width:auto;
	padding:13px 0px;
}
.crescent_view_row .widget_social_icon li {
  float: left;
  margin-right: 19px;
  list-style: none;
}
.crescent_view_row .widget_social_icon li a{
	border-color:#e6e6e6;
	color:#a1a1a1;
	height:30px;
	width:30px;
	line-height:30px;
}
.widget_social_icon li a {
  display: inline-block;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #353333;
  font-size: 16px;
  border-radius: 2px;
}
.crescent_view_text{
	margin-bottom:41px;
}
.crescent_view_text p{
	margin-bottom:0px;
}
.crescent_team_profile .crescent_detail_date{
	background:none;
	padding:0px 0px;
}
.crescent_team_profile .event_detail_list li a{
	background-color:#f7f7f7;
	width:320px;
	padding:8px 20px;
}
.crescent_team_profile  .event_detail_list li a span{
	display:inline;
}
.crescent_team_profile .sidebar_title.title_2{
	margin-bottom:20px;
}

/* team_Members stylings */
.team-main-wrap{
  width: 100%;
  min-height: 100vh;
}
.team-main-wrap .portfolio{
  width: 100%;
  padding: 30px 8%;
}
.team-main-wrap .portfolio .section-head{
  max-width: 700px;
  margin: 0px auto 25px;
  text-align: center;
}
.team-main-wrap .section-head h1{
  position: relative;
  font-size: 32px;
  margin: 10px 0px 30px;
}
.team-main-wrap .button-group{
  text-align: center;
  margin-bottom: 40px;
}
.team-main-wrap .button-group .button{
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #c8d1d8;
  font-style: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.team-main-wrap .button-group .button.active{
  background-color: #26247b;
  color: #ffffff;
}
.team-main-wrap .button-group .button:hover{
  background-color: #26247b;
  color: #ffffff;
}
.team-main-wrap div.gallery{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.team-main-wrap div.gallery .item{
  position: relative;
  margin: 4px;
  width: calc(33.33% - 8px);
  overflow: hidden;
  cursor: pointer;
}

.member-image{
  width: 100%; /* Adjust as needed */
  height: 300px; /* Adjust height as needed */
  position: relative;  
  margin-bottom: 15px;
}

.team-main-wrap .item img{
  margin-top: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.team-main-wrap div.gallery .item:hover img{
  transform: scale(1.1);
}

.team-main-wrap .item .overlay a{
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.team-main-wrap .item .overlay a:hover{
  background-color: #ffffff;
  color: #26247b;
}
.team-main-wrap .item h4{
  font-size: 22px;
  color: #26247b
}
.team-main-wrap .item p{
  margin-bottom: 0;
}
.team-main-wrap .item .office, 
.crescent_view_des .office{
  font-size: 16px;
    color: black; 
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

@media(max-width: 1024px){
  .team-main-wrap div.gallery .item{
    width: calc(50% - 8px);
  }
}
@media(max-width: 768px){
  .crescent_team_fig figure{
    max-width: 400px;
  }
}

@media(max-width: 600px){
  .team-main-wrap div.gallery .item{
    width: 100%;
    margin: 4px 0px;
  }
}

.pilr-info > h4 + p{
  margin-top:0;
}
.crescent_pillars_item li a span{
  font-size:40px
}
.pilr-islam span{
  font-size:80px;
}

.slick-slide {
  /* Opacity and scale down to place focus on active slide */
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  transform: scale(0.9);
  outline: none;
  /* Grab Hand Cursor */
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* Default Slick Slide ACTIVE
   Scale to full size and bring up opacity  */

.slick-slide.slick-center {
  opacity: 0.95;
  transform: scale(1);
  cursor: pointer;
}

/* Add padding between slides
*/

.slick-slider .slick-slide {
  padding: 0 15px;
}

/* Hide default slick prev - next text
   Still accessible.
*/
.slick-arrow {
  font-size: 1px !important;
  color: transparent;
}
.slider .slick-arrow {
  position: absolute;
  background: #3c3b6e;
  opacity: 0.7;
  bottom: -40px;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 0%;
  cursor: pointer;
  outline: none;
  transition: 0.25s;
}
.slider .slick-arrow:hover,
.slider .slick-arrow:focus {
  border-color: white;
  color: #b22234;
  background: #b22234;
  opacity: 0.95;
}
.slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.9);
}
.slider .slick-prev {
  right: 180px;
}
.slider .slick-next {
  right: 100px;
}
.slick-prev:before {
  content: "←";
  color: white;
  font-size: 30px;
}

.slick-next:before {
  content: "→";
  color: white;
  font-size: 30px;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* Position Slick dots container down some */
ul.slick-dots {
  margin-top: 40px;
  visibility: hidden;
}

.slick-dots button {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  opacity: 0.8;
}

.slick-dots > li {
  display: inline-block;

  margin: 12px;
}
.slick-dots > .slick-active {
  color: #b22234;
  font-weight: bold;
}

.slick-dots {
  list-style: none;
  border-radius: 50%;
  transition: 0.2s;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  width: 90vw;
  margin: 0 auto;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  border: none;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
  background: #3c3b6e;
}
.slick-dots li.slick-active button {
  background: #26247b;
  box-shadow: 0 0 0 1px #fff;
  opacity: 0.9;
}

/* SLIDER CARD  */

figure.menu-card {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #26247b;
  text-align: left;
  font-size: 16px;
  opacity: 0.95;
}
figure.menu-card * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.menu-card img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 350px;
}
figure.menu-card figcaption {
  padding: 25px;
  position: relative;
}
figure.menu-card h2 {
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 4px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
figure.menu-card h3 {
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
figure.menu-card button {
  border: medium none;
  padding: 10px 20px;
  background-color: rgba(68, 66, 211, 0.95);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid white;
  width: 100%;
}
figure.menu-card a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.menu-card:hover img,
figure.menu-card.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.menu-card:hover button,
figure.menu-card.hover button {
  background-color: #26247b;
  border: 1px solid white;
}

/* Re-set figure elemnent  */
figure {
  margin: 0;
  padding: 0;
}
.founders-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center-align by default for all screen sizes */
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  gap: 20px; /* Adds spacing between items */
}

.founders-card {
  flex: 1 1 calc(33.33% - 20px); /* Default for large screens */
  max-width: 300px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 70px 63px -60px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.8s;
  display: flex;
  flex-direction: column; /* Stack image and name */
  align-items: center;
  width: 300px; /* Fixed width for consistent layout */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 70px 63px -60px #000000;
  text-align: center;
}

/* Image Responsiveness */
.founders-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Hover Effects */
.founders-card:hover h2,
.founders-card:hover .fa {
  opacity: 1;
}


.border{
  height: 340px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}

.border:hover{border: 1px solid white}
/* Background Images */
.card0 {
  background: url('../images/founders/m.o.jpg') center center no-repeat;
  background-size: cover;
}
.card1{
  background: url('../images/founders/IMG-20241125-WA0036.jpg') center center no-repeat;
  background-size: cover;
}
.card3 {
  background: url('../images/founders/IMG-20241125-WA0030.jpg') center center no-repeat;
  background-size: cover;
}
.card4 {
  background: url('../images/founders/IMG-20241125-WA0031.jpg') center center no-repeat;
  background-size: cover;
}
.card5 {
  background: url('../images/founders/IMG-20241125-WA0042.jpg') center center no-repeat;
  background-size: cover;
}
.card6 {
  background: url('../images/founders/IMG-20241125-WA0037.jpg') center center no-repeat;
  background-size: cover;
}
.card7 {
  background: url('../images/founders/IMG-20241125-WA0029.jpg') center center no-repeat;
  background-size: cover;
}
.card8 {
  background: url('../images/founders/IMG-20241125-WA0034.jpg') center center no-repeat;
  background-size: cover;
}
.card9 {
  background: url('../images/founders/IMG-20241125-WA0039.jpg') center center no-repeat;
  background-size: cover;
}
.card10 {
  background: url('../images/founders/IMG-20241125-WA0038.jpg') center center no-repeat;
  background-size: cover;
}
.card11 {
  background: url('../images/founders/IMG-20241125-WA0041.jpg') center center no-repeat;
  background-size: cover;
}
.card12 {
  background: url('../images/founders/IMG-20241125-WA0035.jpg') center center no-repeat;
  background-size: cover;
}
.card13 {
  background: url('../images/founders/') center center no-repeat;
  background-size: cover;
}
.card14 {
  background: url('../images/founders/') center center no-repeat;
  background-size: cover;
}
.card15 {
  background: url('../images/founders/') center center no-repeat;
  background-size: cover;
}
.card16 {
  background: url('../images/founders/m') center center no-repeat;
  background-size: cover;
}

.card0:hover,
.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover,
.card5:hover,
.card6:hover,
.card7:hover,
.card8:hover,
.card9:hover,
.card10:hover,
.card11:hover,
.card12:hover,
.card13:hover,
.card14:hover,
.card15:hover,
.card16:hover{
  background-position: left center;
  background-size: 600px;
}

.founders-container h2 {
  color: #fff;
    margin: 10px 0;
    opacity: 1;
    transition: none;
    position: absolute;
    bottom: 0;
    background: #26247b;
    padding: 10px;
    width: 100%;
    font-size: 18px;
}
.founders-container h2 span{
  font-size:14px;
  font-weight: 400;
}
.founders-card .border {
  display: flex;
  flex-direction: column; /* Stack image and text */
  align-items: center;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) { /* Large Screens (lg) */
  .founders-container {
    justify-content: center; /* Ensure center alignment */
  }
}

@media (max-width: 992px) { /* Medium Screens (md) */
  .founders-card {
    flex: 1 1 calc(50% - 20px); /* Two items per row */
  }
}

@media (max-width: 768px) { /* Small Screens (sm) */
  .founders-card {
    flex: 1 1 100%; /* One item per row */
  }
}
.news-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
}

.news-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px 0;
}

.news-section .container .news-card {
  position: relative;
  min-width: 320px;
   height: 440px;
   box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2),
    inset -2px -2px 12px rgba(255, 255, 255, 0.1),
    2px 2px 12px rgba(0, 0, 0, 0.3), -2px -2px 12px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

.news-section .container .news-card:nth-child(1) .box .content a {
  background: #2196f3;
}

.news-section .container .news-card:nth-child(2) .box .content a {
  background: #e91e63;
}

.news-section .container .news-card:nth-child(3) .box .content a {
  background: #23c186;
}

.news-section .container .news-card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* background: #2a2b2f; */
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.box1{
  background: url(../doc/thenation.jpg);
  background-size: cover;
  background-position: center;
}
.box2{
  background: url(../doc/tribuna.jpg);
  background-size: cover;
  background-position: center;
}.box3{
  background: url(../doc/tribune.jpg);
  background-size: cover;
  background-position: center;
}.box4{
  background: url(../doc/IMG-20241127-WA0031.jpg);
  background-size: cover;
  background-position: center;
}.box5{
  background: url(../doc/news8.jpg);
  background-size: cover;
  background-position: center;
}.box6{
  background: url(../doc/image.jpg);
  background-size: cover;
  background-position: center;
}
.box7{
  background: url(../doc/nationalnews.jpg);
  background-size: cover;
  background-position: center;
}

.box8{
  background: url(../doc/IMG-20241127-WA0030.jpg);
  background-size: cover;
  background-position: center;
}
.box9{
  background: url(../doc/newsflash.jpg);
  background-size: cover;
  background-position: center;
}

.news-section .container .news-card .box:hover {
  transform: translateY(-50px);
}

.news-section .container .news-card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.news-section .container .news-card .box .content {
  padding: 20px;
  bottom:0;
  text-align: center;
}

.news-section .container .news-card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.news-section .container .news-card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.news-section .container .news-card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.news-section .container .news-card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.news-section .container .news-card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
.main-about-img{
  height: 400px;
  width: 100%;
  /* object-fit: cover; */
}
.main-about-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media(max-width: 990px){
    .msn-thmb-wrap a{
    max-height: 500px;
    height: 100%;
    width: 100%;
  }
  .msn-thmb-wrap a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



@media(max-width: 576px){
  .mis-vis{
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){

}
@media (max-width:326px){
  .msn-thmb-wrap {
    min-height:fit-content
  }
}


.gallery-85 {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}
.gallery-85 .grid-item {
  padding: 5px;
  box-sizing: border-box;
	display:inline;
}
@media (min-width: 500px) {
  .gallery-85 .grid-item {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .gallery-85 .grid-item {
    width: 33.333%;
  }
}

@media (min-width: 1700px) {
  .gallery-85 .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .gallery-85 .grid-item {
    width: 20%;
  }
}
@media (max-width: 768px){
 h1, h3 {font-size:22px ! important}
 .founders-container h2{font-size:16px ! important; font-weight:400 ! important;}
}
@media (max-width: 576px){
 .reverse-sm {flex-direction:column-reverse}
 .iframe-video{margin-bottom: 20px}
}