/*!   
 * Template Name: College Green - Bootstrap 5 Template for Education
 * Version: 1.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * X: @3rdwave_themes
*/

html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300
}

p {
    color: #494949;
    line-height: 1.7
}

a {
    color: #6091ba;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #84aac9;
}

a:focus {
    text-decoration: none
}

a.theme-link {
    text-decoration: underline;
    color: #303030
}
.promo  a{
	display: inline-block;
    margin-left: 10px;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none
}

.btn:focus,
a.btn:focus {
    box-shadow: none
}

/*.btn .svg-inline--fa,
a.btn .svg-inline--fa {
    color: #fff;
    margin-right: 5px
}*/

.btn .svg-inline--fa.fa-search,
a.btn .svg-inline--fa.fa-search {
    margin-right: 0
}

.btn:hover,
a.btn:hover {
    text-decoration: none
}

.btn-theme {
    background: #6091ba;
    border: 1px solid #6091ba;
    color: #fff
}

.btn-theme:hover {
    background: #84aac9;
    border: 1px solid #84aac9;
    color: #fff
}

a.btn-cta,
.btn-cta {
    background: #6091ba;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    border: 1px solid #6091ba;
    font-family: 'open sans', arial, sans-serif
}

a.btn-cta:hover,
.btn-cta:hover {
    color: #fff;
    background: #4678a1;
    border: 1px solid #4678a1
}

a.btn-cta .svg-inline--fa,
.btn-cta .svg-inline--fa {
    margin-right: 10px;
    font-size: 20px;
    color: #fff
}

.form-control {
    border-radius: 0;
    border-color: #e3e3e3
}

.form-control::-webkit-input-placeholder {
    color: #a6a6a6
}

.form-control:-moz-placeholder {
    color: #a6a6a6
}

.form-control::-moz-placeholder {
    color: #a6a6a6
}

.form-control:-ms-input-placeholder {
    color: #a6a6a6
}

.form-control:focus {
    border-color: #6091ba;
    box-shadow: none
}

.form-select {
    border-radius: 0;
    border-color: #e3e3e3
}

blockquote p {
    line-height: 2
}

.RedDamask {
    background-color: #e27240
}

.RedDamask:hover {
    background-color: #df622a
}

.FireBush {
    background-color: #E28D40
}

.FireBush:hover {
    background-color: #df802a
}

.OliveDrab {
    background-color: #60A823
}

.OliveDrab:hover {
    background-color: #54931f
}

.Mojo {
    background-color: #C94139
}

.Mojo:hover {
    background-color: #b73932
}

.text-highlight {
    color: #27435a
}

.highlight-border {
    border-color: #6091ba
}

.read-more {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: block
}

.read-more .svg-inline--fa {
    position: relative;
    top: 1px;
    margin-left: 5px
}

.carousel-fade .item {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s
}

.carousel-fade .item.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#back-to-top {
    background: #84aac9;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

#back-to-top:hover {
    background: #6091ba
}

#back-to-top svg {
    margin-top: 5px
}
.ul.custom-list-style li a
{
float:left;
}

.row-end {
    margin-right: 0;
    padding-right: 0
}

ul.custom-list-style li {
    list-style: none;
    margin-bottom: 16px !important;
    font-size:14px;
    border-bottom: 2px dotted #fff;
    padding-bottom: 10px;
}
.custom-list-style
{
    margin-top:20px;
}

.date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px
}

.date-label .month {
    background: #6091ba;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase
}

.footer h3 {
    color: white;
    margin-bottom: 20px;
    border-bottom: 1px solid #1c6ec5;
    padding-bottom: 10px;
}

.date-label .date-number {
    clear: left;
    display: block;
    padding-top: 2px;
    font-size: 15px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 600
}

.pagination-container {
    margin-top: 30px
}

.page-link {
    color: #6091ba
}

.page-item.active .page-link {
    background: #6091ba;
    border-color: #6091ba
}

.page-item:first-child .page-link {
    border-radius: 0
}

.page-item:last-child .page-link {
    border-radius: 0
}

.nav-tabs {
    border-bottom: none;
    position: relative;
    margin-bottom: -1px
}

.tab-content {
  /* border: 1px solid #4da9fb;
    padding: 0px;
    margin-bottom: 20px*/
    padding: 0px 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.nav .nav-item .nav-link {
    border-radius: 0
}

.nav-tabs .nav-link {
    border: 1px solid #e3e3e3;
    border-bottom: none;
    text-decoration: none
}

.nav-tabs .nav-link:hover {
    background: none
}

.nav-tabs .nav-link.active {
    border-top: 2px solid #6091ba
}

.nav-tabs .nav-link.active:hover {
    border-bottom: none
}

.nav-tabs>li>a {
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background: #f5f5f5;
    padding: 5px 15px;
    margin-right: 0;
    border-radius: 0;
    color: #494949;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s
}

.nav-tabs>li {
    margin-right: 2px
}
.resource-date {
    font-size: 0.85rem;
    color: #7f8c8d;
    background-color: #e4ebf1;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    margin-left: 10px;
    
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #f5f8fb
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #ebebeb
}

.table>thead>tr>th {
    border-bottom: 2px solid #a7c2d9;
    color: #365d7e
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background: #f5f8fb
}

.table-boxed,
.table-bordered {
    border: 1px solid #ebebeb
}

.table.table-boxed>thead>tr>th {
    border-bottom: none;
    background: #6091ba;
    color: #fff
}

.faq-wrapper .accordion-item {
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3
}

.faq-wrapper .accordion-item .accordion-header {
    background: none;
    border: none;
    border-radius: 0
}

.faq-wrapper .accordion-item .accordion-header .accordion-button {
    color: #6091ba;
    background: white;
    border: none;
    box-shadow: none
}

.faq-wrapper .accordion-item .card-body {
    font-size: 13px
}

.card {
    border-radius: 0
}

.card .card-header {
    border-radius: 0
}

.card .card-header .card-title {
    margin-bottom: 0
}

.card .card-header h3.card-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px
}

.card .card-header .badge {
    font-size: 11px;
    padding: 5px 10px
}

.card .card-footer {
    border-radius: 0
}

.card .card-footer ul {
    margin-bottom: 0
}

.card .card-footer ul.list-inline li {
    margin-bottom: 0
}

.card .card-footer small {
    color: #999
}

.no-margins {
    margin: 0
}

.no-margin-left {
    margin-left: 0
}

.no-margin-right {
    margin-right: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.label {
    border-radius: 0
}

.label.label-theme {
    background: #6091ba
}

.label .svg-inline--fa {
    margin-right: 4px
}

.label.label-icon-only .svg-inline--fa {
    margin-right: 0
}

.badge {
    border-radius: 0
}

.badge.badge-theme {
    background: #6091ba
}

.badge.badge-default {
    background: #999
}

.badge.badge-primary {
    background: #428bca
}

.badge.badge-success {
    background: #5cb85c
}

.badge.badge-info {
    background: #5bc0de
}

.badge.badge-info {
    background: #5bc0de
}

.badge.badge-warning {
    background: #f0ad4e;
    color: #FFF
}

.badge.badge-danger {
    background: #d9534f
}

.promo-badge {
    font-size: 20px;
    display: table
}

.promo-badge a {
    color: #fff;
    display: table-cell;
    width: 135px;
    height: 135px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1)
}

.promo-badge .percentage {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: 'open sans', arial, sans-serif
}

.promo-badge .percentage .off {
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: -15px
}

.promo-badge .desc {
    font-size: 12px
}

.progress-bar-theme {
    background: #6091ba
}

.gallery-album .item {
    margin-bottom: 15px
}

.gallery-album .item a {
    border: 1px solid #e3e3e3;
    padding: 4px;
    display: inline-block
}

.gallery-album .item a:hover {
    box-shadow: 0px 0px 5px 0px #e3e3e3
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    color: #fff !important
}

#cboxLoadedContent,
#cboxContent {
    background: none
}

.box {
    background: #f5f5f5;
    padding: 30px
}

.box.box-border {
    border-left: 5px solid #6091ba
}

.box.box-dark {
    background: #494949;
    color: #fff
}

.box.box-theme {
    background: #6091ba;
    color: #fff
}

.box .date-label {
    background: #fff
}

.social-icons {
    list-style: none;
    padding-top: 6px;
    margin-bottom: 0
}

.social-icons li {
    float: left;
    color:#fff;
    padding-right: 20px;
    line-height: 25px;
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons a {
    display: inline-block;
    background: #95b6d1;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    float: left;
    line-height: 20px;
}

.social-icons a:hover,.hod-card:hover .social-icons a {
    background: #6091ba
}



.social-icons a .svg-inline--fa {
    color: #002147;
}

.social-icons a .svg-inline--fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0
}

.header .top-bar {
    background: #002147;
}

.header .top-bar .search-form {
    padding: 10px 0
}

.header .top-bar .search-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.header .top-bar .search-form .form-control {
    font-size: 13px
}

.header .top-bar .search-form .btn {
    font-size: 13px
}

.header .social-icons li.row-end {
    margin-right: 0
}

.header .social-icons a {
    background: #fff;
    color:#6ca7d7;
}

.header .social-icons a:hover {
    background: #6ca7d7;
    color:#fff;
}

.header .social-icons a:hover .svg-inline--fa {
    color: #fff
}

.header .social-icons a i.fa-phone {
    color: #fff
}

.header .social-icons a .svg-inline--fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0
}

.header .header-main {
    padding-top: 10px;
    padding-bottom: 10px
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0
}

.header h1.logo img {
    max-height: 100px
}

.header .menu-top {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right
}

.header .menu-top li {
    color: #fff;
    padding: 10px 0;
    list-style: none;
    float: left;
    font-size: 13px;
    font-family: 'open sans', arial, sans-serif;
    color:
}

.header .menu-top li:last-child a {
    padding-right: 0
}

.header .menu-top li.divider a {
    border-right: 1px solid #c9c9c9
}

.header .menu-top li a {
    display: inline-block;
    color: #fff;
    padding: 0px 10px
}

.header .menu-top li a:hover {
    color: #6091ba
}

.header .contact {
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
    margin-top: 15px
}

.header .contact p {
    float: left;
    margin-bottom: 0
}

.header .contact p.phone {
    margin-right: 30px
}

.header .contact p a {
    color: #494949
}

.header .contact .svg-inline--fa {
    color: #6091ba;
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle
}

.header .contact .svg-inline--fa.fa-phone {
    font-size: 20px;
    top: 2px
}

.header .search-form {
    border: 0;
    box-shadow: none
}

.header .search-form .form-control {
    width: 260px;
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.header .search-form .form-control:focus {
    background: #fff;
    border-color: #6091ba
}

.mobile-search-form {
    border: 0
}

.mobile-search-form .form-control {
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.mobile-search-form .form-control:focus {
    background: #fff;
    border-color: #6091ba
}

.main-nav-wrapper {
    background: #002147;
    margin-bottom: 30px;
    min-height: 50px
}

.main-nav {
    padding: 0
}

.main-nav .navbar-toggler {
    position: relative;
    margin-bottom: 15px;
    top: 9px;
    padding: 9px 10px;
    background-image: none;
    border: 1px solid transparent
}

.main-nav .navbar-toggler:focus {
    box-shadow: none
}

.main-nav button {
    background: #27435a;
    color: #fff !important;
    border-radius: 0
}

.main-nav button:focus {
    outline: none
}

.main-nav button .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.main-nav button .icon-bar+.icon-bar {
    margin-top: 4px
}

.main-nav .navbar-toggler-label {
    margin-right: auto;
    margin-left: 10px;
    font-weight: 600;
    color: white;
    font-size: 16px;
    letter-spacing: 1px
}

.main-nav .navbar-collapse {
    padding: 0
}

.main-nav .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
    position: relative
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101
}

.main-nav .nav .nav-item .nav-link.show {
    background: #4678a1
}

.main-nav .nav .nav-item .nav-link.show:hover {
    background: #4678a1
}

.main-nav .nav .nav-item .nav-link {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 15px 13px;
    background: #002147;
    text-decoration: none
}

.main-nav .nav .nav-item .nav-link:hover {
    background: #6091ba;
    color: #fff
}

.main-nav .nav .nav-item .nav-link.active {
    background: #0f6ab5;
    color: #fff
}

.entry-banner {
/*    background: url(../images/banner.jpg) no-repeat scroll center center / cover;*/
    height: 317px;
}
.admin
{
    background: url(../images/banner.jpg) no-repeat scroll center center / cover;
}
.depts
{
     background: url(../images/digital1.jpg) no-repeat scroll center center / cover;
}
.placements
{
  background: url(../images/placements-bg.jpg) no-repeat scroll center center / cover;
}
.about-img
{
    background: url(../images/about.jpg) no-repeat scroll center center / cover;
}

.entry-banner:before {
    content: '';
    display: block;
    background-color: rgb(0 0 0 / 32%);
    width: 100%;
    height: 317px;
    position: absolute;
}
.entry-banner .entry-banner-content h1 {
    color: #ffffff;
    margin: 0px;
    z-index: 1;
    position: relative;
    font-weight: bold;
}
.entry-banner .entry-banner-content {
    padding: 100px 0 110px;
}


.main-nav .nav .nav-item .nav-link.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -1px
}

.main-nav .nav .nav-item .nav-link.active.dropdown-toggle:before {
    display: none
}

.main-nav .nav .nav-item .dropdown-toggle:after {
    display: none
}

.main-nav .nav .nav-item.open a {
    background: #4678a1;
    color: #fff
}

.main-nav .nav .nav-item .dropdown-menu {
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 220px
}

.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
    text-transform: none;
    font-size: 14px;
    background: #4678a1;
    color: #fff;
    text-decoration: none
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
    background: #3e6a8f;
    color: #fff;
    padding-left: 24px
}

.main-nav .nav .nav-item .dropdown-submenu {
    position: relative
}

.main-nav .nav .nav-item .dropdown-submenu .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 10px
}

.main-nav .nav .nav-item .dropdown-submenu li {
    position: relative
}

.main-nav .nav .nav-item .dropdown-submenu li .svg-inline--fa {
    position: absolute;
    right: 15px;
    top: 10px
}

.main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px
}

.footer {
    background: #002147;
    color: rgba(255, 255, 255, 0.7)
}

.footer p {
    color: rgba(255, 255, 255, 0.7)
}

.footer ul {
    padding-left: 0
}

.footer li {
    list-style: none
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: white
}

.footer .footer-content {
    padding: 30px 0
}

.footer .footer-content .footer-col {
    color: #c2c2c2
}

.footer .footer-content .footer-col .footer-col-inner {
    padding: 0 15px
}

.footer .footer-content .footer-col .svg-inline--fa {
    margin-right: 10px;
    display: inline-block;
    color: #767676
}

.footer .footer-content .footer-col .svg-inline--fa.fa-phone {
    font-size: 16px
}

.footer .footer-content .footer-col li {
    margin-bottom: 10px
}

.footer .footer-content .footer-col a {
    color: rgba(255, 255, 255, 0.8)
}

.footer .footer-content .footer-col a:hover {
    color: #95b6d1
}

.footer .footer-content .adr {
    margin-bottom: 30px;
    color: #c2c2c2
}

.footer .footer-content .adr .svg-inline--fa {
    font-size: 16px;
    margin-top: 5px
}

.footer .footer-content .subscribe-form {
    padding: 0
}

.footer .footer-content .subscribe-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.footer .footer-content .subscribe-form .form-control {
    width: 320px;
    background: #f5f5f5;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.footer .footer-content .subscribe-form .form-control:focus {
    background: #fff
}

.footer .bottom-bar {
    background: #001a39;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.7)
}

.footer .bottom-bar .copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 3
}

.footer .bottom-bar .copyright a:hover {
    color: #84aac9
}

.footer .bottom-bar .social {
    margin: 0
}

.footer .bottom-bar .social li {
    float: right;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 2
}

.footer .bottom-bar .social li a {
    color: #a9a9a9;
    padding: 0 5px
}

.footer .bottom-bar .social li a:hover {
    color: #6091ba
}

.page-wrapper .page-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

.page-wrapper .page-heading h1.heading-title {
    margin-top: 0;
    display: inline-block;
    font-size: 28px
}

.page-wrapper .breadcrumbs ul {
    margin: 0
}

.page-wrapper .breadcrumbs ul li {
    color: #6091ba;
    font-size: 13px;
    float: left;
    list-style: none;
    display: inline-block;
    margin-bottom: 0
}

.page-wrapper .breadcrumbs ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #afafaf
}

.page-wrapper .breadcrumbs ul li a:hover {
    color: #365d7e
}

.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
    padding-right: 0;
    color: #afafaf
}

.page-wrapper .breadcrumbs ul li.current {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-wrapper .breadcrumbs ul li .svg-inline--fa {
    margin-right: 5px;
    color: #afafaf
}

.page-wrapper ul li {
    margin-bottom: 5px
}

.page-wrapper ul li .svg-inline--fa {
    margin-right: 5px;
    color: #6091ba
}

/*.arrow-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  margin: 10px;
}

.arrow-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #007bff;
}*/

.page-wrapper ul li.list-group-item {
    margin-bottom: -1px
}

.page-wrapper .page-sidebar .widget .nav li a.active{

  background: linear-gradient(to right, #002147, #4facfe) !important;
  color: #fff;

}
.page-wrapper .page-sidebar .widget .nav li a.active:after{
  border-left: 20px solid #4facfe !important;
}
#jobTabs .nav-link 
{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    border-radius: 4px 0 0 4px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #6a95c2, #84aac9);
    bgcolor:#84aac9;
    font-family: 'open sans', arial, sans-serif;

}

#jobTabs .nav-link:after{
    content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #84aac9;
  
}
.page-wrapper ul.nav li {
    margin-bottom: 0
}

.page-wrapper ul.social-icons li .svg-inline--fa {
    margin-right: 0;
    color: #fff
}

.page-wrapper ol li {
    margin-bottom: 5px
}

.page-wrapper dl dd {
    margin-bottom: 5px
}

.page-wrapper .page-content h1 {
    font-size: 26px;
    font-weight: normal
}

.page-wrapper .page-content h2 {
    font-size: 24px;
    font-weight: normal
}

.page-wrapper .page-content h3.title {
    font-size: 20px;
    font-weight: normal
}

.page-wrapper .page-content h4 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    border: none;
    position: relative;
}

.page-wrapper .page-content h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px; /* Thickness of the border */
    width: 100%;
    background: linear-gradient(to right, #ccc, #999, #777, #999, #ccc);
}

.page-wrapper .page-content h5 {
    font-size: 16px;
    font-weight: normal
}

.page-wrapper .page-content h6 {
    font-size: 14px;
    font-weight: normal
}
.page-wrapper .page-content .title {
    position: relative;
    padding-top: 16px; /* spacing for the pseudo-element */
            margin-bottom: 40px !important;
}

.page-wrapper .page-content .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px; /* height of the gradient border */
    width: 100%;
    background: linear-gradient(to right, #002147, #4facfe) !important /* customize as needed */
}

.tab-pane img{
    /* width: 100%; */
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    /* object-fit: cover; */
    /* display: block; */
    margin: 0 auto;
    float: left;
    margin-right: 40px;
    border: 1px solid #e2e2e2;
    padding: 5px;
}
.page-wrapper .page-content .title span{
   margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    /* text-decoration: underline; */
    /* border-bottom: 2px solid #80a7c8; */
    width: fit-content;
    /* padding-bottom: 10px; */
    background:linear-gradient(to right, #002147, #4facfe) !important /* customize as needed */;
    padding: 10px 50px;
    border-radius: 0px 0px 30px 30px;
    color: #fff;
margin-bottom:40px
}

.page-wrapper .page-content .page-row {
    margin-bottom: 30px
}

.page-wrapper .page-content .page-row:last-child {
    margin-bottom: 0
}

.page-wrapper .page-content .custom-quote {
    border-left: 4px solid #a7c2d9;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.page-wrapper .page-content .custom-quote p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 1.5
}

.page-wrapper .page-content .custom-quote .svg-inline--fa {
    color: #6091ba;
    margin-right: 10px
}

.page-wrapper .page-content .custom-quote .people {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #494949;
    font-style: normal
}

.page-wrapper .page-content .custom-quote .people .name {
    color: #6091ba
}

.page-wrapper .page-content .has-divider {
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 15px
}

.page-wrapper .page-content .has-divider-solid {
    border-bottom: 1px solid #e3e3e3
}

.page-wrapper .page-content .row-divider {
    border-bottom: 1px dotted #e3e3e3;
    padding: 10px 0
}

.page-wrapper .page-content .even-row {
    background: #f5f5f5
}

.page-wrapper .page-content .read-more.btn {
    margin-bottom: 15px;
    display: inline-block
}

.page-wrapper .page-content .card-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0
}

.page-wrapper .page-content .video-iframe {
    max-width: 100%
}

.page-wrapper .page-content .album-cover {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px
}

.page-wrapper .page-content .album-cover img {
    width: 100%
}

.page-wrapper .page-content .album-cover:hover {
    box-shadow: 0px 0px 5px 0px #e3e3e3
}

.page-wrapper .page-content .album-cover>a:hover {
    position: relative
}

.page-wrapper .page-content .album-cover>a:hover img {
    display: block;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.page-wrapper .page-content .album-cover .desc {
    padding: 15px;
    position: relative
}

.page-wrapper .page-content .album-cover .desc:before {
    content: "";
    display: block;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px
}

.page-wrapper .page-sidebar h3.title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px
}

.page-wrapper .page-sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 15px;
    padding-top: 0
}

.page-wrapper .page-sidebar .widget.has-divider {
    border-bottom: 1px dotted #e3e3e3
}

.page-wrapper .page-sidebar .widget h3 {
    margin-bottom: 20px
}

.page-wrapper .page-sidebar .widget .iframe {
    height: auto;
    min-height: 200px;
    max-width: 100%
}

.page-wrapper .page-sidebar .widget .svg-inline--fa {
    margin-right: 5px;
    color: #e6e9eb;
}

.page-wrapper .page-sidebar .widget .svg-inline--fa.fa-phone {
    font-size: 16px
}

.page-wrapper .page-sidebar .widget .btn .svg-inline--fa {
    color: #fff
}

.page-wrapper .page-sidebar .widget .nav li a {
    padding: 5px 0px;
    color: #494949;
    margin-bottom: 10px;
    border-left: 5px solid transparent
}

.page-wrapper .page-sidebar .widget .nav li a:hover {
   /* background: none;*/
    color: #6091ba
}

.page-wrapper .page-sidebar .widget .nav li.active a {
    background: none;
    color: #6091ba;
    font-weight: bold;
    border-left: 5px solid #6091ba
}

.page-wrapper .page-sidebar ul {
    padding-left: 0
}

.page-wrapper .page-sidebar .news-item {
    margin-bottom: 15px
}

.page-wrapper .page-sidebar .news-item:last-child {
    margin-bottom: 0
}

.page-wrapper .page-sidebar .news-item img {
    width: 40px;
    height: 40px
}

.page-wrapper .page-sidebar .news-item .title {
    font-size: 14px;
    margin-top: 0
}

.page-wrapper .page-sidebar .testimonials-carousel {
    position: relative
}

.page-wrapper .page-sidebar .testimonials-carousel .svg-inline--fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
    min-height: 300px
}

.page-wrapper .page-sidebar .testimonials-carousel .quote {
    padding-left: 15px;
    border-left: 4px solid #f5f5f5
}

.page-wrapper .page-sidebar .testimonials-carousel .source {
    position: relative;
    min-height: 80px
}

.page-wrapper .page-sidebar .testimonials-carousel .people {
    margin-top: 30px;
    margin-left: 19px
}

.page-wrapper .page-sidebar .testimonials-carousel .people .name {
    color: #6091ba
}

.page-wrapper .page-sidebar .testimonials-carousel .people .title {
    color: #999
}

.page-wrapper .page-sidebar .testimonials-carousel .profile {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
    margin-top: 20px;
    text-align: right
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e2e2e2;
    text-align: center
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-right: 0;
    font-size: 20px
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .svg-inline--fa {
    margin-left: 2px
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .svg-inline--fa {
    margin-right: 2px
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover {
    background: #6091ba
}

.home-page h1.section-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2f506c
}
 .principal-logo
 {
	border-radius: 24% !important;
	height: 120px;
	width: 96px;
 }
 .ucek-txt h3{
    font-weight: bold;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
 }
.ucek-txt  p strong
{
	color: gray;
}
.ucek-txt  p
{
	margin: 0px;
}
.custom-list-style li .fa-caret-right
{
	margin-right:10px;
}
.ucek-txt .fa-phone, .ucek-txt .fa-envelope{
	margin-right:10px;
}

.home-page h1.section-heading .line {
    border-top: 2px solid #1569af;
    display: inline-block;
    padding: 0 30px;
    padding-top: 5px
}

.home-page section {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px
}

.home-page .section-content {
    padding: 30px;
    padding-top: 0
}

.home-page .promo {
    margin-bottom: 30px;
    margin-top: 30px
}

.home-page .promo h1.section-heading {
    font-size: 24px;
    color: #fff
}

.home-page .promo p {
    color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
}

.home-page .promo .btn-cta {
    font-size: 20px;
    font-family: 'Open Sans', arial, sans-serif
}

.home-page .promo .btn-cta:hover {
    background: #4678a1;
    border-color: #4678a1
}

.home-page .news {
    position: relative;
    margin-bottom: 0px;
background: #ffffffb8;
}

.home-page .news h2.title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0
}

.home-page .news h2.title a {
    color: #365d7e;
    text-decoration: none
}

.home-page .news h2.title a:hover {
    color: #27435a;
    text-decoration: underline
}

.home-page .news .news-item {
    padding-left: 115px;
    position: relative;
    margin-bottom: 20px
}

.home-page .news .thumb {
    position: absolute;
    left: 0;
    top: 0
}

.home-page .news .carousel-controls {
    position: absolute;
    right: 15px;
    top: 15px
}

.home-page .news .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #6091ba;
    text-align: center;
    padding-top: 3px
}

.home-page .news .carousel-controls a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-right: 0;
    font-size: 18px
}

.home-page .news .carousel-controls a:hover {
    background: #494949
}

.home-page .events .section-content {
    min-height: 520px
}

.home-page .events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.home-page .events .event-item .date-label {
    background: #fff;
    position: absolute;
    left: 0
}

.home-page .events .event-item h2.title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400
}

.home-page .events .event-item p {
    margin-bottom: 5px
}

.home-page .events .event-item .svg-inline--fa {
    margin-right: 5px;
    font-size: 14px;
    min-width: 16px;
    color: #666
}

.home-page .events .event-item .svg-inline--fa.fa-map-marker {
    font-size: 18px
}

.home-page .events .read-more {
    margin-top: 15px
}

.home-page .events .details p {
    color: #666
}

.home-page .course-finder .course-finder-form {
    margin-bottom: 15px
}

.home-page .course-finder .keywords input {
    width: 200px;
    margin-right: 5px
}

.home-page .video {
    position: relative
}

.home-page .video .carousel-controls {
    position: absolute;
    right: 15px;
    top: 15px
}

.home-page .video .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #c9c9c9;
    text-align: center;
    padding-top: 3px
}

.home-page .video .carousel-controls a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-right: 0;
    font-size: 18px
}

.home-page .video .carousel-controls a:hover {
    background: #6091ba
}

.home-page .video .video-iframe {
    max-width: 100%;
    width: 100%;
    height: 287px;
    margin-bottom: 5px
}

.home-page .links .svg-inline--fa {
    margin-right: 5px
}

.home-page .testimonials {
    position: relative
}

.home-page .testimonials .svg-inline--fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px
}

.home-page .testimonials .carousel .item {
    min-height: 298px
}

.home-page .testimonials .quote {
    padding-left: 15px;
    border-left: 4px solid #e6e6e6
}

.home-page .testimonials .source {
    position: relative;
    padding-top: 30px
}

.home-page .testimonials .people {
    margin-top: 10px
}

.home-page .testimonials .people .name {
    color: #6091ba
}

.home-page .testimonials .people .title {
    color: #999
}

.home-page .testimonials .profile {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 60px;
    height: 60px
}

.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 15px;
    top: 15px
}

.home-page .testimonials .carousel-controls a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #c9c9c9;
    text-align: center;
    padding-top: 3px
}

.home-page .testimonials .carousel-controls a .svg-inline--fa {
    color: #fff;
    text-align: center;
    margin-right: 0;
    font-size: 18px
}

.home-page .testimonials .carousel-controls a:hover {
    background: #6091ba
}

.home-page .awards {
    background: #eeeffb;
    margin-bottom: 0;
}

.home-page .awards .logos {
    margin: 0;
    padding: 0
}

.home-page .awards .logos li {
    list-style: none;
    margin-right: 0;
    text-align: center
}

.home-page .awards .logos li img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    max-width: 100px;
    margin: 0 auto
}

.home-page .awards .logos li img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.home-page .awards .carousel-indicators {
    position: static
}

.home-page .awards .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #494949
}

.promo-carousel .carousel-control-prev,
.promo-carousel .carousel-control-next {
    width: 8%
}

.promo-carousel .carousel-indicators [data-bs-target] {
    height: 4px;
    margin-left: 4px;
    margin-right: 4px;
    width: 24px
}

.promo-carousel .carousel-control-prev-icon,
.promo-carousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: 50%
}

.promo-carousel .carousel-item {
    height: 440px
}

.promo-carousel .carousel-item.slide-1 {
    background: #212121 url("../images/slides/promo-slide-1.png") no-repeat 50% 50%;
    background-size: cover
}

.promo-carousel .carousel-item.slide-2 {
    background: #212121 url("../images/slides/promo-slide-2.png") no-repeat 50% 50%;
    background-size: cover
}

.promo-carousel .carousel-item.slide-3 {
    background: #212121 url("../images/slides/promo-slide-3.png") no-repeat 50% 50%;
    background-size: cover
}

.promo-carousel .carousel-item.slide-4 {
    background: #212121 url("../images/slides/promo-slide-4.png") no-repeat 50% 50%;
    background-size: cover
}

.promo-carousel .carousel-item .carousel-caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300
}

.promo-carousel .carousel-item .carousel-caption .main {
    display: inline-block;
    background: #6091ba;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 26px
}

.promo-carousel .carousel-item .carousel-caption .secondary {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    color: #fff;
    font-size: 18px
}

.courses-wrapper .tab-content {
    font-size: 13px
}

.courses-wrapper .tab-content .item {
    margin-top: 15px
}

.courses-wrapper .tab-content img {
    margin-bottom: 10px
}

.courses-wrapper .course-finder {
    margin-bottom: 30px
}

.courses-wrapper .course-finder .keywords input {
    width: 260px
}

.courses-wrapper .course-list-header {
    margin-bottom: 15px;
    font-size: 13px
}

.courses-wrapper .course-list-header .sort {
    padding-top: 5px
}

.courses-wrapper .course-list-header .sort-options {
    font-size: 13px
}

.courses-wrapper .course-item .col-meta {
    color: #7c7c7c
}

.events-wrapper .events-item .date-label {
    background: #f5f5f5
}

.events-wrapper .events-item .details .time {
    margin-right: 10px
}

.events-wrapper .events-item .details .svg-inline--fa {
    margin-right: 5px
}

.contact-form .required {
    color: #E14B39;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px
}

.contact-form label {
    font-weight: 700
}

.contact-form .form-control {
    font-size: 14px
}

.gmap-wrapper {
    border: 1px solid #e3e3e3;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden
}
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite; /* Adjust speed by changing 20s */
}

.logo-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 16.66%; /* Matches col-md-2 (2/12) and col-4 (4/12) */
    padding: 15px;
    background: #fff;
    margin: 0px 10px;

}
.logo-item a
{
    color:#002147;
}

.logo-item img {
    max-height: 100px; /* Adjust based on your logo sizes */
    width: auto;
    margin: 0 auto;
margin-bottom: 10px;
}
.logo-item img:hover
{
    opacity: 0.5;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Moves half the track for seamless loop */
    }
}

.logo-slider:hover .logo-track {
    animation-play-state: paused; /* Pause on hover */
}

@media (max-width: 767px) {
    .logo-item {
        min-width: 33.33%; /* Matches col-4 for smaller screens */
    }
}

.gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

@media (max-width: 767.98px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0
    }
    .wrapper:after {
        content: none
    }
    .footer {
        height: auto
    }
    .header .header-main {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .main-nav .navbar-collapse {
        border-top: 0;
        box-shadow: 0
    }
    .navbar-nav {
        margin-top: 0
    }
    .header .search-form {
        text-align: center
    }
    .header .search-form .form-group {
        display: inline-block
    }
    .header .search-form .form-control {
        width: 210px
    }
    .promo-carousel .carousel-item {
        height: 320px
    }
    .home-page .news .thumb {
        width: 60px;
        height: 60px
    }
    .home-page .news .news-item {
        padding-left: 75px
    }
    .home-page .course-finder .keywords {
        margin-top: 10px
    }
    .home-page .course-finder .keywords input {
        width: auto
    }
    .home-page .video .video-iframe {
        height: auto
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit
    }
    .home-page .events .section-content {
        min-height: inherit
    }
    .home-page .awards .carousel-control {
        top: 50px
    }
    .footer .footer-content .subscribe-form .form-control {
        width: 140px
    }
    .footer #tweet .tweets-list-container {
        max-width: 100%
    }
    .footer .bottom-bar .social li {
        float: left
    }
    .footer-col-inner {
        margin-bottom: 30px
    }
    .footer #tweet {
        min-height: inherit
    }
    .footer .footer-content .footer-col .fa-twitter {
        text-align: center;
        margin-bottom: 10px
    }
    .page-wrapper .page-heading h1.heading-title {
        float: none;
        text-align: center;
        display: block
    }
    .page-wrapper .breadcrumbs {
        text-align: center;
        display: block
    }
    .page-wrapper .breadcrumbs ul {
        padding-top: 0;
        padding-left: 0;
        margin: 0 auto
    }
    .page-wrapper .breadcrumbs ul li {
        float: none;
        display: inline-block
    }
    .page-wrapper .breadcrumbs ul li.current {
        max-width: inherit;
        overflow: visible
    }
}

@media (max-width: 991.98px) {
    .main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
        position: static;
        left: auto;
        margin-left: 0
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
        padding-left: 30px
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 34px
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
        padding-left: 45px
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 49px
    }
    .main-nav .nav .nav-item .nav-link.active:before {
        display: none
    }
}

@media (min-width: 768px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0
    }
    .wrapper:after {
        content: none
    }
    .header .top-bar .search-form {
        text-align: right
    }
    .footer {
        height: auto
    }
    .footer .bottom-bar .social li {
        float: left
    }
    .footer-col-inner {
        margin-bottom: 15px
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit
    }
    .home-page .events .section-content {
        min-height: inherit
    }
    .footer #tweet {
        min-height: inherit
    }
    .page-wrapper .album-cover {
        min-height: 360px
    }
}

@media (min-width: 992px) {
    .home-page .promo .btn-cta {
        margin-top: 30px
    }
    .footer .bottom-bar .social li {
        float: right
    }
    .footer #tweet {
        min-height: 100px
    }
    .page-wrapper .album-cover {
        min-height: 360px
    }
    html,
    body {
        height: 100%
    }
    .wrapper {
        min-height: 100%;
        margin-bottom: -344px
    }
    .wrapper:after {
        content: "";
        display: block;
        height: 344px
    }
    .footer {
        height: 344px
    }
}

body {
    overflow-x: hidden
}

.config-trigger {
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #222;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none
}

.config-trigger:hover {
    background: #000;
    text-decoration: none
}

.config-trigger:hover .svg-inline--fa {
    color: #fff
}

.config-trigger .svg-inline--fa {
    font-size: 20px;
    margin-top: 7px;
    display: block;
    color: rgba(255, 255, 255, 0.8)
}

.config-panel {
    position: fixed;
    top: 100px;
    z-index: 1000;
    width: 180px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.config-panel.config-panel-open {
    right: 0
}

.config-panel.config-panel-hide {
    right: -180px
}

.config-panel .panel-inner {
    position: relative;
    background: #222;
    color: #fff;
    padding: 15px;
    padding-bottom: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.config-panel .panel-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase
}

.config-panel label {
    color: #fff
}

.config-panel #color-options {
    margin-bottom: 0px
}

.config-panel #color-options li a {
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    margin-bottom: 10px
}

.config-panel #color-options li a:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    border: 2px solid rgba(255, 255, 255, 0.8)
}

.config-panel #color-options li.active a {
    border: 2px solid #fff
}

.config-panel #color-options li.theme-1 a {
    background: #6091ba
}

.config-panel #color-options li.theme-2 a {
    background-color: #57a89a
}

.config-panel #color-options li.theme-3 a {
    background-color: #6f7a9f
}

.config-panel #color-options li.theme-4 a {
    background-color: #a85770
}

.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff
}

.config-panel .close .svg-inline--fa {
    color: #fff;
    font-size: 18px
}

 .header-title {
    font-size: 27px;
    line-height: 1.2;
        font-weight: bold;
        color:#03326c;

}
 .sub-title{
 	    font-size: 18px;
    font-weight: bold;
    color:#105ea1;
 }


 @media (max-width: 768px) {
    .header-title {
        font-size: 18px;
        line-height: 1.2;
    }
}
.section-heading a{
	color: #b1c9dd;
}
.l-pers
{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    border-top: 2px solid blue;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tab-content>.tab-pane
{
	font-size:1rem;
}

  .hod-card {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    height: 100%;
    border:1px solid #fff;
  }
  .hod-avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
  }
  .hod-details {
    flex-grow: 1;
        text-align: left;
  }
  .hod-name {
    font-weight: bold;
    color: #1f6eb5;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .hod-department {
    color: #777;
    margin-bottom: 10px;
  }
  .social-icons a {
    margin-right: 12px;
    color: #5d2eea;
    font-size: 13px;
    transition: color 0.3s;
  }
  .social-icons a:hover {
    color: #333;
  }
  .badge-UG,   .badge-PG
  {
    color:#333 !important;
  }
  .table-primary td
  {
    text-align: left !important;
  }
  .table-primary th
  {
    background: #7ea5c7;
        color: #fff !important;
    font-weight: 500;
  }
  #admission table, #fee table
{
border: 1px solid #ebebeb;
    width: 100%;
}
#admission table>thead, #fee table>thead
 {
    vertical-align: bottom;
    border-style: solid;
    border-width: 0;
background: #7ea5c7;
    color: #fff !important;
    border-top: 1px solid #ebebeb;
}
#admission table td, #admission table th, #fee table td, #fee table th
{
  border-top: 1px solid #ebebeb;
    padding: 10px;
}
.accordion-button:not(.collapsed), .accordion-button
{
background:linear-gradient(to right, #002147, #4facfe) !important /* customize as needed */;
color:#fff;
}
table td
{
font-size:14px;
}
.timetable-table th {
        background-color: #0d6efd;
        color: #fff;
    }

    .timetable-table td, .timetable-table th {
        vertical-align: middle;
        text-align: center;
    }

    .timetable-table a {
        color: #dc3545;
    }

    .timetable-table a:hover {
        text-decoration: underline;
    }

    .pagination .page-link {
        color: #0d6efd;
        border-radius: 50px;
        margin: 0 2px;
    }

    .pagination .page-item.active .page-link {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
    }

    .no-data {
        text-align: center;
        padding: 30px;
        color: #888;
        font-style: italic;
    }

/* General Tab Style */
.departments .tab-pane h3{
    font-weight: 500;
    font-size: 17px;
}
.departments .tab-pane h3 strong{
font-weight: 600;

}


     .faculty-card {
        position: relative;
        border-radius: 12px;
        text-align: center;
        padding-top: 0px; /* Creates space for the floating image */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s;
        background-color: #fff;
        min-height: 200px;
    }

    .faculty-card:hover {
        transform: translateY(-5px);
    }

    .faculty-card img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 3px solid #dde2e7;
        object-fit: cover;
        background-color: white;
    margin: 0px !important;
    margin-top: 5px !important;
    }

    .faculty-card .card-body {
        padding-top: 10px;
    }

    .faculty-card h5 {
             background: linear-gradient(135deg, #007bff, #0056b3);
    font-weight: 600;
    margin-top: 0px !important;
    padding: 8px;
    color: #fff;
    }

    .faculty-card p {
        margin: 4px 0;
        font-size: 14px;
    }
.faculty-card {
    border-radius: 10px;
    overflow: hidden;
}

.faculty-top {
    min-height: 150px;
    border-top: 2px solid #0056b3;

   
}

.faculty-bottom {
    background-color: #f9f9f9;
}

.faculty-card .btn {
    transition: 0.3s ease;
}

.faculty-card .btn:hover {
    transform: scale(1.05);
}


.departments .tab-pane {
   font-size:14px;
}
.department .tab-pane b, .department .tab-pane strong{
   font-weight: 500;
}
.department .tab-pane h3 strong{
   font-weight: 600;
}
.personal_det
{
    font-size: 16px;
    line-height: 18px;
}
.img-pr
{
    width: 200px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    margin-right: 20px !important;
}
.hod-card:hover
{
    border: 1px solid #1d548a;	
}
.banner-img
{
   width:100%;
max-width:100% !important;
padding:10px;
border:1px solid #e2e2e2;
margin-right:0px !important;
margin-bottom:20px !important;
}
.dept-title {
    font-weight: 600 !important;
    font-size: 17px !important;
    text-align: center;
    /* font-weight: bold !important; */
}
.HOD-desk
{
width:100%;
max-width:100%;
    border-radius: 10px !important;

}
.sub-txt
{
    font-size: 15px;
    color: #073a70;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgb(14 58 104) !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(14 58 104) !important;
}
.nav-link
{
    color: #3782c6;
}
.view-profile-btn:hover
{
	background: #0058b8 !important;
    color: #fbfbfb !important;
    border: 1px solid #3a88cf ;
}
.facilities-img
{
width: 51% !important;
}
li
{
list-style:none;
}
.facilities-tab li
{
	background: url(../images/arrow.jpg) top 6px left;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 25px;
}
.facilities-tab li ul li
{
background:none;	
}
.facilities-tab  h3 strong
{
	font-size:15px;
font-weight:bold
}

.ribbon::before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: 
 color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.icon
{
display:block;
text-align: center;
margin-bottom: -30px;
}
.icon .circl
{
    background: #84aac9;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
}
.place-title
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.ribbon {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
    margin-top: 20px;
text-align: center;
}

.ribbon:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #444444, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.ribbon::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #47b2e4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service-card 
{
background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 2px #e2e2e2;
    border-radius: 10px;
    padding: 20px;
}
.card-img-top:hover
{
    opacity: 0.3;
    cursor:pointer;
}
.team-div img
{
float:left;
width:50%
}
.team-div
{
padding:20px
}
.placementofficer p
{
padding:0px;
maring:0px;
}
.committee{
border-top: 2px solid #184a7d !important;
}
.main p
{
margin:0px;
padding:0px;
color:#fff;
font-weight:bold;
}
.departmnts
{
    background: #eeeffb;
    padding: 60px 0px;
    margin-bottom: 30px;
}
