 /* container width */
        .container {
            width: 90% !important;
            margin: 0 auto;
        }

        /* header bottom zigzag line */
        /* header::before {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      width: 100%;
      height: 14px;
      background: repeating-linear-gradient(
        -45deg,
        #e5e7eb 0,
        #e5e7eb 10px,
        transparent 10px,
        transparent 20px
      );
    } */

    a{
        text-decoration: none!important;                            
    }

        header {
            position: relative;
        }

        header::before {
            content: "";
            position: absolute;
            bottom: 12px;
            left: 0;
            width: 100%;
            height: 18px;
            background-image: url("/assets/frontend/icons/Vector_1.svg");

            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }





        @media (max-width: 600px) {
            header::before {

                bottom: 13%;


            }
        }



        .fecility {
            position: relative;
        }


        .fecility::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/Vector 2.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }


        .cause {
            position: relative;
        }

        .cause::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/Vector\ 1\ \(1\).svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }


        .care-section {
            position: relative;
        }

        .care-section::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/care_section.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }

        .our-difference::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/our_difference_before.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }
        .our-blog::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            /* background-image: url("/assets/frontend/icons/after_image_white.svg"); */
            background-image: url("/assets/frontend/icons/gallery3.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }


        .enroll {
            position: relative;
        }

        .enroll::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/Enroll.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }
       


        .gallery-sec {
            position: relative;
        }

        .gallery-sec::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/gallery3.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }

        .testimonial_sec {
            position: relative;
        }

        .testimonial_sec::before {
            content: "";
            position: absolute;
            top: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/ourbranches.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }



         .testimonial-details {
            position: relative;
        }

        .testimonial-details::before {
            content: "";
            position: absolute;
            top: -17px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/tetimonialclor.svg");
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }

        


        .teacher-underline {
            position: relative;
        }

        .teacher-underline::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 18px;

            background-image: url("/assets/frontend/icons/teacher_line.svg");           
            background-repeat: repeat-x;
            background-size: auto 100%;

            z-index: 1;
        }





        /* 
   .menu-item {
    position: relative;
    padding: 10px 20px;
    color: #374151;
    font-weight: 500;
  }

  
  .menu-item {
    background-color: #fb923c;
    color: #fff;
  }

 
  .menu-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 14px;
    height: 100%;
    background-color: #fb923c;
    transform: skewX(-20deg);
    transform-origin: right;
  }


  .menu-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 100%;
    background-color: #fb923c;
    transform: skewX(20deg);
    transform-origin: left;
  } */


        @font-face {
            font-family: 'Kenyan';


            src: url('/assets/frontend/font/Kenyan\ Coffee\ Rg.otf');
            font-weight: 500;

            font-style: normal;
            font-display: swap;

        }

        .kenyan {
            font-family: 'Kenyan';
        }

        .jua-regular {
            font-family: "Jua", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        a {
            font-family: "Jua", sans-serif;
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: 'Kenyan';

        }


        a.menu-item.active-menu {
            background: orange;
            border-radius: 0 0 20px 20px;
            z-index: 99;
            padding: 4.5rem 1rem;
        }

        #parentSlider,
        #parentSlider .swiper-wrapper,
        #parentSlider .swiper-slide {
            overflow: visible !important;
        }


        /* #parentSlider .swiper-wrapper {
  align-items: stretch;
}

#parentSlider .swiper-slide {
  display: flex;
  justify-content: center;
  width: auto !important;
}

#parentSlider .swiper-slide {
  width: calc(50% - 12px) !important; 
}


    .testimonial_card{
        width: 40% !important;
    } */