*{
    padding: 0;
    margin: 0;
}
body{
 font-family: "Poppins", sans-serif !important;
}

a{
    text-decoration: none;
}
a:hover{
    color: #008080 !important;
}

.bulb-first{
     width: 57px;
    height: 90px;
    position: absolute;
    right: 7%;
    top: 8%;
}
.book-first{
  width: 140px;
  height: 136px;
  position: absolute;
  right: 10%;
  bottom: 6%;
}
.learn-morebtn{
    padding: 16px 20px;
    /* height: 55px; */
    background-color: #008080;
    border-radius: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
     transition: all 0.3s ease-in-out;
     cursor: pointer;
     margin-top: 27px;
     position: relative;
     overflow: hidden;
     
}
.learn-morebtn a{
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    align-items: center;
}
.learn-morebtn a:hover{
    color: white!important;
}
.learn-morebtn:hover {
  transform: scale(1.05);
  border-color: #fff9;
  color: white;
}

.learn-morebtn:hover .learn-icon {
  transform: translate(4px);
}

.learn-morebtn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.learn-morebtn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.hero-updatedtext span{
    font-size: 16px;
    color: #008080;
    font-weight: 400;
}
.hero-updatedtext h1{
    font-size: 50px;
    color: #008080;
    font-weight: 700;
    margin-top: 18px;
}

.hero-updatedtext p{
    color: #7F7F7F;
    font-size: 18px;
     font-weight: 400;
    margin-top: 18px;
}
/* Service Section css --------------------------------------------------------------*/
.our-serviceupdate{
    background-color: #F8F8F8;
}
.heading-textupdate{
    text-align: center;
    padding-bottom: 40px;
}
.heading-textupdate span{
    font-size: 15px;
    color: #008080;
    font-weight: 500;
}
.heading-textupdate h4{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
}
.heading-textupdate p{
     color: #7F7F7F;
    font-size: 18px;
     font-weight: 400;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.service-updatedcard{
    background-color: #ffffff;
    padding: 30px;
    transition: all 
ease 0.5s;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
    height: 100%;
}
.service-updatedcard:hover{
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
    transform: translateY(-10px);
}
.services-updateimg{
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}
.services-updateimg img{
    width: 80px;
}
.service-number{
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    right: 0;
    top: 0;
    background-color: #008080;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 5px 0 50px;
    transition: all 
ease 0.5s;
    z-index: 1;
}
.read-updatemore{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.read-updatemore:hover{
    text-decoration: none;
    color: #008080;
}
.service-updatedtext h3{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.service-updatedtext p{
  color: #7F7F7F;
    font-weight: 500;
    font-size: 16px;
    height:168px;
    overflow-y: auto;
}

/* 
end service css------------------------------- */
/* trainning service design */
.training-card{
    border-radius: 10px;
    background-color: #008080;
    text-align: center;
    padding: 24px 20px;
    height: 100%;

}
.training-card h4{
    color: #ffff;
    font-size: 21px;
    font-weight: 600;
}
.training-card p{
    color: #EDEDED;
    font-size: 15px;
     font-weight: 500;
     margin-top: 16px;
     margin-bottom: 0;
}
.gif-trainingimg img{
    width: 100%;
    height: 424px;
    object-fit: cover;
}
.exploer-morebtn{
    display: flex;
    justify-content: center;
}
.exploer-morebtn a{
    border: 1px solid #008080;
    padding: 13px 21px;
    border-radius: 30px;
    text-decoration: none;
    color: #008080;
    font-size: 17px;
    display: inline-block;
    align-items: center;
}

/* end of the taining -------------------- */
/* contact page design-------------------------- */
.contact-section{
        width: 100%;
            height: auto;
            padding: 115px 0px;

            .container {
                position: relative;
                z-index: 1;
            }

       

        .imgbackground-c {
            width: 100%;
            height: 100%;
            opacity: 1;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            object-fit: cover;
        }

        .contact-col {
            h2 {
                text-align: center;
                font-size: 41px;
                color: #B43791;
                font-weight: bold;
            }

            p {
                font-size: 16px;
                color: grey;
                text-align: center;
                width: 80%;
                margin: auto;
                display: block;

            }
        }

        .form-contact {
            background-color: white;
            padding: 40px;
            border-radius: 10px;
            border: 1px solid #7F7F7FA3;
                    padding: 51px;
            box-shadow: 0px 3px 11px 4px #00000008;
        }

        .submit {
        background-color: #008080;
        font-size: 19px;
        padding: 11px 38px;
        border-radius: 30px;
        /* padding-top: 7px; */
        border: none;
        color: white;
        display: flex;
        margin: auto;
        margin-top: 20px;
        align-items: center;
        transition: all 0.3s ease-in-out;
    }
    .submit:hover{
        color: #008080;
        border: 1px solid #008080;
        background-color: white;
    }
        }

        .label {
            margin-bottom: 20px;
         .form-control{
            padding: 14px 18px;
            border-radius: 10px;
            border: 1px solid #7f7f7f94;
         }
            label {
                margin-bottom: 10px;
                            font-size: 18px;
            color: #008080;
            font-weight: 500;
        }
            }

            svg {
                width: 20px;
                height: 20px;
            }
        }

        .contact-col ul {
            padding: 0px;

            li {
                list-style: none;
                /* width: 300px; */
                display: flex;
                          gap: 17px;
            align-items: center;
                          margin-bottom: 40px;
                            font-size: 19px;
                                        color: #474747;
                  .location{
                    width: 65px;
                  }
                  i{
                    color: #008080;
                  }
                svg {
                    width: 36px;
                    height: 36px;
                    min-width: 20px !important;

                }
                a{
                    color: #474747;
                }
            }
        }

        .ul-li {
            display: flex;
            gap: 10px;
            justify-content: center;

            li {
                width: fit-content !important;

                span {
                    width: 45px;
                    height: 45px;
                    border: 1px solid #008080;
                    padding: 4px;
                    border-radius: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    a{
                        color: #008080;
                    }

                    svg {
                        width: 15px;
                        height: 15px;
                        min-width: 15px;
                    }
                }

            }
        }
        .submit{
            padding: 10px 20px;
            
        }
        .form-control:focus{
            box-shadow: none;
        }


/* rahul two section css -------------------------*/
  .testimonial-unique.carousel-container {
         
            width: 100%;
            position: relative;
            /* padding: 0 60px; */
        }
 
        .testimonial-unique .swiper {
            padding: 30px 10px;
        }
 
        .testimonial-unique .testimonial-card {
            padding: 40px;
            background: white;
            border-radius: 12px;
            box-shadow: 0px 4px 4px 0px #B4379140;
            position: relative;
        }
 
        .testimonial-unique .quote-icon {
            width: 50px;
            height: 50px;
            background: #008080;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -25px;
            right: 40px;
        }
 
        .testimonial-unique .testimonial-title {
            font-size: 24px;
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 16px;
        }
 
        .testimonial-unique .testimonial-text {
            font-size: 16px;
            font-weight: 500;
            color: #000000b5;
            line-height: 180%;
            margin-bottom: 30px;
        }
 
        .testimonial-unique .author-info {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 10px;
        }
 
        .testimonial-unique .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #e8edf2;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
 
        .testimonial-unique .author-details {
            display: flex;
            flex-direction: column;
        }
 
        .testimonial-unique .author-name {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
        }
 
        .testimonial-unique .author-location {
            font-size: 13px;
            color: #8d9db0;
            font-weight: 500;
        }
 .service-number.service-one {
    background: #B43791;
}
.exploer-morebtn a:hover{
        transform: scale(1.05);
    border-color: #fff9;
    background-color: #008080;
    color: white !important;
}
        .swiper-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: white;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
            z-index: 10;
            border: 1px solid #1a8a8a;
        }
 
        .swiper-button:hover {
            background: #1a8a8a;
            box-shadow: 0 4px 15px rgba(26, 138, 138, 0.3);
              stroke: white;
               fill: white;
        }
 
        .swiper-button svg {
            width: 20px;
            height: 20px;
            fill: #2c3e50;
        }
         .swiper-button svg:hover {
          fill: white;      /* Fills inside part white */
  stroke: white;
        }
 
        .swiperprev {
            left: -22px;
        }
 
        .swipernext {
            right: -22px;
        }
 
        @media (max-width: 768px) {
            .testimonial-unique .testimonial-card {
                padding: 30px 20px;
            }
 
            .testimonial-unique .swiper-button {
                width: 40px;
                height: 40px;
            }
 
            .testimonial-unique .quote-icon {
                width: 40px;
                height: 40px;
                right: 20px;
            }
 
            .testimonial-unique.carousel-container {
                padding: 0px;
            }
            .Services-offer{
                padding: 0 10px;
            }
        }
 
        /* Service cards */
        .service-card {
            /* width: 300px; */
            border: 1px solid #00808069;
            border-radius: 10px;
            padding: 10px;
            background-color: white;
        }
 
        .service-img img {
            border-radius: 10px;
        }
 
        .date-data p {
            font-size: 12px;
            color: #000000;
            line-height: 180%;
            font-weight: 500;
            margin-top: 10px;
        }
 
        .service-title a {
            font-size: 18px;
            font-weight: 600;
            color: #7F7F7F;
        }
 
        .read {
            font-size: 14px;
            font-weight: 500;
            color: #7F7F7F;
            padding: 18px 0px 0;
            display: block;
        }
 
        .Services-offer {
            background-image: url(/assets/image/blog-background.png);
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            background-size: cover;
        }
section.Unique-Vision {
    padding: 70px 30px;
}
.vision-img {
    position: relative;
}
.leftimg{
          position: absolute;
    /* top: 0; */
    width: 286px;
    border-radius: 10px;
       left: -27px;
    bottom: 46px;
}
.rightimg{
        position: absolute;
    /* top: 0; */
    width: 286px;
    border-radius: 10px;
    right: -43px;
    top: 48px;
}

 
.bottom-content{
        padding: 52px 40px;
        p{
            font-size: 18px;
            font-weight: 500;
            color: #7F7F7F;
        }
}
.image-silder1 img{
    width: 135px;
    object-fit: cover;
    margin: 0 20px 30px;
}
.image-silder2 img{
      width: 135px;
    object-fit: cover;
    margin: 0 30px 30px;
}
.image-silder3 img{
     width: 135px;
    object-fit: cover;
    margin: 0 40px 30px;
}
section.Success-journey {
    background: #f7f7f7;
    padding: 70px 30px;
}
.image-silder img:hover{
    /* background-color: white; */
    border-radius: 5px;
}

@media (max-width: 992px) {
    .hero-updatedtext h1 {
    font-size: 32px;}
    .hero-updatedtext h1 span{
        font-size: 32px;
    }
    .hero-updatedtext p {
    color: #7F7F7F;
    font-size: 15px;}
    .learn-morebtn {
   
    height: 40px;}
    .learn-morebtn a {
   
    font-size: 14px;
    font-weight: 500;
}
.heading-textupdate h4 {
    font-size: 32px;}
    .heading-textupdate p{
        width: 100%;
    }
    .heading-textupdate p {
    color: #7F7F7F;
    font-size: 16px;}
  .contact-section {
    & .contact-col {
        h2 {
      
            font-size: 32px;
            
        }
    }
}
.contact-col ul {
    & li {
        svg {
            width: 30px;
            height: 30px;
            min-width: 20px !important;
        }
    }
}
.contact-col ul {
    li {
      
       
        font-size: 16px;
   
    }
}
}

@media(max-width: 767px){
    .leftimg{
        display: none;
    }
    .rightimg{
        display: none;
    }
    .contact-section {
    .form-contact {
     
        padding: 20px;
     
    }
}
.contact-section {
  
    padding: 53px 0px;
}
.bottom-content {
    padding: 52px 10px;
}
.bottom-content {
    p {
        font-size: 16px;
        font-weight: 500;
        color: #7F7F7F;
    }
}
.book-first {
    width: 140px;
    height: 136px;
    position: absolute;
    right: 10%;
    /* bottom: 34px; */
    top: 38%;
}
.update-herosection {
    padding: 70px 13px;
    position: relative;
}
section.Success-journey {
    background: #f7f7f7;
    padding: 70px 9px;
}
.image-silder3 img

 {

    margin: 0 40px 10px;
}
section.Unique-Vision {
    padding: 70px 10px;
}
.swiperprev {
    left: -6px;
}
.swipernext {
    right: -6px;
}
.contact-section {
    & .label {
        label

 {
            margin-bottom: 10px;
            font-size: 16px;
            color: #008080;
            font-weight: 500;
        }
    }
}
.gif-trainingimg img {

    height: 100%;
   
}
.exploer-morebtn a {
  
    padding: 7px 21px;
    border-radius: 30px;
    text-decoration: none;
  
    font-size: 15px;
 
}
}
.team-content {
    margin-top: 23px;
    text-align: center;
}
.team-content p{
    font-size: 20px;
    font-weight: 600;
        margin-bottom: 0;
}
.team-content span{
    font-size: 18px;
    font-weight: 600 !important;
    color: #B43791;
}
p.team-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7F7F7F;
}

.team-card{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.icon-mail{
    position: absolute;
       top: 8px;
    right: 29px;
        width: 50px;
    height: 50px;
       border: 2px solid #B43791;
         border-radius: 50%;
             padding: 9px;
                 display: flex;
    align-items: center;
    justify-content: center;
}

.icon-mail svg{
    width: 30px;
  

}
section.our-team {
    padding: 70px 30px;
}
.teamimg img{
    border-radius: 50%;
    width: 192px;
    height: 192px;
    object-fit: cover;
}
.hero-updatedtext h1 span{
    color: #B43791;
    font-size: 50px!important;
     font-weight: 700;
}
/* end css---------------- */
.custom-nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 10;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.testimonial-carousel .owl-item .item {
    margin-bottom: 10px;
    padding-top: 42px;
}
 div.testimonial-text{
    height : 200px;
    overflow-y: auto; 
}
/* .testimonial-carousel .owl-item .testimonial-card{
    height: 100%;
    overflow-x: auto;
} */
/* .owl-carousel.testimonial-carousel .owl-stage-outer {
    position: relative;
    overflow-x: clip;
} */
 .quote-icon img{
    width: 25px !important;
    height: 25px;
 }
 @media screen and (max-width: 568px) {
    .book-first {
    width: 140px;
    height: 136px;
    position: absolute;
    right: 50%;
    /* bottom: 34px; */
    top: 30%;
}
.image-silder1 img, .image-silder2 img,.image-silder3 img{
    width: 110px;
}
    .image-silder3 img {
        margin: 0 9px 10px;
    }
 }

 .single-blog .blog-content .more{
  margin-top: 0px;
 }
 /* width */
 ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
 ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
 ::-webkit-scrollbar-thumb {
  background: #40999d; 
}

/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
  background: #40999d; 
}
/* img.image-icon {
    filter: grayscale(1);
}
img.image-icon:hover {
    filter: grayscale(0);
} */
.update-herosection{
    padding: 109px 30px;
     position: relative;
}
.update-herosection.Services-offer{
    padding: 109px 30px 50px; 
}
 .heading-text {
    font-size: 42px;
    font-weight: 600;
}
.bg-setting-fixed {
/* background-image: url('') */
                background-image: url(https://generationz.education/front/img/new-images/About-us-all-banner.png);

    /* background: #90c4c6; */
    /* padding: 103px; */
    padding: 111px 0px;
}
.event-wrapper-2{
    max-width: 100%;
    background: white;
box-shadow: 0px 0px 8px 3px #dedede45;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    border: 1px solid #dedede;
}
@media screen and (min-width: 568px) {
.only_media-query_setting{
margin: auto; padding-top: 20px; position: absolute; top: -128px; left: 0; right: 0; width: 80%;
}
  .page-banner-about-us{
       padding: 150px 0px 40px; 
    }
}





/* add new css for change  */
.blog-pagenew{
    padding:40px 0px;
}


/* end alll css changes */