/*HEADER WORK START*/
.header-top {
    background: white;
    padding: 5px 0px;
}

.header-top .logo-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .logo-new img {
    height: 100px;
}

.header-top .logo-new .logo-text {
    color: black;
    width: calc(100% - 115px);
}

.header-top .logo-new .logo-text h1{
    font-size: 34px;
    margin: 0px;
}
.header-top .logo-new .logo-text h4{
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--color3);
}
.header-top .logo-new .logo-text h6{
    font-size: 12px;
    margin: 0px;
    color: var(--color3);
}

.header-top p {
    font-family: "Marcellus SC", serif;
    text-transform: uppercase;
}

.logo {
    color: white;
}

.logo h1 {
    font-family: "Marcellus SC", serif;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.logo h2 {
    font-size: 32px;
    letter-spacing: 10px;
    margin-top: -10px;
    margin-bottom: 0px;
    font-weight: 200;
}

.logo h3 {
    color: #dadada;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2.5px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin: 0px;
}

.header-bottom .navbar {
    background: var(--color2);
    padding: 0px;
}

.header-bottom .navbar .navbar-nav .nav-item a {
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px;
    transition: all 0.3s 0s linear;
}

.header-bottom .navbar .navbar-nav .nav-item a:hover,
.header-bottom .navbar .navbar-nav .nav-item a:focus {
    color: var(--color3);
}

.header-bottom .navbar form a {
    color: white;
}

.header-bottom .social-icons li a {
    padding-right: 0px !important;
}

.header-bottom .social-icons li a i {
    font-size: 18px;
}

/*HEADER WORK END*/

/*BANNER WORK START*/
.banner {
    background: url(../images/infrastructure/3.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner .overlay-div {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.banner .content {
    padding: 300px 0 90px;
    color: white;
}

.banner .content .line-div {
    width: 70px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 30px;
}

.banner .content h1 {
    margin-bottom: 30px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
}
.banner .content .web-btn {
    margin-bottom: 30px;
}

/*BANNER WORK END*/

/*COMMENT WORK START*/

.comment {
    background-color: var(--color1);
    padding: 110px 0px;
}

.comment i.bxs-quote-left {
    font-size: 60px;
    color: #fff;
}

.comment h4 {
    font-size: 20px;
    margin: 20px 0px;
    color: #fff;
}

.comment p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
}

/*COMMENT WORK END*/

/*princeton work start*/
.princeton {
    padding: 80px 0;
}

.princeton .content {
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.princeton .content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
}

.princeton .content p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
}

/*princeton work end*/

/*Features & Benefits work start*/
.features-and-benefits {
    padding: 80px 0px 65px;
    background: var(--color4);
}

.features-and-benefits .box {
    padding: 30px;
    background: var(--color1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s 0s linear;
    margin-bottom: 15px;
}

.features-and-benefits .box:hover {
    background: var(--color5);
}

.features-and-benefits .box > div {
    width: calc(100% - 119px);
}

.features-and-benefits .box > div p {
    margin: 0px;
}

.features-and-benefits .box .icon {
    width: 104px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 50px;
    border: 2px solid white;
    border-radius: 50px;
}

/*Features & Benefits work end*/

/*courses work start*/
.courses {
    padding: 80px 0;
}

.courses h2 {
    color: var(--color1);
    font-size: 2rem;
    font-weight: bold;
    line-height: 44px;
}

.courses p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
}

/*courses work end*/

/*future work start*/

.future {
    background: url(../images/banner-bg.jpeg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.future .overlay-div {
    background-color: rgba(22, 77, 139, 0.8);
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

.future h1 {
    color: #f7dc79;
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.future p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.future .a-div a {}

/*future work end*/

/*footer work start*/
.footer {
    padding: 80px 0px;
    background-image: url("../images/footer-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
}

.footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111416;
    opacity: 0.97;
    top: 0;
    left: 0;
}

.footer > * {
    position: relative;
}

.footer .footer-h {
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer ul li i {
    color: #cc9955;
    font-size: 16px;
    margin-top: 2px;
}

.footer ul li i + span {
    width: calc(100% - 25px);
}

.footer ul li:last-child {
    margin-bottom: 0px;
}

/*footer work end*/

/* college work start */
.college {
    padding: 80px 0;
    color: #7a7a81;
}

.college h2 {
    color: #422e59;
}

.college .line-div {
    background-color: #f7dc79;
    width: 60px;
    height: 3px;
    margin: 30px 0;
}

/* college work end */

/* team work start */

.team {
    background-color: var(--color1);
    padding: 40px 0;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.team i.bxs-user {
    font-size: 180px;
}

/* team work end */

/* facilities work start */

.facilities .facilities-p-tag {
    font-size: 16px;
    margin-bottom: 40px;
}

.facilities .facilities-p-tag-2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* facilities work end */

/*PAGE BANNER WORK START*/
.page-banner {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 180px 0px 30px;
    position: relative;
    border-bottom: 6px solid #f7dc79;
}

.page-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #422e59;
    opacity: 0.78;
}

.page-banner > * {
    position: relative;
}

.page-banner h1 {
    color: #f7dfaf;
    text-transform: uppercase;
    margin: 0px;
    font-size: 3rem;
}

/*PAGE BANNER WORK END*/

/*course-offered work start*/
.course-offered {
    padding: 80px 0px;
    font-size: 16px;
}

.course-offered p {
    text-align: justify;
}

.course-offered h5 {
    line-height: unset;
    text-align: justify;
}

.course-offered h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 44px;
}

.course-offered .accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
}

.course-offered .accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.course-offered .accordion .accordion-button {
    line-height: 0;
    background: var(--color1);
    color: #f7dc79;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 15px;
    box-shadow: none;
}

.course-offered .accordion .accordion-button.collapsed {
    color: white;
}

.course-offered .accordion .accordion-button::after {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(113deg) brightness(103%) contrast(101%);
}

.course-offered .accordion .accordion-body {
    padding-bottom: 5px;
}



.course-offered .course-box {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
}

.course-offered .course-box ul {
    margin: 0px 0px 10px;
    padding: 0px;
}

.course-offered .course-box ul li:first-child {
    background: var(--color4);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.course-offered .course-box ul li {
    list-style: none;
    padding: 8px 15px;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
}

.course-offered .course-box ul li b {
    font-weight: 600;
}

.course-offered .course-box ul li:last-child {
    border: none;
}

/*course-offered work end*/

/*contact us work start*/
.contactus .content {
    padding: 80px 100px;
}

.contactus .content .sub-heading {
    color: #212121;
    font-family: "Nunito", Sans-serif;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.contactus .content .sub-heading:before {
    content: "[";
    color: #ffab00;
    display: inline-block;
    margin-right: 4px;
    line-height: 1em;
    position: relative;
    top: -1px;
}

.contactus .content .sub-heading:after {
    content: "]";
    color: #ffab00;
    display: inline-block;
    margin-left: 4px;
    line-height: 1em;
    position: relative;
    top: -1px;
}

.contactus .content h1 {
    color: #28211a;
    text-align: center;
    font-size: 3.8em;
}

.contactus .content .line-div {
    background-color: #f7dc79;
    width: 60px;
    height: 3px;
    margin: 30px auto;
}

.contactus .content .contact-info {
    margin: 0px;
    padding: 0px;
}

.contactus .content .contact-info li:first-child {
    margin-top: 0px;
}

.contactus .content .contact-info li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.contactus .content .contact-info li .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffab00;
    color: white;
    font-size: 16px;
}

.contactus .content .contact-info li .text {
    width: calc(100% - 60px);
}

.contactus .content .contact-info li .text h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.contactus .content .contact-info li .text p {
    margin: 0px;
    font-size: 12px;
}

.contactus .content .contact-info li .text a {
    color: black;
}

/*contact us work end*/


/*gallery work start*/
.gallery {
    padding: 80px 0px;
    background: var(--color4);
}

.gallery .ug-thumb-wrapper {
    border: 3px solid white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.gallery .ug-thumb-wrapper img {
    border-radius: 5px;
}

/*gallery work end*/

/*faculty work start*/
.faculty {
    padding: 80px 0px;
}

.faculty .faculty-box {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.faculty .faculty-box img {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.faculty .faculty-box h5 {
    margin-bottom: 2px;
    font-size: 18px;
}

.faculty .faculty-box p {
    margin: 0px;
}

/*faculty work end*/

/*message work start*/
.messages {
    padding: 80px 0px;
}

.messages .line-div {
    background-color: #f7dc79;
    width: 60px;
    height: 3px;
    margin: 30px 0;
}

.messages .message {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    position: relative;
}

.messages .message:before {
    content: "\ee83";
    font-family: 'boxicons' !important;
    font-size: 40px;
    margin-right: 5px;
    opacity: 0.1;
}

.messages .message:after {
    content: "\ee84";
    font-family: 'boxicons' !important;
    font-size: 40px;
    opacity: 0.1;
    margin-top: 8px;
    margin-left: 5px;
    position: absolute;
}

/*message work end*/

/*admission work start*/
.admission {
    padding: 80px 0px;
}

.admission ul {
    margin: 0px;
    padding: 0px;
}

.admission ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 3px;
}

.admission ul li:before {
    content: "\ea50";
    font-family: 'boxicons' !important;
    position: absolute;
    left: 0;
    top: -2;
    font-size: 16px;
}

.admission ul li b {
    font-weight: 600;
}

/*admission work end*/