
.mani_services{ 
	padding: 30px 0; 
}
.mani_services h3 {
  margin-top: 0 !important;
}
.mani_services .head {
  margin: 0 0 30px;
  text-align: center;
}
.mani_services .head.has_link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: right;
}
.mani_services .head a{
      display: flex;
  align-items: center;
}
.mani_services .head a .bi{
      position: relative;
  top: 2px;
}
.mani_services .head h6,
.mani_services .head h2{
    margin: 0;
}
.mani_services .all_services { 
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  justify-content: center;
}

.mani_services .image_box img{
  display: block;
  margin: 0 auto; 
}
.mani_services .all_services >div {
    padding: 0 !important;
	display: flex;	
}
.mani_services .all_services.remove_desktop_flex,
.mani_services .all_services.remove_desktop_flex > div{
	display: block;
}
.mani_services .module_title::before { 
	display: block;
	content: ''; 
	margin-left: auto;
	margin-right: auto;
}
.mani_services .each_service{ 
}
.mani_services .bg_div{
	width: 100%; 
	position: relative;
	background-position: center;
  height: 100%;
  display: flex;
}
.mani_services .bg_div .overlay{
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	right: 0;
	top: 0;
}
.mani_services .bg_div .services_details{
	width: 100%; 
	position: relative;
	z-index: 10;  
	padding: 30px; 
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mani_services .service_info .description p:last-child{
	margin: 0 !important;
}
.mani_services .link_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mani_services .link_overlay a {
    display: block;
    width: 100%;
    height: 100%;
}
.mani_services .each_service {
	padding: 10px;
	margin-bottom: 0;
  position: relative;
  width: 100%;
} 
.mani_services .service_info iframe {
  width: 100%;
}
.mani_services_mobile .swiper-slide > div {
  height: 100%;
}
.mani_services_mobile{
  margin: 0 -10px;
  clear: both;
  display: none;
}
.mani_services_mobile .swiper-container {
  overflow: hidden;
}
.mani_services_mobile .swiper-slide {
  height: auto; 
  padding: 10px;
  width: 80%;
}
@media (max-width : 1200px) {
	.mani_services .all_services.remove_small_desktop_flex > div,
	.mani_services .all_services.remove_small_desktop_flex{
		display: block;
	}
}
@media (max-width : 1000px) {
	.mani_services .all_services.remove_tablet_flex > div,
	.mani_services .all_services.remove_tablet_flex{
		display: block;
	}
}
@media (max-width : 780px) {
	.mani_services .all_services.remove_mobile_flex > div,
	.mani_services .all_services.remove_mobile_flex{
		display: block;
	}
  .mani_services .each_service { 
    transform: none !important;
    height: 100%;
  }
}
 
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
