
      * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
      }

      .sectionSwiper {
        max-width: 1500px;
        margin: 0px auto;
      }
      .sectionSwiper .swiper {
        max-width: 1500px;
        height: 560px;
        margin: 0 auto;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /* transition: all 1s, background-image 1s; */
        transition: all 1s, background-image 0.5s ease-in-out;
      }

      @media screen and (max-width: 1500px) {
        .sectionSwiper {
          width: 100%;
        }
        .sectionSwiper .swiper {
          width: 100%;
        }
      }
      .sectionSwiper .swiper-slide {
        border-left: 1.99px solid #ffffff80;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        padding-left: 30px;
        padding-right: 50px;
        transition: 1s all;
      }

      .sectionSwiper .swiperSlideChildren {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 50px;
        z-index: 2;
        transition: 1s all;
      }
      .sectionSwiper .swiperSlideChildren .icon {
        position: relative;
        z-index: 1;
        transition: 1s all;
      }

      .sectionSwiper .swiperSlideChildren .icon img {
        position: relative;
        z-index: 3;
      }
      .sectionSwiper .swiperSlideChildren .icon::before {
        content: "";
        position: absolute;
        background-color: #d8d8d8;
        padding: 10px;
        width: 100%;
        height: 100%;
        opacity: 50%;
        transform: translate(-49%, -53%);
        border-radius: 100%;
        top: 50%;
        left: 50%;
        z-index: 2;
      }
      .sectionSwiper .swiperSlideChildren .title {
        font-family: Lato;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: #ffffff;
        margin: 40px 0px 35px;
      }
      .sectionSwiper .swiperSlideChildren .paragraph {
        font-family: Lato;
        font-weight: 600;
        font-size: 17.92px;
        line-height: 29.87px;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;
        margin-bottom: 30px;
        /* display: none; */
        transition: 1s all;
      }
      .sectionSwiper .swiperSlideChildren .arrow {
        position: relative;
        z-index: 1;
        transition: 1s all;
      }
      .sectionSwiper .swiperSlideChildren .arrow img {
        position: relative;
        z-index: 3;
      }
      .sectionSwiper .swiperSlideChildren .arrow::before {
        content: "";
        position: absolute;
        background-color: #7c757380;
        padding: 10px;
        width: 100%;
        height: 100%;
        transform: translate(-49%, -53%);
        border-radius: 100%;
        top: 50%;
        left: 50%;
        z-index: 2;
      }
      /* .swiperSlideChildren .icon,
      .swiperSlideChildren .paragraph,
      .swiperSlideChildren .arrow {
        opacity: 0;
        visibility: hidden;
        transition: 1s all;
      }
      .swiper-slide:hover .swiperSlideChildren .icon,
      .swiper-slide:hover .swiperSlideChildren .paragraph,
      .swiper-slide:hover .swiperSlideChildren .arrow {
        opacity: 1;
        visibility: visible;
      }
      .swiper-slide-prev .swiperSlideChildren .icon,
      .swiper-slide-prev .swiperSlideChildren .paragraph,
      .swiper-slide-prev .swiperSlideChildren .arrow {
        opacity: 1;
        visibility: visible;
      } */
      /* When hovering: show elements with animation */
      .sectionSwiper .swiper-slide:hover .swiperSlideChildren .icon,
      .sectionSwiper .swiper-slide:hover .swiperSlideChildren .paragraph,
      .sectionSwiper .swiper-slide:hover .swiperSlideChildren .arrow {
        display: block;
        opacity: 1;
        visibility: visible;
        animation: show 1s forwards;
        transition: all 1s;
      }

      /* When NOT hovering: hide elements with animation */
      .sectionSwiper .swiper-slide:not(:hover) .swiperSlideChildren .icon,
      .sectionSwiper .swiper-slide:not(:hover) .swiperSlideChildren .paragraph,
      .sectionSwiper .swiper-slide:not(:hover) .swiperSlideChildren .arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
        animation: hide 0.3s forwards;
        transition: all 1s;
      }
      /* Keyframes for showing */
      @keyframes show {
        from {
          opacity: 0;
          display: none;
          /* transform: translateY(20px); */
        }
        to {
          opacity: 1;
          display: block;
          /* transform: translateY(0); */
        }
      }

      /* Keyframes for hiding */
      @keyframes hide {
        from {
          opacity: 1;
          display: block;
          /* transform: translateY(0); */
        }
        to {
          /* height: 0px; */
          opacity: 0;
          display: none;
          /* transform: translateY(20px); */
        }
      }
      .sectionSwiper .swiper-slide-prev .swiperSlideChildren .icon,
      .sectionSwiper .swiper-slide-prev .swiperSlideChildren .paragraph,
      .sectionSwiper .swiper-slide-prev .swiperSlideChildren .arrow {
        /* position: relative; */
        transition: 1s all;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
      }
      @media screen and (max-width: 1024px) {
        .sectionSwiper .swiper-slide-active .swiperSlideChildren .icon,
        .sectionSwiper .swiper-slide-active .swiperSlideChildren .paragraph,
        .sectionSwiper .swiper-slide-active .swiperSlideChildren .arrow {
          transition: 1s all;
          height: auto !important;
          opacity: 1 !important;
          visibility: visible !important;
          display: block !important;
        }
        .sectionSwiper .swiper-slide-active {
          position: relative;
        }
        .sectionSwiper .swiper-slide-active::after {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: #0000004d;
          transition: 1s all;
          z-index: 1;
        }
        .sectionSwiper .swiper-slide-prev::after {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: transparent !important;
          transition: 1s all;
          z-index: 1;
        }
        .sectionSwiper .swiper-slide-prev:hover::after {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: #0000004d !important;
          z-index: 1;
          transition: 1s all;
        }
        .sectionSwiper .swiper-slide-prev .swiperSlideChildren .icon,
        .sectionSwiper .swiper-slide-prev .swiperSlideChildren .paragraph,
        .sectionSwiper .swiper-slide-prev .swiperSlideChildren .arrow {
          /* position: relative; */
          transition: 1s all;
          height: 0px !important;
          opacity: 0 !important;
          visibility: hidden !important;
          display: none !important;
        }
        .sectionSwiper .swiper-slide-prev:hover .swiperSlideChildren .icon,
        .sectionSwiper .swiper-slide-prev:hover .swiperSlideChildren .paragraph,
        .sectionSwiper .swiper-slide-prev:hover .swiperSlideChildren .arrow {
          display: block !important;
          opacity: 1 !important;
          visibility: visible !important;
          height: auto !important;
          animation: show 1s forwards;
          transition: all 1s;
        }
        /* Keyframes for showing */
        @keyframes show {
          from {
            opacity: 0;
            display: none;
            /* transform: translateY(20px); */
          }
          to {
            opacity: 1;
            display: block;
            /* height: auto; */
            /* transform: translateY(0); */
          }
        }
        /* When NOT hovering: hide elements with animation */
        .sectionSwiper .swiper-slide-prev:not(:hover) .swiperSlideChildren .icon,
        .sectionSwiper .swiper-slide-prev:not(:hover) .swiperSlideChildren .paragraph,
        .sectionSwiper .swiper-slide-prev:not(:hover) .swiperSlideChildren .arrow {
          display: none !important;
          opacity: 0 !important;
          visibility: hidden !important;
          animation: hide 1s forwards;
          transition: all 1s;
        }
        .sectionSwiper .swiper-slide-active .swiperSlideChildren {
          margin-bottom: 30px !important;
        }
        .sectionSwiper .swiper-slide-prev .swiperSlideChildren {
          margin-bottom: 50px !important;
        }
        .sectionSwiper .swiper-slide:hover .swiperSlideChildren {
          margin-bottom: 100px !important;
        }
      }
      .sectionSwiper .swiper-slide-prev .swiperSlideChildren {
        margin-bottom: 100px;
      }

      .sectionSwiper .swiper-slide:hover .swiperSlideChildren {
        margin-bottom: 100px;
      }

      .sectionSwiper .swiper-slide:hover {
        position: relative;
      }
      .sectionSwiper .swiper-slide:hover::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #0000004d;
        z-index: 1;
        transition: 1s all;
      }
      .sectionSwiper .swiper-slide-prev {
        position: relative;
      }
      .sectionSwiper .swiper-slide-prev::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #0000004d;
        transition: 1s all;
        z-index: 1;
      }
      .sectionSwiper .paginationSwiper {
        max-width: 100%;
        margin-top: 50px;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        margin-right: 4%;
      }
      .sectionSwiper .swiper-button-next,
      .sectionSwiper .swiper-button-prev {
        background-color: #eeeeee !important;
        position: unset !important;
        color: #d50c3d !important;
        width: 75px !important;
        right: 0px !important;
        transition: 1s all;
        border-radius: 10px;
      }
      .sectionSwiper .swiper-button-next {
        /* border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; */
      }
      .sectionSwiper .swiper-button-prev {
        /* border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; */
        margin-right: 20px;
      }
      .sectionSwiper .swiper-button-next:hover,
      .sectionSwiper .swiper-button-prev:hover {
        background-color: #d50c3d !important;
        color: #eeeeee !important;
      }
      .sectionSwiper .swiper-button-next::after,
      .sectionSwiper .swiper-button-prev::after {
        font-size: 17px !important;
        font-weight: 900;
      }
	.swiperSlideChildren .paragraph p{
		font-size:16px!important;
		line-height:1.5em!important;
	}
	.sectionSwiper .swiperSlideChildren .title{
		margin: 25px 0 20px!important;
	}
	.sectionSwiper .swiperSlideChildren .icon img{
		width:60px!important;
		padding:10px 12px!important;
	}
	.sectionSwiper .swiperSlideChildren .arrow img{
		    padding: 12px 10px!important;
    vertical-align: text-bottom!important;
	}