*{
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
}


/* Some important CSS Start */

/* Navbar CSS Start  */
.hd-bg-top{
    background: #5c69b3;
}
.body-bg-one{
    background: #052c65;
}
.col-md-6.header-top-2 ul li {
    list-style: none;
}
.col-md-6.header-top-2 ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}
.col-md-6.header-top-2 ul li a:hover{
    color: #249db6;
}
.header-top-2 a i:hover{
    color: #249db6!important;
}



.nav-item{
    border-left: 1px solid gray !important;
}
.nav-link{
    color: white !important;
}
.navbar-nav li a{
    transition: all 0.3s ease-in-out;
}
.navbar-nav li a:hover{
    
    background-color: #249db6;
}
.nav-top-font{
    font-size: 14px;
}


/* Navbar CSS End  */

/* Footer CSS Start  */

.logo-article p{
    color: white;
}


.footer-menu ul li{
list-style: none;
margin-bottom: 10px;
}
.footer-menu ul li a{
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    
}
.footer-menu ul li a:hover{
    color: red;
    
}
.heading-text-color{
    color: white;
}

/* Footer CSS End  */

/* Form CSS Start  */
.box-size input, .box-size select{
    width: 100%;
    padding: 6px 12px;
}


.font-size{
    font-size: 18px;
}


.col-10 {
    border: 2px solid gray;
    border-radius: 6px;
    padding: 30px;
}

.form-section-bg{
    background: gainsboro;
}
/* Form CSS End */


 /* ----notice part CSS start---- */

 /* .nav-tabs .nav-link{
    border:none !important ;
    border-top-left-radius:none !important;
    border-top-right-radius:none !important;

 } */
 /* .nav-tabs .nav-link.active {
    color: none;
    background-color: none !important; 
    border-color: none !important;
} */

.notic-box{
    height: 315px;
}



.event-photo{
    position: relative;
}
.seminar-photo{
 
    background :#249db6
}




.border-line img{
    border-bottom:4px solid #249db6;
}

.address{
    color: #249db6;
    font-size: 13px;
}
.seminar-heading{
    color: #000000;
}

.pen-icon-position h6{
  transition: all 0.3s ease-in-out;
  
}
.pen-icon-position h6:hover{
   color: red;
}

/* .event-date-address {
    position: absolute;
    bottom: 45px;
    left: 50px;
} */


/* ----notice part CSS end---- */


/* *****Welcome Section CSS start **** */

/* underline left side CSS start  */
.heading-undrline h3{
    position: relative;
    width: max-content;
}
.heading-undrline h3::before{
    content: "";
    width: 30%;
    height: 5px;
    /* display: block; */
    background-color: blue;
    position: absolute;
    left: 15%;
    bottom: -35%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.heading-undrline h3::after{
    content: "";
    width: 12%;
    height: 4px;
    
    background-color: white;
    position: absolute;
    left: 15%;
    bottom: -33%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.heading-undrline:hover.heading-undrline h3::before{
    content: "";
    width: 12%;
    height: 4px;
  
    background-color: white;
    position: absolute;
    left: 15%;
    bottom: -27%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.heading-undrline:hover.heading-undrline h3::after{
    content: "";
    width: 30%;
    height: 5px;
    /* display: block; */
    background-color: blue;
    position: absolute;
    left: 15%;
    bottom: -35%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    
}

/* underline left side CSS end  */

/* underline center side CSS start  */

.heading-undrline-center h3{
    position: relative;
    width: max-content;
}
.heading-undrline-center h3::before{
    content: "";
    width: 30%;
    height: 5px;
    /* display: block; */
    background-color: blue;
    position: absolute;
    left: 50%;
    bottom: -35%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.heading-undrline-center h3::after{
    content: "";
    width: 12%;
    height: 4px;
    
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -33%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.heading-undrline-center:hover.heading-undrline-center h3::before{
    content: "";
    width: 12%;
    height: 4px;
  
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: -27%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.heading-undrline-center:hover.heading-undrline-center h3::after{
    content: "";
    width: 30%;
    height: 5px;
    /* display: block; */
    background-color: blue;
    position: absolute;
    left: 50%;
    bottom: -35%;
    border-radius: 50px;
    right: 50%;
    transform: translate(-50%, -50%);
    
}

/* underline center side CSS end */

.wc-msg {
    position: relative;
    width: 300px;
    height: 350px;
    top: 100px;
}

.wc-msg-photo {
    position: absolute;
    top: -100px;
}

.wc-msg-photo  {
    position: absolute;
    top: -100px;
}

.maximun-height{
    min-height: 500px ;
}

/* Welcome Section CSS end  */

/* *** News & Events start*** */
.date-box{
    position: absolute;
    top: -33px;
    right: 0;
}
.card-photo img{
    transition: all 0.5s ease-in-out;
}
.card-photo img:hover {
    transform: scale(1.1);
   
}

.card-photo  {
    
    overflow: hidden;
}


/* *** News & Events end*** */

/* *****facilities CSS start**** */


.title-box{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.photo-title img{
    transition: all 0.5s ease-in-out;
}
.photo-title img:hover {
    transform: scale(1.1);
   
}

.photo-title {
    width: 260px;
    height: 190px;
    overflow: hidden;
}

.title-box  a:hover {
    color: blue !important;
}

.title-box p a {
    transition: all 0.3s ease-in-out !important;
}


/* *****facilities CSS end**** */


/* ***Why-choose-us CSS Start****/

.why-choos-bg{
    background-image: url(/images/main-campus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
    border-bottom: #249db6;
}

.why-chs-tle h4{
    background-color: #9f050599;

}
.number-title h4{
    background-color:#070747f5;

}
/* ***Why-choose-us  CSS end*** */

/* ***Department & faculty CSS Start *** */

.depart-photo-title img{
    transition: all 0.5s ease-in-out;
}
.depart-photo-title img:hover {
    transform: scale(1.1);
   
}

.depart-photo-title {
    /* width: 260px; */
    height: 300px;
    overflow: hidden;
}

.depart-title-box  a:hover {
    color: blue !important;
}

.depart-title-box p a {
    transition: all 0.3s ease-in-out !important;
}

.depart-title-box{
    position: absolute;
    left: 0;
    bottom: 5px;
    
}

.detail-button {
    position: absolute;
    left: 50%;
    top: 50%;
    
    transform: translate(-50%, -50%);
}

 .detail-button a:hover{
    background: #052c65 !important;
   
}
.detail-button a{
    transition: all 0.3s ease-in-out !important;
}



/* ***Department & faculty CSS End *** */

/* Research card part start  */
.card-img-top{
    /* width: 300px !important ; */
    height:200px !important ;
}

.margin-top{
    margin-top: 200px;
}

.title-color{
    color: #365fa0;
    font-weight: 700;
}
.news-heading-border{
    border-top: 4px solid #249db6;
    border-radius: 0px !important;
    

}
.news-photo-border{
       overflow: hidden;
       box-shadow: inset 0px 0px 8px 1px #dddddd;
    
}
.news-photo-tag{
  
    border-radius: 0px 10px 0px 5px;
   
}

.ria-medam:hover .news-photo-border img {
    transform: scale(1.1);
  
}


.bg-news{
    background-color: #249db6;
}

.border-news{
    border-bottom: 5px solid #249db6;
}
.news-photo-border img{
    transition: .8s !important;
}

.card-body.card {
    height: 145px;
    box-shadow: inset 0px 0px 8px 1px #dddddd;
}


/* Research card part end  */