


/* hero section styling-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hero-section{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    }
    .hero-section .hero-text-box{
        max-width: 899px;
        color: var(--color-white); 
        position: absolute;
        left: 50%;
        bottom: 75px;
        transform: translateX(-50%);
    }
    .hero-section .hero-text-box p{
        margin-top: 24px;
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 2rem;
        line-height: 30px;
        text-align: center;
        padding: 0 5%;
        animation: fadeInLeftC 1s ease 0s 1 normal forwards;
    }
    .hero-section h1{
        animation: fadeInRightC 1s ease 0s 1 normal forwards;
    }
    @media screen and (max-width: 1440px) {
        .hero-section{
            height: 95vh;
            /* background-position: center right; */
            /* background-size: cover; */
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3.4rem;
            line-height: 1.03;
            padding-right: 20px;
            padding-left: 20px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.5rem;
        }
    }
    @media screen and (max-width: 1024px) {
        .hero-section{
            height: 65vh;
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3.2rem;
            line-height: 1.03;
            padding-right: 50px;
            padding-left: 50px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.5rem;
        }
    }
    @media screen and (max-width: 1000px) {
        .hero-section{
            height: 55vh;
            /* background-size: cover; */
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3.2rem;
            line-height: 1.03;
            padding-right: 50px;
            padding-left: 50px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.5rem;
        }
    }
    
    @media screen and (max-width: 767px) {
        .hero-section{
            height: 55vh;
            background-size: cover;
            background-position: center;
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3.2rem;
            line-height: 1.03;
            padding-right: 50px;
            padding-left: 50px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.5rem;
        }
    }
    @media screen and (max-width: 550px) {
        .hero-section{
            height: 60vh;
            /* background-position: center right; */
            /* background-size: cover; */
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 2.2rem;
            line-height: 1.03;
            padding-right: 40px;
            padding-left: 40px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.2rem;
        }
    }
    
    /* @media screen and (max-width: 617px) {
        .hero-section{
            height: 75vh;
            background-position: center center;
            background-size: cover;
        }
        .hero-section h1{
            font-family: 'Rubik', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3.8rem;
            line-height: 1.03;
            padding-right: 20px;
            padding-left: 20px;
        }
        .hero-section .hero-text-box p{
            font-size: 1.7rem;
        }
    } */
    
    
    
    /* about us------------------------------------------------------------------------------------------------------------------------------------------------------------- */
    .about-us{
        padding-top: 65px;
        padding-bottom: 65px;
        overflow-x: hidden;
    }
    
    .about-us .about-us-wrapper{
        display: grid;
        grid-template-columns: 1.03fr 1fr 0.83fr;
        grid-gap: 65px;
     }
    
    @media screen and (max-width: 1440px) {
        .about-us .about-us-wrapper{
            grid-gap: 28px;
        }
    }
    
    .about-us .about-us-wrapper .col-about-1 {
        display: flex;
        flex-wrap: wrap;
    }
    .about-us .golden-button{
        justify-self: flex-end;
        align-self: flex-end;
        margin-top: 10px;
    }
    .about-us .golden-button:hover{
    box-shadow:rgb(0 0 0 / 28%) 0px 0px 20px ;
    }
    .about-us h2{
        text-transform: capitalize;
        margin-bottom: 25px;
    }
    .about-us p{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: var(--color-light-black);
        
    }
    
    
    
    
    @media screen and (max-width: 991px) {
      
        .pd-l-about-us{
            padding-left: 0px;
        } 
        .about-us .col-lg-5{
            margin-top: 56px;
            height: 500px;
        }
        
        .about-us .col-lg-7 .additional-margin-top{
            margin-top: 0px;
        }
    }
    @media screen and (max-width: 768px) {
        .about-us .col-lg-5 {
            height: 260px;
        }
         
    }
    
    
    .about-us .news-and-events{
        background: var(--color-dark-blue);
        border: 1px solid var( --color-hero-acccent);
        border-radius: 0px;  
        padding: 28px 52px;
        height: 100%;
    }
    
    @media screen and (max-width: 1440px) {
        .about-us .news-and-events{
            padding: 32px;
        }
    }
    
    .about-us .news-and-events h2{
       color: var(--color-white);
    }
    .about-us .news-and-events ul{
        margin-top: 27px;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
        font-weight: 500;
        font-size: 2rem;
        line-height: 30px;
        color: var(--color-white);
    }
    @media screen and (max-width: 1439px) {
        .about-us{
            padding-top: 45px;
            padding-bottom: 45px;
        }
        .about-us .about-us-wrapper{
            grid-template-columns: 2fr 1fr;
            grid-row: 1fr;
         }
         .about-us .about-us-wrapper .col-about-2 {
            grid-column: 1/2;
            height: 320px;
           
         }
         .about-us .about-us-wrapper .col-about-3 {
            grid-column: 2/3;
            grid-row: 1/3;
         }
    }
    @media screen and (max-width: 767px) {
        .about-us{
            padding-top: 38px;
            padding-bottom: 38px;
        }
        
        .about-us .about-us-wrapper{
            grid-template-columns: 1fr;
            grid-gap: 38px;
         }
         .about-us .about-us-wrapper .col-about-1 {
            grid-column: unset;
            grid-row: unset;
         }
         .about-us .about-us-wrapper .col-about-2 {
            grid-column: unset;
            grid-row: unset;
         }
         .about-us .about-us-wrapper .col-about-3 {
            grid-column:unset;
            grid-row: unset;
         }
    }
    @media screen and (max-width: 430px) {
        .about-us{
            padding-top: 22px;
            padding-bottom: 22px;
        }
        .about-us .about-us-wrapper{
            grid-gap: 22px;
         }
        
    }
    @media screen and (max-width: 1024px) {
        .about-us .news-and-events h2{
            font-size: 2.8rem;
        }
        .about-us .news-and-events ul{
            font-size: 1.7rem;
        }
    }
    @media screen and (max-width: 972px) {
        .news-and-events h2{
            font-size: 2.5rem;
        }
    }
    
    
    /* our program-------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
    .program-section{
        background: var(--color-light-blue-shade);
        padding-top: 87px;
        box-sizing: border-box;
    }
    
    .program-section .wrapper{
        box-sizing: border-box;
       overflow: hidden;
        padding-bottom: 19px;
    }
    .program-section .our-program-heading-and-suppourting-text{
        background: var(--color-white);
        border: 1px solid var(--color-light-gray-border);
        border-radius: 8px;
        padding: 42px 3.51%;
        display: grid;
        grid-template-columns: 2.5fr 1fr;
        grid-gap: 50px;
        padding-bottom: 67px;
        justify-content: space-between;
        align-items: center;
    
    }
    
    .program-section .our-program-heading-and-suppourting-text h2{
        margin-bottom: 25px;
    }
    .program-section .our-program-heading-and-suppourting-text h3{
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 13px;
    }
    .program-section .our-program-heading-and-suppourting-text .sub-listing p{
        margin-top: 14px;
        margin-bottom: 14px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--color-light-black);
    }
    .program-section .our-program-heading-and-suppourting-text p{
      
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 32px;
        color: var(--color-light-black);
    }
    .program-section .our-program-heading-and-suppourting-text .sub-listing  p{
        line-height: 24px;
    }
    .program-section .our-program-heading-and-suppourting-text .sub-listing{
        margin-top: 45px;
    }
    .program-section .our-program-heading-and-suppourting-text .sub-listing .program-pd-rt{
        max-width: 649px;
    }
    .program-section  .program-image-wrapper img{
        object-fit: fill;
        width: 373px;
        height: auto;
    }
    @media screen and (max-width: 1867px) {
        .program-section .our-program-heading-and-suppourting-text .program-section-two-col .program-pd-rt{
            max-width: 100%;
            margin-bottom: 15px;
        }
        .program-section .our-program-heading-and-suppourting-text .program-section-two-col .program-image-wrapper {
            margin: 0 auto;
            width: unset;
            height: unset;
        }
    
    }
    @media screen and (max-width: 1690px) {
        .program-section .wrapper{
            grid-template-columns: 65% 35%;
        }
        .program-section .news-and-events{
            padding: 5.87%;
        }
    
    }
    @media screen and (max-width: 1024px) {
        .news-and-events h2{
            font-size: 3.3rem;
        }
        
    }
    
    @media screen and (max-width: 1023px) {
        .program-section .our-program-heading-and-suppourting-text{
            grid-template-columns: 1fr;
        
        }
        .program-section  .program-image-wrapper img{
            width: 100%;
            height: 200px;
        }
        
        
    }
    
    @media screen and (max-width: 768px) {
      
        .program-section  .program-image-wrapper img{
            width: 400px;
            height: 300px;
            margin: 0 auto;
            display: block;
        }
        
        
    }
    
    @media screen and (max-width: 528px) {
      
        .program-section  .program-image-wrapper img{
           width: 100%;
           height: auto;
        }
        
        
    }
    @media screen and (max-width: 972px) {
        .news-and-events h2{
            font-size: 2.5rem;
        }
    }
    @media screen and (max-width:767px) {
        
        .program-section .wrapper{
            display: flex;
            flex-direction: column;
            grid-gap: 30px;
        }
    }
    
    
    /* TESTIMONIAL---------------------------------------------------------------------------- */
    .testimonial{
        background-color:var(--color-light-blue-shade);
        padding-top: 50px;
        padding-bottom: 50px;
    }
     .carousel-wrapper{
        padding-left: 8.17%;
        padding-right: 8.17%;
    
    }
    .testimonial h2{
        text-align: center;
        margin-bottom: 50px;
    }
    .testimonial .wrapper{
        overflow: hidden;
    
    }
    .testimonial .owl-carousel .owl-stage{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .testimonial .owl-carousel .owl-item .testimonial-card{
       display: flex; 
       flex-direction: row; 
       flex-wrap: nowrap;
       grid-gap:  34.5px;
       padding: 30px;
       background-color: var(--color-white);
       box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
       border-radius: 8px; 
       margin: 0px 35px 35px 35px;
        
    }
    .testimonial .owl-carousel .owl-item .testimonial-card p{
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        text-overflow: ellipsis;
       
     }
    
    .testimonial .owl-carousel .owl-item .testimonial-card .photo-and-name{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        grid-gap: 10px;
        text-align: center;
    }
    .testimonial .owl-carousel .owl-item .testimonial-card .photo-and-name  .trainee-img{
        Width :177.36px;
        height: 182px;
    }
    .testimonial .owl-carousel .owl-item .testimonial-card .trainee-name p {
        font-style: normal;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 21px;
        color: var(--color-blue-shade);
        margin-bottom: 10px;
    
       
    }
    .testimonial .owl-carousel .owl-item .testimonial-card .trainee-name span {
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 17px;
        color: var(--color-grey-accent);
        
    }
    .testimonial .trainee-suppouting-text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: var(--color-light-black);
        display: flex;
        flex-direction: column;
        grid-gap: 25px;
    
    
        
    }
    .testimonial .owl-carousel .owl-item .testimonial-card a{
        margin-bottom: 5px;
     }
    
    @media screen and (max-width: 1275px) {
        .testimonial .owl-carousel .owl-item .testimonial-card{
            flex-wrap: wrap;
            grid-gap:  16.5px;
            align-items: center;
            justify-content: center;
         }
    
    }
    @media screen and (max-width: 550px) {
        .carousel-wrapper{
            padding-left: 1%;
            padding-right: 1%;
        }
    }
    
    
    /* resource section--------------------------------------------------------------------------- */
    .resource{
        padding-top: 50px;
        padding-bottom:100px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .resource h2{
        text-align: center;
        margin-bottom: 50px;
    }
    .resource .wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        grid-gap: 32px;
        overflow: hidden;
    
    }
    .resource .wrapper .card{
        border:none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        grid-gap: 20px;
        width: 33.33%;
    }
    .resource .wrapper .card  .resource-icon i {
        background-color: var(--color-hero-varriant);
        border-radius: 100%;    
        width: 48px;
        height: 48px;
        color:var(--color-hero);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        position: relative;
    
        
    }
    .resource .wrapper .card  .resource-icon i::after{
        position: absolute;
        content: "";
        background-color:var(--color-hero-varriant);
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 100%;
        cursor: pointer;
    }
    .resource .wrapper .card  .resource-icon i:hover::after{
        
        animation: icon-animation 0.7s;
    
    }
    
    .resource .wrapper .card h3{
       margin-bottom: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: 2rem;
        line-height: 30px;
        color: var(--color-heading);
        text-transform: capitalize;
    }
    .resource .wrapper .card p{
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 24px;
        color: var(--color-card-text);
     }
    
     @media screen and (max-width: 1090px) {
        .resource .wrapper {
            flex-wrap: wrap;
    
        }
        .resource .wrapper .card{
            width: 100%;
        }
    }




    
    
    
    
    
    
    
    
    
    