.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    top: 54%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #ed2024;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 52px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}
.items-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel.items-carousel .owl-nav button.owl-next, .owl-carousel.items-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #304e8f;
    margin: 0 3px;
}

.items-carousel .owl-nav .owl-prev i, .items-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #ffffff;
    line-height: 36px;
}


footer .col-md-9 {
    border-left: 1px solid #343b45;
}

footer .col-md-9 .row.adrsrow .col-md-4+.col-md-4 {
    border-left: 1px solid #343b45;
}
.quicklinksrow {
    padding-top: 40px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 50px;
}
.quicklinksrow:after {
    position: absolute;
    content: "";
    width: 400%;
    height: 1px;
    background-color: #343b45;
    top: 0;
    left: 0;
}


.address-icn-bx {
    padding: 40px 0px 40px 50px;
    position: relative;
    margin: 0;
}

.address-icn-bx i {
    position: absolute;
    left: 0px;
    font-size: 29px;
    top: 42px;
    color: #df1c0a;
    /* background: #8e312c; */
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.address-icn-bx p {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    color: #b8c5d3 !important;
}

.address-icn-bx a {
    color: #fff;
    display: block;
}

.footer-item {
    margin-top: 0px;
}
.f-item.about
{
    padding-top: 50px;
}
.title2
{
    font-weight: 700;
    font-size: 31px;
    margin: 0 0 50px;
}
.admissionbx
{
    background: #304e8f;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}
.admissionbx h3
{
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
}
.admissionbx p
{
    color: #FFF;
}
.admissionbx a
{
    display: inline-block;
    background: #ed1f24;
    color: #FFF;
    padding: 10px 40px;
}
.sub-title-1 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(12 12 12);
    font-size: 32px;
}
.sub-title-1::before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100px;
    height: 3px;
    background-color: rgb(237 32 36);
}

.background-img-center {
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.background-img-center:hover {
    background-size: 150%
}

.img-wrapper {
    min-height: 260px;
    margin-bottom: 40px;
    border-radius: 5px
}

.img-wrapper .overlay-2 {
    visibility: hidden;
    opacity: 0;
    display: none;
    border-radius: 5px
}

.img-wrapper:hover .overlay-2 {
    visibility: visible;
    display: block;
    opacity: 1
}

.img-wrapper .overlay-2 a i {
    padding-left: 6px
}

.btn-primary {
    background-color: rgb(237 32 36);
    color: #fff;
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(193,0,0,.5)
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(193,0,0);
    border-color: rgb(193,0,0)
}

.btn-primary:hover {
    cursor: pointer;
    background-color: #fff;
    color: rgb(193,0,0);
    border-color: rgb(193,0,0)
}

.gallery-img {
    margin-bottom: 30px
}

.gallery-img a {
    text-align: center;
    overflow: hidden;
    transition: transform 0.4s
}

.gallery-img a:hover {
    transform: scale(1.1)
}

.overlay-2 {
    position: absolute;
    content: '';
    top: 20px;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    background-color: rgb(48 67 106 / 55%);
}

.overlay-3 {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,21,21,.21)
}

.table-borderless th,.table-borderless td {
    border-top: 1px solid transparent
}

 .download-btn {
        display: inline-block;
        padding: 10px 24px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 30px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    }

    /* Rank List Button */
    .download-btn.rank {
        background: linear-gradient(45deg, #28a745, #34d058);
        color: #fff;
    }
    .download-btn.rank:hover {
        background: linear-gradient(45deg, #218838, #28a745);
        transform: translateY(-2px);
        box-shadow: 0px 6px 14px rgba(0,0,0,0.2);
    }

    /* First Allotment Button */
    .download-btn.allotment {
        background: linear-gradient(45deg, #007bff, #3399ff);
        color: #fff;
    }
    .download-btn.allotment:hover {
        background: linear-gradient(45deg, #0056b3, #007bff);
        transform: translateY(-2px);
        box-shadow: 0px 6px 14px rgba(0,0,0,0.2);
    }

@media (max-width: 575.98px) {
    .table {
        font-size:12px
    }
}

.table-striped thead tr {
    background-color: rgb(193,0,0);
    color: #fff
}
.table>:not(:first-child) {
    border-top: none;
}
.sub-title-2
{
    font-size: 21px;
    color: #304e8f;
    font-weight: 600;
    margin: 0 0 0;
    padding: 0 0 10px !important;
}

.mgnt-img-wrapper-2 {
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 19px 20px 25px;
    background-color: rgb(248 248 248);
    text-align: center
}

.mgnt-img-wrapper-2 h3 {
    font-size: 18px;
    margin: 10px 0 9px
}

.mgnt-img-wrapper-2 h4 {
    font-size: 13px;
    margin: 10px 0 9px
}

.mgnt-img-wrapper-2 a {
    display: inline-block
}

.mgnt-img-wrapper-2 .overlay-2 {
    visibility: hidden;
    opacity: 0;
    display: none;
    border-radius: 5px
}

.mgnt-img-wrapper-2:hover .overlay-2 {
    visibility: visible;
    display: block;
    opacity: 1
}

.mgnt-img-wrapper-2 .overlay-2 a i {
    padding-left: 6px
}

.faculty-dp {
    max-width: 260px;
    height: 260px;
    margin-bottom: 70px
}
.download-bx
{
    border: 1px solid #CCC;
    padding: 30px;
    margin: 0 0 30px;
}
.download-bx h4
{
    font-size: 27px;
}
.download-bx h4 span
{
    display: block;
    font-size: 13px;
    background: #e5e5e5;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 3px;
}
.download-bx p
{
    
}

.newslist {
    padding: 0
}

.newslist li {
    margin: 0 0 30px
}

.read-more-btn {
    font-size: 14px;
    border-radius: 0;
    background: #c10000;
    position: relative;
    color: #fff;
    z-index: 5;
    padding: 10px 20px!important;
    margin-top: 0;
    display: inline-block;
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out
}

.read-more-btn::before {
    z-index: -1;
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    opacity: 0;
    left: 0;
    top: 0;
    background-color: rgb(193,0,0);
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out
}

.read-more-btn:hover::before {
    width: 100%;
    opacity: 1
}

.read-more-btn:hover {
    color: #fff
}

.view-detail-btn {
    max-width: 122px;
    margin: 0 auto
}

.para-img
{
    width:345px;
    float:left;
    margin-right:30px;
}
.admsnbtn
{
    position: fixed;
    z-index: 999;
    left: -59px;
    top: 60%;
    background: #df1c0a;
    display: block;
    padding: 10px 20px;
    color: #FFF;
    transform: rotate(270deg);
}
.admsnbtn:hover
{
    color: #FFF;
}


.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}

.wtspbtn
{
	border: 1px solid #5eac23;
	color: #5eac23 !important;
	padding: 14px 19px 14px 47px;
	font-size: 24px;
	border-radius: 50px;
	display: inline-block;
	margin: 5px 0 10px;
	font-weight: 500;
	position: relative;
	letter-spacing: 3px;
}
.wtspbtn i {
    display: inline-block;
    margin: 0 6px 0 0;
    position: absolute;
    left: 18px;
    top: 14px;
}
.intro-popup .modal-content {
    position: relative;
    text-align: center;
    padding: 20px 10px
}

.intro-popup h3 {
    font-size: 19px;
    text-align: center;
    margin: 30px 0 5px;
}

.intro-popup .modal-content img {
    width: 100%
}

.intro-popup .btn-close {
    position: absolute;
    z-index: 999;
    right: 4px;
    top: -10px;
    font-size: 20px;
    opacity: 1;
    color: #000;
    border: none;
    box-shadow: none
}

.modal {
    z-index: 99999999
}

.modal-backdrop {
    z-index: 9999
}

.popup-content {
    padding: 30px
}

.popup-content h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600
}

.popup-content h3 {
    font-size: 22px;
    color: #178e41
}

.popup-content h4 {
    font-size: 18px;
    font-weight: 600
}

.popup-content p {
    font-size: 14px
}

.popup-content h4 p {
    font-size: 14px;
    font-weight: 300
}

.popup-content a {
    color: #d82e2e
}
@media(max-width:992px)
{
    .para-img
    {
        width:280px;
    }
}
@media(max-width:720px)
{
    .para-img
    {
        width:100%;
        float:none;
        margin-right:0px;
        margin-bottom:30px;
    }
}


@media (max-width:992px)
{
    .quicklinksrow {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 50px;
}
    .address-icn-bx i {
    top: 0;
}
    .address-icn-bx {
    padding: 0px 0px 0px 57px;
    margin: 19px 0 0;
}
    .quicklinksrow:after {
    display: none;
        
}
    footer .col-md-9 .row.adrsrow .col-md-4+.col-md-4 {
    border: none;
}

footer .col-md-9 {
    border: none;
}

    nav.navbar.validnavs.navbar-fixed .logo {
        width: 250px;
        max-width: initial;
}
    .services-style-one img {
    width: 43px;
}
    .services-style-one h4 a {
    font-size: 17px;
}
    .footer-item {
    margin-top: 0px;
}
    .footer-color-btns {
    margin: 20px 0px 0px;
}
    .poweredby {
    text-align: center;
}
    footer .widget-title {
    margin-bottom: 10px;
}
    .f-item
    {
        margin-top: 30px;
    }
    .owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
}
    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    line-height: 36px;
}
    .main-slider .owl-nav {
    top: 40%;
}
}