.navbar{
	background: white !important;
} 

.president-message{
    /* background-color: #ffb703 !important;
    color: white !important; */
   
}
.president-message-h2{
     /* background-color: #ffb703 !important; */
     max-width: 400px !important;
    
}
.nav-link{
	color: black !important;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  /* border: 1px solid #ddd; */
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffb703;
  color: white;
}
.our-mission-vision {
	background-color: #F8F8F8;
}

.past-president-card{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	padding: 20PX !important;
	background: white !important;
}

header.main-header {
/* margin: unset !important; */
/* border-radius: unset !important; */
}
.hero-slider{
  margin-top: 5px !important;
}

.cta-box-1 {
  width: 100% !important;
    background:  url(.././Index-page-images/helping-hands-bg.jpg)  !important;
    object-fit: cover !important;
  
}


/* unicorn-section */
.unicorn-section{
  background-color: #F8F8F8 !important;
  padding: 10px !important;
}

 .about-us-content-img-2{

object-fit: cover !important;

}

.icon-box>img{
	width: 100px !important;
	height: 100px !important;
	object-fit: cover !important;
}


@media only screen and (min-width: 900px) {
 .about-us-content-img{
margin-top: 130px !important;
}
 .about-us-content-img{
margin-top: 130px !important;
}
}


.card {
  background: white;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.card-title {
  margin-top: 10px;
  font-weight: bold;
}





.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}




.content-wrapper {
	height: 100%;
	width: 70%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}

h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
}

.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(79, 143, 226);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(79, 143, 226);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid rgb(79, 143, 226);
	background-color: rgb(224, 238, 255);
	color: rgb(79, 143, 226);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(7rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}



.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		   width: 100%;
		   height: 450px !important ;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}

    
  body{
      margin-top: -40px !important;
    }


    .shadow-effect-2an {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.img-circle-project {

  object-fit: cover;

}


.preloader{
	
background-color: black !important;
    /* background-color: #F8F8F8 !important; */
}

.icon-box-bg{
	background-color: #ffb703 !important;
}



.page-header-project{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../all-page-banner/Team-page-banner.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header-project:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-project-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-project-box h1{
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-project-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-project-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-project-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-project-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-project-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}



.page-header-project{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../all-page-banner/project-page-banner.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header-project:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-project-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-project-box h1{
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-project-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-project-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-project-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-project-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-project-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}



.page-header-events{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../all-page-banner/events.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header-events:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-events-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-events-box h1{
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-events-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-events-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-events-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-events-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-events-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}






.page-header-news{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../all-page-banner/news.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header-news:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-news-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-news-box h1{
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-news-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-news-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-news-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-news-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-news-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}





.page-header-member{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../all-page-banner/Team-page-banner.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header-member:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-member-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-member-box h1{
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-member-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-member-box ol li.breadcrumb-item{
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-member-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-member-box ol li.breadcrumb-item.active{
	color: var(--accent-color);
}

.page-header-member-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.about-us {
    padding: 10px 0 !important;
} 


.content-center-in-col{

}

@media screen and (max-width: 768px) {
.content-center-in-col{
display: none !important;
}
}

.hero-slider-layout .hero-slide::before{
	
	position: absolute;
	
}

.swiper-slide swiper-slide-active{
	width: 100% !important;
}


.hero-slider-image img {
  width: 100%;
  height: auto; /* Keep aspect ratio */
  max-width: 100%;
  display: block;
}

/* Mobile-specific tweak */
@media (max-width: 1025px) {
.hero-slider-layout .hero-slide {
	  padding: 200px 0 85px !important;
}
}

/* Mobile-specific tweak */
@media (max-width: 769px) {
.hero-slider-layout .hero-slide {
	  padding: 0 !important;
	
}
}


