#courses-offered{
    background: #FFFFF5 0% 0% no-repeat padding-box;
}
#courses-offered h4{
    font: normal normal 800 40px/50px Mulish;
}
.courses-box{
    padding: 3em;
    
}
.message-desk h4{
    font: normal normal 600 30px/40px Mulish;
}
.dgnm-span{
    font: normal normal 22px/24px Mulish !important;
}
.course{
    font: normal normal bold 32px/26px Mulish;
}
#about-college{
    background: #04295C 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.about-college{
    align-items: center;
    justify-content: center;
    padding-top: 6em;
    padding-bottom: 6em;
    text-align: center;
    padding-left: 18em;
    padding-right: 18em;
}
.about-college h2{
    background: #04295C 0% 0% no-repeat padding-box;
    margin-left: 2em;
    margin-right: 2em;
    font: normal normal 800 40px/44px Mulish;
}
.about-college h4{
    color: #1A938A;    
}
.about-border{    
    border: 5px solid #1A938A;    
}
.about-div{
    margin-top: -3em;
}
#vision-mission{
    background: transparent url('../img/nurses.jpg') 0% 0% no-repeat padding-box;
    padding: 2em 8em 2em 45em;
    
}

.vision-mission{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 2em 2em;
    border-radius: 20px;
    opacity: 0.9;
}
.vision-mission p{
    font: normal normal normal 16px/20px Mulish;
}
.vision-mission h5{
    font: normal normal bold 32px/26px Mulish;
    letter-spacing: 0px;
    color: #039F9F;
}
.message-desk-content{
    width: 50%;
}
.message-desk{
    background: #AD5691 0% 0% no-repeat padding-box;
    margin: 5em 2em;
    }

.message-desk img{
    background: #AD5691 0% 0% no-repeat padding-box;
   
}
.message-desk p{
    font: normal normal normal 14px/20px Mulish;
}
.green-counter{
    background-color: #61AD67;
}
.light-blue-counter{
    background-color: #039f9f;
}
.blue-counter{
    background-color: #035EA5;
}
.purple-counter{
    background-color: #893F75;
}

.counter-padding{
    /* padding-left: 3em;
    padding-right: 3em;*/
}

.news-board .row, #counters .row{
    margin-right: 0em;
}
.homeCounters{
    flex-wrap: wrap;
}
.counter{
    max-width: 25%;
    flex: 0 0 25%; 
}
.counter{
    position: relative;
    text-align: center;
}
.counter-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
    color: #ffffff;
}
.counter-number{
    font: normal normal 800 40px/30px Mulish;
}
.counter-number-text{
    font: normal normal normal 22px/28px Mulish;
}

.announcements{
    background-color: #0F5B6C;
}
.news-events{
    background-color: #12425C;
}
.announcements h4{
    font: normal normal 800 40px/50px Mulish;
    color: #51D0BC;
}
.news-events h4{
    font: normal normal 800 40px/50px Mulish;
    color: #ffffff;
}
.announcements{
    padding: 2em 7em 3em 14em !important;    
}
.news-events{
    padding: 2em 7em 3em 6em !important;
    
}
.announce-text{
    padding-left: 2em;
    
}
.announce-date{
    padding: 1.5em .8em;
    height: 5.3em;
    width: 5.3em;
    text-align: center;
    color: #001633;
    background-color: #52BC98;
    font: normal normal bold 20px/19px Mulish;
    line-height: 1.25em;
    
}
.announce-content, .announce-time{
    color: #9BFCDA;
    font: normal normal normal 15px/20px Mulish;    
}
.announce-title, .news-title{
    margin: 0;
    font: normal normal 800 18px/22px Mulish !important;
    
}
.news-container{
    flex-wrap: wrap;
}
.events-flex-item{
    max-width: 50%;
    flex: 0 0 50%;   
}
.news-title{
    color: #4CD3D3 !important;
}
.events-date{
    background: #039F9F 0% 0% no-repeat padding-box;
    padding: .5em;
    position: absolute;
    z-index: 1;
    margin-top: -17px;
    margin-left: -15.7em;
}

.spnc-arrow-right{
    width: 16px;
    transition:  width 1s;
}
.spnc-arrow-right:hover{
    width: 26px;
}
.dark-green-btn{
    height: 19px;
    background: #077D86 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 25px;
    opacity: 1;
    height: 3em;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
  }
.dark-green-btn1{
    height: 19px;
    background: #2D9085 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 25px;
    opacity: 1;
    height: 3em;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
}


.dark-green-btn:hover, .dark-green-btn1:hover{
    opacity: 0.6;
}

.dark-green-btn a, .dark-green-btn1 a{
    color: #ffffff;
    text-decoration: none;    
}
.image-gallery{
    flex-wrap: wrap;
}
.image-gallery{
    width: 100%;
    background-color: #035EA5;
}
.gallery-icon{
    margin-top: -15em;
    margin-left: 9em;
    opacity: 0;
    transition: 0.5s;
}
.gallery-image{
    transition: 0.5s;
}

.gallery-image:hover{
    opacity: .7 !important;
}
 .gallery-image:hover .gallery-icon{
    opacity: 1 !important;
}
.gallery-image{
    max-width: 25%;
    flex: 0 0 25%;    
}
footer{
    background-color: #035EA5;
}
.address{
    color: #ffffff;
    padding-left: 8em;
    margin-top: 4em;
    font: normal normal normal 16px/22px Poppins;
}
.copyright{
    margin-top: 5em;
    margin-bottom: 4em;
    color: #B2DEFF;
    font: normal normal normal 16px/22px Poppins;
}
.footer-right{
    padding-left: 5em;
    margin-top: 4em;
    margin-bottom: 4em;
}
.social-media{
    margin-left: 2em;
}
.footer-menu-col{
    margin-top: 2em;
    font: normal normal normal 16px/20px Mulish;
    color: #ffffff;
}
.footer-menu-col ul{
    list-style: none;
}
.footer-menu-col li{
    width: 10em;
    padding-bottom: .5em;
    padding-top: .5em;
    font: normal normal normal 16px/20px Mulish;
    border-bottom: 1px solid #3D92D3;;
}
.footer-menu-col li a{
    color: #ffffff;
    text-decoration: none;
}
.footer{
    flex-wrap: wrap;
}
.footer-content{
    max-width: 50%;
    flex: 0 0 50%;  
}
.footer-menu{
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .about-college p{
        padding-left: 0em;
        padding-right: 0em;
    }
    .about-college{        
        padding-top: 6em;
        padding-bottom: 6em;
        padding-left: 2em;
        padding-right: 2em;    
    }
    .about-college h2{
        font: normal normal 800 30px/33px Mulish;
    } 
    #vision-mission{
        padding: 2em 3em 2em 3em;
            
    } 
    .message-desk-content{
        width: 100%;
    } 
    .counter{
        max-width: 50%;
        flex: 0 0 50%; 
    }
    .gallery-image{
        padding: 0 !important;
    }
    .gallery-image{
        max-width: 50%;
        flex: 0 0 50%;        
    }
    .events-flex-item{
        max-width: 100%;
        flex: 0 0 100%;   
    }
    .courses-box{
        padding: 0em;       
    }
   .img-logo{
    max-width: 250px;
   }
   .message-desk{
    margin: 0em 0em !important;
   }
   #message-desk .container{
    --bs-gutter-x: 0rem !important;
   }
   .footer-right{
        padding-left: 1em !important;
    } 
    .address{
        padding-left: 2em !important;
        padding-right: 1em !important;
    }
    .social-media{
        margin-left: 1em;
    }
   .footer-content{
        max-width: 100%;
        flex: 0 0 100%;  
    }
    .announcements{
        padding: 2em 2em 3em 2em !important;    
    }
    .news-events{
        padding: 2em 2em 3em 5em !important;
        
    }
    .copyright{
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .footer-right{
        margin-top: 1em;
    }
}
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (max-width: 992px) {
    .about-college{        
        padding-top: 6em;
        padding-bottom: 6em;
        padding-left: 2em;
        padding-right: 2em;    
    }
    .about-college h2{
        font: normal normal 800 30px/33px Mulish;
    }
    #vision-mission{
        padding: 2em ;
            
    } 
    .courses-box{
        padding: 0em !important;
        
        max-width: 100%;
    }
    #vision-mission{
        background: none !important;
        background-color: #819ab9 !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
       only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    // CSS rules
    .courses-box{
        padding: 0em !important;
}
 