html {
    font-family: 'Gothic A1', sans-serif;
    font-size: 1em;
    line-height: 1.6;
    color: #444444;
}

body {
    font-family: 'Gothic A1', sans-serif;
    margin: 0
}

::selection {
    background: #000;
    color: #FFF;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input,
button,
textarea {
    outline: none;
    font-family: 'Lato', sans-serif;
}
a {
    text-decoration: none;
    color: #e31837 !important;
    font: inherit;
    text-decoration: none !important;
}

.brand-name {
    font-size: 100px;

}

.iqac:hover {
    color: #e31837 !important;
}

a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;

}



*,
*:before,
*:after {
    box-sizing: inherit;
}


p {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 2rem;
}

.content-wrapper,
.navbar {
    width: 1145px;
    margin: auto;
    position: relative;
    min-height: 0px !important;
}

/* banner carousel start */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.imgframe {
    padding: 0% !important;
}

#Vision {
    font-size: 20px;
    margin: 0% 2%;
}

#Vision h1, #iqac-mu h1, #Preamble h1{
    color: #e31837;
    text-align: center;
    padding: 20px;
}

#Vision ul {
    padding-left: 20px;
}

#Vision ul li {
    list-style: none;
    line-height: 30px;

}

#Vision ul li {
    list-style-image: url(../assets/images/arrow.svg);
    /* OR */
    /* list-style-type: '>>'; */
    padding-inline-start: 0.5ch;
    padding: 6px;
}

.img img {
    margin-top: 10%;
    border-radius: 20px;
    box-shadow: 0px 7px 10px #797979;
}
/* about end */


/* Leadership start */
#leadership {
    margin-top: 5%;
    background-color: #e31837;
    color: #fff;
    padding: 0% 0% 3% 0%;
}
#leadership h1 {
    padding: 20px;
    font-weight: 700;
}
#leadership div p {
    font-weight: 300;
    font-size: 18px !important;
}
/* Leadership end */


/* Program_highlights start */
#Program_highlights {
    padding: 20px;
}

#Program_highlights h1 {
    padding: 2% 0%;
}

/* #Program_highlights h1{
    padding: 20px;
} */
#Program_highlights .card {
    margin: 5% 0%;
}

#Program_highlights .card h4 {
    font-size: 24px;
}

#Program_highlights .card img {
    width: 120px;
}

#Program_highlights .ii {
    width: 140px !important;
}
#Program_highlights p {
    text-align: center;
    padding-top: 10%;
}
#Program_highlight {
    padding: 20px;
}
#Program_highlight h1 {
    color: #e31837;
    padding: 2%;
}
#Program_highlight img {
    width: 120px;
}
#Program_highlight .ii {
    width: 140px !important;
}
/* Program_highlights end */

/* faculty start */
#faculty {
    background-color: #e31837;
    padding: 2% 5%;
}
#faculty h1 {
    color: #fff;

}

#faculty .para {
    color: #fff;
    text-align: justify;
    padding: 2% 0%;

}

#faculty iframe {
    width: 650px;
    height: 350px;
}
/* faculty end */



/* Composition_of_IQAC start */

#Composition_of_IQAC {
    margin: 1% 0%;
}

#Composition_of_IQAC h1 {
    color: #e31837;
    padding: 5px;
}
#Composition_of_IQAC table tr td {
    border: 2px solid #e31837;
    padding: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.row {
    margin: 0% !important;
    padding: 0% !important;
}

#fee {
    padding: 2%;
    background-color: #e31837;
}

#fee h1 {
    padding: 0% 2%;
    color: #fff;
}

#fee p {
    padding: 0% 0% 0% 2%;
    color: #fff;
}

#fee p span {
    font-weight: 700;
    font-size: 20px;
}

/* Composition_of_IQAC end */

/* Placements start */
#Placements {
    margin: 3% 5%;
}

#Placements h1 {
    color: #e31837;
}

/* Placements end */

/* footer start */
#footer {
    background-color: #000;
    /* padding: 0% 2% 2% 2%; */
    text-align: ce;

}

#footer h1 {
    color: #fff;
    text-align: center;
    padding: 2% 0% 0% 0%;
}

#footer a {
    font-size: 20px;
    text-decoration: none;
    color: #fff !important;
    padding: 0.5%;
}

#footer .pd {
    padding: 2% 0%;
    color: #fff;
    text-align: center;
}

#footer span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

/* footer end */

@media only screen and (max-width: 1280px) {

    .content-wrapper,
    .navbar {
        width: 100%;
    }

    #faculty iframe {
        width: 750px;
        height: 500px;
        padding-bottom: 4%;
    }
    #Eligibility .e-card {
        height: 18vh;
    }
    #Eligibility .e-card p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {

    .content-wrapper,
    .navbar {
        width: 90%;
    }

    #faculty iframe {
        width: 750px;
        height: 500px;
        padding-bottom: 4%;
    }
    #video_testimonials iframe {
        width: 400px;
        height: 250px;
    }

}

.main-header {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.navbar-top {
    height: 120px;
    display: flex;
    align-items: center;
}

.navbar-top .logo {
    display: block;
    width: auto;
    position: absolute;
    right: 10%;
}

.logo img {
    width: 300px;
}

.brand-name {
    position: absolute;
    left: 2%;
    font-weight: 700;
    color: #e31837;
}

.brand-name li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.brand-name li a {
    font-size: 100px;
    font-weight: 700;

}

.bottom-header {
    width: 100%;
    background: #000;
    height: 60px;
    z-index: 99;
}



.navbar-bottom .nav-links {
    position: relative;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.navbar-bottom .nav-links li {
    margin-right: 10px;
    text-transform: uppercase;
    display: inline-block;
    height: 100%;
    color: #fff;
    position: relative;
}

.navbar-bottom .nav-links li a {
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
    transition: background .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: background .3s cubic-bezier(.165, .84, .44, 1);
}

.navbar-bottom .nav-links li:hover>a,
.navbar-bottom .nav-links li a.active {
    color: #e31837;
    font-size: 18px;
}


.sub_links {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: block;
    background: #000000;
    z-index: 99;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    visibility: hidden;
    opacity: 0;
    transform: translatey(7px);
}

.sub_links li {
    position: relative;
    display: block !important;
    margin: 0 !important;
}

.sub_links li a {
    padding: 20px !important;
    display: inline-block;
    font-size: 13px;
}

.navbar-bottom .nav-links li:hover>.sub_links {
    visibility: visible;
    opacity: 1;
    transform: translatey(0);
}

.toggler {
    position: absolute;
    top: 0;
    padding-top: 5px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 101;
}

.search-toggle {
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.menu-toggle {
    left: 0;
    top: 50%;
    margin-top: -20px;
    margin-left: -12px;
    display: none;
}

.cancel-btn {
    display: none;
}

.toggler svg {
    width: 40px;
    height: 40px;
    fill: #ccc;
}

.searchbar {
    position: absolute;
    right: 0;
    width: 300px;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05), 0 20px 22px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 10px;
    transition-delay: 1s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: all .2s cubic-bezier(.165, .84, .44, 1);
    visibility: hidden;
    opacity: 0;
}

.searchbar input {
    width: 100%;
    height: 100%;
    border: none;
}

.search-open .searchbar {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    z-index: 11;
    transition-delay: 0.15s;
    visibility: visible;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: all .2s cubic-bezier(.165, .84, .44, 1);
}


@media only screen and (max-width: 786px) {
    /* .navbar-top .logo {} */
    .navbar-bottom .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 300px;
        display: block;
        background: #fff;
        padding: 1rem;
        padding-top: 50px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05), 0 20px 22px rgba(0, 0, 0, 0.05);
        z-index: 0;
        transition-delay: 1s;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        transition: all .2s cubic-bezier(.165, .84, .44, 1);
        -webkit-transform: all .2s cubic-bezier(.165, .84, .44, 1);
        visibility: hidden;
        opacity: 0;
        overflow-y: hidden;
    }

    .menu-open .nav-links {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        z-index: 102;
        transition-delay: 0.15s;
        visibility: visible;
        transition: all .2s cubic-bezier(.165, .84, .44, 1);
        -webkit-transform: all .2s cubic-bezier(.165, .84, .44, 1);
    }

    .menu-toggle {
        display: inline-block;
        margin-left: 0;
    }

    .cancel-btn {
        display: inline-block;
        top: 5px;
        right: 1rem;
    }
    .navbar-bottom .nav-links li {
        display: block;
        height: auto;
        margin: 2px 0;
        color: #000000;
        border-radius: 3px;
        overflow: hidden;
    }

    .navbar-bottom .nav-links li a {
        height: 60px;
    }

    .navbar-bottom .nav-links li a:hover,
    .navbar-bottom .nav-links li a.active {
        background: #000000;
        color: #e31837;
        font-weight: 700;
    }

    .navbar-bottom .nav-links li:hover>.sub_links {
        height: auto;
    }

    .sub_links {
        background: #fafafa;
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: relative;
        top: 0;
        transform: translatey(0);
        height: 0;
    }

    .sub_links li {
        display: block;
        padding-left: 420px;
    }

    .search-toggle,
    .menu-toggle {
        margin-top: 10px;
    }

}
@media (min-width: 768px) {
    #video_testimonials iframe {
        width: 450px;
        height: 300px;
    }
}

@media (min-width: 375px) and (max-width: 667px) {
    .brand-name {
        display: none;
    }

    #faculty iframe {
        width: 370px;
        height: 300px;
        padding-bottom: 8%;
    }

    #fee h1 {
        font-size: 28px;
    }

    #fee p {
        font-size: 18px;
        text-align: left;
    }

    #footer a {
        font-size: 18px;
    }
    #video_testimonials iframe {
        width: 370px;
        height: 300px;
    }
    #Eligibility .e-card {
        height: 28vh;
    }

    #Composition_of_IQAC table tr td{
        font-size: 14px;
    }

}

.hero-header {
    margin: 30px 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
