<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background-color: #fff; color: #333; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; margin: 0px; padding: 0px;}
html{scroll-behavior:smooth;}


a{
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000;
}
a:hover {
    text-decoration: none !important;
}
a:focus{outline: none;}
input:focus, textarea:focus-visible{outline: none !important; box-shadow: none !important;}

header {
    padding: 20px 0px;
    transition-duration: 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header.header-scroll{
    box-shadow: 0px 0px 10px #00000033;
    background-color: #183e65;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px;
}
.logo-wrapper img{
    max-height: 70px;
    transition-duration: 0.3s;
}
header.header-scroll .logo-wrapper img{
    max-height: 50px;
}
.banner-section{
    position: relative;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.banner-bg::after{
    background-image: linear-gradient(to right, #183e65, transparent );
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-block {
    display: block;
    position: relative;
    padding-top: 100px;
}
.banner-content {
    color: #fff;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.banner-content h5{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0px;
    text-shadow: 3px 3px 5px #00000099;
}
.banner-content h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 30px;
    text-shadow: 3px 3px 5px #00000099;
}
.banner-content h2 span{
    display: block;
    font-size: 24px;
    font-weight: 500;
}
.banner-content img{
    max-height: 180px;
}
.banner-form-block {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banner-form {
    padding: 30px;
    background-color: #ffc400;
    box-shadow: 15px 15px 15px #00000066;
}
.banner-form-title{
    font-weight: 700;
    margin-bottom: 20px;
}
.cus-btn, a.cus-btn, button.cus-btn{
    border: none;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
}
.btn-blue{
    background-color: #183e65;
    color: #fff;
}
.btn-yellow{
    background-color: #ffc400;
    color: #000;
}
.cus-btn::after{
    content: "";
    background-color: #000;
    height: 200px;
    width: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-88%) translateY(-25%) rotate(45deg);
    transform: translateX(-88%) translateY(-25%) rotate(45deg);
    opacity: .15;
}
.cus-btn:hover:after{
    -webkit-transform: translateX(-9%) translateY(-18%) rotate(45deg);
    transform: translateX(-6%) translateY(-18%) rotate(45deg);
    height: 604%;
    width: 300px;
    left: 43px;
    border-radius: 100%;
}
.about-section {
    padding: 80px 0px;
}
.about-img-block {
    padding: 50px 0px 50px 50px;
    position: relative;
}
.about-img-block::before{
    content: "";
    display: block;
    height: 100%;
    width: 80%;
    border: 10px solid #183e65;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    transition-duration: 0.3s;
}
.about-img-block:hover::before{
    border: 15px solid #ffc400;
}
.about-img{
    position: relative;
}
.about-img img{
    width: 100%;
    box-shadow: 0px 0px 10px #00000033;
    transition-duration: 0.5s;
}
.about-img-block:hover .about-img img{
    box-shadow: 0px 0px 20px #00000033;
}
.about-content{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 40px;
}
.about-content-item{
    margin: 20px 0px;
}
.about-content-item img{
    width: 100%;
}
.edge-section{
    padding: 80px 0px;
    position: relative;
}
.edge-bg{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.edge-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.edge-bg::before{
    position: absolute;
    content: "";
    background-color: #183e65;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
}
.edge-bg::after{
    position: absolute;
    content: "";
    background-color: #fff;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 0;
}
.edge-block {
    display: block;
    position: relative;
}
.heading-block {
    display: block;
    margin-bottom: 30px;
}
.heading-center{
    text-align: center;
}
.heading-block h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.heading-block h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.heading-block h5 span{
    font-size: 16px;
    font-weight: 400;
}
.heading-block h2::before, .heading-block h5::before{
    content: "";
    position: absolute;
    width: 50px;
    background-color: #ffc400;
    height: 3px;
    bottom: 0;
    left: 0;
}
.heading-light h2, .heading-light h5{
    color: #fff;
}
.heading-dark h2, .heading-dark h5{
    color: #333;
}
.heading-dark h5 span{
    color: #666;
}


.edge-list {
    margin-top: 50px;
    display: flex;
}
.edge-item{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 20px;
    color: #666;
    transition-duration: 0.3s;
    flex-grow: 1;
    width: 20%;
    margin: 0px 5px;
}
.edge-item:hover{
    background-color: #183e65;
    color: #fff;
    border: 1px solid #183e65;
}
.edge-item-icon{
    margin-bottom: 20px;
    text-align: center;
    font-size: 44px;
    color: #ffc400;
}
.edge-item p{
    margin-bottom: 0px;
}
.placement-section{
    padding: 80px 0px;
    background-color: #f4f6f9;
}
.placement-content{
    margin-bottom: 30px;
}
.placement-logo{
    box-shadow: 0px  0px 10px #00000033;
}
.placement-block .item{
    padding: 10px;
}
.placement-points {
    display: flex;
    margin-top: 20px;
    border: 1px solid #183e65;
}
.placement-point-item{
    padding: 20px;
    width: 33.33%;
    border-right: 1px solid #183e65;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
}
.placement-point-item:hover{
    background-color: #183e65;
    color: #fff;
}
.placement-point-item p{
    margin-bottom: 0px;
}
.placement-point-item:last-child{
    border: none;
}
.university-section{
    padding: 80px 0px;
}
.university-img-block{
    height: 100%;
    position: relative;
}
.university-img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.university-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.university-content{
    background-color: #183e65;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.program-section{
    background-color: #f4f6f9;
    padding: 80px 0px;
}
.program-list {
    padding-top: 20px;
}
.program-item{
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000033;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.3s;
}
.program-item span{
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    transition-duration: 0.3s;
}
.program-item:hover{
    background-color: #183e65;
    color: #fff;
}
.program-item:hover span{
    color: #fff;
}
.gallery-section{
    padding: 80px 0px;
}
.gallery-list {
    display: flex;
    flex-wrap: wrap;
}
.gallery-list .example-image-link {
    width: 100%;
    height: 220px;
    display: block;
    position: relative;
}
.gallery-list .example-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-list .example-image-link::before{
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s;
}
.gallery-list .example-image-link:hover::before{
    opacity: 1;
    transform: scale(1);
}
.gallery-list .example-image-link::after{
    position: absolute;
    content: "";
    background-color: #183e65;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition-duration: 0.3s;
    z-index: 0;
}
.gallery-list .example-image-link:hover::after{
    opacity: 0.6;
}
.gallery-list .owl-prev, .gallery-list .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #183e65 !important;
    box-shadow: 0px 0px 10px #00000066;
    transition-duration: 0.3s;
}
.gallery-list .owl-prev{
    left: -20px;
}
.gallery-list .owl-next{
    right: -20px;
}
.gallery-list .owl-prev:hover, .gallery-list .owl-next:hover{
    background-color: #183e65 !important;
    color: #fff !important;
}
footer{
    background-color: #183e65;
    color: #fff;
    padding: 50px 0px;
}
.footer-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
}
.footer-icon{
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffc400;
}
.footer-block p{
    margin-bottom: 0px;
}
.footer-block p a{
    color: #fff;
    transition-duration: 0.3s;
}
.footer-block p a:hover{
    color: #ffc400;
}
.leader-section{
    padding: 80px 0px;
    background-color: #f4f6f9;
}
.leader-content{
    margin-bottom: 30px;
}
.leader-item {
    position: relative;
}
.leader-detail{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
}
.leader-detail h6{
    font-weight: 600;
    margin-bottom: 5px;
}
.leader-detail p{
    margin-bottom: 0px;
    font-size: 12px;
}
.leader-slider .owl-dots{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}
.leader-slider .owl-dot{
    border: 1px solid #183e65 !important;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    transition-duration: 0.3s;
}
.leader-slider .owl-dot.active{
    width: 20px;
    background-color: #183e65;
}
.faculty-section{
    padding: 60px 0px;
    background-color: #f4f0e8;
    position: relative;
}
.faculty-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.faculty-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.faculty-block{
    position: relative;
    z-index: 1;
}
.faculty-content{
    background-color: #183e65;
    color: #fff;
    padding: 40px;
    box-shadow: 20px 20px 20px #00000033;
}
.faculty-card{
    background-color: #fff;
    color: #666;
    padding: 30px;
    font-size: 28px;
    text-transform: uppercase;
}
.faculty-card p{
    margin-bottom: 0px;
}
.faculty-card p span{
    color: #183e65;
    font-weight: 700;
}
.special-section{
    padding: 80px 0px;
}
.special-list{
    display: flex;
    margin: 0px -10px;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.special-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24.3%;
    border: 1px solid #183e65;
    text-align: center;
    padding: 20px;
    transition-duration: 0.3s;
}
.special-icon{
    font-size: 30px;
    color: #183e65;
    margin-bottom: 10px;
}
.special-detail{
    line-height: 18px;
}
.special-item:hover{
    background-color: #183e65;
    color: #fff;
}
.special-item:hover .special-icon{
    color: #ffc400;
}
.banner-mob{display: none;}
.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    height: 100%;
    align-items: center;
}
.footer-social a{
    color: #ffc400;
    font-size: 24px;
    transition-duration: 0.3s;
}
.footer-social a:hover{
    color: #fff;
}





/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
	
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
    .special-list{flex-wrap: wrap;}
    .special-item{width: 100%;margin-bottom:20px ;}
    .placement-points{flex-wrap: wrap;}
    .placement-point-item{width: 100%; border-right: none; border-bottom: 1px solid #183e65;}
    .heading-center h2::before{left: 50%; transform: translateX(-50%);}
    .edge-list{flex-wrap:wrap;}
    .edge-item{width: 100%; margin-bottom: 20px;}
    .banner-desk{display: none;}
    .banner-mob{display: block;}





}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {

}</pre></body></html>