/*Write Css*/
.headerBg1{
position: fixed !important;
    z-index: 9999 !important;
    width: 100% !important;

}
.sliderArea .heroCaption .tittle {
        color: black !important;
    }


.sliderArea .heroCaption .pera {
  		color: black !important;
}
.navbar-area .nav-container .logo-wrapper .logo img{
  max-width: 200px !important;
}
.eventListing{
  padding-top: 150px !important;
}
.section-padding{
    padding-top: 95px !important;
}
.simplePresentCart{
  background-color: unset !important;
}

h2{
  font-size: 28px !important;
}
h3{
  font-size: 22px !important;
}

.cmn-btn{
  display: none !important;
}

.section-header {
  position: relative;
  margin-bottom: 30px;
}

.section-header h2 {
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  background: var(--main-color-one) !important;
  bottom: 0;
  left: 0;
}

.vision-mission-card {
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vision-mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: var(--main-color-one) !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.card-body {
  padding: 30px;
}

.vision-icon, .mission-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: var(--main-color-one) !important;
}

@media (max-width: 768px) {
  .vision-mission-column {
    margin-bottom: 30px;
  }
}
.agency_service__btn{
  display: none !important;
}
.sectionBg1{
 background-color: #fff !important; 
}
.navbar-area .nav-container .logo-wrapper .logo img{
 max-width: 140px !important; 
}
.section-tittle .tittle::before{
  all: unset !important;
}
.section-tittle .tittle::after{
  all: unset !important;
}

.agency_blog_area {
	background-color: #FFF8F8 !important;
}
 
.categoriesTwo {
	background-color: #FFF8F8 !important;
}
.mission-list li{
  list-style: disc !important;
}
.simplePresentCart3:nth-of-type(3) {
  display: none;
}
.simplePresentCart3:nth-of-type(4) {
  display: none;
}
.simplePresentCart3:nth-of-type(5) {
  display: none;
}
.categoriesTwo .singleCat{
  background: #fff !important;
}
.fas.fa-heart.icon{
  display: none;
}
.listingStyle.listing2{
   display: none;
}
.shapeHero.shapeHero1{
  display: none;
}
.shapeHero.shapeHero2{
  display: none;
}