/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Gilroy";
}

@font-face {
    font-family: tnr;
    src: url("/times\ new\ roman.ttf");
}

@font-face {
    font-family: tnrb;
    src: url("/times\ new\ roman\ bold.ttf");
}

@font-face {
    font-family: tnri;
    src: url("/times\ new\ roman\ italic.ttf");
}

html,
body {
    height: 100%;
    width: 100%;
}
#imgslid{
    position: relative;
    height: 80vh;
    width: 100vw;
    background-image: url(../image/student.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    background-blend-mode: darken;
    background-color: #00000082;
}

.about-inner{
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: 50%;
    width: 60%;
    /* background-color: blue; */
    /* z-index: 999999; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
}
.about-inner h1{
    font-size: 4vw;
    color: #fff;
    font-family: 'tnrb';
}
.about-inner span{
    height: 60px;
    width: 272px;
    /* background-color: aquamarine; */
    overflow: hidden;
    position: relative;
    z-index: 99999;
}
.home-about-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.home-about-inner a{
    text-decoration: none;
    color: #fff;
}
.home-about-inner h2{
    color: #fff;
}
#aboutpage2{
    min-height: 100vh;
    width: 100%;
    /* margin:20px 0; */
    padding: 30px 0;
}
.abouthead{
    min-height: 30vh;
    width: 100%;
    background-color:aliceblue;
    padding: 30px;
}
.abouthead h1{
    font-size: 3rem;
    font-weight: 700;
    font-family: tnr;
}
.abouthead h4{
    font-size: 1rem;
    font-weight: 500;
    font-family: tnr;
}

.aboutbody{
    min-height: 70vh;
    width: 100%;
    background-color:mintcream;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.fullbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(to right, #0b1e35, #2e0f4c);
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.05),
                inset 0 0 120px rgba(153, 102, 255, 0.1);
    filter: brightness(1.05);
    height: auto;
    width: 30%;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor:pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
            transform: translateY(300px);
}

.aboutbox{
    height: auto;
    width: 80%;
}
.aboutbox h2{
    font-size: 1.3rem;
    font-weight: 800;
    font-family: tnr;
    color: rgb(246, 251, 255);
    margin-bottom: 4px;
}
.aboutbox h3{
    font-size: 0.9rem;
    font-weight: 500;
    font-family: tnr;
    color: rgb(223, 224, 224);
}
.aboutbox p{
    font-size: 0.8rem;
    font-weight: 600;
    font-family: tnr;
      display: -webkit-box;
  -webkit-line-clamp: 3; /* ✅ 2 line tak hi dikhe */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(158, 172, 185);
}
.aboutimg{
    height: 150px;
    width: 164px;
    border-radius: 10px;
    /*background-color:aliceblue;*/
    padding: 2px;

}
.aboutimg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    object-position: 50% 3%;
}

/* --------------====> SERVICES <===========---------------------- */
#servicespage2 {
    min-height: 100vh;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 20px;
    background-color: rgb(230, 230, 190);
}
#servicespage2 .allcour{
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}
#servicespage2 p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}
#servicespage2 h5{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}
.servicestable{
    /* min-height: 100vh; */
    width: 100%;
    overflow: hidden;
    /* background-color: aqua; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}
/* .tablebox .tahead{
    height: 50px;
    width: 100%;
    background-color: #000080;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
} */
.feesdetail{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 20rem;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.feesdetail .summser{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px;
    background-color: #000080;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    font-size: 1.1rem;
}
.course-body {
    padding: 13px;
    background-color: aliceblue;
}
.course-body h2{
   font-size: 1.5rem;
   font-weight: 700;
}
.course-body h3{
   font-size: 1rem;
   font-weight: 500;
}
.course-body h4{
   font-size: 0.9rem;
   font-weight: 500;
}
.course-body p{
   font-size: 0.4rem;
   font-weight: 300;
}

.course-body button.se-mor-but-in {
    list-style: none;
}

.course-body button.se-mor-but {
    height: 40px;
    padding: 0px 10px;
    border-radius: 50px;
    background-color: #0e9fff;
    border: none;
    color: #fff;
    font-size: 1rem;
    transition: all 0.6s ease;
}

.course-body button.se-mor-but:hover {
    cursor: pointer;
    transition: all 0.6s ease;
    background-color: #034978;
}

/* --------------====> SERVICES <===========---------------------- */


/* --------------====> CONTACT US <===========---------------------- */
#contactpage2{
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    
    /* background-color: aquamarine; */

}

.contone{
    min-height: 100vh;
    width: 50%;
    background-color: #000080;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; */
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
}
.contone h2{
    font-size: 2.3rem;
    font-weight: 800;
    font-family: tnr;
    /* line-height: 1; */
    color: #fefefe;
}
.contone h3{
    font-size: 1.3rem;
    font-weight: 600;
    font-family: tnr;
    /* line-height: 1.5; */
    color: #2d2d2d;
}
.line{
    height: 2px;
    width: 100%;
    background-color: #6d6d6d;
    margin: 30px 0;
}
.contone h4 span{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: tnr;
    /* line-height: 1.5; */
    color: #cacaca;
}
.contone h4{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: tnr;
    /* line-height: 1.5; */
    color: #dcdcdc;
    margin-top: 28px;
}
.contone h5 span{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: tnr;
    /* line-height: 1.5; */
    color: #cbcbcb;
}
.contone h5{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: tnr;
    /* line-height: 1.5; */
    color: #c6c6c6;
    margin-bottom: 25px;
}

.conttwo{
    min-height: 100vh;
    width: 50%;
    /* background-color:brown; */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.conttwo iframe{
    min-height: inherit;
    width: 100%;
}
.contimg{
    height: 450px;
    width: 450x;
}
.contimg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.contactpage3-box {
    min-height: inherit;
    width: 100%;
    background-color:#000080;
}

.page3-box-inner-right {
    min-height: inherit;
    width: 100vw;
    background-color: #515151;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.contemail {
    height: 37px;
    border: none;
    width: 46vw;
    padding: 5px;
    background-color: #0000;
    border-bottom: 2px solid;
    margin-top: 10px;
    outline: none;
    color: #dcdcdc;
}

.contmassege {
    height: 117px;
    border: none;
    width: 46vw;
    /* padding: 5px; */
    background-color: #0000;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    outline: none;
    color: #dcdcdc;
}
.cou-in-du-but{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-co-vie-butt{
    height: 40px;
    padding: 0px 10px;
    border-radius: 50px;
    background-color: #0e9fff;
    border: none;
    color: #fff;
    font-size: 1rem;
    transition: all 0.6s ease;
    margin-top:10px;
}
.all-co-vie-butt:hover{
    background-color: #06436a;
    transition: all 0.6s ease;
}



/* --------------====> CONTACT US <===========---------------------- */
@media(max-width:600px) {
    #imgslid{
        height: 90vh;
    }
    .menufl{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about-inner span{
        /* background-color: blue; */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        display: none;
    }
    .about-inner span h1{
        font-size: 13vw;
    }
    .home-about-inner a{
        font-size: 6vw;
    }
    #contactpage2{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contone{
        width: 100%;
        padding-left: 15px;
        padding-right: 5px;
        /* padding-bottom: 20px; */
    }
    .conttwo{
        width: 100%;
    }
    .contone h2{
        line-height: 1;
    }
    .fullbox{
        width: 55%;
    }
}
@media(max-width:500px) {
    .fullbox{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .aboutimg {
        height: 310px;
        width: 100%;
    }
}