@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kelly+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Port+Lligat+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@100;200&display=swap');

body {
  font-family: 'Raleway', sans-serif;

}

.infobtn:hover {
  text-decoration: none;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

.footer {
  position: relative;
  /* left: 0;
  bottom: 0; */
  width: 100%;
  background-color: blue;
  color: white;
  text-align: center;
  z-index: -1;
}


header .container .collegename {
  /* margin-left: 10%;  */
  /* margin-top: 30px; */
  /* font-variant: small-caps; */
  font-weight: bold;

  font-size: 36px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: 'Kelly Slab', cursive; */
  font-family: 'arvo', serif;
  /* font-family: 'Mukta', sans-serif; */

  color: rgb(13, 1, 27);
}

@media (max-width: 991px) {
  header .container .collegename {
    font-size: 21px;
    /* margin-left: 10%;  */
    margin-top: 30px;
    text-align: center;
  }
}

header .container .collegetamil {
  /* margin-left: 10%;  */
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  font-family: 'arvo', serif;

  /* font-family: 'Kelly Slab', cursive; */
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  /* font-family: 'Raleway', sans-serif; */
  /* color: white; */
  /* font-variant: small-caps; */

}

header .container .affilate {
  /* margin-left: 10%;  */
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #716de6;
  font-family: 'ARVO'
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    /* font-family: 'Raleway', sans-serif; */
    /* color: white; */
    /* font-variant: small-caps; */

}

@media (max-width: 991px) {
  header .container .collegetamil {
    font-size: 18px;
    /* margin-left: 10%;  */
    margin-top: 10px;
    text-align: center;
  }

  header .container .affilate {
    /* margin-left: 10%;  */
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #716de6;
    font-family: 'Kelly Slab', cursive;

  }

}


header .container .collegesub {
  /* margin-left: 10%;  */
  /* margin-top: 30px; */
  /* font-variant: small-caps; */
  font-size: 20px;
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: 'Questrial', sans-serif; */
  font-family: 'arvo', serif;

  color: #000000;
  /* font-family: 'Kelly Slab', cursive; */
  font-weight: bold;
}

@media (max-width: 991px) {
  header .container .collegesub {
    font-size: 16px;
    /* margin-left: 10%;  */
    /* margin-top: 30px; */
  }
}

@media (max-width: 400px) {
  header .container .collegesub {
    font-size: 11px;
    /* margin-left: 10%;  */
    /* margin-top: 30px; */
  }

  .btnadm button {
    font-size: 10px !important;
  }
}


.logotitle {
  margin-top: 10px;
  /* float:right; */
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .logotitle {
    float: left;
    margin-left: 33%;
    width: 100px;
    height: 100px;
  }


}

.navbg,
.footerbg {
  /* background-color: #7d2a4d !important; */
  background-color: #4fadad;
  /*09BC8A;
  004346;
    #75DDDD; */
}

.icocolor,
.alumni,
.primarycolor {
  color: #7d2a4d;
}

/* 
carousel CSS */


section {
  width: 100%;
  height: auto;
  background-color: rgb(221, 217, 217);
  z-index: 2;
}

/* overlap */
section .overlap-section {
  margin-top: -158.797px !important;
  z-index: 15;
}

section .overlap-section .box-shadow-large {
  background: #f4d956 !important;
  /* background-image: linear-gradient(to right, #081e32,  #0d3353, #081e32); */
  color: #081e32 !important;
  /* linear-gradient(to right, #fe8182,  #f8a380, #fe8182) */
}

@media (max-width: 991px) {
  .section .overlap-section {
    margin-top: -60px !important;
    z-index: 0;
  }

}

.bottom-padding-50 {
  padding-bottom: 50px !important;
}

.overflow-visible {
  overflow: visible !important;
}

.bg-very-light-desert-storm {
  background-color: #faf6f3;
}

.padding-4-rem-lr {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-2-rem-bottom {
  padding-bottom: 2rem;
}

.padding-2-rem-top {
  padding-top: 2rem;
}

.border-radius-6px {
  border-radius: 6px;
}

.box-shadow-large,
.box-shadow-large-hover:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.bg-white {
  background-color: #FFF;
}


/* height Value */
.m-height-300 {
  min-height: 300px;
}

.m-height-400 {
  min-height: 400px;
}

.m-height-500 {
  min-height: 500px;
}

.m-height-600 {
  min-height: 600px;
}

.m-height-800 {
  min-height: 800px;
}

/*****************************
*	vertical news ticker with image
******************************/
.ticker-wrapper-v-image {
  display: flex;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid rgba(174, 168, 168, 0.39);
  text-align: justify;
}

.news-ticker-v-image {
  list-style: none;
  margin: 0;
  padding: 0;
  animation: tic-v-image 20s cubic-bezier(1, 0, .5, 0) infinite;
}

.news-ticker-v-image:hover {
  animation-play-state: paused;
}

.news-ticker-v-image li {
  margin-bottom: 20px;
}

.news-ticker-v-image .thumbnail {
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 10px;
  display: inline-block;
}

.ticker-wrapper-v-image .clear {
  clear: both;
}

.ticker-wrapper-v-image .news_title a {
  color: #801656;
  font-size: 16px;
  font-weight: bold;
}

.ticker-wrapper-v-image .news_title {
  line-height: 20px;
}

.ticker-wrapper-v-image .news-content {
  color: #1d1d1d;
  font-size: 16px;
}

@keyframes tic-v-image {
  0% {
    margin-top: 0;
  }

  25% {
    margin-top: -16%;
  }

  50% {
    margin-top: -32%;
  }

  75% {
    margin-top: -50%;
  }

  100% {
    margin-top: 0;
  }
}

.ticker-wrapper-v-image .news_title .newspan {
  font-variant: small-caps;
}

.event-area {
  height: 400px;
}

.oswfont {
  font-family: 'Oswald', sans-serif;
}

.lato {
  font-family: 'Oswald', sans-serif;
}

.line-30 {
  line-height: 35px;
}

.nav-menu-bg {
  background-color: #f4e4e4 !important;
}

.btn-style {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.0;
  border-radius: .3rem;
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: #ffd600 !important
}

.navbar-dark .navbar-nav .show>.nav-link {
  color: #ffffff !important
}

.navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255) !important;
}

.btn-fav {
  color: #fff;

  background-color: #20676f;
  border-color: #ffffffd8;
}

.fntawe {
  color: #ffffff !important;
}

.brcrumb {
  background-color: #f4f9fd !important;
}

.bgwhite {
  background-color: #fff !important;
}

ul {
  list-style: none;
}

.vision li::before {
  content: "\204D";
  color: #7d2a4d !important;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.data-tabs a,
a:active,
a:focus {
  color: #f0002d;
}

.data-tabs>li.nav-item>a.nav-link.active,
.nav-tabs>li.nav-item>a.nav-link.active:hover,
.nav-tabs>li.nav-item>a.nav-link:hover {
  background: 0 0;
  border-color: #222;
  border-bottom: 1px solid rgb(34, 34, 34);
  color: #C00404;
  cursor: pointer;

}

.noti-tabs a,
a:active,
a:focus {
  color: #000000;

}

.noti-tabs>li.nav-item>a.nav-link.active,
.nav-tabs>li.nav-item>a.nav-link.active:hover,
.nav-tabs>li.nav-item>a.nav-link:hover {
  background: 0 0;
  border-color: #222;
  border-bottom: 1px solid rgb(34, 34, 34);
  color: #801656;
  cursor: pointer;

}


/* 
team */

.column {
  float: left;
  width: 20%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 50%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.carding {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.contain {
  padding: 0 15px;
}

/* Clear floats */
.contain::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.cardbtn {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.cardbtn:hover {
  background-color: #555;
}

.btn.btn-fast-violet {
  background: #fff;
  border-color: #C00404;
  color: #000;
}

.dgfnt {
  font-size: 13px;
  font-family: 'Arvo', serif;
}


.portfolio {
  background-color: white;

}

.portfolio .section-title h1:before {
  left: 30%;
}

.portfolio .filter-buttons {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.portfolio .filter-buttons ul {
  list-style: none;
  text-align: left;
  padding: 0;
}

.portfolio .filter-buttons ul li {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0px 8px;
  /* text-transform: uppercase; */
  cursor: pointer;
  padding-bottom: 0px;
}

.portfolio .filter-buttons ul li.active {
  color: #febd01;
  border-bottom: 2px solid #febd01;
}

.portfolio .portfolio-gallery {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.portfolio .portfolio-gallery .item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 8px;

}

.portfolio .portfolio-gallery .item .inner {
  position: relative;
}

.portfolio .portfolio-gallery .item img {
  width: 100%;
  display: block;
}

@media(max-width:767px) {

  .portfolio .portfolio-gallery .item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 8px;
  }

}

@media(max-width:500px) {

  .portfolio .portfolio-gallery .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* font arvo */
.arvo {
  font-family: 'Arvo', serif !important;
}

.mukta {
  font-family: 'Mukta', sans-serif !important;
}

.raleway {
  font-family: 'Raleway', sans-serif !important;
}


/* contact form  */





.map-responsive {

  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;

}

.map-responsive iframe {

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;

}

.f-16 {
  font-size: 20px !important;
}


.contact p::first-letter {
  font-size: 200%;
  color: #000000;
}

/* tablecss */
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.styled-table thead tr {
  /* background-color: #009879; */
  background-color: #7d2a4d;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

/* .styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
} */
.navfont {
  font-family: 'Arvo', serif;
  /* font-variant: small-caps !important; */
  font-weight: 400;
}

.degree {
  font-family: arvo;
  font-size: 10px;
  font-weight: bold;
  color: #7d2a4d;
}

.committee,
.fees {
  color: #7d2a4d;
  font-weight: bold;
  font-size: 20px;
}

.responsive {
  width: 100%;
  height: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important
}

.footerbg .alink a {
  /* color:#f1f1f1 !important; */
  color: #fbeb7b !important
}

table .dept,
.staff {
  font-weight: bold;
}

.listfont {
  margin-top: 15px !important
}

.form-ct li a {
  color: #251923;
  text-decoration: none;
}

.form-ct li a:hover {
  color: #f7144d !important;
}

@media (max-width: 991px) {
  .txtaln p {
    margin-left: 5.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .txtaln p {
    margin-left: 150px
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  .txtaln p {
    margin-left: 0px
  }
}

@media only screen and (max-width: 320px) {
  .txtaln p {
    margin-left: 0px
  }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .txtaln p {
    margin-left: -10px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1366px) {
  .txtaln p {
    margin-left: -30px
  }
}


.news-info .news-content a {
  color: #000 !important
}


.news-info .news-content a:hover {
  color: #f7144d !important;
  text-decoration: none;
}

.imgsize {
  width: 200px;
  height: 200px
}

@media only screen and (min-width: 300px) and (max-width: 435px) {
  .imgsize {
    width: 120px;
    height: 120px
  }
}


.toggle-ac-2 {
  padding: 12px;

}


@media only screen and (min-width: 992px) and (max-width: 1336px) {
  header .container .collegename {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
  }

  header .container .affilate {
    /* margin-left: 10%;  */
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #716de6;
    font-family: 'Kelly Slab', cursive;

  }
}


/* dCodes Framework:(c) TemplateAccess */
#dc_expr_menu {
  height: 50px;
  right: 20px;
  position: absolute;
  top: 30px;
  width: 150px;
  z-index: 9999
}

#dc_expr_menu .dc_em_label {
  /* padding-left:20px; */
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-family: 'Arvo', serif;
  font-weight: bold;
  color: rgb(0, 0, 0);
  /* letter-spacing: 7px; */
  background: #f4d956 !important;

  /* background: rgb(99, 99, 99); */
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 35px;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 35px;
}

#dc_expr_menu .dc_em_body {
  display: none;
  margin-top: 5px;
}

#dc_expr_menu .dc_em_body .menu_item {
  background: rgb(255, 255, 255);
  /* border-top:1px solid #333; */
  color: rgb(26, 25, 25);
  display: block;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: 'Arvo', serif;

}

#dc_expr_menu .dc_em_body a.menu_item:hover {
  background: #f4d956;
  color: rgb(53, 40, 40)
}

/* 
@media screen and (max-width: 1200px) {
	#dc_expr_menu {
		top: 100px;
		
	}
} */


@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  #dc_expr_menu {
    top: 200px;

  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {

  #dc_expr_menu {
    top: 21px;

  }
}