
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html {

  scroll-behavior: smooth;

}


body {

  margin: 0;

  padding: 0;

  font-family: "Open Sans", sans-serif !important;

  font-size: 15px;

  font-weight: 500;

  line-height: 1.5em;

  overflow-x: hidden !important;

  border-top: none !important;
  color: #ABA8A8 !important;

}

body.model-open {

  padding: 0 !important;

}

/*.inika{
  font-family: "Inika", serif !important;
}*/


.checked {

  color: orange;

}


.hide-in-mob {

  display: block !important;

}

.view-in-mob {

  display: none !important;

}

/*FONT Families*/


input::-ms-clear {

  display: none;

}


select::-ms-expand {

  display: none;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

}


input[type=number] {

  -moz-appearance: textfield !important;

}


select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: none;

  background: url(../img/down-arrow-3.png) no-repeat center right 6px/12px;

  border: none;

  padding-right: 24px;

}


input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}


a,

a:hover {

  text-decoration: none;

  outline: none;

  color: #202020;
  transition: 0.3s all linear;

}

a:hover {
  color: #27548A;
}


img {

  max-width: 100%;

}


.h4,

.h5,

.h6,

h4,

h5,

h6 {

  margin: 0;

  padding: 0;

}


.pd5 {

  padding: 5px;

}

.pd10 {

  padding: 10px;

}

.pd15 {

  padding: 15px;

}

.pd20 {

  padding: 20px;

}

.pt5 {

  padding-top: 5px;

}

.pt10 {

  padding-top: 10px;

}

.pt15 {

  padding-top: 15px;

}

.pt20 {

  padding-top: 20px;

}

.pt30 {

  padding-top: 30px;

}


.pt40 {

  padding-top: 40px;

}


.pt50 {

  padding-top: 50px;

}

.pt80 {

  padding-top: 80px;

}


.pb5 {

  padding-bottom: 5px;

}

.pb10 {

  padding-bottom: 10px;

}

.pb15 {

  padding-bottom: 15px;

}

.pb20 {

  padding-bottom: 20px;

}

.pb30 {

  padding-bottom: 30px;

}


.pb40 {

  padding-bottom: 40px;

}


.pb50 {

  padding-bottom: 50px;

}

.pb80 {

  padding-bottom: 80px;

}


.pl5 {

  padding-left: 5px;

}

.pl10 {

  padding-left: 10px;

}

.pl15 {

  padding-left: 15px;

}

.pl20 {

  padding-left: 20px;

}

.pr0 {

  padding-right: 0px;

}

.pr5 {

  padding-right: 5px;

}

.pr10 {

  padding-right: 10px;

}

.pr15 {

  padding-right: 15px;

}

.pr20 {

  padding-right: 20px;

}


/*----------Margin Styles----------*/

.mt0 {

  margin-top: 0px;

}

.mt5 {

  margin-top: 5px;

}

.mt10 {

  margin-top: 10px;

}

.mt15 {

  margin-top: 15px;

}

.mt20 {

  margin-top: 20px;

}


.mt25 {

  margin-top: 25px;

}

.mt30 {

  margin-top: 30px;

}

.mt50 {

  margin-top: 50px;

}

.mt80 {

  margin-top: 80px;

}


.mb5 {

  margin-bottom: 5px;

}

.mb10 {

  margin-bottom: 10px;

}

.mb15 {

  margin-bottom: 15px;

}

.mb20 {

  margin-bottom: 20px;

}


.mb25 {

  margin-bottom: 25px;

}

.mb30 {

  margin-bottom: 30px;

}


.mb40 {

  margin-bottom: 40px;

}

.mb50 {

  margin-bottom: 50px;

}

.mb80 {

  margin-bottom: 80px;

}

.mr5 {

  margin: 5px;

}

.mr10 {

  margin: 10px;

}

.mr15 {

  margin: 15px;

}

.mr20 {

  margin: 20px;

}


.mr25 {

  margin: 25px;

}


.wrapper {

  display: inline-block;

  width: 100%;

  clear: both;

  vertical-align: top;

}


/*----------Text Transform ----------*/


.txt-upr {

  text-transform: uppercase;

}


.txt-center {

  text-align: center;

}


.txt-left {

  text-align: left;

}


.txt-right {

  text-align: right;

}


/*----------WORD WRAPPING ----------*/

button, button:focus {

  outline: none !important;
  cursor: pointer;

}

button:focus {

  box-shadow: none !important;

}

.wordWrap {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}


.mob {

  display: none;

}


/*-----------BACKGROUND COLOR--------------*/


.bg-pink {

  background-color: #FF407D;

}

.bg-green {

  background-color: #2bb567;

}

.bg-blackgreen {

  background-color: #041e00;

}

.bg-whitegrey {

  background: #E8E8E8;

}

.bg-grey {

  background: #e3e3e3;

}


.bg-white {

  background-color: #fff;

}

.bg-blue {

  background-color: #1D337F;

}

.bg-dark-blue{
  background-color: #070F32;
}

.bg-black {

  background-color: #03080c;

}

.bg-Lightgray {

  background: #f3f3f3;

}


/* fonts-weight */

.thin {

  font-weight: 300;

}


.light {

  font-weight: 300;

}

.reguler {

  font-weight: 400;

}

.medium {

  font-weight: 500;

}


.semiBold {

  font-weight: 600;

}

.bold {

  font-weight: 700;

}

.extrabold {

  font-weight: 800;

}

.bolder {

  font-weight: 900;

}


/* font-size */

.font9 {

  font-size: 9px;

}

.font12 {

  font-size: 12px;

}

.font13 {

  font-size: 13px;

}

.font14 {

  font-size: 14px;

}

.font15 {

  font-size: 15px;

}

.font16 {

  font-size: 16px;

}

.font17 {

  font-size: 17px;

}

.font18 {

  font-size: 18px;

}

.font19 {

  font-size: 19px;

}

.font20 {

  font-size: 20px;

}

.font22 {

  font-size: 22px;

}

.font23 {

  font-size: 23px;

}

.font24 {

  font-size: 24px;

}

.font25 {

  font-size: 25px;

}

.font26 {

  font-size: 26px;

}

.font27 {

  font-size: 27px;

}

.font30 {

  font-size: 30px;

}

.font35 {

  font-size: 35px;

}

.font40 {

  font-size: 40px;

}


.font45 {

  font-size: 45px;

}

.font50 {

  font-size: 50px;

}

.font60 {

  font-size: 60px;

}

.font75 {

  font-size: 75px;

}


/*----Text Color styles------ */


.clr-white {

  color: #fff;

}

.clr-green{

  color: #2bb567 !important;

}

.clr-black {

  color: #000;

}

.clr-blue{

  color: #1300b3 !important;

}

.clr-whitegrey {

  color: #dfdfe0;

}

.clr-grey {

  color: #888888;

}


.clr-yellow {

  color: #FAAA3D;

}


.clr-red {

  color: #ec3237;

}


.input-focus {

  color: #342c29;

}


/* Button Style */


/* section-title */


.section-title {

  font-size: 35px;

  font-weight: bold;

  color: #000;

  text-align: center;

  position: relative;

  margin-bottom: 30px;

  line-height: 1.2em;
}


.section-title:after {

  content: '';

  position: absolute;

  width: 207px;

  height: 2px;

  background: #17A2B8;

  bottom: -20px;

  left: 50%;

  transform: translateX(-50%);

}


/* placeholder color change */


::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #bbb9b9;

}


::-moz-placeholder {

  /* Firefox 19+ */

  color: #bbb9b9;

}


:-ms-input-placeholder {

  /* IE 10+ */

  color: #bbb9b9;

}


:-moz-placeholder {

  /* Firefox 18- */

  color: #bbb9b9;

}


input[type=text] {

  outline: none;

}

/*------------------------Button Styles Starts---------------*/
.theme-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: solid 2px #7F2218;
  color: #fff;
  text-decoration: none;
  background: #7F2218;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}


.theme-btn:before {

  position: absolute;

  content: '';

  left: 110%;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 1;

  opacity: 1;

  background-color: #d88900;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  transform: skewX(-25deg);

  z-index: -1;

}


.theme-btn:hover:before {

  left: 0%;

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}


.btn-radius {

  border-radius: 5px;

}

.theme-btn:hover {

  text-decoration: none;

  background: #d88900;

  border-color: #d88900;

  color: #fff;


}


/*------------------------Button Styles Ends---------------*/


/*------------------------Header Starts---------------*/

::-webkit-scrollbar {

  width: 5px;

  height: 8px;

  background-color: #aaa;
  /* or add it to the track */

}


/* Add a thumb */

::-webkit-scrollbar-thumb {

  background: #000;

}

/* For Firefox */




/*header*/
.top-header .logo-box {
  background: transparent;
  height: 52px;
  margin: 10px 0px;
}

.top-header .logo-box img {
  height: 100%;
  object-fit: contain;
}


.top-header .tp-top-btns {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.top-header .tp-top-btns a.tp-btns {
  display: inline-block;
  position: relative;
  background: #F5F5F5;
  padding: 20px 15px 20px 58px;
  border: solid 1px #0001;
  margin-left: 10px;
  border-radius: 10px;
  min-width: 143px;
}

.top-header .tp-top-btns a.tp-btns i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 8px;
  line-height: 40px;
  text-align: center;
  background: #273F4F;
  font-size: 23px;
  color: #fff;
}

.top-header .tp-top-btns a.tp-btns span {
  font-size: 13px;
}

.top-header .tp-top-btns a.tp-btns aside {
  font-size: 13px;
  color: #0a0a0a;
  font-weight: 700;
}

.top-header {
  padding: 8px 0px;
}

.top-header .tp-top-btns a.tp-btns.school-login-btn {
  display: flex;
  align-items: center;
}

.top-header .tp-top-btns a.tp-btns.school-login-btn i {
  background: #27548A;
}

.top-header .tp-top-btns a.tp-btns.school-login-btn  span {
  font-size: 17px;
  color: #27548A;
  font-weight: 600;
}

.top-header .tp-top-btns a.tp-btns:hover {
  background: #27548a;
}

.top-header .tp-top-btns a.tp-btns:hover i {
  background: #fff;
  color: #27548a;
}

.top-header .tp-top-btns a.tp-btns:hover span, .top-header .tp-top-btns a.tp-btns:hover aside {
  color: #fff;
}

.top-header .tp-top-btns a.tp-btns.school-login-btn:hover {
  background: #27548A;
}

.top-header .tp-top-btns a.tp-btns.school-login-btn:hover i {
  color: #27548A;
}

.btm-header {
  background: #27548A;
}

.btm-header ul.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}


.btm-header ul.main-menu>li>a {
  font-size: 17px;
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.btm-header ul.main-menu>li.active>a, .btm-header ul.main-menu>li:hover>a {
  background: #1a3a60;
  color: #fff;
}

.btm-header ul.main-menu li.dropdowns.ml-auto {
  margin-left: auto;
  padding: 7px 0px;
}

.btm-header ul.main-menu li.dropdowns.ml-auto a {
  background: #fff;
  color: #000;
  margin: 0px;
  padding: 7px 15px;
  border-radius: 5px;
}

.btm-header ul.main-menu li.dropdowns {
  position: relative;
}

.btm-header ul.main-menu>li>a span {
  font-size: 13px;
  padding-left: 5px;
}

.btm-header ul.main-menu li.dropdowns ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px #0000004a;
  margin: 0;
  list-style: none;
  width: max-content;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: 0.3s all ease;
  max-width: 23em;
  min-width: 200px;
  z-index: 11;
}

.btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu {
  right: 0;
  left: auto;
}


.btm-header ul.main-menu li.dropdowns ul.sub-menu li.dropdown-headings {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 13px;
}

.btm-header ul.main-menu li.dropdowns ul.sub-menu li.divider {
  padding: 0;
  border-top: 1px solid rgb(233, 236, 239);
}

.btm-header ul.main-menu li.dropdowns:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.btm-header ul.main-menu li.dropdowns ul.sub-menu li a {
  color: #000;
  background: transparent;
  padding: 7px 24px;
  width: 100%;
  display: block;
  font-size: 16px;
}

.btm-header ul.main-menu li.dropdowns ul.sub-menu li a:hover {
  color: #fff;
  background: #27548A;
}

.btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu li a {
  border-bottom: 1px solid rgb(233, 236, 239);
  border-radius: 0;
}

.btm-header ul.main-menu li.dropdowns.ml-auto ul.sub-menu li:last-child a {
  border-bottom: none;
}

.toggle-btn-new {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 30px;
  height: 20px;
  transition: 0.3s all ease;
  z-index: 99;
}

.toggle-btn-new span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #000;
  transition: 0.3s all ease;
  z-index: 11;
}

.toggle-btn-new  span.middle {
  top: 8px;
}

.toggle-btn-new span.bottom {
  top: 16px;
  width: 13px;
}

.toggle-btn-new span.top {
  width: 20px;
}

.menu-open .toggle-btn-new span.top {
  width: 30px;
  transform: rotate(45deg);
  top: 10px;
}

.menu-open .toggle-btn-new span.middle {
  display: none;
}

.menu-open .toggle-btn-new span.bottom {
  width: 30px;
  transform: rotate(-45deg);
  top: 10px;
}


.main-new-hm-boxes .new-hm-boxes {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .main-new-hm-boxes .new-hm-boxes h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

.lg-form.download-form .form-group .inner-lbls input, .lg-form.download-form .form-group .inner-lbls label {
    display: inline-block !important;
    width: auto !important;
}

.lg-form.download-form .form-group .inner-lbls label {
    margin-right: 10px;
    font-weight: 500 !important;
}

/*notificatiom*/

.notification {
  background-color:#fff;
  padding: 4px 0px;
}

.home-page .notification{
  display: block;
}

.what-new {
  padding: 3px 0 0 4px;
}
.notification .notification-inner ul li {
  list-style: none;
  display: inline-block;
  border-right: 2px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
}

.notification .notification-inner ul li a {
  text-decoration: none;
  color: #ab0606 !important;
  font-weight: 600;
}
.notification .notification-inner ul {
  margin: 0px;
  padding: 0px;
}

.what-new h5 {
  background-color: #27548A;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 0px;
  border-radius: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  max-width: 90%;
}
.notification-inner {
  margin-top: 5px;
}
.notification .container .row {
  align-items: center;
}
.notification .notification-inner ul li span {
  padding-right: 10px;
}


/*slider-main*/
.up-slider .slider-box {
  position: relative;
}

.up-slider .slider-box .img-box {
  width: 100%;
  height: 368px;
}

.up-slider .slider-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.up-slider .slider-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #08070773;
}

.up-slider .slider-box .caption-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #d9d9d952;
  border: solid 2px #fff;
  backdrop-filter: blur(16px);
  padding: 30px 30px;
  border-radius: 10px;
  display: none;
}

.up-slider .slider-box .caption-box .icon-img {
  position: absolute;
  top: -40px;
  right: -37px;
  width: 75px;
}

.up-slider .slider-box .caption-box h3 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}

.up-slider {
  position: relative;
}

.up-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.up-slider .owl-dots button.owl-dot {
  width: 22px;
  height: 22px;
  border: solid 2px #fff;
  border-radius: 50%;
  margin: 0px 3px;
  text-align: center;
}

.up-slider .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background: transparent;
  border-radius: 50%;
  margin: auto;
  transition: 0.3s all ease;
}

.up-slider .owl-dots button.owl-dot.active span {
  background: #27548A;
}

/*masseg-box*/
.msg-box {
  background: #fff;
  box-shadow: 0 0 4px #00000052;
  padding: 15px;
  border-radius: 5px;
}

.message-main .msg-box {
  position: relative;
}

.message-main .msg-box .icon-img.msn-grv {
  position: absolute;
  top: -20px;
  right: -20px;
}

.message-main .msg-box .icon-img.msn-grv img {
  max-width: 54px;
}

.main-title {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  position: relative;
}

.msg-box p {
  color: #000;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 10px;
}

.msg-box .btm-faculties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.msg-box .btm-faculties .box {
  flex: 0 0 24%;
  border: solid 1px #D7D7D7;
  padding: 8px 3px;
  text-align: center;
  background: #F6F0F0;
  border-radius: 5px;
}
.msg-box .btm-faculties .box .img-bx {
  width: 76px;
  height: 90px;
  margin: auto;
}

.msg-box .btm-faculties .box .img-bx img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  border: solid 1px #D7D7D7;
}

.msg-box .btm-faculties .box .heading {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 15px 0px;
}

.msg-box .btm-faculties .box .deg-box {
  background: #27548A;
  padding: 6px;
  min-height: 51px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 8px 8px;
}

.msg-box .btm-faculties .box .deg-box h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}


.cm-sir-box {
  border: solid 1px #D7D7D7;
  background: #F6F0F0;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.cm-sir-box .heading {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin: 20px 5px 10px;
}

.cm-sir-box .img-box {
  width: 130px;
  height: 130px;
  margin: 10px auto;
  border-radius: 50%;
  border: solid 3px #E4F0FF;
  overflow: hidden;
}

.cm-sir-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-sir-box .deg-box {
  background: #27548A;
  padding: 10px;
}

.cm-sir-box .deg-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.cm-sir-box.mam .img-box {
  margin: 15px auto 20px;
}

.cm-sir-box.mam .heading {
  font-size: 20px;
}

.cm-sir-box.mam .deg-box h3 {
  font-size: 18px;
  font-weight: 600;
}

.cm-sir-box.mam .img-box {
  margin: 10px auto;
  width: 110px;
  height: 110px;
}

.cm-sir-box.mam .heading {
  font-size: 18px;
  margin: 10px;
}

.cm-sir-box.mam .deg-box h3 {
  font-size: 16px;
}


/*important links*/

.important-links .important-box {
  background: #fff;
  box-shadow: 0 0 4px #00000061;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.important-links .important-box .top-heading {
  background: #7F2218;
  border-bottom: solid 3px #d88900;
  padding: 15px 10px;
  position: relative;
}

.important-links .important-box .top-heading h2 {
  font-size: 20px;
  color: #ffff;
  font-weight: 600;
  margin: 0;
}

.important-links .important-box .top-heading  .ic-box {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #7f2218;
  font-size: 21px;
}


.important-links .important-box .content ul li:last-child{
  border:none;
}

.important-links .important-box .content ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../img/imp-icon.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
}

.important-links .important-box .content ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.important-links .important-box .content ul li a:hover {
  color: #7f2218;
}

/*school logins*/
.school-logins {
  padding: 30px 0px;
  background: url(../img/new-bg.png) no-repeat center/cover;
}

.school-logins .schl-boxes {
  background: #fff;
  box-shadow: 0 0 5px #00000040;
  margin-bottom: 10px;
}

.school-logins .schl-boxes .top-heading {
  background: #D88900;
  padding: 13px 10px;
  text-align: center;
  margin-bottom: 10px;
}

.school-logins .schl-boxes .top-heading h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 600;
}

.school-logins .schl-boxes .content {
  padding: 5px 15px;
  text-align: center;
}

.school-logins .schl-boxes .content p {
  color: #000;
  margin-bottom: 0;
}

.school-logins .schl-boxes .lgn-btn {
  text-align: center;
  padding: 15px;
}

/*important downloads*/
.important-news.important-links .important-box .content {
  height: 480px;
  overflow: auto;
}



/*new-top-links*/
.new-links-tbs .lnk-tbs {
  background: #fff;
  box-shadow: 0 0 4px #00000052;
  padding: 15px;
  border-radius: 5px;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item {
  margin-right: 5px;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button {
  border: solid 1px #000;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button::after {
  content: '\f0dd';
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-family: 'FontAwesome';
  font-size: 25px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .15s ease-in-out;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.downloads::after{
  color: #FFBB64;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.links::after{
  color: #79A42E;
}
.new-links-tbs .lnk-tbs ul.nav li.nav-item button.janhit::after{
  color: #F4648A;
}
.new-links-tbs .lnk-tbs ul.nav li.nav-item button.logs::after{
  color: #507162;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.active::after, .new-links-tbs .lnk-tbs ul.nav li.nav-item button:hover::after {
  opacity: 1;
}
.new-links-tbs .lnk-tbs ul.nav li.nav-item button.downloads {
  border-color: #FFBB64;
  background: transparent;
  color: #FFBB64;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.downloads.active, .new-links-tbs .lnk-tbs ul.nav li.nav-item button.downloads:hover {
  background: #FFBB64;
  color: #fff;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.links {
  border-color: #79A42E;
  color: #79A42E;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.links.active, .new-links-tbs .lnk-tbs ul.nav li.nav-item button.links:hover {
  background: #79A42E;
  color: #fff;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.janhit {
  border-color: #F4648A;
  color: #F4648A;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.janhit.active, .new-links-tbs .lnk-tbs ul.nav li.nav-item button.janhit:hover {
  background: #F4648A;
  color: #fff;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.logs {
  border-color: #507162;
  color: #507162;
}

.new-links-tbs .lnk-tbs ul.nav li.nav-item button.logs.active, .new-links-tbs .lnk-tbs ul.nav li.nav-item button.logs:hover {
  background: #507162;
  color: #fff;
}

.new-links-tbs .lnk-tbs .mr_links {
  height: 210px;
  overflow: auto;
  padding-right: 10px;
}

.new-links-tbs .lnk-tbs .mr_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.new-links-tbs .lnk-tbs .mr_links ul li {
  border-bottom: solid 1px #E6E6E6;
  padding: 10px 0px;
  position: relative;
  padding-left: 30px;
}

.new-links-tbs .lnk-tbs .mr_links ul li span.date-box {
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new-links-tbs .lnk-tbs .mr_links ul li {
  padding-right: 90px;
}
.new-links-tbs .lnk-tbs .mr_links ul li::before {
  content: '\f101';
  background: transparent;
  font-family: 'FontAwesome';
  color: #d88900;
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
}


/*new css 16-05-2025*/

.Counter-box-main .counter-box a{

  display: block;

  padding: 20px 10px 20px;

  text-align: center;

  border: 2px solid #fff;

  border-radius: 15px;

  position: relative;

}


.Counter-box-main .counter-box p {

  margin: 18px 0 0;

  padding: 0;

  color: #fff;

  font-size: 20px;

  font-weight: 500;

  font-weight: 700;

  font-family: 'Urbanist';

}
.Counter-box-main .counter { 

  display: block;

  font-size: 40px;

  font-weight: 700;

  color: #fff;

  line-height: 28px;

}

.counter-icon {

  background-color: #ffffff;

  width: 80px;

  height: 80px;

  border-radius: 50%;

  margin: auto;

  /*background-color: #1F4E3D;*/

  margin-bottom: 30px;

}

.counter-icon i {

  color: #27548A !important;

  font-size: 38px !important;

  line-height:5rem;
  transition: 0.3s all linear;

}

.Counter-box-main .counter-box.first a{
  background: #FFBB64;
  border-color: #FFBB64;
}

.Counter-box-main .counter-box.first .counter-icon i{
  color: #FFBB64 !important;
}
.Counter-box-main .counter-box.second a{
  background: #79A42E;
  border-color: #79A42E;
}
.Counter-box-main .counter-box.second .counter-icon i{
  color: #79A42E !important;
}
.Counter-box-main .counter-box.third a{
  background: #507162;
  border-color: #507162;
}
.Counter-box-main .counter-box.third .counter-icon i{
  color: #507162 !important;
}
.Counter-box-main .counter-box.fourth a{
  background: #F4648A;
  border-color: #F4648A;
}
.Counter-box-main .counter-box.fourth .counter-icon i{
  color: #F4648A !important;
}

.Counter-box-main .counter-box a:hover {
  background: #27548a;
  border-color: #27548a;
}

.Counter-box-main .counter-box a:hover .counter-icon i {
  color: #27548a !important;
}

section.Counter-box-main{

  background-image: url(../img/Rectangle.png);

  background-size:cover;

  width: 100%;

  background-repeat: no-repeat;

  padding: 30px 0px 30px 0px;

  position: relative;

}



section.Counter-box-main:before {

  position: absolute;

  content: "";

  background-color:#f6f0f0;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}


footer .visitors-count {
  display: inline-block;
  margin-bottom: 5px;
}

footer .visitors-count p.main-tip {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}

footer .visitors-count p.main-tip span {
  color: #27548a;
}

/*footer*/
footer {
  background: #E5F1FF;
  text-align: center;
  position: relative;
  display:none;
}

footer .tp-footer-new{
 padding: 10px;
 position: relative;
 z-index: 1;
}

footer:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg.png) no-repeat center;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.6;
}

footer .btm-logo {
  height: 52px;
}

footer .btm-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .btm-menus {
  margin: 5px 0px;
  border-bottom: solid 1px #C2C2C2;
  padding-bottom: 2px;
}

footer .btm-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .btm-menus ul li {
  display: inline-block;
  padding: 10px;
}

footer .footer-content p {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

footer .copyright-txt {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background: #C8D9EE;
  padding: 8px;
  position: relative;
  z-index: 1;
}

.side-box-new {
  position: fixed;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.side-box-new .main-icon {
  width: 47px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #D9D9D9;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}

.side-box-new .main-icon img {
  padding: 4px;
  animation: round 2s linear infinite;
}

@keyframes round{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.side-box-new .btm-icons {
  position: absolute;
  top: 55px;
  right: 0;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 5px #00000033;
  transition: 0.3s all ease;
  transform: translateX(160%);
}

.side-box-new .btm-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-box-new .btm-icons ul li {
  padding: 5px 10px;
  border-bottom: solid 1px #cccccc73;
  transition: 0.3s all linear;
}

.side-boxes .side-box-new .btm-icons {
  transform: translateX(0);
}

.side-box-new .btm-icons ul li a span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #27548A;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 6px;
  transition: 0.3s all linear;
}

.side-box-new .btm-icons ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
}

.side-box-new .btm-icons ul li:hover a {
  color: #fff;
}

.side-box-new .btm-icons ul li:hover {
  background: #27548A;
}

.side-box-new .btm-icons ul li:hover span {
  background: #fff;
  color: #27548A;
}


/*login-page*/
.login-main .login-frm, .login-main .lgn-instructions {
  background: #fff;
  box-shadow: 0 0 4px #00000061;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 498px;
}

.login-main .login-frm .top-heading, .login-main .lgn-instructions .top-heading {
  background: rgba(0,0,0,.03);
  border-bottom: solid 3px #27548a;
  padding: 15px 10px;
  position: relative;
}

.markentry-box.login-main {
  height: calc(100vh - 368px);
} 

.markentry-box.login-main .login-frm {
  min-height: auto;
  max-width: 640px;
  margin: auto;
}

.login-main .login-frm .top-heading h3, .login-main .lgn-instructions .top-heading h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.login-main .login-frm .top-heading .ic-box, .login-main .lgn-instructions .top-heading .ic-box {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 40px;
  height: 40px;
  background: #27548a;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.login-main .login-frm .lg-form, .login-main .lgn-instructions .mrq-inst{
  padding: 15px;
}

.login-main .login-frm .lg-form .form-group {
  margin-bottom: 15px;
}

.login-main .login-frm .lg-form .form-group label {
  color: #000;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.login-main .login-frm .lg-form .form-group input {
  width: 100%;
  height: auto;
  padding: 8px 6px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: #fff;
  border: solid 1px #d5d5d5;
  color: #000;
  outline: none;
}

.login-main .login-frm .lg-form .form-group input::placeholder{
  color: #888;
}
.login-main .login-frm .lg-form .form-group.sub-btn {
  text-align: center;
}

.login-main .login-frm .lg-form .form-group.sub-btn input {
  width: auto;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: solid 2px #27548a;
  color: #fff;
  text-decoration: none;
  background: #27548a;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}

.login-main .login-frm .lg-form .form-group.sub-btn input:hover {
  background: #d88900;
  border-color: #d88900;
}

.login-main .login-frm .lg-form .form-group.forgot-pss {
  margin-bottom: 0;
  text-align: center;
  color: #000;
}

.login-main .login-frm .lg-form .form-group.forgot-pss p {
  color: #000;
  margin-bottom: 0;
}

.login-main .login-frm .lg-form .form-group.forgot-pss a {
  color: #7f2218;
  font-weight: 600;
}

.login-main .lgn-instructions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-main .lgn-instructions ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 11px;
}

.login-main .lgn-instructions marquee {
  height: 406px;
}

.otp-instructions p.italic {
  font-style: italic;
}

.login-main .login-frm .lg-form .otp-instructions {
  border-top: solid 1px #ebebeb;
  padding: 10px 0px;
  margin-top: 10px;
}

.login-main .login-frm .lg-form .otp-instructions p {
  margin-bottom: 0;
}

.login-main .login-frm .lg-form .otp-instructions.scnt {
  margin-top: 0;
}

/*captcha*/
.user.form-group.captcha-container.inner-captacha .captcha-box {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border-radius: .25rem;
}

.user.form-group.captcha-container.inner-captacha {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.user.form-group.captcha-container.inner-captacha button.btn-n.rld {
  position: absolute;
  right: 0px;
  top: 10px;
  border: none;
  background: #7c2623;
}

.user.form-group.captcha-container.inner-captacha button.btn-n.rld img {
  filter: brightness(0) invert(1);
}

.user.form-group.captcha-container.inner-captacha .half-box {
  flex: 0 0 49%;
  margin: 0 !important;
  position:relative;

}

.form-group.cpt-sub-btn {
  text-align: center;
  margin-top: 10px;
}

.form-group.cpt-sub-btn button.theme-btn {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: solid 2px #7F2218;
  color: #fff;
  text-decoration: none;
  background: #7F2218;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}

.form-group.cpt-sub-btn button.theme-btn:hover {
  background: #d88900;
  border-color: #d88900;
}


/*inner-new-pages*/
.newtbl-box {
  background: #fff;
  box-shadow: 0 0 4px #00000052;
  padding: 15px;
  border-radius: 5px;
}

.newtbl-box .top-new-heading {
  background: #d88900;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: normal;
}

.newtbl-box  .new-tb-box {
  margin-top: 20px;
}

.newtbl-box .new-tb-box table tr th {
  background: #f7ad8b;
  color: #000;
}

.newtbl-box .new-tb-box table tr th, .newtbl-box .new-tb-box table tr td {
  border: solid 1px #e9d4cb;
  padding: 10px !important;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
  height: auto !important;
}

.newtbl-box .new-tb-box table tr td{
  text-align: left;
}

.newtbl-box .new-tb-box table tr td a {
  color: #78170c;
}

/*aboutus page*/

.message-main.about-page .inr_content p, .message-main.about-page .inr_content li {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}

.contact-boxes table tr td a{
  color: #1300b3;
}


/*director msg page*/
.message-main.director-msg {
  height: calc(100vh - 410px);
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.message-main.instruction-box .card-body {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.message-main.instruction-box .card-body a {
  color: #1300b3;
}


/*board static page*/

.board-statics .brd-accrdn h2.accordion-header button {
  background: #ffdcd9;
  color: #000;
  border-radius: 5px;
  font-weight: 600;
}

.board-statics .brd-accrdn h2.accordion-header {
  margin-bottom: 10px;
}

.board-statics .brd-accrdn .inner-tbls table tr td, .board-statics .brd-accrdn .inner-tbls table tr th {
  padding: 5px;
  color: #000;
  border: solid 1px #ccc;
  text-align: center;
}

.board-statics .brd-accrdn .inner-tbls table tr th {
  background: #78170c;
  color: #fff;
}

.board-statics .brd-accrdn .inner-tbls table tr.tr {
  background: #78170c;
}

.board-statics .brd-accrdn .inner-tbls table tr.tr td {
  color: #fff;
  text-align: center;
}

.board-statics .brd-accrdn .inner-tbls {
  margin-bottom: 15px;
}

/*final district list*/
.distict-tbl table tr th, .distict-tbl table tr td {
  color: #000;
  font-size: 16px;
  border: solid 1px #ffd2cc;
}

.distict-tbl table tr th {
  color: #fff;
  background: #78170c;
}

distict-tbl table tr td a {
  color: #78170c !important;
}

.distict-tbl table tr td a {
  color: #78170c;
}

.new-notice .innerlink {
  background: #7f2218;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.new-notice .innerlink a {
  font-size: 28px;
  display: block;
  line-height: normal;
  border-radius: 6px;
  color: #fff;
  animation: blinknew 3s linear infinite;
}

@keyframes blinknew{
  from{
    opacity: 0.2;
  }

  to{
    opacity: 1;
  }
}

.director-msg.scholarship.login-main .login-frm {
  max-width: 560px;
  margin: auto;
  min-height: auto;
}

.director-msg.scholarship.login-main .login-frm .lg-form p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}



/*compartment entry*/

.card-box-new {
  background: #fff;
  padding: 10px;
  border-top: solid 3px #27548a;
  border-radius: 10px;
  box-shadow: 0 0 5px #0000001a;
}

.card-box-new .form-resistration-box h3.tp-new-heading {
  text-align: center;
  font-size: 20px;
  color: #7F2218;
  font-weight: 600;
}

.card-box-new .form-resistration-box .form-group {
  margin-bottom: 10px;
}

.card-box-new .form-resistration-box .form-group label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card-box-new .form-resistration-box .form-group input, .card-box-new .form-resistration-box .form-group select {
  border: solid 1px #cfcdcd;
  line-height: 1.5em;
  height: auto;
  padding: 10px;
  font-size: 16px;
  color: #000;
  box-shadow: none;
  outline: none;
}

.card-box-new .form-resistration-box .form-group .img-box img {max-height: 100px;width: 100%;object-fit: contain;}

.card-box-new .form-resistration-box .form-group p {
  color: #ec3237;
  margin-bottom: 0;
}

.card-box-new .form-resistration-box .form-heading, .candidate-photo-upload .upr-content .form-heading {
  margin: 10px 0px 20px;
}

.card-box-new .form-resistration-box .form-heading h4, .candidate-photo-upload .upr-content .form-heading h4 {
  margin: 0;
  color: #fff;
  border-bottom: solid 2px #27548a;
  line-height: 1.4em;
  font-size: 16px;
}
.card-box-new .form-resistration-box .form-heading h4 span, .candidate-photo-upload .upr-content .form-heading h4 span {
  display: inline-block;
  background: #27548a;
  padding: 10px 15px 8px;
  text-align: center;
}

.card-box-new .form-resistration-box .form-group p.board-name {
  color: #000 !important;
}

.card-box-new .form-resistration-box .form-group.declration-box {
  padding: 10px;
  background: #fff0e9;
}

.card-box-new .form-resistration-box .form-group.declration-box input {
  position: absolute;
  width: 0;
  height: 0;
}

.card-box-new .form-resistration-box .form-group.declration-box .contnet {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.card-box-new .form-resistration-box .form-group.declration-box .contnet:before, .card-box-new .form-resistration-box .form-group.declration-box .contnet:after {
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
  border: solid 2px #78170c;
  color: transparent;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
}

.card-box-new .form-resistration-box .form-group.declration-box .contnet:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  background: transparent;
}

.card-box-new .form-resistration-box .form-group.declration-box input:checked ~ .contnet:after {
  background: #78170c;
  color: #ffff;
}

.card-box-new .form-resistration-box .form-group.sub-btn, .candidate-photo-upload .upr-content .Photo-upload .form-group.sub-btn {
  text-align: center;
  margin-top: 15px;
}

.card-box-new .form-resistration-box .form-group.sub-btn input, .candidate-photo-upload .upr-content .Photo-upload .form-group.sub-btn input,
.card-box-new .form-resistration-box .form-group.sub-btn button, .candidate-photo-upload .upr-content .Photo-upload .form-group.sub-btn button {
  width: auto;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 8px;
  border: solid 2px #27548a;
  color: #fff;
  text-decoration: none;
  background: #27548a;
  transition: 0.3s all ease;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  line-height: 1.3em;
  white-space: normal;
}

.card-box-new .form-resistration-box .form-group.sub-btn input:hover, .candidate-photo-upload .upr-content .Photo-upload .form-group.sub-btn input:hover,
.card-box-new .form-resistration-box .form-group.sub-btn button:hover, .candidate-photo-upload .upr-content .Photo-upload .form-group.sub-btn button:hover {
  background: #d88900;
  border-color: #d88900;
}

.card-box-new .form-resistration-box .form-group a {
  word-break: break-all;
}

.form-resistration-box .other-details {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.card-box-new .form-resistration-box .form-group .chck-bx label {
  margin-right: 10px;
}
/*responsive*/

@media (max-width:1399px){
  .up-slider .slider-box .caption-box h3{
    font-size: 40px;
  }

  .side-box-new .btm-icons ul li{
    padding: 5px 10px;
  }
  .side-box-new .btm-icons ul li a span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  .new-notice .innerlink a {
    font-size: 23px;
  }

  .msg-box .btm-faculties .box .deg-box h3 {
    font-size: 16px;
  }

  .msg-box .btm-faculties .box .heading {
    margin: 7px 0px;
  }

  .message-main.director-msg{
    height: 100%;
  }

  .up-slider .slider-box .img-box{
    height: 328px;
  }

  .Counter-box-main .counter-box p {
    font-size: 18px;
  }
}

@media (max-width:1199px){
  .up-slider .slider-box .caption-box h3 {
    font-size: 30px;
  }

  .msg-box p{
    font-size: 14px;
  }

  .msg-box .btm-faculties .box .heading{
    font-size: 13px;
  }

  .msg-box .btm-faculties .box .deg-box h3{
    font-size: 12px;
  }

  .msg-box .btm-faculties .box .deg-box {
    min-height: 42px;
  }

  .what-new h5{
    font-size: 13px;
  }

  .top-header .tp-top-btns {
    display: none;
  }

  .top-header .col-lg-4 {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }


  .Counter-box-main .counter-box a {
    padding: 15px 10px;
  }

  .Counter-box-main .counter-box p {
    font-size: 15px;
    margin: 0px 0px 0px;
  }

  .counter-icon {
    margin-bottom: 10px;
  }
}

@media (max-width:991px){
  .top-header .logo-box {
    padding: 10px;
    height: 60px;
    margin: 0;
  }

  .top-header .logo-box img{
    width: auto;
  }

  .top-header {
    position: relative;
    z-index: 1;
    background: #fff;
    background: #fff;
  }

  .btm-header .main-menu {
    position: absolute;
    left: -100%;
    top: 60px;
    width: 100%;
    background: #27548A;
    height: 100vh;
    transition: 0.5s all ease;
    overflow: auto;
    padding-bottom: 80px !important;
    z-index: 9999;
  }

  .btm-header ul.main-menu li {
    display: block;
  }

  .btm-header ul.main-menu li.dropdowns.ml-auto a {
    background: transparent;
    color: #fff;
    padding: 13px 15px;
  }

  .btm-header ul.main-menu li.dropdowns ul.sub-menu, .btm-header ul.main-menu li.dropdowns:hover ul.sub-menu   {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    right: auto; 
    max-width: 100%;
    display: none;
  }

  .btm-header ul.main-menu li.dropdowns.active ul.sub-menu {
    display: block;
  }

  .btm-header ul.main-menu li:hover a, .btm-header ul.main-menu li.active a{
    background: transparent;
  }

  .btm-header ul.main-menu li.dropdowns span {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 12px;
  }

  .btm-header ul.main-menu>li {
    border-bottom: solid 1px #fdfdfd4f;
  }

  .menu-open .btm-header .main-menu {
    left: 0;
    display: block;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    z-index: 0;
  }

  .container{
    max-width: 100%;
  }

  .up-slider .slider-box .caption-box h3 {
    font-size: 27px;
  }

  .up-slider .slider-box .caption-box .icon-img {
    position: absolute;
    top: -34px;
    right: -30px;
    width: 64px;
  }

  .sid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
  }

  .sid-boxes .cm-sir-box {
    flex: 0 0 48%;
    margin-bottom: 0;
  }

  .what-new{
    display: none;
  }

  .top-header .col-lg-4 {
    text-align: left;
  }
  .top-header {
    padding: 0;
  }

  .view-in-mob {
    display: flex !important;
  }

  .hide-in-mob {
    display: none !important;
  }

  .message-main .msg-box .icon-img.msn-grv {
    right: -10px;
  }

  .Counter-box-main .counter-box {
    margin-bottom: 13px;
  }
}

@media (max-width:767px){
  .up-slider .slider-box .caption-box h3 {
    font-size: 19px;
  }

  .msg-box .btm-faculties .box {
    flex: 0 0 48%;
    margin-bottom: 10px;
  }

  .new-notice .innerlink a {
    font-size: 16px;
  }

  .message-main.director-msg {
    height: 100%;
  }

  .up-slider .slider-box .img-box {
    height: 218px;
  }
  .new-links-tbs .lnk-tbs ul.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
  }

  .new-links-tbs .lnk-tbs ul.nav li.nav-item button {
    white-space: nowrap;
  }

    .main-new-hm-boxes .new-hm-boxes h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media (max-width:576px){
  .up-slider .slider-box .caption-box{
    padding: 20px;
    width: 79%;
  }

  .up-slider .slider-box .img-box {
    height: 160px;
  }

  .sid-boxes .cm-sir-box {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}