@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




:root {
    --color: #1d2475;
    --white: white;
    --black: black;

}

.reviews {
    overflow-x: hidden;
}



/*/////////////// Top Nav //////////////////// */


.top-nav {
    width: 100%;
    height: 45px;
    /* background-image: url(../Images/TEMP-NAV/G.jpg); */
    background-position: center;
    background-color: #1d2475;
    background-size: cover;
    padding: 1%;
    color: var(--color);
    text-align: center;

}

.top-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top-container .topNav-social {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-container .topNav-social span {
    color: white;
    margin-left: 20px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 600;
}

.top-container .topNav-social a {
    color: white;
    font-size: 14px;

}

.top-container .topNav-social a:hover {
    color: var(--color);
}

.top-container .topNav-conatact a {
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.top-container .topNav-conatact span {
    color: white;
    margin-left: 90px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif !important;
}

.top-container .topNav-conatact a:hover {
    color: #414143;
}

/* .top-container .topNav-conatact i{
    margin-left:5px;
} */
.topNav-conatact {
    width: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 75px;

}

.top-container .topNav-conatact a:hover {
    color: black;
}

.top-container .topNav-social a:hover {
    color: black;
}



/*/////////////// NAvbar section /////////////////////////////////////// */

/* //////////////////////////////////about banner img add//////////////////// */
.about-bannerimg{
    width:100%;
    height:450px;
    overflow: hidden;
    object-fit: fill;
    margin-bottom: 5%;

}
.about-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    margin-top:70px;
}

.about-2 {
    width: 47%;
    height: auto;
}

.about-2 h3 {
    color: var(--color);
    font-size: 25px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 600;
}

.about-2 h2 {
    color: var(--black);
    font-weight: 600;
    font-size: 35px;
    font-family: "DM Sans", sans-serif !important;
}

.about-2 img {
    width: 100%;
    height: 400px;
    border: solid #1d2475;
    padding:5px;
}

.about-2 p {
    font-family: "Archivo", sans-serif;
}

.variation-1 {
    display: flex;
    width: 80%;
}

.variation {
    width: 47%;
}

.variation h5 {
    font-family: "Archivo", sans-serif;
    font-size: 18px;
}

.variation i {
    font-size: 16px;
    padding-right: 8px;
    color: var(--color);

}
/* //////////////about programe///////////////// */
.about-academy{
    width:100%;
    height:100%;
}
.about-academy h5{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size: 25px;
    color:var(--color);
    font-weight: 600;


}
.about-academy h6{
    text-align:  center;
    font-family: "DM Sans", sans-serif !important;
    font-size: 40px;
}
.about-academy p{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size:18px;
}
.about-academyimg{
    width:100%;
    height:100%;
}
.about-academycontainer{
    width:100%;
    height:100%;
}
.about-academy-boxs{
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-around;
   
}
.programe-image{
    width:30%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.programe-image img{
    width:100%;
    height:420px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
   
}


.programe-image-card{
    width:100%;
    height:30%;
 position: absolute;
 background-color: rgba(128, 128, 128, 0.5);
 bottom: 0;
 left:0;
 border-radius: 5px;
 padding:2%;
 
 
}
.programe-image-card h6{
   font-size: 30px;
   color: white;
   font-weight: 600;
}
.programe-image-card p{
    font-size: 15px;

color: white;
}
.programe-image-card:hover{
    background-color: var(--color);
    
}
.programe-image-card p:hover{
   color: white;
}
.programe-image-card h6:hover{
    color: white;
}
/* /////////////////////////about programe page end///////////// */


/* /////counter section start//////////////////
 */
 *{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    transition: 0.2s linear;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    -ms-transition:0.2s linear;
    -o-transition:0.2s linear;

 }
 html{
    /* font-size: 62.5%; */
    scroll-behavior: smooth;
 }
 body{
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    /* min-height:100vh; */
 }
 .counter-wrapper{
    background: url(/Images/Pics/about/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    background-attachment: fixed;

    
  
    grid-template-columns:repeat(4,1fr) ;
     padding:10rem 9%;
    margin-top:5rem;
   
    position: relative;
 }
.counter-wrapper::before{
    position:absolute;
    content: "";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.counter{
    text-align: center;
    color:#ddd;
    z-index: 2;
    position: relative;
   

}
.counter::before{
    position: absolute;
    content: "";
    bottom: -1rem;
    left:50%;
    width:20%;
    height:.2rem;
    background: #4db7fe;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}
.counter p{
    font-size: 1.4rem;
    /* font-family: sans-serif; */
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.counter .count{
    /* font-size:5rem ;
     */
    margin-bottom: 1rem;
    font-size: 40px;

}
.counter-wrapper .counte h1{
    font-family: "DM Sans", sans-serif !important;


}



@media (max-width:991px){
    /* html{
        font-size: 50%;
    } */
    
}
@media (max-width:768px){
    .counter-wrapper{
        grid-template-columns: repeat(2,1fr);
        grid-row-gap:8rem;

    }
    
}
@media (max-width:450px){
    /* html{
   font-size: 50%;
    } */
    .counter-wrapper{
        grid-template-columns: 1fr;
    }
    
}
/* /////////////////////////faq section start /////////////////// */

.faq {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif !important;

}

.achieve img {
    width: 25%;
}

.faq h2 {
    color: var(--color);
    font-weight: 700;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
}


.accordion-item h2 {
    font-family: "DM Sans", sans-serif;
}

/* /////////////////////faq section end ////////////// */


  
/* footer area one */
.footer-area-one .footer-area-one-bg {
    padding: 80px 0 0px 0;
    background-color:var(--color);
    margin-top: 80px;
}

.footer-logo img {
    height: 80px;
}

.footer-widget h4 {
    font-family: "DM Sans", sans-serif;
   
}

.footer-area-one .footer-widget .footer-content {
    margin-top: 30px;
}

.footer-area-one .footer-widget .footer-content p {
    color: var(--white);
    font-family: 'Roboto', sans-serif;
}

.footer-area-one .footer-widget .footer-content .social {
    margin-top: 40px;
}

.footer-area-one .footer-widget .footer-content .social ul {
    display: flex;
}

.footer-area-one .footer-widget .footer-content .social li {
    display: flex;
    width: 30px;
    margin-right: 10px;
}

.footer-area-one .footer-widget .footer-content .social a {
    width: 30px;
    height: 30px;
    color: var(--color);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background-color:white;
}


.footer-area-one .footer-widget .footer-content .social a:hover {
    background-color: var(--color);
    color:white;
}

.footer-area-one .footer-widget .footer-title {
    margin-bottom: 40px;
    font-size: 24px;
    color:white;
    margin-top: 20px;
}

.footer-area-one .footer-widget p {
    color: var(--white);
    font-family: 'Roboto', sans-serif;
}

.footer-area-one .footer-widget .footer-link ul li {
    margin-bottom: 10px;
}

.footer-area-one .footer-widget .footer-link a {
    color: #ffffffcc;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.footer-area-one .footer-widget .footer-link a i {
    font-size: 14px;
    margin-right: 10px;
}

.footer-area-one .footer-widget .footer-link a:hover {
    color: var(--color);
}

.footer-area-one .footer-widget .footer-address ul li {
    margin-bottom: 20px;
}

.footer-area-one .footer-widget .footer-address ul li .icon {
    margin-right: 20px;
}

.footer-area-one .footer-widget .footer-address ul li .icon i {
    width: 40px;
    height: 40px;
    color: var(--color);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color:white;
}

.footer-area-one .footer-widget .footer-address ul li .content a {
    color: #ffffffcc;
    display: block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
/* 
.footer-area-one .footer-widget .footer-address ul li .content a:hover {
    color: var(--color);
} */

.footer-area-one .footer-widget .footer-newsletter {
    margin-top: 30px;
}

.footer-area-one .footer-widget .footer-newsletter input {
    width: 100%;
    height: 57px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 0 110px 0 15px;
    border: 0;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid transparent;
    transition: var(--transision);
}

.footer-area-one .footer-widget .footer-newsletter input:focus {
    border-color: rgba(255, 102, 0, 0.5);
}

.footer-area-one .footer-widget .footer-newsletter p {
    font-family: 'Roboto', sans-serif;
}

.footer-area-one .footer-widget .footer-newsletter button {
    width: 75px;
    height: 47px;
    border-radius: 5px;
    background-color: var(--color);
    color: var(--white);
    border: 0;
    font-size: 20px;
    top: 40%;
    right: 5px;
    transform: translateY(-50%);
    transition: var(--transision);
}

.footer-area-one .footer-widget .footer-newsletter button:hover {
    background-color: var(--white);
    color: var(--color);
}

.footer-bottom {
    border-top: 1px solid #333F4D;
    margin-top: 60px;
    padding: 30px 0;


}

.footer-bottom a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.footer-bottom a {
    color: #ffffffcc;
}

.footer-bottom a span {
    font-size: 18px;
    color: var(--color);
}

.footer-bottom .links ul li {
    display: inline-block;
}

.footer-bottom .links ul li {
    margin-left: 30px;
}

.footer-bottom .links ul li:first-child {
    margin-left: 0px;
}

.footer-bottom .links ul li a {
    color: #ffffffcc;
    ;
}

.footer-bottom .links ul li a:hover {
    color: var(--color);
}

/* footer area two */

.footer-area-two .footer-area-two-bg {
    padding: 80px 0 0px 0;
    background-color: var(--black);
}

.footer-area-two .footer-widget .footer-content {
    margin-top: 20px;
}

.footer-area-two .footer-widget .footer-content p {
    color: var(--white);
}

.footer-area-two .footer-widget .footer-content .social {
    margin-top: 30px;
}

.footer-area-two .footer-widget .footer-content .social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-area-two .footer-widget .footer-content .social a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-area-two .footer-widget .footer-content .social a:hover {
    color: var(--primary);
}

.footer-area-two .footer-widget .footer-title {
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--white);
    margin-top: 20px;
}

.footer-area-two .footer-widget p {
    color: var(--white);
}

.footer-area-two .footer-widget .footer-link ul li {
    margin-bottom: 10px;

}

.footer-area-two .footer-widget .footer-link ul li a {
    text-decoration: none !important;
}

.footer-area-two .footer-widget .footer-link a {
    color: var(--white);


}

.footer-area-two .footer-widget .footer-link a i {
    font-size: 14px;
    margin-right: 10px;
}

.footer-area-two .footer-widget .footer-link a:hover {
    color: var(--primary)
}

.footer-area-two .footer-widget .footer-newsletter {
    margin-top: 30px;
}

.footer-area-two .footer-widget .footer-gallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-area-two .footer-widget .footer-gallery ul li {
    width: 30%;
}

.footer-area-two .footer-widget .footer-gallery ul li img {
    width: 100%;
}

.footer-area-two .footer-bottom p {
    color: var(--white);
}

.footer-area-two .footer-bottom .links ul li a {
    color: var(--white);
}

.footer-bottom a span{
    color:white !important;
}

ul {
    padding-left: 0rem;
    list-style-type: none;

}




















@media screen and (max-width:320px) {


    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }

    /* navbar for logo  */
    .navbar .nav_brand {
        width: 22%;
        height: 100%;
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 20px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }
    /* /////////////////aboutpage start//////////////// */
    .about-bannerimg{
        width:100%;
        height:300px;
        overflow: hidden;
        object-fit:fill;
        margin-bottom: 5%;
    
    }
    .about-1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .about-2 {
        width: 100%;
        height: auto;
    }

    .about-2 h3 {
        color: var(--color);
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
        font-weight: 600;
    }

    .about-2 h2 {
        color: var(--black);
        font-weight: 600;
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .about-2 p {
        font-family: "Archivo", sans-serif;
    }

    .variation-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .variation {
        width: 100%;
    }

    .variation h5 {
        font-family: "Archivo", sans-serif;
        font-size: 18px;
    }

    .variation i {
        font-size: 16px;
        padding-right: 8px;
        color: var(--color);
        

    }
    /* //////////////about programe///////////////// */
.about-academy{
    width:100%;
    height:100%;
    padding-top: 5%;
}
.about-academy h5{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size: 25px;
    color:var(--color);
    


}
.about-academy h6{
    text-align:  center;
    font-family: "DM Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}
.about-academy p{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size:15px;
}
.about-academyimg{
    width:100%;
    height:100%;
}
.about-academycontainer{
    width:100%;
    height:100%;
}
.about-academy-boxs{
    width:100%;
    height:100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
   
}
.programe-image{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}
.programe-image img{
    width:100%;
    height:420px;
    border-radius: 10px;
   
}


.programe-image-card{
    width:100%;
    height:30%;
 position: absolute;
 background-color: rgba(128, 128, 128, 0.5);
 bottom: 0;
 left:0;
 border-radius: 5px;
 padding:2%;
 
 
}
.programe-image-card h6{
   font-size: 30px;
   color: white;
   font-weight: 600;
}
.programe-image-card p{
    font-size: 15px;

color: white;
}
.programe-image-card:hover{
    background-color: var(--color);
    
}
.programe-image-card p:hover{
   color: white;
}
.programe-image-card h6:hover{
    color: white;
}
/* /////////////////////////about programe page end///////////// */

    

}
@media screen and (min-width:321px) and (max-width:425px) {


    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }


     /* navbar for logo  */
     .navbar .nav_brand {
        width: 22%;
        height: 100%;
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 30px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }
    /* /////////////////////about section start//////////////////// */
    .about-bannerimg{
        width:100%;
        height:300px;
        overflow: hidden;
        object-fit:fill;
        margin-bottom: 5%;
    
    }
    .about-1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .about-2 {
        width: 100%;
        height: auto;
    }

    .about-2 h3 {
        color: var(--color);
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
        font-weight: 600;
    }

    .about-2 h2 {
        color: var(--black);
        font-weight: 600;
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .about-2 p {
        font-family: "Archivo", sans-serif;
    }

    .variation-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .variation {
        width: 100%;
    }

    .variation h5 {
        font-family: "Archivo", sans-serif;
        font-size: 18px;
    }

    .variation i {
        font-size: 16px;
        padding-right: 8px;
        color: var(--color);

    }
      /* //////////////about programe///////////////// */
.about-academy{
    width:100%;
    height:100%;
    padding-top: 5%;
}
.about-academy h5{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size: 25px;
    color:var(--color);
    


}
.about-academy h6{
    text-align:  center;
    font-family: "DM Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}
.about-academy p{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size:15px;
}
.about-academyimg{
    width:100%;
    height:100%;
}
.about-academycontainer{
    width:100%;
    height:100%;
}
.about-academy-boxs{
    width:100%;
    height:100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
   
}
.programe-image{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}
.programe-image img{
    width:100%;
    height:420px;
    border-radius: 10px;
   
}


.programe-image-card{
    width:100%;
    height:30%;
 position: absolute;
 background-color: rgba(128, 128, 128, 0.5);
 bottom: 0;
 left:0;
 border-radius: 5px;
 padding:2%;
 
 
}
.programe-image-card h6{
   font-size: 30px;
   color: white;
   font-weight: 600;
}
.programe-image-card p{
    font-size: 15px;

color: white;
}
.programe-image-card:hover{
    background-color: var(--color);
    
}
.programe-image-card p:hover{
   color: white;
}
.programe-image-card h6:hover{
    color: white;
}
/* /////////////////////////about programe page end///////////// */



}
@media screen and (min-width:426px) and (max-width:600px) {


    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }

    
     /* navbar for logo  */
     .navbar .nav_brand {
        width: 17%;
        height: 100%;
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 30px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }
    /* /////////////////////about section start//////////////////// */
    .about-bannerimg{
        width:100%;
        height:300px;
        overflow: hidden;
        object-fit:fill;
        margin-bottom: 5%;
    
    }
    .about-1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .about-2 {
        width: 100%;
        height: auto;
    }

    .about-2 h3 {
        color: var(--color);
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
        font-weight: 600;
    }

    .about-2 h2 {
        color: var(--black);
        font-weight: 600;
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .about-2 p {
        font-family: "Archivo", sans-serif;
    }

    .variation-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .variation {
        width: 100%;
    }

    .variation h5 {
        font-family: "Archivo", sans-serif;
        font-size: 18px;
    }

    .variation i {
        font-size: 16px;
        padding-right: 8px;
        color: var(--color);

    }
      /* //////////////about programe///////////////// */
.about-academy{
    width:100%;
    height:100%;
    padding-top: 5%;
}
.about-academy h5{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size: 25px;
    color:var(--color);
    


}
.about-academy h6{
    text-align:  center;
    font-family: "DM Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}
.about-academy p{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size:15px;
}
.about-academyimg{
    width:100%;
    height:100%;
}
.about-academycontainer{
    width:100%;
    height:100%;
}
.about-academy-boxs{
    width:100%;
    height:100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
   
}
.programe-image{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}
.programe-image img{
    width:100%;
    height:420px;
    border-radius: 10px;
   
}


.programe-image-card{
    width:100%;
    height:30%;
 position: absolute;
 background-color: rgba(128, 128, 128, 0.5);
 bottom: 0;
 left:0;
 border-radius: 5px;
 padding:2%;
 
 
}
.programe-image-card h6{
   font-size: 30px;
   color: white;
   font-weight: 600;
}
.programe-image-card p{
    font-size: 15px;

color: white;
}
.programe-image-card:hover{
    background-color: var(--color);
    
}
.programe-image-card p:hover{
   color: white;
}
.programe-image-card h6:hover{
    color: white;
}
/* /////////////////////////about programe page end///////////// */



}


@media screen and (min-width:601px) and (max-width:768px) {




    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }


    
    
     /* navbar for logo  */
     .navbar .nav_brand {
        width: 12%;
        height: 100%;
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 30px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }
    /* /////////////////////about section start//////////////////// */
    .about-bannerimg{
        width:100%;
        height:300px;
        overflow: hidden;
        object-fit:fill;
        margin-bottom: 5%;
    
    }
    .about-1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .about-2 {
        width: 100%;
        height: auto;
    }

    .about-2 h3 {
        color: var(--color);
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
        font-weight: 600;
    }

    .about-2 h2 {
        color: var(--black);
        font-weight: 600;
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .about-2 p {
        font-family: "Archivo", sans-serif;
    }

    .variation-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .variation {
        width: 100%;
    }

    .variation h5 {
        font-family: "Archivo", sans-serif;
        font-size: 18px;
    }

    .variation i {
        font-size: 16px;
        padding-right: 8px;
        color: var(--color);

    }
      /* //////////////about programe///////////////// */
.about-academy{
    width:100%;
    height:100%;
    padding-top: 5%;
}
.about-academy h5{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size: 25px;
    color:var(--color);
    


}
.about-academy h6{
    text-align:  center;
    font-family: "DM Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}
.about-academy p{
    text-align:  center;
    font-family: "Archivo", sans-serif;
    font-size:15px;
}
.about-academyimg{
    width:100%;
    height:100%;
}
.about-academycontainer{
    width:100%;
    height:100%;
}
.about-academy-boxs{
    width:100%;
    height:100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
   
}
.programe-image{
    width:100%;
    height:auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}
.programe-image img{
    width:100%;
    height:420px;
    border-radius: 10px;
   
}


.programe-image-card{
    width:100%;
    height:30%;
 position: absolute;
 background-color: rgba(128, 128, 128, 0.5);
 bottom: 0;
 left:0;
 border-radius: 5px;
 padding:2%;
 
 
}
.programe-image-card h6{
   font-size: 30px;
   color: white;
   font-weight: 600;
}
.programe-image-card p{
    font-size: 15px;

color: white;
}
.programe-image-card:hover{
    background-color: var(--color);
    
}
.programe-image-card p:hover{
   color: white;
}
.programe-image-card h6:hover{
    color: white;
}
/* /////////////////////////about programe page end///////////// */



}
@media screen and (min-width:769px) and (max-width:900px) {



    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }



     
     /* navbar for logo  */
     .navbar .nav_brand {
        width: 10%;
        height: 100%;
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 30px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }
    .about-1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .about-2 {
        width: 100%;
        height: auto;
    }

    .about-2 h3 {
        color: var(--color);
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
        font-weight: 600;
    }

    .about-2 h2 {
        color: var(--black);
        font-weight: 600;
        font-size: 25px;
        font-family: "DM Sans", sans-serif !important;
    }

    .about-2 img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .about-2 p {
        font-family: "Archivo", sans-serif;
    }

    .variation-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .variation {
        width: 100%;
    }

    .variation h5 {
        font-family: "Archivo", sans-serif;
        font-size: 18px;
    }

    .variation i {
        font-size: 16px;
        padding-right: 8px;
        color: var(--color);

    }



}
@media screen and (min-width:992px) and (max-width:1024px) {



    /*/////////////// Top Nav //////////////////// */


    .top-nav {
        width: 100%;
        /* background-image: url(../Images/TEMP-NAV/G.jpg); */
        background-position: center;
        background-color: #1d2475;
        background-size: cover;
        padding: 1%;
        color: var(--color);
    }

    .top-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-container .topNav-social {
        width: 20%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .top-container .topNav-social span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-social i {
        font-size: 10px;
        gap: 0 !important;
    }

    .top-container .topNav-social a {
        color: var(--white);
    }

    .top-container .topNav-social a:hover {
        color: var(--color);
    }

    .top-container .topNav-conatact a {
        color: var(--white);
        font-size: 10px;
    }

    .top-container .topNav-conatact span {
        font-size: 10px;
        margin-left: 0px;
    }

    .top-container .topNav-conatact a:hover {
        color: var(--color);
    }

    .topNav-conatact {
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0px;
    }


     /* navbar for logo  */
     .navbar .nav_brand {
        width: 10%;
        height: 100%;
    }


    .navbar .nav-menus {
        width: 70%;
    }

    .navbar .nav-menus .nav-item {
        width: 100%;
        display: flex;
        gap: 30px;
    }

    .navbar .nav-menus .nav-item li .dropdown {
        display: none;
        position: relative;
        width: 100%;
        min-height: 280px;
        top: 100%;
        right: 0;
        padding-left: 0;
        z-index: 999;
        text-align: justify;
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        transform: translateY(-10px);
        background-color: var(--white);
    }

    .navbar .nav-menus .nav-item li:hover .dropdown {
        display: block;
        background-color: var(--white);
        opacity: 1;
        transform: translateY(0);
    }



    .navbar .nav_brand .nav-logo {
        width: 100%;
        height: 100%;
        margin-left: 30px;
    }

    .navbar .nav_brand .nav-logo img {
        width: 100%;
        height: 100%;
    }

}
@media screen and (min-width:1024px) and (max-width:1440){
    /* /////////////////////about section start//////////////////// */
    .about-bannerimg{
        width:100%;
        height:300px;
        overflow: hidden;
        object-fit:fill;
        margin-bottom: 5%;
        
    
    }
}