/***** RIGHSIDE RELATED LINKS CSS START ****/
.top-image img {
	max-height: 300px;
	object-fit: cover;    
}
.contact-call {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.link-title {
    background: #2d337b;
    display: block;
    padding: 30px 34px;
    margin-bottom: 0;
}
.custom-list-style2 li {
    font-family: Gotham;
    font-size: 14px;
    list-style: none;
}
.custom-list-style2 li a {
    color: #fff;
    padding: 15px;
    display: block;
    background: #1b1f52;
    border-bottom: 1px solid #343a7b;
    position: relative;
    padding-left: 45px;
    z-index: 1;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.custom-list-style2 li a::before {
	content: '';
	height: 2px;
	width: 5px;
	background: #ddd;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.custom-list-style2 li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #343a7b;
    z-index: -1;
	transition: width .4s;
}
.custom-list-style2 li a:hover::after {
	width: 100%;
}
.custom-list-style2 li a.br-6:hover::after {
	width: 100%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
/***** RIGHTSIDE RELATED LINKS CSS END ****/

h1, h2, h3, h4, h5, h6 {
    font-family: CircularStd;
    font-weight: unset;
}
p, li {
    font-family: Gotham;
}
.text360 span {
    color: #ffffff;
}
a.text-red {
    position: relative;
}
a.text-red::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #bb2226;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .5s;
}
a.text-red:hover::after {
	transform-origin: bottom left;
	transform: scaleX(1);
}
.roman-ul li {
    list-style: lower-roman;
}
.position-relative.mb-4:hover .glance-details {
    width: 100%;
    padding: 25px;
}
.position-relative.mb-4:hover .course-logo {
    opacity: 0;
}
.position-relative.mb-4:hover .glance-details .af-title, .position-relative.mb-4:hover .glance-details .cu-btn {
    opacity: 1;
}
.glance-details {
	width: 0;
    padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.course-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    transition: all 0.2s ease-in-out;
}

.mt-200px {
    margin-top: -280px;
    position: relative;
    z-index: 1;    
}
.fs-40x {
    font-size: 40px;
    line-height: 44px;
}               
    
@media (min-width:1920px) {
    .banner-h {
        height: 500px !important;
    }       
}
@media (min-width:500px) and (max-width:767px) {
    .banner-h {
        height: 500px !important;
    }       
}  
@media (min-width:801px) and (max-width:991px) {
    .banner-h {
        height: 500px !important;
    }       
}    

@media (min-width: 821px) {
    .glance-details .af-title, .glance-details .cu-btn {
        opacity: 0;
    }
    .recruiters-list li {
        float: left;
        width: 50%;
    }    
} 
@media (max-width: 767px) {
    .fee-table thead tr th, .fee-table tbody tr td {
        white-space: normal;
    } 
    .fs-40x {
        font-size: 28px;
        line-height: 32px;
    }      
}    
@media (max-width: 820px) {
    .glance-details {
        justify-content: space-around;
        width: 100%;
        padding: 25px;
    } 
    .course-logo {
        display: none;
    }    
}