
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,500&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

a {
    list-style: none;
}

body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
}


/*top and nav bar starts here*/

.top {
    background-color: #2e3192;
    width: 100%;
    height: 30px;
    text-align: center;
    display: inline-flex;
    display: none;
}

.marq {
    width: 40%;
    font-weight: bolder;
    padding-top: 5px;
    color: orange;
    text-shadow: none;
}

.left {
    width: 30%;
}

.right {
    width: 30%;
}


/*logo section starts here*/

.logosandinfo {
    margin: 0px auto;
    display: flex;
    overflow: auto;
    width: 90%;

    padding-bottom: 10px;
}

.logos {
    width: 72%;
    display: inline-flex;
}

.logoimg{
    width: 35%;
}

.logoimg img{
    height: 100px;
    margin-top: 5px;
}
.addinfo {
    width: 28%;
    font-weight: 450;
}


.logo-details-inline{
    margin-top: -5px;
    margin-left: 20px;
    color: #b83955;
    width: 65%;
    text-align: center;
}

.logo-details-inline p{
margin-bottom: 0px;
font-weight: 800;
font-family: 'Mukta', sans-serif;
font-size: 52px;
margin-top: 0px;

}

.top-view{
   
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.top-view p{
    margin-bottom: 0px;
    color: green;
    font-size: 30px;
    font-weight: bold;
}

.top-view p span{
    color: red!important;
   
    font-weight: bold;
}

.logo-details-inline span{
    font-family: 'Mukta', sans-serif;
    font-size: 25px;
    font-weight: 600;
   
}


.flag {
    display: inline-flex;
    justify-content: right;
    letter-spacing: 2px;
    width: 100%;
}

.flag img{
    height: 100px;
}

.flag p {
    margin-bottom: -1px;
   
   
}

.numbermob {
    font-size: 14px;
    text-align: right;
}

.flagandnum{
   color: #245fb9;
   margin-top: 10px;
}

marquee span{
    margin-left: 20px;
}

marquee span:first-child{
    margin-left: 0px;
}

.numbermob h1 {
    /* padding-left: 40px; */
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}

.numbermob p {
  font-weight: bold;
    margin-bottom: 0px !important;
}


@media all and (max-width: 968px) {

    #section {
        margin: 20px 10px;
        width: 100%;
    }
}


/*Navbar*/

.color {
    background-color: #b83955;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .2);
    position: sticky !important;
    top: 0px !important;
    z-index: 8888;
    /* border-bottom: 2px solid #2df336; */
}

nav {
    background-color: #b83955;
    margin: 0px auto;
    width: 90%;
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav ul {
    list-style: none;
    position: relative;
}

nav ul li {
    /* float: left; */
    display: inline-block;
    background-color: #b83955;
    margin: 0 0px;
}

nav ul li a {
    color: white;
    line-height: 60px;
    text-decoration: none !important;
    font-size: 15px;
    padding: 10px 9px;
 
}


nav ul li a.button {
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px white, 0 0 10px whitesmoke;
}


nav ul li a:hover {
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px white, 0 0 10px whitesmoke;
}

nav ul ul li a:hover {
    box-shadow: none;
}

nav ul ul {
    position: absolute;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
    z-index: 1000;
    width: 190px;
}

nav ul ul li:hover {
    background-color: #79162b;
}

nav ul ul ul {
    border-top: none;
}

nav ul li:hover>ul {
    top: 60px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    position: relative;
    margin: 0px;
    width: auto;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(134, 134, 134, 0.3);
}

nav ul ul li a {
    /* line-height: 50px; */
    font-size: 12px;
    padding: 0px 0px;
    line-height: 20px;
}

nav ul ul li {
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 150px !important;
}

.show,
.icon,
nav input {
    display: none;
}

.fa-plus {
    font-size: 13px;
    margin-left: 4px;
}

.alert-news{
    width: 100%;
    padding-top: 8px;
padding-bottom: 8px;
background-image: linear-gradient(to bottom, #fff , #eee);
}

.marquee-news{
    margin: 0px auto;
    width: 90%;
    color: black;
    display: flex;
    font-size: 14.5px;

}

.mobile-navbar-view ul{
    margin-top: 15px;
}

.mobile-navbar-view ul li{
    padding: 10px;
}

.block-display{
    display: block!important;
}

.dropdown-contents-navbar{
    display: none;
}

.dropdown-contents-navbar ul li{
    padding: 0px!important;
    margin-left: 20px;
   margin-top: 10px;
  
}

.overflow-none{
    overflow:visible!important;
}

.mobile-navbar{
    background-color: #b83955;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: none;
    overflow: hidden;
    
}

.fa-xmark{
    color: white;
    font-size: 19px;
    float: right;
    padding-right: 10px;
}

.right-none{
    right:0px!important;
   
}

.mobile-navbar-view{
    background-color: #b83955;
    padding: 20px;
    position: absolute;
    right: -1000px;
    top: 0px;
    z-index: 99999999999999;
    width: 100%;
    transition: 0.5s;
  
}




li.dropdown a i{
    float: right;
}

.mobile-navbar-view ul li {
    list-style: none;
}

.mobile-navbar-view a{
    color: white!important;
}

.navbar-align{
    margin: 0px auto;
    width: 90%;
    
    display: flex;
    justify-content: right;
    
}

.navbar-align i{
    font-size: 20px;
    color: white;
}

.marquee-news p{
    margin-bottom: 0px;
    width: 6%;
    margin-left: 5px;
}


@media all and (max-width: 700px) {
    nav ul ul li:hover {
        background: none;
    }
    .homepath {
        display: none;
    }
    .mobile-navbar{
        display: block;
    }
    .color{
        display: none;
    }
    .section {
        padding: 0px 0px !important;
        
    }
    nav {
        margin: 0px 0px;
    }
    nav ul {
        margin-right: 0px;
        float: left;
    }
    .show
     {
        display: none;
    }
    nav ul li,
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul li a:hover {
        box-shadow: none;
    }
    .show {
        display: block;
        color: white;
        font-size: 14px;
        padding: 0 10px;
        line-height: 25px!important;
        cursor: pointer;
    }
    .show:hover {
        color: cyan;
    }
    .icon {
        display: block;
        color: black;
        position: absolute;
        top: 0;
        right: 40px;
        line-height: 70px;
        cursor: pointer;
        font-size: 25px;
        /* padding-top: 50px; */
        margin-top: -90px;
    }
    nav ul ul {
        top: 70px;
        border-top: 0px;
        float: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        padding-left: 41px!important;
        width: 250px!important;
    }
    nav ul li {
        padding-left: 0px!important;
    }
    nav ul ul a {
        padding-left: 40px;
    }
    nav ul ul ul a {
        padding-left: 0px!important;
    }
    nav ul ul ul li {
        position: static;
    }
    [id^=btn]:checked+ul {
        display: block;
    }
    nav ul ul li {
        border-bottom: 0px;
    }
    span.cancel:before {
        content: '\f00d';
    }
}


/*slider*/

.home-slider {
    height: 85vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-slider .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 2s ease;
}

.home-slider .slide.active {
    display: flex;
}

@keyframes slide {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.slider-container {
    max-width: 90%;
    margin: auto;
}

.home-slider .slider-container {
    flex-grow: 1;
}

.home-slider .caption {
    width: 50%;
    margin-left: 20px;
}

.home-slider .caption h1 {
    font-size: 42px;
    color: white;
    margin: 0;
}

.home-slider .slide.active .caption h1 {
    opacity: 0;
    animation: captionText .7s ease forwards;
    animation-delay: 2s;
}

.home-slider .caption p {
    font-size: 18px;
    margin: 15px 0 30px;
    color: white;
}

.home-slider .slide.active .caption p {
    opacity: 0;
    animation: captionText .7s ease forwards;
    animation-delay: 2.2s;
}

@keyframes captionText {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.home-slider .controls .prev-back,
.home-slider .controls .next-back {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: #b83955;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 50%;
}

.home-slider .controls .prev-back:hover,
.home-slider .controls .next-back:hover {
    background-color: #000000;
}

.home-slider .controls .prev-back {
    left: 20px;
}

.home-slider .controls .next-back {
    right: 20px;
}

.home-slider .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    transform: translateX(-50%);
}

.home-slider .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #b83955;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
    cursor: pointer;
}

.home-slider .indicator div.active {
    background-color: #6d1327;
}


/*responsive*/

@media(max-width: 800px) {
    .controls {
        display: none;
    }
    .home-slider {
        height: 40vh;
    }
}

@media(max-width: 750px) {
    .caption h1 {
        font-size: 25px!important;
    }
    .caption p {
        font-size: 13px!important;
    }
}

/*index about*/



.card-width1{
    width: 70%;
}
.card-width2{
    width: 30%;
}



.card-inline h4{
    color: #234a83;
    font-size:24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.aboutnews h4{
    color: #234a83;
    font-size:28px;
    margin-bottom: 20px;
    font-weight: bold; 
}

.card-inline p{
    line-height: 30px;
    font-size: 14px;
    color: #444444;
    text-align: justify;
}


.program h4{
    color: #234a83;
    font-size:24px;
    /* margin-bottom: 20px; */
    font-weight: bold; 
}

.images-boxes-news{
    width: 50%;
    display: flex;
    justify-content: left;
}

.news-info{
    width: 100%;
}

.news-info p{
padding-left: 20px;
padding-right: 20px;
font-size: 18px!important;
font-weight: 600!important;
text-align: left!important;
padding-top: 10px;
}

.news-box-container{
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}

.card-boxes-news{
    display: flex;
}

.card-padding-news{
    width: 33.33%;
   margin-top: 30px;
}

.card-boxes-news p{
    font-size: 16px;
    margin-top: 0px;
    color: #234a83;
    margin-bottom: 0px;
}

.card-boxes-news p.date-news{
margin-top: 0px!important;
color:rgb(126, 126, 126)!important ;
font-size: 16px!important;
}

/*about us section*/

.aboutus {
    width: 100%;
}

.aboutcontainer {
    width: 85%;
    display: block;
    margin: 0px auto;
    padding: 40px 0px;
}

.aboutcontainer .abouttitle {
    width: 100%;
    /* text-align: center; */
}

.aboutcontainer .abouttitle h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1680AC;
}

.aboutcontainer .abouttitle h1::after {
    content: '';
    height: 5px;
    width: 100px;
    background-color: #0b85e2;
    border-radius: 25px;
    display: block;
    margin-top: 20px;
}

.aboutcontent {
    float: left;
    width: 55%;
    margin-top: 30px;
}

.image-section {
    float: right;
    width: 40%;
}

.image-section img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px;
    color: #c5e0f5;
}

.aboutcontent .article h3 {
    color: #a3a3a3;
    font-size: 17px;
}

.aboutcontent .article p {
    font-size: 14px;
    line-height: 23px;
    color: rgb(43, 42, 42);
    text-align: justify;
}

.aboutcontent .article .aboutbutton {
    margin-top: 50px;
}

.aboutcontent .article .aboutbutton a {
    text-decoration: none;
    padding: 8px 25px;
    background-color: #88941e;
    border-radius: 40px;
    color: white;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.aboutcontent .article .aboutbutton a:hover {
    color: #fff;
    background-color: #f38f92;
    transition: 1s ease;
}

.aboutcontainer .sociallinks {
    width: 100%;
    clear: both;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}

.aboutcontainer .sociallinks i {
    color: #fff;
    font-size: 22px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background-color: #f28f92;
    margin: 0px 5px;
}

.aboutcontainer .sociallinks i:hover {
    color: #fff;
    background-color: #88941e;
    transition: 1s ease;
    transform: rotate(360deg);
}

.about-response {
    width: 100%;
    display: inline-flex;
}

.article {
    width: 95%;
}

.image-section2 img {
    width: 100%;
    height: auto;
    box-shadow: 15px 15px;
    color: #c5e0f5;
    margin-top: 20px;
    display: none;
}

@media(max-width: 930px) {
    .aboutcontent {
        width: 100% !important;
        padding-left: 10px;
    }
    .image-section {
        display: none;
    }
    .image-section2 img {
        display: block !important;
    }
    .sociallinks {
        padding-top: 30px;
        text-align: left !important;
    }
}



@media only screen and (max-width: 1048px) {
    .breaking-news-section {
        padding: 10px;
        flex-wrap: wrap;
    }
    #featured {
        flex: auto;
    }
    .news-section,
    aside,
    .news-section article,
    .social-links section {
        flex-basis: 100%;
    }
    aside {
        border-width: 0;
    }
    .social-links section {
        margin-top: 20px;
    }
    .website-header h1 {
        font-size: 15px;
    }
    .social-icons {
        flex-basis: 100%;
    }
    #latest,
    #our-picks {
        background: white !important;
    }
    #featured {
        background: white !important;
    }
    section {
        padding: 0px 0px;
    }
}


/*Gallaries*/

.photos {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.photos h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1680AC;
    margin-bottom: 40px;
}

.photos h1::after {
    content: '';
    height: 5px;
    width: 100px;
    background-color: #0b85e2;
    border-radius: 25px;
    display: block;
    margin-top: 20px;
}

.slides {
    width: 90%;
    display: block;
    margin: 0px auto;
    padding: 40px 0px;
}

.swiper-container {
    width: 98%;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}



/*our programs*/

.ourprograms {
    width: 100%;
    /* margin-top: 60px; */
}

.program {
    width: 90%;
    display: block;
    margin: 0px auto;
    padding: 40px 0px;
}

.program h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1680AC;
    margin-bottom: 20px;
}

.program h1::after {
    content: '';
    height: 5px;
    width: 100px;
    background-color: #0b85e2;
    border-radius: 25px;
    display: block;
    margin-top: 20px;
}

.card-inline:nth-child(2){
    margin-left: 25px;
    border:2px solid #b83955; ;
    padding: 20px;
    margin-top: 25px;
}

.card-inline:nth-child(3){
    margin-left: 25px;
    border-left:1px solid rgb(180, 180, 180) ;
    padding-left: 20px;
}


.news-portal p{
    border-bottom: 1px solid rgb(180, 180, 180) ;
    padding-bottom: 10px;
  
}

.news-portal p a,.ward-containers p a{
    color: #36537e;
    font-size: 17px;
}


.ward-containers p{
    border-bottom: 1px solid rgb(180, 180, 180) ;
    padding-bottom: 10px;
}

.cards-grad {
    width: 100%;
    display: inline-flex;
    margin-top: 20px;
    align-items: flex-start
}

.gradient {
    position: absolute;
    background-image: linear-gradient(0deg, #89c4d6, transparent);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.text {
    color: rgb(211, 211, 211);
}

.title {
    font-weight: bold;
    margin-top: 70px;
}

.card .pics img {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin-top: 30px;
    border: 3px solid blue;
    object-fit: cover;
}

#popular-news #featured img{
    object-fit: cover;
}

#popular-news #latest img {
    object-fit: cover;
}
#popular-news #our-picks img {
    object-fit: cover;
}



@media(max-width: 790px) {
    .cards-grad {
        display: inline;
        align-items: center;
        width: 100%;
    }
    .card {
        width: 90%;
        margin-top: 20px;
    }
    .card:first-child {
        margin-left: 20px;
    }
}



@media(max-width: 800px) {
    #popular-news #featured img {
        height: 70vh !important;
      
    }
    #popular-news #latest img {
        height: 20vh !important;
    }
    #popular-news #our-picks img {
        height: 20vh !important;
        
    }

    .message-img {
        width: 100%;
    }
    .message-text {
        width: 100%;
        margin-top: 60px;
        margin-left: 0px;
        font-size: 20px;
    }
}


/*what out students say*/

.box-area1 {
    padding: 45px!important;
    position: relative;
    display: block;
    background: rgb(250, 249, 249);
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
    margin: 40px 0;
}

.box-area1 h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0a69ed;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area1 span {
    color: #262626;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area1 .content {
    color: #262626;
}

.box-area1 .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area1 .img-area img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.socials {
    margin-top: 30px;
}

.socials i {
    margin: 0 3px;
    color: #0a69ed;
    font-size: 14px;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

.owl-carousel .owl-item {
    background: none;
}


.apply-online{
    border: 0.12rem solid white;
    background-color: transparent;
    font-size: 13px;
    padding: 5px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: bold;
    letter-spacing: 1px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}

.apply-online:hover{
    background-color: white;
    color: #0069aa;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box1-area {
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
}


/*footer starts here*/

@media(max-width: 700px) {
    .footer ul {
        display: block;
    }
    .box-area1{
        padding: 30px!important;
    }
}

.container-fot {
    max-width: 90%;
    margin: auto;
}

.row-fot {
    display: flex;
    flex-wrap: wrap;
}

.footer-col ul {
    list-style: none;
}

.footer {
    background-color: #b83955 !important;
   padding-top: 90px;
   padding-bottom: 20px;
    height: auto;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 450;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li {
    color: #ffffff;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.footer p {
    color: #ffffff;
}

.create a {
    color: #ffffff;
    font-weight: bolder;
    transition: 0.3s;
}

.create a:hover {
    color: rgb(18, 233, 215);
}


/*user tabs*/

.tabs-container {
    display: flex;
    gap: 20px;
 
}

.tab {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    font-weight: bold;
    font-size: 18px;
}

.tab:hover {
    color: #b83955;
    border-bottom: 2px solid #b83955;
}

.tab.active {
    color: #b83955;
    border-bottom: 2px solid #b83955;
}

.tab-content {
    display: none;
    padding: 20px;

}

#fileDetails{
    padding: 15px;
    color: green;
}

.content-container {
    margin-top: 10px;
}

.tab-content img{
width: 450px;
height: auto;
}

.download-share{
    display: flex;
    margin-top: 20px;
    gap: 20px;
   
}

.download-share i{ 
cursor: pointer;
height: 40px;
width: 40px;
border-radius: 50%;
background-color: #b83955;
color: white;
text-align: center;
padding-top: 10px;
transition: 0.5s;
}

.download-share i:hover{
    background-color: #721529;
}

/*user tabs ends here*/


/*responsive*/

/*flash notice starts here*/

.flash-notice {
    position: fixed; 
    z-index: 9999999999999999999999999999; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    text-align: center;
    padding-bottom: 50px;
  }
  
  .flash-close {
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: bold;

    background-color: #DA6C51;
    margin-right: 30px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    right: 60px;
    top: 30px;
  }
  
  .flash-close:hover,
  .flash-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.flash-notice img{
    width: 55%;
    height: auto;
    position: relative;
}

/*flash Notice Ends here*/

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}


/* our teams*/

.column10 {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
}

@media screen and (max-width: 786px) {
    .column10 {
        width: 50%;
        display: block;
    }
}

@media screen and (max-width: 530px) {
    .column10 {
        width: 100%;
        display: block;
    }
}

.card10 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 50%;
    width: 100%;
}

.container10 {
    padding: 0 16px;
    padding-top: 20px;
}

.container10::after,
.row10::after {
    content: "";
    clear: both;
    display: table;
}

.title10 {
    color: grey;
}



/* Latest notice */

.upcomming {
    width: 100%;
    display: inline-flex;
}

.downloads {
    width: 100%;
    display: inline-flex;
}

.downloads ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
    transition: 0.3s;
    justify-content: space-between;
}

.downloads ul li a:hover {
    color: red;
}

.downloads ul li {
    list-style: none;
    padding-top: 20px;
}

.events {
    width: 70%;
    display: inline-flex;
}

.events ul li p{
    line-height: 25px;
}

.events ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #36537e;
    font-weight: 450;
    transition: 0.3s;
    justify-content: space-between;
  
}

.events ul li a:hover {
    color: red;
}

.events ul li {
    list-style: none;
    padding-top: 20px;
}

.event1 {
    width: 50%;
}

.event2 {
    width: 50%;
    margin-left: 40px;
}

.iframe4 {
    width: 30%;
    margin-left: 20px;
    padding-top: 20px;
}

.iframe4 img {
    width: 100%;
    height: 65vh;
    box-shadow: 15px 15px;
    color: #c5e0f5;
}

.events .event1 ul li input[type="submit"] {
    background: #0a69ed;
    max-width: 150px;
    color: #fff;
    padding: 12px;
    border: none;
    transition: 0.4s all ease-out;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
}

.events .event1 ul li input[type="submit"]:hover {
    background-color: #073f8d;
}

.events ul li p {
    font-weight: 450;
    color: rgb(182, 182, 182);
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.events ul li p button {
    border: none;
    border: 1px solid rgb(196, 196, 196);
    font-size: 13px;
    padding: 0px 10px;
    background-color: #fff;
    color: rgb(117, 117, 117);
    letter-spacing: 1px;
    border-radius: 4px;
}

@media(max-width: 790px) {
    .upcomming {
        display: inline;
    }
    .upcomming .events {
        width: 100%;
    }
    .upcomming .iframe4 {
        width: 100%;
        margin-left: 0px;
    }
}


/*gallary starts here*/

.gallary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.gallary .box100 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gallary .box100 .dream {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 32.5%;
}

.gallary .box100 .dream img {
    width: 100%;
    padding-bottom: 15px;
    /* border-radius: 5px; */
    cursor: pointer;
    transition: 0.3s;
}

.gallary .box100 .dream img:hover {
    transform: scale(1.1);
}

.gallary .btn100 {
    margin: 40px 0 70px 0;
    background: #222;
    padding: 15px 40px;
    /* border-radius: 5px; */
}

.gallary .btn100 a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}

@media only screen and (max-width: 769px) {
    .gallary .box100 {
        flex-direction: column;
        width: 170%;
    }
    .gallary .box100 .dream {
        width: 100%;
    }
}


/* 

/*news and events*/

.newsandevents {
    width: 100%;
}

.aboutnews {
    width: 90%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
 
}

.aboutnews h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #1680AC;
    margin-bottom: 40px;
}

.aboutnews h1::after {
    content: '';
    height: 5px;
    width: 150px;
    background-color: #0b85e2;
    border-radius: 25px;
    display: block;
    margin-top: 20px;
}

#popular-news {
    display: flex;
    flex-wrap: wrap;
}

#featured {
    flex: 2;
    background: white;
}

#latest,
#our-picks {
    flex: 1;
    background: white;
    margin-left: 5px;
}


.news{
    margin-top: 5px;
}
#popular-news img {
    width: 100%;
    filter: brightness(0.9);
    transition-duration: 500ms;
}

#popular-news #featured img {
    height: 80.5vh;
}

#popular-news #latest img {
    height: 40vh;
}

#popular-news #our-picks img {
    height: 40vh;
}

.carousel,
.news-container {
    position: relative;
}

.carousel-text {
    position: absolute;
    word-wrap: normal;
    bottom: 5px;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
    transition-duration: 500ms;
    text-shadow: 2px 2px rgb(37, 37, 37);
}

.top-right,
.top-left{
    background-color: #b83955!important;
    height:40px!important;
    width:40px!important;
    border-radius: 50%;
}

.top-right i,
.top-left i{
    font-size: 19px;
    padding-top: 10px;
}

.news-container .carousel-text {
    font-size: 15px;
}

.carousel-date {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.news-container:hover>.carousel-text {
    bottom: 10px;
}

.news-container:hover>img {
    filter: brightness(0.9);
}

.heading-slider{
    display: inline-flex;
    width: 100%;
}

.members-home{
    width: 30%;
    margin-left: 20px;
    height: 79vh;
    overflow-y: auto;
   
    padding-top: 10px;
}

.member-container-home{

margin-top: 25px;
 display: flex;
    
}

.mem-img-cont img{
    border-radius: 5px;
    width: 100%;
    height: 100px;
}
.mem-img-cont{
    width: 25%;
}
.mem-details{
    padding-left: 20px;
    width: 75%;
}

.mem-details p{
    font-weight: bold;
    color: rgb(167, 3, 3);
    margin-bottom: 5px!important;
}

.mem-details span{
    font-size: 12px;
    color: rgb(126, 126, 126);
    font-weight: 600;
}

/* .mem-scroll-containers{
    height: 100%;
} */

.news-top-breaking{
    height: 100%;
    border: 1px solid grey;
}

@media only screen and (max-width: 1048px) {
    .breaking-news-section {
        padding: 10px;
        flex-wrap: wrap;
    }
    #featured {
        flex: auto;
    }
    .news-section,
    aside,
    .news-section article,
    .social-links section {
        flex-basis: 100%;
    }
    aside {
        border-width: 0;
    }
    .social-links section {
        margin-top: 20px;
    }
    .website-header h1 {
        font-size: 15px;
    }
    .social-icons {
        flex-basis: 100%;
    }
    #latest,
    #our-picks {
        background: white !important;
    }
    #featured {
        background: white !important;
    }
    section {
        padding: 0px 0px;
    }
}


/*Gallaries*/





/*what out students say*/

.box-area1 {
    padding: 30px;
    position: relative;
    display: block;
    background: rgb(250, 249, 249);
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
    margin: 40px 0;
}

.box-area1 h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0a69ed;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area1 span {
    color: #262626;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area1 .content {
    color: #262626;
    font-size: 14px;
}

.box-area1 .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area1 .img-area img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.socials {
    margin-top: 30px;
}

.socials i {
    margin: 0 3px;
    color: #0a69ed;
    font-size: 14px;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

.box-area1 p {
    color: black;
    text-align: justify;
    font-size: 13px!important;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box1-area {
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
}


/* our teams*/

.column10 {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
}

@media screen and (max-width: 786px) {
    .column10 {
        width: 50%;
        display: block;
    }
}

@media screen and (max-width: 530px) {
    .column10 {
        width: 100%;
        display: block;
    }
}

.card10 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 50%;
    width: 100%;
}

.container10 {
    padding: 0 16px;
    padding-top: 20px;
}

.container10::after,
.row10::after {
    content: "";
    clear: both;
    display: table;
}

.title10 {
    color: grey;
}


/*description page*/

.heads {
    width: 100%;
    margin-bottom: 20px;
}



.heads h2 {
    color: #234a83;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgb(189, 189, 189);
    line-height: 70px;
}

.firstdesc h3{
font-size: 19px;
font-weight: bold;
}

.description {
    width: 100%;
    display: inline-flex;
    gap: 70px;
    align-items: flex-start
}

.description .firstdesc {
    width: 72%;
    
}

.firstdesc p {
    font-size: 17px;
    line-height: 35px;
    color: #424242;
    text-align: justify;
    margin-top: 10px;
}

.firstdesc h5 {
    font-size: 14px;
    font-weight: 450;
}

.courses {
    width: 100%;
    display: inline-flex;
    margin-top: 30px;
}

.courses .coursetitle {
    width: 60%;
}

.desc-img{
    width: 60%;
    height: 50vh;
    margin-bottom: 30px;
}

.desc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

ul.desc-lists{
    margin-bottom: 20px;
}

ul.desc-lists li{
list-style: none;
line-height: 50px;
}

table, td, th {
    border: 1.5px solid rgb(88, 88, 88);
    padding: 10px;
  }
  

  .member-row {
    width: 100%;
   
    margin-top: 30px;
    margin-bottom: 30px;
    
  }
  
.staff-desc{
    display: flex;
    width: 100%;
    gap: 30px;
}

.members-container{
    width: calc(25% - 30px);
}

.inside-container{
    width: 30.5%;
}

.memberdesc h2{
    color: #234a83;
}

.memberdesc h2::before{
    margin-right: 10px;
  width: 40px;
  height: 3px;
  background: #234a83;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
}

.memberdesc{
    width: 70%;
    padding-top: 10px;
}

.memberdesc p{
    color: rgb(82, 81, 81);
}

.memberdesc ul {
    color: rgb(82, 81, 81);
    line-height: 30px;
}

.our-team{
    border-left: 8px solid #b8395591;
    border-bottom: 8px solid #b8395591;
}

.martyr{
    border-left: 8px solid rgba(255, 0, 0, 0.596);
    border-bottom: 8px solid rgba(255, 0, 0, 0.596);
}

.our-team .team-image{
    position: relative;
    text-align: center;
}


.our-team img{
    width: 100%;

   
    
}

.double-container{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.our-team .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #b83955 ;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team .social li{
    display: block;
    margin-bottom: 10px;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #630b1e ;
}
.our-team .team-info{
    padding: 20px;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 14px;
    
    text-transform: capitalize;
}


.button-overflow{
    gap: 20px;
    display: flex;
}

h2.team-member-heading{
    font-size: 35px;
}

.triple-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}


.ward-desc-members{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 20px;
}

/*   

  .members-container {
    width: 30%;
  }

  .our-team {
    border-left: 8px solid #b8395591;
    border-bottom: 8px solid #b8395591;
  }

  .our-team .team-image {
    position: relative;
    text-align: center;
  }

  .our-team img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    
  }


  

  .our-team .social {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #b83955;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
  }

  .our-team .social li {
    display: block;
    margin-bottom: 10px;
  }

  .our-team:hover .description {
    opacity: 1;
  }

  .our-team .team-info {
    padding: 20px;
  }

  .team-info h3{
    margin-top: 0px;
  }
 */

table {
    width: 60%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }

p.name-member{
    font-size: 18px;
   
    color: #234a83;
}
th.name-title{
    text-align: center;
}
p.staff-info{
    font-size: 14px;
}


.courses .credithour {
    width: 40%;
}

p.sub {
    line-height: 14px;
    margin-top: 10px;
}

.cresub {
    margin-top: 42px;
}

.whole {
    display: flex;
}

.seconddesc {
    width: 25%;
    border: 1px solid rgb(189, 189, 189);
    padding: 30px;
   
}

.mem-home-container{
    margin-top: 30px;
}

.mem-home-container:first-child{
    margin-top: 0px;
}

.seconddesc h4{
    font-size: 20px;
}

.seconddesc p {
    font-size: 13.5px;
    line-height: 25px;
    color: #5e5d5d;
    text-align: justify;
}

.geeks {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
 
}

.geeks img {
   height: 100%;
   width: 100%;
    transition: 0.3s all ease-in-out;
 
  
}

.geeks:hover img {
    transform: scale(1.1);
}

.imghoover p{
    margin-top: 20px;
}
.imghoover p a{
    font-size: 14px;
    color: rgb(65, 65, 65);
}


.imghoover p a.blue-color{
    font-size: 22px!important;
    font-weight: bold;
    color: #234a83;
}


p.woda-p{
    font-size: 20px;
    color: black;
    margin-top: 0px!important;
    line-height: 20px;
}

p.phone-p{
    margin-top: 0px!important;
    line-height: 20px;  
    margin-bottom: 30px;
    font-size: 15px;
}

.news-background{
    background-color: #f6f6f2;
    padding: 30px;
}

.news-background h3{
    color: #234a83;
    border-bottom: 1px solid #d6d6d6;
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: bold;
}

.news-lists-bx {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
}

.news-lists-bx a{
    color:#234a83 ;
}

.news-container-bx{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.news-lists-bx p{
    margin-top: 5px;
    color: rgb(104, 104, 104);
    font-size: 15px;
}

.nws-cont-bx{
    width: 25%;
    padding: 5px;
}

.nws-cont-bx a{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.nws-cont-bx a button{
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    background-color: #234a83;
    color: white;
    cursor: pointer;
    transition: 0.5s;
    
}

.nws-cont-bx a button:hover{
    background-color: rgb(163, 3, 3);
}

@media(max-width: 1150px) {
    .description {
        display: inline;
    }
    .description .firstdesc {
        width: 100%;
    }
    .description .seconddesc {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
        padding: 20px;
    }
    .description .seconddesc h5 {
        font-size: 20px;
    }
    .description .seconddesc .wholeimages {
        display: flex;
    }
    .description .seconddesc .imghoover {
        width: 90%;
    }
}

@media(max-width: 570px) {
    .description .seconddesc .wholeimages {
        display: inline;
    }
}



@media(max-width: 790px) {
    .upcomming {
        display: inline;
    }
    .upcomming .events {
        width: 100%;
    }
    .upcomming .iframe4 {
        width: 100%;
        margin-left: 0px;
    }
}


/*gallary starts here*/

.gallary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.gallary .box100 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gallary .box100 .dream {
    display: flex;
    flex-direction: column;
    /* width: 32.5%; */
}

.gallary .box100 .dream img {
    width: 100%;
    padding-bottom: 15px;
    /* border-radius: 5px; */
    cursor: pointer;
    transition: 0.3s;
}

.gallary .box100 .dream img:hover {
    transform: scale(1.1);
}

.gallary .btn100 {
    margin: 40px 0 70px 0;
    background: #222;
    padding: 15px 40px;
    border-radius: 5px;
}

.gallary .btn100 a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}

@media only screen and (max-width: 769px) {
    .gallary .box100 {
        flex-direction: column;
        width: 170%;
    }
    .gallary .box100 .dream {
        width: 100%;
    }
}

.contactus {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.contact {
    width: 85%;
    display: block;
    margin: 0px auto;
    padding: 40px 0px;
}

.contactcontainer {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 1000;
}

.contactcontainer .contactinfo {
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background-color: #b83955!important;
    z-index: 1;
    padding: 40px;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.contactcontainer .contactform {
    position: absolute;
    padding: 70px 50px;
    padding-left: 230px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: rgb(243, 242, 242);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
}

.contactcontainer .contactinfo h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 450;
    margin-left: 40px;
}

.contactcontainer .contactinfo ul.info {
    position: relative;
    margin: 20px 0;
    padding-top: 0px !important;
    color: white;
    margin-top: 190px;
}

.contactcontainer .contactinfo ul.info li {
    position: relative;
    list-style: none;
    display: flex;
    margin: 20px 0;
    align-items: flex-start;
}

.contactcontainer .contactinfo ul.info li span:nth-child(1) {
    width: 30px;
    min-width: 30px;
}

.contactcontainer .contactinfo ul.info li span:nth-child(1) img {
    max-width: 100%;
    filter: invert(1);
}

.contactcontainer .contactinfo ul.info li span:nth-child(2) {
    color: fff;
    margin-left: 10px;
    font-weight: 300;
}

.contactcontainer .contactinfo ul.sci {
    position: relative;
    display: flex;
    list-style: none;
    margin-top: -100px;
}

.contactcontainer .contactinfo ul.sci li {
    margin-left: 25px;
}

.contactcontainer .contactinfo ul.sci li :nth-child(1) {
    width: 20px;
    min-width: 30px;
}

.contactcontainer .contactinfo ul.sci li :nth-child(1) img {
    max-width: 100%;
    filter: invert(1);
}

.contactcontainer .contactform h2 {
    color: #0069aa;
    font-size: 24px;
    font-weight: 450;
}

.contactcontainer .contactform .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.contactcontainer .contactform .formBox .inputBox {
    position: relative;
    margin-bottom: 35px;
}

.contactcontainer .contactform .formBox .inputBox.w50 {
    width: 48%;
}

.contactcontainer .contactform .formBox .inputBox.w100 {
    width: 100%;
}

.contactcontainer .contactform .formBox .inputBox input,
.contactcontainer .contactform .formBox .inputBox textarea {
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
    background: rgb(243, 242, 242);
}

.contactcontainer .contactform .formBox .inputBox textarea {
    height: 100px;
}

.contactcontainer .contactform .formBox .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    pointer-events: none;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s;
}

.contactcontainer .contactform .formBox .inputBox input:focus~span,
.contactcontainer .contactform .formBox .inputBox input:valid~span,
.contactcontainer .contactform .formBox .inputBox textarea:focus~span,
.contactcontainer .contactform .formBox .inputBox textarea:valid~span {
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0069aa!important;
    font-weight: 450;
}

.contactcontainer .contactform .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #b83955!important;
    max-width: 150px;
    color: #fff;
    padding: 12px;
    border: none;
    transition: 0.4s all ease-out;
}

.contactcontainer .contactform .formBox .inputBox input[type="submit"]:hover {
    background: #881b33!important;
}


/*responsive*/


/*serv-containers*/

.bg-yellow{
    background-color: rgb(251 176 64);
}

.bg-purple{
    background-color: rgb(158 31 99);
}


.bg-blue{
    background-color: rgb(18 168 158);
}

.bg-orange{
    background-color: rgb(241 90 41);
}

.bg-green{
    background-color: rgb(15 149 68);
}

.services-facilities-containers{
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.ser-img-boxes{
    border-right: 4px solid white;
    padding: 12px;
    width: 17%;
    border-radius: 15px;
    text-align: center;
}

.ser-img-boxes img{
    width: 90%;
}

.contener-box-serv{
    background-color: rgba(233, 233, 233, 0.432);
    border-radius: 15px;
    display: inline-flex;
    width: 100%;
}

.ser-des-boxes{
    width: 83%;
    padding: 20px;
}

.ser-des-boxes p{
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #757474;
  font-weight: 600;
}

.heading-flex{
    display: flex;
    justify-content: center;
    width: 100%;
   margin-top: -68px;
}

p.emer{
    font-weight: bold;
    font-size: 19px;
    color: white;
    background-color: #b83955;
    text-align: center!important;
    padding: 12px;
    border-radius: 5px;
    width: auto;
}

p.emer-desc{
    font-weight: bold;
    margin-top: 30px;
    line-height: 20px;
    font-size: 20px;
}

p.time-desc{
    font-weight: bold;
    margin-top: 0px;
    line-height: 20px;
    font-size: 18px;

}

/*next previous modal ends here*/

/*sevices photos*/

.service-photo-container{
    display: flex;
    align-items: flex-start
}

.box-photo-1{
    width: 42%;
 
}

.heading-services{
    display: flex;
    justify-content: center;
    position: relative;
}
.heading-services-lining{
    width: 100%;
    height: 2px;
    background: #b83955;
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.box-photo-2{
    width: 100%;
    /* margin-left: 20px; */
}

.square-heading-box{
    border: 2px solid #b83955;
    position: relative;
    height: 100%;
    margin-top: 20px;
}



.heading-services-2 h4{
    background-color: #b83955;
    z-index: 3;
    padding: 12px;
    color: white!important;
    font-size: 18px!important;
    border-radius: 5px;
    width: auto!important;
}

.heading-services h4{
    background-color: #b83955;
    z-index: 3;
    padding: 12px;
    color: white!important;
    font-size: 18px!important;
    border-radius: 5px;
}

.heading-services-2{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.lists-container{
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
}

.services-lists{
   background-color: white;
   margin-top: 15px;
   /* padding: 10px; */
   position: relative;
   overflow: hidden;
}

.services-lists i{
    background-color:#b83955 ;
    padding: 15px;
    margin-right: 28px;
    color: white;
  
   

font-size: 17px;}

.services-lists:first-child{
    margin-top: 0px;
}

.triangle{
    content: "";
    border-bottom: 23px solid transparent;
    border-left: 15px solid #b83955;
    border-top: 23px solid transparent;
    width: 0;
    height: 0;
    /* border-bottom: 35px solid #b83955;
    transform: rotate(90deg); */
    position: absolute;
    top: 0px;
    left: 49px;
    
}




.news-list-square{
    margin-left: 20px;
}

.news-list-square li{
    font-size: 15px;
    line-height: 38px;
    color: #053775;
}

.information p{
    font-size: 15px!important;
    color: #053775;
    display: flex;
}

.information img{
    height: 20px;
    width: auto;
    margin-right: 10px;
    filter: invert(15%) sepia(29%) saturate(5304%) hue-rotate(202deg) brightness(92%) contrast(98%);
}

.information{
    padding: 15px;
    background-color: rgba(235, 235, 235, 0.733);
    margin-bottom: 10px;
  display: none;
   
}

.active-lists {
    display: block;
}



.boxes-auto{
    padding-left: 20px;
    padding-right: 20px;
 
    display: flex;
    width: 100%;
}

.photos-containers{
    margin-top: 35px;
}

.photo-boxes{
    width: 33.33%;
    padding: 8px;
    position: relative;
}



.photo-adjust-box img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.box-photo p{
    text-align: center;
    margin-top: 10px;
    color: rgb(65, 65, 65);
    font-size: 15px;
}

.video-absolute i{
    color: #b83955;
    border: 2px solid #b83955;
    background-color: white;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 42%;
    translate: (-50%,-50%);
    width: 40px;
    height: 40px;
}

/*services photo end here*/

/*news-new*/

.news-new{
    
    position: relative;
    display: flex;
    justify-content: center;
}

.news-new h4{
    text-align: center;
    z-index: 5555;
    background-color: #b83955;
    padding: 10px;
    color: white;
    border-radius: 5px;
}

.news-boxes{
    margin-top: 20px;
}

.news-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-list p a.apply{
    color: #234a83;
    font-size: 16px;
   border: 1px solid #234a83;
   border-radius: 5px;
   padding: 5px;
   position: absolute;
   right: 20px;
   bottom: 5px;
   letter-spacing: 1px;
   transition: 0.5s;
   
}

.news-list p a.apply:hover{
    background: #234a83;
    color: white;
}

.news-list p{
    border-bottom: 1px dashed rgb(105, 105, 105);
    padding-bottom: 10px;
    /* width: calc(33.33% - (2 * 20px)); */
    width: 31.7%;
    position: relative;
  
}

.news-list p a{
    color: rgb(105, 105, 105);
    font-size: 19px;
    /* color: rgb(89, 89, 235); */
}

.heading-align{
    position: relative;
    display: flex;
    justify-content: center;
}

.heading-align h4{
    background-color: #b83955;
    z-index: 77;
    margin-top: 5px;
    font-size: 19px;
    color: white;
    padding: 12px;
    border-radius: 5px;
}

/*news-new ends here*/


.custom-wrapper {
    /* max-width: 100%; */
    width: 95%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    
  }

  .social-videos-containers{
    margin-bottom: 30px;
  }

  h3.title-photos{
    text-align: center;
    color: #b83955;
    font-size: 28px;
    
    font-weight: bold;
  }

 
.calender{
    display: flex;
    justify-content: center;
    height: 350px;
}

  .custom-icon {
    top: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
  padding-top: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .custom-icon:active{
    transform: translateY(-50%) scale(0.85);
  }
  .custom-icon:first-child{
    left: 22px;
  }
  .custom-icon:last-child{
    right: 22px;
  }
  .custom-carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
  
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .custom-carousel::-webkit-scrollbar {
    display: none;
  }
  .custom-carousel.no-transition {
    scroll-behavior: auto;
  }
  .custom-carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .custom-carousel.dragging .custom-card {
    cursor: grab;
    user-select: none;
  }
  .custom-carousel :where(.custom-card, .custom-img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-carousel .custom-card {
    scroll-snap-align: start;
  
    list-style: none;
    background: #fff;
    cursor: pointer;
    
    flex-direction: column;
    border-radius: 8px;
  }
  .custom-carousel .custom-card .custom-img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
   
  }
  .custom-card .custom-img img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
    border: 4px solid #fff;
  }
 
  .custom-carousel .custom-card span {
    color: #6A6D78;
    font-size: 14px;
    text-align: center;
  }


  .email-italian{
    padding-left: 5px;
    color: #027dca;
    font-style: italic;
    cursor: pointer;
  }

  span.desc-name{
    font-size: 15px;
  }

  span.desc-position{
    font-size: 15px;
  }
  
  span.desc-phone{
    font-size: 15px;
  }

/*login starts here*/

.loginregister-container{
    width: 55%;
    margin: 30px 30px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 30px;
    border-radius: 5px;
}

.login-register-whole-auto-background{
    display: flex;
}



.login-register-background{
    width: 40%;
    background-color: #b83955;
    position: sticky;
    position: -webkit-sticky;
 
    top: 0;
    height: 100vh;
}

.img-position{
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%,-50%);
   
}

.login-register-background img{
    /* filter: brightness(0) invert(1); */
    height: auto;
   width: 175px;
   border-radius: 10px;
}

.w20{
    width: 15%!important;
    text-align: center;
    height: 55px;
 margin-left: 30px;
}



.new-container input[type=text], .new-container input[type=password], .new-container input[type=number], .new-container input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 18px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
  }


  
.login-container-flex{
    display: flex;
    margin-top: 10px;
}

.login-container-flex label{
    
    width: 50%;
}

.forger-pass{
    width: 50%;
    text-align: right;
}



 input:focus{
    outline: none;
 }


 .loginregister-container h2{
    margin-bottom: 30px;
    color: #007bff;
 }

.login-with{
    border-top: 1px solid #007bff;
    margin-top: 30px;
}

.margin-negative{
    margin-top: -22px;
    display: flex;
    justify-content: center;
}

 .login-with p{
    background-color: white;
    padding: 10px;
    color: #007bff;
 }

.login-with-images{
    display: flex;
   
 
    gap: 0px;
    margin: auto;
}


.images-login img{
    height: 40px;
    cursor: pointer;
}

.images-login{
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.images-login:first-child{
    justify-content: right;
}

.images-login:last-child{
    justify-content: left;
}

  .new-button {
    background-color: #b83955;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
  }
  
  .new-button:hover {
    opacity: 0.8;
  }
  


 .account-bold{
    margin-top: 20px;
    text-align: center;
 }

 .account-bold a{
    border-bottom: 1.5px solid #007bff;
 }
  
  .new-imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
  }
  
  img.new-avatar {
    width: 20%;

  }

  select.gender-select{
    width: 100%;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 18px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
  }


  select.ward-no{
    width: 100%;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 18px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
  }

  select.ward-no{
    outline: none;
    cursor: pointer;
  }
  
  select.gender-select:focus{
    outline: none;
    cursor: pointer;
  }
 
.address-ward-no{
    display: none;
}

.other-address{
    display: none;
}

  
p.error-message{
    color: red;
}

.radio-address{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.radio-address input{
    margin-right: 10px;
    cursor: pointer;
}

.radio-address label{
    cursor: pointer;
}

.other-radio{
    margin-left: 40px;
}

.whole-gallery-container-visible{
    margin-bottom: 20px;
}

.gallery-table-container{
    border-top: 1px solid grey;
    display: flex;
}

.gallery-table-container:first-child{
    border-top: 1px solid transparent;
}
  
.gallery-date-topic{
    border-right: 1px solid grey;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 5px;
    
}

.gallery-photo-container{
    width: 75%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-photo-container img{
    object-fit: contain;
    height: 110px;
    cursor: pointer;
}


.sweetmessage {
    position: fixed;
    height: 60px;
    top: 75px;
    right: 10px;
    color: black;
    padding: 18px;
    animation: fadeOut 3s linear forwards;
    z-index: 99999;
    margin-top: -10px;
    margin-right: 20px;
    display: inline-flex;
    background-color: #b83955;
    color: #fff;
    text-align: center;
    border-radius: 2px;
   
}


.sweetmessage p {
    margin: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    margin-left: 5px;
}



@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.video-whole-containers video{
    width: 100%;
}

.pdf-iframe{
    width: 100%;
    height: 1000px;
}





#snackbar.show-snack {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #b83955;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10%;
    top: 30px;
    font-size: 17px;
  }
  
  .pagination {
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
  }
  
  .pagination a.active {
    background-color: #b83955;
    color: white;
    border: 1px solid #b83955;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}
  
  .pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  @-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {top: 30px; opacity: 1;} 
    to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
  }


  /*user pannel*/

  .user-profile{
    display: flex;
    gap :10px;
    margin-bottom: 20px;
    align-items: flex-start
  }
  
.user-profile-pic{
    text-align: center;
}

  .user-profile-pic img{
    height: 85px;
    margin-bottom: 10px;
    
  }

  .user-profile-pic p{
    margin-bottom: 5px;
    color: rgb(114, 113, 113);
  }

  .user-nav{
    border: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 28%;
    border-radius: 5px;
  }

  .user-container-profile{
    border: 1px solid #e9e9e9;
    width: 72%;
    border-radius: 5px;
    margin-left: 10px;
  }

  .nav-profile-links-user{
    margin-top: 20px;
  }

  .nav-profile-links-user ul li {
    list-style: none;
    padding: 15px;
    transition: 0.5s;
  }

  .nav-profile-links-user ul li.active{
    background-color:#b83955!important ;
  }

  .nav-profile-links-user ul li p{
    margin-bottom: 0px!important;
    width: 100%;
    transition: 0.5s;
    color: grey;
  }

  .nav-profile-links-user ul li.active p{
    color: white;
  }

  .nav-profile-links-user ul li:hover{
    background-color: #b83955;
   
  }

  .nav-profile-links-user ul li:hover p{
    color: white!important;
  }
  
  .nav-profile-links-user ul li.active a{
   
    font-size: 17px;
    width: 100%;
  }

  .profile-side-heading{
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  
  .personal-details{
    padding: 20px;
  }

  .password-details{
    padding: 20px;
  }
  .profile-side-heading h3{
    font-size: 23px;
    margin-bottom: 0px;
  }

  .personal-details p span{
    margin-left: 5px;
  }

  .details-container label{
    font-size: 15px;
    color: grey;
    width: 25%;
  }

  .details-container{
    margin-top: 20px;
  }

  .details-container input{
    padding: 9px;
    border: 1px solid rgb(163, 163, 163);
    font-size: 15px;
    margin-left: 30px;
    width: 65%;
  }

  ::placeholder{
    color: rgb(179, 177, 177);
  }
  
  .button-last{
    padding: 20px;
  }

  button.save{
    background-color: #b83955;
    padding: 10px;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    border: none;
  }

  button.save:hover{
    background-color: #df113e;
  }

  button.cancle{
    background-color: rgba(0, 0, 0, 0.719);
    padding: 10px;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    border: none;
  }

  .forms-boxes table{
    width: 100%;
  }

.forms-boxes{
    padding: 20px;
}
  button.cancle:hover{
    background-color: rgba(75, 74, 74, 0.719);
  }

  td.green{
    color: rgb(7, 214, 7);
  }

  td.yellow{
    color: rgb(219, 15, 15);
  }


.gallery-container{
    width: 23%;
    position: relative;
}

.gallery-container img{
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.over-laygallery{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
   
}

.gallery-container:hover img {
    opacity: 0.4;

  }
  
  .gallery-container:hover .over-laygallery {
    opacity: 1;
    pointer-events: none;
  }

  .over-laygallery i{
    color: #eb5459;
    font-size: 30px;
  }

  /*modal*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999!important; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
   
  }

  .modal-content iframe{
    width: 100%!important;
    height: 540px!important;
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  /*modal*/

/*today's feed*/
.custom-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  .custom-modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    /* border: 1px solid #888; */
    width: 70%;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
    -webkit-animation-name: animate-top;
    -webkit-animation-duration: 0.4s;
    animation-name: animate-top;
    animation-duration: 0.4s;
  }

  .custom-modal-body img{
    width: 100%;
    height: auto;
  }

  .lists-apply{
    width: 80%;
    margin:0px auto;
    
  }

  .lists-apply ul li{
    list-style: none;
    line-height: 35px;
  }

  @-webkit-keyframes animate-top {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  @keyframes animate-top {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  .custom-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .custom-close:hover,
  .custom-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .custom-modal-header {
    padding: 2px 16px;
    
    color: white;
  }

  #customBtn {
    cursor: pointer;
  }

  .custom-modal-body {padding: 2px 16px;}

  .custom-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }

/*today's feed*/

/*top boxes*/

.top-boxes{

    background-color: #0061a5;
    padding: 20px;
    text-align: center;

    transition: 0.2s;
 
    position: relative;
}

a.link-btn{
    position: absolute;
    bottom: 0px;
    right: 8px;
   
}

a.link-btn i{
    font-size: 13px;
}

.top-boxes img{
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.top-boxes a{
    display: flex;
    gap: 20px;
}

.top-boxes .fa-ellipsis-vertical{
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    cursor: pointer;
}


.top-boxes:hover{
    background-color: #df113e;
}

.top-boxes:hover i.fa-gears{
   rotate: 25deg;
}

.top-boxes i.fa-gears{
    font-size: 24px!important;
}

.full-boxes .top-boxes{
    width: calc(20% - 10px);
  
}

.full-boxes{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    gap: 10px;
}

.top-boxes p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    /* font-weight: bold; */
    color: white;
    font-size: 22px;
}

.top-boxes i{
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
transition: 0.5s;
}

.select-place{
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding: 8px;
    width: 30%;
    display: none;
}

.display-address-block{
    display: block!important;
}

.ward-select-radio{
    margin-left: 10px;
    margin-top: 10px;
}

.radio-div{
    cursor: pointer;
}

.ward-select-radio{
    display: flex;
    gap: 40px;
}

.radio-div label{
    cursor: pointer;
    margin-left: 5px;
}

/*news modal*/


.news-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .news-modal-content {
    position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  }
  
  .news-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

.qr-code{
    width: 40%;
    height: auto;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  .news-close:hover,
  .news-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

/*news modal*/



/*top boxes*/

  /*user pannel ends here*/

  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.new-psw {
       display: block;
       float: none;
    }
    .new-cancelbtn {
       width: 100%;
    }
  }


/*login ends here*/


  @media screen and (max-width: 900px) {
    .custom-wrapper .custom-carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .custom-wrapper .custom-carousel {
      grid-auto-columns: 100%;
    }
  }



/* @media (max-width :) */



@media (min-width :1550px) {
    .contener-box-serv{
        width: 48%;
    }
    .ser-des-boxes p{
        font-size: 14px;
    }
    .ser-img-boxes{
        width: 30%;
    }
    .mem-img-cont{
        width: 19.5%;
    }
  
    .ser-des-boxes{
        width: 70%;
    }
  
    .members-home{
        height: 100%;
    }
    .card-width1{
        width: 70%;
    }
    .card-width2{
        width: 30%;
    }
    .card-boxes-news p{
        margin-top: 20px;
    }
    .custom-wrapper{
        max-width: 90%;
    }
    .custom-carousel{
        grid-auto-columns: calc((100% / 5) - 12px);
    }
}

@media (max-width :1200px) {
    .contactcontainer {
        width: 95%;
        min-width: auto;
        margin: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    .contactcontainer .contactinfo {
        top: 0;
        height: 550px;
        position: relative;
        box-shadow: none;
    }
    .contactcontainer .contactform {
        position: relative;
        width: calc(100% - 350px);
        padding-left: 0;
        margin-left: 0;
        padding: 40px;
        height: 550px;
        box-shadow: none;
    }
    .double-container{
        gap:30px;
    }
    .triple-container{
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .contactcontainer {
        display: flex;
        flex-direction: column-reverse;
        
    }
    .contactcontainer .contactform {
        width: 100%;
    }
    .contactcontainer .contactinfo {
        width: 100%;
        height: auto!important;   
    }
    .contactcontainer .contactinfo ul.info{
        margin-top: 130px!important;
    }

    .contactcontainer .contactinfo ul.sci{
        margin-top: -134px!important;
    }
    .contactcontainer .contactinfo ul.info li span br{
        display: none!important;
    }
    .contactcontainer .contactinfo ul.info li span:nth-child(2){
        margin-top: 3px!important;
        font-weight: bold!important;
        margin-left: 10px!important;
    }
    
}

@media all and (max-width : 930px){

    .double-container .members-container{
        width: 40%;
    }
    .triple-container{
        gap: 20px;
    }
    .triple-container .members-container{
        width: 31%;
    }

    .full-boxes .top-boxes {
        width: calc(20% - 10px);
    }

}

@media all and (max-width:777px){
    .full-boxes .top-boxes {
        width: calc(25% - 10px);
    }
}

@media all and (max-width: 700px) {
    .section {
        padding: 0px 0px !important;
    }
    nav {
        margin: 0px 0px;
    }
    nav ul {
        margin-right: 0px;
        float: left;
    }
    .show
    {
        display: none;
    }
    nav ul li,
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul li a:hover {
        box-shadow: none;
    }
    .show {
        display: block;
        color: white;
        font-size: 14px;
        padding: 0 20px;
        line-height: 70px;
        cursor: pointer;
    }
    .show:hover {
        color: cyan;
    }
    .icon {
        display: block;
        color: black;
        position: absolute;
        top: 0;
        right: 40px;
        line-height: 70px;
        cursor: pointer;
        font-size: 25px;
        /* padding-top: 50px; */
        margin-top: -80px;
    }
    nav ul ul {
        top: 70px;
        border-top: 0px;
        float: none;
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    nav ul ul a {
        padding-left: 40px;
    }
    nav ul ul ul a {
        padding-left: 80px;
    }
    nav ul ul ul li {
        position: static;
    }
    [id^=btn]:checked+ul {
        display: block;
    }
    nav ul ul li {
        border-bottom: 0px;
    }
    span.cancel:before {
        content: '\f00d';
    }
    .events ul {
        display: block;
    }
    .apply-online{
        float: none;
        margin-top: 0px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .double-container{
        justify-content: left;
    }
    .double-container .members-container{
        width: 50%;
    }

    .triple-container .members-container{
        width: 47.5%;
    }
    .card-boxes-news p{
        font-size: 16px!important;
    }
    .card-boxes-news p.date-news{
        font-size: 15px!important;
    }
    .heading-align h4{
        font-size: 16px;
    }
    .card-padding-news{
        margin-top: 10px;
    }
    p.emer{
        font-size: 15px;
    }
    h3.title-photos{
        font-size: 22px;
    }
 
}

@media all and (max-width: 542px) {
 
    .icon {
        margin-top: -65px !important;
    }

    .full-boxes .top-boxes {
        width: calc(33.33% - 10px);
    }
    .top-boxes p{
        font-size: 16px;
    }
    .top-boxes i{
        font-size: 25px;
    }
}

@media all and (max-width: 700px) {
    .logosandinfo {
        margin: 0px 0px;
    }
}

@media all and (max-width: 340px) {
 
    .icon {
        margin-top: -55px !important;
        font-size: 18px !important;
    }
}

.fa-minus{
    font-size: 19px!important;
    
}

.lists-details{
    padding: 10px;
    margin-top: 0px;
    display: none;
}


.lists-details button{
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #b83955;
    cursor: pointer;
    color: white;
    transition: 0.5s;
}

.lists-details button:hover{
    background-color:#8d1f37 ;
}

a.click-me{
    cursor: pointer;
}

.show-details{
    display: block!important;
}

 .para-lining {
display: flex;
    color:  #053775;
    font-size: 15px;
}

.para-lining img{
    height: 19px;
    margin-right: 10px;
    filter: invert(20%) sepia(70%) saturate(1024%) hue-rotate(177deg) brightness(95%) contrast(104%);
}

ul.lists-ul{
    margin-left: 40px;
    margin-top: 10px;
    list-style: square;
}

ul.lists-ul li{
    font-size: 15px;
    line-height: 35px;
    color:  #053775;
}



/*scroll*/

.gotopbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #811d33;
    bottom: 40px;
    right: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
    z-index: 100000;
}

.gotopbtn:hover {
    color: white;
}

.ward-no{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ward-no p {
    
    border-bottom: 1px solid #DADDD8;
    padding-bottom: 10px;
    font-weight: bold!important;
}

.ward-no a{
    width: 49%!important;
    font-size: 18px;
    color: #23527c;
    
}

.thumnail-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.pdf-thumnail{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 20px;
    margin-top: 5px;
}

.pdf-thumnail-box h5{
    font-size: 17px;
}

.pdf-thumnail-box{
    width: calc(25% - 60px);
 
}

.img-pdf{
    position: relative;
}

.img-pdf i{
    position: absolute;
    top: 50%;
    left: 45%;
    font-size: 40px;
    transform: translate(-50%,-50%);
    cursor: pointer;
    color: #b83955;
    background-color: white;
    border-radius: 50%;
    transition: 0.5s;
}

.img-pdf i:hover{
    color: #550415;
}

.pdf-thumnail-box img{
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}

.thumnail-container img{
    width: 32%;
    height: auto;
}

/*mobile responsive starts here*/

/*profile dropdown*/



.login-form-user {
 
    cursor: pointer;
    position: relative;
}

.dropdown-menu-contents li{
    padding: 10px;
}

.login-form-user p span{
    color: #0a69ed;
}

.login-form-user p i{
    color: #0a69ed;
}

.caret-up i{
    color: white;
    font-size: 18px;
}

.login-register{
    display: flex;
    justify-content: right;
    gap: 10px;
}

ul.dropdown-menu-contents {
    background-color: white;
    position: absolute;
    z-index: 99999999;
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding-top: 4px;
    padding-bottom: 7px;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
}

.caret-up {
    position: absolute;
    top: -13px;
    left: 25px;
    width: 100%;
    
}

.login-form-user:hover>ul.dropdown-menu-contents {
    visibility: visible;
    opacity: 1;
    background: white;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 158%;
}

/*profile dropdown ends here*/

.carousel-caption{
    background-color: #b83955;
    padding-bottom: 10px!important;
    width: 45%!important;
    left: 30%!important;
    border-radius: 10px;
}





/*apply form*/

.general-information{
width: 80%;

margin: auto;
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
padding-top: 30px;
}

.submit-apply-form{
    width:80%;
    margin: auto;
    padding-bottom: 40px;
}



.submit-apply-form button{
    padding: 10px;
    cursor: pointer;
    border: none;
    background: #b83955;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
}

.submit-apply-form button:hover{
    background: #8d0e2a;
}

.general-box{
    width: 50%;
    margin-top: 0px;
    margin-bottom: 30px;
}

.success-message{
    width: 80%;
 margin: auto;
 position: relative;

}

.new-general{
    width: 100%;
}

.new-general textarea{
    padding: 10px;
    width: 95%;
    height: 30vh;
}

.success-message p{
    width: 95%;
    background-color: rgb(17, 179, 17);
    padding: 12px;
    color: white;
    border-radius: 5px;
   
   
}

.success-message i{
    position: absolute;
    right: 50px;
    top: 10px;
    cursor: pointer;
}

.general-box label span{
    color: red;
}
.general-box label{
    width: 100%;
    font-size: 18px;
}

.general-box input{
    width: 90%;
    padding: 7px;
}

.general-box select{
    width: 90%;
    padding: 7px;
}

.apply-file label{
    width: 100%;
    font-size: 18px;
    width: 100%;
}

.apply-file input{
    width: auto;
    padding: 7px;
    margin-left: -5px;
}

.apply-file img{
    height: 200px;
    width: auto;
    margin-top: 10px;
}

.whole-documents-container{
    display: flex;
    gap: 50px;
}

.documents-others{
    position: relative;
    width: 20%;
}


img.gallery-png{
    width: 100%;
    height: auto;
    cursor: pointer;
    
}

img.gallery-png:hover{
    opacity: 0.5;
}

.documents-others input{
    display: none;
}


.plus-absoulte{
    position: absolute;
    top: 20px;
    right: 0px;
    transform: translate((-50%,-50%));
   background: rgb(226, 226, 226);
   padding: 10px;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   pointer-events: none;
   
}

/*apply form ends here*/


@media all and (min-width:1600px){
    .geeks img{
        width: 50%;
        height: auto;
    }

    .members-container{
       width: 14%!important;
    }



    .our-team .title{
        font-size: 16px;
    }

    .our-team .post{
        font-size: 13px;
    }

    .inside-container{
        width: 23%;
    }
    .general-information{
        width: 75%;
        
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-top: 30px;
        }

        .success-message{
            width: 75%;
        }
        
        .submit-apply-form{
            width:75%;
            margin: auto;
            padding-bottom: 40px;
        }

        .success-message i{
            right: 70px;
        }
        
}

@media all and (min-width:1400px){
    .members-container{
            width: calc(20% - 30px);
        }
}

@media all and (max-width: 950px){
    .cards-grad{
        display: block;
    }
    .card-width1{
        width: 100%;
    }
    .card-inline:nth-child(2){
        margin-left: 0px;
        width: 60%;
        margin-top: 55px;
    }
    .service-photo-container{
        display: block;
    }
    .box-photo-1{
        width: 100%;
    }
    .triangle{
        left: 48px;
    }
    .box-photo-2{
        margin-left: 0px;
        margin-top: 40px;
        width: 100%;
    }
    .news-list p{
        width: 31.3%;
    }
}


@media all and (max-width: 900px) {
    .heading-slider{
        display: block;
    }
    .members-home{
        width: 60%;
        margin-left: 0px;
        height: auto;
        margin-top: 10px;
    }
    #popular-news{
        width: 100%!important;
    }

    .footer-col{
        width:50%;
        margin-top: 20px;
    }
    .footer{
        padding-top: 30px;
    }
    .marquee-news p{
        width: 10%;
    }

    .login-register-whole-auto-background{
        display: block;
        
    }
    .login-register-background{
        width: 100%;
        height: 50vh;
        position: relative;
        
    }
    .img-position{
        top: 50%;
        left: 50%;
    }
    .loginregister-container{
        width: 100%;
        margin: 0px 0px;
    }
    
}

@media all and (max-width: 830px){
    .top-view p{
        font-size: 20px;
    }
    .logo-details-inline p{
        font-size: 42px;
    }
    .logo-details-inline span{
        font-size: 20px;
    }
    .gallery-table-container{
        display: block;
    }
    .gallery-date-topic{
        border-right: none;
        width: 100%;
        border-bottom: 1px solid grey;
    }
    .gallery-photo-container{
        width: 100%;
    }
}

@media all and (max-width: 800px){
    .inside-container{
        width: 47.5%;
    }
    .user-nav{
        width: 100%;
    }
    .user-profile{
        display: block;
    }
    .user-container-profile{
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .details-container label{
        width: 100%;
    }
    .details-container input{
        margin-left: 0px;
        width: 100%;
    }
}


@media all and (max-width: 730px){
    .news-list p{
        width: 48%;
    }
    .marquee-news p{
        display: none;
    }
}

@media all and (max-width: 700px){
    .card-padding-news{
        width: 100%;
    }

    .members-home{
        width: 70%;
    }

    .news-info{
        margin-top: 20px;
    }

    .card-inline:nth-child(2){
        width: 100%;
    }
    .logosandinfo{
        width: 90%;margin: auto;
    }

    .inside-container{
        width: 47%;
    }
    .news-new h4{
        font-size: 17px;
    }
}

@media all and (max-width: 630px){
    .footer-col{
        width:100%;}
    
.footer-col ul li{
            line-height: 40px;
        }

.members-home{
width: 100%;
}
.mem-img-cont{
    width: 20%;
}
.mem-details span{
    font-size: 14px;
}
.logo-details-inline p{
    font-size: 30px;
    margin-top: 10px;
}
.top-view p{
    font-size: 15px;
}
.logo-details-inline span{
    font-size: 15px;
}
.flag img{
    height: 110px!important;
}
}

@media all and (max-width: 557px){
    .inside-container{
        width: 100%;
    }
    .footer-col ul li a{
        font-size: 14px;
    }

    .footer-col ul li{
        font-size: 14px;
    }
    .footer p{
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .login-register-background img{
        height: 142px;
    }
    .news-list p{
        width: 100%;
     
    }

    .news-list p a{
        font-size: 16px;
    }
}


@media all and (max-width : 530px){
    .logos .logoimg img{
        height: 70px;
    }
    .flag img{
        height: 80px!important;
    }
}


@media all and (max-width: 500px) {

    .double-container{
        display: flex;
        flex-wrap: wrap;
    }

    .double-container .members-container{
        width: 100%;
    }
    .triple-container .members-container{
        width: 100%;
    }
}

@media all and (max-width: 450px) {
    .logo-details-inline p{
        font-size: 25px;
    }
    .full-boxes .top-boxes {
        width: calc(50% - 10px);
    }
}

@media all and (max-width: 400px) {
    .logo-details-inline p{
        font-size: 22px;
    }
    .top-view p{
        font-size: 12px;
    }
    .logo-details-inline span{
        font-size: 12px;
    }
    .top-view{
        padding-left: 30px;
        padding-right: 30px;
    }
    .logos .logoimg img{
        height: 60px;
    }
    .flag img{
        height: 70px!important;
    }
}