html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@font-face {
  font-family: Cera Pro;
  src: url(../font/Cera_Pro_Medium.otf);
}
@font-face {
  font-family: Cera Pro;
  src: url(../font/Cera_Pro_Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Cera Pro;
  src: url(../font/Cera_Pro_Light.otf);
  font-weight: 300;
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 20%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}
* {
  font-family: Roboto Slab;
}

* {
  margin: 0;
  padding: 0;
}
ol,
ul {
  padding: 0;
}
ol, ul {
  margin-left: 15px;
}
.owl-carousel .owl-item img {
  padding: 0;
  margin: 0;
  width: 100%;
}
a.rd_more.btn {
  background: #fff;
  border-radius: 0;
  color: #00274e;
  padding: 10px 60px 10px 15px;
  /* margin-top: 10px; */
  position: relative;
  font-size: 18px;
}
a.rd_more.btn img {
  position: absolute;
  width: 22px !important;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}
.arrooww button {
  margin: 0 5px !important;
}
.arrooww .owl-nav {
  margin: 0;
}

/*** main-heading ***/

.main_heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.main_heading .btm_ine {
  height: 4px;
  width: 10%;
  background: #3473ad;
  display: inline-block;
}

/*** Navbar ***/
.tP-icon_wrap {
  display: flex;
  align-items: center;
}
.top_icon_main {
  display: flex;
  margin-left: 15px;
  font-size: 13px;
}
.tP-icon_wrap .nav-data {
  margin-left: 15px;
  margin-top: 2px;
}
.nav-section.container .row {
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 8px;
  padding-right: 8px;
}

.header {
  background: linear-gradient(100deg, rgba(21,50,98,1) 0%, rgba(9,9,121,1) 0%, rgba(0,182,219,1) 100%);
  color: #fff;
  padding: 5px 0;
}
ul.navbar-section {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 10px;
}
ul.header-section {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
li.header-item {
  padding: 0px 10px 0 10px;
  font-size: 15px;
}
span.icon_wrap i {
  background-color: white;
  color: #003262;
  height: 30px;
  width: 30px;
  font-size: 18px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.icon_rap i {
  background-color: white;
  color: #003262;
  height: 30px;
  width: 30px;
  font-size: 18px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.icon_rap {
  padding: 0 0 0 30px;
}
li.header-item .search {
  border-radius: 20px;
  width: 135px;
  padding: 10px;
  border: none;
  height: 30px;
}
nav.navbar.navbar-expand-lg.bg-light {
  background-color: white !important;
}

/*** Header ***/
.bgimg {
  background-image: url("../img/Rectangle%2053.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  height: 100vh;
  /* margin-top: 129px; */
  position: relative;
}
.bgimg-text {
  flex-direction: column;
  justify-content: center;
  flex-wrap: unset;
  display: flex;
  /* height: 100%; */
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.text-wrap {
  width: 600px;
  background: rgba(0, 50, 98, 0.6);
  padding: 20px 40px;
  background: rgba(0, 50, 98, 0.4);
}
.text-wrap h3 {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.text-wrap p {
  color: #fff;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.bg-buton {
  background-color: white;
  width: 135px;
  height: 35px;
  left: 259px;
  top: 556px;
  border: none;
  margin-top: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.btnScrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  border: none;
  z-index: 99;
  display: none;
  padding: 10px 18px;
  background: rgba(0, 50, 98, 0.6);
  box-shadow: 1px 0px 8px #00000040;
}
/*** Footer ***/
.footer-section {
  padding-top: 30px;
  background-color: #003262;
  color: white;
}
.useful.links ul li {
  list-style: none;
  padding-bottom: 10px;
  display: flex;
  font-size: 14px;
}
.useful.links ul li.folw {
  font-size: 16px;
}
.row.md-5.logo {
  padding-top: 100px;
  padding-bottom: 40px;
}
.useful.links ul {
  display: initial;
}
.col-md.logo p {
  padding-top: 2px;
  padding-bottom: 25px;
}
span.icn {
  padding-right: 10px;
}
.flw_icon {
  margin-left: 15px;
}
.useful.links {
  margin-top: 20px;
}
.colmn_ftr {
  padding: 50px 0 0;
}
/*** Our Department ***/
.department_wrap {
  padding: 100px 0 50px;
}
.department_wrap .our-department {
  margin-bottom: 30px;
}
.bg-department {
  background-image: url(../img/od_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-attachment: fixed;
}
.bg-department ul {
  margin: 0;
}
.bg-department .card-body {
  padding: 20px 20px 10px;
}
.bg-department .btn {
  float: right;
  position: absolute;
  bottom: 4px;
  right: 0;
  margin-bottom: 2px;
}
.bg-department .btn img {
  height: 30px;
  width: 30px;
  animation: bounceInLeft 2s 1s ease-out infinite;
}
.bg-department .btn:hover img {
  animation-play-state: paused;
}
@keyframes bounceInLeft {
  0% {
     opacity: 0;
     transform: translateX(-5px);
  }
  60% {
     opacity: 1;
     transform: translateX(5px);
  }
  80% {
     transform: translateX(-5px);
  }
  100% {
     transform: translateX(0);
  }
}
.btnScrollToTop {
  animation: bounceInTop 2s 1s ease-out infinite;
}
@keyframes bounceInTop {
  0% {
     transform: translateY(-2px);
  }
  60% {
     transform: translateY(2px);
  }
  80% {
     transform: translateY(-2px);
  }
  100% {
     transform: translateY(0);
  }
}
.bg-department .card {
  border-radius: 0;
  border: 0;
}
.bg-department img {
  border-radius: 0;
}
h4.card-title.fnt {
  font-size: 17px;
}
.card-body p {
    font-size: 14px;
}
.department {
  transition: ease 1s all;
}
.department:hover {
  transform: translateY(-10px);
}
.footer_copiright p {
  margin: 0;
}
.footer_copiright .row {
  padding: 10px 10px 25px;
}

/*** Student clubs ***/
.art.container {
  display: flex;
  justify-content: space-between;
}
.art-club h6 {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.art-club {
  text-align: center;
}
.art-club img {
  width: 200px !important;
  height: 200px;
  margin: 0 auto !important;
  transition: ease 1s all;
  transform: scale(.7);
}
.art-club img:hover {
  transform: scale(1);
}
/*** College gallery ***/
.ex_clg .main_heading {
  margin-bottom: 30px;
}

section.ex_clg {
  padding: 50px 0;
}
.icnn img {
  height: 100px;
  width: 100px;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  height: 100%;
}
.gallery_action {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  transform: translateY(-50%);
  right: 0;
  justify-content: space-between;
  padding: 40px;
}

.gallery_action .cntnt {
  color: #fff;
}

.glry_img {
  position: relative;
}

.gallery_action p {
  margin: 0;
  font-size: 32px;
}

.gallery_action h4 {
  margin: 0;
  font-size: 64px;
}

.gallery_action .icnn {
  margin-left: 100px;
}
.video-bg {
  background: url(../img/video-bg.png);
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
section.events-sec .pulse img {
  width: 30px;
}
.heart {
  margin-top: 5px;
  animation: pulse-heart 1s ease-in-out infinite;
  width: 30px !important;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /*height: 80px;*/
  /* background-image: url(PATH_TO_PLAY_BUTTON_IMAGE); */
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.play-button span.video_gallery_title{
	font-size: 50px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
	font-weight: 600;
}
.pulse {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.pulse::before {
  animation: pulse-circle 2s ease-out infinite;
}
.pulse::before, .pulse::after {
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #003262;
  content: "";
}
.pulse::after {
  animation: pulse-circle 2s 1s ease-out infinite;
}
/* pulse animation of heartbeat */
@keyframes pulse-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* pulse animation of circle */
@keyframes pulse-circle {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
#container-pulse {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.box-pulse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.row.colge p {
  margin: 0;
  font-size: 19px;
}
.number_icon h2 {
  font-size: 40px;
}
.colge {
  text-align: center;
  color: white;
  padding: 30px 0;
  /* background-color: #003262; */
  position: relative;
}
.clg_gallery {
  /* margin-bottom: -100px; */
  position: relative;
}
.galry {
  background-image: url(../img/Rectangle89.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/*** Placements ***/

.hcl.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.plcmnt {
  padding: 50px 0;
}
.plcmnt-img.wow.zoomIn {
  width: 100px;
  margin: auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studnt {
  padding: 50px 0 100px;
}
.studnt-clubs .main_heading {
  margin-bottom: 50px;
}
.our-plcmnt {
  margin-bottom: 50px;
}

/*** upcoming event ***/

.upcoming_eve .oct.container {
  margin-bottom: 20px;
  padding: 0;
}
.upcoming_eve .card-body {
  padding: 0 30px;
  margin-top: 13px;
}
.upcoming_eve .main_heading {
  margin-bottom: 30px;
}
.upcoming_eve .card {
  border: none;
  border-radius: 0 !important;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}
.upcoming_eve .card img {
  border-radius: 0 !important;
}
h4.card-title {
  font-size: 16px;
}
.upcoming_eve {
  padding: 50px 0 0;
}
.grid_btn_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom:0;
  margin-bottom: 20px;
}
.grid_btn_flex p {
  margin: 0;
}
.grid_btn_flex .btn img {
  width: 40px;
}

.bg_fnt_wrap {
  background: url(../img/half_border.png);
  /* padding: 80px; */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_img_font {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bg_p_font {
  margin: 0;
  font-size: 25px;
  text-align: center;
  color: #3473ad;
  margin-top: 20px;
  background-image: linear-gradient( -225deg, #3473ad 0%, #44107a 29%, #ff0064 50%, #20a9d4 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  /* display: inline-block; */
  /* font-size: 190px; */
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.up-dte {
  background-color: #003262;
  height: 70px;
  width: 70px;
  text-align: center;
  color: white;
  padding-top: 10px;
}

/*** Research ***/
.card.h-100.gide {
  background-image: url("../img/Rectangle25.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.col-lg-4.serch ul {
  /* background-color: #003262; */
  color: white;
  padding: 20px;
  text-align: center;
  margin: 0;
}
/* .resrch_clmn img {
  height: 35px;
  width: auto;
} */
.resrch_clmn .row {
  margin: 0;
  width: 100%;
}
.resrch_clmn .number {
  font-size: 40px;
}

.resrch_clmn .card-title {
  font-size: 20px;
  font-weight: 400;
  color: #B8B5B5;
}
.resrch_clmn {
  background-image: url("../img/reserch_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  height: calc(100% - 114px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.resrch_clmn::after, .glarry_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; /* change the color as needed */
  mix-blend-mode: multiply;
  opacity: 0.5; /* change the opacity as needed */
  filter: brightness(0.7); /* adjust the brightness as needed */
  pointer-events: none;
}
.resrch_clmn .row {
  z-index: 1;
}
.hd_activites .card-body ul {
  margin: 0;
}

.hd_activites .card-body .card-title {
  font-size: 32px;
  font-weight: bold;
}

.hd_activites .card-body p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}
.hd_activites .card-body {
  background: #3473ad;
  color: #fff;
  padding: 20px;
  /* min-height: 439px; */
}
.hd_activites .card {
  border-radius: 0;
  border: none;
}
.at_search {
  padding: 100px 0;
}
.at_search .item.card img {
  width: 100%;
}
.at_search .main_heading {
  padding-bottom: 50px;
}
.at_search .with_arrow .btm_ine {
  width: 70%;
}

/*** News and Events ***/
.blue_br {
  background: #003262;
  min-height: 300px;
  position: relative;
  margin-bottom: -170px;
}
.bg-colr {
  z-index: 1;
  position: relative;
}
.n_e_item {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.14);
  border: 1px solid #e5e5e5;
}
.n_e_item img {
  overflow: hidden;
  transition: ease 1s all;
}
.n_e_item:hover img {
  transform: scale(1.1);
}
.tab-pane .card-img-top {
  height: 300px;
  object-fit: cover;
}
.achiv p {
  font-weight: 300;
  font-size: 16px;
}
.achiv {
  max-width: 550px;
  margin-bottom: 50px;
}
.evnt .color {
  border-left: 40px solid #3473ad;
  background-color: white;
  box-shadow: 0px 4px 50px 10px rgb(0 0 0 / 5%);
  padding: 35px;
}
.col-lg-3.nws {
  padding: 30px 0;
}

/* social-media-section*/
.tst_slider {
  /* background: #003262; */
  color: #fff;
  padding: 0 0 50px;
  display: flex;
  align-items: center;
}
.tst_slider span {
  font-weight: 300;
  font-size: 22px;
}
.tst_slider .name {
  padding-top: 20px;
  margin: 0;
  font-size: 22px;
}
.tst_slider .contentt {
  font-size: 19px;
}
.social_media_sec .main_heading {
  padding-bottom: 50px;
  /* padding-left: 22%; */
}

.s_media {
  /* background: #3473ad; */
  text-align: center;
  height: calc(100% - 112px);
}
.s_media iframe {
  margin-bottom: -150px;
  margin-top: -15px;
  border: 15px solid #fff!important;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  background: #fff;
  max-width: 400px;
}
section.social_media_sec {
  margin-bottom: 150px;
  background: linear-gradient(120deg, rgba(21,50,98,1) 0%, rgba(9,9,121,1) 0%, rgba(0,182,219,1) 100%);
  margin-top: -41px;
  padding-top: 45px;
}

.social_media_sec .col-lg-7,
.social_media_sec .col-lg-5 {
  padding: 0;
}

.our_clg img {
  width: 100%;
}
.clg_gallery .container-fluid {
  padding: 0;
}

.top_info_three img {
  width: 100%;
}
.ftr_link_heading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Testimonial */
.with_arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.with_arrow button {
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: none;
}
.with_arrow button img {
  width: 40px;
}
.social_media_sec .with_arrow button img {
  width: 40px;
  filter: brightness(0) invert(1);
}
.tstmonial_video .main_heading .btm_ine {
  width: 35%;
}

.tstmonial_video {
  padding: 50px 0 100px;
}
.tstmonial_video .main_heading {
  margin-bottom: 30px;
}

.clg_list .our_clg img {
  height: 100%;
}

.row.clg_list .col-sm-6.col-md-4-5.col-lg-1-5 {
  display: flex;
  flex-flow: inherit;
}

.bgimg-text .img.container {
  /* margin-top: -100px; */
}
section.top_info_three {
  padding-top: 70px;
}
.top_info_three .main_img {
  position: relative;
  z-index: 9;
}
.top_info_three .tp_info_text {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(20 15 15 / 69%);
  /* height: 81px; */
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 20px;
  line-height: 1.3;
  z-index: 99;
}
.top_info_three .col-sm-3 {
  position: relative;
}
.top_info_three .tp_arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
.highlights {
  position: relative;
  overflow: hidden;
  transition: 1s ease all;
}

.newman-year {
  font-size: 170px;
  /* background: -webkit-linear-gradient(#eee, #333); */
  background: url(../img/background-gradient-lights.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: top left;
  /* text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25); */
  animation: mymove 1s infinite;
}
@keyframes mymove {
  50% {background-position: bottom right;}
}
.clg_list .our_clg {
  position: relative;
  margin-top: 10px;
  width: 100%;
}

.clg_list .our_clg h4 {
  position: absolute;
  width: 100%;
  background-color: rgb(20 15 15 / 69%);
  color: #fff;
  height: 80px;
  text-align: center;
  font-size: 22px;
  display: flex;
  align-items: center;
  bottom: 0;
  margin: 0;
  justify-content: center;
  transition: linear .5s;
}
.clg_list .our_clg.top h4 {
  top: 0;
}
/*.clg_list .our_clg:hover h4 {
  animation: totop 1s ease forwards;
} */
@keyframes totop {
  0% {
     opacity: 0;
     height: 80px;
  }
  100% {
    height: 100%;
  }
}
.n_e_item .n_e_content p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.n_e_item .n_e_content h3 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
}
.n_e_item .n_e_content h3 ~ p {
  font-size: 14px;
}
.n_e_item span.event-date {
    display: block;
    margin-bottom: 20px;
}
.n_e_item .n_e_content .read_mre {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
a.read_mre img {
  height: 30px;
  width: 30px;
  animation: bounceInLeft 2s 1s ease-out infinite;
}
a.read_mre:hover img {
  animation-play-state: paused;
}
.tst_slider .item_slide img {
  width: auto;
  margin: 0 auto;
}

.header-item.search_itm {
  position: relative;
  padding: 0;
}
.search_itm .fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #000;
  transform: translatey(-50%);
}

/* Sticky Elemnts */

.sticky_social_media {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1;
  background: rgba(6, 46, 82, 0.6);
  transform: translatey(-50%);
  padding: 5px;
  z-index: 99;
}

.sticky_social_media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky_social_media li {
  padding: 10px 8px;
}

.sticky_social_media li i {
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky_social_media li a {
  text-decoration: none;
}

.whatsapp_sticky {
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  padding: 10px 18px;
  background: rgba(0, 50, 98, 0.6);
  box-shadow: 1px 0px 8px #00000040;
}
.fa-angle-up {
  color: #fff;
}
.whatsapp_sticky img {
  height: 70px;
}
.sticky_side_link {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translatey(-50%);
  z-index: 9999;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.sticky_side_link li {
  background: rgba(6, 46, 82, 0.6);
  margin: 10px 0;
  padding: 0;
}
.sticky_side_link li a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  display: block;
}
.sticky_side_link ul {
  list-style: none;
  margin: 0;
}
/*.sticky_side_link ul li:first-child {
  text-align: right;
  background: none;
}
.sticky_side_link ul li:first-child a {
  display: inline-flex;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  margin-right: 30px;
  height: 60px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 50px rgb(0 0 0 / 15%);
}*/

.evnt .with_arrow .btm_ine {
  width: 100px;
}
.studnt-clubs .btm_ine {
  width: 100px;
}
.social_media_sec .btm_ine {
  width: 100px;
}

.inner-banner {
  margin-top: 139px;
}
li.header-item a {
  color: #fff;
  text-decoration: none;
  padding: 0px 10px 0 10px;
  font-size: 14px;
  margin-top: 5px;
}
li.header-item a:hover {
  text-decoration: underline;
  color: #ccccd9;
}
.nav-tabs .nav-link {
  border: 0;
  border-right: 1px solid #000 !important;
  border-radius: 0;
  padding: 0 10px;
  font-weight: 700;
font-size: 32px;
line-height: 42px;
display: flex;
align-items: center;

color: #000000;
}
.nav-tabs .nav-link.active {
  color: #003262;
  position: relative;
  }
.nav-tabs .nav-link:last-child {
  border-right: 0 !important;
}
div#nav-tab {
  border: 0;
}
.nav-tabs .nav-link.active:after {
  content: '';
  height: 4px;
  width: 125px;
  background: #3473ad;
  position: absolute;
  bottom: -15px;
}
@media screen and (max-width: 991px) {
  .top_info_three .tp_info_text {
    font-size: 24px;
  }
  .top_info_three .tp_info_text {
    font-size: 24px;
    padding: 20px;
    height: 100px;
  }
  .bg_fnt_wrap {
    padding: 50px 20px;
    text-align: center;
  }
  .bg_fnt_wrap img {
    width: 75%;
    margin: 0 auto !important;
  }
  .row.clg_list .lst {
    width: 100%;
    justify-content: space-between;
  }

  .row.clg_list .lst .our_clg {
    width: 48%;
  }
  .gallery_action h4 {
    font-size: 45px;
  }

  .gallery_action p {
    font-size: 26px;
  }

  .gallery_action .icnn {
    margin-left: 50px;
  }

  .icnn img {
    height: 70px;
  }

  .gallery_action {
    top: 40%;
  }
  .upcoming_eve .col-sm-6.col-lg-4 {
    margin-bottom: 20px;
  }
  .col-lg-3.col-sm-6.department {
    margin-bottom: 20px;
  }
  .at_search .main_heading {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .at_search {
    padding-top: 50px;
  }
  .social_media_sec .main_heading {
    padding-left: 30px;
  }
  .social_media_sec .col-lg-7 .main_heading {
    padding-top: 50px !important;
  }
  .footer-section .col-md.ms-5.logo {
    margin-left: 0 !important;
  }
  .footer-section .col-md.logo {
    margin-top: 50px;
  }
  .row.colmn_ftr {
    padding-top: 0;
  }
  .number_icon h2 {
    font-size: 30px;
  }
  .hd_activites .card-body .card-title {
    font-size: 25px;
  }
  .hd_activites .card-body p {
    font-size: 18px;
  }
  .resrch_clmn .number {
    font-size: 25px;
  }
  .resrch_clmn .card-title {
    font-size: 18px;
  }
  .tst_slider .name {
    font-size: 20px;
  }
  .tst_slider span {
    font-size: 18px;
  }
  .tst_slider .contentt {
    font-size: 15px;
  }
  .text-wrap h3 {
    font-size: 36px;
    line-height: 45px;
  }
  .play-button span.video_gallery_title{
	  font-size: 30px;
	  line-height: 35px;
  }
}
/*### MENU START HERE ###*/

@media (min-width:991px) {
  .w-menu ul{
      margin:0px 0px 0px 0px;
       padding:0px 0px 0px 0px;
      }
  .w-menu ul li{
      float:left;
      list-style:none;
      position: relative;
      }
  .w-menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight:500;
    display: block;
    padding: 8px 10px;
  }
  .w-menu ul li a{
      text-decoration:none;
      z-index: 9999;
      }
  .w-menu ul.sub-menu li a:hover{
      text-decoration:none;
      color: #f1f1f1;
      }
  .w-menu ul li li a{
      border:none !important;
      transition: 0.3s;
      }
  .w-menu ul li li a:hover{
      /* padding-left:20px; */
      }
  .w-menu ul li > ul,
  .w-menu ul li li > ul,
  .w-menu ul li li li > ul,
  .w-menu ul li li li li> ul,
  .w-menu ul li li li li li > ul {
   display: none;
   text-align:left;
    }
  
  .w-menu ul li:hover > ul,
  .w-menur ul li li:hover > ul,
  .w-menu ul li li li:hover > ul,
  .w-menu ul li li li li:hover > ul,
  .w-menu ul li li li li li:hover > ul {
    position: absolute;
    z-index: 10;
    width: 180px;
    line-height: 20px;
    display: block;
  }
  
  .w-menu ul ul li ul {
    top: 0;
    left: 179px;
    min-height: 100%;
  }
  .w-menu ul ul li {
  position: relative;
  width:100%;
  }
  .w-menu ul ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding:7px 16px;
    border-top: 1px solid #000;
    /* border-bottom: 1px solid #c1bdbd !important; */
    z-index: 999999;
    padding-right: 20px;
  }
  .w-menu > ul > li:hover > a,
  .w-menu > ul > li a.acitve {
  color:#ffb3b0;
  }
  
  .w-menu ul li:hover > ul,
  .w-menu ul li li:hover > ul,
  .w-menu ul li li li:hover > ul,
  .w-menu ul li li li li:hover > ul,
  .w-menu ul li li li li li:hover > ul {
    background-color: #ffffff;
  }
  .w-menu ul ul li:hover > a {
    background-color: #3f6a95;
  }
  .w-menu .sub-menu li:hover span.arrow-plus{
    right: 8px;
  }
  .w-menu ul li span.arrow-plus{
      position:absolute;
      display:block;
      /* z-index:99; */
      right: 0px;
      top:8px;
      cursor:pointer;
      text-align:center;
      height:auto;
      }
  .w-menu .sub-menu span.arrow-plus{
    top: 0;
  }
  .w-menu .sub-menu {
    background-color: rgba(0, 50, 98, 0.6) !important;
  }
  .w-menu .sub-menu li:first-child {
    margin-top: 10px;

  }
  .w-menu .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  .w-menu ul li span.arrow-plus:after{
      font-family: FontAwesome;
      content: "\f107";
      color: #383535;
      font-size:14px;
      }
  .w-menu ul li li span.arrow-plus{
      padding-top:5px;
      padding-right:5px;
      }
  ul.sub-menu li {
      /* background: #06315c; */
      /* border-bottom: 1px solid #CCC; */
  }
  .w-menu ul ul li:hover > a {
    background-color: #003262;
    margin: 0 5px;
  }
  .sub-menu li span.arrow-plus:after {
      color: #fff !important;
  }
  .w-menu .sub-menu li:hover > a {
    margin: 0 5px;
  }
  } 
  @media (max-width:1400px) {
    .gallery_action h4 {
      margin: 0;
      font-size: 50px;
    }
    .gallery_action p {
      margin: 0;
      font-size: 28px;
    }
    .icnn img {
      height: 75px;
      width: 75px;
    }
    div#counters_1 img {
        width: 50px;
    }
  }
  @media (min-width:1024px) and (max-width: 1200px)  {
    .tst_slider .item_slide {
        padding: 0 20px;
    }
    
  .hd_activites .card-body {
    min-height: 498px;
  }
  .w-menu ul li a {
    font-size: 13px;
    padding: 8px 9px;
  }
  li.header-item a {
    color: #fff;
    text-decoration: none;
    padding: 0px 7px 0 7px;
    font-size: 13px;
    margin-top: 5px;
}
.up-dte {
  height: 50px;
  width: 50px;
  padding-top: 5px;
}
i.header-item {
  padding: 0px 5px 0 5px;
  font-size: 13px;
}
  }
  @media (max-width:991px) {
    .text-wrap {
      max-width: 500px;
      margin-left: 30px;
    }
    .clg_list a {
      width: 100%;
    }
    .top_icon_main {
      justify-content: center;
    }
  .mobile-menu-icon{
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #003262;
      display: block;
      right: 50px;
      cursor:pointer;
      top: 25%;
      z-index:99;
      text-align:center;
      transition: 0.3s;
      padding-top: 15px;
      }
  .mobile-menu-icon:after{
      font-family: FontAwesome;
      content: "\f0c9";
      line-height:20px;
      font-size: 28px;
      font-weight:400;
      color:#FFF;
      display: inherit;
      }
  .mobile-menu-icon.icon-open{
      transition: 0.3s;
      right:299px;
      }
  .mobile-menu-icon.icon-open:after{
      content: "\f00d";
      }
  .mobile-menu{
        position: fixed;
        z-index: 99;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        /*overflow-y: scroll;*/
        background: #003262;
        /*background: rgba(0, 50, 98, 0.6);*/
        transition: 0.3s;
        padding: 30px 15px;
      }
  .mobile-menu.menu-open{
      right:0px;
      transition: 0.3s;
  }
  
  .w-menu ul{
      padding:0px;
      margin:0px;
      }
  .w-menu ul li{
      float:none;
      list-style:none;
      position:relative;
      }
  .w-menu ul li a {
    color: #fefefe;
    font-size: 13px;
    display: block;
    padding:7px 10px;
    border-top: 1px solid rgba(255,255,255,0.045);
    border-bottom: 1px solid rgba(0,0,0,0.045);
    text-decoration: none;
    font-size: 15px;
  }
  .w-menu ul li a:hover {background-color: #366797;text-decoration: none;}
  .w-menu ul li ul{
      display:none;
      }
  .w-menu ul li span.arrow-plus{
      position:absolute;
      width:25px;
      height:25px;
      border:solid 1px #FFF;
      display:block;
      z-index:99;
      right:2px;
      top:6px;
      cursor:pointer;
      text-align:center;
      padding-top:2px;
      }
  .w-menu ul li span.arrow-plus:after{
      font-family: FontAwesome;
      content: "\f067";
      color:#FFF;
      font-size:14px;
      top: -2px;
      position: relative;
      }
  .w-menu ul li span.arrow-minimize:after{
      content: "\f068";
      font-size:14px;
      }
  .w-submenu{
      display:block !important;
      background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
      }
  
  }
@media screen and (max-width: 920px) {
  li.header-item .search {
    width: 600px;
  }
  ul.header-section {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .n_e_item .n_e_content .read_mre {
    position: inherit;
  }
  .text-wrap {
    max-width: 300px;
    margin-left: 0;
}
.bg_img_font {
  margin-top: 10px;
}
  .glarry_img img {
    width: 100%; 
  }
  .text-wrap h3 {
    font-size: 32px;
    line-height: 40px;
}
  .upcoming_eve .card-body {
    min-height: auto;
}
.inner-banner {
  margin-top: 197px;
}
.grid_btn_flex {
  position: inherit;
  margin-bottom: 15px;
}
.bg_fnt_wrap {
  padding: 5px 10px;
}
.newman-year {
  font-size: 100px;
}
.bg_p_font {
  font-size: 13px;
  margin-top: 0;
}
.newman-year {
  font-size: 100px;
}
.department_wrap {
  padding: 50px 0 0;
}
.studnt {
  padding: 0 0 50px;
}
.studnt {
  padding: 0 0 50px;
}
  .clg_list a{
    width: 100%;
  }
  .hd_activites .card-body {
    min-height: auto;
}
  .top_icon_main {
    justify-content: center;
    flex-wrap: wrap;
    display: none;
  }
  .mobile-menu-icon {
    right: 15px;
  }
  li.header-item {
    padding: 0;
  }
  ul.header-section {
    margin-top: 15px;
  }
  .top_info_three .tp_info_text {
    font-size: 18px;
    padding: 10px;
    height: 65px;
  }
  .top_info_three .tp_arrow {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 35px;
  }
  .clg_list .our_clg h4 {
    font-size: 20px;
    height: auto;
    height: 60px;
  }
  .bgimg {
    height: calc(100vh - 197px);
    margin-top: 197px;
  }

  .header-item.search_itm {
    margin: 15px 0 5px;
    width:100%
  }

  li.header-item .search {
    width: 100%;
  }
  .tP-icon_wrap {
    width: 100%;
    justify-content: center;
  }
  .footer-section .col-md.logo {
    margin-top: 30px;
  }
  .col-md.logo p {
    padding-bottom: 0;
  }
  .gallery_action p {
    font-size: 20px;
  }

  .gallery_action h4 {
    font-size: 35px;
  }

  .icnn img {
    height: 50px;
    width: auto;
  }
  .tst_slider .item_slide {
    padding: 0 20px;
  }
  .s_media iframe {
    max-width: 320px;
    border: 10px solid #fff;
  }
  .gallery_action .icnn {
    margin-left: 19px;
  }
  .clg_gallery {
    margin: 0;
  }
  .gallery_action {
    top: 50%;
  }
  .with_arrow .arrooww {
    width: 30%;
  }
  .with_arrow button img, .social_media_sec .with_arrow button img {
    width: 33px;
  }

  .with_arrow button {
    padding: 0 !important;
  }

  .main_heading h2 {
    font-size: 25px;
  }
  .evnt .color {
    border-left: 20px solid #3473ad;
    padding: 20px;
  }
  .art-club img {
    width: 130px !important;
    height: 130px !important;
  }
  .sticky_side_link ul li {
    display: none;
  }
/*  .sticky_side_link ul li:first-child {
    display: block;
  }*/
  .sticky_side_link {
    top: unset;
    bottom: 50px;
  }
  .sticky_side_link ul li:first-child a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .tab-pane .card-img-top {
    height: 600px;
  }
  .bg_p_font {
    font-size: 20px;
    margin-top: 0;
  }
  .newman-year {
    font-size: 162px;
  }
  .pulse {
    width: 70px;
    height: 70px;
}
  .plcmnt-img.wow.zoomIn {
    width: 80px;
    height: 80px;
  }
  .nav-tabs .nav-link {
    line-height: 25px;
    font-size: 20px;
  }
  .nav-tabs .nav-link.active:after {
    width: 37px;
  }
  .bg_fnt_wrap {
    padding: 0px 20px 0;
}
}
/* custom added by Dileep*/
.useful.links ul li a {
  color: #fff;
  text-decoration: none;
}
.useful.links ul li a:hover {
	text-decoration: underline;
}
.inner-banner img {
  width: 100%;
}
.inner-mid {
  margin: 30px 0;
}
.inner-cnt {
  display: block;
  text-align: justify;
  line-height: 30px;
  padding: 20px;
}
.left-img-cnt img {
  float: left;
  margin: 10px 20px;
  margin-left: 0;
}
.rght-img-cnt img {
  float: right;
  margin: 10px 20px;
  margin-right: 0;
}
.upcoming_eve .card-body{
	min-height: 350px;
}
/* .bg-department .card-body {
  min-height: 230px;
} */
.art-club a {
  color: #000;
  text-decoration: none;
}
.tst_slider .item_slide img {
  border-radius: 50%;
  width: 196px;
  height: 196px;
  object-fit: cover;
}



.inner-cnt h1 {
    margin-bottom: 30px;
	text-align: left;
}
.inner-cnt ul {
    margin-left: 15px;
}
.page_sidebar ul {
    list-style: none;
}
.useful-links {
    padding: 10px 10px;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 5px;
    margin-bottom: 40px;
    background: #003262;
}
.useful-links h2 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: .5px solid #6684a1;
    padding-bottom: 2px;
    margin: 0 -10px;
	color: #fff;
    padding: 10px;
}
.useful-links ul li {
    padding: 6px 0;
    border-bottom: 1px dotted;
}
.useful-links ul li a {
    text-decoration: none;
    color: #003262;
}
.useful-links ul li a:hover {
    color: #e18487;
}
.faculty-box {
    text-align: center;
    box-shadow: 2px 2px 8px #ccc;
    margin: 10px 0;
    padding: 20px;
    padding-top: 50px;
    border-radius: 10px;
	min-height: 450px;
}
.faculty-box img {
    margin-bottom: 20px;
    max-height: 150px;
    width: auto;
}
.faculty-box p {
    line-height: 24px;
}
.viewmore a {
    background-color: #003262;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.viewmore a:hover {
    color: #b8c4cf;
}
.contact-ads {
    background-color: #003262;
    color: #fff;
    padding: 10%;
    height: 100%;
}
.contact_form {
    padding: 10%;
    height: 100%;
    box-shadow: 4px 2px 8px #003262;
}
.contact_form textarea {
    height: 100px;
    width: 100%;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 10px;
}
.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
.contact_form input[type=submit] {
    border: 1px solid #CCC;
    width: 100%;
    background-color: #003262;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}

.two_col_content, .three_column_content, .four_column_content {
    margin: 50px 0;
}

.two_col_content .col-1, .two_col_content .col-2 {
    width: 50%;
    float: left;
    padding-right: 3%;
}
.three_column_content .col-1, .three_column_content .col-2, .three_column_content .col-3{
	width: 33.33%;
    float: left;
    padding-right: 3%;
}
.four_column_content .col-1, .four_column_content .col-2, .four_column_content .col-3, .four_column_content .col-4{
	width: 25%;
    float: left;
    padding-right: 3%;
}
.footer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 43 78 / 77%);
}
footer .container.text, footer .footer_copiright.container {
    position: relative;
}
li.location_icon {
    border-radius: 10px;
    padding: 8px 0;
}
li.location_icon i {
    font-size: 29px;
    margin-left: 7px;
    padding-top: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    background-color: #173555;
}
li.location_icon span {
    padding-top: 4px;
    padding-left: 10px;
    font-size: 16px;
}
@media (max-width:991px) {
	.two_col_content .col-1, .two_col_content .col-2 {
		width: 100%;
		padding: 3%;
		float: none;
	}
	.three_column_content .col-1, .three_column_content .col-2, .three_column_content .col-3{
		width: 100%;
		padding: 3%;
		float: none;
	}
	.four_column_content .col-1, .four_column_content .col-2, .four_column_content .col-3, .four_column_content .col-4{
		width: 100%;
		padding: 3%;
		float: none;
	}
}

nav.navbar {
    padding: 0;
}
.top_icon_main ul {
    margin-bottom: 0;
}
.top_icon_main ul li {
    list-style: none;
    float: left;
}
.top_icon_main ul li a {
    padding: 5px 9px;
    color: #f9f4f4;
    font-size: 19px;
}
.upcoming_eve .card-body .up-dte p {
    font-size: 19px;
    font-weight: bold;
}

/*side menu START*/
.btn_sidemenu{
    position: relative;
    top: 10px;
    left: 45px;
    height: 37px;
    width: 37px;
    text-align: center;
    background: #1b1b1b;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
	display: none;
	 box-sizing: border-box;
}
.btn_sidemenu.click{
  left: 260px;
}
.btn_sidemenu span{
    color: white;
    font-size: 15px;
    line-height: 36px;
}
.btn_sidemenu.click span:before{
  content: '\f00d';
}
.sidemenu{
  position: relative;
  width: 100%;
  height: 100%;
  left: 0px;
  transition: left 0.4s ease;
}
.sidemenu.show {
    right: 0;
    left: auto;
    z-index: 9999999;
    top: 20%;
    max-height: 300px;
    overflow-y: scroll;
}
.sidemenu .text{
  color: white;
  font-size: 19px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
nav.sidemenu ul{
  width: 100%;
  list-style: none;
}
nav.sidemenu ul li{
  line-height: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav.sidemenu ul li:last-child{
  border-bottom: 0;
}
nav.sidemenu ul li a{
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-left: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}
nav.sidemenu ul li.active a{
    color: #0077ae;
    border-left-color: #0077ae;
}
nav.sidemenu ul li a:hover{
  background: #e7e7e7;
}



nav.sidemenu ul li.active ul{
 transition: all 0.5s;
}
nav.sidemenu ul ul{
  position: static;
  display: none; 
}

nav.sidemenu ul.show{
  display: block;
  transition: all 0.5s;
}

nav.sidemenu ul ul li{
  line-height: 30px;
  border-top: none;
}
nav.sidemenu ul ul li a{
  font-size: 12px;
  color: #fff;
  
}
nav.sidemenu ul li.active ul li a{
  color: #fff;
  border-left-color: transparent;
}

.sidemenu a:hover{
  color: #0077ae !important;
}
nav.sidemenu ul ul li a:hover{
  color: #003362 !important;
}
nav.sidemenu ul li a span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  transition: transform 0.4s;
}
nav.sidemenu ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}

/*@media screen and (max-width: 991px) {
  .sidemenu{
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  left: -250px;
	  background: #1b1b1b;
	  transition: left 0.4s ease;
	}
	.btn_sidemenu{
		display: block
	}
}*/
/*side menu END*/

.cta_button a {
    height: 100%;
    font-size: 22px !important;
    text-align: center !important;
    display: block !important;
    min-height: 220px;
    width: 100% !important;
}
.cta_button a span.sow-far {
    width: 100%;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    font-size: 46px;
    min-height: 60px;
    border-bottom: 1px dotted;
}
/*Alumni plugin css*/
.alumni-registration input[type=email], .alumni-registration input[type=password], .alumni-registration input[type=text], .alumni-registration textarea {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-family: arial;
    border: 1px solid #ccc;
    margin: 4px 0;
}
.alumni-registration select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-family: arial;
    border: 1px solid #ccc;
    margin: 4px 0;
}
.alumni-registration #repeat-div, .alumni-registration .repeat-div .alumni-row-in {
    border: 1px solid #CCC;
    padding: 10px;
    margin: 20px 0;
    background-color: #f1f1f1;
}
.alumni-registration span.add-cse-btn a {
    border: 1px solid;
    padding: 5px 20px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #094883;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.alumni-registration h3 {
    font-size: 19px;
    font-weight: 700;
    color: #08447a;
}
.alumni-registration input[type=submit] {
    background-color: #0c4b87;
    width: 100%;
    margin: 50px 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.alumni-registration .error {
    color: red;
    font-size: 13px;
    font-family: arial;
}
.form-group.alumni_login {
    border-radius: 10px;
    max-width: 70%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
    box-shadow: 2px 2px 8px #ccc;
}
.form-group.alumni_login input {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
.form-group.alumni_login input[type=submit] {
    background-color: #073f74;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.form-group.alumni_login label.error {
    color: red;
    text-align: left;
    width: 100%;
    font-size: 13px;
}
.fgt-row .fg1 {
    float: left;
    color: #073f74;
}
.fgt-row .fg2 {
    float: right;
    color: #073f74;
}
.content-text {
    margin-top: 30px;
}
.profile-row {
    margin: 9px 0;
    border-bottom: 1px dotted #CCC;
}
.profile-row label {
    font-weight: bold;
    width: 200px;
    border-right: 1px solid #CCC;
    margin-right: 10px;
}
.profl-img img {
    max-width: 200px;
    width: auto;
    height: auto;
}
.alumni-search input, .alumni-search select {
    padding: 10px;
}
.alumni-search .form-group {
    margin: 10px 0;
}
.alumni-search input[type=submit] {
    background-color: #093c6a;
    width: 300px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
form.alumni.alumni-search {
    margin-bottom: 20px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.search-profile-box a {
    border: 1px solid;
    background-color: #093c6a;
    color: #fff;
}
.search-profile-box {
    padding: 10px;
    border-bottom: 2px dashed #0b4881;
    margin-bottom: 5px;
}
button.btn-change-pass.submit {
    border: 1px solid;
    padding: 5px 20px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #094883;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.alumni-login.change_pwd .btn.submit, .alumni-login.reset_pwd .btn.submit {
    background-color: #0a4a85;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
}
.sow-accordion-panel-header{
	background-color: #003262 !important;
}
.sow-accordion-title {
    font-size: 18px;
    font-weight: 700;
}
table.table td {
    text-align: left;
    border: 1px solid #CCC;
}
table.table th {
    background: #003262;
    color: #fff;
    border: 1px solid;
    padding: 10px;
}
.owl-carousel .owl-item .department .card-img-top {
  height: 250px;
  object-fit: cover;
}
.department_list .so-widget-sow-image {
    padding: 30px 10px;
    box-shadow: 2px 2px 8px #bbb6b6;
    background-color: #f3f3f3;
}
.department_list .sow-image-container {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.department_list .widget-title, .department_list .widget-title a {
    color: #13589b !important;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
.department_list .so-widget-sow-image img {
    margin-bottom: 30px;
}
.department_list .so-widget-sow-image h3, .department_list .so-widget-sow-image h3 a {
    font-size: 23px;
    color: #003262;
    font-weight: bold;
    text-decoration: none;
}
.department_list .so-widget-sow-image:hover {
    box-shadow: 2px 2px 8px #746d6d;
}
.department_list .so-widget-sow-image:hover a {
    color: #6684a0;
}
@media screen and (max-width: 1400px) {
  .tst_slider .item_slide img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
	.cta_button a {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 780px) {
	.cta_button a {
		font-size: 22px !important;
	}
}
.section {
  height: 400px;
  background-color: #f1f1f1;
}
.counter-section {
  background: url('../img/counter-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
}
/* Add a skew transformation to the section separator */
.section-separator {
  transform: skewY(182deg);
  background-color: linear-gradient(14deg, rgba(21,50,98,1) 0%, rgba(9,9,121,1) 0%, rgba(0,182,219,1) 100%);
  height: 80px;
  margin-top: -50px; /* This moves the content of the next section up */
}
.headingg {
  z-index: 99;
  color: #ffff;
}
.events-box {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
    padding: 10px 0;
}
.events-box h3 a {
    color: #003262;
    text-decoration: none;
}
.events-box span.event-date {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    color: #6684a0;
}
.counter-section p.wow.zoomIn.text-muted {
    color: #fff !important;
}
.inner-cnt table {
    width: 100% !important;
}
.inner-cnt table td {
    padding: 10px;
    border: 1px solid #ededed;
}
@media (min-width:1700px) {
  .section-separator {
    transform: skewY(358deg);
    background-color: #003262;
    height: 100px;
    margin-top: -45px;
  }
}
@media (max-width:389px) {
  li.header-item a {
    padding: 0px 4px 0 4px;
    font-size: 13px;
  }
  a.navbar-brand img {
    width: 250px;
  }
  .mobile-menu-icon {
    top: 15%;
  }
}






.news-section {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  background-color: white;
  position: relative;
}

.whats-new-area {
  position: relative;
  float: right;
  margin-top: -36%;
  top: 10px;
  margin-right: 30px;
  height: 360px; /* Adjusted height */
  padding: 20px;
  /* background: rgba(0, 50, 98, 0.4); Updated background color */
  background: linear-gradient(130deg,rgba(21,50,98,1) 0%, rgba(9,9,121,1) 0%, rgba(0,182,219,1) 100%);
  opacity: 0.78;
  border-radius: 10px;
  color: white;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whats-new-area h1 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 5px;
}

.underline {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
}

.tabs {
  display: flex;
  gap: 10px;
  background:transparent;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  z-index: 999;
}

.tab {
  padding: 5px 10px;
  background: transparent;
	border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.tab:hover {
  background: rgba(255, 255, 255, 0.2);
}

.tab.active {
  background: rgba(255, 255, 255, 0.3);
}

.notice-box {
  margin-top: 10px;
  height: 200px;
  overflow: auto;
  border: 1px solid #fff;
  padding: 10px;
  background: rgba(0, 50, 98, 0.4); /* Updated background color */
	border-radius: 5px;
  color: white;
  position: relative;
}

.notice-box ul {
  animation: scroll 10s linear infinite;
  font-size:14px;
}

@keyframes scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.notice-box:hover ul {
  animation-play-state: paused;
}

.notice-box li {
  padding: 5px 0;
}

.notice-box li a {
  text-decoration: none; /* Remove text decoration from anchor tags */
  color: #f2f2f2;
}
.notice-box hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .whats-new-area {
      position: static;
      float: right;
      margin-top: 0;
      margin-right: 0;
      padding: 15px;
      width: 98%;
      margin-right: 7px;
      margin-top: 25px;
      margin-bottom: 25px;
      /* background: rgba(0, 50, 98, 0.4); Updated background color */
      color: white;
      height: auto; /* Adjust height for responsiveness */
  }

  .whats-new-area h1 {
      font-size: 22px;
  }

  .notice-box {
      height: auto; /* Adjust height for responsiveness */
  }

  .notice-box ul {
      animation: none; /* Disable animation on small screens */
  }

  .tabs {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      background: transparent;
      border-radius: 0;
      padding: 0;
      margin-top: 10px;
  }

  .tab {
      width: auto;
      text-align: left;
      border-radius: 0;
      border-left: none;
      border-right: none;
      padding: 5px 15px;
  }

  .tab.active {
      background: rgba(255, 255, 255, 0.2);
  }
}



