@font-face {
  font-family: 'Kruti';
  src: url('../fonts/k010-webfont.woff2') format('woff2'),
    url('../fonts/k010-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Global css */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body {
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  min-width: 360px;
  width: 100%;
}

button,
input[type="submit"],
input[type="search"],
a {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
  color: #3C0008;
}

a:focus {
  outline: none !important;
  outline-offset: inherit !important;
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

a,
img {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0;
}

dl,
ol,
ul {
  list-style-position: inside;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

p {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  word-wrap: break-word;
  letter-spacing: .2px;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.open-sans {
  font-family: 'Open Sans', sans-serif;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.crimson {
  font-family: 'Crimson Text', serif;
}

.alegreya {
  font-family: 'Alegreya', serif;
}

.check-custom input[type="checkbox"] {
  display: none;
}

.check-custom input[type="checkbox"]+label {
  background: rgba(0, 0, 0, 0) url('../images/chkbox.png') no-repeat left top;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  min-height: 22px;
  min-width: 22px;
  padding: 0 0 0 30px;
  margin-right: 10px;
}

.check-custom input[type="checkbox"]:checked+label {
  background-image: url('../images/chkbox-chacked.png');
}

.radio-custom input[type="radio"] {
  display: none;
}

.radio-custom input[type="radio"]+label {
  background: rgba(0, 0, 0, 0) url('../images/chkbox.png') no-repeat left top;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  min-height: 22px;
  min-width: 22px;
  padding: 0 0 0 30px;
  margin-right: 10px;
}

.radio-custom input[type="radio"]:checked+label {
  background-image: url('../images/chkbox-chacked.png');
}

.form-group {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.form-control {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  padding: 0 15px;
}

.with-left-icon .form-control {
  padding-left: 58px;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

*:focus {
  outline: none;
}

select,
select.form-control {
  height: 48px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 28px;
  padding-left: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select option {
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #ddd;
}

select option:last-child {
  border-bottom: none;
}

.select-upper {
  float: left;
  width: 100%;
  position: relative;
}

.select-upper::after {
  content: "\f078";
  color: #666;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  text-decoration: inherit;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-shadow: none;
}

.select-upper.no-arrow::after {
  display: none;
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
  height: auto;
  padding: 10px;
}

.inp-left-icon {
  position: relative;
}

.inp-left-icon::after {
  content: "\f0d7";
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  text-decoration: inherit;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-shadow: none;
}

/* Buttons CSS */
.btn-inline .btn {
  margin: 0 5px;
}

.btn-inline .btn:first-child {
  margin-left: 0;
}

.btn-inline .btn:last-child {
  margin-right: 0;
}

.btn:focus {
  outline: normal;
  box-shadow: none !important;
}

.btn-custom {
  height: 36px;
  padding: 0 15px;
  line-height: 33px;
  min-width: 130px;
  color: #fff;
  background-color: #952323;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-shadow: none;
  border: 1px solid #952323;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
  background-color: #020202;
  color: #fff;
  border-color: #020202;
}

.hvr-sweep-to-right {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.btn-red {
  background-color: #A4243B;
  border-color: #A4243B;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.active {
  background-color: #952323;
  color: #fff;
  border-color: #952323;
}

.btn-yellow {
  background-color: #FBDD23;
  border-color: #FBDD23;
  color: #222;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.active {
  background-color: #E6646E;
  color: #fff;
  border-color: #E6646E;
}


.relative {
  position: relative;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.no-gutter {
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.full {
  width: 100%;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  width: 90%;
  max-width: 1410px;
}

.link-blue {
  color: #4480ed;
}

.link-blue i {
  margin: 0 5px;
  vertical-align: middle;
}

.link-blue:hover {
  color: #4480ed;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.paddTB80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB80 {
  padding-bottom: 80px;
}

.bg-lightgray {
  background: #F9F9F9;
}

.marT0 {
  margin-top: 0 !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marB0 {
  margin-bottom: 0 !important;
}

.paddT0 {
  padding-top: 0 !important;
}

.marB5 {
  margin-bottom: 5px;
}

/* For Placeholder Color */
input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
}

input:-moz-placeholder {
  color: #666 !important;
  opacity: 1;
}

input::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #666 !important;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #666 !important;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1;
}

/*Header*/

header {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}

.header-top {
  height: 36px;
  background: #A63120;
  display: flex;
  align-items: center;
}

.header-top .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .emails {
  display: flex;
}

.header-top .emails p {
  color: #fff;
  padding-bottom: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.header-top .emails p img {
  margin-right: 5px;
}

.header-top .emails p span {
  margin-right: 5px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 124px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  flex-shrink: 0;
}

.logo img {
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.head-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
}

.logo-title {
  text-align: center;
}

.logo-title h1 {
  font-style: normal;
  font-size: 36px;
  line-height: 25px;
  color: #56101A;
  text-transform: uppercase;
  font-family: 'Alegreya', serif;
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 10px;
}

.logo-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: -2px;
  padding-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.logo-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

input::-ms-clear,
input::-ms-reveal {
  display: none !important;
}

.header-links {
  color: #fff;
  margin-left: auto;
  display: flex; 
  align-items: center;
}

.header-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 10px;
  line-height: 12px;
  display: inline-block;
}

.header-links a:first-child {
  padding-left: 0;
}

.header-links a:last-child {
  padding-right: 0;
  border-right: none;
}

.header-links a:hover {
  color: rgba(0,0,0,.5);
}


.header-links.rightside {
  margin-right: auto;
  margin-left: inherit;
}

.lang-btns a,
.lang-btns a:first-child {
  padding-left: 10px !important;
  border-right: none !important;
}


.head-right {
  display: flex;
  align-items: center;
}
.head-right a {margin-left: 15px;}
.head-right a img {
  height: 70px;
}

.head-right-btns {
  display: flex;
}

.head-right-btns a {
  border-radius: 3px;
  height: 33px;
  padding: 7px 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
  background-color: #363991;
  color: #fff;
  margin-left: 10px;
}

.head-right-btns a.btn-red {
  background-color: #E6646E;
}

.head-content {
  padding-top: 15px;
}

.head-content.for-mobile {
  display: none;
}

.head-content p {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  text-align: right;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0;
}

.main-navbar {
  display: flex;
  background: #952323;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.collapse.navbar-collapse {
  justify-content: flex-start;
}

.navouter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-navbar .navbar-dark {
  padding: 0;
}

.main-navbar .navbar-dark .navbar-nav {
  height: 50px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  background: #A63120;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 18px 13px;
  line-height: 14px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 7px;
  font-size: 12px;
}

.main-navbar .navbar-dark .navbar-nav .nav-link:focus,
.main-navbar .navbar-dark .navbar-nav .nav-link:hover,
.main-navbar .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
  background: #A63120;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main-navbar .btn {
  min-width: 145px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  top: calc(100% - 1px);
  min-width: 200px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover {
  background: #fff;
  color: #A63120;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul {
  display: block;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu {
  position: relative;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu>a.dropdown-toggle::after {
  margin-left: 10px;
  font-size: 14px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover>ul li:hover>ul {
  display: block;
}

.main-banner {
  position: relative;
  background: #fff;
}

.main-banner .item::before {
  background: rgba(0, 0, 0, .2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.main-banner .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  display: none;
}

.main-banner .owl-carousel .owl-nav button {
  margin: 0;
  width: 50px;
}

.main-banner .owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
}

.main-banner .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.main-banner .owl-carousel {
  height: 100%;
}

.main-banner .banner-col {
  overflow: hidden;
}

.slider-caption {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 2;
  text-align: center;
  width: calc(100% - 100px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}

.slider-caption h1 {
  font-size: 72px;
  color: #fff;
  line-height: 105px;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-caption p {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 44px;
  padding-bottom: 0;
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin: 0 !important;
  left: 0;
  z-index: 3;
}

.main-slider .owl-dots button span {
  margin: 5px 4px !important;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
  background: #A4243B;
}

.slider-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, .7);
  z-index: 2;
  line-height: 44px;
}

.slider-marquee a {
  color: #fff;
}

/* Banner notification */


.newsection {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
  z-index: 2;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
}



/* Floting social icons */
.floating-icons {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-icons a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.floating-icons a:first-child {
  border-top-left-radius: 5px;
}

.floating-icons a:last-child {
  border-bottom-left-radius: 5px;
}

.floating-icons a:hover {
  width: 80px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.floating-icons a i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.floating-icons a.fb {
  background-color: #337FFF;
}

.floating-icons a.tw {
  background-color: #33CCFF;
}

.floating-icons a.ins {
  background-color: #DA3A8D;
}

.floating-icons a.link {
  background-color: #0277b5;
}

.floating-icons a.you {
  background-color: #D72A2A;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  color: #222;
  font-size: 36px;
  text-transform: uppercase;
}

.section-title h2 span.text-red {
  color: #952323;
  font-size: 14px;
  display: block;
}

.marquee-section {
  z-index: 2 !important;
  position: relative;
  background: #FCEADE;
}

.marquee-inner {
  margin-top: -32px;
  background: #952323;
  height: 60px;
  text-align: left;
  position: relative;
  padding-left: 160px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.marquee-inner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  background: #A4243B;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.marquee-inner h3::after {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #A4243B;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
}

/* .marquee-inner h3::before{width: 50px; height: 1px; background-color: #fff; position: absolute; right:calc(100% + 8px); top: 8px;content:"";  
} 
.marquee-inner h3::after{width: 50px; height: 1px; background-color: #fff; position: absolute; left:calc(100% + 8px); top: 8px;;content:"";  
 }  */
.marquee-inner p {
  color: #fff;
  padding-bottom: 0;
  font-size: 14px;
  background-color: #952323;
}

.marquee-inner .owl-theme .owl-nav {
  margin-top: 0;
  top: 50%;
  width: auto;
  left: inherit;
  line-height: inherit;
  right: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
}

.marquee-inner .owl-theme .owl-nav button {
  margin: 0;
  width: 30px;
  height: 30px;
  background: #A4243B;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -16px;
}

.marquee-inner .owl-theme .owl-nav button:hover {
  background: #A4243B !important;
}

.marquee-inner .owl-theme .owl-nav button.owl-prev {
  left: -70px;
}

.marquee-inner .owl-theme .owl-nav button.owl-next {
  right: 0px;
}

.marquee-inner .owl-theme .owl-nav button span {
  font-size: 25px;
  display: block;
}

.noticeboard-section {
  background: #fff;
}

.noticeboard-section .card-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.noticeboard-section .card-body ul {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

/* .noticeboard-section .card-body ul.marquee {
  position: relative;
  box-sizing: border-box;
  animation: marquee 15s linear infinite;
} */

.noticeboard-section .card-body ul.marquee:hover {
  animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
  0% {
    top: calc(100% + 10px)
  }

  100% {
    top: -120%
  }
}

.card-custom1 {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9efef;
}

.card-custom1 .card-header {
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}

.card-custom1 .card-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #952323;
  height: 54px;
  line-height: 54px;
}

.card-custom1 .card-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #952323;
  height: 56px;
  line-height: 54px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.card-head-links {
  background: #952323;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.card-head-links a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  line-height: 14px;
  color: #fff;
}

.card-head-links a:hover, .card-head-links a.active {
  color: rgba(255,255,255,.6);
}

.list-with-date li {
  display: flex;
  margin-bottom: 15px;
}
.card-custom1 .list-with-date li {
  border-bottom: 1px solid #e9e8e8;
  padding-bottom: 15px;
}

.card-date-col {
  width: 65px;
  height: 65px;
  background-color: #878A94;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  margin-right: 15px;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.card-date-col span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  padding-top: 2px;
}

.list-with-date li .card-detail-col {
  width: 100%;
}

.list-with-date li .card-detail-col p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
  position: relative;
  padding-right: 35px;
}
.list-with-date li .card-detail-col p a img {
position: absolute; right:0; top:0;
width: 28px;
}

.list-with-date li .card-detail-col p a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-with-date li .card-detail-col p.description-focus a{color:#952323;}

.list-with-date.with-sep li .card-detail-col p a {
  -webkit-line-clamp: 2;
}

.list-with-date li:hover .card-date-col {
  background-color: #A63120;
}

.list-with-date li:hover .card-detail-col p a {
  color: #A63120;
}

.list-with-date.with-sep li {
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.list-with-date.with-sep li:last-child {
  border-bottom: none;
}

.list-with-date.with-ico li {
  position: relative;
  padding: 10px 0px 10px 15px;
}

.list-with-date.with-ico li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}



.card-custom2 {
  background: #F2F2F2;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-custom2 .card-thumb {
  position: relative;
}

.card-custom2 .card-thumb img+a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-custom2 .card-thumb img+a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-thumb img {
  width: 100%;
}

.card-thumb-det {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-thumb-det h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.card-thumb-det p {
  padding-bottom: 8px;
}

/* .media-coverage-section .row [class^="col-"]:first-child .card-custom2{background-color: #FCEADE;}  */
.college-event-section {
  background-color: #F2F2F2;
  padding-bottom: 80px;
}

.event-slide-row {
  margin-bottom: -50px;
}

.event-slide .item {
  padding: 0px 0;
}

.event-btns.btn-inline {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* Image flip css */
.flip-card {
  background-color: #F4F6FA;
  border: 1px solid #F4F6FA;
  perspective: 1000px;
  height: 300px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: #952323;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-back h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 5px;
}

.flip-card-back p {
  font-size: 13px;
  line-height: 22px;
}

.flip-card-back a {
  background: #fff;
  color: #952323;
  border-color: #fff;
}

.flip-card-back a:hover {
  background: #A4243B;
  color: #fff;
  border-color: #A4243B;
}

/* Owl carousel button */
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -31px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: end;
}

.owl-theme .owl-nav button {
  margin: 0 3px !important;
}

.owl-theme .owl-nav button:hover {
  background: none !important;
}

.owl-theme .owl-nav button i {
  font-size: 22px;
  display: block;
  color: #952323;
}

.owl-theme .owl-nav button:hover i {
  font-size: 22px;
  display: block;
  color: #A4243B;
}


.owl-theme.gallery-outer-slide{
  padding-top: 30px;
  }
.owl-theme.gallery-outer-slide .owl-nav{top: -3px ;}
.owl-theme.mediagalleryalbum .owl-nav {
  top:inherit;
  bottom: 60px;
  justify-content: center;
  }
/* Owl carousel button end*/




.principal-desk-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.principal-thumb {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.principal-thumb img {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  padding: 5px;
}

.principal-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-align: justify;
}

.principal-cont p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 11; 
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}

.principal-cont h3 {
  font-size: 18px;
  margin-bottom: 5px;
  width: 100%;
}


.services-section {}

.thumb-with-title-col {
  overflow: hidden;
  position: relative;
  background-color: #A63120;
  height: 255px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thumb-with-title-col::before {
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, .5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease 0s;
  z-index: 2;
  pointer-events: none;
}

.thumb-with-title-col::before {
  content: "";
}

.thumb-with-title-col:hover::before {
  opacity: 1;
}

/* .thumb-with-title-col::after {
	background: rgba(255,255,255,.3);
	border: 2px solid #A4243B;
	top: 0;
  width: 100%;
	height: 100%;
	left: 170%;
	opacity: 1;
	z-index: 1;
	transform: skewX(45deg);
	transition: all 1s ease 0s;
  content:"";
  position: absolute;
  z-index: 3;
} */
.thumb-with-title-col:hover::after {
  left: -170%;
}

.thumb-with-title-col img {
  height: 110px;
}

.thumb-with-title-col h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.thumb-with-title-col h3 a {
  display: block;
}

.thumb-with-title-col-inner {}

.thumb-with-title-col .thumb-with-title-col-inner {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all .5s ease 0s;
  text-align: center;
  z-index: 3;
}

.thumb-with-title-col .thumb-with-title-col-inner h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.thumb-with-title-col .thumb-with-title-col-inner ul {
  margin-bottom: 15px;
  margin-top: 10px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
}

.thumb-with-title-col .thumb-with-title-col-inner ul li a:hover {
  color: #A4243B;
  font-size: 15px;
  line-height: 32px;
}

.thumb-with-title-col:hover .thumb-with-title-col-inner {
  bottom: 50%;
  transform: translateY(50%);
}






.scrollup {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #A63120;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}



.subscribe-floating-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #a4243b;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
  -webkit-box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
  -ms-box-shadow: 0 0 0 rgba(164, 36, 59, 0.4);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
}

.subscribe-floating-icon:hover {
  animation: none;
}

.subscribe-floating-icon img {
  height: 40px;
}

.subscribe-floating-icon a {
  color: #fff;
  font-size: 27px;
  display: block;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
    box-shadow: 0 0 0 0 rgba(164, 36, 59, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
    box-shadow: 0 0 0 10px rgba(164, 36, 59, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
    box-shadow: 0 0 0 0 rgba(164, 36, 59, 0);
  }
}

/* Header mode */
.header-mode {
  display: flex;
}

.header-mode a {
  color: #A63120;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 7px;
  background: #fff;
}

.header-mode a:last-child {
  margin-right: 0;
}

.header-mode a.active,
.header-mode a:hover {
  background-color: #fff;
  color: #182A31;
}



/* Usefull links */
.usefull-links-section {
  background-color: #f9efef;
}

.useful-links-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.useful-link-col {
  width: 25%;
  height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  /* background: #fff; */
}
/* .useful-link-col:nth-child(even) {
  background-color: #952323;
}
.useful-link-col:nth-child(even) p {
  color: #fff;
} */


.useful-link-col.col-gray p {
  color: #fff;
}

.useful-link-col img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 50px;

}

.useful-link-col:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.useful-link-col p {
  padding-bottom: 0;
  padding-top: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  width: 80%;
}




.hvr-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-top:hover,
.hvr-top:focus,
.hvr-top:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.square-animate-img {
  position: relative;
}

@keyframes floating2 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}


.photo-gallery-section {
  background: url(../images/gallery-bg.jpg) no-repeat center center;
  background-size: cover;
}

.gallery-col {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gallery-col::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.gallery-col:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.gallery-col a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-col a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.gallery-col img {
  width: 100%;
}
.media-gallery-section .gallery-col .media-ratio-img+img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-recognition-section {
  background-color: #F4F6FA;
}

.award-col {
  text-align: center;
}

.award-thumb {
  border: 5px solid #FFDC13;
  margin-bottom: 30px;
  overflow: hidden;
  height: 197px;
}

.award-thumb img {
  width: 100%;
  max-width: 120%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.award-col:hover .award-thumb img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.award-col h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363991;
  margin-bottom: 15px;
}

.award-col p {
  color: #636F78;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 20px;
}

/* Custom Table */
.table-custom table thead tr th,
.table-custom table tbody tr td {
  width: 20%;
}

.table-custom table thead tr th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #333;
  padding: 10px 20px;
  border: none;
}

.table-custom table tbody tr td {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9D9696;
  padding: 10px 20px;
}

.table-custom table tbody tr td img {
  height: 28px;
}

.table-custom table tbody tr td .btn {
  width: 120px;
  height: 32px;
  border-radius: 100px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.table-responsive table tbody tr td a {
  color: #3062b4;
}

.table-responsive table tbody tr td a:hover {
  color: #ff9301;
}

/* Card Sidebar */
.content-area-third {
  padding: 40px 0;
}

.card-sidebar {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.card-sidebar .card-header {
  height: 57px;
  font-family: Poppins;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 57px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #363991;
  border-color: #363991;
}

.card-sidebar .card-body {
  background: #F1F2F2;
}

.card-sidebar .card-body img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 200px;
  object-fit: cover;
}

.card-sidebar .card-body p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 15px;
}

.card-sidebar .card-body .video-block {
  position: relative;
  margin-bottom: 20px;
}

.card-sidebar .card-body .video-block img {
  height: auto;
}

.card-sidebar .card-body .video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Video Gallery */
.card-videos-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-videos-outer .item {
  width: calc(50% - 9px);
}

.card-videos-outer .item .gallery-col {
  width: 100%;
}

.card-videos-outer .item .gallery-col img {
  width: 100%;
}

.card-video-btn {
  margin-top: 29px;
}

/* Footer */
footer {
  background: #fff;
  position: relative;
}

footer .footer-top {
  padding: 40px 0;
  background: #952323;
}

footer .footer-top .logo a img {
  width: 100px;
  height: 100px;
}

footer .footer-top .logo-title {
  text-align: left;
}

footer .footer-top .logo-title h1 {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
}

footer .footer-top .logo-title p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

footer .footer-top .logo-title span {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
}

.footer-top ul {}

.footer-top ul li {
  color: #E9F9FF;
  padding: 4px 0;
}

.footer-top ul li a {
  color: #E9F9FF;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  font-weight: 300;
  position: relative;
  padding-left: 10px;
}

.footer-top ul li a::before {
  background: #E9F9FF;
  height: 1.5px;
  width: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-top ul li a:hover {
  color: rgba(0, 0, 0, .3);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  padding-left: 20px;
}

footer .footer-btm {
  height: 50px;
  display: flex;
  align-items: center;
  background: #6b1918;

}

footer .footer-btm p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.footer-top h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.footer-top ul li,
.footer-top ul {
  list-style-type: none;
}

footer .row>[class^="col-"] ul li {
  text-align: left;
}

.logo-footer {
  text-align: center;
}

.logo-footer img {
  width: 95px;
}


.footer-map iframe {
  width: 100%;
  height: 260px;
  margin-top: 34px;
}

.footer-widget-row p {
  text-align: left;
  color: #E9F9FF;
  font-weight: normal;
  line-height: 28px;
  padding-bottom: 0;
}

.footer-btm p {
  line-height: 22px;
  padding-bottom: 0;
  color: #202020;
  font-weight: 600;
  text-align: center;
}

/* Inner page */
.middle-container.page-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: url(../images/bg-trannss.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
}

.sidebar {}

.sidebar h3 {
  color: #333;
  padding: 0px 0px 5px 0px;
  font-size: 22px;
  width: 100%;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
}

.sidebar .sidebar-list {
  margin-bottom: 0;
}

.sidebar .sidebar-list li,
.sidebar .sidebar-list {
  list-style-type: none;
}

.sidebar-list li {
  margin-bottom: 5px;
}

.sidebar-list li a {
  background: #952323;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.sidebar-list li a:hover,
.sidebar-list li a.active {
  background: #952323; 
}

.sidebar-list li.menu-collapse .dropdown-toggle {
  position: relative;
}

.sidebar-list li.menu-collapse .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 21px;
  transform: inherit;
  color: #fff;
}

.sidebar .sidebar-list li.menu-collapse ul {
  margin-top: 0px;
}

.sidebar .sidebar-list li.menu-collapse ul li {
  margin-bottom: 0px;
}

.sidebar .sidebar-list li.menu-collapse ul li a {
  border-left: 0;
  border-right: 0;
  background: #95232324;
  color: #222;
  border-bottom: 1px solid #9523231f;
}

.sidebar .sidebar-list li.menu-collapse ul li a:hover {
  background: #95232338;
}

.page-title {
  border-bottom: 2px solid #3C0008;
  margin-bottom: 20px;
}

.page-title h1 {
  padding-bottom: 10px;
}

.content-area .page-title h1 {
  font-size: 22px;
  padding-bottom: 5px;
}

.content-area {
  font-family: 'Poppins', sans-serif;
}

.content-area p {
  font-family: 'Poppins', sans-serif; 
  text-align: justify; 
}

.content-area h2 {
  font-size: 26px;
}

.content-area h3 {
  font-size: 22px;
}

.content-area h4 {
  font-size: 18px;
}

.image-block {
  margin-bottom: 20px;
}

.image-block img {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 8px;
}

.content-area ul {
  list-style-type: circle;
  margin-left: 20px;
}

.content-area ol {
  list-style-type: decimal;
  margin-left: 15px;
}

.content-area ul li ul,
.content-area ol li ol {
  padding-left: 20px;
}

.content-area ul li ul {
  list-style-type: lower-alpha;
}

.content-area ol li ol {
  list-style-type: upper-roman;
}

.content-area ol li,
.content-area ul li {
  margin-bottom: 10px;
}

.title-custom h2 {
  background: #A631201f;
  padding: 6px 15px 5px 15px;
  color: #202020;
  font-size: 22px;
  margin-bottom: 15px;
}

.title-custom h3 {
  background: #A631201f;
  padding: 6px 15px 5px 15px;
  color: #202020;
  font-size: 18px;
  margin-bottom: 15px;
}

.title-custom h4 {
  background: #a4243c30;
  padding: 7px 15px 6px 15px;
  color: #202020;
  font-size: 16px;
  margin-bottom: 15px;
}


/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.customnav {
  display: none;
}

.customnav.searchOpen {
  display: block;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 35%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.custom-search-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-autocomplete-outer {
  width: 60%;
}

.custom-autocomplete-outer input {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 45px;
  height: 60px;
  width: 100%;
  color: #fff;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 40px;
  color: #fff;
}

.custom-autocomplete-outer ul {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.custom-autocomplete-outer ul li {
  border-bottom: none;
}

.custom-autocomplete-outer ul li a {
  color: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
  border-bottom: none;
  display: block;
  padding: 9px 0;
  line-height: normal;
}


.custom-autocomplete-outer ul li:last-child a {
  
  border-bottom: 1px solid #ddd;
}

/* Innerpage banner */
.inner-page-banner {
  position: relative;
  }

.inner-page-banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.innerbanner-cap {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  width: 90%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1410px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 0px 40px 15px;
}

.innerbanner-cap h1 {
  color: #fff;
  font-size: 48px;
}

.inner-page-banner::before {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}

/* Breadcrumbh */
.breadcrumbh-sec {
  background: #401313;
}

.breadcrumbh-sec ol.breadcrumb {
  margin: 0;
  background: none;
  padding: 10px 0;
}

.breadcrumbh-sec ol.breadcrumb li,
.breadcrumbh-sec ol.breadcrumb li a {
  font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.breadcrumbh-sec ol.breadcrumb li::before {
  color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li a {
  color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li.active {
  color: rgba(255,255,255,.5);
}

.min-width-auto {
  min-width: auto;
}

/* Custom tabs */
.custom-tabs ul.nav.nav-tabs {
  background: transparent;
  border-bottom: 1px solid #666;
  margin-bottom: -1px !important;
  margin-left: 0 !important;
}

.custom-tabs ul.nav.nav-tabs li {
  margin-bottom: 0;
  margin-right: 5px;
  list-style: none;
  display: flex;
}

.custom-tabs ul.nav.nav-tabs li a {
  font-weight: 500;
  background: #f7f7f7;
  color: #333;
  padding: 5px 20px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  border: 1px solid #666;
  margin-bottom: -1px;
  border-bottom-color: #666;
}

.custom-tabs ul.nav.nav-tabs li a.active {
  background: #952323;
  color: #fff;
  border-color: #952323;
}

.cust-tab-inner {
  padding: 15px 0;
}

.custom-tabs.tab-large-inner ul.nav.nav-tabs {
  border-bottom: none;
}

.custom-tabs.tab-large-inner ul.nav.nav-tabs li {
  margin-bottom: 5px;
}


.table .thead-dark th {
  color: #fff;
  background-color: #952323;
  border-color: #952323;
  padding: 8px 10px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 22px;
}

.table tbody tr th,
.table tbody tr td {}

.table tbody tr td .btn {
  font-size: 13px;
  text-transform: inherit;
  color: #fff;
}

.table tbody tr td .btn:hover {
  color: #fff;
}

.fac-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.fac-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 5px;
  padding-top: 120%;
  position: relative;
}

.fac-thumb img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.fac-col h3 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.fac-col p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  padding-top: 3px;
}

/* Video Block */
/* .video-block {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  background: #000;
  position: relative;
}

.video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

/* PDF Viewer */
.pdf-viewer {
  position: relative;
  background-color: #f7f7f7;
  z-index: 0;
}

.pdf-viewer iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.pdf-viewer2 {
  position: relative;
  background-color: #f7f7f7;
  z-index: 0;
}

.pdf-viewer2 iframe {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}

.h-auto {
  height: auto;
}


.top-quote {
  display: flex;
  align-items: flex-start;
}

.top-quote .image-block {
  width: 180px;
  margin-right: 20px;
  flex-shrink: 0;
}

.top-quote .image-block img {
  margin-bottom: 20px;
  width: 100%;
}

.quote-text {
  width: 100%;
  background: #ddd;
  padding: 20px;
}

.quote-text p {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding-bottom: 0;
}

.committees-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.committees-block-col {
  width: calc(50% - 15px);
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 15px;
}

.grid-pdf-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  width: calc(100% + 10px);
}

.grid-pdf-col {
  width: calc(25% - 10px);
  margin-bottom: 13px;
  margin-left: 10px;
}

.grid-pdf-thumb img {
  border: 1px solid #ddd;
  padding: 5px;
  background: #f7f7f7;
}

.grid-pdf-thumb {
  position: relative;
  overflow: hidden;
}

.grid-pdf-thumb h3 {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 12px);
  font-size: 14px;
  background: rgba(0, 0, 0, .5);
  padding: 15px 14px;
  color: #fff;
  font-weight: 400;
}

.grid-pdf-actions {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.grid-pdf-actions i {
  background: #A4243B;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 4px;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
}

.grid-pdf-thumb:hover .grid-pdf-actions {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}


.links-card-section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 15px);
}

.links-card-section a {
  width: calc(33.33% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.links-card-section .link-card {
  background: #952323;
  color: #fff;
  width: 100%;
  height: 260px;
  display: flex;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
  line-height: 30px;
  align-items: center;
  margin-bottom: 5px;
  border-bottom: 6px solid #A4243B;
  overflow: hidden;
  position: relative;
}

.links-card-section .link-card-title {
  font-size: 16px;
  font-weight: 600;
  display: none;
  color: #666;
}

.links-card-section .link-card::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.links-card-section a:hover .link-card::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.links-card-section a:hover .link-card-title {
  color: #A4243B;
}

/* Faculty */
.member-card-col {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  background: #A631201f;
}

.member-thumb {
  width: 110px;
  flex-shrink: 0;
  height: 135px;
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  margin-right: 15px;
}

.member-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-cont {
  width: 100%;
}

.member-cont h4 {
  margin-bottom: 5px;
}

.member-card-col ul {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
}

.member-card-col ul li {
  margin-bottom: 0;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.member-card-col ul li strong {
  font-weight: 600;
  width: 120px;
}

/* Custom collapse */
.custom-collapse-col {
  margin-bottom: 5px;
}

.custom-collapse-col .collapse-title {
  background: #A631201f;
  display: block;
  padding: 5px 40px 5px 15px;
  color: #000;
  font-weight: 500;
  position: relative;
}

.custom-collapse.blue .custom-collapse-col .collapse-title {
  background: #9523236b;
}

.custom-collapse-col .collapse-title i {
  position: absolute;
  right: 15px;
  top: 12px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.custom-collapse-col .collapse-title[aria-expanded="true"] i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.cust-collapse-inner {
  padding: 15px;
  background: #f7f7f7;
}

.btn-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-inline .btn {
  width: auto;
  margin: 0 3px 6px 3px;
  text-transform: inherit;
  font-weight: 400;
}


/*  */
.socities-card-section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.societies-card {
  width: calc(50% - 15px);
  background-color: #fafafa;
  padding: 15px;
  margin-left: 15px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.societies-card:hover {
  background-color: #f5dccc;
}

.soc-thumb {
  width: 40%;
  margin-right: 15px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc-thumb img {
  max-width: 90%;
  max-height: 90%;
}

.soc-cont {
  width: 100%;
}

.soc-cont h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.soc-cont p {
  line-height: normal;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.achievements-row [class^="col-"] {
  margin-bottom: 30px;
}

.grid-space-row [class^="col-"] {
  margin-bottom: 30px;
}

.content-area .achievements-row h3 {
  font-size: 18px;
  line-height: 26px;
}

.title-custom-collapse i {}

.title-custom-collapse h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.mempic-with-sep .title-custom h3 {
  margin-bottom: 0;
  margin-top: 20px;
}




/* Library  */
.library-top-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.library-top-links a {
  border: 1px solid #952323;
  border-radius: 5px;
  width: calc(50% - 10px);
  padding: 15px;
  margin-bottom: 20px;
  background: #952323;
  position: relative;
  color: #fff;
  text-align: left;
}

.library-top-links a h3 {
  font-size: 16px;
}

.library-top-links a i {
  position: absolute;
  right: 15px;
  top: 17px;
}

.libarary-timeing-col {
  border-radius: 5px;
  display: flex;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.libarary-timeing-col::before {
  background-image: url('../images/library-img-blur.jpg');
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: 100%;
  ;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.libarary-timeing-col::after {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}

.libarary-timeing-col h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.librar-inner-col {
  width: calc(50% - 10px);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #fff;
  position: relative;
  z-index: 2;
}

.librar-inner-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #fff704;
  font-weight: 500;
}

.librar-inner-col p {
  display: flex;
  font-weight: 500;
  padding-bottom: 0;
  color: #fff;
  justify-content: space-start;
}

.librar-inner-col p span:first-child {
  margin-right: 10px;
}

.librar-inner-col small {
  margin-top: 5px !important;
  display: block;
  color: #fff;
}


.links-card-section.library-links-card a {
  width: calc(25% - 15px);
}

.links-card-section.library-links-card .link-card {
  height: 200px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
}

.library-top-links.min-type {
  margin-left: -10px;
  justify-content: flex-start;
}

.library-top-links.min-type a {
  width: calc(33.33% - 10px);
  margin-left: 10px;
}

.library-top-links.min-type a h3 {
  font-size: 14px;
}

.bookarival-slides .owl-nav {
  bottom: -20px;
}

.ask-libr-outer {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ask-lib-col {
  background: #FCEADE;
  width: calc(50% - 10px);
  display: flex;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.ask-lib-thumb {
  width: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}

.ask-lib-thumb img {
  background: #fff;
  padding: 5px;
}

.ask-lib-cont {
  width: 100%;
}

.ask-lib-cont h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.ask-lib-cont p {
  padding-bottom: 5px;
  line-height: normal;
}

.ask-lib-cont .btn {
  margin-top: 5px;
}

.ask-lib-thumb.lib-form img {
  padding: 0;
  background: none;
}

.ask-lib-thumb.lib-icon {
  width: 70px;
}

/* Student learning */
.socities-card-section.student-learning-poster .soc-thumb img {
  height: 140px;
  object-fit: cover;
}

/* .socities-card-section.student-learning-poster .soc-thumb img {  height: 140px;  object-fit: cover;  border: 1px solid #ddd;  background: #fff;  padding: 5px;} */
.socities-card-section.student-learning-poster .soc-cont h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* Alubm page */
.album-row [class^="col-"] {
  margin-bottom: 30px;
}

.album-col {
  position: relative;
}

.album-col .album-title {
  background: #A4243B;
  padding: 15px 40px 15px 15px;
  text-align: left;
  position: relative;
}

.album-col .album-title .download-img-zip {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.album-col .album-title h3 {
  font-size: 16px;
  color: #fff;
}

.gallery-album-col {
  position: relative;
}

.gallery-album-col a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-album-col a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-theme.mediagalleryalbum .owl-nav button i {
  background: #fff;
  border-radius: 3px;
  padding: 5px;
}

/* Forms page */
.link-card {
  margin-bottom: 30px;
}

.link-card-head {
  color: #fff;
  background-color: #952323;
  border-color: #952323;
  padding: 14px 15px;
  font-weight: 500;
}

.link-card-head h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.link-card-body {
  background: #f7f7f7;

}

.link-card-body ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.link-card-body ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.link-card-body ul li:hover {
  background: #ebebeb;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.link-card-body ul li:last-child {
  border-bottom: none;
}

.link-card-body ul li a {
  display: block;
}

.pagination-custom ul.pagination {
  margin-left: 0;
  list-style: none;
}

.pagination-custom ul.pagination li {
  margin-bottom: 0;
  padding: 0 2px;
}

.pagination-custom ul.pagination li .page-link {
  color: #fff;
  background-color: #952323;
  border: 1px solid #182A31;
  margin-left: 0;
  min-width: 35px;
  text-align: center;
}

.pagination-custom ul.pagination li:hover .page-link,
.pagination-custom ul.pagination li.currentpage .page-link {
  background-color: #A4243B;
  border-color: #A4243B;
}

.pagination-custom ul.pagination li .page-link:focus {
  box-shadow: none;
}

.table-hover tbody tr:hover {
  background-color: rgb(39 62 71 / 15%);
}

/* Placement */
.title-placement {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-placement h2 {
  font-size: 32px;
}

.process-section {
  margin-bottom: 60px;
  justify-content: center;
}

.processs-col {
  background: #FCEADE;
  padding: 15px;
  margin-top: 120px;
  border-radius: 10px;
  height: calc(100% - 120px);
}

.process-left {
  background: #A4243B;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: -90px auto 30px auto;
}

.process-left p {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 30px;
}

.process-left p span {
  font-size: 30px;
  font-weight: 600;
}

.process-right {
  text-align: center;
}

.process-right h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.placement-stat-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.placement-stat-col {
  width: calc(20% - 10px);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
}

.placement-stat h3 {
  font-size: 44px;
  margin-bottom: 10px;
  font-weight: 500;
}

.placement-stat-text p {
  padding-bottom: 0;
}

.past-req-section {
  margin-bottom: 20px;
}

.owl-theme.pastrecruiters-slides {
  padding-bottom: 40px;
}

.owl-theme.pastrecruiters-slides .owl-nav {
  bottom: 0px;
}

.owl-theme.pastrecruiters-slides .item .image-block {
  height: 120px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme.pastrecruiters-slides .item .image-block img {
  margin-bottom: 0;
  border: none;
  max-width: 90%;
  max-height: 80%;
  width: auto;
}

.graphsection {
  background: #401c1c;
  padding: 60px 0;
  margin-bottom: 40px;
  margin-top: 50px;
}

.graphsection .title-placement h2 {
  color: #fff;
}

.graph-img-section {
  display: flex;
  flex-wrap: wrap;
}

.graph-img-col {
  width: 33.33%;
}

.graph-img-col:last-child {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.placements-links {
  margin-top: 50px;
}

.val-star {
  color: #ff0000;
}

.modal-dialog.fee-modal table.table {
  margin-bottom: 0 !important;
}

.modal-dialog.fee-modal td.hiddenRow {
  padding: 0 !important;
}

.modal-dialog.fee-modal table tr td .table tbody tr th,
.modal-dialog.fee-modal table tr td .table tbody tr td {
  font-size: 13px;
}

.modal-dialog.fee-modal .modal-header {
  background: #A4243B;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0;
}

.modal-dialog.fee-modal .modal-title {
  font-size: 20px;
}

.modal-dialog.fee-modal button.close {
  color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.modal-dialog.fee-modal .table-responsive>table>tbody td {
  background-color: #fff !important;
}

body.modal-open .modal {
  padding-right: 0 !important;
}

.video-block {
  position: relative;
}

.video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.socities-card-section.noRecord {
  margin-left: 0;
}

.socities-card-section.noRecord p {
  background: #f7f7f7;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
  border-radius: 5px;
}

.contact-sidebar {
  background: #FCEADE;
  padding: 20px;
  height: 100%;
  border-top: 4px solid #A4243B;
}

.contact-sidebar li {
  padding: 10px 0px 10px 30px;
  position: relative;
}

.contact-sidebar li:first-child strong {
  font-size: 18px;
}

.contact-sidebar li i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 15px;
}

.contact-map {
  border: 1px solid #ddd;
  padding: 5px;
}

.contact-map iframe {
  display: block;
  height: 350px;
}



.pastrecruiters-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  justify-content: center;
}

.pastrecruiters-outer .image-block {
  height: 120px;
  border: 1px solid #ddd;
  width: calc(16.66% - 15px);
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 5px;
}

.pastrecruiters-outer .image-block:hover {
  border-color: #A4243B;
}

.pastrecruiters-outer .image-block a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pastrecruiters-outer .image-block img {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  max-width: 90%;
  max-height: 80%;
  width: auto;
  padding: 0;
}

.owl-theme.infrastructureSlides {
  margin-bottom: 20px;
}

.owl-theme.infrastructureSlides .owl-nav {
  bottom: -10px;
}

.graph-img-section.internship {
  justify-content: space-between;
}

.graph-img-section.internship .graph-img-col {
  width: calc(50% - 20px);
  margin-bottom: 30px;
  text-align: center;
}

.graph-img-section.internship .graph-img-col img {
  max-width: 100%;
}

.graph-img-section.internship .graph-img-col:last-child {
  width: calc(50% - 20px);
  margin-top: 0px;
  text-align: center;
}

.placement-stat-section.internship .placement-stat h3 span+span {
  display: block;
  font-size: 24px;
}

.tab-content .list-with-date,
.content-area .list-with-date {
  margin-left: 0;
  margin-top: 20px;
}


.owl-theme.infrastructureSlides.video-slide .owl-nav {
  bottom: -40px;
}

.infrastructureSlides .item .image-block {
  padding-top: 57.67%;
  position: relative;
}

.infrastructureSlides .item .image-block a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.infrastructureSlides .item .image-block a img {
  height: 100%;
  object-fit: cover;
}


.member-card-col.awardrec-page ul {
  margin-left: 20px;
  list-style-type: circle;
  display: block;
}

.member-card-col.awardrec-page ul li {
  list-style-type: circle;
  list-style-position: outside;
  display: list-item;
  margin-bottom: 10px;
}

.table-pdf-link img {
  width: 25px;
}


.sitemap-page .link-card-body>ul li.menu-collapse .dropdown-toggle {
  position: relative;
}

.sitemap-page .link-card-body>ul li.menu-collapse .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
  transform: inherit;
  color: #666;
}

.sitemap-page .link-card-body>ul li.menu-collapse ul {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.sitemap-page .link-card-body>ul li.menu-collapse ul li {
  padding-left: 25px;
}

.upload-file {
  position: relative;
}

.upload-file .form-control {
  padding: 10px 78px 10px 12px;
}

.viewuploaded {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  background: #a4243b;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
}

.viewuploaded:hover {
  color: #fff;
  background: #a4243b;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  display: flex;
  align-items: center;
}

.select2-selection.select2-selection--multiple {
  min-height: 48px;
  background: #f7f7f7;
  border-color: #ddd;
}

.mediacoverage .card-custom2 .card-thumb img+a img {
  object-fit: contain;
  background: #fff;
}

.h-logo-btm img {
  max-width: 85%;
  max-height: 90%;
}

.h-logo-btm .img-border {
  border: 1px solid #ddd;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.marquee-outer {
  overflow: hidden;
}
/* 
.marquee-outer ul.marquee {
  position: relative;
  box-sizing: border-box;
  animation: marquee 10s linear infinite;
} */




/* New site */
.slider-btm-section {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.slider-btm-card-outer {
  display: flex;
  justify-content: center;
}

.slider-btm-card {
  background: #952323;
  width: 294px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.slider-btm-card:hover {
  margin-top: -15px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.slider-btm-card:nth-child(2),
.slider-btm-card:nth-child(4) {
  background: #A63120;
}

.slider-btm-card h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.slider-btm-card p {
  text-align: center;
  color: #fff;
  padding-bottom: 0;
  line-height: 22px;
}


.counter-section {
  background-color: #952323;
  height: 192px;
  display: flex;
  align-items: center;
}

.counter-cols-outer {
  display: flex;
  justify-content: space-around;
}

.counter-cols {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  width: 20%;
  border-right: 1px solid rgba(255,255,255,.3);
}
.counter-cols:hover {
  color: #fff;
}

.counter-cols:last-child {
  border-right: none;
}

.counter-cols h3 {
  font-size: 58px;
}

.counter-cols h3+span {
  font-size: 18px;
}

.event-col-cont {
  position: relative;
  background: #fff;
  padding: 40px 15px 20px 15px;
}

.event-col-cont .card-date-col {
  position: absolute;
  margin-bottom: 15px;
  left: 15px;
  top: -40px;
}

.event-col-cont h3 {
  font-size: 17px;
  margin-bottom: 5px;
}

.footer-social {
  display: flex;
  margin-top: 5px;
}

.footer-social a {
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 8px;
}

.footer-social a:hover {
  background: #fff;
  color: #952323;
}



/* Site languages */
.lang-btns {}

body.lang-en lang[type="en"] {
  display: contents;
}

body.lang-en lang[type="hi"] {
  display: none;
}

body.lang-hi lang[type="hi"] {
  display: contents;
}

body.lang-hi lang[type="en"] {
  display: none;
}

body.lang-hi .btn-en {
  display: block;
}

body.lang-en .btn-en {
  display: none;
}

body.lang-en .btn-hi {
  display: block;
}

body.lang-hi .btn-hi {
  display: none;
}

/* Site languages */


/*Styles */
.custom-list {
  margin-left: 20px;
}

.ul {
  list-style-type: disc !important;
}

.ul li {
  list-style-type: disc !important;
}

.box {
  list-style-type: square;
}

.circle {
  list-style-type: circle;
}

.ol {
  list-style-type: decimal;
}

.la {
  list-style-type: lower-alpha;
}

.ua {
  list-style-type: upper-alpha;
}

.logo img {
  height: 100px;
}

.modal-header {
  padding: 10px 15px;
  height: auto;
  background: #A63120;
  color: #fff;
}
.modal-header .btn-close {
  border: none;
  background: none;
  font-size: 18px; 
  color:#fff;
}
.notice-modal .modal-body h4{font-size: 16px; margin-bottom: 5px;}
.notice-modal .modal-body p{font-size: 14px;}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #000;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
}
button.close.btn-close span {
  text-shadow: none;
  display: block;
  line-height: 29px;
  font-size: 24px;
}
button.btn-close:hover span{color:#fff;}

.body-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.audio-block{
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-block {
  position: relative;
  background: #000;
}
.video-block video, .video-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.azadika-events .image-block{margin-bottom: 0;}
.azadika-events .image-block img{
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}


/*Sitemap*/
.sitemap-wrap [class*=col-]{margin-bottom:2rem;}
.map-box{padding:15px;border-radius:7px;height:100%;background: #f9efef;}
.map-box h5 {
  font-size: 16px;
  margin: 0;
  padding: 12px 10px;
  background: #952322;
  color: #fff;
  margin-left: -15px;
  margin-top: -15px;
  width: calc(100% + 30px);
  border-radius: 7px 7px 0 0;
  margin-bottom: 10px;
}
.map-box ul li a{font-size:14px;}
.map-box ul{margin-left:20px;list-style: disc;}
.map-box ul li > ul {list-style: circle;}
.map-box ul li{padding:0;}

.mob-bar-menu {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%); -webkit-transform: translateY(-50%);
  z-index: 1;
}
.mob-bar-menu a {
  color: #fff;
  font-weight: 600;
}


.translator {
  display: flex;
  position: relative;
  margin-left: 10px;
  top: 13px;
  right: 0;
  z-index: 1;
}

#google_translate_element {

}
#google_translate_element .skiptranslate.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget .goog-te-combo {
  background: #fff;
  outline: none;
  border: solid 1px #952323;
  padding: 4px 0px;
  color: #952323;
  height: auto !important;
  appearance: auto;
}
.goog-te-gadget .goog-te-combo option {
  font-family: Arial !important;
}
#google_translate_element .skiptranslate.goog-te-gadget {
  color: transparent !important;
}
.multiple-images-sec [class^="col-"]{margin-bottom: 15px;}
.multiple-images-sec img{width: 100%; }  

a.close.homepop-close {
  margin-bottom: 15px;
  background: #A63120;
  text-shadow: none;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 1;
}