/*--------------------*/


/* BASIC TYPOGRAPHY */


/*--------------------*/

body,
html {
    overflow-x: hidden;
}

body {
     font-family: 'Lexend', sans-serif;
    color: #8E8E8E;
    font-size: 22px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: disc;
    font-size: 17px;
    line-height: 1.59;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    margin-top: 0;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
    line-height: 1.13;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    border: none;
    max-width: 100%;
}

code {
    background-color: #ee6e73;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
}

pre {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
}

pre code {
    background-color: transparent;
    color: #333333;
}

del {
    text-decoration-color: #ee6e73;
}

kbd {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 2px;
}

address {
    line-height: 1.5;
    padding-left: 10px;
}

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

blockquote {
    background-color: #f8f8f8;
    border-radius: 0 4px 4px 0;
    color: #323232;
    padding: 15px 15px;
    border-left: 5px solid #0091ea;
    font-weight: 600;
}

blockquote p {
    margin-top: 10px;
}

button {
    padding: 5px 15px;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

iframe {
    border: none;
}


/* ========= BUTTON =========*/

.mu-primary-btn {
    background-color: #0091ea;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
    color: #fff;
}

.mu-send-msg-btn {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 170px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
    background-color: #fff;
}


/*scrol to top*/

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #ffffff;
    display: none;
    font-size: 30px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 55px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 55px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}

.mu-single-slide:before {
    background-color: #8481b0;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8481b0, endColorstr=#73b58c);
    background-image: -moz-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -webkit-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -o-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -ms-linear-gradient(left, #8481b0 55%, #73b58c 22%, #69bbd5 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(55%, #8481b0), color-stop(22%, #73b58c), color-stop(100%, #69bbd5));
}


/*a:hover,
a:focus,
.mu-book-now-btn,
.mu-copy-right a:hover,
.mu-copy-right a:focus,
.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-logo,
.mu-logo:hover,
.mu-logo:focus,
.mu-client-quote,
.mu-clients-slider .slick-prev, 
.mu-clients-slider .slick-next,
.mu-clients-slider .slick-prev::before, 
.mu-clients-slider .slick-next::before,
.my-why-us-single-icon {
	color: #0091ea;
}*/

.scrollToTop,
.mu-testimonial-slide .slick-dots li.slick-active,
#mu-callto-action {
    background-color: #0091ea;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
    border: 1px solid #0091ea;
    color: #0091ea;
}

.mu-contact-form .form-control:focus,
.mu-featured-tours-single-info .mu-book-now-btn {
    border: 1px solid #0091ea;
}

.mu-send-msg-btn,
.mu-send-msg-btn:focus,
.mu-register-btn:hover,
.mu-register-btn:focus {
    border: 1px solid #0091ea;
    background-color: #0091ea;
}

.mu-clients-slider .slick-prev,
.mu-clients-slider .slick-next {
    border: 2px solid #0091ea;
}


/*--------------------*/


/* HEADER */


/*--------------------*/

#mu-hero {
    /*background-color: #0091ea;*/
    display: inline;
    float: left;
    width: 100%;
}

.mu-logo-area {
    display: inline;
    float: left;
    width: 50%;
}

.mu-navbar .mu-logo {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    padding: 0px;
}

.mu-logo span {
    display: inline-block;
}

.mu-logo img {
    margin-top: -5px;
}

.mu-navbar .mu-logo:hover,
.mu-navbar .mu-logo:focus {
    color: #fff;
}

.mu-scrolldown-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-scrolldown {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
}

.mu-scrolldown:hover,
.mu-scrolldown:focus {
    color: #fff;
}


/*--------------------*/


/* MENUE */


/*--------------------*/

.mu-navbar {
    padding: 20px 0;
}

.mu-navbar-nav {
    display: block;
    text-align: right;
    width: 100%;
}

.mu-navbar-nav li {
    list-style: none;
    display: inline-block;
}

.mu-navbar-nav li a {
    color: #fefeff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 18px;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(assets/images/Sub-Link-Arrow.png) no-repeat right 18px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.mu-navbar-nav li.active a,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li a:focus {
    background-color: #fff;
    color: #0091ea;
}

.mu-navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}

.mu-navbar-nav li .dropdown-menu a {
    color: #444;
    padding: 6px 15px;
}

.mu-navbar-nav li .dropdown-menu a:hover,
.mu-navbar-nav li .dropdown-menu a:focus {
    color: #0091ea;
}


/*--------------------*/


/* SLIDER */


/*--------------------*/

#mu-slider {
    display: inline;
    width: 100%;
}

.mu-slide {
    display: inline;
    float: left;
    width: 100%;
}

.mu-single-slide {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.mu-single-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 10;
}

.mu-single-slide-content-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 12% 16%;
}

.mu-single-slide-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.mu-single-slide-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 30px;
}

.mu-single-slide-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.mu-single-slide-content a {
    margin-top: 30px;
}

.mu-slide .slick-prev:hover,
.mu-slide .slick-prev:focus,
.mu-slide .slick-next:hover,
.mu-slide .slick-next:focus {
    color: #0091ea;
}

.mu-slide .slick-prev:hover:before,
.mu-slide .slick-prev:focus:before,
.mu-slide .slick-next:hover:before,
.mu-slide .slick-next:focus:before {
    color: #0091ea;
}
.set-position {
    width: 100%;
    max-width: unset;
}


/*--------------------*/


/*--------------------*/


/* RESPONSIVE STYLE */


/*--------------------*/

@media (max-width: 1199px) {
    .mu-single-slide-content-area {
        padding: 9% 10%;
    }
    .mu-about-right {
        padding-left: 0;
    }
    .mu-quote-btn {
        padding: 15px 45px;
        margin-top: 15px;
    }
    .mu-about-right ul li {
        margin-bottom: 10px;
    }
    .mu-single-service-icon {
        margin-right: 0;
    }
    .mu-single-service-content {
        width: 78%;
        /*margin-left: 15px;*/
    }
    .mu-video-close-btn {
        right: 20px;
    }
    .mu-video-right {
        padding-right: 15%;
        padding-left: 25px;
    }
    .mu-testimonial-slide .slick-prev {
        left: -20px;
    }
    .mu-testimonial-slide .slick-next {
        right: -20px;
    }
    .mu-clients-single {
        padding: 5px;
    }
    .mu-social-media a {
        margin-right: 3px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    /*About us page*/
    .mu-single-team-img {
        width: 26%;
    }
    .mu-single-team-content {
        width: 74%;
        padding: 10px 10px;
    }
    .mu-single-team-content span {
        margin-bottom: 0;
    }
    .mu-single-team-content p {
        font-size: 12px;
    }
    /*Blog page*/
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 135px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 125px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0 15%;
    }
    .mu-error-content {
        padding: 0 10%;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        top: 100%;
    }
}

@media (max-width: 991px) {
    .mu-navbar-nav {
        display: flex;
        text-align: left;
        width: 100%;
        /*	margin-top: 10px;*/
    }
    .mu-navbar-nav li {
        margin-bottom: 10px;
    }
    .mu-navbar .navbar-toggler {
        color: #fff;
        border-color: #fff;
        cursor: pointer;
        padding: 10px 15px;
    }
    .mu-single-slide-content-area {
        padding: 6% 10%;
    }
    .mu-single-slide-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .mu-primary-btn {
        padding: 15px 40px;
    }
    .mu-single-slide-content a {
        margin-top: 15px;
    }
    .mu-title {
        padding: 0 10%;
    }
    .mu-call-to-action-left {
        max-width: 65%;
    }
    .mu-single-service-content {
        width: 70%;
        /*margin-left: 10px;*/
    }
    .mu-video-iframe-area {
        padding: 12% 5%;
    }
    .mu-video-iframe-area iframe {
        width: 100%;
    }
    .mu-video-close-btn {
        right: 20px;
        top: -40px;
    }
    .mu-video-right {
        padding-right: 5%;
        padding-left: 15px;
    }
    .mu-single-counter span {
        padding: 20px 10px;
    }
    .mu-single-counter-content {
        padding-left: 10px;
        padding-top: 15px;
    }
    .counter-value {
        font-size: 25px;
    }
    .mu-counter-name {
        font-size: 16px;
    }
    .mu-filter-item-content {
        padding-top: 22%;
    }
    .mu-pricing-table > li {
        margin: 0 10px;
        width: 29%;
    }
    .mu-pricing-single-content ul li {
        padding: 0 5px;
    }
    .mu-pricing-single-title h3 {
        font-size: 20px;
    }
    .mu-single-pricebox h4 {
        font-size: 35px;
    }
    .mu-buy-now-btn,
    .mu-standard-pricing .mu-buy-now-btn {
        font-size: 16px;
        padding: 8px 25px;
    }
    .mu-standard-pricing .mu-pricing-single {
        padding: 20px 20px;
    }
    .mu-testimonials-area {
        padding: 100px 0 125px;
    }
    .mu-blog-item-content {
        padding: 15px 15px;
    }
    .mu-newsletter-content {
        padding: 0 20%;
    }
    .mu-social-media a {
        margin-bottom: 10px;
    }
    .mu-clients-area {
        padding: 50px 0;
    }
    /*About US page */
    #mu-skills {
        background-position: inherit;
    }
    /*Contact us page*/
    .mu-contact-content {
        padding: 0 22%;
    }
    /*Blog Page*/
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 75px;
        margin-right: 5px;
    }
    .mu-sidebar-widget-title {
        font-size: 22px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 108px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 12px;
        width: 100px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0 10%;
    }
    .mu-error-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .mu-title {
        padding: 0;
    }
    .mu-about-area {
        padding: 60px 0;
    }
    .mu-about-right {
        margin-top: 30px;
    }
    #mu-service {
        padding: 60px 0 50px;
    }
    .mu-call-to-action-left {
        max-width: 100%;
    }
    .mu-call-to-action-area {
        text-align: center;
        padding: 50px 0;
    }
    .mu-call-to-action-left h2 {
        margin-bottom: 15px;
    }
    .mu-quote-btn {
        float: none;
        margin-top: 35px;
    }
    .mu-video-right {
        padding-right: 5%;
        padding: 10% 5%;
    }
    .mu-portfolio-area {
        padding: 60px 0;
    }
    .mu-single-service {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mu-single-service-content {
       /* margin-left: 20px;*/
    }
    .learn-goal-sec-item .mu-single-service-content {
       /* width: 63% !important;*/
    }
    .mu-counter-area {
        display: inline;
        float: left;
        padding: 50px 0;
        width: 100%;
    }
    .mu-single-counter {
        margin: 20px 20px;
    }
    #mu-pricing {
        padding: 60px 0;
    }
    .mu-pricing-table > li,
    .mu-pricing-table > li.mu-standard-pricing {
        margin: 10px 0;
        width: 100%;
    }
    .mu-standard-pricing .mu-pricing-single {
        padding: 20px 0;
    }
    .mu-standard-pricing .mu-pricing-single-content {
        padding: 35px 0 15px;
    }
    .mu-standard-pricing .mu-single-pricebox {
        padding: 5px 0 25px;
    }
    .mu-title {
        margin-bottom: 25px;
    }
    #mu-from-blog {
        padding: 60px 0;
    }
    .mu-from-blog-content {
        margin-top: 0;
    }
    .mu-blog-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mu-footer-top {
        padding: 30px 0 10px;
    }
    .mu-single-footer {
        margin: 15px 0;
    }
    /*About Us page*/
    #mu-skills {
        padding: 60px 0;
    }
    .mu-single-skills {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mu-team-area {
        padding: 60px 0 50px;
    }
    .mu-single-team-content p {
        font-size: 14px;
    }
    /*contact us*/
    .mu-contact-content {
        padding: 0 15%;
    }
    #mu-google-map iframe {
        height: 350px;
    }
    /*Blog page*/
    .mu-blog-sidebar {
        margin-top: 50px;
    }
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 120px;
        margin-right: 10px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 170px 0 20px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 160px;
    }
    /*Error Page*/
    .mu-error-area .mu-title {
        padding: 0;
    }
    .mu-text {
        font-size: 225px;
        line-height: 225px;
    }
    .mu-backdrop {
        height: 280px;
    }
}

@media (max-width: 640px) {
    ul.popup-links li {
        list-style-type: none;
        width: 100% !important;
        display: inline-block;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    ul.popup-links li:after {
        display: none;
    }
    .mu-single-slide-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slick-prev {
        left: 10px;
    }
    .mu-single-slide-content-area {
        padding: 6% 0%;
    }
    .mu-single-slide-content a {
        margin-top: 0;
    }
    .mu-single-slide-content p {
        margin-bottom: 15px;
    }
    .mu-primary-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    .mu-video-left {
        padding: 120px 0;
    }
    .mu-video-iframe-area {
        padding: 5% 5%;
    }
    .mu-video-iframe-area iframe {
        height: 300px;
    }
    .mu-video-close-btn {
        top: 5px;
        margin-top: 0;
        height: 40px;
        line-height: 35px;
        width: 40px;
    }
    .mu-newsletter-content {
        padding: 0;
    }
    .mu-single-counter {
        margin: 20px 0;
    }
    /*contact us*/
    .mu-contact-content {
        padding: 0 5%;
    }
    #mu-google-map iframe {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .mobile-slider {
        display: block !important;
    }
    #mu-slider .desktop-slider {
        display: none;
    }
#mu-slider .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
    .border-btm {
        border-bottom: none !important;
        border-right: none !important;
    }
    .mu-single-service.mba-prog-txt {
        border-bottom: none !important;
    }
    .border-rght {
    border-right: none !IMPORTANT;
}
}
@media (min-width: 768px) and  (max-width: 992px) {
    .border-btm {
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }
}

@media (min-width: 1024px) and  (max-width: 1280px) {
    .global-section {
        position: absolute;
        bottom: 8%;
        left: 13%;
    }
    .global-section h1.slider-title4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
    }
    .global-section h1.slider-title3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
    }
    .global-section h1.slider-title2 {
        font-size: 32px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
    }
    .global-section h1.slider-title1 {
        font-size: 36px;
        font-weight: 500;
        line-height: 26px;
        text-align: left;
    }

    .slider-download-brochure {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 6px;
    }

    .right-slider-content p {
        font-size: 20px !important;
        line-height: 23px !important;
    }
    .right-slider-content h1 {
        font-size: 28px !important;
        margin-bottom: 14px !important;
    }
    .right-slider-content h1 b {
        font-size: 30px !important;
    }
    .right-slider-content {
        right: 22% !important;
        bottom: 14% !important;
    }
    .slider-corp-wrap {
        position: absolute;
        bottom: 13% !important;
        right: 7% !important;
    }
    h1.slider-cor1 {
        font-size: 32px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    h1.slider-cor2 {
        font-size: 21px !important;
        line-height: 30px !important;
        margin-bottom: 12px !important;
    }
    h1.slider-cor3 {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-bottom: 4px !important;
    }
    .enterprnr-slider {
        left: 21% !important;
    }
    .enterprnr-slider h1.slider-title5 {
        font-size: 28px !important;
        line-height: 30px !important;
    }
    .enterprnr-slider h1.slider-title6 {
        font-size: 21px !important;
        line-height: 26px !important;
        margin-top: 7px !important;
        margin-bottom: 8px !important;
    }
    .enterprnr-slider h1.slider-title8 {
        font-size: 19px !important;
        line-height: 24px;
        margin-bottom: 0px !important;
    }
        .enterprnr-slider .slider-download-brochure, .enterprnr-slider .slider-download-brochure:hover {
            font-size: 16px !important;
            padding-right: 20px;
            margin-left: 0px !important;
            background-size: 14px !important;
           
        }
}
@media (min-width: 769px) and  (max-width: 1024px) {
.mu-logo img {
    margin-left: 0px !important;
    width: 60%;
}
    .global-section {
        position: absolute;
        bottom: 2% !important;
        left: 13%;
    }
    .global-section h1.slider-title4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }
    .global-section h1.slider-title3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }
    .global-section h1.slider-title2 {
        font-size: 24px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
    }
    .global-section h1.slider-title1 {
        font-size: 23px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }
    .slider-download-brochure, .slider-download-brochure:hover {
        font-size: 16px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 20px !important;
        padding-right: 19px;
        margin-left: 5px !important;
        background-size: 14px !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }
    .right-slider-content {
        right: 12% !important;
        bottom: 14% !important;
    }
    .right-slider-content .slider-download-brochure, .right-slider-content .slider-download-brochure:hover {
        font-size: 16px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px;
        padding-right: 20px;
        margin-left: 5px !important;
        background-size: 14px !important;
        /* padding-top: 6px; */
        /* padding-right: 0; */
        padding-bottom: 10px;
        color: #8e8e8e !important;
    }
    .right-slider-content h1 {
        font-size: 26px !important;
        margin-bottom: 6px !important;
    }
    .right-slider-content h1 b {
        font-size: 27px !important;
    }
    .right-slider-content p {

        font-size: 20px;
        font-weight: 400;
        line-height: 23px !important;
        text-align: left;
        margin-bottom: 5px;
    }
    .slider-corp-wrap {
        position: absolute;
        bottom: 13% !important;
        right: 7% !important;
    }
    h1.slider-cor1 {
    font-size: 27px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
}
    h1.slider-cor2 {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 7px !important;
}
    h1.slider-cor3 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-bottom: 4px !important;
}
    .enterprnr-slider {
        left: 17% !important;
    }
.enterprnr-slider h1.slider-title5 {
    font-size: 22px !important;
    line-height: 23px !important;
}
.enterprnr-slider h1.slider-title6 {
    font-size: 18px !important;
    line-height: 23px !important;
    margin-top: 7px !important;
    margin-bottom: 5px !important;
}
.enterprnr-slider h1.slider-title8 {
    font-size: 17px !important;
    line-height: 24px;
    margin-bottom: 0px !important;
}
    .enterprnr-slider .slider-download-brochure, .enterprnr-slider .slider-download-brochure:hover {
        font-size: 16px !important;
        padding-right: 20px;
        margin-left: 0px !important;
        background-size: 14px !important;
        color: #147fb1 !important;
    }
}
@media (max-width: 480px) {
    .sub-btn span {
        display: none !important;
    }
    .col-md-4.mrg-btm-50.col-lg-4.col-xs-6 {
        margin-bottom: 0px !important;
    }
    /*.mobile-slider {
        display: block !important;
    }*/
    .mobile-slider .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 48%;
        bottom: 12% !important;
    }
    .mobile-slider h1.slider-main-title {
        font-size: 22px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }
    .mobile-slider h1.slider-small-title {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
        margin-top: 5px;
    }
    .mobile-slider .slider-download-brochure,
    .mobile-slider .slider-download-brochure:hover {
        font-size: 19px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat 110px 4px !important;
        padding-right: 20px;
        margin-left: 0px !important;
        background-size: 14px !important;
        line-height: 20px;
        float: left;
        margin-top: 7px;
        font-weight: 400;
    }
   /* .desktop-slider {
        display: none;
    }*/
    .mu-single-slide-content a.mu-primary-btn {
        display: none;
    }
    .mu-single-counter span {
        float: none;
    }
    .mu-single-counter-content {
        float: none;
        display: inline-block;
    }
    .mu-title h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .mu-call-to-action-left h2 {
        font-size: 20px;
    }
    .mu-filter-item-content {
        padding-top: 29%;
        font-size: 18px;
    }
    .filtr-item h4 {
        font-size: 18px;
    }
    .mu-testimonials-area h2 {
        font-size: 25px;
    }
    .mu-testimonials-block {
        margin-top: 20px;
    }
    .mu-testimonial-slide li p {
        font-size: 15px;
    }
    .mu-testimonials-area {
        padding: 50px 0 50px;
    }
    .mu-subscribe-btn {
        font-size: 16px;
    }
    .mu-video-play-btn {
        height: 40px;
        width: 60px;
        font-size: 16px;
        line-height: 40px;
    }
    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
    }
    .slick-prev::before,
    .slick-next::before {
        font-size: 20px;
    }
    .scrollToTop {
        font-size: 25px;
        line-height: 43px;
        width: 45px;
        height: 45px;
    }
    .mu-navbar {
        padding: 10px 0;
    }
    .mu-navbar .navbar-toggler {
        padding: 5px 10px;
    }
    /*About Us page*/
    .mu-page-header-area {
        padding: 80px 0;
    }
    .mu-page-header-title {
        font-size: 30px;
    }
    /*contact us*/
    #mu-google-map iframe {
        height: 250px;
    }
    /*Blog page*/
    #mu-blog {
        padding: 30px 0;
    }
    #mu-blog .mu-blog-item {
        margin-bottom: 30px;
    }
    .mu-blog-pagination .pagination .page-link {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
    .mu-blog-pagination .pagination .page-item:first-child .page-link,
    .mu-blog-pagination .pagination .page-item:last-child .page-link {
        line-height: 38px;
    }
    .mu-blog-pagination .pagination {
        float: none;
    }
    .mu-blog-sidebar {
        margin-top: 30px;
    }
    .mu-sidebar-social-widget .mu-social-media a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    /*Error Page*/
    .mu-error-area {
        padding: 50px 0;
    }
    .mu-text {
        font-size: 180px;
        line-height: 180px;
    }
    .mu-backdrop {
        height: 230px;
    }
}

@media (max-width: 360px) {
    .mu-single-slide-content h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .mu-single-slide-content p {
        margin-bottom: 0;
        font-size: 12px;
    }
    .mu-title h2 {
        font-size: 22px;
    }
    .mu-video-iframe-area {
        padding: 15% 5%;
    }
    .mu-video-right p {
        font-size: 16px;
        text-align: center;
    }
    .mu-filter-item-content {
        padding-top: 26%;
    }
    .mu-subscribe-form input {
        padding: 0 130px 0 20px;
    }
    .mu-subscribe-btn {
        font-size: 14px;
        width: 120px;
    }
    .mu-testimonial-slide .slick-next {
        right: 0;
    }
    .mu-testimonial-slide .slick-prev {
        left: 0;
    }
    /*About Us page*/
    .mu-single-team {
        text-align: center;
        padding: 10px 0;
    }
    .mu-single-team-img,
    .mu-single-team-content {
        width: 100%;
    }
    /*Blog page*/
    .mu-blog-pagination .pagination li {
        margin: 0 3px;
    }
    .mu-popular-content-widget .media {
        margin-bottom: 15px;
    }
    .mu-popular-content-widget .media > .mu-popular-post-img {
        width: 85px;
        margin-right: 5px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-form input {
        padding: 0 135px 0 15px;
    }
    .mu-sidebar-subscribe-widget .mu-subscribe-btn {
        font-size: 16px;
        width: 125px;
    }
    #respond input[type="text"],
    #respond input[type="email"],
    #respond input[type="url"] {
        height: 35px;
        padding: 0 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    #respond textarea {
        padding: 10px;
        height: 150px;
    }
    .mu-related-post .mu-related-post-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .mu-comments-area h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .mu-comments-area .comments .commentlist .children {
        padding-left: 15px;
    }
    #respond .reply-title {
        font-size: 22px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
        line-height: 1.13;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    /*Error Page*/
    .mu-text {
        font-size: 160px;
        line-height: 160px;
    }
    .mu-backdrop {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .mu-single-slide-content-area {
        padding: 2% 0%;
    }
    .mu-filter-item-content {
        padding-top: 24%;
    }
}


/*=========================================================

					Custom CSS Styles 

=========================================================*/

.padd-left-10 {
    padding-left: 10px;
}

.padd-left-20 {
    padding-left: 20px;
}

.padd-left-30 {
    padding-left: 30px;
}

.padd-left-40 {
    padding-left: 40px;
}

.padd-left-50 {
    padding-left: 50px;
}

.padd-right-10 {
    padding-right: 10px;
}

.padd-right-20 {
    padding-right: 20px;
}

.padd-right-30 {
    padding-right: 30px;
}

.padd-right-40 {
    padding-right: 40px;
}

.padd-right-50 {
    padding-right: 50px;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-20 {
    padding-top: 20px;
}

.padd-top-30 {
    padding-top: 30px;
}

.padd-top-40 {
    padding-top: 40px;
}

.padd-top-50 {
    padding-top: 50px;
}

.padd-bottom-10 {
    padding-bottom: 10px;
}

.padd-bottom-20 {
    padding-bottom: 20px;
}

.padd-bottom-30 {
    padding-bottom: 30px;
}

.padd-bottom-40 {
    padding-bottom: 40px;
}

.padd-bottom-50 {
    padding-bottom: 50px;
}

.mrg-btm-50 {
    margin-bottom: 50px;
}

.mrg-btm-30 {
    margin-bottom: 30px;
}

.mrg-btm-20 {
    margin-bottom: 20px;
}

.mrg-btm-10 {
    margin-bottom: 10px;
}

.no-padd {
    padding: 0px;
}

.mu-single-service-icon-middle {
    display: block !important;
    float: none !important;
    margin: 0 auto 25px;
}

.mu-navbar .mu-logo {
    margin: 0 auto;
}

.mu-single-service-content-1 {
    width: 100%
}

.menu-section {
    background: #0091ea;
    position: relative
}

.menu-section a.navbar-brand.mu-logo {
    display: none;
}

.menu-section .mu-navbar-nav li.active a,
.menu-section .mu-navbar-nav li a:hover,
.menu-section .mu-navbar-nav li a:focus {
    background: transparent;
    color: #000;
}

.programme-information {
    position: relative;
    padding-bottom: 50px;
}

.return-on-investment {
    position: relative;
    padding-bottom: 50px;
}

.application-process {
    position: relative;
}

.mu-service-area.services h2 {
    /*    font-size: 22px;*/
    padding-top: 15px;
}


/*.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}*/


/*.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}*/

.accordion-toggle:hover {
    text-decoration: none;
}

#programme-accordion h4.panel-title {
    border-bottom: 1px solid #000;
    line-height: 40px;
    font-family: 'Heebo', sans-serif;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

#programme-accordion h4.panel-title a {
    line-height: 30px;
    font-family: 'Heebo', sans-serif;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

div#programme-accordion {
    margin-right: 40px;
}

#programme-accordion .panel.panel-default,
#application-process-accordion .panel.panel-default {
    margin-bottom: 10px;
}

ul.list-group.faq-list {
    list-style: none;
    margin-top: 20px;
}

ul.list-group.faq-list li {
    list-style: none;
    border: none;
    padding-top: 0px;
    padding-left: 0px;
}

#info-graphic {
    display: inline;
    float: left;
    width: 100%;
    padding: 60px 0 50px;
}

#meet-profiles {
    display: inline;
    float: left;
    width: 100%;
    padding: 0px 0 50px;
}

a.view-more {
    position: absolute;
    bottom: 0;
    background: #c7c7c7;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.student-details {
    position: relative;
}

a.view-all {
    font-size: 16px;
    font-weight: 500;
}

#trichy-campus {
    display: inline;
    float: left;
    width: 100%;
    padding: 50px 0 80px;
    /*background: #ebebeb;*/
    position: relative;
}

.mu-navbar {
    padding: 0px !important;
}

@media(max-width:767px) {
    a.view-more {
        position: relative;
        bottom: 0;
    }
}

#social-address-section {
    display: inline;
    float: left;
    width: 100%;
    padding: 60px 0 0px;
    position: relative;
    background: #edf1f5;
}

#slider {
    width: 100%;
    padding: 60px 0 50px;
}

#social-address-section .menu-links-section {}

.logo-section {
    position: absolute;
    top: 0px;
}

.return-on-investment.mu-single-skills {
    /* color: #fff; */
    display: inline;
    float: left;
    width: 100%;
    /* text-align: center; */
}

.mu-logo img {
    margin-left: 20px;
}

.carousel-caption.main-slider-caption {
    width: 50%;
    right: 0px !important;
    left: 52%;
    bottom: 10%;
    padding-top: 0px;
}

h1.slider-main-title {
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 40px;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 40px;
    /* Approximation due to font substitution */
    text-align: left;
    text-transform: uppercase;
}

h1.slider-small-title {
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 33px;
    /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 39px;
    /* Approximation due to font substitution */
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.slider-download-brochure {
    text-transform: uppercase;
    background: #14436d;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.slider-download-brochure:hover {
    text-transform: uppercase;
     background: #0d3a61;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.info-text {
    padding-left: 28px;
    color: #868179;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.info-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 12px;
    background: #868179;
    top: 6px;
}

.main-title {
    color: #014884;
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 30px;
}

.text-inner-title {
    font-family: 'Heebo', sans-serif;
    margin-bottom: 10px;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
   margin-bottom: 5px;
}


.no-boder {
    border: none !important;
}




/* Learning Goals Section */

#admission-faqs {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0px 60px 0px;
    background: #ffffff;
}

.learning-goals-sec {
    width: 100%;
}

.menu-links-section {
    background-color: #533963;
    padding-left: 130px;
    padding-right: 130px;
    position: absolute;
    top: -20px;
}

.menu-links-section .mu-navbar-nav li {
    list-style: none;
    display: inline-block;
    line-height: 30px;
    padding-right: 56px;
    margin-bottom: 0px;
}

.mu-single-service.learn-goal-sec-item {
    background-color: #ffffff;
    /* height: 280px; */
    padding: 25px 20px;
    margin: 0px 0 25px;
    border-radius: 15px;
}

.learn-goal-sec-item .goals-title {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #1c5e8e;
    font-size: 18px;
    font-weight: 500;
    /*text-align: left;*/
    font-family: 'Heebo', sans-serif;
        line-height: 23px;
}

.learn-goal-sec-item .mu-single-service-icon {
    background: transparent;
    background: transparent;
    width: 100%;
    padding-bottom: 20px;
}

.learn-goal-sec-item .mu-single-service-content {
    width: 100%;
    /* position: relative; */
    /* height: 68px; */
    text-align: -webkit-center;
    /* margin: auto; */
}
section.menu-outer-wrap3 {
    background: linear-gradient(180deg, #edf1f5 50%, #ffffff 50%);
}
.learn-goal-sec-item-title {
    margin-bottom: 0px;
    overflow: hidden;
}

.learn-goal-sec-item p {
    width: 95%;
}

.mu-service-area.services h2 {
    padding-top: 0px;
}

#programme-accordion .accordion-toggle:after {
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 15px;
    width: 34px;
    height: 30px;
    right: 48px;
}

#application-process-accordion .accordion-toggle:after {
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 15px;
    width: 34px;
    height: 30px;
    right: 0px;
}


/*#programme-accordion .accordion-toggle.collapsed:after{
		content: "";
	position: absolute;
	background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 14px;
	    width: 34px;
    height: 30px;
    right: 48px;

}*/

#programme-accordion .panel-body {
    padding: 20px;
}

.number-cls {
    font-family: Heebo;
    color: #1c5e8e;
    font-size: 35px;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 22px;
    /* Approximation due to font substitution */
    text-align: left;
}

.number-cls span {
    font-family: Heebo;
    color: #1c5e8e;
    font-size: 16px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 22px;
    /* Approximation due to font substitution */
    text-align: left;
}

.date-txt {
    color: #e0590f;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
    padding-top: 5px;
}

#application-process-accordion h4.panel-title a {
    font-family: Heebo;
    color: #868179;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#application-process-accordion h4.panel-title {
    border-bottom: 1px solid #868179;
    padding-bottom: 10px;
}


/* Admin FAQ's Section */

#learning-goals {
    display: block;
    position: relative;
    width: 100%;
    float: left;
   padding: 70px 0px 50px 0px;
     background: #edf1f5;
}

.admission-accordion .accordion .card-header:after {
    /*font-family: 'FontAwesome';  
			content: "\f077";
			float: right; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Up-Arrow.png) no-repeat right 9px;
    width: 34px;
    height: 30px;
    right: 0px;
}

.admission-accordion .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\f078";*/
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 9px;
    width: 34px;
    height: 30px;
    right: 0px;
}

#admission-accordion .card-header {
    background: transparent;
}

#admission-accordion .card {
    border: none;
    background: transparent;
}

#admission-accordion .card-header.collapsed {
    background: transparent !important;
}

#admission-accordion .card-header.collapsed:first-child .card-header:after {
    transform: rotate(90deg) !important;
}

#admission-accordion .card-header {
       padding: .75rem 0rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
	cursor: pointer;
}

#admission-accordion .card-header.collapsed a.card-title {
    color: #185c94;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-family: 'Lexend', sans-serif;
    width: 90%;
    display: inline-block;
}

#admission-accordion .card-body {
    padding: 20px 0px;
}

#admission-accordion .card-header a {
    color: #185c94;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-family: 'Lexend', sans-serif;
    width: 90%;
    display: inline-block;
}

#admission-accordion .card-body p {
    color: #868179;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    width: 90%;
}

.prog-accordion .accordion .card-header:after {
    /*   font-family: 'FontAwesome';  
    content: "\f068";
    float: right; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Up-Arrow.png) no-repeat right 15px;
    width: 34px;
    height: 30px;
    right: 48px;
}

.prog-accordion .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /*  content: "\f067"; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 15px;
    width: 34px;
    height: 30px;
    right: 48px;
}

.prog-accordion .card {
    border: none;
}

.prog-accordion .card-header {
    background: transparent;
}

a.card-title {}

.mu-navbar-nav li.active a,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li a:focus {
    background-color: transparent;
    color: #fff;
}

#prog-accordion {
    margin-right: 40px;
}

#prog-accordion a {
    line-height: 30px;
    font-family: Heebo;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

#prog-accordion .card {
    border: none;
}

#prog-accordion .card-header {
    padding: 0px;
    background-color: transparent;
    border-bottom: 1px solid #868179;
    line-height: 40px;
    font-family: 'Heebo', sans-serif;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

#prog-accordion .card-header h5 {
    border-bottom: 1px solid #000;
    line-height: 40px;
    font-family: 'Heebo', sans-serif;
    color: #1c5e8e;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

#prog-accordion .card-block {
    padding: 20px;
}

.prog-info-section .accordion .card-header:after {
    /*font-family: 'FontAwesome';  
			content: "\f077";
			float: right; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Up-Arrow.png) no-repeat right 16px;
    width: 34px;
    height: 30px;
    right: 26px;
}

.prog-info-section .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\f078";*/
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 19px;
    width: 34px;
    height: 30px;
    right: 26px;
}

.admin-btn {
    font-family: 'Heebo', sans-serif;
    line-height: 35px;
    background: transparent;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px;
    padding-right: 26px;
    cursor: pointer;
    padding-left: 0px;
    color: #0d3151;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.admin-btn.btn.focus,
.admin-btn.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0);
}

#admission-section {
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0 60px;
    background: #edf1f5;
}

.work-exp-sec {
   
    overflow: hidden;
}

.exp-list {
    list-style: none;
}

.exp-list li {
    list-style: none;
    width: 33%;
    float: left;
}

.exp-list .dot2 {
    background: #8F8A83 !important;
}

.exp-list .dot3 {
    background: #c9eb90 !important;
}

.exp-list .dot {
    display: block;
    width: 10px;
    height: 10px;
    background: #5db700;
    margin: 0 auto;
    border-radius: 100%;
}

.exp-list .percentage {
    color: #908B84;
    text-align: center;
    font-size: 18px;
}

.exp-list .years {
    text-align: center;
    color: #908b84;
    font-size: 14px;
}

.gender-ratio-sec {
    
    overflow: hidden;
}

.eng-vs-noneng-sec {
    overflow: hidden;
}

.work-img {
    width: 25%;
    margin: 0 auto 20px;
}

.work-img img {
    margin: 0 auto;
}

.eng-vs-noneng-sec .exp-list li {
    width: 50%;
}

.gender-ratio-secc .exp-list li {
    width: 50%;
}

.gender-ratio-sec li {
    width: 50%;
}

.table-data .table-bordered thead td,
.table-data .table-bordered thead th {
    border-bottom-width: 1px;
    font-family: 'Heebo', sans-serif;
    color: #12304f;
    font-size: 18px;
    font-weight: 700;
}

.table-data .table-bordered tbody td {
    font-family: 'Heebo', sans-serif;
    color: #908b84;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 20px;
}

.table-data .table-bordered {
    border: 1px solid #868179 !important;
    margin-bottom: 0px;
}

.menu-links-section.iim-richy-menu {
    background-color: #533963;
    padding-left: 130px;
    padding-right: 120px;
    position: absolute;
    top: -20px;
}

.iim-trichy-txt {
    font-family: 'Heebo', sans-serif;
    color: #868179;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

#iim-trichy-slider .carousel-indicators {
    position: absolute;
    bottom: -40px !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0px;
    right: unset;
}

#iim-trichy-slider .carousel-indicators .active {
    background-color: #0A2B4D;
}

#iim-trichy-slider .carousel-indicators li {
    background-color: #908b84;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.gallery-btn,
.gallery-btn:hover {
    font-family: 'Heebo', sans-serif;
    color: #e0590f;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    background: transparent;
    text-transform: uppercase;
    background-image: url(assets/images/Blue-Arrow.png);
    background-repeat: no-repeat;
    background-position: right 17px;
    padding-right: 26px;
    position: absolute;
    bottom: 0;
}


/*.application-process-sec .accordion .card-header:after {

	content: "";
	position: absolute;
	background: url(assets/images/Faqs-Gray-Up-Arrow.png) no-repeat right 22px;
	width: 34px;
    height: 30px;
    right: 26px;
	bottom: 56px;
		}*/


/*.application-process-sec .accordion .card-header.collapsed:after {

	content: "";
	position: absolute;
	background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 22px;
	width: 34px;
    height: 30px;
    right: 26px;
	bottom: 56px;
		}*/

.application-process .card {
    border: none;
}

.application-process .card-header {
    background: transparent;
    padding: 0px 0px 10px 0px;
    margin-bottom: 9px;
    /*   height: 74px;*/
    position: relative;
}

.application-process a.card-title {
    color: #868179;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

#meet-students-faculty {
    display: inline;
    float: left;
    width: 100%;
    padding: 60px 0 25px;
    background: #ffffff;
    position: relative;
}

.view-profile {
    position: relative;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

.view-profile .card-body {
    padding: 0px;
        /*border: 1px solid #ccc;*/
}

.view-profile-title {
    color: #205c8b;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
}

.view-profile-txt {
    color: #868179;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.view-profile-img {
    padding-right: 20px;
    width: 28%;
}

.view-profile-btn,
.view-profile-btn:hover,
.view-profile-btn.focus,
.view-profile-btn:focus {
    color: #e0590f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 9px;
    right: 22px;
    background-image: url(assets/images/Blue-Arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 26px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0) !important;
}

#testimonial-section {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 60px 0px 40px 0px;
}

.mu-testimonial-slide li p {
       color: #868179;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

h5.mu-rt-name {
   font-family: 'Heebo', sans-serif;
    line-height: 23px;
    margin-top: 10px !important;
    color: #0d3151;
    font-size: 20px;
    font-weight: 500;
}

.mu-rt-title {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 10px !important;
    color: #868179;
}

.testimonial-quote {
    text-align: center;
    margin-top: 36px;
}

.testimonial-quote img {
    width: 40px;
    margin: 0 auto;
}

.mu-testimonial-slide .mu-rt-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 4px solid transparent;
    margin-bottom: 25px;
}

.phone-txt,
.phone-txt, .phone-txt a {
   color: #1c5e8e;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 5px;
}

.font-size-1 {
    font-size: 24px;
}

p.address-txt {
    font-family: 'Heebo', sans-serif;
    color: #868179;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.iim-richy-menu {
    background-color: #533963;
    padding-left: 130px;
    padding-right: 120px;
}

#return-on-investment-slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-left: 0;
    margin-right: 0px;
    margin-left: 15px;
    list-style: none;
}

#return-on-investment-slider .carousel-indicators .active {
    background-color: #0A2B4D;
}

#return-on-investment-slider .carousel-indicators li {
    background-color: #908b84;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.txt-block {
    margin-top: 24px;
    padding-right: 0px;
}

.txt-block-1 {
    margin-top: 24px;
    padding-right: 24px;
}

p {
    color: #868179;
    font-size: 15px;
    /* Approximation due to font substitution */
    font-weight: 400;
    text-align: left;
}

strong {
    color: #1c5e8e;
}

.prog-info-section strong {
    font-size: 18px;
}

.application-process p {
    margin-bottom: 8px;
}

#testimonial-section .slick-prev:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(assets/images/Testimonials-Left-Arrow.png) no-repeat;
    /* transform: rotate(180deg); */
    top: 10px;
    right: 18px;
    bottom: 3px;
    left: 18px;
}

#testimonial-section .slick-next:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(assets/images/Testimonials-Right-Arrow.png) no-repeat;
    top: 13px;
    right: -16px;
    bottom: 0px;
}

.application-process-table td {
      padding: 10px;
    color: #908b84;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
}
.modal-dialog label.form-wrap {
    margin-bottom: 10px;
}
.modal-dialog form.custom-form {
    padding: 0px 0px 20px 0px;
}
.logo-section-mobile {
    display: none;
}


/*  Responsive CSS */

@media(max-width:480px) {
    .view-profile-btn,
    .view-profile-btn:hover {
        position: relative !important;
    }
    .mu-logo img {
        margin-left: 0px;
        width: 120px;
    }
    h1.slider-small-title {
        font-size: 14px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }
    .slider-download-brochure,
    .slider-download-brochure:hover {
        font-size: 13px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px !important;
        padding-right: 20px;
        margin-left: -7px !important;
        background-size: 14px !important;
    }
    h1.slider-main-title {
        font-size: 18px !important;
        line-height: 20px !important;
        margin-bottom: 0px !important;
    }
    .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 51%;
        bottom: 5% !important;
        padding-top: 0px !important;
    }
    .txt-block-1 p {
    margin-bottom: 10px;
}
}

@media( max-width:768px) {
    .logo-section {
        display: none;
    }
    .logo-section-mobile {
        display: block !important;
    }
    .col-md-6.meet-our-faculty {
        margin-top: 20px;
    }
    .address-block {
        margin-top: 40px;
    }
    .work-img {
        width: 17%;
        margin: 0 auto 20px;
    }
    .faq-image {
        margin-top: 30px;
    }
    .programme-information,
    .return-on-investment {
        position: relative;
        border-right: none;
        padding-bottom: 30px;
        border-bottom: 2px solid #EDECEB;
        margin-bottom: 40px;
    }
    .iim-richy-menu {
        background-color: #533963;
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
    }
    .work-exp-sec,
    .gender-ratio-sec {
        border-right: none !important;
        overflow: hidden;
        margin-bottom: 30px;
        border-bottom: 1px solid #868179;
        padding-bottom: 30px;
    }
    .menu-links-section {
        background-color: #533963;
        padding-left: 5% !important;
        position: relative !important;
        padding-right: 10% !important;
        /* top: -20px; */
        width: 100% !important;
    }
    .menu-links-section .mu-navbar-nav li {
        padding-right: 0px !important;
    }
    .mu-single-service-content-1 {
        margin-left: 0px;
    }
    #social-address-section iframe {
        width: 100% !important;
    }
    #iim-trichy-slider {
        margin-bottom: 60px;
    }
    .gallery-btn,
    .gallery-btn:hover {
        position: relative;
        bottom: 0;
    }
    .mu-navbar-nav li {
        margin-bottom: 0px;
    }
    .mu-about-area.mu-about-area-1 {
        padding-left: 0;
    }
    #learning-goals,
    #admission-faqs,
    #meet-students-faculty,
    #trichy-campus,
    #testimonial-section {
        padding: 70px 15px 80px 15px;
    }
}

@media(min-width:769px) and (max-width:1000px) {
    .mu-single-service.learn-goal-sec-item {
       /* height: 390px !important;*/
    }
}

@media(min-width:769px) and (max-width:1199px) {
    .mu-single-service.learn-goal-sec-item {
       /* height: 320px;*/
    }
    .learn-goal-sec-item .mu-single-service-content {
        /*width: 72% !important;*/
    }
    .menu-links-section {
        background-color: #533963;
        padding-left: 5% !important;
        position: relative !important;
        padding-right: 6% !important;
        /* top: -20px; */
        width: 100% !important;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    #social-address-section iframe {
        width: 100% !important;
    }
    .iim-richy-menu {
        background-color: #533963;
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
    }
    .mu-single-service.mba-prog-txt {
        height: 220px !important;
    }
    .menu-links-section {
        background-color: #533963;
        padding-left: 15%;
        padding-right: 15%;
        position: relative;
        width: 100%;
        top: -20px;
    }
}

@media(min-width:480px) and (max-width:768px) {
    .col-md-4.mrg-btm-50.col-lg-4.col-xs-6 {
        margin-bottom: 0px !important;
    }
    .mu-single-service.mba-prog-txt p {
        width: 100% !important;
    }
    .mu-single-service.mba-prog-txt {
        margin: 0px;
        height: 180px;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 40px;
    }
    .mu-single-service.learn-goal-sec-item {
       /* height: 300px !important;
        padding: 24px 20px !important;*/
    }
    .mba-programme .col-md-4.col-lg-4.col-xs-6 {
        width: 48% !important;
        margin-right: 2%;
    }
    #learning-goals .col-md-4 {
        width: 48% !important;
        margin-right: 2%;
    }
    .table-data .table-bordered tbody td {
        line-height: 25px !important;
    }
}

@media(max-width:480px) {
    .view-profile-img {
        margin-bottom: 61px !important;
    }
    .view-profile-txt {
        padding-right: 10px !important;
    }
    .table-data .table-bordered tbody td {
        line-height: 25px !important;
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    #social-address-section iframe {
        width: 100%;
    }
}


/* Home Slider responsive CSS*/

@media(min-width:481px) and (max-width:600px) {
    h1.slider-small-title {
        font-size: 14px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }
    .slider-download-brochure,
    .slider-download-brochure:hover {
        font-size: 13px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px !important;
        padding-right: 20px;
        margin-left: 5px !important;
        background-size: 14px !important;
    }
    h1.slider-main-title {
        font-size: 18px !important;
        line-height: 20px !important;
        margin-bottom: 0px !important;
    }
    .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 53%;
        bottom: 5% !important;
        padding-top: 0px !important;
    }
}

@media(min-width:601px) and (max-width:768px) {
    h1.slider-small-title {
        font-size: 14px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }
    .slider-download-brochure,
    .slider-download-brochure:hover {
        font-size: 13px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px !important;
        padding-right: 20px;
        margin-left: 5px !important;
        background-size: 14px !important;
    }
    h1.slider-main-title {
        font-size: 18px !important;
        line-height: 20px !important;
        margin-bottom: -2px !important;
    }
    .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 53%;
        bottom: 5% !important;
        padding-top: 0px !important;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    h1.slider-small-title {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 70px !important;
    }
    .slider-download-brochure,
    .slider-download-brochure:hover {
        font-size: 16px !important;
        background: url(assets/images/Blue-Arrow.png) no-repeat right 4px;
        padding-right: 20px;
        margin-left: 5px !important;
        background-size: 14px !important;
    }
    h1.slider-main-title {
        font-size: 27px !important;
        line-height: 30px !important;
        margin-bottom: 5px !important;
    }
    .carousel-caption.main-slider-caption {
        right: 0px !important;
        left: 53%;
        bottom: 5% !important;
        padding-top: 0px !important;
    }
}

@media(min-width:681px) and (max-width:999px) {
    .view-profile-btn,
    .view-profile-btn:hover {
        position: relative !important;
    }
    .view-profile-txt {
        padding-right: 10px !important;
    }
}

span.txt-icon {
    margin-right: 5px;
}

.mobile-slider {
    display: none;
}

.iim-richy-menu li {
    list-style: none;
    display: inline-block;
    line-height: 30px;
    padding-right: 56px;
}

.carousel-caption.alumini-text {
    position: relative;
    left: 0px;
}

.abc1,
.abc2,
.abc3 {
    display: none;
}

.form-info-txt {
    font-size: 12px;
    padding-left: 8px;
}

label.sub-btn {
    text-align: left;
    position: relative;
    float: right;
    margin-top: 0px;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.footer-txt {
    width: 100%;
}

.footer-txt p {
    text-align: center;
    margin-top: 15px;
    width: 100% !important;
    font-size: 10px;
    display: block;
    margin-bottom: 9px;
}

@media only screen and (min-width: 300px) and (max-width: 375px) {
    .form-style label > span {
        width: 100% !important;
        padding-right: 5px;
        margin-bottom: 14px !important;
    }
    .form-style input[type=text],
    input[type=email],
    .form-style select {
        width: 100% !important;
    }
    .form-style textarea {
        height: 100px;
        width: 100% !Important;
    }
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0) !important;
    color: #e0590 !important;
}

label.popup-hidden {
    display: none !important;
}

.slider-wrap {
    position: absolute;
    bottom: 8%;
}

h1.slider-title1 {
    font-family: 'Poppins', sans-serif;
    color: #ffe8df;
    font-size: 40px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 36px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title2 {
    font-family: 'Poppins', sans-serif;
    color: #ffe8df;
    font-size: 36px;
    /* Approximation due to font substitution */
    font-weight: 300;
    line-height: 36px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title3 {
    font-family: 'Poppins', sans-serif;
    color: #ffe8df;
    font-size: 40px;
    /* Approximation due to font substitution */
    font-weight: 500;
    line-height: 40px;
    /* Approximation due to font substitution */
    text-align: left;
}

h1.slider-title4 {
    font-family: 'Poppins', sans-serif;
    color: #ffe7df;
    font-size: 25px;
    font-weight: 400;
    line-height: 47px;
    text-align: left;
}
h2.service-number {
    color: #ef7f1b;
    font-size: 23px;/* Approximation due to font substitution */
    font-weight: 100;
    text-align: left;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 30px;
}
.border-rght {
    border-right: 1px solid #e1e1e1;
}
.border-btm {
    border-bottom: 1px solid #e1e1e1;
}
input.input-box {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
    color: #0d3151;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

select.input-box {
    border: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    padding: 10px 0px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

textarea.input-box {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

button.brochure-sbmt {
    background-color: #14436d;
    color: #ffffff;
    font-size: 16px;/* Approximation due to font substitution */
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
}
input.input-box {
    width: 100%;
}

form#contact_body {
    border-width: 2px;
    border-color: #9dcdeb;
    border-style: solid;
}
input.input-box {
    width: 100%;
}
.padding-wrap {
    padding: 20px;
}
input.input-box {
    width: 100% !important;
}

input.input-box::-webkit-input-placeholder {
    color: #0d3151;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

textarea.input-txtarea {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding: 10px;
    color: #0d3151;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px;
}

textarea.input-txtarea::-webkit-input-placeholder {
    color: #0d3151;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.blue-txt {
    color: #14436d;
}

ul.popup-links li {
    list-style-type: none;
    width: 24%;
    display: inline-block;
    text-align: center;
}

ul.popup-links {
    width: 100%;
    background: #185c94;
}

ul.popup-links li a {
    color: #ffffff;
    font-size: 16px;/* Approximation due to font substitution */
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Heebo', sans-serif;
}

ul.popup-links li {
    padding: 18px;
}
ul.popup-links li {
    list-style-type: none;
    width: 24.50%;
    display: inline-block;
    text-align: center;
	position:relative;
}

section.menu-outer-wrap {
       background: linear-gradient(180deg, white 50%, #edf1f5 50%);
}
ul.popup-links li:after {
    color: #ffffff;
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    height: 41px;
    border-right: 1px solid white;
    top: 50%;
    transform: translateY(-50%);
}

ul.popup-links li:last-child:after {
    display: none;
}
.card {
    background-color: transparent;
}
section.menu-outer-wrap2 {
    background: linear-gradient(180deg, #edf1f5 50%, #ffffff 50%);
}
section.menu-outer-wrap4 {
    background: linear-gradient(180deg, #ffffff 50%, #edf1f5 50%);
}

.slick-prev, .slick-next {
	background: transparent;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #908b84;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
    color: #0d3151;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 30px;
}
section.campus-wrap {
    padding: 60px 0px;
}
section.menu-outer-wrap5 {
    background: linear-gradient(180deg, #edf1f5 50%, #ffffff 50%);
}
section.menu-outer-wrap6 {
    background: #edf1f5;
    padding-bottom: 30px;
}
h1.address-title {
    font-family: Heebo;
    color: #12304f;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
span.seperator {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-dialog {
    max-width: 450px;
    margin: 30px auto;
}
.modal-body {
    padding: 15px;
}
h5#download-brochureLongTitle {
    margin-bottom: 0px;
}

.err-txt-active {
    font-size: 12px;
    color: red;
    letter-spacing: 0px;
    text-align: left;
    display: block !important;
    margin-top: 2px;
    margin-bottom: 5px;
}

span.err-txt-style {
    display: none;
}
.right-slider-content {
    right: 22%;
    bottom: 22%;
}
.right-slider-content p {
    font-family: 'Heebo', sans-serif;
    color: #878787;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;

}
.right-slider-content h1 {

     background-image: linear-gradient(to bottom right, #3465a8, #825ada);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
      font-size: 40px;
      margin-bottom: 20px;
}
.right-slider-content h1 b {
      font-size: 42px;
}
#application-process .modal-dialog {
    max-width: 640px;
}
h2.service-title {
    font-size: 26px;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 10px;
}
.section-two-sub {
     padding: 30px 0px 0px 0px;
}
p.service-txt {
    font-size: 17px;
}
h2.service-title.blue-txt {
    color: #014884;
}
section.menu-outer-wrap2-1 {
    background: linear-gradient(180deg, #ffffff 50%, #edf1f5 50%);
}
ul.about-list {
    padding-left: 30px;
    margin-top: 5px;
}

ul.about-list li {
    font-family: 'Heebo', sans-serif;
    margin-bottom: 10px;
    color: #8c877f;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    
}
.exp-list-2 li {
    list-style: none;
    width: 48%;
    float: left;
}
.exp-list-2 {
    margin-bottom: 20px;
    display: flex;
}

.dot.skyblue {
    background: #76dff6;
}
.dot.blue {
    background: #0075e1;
}
.dot.light-green {
    background: #c9eb90;
}
.dot.green {
    background: #5db700;
}
.age-3 {
    margin-bottom: 20px;
    display: flex;
}
.age-3 li {
    width: 33% !important;
    float: left;
}
.dot.orange {
    background-color: #ffaa97;
}


.moble-all-btns ul.popup-links {
    width: 100%;
    background: #185c94;
   display: none;
}
#social-address-section {

    padding-bottom: 60px !important;
}
section.mobile-butn {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.showing-mble-btns {
    display: block !IMPORTANT;
}

/*.mobile-butn-section a {
    text-align: -webkit-center;
    display: block;
    margin: 0px;
}*/
.mobile-butn-section a {
    text-align: -webkit-center;
    display: block;
    margin: 0px;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600;
    color: #014884;
    line-height: 17px;
}

.mobile-butn-section a:after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 13px;
}
/*.mobile-butn-section .col-btn a:last-child:after {
    display: none;
}*/
    .col-btn-last a:after{
        /*display: none;*/
    }
    .last-updated a:after {
        display: none !important;
}
.col-btn-2 a,
.col-btn-1 a{
    margin: 10px 0;
}
.col-btn-last a {
    margin: 3px 0;
}
.col-btn {
    padding-left: 5px;
    padding-right: 5px;
}
#mu-slider .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-butn-section{
        display: none;
    }
.dot.yellow {
    background-color: #f9bf3e;
}
@media (max-width: 768px) and (min-width: 300px){

}

@media (max-width: 400px) and (min-width: 300px){
 

    .col-btn-last a {
        margin: 3px 0 !important;
    }
    
}
@media (max-width: 768px) and (min-width: 400px){
.col-btn-last a {
    width: 96% !Important;
    margin-top: 0 !Important;
    margin-bottom: 0 !Important;
}
   
}
@media (min-width: 1000px){
    .view-profile .card-body {
            padding: 0px;
            border: 1px solid #ccc;
          
    }
}
p.desig {
     font-size: 16px;
    font-weight: 400;
    text-align: -webkit-center;
    color: #868179 !important;
    font-family: 'Lexend', sans-serif;
}

p.desig strong{
    color: #868179 !important;
}
.e-bnr {
    line-height: 30px;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px;
}

#students-slider .carousel-indicators {
    position: absolute;

    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0px;
    right: unset;
}

#students-slider .carousel-indicators .active {
    background-color: #0A2B4D;
}

#students-slider .carousel-indicators li {
    background-color: #908b84;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
#faculty-slider .carousel-indicators {
    position: absolute;

    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0px;
    right: unset;
}

#faculty-slider .carousel-indicators .active {
    background-color: #0A2B4D;
}

#faculty-slider .carousel-indicators li {
    background-color: #908b84;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

@media (min-width: 1000px){
#students-slider .carousel-indicators {
    position: absolute;
    bottom: -40px !important;
}
#faculty-slider .carousel-indicators {
    position: absolute;
    bottom: -40px !important;
}
}

/*Captcha Styles*/


img.service-bg-image {
    position: absolute;
    bottom: 0px;
    transform: scale(0.9);
    left: -5px;
    transform-origin: left bottom;
}

section.section-anything {
    padding: 70px 0px;
    background-image: linear-gradient( 
97deg
, #80F1FF 0%, #A3E5AB 50%);
}

h3.anything-content {
    font-size: 27px;
    text-align: center;
    color: #014884;
    font-family: 'Lexend', sans-serif;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
}
section.section-service {
    padding: 60px 0px;
}

h5.service-icon-title {
    font-size: 26px;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 20px;
    text-align: center;
   color: #014884;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

section.section-page-info {
    padding: 60px 0px;
    background: #FDF2EA;
}

h5.page-info-title {
    font-size: 26px;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 20px;
    text-align: left;
     color: #014884;
}

p.page-info-content {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
}

.row.page-info-sub-two {
    margin-top: 30px;
}

.page-info-highlight {
    background: #ffffff;
    padding: 30px;
    box-shadow: 1px 2px 4px #bfbfbf;
    position: relative;
    height: 100%;
}

.row.page-info-sub-three {
    margin-top: 40px;
    overflow: hidden;
}

a.view-all-btn {
    background-color: #014884;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: 'Lexend', sans-serif;
    display: inline-block;
}
img.page-info-line {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #014884;
}
.admission-accordion {
    width: 90%;
}

.testi-img {
    max-width: 225px;
}

h2.testi-inner-title {
    font-size: 26px;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 15px;
    text-align: center;
    color: #014884;
}

p.alumini-testi {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    text-align: center;
}

p.address {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    color: #ffffff;
    line-height: 26px;
}

a.contact-info {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    color: #ffffff;
    display: inline-block;
}
section.section-testi-wrap {
    background: #FEFDE8;
    padding: 50px 0px;
}
h3.sub-title {
    color: #014884;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 20px;
}
.sectn-left {
    width: 30% !important;
    float: left;
    min-width: 150px;
}

.students-div-wrap {
    display: flex;
}

.sectn-right {
      padding: 0px 10px 20px 20px;
}
h5.students-title {
    color: #014884;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 15px;
}

p.students-description {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    text-align: left;
}
.border-btm {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
h5.students-inside-title {
    font-size: 24px;
    line-height: 1.1;
    font-family: 'Lexend', sans-serif;
    margin-bottom: 10px;
    text-align: left;
    color: #014884;
}

.border-btm:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    left: 0px;
    bottom: 0px;
}

a.profile-btn {
    background-color: #014884;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: 'Lexend', sans-serif;
    text-align: left;
}
.testimonial-slider-wrap {
    width: 90%;
}
.testi-number {
    font-size: 18px;
    font-family: 'Lexend', sans-serif;
    text-align: center;
    margin-top: 10px;
}
.owl-nav {
    position: absolute;
    right: 35px;
}

button.owl-prev {}

.owl-nav {
    position: absolute;
    right: 30px;
    width: 43px;
}
#testi-slider button.owl-prev {
    background: #014884 !important;
    padding: 15px 15px !important;
    color: #ffffff;
}
button.owl-next {
    background: #014884 !important;
    padding: 15px 15px !important;
    color: #ffffff;
}
#testi-slider button.owl-next {
    background: #014884 !important;
    padding: 15px 15px !important;
    color: #ffffff;
}
button.owl-prev {
    -webkit-text-stroke: 2px #014884;
}

button.owl-next {
    -webkit-text-stroke: 2px #014884;
}
#application-process .modal-dialog {
    max-width: 700px !important;
}

@media (max-width: 768px) and (min-width: 300px){
.mu-single-service {
    width: 100%;
}
nav.navbar.navbar-light.static-top {
    display: block;
}
.mu-single-service {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 0px 20px 0px 30px;
}
img.service-bg-image {
    display: none;
}
.mu-single-service:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -15px;
    left: 0px;
    background: linear-gradient( 
97deg
 , #47acd9 0%, #a155d9 100%);
}
.mobile-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
     #faculty-slider .carousel-indicators {
        position: absolute;
        bottom: -40px !important;
    }
    #students-slider .carousel-indicators {
        position: absolute;
        bottom: -20px !important;
    }
    .downlod-bechure-section {
        display: none;
    }
    .mobile-butn-section{
        display: block !important;
    }
    .moble-hide-btns {
        display: none;
    }
    .container.btn-container {
        width: 100%;
        max-width: 100%;
    }
    .col-btn-last a {
        margin: 10px 0;
    }
    #mu-about {
        padding: 0px 0px !important;
    }
    .mu-about-area {
        padding: 30px 0 !important;
    }
    #mu-service {
        padding: 30px 0 10px !important;
    }
   #learning-goals, #admission-faqs, #meet-students-faculty, #trichy-campus, #testimonial-section {
        padding: 30px 15px 30px 15px !important;
    } 
    #admission-section {
        padding: 30px 0 60px !important;
        background: #edf1f5;
    }
    #social-address-section {
        padding: 30px 0 0px !important;
    }
    section.campus-wrap {
        padding: 20px 0px 0px 0px;
    }
    #social-address-section {
        padding: 30px 0 30px 0 !important;
    }
       .view-profile .card-body {
        padding: 0px;
        /* border: 1px solid #ccc; */
        border-bottom: 1px solid #ccc !important;
    }
    .pos-tn-relative {
		text-align: center !important;
		    margin-bottom: 20px;
	}
	img.exp-info {
		position: unset !important;
		transform: none !important;
	}
	span.dot-big {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #37a432;
    position: absolute;
    left: 20px;
    margin-top: 2px;
}
.table-data {
    padding: 20px;
}
.mu-testimonials-block iframe {
    width: 100%;
    height: 230px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000;
    outline: none;
    background: none;
}

.slick-prev, .slick-next { 
    top: 40%;
}
span.dot-big {
    left: 20px !important;
}
h2.service-number {
    margin-bottom: 10px;
}
.main-title { 
    margin-bottom: 20px;
    font-size: 32px;
}
#prog-accordion {
    margin-right: 0px;
}
.programme-information, .return-on-investment {
    position: relative;
    border-right: none;
    padding-bottom: 0px;
    border-bottom: 2px solid #EDECEB;
    margin-bottom: 20px;
}
#admission-accordion .card-header.collapsed {
    background: transparent !important;
    width: 100%;
    position: relative;
}
.admission-accordion .accordion .card-header.collapsed:after {
    /* content: "\f078"; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 9px;
    width: 34px;
    height: 30px;
    right: 10px;
        top: 10px;
}
.card-header {
    position: relative;
}
.card-body {
    padding: 10px 20px;
}
.mobile-hide {
    display: none;
}
.address-block {
    margin-top: 0px;
}
#admission-accordion .card-header.collapsed a.card-title {
   font-family: 'Lexend', sans-serif;
    color: #185c94;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 84%;
    display: block;
}
#testimonial-section .slick-next:before {
    right: 0px;
}
#testimonial-section .slick-prev:before {
    top: 10px;
    bottom: 3px;
    left: 30px;
}
.admin-btn {
    padding-right: 5px;
}
#admission-accordion .card-header a {
    font-size: 14px;
    width: 84%;
    display: block;
}
.admission-accordion .accordion .card-header:after {
      right: 10px;
    top: 10px;
}
#admission-section .border-right {
    border: none;
}
.phone-txt .whatsapp-enquiry:last-child {
    padding-left: 35px !important;
  
}
h3.anything-content {
    font-size: 22px;
    text-align: center;
    color: #014884;
    font-family: 'Lexend', sans-serif;
    width: 95%;
    margin: 0 auto;
    line-height: 30px;
}
section.section-anything {
    padding: 50px 0px;
}
section.section-service {
    padding: 50px 0px;
}
section.section-page-info {
    padding: 50px 0px;
}
.section-two-sub {
    padding: 0px 0px 0px 0px;
}
.page-info-highlight {
    margin-bottom: 30px;
    min-height: 170px;
}
.row.page-info-sub-three {
    margin-top: 10px;
    overflow: hidden;
}
.admission-accordion {
    width: 100%;
}
h1.main-title.alumini-mobile-txt {
    text-align: center;
}
.mu-single-service:last-child:after {
    display: none;
}
.testimonial-slider-wrap {
    width: 100%;
     margin-bottom: 50px;
}
.sectn-right {
    padding: 0px 10px 0px 20px;
}
.border-btm.mobile-btm-adjmnt {
    margin-bottom: 0;
}

h3.sub-title {
    font-size: 26px;
}
.sectn-left {
     width: 100% !important;
    float: none;
    text-align: center;
}
img.students-img {
    max-width: 175px;
}
.sectn-right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
h5.students-inside-title {
    text-align: center;
}
p.students-description {
    text-align: center;
}
h3.sub-title {
    text-align: center;
}
.students-div-wrap {
    display: block;
    padding-bottom: 30px;
}
.border-btm.mobile-btm-adjmnt {
    margin-bottom: 0px;
}
p.address {
    line-height: 24px;
    margin-bottom: 25px;
}
img.footer-image {
    margin-bottom: 20px;
}
.row.page-info-sub-two {
    margin-top: 30px;
    display: block;
}
.page-info-highlight {
    margin-bottom: 30px;
    min-height: 175px;
}
.fqsa-btn-sec {
    text-align: center;
    margin-bottom: 40px;
}
.border-btm {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.mobile-testi-btm-adjmt {
    margin-bottom: 20px;
}
img.iim-logo {
    max-width: 100px;
}
}
@media (max-width: 1200px) and (min-width: 769px){
#faculty-slider .carousel-indicators {
    bottom: -40px;
}
img.page-info-line {
    height: 100%;
}
}