@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

html {
    font-size: 66%;
    scroll-behavior: smooth;
}

@media(max-width:1024px) {
    html {
        font-size: 55%;
    }
}

@media(max-width:768px) {
    html {
        font-size: 52%;
    }
}

@media(max-width:550px) {
    html {
        font-size: 50%;
    }
}

::-webkit-scrollbar {
    width: 1rem;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container {
    width: 100%;

}

.max-width {
    padding: 0 5%;
    width: 90%;
    margin: 0 auto;

}

@media only screen and(max-width:500px) {
    .max-width {
        padding: 0 2%;
        width: 96%;
        margin: 0 auto;
    }

}

a {
    text-decoration: none;
    color: #222;
}

h1 {
    font-size: 3rem;
    text-align: center;
    color: #138ee4;
    padding: 40px 0;
    text-transform: uppercase;
    font-weight: 700;


}

h2 {
    font-size: 2.8rem;
    color: #ff6600;
    padding: 20px 0;
    font-weight: 600;
    font-style: italic;
}

h3 {
    font-size: 2rem;
    padding: 15px 0;
    font-weight: 600;
    color: #333;

}

h4 {
    font-size: 1.6rem;
}

p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2.4rem;
    font-weight: 400;
}

ul li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    color: #333;
    padding-left: 10px;
    margin-left: 10px;

}

ol li {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    color: #333;
    padding-left: 10px;
    margin-left: 10px;
}

li a {
    font-weight: 400;

}

.downlods i {

    color: #ff6600;
    font-size: 2rem;
    padding: 1rem;


}

.downlods a {
    color: #ff6600;
    letter-spacing: 3;
    font-style: italic;
    font-weight: 700;
    line-height: 5rem;

}
.fest p {
    color: #f1f1f1;
    text-align: left;
    
    
}
.fest p a{
    text-decoration: none;
    padding-bottom: 40px;
    background-color: #138ee4;
    padding: 10px 35px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(172, 184, 208, .9);
}
.fest p a:hover{
     color: #138ee4;
     background-color: #fff;
      border-color: 1px solid  #138ee4;
}

/* more than  one columns end------*/

/* For mobile phones: */
.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

[class*="col-"] {
    width: 98%;

}

@media only screen and (min-width: 500px) {

    /* For tablets: */
    .col-s-1 {
        width: 6.33%;
    }

    .col-s-2 {
        width: 14.66%;
    }

    .col-s-3 {
        width: 23%;
    }

    .col-s-4 {
        width: 31.33%;
    }

    .col-s-5 {
        width: 39.66%;
    }

    .col-s-6 {
        width: 48%;
    }

    .col-s-7 {
        width: 56.33%;
    }

    .col-s-8 {
        width: 64.66%;
    }

    .col-s-9 {
        width: 73%;
    }

    .col-s-10 {
        width: 81.33%;
    }

    .col-s-11 {
        width: 89.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 {
        width: 6.33%;
    }

    .col-2 {
        width: 14.66%;
    }

    .col-3 {
        width: 23%;
    }

    .col-4 {
        width: 31.33%;
    }

    .col-5 {
        width: 39.66%;
    }

    .col-6 {
        width: 48%;
    }

    .col-7 {
        width: 56.33%;
    }

    .col-8 {
        width: 64.66%;
    }

    .col-9 {
        width: 73%;
    }

    .col-10 {
        width: 81.33%;
    }

    .col-11 {
        width: 89.66%;
    }

    .col-12 {
        width: 100%;


    }
}

/* more than  one columns start------*/
.columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    flex-wrap: wrap;
}

.columns div {
    padding: 1.0rem;
}

.one {
    flex: 1;
    align-items: center;
}

.two {
    flex: 6;
    align-items: flex-start;
}

.three {
    flex: 1;
}

@media(max-width:768px) {
    .columns {
        height: auto;
    }

    .columns div {
        flex: 1 1 300px;
        /*flex:  flex-grow flex-shrink flex-basis*/
    }
}

@media(max-width:468px) {
    .columns {
        height: auto;
    }

    .columns div {
        flex: 1 1 200px;
    }
}



.news h3 {
    color: #fff;
    font-weight: 900;
}

/*----- header info div start *-----*/
.social-fa {
    position: fixed;
    right: -160px;
    top: 140px;
    width: 200px;
    height: 40px;
    z-index: 99;
    background-color: rgba(255, 125, 0, .8);
    transition: .5s;
    border-radius: 4px;


}

@media only screen and(max-width:768px) {
    .social-fa {
        position: fixed;
        top: 340px;
        right: 0;
    }
    
}

.social-fa i {
    padding: 0 10px;

}

.social-fa a {
    display: block;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social-fa a:hover {
    background-color: rgba(53, 125, 183, 1);
    position: fixed;
    right: 5px;
    top: 140px;
}

.social-yo {
    position: fixed;
    right: -160px;
    top: 180px;
    width: 200px;
    height: 40px;
    z-index: 99;
    background-color: rgba(255, 125, 0, .8);
    transition: .5s;
    border-radius: 4px;
}

.social-yo i {
    padding: 0 10px;

}

.social-yo a {
    display: block;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social-yo a:hover {
    background-color: rgba(53, 125, 183, 1);
    position: fixed;
    right: 5px;
    top: 180px;
}



.social-id {
    position: fixed;
    right: -160px;
    top: 220px;
    width: 200px;
    height: 40px;
    z-index: 99;
    background-color: rgba(255, 125, 0, .8);
    transition: .5s;
    border-radius: 4px;
}

.social-id i {
    padding: 0 10px;

}

.social-id a {
    display: block;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social-id a:hover {
    background-color: rgba(53, 125, 183, 1);
    position: fixed;
    right: 5px;
    top: 220px;
}

.social-ca {
    position: fixed;
    right: -160px;
    top: 260px;
    width: 200px;
    height: 40px;
    z-index: 99;
    background-color: rgba(255, 125, 0, .8);
    transition: .5s;
    border-radius: 4px;
}

.social-ca i {
    padding: 0 10px;

}

.social-ca a {
    display: block;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social-ca a:hover {
    background-color: rgba(53, 125, 183, 1);
    position: fixed;
    right: 5px;
    top: 260px;
}


.social-ad {
    position: fixed;
    right: -160px;
    top: 300px;
    width: 200px;
    height: 40px;
    z-index: 99;
    background-color: rgba(255, 125, 0, .8);
    transition: .5s;
    border-radius: 4px;
}

.social-ad i {
    padding: 0 10px;

}

.social-ad a {
    display: block;
    text-align: left;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social-ad a:hover {
    background-color: rgba(53, 125, 183, 1);
    position: fixed;
    right: 5px;
    top: 300px;
}

/*----- header info div end *-----*/

#myBtn {
    display: none;
    position: fixed;
    position: fixed;
    right: 2%;
    top: 92%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    font-size: 2rem;
    border: none;
    outline: none;
    background-color: #138ee4;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    width: 70px;
    height: 50px;
    transition: .3s;
}

#myBtn i {
    color: #fff;
}

#myBtn:hover {
    background-color: #222;
}

/*--------------------------footer details start ------------------------*/

.footer {
    background: #222222;
    color: #fff;
    padding: 80px 0;


}

.footer a {
    font-size: 1.6rem;
    color: #fff;
    padding: 20px auto;
    line-height: 3rem;
}

.footer i {
    color: #357db7;
    padding-right: 10px;
    font-size: 1.5rem;

}

.footer li {
    list-style: none;
    font-weight: 400;

}

.footer h2 {
    color: #fff;
    text-align: left;
    padding-top: 0;
}

.footer p {
    padding-right: 30px;

}

.footer h3 {
    color: #888;
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.8rem;
}

.footer2 {
    padding: 30px 0;
    color: #fff;
    background: #000;
    font-size: 1.6rem;
    text-align: center;
}

.footer2 a {
    color: #888;
}

.add p {
    padding: 5PX 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.add p a {
    color: #fff;
}

.add i {
    padding: 5PX 0;
    font-size: 1.4rem;
}

.utility i {

    color: #e20404;
    font-size: 2.4rem;
    background-color: #f1f1f1;
    padding: 5px;
}



/*-----//////////////////////////////////-footer end ////////////////////////// -----------------*/

/*//////////////////////////////////form start////////////////////////////////////////////*/
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 102, 0, .5);
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
    margin-left: 0;

}

input[type=number],
select,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 102, 0, .5);
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
    margin-left: 0;
}

input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 102, 0, .5);
    background-color: rgba(255, 255, 255, .5);
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
    margin-left: 0;
}

input[type=submit] {
    background-color: rgba(19, 142, 228, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2;
    transition: all .3s ease;
    border: 2px inset #8ca4b5;

}

input[type=submit]:hover {
    clip-path: circle(150% at 0% 50%);
    color: #222;
    background-color: transparent;
    border: 2px inset #138ee4;
}

.form-contact {
    font-size: 2rem;
    padding: 10px 0;
    color: #138ee4;
    font-weight: 600;
}


.form-contact p {
    color: #222;
}

#form-contact {
    background: linear-gradient(rgba(255, 255, 230, .8), rgba(255, 102, 0, .6)), url(../images/form-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;


}

/*//////////////////////////////////form end////////////////////////////////////////////*/

/*gallery section styling */
.containerp {
    width: 100%;
    height: auto;
    /*background-color:#999;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    transition: all 0.3s ease;
    margin-bottom: 80px;
    animation: fadeInUp 1s ease forwards;
      opacity: 0;
    transform: translateY(40px);
}

#gallery h2 {
    color: #222;
    text-align: center;
    margin: 50px 0px;
    font-size: 40px;
}

.gallery {
    max-width: 300px;
    max-height: 225px;
    width: 23%;
    /*background-color:#FFFF00;*/
    margin: 20px 0;
    overflow: hidden;
    border-radius: 10px;
}

.gallery a {
    font-size: 1.8rem;
    color: #138ee4;
    text-align: center;
    font-weight: 500;
}

.subhead {
    font-size: 1.8rem;
    color: #138ee4;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;

}

.gallery img {
    transition: .3s;
    margin: 30px 0;


}

.gallery img:hover {
    transition: all 0.3s ease;
    transform: scale(1.1);
}

@media screen and (max-width:868px) {
    .gallery {
        width: 46%;
    }
}

@media screen and (max-width:500px) {
    .gallery {
        width: 80%;
    }
}

.cbse {
    line-height: 26px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #222;
}

th,
td {
    text-align: left;
    padding: 8px;
    font-size: 1.6rem;
    border: 1px solid #222;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/*-----------------------------------------index page oppointment start-----------------------*/