@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: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    display: block;
    margin: 0;
    padding: 0 0 0;
    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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    border: 1px solid #273E47;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
    background-color: #A4243B;
    color: #fff;
    border-color: #A4243B;
}

.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: #273E47;
    color: #fff;
    border-color: #273E47;
}

.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: #224e96;
}

.link-blue i {
    margin: 0 5px;
    vertical-align: middle;
}

.link-blue:hover {
    color: #ff9301;
}

.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: #FFF9E7;
    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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
    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;
    display: block;
    padding-top: 7px;
}

input::-ms-clear,
input::-ms-reveal {
    display: none !important;
}

.header-links {
    color: #fff;
    margin-left: auto;
}

.header-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    border-right: 1.5px solid #fff;
    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: #A4243B;
}

.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;
}

a.jublee-logo {
    margin-top: -24px;
}

.jublee-logo img {
    width: 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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
}

.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: #621120;
    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: 14px;
    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: #621120;
    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: #A4243B;
}

.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: #666;
    aspect-ratio: 173/64;
    width: 100%;
}

.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 */


/* 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: #A4243B;
}

.marquee-section {
    z-index: 2 !important;
    position: relative;
   /* background: #FCEADE;*/
	 background: #FFF;
}

.marquee-inner {
    margin-top: -32px;
    background: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
    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: #273E47;
}

.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: #FCEADE;
}

.noticeboard-section .card-body {
    height: 420px;
    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;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
    height: 54px;
    line-height: 54px;
}

.card-head-links {
    background: #f3f3f3;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-head-links a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
    line-height: 14px;
}

.card-head-links a:hover,
.card-head-links a.active {
    color: #A4243B;
}

.list-with-date li {
    display: flex;
    margin-bottom: 20px;
}

.list-with-date li .card-date-col {
    width: 65px;
    height: 65px;
    background-color: #F1DAC4;
    flex-shrink: 0;
    border-radius: 5px;
    display: flex;
    margin-right: 15px;
    flex-direction: column;
    justify-content: center;
    color: #B26700;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.list-with-date li .card-date-col span {
    color: #222;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 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;
}

.list-with-date li .card-detail-col p a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-with-date.with-sep li .card-detail-col p a {
    -webkit-line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
    color: #B26700;
}

.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;
}

.event-slide-row {
    margin-top: -50px;
    margin-bottom: -50px;
}

.event-slide .item {
    padding: 50px 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: #273E47;
    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: #273e47;
    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;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

.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: #273E47;
}

.owl-theme .owl-nav button:hover i {
    font-size: 22px;
    display: block;
    color: #A4243B;
}


/* Owl carousel button end*/

.services-section {
    background: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
}

.thumb-with-title-col {
    overflow: hidden;
    position: relative;
}

.thumb-with-title-col::before {
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, .9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s;
    z-index: 2;
}

.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 {
    width: 100%;
    max-width: 100%;
}

.thumb-with-title-col h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin-left: 10%;
    width: calc(100% - 20%);
    margin-top: -40px;
    z-index: 1;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb-with-title-col h3 a {
    display: block;
}

.thumb-with-title-col:hover h3 {
    background-color: #A4243B;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumb-with-title-col:hover h3 a {
    color: #fff;
}

.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%);
}

.gallery-slide .owl-nav {
    bottom: -10px;
}

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #a4243c;
    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;
    padding: 10px;
}

.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: #fff;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 7px;
}

.header-mode a:last-child {
    margin-right: 0;
}

.header-mode a.active,
.header-mode a:hover {
    background-color: #fff;
    color: #182A31;
}


/* Social media section */

.social-media-section {
    background-color: #F2F2F2;
}

.social-media-col {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
    padding: 0px 20px 20px 20px;
}

.social-media-row {
    margin-top: 30px;
}

.social-icon {
    text-align: center;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.social-media-col .social-icon i {
    background-color: #337FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.social-icon.fb i {
    background-color: #337FFF;
}

.social-icon.tw i {
    background-color: #33CCFF;
}

.social-icon.ins i {
    background-color: #DA3A8D;
}

.social-icon.you i {
    background-color: #D72A2A;
}

.social-details {
    height: 350px;
    overflow: auto;
}

.social-media-col .social-icon.ins+.social-details .instaInPost a {
    margin-bottom: 10px;
    display: block;
}


/* Usefull links */

.usefull-links-section {
    background-color: #F2F2F2;
}

.useful-links-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.useful-link-col {
    width: 20%;
    text-align: center;
    margin-top: 50px;
}

.useful-link-col img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 75px;
}

.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;
}

.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%;
}

.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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
}

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: #FF8C9C;
    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: linear-gradient(to bottom, #23179d 0%,#110f0f 100%); 
}

footer .footer-btm p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.footer-top h3 {
    font-size: 12px;
    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 p {
    line-height: 22px;
    padding-bottom: 0;
    color: #202020;
    font-weight: 600;
    text-align: center;
}

.footer-map iframe {
    width: 100%;
    height: 260px;
    margin-top: 34px;
}


/* Inner page */

.middle-container.page-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    background-image: url(../images/bg-trannss.html);
    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: #273e47;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-right: 6px solid #A4243B;
}

.sidebar-list li a:hover,
.sidebar-list li a.active {
    background: #112228;
}

.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: #273e4724;
    color: #222;
    border-bottom: 1px solid #273e471f;
}

.sidebar .sidebar-list li.menu-collapse ul li a:hover {
    background: #273e4738;
}

.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;
}

.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: #a4243c30;
    padding: 6px 15px 5px 15px;
    color: #202020;
    font-size: 22px;
    margin-bottom: 15px;
}

.title-custom h3 {
    background: #a4243c30;
    padding: 6px 15px 5px 15px;
    color: #202020;
    font-size: 20px;
    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 {
    border: 1px solid #ddd;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.custom-autocomplete-outer ul li {}

.custom-autocomplete-outer ul li a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 9px 0;
    line-height: normal;
}

.custom-autocomplete-outer ul li:last-child a {
    border-bottom: none;
}


/* Innerpage banner */

.inner-page-banner {
    position: relative;
}

.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: #273e47;
}

.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: #62767e;
}

.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: #A4243B;
    color: #fff;
    border-color: #A4243B;
}

.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: #273e47;
    border-color: #273e47;
    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: #273e47;
    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 {
    background: #FCEADE;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.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: #a4243c30;
    display: block;
    padding: 5px 40px 5px 15px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.custom-collapse.blue .custom-collapse-col .collapse-title {
    background: #273e476b;
}

.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 #273e47;
    border-radius: 5px;
    width: calc(50% - 10px);
    padding: 15px;
    margin-bottom: 20px;
    background: #273e47;
    position: relative;
    color: #fff;
    text-align: left;
}

.library-top-links a h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.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: #273e47;
    border-color: #273e47;
    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: #273E47;
    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;
    justify-content: center;
}

.graph-img-col {
    width: 33.33%;
}

.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;
}

.jublee-logo {
    position: relative;
    width: 185px;
    text-align: center;
}

.animate-charcter {
    background-image: linear-gradient( -225deg, #862724 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
    line-height: 12px;
    animation-direction: reverse;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


/* Homepage gallery album */

.media-gallery-section .album-col {
    display: flex;
    flex-direction: column-reverse;
}

.media-gallery-section .album-col .album-title {
    padding: 10px 15px 10px 15px;
    height: 55px;
    display: flex;
    align-items: center;
}

.media-gallery-section .album-col .album-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
}

.media-gallery-section .album-col .album-title .download-img-zip {
    display: none;
}

.media-gallery-section .gallery-slide .owl-stage-outer .owl-stage {
    display: flex;
    align-items: flex-start;
}

.gallery-slide .owl-nav {
    bottom: -10px;
    position: relative;
}


/* Homepage gallery album */

#eventImagesList .modal-body .modalgal .owl-nav {
    bottom: 10px;
    position: absolute;
    background: #fff;
    width: auto;
    padding: 5px 3px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#eventImagesList .modal-body .modalgal .owl-nav button {
    margin: 0 4px!important;
}


/* 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 */

.dvvpagebtns .btn-inline {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 10px;
    margin-bottom: 15px;
}

.dvvpagebtns .btn-inline .btn-custom {
    min-width: auto;
    margin: 0;
}

.g2ologo {
    width: 140px;
    position: relative;
    margin-top: 0px;
}

.g2ologo span {
    color: #222;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    line-height: 12px;
    text-align: center;
}


/* Error page */

.page-error {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-error-thumb {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page-error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-error-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}






.leader {
	padding-left: 15px;
	padding-top: 40px
}
.leader ul {
	margin: 0 -12px;
	padding: 0;
	list-style: none
}
.leader ul li {
	margin-bottom: 0;
	box-sizing: border-box;
	width: 98%;
	float: left;
	padding: 0 1px 12px
}
.counterwrap ul li .count-box span.coount-icon, .leader ul li:nth-child(3), .leader ul li:nth-child(4) {
	margin-bottom: 0
}
.leader ul li .depdiv {
	background: #fff;
	width: 98%;
	padding: 10px 1px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c9d7d5;
	position: relative
}
.dropdown-toggle {
	white-space: break-spaces
}
.leader ul li .dep-logo {
	width: 28.5%
}
.leader ul li .depdiv .btn {
	padding: 3px 10px;
	font-size: .8em;
	color: #000;
	position: absolute;
	right: 0;
	z-index: 1;
	bottom: 0;
	background: #c8d6d4;
	border-radius: 40px 0 8px
}
.leader ul li .dep-name h4 {
	color: #d43c00;
	font-size: 15px
}
.leader ul li .dep-name p {
	font-size: 10px;
	color: #000;
	margin-bottom: 0
}

.display {
	padding: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0
}
.display li {
	list-style: none;
	    width: 25%;

	box-sizing: border-box;
	padding: 0 10px 10px 0
}
.HOVER:hover {
	border-color: #d43c00
}
.HOVER {
	--width: 100%;
	--time: 0.7s;
	position: relative;
	display: block;
	border: 1px dashed #a7a7a7;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-radius: 8px;
	color: #3c3c3c
}
.HOVER img, .HOVER text {
	position: relative;
	z-index: 5;
	transition: color var(--time)
}
.HOVER text {
	font-weight: 500;
	display: block;
	min-height: 22px;
	font-size: .99rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.HOVER img {
	width: 40px;
	margin: auto
}
.HOVER:hover text {
	color: #222
}
.HOVER span {
	position: absolute;
	display: block;
	z-index: 0;
	width: 0;
	height: 0;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: width var(--time), padding-top var(--time)
}
.HOVER:hover span {
	width: calc(var(--width)*2.25);
	padding-top: calc(var(--width)*2.25)
}
.animated {
	--angle: 5deg;
	animation: .3s shake
}
#usefullinkbg, .section-second, footer {
	background-size: cover
}
.HOVER.FLASH span {
    background: #d43c00;
}
.HOVER.FLASH:hover text{
    color: #fff;
}

#welcome{padding:5px 20px;background-color:#e7edf2;/* background-image:url(../images/welcome-bg.png); background-repeat:no-repeat; background-size:cover;*/margin-top:15px;}
.news-announcement {
	padding: 15px;
	background: #ef5013;
}
	.news-announcement .foot {
		background-color: #ef3b13;
		margin: 0px -15px -15px -15px;
		padding: 10px;
	}
.foot .toggle{ float:right;}
.vticker {
	height: 354px !important;
	margin-bottom: 15px;
}
.vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
	display: none;
}
.vticker .dsize {
	font-size: .8em;
 margin-top:5px; color:rgba(255,255,255,.6) !important;
}
/*.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}*/
.vticker ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.vticker ul li {
	padding-bottom: 15px;
	padding-top:30px;
	position: relative;
	font-weight: 700; top:8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.28);
	padding-left: 28px;
}
.vticker ul li:before {font-family: 'simple-line-icons';
	content: "\e079";
	position: absolute;
	left: 1px; color:#fff;
}
.vticker ul li a {
	display: block;
	color: #fff;
	font-weight: 700;
}
.vticker ul li span {
	display: block;
}
.vticker ul li .ndate {
	font-size: 0.82em;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	top:10px;
	color:#e0ab1b;

}
.vticker ul li .newicon,.vticker ul li img{position: absolute; top:7px; right:0%;}
.vticker ul li .dsize {
	color: #666;
	font-size:0.80em;
}
.news-announcement .scroll {
	max-height: 352px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.btn-outline-primary {
	border-color:#001E59;
	color: #001E59;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	border-color: #001E59;
	background-color:#001E59;
	color: #fff;
	text-decoration: none;
}
.box-back{z-index:10; }
.glance{padding:15px; min-height:434px; font-size: 1.05em; font-weight: 400; color:#333;}
.glance img{ max-width:100%; border:5px solid #ddd; margin-bottom:15px;}
.glance .title h4{ padding:0px 15px;}
.glance .content{ min-height:197px;}
.award { padding:15px;
}
.welcome .title h4{ text-align:center;}
.title {
	position: relative;
}
.title:after {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color:#e0ab1b;
	content: "";
	z-index: 0;
	right: 0;
	left: 0;
	margin: 0px auto 0px auto;
	top: 45%;
}
.title svg {
	height: 30px;
	margin-right: 10px; fill:#007c7c; float:left;
}
.title h4 {
  position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #e7edf2;
	padding-right: 10px;
	color: #000;
	font-size: 1.7em; font-weight:600;
 
}
.fimg {
	margin-bottom: 10px;
}
.fimg img {
	max-width: 100%;
	border-radius: 6px;
}
.bg-white {
    background-color: 
    #fff;
}
.btn-outline {
	display: inline-block;
	padding: 4px 15px;
	border: 2px solid #ccc;
	font-size: .85em;
	text-transform: uppercase;
	transition-duration: .3s;
}
.news-announcement .foot .btn-outline-success {
	border-color:#fff;
	color:#fff;
}
.news-announcement .foot  .btn-outline-success:hover, .news-announcement .foot  .btn-outline-success:focus, .news-announcement .foot .btn-outline-success:active {
	border-color:#e0ab1b;
	background-color:#e0ab1b;
	color: #fff;
	text-decoration: none;
}

.events .foot .btn-outline-success {
	border-color:#fff;
	color:#fff;
}
.events .foot  .btn-outline-success:hover, .events .foot  .btn-outline-success:focus, .events .foot .btn-outline-success:active {
	border-color:#003c72;
	background-color:#003c72;
	color: #fff;
	text-decoration: none;
}

.btn-outline-danger {
	border-color: #dc3545;
	color: #dc3545;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
	border-color:#dc3545;
	background-color: #dc3545;
	color: #fff;
	text-decoration: none;
}

.btn-success {
	border-color:#008EA1; background-color: #008EA1;
	color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	border-color:#0B6E7B;
	background-color:#0B6E7B;
	color: #fff;
	text-decoration: none;
}

.btn-outline-warning {
	border-color:#352961;
	color:#352961;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
	border-color:#352961;
	background-color:#352961;
	color: #fff;
	text-decoration: none;
}
.et-run .fa:before {
content: "\f04c" !important;
}
 
.impact{ list-style:none; margin:0px; padding:0px;}
.impact li{ text-align:center;  box-sizing:border-box; width:25%; float:left; padding:15px;}
.impact li svg{ height:50px; fill:#dc3545;}
.countermain {
	/*background: url(../images/counterbg.jpg) center no-repeat;*/
	padding:20px 0px;
}
.countermain ul.counterno h2.count-title {
	color: #FFF;
	font-size: 2.6em;
	padding: 15px 0px;
	font-weight: 600;
}
.countermain ul.counterno p.count-text i.fa {
	background: #ff742f;
	padding: 5px 11px;
	margin-right: 15px;
}
.countermain ul.counterno p.count-text {
	color: #FFF;
	font-size:1.2em;
}
.events { padding:15px;
	 
}
 
.events ul{
	padding: 0px;
	margin: 0px 0px;
	min-height:369px;
}
.events ul li {
	list-style: none;
	text-align: left; padding: 0px 5px;
}
 .events ul li a{ font-weight:500; display:block; margin-bottom:8px;}
 .events ul li .ndate{display:block; padding:0px 0;margin:0;font-size:.9em; color:#003c72;}
 .events ul li .ndate::before {
    margin-right: 6px;
    content: "\f073";
    color:#c89200;
    font-family: FontAwesome;
    font-size: 14px;
}
.events ul li .dsize{display:block; padding:5px 0;margin:0;font-size:.9em; color: #000;}
 .events ul li .dsize::before {
    margin-right: 6px;
    content: "\f1c1";
    color:#d32f2f;
font-family: FontAwesome;
    font-size: 14px;
}
.events .foot{ padding:10px; margin:0px -15px -15px -15px; background-color:#e0ab1b;}
.events .owl-pagination{ display:none;}
.events .owl-buttons{ position:absolute; bottom:-41px; right:0px;}
.events .owl-buttons div{ font-size:22px; border-radius:0px !important; width:25px; line-height:25px; margin:0px 2px; opacity:1!important; background-color:rgba(255,255,255,.0)!important; border:2px solid #ffff; color:#fff!important;}
.events .owl-buttons div:hover{ background-color:#003c72 !important; border-color:#003c72; color:#fff!important; }
.ftright {
	width: 100px;
	height: 40px;
	background: #383d41;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.ftright:before {
	border-bottom: 49px solid #383d41;
	border-left: 45px solid transparent;
	content: "";
	height: 0;
	left: -45px;
	position: absolute;
	top: 0px;
	width: 0;
}
.implink ul.brand-items{ padding:0px;}
.implink ul.brand-items li {
	list-style: none;
	padding: 0px 15px;
}
.implink ul.brand-items li img{max-width:100%;border: 1px solid #ddd;padding: 3px 5px;border-radius: 3px;} 
 
.banFxd {
	position: fixed !important;
	width: 100% !important;
	left: 0px;
	right: 0px;
	margin: 0px auto !important;
	z-index: 0 !important;
	top: 0px;
}
.eventcard, .greysection, .eventcard, footer {
	position: relative;
	z-index: 5;
}


