@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&family=Poppins:wght@300;400;500;600;900&display=swap');
:root {
    --mainBlue: #192f59;
    /* --mainBlue: #2057bf; */
    --mainWhite: #fff;
    --mainActive: #3db166;
    /* --mainActive: #24d726; */
    --mainDark: #212121;
    --otherColor: #dfe1e5;
    --navLink: #163269;
}


/*--------------------prashant common styling---------------------------*/

p,
.mobilization li {
    text-align: justify;
}

.single-contact p {
    text-align: left;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.section-padding {
    padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--mainDark);
}

a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: inherit;
}

a:hover {
    color: inherit;
}

.holder-class:hover {
    color: var(--navLink);
}

.fi_gallery_img {
    width: 100%;
}

.fi_gallery_tab button {
    border: 1px solid var(--mainActive);
    border-radius: 20px;
    padding: 2px 25px;
    margin-left: 10px;
    margin-bottom: 20px;
    box-shadow: none !important;
}

.fi_gallery_tab button.active {
    background-color: var(--mainActive);
    color: var(--mainWhite);
}

a svg:not(:root).svg-inline--fa {
    color: var(--mainDark);
}

.common-heading {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 35px;
    line-height: 1.175em;
    font-weight: 500;
    margin-bottom: 25px;
}

th {
    text-align: left !important;
}

.second-heading {
    color: var(--mainActive);
}

.common-hover:hover {
    color: var(--mainBlue) !important;
}

.common-button {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: var(--mainActive);
    color: white;
    border: none;
    padding: 8px 25px;
    font-size: 14px;
    margin-top: 15px;
}

.common-button:hover {
    color: var(--mainWhite);
    box-shadow: none;
}

.common-button.submit {
    background: var(--mainBlue);
    border: 0;
    padding: 8px 45px;
}

.common-button.submit:hover {
    color: var(--mainwhite);
}

.common-para {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: var(--paraColor);
}

.read-more-btn {
    font-size: 14px;
    color: var(--mainDark);
    font-weight: 700;
}

.common-banner {
    padding: 50px 0px;
    border-bottom: 2px solid var(--commBorder);
}

textarea {
    resize: none;
}

.form-control {
    border-radius: 0;
    border: 0;
}

.form-control::placeholder {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--otherParaColor);
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--mainBlue);
}

.form-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px
}

.fixed-top {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    padding-bottom: 5px;
}

.view-all {
    padding: 10px 25px;
    border-radius: 100px;
    background: var(--mainBlue);
    color: var(--mainWhite);
}

.call-us-button {
    position: fixed;
    bottom: 30px;
    left: 5px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    border-radius: 100px;
    background: var(--mainBlue);
    color: var(--mainWhite);
}

a.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 22px;
    z-index: 2;
}

a.whatsapp img {
    width: 50px;
}

.common-redirect-banner {
    background: url(../images/redirect-banner.webp) center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.common-redirect-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 71, .65);
}

.common-redirect-banner-title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb {
    position: relative;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

:focus-visible {
    outline: none;
}

.breadcrumb .active {
    color: var(--mainActive);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--mainWhite);
}

.common-table th {
    background: var(--mainBlue);
    font-weight: 300;
    color: var(--mainWhite);
    padding: 15px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.common-table td {
    font-weight: 300;
    font-size: 14px;
    padding: 15px;
}

.p-sidebar-form {
    padding: 30px 25px;
    background: var(--mainWhite);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%), 0 3px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: sticky;
    top: 120px;
}

#fiAddForm div,
#fiModalForm div {
    margin-bottom: 20px;
}

label.error {
    color: #ff9e3a !important;
}

.common-form .main-contact-form-input {
    background: #fff !important;
    padding: 8px;
    border: 1px solid #EEEEEE !important;
    color: #3d424a;
    width: 100%;
    /* margin-bottom: 20px; */
}

#ks-contact-form input {
    margin-bottom: 20px;
}

.common-form .main-contact-form-input::placeholder {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.list-icon svg:not(:root).svg-inline--fa {
    color: var(--mainActive);
    font-size: 20px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.admission-open {
    position: fixed;
    top: 30%;
    background: var(--mainBlue);
    display: inline-block;
    padding: 10px 10px;
    z-index: 100;
    left: -57px;
    transform: rotate(270deg);
    position: fixed;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 1.33;
}

.admission-open:hover {
    color: var(--mainActive);
}

#enquiry-box {
    position: fixed;
    width: 65px;
    right: 0;
    transition: all .3s linear;
    bottom: 50%;
    z-index: 100;
}

#enquiry-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#enquiry-box li {
    height: 50px;
    position: relative;
    padding: 0;
    margin-bottom: 1px;
}

#enquiry-box li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    padding-right: 10%;
    padding-left: 30%;
}

#enquiry-box li a {
    background: var(--mainActive);
    display: flex;
    align-items: center;
}

#enquiry-box li a svg:not(:root).svg-inline--fa {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 23px;
    color: #fff;
}

#enquiry-box li a span {
    display: none
}

#enquiry-box a:hover {
    z-index: 1;
    width: 300px;
    margin-left: -150px;
}

#enquiry-box ul li a:hover span {
    display: block;
    padding-left: 1px;
    font-size: 12pt;
    padding-right: -10px
}

.fi_whtsapp {
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 100;
}

.fi_whtsapp img {
    width: 50px;
}


/*--------haeader css------------*/

header .bottom-navbox {
    background: var(--mainWhite);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%), 0 1px 2px rgb(0 0 0 / 5%);
}

header .top-navbox {
    background: var(--mainBlue);
}

header .top-navbox svg:not(:root).svg-inline--fa,
header .top-navbox a {
    color: var(--mainWhite);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

header .top-navbox svg:not(:root).svg-inline--fa:hover,
header .top-navbox a:hover {
    color: var(--mainWhite) !important;
}

header .top-navbox ul li a {
    line-height: 44px;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    font-size: 12px;
    border-left: 1px solid var(--commBorder);
}

header .top-navbox ul li a:hover svg:not(:root).svg-inline--fa {
    color: var(--mainWhite);
}

header .top-navbox ul li:last-child {
    border-right: 1px solid var(--commBorder);
}

#navBar {
    padding: 10px 0px;
}

.navbar-brand img,
footer .footer-logo img {
    object-fit: contain;
    height: 80px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--navLink);
    text-transform: capitalize;
    transition: all .3s;
    font-size: 16px;
}

.navbar-nav .nav-link:hover,
.nav-link:hover svg:not(:root).svg-inline--fa {
    color: #14821f !important;
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0 7px;
}

.nav-link span svg:not(:root).svg-inline--fa {
    font-size: 13px;
}

.navbar-nav .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 10;
    width: 200px;
    margin: 0;
    padding: 20px 0;
    background-color: #fff;
    font-weight: 300;
}

.navbar-nav .sub-menu li {
    padding: 0 10px;
}

.navbar-nav .sub-menu li .nav-link {
    display: block;
    margin: 4px 0;
    color: var(--mainDark);
    font-size: 14px;
}

.navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 43px;
}


/* .top-navbox-upper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-navbox-upper img {
    height: 107px;
}

.top-navbox-upper .top-navbox-title {
    color: var(--mainBlue);
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.top-navbox-upper .fi_tagline {
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    color: var(--mainBlue);
    font-weight: 600;
    width: 70%;

text-align: left;

}
.top-navbox-lower span {
    font-size: 1rem;
    font-weight: lighter;
    color: var(--mainBlue);
    opacity: 1;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 4px;
    text-align: center;
}
.top-navbox-below p {
    text-align: center;
    color: var(--mainBlue);
    opacity: .8;
    margin-bottom: 0;
    margin-top: 5px;
}
.fi_youth_lg {
    margin-left: 3.5rem;
}
.fi_top_logo a {
    width: 80%;
    margin-left: auto;
}
*/

.fi_logo_title {
    margin-left: 10px;
}

.fi_logo_title .top-navbox-site-title {
    font-size: 22px;
    margin-bottom: 5px;
    white-space: break-spaces;
    color: #14821c;
    font-weight: 600;
}

.fi_logo_title .top-navbox-lower span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 600;
    text-align: center;
}

.fi_tagline {
    font-size: 12px;
    margin: 1px 10px;
    display: block;
    color: #14821f;
    font-weight: 600;
    /* display: none; */
}

.nav-container {
    max-width: 1550px;
}


/*----------home page css------------*/

.home-slider #carouselExampleCaptions img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    animation: scale 25s;
}

@keyframes scale {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes moveBanner {
    0% {
        transform: translateY(200px) rotateY(-20deg);
    }
    100% {
        transform: translateY(0) rotateY(0);
        opacity: 1;
    }
}

.home-slider .img-wrapper {
    position: relative;
}

.home-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.home-slider .carousel-indicators {
    display: none;
}

.home-slider .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    z-index: 2;
}

.home-slider #carouselExampleCaptions .slider-title {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateY(-50px);
    opacity: 0;
    letter-spacing: 0;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
    animation: moveBanner 1s .5s forwards;
    background-color: rgba(24, 36, 59, 0.9);
    padding: 20px 20px;
    width: 70%;
}

.home-slider #carouselExampleCaptions .carousel-item {
    perspective: 100rem;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.home-slider .carousel-control-prev-icon,
.home-slider .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon,
.testimonial .carousel-control-next-icon,
#reviews .carousel-control-prev-icon,
#reviews .carousel-control-next-icon {
    background-image: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainActive);
    opacity: 1;
    opacity: 1 !important;
    border: 1px solid var(--mainActive);
    font-size: 18px;
    transition: .3s;
}

#reviews .lead {
    text-align: center;
}

.home-slider .carousel-control-prev {
    width: auto;
    left: 15px;
}

.home-slider .carousel-control-next {
    width: auto;
    right: 15px;
}

.home-slider .carousel-control-prev-icon:hover,
.home-slider .carousel-control-next-icon:hover,
.testimonial .carousel-control-prev-icon:hover,
.testimonial .carousel-control-next-icon:hover {
    background: var(--mainBlue);
}

.home-slider .banner p {
    color: #fff;
    font-size: 33px;
    letter-spacing: .2px;
    width: 70%;
    margin-bottom: 30px;
    line-height: 33px;
    font-weight: 300;
    text-shadow: .3px .5px rgba(0, 0, 0, 0.4);
    opacity: 0;
    animation: moveBanner 1s .7s forwards;
}

.home-slider .banner button {
    padding: 15px 21px;
    background: var(--mainWhite);
    border: none;
    font-size: 17px;
    text-transform: capitalize;
    color: var(--navLink);
    border-left: 4px solid var(--mainActive);
    cursor: pointer;
    opacity: 0;
    animation: moveBanner 1s .9s forwards;
    font-weight: 600;
}


/*-------about page css-----------------*/

.home-about {
    background: #fff;
}

.home-about .about-pic {
    background-color: var(--mainwhite);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin: 50px 0; */
    background: transparent;
    position: relative;
    z-index: 10;
}

.home-about .about-pic::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -21px;
    width: 400px;
    height: 425px;
    border: 17px solid #192f59;
    z-index: -1;
}

.home-about .about-pic img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.hospitality-programme .hospitality-card {
    position: relative;
    display: block;
    border: 0px;
    border-radius: 0px;
    margin: 30px 0px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 0%);
    overflow: hidden;
}

.hospitality-programme .hospitality-card img {
    border-radius: 0px;
    transition: transform 0.5s ease 0s;
    width: 100%;
    object-fit: cover;
    height: 330px;
}

.hospitality-programme .hospitality-card:hover img {
    transform: scale(1.15);
}

.hospitality-programme .hospitality-card .card-body {
    display: block;
    width: 80%;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    transform: translateZ(20px);
}

.hospitality-programme .hospitality-card .card-text {
    color: #777;
    font-size: 13px;
}

.skill {
    background: #f7f7f7;
}


/*.skill .skill-wrapper
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
     position: relative;
}*/

.skill .skill-member {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    background: #fffeee;
    padding: 10px;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 10%);
    margin: 25px 30px;
    transition: opacity .5s;
}

.skill .skill-member:hover {
    opacity: 1;
}

.skill .skill-member:first-child {
    align-self: flex-start;
}

.skill .skill-member:last-child {
    align-self: flex-end;
}

.skill .skill-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.skill .story {
    width: 100%;
    height: 100%;
    background: rgba(1, 41, 92, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transform: scale(0);
    transition: all 0.5s;
    transform-origin: top right;
    border-radius: 500px 0 500px 500px;
    text-align: center;
}

.change.story {
    transform: scale(1);
    border-radius: 0;
}

.skill .story-btn {
    width: 30px;
    height: 30px;
    background: var(--mainActive);
    position: absolute;
    top: -10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    right: -10px;
    z-index: 3;
    transition: transform 0.5s;
}

.change.story-btn {
    transform: rotate(405deg);
}

.story-btn-line {
    width: 100%;
    height: 1px;
    background: #fff;
}


/*---filler----*/

.filler {
    background: var(--mainBlue);
}

.filler .filler-img {
    margin-bottom: 35px;
}

.filler .filler-card h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    color: var(--mainWhite);
    margin-bottom: 20px;
    letter-spacing: .5px;
}

.filler .filler-card p {
    font-size: 16px;
    color: var(--otherColor);
    line-height: 1.7;
}

.filler .filler-card a {
    color: var(--mainActive);
}


/*------review-----------*/

#reviews {
    background: linear-gradient(to bottom, rgb(255 255 255 / 92%) 0%, rgb(255 255 255 / 94%) 100%), url(https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2070&q=80);
    color: #192f59;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

#reviews .carousel-item img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 4px solid var(--otherColor); */
    transition: .3s;
    margin-bottom: 65px;
}

#reviews .lead {
    font-weight: 600;
}

#reviews .carousel-item.active img {
    transform: scale(1.5);
}

.customer-text h3 {
    color: #242424;
}

.customer-text h4 {
    color: #5a5a5a;
}

.customer-text p {
    line-height: 1.5
}

.customer-text span {
    font-size: 20px;
    color: var(--mainActive);
    margin-right: 20px;
}

.ratings {
    color: var(--mainActive);
}


/*---------training and placement----------*/

.training-placement img {
    object-fit: contain;
}

.training-placement .placement-wrapper {
    padding: 40px 40px 0 40px;
    position: relative;
    bottom: 60px;
    z-index: 4;
    background: #fff;
    border-radius: 5px;
}

.training-placement .placement-wrapper p.common-para {
    text-align: justify;
    padding-right: 30px;
}


/*------logos-------*/

.logos {
    padding: 40px;
    background: #f7f7f7;
}

.logos ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logos ul li {
    padding: 20px 20px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 8%);
}

.logos ul li img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}


/*---------approval-------------*/

.approval {
    background: #fff;
}

.approval .approval-card {
    background: var(--mainWhite);
    padding: 35px 20px 20px 20px;
    text-align: center;
    border-top: 3px solid var(--mainActive);
    height: 247px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.approval .approval-card .common-para {
    font-size: 15px;
    margin-top: 20px;
}

.approval .approval-card .approval-pic img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid var(--mainWhite);
}

.approval-content p {
    text-align: center;
}


/*--------short-term-courses--------*/

.short-term-courses .short-term-pic {
    margin-top: 50px;
}

.short-term-courses .short-term-pic img {
    width: 100%;
    object-fit: cover;
    border: 10px solid var(--mainWhite);
}

.short-term-pic.bsc-administartion img {
    height: 400px;
}

.short-term-courses ul li {
    padding: 3px 0;
    display: flex;
}


/*-----course-description-------*/

.course-description {
    background: #fff;
}


/*-----mobilization---------------*/

.mobilization ul li {
    padding: 7px 0;
    display: flex;
}

.mobilization .detail-pic img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.hotel-list {
    display: flex;
    flex-wrap: wrap;
}

.mobilization .hotel-list li {
    padding: 15px 9px;
    display: flex;
    margin: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    align-items: center;
    font-weight: 500;
    text-align: left;
}

.hotel-list img {
    height: 40px;
    width: 90px;
    object-fit: contain;
}

.mobilization .content-box {
    padding: 20px;
}

.mobilization .content-box h3 {
    font-family: 'Poppins', sans-serif;
    color: var(--mainBlue);
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.mobilization .content-box .common-para {
    text-align: justify;
    font-size: 14px;
}

.mobilization.placement-training .handholding-card {
    /* height: 520px; */
}

.mobilization.placement-training .handholding-card img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}


/*---------faculty----*/

.team-member {
    background: var(--mainBlue);
}

.team-member .team-card {
    background-color: var(--mainWhite);
    margin: 20px;
    transition: all 500ms linear;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.team-member .team-card img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.team-member .team-card .team-detail {
    background: var(--mainwhite);
    padding: 15px;
    text-align: center;
}

.team-member .team-card h4.common-heading {
    margin-bottom: 5px;
    font-size: 22px !important;
    font-weight: 600;
}

.team-member .owl-carousel .owl-nav.disabled {
    display: block;
}

.team-member button.owl-prev svg:not(:root).svg-inline--fa,
.team-member button.owl-next svg:not(:root).svg-inline--fa {
    color: var(--mainWhite);
    font-size: 25px;
}

.team-member .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.short-term-courses.faculty .short-term-pic img {
    height: 440px;
}

.faculty .single-team-member {
    transition: all ease .5s;
    margin: 15px 15px 30px 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.faculty .single-team-member img {
    width: 100%;
    object-fit: cover;
    height: 430px;
}

.single-team-member .team-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: var(--mainWhite);
}

.single-team-member .team-content svg:not(:root).svg-inline--fa {
    color: var(--mainWhite);
    font-size: 35px;
}

.single-team-member .team-content .team-name {
    background: var(--mainWhite);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 20px 25px;
    max-width: 100%;
}

.single-team-member .team-content .team-name small {
    color: var(--mainActive);
    line-height: 17px !important;
    display: inline-block;
    margin-top: 5px;
}

.single-team-member .team-content h3 {
    font-size: 20px
}

.single-team-member .team-content span {
    display: block;
    font-size: 15px;
    color: var(--body-color)
}

.single-team-member .team-content .team-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainActive);
    font-size: 20px;
    text-align: center;
    color: var(--mainwhite);
    z-index: 1;
}

.single-team-member .team-content .team-social:hover .control {
    background-color: var(--mainActive);
}

.single-team-member:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}


/*-----------infrastructure -------------*/

.infrastructure {
    background: #f7f7f7;
}

.infrastructure .infrastrure-card {
    background: var(--mainWhite);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
}

.infrastructure .infrastrure-card img {
    height: 170px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


/*------director-message------------*/

.director-message .director-info {
    box-shadow: 0px 9px 24px 5px rgb(0 0 0 / 4%);
}

.director-message .director-info,
.director-message .director-content {
    max-width: 70%;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #eee;
    align-items: center;
    background-color: #fff;
    margin-bottom: 60px;
}

.director-message .director-content {
    border: none;
}

.director-message .director-content .common-para {
    text-align: justify;
}

.director-message .director-info img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.director-message .message {
    padding: 0 32px 0 32px;
    position: relative;
}

.director-message .message span {
    font-size: 50px;
    color: var(--mainDark);
    opacity: 0.09;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    padding-left: 20px;
    opacity: 0.09;
}

.director-message .message svg:not(:root).svg-inline--fa {
    opacity: 0.09;
    font-size: 30px;
}

.director-message .message p {
    font-size: 20px;
    line-height: 30px;
    color: var(--mainDark);
    font-weight: 400;
    margin-top: 18px;
}

.director-message .message .d-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mainActive);
}


/*----Placement-single-------------*/

.Placement-single .pt-card-left {
    border-radius: 8px;
    overflow: hidden;
}

.Placement-single .pt-card-left img {
    height: 200px;
    border: 2px solid #f7f7f7;
    width: 100%;
    object-fit: cover;
}

.Placement-single .pt-card-right {
    padding: 30px 30px 30px 30px;
    background: #F7F7F8;
    height: 100%;
}

.placement-single-content {
    background: #f7f7f7;
}

.placement-single-content ul li {
    display: flex;
    padding: 3px 0;
}

.placement-single-bottom {
    background: var(--mainWhite);
    color: #f1fffa;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.placement-single-bottom ul {
    list-style: none;
    padding: 25px !important;
    width: 75%;
    border-radius: 5px;
    color: var(--mainBlue);
}

.placement-single-bottom ul li {
    display: flex;
    padding: 4px 0;
}

.placement-logos {
    background: var(--mainDark);
}

.placement-logos hr {
    margin: 0;
    color: var(--mainActive);
    height: 1px;
    opacity: 1;
    width: 80%;
    margin: auto;
}

#placement-logo img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    margin: auto;
}


/*-----contact----------------------*/

.single-contact .contact-card {
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding-top: 0px;
}

.single-contact .contact-card svg:not(:root).svg-inline--fa {
    color: var(--mainActive);
    font-size: 40px;
    margin-right: 20px;
}

.single-contact .contact-card a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    max-width: 230px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0;
}

.single-contact .common-para {
    color: #999;
}

.home-contact.seprate-contact {
    padding: 60px 0;
}

.common-form .main-contact-form-input {
    background: #fff !important;
    padding: 8px;
    border: 1px solid #EEEEEE !important;
    color: #3d424a;
}

.common-form .main-contact-form-input::placeholder,
.common-form select,
.common-form .date {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}


/*----------------admission-------------------*/

.admission .admission-form {
    background: #f7f7f7;
    padding: 70px 70px;
    border-radius: 10px;
}

.admission-form input::placeholder,
.admission-form textarea::placeholder,
.admission-form select {
    color: rgb(0, 0, 0) !important;
    font-weight: 500 !important;
}


/*-------footer---------*/

footer {
    background: var(--mainDark);
}

footer ul {
    list-style-type: none;
}

footer h5 {
    margin-bottom: 20px;
}

footer a,
footer h5,
footer .common-para {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

footer a:hover {
    color: var(--mainActive);
}

footer .common-para {
    font-size: 14px;
}

footer li {
    padding: 5px 0;
}

footer .gallery-lst li img {
    height: 60px;
    width: 80px;
    width: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0 0px;
    border: 3px solid var(--mainWhite);
}

footer .contact-box {
    display: flex;
    margin-top: 25px;
}

footer .contact-box span {
    float: left;
    width: 34px;
    font-size: 18px;
    color: var(--mainWhite);
    display: flex;
    align-items: center;
}

footer .copyright-box {
    border-top: 1px solid var(--mainActive);
    margin-top: 15px;
}

footer .copyright-box p,
footer .copyright-box p a {
    font-size: 12px;
}

footer .copyright-box p {
    color: var(--mainWhite);
    letter-spacing: .7px;
}

footer .copyright-box p a {
    color: var(--mainActive);
    letter-spacing: .7px;
}

footer .copyright-box p a:hover {
    color: var(--mainActive);
}


/* custom css ak */

section#fiHero {
    padding: 70px 0px;
    position: relative;
}

.hero_img {
    height: 215px;
}

.fi_hero_img img {
    width: 100%;
}

.fi_hero_content span {
    color: var(--mainActive);
    font-size: 30px;
    font-weight: 600;
}

.fi_hero_content h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin: 0px 0px 20px 0px;
    color: var(--mainBlue);
}

.fi_hero_content button,
.dark-button {
    background: var(--mainActive);
    color: white !important;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    margin-top: 12px;
}

.dark-button:hover {
    color: var(--mainWhite);
}

.fi_hero_content {
    align-items: center;
}

ul.fi_hero_list {
    padding: 0px;
    list-style-type: none;
    display: flex;
    margin-top: 50px;
    margin-bottom: 0px;
}

ul.fi_hero_list li {
    margin-right: 50px;
}

ul.fi_hero_list li a {
    font-size: 18px;
    color: var(--mainBlue) !important;
}

ul.fi_hero_list svg {
    margin-left: 10px;
    font-size: 14px;
    color: var(--mainBlue) !important;
}

section#fiHero::after {
    content: "";
    position: absolute;
    background: var(--mainBlue);
    width: 400px;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}

.fi_hero_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.fi_hero_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fi_hero_inner_overlay {
    position: absolute;
    background: #fffffff7;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .9;
}

section#fiSkill {
    background: #fff;
}

.fi_skill_img img {
    width: 100%;
    object-fit: cover;
}

.fi_skill_item {
    border: 1px solid #192f591f;
    margin: 30px 0px;
}

.fi_skill_content {
    color: #192f59;
    padding: 10px 10px 20px 15px;
}

.fi_skill_content span {
    display: block;
    margin: 20px 0px;
}

.uppert-title {
    font-size: 22px !important;
}

#enquiryModal .modal-title {
    color: var(--mainBlue);
}

#enquiryModal .modal-header {
    border-bottom: none;
}

#xhrOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b2929fa;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#xhrOverlay img {
    height: 70px;
    object-fit: cover;
}


/*-----------------------media query-----------------*/

@media (max-width:1600px) and (min-width:1200px) {
    section#fiHero {
        height: 560px;
    }
    .hero_img {
        height: 170px;
    }
    .fi_hero_content h4 {
        font-size: 35px;
    }
}

@media only screen and (max-width:1492px) {
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media only screen and (max-width:1378px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width :991px) {
    .fi_logo_title .top-navbox-lower span {
        text-align: left;
    }
    .fi_youth_lg {
        display: none;
    }
    .nav-link span svg {
        color: var(--mainWhite) !important;
    }
    #navBar {
        /* justify-content: flex-end !important; */
    }
    .top-navbox {
        /* display: none; */
    }
    .navbar-nav {
        background: var(--mainBlue);
        margin: 10px 0;
        border-radius: 5px;
        padding: 15px 10px;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-nav .nav-item .nav-link {
        color: var(--mainWhite);
        font-size: 14px !important;
    }
    .fi_hero_content h4 {
        font-size: 40px;
        line-height: 60px;
        padding-right: 20px;
    }
    section#fiHero::after {
        display: none;
    }
    .fi_hero_overlay {
        height: 100%;
    }
    .fi_hero_img {
        width: 100%;
    }
    .fi_hero_img img {
        height: 400px;
        margin-top: 35px;
        object-fit: cover;
    }
    .home-about .about-pic::before {
        display: none;
    }
    .dark-button {
        display: none;
    }
    .fi_skill_content span {
        font-size: 13px !important;
        word-break: break-all;
    }
    .approval .approval-card {
        padding: 20px;
        height: auto;
    }
    .home-about .about-pic {
        padding: 0px;
    }
    .admission-open {
        top: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .hero_img {
        width: 100%;
        object-fit: cover;
    }
    .fi_top_wrap {
        max-width: 100%;
    }
    .top-navbox-upper img {
        margin: auto;
    }
    .top-navbox-upper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #enquiry-box {
        bottom: 20%;
    }
    .top-navbox-title {
        font-size: 22px;
    }
    .common-heading {
        font-size: 22px !important;
        line-height: 25px
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px
    }
    .section-padding {
        padding: 40px 0;
    }
    .common-para {
        font-size: 13px;
    }
    .common-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    .common-redirect-banner {
        padding: 30px 0;
    }
    .common-redirect-banner-title {
        font-size: 25px;
        margin-bottom: 0;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .mobile-reverse {
        flex-direction: row;
    }
    .top-info-wrapper .left {
        width: 100%;
    }
    .top-info-wrapper .left .coverage {
        width: 100%;
        justify-content: space-between !important;
    }
    .customer-text p {
        font-size: 16px;
    }
    .training-placement .placement-wrapper p.common-para {
        padding-right: 0;
    }
    #reviews .carousel-item img {
        height: 85px;
        width: 85px;
        border: 2px solid var(--otherColor);
    }
    header .top-navbox {
        padding: 12px 5px;
    }
    header .top-navbox a {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    header .top-navbox svg:not(:root).svg-inline--fa {
        font-size: 13px;
    }
    footer .common-para,
    footer a,
    .mobilization .content-box .common-para {
        font-size: 13px;
    }
    footer .contact-box span {
        font-size: 14px;
    }
    footer .contact-box {
        margin: 12px 0;
    }
    footer .copyright-box p {
        letter-spacing: 0;
    }
    .navbar-brand img,
    footer .footer-logo img {
        /* height: 70px; */
    }
    .footer-logo {
        width: 30% !important;
    }
    .short-term-courses .short-term-pic {
        margin-top: 10px;
    }
    .short-term-courses ul li,
    .mobilization ul li {
        font-size: 13px;
        display: flex;
    }
    .short-term-pic.bsc-administartion img {
        height: 250px;
    }
    .common-table th,
    .common-table td {
        padding: 10px;
        font-size: 12px;
    }
    .mobilization .detail-pic img {
        height: 200px;
    }
    .mobilization .hotel-list li {
        width: 45%;
        margin: 5px auto 5px auto;
        font-size: 13px;
    }
    .mobilization.placement-training .handholding-card {
        height: auto;
    }
    .short-term-courses.faculty .short-term-pic img {
        height: 200px;
    }
    .team-member h6.common-heading {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .infrastructure .infrastrure-card .common-para {
        margin-bottom: 0;
    }
    .infrastructure .infrastrure-card h2.common-heading {
        margin-top: 15px;
    }
    .director-message .director-pic img {
        height: 300px;
    }
    .dc-parent {
        padding: 0 20px;
    }
    .placement-single-bottom ul {
        width: 100%;
        padding: 15px !important;
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    .common-heading {
        font-size: 20px !important;
        line-height: 25px
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 15px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .common-para {
        font-size: 13px;
    }
    .common-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    .common-redirect-banner {
        padding: 30px 0;
    }
    .common-redirect-banner-title {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px;
        margin-bottom: 7px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    header .top-navbox {
        padding: 12px 5px;
    }
    header .top-navbox a {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    header .top-navbox svg:not(:root).svg-inline--fa {
        font-size: 13px;
    }
    .fi_skill_item,
    .approval .approval-card {
        margin: 30px auto 30px auto;
        width: 70%;
    }
    footer .common-para,
    footer a,
    .mobilization .content-box .common-para {
        font-size: 13px;
    }
    footer .contact-box span {
        font-size: 14px;
    }
    footer .contact-box {
        margin: 12px 0;
    }
    footer .copyright-box p {
        letter-spacing: 0;
    }
    .navbar-brand img,
    footer .footer-logo img {
        /* height: 50px; */
    }
    .footer-logo {
        width: 30% !important;
    }
    .short-term-courses .short-term-pic {
        margin-top: 10px;
    }
    .short-term-courses ul li,
    .mobilization ul li {
        font-size: 13px;
        display: flex;
    }
    .short-term-pic.bsc-administartion img {
        height: 250px;
    }
    .common-table th,
    .common-table td {
        padding: 10px;
        font-size: 12px;
    }
    .mobilization .detail-pic img {
        height: 200px;
    }
    .mobilization .hotel-list li {
        width: 80%;
        margin: 5px auto 5px auto;
        font-size: 13px;
    }
    .mobilization.placement-training .handholding-card {
        height: auto;
    }
    .short-term-courses.faculty .short-term-pic img {
        height: 200px;
    }
    .team-member h6.common-heading {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .infrastructure .infrastrure-card .common-para {
        margin-bottom: 0;
    }
    .infrastructure .infrastrure-card h2.common-heading {
        margin-top: 15px;
    }
    .director-message .director-pic img {
        height: 300px;
    }
    .dc-parent {
        padding: 0 20px;
    }
    .admission .admission-form {
        padding: 20px;
    }
    .placement-single-content ul li {
        font-size: 13px;
    }
    .placement-single-bottom ul {
        width: 100%;
        margin-bottom: 0;
    }
    #placement-logo img {
        height: 70px;
    }
    .single-contact .contact-card {
        margin: 10px;
    }
    .single-contact .contact-card a {
        font-size: 13px;
    }
    .single-contact .contact-card svg:not(:root).svg-inline--fa {
        font-size: 14px;
    }
    .single-contact .contact-card .common-para {
        margin: 5px 0 !important;
    }
}

@media only screen and (max-width:504px) {
    #navBar .navbar-brand {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .top-info-wrapper .container {
        padding: 0px;
    }
    .top-navbox-upper img {
        height: 55px;
    }
    .common-heading {
        font-size: 20px !important;
        line-height: 25px
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 15px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .common-para {
        font-size: 13px;
    }
    .common-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    .common-redirect-banner {
        padding: 30px 0;
    }
    .common-redirect-banner-title {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px;
        margin-bottom: 7px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .fi_hero_content h4 {
        font-size: 22px;
        line-height: 40px;
    }
    ul.fi_hero_list li a {
        font-size: 15px;
    }
    .fi_skill_item,
    .approval .approval-card {
        width: 85%;
    }
    header .top-navbox {
        padding: 12px 5px;
    }
    header .top-navbox a {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    header .top-navbox svg:not(:root).svg-inline--fa {
        font-size: 13px;
    }
    footer .common-para,
    footer a,
    .mobilization .content-box .common-para {
        font-size: 13px;
    }
    footer .contact-box span {
        font-size: 14px;
    }
    footer .contact-box {
        margin: 12px 0;
    }
    footer .copyright-box p {
        letter-spacing: 0;
    }
    .navbar-brand img,
    footer .footer-logo img {
        /* height: 50px; */
    }
    .footer-logo {
        width: 30% !important;
    }
    .short-term-courses .short-term-pic {
        margin-top: 10px;
    }
    .short-term-courses ul li,
    .mobilization ul li {
        font-size: 13px;
        display: flex;
    }
    .short-term-pic.bsc-administartion img {
        height: 250px;
    }
    .common-table th,
    .common-table td {
        padding: 10px;
        font-size: 12px;
    }
    .mobilization .detail-pic img {
        height: 200px;
    }
    .mobilization .hotel-list li {
        width: 80%;
        margin: 5px auto 5px auto;
        font-size: 13px;
    }
    .mobilization.placement-training .handholding-card {
        height: auto;
    }
    .short-term-courses.faculty .short-term-pic img {
        height: 200px;
    }
    .team-member h6.common-heading {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .infrastructure .infrastrure-card .common-para {
        margin-bottom: 0;
    }
    .infrastructure .infrastrure-card h2.common-heading {
        margin-top: 15px;
    }
    .director-message .director-pic img {
        height: 300px;
    }
    .dc-parent {
        padding: 0 20px;
    }
    .admission .admission-form {
        padding: 20px;
    }
    .placement-single-content ul li {
        font-size: 13px;
    }
    .placement-single-bottom ul {
        width: 100%;
        margin-bottom: 0;
    }
    #placement-logo img {
        height: 70px;
    }
    .single-contact .contact-card {
        margin: 10px;
    }
    .single-contact .contact-card a {
        font-size: 13px;
    }
    .single-contact .contact-card svg:not(:root).svg-inline--fa {
        font-size: 14px;
    }
    .single-contact .contact-card .common-para {
        margin: 5px 0 !important;
    }
    #enquiry-box li {
        height: 35px;
    }
    #enquiry-box li a svg:not(:root).svg-inline--fa {
        font-size: 17px;
        top: 9px;
        left: 19px;
    }
    .fi_whtsapp img {
        width: 35px;
    }
    .admission-open {
        font-size: 14px;
        padding: 10px 14px;
    }
    #enquiry-box {
        width: 50px;
    }
    .director-message .director-info,
    .director-message .director-content {
        max-width: 90%;
    }
    .director-message .message svg:not(:root).svg-inline--fa {
        font-size: 23px;
    }
    .director-message .message {
        padding: 30px;
    }
    .director-message .message p {
        font-size: 17px;
    }
}

@media only screen and (max-width :320px) {
    .common-heading {
        font-size: 20px !important;
        line-height: 25px
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 15px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .common-para {
        font-size: 13px;
    }
    .common-button {
        padding: 8px 20px;
        font-size: 13px;
    }
    .common-redirect-banner {
        padding: 30px 0;
    }
    .common-redirect-banner-title {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px;
        margin-bottom: 7px;
        ;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    header .top-navbox {
        padding: 12px 5px;
    }
    header .top-navbox a {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    header .top-navbox svg:not(:root).svg-inline--fa {
        font-size: 13px;
    }
    footer .common-para,
    footer a,
    .mobilization .content-box .common-para {
        font-size: 13px;
    }
    footer .contact-box span {
        font-size: 14px;
    }
    footer .contact-box {
        margin: 12px 0;
    }
    footer .copyright-box p {
        letter-spacing: 0;
    }
    .navbar-brand img,
    footer .footer-logo img {
        /* height: 50px; */
    }
    .footer-logo {
        width: 30% !important;
    }
    .short-term-courses .short-term-pic {
        margin-top: 10px;
    }
    .short-term-courses ul li,
    .mobilization ul li {
        font-size: 13px;
        display: flex;
    }
    .short-term-pic.bsc-administartion img {
        height: 250px;
    }
    .common-table th,
    .common-table td {
        padding: 10px;
        font-size: 12px;
    }
    .mobilization .detail-pic img {
        height: 200px;
    }
    .mobilization .hotel-list li {
        width: 80%;
        margin: 5px auto 5px auto;
        font-size: 13px;
    }
    .mobilization.placement-training .handholding-card {
        height: auto;
    }
    .short-term-courses.faculty .short-term-pic img {
        height: 200px;
    }
    .team-member h6.common-heading {
        font-size: 16px !important;
        line-height: 1.5;
    }
    .infrastructure .infrastrure-card .common-para {
        margin-bottom: 0;
    }
    .infrastructure .infrastrure-card h2.common-heading {
        margin-top: 15px;
    }
    .director-message .director-pic img {
        height: 300px;
    }
    .dc-parent {
        padding: 0 20px;
    }
    .admission .admission-form {
        padding: 20px;
    }
    .placement-single-content ul li {
        font-size: 13px;
    }
    .placement-single-bottom ul {
        width: 100%;
        margin-bottom: 0;
    }
    #placement-logo img {
        height: 70px;
    }
    .single-contact .contact-card {
        margin: 10px;
    }
    .single-contact .contact-card a {
        font-size: 13px;
    }
    .single-contact .contact-card svg:not(:root).svg-inline--fa {
        font-size: 14px;
    }
    .single-contact .contact-card .common-para {
        margin: 5px 0 !important;
    }
}