body {
    overflow-x: hidden;
    /* animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; */
}
.visit {
    background: #fff;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 60px;
    letter-spacing: 5px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.engineering-area li:nth-child(1) a {
    background: #9a292b;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    border-radius: 35px;
    text-align: center;
}
.banner .carousel-item img.desktop {
    display: block;
}
.banner .carousel-item img.mobile {
    display: none;
}
.engineering-area li:nth-child(1) a:hover {
    background: #d33033;
    color: #fff;
}

.engineering-area li:nth-child(2) a {
    background: #a94744;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    border-radius: 35px;
    text-align: center;
}

.engineering-area li:nth-child(2) a:hover {
    background: #d33033;
    color: #fff;
}

.engineering-area li:nth-child(3) a {
    background: #b8665d;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    border-radius: 35px;
    text-align: center;
}

.engineering-area li:nth-child(3) a:hover {
    background: #d33033;
    color: #fff;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #9a292b !important;
    color: #FFFFFF !important;
    min-width: 110px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1 !important;
    margin-left: 10px !important;

}
.engineering-area li a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    border-radius: 5px !important;
}
.engineering-area ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.engineering-area li {
    text-align: left;
    font-size: 13px;
    color: #000 !important;
    margin-bottom: 5px;
    line-height: 16px;
    list-style: none;
}

.dropdown-menu li a {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 20px;
}



/* body {
    
} */
/* 
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
} */

a:hover {
    color: #9A292B;
}
.statistics-main .form-group select {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    color: #A2A2A2;
    padding: 7px;
    border-radius: 3px;
}
header {
    /* background: linear-gradient(178.3deg, rgba(0, 0, 0, 0.7) 44.65%, rgba(0, 0, 0, 0) 127.14%, rgba(0, 0, 0, 0) 127.14%); */
    background:#ffffffd1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 9;
    position: relative;
}

header .navbar-brand img {
    width: 100px;
    height: 110px;
}


header .navbar-collapse {
    flex-grow: 0 !important;
}

header .navbar-nav .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000;
    margin-left: 10px;
    padding: 5px !IMPORTANT;
    border-bottom: 3px solid transparent;
}

header .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #2b0304;
    background: #9A292B;
    color: #fff;
}

header .navbar-nav .nav-link.active {
    border-bottom: 1px solid #FFFFFF;
}

/* header .navbar-nav .nav-link i.material-icons {
    padding-top: 10px;
} */

.banner {
    margin-top: -135px;
}

.banner .carousel-item img {
    width: 100%;
    height: auto;
    position: relative;
}

.banner .carousel-item .tagline {
    position: absolute;
    bottom: 100px;
    width: 1000px;
    height: auto;
    background: rgba(154, 41, 43, 0.55);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 60px 20px 20px;
}

.banner .carousel-item .tagline .header {
    border-left: 7px solid #F4B402;
    padding-left:10px;
    padding-bottom: 0px;
}

.banner .carousel-item .tagline .header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.banner .carousel-item .tagline .header h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
}

.banner .carousel-item .tagline .header h4 span {
    font-weight: 800;
    color: #FFEAAE;
    ;
}

.banner .carousel-item .tagline .content {
    padding-left: 20px;
}

.banner .carousel-item .tagline .content p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
}
.navbar-expand-md .navbar-nav {
    flex-direction: row;
    float: right;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    z-index: 99999999;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f8c300;
    outline: none;
}
.banner .carousel-item .tagline .content a {
    background: #FFFFFF;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #9A292B;
}

.banner .carousel-item .tagline .content a:hover {
    background: #9A292B;
    color: #FFFFFF;
}

.banner .carousel-item .tagline .content a i {
    font-size: 20px;
    margin-left: 10px;

}

.banner .carousel-item .tagline .content a .bi-arrow-right::before {
    font-weight: 700 !important;
}

.carousel button i {
    font-size: 25px;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    /* opacity: 0 !important;
    border: 1px solid #FFFFFF !important; */
}


/* .social {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 12px 12px;
    position: fixed;
    right: -50px;
    top: 30%;
    color: #ffffff;
    padding: 5px;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    width: 120px;
    text-align: left;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li img {
    width: 20px;
    height: 20px;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(255, 255, 255, 0.4);
}

.social ul li:hover a {
    color: #000;
} */

/* .social ul li:hover i {
    color: #fff;
    background: red;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} */
/* 
.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
} */

.icons {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 12px 12px;
    position: fixed;
    right: -130px;
    top: 30%;
    color: #ffffff;
    padding: 10px;
    z-index: 9999;
}

.icons .icon img {
    width: 40px;
    height: 40px;
}

.icons .icon a {
    text-decoration: none;
    display: flex;
    padding: 3px 0px 3px 10px;
}

.icons .icon span {
    transform: rotate(180deg);
    color: #000000;
}

.icons .icon {
    border-radius: 4px;
    /* padding: 4px 4px; */
}

.icons .icon .hover-content p {
    color: #000000;
    margin-bottom: 0px;
    padding: 5px;
}

.icons .icon a:hover {
    /* margin-left: -150px; */
    transform: translateX(-120px);
    background: #FFFFFF;
    border-radius: 4px;
    transition: all .5s;

    -webkit-transition: all .5s;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.placement-news {
    background: #9A292B;
    padding: 5px 0px;
}

.placement-news-area {
    display: flex;
}

.placement-news-area .image-area {
    width: 5%;
}

.placement-news-area .placement-news-items {
    width: 85%;
}

.placement-news-area .btn-area {
    width: 10%;
}

.placement-news img {
    width: 30px;
    height: 20px;
}

.placement-news a {
    font-family: 'Poppins';
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
    color: #fff;
}

.placement-news a:hover {
    color: #FFFFFF;
}

.placement-news-area .btn-area a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    color: #FFFFFF;
}

.placement-news-area .btn-area a i {
    margin-left: 10px;
}

.placement-news-area .btn-area a .bi-arrow-right::before {
    font-weight: 600 !important;
}

.placement-news-area .btn-area a:hover {
    color: #FFEA9D;
}

.college {
    background: #FFF6DC;
    padding: 10px 0px;
}

.college .college-items a {
    text-decoration: none;
    text-align: center;
}

.college .slick-slide {
    margin: 0px 20px;
}

.college .slick-list.draggable {
    padding: 0 20% 0 0;
}

.college .college-items img {
    margin: 0 auto;
    height: 50px;
    width: 50px;
}

.college .college-items p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #9A292B;
    margin-bottom: 0px;
}

.why-choose {
    background: url('../images/why-choose.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .why-choose img {
    width: 100%;
    height: auto;
} */

.why-choose h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.why-choose .choose {
    display: flex;
    justify-content: center;
}

.why-choose .why-trinity {
    width: auto;
    margin: 0 3%;
}

.why-choose .why-trinity .image-area {
    background: #FFF6DC;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.why-choose .why-trinity .image-area img {
    padding-top:20px;
    width: auto;
    height: 80px;
}

.why-choose .why-trinity p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 0px;
}

.why-choose .why-trinity p span {
    font-weight: 600;
    font-size: 18px;
}

.news-events {
    margin:50px 0px;
}

.news-events h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 40px;
}

.news-events h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    padding: 10px;
}

.news-events .header1 {
    background: linear-gradient(90deg, rgba(244, 180, 2, 0.15) 50%, rgba(244, 180, 2, 0.15) 100%);
}

.news-events .header2 {
    background: linear-gradient(90deg, rgba(154, 41, 43, 0.15) 50%, rgba(154, 41, 43, 0.15) 100%);
}

.news-events .header3 {
    background: linear-gradient(90deg, rgba(85, 172, 238, 0.15) 50%, rgba(85, 172, 238, 0.15) 100%);
}

/*college-update css start*/
.college-update-items .college-content {
    background: #FFF3D0;
    padding: 20px 20px;
    margin-bottom: 10px;
}
/*.college-update-items .college-content .slick-vertical .slick-slide {
    height: 270px!important;
}*/
.college-update-items .college-content h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #9A292B;
}
.college-update-items .college-content h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
}
.college-update-items .college-content span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 5px;
}
.college-update-items .college-content span i {
    font-size: 15px;
    margin-right: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.college-update-items .college-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
        height:85px;
    color: #000000;
    margin-bottom: 5px;
    overflow:hidden;
}

/*college-update css end*/

/*upcoming event css start*/
.upcoming-event .carousel-control-next {
    display: none;
}

.upcoming-event .carousel-control-prev {
    display: none;
}

/*animation effect css start*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 40px;
    top: 60%;
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); */
}

/*.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
} */

/* .hovereffect img {
    width: 100%;
    height: auto;
} */

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 100%;
    height: auto;
}

/* 
.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
} */

.hovereffect h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background-color: transparent;
    bottom: -webkit-calc(-100% + 65%);
    color: #FFF;
    /* padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); */
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); */
}

.hovereffect p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}
.hovereffect h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /*    text-transform: uppercase;*/
    position: relative;
    background-color: transparent;
    color: #FFF;
    /* padding: 1em 0; */
    /* filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); */
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); */
}

/* 
.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    margin-bottom: 0px;
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h6 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */

/*animation effect css end*/

/*upcoming event css end*/

/*latest-news css start*/
.latest-news-content {
    display: flex !important;
    margin-top: 20px;
}

.latest-news-items .slick-list.draggable {
    height: 500px !important;
}

.latest-news-content .image-area {
    width: 50%;
}

.latest-news-content .image-area img {
    width: 100%;
    height: auto;
}

.latest-news-content .content-area {
    width: 50%;
    margin-left: 10px;
    margin-top: 5px;
}

.latest-news-content .content-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 5px;
}

.latest-news-content .content-area h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #9A292B;
    margin-bottom: 0px;
}
.latest-news-content .content-area h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 0px;
}
.latest-news-content .content-area a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #9A292B;
    text-decoration: none;
}

.latest-news-content .content-area a i {
    font-size: 25px;
    vertical-align: -5px;
}

/*latest-news css end*/

/*explore-programs css start*/
.explore-programs {
    background: #F5F5F5;
    padding: 50px 0px 50px 0px;
}

.explore-programs .our-programs {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding:50px;
}

.explore-programs .our-programs h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}

.explore-programs .our-programs .nav-tabs {
    border: none;
    margin-bottom: 0px;
    margin-left: 15px;
}

.explore-programs .our-programs .nav-tabs .nav-link.active {
    background: #9A292B;
    border-radius: 10px;
    color: #FFFFFF;
}

.explore-programs .our-programs .nav-tabs .nav-link {
    background: #E7E7E7;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #333;
    padding: 10px 15px;
    margin-right: 5px;
}

.explore-programs .our-programs .nav-tabs .nav-link:hover {
    background: transparent;
    border: 1px solid #9A292B;
    color: #9A292B;
}

.engineering-area {
    background:#cccccc1a;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    padding:15px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
}

.engineering-area a {
    text-decoration: none;
}

.engineering-area:hover {
    margin-top: -15px;
    transition: all 0.5s ease-in-out;
}

.engineering-area img {
    width: 100px;
    height: 80px;
    margin-bottom: 20px;
}

.engineering-area h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 10px;
}
.carousel-control-next, .carousel-control-prev {
    top: 180px;
}
.engineering-area p {
    background: #9A292B;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 5px 10px;
    width: 120px;
    margin: 0 auto;
}

.explore-programs .follow-us {
    display: flex;
    float: right;
    margin-top: 50px;
}

.explore-programs .follow-us img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.explore-programs .follow-us img:hover {
    transform: scale(1.2);
}

.explore-programs .follow-us h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-right: 40px;
    margin-top: 10px;
}

/*explore-programs css end*/
/*why section css start*/
.why {
    background: #FFFFFF;
    padding: 70px 0px;
}
.why-kjei {
    position: relative;
}
.why img {
    width: 100%;
    height: auto;
    /*    position: relative;*/
}
.why .color-area {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(154, 41, 43, 0.8);
    display: flex;
    padding: 20px 40px;
}
.why .color-area .border {
    height: 4px;
    background: #FFFFFF;
    width: 100px;
    margin-top: 10px;
}
.why .color-area h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    width: 80%
}
.why .color-area a {
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    padding: 8px 10px;
    text-decoration: none;
    width: 30%;
    height: 40px;
}
.why .color-area a:hover {
    background: #000;
    color: #fff;
}
/*why section css end*/
/*footer css start*/
footer {
    background: #2D2C2B;
}

footer .row {
    padding:50px 0px;
    display: inline-block;
    /*    width: 100%;*/
}
footer .contact-details {
    width: 30%;
    float: right;
}
.popular, .resources, .quick-links {
    float: left;
}
footer .popular ul.left-items li {
    width: 30%;
    float: left;
}
footer .popular {
    width: 60%;
}

footer .resources {
    width: 20%;
}

footer .quick-links {
    width: 20%;
}

footer .contact-details {
    width: 30%;
}

footer h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    color: #F4B402;
}

footer ul {
    list-style-type: none;
    padding-left: 0px;
}

footer li {
    margin: 5px 0px;
    float:left;
}

footer li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}

footer .contact-details {
    text-align: left;
}

footer .contact-details img {
    margin-bottom: 20px;
}

footer .contact-details a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 20px;
}

footer .contact-details li i {
    margin-right: 20px;

}


footer .contact-items li {
    float: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
}

footer .copyright {
    background: #F4B402;
    text-align: center;
    padding: 15px 0px;
}

footer .copyright a,footer .copyright  {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #9A292B;
}

/*footer css end*/

/*about-us page css start*/
/*banner section css start*/
.banner1 {
    margin-top: -135px;
}

.banner1 .carousel-item {
    height: 700px;
}

.banner1 .carousel-item img {
    width: 100%;
    height: auto;
    position: relative;
}

.banner1 .carousel-item .tagline {
    position: absolute;
    top: 400px;
    width: 1200px;
    height: auto;
    background: rgba(154, 41, 43, 0.55);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 40px 80px 40px 40px;
}

.banner1 .carousel-item .tagline .header {
    border-left: 7px solid #F4B402;
    padding-left: 70px;
    padding-bottom: 20px;
}

.banner1 .carousel-item .tagline .header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    text-align: justify;
    color: #FFFFFF;
}

.banner1 .carousel-item .tagline .header h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.banner1 .carousel-item .tagline .header h4 span {
    font-weight: 800;
    color: #FFEAAE;
    ;
}

.banner1 .carousel-item .tagline .content {
    padding-left: 20px;
}

.banner1 .carousel-item .tagline .content p {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
}

.banner1 .carousel-item .tagline .content a {
    background: #FFFFFF;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.15px;
    color: #9A292B;
    padding: 10px 20px;
}

.banner1 .carousel-item .tagline .content a:hover {
    color: #FFFFFF;
    background: #9A292B;
}

.banner1 .carousel-item .tagline .content a .bi-arrow-right::before {
    margin-left: 10px;
    font-weight: 700 !important;
}

/* 
.banner1 .carousel-item .tagline .content a span {
    margin-top: 10px;
} */

/* .banner1 .carousel-item .tagline .content a i.material-icons {
    padding-top: 10px;
} */

/*banner section css end*/
/*about-us section css start*/
.about-us {
    /*    padding: 40px 40px 70px 40px;*/
    margin-top: -140px;
}
.copyright img {
    height: 45px;
    margin-left: 50px;
    border: 1px solid #fff;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
}
.about-us .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}
.about-us .img1 {
    width: 100%;
    height: auto;
}

.about-us img {
    width: 100%;
    height: auto;
}

.about-us .about-content {
    background: #FFFEFE;
    padding: 50px;
    margin-top: -137px;
    /* margin-left: 20px; */
}
section.banner div#demo .row {
    align-items: center;
}
.about-us .about-content h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    align-items: center;
    color: #9A292B;
    text-transform: uppercase;

}
.why-choose h2 ,.news-events h2,.explore-programs .our-programs h2,.about-us .about-content h6,.our-vision .vision h4,.president-message .message h5,.team h2,
.banner3 .admission h2,.banner3 form h4,.highlights h2,.president-message .message1 h5,.core-team h2,.recruiter h2, h1,h2,h3,h4
{text-transform:uppercase;}

.about-us .about-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}

.about-us .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

/*about-us section css end*/
/*president-message section css start*/
.president-message {
    position: relative;
    background:#252525;
}

.president-message img {
    width: 100%;
    height: auto;
    position: relative;
}

.president-message .president-name {
    position: absolute;
    top: 550px;
    left: 80px;
}

.president-message .president-name h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
}

.president-message .president-name p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #FFFFFF;
}

.president-message .message {
    background: #252525;
    padding: 7% 5% !IMPORTANT;
}
.president-message .message h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    align-items: center;
    color: #FFFFFF;
}

.president-message .message p {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    align-items: center;
    color: #FFFFFF;
    text-align: justify;
}

.president-message .sentence {
    background: #FFF6DC;
    padding: 40px 0px 40px 0px;
}

.president-message .sentence h4 {
    font-family: 'Poppins';
    font-style: italic;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.president-message .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

/*president-message section css end*/
/*team section start*/
.team {
    background: #FFFFFF;
    padding: 70px 0px;
}

.team h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    color: #9A292B;
    margin-bottom: 40px;
}

.team .team-items {
    margin-left: 80px;
}

/*.team .slick-list.draggable {
    padding: 0 20% 0 0;
}*/

.team .slick-slide {
    margin: 0px 10px;
}

.team .slick-next {
    bottom: -90px !important;
    top: unset !important;
}

.team .slick-prev {
    margin-top: 305px;
    left: 650px;
    /* border: 1px solid #000000; */
}

.team .slick-next {
    margin-top: 80px;
    right: 650px;
    /* border: 1px solid #000000; */
}

.team .slick-prev:before {
    /* content: '' !important;
    background: url('../images/left.svg') !important; */
    color: #9A292B !important;
    font-size: 25px !important;
}

.team .slick-next:before {
    /* content: '' !important;
    background: url('../images/right.svg') !important; */
    color: #9A292B !important;
    font-size: 25px !important;
}
.statistics-main .left-content {
    width: 30%;
    float: left;
}
.statistics-main .right-content .card.bg-primary {
    background: #DDEBF6 !IMPORTANT;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 25%;
    float: left;
    margin-right: 2%;
}
.statistics-main .right-content .card.bg-warning {
    background: #EFDFDE !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 25%;
    float: left;
    margin-right: 2%;
}

.statistics-main .right-content .card.bg-success {
    background: #FBF8E5 !IMPORTANT;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 25%;
    float: left;
    margin-right: 2%;
}
.statistics-main .right-content .card-columns {
    display: flex;
}
.statistics-main .right-content .card.bg-info {
    background: #E2EFDA !IMPORTANT;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 25%;
    float: left;
    margin-right: 2%;
}
.statistics-main .left-content .form-group {
    padding: 5px 0px;
}
.statistics-main .left-content .form-group label {
    margin-bottom: 5px;
}
button#submit {
    background: #9a292b !important;
    border: none;
    width: 100%;
    margin-top: 10px;
}
.statistics-main .right-content {
    width: 70%;
    float: left;
}
.statistics-main {
    padding: 40px 0px;
}
.statistics-main .left-content form {
    background: #E2EFDA;
    padding: 20px 20px;
    border-radius: 10px;
}
.team .team-member {
    border-radius: 7px;
    padding: 0px;
}

.team .team-member .image-area {
    position: relative;
}
.team .team-member img {
    width: 90%;
    height: auto;
    /* margin-bottom: 10px; */
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
.team .team-member .content-area {
    padding: 20px 0px 20px 0px;
}
.team .team-member h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /*    text-align: center;*/
    color: #000000;
    margin-bottom: 10px;
}

.team .team-member h6 span {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
}
.team .team-member .image-area:after {
    background: #9A292B;
    padding: 30px 0px 0px 30px;
    content: "";
    width: 80%;
    left: 0px;
    height: 85%;
    position: absolute;
    z-index: 99;
    top: -20px;
}
section.team  .slick-dots li button:before {
    background: #000;
    margin: 0px 0px;
    font-size: 0px !important;
    height: 4px;
}
section.team   .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
section.team  .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 80%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0px;
}
.team .team-member p {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #000000;
    margin-bottom: 10px;
}
.team .team-member p span {
    color: #18A5D1;
}
.team .team-member a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #000000;
    text-decoration: none;
}

/*team section end*/
/*our-vision section start*/
/*.our-vision {
    background: url('../images/vision.jpg');
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.our-vision .row {
    margin-left: 0px;
    margin-right: 0px;
}

.our-vision .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.our-vision .vision {
    background: rgba(154, 41, 43, 0.9);
    padding: 250px 50px;
    margin: 20px 0px;
}*/

.our-vision .vision h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 20px;
    border-bottom: 2px solid #FFFFFF;
    width: 60%;
    margin: 0 auto;
}

.our-vision .vision p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

/*.our-vision .slick-dots {
    bottom: 80px !important;
}

.our-vision .slick-dots li button:before {
    color: #FFFFFF !important;
    width: 30px;
    height: 30px;
}*/

/* .our-vision .our-vision-items {
    position: absolute;
    top: 20px;
} */
.our-vision {
    position: relative;
}
.our-vision .container-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.our-vision img {
    width: 100%;
    height: auto;
}
/*.our-vision .vision {
    z-index: 999;
}*/
.our-vision .our-vision-items {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    /*    text-align: center;*/
}
.our-vision .our-vision-items .vision .vision-content {
    width: 40%;
    margin: 0 auto;
}
.our-vision .slick-dots li button:before {
    color: white!important;
}

.our-vision .vision .vision-content img {
    width: 30px;
    height: auto;
    margin: 0 auto;
}
/*our-vision section end*/
/*follow-us1 section start*/
.follow-us1 {
    background: #F5F5F5;
    padding: 30px 0px 30px 0px;
}

.follow-us1 .follow {
    display: flex;
    background: #F5F5F5;
    align-items: end;
    justify-content: end;
}

.follow-us1 .follow img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.follow-us1 .follow img:hover {
    transform: scale(1.2);
}

.follow-us1 .follow h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-right: 40px;
    margin-top: 10px;
}

/*follow-us1 section end*/
/*about-us page css end*/

/*admission page css start*/
.banner3 {
    margin-top: -135px;
    position: relative;
}

.banner3 img {
    width: 100%;
    height: auto;
}

section.banner3.right-form .admission {
    left: 15%;
    right: unset !important;
}

section.banner3.right-form .form-area {
    right: 10%;
    left: unset;
}
.banner3 .admission a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    /* margin-left: 110px; */
}

.banner3 .admission {
    position: absolute;
    top: 170px;
    right: 20%;
}

.banner3 .admission h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-top: 180px;
    margin-left: 100px;
}

.banner3 .form-area {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    padding: 30px 50px;
    width: 600px;
}

.banner3 .row {
    margin-right: 0;
    margin-left: 0;
}

.banner3 .form-area {
    position: absolute;
    bottom: -50px;
    left: 100px;
}

.banner3 .form-area .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.banner3 form input,.banner3 form select {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #A2A2A2;
}

.banner3 form input:focus-visible {
    outline: none;
}

.banner3 form ::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    align-items: center;
    letter-spacing: 0.15px;
    color: #A2A2A2;
}

.banner3 form h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #9A292B;
    margin-bottom: 10px;
}

.banner3 form p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #333;
    padding: 20px 0px 10px 0px;
}

.banner3 form a {
    background: #9A292B;
    border-radius: 6px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 25px;
}

.banner3 form a:hover {
    background: #FFFFFF;
    color: #9A292B;
    border: 1px solid #9A292B;
}

.banner3 form .col-lg-6.col-md-6.col-sm-12 input,.banner3 form .col-lg-6.col-md-6.col-sm-12 select{
    width: 95%;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
    font-size: 16px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   font-size: 16px;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   font-size: 16px;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
   font-size: 16px;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #333;
   font-size: 16px;
}

input::placeholder { /* Most modern browsers support this now. */
   color:    #333;
   font-size: 16px;
}


.banner3 form .col-lg-6.col-md-6.col-sm-12 input#state {
    width: 90%;
}
section.university-program table {
    background: #fff;
}
section.university-program table tr {
    border-color: #ccc !important;
}
.university-program {
    background: #F5F5F5;
    padding: 100px 0px  20px 0px;
}
section.university-program table tr {
    border: none;
}
section.university-program table tr td {
    border: 1px solid #ccc;
}
.university-program h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #9A292B;
    margin-bottom: 70px;
}

.university-program .nav-tabs {
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 50px;
}

.university-program .nav-tabs .nav-item {
    margin-right: 150px;
}

/* .university-program .nav-tabs .nav-item.active {
    border-bottom: 2px solid #9A292B;
} */

.university-program .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    border: none;
    padding: 0;
}

.university-program .nav-tabs .nav-link:hover {
    color: #9A292B;
    background: transparent;
    border-bottom: 2px solid #9A292B;
}

.university-program .nav-tabs .nav-link.active {
    color: #9A292B;
    background: transparent;
    border-bottom: 2px solid #9A292B;
}

.university-program .nav-tabs p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #A0A0A0;
}

.program-content {
    display: flex !important;
    margin-bottom: 20px;
}

.program-content .image-area {
    width: 50%;
}

.program-content .image-area img {
    width: 400px;
    height: auto;
}

.program-content .content-area {
    width: 50%;
    margin-left: 10px;
    padding: 10px;
}

.program-content .content-area img {
    margin-bottom: 15px;
}

.program-content .content-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.program-content .content-area h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}

.program-content .content-area a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #9A292B;
    text-decoration: none;
}

.program-content .content-area a:hover {
    color: #858585;
    border-bottom: 1px solid #858585;
}

.program-content .content-area a .bi-arrow-right::before {
    font-weight: 700 !important;
    margin-left: 10px;
}

.colleges h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 157.4%;
    color: #18A5D1;
    margin-bottom: 20px;
}

.colleges ul {
    list-style-type: none;
    padding-left: 0px;
}

.colleges li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

.colleges li a:hover {
    color: #9A292B;
}

.colleges li {
    padding: 10px 0px;
    border-top: 1px solid #C9C9C9;
}

.colleges li:last-child {
    border-bottom: 1px solid #C9C9C9;
}

.links-area {
    background: #FFFFFF;
    padding: 70px 0px;
}

.links-area h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    color: #9A292B;
    margin-bottom: 40px;
}

.links-area a {
    text-decoration: none;
}

.links-area img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.links-area h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    /*    text-align: center;*/
    color: #000000;
    margin-top: 40px;
}
.links-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
/*admission page css end*/

/*academics page css end*/
.banner3 .academics {
    position: absolute;
    top: 150px;
    width: 100%;
}

.banner3 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.banner3 .academics .breadcrumb {
    margin-left: 110px;
}

.banner3 .academics h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 200px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF !important;
}

.breadcrumb-item.active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF !important;
}

.academics-area {
    padding: 70px 0px;
    background: #F5F5F5;
}

.academics-area .choose-path {
    animation-delay: 2s;
}

.academics-area h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 20px;
}

.academics-area h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    border-bottom: 4px solid linear-gradient(#9A292B);
}

.line {
    background-image: linear-gradient(to right, #9A292B, #FFFFFF);
    height: 4px;
}

.academics-area h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    align-items: center;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    color: #9A292B;
    margin-top: 40px;
}

.academics-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}

.academics-area .our-programs {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-top: 70px;
    padding: 70px 30px;
    position: relative;
}



.academics-area .our-programs h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 40px;
}

.academics-area .our-programs .line1 {
    background-image: linear-gradient(to right, #55ACEE, #FFFFFF);
    height: 4px;
    margin-bottom: 40px;
}

.academics-area .academics-program {
    display: flex;
}

.academics-area .our-programs .nav {
    display: block;
    width: 25%;
}

.academics-area .our-programs .tab-content {
    display: block;
    width: 75%;
}

.academics-area .our-programs .nav-tabs {
    background: #F7F7F7;
    padding: 20px 70px 20px 20px;
}

.academics-area .our-programs .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    padding: 5px 0px;
}

.academics-area .our-programs .nav-tabs .nav-link:hover {
    color: #18A5D1;
}

.academics-area .our-programs .nav-tabs .nav-link.active {
    color: #18A5D1;
    border-bottom: 2px solid #18A5D1;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.academics-area .our-programs .engineering-area a {
    background: #9A292B;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 10px 25px;
}

.academics-area .our-programs .engineering-area a:hover {
    background: #FFFFFF;
    color: #9A292B;
    border: 1px solid #9A292B;
}

.academics-area .our-programs .engineering-area:hover {
    margin-top: 0px;
}

/*academics page css end*/
/*civil department page css start*/
.banner3 .civil-area {
    position: absolute;
    top: 150px;
    width: 100%;
}

.banner3 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.banner3 .civil-area .breadcrumb {
    margin-left: 110px;
}

.banner3 .civil-area h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 200px;
}

.civil-area .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF !important;
}

.civil-area .breadcrumb-item a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF !important;
}

.civil-area .breadcrumb-item.active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF !important;
}

.about-departtment {
    background: #F5F5F5;
    padding: 70px 0px;
}

.about-departtment .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.about-departtment .civil-engineering {
    border-top: 2px solid #9A292B;
    margin-top: -150px;
    position: relative;
    background: #FDFDFD;
    padding: 40px 60px;
}

.about-departtment .civil-engineering .header {
    display: flex;
}

.about-departtment .civil-engineering h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.about-departtment .civil-engineering h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #9A292B;
}

.about-departtment .civil-engineering p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}

/* .about-departtment img {
    width: 100%;
    height: auto;
} */

.about-departtment h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.about-departtment h5 span {
    font-weight: 500;
    color: #9A292B;
}

.about-departtment .accordion {
    margin-top: 50px;
}

.about-departtment .accordion-item {
    background: transparent;
    border: none;
}

.about-departtment .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #9A292B !important;
    background: transparent !important;
}

.about-departtment .accordion-button::after {
    background-image: url('../images/plus.svg') !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/dash.svg') !important;
}

.accordion-button:focus {
    border-color: #858585 !important;
    box-shadow: 0 0 0 2px #9A292B !important;
}

.about-departtment .accordion-button {
    border-bottom: 2px solid #DFDFDF;
    background: transparent;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

.department-objective img {
    width: 100%;
    height: auto;
}

.department-objective {
    background: url('../images/objective.jpg');
    width: 100%;
    height: auto;
    padding: 70px 100px;
    background-size: cover;
}

.department-objective .objective {
    margin-left: 20px;
}

.department-objective .objective h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

.department-objective .objective h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

.department-objective .objective li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #FFFFFF;
}

.our-faculty {
    background: #F5F5F5;
    padding: 70px 0px;
}

.our-faculty .faculty {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.our-faculty h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 10px;
}

.our-faculty .line {
    margin-bottom: 30px;
}

.our-faculty .faculty p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
    padding: 40px;
}

.our-faculty .faculty .header {
    background: url(../images/faculty.png);
    border-radius: 4px;
    width: 100%;
    height: auto;
    background-size: cover;
    display: flex;
    padding: 30px 30px 0px 30px;
}

.our-faculty .faculty .header img {
    width: 100px;
    height: auto;
}

.our-faculty .faculty .header .names {
    padding: 0px 20px;
}

.our-faculty .faculty .header .names h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

.our-faculty .faculty .header .names p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 0px;
}

.our-lab {
    background: #F5F5F5;
}

.our-lab h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.our-lab .line {
    margin-bottom: 40px;
}

.our-lab li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
    margin-bottom: 10px;
}

.our-lab p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
    width: 80%;
}

.our-lab img {
    width: 100%;
    height: auto;
}

/*civil department page css end*/

/*alumini page css start*/
.alumini-network {
    background: #F5F5F5;
}

.alumini-network .alumini {
    padding: 40px;
}

.alumini-network .hovereffect {
    height: 80%;
}

.alumini-network .hovereffect .overlay {
    top: 70%;
}

.alumini-network h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #9A292B;
}

.alumini-network .row>* {
    padding-left: 0px;
    padding-right: 0px;
}

.alumini-network p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}
ul.dropdown-menu.dropdown-inner {
    width: 200px !important;
}
.alumini-network li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.alumini-network img {
    width: auto;
    height: 100%;
    cursor: pointer;
}

.alumini-network .alumini-area h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: left;
}

.alumini-network .alumini-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.alumini-network .alumini-area a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    text-decoration: none;
}

.alumini-network .alumini-area a i {
    margin-left: 10px;
}

.alumini-network .alumini-area a .bi-arrow-right::before {
    font-weight: 700 !important;
}

/* .banner3 a {
    margin-left: 130px;
} */

/*alumini page css end*/
/*life on campus page css start*/
.facilities {
    background: #F5F5F5;
    padding: 70px 0px;
}

.facilities .row {
    margin-bottom: 20px;
}

.facilities h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #9A292B;
    margin-bottom: 40px;
}

.facilities img {
    width: 100%;
    height: auto;
}

.facilities h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.facilities p {
    font-family: 'Poppins';
    font-style: normal;
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}

/*life on campus page css end*/

/*contact page css start*/
.contact {
    background: #F5F5F5;
    padding: 70px 0px;
}

.contact h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    color: #000000;
}

.contact form label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    color: #252F40;
}

.contact form input {
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.contact form textarea {
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.contact form a {
    background: #9A292B;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    padding: 5px 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.contact form a:hover {
    color: #9A292B;
    background: #FFFFFF;
    border: 1px solid #9A292B;
}

.contact .contact-area {
    padding-top: 20px;
    padding-left: 50px;
}

.contact .contact-area p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
}

.contact .contact-area p a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.contact .contact-area p a:hover {
    text-decoration: underline;
}

.contact .contact-area span {
    font-weight: 500;
}

.contact .map-container {
    margin-top: 80px;
}

/*contact page css end*/
/*placement page css start*/
.banner3 .placement-area a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 110px;
}

.banner3 .placement-area {
    position: absolute;
    top: 170px;
    width: 100%;
}

.banner3 .placement-area h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 220px;
}

.placements {
    padding: 70px 0px;
}

.placements h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #9A292B;
}

.placements h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.placements p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.highlights {
    background: #F5F5F5;
    padding: 70px 0px 70px 0px;
}
.highlights h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight:700;
    font-size: 30px;
    line-height: 40px;
    color: #9A292B;
    text-align: center;
}
.highlights .highlights-item {
    display: flex;
    margin-top: 50px; 
    align-items: center;
}
.highlights .highlights-item .image-area {
    width: 30%;
}
.highlights .highlights-item .image-area img {
    width: 100%;
    height: auto;
}
.highlights .highlights-item .content-area {
    width: 70%;
    padding: 10px 10px;
}
.highlights .highlights-item h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #9A292B;
    align-items: center;
}
.highlights .highlights-item h6 span {
    color: #000000;
    font-size: 14px;
}
.recruitment {
    background: #F5F5F5;
    padding: 70px 0px 0px 0px;
}

.recruitment h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    color: #9A292B;
    margin-bottom: 40px;
}

.recruitment .nav-tabs {
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 50px;
}

.recruitment .nav-tabs .nav-item {
    margin-right: 80px;
}

.recruitment .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    color: rgba(0, 0, 0, 0.48);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.recruitment .nav-tabs .nav-link:hover {
    color: #9A292B;
    background: transparent;
    border-bottom: 2px solid #9A292B;
}

.recruitment .nav-tabs .nav-link.active {
    color: #9A292B;
    background: transparent;
    border-bottom: 2px solid #9A292B;
}

#graduate-recruiting {
    background: url('../images/placement1.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
    padding-bottom: 20px;
}

#graduate-recruiting .graduate-recruiting {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px 160px 20px 20px;
    padding: 60px 40px;
    margin-top: 400px;
}

#graduate-recruiting .graduate-recruiting h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 157.4%;
    align-items: center;
    color: #9A292B;
    margin-bottom: 20px;
}

#graduate-recruiting .graduate-recruiting p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}

#graduate-recruiting .graduate-recruiting .recruiting-items {
    border-left: 3px solid #9A292B;
    padding-left: 60px;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .header {
    display: flex;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .header img {
    width: 100px;
    height: 100px;
    border: 6px solid #FFFFFF;
    -webkit-backdrop-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    backdrop-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    margin: 10px;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .header .names h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .header .names p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    color: #000000;
}

#graduate-recruiting .graduate-recruiting .recruiting-items a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    text-align: justify;
    text-decoration-line: underline;
    color: #9A292B;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .slick-prev {
    top: 425px;
    left: 450px;
    /* right: 20px; */
}

#graduate-recruiting .graduate-recruiting .recruiting-items .slick-next {
    top: 425px;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .slick-prev:before {
    color: #9A292B !important;
}

#graduate-recruiting .graduate-recruiting .recruiting-items .slick-next:before {
    color: #9A292B !important;
}

.hiring {
    background: #F5F5F5;
    position: relative;
    padding-bottom: 70px;
}

.hiring img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
}

.hiring .content {
    position: absolute;
    top: 100px;
    width: 40%;
    padding-left: 70px;
}

.hiring .content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 157.4%;
    text-align: justify;
    color: #FFFFFF;
}

.hiring .content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
}
section.president-message .row{
    align-items: center;
}
.president-message .message1 {
    padding: 50px 50px 0px 50px;
}

.president-message .message1 h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    align-items: center;
    color: #FFFFFF;
}

.president-message .message1 p {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #FFFFFF;
}

.president-message .sentence1 {
    background: #9A292B;
    padding: 40px 0px 40px 0px;
}

.president-message .sentence1 h4 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.core-team {
    background: #F5F5F5;
    padding: 70px 0px;
}
.core-team h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight:700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #9A292B;
    margin-bottom: 20px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;}
.core-team .team-items .row {
    background: #FBFBFB;
    border-radius: 10px;
}
.core-team .team-items.slick-initialized.slick-slider.slick-dotted {
    padding: 0px 8%;
}
.core-team .image-area img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 13px;
}
.core-team .team-items .team-information {
    padding: 30px 70px;
}
.core-team .team-items .slick-slide {
    margin-right: 0px;
}
.core-team h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.core-team h6 span {
    font-weight: 500;
}
.core-team h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #9A292B;
} 
.core-team ol {
    padding-left: 1rem;
}
.core-team li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}
.core-team .row>* {
    padding-left: 0px;
    padding-right: 0px;
}
.core-team p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.core-team p i {
    color: #9A292B;
    margin-right: 10px;
}
.recruiter {
    padding-top: 70px;
    margin-bottom:70px;
}

.recruiter h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #9A292B;
    margin-bottom: 20px;
}

.recruiter img {
    width: 110px;
    height: auto;
    /*mix-blend-mode: difference;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
    border-radius: 19px;*/
    /*    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);*/
    border-radius: 19px;
}

/*placement page css end*/
/*gallery page css start*/
.header {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 9999;
    position: relative;
}

.header .navbar-brand img {
    width: 100px;
    height: 110px;
}


.header .navbar-collapse {
    flex-grow: 0 !important;
}

.header .navbar-nav .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-left: 15px;
}

.header .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #000000;
}

.header .navbar-nav .nav-link.active {
    border-bottom: 1px solid #000000;
}

.gallery {
    background: #F5F5F5;
    padding: 200px 0px 70px 0px;
    margin-top: -165px;
}

.gallery h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.gallery img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

/*gallery page css end*/

/*career page css start*/


.banner4 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.banner4 .img1 {
    width: 100%;
    height: auto;
}

.banner4 input {
    margin-bottom: 30px;
}

.banner4 input[type=text] {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #C5C5C5;
    border-radius: 8px;
    padding: 5px 20px;
}

.banner4 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}


.banner4 .career h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-top: 220px;
    text-align: center;
}

.banner4 .career p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.banner4 .career .header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

.banner4 .career .header h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}
section.university-program.admissions li.nav-item {
    margin: 0px 30px 0px 0px;
}
.admission-list {
    background: #fff;
    padding: 50px !important;
}
.admission-list h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.admission-list ul li a {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    background-color: #f4f4f4;
    list-style: none;
    padding: 15px 20px;
    width:100%;
    margin-bottom: 10px;
    font-size: 18px;
    background-image: url(../images/right-arrow.svg);
    background-position: 97%;
    background-repeat: no-repeat;
}
.admission-list ul li {
    float: left;
    width: 100%;
    list-style:none;
}
.admission-list ul {
    margin: 0px;
    padding: 0px 0px;
}

.admission-list ul li a:hover {
    background-color: #d2474961;
    text-decoration: underline;
}

.banner4 .follow-us1 {
    padding-right: 100px;
}
section.our-vision.alumini .vision-content {
    width: 65% !important;
}
section.our-vision.alumini .our-vision-items {
    position: relative;
}
section.our-vision.alumini .vision-content h5 {
    text-align: center;
    color: #fff;
}
section.our-vision.alumini {
    background: url(../images/vision.jpg);
    height: auto;
    padding: 0px 0px 100px 0px;
    background-size: 100%;
}
section.our-vision.alumini .vision-content h4 {
    border: none !important;
}
section.our-vision.alumini .vision-content img {
    width: 150px;
    border-radius: 90px;
}
.career-programs {
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 0px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 50px;
}
section.our-vision.alumini .vision-content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 0px;
}
.career {
    margin-top: -80px;
}
.career-programs .header {
    background: #9A292B;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 0px;
}

.career-programs .content {
    padding: 60px 90px;
}

.career-programs .nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: transparent;
    color: #000000;
    padding: 10px 25px;
    border-bottom: 3px solid #D9D9D9;
    margin-right: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.career-programs .nav-tabs .nav-link:hover {
    color: #9A292B;
    border-bottom: 3px solid #9A292B;
}

.career-programs .nav-tabs {
    border: none;
    align-items: center;
    justify-content: center;
}

.career-programs .nav-tabs .nav-link.nav-link.active {
    border-bottom: 3px solid #9A292B;
    color: #9A292B;
    align-items: center;
    justify-content: center;
}

.career-programs .form-check-input:checked {
    background-color: #9A292B !important;
    border-color: #9A292B !important;
}

.career-programs .form-check-input:active {
    filter: brightness(100%);
}

.career-programs .form-check-input:focus {
    box-shadow: none;
}

.career-programs form h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.career-programs form label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: 0.25px;
    color: #000000;
    margin-bottom: 10px;
}

.career-programs form::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    letter-spacing: 0.25px;
    color: #343C44;
}

.career-programs .prev {
    text-align: end;
}

.career-programs .prev a {
    background: #D6D6D6;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #270f0f;
    padding: 10px 20px;
}

.career-programs .next a {
    background: #9A292B;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 10px 40px;
}

.follow-us {
    display: flex;
    float: right;
    margin-top: 50px;
    margin-right: 110px;
    /* position: absolute; */
}

.follow-us img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    /* padding: 20px; */
}

.follow-us img:hover {
    transform: scale(1.2);
}

.follow-us h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin-right: 40px;
    margin-top: 10px;
}

.banner4 #qualifications p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.banner4 #qualifications h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.banner4 #experiences p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.banner4 #experiences h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

/*career page css end*/

/*gallery1 page css start*/
.gallery-items .slick-slide {
    margin-left: 20px;
}

.gallery-items .slick-slide img {
    opacity: 0.2;
    height: 400px;
}

.gallery-items .slick-current img {
    height: 450px;
    opacity: 1;
    padding: -20px 0px;
    margin-top: 0px;
}

.gallery-items .slick-next {
    right: 250px !important;
}

.gallery-items .slick-prev {
    left: 250px !important;
}

.gallery-items .slick-prev:before {
    color: #000000;
}

.gallery-items .slick-next:before {
    color: #000000;
}

/*gallery1 page css end*/

/*mobile responsive code start*/
@media only screen and (max-width: 767px) {
    header .navbar-brand img {
        height: 70px;
        width: auto;
    }
    .highlights .highlights-item .image-area img {
        width: 70%;
        height: auto;
    }
    .highlights .highlights-item {
        display: flex;
        margin-top: 10px;
        align-items: center;
    }
    .placements p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #000000;
    }
    .banner3 .placement-area {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .banner {
        margin-top: 0px;
    }
    .navbar button i {
        color: white;
    }
    .banner .carousel-item img.desktop {
        display: none;
    }
    .banner .carousel-item img.mobile {
        display: block;
    }
    .banner .carousel-item .tagline {
        width: 100%;
        top: unset;
        padding: 10px;
        height: auto;
        display: table;
        left: 0px;
        right: unset;
        padding-right: 20%;
        bottom: 0px;
    }
    .banner .carousel-item img {
        height: auto;
    }
    .carousel-indicators {
        bottom: -10px !important;
    }
    .explore-programs .our-programs .nav-tabs li.nav-item {
        width: 50%;
    }
    footer .popular ul.left-items li {
        width: 50%;
        float: left;
    }
    .icons {
        color: #ffffff;
        padding:10px 20px 10px 0px;
        z-index: 9999;
    }
    .copyright img {
        margin-left: 0px;
    }
    .navbar button i {
        color: #9A292B;
    }
    .banner .carousel-item .tagline .header {
        border-left: 4px solid #F4B402;
        padding-left: 10px;
        padding-bottom:0px;
        margin-bottom: 10px;
    }
    .banner .carousel-item .tagline .content {
        padding-left: 0px;
    }
    .banner .carousel-item .tagline .header p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .team .team-items {
        margin-left: 0px;
    }
    p {
        font-size: 14px !important;
        text-align: unset !important;
    }
    .contact form input,.contact form textarea {
        width: 100%;
    }
    .contact .contact-area {
        padding-top: 20px;
        padding-left: 0px;
    }
    section.banner3.right-form .admission {
        left: 0%;
        right: unset !important;
    }
    .alumini-network li {
        font-size: 14px !important;
        text-align: unset !important;}
    .core-team .team-items.slick-initialized.slick-slider.slick-dotted {
        padding: 0px 0%;
    }
    section.our-vision.alumini .vision-content {
        width: 100% !important;
    }
    section.university-program.admissions .programs div#ug img {
        width: 100%;
        margin-bottom: 20px;
    }
    .alumini-network .alumini {
        padding: 20px;
    }
    .core-team li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 30px;
        text-align: left;
        color: #000000;
    }
    .core-team .team-items .team-information {
        padding: 20px;
    }
    .core-team h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        color: #9A292B;
        margin-bottom: 20px;
    }
    .about-us {
        margin-top: 0px;
    }
    .president-message .president-name {
        top: unset !important;
        bottom: -10px;
        position: relative;
        left: 0px;
        padding-left: 30px;
    }
    .banner3 {
        margin-top: 0px;
        position: relative;
    }
    .dropdown-menu li a {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        padding: 10px 20px;
        white-space: unset;
    }
    .statistics-main .left-content {
        width: 100%;
        float: left;
    }
    div#chart_div {
        width: 100% !important;
        height: auto !important;
        overflow-y: scroll;
    }
    .statistics-main .right-content {
        width: 100%;
        float: left;
    }
    .statistics-main .right-content .card-columns {
        display: inline-block;
        margin-top: 10px;
        width: 100%;
        margin: 10px auto !important;
    }
    .statistics-main .right-content .card {
        width: 48% !important;
        float: left !important;
        margin-right: 1% !important;
        margin-left: 1%;
        height: 100px;
        margin-bottom: 5px;
    }
    .navbar-toggler {
        font-size: 3.25rem !important;
    }
    .about-us .about-content {
        padding: 20px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .president-message .image-area.wow.animate__.animate__fadeInLeft.animated {
        position: relative;
    }
    .navbar-expand-md .navbar-nav li {
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    .navbar-expand-md .navbar-nav {
        display: block;
        float: left;
        text-align: center;
        width: 100%;
    }
    .banner .carousel-item .tagline .header h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
        font-weight: bold;
    }
    .banner .carousel-item .tagline .content p {
        font-size: 12px;
        line-height:16px;
        text-align: left;
    }
    .banner .carousel-item .tagline .content a {
        font-size: 12px;
        line-height: 22px;
        padding: 5px 10px;
    }

    .banner .carousel-item .tagline .content a i {
        font-size: 12px;
        margin-left: 5px;
    }

    .placement-news-area .image-area {
        width: 15%;
    }

    .placement-news-area .placement-news-items {
        width: 60%;
    }

    .placement-news-area .btn-area {
        width: 25%;
    }

    .placement-news a {
        font-size: 12px;
        line-height: 22px;
        display: block;
        text-align: center;
    }

    .why-choose h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .why-choose .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .why-choose .choose {
        flex-wrap: wrap;
    }

    .why-choose .why-trinity {
        width: 33%;
        margin: 0px;
    }

    .why-choose .why-trinity .image-area {
        width: 70px;
        height: 70px;
    }
    .why-choose .why-trinity p span {
        font-size: 14px;
    }
    .why-choose .why-trinity .image-area img {
        padding-top: 20px;
        width: 30px;
        height: auto;
    }
    .news-events h2 {
        font-size: 25px;
    }
    .why-choose .why-trinity p {
        font-size: 11px;
    }
    .news-events {
        margin: 40px 0px;
    }

    .news-events h2 {
        margin-bottom: 30px;
    }

    .news-events h4 {
        font-size: 18px;
        line-height: 28px;
        padding: 5px;
        margin-top: 10px;
    }

    .college-update-items .college-content {
        padding: 20px 10px;
    }

    .college-update-items .college-content h6 {
        margin-bottom: 0px;
    }

    .hovereffect p {
        font-size: 14px;
        line-height: 24px;
    }

    .carousel-inner .upcoming-event {
        margin-bottom: 10px;
    }

    .latest-news-content .image-area {
        width: 40%;
    }

    .latest-news-content .content-area {
        width: 60%;
        margin-left: 20px;
    }

    .explore-programs {
        padding: 30px 0px 30px 0px;
    }

    .explore-programs .our-programs {
        padding: 20px 20px 20px 20px;
    }
    .tab-content .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .explore-programs .our-programs h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .explore-programs .our-programs .nav {
        flex-wrap: wrap;
    }

    .explore-programs .our-programs .nav-tabs {
        margin-bottom: 0px;
    }

    .explore-programs .our-programs .nav-tabs .nav-link {
        margin-top: 5px;
        font-size: 10px;
        line-height: 22px;
        padding: 5px 12px;
    }

    .explore-programs .our-programs .row>* {
        width: 100%;
    }
    .engineering-area h6 {
        font-size: 18px;
    }
    .engineering-area {
        padding: 20px;
    }

    .engineering-area img {
        width: 70px;
        height: 40px;
    }
    .engineering-area h6 {
        height: 40px;
    }
    .engineering-area p {
        padding: 3px 8px;
        display: inline-block;
        width: 90px;
        font-size: 12px;
        line-height: 22px;
    }

    .explore-programs .follow-us {
        margin-top: 20px;
        margin-right: 0px;
    }
    .why {
        padding: 30px 0px;
    }
    .why-kjei {
        margin-top: 10px;
    }
    .why .color-area {
        padding: 10px 20px;
    }
    .why .color-area h4 {
        font-size: 20px;
        line-height: 30px;
        width: 70%;
    }
    .why .color-area .border {
        height: 2px;
        width: 80px;
        margin-top: 5px;
    }
    .why .color-area a {
        width: 30%;
        font-size: 12px;
        line-height: 22px;
        height: 35px;
        padding: 5px 10px;
    }
    footer .row {
        padding: 30px 0px;
    }
    footer .popular {
        width: 100%;
        margin-right: 0px;
    }

    footer h6 {
        font-size: 16px;
        line-height: 26px;
    }

    footer li {
        margin: 5px 0px;
    }

    footer li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .resources {
        width: 50%;
        margin-right: 0px;
    }

    footer .quick-links {
        width: 70%;
        margin-right: 0px;
    }

    footer .contact-details {
        width: 100%;
        text-align: left;
    }

    footer .contact-items li {
        font-size: 14px;
        line-height: 24px;
    }

    footer .contact-details a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .contact-items {
        margin-left: 0px;
    }

    /*life on campus page responsive start*/
    .banner3 {
        background-color: transparent;
    }
    .banner3 .admission h2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: -40px;
        margin-left: 10px;
    }
    .banner3 img {
        height: auto;
    }

    .banner3 .placement-area a {
        font-size: 16px;
        line-height: 26px;
        margin-left: 20px;
    }
    .banner3 .placement-area h3 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
        color: unset;
    }

    .facilities {
        padding: 40px 0px;
    }

    .facilities h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    /*life on campus page responsive end*/
    /*placement page responsive start*/
    .placements {
        padding: 20px 0px;
    }

    .placements h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .placements h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .placements ul {
        margin-bottom: 0px;
    }

    .placements li {
        font-size: 14px;
        line-height: 24px;
    }

    .recruitment {
        padding: 20px 0px;
    }

    .recruitment h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .recruitment .nav-tabs .nav-item {
        margin-right: 40px;
        margin-bottom: 5px;
    }

    .recruitment .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 26px;
        padding: 5px;
    }

    .recruitment .nav-tabs {
        border-bottom: none;
        margin-bottom: 30px;
    }

    #graduate-recruiting .graduate-recruiting {
        border-radius: 20px 120px 20px 20px;
        padding: 30px 30px 50px 30px;
        margin-top: 100px;
    }

    #graduate-recruiting .graduate-recruiting h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #graduate-recruiting .graduate-recruiting p {
        font-size: 14px;
        line-height: 24px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items {
        padding-left: 30px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items .header img {
        width: 80px;
        height: 80px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items .header .names h6 {
        font-size: 18px;
        line-height: 28p;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items .header .names p {
        font-size: 14px;
        line-height: 24px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items a {
        font-size: 18px;
        line-height: 30px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items .slick-prev {
        top: 320px;
        left: 300px;
    }

    #graduate-recruiting .graduate-recruiting .recruiting-items .slick-next {
        top: 320px;
        right: 20px;
    }

    .hiring {
        padding-bottom: 20px;
    }

    .hiring img {
        height: 200px;
    }

    .hiring .content {
        top: 40px;
        width: 90%;
        padding-left: 20px;
    }

    .hiring .content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .hiring .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .president-message .president-name {
        top: 350px;
    }

    .president-message .president-name h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .president-message .president-name p {
        font-size: 14px;
        line-height: 24px;
    }

    .president-message .message1 {
        padding: 20px 30px;
    }

    .president-message .message1 h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .president-message .message1 p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .president-message .sentence1 {
        margin-top: 0px;
        padding: 30px 20px 30px 20px;
    }

    .president-message .sentence1 h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .recruiter {
        padding-top: 20px;
    }

    .recruiter h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .recruiter .col-sm-6.col-md-2.col-lg-2.animate__.animate__fadeInUp {
        width: 33.33%;
    }

    .recruiter img {
        width: 140px;
    }

    /*placement page responsive end*/
    /*about-us page responsive start*/
    .banner1 .carousel-item {
        height: 600px;
    }

    .banner1 .carousel-item img {
        height: 600px;
    }

    .banner1 .carousel-item .tagline {
        width: 380px;
        top: 200px;
        padding: 20px;
    }

    .banner1 .carousel-item .tagline .header {
        border-left: 4px solid #F4B402;
        padding-left: 30px;
        padding-bottom: 10px;
    }

    .banner1 .carousel-item .tagline .header p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .banner1 .carousel-item .tagline .header h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .banner1 .carousel-item .tagline .content a {
        font-size: 14px;
        line-height: 24px;
        padding: 7px 15px;
    }

    .banner1 .carousel-item .tagline .content a i {
        font-size: 15px;
        margin-left: 5px;
    }

    /*    .about-us {
            padding: 20px 20px 40px 20px;
        }*/
    .about-us .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-us .img1 {
        height: auto;
    }

    .about-us .about-content h6 {
        font-size: 25px;
        line-height: 35px;
    }
    .about-us .col-sm-6.col-md-3.col-lg-3.wow.animate__.animate__fadeInRight.animated {
        width: 50%;
    }
    .our-vision-items {
        margin-top: 0px!important;
    }
    .our-vision img {
        height: 50vh;
    }
    .our-vision .our-vision-items .vision .vision-content {
        width: 80%;
    }
    .our-vision .vision h4 {
        font-size: 20px;
        line-height: 30px;
        width: 60%;
        padding: 20px 0px 0px;
    }
    .our-vision .our-vision-items {
        top: 20px;
    }
    .president-message .message {
        padding: 30px 30px;
    }

    .president-message .message h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .president-message .message p {
        font-size: 14px;
        line-height: 24px;
    }

    .president-message .sentence {
        padding: 40px 20px 40px 20px;
        margin-top: 0px;
    }

    .president-message .sentence h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .team {
        padding: 20px 0px;
    }

    .team h2 {
        font-size: 20px;
        line-height: 30px;

    }

    .team .slick-prev {
        margin-top: 240px;
        left: 100px;
    }

    .team .slick-next {
        bottom: -52px !important;
        right: 200px;
    }

    .team .team-member h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .team .team-member h6 span {
        font-size: 16px;
        line-height: 26px;
    }

    .team .team-member p {
        font-size: 14px;
        line-height: 24px;
    }

    .team .team-member a {
        font-size: 14px;
        line-height: 24px;
    }

    .our-vision .col-sm-12.col-md-6.col-lg-6.wow.animate__.animate__fadeInLeft.animated {
        width: 50%;
    }

    /*    .our-vision .vision {
            padding: 40px;
        }*/

    .our-vision .vision h6 {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
    }

    .our-vision .vision p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin: 0;
        padding-top: 20px;

    }
    .slick-dots li button:before {
        font-size: 6px!important;
    }
    /*    .our-vision .slick-dots {
            bottom: 30px !important;
        }*/

    /*about-us page responsive end*/
    .follow-us1 {
        padding: 40px 0px 20px 0px;
    }

    .follow-us1 .follow h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .follow-us1 .follow img {
        width: 30px;
        height: 30px;
    }

    .banner3 .civil-area .breadcrumb {
        margin-left: 20px;
    }

    .civil-area .breadcrumb-item a {
        font-size: 18px;
        line-height: 28px;
    }

    .banner3 .civil-area h3 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 150px;
    }

    .academics-area {
        padding: 40px 0px 0px 0px;
    }

    .academics-area h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .academics-area h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .academics-area h5 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
    }

    .academics-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .academics-area .our-programs {
        margin-top: 30px;
    }

    .academics-area .our-programs h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .academics-area .our-programs .nav {
        width: 30%;
    }

    .academics-area .our-programs .nav-tabs {
        padding: 10px;
    }

    .academics-area h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .academics-area .our-programs .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 24px;
    }

    .academics-area .our-programs .tab-content {
        width: 70%;
    }

    .academics-area .our-programs .col-sm-6.col-md-4.col-lg-4.wow.animate__.animate__fadeInUp {
        width: 50%;
    }

    .academics-area .our-programs .engineering-area a {
        font-size: 11px;
        line-height: 22px;
        padding: 5px 5px;
    }

    .academics-area .our-programs::after {
        top: -32px;
        right: 0px;
        height: 180px;
    }
    .banner3 .form-area {
        padding: 30px 30px;
        width: 90%;
        margin: 30px auto 0px auto;
        left: 0px;
        position: relative;
        bottom: 0px;
    }
    .banner3 form .col-lg-6.col-md-6.col-sm-12 {
        width: 100%;
    }
    /*admission page responsive start */
  
    .banner3 .admission {
        top: 150px;
        left: 20px;
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px !important;
    }

    .banner3 .admission a {
        font-size: 18px;
        line-height: 28px;
    }


    .banner3 form h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .banner3 form .col-lg-6.col-md-6.col-sm-12 input, .banner3 form .col-lg-6.col-md-6.col-sm-12 select {
        width: 100%;
    }
    .banner3 form input {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .banner3 form .col-lg-6.col-md-6.col-sm-12 input#state {
        width: 100%;
    }

    .university-program {
        padding: 40px 0px;
    }

    .university-program h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .university-program .nav-tabs {
        margin-bottom: 20px;
        border-bottom: none;
    }
    .admission-list {
        background: #fff;
        padding: 20px !important;
    }
    .admission-list ul li a {
        color: #000;
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        background-color: #f4f4f4;
        list-style: none;
        padding: 15px 40px 15px 20px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
        background-image: url(../images/right-arrow.svg);
        background-position: 94%;
        background-repeat: no-repeat;
        background-size: 20px;
    }
    section.university-program.admissions li.nav-item {
        margin: 0px 0px 0px 0px;
        width: 100%;
        padding: 10px 0px;
        background: #fff;
        padding: 10px 20px;
    }

    .university-program .nav-tabs .nav-link {
        font-size: 18px;
        line-height: 28px;
    }

    .university-program .nav-tabs p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    /*admission page responsive end */
}