/*
  Author: Vinay Gupta
  Email: vinay.gupta@.com
  Website: https://www.drrmlims.ac.in/
  Date Created: 2025-04-21
  Description: This CSS file styles the website. It includes layout, typography, and color scheme adjustments.
  Version: 1.0
  License: -
*/
@font-face {
    font-family: "Open Sans", sans-serif;
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
  }
  body{font-family: "Open Sans", sans-serif; margin: 0px; padding: 0px;}
  a{text-decoration: none;}
.form-control:focus{box-shadow: none;}
/*top header*/
.topheader{background-color: #ef991f; padding: 5px 0px;}
.topheader .contentbox{display: flex; justify-content: space-between; align-items: center;}
.topheader .contentbox .contentbox-left{}
.topheader .contentbox .contentbox-left ul.links{list-style-type: none; padding: 0px; margin: 0px;}
.topheader .contentbox .contentbox-left ul.links li{ display: inline-block;
  border-right: 2px solid #402600;  padding: 0px 6px 0px 2px;     line-height: 16px;}
  .topheader .contentbox .contentbox-left ul.links li a{color: #402600;}
  .topheader .contentbox .contentbox-left ul.links li:last-child{border: none;}
  .topheader .contentbox .contentbox-right{}
  .topheader .contentbox .contentbox-right ul.slinks{list-style-type: none; padding: 0px; margin: 0px;    position: relative;
    top: -4px;}
  .topheader .contentbox .contentbox-right ul.slinks li{ display: inline-block;  padding: 0px 6px 0px 2px;     line-height: 16px;}
    .topheader .contentbox .contentbox-right ul.slinks li a{color: #402600;}
/*search*/
/**/
.searchbox{padding: 0px;  width:100%;     position: relative;
  top: 7px;}
.searchbox .searchinfo button strong{display:none;}
.btn-login{padding: 28px 10px;  float: right;}
.searchbox .searchinfo input[type=text] {
   font-size: 12px;
    float: left;
    width: 70px;
    background: #462a01;
    border: 1px solid #462a01;
    box-shadow: 0px 1px 3px 0px #462a01 inset;
    padding: 3px 10px;
    height: 25px;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.searchbox .searchinfo label{font-size:0px; position:absolute;}
.searchbox .searchinfo button {
            float: right;
            padding: 2px 5px;
            height: 25px;
            width: 25px;
    font-size: 12px;
    border: 1px solid #462a01;
    border-left: none;
    cursor: pointer;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #462a01;
    color:#fff;
}
.searchbox .searchinfo button:hover {
  background: #462a01;
  color:#fff;
}

.searchbox .searchinfo::after {
  content: "";
  clear: both;
  display: table;
}
/*logo section*/
.logosec{background-color: #fff; padding: 10px 0px 10px;  width: 100%;}
.logosec a img.logo{height: 65px;}
.logosec .clemail{display: flex;
      gap: 5px;
      align-items: center;
      justify-content: space-between;}
.logosec .clemail .headingtxt {

}

    .logosec .clemail .headingtxt h3 {
        color: #ef991f;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        background-color: #005e4f;
        padding: 12px 13px;
        border-radius: 21px;
    }
    .logosec .clemail .headingtxt h3 a {
        color: #ef991f
    }
.clemail .cllnow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clemail .cllnow img{ float: left;   width: 44px;
  height: 44px;  margin-right: 5px;}
  .clemail .cllnow .details{    display: grid; }
.clemail .cllnow h5{ font-size: 12px; color: #402600; margin: 0px;}
  .clemail .cllnow p{margin: 0px;font-size: 14px;}
.clemail .cllnow p a{color: #402600; font-weight: 700;}
.clemail .emailnow{display: flex; justify-content: center;
  align-items: center;}
.clemail .emailnow .details{    display: grid; }
.clemail .emailnow img{ float: left;   width: 44px;
  height: 44px; margin-right: 5px;}
.clemail .emailnow h5{    font-size: 12px; color: #402600; margin: 0px;}
  .clemail .emailnow p{margin: 0px;font-size: 14px;}
.clemail .emailnow p a{color: #402600; font-weight: 700;}
.clemail .btnadmsn{ background-color: #402600;
  padding: 12px 15px;
  border-radius: 25px;
  display: flex;}
.clemail .btnadmsn a{color: #ef991f;/* text-transform: uppercase; */font-size: 14px; font-weight: 700;}

/*navbar*/
nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0{flex-wrap: wrap;}
.mainlogo{height: 50px;}
.collapse.navbar-collapse{background-color: #005e4f;     border-radius: 20px; margin: 0px auto 0px;}
.collapse.navbar-collapse .navbar-nav .nav-link {color:#fff}
/*dropdown*/
.dropend .dropdown-menu[data-bs-popper] {
    max-height: 66vh;
    overflow-x: auto;
    overflow-y: scroll;
}
a.dropdown-item {
    font-size: 14px;
}
ul.navbar-nav li.nav-item.dropdown:nth-child(9){}
    ul.navbar-nav li.nav-item.dropdown:nth-child(9) > ul.dropdown-menu[data-bs-popper] {
        left: unset;
        right: 0px !important
    }
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #005e4f; color:#ef991f; 
}
/**/
/*Academic Programs*/
.acaprograms {
    background-color: #f5f5f5;
    padding: 30px 0px;
}
.acaprograms .acaprograms-box{    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;}
.acaprograms .acaprograms-box .medical{ padding: 0px 15px; font-size: 14px; }
.acaprograms .acaprograms-box h3{font-size: 26px; color: #005e4f; font-weight: 700; transition: all .5s;}
.acaprograms .acaprograms-box p{color: #7d7d7d;transition: all .5s;}
.acaprograms .acaprograms-box .paramedical{  padding: 0px 15px;
  font-size: 14px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;}
.acaprograms .acaprograms-box .nursing{ padding: 0px 15px;  font-size: 14px;}
.acaprograms .acaprograms-box .btnkmore{color: #005e4f; font-weight: 600;}

.acaprograms .acaprograms-box .medical:hover h3, .acaprograms .acaprograms-box .paramedical:hover h3,
.acaprograms .acaprograms-box .nursing:hover h3{color: #ef991f;}
.acaprograms .acaprograms-box .medical:hover p, .acaprograms .acaprograms-box .paramedical:hover p,
.acaprograms .acaprograms-box .nursing:hover p{color: #111;}
/**/
.acaprograms .prodetails{border: 1px solid #ccc; border-radius: 10px; background-color: #fff;}
.acaprograms .prodetails:hover .imgbox{-webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);}
.acaprograms  .prodetails .imgbox{width: 100%;     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.acaprograms .prodetails .progdetails{padding: 10px 25px; position: relative; text-align: center;}
.acaprograms .prodetails .progdetails:after{position: absolute; content: url(../images/ap-icon1.png); bottom: 0px;
  right: 10px;}

  .acaprograms .prodetails .progdetails1{padding: 10px 25px; position: relative;}
  .acaprograms .prodetails .progdetails1:after{position: absolute; content: url(../images/ap-icon2.png); bottom: 0px;
      right: 10px;}

      .acaprograms .prodetails .progdetails2{padding: 10px 25px; position: relative;}
.acaprograms .prodetails .progdetails2:after{position: absolute; content: url(../images/ap-icon3.png); bottom: 0px;
  right: 10px;}
.acaprograms  .prodetails h3{    color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  padding: 5px 10px;
  background-color: #d6fff6;
  width: 140px;
  margin: 0px auto 10px;}
.acaprograms  .prodetails p{    color: #000;
  text-align: center;
  font-size: 11px;
  margin-bottom: 5px;}
.acaprograms  .prodetails .btninfo{    color: #005e4f;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;}
.acaprograms  .prodetails .thumb {
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
/**/
.acaprograms .acaprograms-tabs{padding: 50px 0px 30px; background-size: contain !important; background: url(../images/progbg.png) center no-repeat;}
.acaprograms  .nav-tabs .nav-item.show .nav-link, .acaprograms  .nav-tabs .nav-link.active{
  background-color: #ef991f;
  color: #fff;
  font-weight: 600;}
 
  .acaprograms  .nav-tabs .nav-link{      background-color: #005e4f;
    color: #fff;
    position: relative;
    font-weight: 700;
    border-radius: 8px;
    padding: 15px 22px;
    margin: 0px 8px;}
    .acaprograms  .nav.nav-tabs{justify-content: center; border: none;}
    .acaprograms  .nav-tabs .nav-link.active::before{content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 45%;
      bottom: -19px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 20px solid #ef991f;}
      /*Student's Single Window(SSW) System*/
      .sswsection{    padding: 15px 0px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        background-color: #f4feff;
        height: auto;
        overflow: hidden;}
        .logo-heading {
          display: grid;
          clear: both;
          border-bottom: 1px solid #ffffff;
          text-align: center;
          margin-bottom: 0px;
          justify-content: center;
          align-items: center;
      }
      .logo-heading img.mlogo {
        margin: 10px auto 7px;
        height: 100px;
    }
    .logo-heading h3 {
      margin: 0px;
      color: #005e4f;
      font-size: 32px;
      line-height: 36px;
      font-weight: 700;
  }
  .logo-heading p {
    margin: 5px 0px 10px;
    color: #444444;
    font-size: 16px;
}
.formboxarea {
  padding: 10px 30px;
}
  /*flip*/
  .formboxarea .card {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    min-height:  360px;
    padding: 0;
    border: 5px solid #ef991f;
}

.formboxarea  .card .front, .formboxarea  .card .back {
    height: inherit;
    width: inherit;
    overflow: hidden;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0, 0.2);
}

    .formboxarea .card .back{z-index:99;}


    .formboxarea .card .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
.formboxarea  .card.flip {
    /* CSS to make element flip on click */
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/**/
.crme a {
  font-size: 12px;
  color: #c90505;
  font-weight: 600;
}
.newuser {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
a.btnnewuser {
  text-decoration: underline;
}
.formboxarea h3.headinginfo {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding: 0px 15px 10px;
    color: #074c99;
    text-align:center;
    border-bottom: 1px solid #ccc;
}
.formboxarea ul.infodetailsul {
    list-style-type: disclosure-closed;
    text-align: left;
    padding: 0px;
    padding-left: 25px;
    margin: 10px 0px 0px;
    overflow-y: scroll;
    max-height: 280px;
}
     .formboxarea ul.infodetailsul li{color: #5e5e5e; padding: 2px 3px;}
.formboxarea ol.infodetailsul {
    list-style-type: decimal;
    text-align: left;
    padding: 0px;
    padding-left: 25px;
    margin: 10px 0px 0px;
    overflow-y: scroll;
    max-height: 280px;
}

    .formboxarea ol.infodetailsul li {
        color: #5e5e5e;
        padding: 2px 3px;
    }
.loginwrap {
  background-color: #fff;
  right: 0px;
  padding: 10px;
}
    .loginwrap h3 {
        margin: 0px 0px 2px 0px;
        padding: 0px;
        color: #074c99;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        text-align: center;
    }
.loginwrap p {
  color: #666666;
  margin-bottom: 3px;
  font-size:13px;
  font-weight: 700;
  text-align: center;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label {
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: 3%;
  font-size: 13px;
  font-weight: normal;
  color: #7e7e7e;
  padding: 1px 8px;
  z-index: 1;
}
.form-control {
  border-radius: 0px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.075) inset;
  position: relative;
  transition-duration: .2s;
  z-index: 0;
  color: #000;
}
.effect-8 {
    border: 1px solid #ccc;
    padding: 3px 10px 3px;
    transition: 0.4s;
}
.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #E45656; transition: 0.3s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #E45656; transition: 0.4s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}
/*Latest News & Happening Noitce & Circulars*/
.news-events{background-color: #fff; padding: 50px 0px 30px; 
  border-radius: 0px;
  background-image: url(../images/square.jpg);}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
  background-color: #ffffff;
  border-color: #b7b7b7;
  color: #333;
  padding: 6px 10px;
  border-bottom: 1px solid #b7b7b7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.repr-tckr .panel-title {
  color: #005e4f;
  padding: 8px;
  font-size: 1.5em;
  margin: 0px;
  font-weight: 700;
}
.panel-body {
  padding: 5px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#multilines3 ul.newsticker {
  display: block;
  margin: 0;
  padding: 0;
  height: 350px !important;
}
#multilines3 .newsticker .enlipressrls {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}
  #multilines3 .newsticker li.enlipressrls>img {
      height: 120px;
      float: left;
      padding: 3px;
      background-color: #ccc;
      margin-right: 15px;
  }

  ul.newsticker > li .newsfdate{    display: grid;      float: left;     text-align: center;
      line-height: 22px;
      padding: 0px 0px;
      margin-right: 10px;}
    ul.newsticker > li .newsfdate span.date {
        font-size: 24px;
        font-weight: 700;
        color: #ef991f;
    }
  ul.newsticker > li .newsfdate span.month{font-size:14px; line-height:14px;}
    ul.newsticker > li .newsfdate span.year {
        font-size: 14px;
    }
  #multilines3 ul.newsticker > li a {
      top: 0px;
      color: #444444;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 1px;
      text-decoration: none;
      text-align: justify;
  }
ul.newsticker .dateup{    font-size: 12px;}
.thdsk {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 3px;
}
.thdsk h4{
    font-size: 14px;
    margin-top: 3px;
    margin-bottom:1px;
}
    .thdsk p {
        font-size: 12px;
        line-height:12px;
        margin-top: 3px;
        margin-bottom: 1px;
        font-weight:400;
    }
.thdsk a{
    font-size: 12px;
    margin-top: 0px;
}
/**/
/*dirmesg*/
.dirmesg {
    background-color: #fff9f1;
    padding: 50px 0px;
}
.dirmesg .headinginfo{text-align: center;}
.dirmesg .headinginfo h3.heading{font-size: 28px; font-weight: 700;}
.dirmesg .headinginfo img{height: 22px;    margin-bottom: 30px;}
.dirmesg .dirmsg{ background: url(../images/dirdeanicon.png) center no-repeat;
  background-size: contain;}
.dirmesg .dirmsg img{height: 25px;}
.dirmesg .dirmsg h3{color: #ef991f; font-size: 26px; font-weight: 700;}
.dirmesg .dirmsg h3 span{font-size: 36px; color: #005e4f; font-weight: 800;}
.dirmesg .dirmsg h5{color: #555555; margin-top: 10px;}
.dirmesg .dirmsg p{color: #6a6a6d; text-align: justify;}
.dirmesg .dirpicinfo{position: relative; width: 90%; float: right;     text-align: center;}
.dirmesg .dirpicinfo img{ width: 100%;}
.dirmesg .dirpicinfo h3{    color: #00724d;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 10px;}
.dirmesg .dirpicinfo h5{    color: #4a4949;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 2px;}
.dirmesg .dirpicinfo p{color: #4a4949; font-size: 12px; font-weight: 600; margin-bottom: 0px;}
.dirmesg a.btnrmore{ border: 2px solid #005e4f; border-radius: 24px; color: #005e4f;
  padding: 3px 12px;}
  .dirmesg .dirpicinfo:before{     content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 70%;
    height: 250px;
    border-top:7px solid #00724d;
    border-left:7px solid #00724d;}
    .dirmesg .dirpicinfo:after{ content: "";
      position: absolute;
      bottom: -15px;
      right: -20px;
      width: 70%;
    height: 250px;
    border-bottom:7px solid #ef991f;
    border-right:7px solid #ef991f;}
/*deanmesg*/
.deanmesg{background-color: #f0fffd; padding: 50px 0px;}
.deanmesg .dirmsg{ background: url(../images/dirdeanicon.png) center no-repeat;
  background-size: contain;}
.deanmesg .dirmsg img{height: 25px;}
.deanmesg .deanpicinfo{position: relative; width: 90%; float: left;     text-align: center;}
.deanmesg .deanpicinfo img{ width: 100%;}
.deanmesg .dirmsg h3{color: #ef991f; font-size: 26px; font-weight: 700;}
.deanmesg .dirmsg h3 span{font-size: 36px; color: #005e4f; font-weight: 800;}
.deanmesg .dirmsg h5{color: #555555;     margin-top: 10px;}
.deanmesg .dirmsg p{color: #6a6a6d; text-align: justify;}

.deanmesg .deanpicinfo h3{    color: #00724d;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
  margin-top: 10px;}
.deanmesg .deanpicinfo h5{    color: #4a4949;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 2px;}
.deanmesg .deanpicinfo p{color: #4a4949; font-size: 12px; font-weight: 600; margin-bottom: 0px;}

.deanmesg a.btnrmore{ border: 2px solid #005e4f; border-radius: 24px; color: #005e4f;
  padding: 3px 12px;}
.deanmesg .deanpicinfo:before{     content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 70%;
  height: 250px;
  border-top:7px solid #00724d;
  border-left:7px solid #00724d;}
.deanmesg .deanpicinfo:after{content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  width: 70%;
height: 250px;
border-bottom:7px solid #ef991f;
border-right:7px solid #ef991f;}
/*upcoming events*/
.heading img{height: 24px;    margin-bottom: 35px;}
.upevents{ background-color: #f5f5f5;  padding: 50px 0px 30px;
   background: url(../images/eventsbg.png) center no-repeat; background-size: contain;}
   .upevents .owl-theme .owl-nav{display: none;}
.upevents .heading{text-align: center;}
.upevents .heading h5{ color: #ef991f; text-transform: uppercase;}
.upevents .heading h3{color: #000000;}
.upevents .prodetails{background-color: #f0f7ff; border:1px solid #c6c6c5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); ~webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.upevents .prodetails .progdetails{padding: 40px 20px 0px; position: relative;}
.upevents .prodetails .progdetails h3{    position: absolute; color: #fff; font-size: 12px;
  top: -50px;
  height: 80px;
  width: 100px;
  background-color: rgb(2 39 72 / 79%);
  text-align: center;
  padding: 10px;}
  .upevents .prodetails .progdetails h3 span{  display: block;
    font-size: 36px;
    color: #ef991f;
    font-weight: 700;}
.upevents .prodetails .progdetails h5{color: #ef991f; font-size: 17px; margin: 15px 0px 15px;}
.upevents .prodetails .progdetails p{color: #787878; font-size: 13px; margin-bottom: 10px;}
.upevents .prodetails  a.btninfo{    border-top: 1px solid #dfdfdf;
  display: block;
  text-align: center;
  padding: 10px 10px;
  color: #005e4f;
  font-weight: 600;
  font-size: 14px;}
  .owl-theme .owl-dots .owl-dot span{    width: 35px;
    height: 8px;
    margin: 25px 7px 0px;}
/*Campus Life*/
.campuslife{background: url(../images/campuslife-bg.jpg) center no-repeat; 
  background-size: cover; padding: 50px 30px;}
    .campuslife .owl-theme .owl-nav{display: none;}
 .campuslife .heading{text-align: center;}
 .campuslife .heading h5{ color: #ef991f; text-transform: uppercase;}
 .campuslife .heading h3{color: #000000;}
 .campuslife .prodetails{background-color: #ffffff; border:1px solid #c6c6c5;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); ~webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
 .campuslife .prodetails .progdetails{padding: 15px 15px 0px;}
 .campuslife .prodetails .progdetails h3{      font-size: 22px;
  font-weight: 700;
  color: #ef991f;
  border-bottom: 1px solid #f2f2f1;
  text-align: center;
  padding-bottom: 10px;}
 .campuslife .prodetails .progdetails p{color: #515151; font-size: 14px;
  margin-bottom: 10px; padding: 5px 0px;}
 .campuslife .prodetails  a.btninfo{    border-top: 1px solid #f2f2f1;
   display: block;
   text-align: center;
   padding: 10px 10px;
   color: #005e4f;
   font-weight: 600;
   font-size: 14px;}
/*Newsletter*/
.nletter{background-color: #005e4f; padding: 35px 0px;}
.nletter .sheading{}
.nletter .sheading h3{color:#fff; margin: 0px; position: relative;}
.nletter .sheading h3::after{content: url(../images/newslettericon.png); position: absolute;
  right: 0px; top: -22px;}
.nletter button.btn.btn-warning{background-color: #ef991f; color: #fff; font-size: 14px;}
/*Website Links*/
.weblinks{background: url(../images/weblinks-bg.jpg) center no-repeat; 
  background-size: cover; padding: 50px 30px; position: relative;}
.weblinks .owl-theme .owl-nav{ margin: 0px;}
.weblinks .owl-carousel .owl-nav button.owl-next{    position: absolute;
  top: -32px; right: -20px; font-size: 70px;}
.weblinks .owl-carousel .owl-nav button.owl-prev{    position: absolute;
  top: -32px;
  left: -20px;
  font-size: 70px;}
.weblinks .heading{text-align: center;}
.weblinks .heading h5{ color: #ef991f; text-transform: uppercase;}
.weblinks .heading h3{color: #000000;}
.weblinks .prodetails{background-color: #ffffff; border:1px solid #c6c6c5;  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); ~webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.weblinks .prodetails .progdetails{padding: 15px 15px 0px;}
/*footer*/
footer.ftrsec{background-color: #145646; border-top:4px solid #ef991f; padding: 20px 0px 20px;}
footer.ftrsec h3.heading{    color: #ef991f;
  font-size: 22px;
  margin: 0px 0px 40px;
  border-bottom: 2px solid #fff;
  position: relative;
  width: 220px;
  padding-bottom: 10px;}
  footer.ftrsec h3.heading::before{    position: absolute;
    content: '';
    border-bottom: 2px solid #ef991f;
    width: 70px;
    bottom: -2px;}
footer.ftrsec p{    color: #fff;
  font-size: 12px; margin-bottom: 10px;}
  footer.ftrsec p a{color: #ff0;}
footer.ftrsec h5{font-size: 15px; font-weight: 600; color: #fff;    margin-bottom: 5px;}
footer.ftrsec ul.fterlinks{list-style-type: none; padding-left: 15px;  margin: 0px;     column-count: 2;}
footer.ftrsec ul.fterlinks li{position: relative;}
footer.ftrsec ul.fterlinks li:before {
  content: "\f0da";
  position: absolute;
  left: -15px;
  font-family: 'Font Awesome 6 Free';
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  top: 5px;
}
footer.ftrsec ul.fterlinks li a{color: #fff; font-size: 12px;}
.ftrbottom{background-color: #003b30; padding: 15px 10px; text-align: center;
border-top: 2px solid #48c3aa;}
footer.ftrsec .form-group{margin-bottom: 5px;}
footer.ftrsec .form-control  {  background-color: #01746c;
border-radius: 4px;
padding: 4px 8px;
font-size: 13px;}
footer.ftrsec .form-control::placeholder {color: #fff;}
footer.ftrsec a.btnsend{background-color: #ef991f; color: #fff; border-radius: 3px; font-size: 12px; 
  padding: 5px 15px; margin-top: 5px;}
.ftrbottom h5{color: #fff; font-size: 12px; margin: 0px;}
/*content-area*/
.inner-page-name {
    background-image: url('../../images/inner-banner.jpg');
    background-size: cover;
    padding:30px 0px 80px;
    position:relative;
}
    .inner-page-name::after {
        content: "";
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(315deg, #fb0000, #ffbb3e 41.07%, #00c4cf 76.05%);
    }
    .inner-page-name h1.pagename {
        color: #005e4f;
        text-shadow: 0px 2px 4px #7c8180;
        font-size: 24px;
        margin-bottom: 10px;
    }
.breed-crum-div .breadcrumb {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 5px;
    font-size:12px;
    background: linear-gradient(272deg, #fffdf2, #fff4e0 41.07%, #d6fdff 76.05%);
}
    .breed-crum-div .breadcrumb li {
        display: inline-block;
        padding: 0px 5px;
    }
        .breed-crum-div .breadcrumb li.active {
            color: #005e4f;
        }
        .breed-crum-div .breadcrumb li a {
            color: #ef991f;
        }
.content-area {
    padding: 30px 0px 0px;
}
    .content-area .container {
        padding: 35px 15px 25px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        /*border: 1px solid #ddd;*/
        border-bottom: 0px;
        background-color: #fff;
        margin-top: -75px;
        position: relative;
        box-shadow: 1px 1px 13px #3c2d2d3b;
        background: linear-gradient(315deg, #ffffff, #fff4e0 41.07%, #f3feff 76.05%);
    }
.table tr th {
    background-color: #005e4f;
    color: #fff;
}
.img-rgtext {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
}
.img-lftext {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
}
.ul-list {
margin: 0px 0px 10px;
list-style-type: none;
text-align: left;
}

.ul-list li {
position: relative;
padding: 5px 0px 5px 20px;
vertical-align: top;
}

.ul-list li:before {
content: "\f046";
top: 6px;
font-weight: 700;
font-family: 'FontAwesome';
position: absolute;
left: 0px;
color: #2b8402;
}
/*banner title*/
#wowslider-container1 .ws-title span {
    display: none !important;
}
/*Responsive Css*/
@media only screen and (max-width: 769px) and (min-width: 420px) {
    body {
        font-size: 12px;
    }
    .sticky-top {
        position: relative;
    }

    .topheader .contentbox .contentbox-left ul.links li a {
        font-size: 12px;
    }

    .topheader .contentbox .contentbox-right ul.slinks {
        display: none;
    }

    .topheader .contentbox {
        justify-content: center;
    }

    .logosec a img.logo {
        height: 45px;
        margin-bottom: 5px;
    }

    .logosec {
        padding: 5px 0px 5px;
    }

        .logosec .clemail .headingtxt h3, .clemail .btnadmsn {
            font-size: 12px;
            text-transform: none;
            padding: 10px 5px;
        }

            .clemail .btnadmsn a {
                font-size: 12px;
                text-transform: none;
            }

    #wowslider-container1 .ws-title span {
        display: none !important;
    }
    .acaprograms .acaprograms-box {
        display: block;
        padding: 10px 0px 10px;
    }

    .acaprograms {
        padding: 20px 10px;
    }

        .acaprograms .acaprograms-box .paramedical {
            border: none;
        }

        .acaprograms .acaprograms-box p {
            margin-bottom: 5px;
        }

        .acaprograms .acaprograms-box h3 {
            margin-bottom: 5px;
            font-size: 18px;
        }

        .acaprograms .acaprograms-box .medical, .acaprograms .acaprograms-box .paramedical {
            padding: 0px 10px 10px;
            margin-bottom: 10px;
            font-size: 12px;
            border-bottom: 1px solid #ccc;
        }
    /*navbar*/
    nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container {
        position: relative;
    }

        nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container button.navbar-toggler.me-4 {
            position: absolute;
            top: -92px;
            right: 0px;
            border: 2px solid #111;
        }

        nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container .collapse.navbar-collapse {
            position: absolute;
            width: calc(100% - 24px);
            top: -40px;
            box-shadow: 2px 5px 7px 6px #848484;
        }
    /**/
    .bn-label {
        display: none;
    }
    .text-right {text-align:right;}
    .bn-news {
        left: 0px !important;
    }
    .formboxarea .card {
        border: 2px solid #ef991f;
        min-height: 370px;
    }
        .formboxarea .card.flip {
            min-height: 370px;
        }
        .acaprograms .nav-tabs .nav-link {
            font-size: 12px;
            font-weight: 500;
            padding: 5px 10px;
            margin: 3px 3px;
        }

        .acaprograms .nav-tabs .nav-link.active::before {
            display: none;
        }

    .acaprograms .prodetails {
        margin-bottom: 10px;
    }

    .acaprograms .acaprograms-tabs {
        padding: 20px 0px 10px;
    }

    .acaprograms .nav.nav-tabs.mb-5 {
        margin-bottom: 10px !important;
    }

    .logo-heading img.mlogo {
        height: 80px;
    }

    .logo-heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .dirmesg .headinginfo img {
        margin-bottom: 15px;
    }
    .deanmesg {
        padding: 15px 0px;
    }
    .dirmesg .dirpicinfo:before, .dirmesg .dirpicinfo:after, .deanmesg .deanpicinfo:before, .deanmesg .deanpicinfo:after {
        display: none;
    }
    /**/
    .dirmesg .dirmsg h3, .dirmesg .dirmsg h3 span {
        font-size: 20px;
    }
    .dirmesg .headinginfo h3.heading {
        font-size: 20px;
    }
    #multilines3 ul.newsticker > li a{font-size:12px;}
    .formboxarea h3.headinginfo {
        font-size: 16px;
    }
    .campuslife {
        padding: 15px 5px;
    }
    footer.ftrsec .form-group {
        margin-bottom: 10px;
    }
    footer.ftrsec h3.heading {
        margin: 0px 0px 10px;
        padding-bottom: 3px;
    }
    .weblinks {
        padding: 20px 15px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 5px 0px;
    }
    .dirmesg, .upevents, .news-events {
        padding: 15px 0px;
    }
}
@media only screen and (max-width: 576px) and (min-width: 200px) {
    .formboxarea .card {
        border: 2px solid #ef991f;
        min-height: 420px;
    }

        .formboxarea .card.flip {
            min-height: 700px;
        }

}
    @media only screen and (max-width: 420px) and (min-width: 200px) {
        body {
            font-size: 12px;
        }

        #wowslider-container1 .ws-title span {
            display: none !important;
        }

        .sticky-top {
            position: relative;
        }

        .topheader .contentbox .contentbox-left ul.links li a {
            font-size: 12px;
        }

        .topheader .contentbox .contentbox-right ul.slinks {
            display: none;
        }

        .topheader .contentbox {
            justify-content: center;
        }

        .logosec a img.logo {
            height: 45px;
            margin-bottom: 5px;
        }

        .logosec {
            padding: 5px 0px 5px;
        }

            .logosec .clemail .headingtxt h3, .clemail .btnadmsn {
                font-size: 12px;
                text-transform: none;
                padding: 10px 5px;
                margin-bottom: 5px;
                text-align: center;
                display: block;
            }

                .clemail .btnadmsn a {
                    font-size: 12px;
                    text-transform: none;
                }

            .logosec .clemail {
                display: block;
            }

                .logosec .clemail .headingtxt {
                    margin-bottom: 5px;
                    text-align: center;
                }

        .acaprograms .acaprograms-box {
            display: block;
            padding: 10px 0px 10px;
        }

        .acaprograms {
            padding: 20px 10px;
        }

            .acaprograms .acaprograms-box .paramedical {
                border: none;
            }

            .acaprograms .acaprograms-box p {
                margin-bottom: 5px;
            }

            .acaprograms .acaprograms-box h3 {
                margin-bottom: 5px;
                font-size: 18px;
            }

            .acaprograms .acaprograms-box .medical, .acaprograms .acaprograms-box .paramedical {
                padding: 0px 10px 10px;
                margin-bottom: 10px;
                font-size: 12px;
                border-bottom: 1px solid #ccc;
            }
        /*navbar*/
        nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container {
            position: relative;
        }

            nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container button.navbar-toggler.me-4 {
                position: absolute;
                top: -135px;
                right: 0px;
                border: 2px solid #111;
            }

            nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container .collapse.navbar-collapse {
                position: absolute;
                width: calc(100% - 24px);
                top: -88px;
                box-shadow: 2px 5px 7px 6px #848484;
            }
        /**/
        .bn-label {
            display: none;
        }

        .bn-news {
            left: 0px !important;
        }

        .acaprograms .nav-tabs .nav-link {
            font-size: 12px;
            font-weight: 500;
            padding: 5px 10px;
            margin: 3px 3px;
        }

            .acaprograms .nav-tabs .nav-link.active::before {
                display: none;
            }

        .acaprograms .prodetails {
            margin-bottom: 10px;
        }

        .acaprograms .acaprograms-tabs {
            padding: 20px 0px 10px;
        }

        .acaprograms .nav.nav-tabs.mb-5 {
            margin-bottom: 10px !important;
        }

        .logo-heading img.mlogo {
            height: 80px;
        }

        .logo-heading h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .dirmesg .dirpicinfo:before, .dirmesg .dirpicinfo:after, .deanmesg .deanpicinfo:before, .deanmesg .deanpicinfo:after {
            display: none;
        }

        .deanmesg {
            padding: 15px 0px;
        }

        .formboxarea {
            padding: 10px 5px;
        }

        .form-group label {
            font-size: 12px;
        }

        .dirmesg .dirpicinfo, .deanmesg .deanpicinfo {
            width: unset;
            float: unset;
            text-align: left;
            margin-top: 15px;
        }
        /**/
        .dirmesg .headinginfo img {
            margin-bottom: 15px;
        }

        .dirmesg .dirmsg h3, .dirmesg .dirmsg h3 span, .deanmesg .dirmsg h3, .deanmesg .dirmsg h3 span {
            font-size: 20px;
        }

        .dirmesg .headinginfo h3.heading {
            font-size: 20px;
        }

        #multilines3 ul.newsticker > li a {
            font-size: 12px;
        }

        .formboxarea h3.headinginfo {
            font-size: 16px;
        }

        .campuslife {
            padding: 15px 5px;
        }

        footer.ftrsec .form-group {
            margin-bottom: 10px;
        }

        footer.ftrsec h3.heading {
            margin: 0px 0px 10px;
            padding-bottom: 3px;
        }

        .weblinks {
            padding: 20px 15px;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 5px 0px;
        }

        .dirmesg, .upevents, .news-events {
            padding: 15px 0px;
        }
    }

    @media only screen and (max-width: 325px) and (min-width: 200px) {
        .form-group label {
            font-size: 8px;
        }

        .logosec a img.logo {
            height: 35px;
        }

        .navbar-toggler-icon {
            width: 1em;
            height: 1em;
        }

        nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 .container button.navbar-toggler.me-4 {
            position: absolute;
            top: -125px;
        }
    }