.list-inline-item:not(:last-child) {
 
    margin-top: 0.5rem;
}
@media only screen and (max-width: 1100px) {
    #wrapper {
         margin-top: 0px !important;
    }
}
@media screen and (max-width: 992px) {
    .footer-social li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .footer-social li a {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .footer-social li a {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
/* Modern CSS Variables */
:root {
    --primary-blue: #B51F83;
    --secondary-blue: #4c15239c;
    --accent-red: #dc3545;
    --text-dark: #333;
    --light-gray: #f8f9fa;
    --pure-white: #ffffff;
    --border-radius: 6px;
    --transition: all 0.3s ease;
}

.custom-mz {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #6d6e71;
}
@media screen and (min-width: 769px) {
    .linkNavLogo img

{
    max-width: 62%;
}
}
    @media (max-width: 768px) {
        .linkNavLogo img {
            max-width: 62%;
        }

        #wrapper {
            margin-top: 70px !important;
        }

        #mobile-nav-logo img {
            height: 60%;
        }

        .leo {
            padding-left: 0 !important;
        }

        .alumni-box-inner-box {
            padding: 30px 50px !important;
        }

        .background-video-container {
            height: auto !important;
        }

        .custom-ab {
            justify-content: center;
        }

        .custom-mz {
            font-size: 22px !important;
            font-weight: 700;
        }

        .social-sahre {
            top: 0 !important;
            position: relative !important;
            z-index: 0 !important;
        }

        #timetable td:nth-child(2),
        #timetable th:nth-child(2) {
            display: none;
        }

        #timetable td:nth-child(3),
        #timetable th:nth-child(3) {
            display: none;
        }

        #timetable td:nth-child(4),
        #timetable th:nth-child(4) {
            display: none;
        }
    }

    .social-sahre {
    position: fixed;
    top: 10.7em;
    right: 0;
    z-index: 98;
}

    .social-sahre ul {
        padding: 0;
        width: 100px;
        height: 100px;
        background-color: #B51F83;
        border-radius: 50%;
    }

.applynow {
    display: inline-block;
    padding: 10px 20px;
    background-color: #B51F83; /* Blue background */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .applynow:hover {
        background-color: #B51F83; /* Darker blue on hover */
        transform: scale(1.05); /* Slight zoom */
    }

.social-sahre ul li {
    list-style: none;
}

    .social-sahre ul li a {
        width: 90px;
        display: block;
        font-weight: bold;
        text-align: center;
        color: #f5efef;
        float: right;
        padding: 25px 5px !important;
        font-size: 15px;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        margin-bottom: 5px;
        padding: 5px;
        padding-top: 23px;
        line-height: 1.4 !important;
        border-radius: 50% !important;
        height: 90px;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #B51F83 !important;
    border-color: #B51F83 #B51F83 #fff !important;
}
/* Custom Tab Container */
.umt-tab-system {
    margin: 2rem 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

custometabsst {
    list-style-type: none !important;
}

/* Custom Tab Navigation */
.umt-tab-nav {
    border-bottom: 2px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

    .umt-tab-nav .nav-item {
        margin-bottom: -2px;
    }

    .umt-tab-nav .nav-link {
        border: none;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        padding: 14px 24px;
        color: var(--text-dark);
        font-weight: 600;
        background: var(--light-gray);
        margin-right: 5px;
        transition: var(--transition);
        position: relative;
    }

        .umt-tab-nav .nav-link:hover {
            background: #e9ecef;
            color: var(--primary-blue);
            border: none;
        }

        .umt-tab-nav .nav-link.active {
            background: var(--pure-white);
            color: var(--primary-blue);
            border: 1px solid #ddd;
            border-bottom: 1px solid var(--pure-white);
        }

            .umt-tab-nav .nav-link.active::after {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                height: 3px;
                background: var(--secondary-blue);
            }

/* Custom Tab Content */
.umt-tab-content {
    padding: 2rem;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
    background: var(--pure-white);
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Custom Heading */
.umt-heading {
    color: var(--primary-blue);
    /*	font-size: 1.8rem;
*/ margin-top: 1.5rem;
    margin-bottom: 1rem;
    /*padding-bottom: 0.75rem;*/
    /*	border-bottom: 2px solid var(--secondary-blue);
*/ /*position: relative;*/
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 0px;
}

.umt-btn-danger {
    position: absolute;
    right: 475px !important;
    width: 127px !important;
    height: 44px;
    color: #fff;
}

    .umt-btn-danger:hover {
        color: #fff;
    }

.umt-heading::after {
    /*		content: '';
*/ position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--primary-blue);
}

/* Custom Button */
.umt-btn {
    display: inline-block;
    padding: 12px 24px;
    background: var(--accent-red);
    color: white;
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .umt-btn:hover {
        background: #c82333;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        color: white;
    }

/* Fee Section Styling */
.umt-fee-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

    .umt-fee-item:last-child {
        border-bottom: none;
    }

.umt-fee-label {
    font-weight: 600;
    color: var(--primary-blue);
}

/* PDF Viewer */
.umt-pdf-viewer {
    width: 100%;
    height: 900px;
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .umt-tab-nav {
        flex-direction: column;
    }

        .umt-tab-nav .nav-link {
            border-radius: var(--border-radius);
            margin-bottom: 5px;
            text-align: center;
        }

            .umt-tab-nav .nav-link.active {
                border-bottom: 1px solid #ddd;
            }

    .umt-tab-content {
        border-radius: var(--border-radius);
    }

    .register-btn {
        position: static !important;
        margin-top: 1rem;
        width: 100% !important;
        display: block;
        text-align: center;
    }
}

.figure {
    position: relative;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.umt-btn-danger {
    background-color: #414042;
    color: #fff;
}

.figure a {
    text-decoration: none;
    color: inherit;
}

.figure figure {
    margin: 0;
    position: relative;
}

.figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.figure:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}
/*
	.figure figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		opacity: 0;		
        transition: opacity 0.3s ease;
	}*/

.figure:hover figcaption {
    opacity: 1;
}

.figure span {
    display: inline-block;
    font-weight: bold;
}

.figure:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.figure .item {
    display: inline-block;
    width: 90%;
}

.figure p {
    margin-top: 10px;
    font-size: 1rem;
    color: #555;
}

@media (max-width: 768px) {
    .figure {
        margin: 10px 0;
    }

        .figure figcaption {
            font-size: 1rem;
            padding: 8px;
        }

        .figure p {
            font-size: 0.9rem;
        }
}

@media (max-width: 576px) {
    .figure figcaption {
        font-size: 0.9rem;
    }

    .figure p {
        font-size: 0.8rem;
    }
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .carousel-item {
        display: flex;
        justify-content: space-between;
    }

        .carousel-item .col-3 {
            flex: 0 0 33.33%; /* Show 3 images at a time on mobile */
        }

    .carousel-inner {
        display: flex;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .carousel-item .col-3 {
        flex: 0 0 25%; /* Show 4 images at a time on desktop */
    }
}

/* General Section Styles */
#section18 {
    padding: 50px 0;
    background-color: #f8f9fa;
    text-align: center;
    height: 250px !important;
}

.umt-news-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

    .umt-news-title span {
        display: block;
        font-size: 24px;
        font-weight: normal;
        color: #555;
    }

/* Row and Column Spacing */
.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin: 0px;
}

    .row .col-3, .row .col-4 {
        padding: 15px;
    }

/* Image Styles */
.img-fixed {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .img-fixed:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.img-fixed-1, .img-fixed-2, .img-fixed-3, .img-fixed-4,
.img-fixed-5, .img-fixed-6, .img-fixed-7 {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .row .col-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .umt-news-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .row .col-3, .row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .umt-news-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .row .col-3, .row .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .umt-news-title {
        font-size: 24px;
    }
}

/* Fixed position for images in the background */
.background-images img {
    position: absolute;
    animation: fadeIn 1s ease-in-out;
    z-index: -1; /* Keep images behind other content */
    opacity: 0; /* Initially hidden */
}

/* Fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Positioning images with different top/left values */
.img-fixed-1 {
    top: 10%;
    left: 5%;
    width: 100%;
}

.img-fixed-2 {
    top: 20%;
    left: 25%;
    width: 100%;
}

.img-fixed-3 {
    top: 40%;
    left: 40%;
    width: 100%;
}

.img-fixed-4 {
    top: 60%;
    left: 60%;
    width: 100%;
}

.img-fixed-5 {
    top: 70%;
    left: 70%;
    width: 100%;
}

.img-fixed-6 {
    top: 80%;
    left: 80%;
    width: 100%;
}

.img-fixed-7 {
    top: 50%;
    left: 15%;
    width: 100%;
}

.img-fixed-8 {
    top: 30%;
    left: 50%;
    width: 100%;
}

.img-fixed-9 {
    top: 90%;
    left: 25%;
    width: 100%;
}

/* Example of some text content */
.content1 {
    position: relative;
    z-index: 1; /* Keep the content on top */
    padding: 20px;
    text-align: center;
    color: white;
}
/* Animation for left-to-right spin */
@keyframes spinLeftToRight {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

/* Hover effect to trigger spin animation */
.img-fixed:hover {
    animation: spinLeftToRight 1s ease-in-out; /* Spins once over 1 second */
    transform-origin: center; /* Rotate around the center */
}

/* Ensure all images have a consistent size */
.img-fixed {
    width: 100%;
    max-width: 150px; /* Limit max width */
    height: auto; /* Maintain aspect ratio */
}

/* Responsive adjustments */
@media (max-width: 768px) {


    .col-3, .col-4, .col-6 {
        flex: 0 0 50%; /* Two images per row */
        max-width: 50%;
        padding: 10px; /* Add some spacing */
    }
}

@media (max-width: 480px) {


    .col-3, .col-4, .col-6 {
        flex: 0 0 100%; /* One image per row */
        max-width: 100%;
        padding: 5px; /* Reduce spacing */
    }
}

.pl1 {
    display: none;
}

.PML3 {
    margin-top: -45px;
    margin-left: 305px;
}

.tm2 {
    position: absolute;
    top: 387px;
}

.PML2 {
    margin-top: -45px;
    margin-left: 184px;
}

.col-md-3 figcaption {
    /*background-color: #B51F83;*/
    padding: 5px;
    padding-top: 5px;
    margin-top: 5px;
    color: white !important;
}

.g91 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #B51F83;
    margin-bottom: 20px;
}

.bc21 {
    background: #ededed;
}

.g91 h5 span {
    color: white !important;
}

.card-title span {
    display: block;
    color: #B51F83;
}

#parallax-image {
    height: 500px !important;
    margin-bottom: 50px;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #parallax-image p {
        color: whitesmoke !important;
    }

.fixed-background {
    /*background-image: url('https://admin.umt.edu.pk/Media/Site/sst1/FileManager/2024/April/22/Untitled-1.jpg');*/ /* Replace 'background.jpg' with your image path */
    background: url('https://admin.umt.edu.pk/Media/Site/sst1/FileManager/2024/2025/Video/video2.mp4');
    background-size: cover;
    background-attachment: fixed; /* Ensures the background image stays fixed */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
/*Mine video css start*/
/* Container to hold the video and content */
.background-video-container {
    position: relative;
    width: 100%;
    /*height: 100vh;*/ /* Full viewport height */
    overflow: hidden;
}

/* Styling for the background video */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
    z-index: -1; /* Sends the video to the background */
}

/* Content overlay */
.content {
    position: relative;
    z-index: 1; /* Brings content above the video */
    color: white; /* Text color for contrast */
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.leo {
    padding-left: 27%;
    padding-top: 9%;
}
/* Adjust for tablets */
@media (max-width: 768px) {
    .leo {
        padding-left: 5%; /* Reduce padding for tablets */
        padding-top: 5%; /* Adjust top padding */
    }
}

/* Adjust for mobile phones */
@media (max-width: 480px) {
    .leo {
        padding-left: 5%; /* Further reduce padding for smaller screens */
        padding-top: 3%; /* Adjust top padding further */
    }
}

/*Mine video Css end*/
.scrolling-content {
    overflow-y: scroll;
    height: 100%;
    padding: 20px;
}


* {
    box-sizing: border-box;
}

.zoom1 {
    padding: 50px;
    /*background-color: green*/ /*;*/
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

    .zoom1:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.side-image {
    position: fixed;
    top: 10%;
    right: 0;
    max-width: 200px;
    z-index: 999;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*custome div css start*/
.u-section-3 .u-image-1 {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    background-image: url('https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2023/Success.jpg');
}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-section-3 .u-sheet-1 {
    min-height: 400px;
}

.u-section-3 .u-custom-html-1 {
    height: auto;
    min-height: 340px;
    width: 434px;
    margin: 0;
}

.u-align-center {
    text-align: center;
}
/*custome div css end*/
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial;
    color: #6d6e71;
}

section.section-fullwidth.admission-fall.Custodian-section {
    height: auto !important
}

.row.icomb {
    min-height: 15rem;
}

.dean-intro {
    background: #dcddde;
    padding: 40px 60px 40px 40px;
}

    .dean-intro p {
        font-size: 20px !important;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

.dean-into-box figure {
    margin-bottom: 0px;
}

.icomb-box {
    display: flex;
    background: #B51F83;
    padding: 16px;
    color: #fff;
    background-image: url(https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2021/start-bg.png);
    background-size: cover;
    background-position: top center;
    margin-bottom: 20px;
}

.col.align-self-end .icomb-box {
    background: url(https://admin.umt.edu.pk/Media/Site/spa1/FileManager/2025/sept/SPA.jpg);
    background-size: cover;
    background-position: top center;
}

.ist-number {
    font-size: 60px;
    font-weight: 800;
    margin-right: 10px;
}

.con-name {
    display: flex;
    flex-direction: column !important;
    font-size: 20px;
}

    .con-name small {
        font-size: 40px;
        font-weight: 700;
    }

.dean-into-box figure img {
    margin-left: -40px;
}

.video-mix-slider {
    margin-top: 40px;
}


.center1 {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.Woline1 {
    width: 200px;
    height: 200px;
    background: #B51F83;
    color: white;
    text-align: left;
    font-weight: 500 !important;
    text-align: center;
}

.Woline {
    width: 200px;
    height: 200px;
    background: #6d6e71;
    color: white;
    text-align: center;
    font-weight: 500 !important;
    vertical-align: center;
}

.journals-list-hover:hover {
    background: #f1f2f2;
}

.conferences-box-bg {
/*    background: #f1f2f2;*/
    padding: 15px;
    margin-bottom: 20px;
}

    .conferences-box-bg ul li {
        margin-bottom: 0px !important;
    }

        .conferences-box-bg ul li a {
            color: #939598;
        }

        .conferences-box-bg ul li:hover a {
            color: #B51F83;
        }

.related-box-header.text-center {
    background: #B51F83;
    color: #fff;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
}

.journals-box h3 {
    border-bottom: 1px solid #fcd7d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #B51F83;
}

.journals-list-hover:hover .journals-box h3 {
    color: #414042;
}

.row.card-deck.related-boxs.mb-5.mt-5 .card {
    border: none;
    box-shadow: 0px 0px 5px #e7e5e5;
}

.related-box-inner {
    padding: 15px 50px;
}

    .related-box-inner .button-learn-more {
        padding: 10px 20px;
        color: #fff;
        background: #B51F83;
        display: inline-block;
    }

        .related-box-inner .button-learn-more:hover {
            background: #414042;
        }

.learn-boxbx {
    padding-bottom: 50px;
}

.custom-bread {
    padding-left: 95px;
}

    .custom-bread li a {
        color: #fff;
    }

.video-mix-slider .item-video {
    height: 300px;
    width: 400px;
}

.video-mix-slider .owl-video-tn {
    background-size: 100% 100%;
    background-position: 100% 100%;
    object-fit: cover;
}

.owl-carousel .owl-video-play-icon {
    -webkit-transform: translateZ(0);
    -webkit-transition-property: background-color,-webkit-transform;
    -moz-transition-property: background-color,-moz-transform;
    -o-transition-property: background-color,-o-transform;
    transition-property: background-color,transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -o-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #db2724;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 50px;
    margin: -45px 0 0 -45px;
    z-index: 1;
}

.core-value-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    align-items: start;
    justify-items: start;
}

.core-value-box {
    background: #6d6e71;
    padding: 20px 20px;
    margin-bottom: 50px;
}

    .core-value-box .card {
        width: 100%;
    }

    .core-value-box h3 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.owl-carousel .item-video:hover .owl-video-play-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: perspective(1px) scale(1.1);
}

.owl-carousel .owl-video-play-icon:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 10px 0 10px 15px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 4px;
}

.video-mix-slider button.owl-prev.disabled {
    border: 1px solid #ddd;
    color: #fff;
}

.tall {
    background-color: #dc3545 !important;
    color: white !important;
    height: 300px !important;
}

.video-mix-slider button.owl-next, .video-mix-slider button.owl-prev {
    background: #B51F83 !important;
    color: #fff !important;
    line-height: 37px !important;
}

    .video-mix-slider button.owl-prev.disabled, .video-mix-slider button.owl-next.disabled {
        border: 1px solid #ddd !important;
        color: #fff !important;
        line-height: 37px !important;
        background: transparent !important;
    }

.video-mix-slider .owl-nav {
    margin-top: 30px;
}
/*.search-area-home {

	margin:auto;

}*/
.inner-page-content div#MainContent_pnlArticle .events {
    background: transparent;
}

.alumni-caption {
    background: white;
    padding: 40px 70px 20px;
    width: 100%;
}

    .alumni-caption h5 {
        color: #2c2d2d;
        font-weight: 700;
        margin-bottom: 40px;
    }

.alumni-box-inner-box {
    padding: 30px 50px;
}


    .alumni-box-inner-box h5 {
        color: #fff;
        font-weight: 700;
    }

    .alumni-box-inner-box h4 {
        color: #fff;
        text-transform: uppercase;
    }

.alumni-image {
    margin-top: -200px;
}

.alumni-title {
    margin-bottom: 100px !important;
}

a.learn-more-btn {
    display: inline-block;
    background: #B51F83;
    color: #fff;
    padding: 10px 25px;
    font-weight: 700;
    border: 1px solid #B51F83;
}

    a.learn-more-btn:hover {
        border: 1px solid #B51F83;
        color: #B51F83;
        background: transparent;
    }

a.discover-more {
    display: inline-block;
    background: white;
    color: #B51F83;
    padding: 10px 25px;
    font-weight: 700;
    margin-top: 40px;
    border: 1px solid #fff;
}

    a.discover-more:hover {
        border: 1px solid #fff;
        color: #fff;
        background: transparent;
    }

body p span {
    font-family: Arial !important;
}

a {
    text-decoration: none !important;
    color: #B51F83;
}

    a:hover {
        color: #333;
    }

    a.video-btn.text-white {
        outline: none !important;
        font-size: 20px;
        margin-top: 40px;
        display: block;
    }

.Custodian-section .section-content-area {
    max-width: 50%;
}

.Custodian-title, .Custodian-title span, .Custodian-text {
    color: #fff !important;
}

.Custodian-text {
    margin-top: 20px !important;
}

.umt-popup .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
}

.modal.fade.umt-popup {
    padding-right: 0px !important;
    z-index: 9999;
}

.umt-popup .modal-content {
    border: none;
    border-radius: 0px;
}

    .umt-popup .modal-content p {
        margin-bottom: 0px;
    }

.umt-popup .modal-dialog img {
    width: 100%;
}

.umt-popup .modal-dialog .modal-body {
    padding: 0px;
    border-radius: 0px;
}
/*.trainer-box {
	padding-left:15px;
	padding-right:15px;

}*/
.trainer img {
}

.trainer-bio {
    margin-top: 10px;
    text-align: center;
}

    .trainer-bio h4 {
        font-size: 18px;
        color: #fff;
        padding: 5px;
        background: #B51F83;
    }

    .trainer-bio p {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        color: #6d6e71;
    }

.umt-popup .modal-dialog .cross-btn {
    position: absolute;
    right: -35px;
    top: -35px;
    height: 40px;
    width: 40px;
    background: #f58220;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
}

.vertical-line {
    border-left: 2px solid blue;
    height: 80px;
}

.memberships_1 {
    width: 20px;
    height: 5px;
}

.membership_2 {
    width: 20px;
    height: 3px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}


p strong, p span strong, p strong span, p b, p b span, p span b {
    color: #6d6e71;
    font-weight: bolder;
}

p a strong {
    color: #B51F83;
}

p strong a {
    color: #B51F83;
}

.clubs-sidebar {
    background: #f0f2e9;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    border-top: 7px solid #caccb8;
}

.schools-tabs {
    border-bottom: 1px solid #fcd7d9;
    padding-bottom: 35px;
    padding-top: 35px;
    position: relative;
}

    .schools-tabs:hover .schools-hide-show-button .btn-link {
        background: #B51F83;
        color: #fff;
    }

.border-col {
    border-right: 0.2em solid #c7c7c7;
}

.milestones-list li {
    color: #B51F83 !important;
}

    .milestones-list li span {
        color: #6d6e71;
    }

.custom-list-style {
    list-style: none;
}

    .custom-list-style li:before {
        content: "\f105";
        color: #f58220;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font: normal normal normal 18px/1 FontAwesome;
    }

.schools-hide-show-button .btn-link {
    border-radius: 50%;
    background: #B51F83;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

    .schools-hide-show-button .btn-link .fa {
        padding-right: 0px;
    }

.highlight-title {
    /*background-color: rgba(65, 64, 66, 0.60);*/
    display: inline !important;
    padding: 2px 10px;
    text-transform: uppercase;
}
/*.fa {	
	padding-right: 5px;
}*/
.orange-theme {
    color: #f69801;
}

.search_box .btn {
    border-radius: 0px;
    background: #B51F83;
    border-color: #B51F83;
}

.schools-hide-show-button .btn-link.collapsed {
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
    background: #B51F83;
    border-radius: 50%;
    border: 1px solid #B51F83;
    color: #ffffff;
}

.figure {
    padding: 10px !important;
    position: relative;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .figure a {
        text-decoration: none;
        color: inherit;
    }

    .figure figure {
        margin: 0;
        position: relative;
    }

    .figure img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .figure:hover img {
        transform: scale(1.05);
        opacity: 0.9;
    }

    .figure figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        /* Remove opacity and transition */
        opacity: 1; /* Always visible */
    }

    .figure:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

    .figure .item {
        display: inline-block;
        width: 100%;
    }

    .figure p {
        margin-top: 10px;
        font-size: 1rem;
        color: #555;
    }

@media (max-width: 768px) {
    .figure {
        margin: 10px 0;
    }

        .figure figcaption {
            font-size: 1rem;
            padding: 8px;
        }

        .figure p {
            font-size: 0.9rem;
        }
}

@media (max-width: 576px) {
    .figure figcaption {
        font-size: 0.9rem;
    }

    .figure p {
        font-size: 0.8rem;
    }
}

.my-card-body p {
    color: #58595b !important;
}

.schools-tabs h4 {
    /*font-style: italic;*/
    font-size: 22px;
    color: #f68a1d;
}

.schools-tabs p {
    font-size: 16px !important;
}

.schools-tabs h3 {
    font-size: 22px;
    color: #B51F83;
}

    .schools-tabs h3 span {
        display: block;
        font-size: 28px;
        font-weight: bold;
    }

a.view-website {
    background: #B51F83;
    padding: 15px 15px 12px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.clubs-and-socities-show-hide [data-toggle="collapse"] .fa:before {
    content: "\f056";
}

.clubs-and-socities-show-hide [data-toggle="collapse"].collapsed .fa:before {
    content: "\f055";
}

.schools-hide-show-button [data-toggle="collapse"] .fa:before {
    content: "\f068";
}

.schools-hide-show-button [data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

.clubs-and-socities-show-hide .card-header a i {
    float: right;
    font-size: 24px;
}

.clubs-and-socities-show-hide .card-header a {
    font-size: 18px;
    color: #fff;
}

.clubs-and-socities-show-hide .card-body img {
    max-width: 200px;
    width: auto;
}

.clubs-and-socities-show-hide .card-header {
    background: #6d6e71;
    border-radius: 0px;
}

    .clubs-and-socities-show-hide .card-header:hover {
        background-color: #B51F83;
    }

.card.active-header > .card-header {
    background-color: #B51F83;
}

.clubs-and-socities-show-hide .card {
    background: #f0f0f0;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

.c-slider .js-slider {
    background-color: #0055a6;
    overflow: hidden;
    position: relative;
}

.y-t-button {
    background: white;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #888;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    z-index: 9999999999;
    width: 35px;
    height: 35px;
    background: #fff;
    text-indent: -9999px;
    display: none;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #333;
    }

@font-face {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    src: url('/fonts/Berthold Akzidenz Grotesk Bold.eot');
    src: local('â˜º'), url('/fonts/Berthold Akzidenz Grotesk Bold.woff') format('woff'), url('/fonts/Berthold Akzidenz Grotesk Bold.ttf') format('truetype'), url('/fonts/Berthold Akzidenz Grotesk Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:hover {
    text-decoration: none !important;
}



::-webkit-scrollbar {
    background-color: #B51F83;
}

::-webkit-scrollbar-thumb {
    background-color: #414042;
    border-radius: 10px;
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.umt-line {
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 30px;
    color: #fff;
    position: relative;
    font-size: 14px;
}

    .umt-line:after {
        content: '';
        background: #fff;
        height: 3px;
        width: 138px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

#mobile-nav-toggle {
    position: fixed;
    width: 100%;
    background-color: #B51F83 !important;
    right: 0;
    height: 70px;
    padding-top: 10px;
    top: 0px;
    z-index: 9999 !important;
    transition: right 375ms cubic-bezier(.06,.14,.15,.92);
    display: none;
}

.sidelinks li a {
    font-size: 13px;
    color: #0092c8;
    text-decoration: underline !important;
}

    .sidelinks li a i {
        color: #444;
    }

#mobile-nav-toggle .umt-bars {
    float: right;
    background: none !important;
    padding: 12px 17px 12px 17px;
    opacity: 0.9;
    line-height: 1.5;
    font-size: 18px;
}

#mobile-nav-logo {
    max-width: 240px;
    transition: 1s;
}

.menu-item a:link {
    text-decoration: none;
}

.linkNavLogo {
    color: #fff;
    z-index: 9999 !important;
}

.mobile-nav-wrapper {
    background: #B51F83 none repeat scroll 0 0;
    height: 100%;
    left: 100%;
    bottom: 0;
    right: 0;
    z-index: 99;
    top: 0;
    position: fixed;
    width: 100%;
    transition: left 375ms ease-in-out 0ms;
    -webkit-transition: left 375ms ease-in-out 0ms;
    display: none;
    overflow-y: auto;
}

#wrapper {
    margin-left: 0px !important;
    width: auto;
    max-width: none;
    overflow: visible;
}

body.side-header-left #side-header {
    left: 0;
}



/* bouncing side-header */
.side-header-wrapper {
    /*-webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
	-moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;*/
    /*margin-left: -40px !important;*/
    /*border-left: solid rgba(0, 0, 0, .81) 40px;*/
    width: 170px;
}

.side-header-wrapper {
}

@keyframes menu-slide-in {
    0% {
        opacity: 0;
        transform: translate(-250px,0px);
    }

    63% {
        opacity: 0;
        transform: translate(-250px,0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

@-moz-keyframes menu-slide-in {
    0% {
        opacity: 0;
        -moz-transform: translate(-250px,0px);
    }

    63% {
        opacity: 0;
        -moz-transform: translate(-250px,0px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px,0px);
    }
}

@-webkit-keyframes menu-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translate(-250px,0px);
    }

    63% {
        opacity: 0;
        -webkit-transform: translate(-250px,0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }
}

@-o-keyframes menu-slide-in {
    0% {
        opacity: 0;
        -o-transform: translate(-250px,0px);
    }

    63% {
        opacity: 0;
        -o-transform: translate(-250px,0px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px,0px);
    }
}

@-ms-keyframes menu-slide-in {
    0% {
        opacity: 0;
        -ms-transform: translate(-250px,0px);
    }

    63% {
        opacity: 0;
        -ms-transform: translate(-250px,0px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px,0px);
    }
}

.side-header-slideIn {
    animation: menu-slide-in ease-out 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: menu-slide-in ease-out 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: menu-slide-in ease-out 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: menu-slide-in ease-out 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    animation: menu-slide-in ease-out 1.5s;
    animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

#side-header {
    /*	animation: menu-slide-in ease-out 2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: menu-slide-in ease-out 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: menu-slide-in ease-out 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: menu-slide-in ease-out 1.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: menu-slide-in ease-out 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;*/
    width: 203px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100vh !important;
    overflow: auto !important;
    position: fixed;
    top: 0% !important;
    z-index: 3000;
}

.side-header-wrapper-slideIn {
    -webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
    -moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
}

.side-header-wrapper {
    /*-webkit-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;
	-moz-animation: menu-slide-in cubic-bezier(0, -0.69, 0, 1.65) 2.5s !important;*/
    /* margin-left: -40px !important; */
    /* border-left: solid rgba(0, 0, 0, .81) 40px; */
    width: 180px;
    padding-bottom: 20px;
    zoom: 1;
    overflow: auto !important;
}

#side-header .side-header-content {
    max-width: 170px !important;
    padding-right: 0px !important;
    zoom: 1;
    padding-left: 10px !important;
}

.umt-logo {
    display: block;
    /* float: left; */
    /* max-width: 100%; */
    zoom: 1;
    max-width: 100%;
    margin-top: 10px !important;
    margin-right: 0px;
    margin-bottom: 31px;
    margin-left: 0px;
    float: none;
}

    .umt-logo a {
        display: block;
        max-width: 100%;
    }

    .umt-logo img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

.menu-item a:visited {
    text-decoration: none;
}

#side-header .side-header-background {
    width: 203px;
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    /* width: 280px; */
    pointer-events: none;
    background-color: #B51F83;
}

#side-header .umt-main-menu {
    float: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1;
    overflow: hidden;
    clear: both;
}

.umt-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.umt-main-menu > ul {
    max-width: 180px;
    margin-left: 10px;
    margin-right: -8px;
}

.umt-main-menu li {
    /* float: left; */
    margin: 0;
    /* padding: 0; */
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    float: none;
    padding: 0;
    transition: all 0.3s;
}

    .umt-main-menu li:first-child {
        border-top: 1px solid rgba(255,255,255,0.2);
    }

.umt-main-menu a {
    box-sizing: content-box;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none !important;
    line-height: 30px;
    font-family: Arial, sans-serif !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom-width: 0 !important;
    min-height: 0 !important;
    z-index: 99 !important;
    text-align: left;
    height: auto;
    display: block;
    position: relative;
    color: #ffffff;
}

.umt-main-menu .umt-dropdown-menu {
    overflow: hidden;
}

.umt-main-menu .umt-caret, .umt-main-menu .umt-caret {
    /* background: rgba(44, 44, 51, 0.6); */
    font-size: 13px;
    width: 17%;
    text-align: center;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.5s;
    line-height: 1.5;
    margin-left: 0px;
}

.umt-caret .umt-dropdown-indicator {
    display: inline-block;
    transition: all 0.5s;
    vertical-align: middle;
}

    .umt-caret .umt-dropdown-indicator::before {
        content: "\f196" !important;
        font-family: "FontAwesome";
        opacity: 0.5;
        color: #fff;
        line-height: 31px;
        display: inline-block;
        transition: all 0.4s;
        font-style: normal;
    }

.umt-caret .menu-open::after {
    content: "\f147" !important;
    opacity: 0.5;
    font-family: "FontAwesome";
    color: #fff;
    line-height: 31px;
    font-style: normal !important;
    transition: all 0.5s;
}

.umt-main-menu .sub-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: 10px;
    display: none;
    width: auto !important;
    z-index: 1;
    transition: opacity 0.2s ease-in;
}

.umt-bars:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f0c9";
}

.mobile-nav {
    height: 100%;
    overflow-y: auto;
}

    .mobile-nav .nav-active {
        right: 0 !important;
        visibility: visible !important;
        -webkit-transition-duration: 1000ms,1000ms,0ms;
        -moz-transition-duration: 1000ms,1000ms,0ms;
        -o-transition-duration: 1000ms,1000ms,0ms;
        transition-duration: 1000ms,1000ms,0ms !important;
        -webkit-transition-delay: 0ms,0ms,0ms;
        -moz-transition-delay: 0ms,0ms,0ms;
        -o-transition-delay: 0ms,0ms,0ms;
        transition-delay: 0ms,0ms,0ms !important;
        -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
        -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
        -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear;
        transition-timing-function: cubic-bezier(.175,.885,.32,1.14),cubic-bezier(.175,.885,.32,1.14),linear !important;
    }

    .mobile-nav .mobile-nav-container {
        float: none;
        padding-top: 15px;
        position: relative;
        right: -133%;
        padding-bottom: 65px;
        visibility: hidden;
        -webkit-transition: width,right,visibility;
        -moz-transition: width,right,visibility;
        -o-transition: width,right,visibility;
        transition: width,right,visibility;
        -webkit-transition-duration: 375ms,375ms,0ms;
        -moz-transition-duration: 375ms,375ms,0ms;
        -o-transition-duration: 375ms,375ms,0ms;
        transition-duration: 375ms,375ms,0ms;
        -webkit-transition-delay: 0ms,0ms,375ms;
        -moz-transition-delay: 0ms,0ms,375ms;
        -o-transition-delay: 0ms,0ms,375ms;
        transition-delay: 0ms,0ms,375ms;
        -webkit-transition-timing-function: ease-in-out,ease-in-out,linear;
        -moz-transition-timing-function: ease-in-out,ease-in-out,linear;
        -o-transition-timing-function: ease-in-out,ease-in-out,linear;
        transition-timing-function: ease-in-out,ease-in-out,linear;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        backface-visibility: hidden;
        /* backface-visibility: hidden; */
    }

    .mobile-nav .umt-main-menu {
        float: none;
    }

        .mobile-nav .umt-main-menu > ul {
            max-width: 95%;
        }

        .mobile-nav .umt-main-menu li {
            float: none;
        }

    .mobile-nav .menu-text {
        font-size: 15px;
    }

.menu-text, .menu-item {
    transition: all 0.4s;
    margin-left: 10px;
    display: inline-block;
    max-width: 19ch;
    white-space: normal;
    word-wrap: break-word;
}
@media (max-width: 576px) {
    .contact-title {
        padding-left: 19px !important;
        font-size: 1.5rem !important;
    }
    .h2, h2 {
        font-size: 1.5rem;
        color: black;
    }
}

.mobile-nav .umt-main-menu > ul > li > a {
    border-top: none;
    height: auto;
    line-height: 40px;
    font-family: Arial !important;
}

.mobile-nav .umt-caret .umt-dropdown-indicator::before {
    line-height: 40px;
}

.sub-menu li a span {
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.65) !important;
    opacity: 1;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.close-mobile-nav {
    padding: 20px 15px 3px 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    float: right;
    /* width: 100%; */
    height: 70px;
    text-align: right;
    font-size: 18px;
}

.mobile-nav .umt-caret {
    font-size: 15px !important;
}

.close-mobile-nav:before {
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 300;
    content: "\f00d";
    z-index: 9999;
}

li.umt-dropdown-submenu a {
    border-bottom: none !important;
    display: block;
    padding-left: 3px !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    font-family: Arial !important;
    color: #333333;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
}

.mobile-nav .sub-menu .umt-dropdown-submenu span {
    font-family: Arial;
    font-size: 13px;
    line-height: 30px;
}

.umt-main-menu .sub-menu li:last-child {
    border-bottom: none;
}

.mobile-nav .umt-caret .menu-open::after, .mobile-nav .umt-caret .umt-dropdown-indicator::before {
    line-height: 40px;
}

.umt-main-menu .navigation-link a:hover {
    background: #B51F83 !important;
    text-decoration: none;
    color: #fff;
}

.umt-main-menu li a:hover .menu-text {
    margin-left: 20px !important;
    opacity: 1;
}

.sub-menu .umt-dropdown-submenu:hover span {
    margin-left: 8px;
    opacity: 1;
}

.umt-caret:hover > .umt-dropdown-indicator::before, .umt-caret:hover > .menu-open::after {
    opacity: 1;
}

.section-fullwidth {
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 313px !important;
    padding-right: 60px !important;
    background-color: rgba(255,255,255,0);
    background-position: left top;
    background-repeat: no-repeat;
    /*webkit-background-size: cover;*/
    background-size: cover;
    background-size: cover;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.section-fullwidth-inner {
    padding-left: 203px !important;
}

    .section-fullwidth-inner img {
        width: 100%;
    }

.admission-fall-title, .ranking-title, .umt-number-title {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 45px;
    line-height: .8;
    color: #6d6e71;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .admission-fall-title span, .ranking-title span, .umt-number-title span {
        display: block;
        color: #B51F83;
        font-size: 60px;
    }

.custom-top-tagline {
    font-size: 40px;
}

.umt-news-title {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 45px;
    line-height: .8;
    color: #6d6e71;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    margin-left: -15px;
}

.all-news-title {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 60px;
    padding-top: 50px;
    color: #B51F83;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*.ranking-title span {
	display: block;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 20px;
}*/

.umt-news-title span {
    display: block;
    color: #B51F83;
    font-size: 60px;
}

.admission-fall .section-content-area h4 {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    color: #fff;
    margin-top: 37px;
    margin-bottom: 27px;
}

.admission-fall .section-content-area p {
    margin-top: 0px;
    font-size: 22px;
    color: #6d6e71;
    margin-bottom: 20px;
}

.admission-fall-title span, .umt-number-title span {
    display: block;
}

.search_box {
    background: rgba(73, 74, 75, 0.75);
    padding: 15px 30px;
    border: 4px solid #e6e1e4;
    border-radius: 5px;
}

.has-search {
    position: relative;
}

.search_box .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 55px;
    line-height: 55px;
    text-align: center;
    pointer-events: none;
    color: #575756;
    right: 2;
    font-size: 28px;
}

.umt-ranking .section-content-area p {
    margin-top: 35px;
    font-size: 22px;
    color: #6d6e71;
    /*	line-height: 1.1;*/
    margin-bottom: 45px;
}

.umt-ranking .card-deck .card-body p {
    font-size: 14px;
    margin: 0px;
}

.umt-ranking .card-deck .card {
    margin-right: 5px;
    border-radius: 0px;
    margin-left: 5px;
    background: #B51F83;
    border: 1px solid #e6e1e4;
}

.ranking-boxs {
    max-width: 710px;
    padding-left: 15px;
    padding-right: 15px;
}

.umt-ranking .card-deck .card .card-body {
    padding: 20px 7px;
}

    .umt-ranking .card-deck .card .card-body h4 {
        color: #fff;
        font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
        font-size: 20px;
    }

.search_box .form-control {
    height: 55px;
}

.search-links {
    padding-top: 40px;
    padding-bottom: 3px;
}

    .search-links li a {
        border: 1px solid #fff;
        padding: 6px 10px 8px;
        color: #fff;
        font-size: 13px;
        display: block;
        min-width: 120px;
        text-align: center;
        position: relative;
    }

        .search-links li a:hover {
            background: #B51F83;
            border: 1px solid #B51F83;
        }

.search_box .apply-online:hover {
    background: transparent;
    border: 1px solid #fff;
}

.search-links li a:after {
    content: "\f0da";
    position: absolute;
    right: 4px;
    font-family: "FontAwesome";
    color: #fff;
    transition: all 0.5s;
    top: 49%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
}

.search_box .apply-online {
    background: #B51F83;
    border: 1px solid #fff;
}

.admission-fall .search_box h4 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-family: Arial;
    text-transform: uppercase;
}

.umt-ranking .card-deck .card:hover {
    background: #B51F83;
}

.umt-by-numbers .section-content-area p {
    margin-top: 35px;
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 40px;
}

.umt-ranking .section-content-area p span {
    display: block;
}

.impact-logo {
    margin-left: -10px;
    margin-top: 70px;
}

.umt-numbers {
    padding: 0px 12px;
}

.number-box {
    background: #B51F83;
    padding: 10px 13px 8px;
}

    .number-box:hover {
        background: #B51F83;
    }

    .number-box h5 {
        margin-bottom: 2px;
        color: #fff;
        font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
        font-size: 16px;
    }

    .number-box p {
        font-size: 14px !important;
        margin: 0px !important;
    }

.umt-numbers .number-col {
    padding-left: 4px;
    padding-right: 4px;
}

.row-1 {
    margin-bottom: 8px;
}

.news {
    position: relative;
}

.news-slider {
    background: #e6e7e8;
    padding-bottom: 15px;
}

.latest-news-heading {
    color: #6d6e71
}

/*.news-box {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;*/
/*width: 200px;*/ /* Adjust according to your container size */
/*height: 156px;*/ /* Adjust according to your container size */
/*overflow: hidden;
	width: 100%;
}*/
.news-box {
    padding-left: 0px;
    padding-right: 0px;
}

    .news-box figure {
        margin-bottom: 0px;
        color: black;
    }

        .news-box figure img {
            -webkit-transition: all .7s ease-in-out;
            -moz-transition: all .7s ease-in-out;
            -o-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out;
        }

        .news-box figure:hover img {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

    .news-box figcaption {
        font-size: 16px;
        color: #212125 !important;
        line-height: 1.2;
        padding-top: 10px;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

    .news-box figure:hover figcaption {
        color: #B51F83
    }

.events {
    background: #B51F83;
}

section.section-fullwidth.news-events, section.section-fullwidth.umt-alumni {
    height: auto !important;
    background: #fff;
}

    section.section-fullwidth.umt-alumni .section-content-area {
        width: 100%;
        padding-right: 30px;
    }

.alumni-box {
    background-color: #B51F83;
    min-height: 100px;
}

.img-fluid {
    max-width: 100%;
    /*	height: 223px !important;
*/
}

.news-first-box-title {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-left: -15px;
    color: #B51F83;
}

.news-first-box p {
    font-size: 22px;
    color: #6d6e71;
    margin-left: -15px;
    line-height: 1;
}

.events-box {
    padding: 15px 40px;
}

    .events-box .event-title-inner h6 {
        margin-bottom: 0px;
        font-size: 16px;
        color: #fff;
    }

        .events-box .event-title-inner h6:hover {
            color: #023f88;
        }

.event-date-time h5 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

    .event-date-time h5 span {
        font-size: 22px !important;
        display: block;
    }

.event-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.52);
    left: -10px;
}

.events-main-title {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

a.more-events {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 60px;
}

.owl-dots {
    position: absolute;
    margin-top: 33px;
}

    .owl-dots .owl-dot {
        background: #929394 !important;
        border: none;
        /* padding: 0px; */
        height: 7px;
        width: 80px;
        margin-right: 10px;
        outline: none !important;
    }

        .owl-dots .owl-dot span {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            width: 100px;
            height: 5px;
            margin-left: 2px;
            margin-right: 2px;
            background: #ccc;
            border: none;
        }

        .owl-dots .owl-dot.active {
            background: #B51F83 !important;
        }

.numbers-slider .owl-dots {
    position: absolute;
    margin-top: 60px;
}

.umt-by-numbers .section-content-area {
    max-width: 510px;
    width: 100%;
}

.umt-footer-widget-area {
    background-color: #414042;
    border-color: #414042;
    border-top-width: 5px;
    padding-top: 43px;
    padding-bottom: 40px;
}

.umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
    padding-left: 280px !important;
    padding-right: 60px !important;
}

hr.style1 {
    border: 2px solid #fff;
    color: #B2B2B2;
    margin: 5px 0px;

}

.block input {
    display: none;
}

.footer-heading {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    letter-spacing: 1px;
    color: rgb(219, 225, 230) !important;
    font-size: 14px !important;
    padding: 1% 0 !important;
    margin: 1% 0 !important;
}

.footer-aTagTopLevel {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    letter-spacing: 1px;
    color: rgb(219, 225, 230) !important;
    font-size: 14px !important;
    padding: 1% 0 !important;
    margin: 1% 0 !important;
}

.footerAccordPlus {
    float: right;
    padding-right: 10px;
}

hr.style2 {
    border: 1px solid #fff;
    color: #B2B2B2;
    opacity: 0.7;
    margin: 5px 0px;
}

footer, footer a, footer p {
    font-size: 12px !important;
}

    footer label {
        margin-bottom: 0px;
        width: 100%;
    }

.umt-footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.footer-list ul li {
    font-weight: 900;
    color: #9d9fa2;
}

.umt-footer-widget-area ul li a {
    display: block;
    position: relative;
}

.umt-footer-widget-area a {
    color: rgb(219, 225, 230) !important;
    text-decoration: none !important;
}

.footer-list ul li {
    font-weight: normal !important;
}

.umt-footer-widget-area .footer-list ul {
    font-size: 16px;
}

.umt-footer-copyright-area {
    padding: 18px 0px;
    background: #222;
}

.footer-social a {
    color: #B51F83 !important;
    font-size: 18px !important;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background: #fff;
    height: 35px;
    width: 35px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 50%;
}

    .footer-social a i {
        line-height: 35px;
    }

.umt-footer-widget-area a:hover {
    opacity: 0.8;
}

.footer-social a:hover {
    color: #fff !important;
    background: #B51F83;
}

.inner-page-title-box {
    position: relative;
    width: 100%;
}

    .inner-page-title-box.content-page-inner {
        /*background: url(https://admin.umt.edu.pk/Media/Site/hsm1/FileManager/2021/bg-dep.jpg);*/
        background-size: cover;
        padding-top: 12em;
    }

.inner-page-title {
    position: relative;
    width: 100%;
}

.clubs-and-socities {
    max-width: 95%;
    width: 100%;
    margin-top: -120px;
}

    .clubs-and-socities .bg-custom {
        background: #B51F83;
        border: none;
    }

.sections-buttons-box .buttons-box {
    background: #414042;
    color: #fff;
    border-radius: 0px;
}

    .sections-buttons-box .buttons-box.btn-act {
        background: #B51F83;
    }

.leadership-messages .inner-page-content {
    background: #d1d3d4;
}

.sections-buttons-box .buttons-box:hover {
    background: #B51F83;
}

.inner-page-title h1 {
    position: absolute;
    padding-top: 80px;
    padding-left: 95px;
    color: #B51F83;
    width: 100%;
    font-size: 60px;
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    text-transform: uppercase;
}

.leaders-media-box {
    padding-left: 95px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 25px;
}

.leadership-names h3 {
    color: #B51F83;
    margin-top: 0px;
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    text-transform: uppercase;
}

.leadership-names p {
    margin-bottom: 0px;
    font-size: 18px;
}

.clubs-box .inner-page-title {
    position: absolute;
    width: 100%;
    bottom: 120px;
}

.content-page-box .inner-page-title {
    position: relative;
    bottom: 100px;
}

.clubs-box .inner-page-title h1 {
    color: #fff;
    position: relative;
}

.clubs-box .inner-page-title p {
    padding-left: 95px;
    color: #fff;
    max-width: 80%;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 15px;
    font-size: 22px;
}

.clubs-box.content-page-box .inner-page-title h1 {
    padding-top: 35px;
}

.clubs-and-socities .card .form-control, .clubs-and-socities .card select {
    height: 45px;
    border-radius: 0px;
    border: none;
}

.clubs-and-socities .card .btn {
    border-radius: 0px;
    background: #414042;
    border-color: #414042;
}

.inner-page-content {
    padding-top: 17px;
    padding-left: 95px;
    background: #fff;
    min-height: 500px;
}

.research .inner-page-title-box {
    background: #8ed8f8;
}

.research .inner-page-content {
    min-height: initial;
    background: #fff;
}

.research .inner-page-title h1 {
    position: relative;
    padding-top: 80px;
    padding-left: 95px;
    color: #B51F83;
    width: 100%;
    font-size: 60px;
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.admission-aid .inner-page-content {
    background: #B51F83;
    min-height: initial;
    padding-bottom: 5px !important;
}

.under-main-box {
    background: #ff9933;
}

.admission-aid .Undergraduate-box {
    background: #ff9933;
    padding: 15px 15px 50px;
    position: relative;
    left: -100px;
}

    .admission-aid .Undergraduate-box h4 {
        color: #fff;
        font-size: 34px;
    }

        .admission-aid .Undergraduate-box h4 span {
            display: block;
        }

.admission-aid .all-news-title {
    color: #fff;
    line-height: 1;
}

    .admission-aid .all-news-title span {
        display: block;
    }

.new-about.admission-aid .text-area {
    max-width: 95%;
    width: 100%;
}

.new-about .text-area p {
    font-size: 22px;
}

.admission-aid .text-area p {
    color: #fff;
    font-size: 22px;
}

.all-programs-box {
    background: #B51F83;
    overflow: hidden;
}

.programs-box-links {
    list-style: none;
    padding-left: 2px;
    margin: 0px;
}

    .programs-box-links li {
        display: block;
        border-bottom: 1px solid #ffffff47;
        position: relative;
    }

        .programs-box-links li a {
            display: block;
            color: #fff;
            padding-bottom: 10px;
            padding-top: 10px;
            position: relative;
            z-index: 1;
            font-size: 22px;
        }

        .programs-box-links li:hover a {
            color: #B51F83 !important;
            font-weight: bold;
        }

.special-link {
    position: relative;
    color: #B51F83 !important;
}

/*.special-link:after {
		position: absolute;
		content: '';
		background: #fff;
		right: -100%;
		width: 100%;
		height: 100%;
		top: 0;
		max-width: 100%;

	}*/
/*.programs-box-links li:hover a {

	background:#fff;

}*/

.programs-box-links li a:after {
    content: "";
    background-color: #ffffff;
    width: calc(100% + 52px);
    height: 100%;
    position: absolute;
    left: -52px;
    top: 0;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.programs-box-links li:hover a:after {
    opacity: 1;
}

.programs-box-links li a i {
    position: absolute;
    left: -30px;
    top: 18px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.programs-box-links .special-link i {
    color: #ff9933;
    visibility: visible;
    opacity: 1;
    font-size: 18px;
    left: -30px;
}

.programs-box-links li:hover a i {
    color: #ff9933;
    opacity: 1;
    visibility: visible;
}

.programs-box-links li .special-link:after {
    opacity: 1;
}

.pic-box {
    position: relative;
}

.scholarship-and-aid-new {
    z-index: 1;
}

.scholarships-and-aid-links.nav-pills .nav-link {
    color: #fff;
    border-radius: 0px;
    padding: 10px 0px;
}

    .scholarships-and-aid-links.nav-pills .nav-link.active {
        color: #B51F83 !important;
    }

        .scholarships-and-aid-links.nav-pills .nav-link.active i {
            color: #ff9933;
            visibility: visible;
            opacity: 1;
            font-size: 18px;
            left: -30px;
        }

        .scholarships-and-aid-links.nav-pills .nav-link.active:after {
            opacity: 1;
        }

.sch-bt-box {
    margin-top: 40px;
}

.pic-box .sch-box {
    position: absolute;
    top: 50%;
    padding-left: 95px;
    /*webkit-transform: translateY(-50%);*/
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sch-box h4, .sch-box p {
    color: #fff;
}

a.sch-bt1.btn {
    background: #ff9933;
    border-radius: 0px;
    margin-right: 10px;
}

a.sch-bt2.btn {
    background: #B51F83;
    color: #fff;
    border-radius: 0px;
}

span.title-bottom-line {
    display: block;
    height: 4px;
    background: #103f77;
    width: 98.5%;
    /* left: 8px; */
    /* padding-left: 2px; */
    position: relative;
    left: 4px;
}

    span.title-bottom-line.orange-line {
        background: #B51F83;
        width: 100%;
    }

.divisons-box {
    padding: 0px 25px;
    max-width: 570px;
    width: 100%;
    margin-bottom: 25px;
}

    .divisons-box.card-deck .card {
        margin-right: 5px;
        border-radius: 0px;
        margin-left: 5px;
        background: #B51F83;
        border: 1px solid #B51F83;
    }

        .divisons-box.card-deck .card .card-body {
            padding: 10px 15px;
        }

        .divisons-box.card-deck .card a {
            color: #fff;
        }

        .divisons-box.card-deck .card .card-body h4 {
            margin-bottom: 0px;
        }

        .divisons-box.card-deck .card:hover {
            background: #B51F83;
            border: 1px solid #B51F83;
        }

.text-area {
    max-width: 95%;
    width: 100%;
}

.office-inner-content .text-area input, .office-inner-content .text-area select {
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: #fafafa;
    outline: none;
}

.office-inner-content .text-area textarea {
    width: 100%;
    background: #fafafa;
    border: 1px solid #ddd;
}

.office-inner-content .text-area input.button {
    background: #B51F83;
    border: 1px solid #B51F83;
    color: #fff;
    padding: 5px 15px;
    width: auto;
}

    .office-inner-content .text-area input.button:hover {
        background: #222;
        border: 1px solid #222;
    }

.text-area ul li, .text-area ol li {
    font-size: 18px;
    color: #6d6e71;
}

.text-area p {
    color: #6d6e71;
    font-size: 18px;
   /* text-align: justify;*/
}

.research .inner-page-content .text-area p {
    font-size: 18px;
}

.leadership-messages h5 {
    font-size: 26px;
}

.text-area-list li {
    color: #6d6e71;
}

    .text-area-list li a {
        color: #6d6e71;
        font-size: 16px;
    }

        .text-area-list li a span {
            margin-right: 7px;
            font-size: 12px;
            font-weight: 700;
        }

    .text-area-list li:hover a {
        color: #B51F83;
    }

.divisons-subtitle-heading {
    color: #6d6e71;
}

.news-list .news-text h6 {
    color: #B51F83;
    font-size: 18px;
}

    .news-list .news-text h6 a {
        color: #B51F83;
        text-decoration: underline !important;
    }

        .news-list .news-text h6 a:hover {
            color: #B51F83;
        }

.news-published-date {
    font-size: 14px;
    color: #6d6e71;
    font-weight: 600;
}

.news-list .news-text p {
    font-size: 16px;
    color: #6d6e71;
    margin-top: 10px;
}

.table-responsive table, table {
    width: 100% !important;
}

    .table-responsive table th, table th {
        background-color: #414042;
        color: #FFFFFF;
        font-size: 14px !important;
        font-weight: bold !important;
        padding: 8px 8px;
        border: 1px solid #CCCCCC !important;
    }

        .table-responsive table th b, .table-responsive table th span, .table-responsive table th p, .table-responsive table th strong, table th b, table th span, table th p, table th strong {
            color: #fff !important;
            font-size: 14px !important;
            font-weight: bold !important;
        }

        .table-responsive table th p, .table-responsive table td p, table td p {
            margin: 0px !important;
        }

    .table-responsive table td, table td {
        border: 1px solid #CCCCCC !important;
        padding: 8px 8px;
    }

section.section-fullwidth-inner.news-all .inner-page-content {
    padding-bottom: 50px;
}

.view-more-all-news {
    color: #6d6e71;
    font-size: 16px;
    padding: 5px 10px;
}

    .view-more-all-news:hover {
        background: #B51F83;
        color: #fff;
    }

.news-list .news-list-img {
    overflow: hidden;
}

    .news-list .news-list-img img {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .news-list .news-list-img:hover img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.single-news {
    color: #6d6e71;
    font-size: 16px;
}

    .single-news h1 {
        font-size: 35px;
        color: #6d6e71;
    }

    .single-news h2 {
        font-size: 32px;
        color: #6d6e71;
    }

    .single-news h3 {
        font-size: 28px;
        color: #6d6e71;
    }

    .single-news h4 {
        font-size: 26px;
        color: #6d6e71;
    }

    .single-news h5 {
        font-size: 22px;
        color: #6d6e71;
    }

    .single-news h6 {
        font-size: 18px;
        color: #6d6e71;
    }

    .single-news h4 {
        color: #B51F83;
        font-weight: bold;
        font-size: 26px;
        margin-top: 15px;
        margin-bottom: 4px;
    }

    .single-news p a, .single-news p span a, .single-news p b a .single-news p a b {
        color: #B51F83;
    }

    .single-news .news-published-date {
        font-size: 18px;
        color: #6d6e71;
    }

p span b {
    color: #6d6e71;
}

.single-news p {
    font-size: 16px;
    color: #6d6e71;
    margin-top: 10px;
}

    .single-news p span {
        font-size: 16px;
        font-family: Arial !important;
    }

.single-news img {
    max-width: 400px;
}

.more-news-slider {
    padding-left: 110px;
    padding-top: 20px;
    padding-bottom: 85px;
    width: 100%;
    background: #84c2ea;
}

button.owl-next, button.owl-prev {
    background: #B51F83;
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #B51F83;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    margin-right: 9px;
    cursor: pointer;
    outline: none !important;
}

    button.owl-prev.disabled, button.owl-next.disabled {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #ddd;
        line-height: 37px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        color: #6d6e71;
        background: #fff;
        outline: none !important;
    }

.more-news-title {
    color: #B51F83;
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 16px;
    margin-left: -15px;
}

.news.row.owl-carousel.more-news-slider-box.owl-loaded.owl-drag .news-box {
    padding: 0px;
}

.more-news-slider-container {
    max-width: 95%;
    width: 100%;
}

    .more-news-slider-container .owl-dots {
        margin-left: -10px;
    }

        .more-news-slider-container .owl-dots .owl-dot {
            background: #c2e1f5 !important;
            border: none;
            /* padding: 0px; */
            height: 7px;
            width: 80px;
            margin-right: 10px;
            outline: none !important;
        }

            .more-news-slider-container .owl-dots .owl-dot.active {
                background: #B51F83 !important;
            }

.more-all-news {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    color: #B51F83;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 12px;
    padding: 4px 10px;
}

    .more-all-news:hover {
        background: #B51F83;
        color: #fff;
    }

.research-box {
    position: relative;
}

    .research-box p {
        font-size: 14px;
        margin-bottom: 0px;
    }

.research .inner-page-content .research-box p {
    font-size: 14px;
    margin-bottom: 0px;
}

.research-box .figure-caption {
    position: absolute;
    right: 0px;
    width: 85%;
    background: #fff;
    bottom: 0;
    padding: 15px;
}

    .research-box .figure-caption h5 {
        color: #B51F83;
        font-size: 20px;
        font-weight: normal !important;
    }

.research-box:hover .figure-caption h5 {
    color: #B51F83;
}

.office-inner-content .text-area p img {
    width: auto;
}

.office-inner-content .research-arrow::after {
    content: "\f178";
    font-family: FontAwesome;
}

.research-box:hover .figure-caption p {
    color: #000;
    text-decoration: underline;
}

.home-all-news {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    color: #6d6e71;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 10px;
}

    .home-all-news:hover {
        color: #B51F83;
    }

.research-arrow {
    bottom: 0;
    background: #B51F83;
    width: 15%;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.research-box:hover .research-arrow {
    background: #000;
}

section.section-fullwidth.umt-ranking {
    background: #ededed;
    height: auto !important;
}

    section.section-fullwidth.umt-ranking .section-content-area {
        width: 100%;
        height: 86px;
    }

.custom-sp {
    margin-top: 20px;
    margin-bottom: 50px;
}

.research-box .figure {
    margin-bottom: 70px;
}

a.section-down {
    position: absolute;
    background: #fff;
    right: 4%;
    padding: 10px 12px;
    color: #444;
    bottom: 40px;
    /* font-size: 32px; */
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

    a.section-down:hover {
        background: #B51F83;
        color: #fff;
        bottom: 30px;
    }

.faculty-tabs .nav-pills .nav-link {
    border-radius: 0px !important;
    background: #434341;
    color: #fff;
    font-size: 16px;
}

.faculty-tabs {
    border-bottom: 3px solid #3c3d3b;
}

    .faculty-tabs .nav-pills .nav-item {
        margin-right: 10px;
    }

    .faculty-tabs .nav-pills .nav-link.active {
        background: #B51F83;
    }

.faculty-form {
    margin-bottom: 30px;
}

    .faculty-form input, .faculty-form select {
        height: 40px;
        border: none;
        font-size: 12px;
        color: #808285;
    }

.custom-search-pr input, .custom-search-pr select {
    height: 45px;
    border-radius: 0px;
}

.custom-search-pr .btn-black {
    border-radius: 0px;
    background: #B51F83;
    border-color: #B51F83;
    color: #fff;
}

.faculty-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #808285;
}

.faculty-form input::-moz-placeholder { /* Firefox 19+ */
    color: #808285;
}

.faculty-form input:-ms-input-placeholder { /* IE 10+ */
    color: #808285;
}

.faculty-form input:-moz-placeholder { /* Firefox 18- */
    color: #808285;
}

.faculty-form button {
    height: 40px;
    background: #B51F83;
    border: none;
}

    .faculty-form button:hover {
        background: #B51F83;
    }

    .faculty-form button i {
        font-size: 25px;
    }

.faculty-table .table .thead-dark th {
    color: #fff !important;
    background-color: #434341 !important;
    border-color: #434341 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    padding: 10px !important;
}

.faculty-table .table td {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}

.faculty-table .table tr:nth-child(odd) {
    background: #bcbec0;
}

.faculty-table .table .person-name {
    font-weight: bold;
    font-size: 14px;
    color: #231f20;
}

    .faculty-table .table .person-name a {
        color: #231f20;
    }

    .faculty-table .table .person-name:hover a {
        color: #B51F83;
    }

.faculty-table .table .person-email a {
    color: #000;
}

    .faculty-table .table .person-email a i {
        font-size: 20px;
    }

.faculty-table .table tr:hover {
    background: #bcbec0;
}

.abc-fac li {
    border: none;
    margin: 3px 3px 0 0;
    width: 48.5px;
    height: 43px;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    background-color: #434341;
    color: #fff;
    text-decoration: none;
}

    .abc-fac li a {
        display: block;
        line-height: 43px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .abc-fac li:hover a {
        background-color: #B51F83;
    }

.faculty-table .table .alphabet {
    background: #fff !important;
    border-bottom: 2px solid #B51F83;
}

    .faculty-table .table .alphabet th {
        background: #fff !important;
        border: none;
        color: #000;
    }

    .faculty-table .table .alphabet H5 {
        font-size: 18px;
    }

.about-title-box {
    padding-left: 95px;
    padding-top: 80px;
}

    .about-title-box h1 {
        color: #B51F83;
        font-size: 60px;
        font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
        text-transform: uppercase;
    }

.about-sub-title {
    font-size: 26px;
    font-weight: bold;
    color: #B51F83;
}

.about-links ul {
    padding-left: 18px;
}

.about-links p {
    font-size: 20px !important;
}

.about-links h4 {
    font-size: 30px;
    font-weight: bold;
    color: #B51F83;
}

.about-links ul li {
    color: #fff;
    margin-bottom: 5px;
}

    .about-links ul li a {
        font-weight: bold;
        color: #fff;
        font-size: 18px;
    }

    .about-links ul li:hover a {
        color: #B51F83;
    }

.about-links {
    margin-bottom: 30px;
}

.meet-president {
    position: relative;
}

    .meet-president h4 {
        position: absolute;
        bottom: 15px;
        color: #fff;
        text-transform: uppercase;
        padding-left: 15px;
        font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
        font-size: 17px;
    }

        .meet-president h4 a {
            color: #fff;
        }

            .meet-president h4 a:hover {
                color: #B51F83;
            }

        .meet-president h4 span {
            display: block;
            font-family: Arial;
            font-weight: bold;
            font-size: 14px;
        }

.Strategic-plan {
    position: relative;
}

    .Strategic-plan h4 {
        position: absolute;
        top: 18%;
        color: #fff;
        text-transform: uppercase;
        padding-left: 15px;
        font-family: Arial;
        font-weight: bold;
        font-size: 25px;
        max-width: 140px;
    }

.see-what-next {
    position: absolute;
    bottom: 25px;
    color: #fff;
    left: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

    .see-what-next i {
        margin-left: 10px;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

    .see-what-next:hover {
        color: #B51F83;
    }

        .see-what-next:hover i {
            margin-left: 15px;
        }

.Strategic-plan h4:hover {
    color: #B51F83;
}

.leadership-box h3 {
    color: #B51F83;
    font-size: 28px;
    font-weight: bold;
}

.leadership-box h5 {
    color: #B51F83;
    font-size: 20px;
    font-weight: bold;
}

.leaders-box-caption {
    background: #B51F83;
    padding: 10px 15px;
    color: #fff;
}

    .leaders-box-caption h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .leaders-box-caption p {
        color: #fff;
    }

.leadership-tabs .nav-item {
    margin-right: 10px;
}

.leadership-tabs .nav-link {
    border-radius: 0px;
    background: #B51F83;
    color: #fff;
}

.leadership-tabs.nav-pills .nav-link.active, .leadership-tabs.nav-pills .show > .nav-link {
    color: #fff;
    background: #B51F83;
}

.contact-box {
    width: 100%;
    padding: 0px 15px;
}

.map-box {
    background: #B51F83;
    margin-top: -70px;
    max-width: 98%;
}

.map-ad {
    position: relative;
    right: 20px;
    bottom: -30px;
}

h3.contact-title {
    color: #fff;
    padding-left: 40px;
    padding-top: 30px;
    text-transform: uppercase;
}

.video-caption-link {
    text-decoration: underline !important
}

.contact-box .card {
    background: #ebeae9;
    border-radius: 0px;
    border: none;
}

    .contact-box .card h4 {
        font-size: 18px;
        color: #fff;
        background: #414042;
        padding: 10px 15px;
        margin-bottom: 0px;
    }

    .contact-box .card .card-body {
        padding: 15px 20px;
    }

        .contact-box .card .card-body a {
            color: #6d6e71;
        }

        .contact-box .card .card-body p {
            color: #6d6e71;
            font-size: 16px;
        }

.other-adress p {
    font-size: 16px;
}

.contact-us-subtitle {
    display: block;
    font-size: 28px;
    margin-top: 30px;
}

.contact-us-tagline {
    font-size: 16px;
    display: block;
    margin-top: 25px;
    color: #6d6e71;
    font-family: Arial;
    text-transform: capitalize;
}

.other-adress {
    margin-top: 50px;
    width: 100%;
}

    .other-adress h4 {
        font-size: 20px;
        font-weight: bold;
        color: #B51F83;
    }

    .other-adress a {
        color: #6d6e71;
    }

        .other-adress a:hover, .contact-box .card .card-body a:hover {
            color: #B51F83;
        }

    .other-adress h5 {
        font-size: 16px;
        font-weight: bold;
        color: #6d6e71;
        margin-bottom: 0px;
    }

.contact-social li {
    margin-bottom: 5px;
}

    .contact-social li a {
        color: #6d6e71;
    }

        .contact-social li a i {
            width: 30px;
            height: 30px;
            background: #ddd;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .contact-social li a:hover i {
            border-radius: 0%;
        }

.contact-social .fb i {
    background: #45619D
}

.contact-social .twitter i {
    background: #50ABF1;
}

.contact-social .youtube i {
    background: #FF0000;
}

.contact-social .linkden i {
    background: #0077B5;
}

.contact-social .insta i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.office-title .inner-page-title {
    bottom: 80px;
}
/*.office-title {

	min-height:180px;

}*/
@media only screen and (min-width: 993px) {
    .footerAccordPlus {
        display: none;
    }

    .alumni-title {
        max-width: 50%;
    }
}


@media (max-width:992px) {
    .umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
        padding-left: 203px !important;
        padding-right: 60px !important;
    }

    .alumni-image {
        margin-top: 0px;
    }

    .alumni-title {
        margin-bottom: 25px !important;
    }

    .alumni-caption {
        padding: 20px 50px 20px;
    }

    a.discover-more {
        margin-top: 20px;
    }

    .alumni-caption h5 {
        margin-bottom: 20px;
    }

    .office-title .inner-page-title {
        bottom: 10px;
    }

    .news-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-first-box-title, .news-first-box p {
        margin-left: 0px;
    }

    .office-spot-lights .card {
        width: 100%;
    }

    .office-title .inner-page-title h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .clubs-and-socities {
        margin-top: 0px;
    }

    .new-news-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    .map-ad {
        top: 0px;
        right: 0px;
    }

    .map-box {
        margin-top: 30px;
    }

        .map-box .video-caption p {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }

    .clubs-box .inner-page-title {
        bottom: 10px;
    }

    .text-area, .map-box {
        max-width: 100%
    }

    .Strategic-plan h4 {
        max-width: 100%;
    }

    .see-what-next {
        bottom: 0px;
    }

    .umt-ranking .section-content-area p, .umt-by-numbers .section-content-area p {
        line-height: 1.5;
    }

        .umt-ranking .section-content-area p span {
            display: inline;
        }

    .block input[type='checkbox']:checked ~ .info {
        /*height: 175px;*/
        height: 100%;
        transition: .25s linear;
    }

    input[type='checkbox'] {
        display: none;
    }

    .info {
        width: 100%;
        height: 0;
        padding-left: 15px;
        /* display: block; */
        overflow: hidden;
        box-sizing: border-box;
        transition: .25s linear;
    }

    ::selection {
        background: #222;
        color: #fff;
    }

    section.section-fullwidth.news-events {
        padding-right: 30px !important;
    }

    h4.footer-heading:hover {
        background: rgb(246, 138, 30);
    }

        h4.footer-heading:hover a {
            padding-left: 10px !important;
        }

    div.footer-list.info ul li a {
        border-top: 1px solid rgb(226, 230, 234);
        padding: 10px 0px !important;
    }

    div.footer-list.info ul li:hover, h4.footer-heading:hover {
        background: #B51F83;
    }

    hr.style1 {
        border: none;
        height: 1px;
        background-color: rgb(226, 230, 234);
    }

    hr.style2 {
        display: none;
    }

    .section-fullwidth {
        height: auto;
    }

    .umt-news-title {
        margin-left: 0px;
    }

    section.section-fullwidth.news-events .no-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    /*.news.row.owl-carousel.col-lg-8.owl-loaded.owl-drag {
		margin-right: 0px;
		margin-left: 0px;
	}*/

    .events {
        margin-top: 45px;
    }

    .footer-logo {
        display: none;
    }

    /*	.home-all-news {
		position: absolute;
		margin-top: -300px !important;
		right: 0;
	}*/
}
/* New About */
.video-intro-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-intro {
    background: #6d6e71;
    /*padding: 20px;*/
    border-top: 15px solid #B51F83;
    max-width: 95%;
    width: 100%;
}

.video-caption p {
    color: #fff;
    font-size: 20px;
}

.about-page-title {
    font-size: 32px;
    color: #B51F83;
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    text-transform: uppercase;
    margin: 40px 0px 20px;
}

.video-play-box {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /*	padding: 20% 0px;*/
    top: -40px;
    right: -15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden
}

    .video-play-box:hover {
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

        .video-play-box:hover .play-button {
            outline: 1px solid #ffffff63;
            outline-offset: 5px;
        }
/*.video-image {
	position: relative;
	top: -65px;
	right: -90px;
}*/
/*.video-inner-box {
		position: absolute;
		text-align: center;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}*/
a.play-button {
    background: #F44336;
    padding: 20px 30px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a.play-button:hover {
        outline: 1px solid #ffffff63;
        outline-offset: 5px;
    }

.video-inner-box h3 {
    margin-top: 30px;
    color: beige;
    /* font-weight: bold; */
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-weight: 800;
    font-size: 40px;
}

.umt-numbers-slider {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

    .umt-numbers-slider .owl-nav {
        text-align: center;
    }

        .umt-numbers-slider .owl-nav button.owl-prev {
            height: 40px;
            width: 40px;
            line-height: 35px;
            background: #B51F83;
            outline: none;
            margin-right: 10px;
        }

            .umt-numbers-slider .owl-nav button.owl-prev span {
                font-size: 40px;
                color: #fff;
                font-weight: 100;
            }

        .umt-numbers-slider .owl-nav button.owl-next {
            height: 40px;
            width: 40px;
            line-height: 35px;
            background: #B51F83;
            outline: none;
        }

            .umt-numbers-slider .owl-nav button.owl-next span {
                font-size: 40px;
                color: #fff;
            }

.umt-number-box h3 {
    font-size: 40px;
    color: #B51F83;
    font-weight: bold;
}

.umt-number-box p {
    font-weight: bold;
    font-size: 18px;
}

.new-mission {
    margin-left: 30px;
    background: #0055a6;
}

.new-vision, .new-mission {
    padding: 0px;
    height: auto !important;
    margin-top: 50px;
    margin-bottom: 20px;
}

.new-mission {
    margin-left: 30px;
    background: #0055a6;
    margin-bottom: 50px;
}

.mis-and-vis-box {
    background-size: cover !important;
    padding: 20%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    top: -40px;
    right: -15px;
}

.new-mission .mis-and-vis-box {
    left: -15px;
}

.caption-box {
    background: #fff;
    padding: 20px 15px;
    position: relative;
    right: -70px;
    z-index: 1;
}

.new-mission .caption-box {
    left: -70px;
}

.caption-box h1 {
    margin-bottom: 0px;
}

.first-word {
    display: block;
    color: #B51F83;
    font-size: 30px;
    font-weight: 500;
}

.sec-word {
    font-size: 40px;
    font-weight: 600;
    color: #B51F83;
}

.thr-word {
    font-size: 25px;
    font-weight: 600;
    color: #B51F83;
}

.last-word {
    font-weight: 600;
    display: block;
    font-size: 40px;
    color: #8f96a3;
}

.vision-mission-titles {
    font-family: 'Conv_Berthold Akzidenz Grotesk Bold';
    font-weight: 800;
    color: #B51F83;
}

.other-links a {
    font-size: 18px;
}

    .other-links a i {
        padding-right: 15px;
        color: #f58220;
    }

.Empowering-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/*--------------------- Chat Bot CSS    -----------------*/
.css-1dgbgmu {
    font-size: 16px !important;
    top: 0px;
}

.bubble.from-user {
    background-color: #51de4c;
}

#live-chat-container input {
    font-size: 14px;
}

#live-chat-container p {
    font-size: 14px !important;
}

#live-chat-container a, #live-chat-container a:hover {
    color: #1a38db !important;
}

#live-chat-container .content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    overflow: visible;
    position: relative;
}

.avatar {
    border-radius: 50% !important;
}

.on-campus-text-area ul {
    padding-left: 18px;
}

    .on-campus-text-area ul li {
        list-style-type: square;
        margin-bottom: 10px;
    }

.css-1lzfo2b.css-14x775w {
    display: none !important;
}

.bubble.from-user .webchat__bubble__content {
    background-color: #51de4c !important;
    border: none !important;
    color: #fff !important;
}

.from-user .content::after {
    width: 0;
    height: 0;
    content: "";
    top: -.15em;
    right: -12px;
    position: absolute;
    border-style: solid;
    border-width: 0px 12px 16px 0px;
    border-color: transparent #51de4c transparent transparent;
    transform: rotate(-90deg);
}

.css-tyxksf:not(.from-user) .content:before {
    width: 0;
    height: 0;
    content: "";
    top: 0;
    left: -14px;
    position: absolute;
    border-style: solid;
    border-width: 0px 16px 12px 0px;
    border-color: transparent #3593dd transparent transparent;
    transform: rotate(360deg);
}

.css-mhj5i1, .bubble:not(.from-user) .webchat__bubble__content {
    width: 100% !important;
    background-color: #8eee8d;
}

    .css-mhj5i1:not(.from-user), .bubble:not(.from-user) .webchat__bubble__content {
        background-color: #3593dd !important;
        color: #fff !important;
        border: none !important;
    }

.umt-chatbot {
    border-bottom: 3px solid #3593dd;
    height: 420px;
}

.webchat__row {
    border-radius: 4px !important;
}

/*--------------------- END Chat Bot CSS    -----------------*/
.video-caption {
    padding: 15px;
}

.resources-links h3 {
    font-size: 22px;
    font-weight: bold;
    color: #f58220;
}

.resources-links ul {
    margin-bottom: 0px;
}

    .resources-links ul li a {
        font-size: 18px;
        line-height: 34px;
        color: #6d6e71
    }

        .resources-links ul li a i {
            padding-right: 15px;
            color: #B51F83;
        }

    .resources-links ul li:hover a {
        color: #B51F83;
    }

.student-resources .resources-links ul li a {
    color: #B51F83;
    text-decoration: underline !important;
    font-size: 18px;
    line-height: 26px;
}

.student-resources .resources-links ul li:hover a {
    color: #B51F83;
}

.student-resources .resources-links p {
    font-size: 16px;
    margin-bottom: 25px;
}

.on-campus-text-area h4 {
    color: #B51F83;
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 0px;
}

.on-campus-text-area h5 {
    color: #B51F83;
    font-size: 22px;
    font-weight: bold;
}

.on-campus-text-area h4 a {
    color: #B51F83;
}

.our-partners {
    background: #e6e7e8;
    padding: 20px 50px;
    position: relative;
}

.partners h4 {
    color: #B51F83;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 0px;
}

.partners-img {
    padding: 20px;
    background: #fff;
}

    .partners-img img {
        max-height: 80px;
        width: auto !important;
        margin: auto;
    }

.our-partners .owl-nav button.owl-prev span {
    position: absolute;
    left: 10px;
    font-size: 50px;
    top: 50%;
    color: #444;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-partners .owl-nav button.owl-next span {
    position: absolute;
    right: 10px;
    font-size: 50px;
    top: 50%;
    color: #444;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-partners .owl-nav {
    font-size: 0;
}
/*OFFICIES */
.office-title h1 span {
    display: block;
}

.office-title .inner-page-title h1 {
    line-height: 1;
}

.office-inner-content {
    margin-top: -80px;
    background: #fff;
    padding: 30px;
    max-width: 95%;
    width: 100%;
    padding-bottom: 35px;
}

    .office-inner-content h1 {
        color: #B51F83;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .office-inner-content .text-area {
        max-width: 100%;
    }

    .office-inner-content h2 {
        font-size: 26px;
        font-weight: bold;
        color: #B51F83;
    }

    .office-inner-content h3 {
        font-weight: bold;
        font-size: 24px;
        color: #B51F83;
    }

    .office-inner-content h4 {
        font-weight: bold;
        font-size: 22px;
        color: #B51F83;
    }

    .office-inner-content h5 {
        font-weight: bold;
        font-size: 20px;
        color: #B51F83;
    }

    .office-inner-content h6 {
        font-weight: bold;
        font-size: 18px;
        color: #B51F83;
    }

    .office-inner-content .video-intro {
        border-top: 15px solid #08274c;
    }

    .office-inner-content .caption-box {
        background: rgba(236, 243, 252,0.88);
    }

        .office-inner-content .caption-box h4 {
            color: #B51F83;
        }

        .office-inner-content .caption-box p {
            font-size: 16px;
            color: #08274c;
        }

.office-spot-light-image {
    position: relative;
    overflow: hidden;
}

    .office-spot-light-image img {
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

.office-spot-lights .card:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.office-spot-light-name {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .office-spot-light-name h4 {
        margin-bottom: 0px;
        padding-left: 20px;
        color: #fff;
    }

.office-spot-lights .card {
    background: #d3dcdc;
    border: none;
    cursor: pointer;
}

.office-spot-lights .thumbnail .caption {
    background: #d3dcdc;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .office-spot-lights .thumbnail .caption ul li {
        border-bottom: 1px solid rgba(188, 189, 190, 0.7);
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .office-spot-lights .thumbnail .caption ul li:first-child {
            padding-top: 0px;
        }

        .office-spot-lights .thumbnail .caption ul li a {
            font-size: 14px;
            color: #231f20;
        }

        .office-spot-lights .thumbnail .caption ul li:last-child {
            border-bottom: 0px;
            padding-bottom: 0px;
        }

        .office-spot-lights .thumbnail .caption ul li:hover a {
            color: #B51F83;
        }

        .office-spot-lights .thumbnail .caption ul li a span {
            display: block;
        }

    .office-spot-lights .thumbnail .caption.quick-links-offices ul li {
        padding-bottom: 1px !important;
        padding-top: 1px !important;
        border-bottom: 0px;
    }

    .office-spot-lights .thumbnail .caption h5 {
        color: #B51F83;
        font-size: 16px;
        font-weight: bold;
        margin-top: .7rem;
    }

.phd-in-progress {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 85%;
    width: 90%;
    margin: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.card.bg-primary {
    background: #B51F83 !important;
    margin-bottom: 80px;
}

    .card.bg-primary p {
        color: #fff;
    }

.exploer-links-left ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}

    .exploer-links-left ul li a {
        font-size: 16px;
        color: #fff;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .exploer-links-left ul li:hover a {
        color: #fff;
        padding-left: 5px;
    }

    .exploer-links-left ul li a i {
        padding-right: 15px;
        color: #ffffff;
    }

.alumni-box-inner-box p {
    color: #ffffff;
}

.exploer-links-right ul li a {
    color: #B51F83;
    padding-bottom: 2px;
    padding-top: 2px;
    display: block;
}

.exploer-links-right ul li:hover a {
    color: #B51F83;
}

.office-inner-content-adress-box {
    background: #f58220;
    padding: 15px;
}

    .office-inner-content-adress-box h6 {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .office-inner-content-adress-box p {
        font-size: 15px;
        margin-bottom: 0px;
        color: #fff;
    }

.installment-links li {
    color: #B51F83 !important;
    padding-right: 20px;
    font-size: 18px;
}

    .installment-links li i {
        color: #fff;
        padding-right: 15px;
    }

.video-slider-box {
    background: #d3d3d4;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
}

    .video-slider-box h1 {
        border-bottom: 1px solid #B51F83;
    }

        .video-slider-box h1 a {
            font-size: 14px;
            text-transform: uppercase;
            padding: 5px 10px;
            background: #B51F83;
            color: #fff;
        }

.video-slider-cover-image {
    position: relative;
}

.video-slider-box .video-slider-cover-image .video-btn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #f5efef;
}

.video-slider-box .video-box-slider-item .video-slider-title {
    padding: 15px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

@media (min-width:1366px) {
    .umt-number-box h3 {
        font-size: 70px;
        color: #B51F83;
        font-weight: bold;
    }

    .new-more-event {
        position: relative;
        display: inline-block !important;
        background: #6d6e71;
        padding-left: 15px;
        padding-right: 15px;
    }

    .admission-aid .text-area {
        max-width: 80%;
    }

    .Empowering-text {
        max-width: 70%;
    }

    .video-caption {
        padding: 0px 40px;
    }

    .umt-number-box p {
        font-weight: bold;
        font-size: 20px;
    }
}

.owl-item.active.center {
    position: relative
}

    .owl-item.active.center:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(109, 110, 113, 0.07) 0%, rgba(109, 110, 113, 0.2) 12%, rgba(109, 110, 113, 0.2) 47%, rgba(109, 110, 113, 0.07) 100%);
    }

    .owl-item.active.center:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(109, 110, 113, 0.07) 0%, rgba(109, 110, 113, 0.2) 12%, rgba(109, 110, 113, 0.2) 47%, rgba(109, 110, 113, 0.07) 100%);
    }

.umt-at-glance {
    background: #0092c8;
    padding: 30px 0px;
}

    .umt-at-glance h1 {
        color: #fff;
        font-weight: bold;
        font-size: 50px;
    }

    .umt-at-glance p {
        max-width: 80%;
        width: 100%;
        margin: auto;
        color: #fff;
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width:1366px) {
    /*.video-intro  {

		height:360px;

	}*/




}

@media(max-width:992px) {

    .dean-into-box figure img {
        margin-left: 0px;
    }
}

@media only screen and (min-width:850px) {

    #mobile-nav-logo {
        display: none;
        z-index: -1;
    }
}

@media only screen and (max-width: 850px) {
    .umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content, .leaders-media-box, .custom-bread {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .inner-page-title-box.content-page-inner {
        padding-top: 4em;
    }

    section.section-fullwidth.umt-alumni .section-content-area {
        width: 100%;
        padding-right: 0px;
    }

    .alumni-box-inner-box {
        padding: 30px 15px;
    }

    .alumni-caption {
        padding: 20px 15px 20px;
    }

    .umt-number-box h3 {
        font-size: 40px;
    }

    #mobile-nav-logo {
        position: fixed;
        top: 10px;
        z-index: 9999;
        left: 14px;
    }

    .office-inner-content h1 {
        font-size: 24px;
    }

    .office-inner-content h2 {
        font-size: 22px;
    }

    .office-inner-content h3 {
        font-size: 20px;
    }

    .office-inner-content h4 {
        font-size: 18px;
    }

    .office-inner-content h5 {
        font-size: 16px;
    }

    .office-inner-content h6 {
        font-size: 15px;
    }

    .office-title h1 span {
        display: initial;
    }

    .office-inner-content {
        max-width: 100%;
        margin-top: 0px;
        padding: 10px 0px;
    }

    .umt-number-box p {
        font-size: 18px;
    }

    .clubs-and-socities {
        margin-top: 0px;
    }
    /*.video-intro {

		height:260px;

	}*/
    .clubs-box .inner-page-title p {
        padding-left: 15px;
        max-width: 100%;
    }

    .contact-box {
        margin-top: 0px;
    }

    .about-title-box {
        padding-left: 15px;
        padding-bottom: 80px;
    }

    a.section-down {
        display: none;
    }

    .more-news-slider {
        padding-left: 30px;
    }

    .more-news-slider-box {
        max-width: 100%;
    }

    .inner-page-content, .divisons-box {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section-fullwidth {
        padding-left: 30px !important;
        padding-right: 30px !important;
        height: auto;
    }

    .inner-page-title h1, .research .inner-page-title h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-fullwidth-inner {
        padding: 0px !important;
    }

    #side-header {
        height: auto !important;
        overflow: none !important;
        position: fixed;
        top: 0% !important;
    }

    .clubs-and-socities {
        max-width: 100%;
    }

    .post-content .umt-fullwidth, .umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .umt-mobile-nav-item a {
        color: #ccc;
    }

    #side-header {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        position: static !important;
    }

        #side-header .side-header-wrapper {
            overflow: hidden !important;
            padding-bottom: 15px !important;
        }

        #side-header.umt-mobile-menu-design-modern .umt-main-menu-container .umt-mobile-nav-holder, #side-header.umt-mobile-menu-design-modern .side-header-wrapper > .umt-secondary-menu-search {
            margin-bottom: 0px;
        }

    .umt-mobile-nav-item .umt-open-submenu {
        color: #FFF;
    }

    #wrapper {
        position: relative;
        left: 0%;
        transition: left 375ms ease-in-out 0ms;
    }

    .mobile-nav-wrapper {
        display: block;
    }

    #mobile-nav-toggle {
        display: block;
    }

    .mobile-nav-open {
        overflow: hidden;
    }

    #side-header {
        display: none;
    }

    .ranking-boxs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .owl-dots .owl-dot, .more-news-slider-container .owl-dots .owl-dot {
        width: 20px;
    }

    .umt-news-title {
        margin-left: 0px;
    }
}

@media (min-width:768px) {

    .footer-list ul li {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (max-width:768px) {
    .see-what-next {
        bottom: 60%;
    }

    .row.card-deck.related-boxs.mb-5.mt-5 {
        margin-left: 0px;
        margin-right: 0px;
    }

    section.section-fullwidth.umt-ranking .section-content-area {
        padding-right: 0px;
    }

    .clubs-and-socities .card .form-control {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .umt-news-title, .news-first-box-title {
        margin-bottom: 20px;
    }

    .news-first-box-title {
        font-size: 25px;
    }

    .events-main-title {
        font-size: 15px;
    }

    .research-box .figure-caption h5 {
        font-size: 18px;
    }

    .other-adress h4 {
        font-size: 18px;
    }

    .other-links a {
        font-size: 16px;
    }

    .research-box .figure-caption {
        bottom: 0px;
    }

    .map-ad iframe {
        height: 300px;
    }

    .umt-at-glance p {
        max-width: 100%;
    }

    .sections-buttons-box .buttons-box {
        display: block;
        margin-bottom: 5px;
    }

    .border-col {
        border-right: 0px;
    }

    .schools-tabs h3 {
        font-size: 19px;
        padding-right: 8px;
    }

        .schools-tabs h3 span {
            font-size: 22px;
        }

    .view-website-button {
        text-align: center;
    }

    .schools-tabs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .schools-tabs h4 {
            font-size: 18px;
        }

    .schools-hide-show-button {
        position: absolute;
        right: 0px;
    }

        .schools-hide-show-button .btn-link.collapsed, .schools-hide-show-button .btn-link {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 111;
        }

    .programs-box-links li a i {
        top: 13px;
    }

    .video-play-box {
        top: initial;
        right: initial;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mis-and-vis-box {
        display: none;
    }

    .new-mission .caption-box {
        left: 0;
    }

    .new-mission {
        margin-left: 0px;
    }

    .caption-box {
        right: 0
    }

    .new-vision, .new-mission {
        padding: 20px;
    }

    .leaders-media-box img {
        max-width: 200px;
    }

    .video-image {
        top: initial;
        right: initial;
    }

    .video-intro {
        height: auto;
        max-width: 100%;
        padding: 0px 15px;
    }

    .new-about .text-area {
        max-width: 100%;
    }

    .research-box .figure {
        margin-bottom: 20px;
    }

    .pic-box .sch-box {
        padding-left: 15px;
    }

    .admission-aid .scholarship .Undergraduate-box {
        left: 0;
    }
    /*.admission-aid .scholarship .Undergraduate-box .special-link {
			left: -15px;
		}*/
    .events {
        margin-top: 45px;
    }

    .home-all-news {
        /*	position: absolute;
		margin-top: -270px !important;
		right: 0;*/
        font-size: 14px;
    }

    .inner-page-title h1, .research .inner-page-title h1 {
        font-size: 35px;
        padding-top: 40px;
    }

    .all-news-title, .umt-at-glance h1 {
        font-size: 25px;
    }

    .about-links h4 {
        font-size: 22px;
    }

    .news-text {
        margin-top: 10px;
    }

    .video-slider-box h1 a {
        font-size: 12px;
    }

    .admission-fall-title, .ranking-title, .umt-number-title, .umt-news-title, .office-title .inner-page-title h1, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span {
        font-size: 35px;
        line-height: 1;
    }

    .custom-top-tagline {
        font-size: 20px;
    }

    .text-area .research-box p {
        font-size: 14px !important;
    }

    .umt-news-title span, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span {
        display: inline;
    }

    .row-1 {
        margin-bottom: 0px;
    }

    .number-box {
        margin-bottom: 8px;
    }

    .numbers-slider .owl-dots {
        margin-top: 20px;
    }

    .search_box {
      /*  padding: 15px;*/
    }

    .admission-fall .section-content-area h4 {
        font-size: 20px;
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .admission-fall .section-content-area p, .umt-ranking .section-content-area p, .umt-by-numbers .section-content-area p {
        font-size: 16px;
    }

    h1.ranking-title, h1.admission-fall-title {
        margin-bottom: 0px;
    }

    .umt-ranking .section-content-area p {
        margin-bottom: 30px;
        margin-top: 20px !important;
    }

    .admission-fall .search_box h4 {
        font-size: 18px;
    }

    /*.ranking-title span {
		font-size: 24px;
		margin-top: 5px;
	}*/

    .ranking-boxs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .impact-logo {
        margin-top: 30px;
    }

    .search-links li {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }

        .search-links li a {
            display: block;
        }

    .events-box {
        padding: 15px;
    }

    a.more-events {
        margin-top: 30px;
        font-size: 12px;
    }

    .admission-fall-title span, .umt-number-title span {
        display: inline;
    }

    .umt-by-numbers .section-content-area p {
        margin-top: 15px;
        margin-bottom: 17px;
    }

    .section-fullwidth {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .abc-fac {
        width: 100%;
    }

    p, .text-area p, .programs-box-links li a {
        font-size: 16px !important;
    }

    .admission-aid .Undergraduate-box h4 {
        font-size: 22px;
    }

    .umt-popup .modal-dialog .cross-btn {
        right: -5px;
        top: -42px;
    }

    .umt-ranking .section-content-area .Empowering-text {
        margin-top: 0px !important;
    }

    .slider-fac.owl-carousel.row.col-md-12.owl-loaded.owl-drag, .news.home-news-slider.row.owl-carousel.col-lg-8.owl-loaded.owl-drag {
       /* margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px*/
    }
}

@media (max-width:580px) {

    .faculty-form input, .faculty-form select, .umt-ranking .section-content-area .Empowering-text {
        margin-bottom: 20px !important;
    }

    .inner-page-title-box.content-page-inner {
        padding-top: 2em;
    }

    .core-value-boxs {
        grid-template-columns: repeat(1, 1fr);
    }

    .admission-aid .Undergraduate-box {
        left: 0px;
    }


    .faculty-tabs .nav-pills .nav-item, .leadership-tabs.nav-pills .nav-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {

    .admission-fall-title, .ranking-title, .umt-number-title, .umt-news-title, .office-title .inner-page-title h1, .umt-news-title span, .admission-fall-title span, .umt-number-title span, .ranking-title span, .admission-fall-title span, .umt-news-title span {
        font-size: 22px;
    }

    .about-page-title {
        font-size: 20px;
    }

    .owl-carousel .owl-item {
        margin: auto;
    }

    .news-first-box-title {
        font-size: 18px;
    }

    .custom-top-tagline {
        font-size: 15px;
    }

    .leadership-names h3 {
        margin-top: 10px;
        font-size: 20px;
    }

    .leadership-messages h5 {
        font-size: 20px;
    }

    .clubs-box .inner-page-title p {
        display: none;
    }

    .see-what-next {
        bottom: 40%;
    }

    .ranking-title span {
        font-size: 20px;
    }

    .inner-page-title h1 {
        font-size: 22px;
        padding-top: 40px;
        text-transform: capitalize;
    }

    .divisons-box.card-deck .card {
        margin-left: 0px;
        margin-right: 0px;
    }

    .umt-footer .umt-footer-widget-area .umt-row .umt-columns, .umt-copyright-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .about-title-box h1 {
        font-size: 35px;
    }
}

@media (max-width:340px) {
    .see-what-next {
        bottom: 20%;
    }
}

.card {
    border-bottom: 1px solid #f0f0f0;
}

.my-card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    /*	box-shadow: 0px 0px 8px;*/
    margin-bottom: 28px;
    /*border-radius: 35px 0;*/
    overflow: hidden;
    transition: .5s
}

    .my-card:hover {
        box-shadow: 0px 0px 8px #B51F83;
    }

    .my-card img {
        max-height: 250px;
        width: 100%
    }

.my-card-body {
    padding: 10px;
    margin-bottom: 20px
}

    .my-card-body h5 {
        text-transform: capitalize;
        line-height: 25px;
        font-size: 25px
    }

    .my-card-body p {
        margin: 10px 0;
        color: #f7941d;
        /*word-break: break-all;*/
        font-size: 14px;
    }

.social-icons {
    margin-bottom: 25px
}

    .social-icons a {
        margin-right: 22px;
        color: #363842;
        font-size: 16px
    }

        .social-icons a:hover {
            color: #c81a3b
        }

.my-card-btn {
    color: rgb(231, 231, 231);
    background-color: #c81a3b;
    padding: 10px 28px;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 10px 0;
    transition: .5s
}

    .my-card-btn:hover {
        color: rgb(15, 15, 15)
    }

.my-card-body .email {
    font-size: 13px;
}

/*CSS form the opa page*/
.nav-tabs > li.active > a {
    background-color: #93acca !important;
    border: 1px solid #ddd !important;
    border-bottom-color: #93acca !important;
    color: white !important;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #1b4b84;
    color: white;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #414042;
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

@media (min-width: 576px) {
    .umt-popup .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media (min-width:1700px) {


    .search-area-home {
        width: 70%
    }
}

@media (max-width:480px) {


    .my-card img {
        max-height: initial;
    }

    .video-mix-slider .item-video {
        width: 100%;
    }
}

@media (max-width:1500px) {

    section.section-fullwidth.admission-fall.Custodian-section {
        background-position: -300px;
    }
}

@media (max-width:1200px) {


    .news-det {
        margin: 0px;
        padding: 0px;
    }

    .news-det-box {
        padding: 0px;
    }

    .Custodian-section .section-content-area {
        max-width: 100%
    }
}
.video-inner-box iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* Mobile responsive (screens ≤ 768px) */
@media (max-width: 768px) {
    .video-inner-box {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }

        .video-inner-box iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    .profile-card img {
        object-fit: initial !important;
        max-height: 450px;
    }
}
.pm {
    padding-left: 21px;
}

