
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}
.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    /*color: var(--bs-primary) !important;*/
    color:white !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    /*height: 45px;
    */ 
    padding: 0px 1px;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
   /* color: var(--bs-primary) !important;*/
   color: #372f84 !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar .navbar-nav .nav-link {
    padding: 12px;
    color: var(--bs-dark);
    font-size: 13px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
  /*  color: var(--bs-primary);*/

 color: #64a3ac;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 5px 8px;
    border: 2px solid #fff !important;
    box-shadow: none !important;
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    /*margin-bottom: 6rem;*/
   padding-top: 15rem;
  padding-bottom: 245px;
  background: url("../img/banner/hero.jpg"), center center no-repeat;
    background-size: auto, auto;
  background-size: cover;
}

.hero-header .hero-header-inner {
    padding: 12px;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        padding-top: 12rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: white;
    border: 0;
}
/*** About End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

.activities .activities-item:hover {
    background: #c3dee5; !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: #0197a7 !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.sermon-item img {
    transition: 0.5s;
}

.sermon-item:hover img {
    transform: scale(1.2)
}

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
  background: var(--bs-light);
  padding: 30px;
  height: 255px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: #65a3ab;
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: #eaeeee;
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
   /* border-color: rgba(255, 255, 255, .08) !important;*/
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: #65a3ab !important;
}

/*** Footer End ***/





/*****my css***/


.gallery .nav-item a.active {
    background: #65a4ab;!important;
    margin-left: 0px;
}



.text-justify{
    text-align: justify;
}



.counter-facts {
    background: #64a4ac;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}


.vision-mission {
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
    background-color: #65a4ac;
    padding: 30px 30px 15px;
    margin-bottom: 30px;
    border-radius: 30px 30px 0px;
    transition: 0.6s;
    height: 21em;
}


.vision-img {
    margin-top: -14px;
    margin-bottom: 18px;
}


.vision-heading {
    margin-top: -75px;
    margin-bottom: 29px;
}


.vision-inner {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 30px 30px 0 30px;
}


.message {
    border-radius: 5px;
    border: 7px solid aliceblue;
    padding: 18px;
}


.about-heading {
    margin-top: 68px;
}


    .blue-pattarn {
        background-image: radial-gradient(#013300 0.5px, transparent 0.5px), radial-gradient(#013300 0.5px, #e1f0f2 0.5px);
        background-size: 20px 20px;
    }

    .white-bg {
        background-color: white;
        padding: 50px;
        border: 1px dashed #65a4ac;
        border-radius: 14px;
    }

    /***today***/

    .border-dark img {
        height: 62px;
    }

    /*   .event-item h2{
        background-color: #e1f0f2;
          padding: 10px;
          border-radius: 7px;
          width: auto;
          text-align: center;
    }*/


    .featuresbox .features-item {
        text-align: center;
        background-color: #fff;
        border-radius: 7px;
        padding: 30px 20px;
        border: 1px solid #eaeaea;
        border-top-color: rgb(234, 234, 234);
        border-right-color: rgb(234, 234, 234);
        border-bottom-color: rgb(234, 234, 234);
        border-left-color: rgb(234, 234, 234);
        transition: all 0.3s ease;
    }


        .featuresbox .features-item:hover {
            border-color: transparent;
            box-shadow: 0px 1px 30px 0px rgba(112, 112, 112, 0.15);
        }

        .featuresbox .features-item i {
            font-size: 36px;
            margin-bottom: 22px;
            height: 70px;
            width: 70px;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

    .st-blue-box {
        color: #0cb8b6;
        fill: #0cb8b6;
        background-color: rgba(12, 184, 182, 0.1);
    }


    .featuresbox .features-item i {
        color: #0cb8b6 !important;
        fill: #0cb8b6;
        background-color: rgba(12, 184, 182, 0.1);
    }

    .featuresbox .features-item h4 {
        margin-top: 25px;
    }

    .highlight {
        background-color: #e1f0f2;
        padding: 20px;
        border-radius: 7px;
        width: auto;
    }

    .faqs h4 {
        font-size: 18px;
    }


    .faqs p {
        font-size: 15px;
        color: #595959;
    }

    .short-header {
        padding-top: 154px;
        padding-bottom: 12px;
        /*background: url("../img/banner/hero.jpg"), center center no-repeat;*/
        background-size: auto, auto;
        background-size: auto, auto;
        background-size: cover;
        height: 250px;
        background-color: #65a3ab;
    }

        .short-header .hero-header-inner {
            padding: 4px;
            background: rgba(255, 255, 255, .5);
            background: linear-gradient(rgb(6, 163, 218), rgb(187, 238, 250));
        }


.short-header1 {
    padding-top: 175px;
    height: 271px;
    background: linear-gradient(rgb(228, 234, 234), rgb(247, 248, 248));
}


.short-header1 .hero-header-inner {
    padding: 4px;
    /* background: rgba(255, 255, 255, .5);*/
    background: linear-gradient(rgb(101, 163, 171), rgb(187, 238, 250));
}


.banner-heading {
    text-align: center;
    font-weight: 508;
    margin-top: 26px;
    color: black !important;
    font-size: 25px;
}

.breadcrumb-item a {
    color: white;
    text-align: center !important;
    font-size: 16px !important;
}

.event-item h5 {
    background-color: #e1f0f2;
    padding: 10px;
    border-radius: 7px;
    width: auto;
    text-align: center;
}


.topbar-bg {
    /*background: linear-gradient(rgb(101, 163, 171), rgb(187, 238, 250));*/
    background: linear-gradient(rgb(101, 163, 171), rgb(247, 248, 248));
}
    /*****my css***/

    /*today*/
.testimonial-content p {
    font-size: 14px;
}

.news-section {
    font-weight: 508;
    color: white !important;
    font-size: 18px;
}


.bg-shadow {
    background-color: #65a3ab !important;
    background: linear-gradient(rgb(101, 163, 171), rgb(187, 238, 250));
    background-color: rgba(0, 0, 0, 0);
}


.text-theme {
    color: #65a4ac;
}


.bg-img {
    background-image: url("img/banner/hero.jpg");
    background-color: #cccccc;
}


.banner-popup .hero-header-inner {
    padding: 4px;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(rgb(101, 163, 171), rgb(255, 255, 255));
}

.design1 {
    height: 29em !important;
    width: 306px;
    margin-top: 60px;
}

.design2 {
    height: 275px;
    width: 306px;
    margin-top: 60px;
}
.design3 {
    height: 189px;
    width: 306px;
}


    /*----------------*/
.border-dark img {
    height: 62px;
}

.event-item h2 {
    background-color: #639fa7;
    padding: 10px;
    border-radius: 7px;
    width: auto;
    text-align: center;
    color: white;
}


.featuresbox .features-item {
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    border-top-color: rgb(234, 234, 234);
    border-right-color: rgb(234, 234, 234);
    border-bottom-color: rgb(234, 234, 234);
    border-left-color: rgb(234, 234, 234);
    transition: all 0.3s ease;
    box-shadow: 0px 1px 10px 0px rgba(106, 106, 106, 0.15);
}


.featuresbox .features-item:hover {
    border-color: transparent;
    /* box-shadow: 0px 1px 30px 0px rgba(112, 112, 112, 0.15);*/
}

.featuresbox .features-item i {
    font-size: 36px;
    margin-bottom: 22px;
    height: 70px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.st-blue-box {
    color: #0cb8b6;
    fill: #0cb8b6;
    background-color: rgba(12, 184, 182, 0.1);
}

.featuresbox .features-item .title {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: -8px;
}


.featuresbox .features-item h4 {
    margin-top: 25px;
}

.projects .projects-item {
    height: 100%;
    display: flex;
    justify-content: center;
    transition: 0.5s;
    border: 1px solid #7bcbc3 !important;
    box-shadow: 0 0 8px 0 rgba(32, 172, 210, 0.85);
}

.projects .projects-item:hover {
    background: #c3dee5;
    color: var(--bs-dark) !important;
}

.activity .activity-item {
    height: 100%;
    display: flex;
    transition: 0.5s;
    border: 1px solid #7bcbc3 !important;
    box-shadow: 0 0 8px 0 rgba(32, 172, 210, 0.85);
    line-height: 35px;
    
}

.events p {
    color: #333;
    box-shadow: 0 14px 47px 0 rgba(28,28,28,.24);
    padding: 20px;
}

.events-img {
    border-radius: 10px;
    height: 15em;
}


.fw-1 {
    font-weight: 700;
}

hr.hr-1 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: -1em;
    margin-bottom: 3em;
}

.award .award-item {
    height: 133px;
    display: flex;
    transition: 0.5s;
    border: 1px solid #7bcbc3 !important;
    box-shadow: -1px 0 8px 0 rgba(32, 172, 210, 0.1);
    margin-top: 7px;
    font-size: 14px;
    border-radius: 30px 30px 30px 30px;
}

.award-box {
    height: 337px;
    border: 2px solid #d3e9fd !important;
    box-shadow: 0 0 8px 0 rgba(203, 225, 231, 0.85);
}

.award-img {
    display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #e6f8f8;
    border-radius: 50%;
    padding: 10px;
}

.p-4 h6 {
    text-align: center;
}

.topper-box {
    height: auto;
    border: 2px solid #d3e9fd !important;
    box-shadow: 0 0 8px 0 rgba(203, 225, 231, 0.85);
}

.topper-img {
    display: inline-block;
    height: auto;
    width: 122px;
}

    /*.innner-heading h2{
    color: #372f84 !important;
  text-shadow: 2px 2px 2px #3e92b3;
}*/


.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: auto;
}

.facility-content .card img {
    max-width: 200px;
}

.management-content {
    text-align: center;
    background-color: aliceblue;
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 6px;
}

.management-img {
    border-radius: 3px;
    width: 100%;
    height: auto;
}

.heading-inner {
    font-size: 16px;
}

.style-table {
    box-shadow: 0 0 10px 0 rgba(203, 225, 231, 0.85);
    border: 2px solid #d3e9fd;
}

.uniformphara {
    box-shadow: 0 0 10px 0 rgba(203, 225, 231, 0.85);
    border: 2px solid #d3e9fd;
    padding: 18px;
}

.styletr {
    background-color: #63a1a8;
    color: white;
    text-align: center;
}

.videogallery {
    height: 15em;
    width: 19em;
}

.videogallery-text {
    background-color: #65a3ab;
    margin-bottom: 13px;
    padding: 11px;
}

.projects-area .features-title {
    position: relative;
    margin-bottom: 20px;
    transition: 0.6s;
    padding: 42px 35px 30px 120px;
}

.single-fun-fact1 {
    background-color: #ffffff;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 30px 30px 0 30px;
    height: 105px;
}

.projects-area {
    padding: 35px 30px 35px 30px;
    border-radius: 30px 30px 0 30px;
    transition: 0.6s;
    margin-bottom: 30px;
    border: 2px solid #d3e9fd;
    box-shadow: 0 0 8px 0 rgba(203, 225, 231, 0.85);
}

.single-fun-fact1 .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.default1-btn {
    display: inline-block;
    padding: 15px 60px 15px 10px;
    border-radius: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f4f4f4;
    color: #212529;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.single-fun-fact1 .icon img {
    display: inline-block;
    height: 80px;
    width: 85px;
    line-height: 69px;
    /* background-color: #d3e9fd;*/
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    border-radius: 15px;
}

.features-title h6 {
    font-size: 14px !important;
}

.mandatory {
    background-color: #65a3ab !important;
    color: aliceblue !important;
}

.tableSyllabus {
    text-align: center;
    vertical-align: middle;
}

.navbar-top {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: -6rem;
    font-size: 1.25rem;
    white-space: nowrap;
}

.uniform-img {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 21em;
}

.text-blue {
    color: #65a3ab !important;
}


.logo-footer {
    height: auto;
    margin-top: -39px;
    margin-bottom: 9px;
    margin-left: 70px;
    width: 140px;
}

.google-map {
    height: 400px;
    width: 1536px;
    margin-top: 19px;
    border: 0px;
}

.mobile-text-primary {
    font-size: 0px;
}

.index-form {
    background-color: #f8f9fa;
    padding: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px dashed #65a4ac;
    border-radius: 14px;
}

.top-header {
    background: linear-gradient(rgb(228, 234, 234), rgb(247, 248, 248));
}

.tablemg {
    font-size: 16px;
    text-align: center;
}
    /*---------*/




@media screen and (min-width:320px) and (max-width:767px) {
.col-sm-12 {
    width: 100%;
}

.border-dark img {
    height: 44px;
}

.ms-4 {
    font-size: 12px;
}

.banner-heading {
    font-size: 11px;
}

.short-header1 {
    padding-top: 60px !important;
    padding-bottom: 12px;
    background-size: cover;
    height: 160px !important;
    background-color: #65a3ab;
}

.tablelist {
    margin: -13px !important;
}

.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: auto;
}

.uniform-img {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 58px;
}

.examinitionlist {
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}

.pt-5 {
    padding-top: 25PX;
}

.facility-respoce {
    margin: 0px;
}

.activity-item h4 {
    padding-top: 1px;
    font-size: 15px;
    margin-top: 12px;
}

.accordion-body {
    font-size: 12px;
}

.UGSyllabusDiv {
    margin: 12px;
}

.rounded-pill {
    font-size: 15px;
}

.features-title h6 {
    font-size: 10px !important;
}

.btn-career {
    width: 243px !important;
}

.fs-4 {
    font-size: 11px;
}

.ptm2 {
    margin-left: 34px;
}

.next-icon {
    margin-top: 70px !important;
}

.google-map {
    height: 13em;
    width: 21em;
    margin-top: 18px;
    margin-left: 12px;
}

.mobile-text-primary {
    font-size: 15px !important;
    margin-top: 10px;
    color: #eb2d34 !important;
    text-shadow: 1px 1px 2px white, 0 0 2px white, 0 0 2px white;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-left: 25px;
}

.bg-white {
    background-color: white !important;
}

.carousel-control-next-icon {
    margin-top: 5em !important;
}

.carousel-control-prev-icon {
    margin-top: 5em !important;
}

.indextoptext {
    margin-top: -65px !important;
}

.events-img {
    border-radius: 10px;
    height: auto;
}


.logo {
    height: auto;
    width: 79px !important;
    margin-top: -18px !important;
    margin-left: -20px !important;
    margin-bottom: -15px !important;
}

.featuresbox {
    margin-top: -70px;
}

   

.nav-color {
    background: linear-gradient(rgb(101, 163, 171), rgb(247, 248, 248));
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    /*  color: var(--bs-primary);*/

    color: white;
}

.login-margin {
    margin-top: 10px !important;
}

.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
    height: auto;
    width: 203px;
}

.event-item h2 {
    background-color: #639fa7;
    padding: 10px;
    border-radius: 7px;
    width: auto;
    text-align: center;
    color: white;
    font-size: 13px;
}

.tableSyllabus {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.ms-4 {
    margin-left: 9px !important;
}

.activity-item p {
    font-size: 12px;
}

.short-header1 h1 {
    font-size: 23px !important;
}

.unifromtable
{
    margin-left: -4px !important;
}

.acadmicawardicon {
    height: 80px !important;
}

.activity .activity-item {
    padding: 10px !important;
}

}


.top-heading {
    color: #f80a12 !important;
    font-size: 36px;
    font-weight: 613;
    text-shadow: 1px 1px 2px #fbf8f8, 0 0 2px #ead8d8, 0 0 2px #e3dfdf;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial Black !important;
    text-align: center;
}

.acadmicawardicon {
    height: 160px;
}

.logo {
    height: auto;
    width: 126px;
    margin-top: -213px;
    margin-bottom: -20px;
    margin-right: -51px;
    margin-left: 192%;
}

.nav-color {
    background-color: white !important;
}

.login-margin {
    margin-top: 100px;
}

.short-header1 h1 {
    font-size: 26px;
}

.mandatory-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.0) !important;
}

/*.tablelist{
    text-align:center;
}*/
.ptm-text {
    height: 100%;
    display: flex;
    transition: 0.5s;
    border: 1px solid #7bcbc3 !important;
    box-shadow: 0 0 8px 0 rgba(32, 172, 210, 0.85);
    line-height: 35px;
}

.padding-text {
    padding: 80px !important;
}



#Description {
    height: auto !important;
}
#postedFile {
    background-color: white !important;
    padding: 17px !important;
}

.topper-innerbox {
    width: 11em;
    height: 37px;
    margin-left: -22px;
    margin-top: -35px;
}
.topper-innerboxbottom {
    width: 11em;
    height: 44px;
    margin-left: -22px;
    margin-top: -1px;
    margin-bottom: -13px;

}

.principal-img {

    height: auto;
    width: 283px;
}

.uniform-padding {
    padding: 80px !important;
}




@media screen and (min-width:320px) and (max-width:767px) {
    .logo {
        height: auto !important;
        margin-top: -11px !important;
    }


    .carousel-item img {
        margin-top: 69px !important;
    }


    .col-sm-6 {
        flex: 0 0 auto;
        /*width: 41.6666666667%;*/
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }


    .vision-mission {
        height: auto !important;
        line-height: revert;
    }

        .vision-mission p {
            font-size: 12px;
        }

    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        margin-right: auto;
        margin-left: auto;
    }


    .vision-heading {
        margin-top: -75px;
        margin-bottom: 29px;
        margin-right: -46px;
    }


    .vision-img {
        margin-top: 1px;
        margin-bottom: 25px !important;
    }

    .featuresbox .features-item .title {
        font-size: 14px !important;
    }

    .design1 {
        height: 21em !important;
        width: 306px;
        margin-top: 60px;
    }

    .design2 {
        height: 188px;
        width: 306px;
        margin-top: 60px;
    }

    .design3 {
        height: 139px;
        width: 145px;
    }

    .btn-md-square {
        width: 26px;
        height: 25px;
        font-size: 9px;
    }

    .my-auto h5 {
        font-size: 14px !important;
    }

    .testimonial-content p {
        font-size: 10px !important;
    }

    .testimonial-carousel .owl-item img {
        width: 117px;
        height: auto;
    }


    .display-3 {
        /*font-size: calc(0.525rem + 3.3vw);*/
        font-size: 17px;
        line-height: 1.2;
    }

    .footer {
        margin-top: 0rem;
    }

    .btn-lg-square {
        width: 35px;
        height: 35px;
    }
    /***my moblie**/

    .about-text {
        margin-top: -16px !important;
    }

    .principal-img {
        height: auto;
        width: 200px;
    }

    .schooltiming {
        margin: 12px;
    }

    .ptm-menu {
        margin-left: 36px;
        margin-right: 44px;
    }

    .uniform-padding{
        padding: 3px !important;
    }

    .tc-withdrawal{
        margin: -7px !important;

    }
}



@media screen and (min-width:1200px) and (max-width:1399px) {
    .logo {
        height: auto;
        margin-top: -89px;
        margin-bottom: -15px;
        width: 145px;
        margin-left: 5px;
    }

    .about-heading {
        margin-top: 2px;
    }

    .topper-img {
        margin-left: -13px;
    }

    .nav-pills {
        font-size: 10px;
    }

    .top-heading {
        font-size: 25px;
    }

    .topper-innerbox {
        width: 9em;
        height: 37px;
        margin-left: -22px;
        margin-top: -35px;
    }

    .topper-innerboxbottom {
        width: 9em;
        height: 44px;
        margin-left: -22px;
        margin-top: -1px;
        margin-bottom: -13px;
    }

    .featuresbox .features-item .title {
        font-size: 12px;
        line-height: 1.6em;
        font-weight: 600;
    }

    .videogallery {
        height: 14em;
        width: 16em;
    }
    .acadmicawardicon {
        height: 135px;
    }
    .google-map {
        height: 400px;
        width: 1373px;
        margin-top: 19px;
        border: 0px;
    }
    .design1 {
        height: 31em !important;
        width: 306px;
        margin-top: 60px;
    }

    .design2 {
        height: 289px;
        width: 306px;
        margin-top: 60px;
    }
    .design3 {
        height: 208px;
        width: 306px;
    }
    .vision-mission {
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeIn;
        background-color: #65a4ac;
        padding: 30px 30px 15px;
        margin-bottom: 30px;
        border-radius: 30px 30px 0px;
        transition: 0.6s;
        height: auto !important;
    }
}


.tabs {
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 13px;
}

.rounded-pill {
    border-radius: 50rem !important;
    margin-left: 1px;
}
.media img {
    border: 1px solid #86b6bc;
    padding: 7px;
    margin: 12px;
}


/*.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

    .single-gallery-item a {
        display: block;
        border-radius: 5px;
    }
        .single-gallery-item a img {
            -webkit-transition: 0.6s;
            transition: 0.6s;
        }

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}
.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
element {
}

.service .service-img {
    position: relative;
    overflow: hidden;
}
    .service .service-img img {
        width: 100%;
    }
.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}
    .service .service-overlay p {
        margin: 0;
        color: #ffffff;
    }
.service .service-text {
    height: 60px;
    background: #85b6bc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 12px;
}
.service .service-item:hover a.btn {
    color: #ffffff;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.myimg {
    height: auto !important;
    width: 100% !important;
}


.gallerybox {
    background: var(--bs-light);
    padding: 15px !important;
    height: auto !important;
}
.social-img {
    background-color: white;
    border-radius: 50%;
    padding: 14px;
}


.Recognized {
    color: white;
    text-align: center;
    margin-top: -11px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #040202, 0 0 2px #c8c4c4, 0 0 2px #262424;
}

.msg-box {
    background-color: #e1f0f2;
    padding: 10px;
    border-radius: 7px;
}




/*Popup*/

form-popup {
    display: block;
    position: fixed;
    bottom: 0;
    right: 417px;
    z-index: 9;
    margin-bottom: 10em;
    background: rgba(55,55,55,.6) !important;
    backdrop-filter: blur(4px) !important;
}

/* Add styles to the form container */
.form-container {
    margin-top: -4em;
    width: 49em;
    padding-left: 12px;
    background-color: white;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 15px;
}

    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/login button */
    .form-container .btn {
        color: white;
        /* padding: 16px 20px;*/
        border: none;
        cursor: pointer;
        margin-bottom: 10px;
        opacity: 0.8;
        float: right;
        margin-top: -18px;
        margin-right: -16px;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
    }

.popimg {
    margin-top: -36px;
    max-width: 47em;
}

.model {
    background: rgba(4, 0, 0, 0.75) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 5px !important;
}

.btn-light:hover {
    background: var(--bs-dark) !important;
    color: white;
    border: 0;
}


/* For Mobile */

@media screen and (max-width:767px) {


    .form-popup {
        margin-bottom: 36em !important;
        right: 6px !important;
    }

    .form-container {
        padding-left: 12px;
        background-color: white;
        padding-right: 12px;
        padding-bottom: 12px;
        padding-top: 15px;
        margin: 36px;
        width: 20em !important;
    }

        /* .form-container {
        width: 24em !important;
        padding-left: 12px;
        background-color: white;
        padding-right: 12px;
        padding-bottom: 12px;
        padding-top: 5px;
    }*/

        .form-container .btn {
            color: white;
            padding: 14px 20px;
            border: none;
            cursor: pointer;
            margin-bottom: 9px;
            opacity: 0.8;
            float: right;
            margin-right: -11px;
            margin-top: -21px;
            margin-right: -23px;
        }


    .popimg {
        margin-top: -49px !important;
        max-width: 18em !important;
    }
    .mr-1{
        margin:12px;
    }
}

/*Popup*/
