body,
html {
    overflow-x: hidden
}

body {
    font-family: 'Maven Pro', sans-serif;
    color: #666;
    font-size: 16px;
    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:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', 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: #333
}

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: 0;
    border: none
}

iframe {
    border: none
}

.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:focus,
.mu-primary-btn:hover {
    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 .5s;
    transition: all .5s;
    width: 170px;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase
}

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

.scrollToTop {
    background-color: #0091ea;
    bottom: 60px;
    color: #fff;
    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 .5s ease 0s;
    transition: all .5s ease 0s;
    height: 55px;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

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

.mu-single-slide:before {
    background-color: #8481b0;
    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))
}

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

.mu-social-media a:focus,
.mu-social-media a:hover {
    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-register-btn:focus,
.mu-register-btn:hover,
.mu-send-msg-btn,
.mu-send-msg-btn:focus {
    border: 1px solid #0091ea;
    background-color: #0091ea
}

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

#mu-hero {
    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: 0
}

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

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

.mu-navbar .mu-logo:focus,
.mu-navbar .mu-logo:hover {
    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:focus,
.mu-scrolldown:hover {
    color: #fff
}

.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 .5s;
    -o-transition: all .5s;
    transition: all .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 a:focus,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li.active a {
    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:focus,
.mu-navbar-nav li .dropdown-menu a:hover {
    color: #0091ea
}

#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: .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-next:focus,
.mu-slide .slick-next:hover,
.mu-slide .slick-prev:focus,
.mu-slide .slick-prev:hover {
    color: #0091ea
}

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

#mu-about {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    padding: 30px 0
}

.mu-about-area {
    display: block;
    width: 100%;
    padding: 20px 0
}

.mu-title {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px
}

.mu-title h2 {
    color: #323232;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.mu-about-left {
    display: inline;
    float: left;
    padding-right: 15px;
    width: 100%
}

.mu-about-right {
    display: inline;
    float: left;
    padding-left: 15px;
    width: 100%
}

.mu-about-right ul li {
    list-style: none;
    float: left;
    margin-bottom: 25px
}

.mu-about-right ul li h3 {
    border-bottom: 3px solid #e5e5e5;
    color: #323232;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.mu-about-right p {
    font-size: 14px
}

#mu-call-to-action {
    float: left;
    position: relative;
    width: 100%
}

#mu-call-to-action:before {
    content: '';
    position: absolute;
    opacity: .84;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.mu-call-to-action-area {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%
}

.mu-call-to-action-left {
    color: #fff;
    display: inline;
    float: left;
    max-width: 70%
}

.mu-call-to-action-left h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.mu-call-to-action-left p {
    margin-bottom: 0
}

.mu-quote-btn {
    background-color: #fff;
    color: #0091ea;
    float: right
}

.mu-quote-btn:focus,
.mu-quote-btn:hover {
    color: #0091ea
}

#mu-service {
    display: inline;
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
    background: #edf1f5
}

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

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

.mu-single-service {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.mu-single-service-icon {
    border-radius: 50%;
    color: #fff;
    display: inline;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 48px;
    margin-right: 20px
}

.mu-single-service-content {
    display: inline;
    float: left;
    width: 80%
}

.mu-single-service-content h3 {
    color: #323232;
    text-transform: uppercase;
    font-size: 18px
}

.mu-single-service-content p {
    font-size: 14px
}

#mu-video {
    background-color: #f5f5f5;
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

.mu-video-left {
    background-image: url(assets/images/video-img.jpg);
    display: inline;
    float: left;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 195px 0;
    background-size: cover
}

.mu-video-left:after {
    background-color: #0091ea;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: .84;
    width: 100%;
    z-index: 10
}

.mu-video-play-btn {
    background-color: #fff;
    border-radius: 15px;
    display: inline-block;
    color: #0091ea;
    height: 55px;
    width: 80px;
    position: relative;
    font-size: 20px;
    z-index: 99;
    line-height: 55px;
    opacity: .8;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-video-play-btn:focus,
.mu-video-play-btn:hover {
    opacity: 1
}

.mu-video-right {
    display: inline;
    float: left;
    width: 100%;
    padding-top: 180px;
    padding-right: 44%;
    padding-left: 25px
}

.mu-video-right p {
    color: #0091ea;
    font-size: 18px
}

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

.mu-video-close-btn {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 15%;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-top: 100px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 50px
}

.mu-video-close-btn:focus,
.mu-video-close-btn:hover {
    color: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.mu-video-iframe-area {
    background-color: rgba(0, 0, 0, .84);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 12% 0;
    text-align: center;
    z-index: 9999;
    display: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-video-iframe-display {
    display: block
}

#mu-portfolio {
    display: inline;
    float: left;
    width: 100%
}

.mu-portfolio-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%
}

.mu-portfolio-content {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%
}

.mu-portfolio-filter-area {
    display: inline;
    float: left;
    width: 100%
}

.filtr-item {
    margin-bottom: 0;
    padding: 16px;
    transform-style: unset!important
}

.mu-imglink {
    background-color: transparent
}

.filtr-item h4 {
    font-size: 14px
}

.mu-filter-item-content {
    background-color: #0091ea;
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    color: #fff;
    padding-top: 27%;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .9
}

.filtr-item:hover .mu-filter-item-content {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.mu-simplefilter {
    text-align: center
}

.mu-simplefilter li {
    color: #323232;
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    font-weight: 700;
    -o-transition: all .5s
}

.mu-simplefilter li span {
    margin-left: 16px
}

.mu-simplefilter li.active,
.mu-simplefilter li:hover {
    color: #0091ea
}

#mu-counter {
    background-image: url(assets/images/counter-bg.jpg);
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

#mu-counter::before {
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .65;
    background-color: #0091ea
}

.mu-counter-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%
}

.mu-counter-area h2 {
    color: #fff;
    text-align: center
}

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

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

.mu-single-counter span {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 40px;
    padding: 32px 20px;
    margin-bottom: 0;
    display: inline-block;
    float: left
}

.mu-single-counter-content {
    display: inline;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-top: 16px
}

.counter-value {
    font-size: 36px;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2
}

.mu-counter-name {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px
}

#mu-pricing {
    background-color: #fff;
    float: left;
    padding: 100px 0;
    display: inline;
    width: 100%
}

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

.mu-pricing-area h2 {
    color: #333
}

.mu-title-content {
    padding: 0 10%
}

.mu-pricing-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%
}

.mu-pricing-table {
    display: table;
    width: 100%
}

.mu-pricing-table>li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    width: 24%;
    vertical-align: middle
}

.mu-pricing-table>li.mu-standard-pricing {
    width: 32%
}

.mu-pricing-single {
    display: inline;
    float: left;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 0 14px #ededed;
    border-radius: 5px
}

.mu-pricing-single-icon {
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 30px
}

.mu-pricing-single-icon span {
    color: #0277bd;
    font-size: 60px
}

.mu-pricing-single-title {
    background-color: #0277bd;
    color: #fff;
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%
}

.mu-pricing-single-title h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0
}

.mu-pricing-single-content {
    display: inline;
    float: left;
    padding: 35px 0 15px;
    width: 100%
}

.mu-pricing-single-content ul li {
    color: #666;
    font-size: 14px;
    list-style: none;
    line-height: 1.7
}

.mu-single-pricebox {
    display: inline;
    float: left;
    padding: 5px 0 25px;
    width: 100%
}

.mu-single-pricebox h4 {
    color: #0277bd;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif
}

.mu-single-pricebox h4>span {
    font-weight: 400;
    font-size: 14px
}

.mu-buy-now-btn {
    background-color: #0277bd;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 50px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.mu-buy-now-btn:focus,
.mu-buy-now-btn:hover {
    color: #fff
}

.mu-standard-pricing .mu-pricing-single {
    padding: 25px 50px
}

.mu-standard-pricing .mu-pricing-single-content {
    padding: 50px 0 40px
}

.mu-standard-pricing .mu-single-pricebox {
    padding: 5px 0 40px
}

.mu-standard-pricing .mu-buy-now-btn {
    background-color: #0277bd;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 48px;
    text-transform: uppercase;
    margin-bottom: 35px
}

#mu-testimonials {
    background-image: url(assets/images/testimonial-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

#mu-testimonials::before {
    background: #0091ea;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .8;
    z-index: 10
}

.mu-testimonials-area {
    display: inline;
    float: left;
    padding: 150px 0 175px;
    width: 100%;
    position: relative;
    z-index: 20
}

.mu-testimonials-area h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.mu-testimonials-block {
    display: inline;
    float: left;
    margin-top: 60px;
    width: 100%
}

.mu-testimonial-slide li {
    list-style: none;
    text-align: center
}

.mu-client-quote {
    font-size: 35px;
    opacity: .7;
    margin-bottom: 25px
}

.mu-testimonial-slide li p {
    color: #fff;
    padding: 0 10%
}

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

.mu-rt-name {
    margin-bottom: 5px;
    color: #fff;
    line-height: 1;
    margin-top: 25px;
    letter-spacing: 1px
}

.mu-rt-title {
    color: #fff;
    font-size: 14px
}

.mu-testimonial-slide .slick-dots {
    bottom: -50px
}

.mu-testimonial-slide .slick-dots li {
    background-color: #f8f8f8;
    height: 4px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mu-testimonial-slide .slick-dots li button {
    display: none
}

.mu-testimonial-slide .slick-next {
    right: -60px
}

.mu-testimonial-slide .slick-prev {
    left: -60px
}

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

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

#mu-newsletter {
    background-image: url(assets/images/newsletter-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

#mu-newsletter::before {
    background: #0091ea;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .8;
    z-index: 10
}

.mu-newsletter-area {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    padding: 75px 0;
    z-index: 20
}

.mu-newsletter-area .mu-title h2 {
    color: #fff
}

.mu-newsletter-area .mu-title p {
    color: #fff
}

.mu-newsletter-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 0 28%
}

.mu-subscribe-form {
    position: relative
}

.mu-subscribe-form input {
    width: 100%;
    height: 60px;
    border-radius: 25px;
    border: none;
    padding: 0 170px 0 20px;
    font-size: 14px;
    color: #000
}

.mu-subscribe-btn {
    background-color: #0091ea;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
    height: 48px;
    width: 160px;
    cursor: pointer;
    border-radius: 24px;
    text-transform: uppercase;
    font-weight: 700
}

#mu-clients {
    background-color: #f6f6f6;
    display: inline;
    float: left;
    width: 100%
}

.mu-clients-area {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
    text-align: center
}

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

.mu-clients-single {
    display: inline;
    float: left
}

.mu-clients-slider .slick-next {
    right: -40px
}

.mu-clients-slider .slick-prev {
    left: -60px
}

.mu-clients-slider .slick-next,
.mu-clients-slider .slick-prev {
    background-color: transparent
}

#mu-google-map {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: -7px
}

#mu-google-map iframe {
    height: 450px;
    width: 100%
}

#mu-footer {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%
}

.mu-footer-top {
    background-color: #0277bd;
    display: inline;
    float: left;
    padding: 55px 0;
    width: 100%
}

.mu-single-footer {
    display: inline;
    float: left;
    color: #fff;
    font-size: 14px;
    width: 100%
}

.mu-footer-logo {
    margin-bottom: 25px
}

.mu-single-footer h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.mu-single-footer ul li {
    border-bottom: 1px solid #1c85c4;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 14px
}

.mu-single-footer ul li:last-child {
    border-bottom: none
}

.mu-single-footer ul li a {
    color: #fff
}

.mu-single-footer .mu-useful-links li {
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.mu-single-footer .list-unstyled li {
    margin-bottom: 20px;
    padding-bottom: 10px
}

.mu-single-footer .list-unstyled li.media span {
    margin-right: 10px
}

.mu-single-footer .list-unstyled li.media p {
    line-height: 1.5;
    margin-top: -5px;
    margin-bottom: 4px;
    font-size: 14px
}

.mu-single-footer .list-unstyled li.media a {
    font-size: 12px
}

.mu-footer-bottom {
    background-color: #004f7f;
    display: inline;
    padding: 20px 0;
    float: left;
    width: 100%
}

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

.mu-social-media {
    display: inline;
    float: left;
    width: 100%;
    border-top: 1px solid #1c85c4;
    padding-top: 12px
}

.mu-social-media a {
    background-color: #3b5998;
    border: 1px solid #babcbe;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.mu-social-media a.mu-twitter {
    background-color: #1da1f2
}

.mu-social-media a.mu-google-plus {
    background-color: #dd4b39
}

.mu-social-media a.mu-pinterest {
    background-color: #bd081c
}

.mu-social-media a.mu-youtube {
    background-color: #cd201f
}

.mu-social-media a:focus,
.mu-social-media a:hover {
    border-color: #babcbe;
    color: #fff
}

.mu-copy-right {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px
}

.mu-copy-right a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .5s;
    transition: all .5s
}

#mu-page-header {
    background-image: url(assets/images/page-header-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

#mu-page-header::before {
    background-color: #ebebeb;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .6;
    z-index: 10
}

.mu-page-header-area {
    display: inline;
    float: left;
    padding: 150px 0;
    width: 100%;
    position: relative;
    z-index: 20
}

.mu-page-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0
}

#mu-breadcrumb {
    background-color: #f6f6f6;
    display: inline;
    float: left;
    width: 100%
}

.mu-breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0
}

.mu-breadcrumb li {
    font-size: 14px
}

.mu-breadcrumb li.active {
    color: #0091ea
}

.mu-breadcrumb li a {
    color: #323232
}

#mu-skills {
    background-image: url(assets/images/skill-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    padding: 100px 0;
    position: relative;
    width: 100%
}

#mu-skills:before {
    background-color: #000;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: .3;
    z-index: 10
}

.mu-skills-area {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    z-index: 20
}

.mu-skills-area .mu-title h2,
.mu-skills-area .mu-title p {
    color: #fff
}

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

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

.mu-single-skills h3 {
    font-size: 18px
}

.mu-single-skills p {
    margin-bottom: 0
}

.mu-skills-circle {
    float: left;
    width: 100%;
    text-align: center;
    display: inline;
    margin-bottom: 30px
}

.mu-skills-circle .mu-circle {
    height: 146px!important;
    width: 146px!important;
    margin: 0 auto;
    float: none
}

.mu-skills-circle .mu-circle .text {
    background-color: #0091ea;
    color: #fff!important;
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 50%
}

.mu-skills-percantage {
    display: inline-block
}

.mu-skills-circle .loader-spinner {
    border-color: #0091ea
}

#mu-team {
    display: inline;
    float: left;
    width: 100%
}

.mu-team-area {
    display: inline;
    float: left;
    padding: 100px 0 90px;
    width: 100%
}

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

.mu-single-team {
    background-color: #f6f6f6;
    display: inline;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
}

.mu-single-team-img {
    display: inline;
    float: left;
    width: 25%
}

.mu-single-team-content {
    display: inline;
    float: left;
    width: 75%;
    padding: 15px 33px
}

.mu-single-team-content h3 {
    font-size: 18px;
    color: #323232;
    margin-bottom: 0
}

.mu-single-team-content span {
    display: inline-block;
    font-size: 16px;
    color: #0091ea;
    margin-bottom: 5px
}

.mu-single-team-content p {
    font-size: 14px;
    margin-bottom: 12px
}

.mu-team-social li {
    list-style: none;
    display: inline-block
}

.mu-team-social li a {
    background-color: #ebebeb;
    border-radius: 50%;
    color: #7a7272;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-team-social li a:focus,
.mu-team-social li a:hover {
    background-color: #0091ea;
    color: #fff
}

#mu-from-blog {
    background-color: #fff;
    float: left;
    padding: 100px 0;
    display: inline;
    width: 100%
}

.mu-from-blog-area {
    display: inline;
    float: left;
    width: 100%
}

.mu-from-blog-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%
}

.mu-blog-item {
    box-shadow: 0 0 14px #ededed;
    display: inline;
    float: left;
    width: 100%
}

.mu-blog-item-content {
    display: inline;
    float: left;
    padding: 25px 25px;
    width: 100%
}

.mu-blog-meta {
    margin-bottom: 10px
}

.mu-blog-meta li {
    color: #8f9090;
    font-size: 12px;
    list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 10px
}

.mu-blog-meta li i {
    margin-right: 3px
}

.mu-blog-meta li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0
}

.mu-blog-meta li:last-child:after {
    display: none
}

.mu-blog-item-title,
.mu-blog-item-title a {
    color: #323232;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-blog-item-title a:focus,
.mu-blog-item-title a:hover {
    color: #0277bd
}

.mu-blog-item-content p {
    color: #323232;
    font-size: 14px
}

.mu-blg-readmore-btn {
    color: #0277bd;
    font-size: 14px
}

#mu-blog {
    display: inline;
    float: left;
    padding: 60px 0;
    width: 100%
}

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

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

#mu-blog .mu-blog-item {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 20px
}

#mu-blog .mu-blog-item-content {
    padding: 25px 0
}

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

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

.mu-blog-pagination .pagination {
    float: right
}

.mu-blog-pagination .pagination li {
    list-style: none;
    margin: 0 5px
}

.mu-blog-pagination .pagination li:last-child {
    margin-right: 0
}

.mu-blog-pagination .pagination .page-link {
    background-color: #0091ea;
    border: none;
    color: #fff;
    padding: 0;
    margin-left: 0;
    font-size: 18px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 43px;
    font-weight: 700
}

.mu-blog-pagination .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 45px
}

.mu-blog-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 45px
}

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

.mu-sidebar-widget {
    display: inline;
    float: left;
    margin-bottom: 40px;
    width: 100%
}

.mu-search-form {
    position: relative
}

.mu-search-form input {
    border: 1px solid #e1e1e1;
    color: #323232;
    font-size: 14px;
    height: 60px;
    width: 100%;
    border-top-color: #0091ea;
    border-top-width: 2px;
    padding: 0 50px 0 20px
}

.mu-search-form .mu-search-submit-btn {
    background-color: transparent;
    border: none;
    color: #0091ea;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    bottom: 0;
    width: 50px
}

.mu-sidebar-widget-title {
    background-color: #f6f6f6;
    border-top: 2px solid #0091ea;
    color: #323232;
    font-size: 24px;
    padding: 16px 20px
}

.mu-sidebar-social-widget .mu-social-media {
    border-top: none;
    margin-top: 10px;
    text-align: center
}

.mu-sidebar-social-widget .mu-social-media a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}

.mu-sidebar-widget ul,
.mu-sidebar-widget ul>ul {
    padding-left: 15px
}

.mu-sidebar-widget ul li {
    list-style: none;
    font-size: 16px
}

.mu-sidebar-widget ul li a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-sidebar-widget-nav {
    margin-top: 20px
}

.mu-sidebar-widget-nav li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.mu-sidebar-widget-nav li a i {
    margin-right: 5px
}

.mu-sidebar-widget-nav li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.mu-sidebar-widget-nav ul li:first-child {
    border-top: 1px solid #e5e5e5;
    margin-top: 5px;
    padding-top: 5px
}

.mu-tags {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%
}

.mu-tags a {
    border: 1px solid #e1e1e1;
    border-top-color: #0091ea;
    display: inline-block;
    font-size: 14px;
    padding: 12px 15px;
    margin: 0 10px 15px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-sidebar-subscribe-widget .mu-subscribe-form {
    margin-top: 25px
}

.mu-sidebar-subscribe-widget .mu-subscribe-form input {
    border: 1px solid #0091ea
}

.mu-popular-content-widget {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%
}

.mu-popular-content-widget .media {
    margin-bottom: 30px
}

.mu-popular-content-widget .media:last-child {
    margin-bottom: 0
}

.mu-popular-content-widget .media>.mu-popular-post-img {
    width: 120px;
    margin-right: 10px
}

.mu-popular-content-widget .media .mu-blog-meta {
    margin-bottom: 5px;
    padding-left: 0
}

.mu-popular-content-widget .media .mu-blog-meta li {
    font-size: 12px;
    padding-right: 15px;
    margin-right: 4px
}

.mu-popular-content-widget .media .media-body h3 {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3
}

#mu-blog.mu-blog-single .mu-blog-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

#mu-blog.mu-blog-single .mu-blog-item-title {
    color: #666;
    font-size: 24px
}

.mu-blog-single ul {
    padding-left: 25px
}

.mu-blog-tag {
    display: inline;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.mu-blog-single .mu-blog-share-nav,
.mu-blog-single .mu-blog-tag-nav {
    padding-left: 0
}

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

.mu-blog-tag-nav li h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px
}

.mu-blog-tag-nav li span {
    margin-right: 5px
}

.mu-blog-tag-nav li a {
    display: inline-block;
    color: #323232;
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-blog-tag-nav li a:focus,
.mu-blog-tag-nav li a:hover {
    color: #0091ea
}

.mu-blog-share {
    display: inline;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.mu-blog-share .mu-blog-share-nav {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

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

.mu-blog-share-nav li h3 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px
}

.mu-blog-navigation {
    display: inline;
    float: left;
    width: 100%;
    padding: 40px 0
}

.mu-blog-nav-btn {
    background-color: #ebebeb;
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px
}

.mu-blog-nav-prev {
    float: left
}

.mu-blog-nav-prev span {
    margin-right: 5px
}

.mu-blog-nav-next {
    float: right
}

.mu-blog-nav-next span {
    margin-left: 5px
}

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

.mu-related-post .mu-related-post-title {
    border-bottom: 4px solid #ebebeb;
    color: #323232;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 25px
}

.mu-blog-single .mu-blog-meta {
    padding-left: 0
}

#mu-blog.mu-blog-single .mu-related-post .mu-blog-item-title {
    font-size: 16px
}

.mu-comments-area {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px
}

.mu-comments-area h2 {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f6f6f6;
    color: #323232;
    font-size: 24px
}

.mu-comments-area .comments {
    float: left;
    display: inline;
    margin-top: 20px;
    width: 100%
}

.mu-comments-area .comments .commentlist {
    padding-left: 0
}

.mu-comments-area .comments .commentlist li {
    border-bottom: 1px solid #ddd;
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100%
}

.mu-comments-area .comments .commentlist li .news-img {
    background-color: #ebebeb;
    height: 70px;
    margin-right: 15px;
    max-width: inherit;
    width: 70px;
    border-radius: 50%
}

.mu-comments-area .comments .commentlist li .media-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #323232
}

.mu-comments-area .comments .commentlist li .media-body .author-name {
    margin-bottom: 0;
    margin-top: 0;
    color: #323232;
    font-size: 16px
}

.mu-comments-area .comments .commentlist li .comments-date {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #323232
}

.mu-comments-area .comments .commentlist li .reply-btn {
    color: #323232;
    display: inline-block;
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-comments-area .comments .commentlist li .reply-btn i {
    color: #0091ea;
    margin-right: 10px
}

.mu-comments-area .comments .commentlist li .reply-btn span {
    margin-left: 5px
}

.mu-comments-area .comments .commentlist li .reply-btn:focus,
.mu-comments-area .comments .commentlist li .reply-btn:hover {
    color: #0091ea;
    text-decoration: none;
    outline: 0
}

.mu-comments-area .comments .commentlist li .children {
    margin-left: 50px
}

.mu-comments-area .comments .commentlist li .author-tag {
    background-color: #0091ea;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 4px 8px
}

.mu-comments-area .comments .commentlist li .author-comments {
    background-color: #f8f8f8
}

.mu-comments-area .comments .commentlist .children {
    padding-left: 25px
}

.mu-comments-area .comments .comments-pagination {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    float: left
}

.mu-comments-area .comments .comments-pagination li {
    display: inline-block
}

.mu-comments-area .comments .comments-pagination li:first-child a,
.mu-comments-area .comments .comments-pagination li:first-child a:hover,
.mu-comments-area .comments .comments-pagination li:last-child a,
.mu-comments-area .comments .comments-pagination li:last-child a:focus,
.mu-comments-area .comments .comments-pagination li:last-child a:hover {
    background-color: #0091ea;
    color: #fff
}

.mu-comments-area .comments .comments-pagination li a {
    background-color: transparent;
    border: medium none;
    color: #555;
    display: inline-block;
    font-size: 15px;
    height: 25px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-comments-area .comments .comments-pagination li a:focus,
.mu-comments-area .comments .comments-pagination li a:hover {
    color: #0091ea;
    background-color: transparent;
    text-decoration: none;
    outline: 0
}

.mu-comments-area .comments .commentlist>li:last-child {
    margin-bottom: 0
}

#respond {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%
}

#respond .reply-title {
    border-bottom: 4px solid #ebebeb;
    color: #323232;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 25px
}

#respond .comment-notes {
    font-size: 15px;
    margin-bottom: 25px
}

#respond .required {
    color: red
}

#respond label {
    display: block
}

#respond input[type=email],
#respond input[type=text],
#respond input[type=url] {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    width: 65%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#respond textarea {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 15px;
    height: 200px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#respond input[type=submit] {
    margin-top: 10px
}

#mu-contact {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%
}

.mu-contact-area {
    display: inline;
    float: left;
    text-align: center;
    padding: 100px 0;
    width: 100%
}

.mu-contact-content {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 28%
}

.mu-contact-form-area {
    display: inline;
    float: left;
    width: 100%
}

.mu-contact-form {
    text-align: center
}

.mu-contact-form .form-group {
    position: relative
}

.mu-contact-form .mu-contact-icon {
    color: #0091ea;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 15px
}

.mu-contact-form .form-group input {
    background: 0 0;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    border: 1px #ccc;
    border-style: none none solid none;
    height: 45px;
    padding: 0 25px;
    margin-bottom: 24px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mu-contact-form .form-group textarea {
    background: 0 0;
    border: 1px #ccc;
    border-style: none none solid none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 100px;
    padding: 13px 25px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mu-contact-form .form-control:focus {
    background-color: #fff;
    border-style: none none solid none;
    outline: 0;
    box-shadow: none
}

.mu-contact-form .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    font-size: 14px
}

.mu-contact-form .form-control:-moz-placeholder {
    color: #7e7e7e;
    font-size: 14px
}

.mu-contact-form .form-control::-moz-placeholder {
    color: #7e7e7e;
    font-size: 14px
}

.mu-contact-form .form-control:-ms-input-placeholder {
    color: #7e7e7e;
    font-size: 14px
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default>span {
    padding: 12px 40px
}

#form-messages {
    margin-bottom: 10px;
    background-color: #fff
}

.success {
    padding: 1em;
    margin-bottom: .75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#mu-error {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%
}

.mu-error-area {
    display: inline;
    float: left;
    text-align: center;
    padding: 100px 0;
    width: 100%
}

.mu-error-area .mu-title {
    margin-bottom: 0
}

.mu-error-area .mu-title h2 {
    font-size: 24px
}

.mu-error-area .mu-title p {
    font-size: 14px;
    color: #323232
}

.mu-error-content {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15%
}

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

.mu-backdrop {
    background-image: url(assets/images/error-bg.jpg);
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover
}

.mu-text {
    color: #000;
    background-color: #fff;
    mix-blend-mode: screen;
    width: 101%;
    height: 101%;
    font-weight: 700;
    font-size: 400px;
    text-align: center;
    line-height: 300px;
    margin-top: -1px
}

.mu-backdrop,
.mu-text {
    border-radius: 2px
}

.mu-overlay {
    background-color: #0091ea;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: color
}

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

.mu-error-search .mu-subscribe-form {
    border: 1px solid #ddd;
    border-radius: 25px;
    float: left;
    width: 100%;
    margin-top: 20px
}

.mu-back-to-home {
    color: #0091ea;
    display: inline-block;
    margin-top: 60px;
    font-size: 14px
}

@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%
    }
    .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
    }
    .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
    }
    .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
    }
    .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%
    }
    .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%
    }
    .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
    }
    #mu-skills {
        background-position: inherit
    }
    .mu-contact-content {
        padding: 0 22%
    }
    .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
    }
    .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-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
    }
    #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
    }
    .mu-contact-content {
        padding: 0 15%
    }
    #mu-google-map iframe {
        height: 350px
    }
    .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
    }
    .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
    }
    .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%;
        right: 8%!important
    }
    .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: 0!important
    }
    .enterprnr-slider .slider-download-brochure,
    .enterprnr-slider .slider-download-brochure:hover {
        font-size: 16px!important;
        padding-right: 20px;
        margin-left: 0!important;
        background-size: 14px!important
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .mu-logo img {
        margin-left: 0!important;
        width: 60%
    }
    .global-section {
        position: absolute;
        bottom: 2%!important;
        right: 2%!important
    }
    .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
    }
    .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-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: 0!important
    }
    .enterprnr-slider .slider-download-brochure,
    .enterprnr-slider .slider-download-brochure:hover {
        font-size: 16px!important;
        padding-right: 20px;
        margin-left: 0!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: 0!important
    }
    .mobile-slider .carousel-caption.main-slider-caption {
        right: 0!important;
        left: 48%;
        bottom: 12%!important
    }
    .mobile-slider h1.slider-main-title {
        font-size: 22px!important;
        line-height: 25px!important;
        margin-bottom: 0!important
    }
    .mobile-slider h1.slider-small-title {
        font-size: 18px!important;
        line-height: 22px!important;
        margin-bottom: 0!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: 0!important;
        background-size: 14px!important;
        line-height: 20px;
        float: left;
        margin-top: 7px;
        font-weight: 400
    }
    .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-next::before,
    .slick-prev::before {
        font-size: 20px
    }
    .scrollToTop {
        font-size: 25px;
        line-height: 43px;
        width: 45px;
        height: 45px;
        background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
    }
    .mu-navbar {
        padding: 10px 0
    }
    .mu-navbar .navbar-toggler {
        padding: 5px 10px
    }
    .mu-page-header-area {
        padding: 80px 0
    }
    .mu-page-header-title {
        font-size: 30px
    }
    #mu-google-map iframe {
        height: 250px
    }
    #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
    }
    .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
    }
    .mu-single-team {
        text-align: center;
        padding: 10px 0
    }
    .mu-single-team-content,
    .mu-single-team-img {
        width: 100%
    }
    .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=email],
    #respond input[type=text],
    #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
    }
    .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%
    }
}

.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: 0
}

.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 a:focus,
.menu-section .mu-navbar-nav li a:hover,
.menu-section .mu-navbar-nav li.active a {
    background: 0 0;
    color: #000
}

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

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

.application-process {
    position: relative;
    width: 90%
}

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

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

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

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

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

#application-process-accordion .panel.panel-default,
#programme-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: 0;
    padding-left: 0
}

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

#meet-profiles {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 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;
    position: relative
}

.mu-navbar {
    padding: 0!important
}

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

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

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

.logo-section {
    position: absolute;
    top: 0;
    right: 14%
}

.return-on-investment.mu-single-skills {
    display: inline;
    float: left;
    width: 100%
}

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

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

h1.slider-main-title {
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase
}

h1.slider-small-title {
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 90px
}

.slider-download-brochure {
    background: #14436d;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-family: Poppins, sans-serif;
    margin-top: 15px;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    border-radius: 50px;
    text-transform: uppercase
}

.slider-download-brochure:hover {
    background: #0d3a61;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-family: Poppins, sans-serif;
    margin-top: 15px;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

.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: #0d3151;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 30px
}

.text-inner-title {
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 25px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 5px
}

.mu-single-service.mba-prog-txt p {
    font-family: 'Maven Pro', sans-serif;
    color: #868179;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.no-boder {
    border: none!important
}

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

.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: 0
}

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

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

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

.learn-goal-sec-item .mu-single-service-content {
    width: 100%;
    text-align: -webkit-center
}

section.menu-outer-wrap3 {
    background: linear-gradient(180deg, #fff 50%, #e3f8f9 50%)
}

.learn-goal-sec-item-title {
    margin-bottom: 0;
    overflow: hidden
}

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

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

#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: 0
}

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

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

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

.date-txt {
    color: #0d3151;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 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
}

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

.admission-accordion .accordion .card-header:after {
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Up-Arrow.png) no-repeat right 9px;
    width: 34px;
    height: 30px;
    right: 26px
}

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

#admission-accordion .card-header {
    background: 0 0
}

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

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

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

#admission-accordion .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: #fff0!important;
    border-bottom: 1px solid rgba(13, 49, 81, .65);
    cursor: pointer
}

#admission-accordion .card-header.collapsed a.card-title {
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 20px
}

#admission-accordion .card-body {
    background: #fff0;
    padding-left: 0
}

#admission-accordion .card-header a {
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 20px
}

#admission-accordion .card-body p {
    font-family: 'Maven Pro', sans-serif;
    color: #868179;
    font-size: 15px;
    font-weight: 400
}

.prog-accordion .accordion .card-header:after {
    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 {
    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: 0 0
}

.mu-navbar-nav li a:focus,
.mu-navbar-nav li a:hover,
.mu-navbar-nav li.active a {
    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: 0;
    background-color: transparent;
    border-bottom: 1px solid #868179;
    line-height: 40px;
    font-family: 'Maven Pro', 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: 'Maven Pro', 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 {
    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 {
    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: 'Maven Pro', sans-serif;
    line-height: 35px;
    text-transform: uppercase!important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    padding: 6px 25px 6px 25px;
    background: #1c6ea4;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

.admin-btn.btn.focus,
.admin-btn.btn:active,
.admin-btn.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0);
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

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

.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 img {
    margin: 0 auto;
    width: 100%
}

.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: 'Maven Pro', sans-serif;
    color: #12304f;
    font-size: 18px;
    font-weight: 700
}

.table-data .table-bordered tbody td {
    font-family: 'Maven Pro', 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: 0
}

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

.iim-trichy-txt {
    font-family: 'Maven Pro', 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: 0;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    right: unset
}

#iim-trichy-slider .carousel-indicators .active {
    background-color: #0a2b4d;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

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

.gallery-btn,
.gallery-btn:hover {
    font-family: 'Maven Pro', sans-serif;
    color: #e0590f;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    background: 0 0;
    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 .card {
    border: none
}

.application-process .card-header {
    background: 0 0;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    position: relative
}

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

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

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

.view-profile .card-body {
    padding: 0
}

.view-profile-title {
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 5px
}

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

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

.view-profile-btn,
.view-profile-btn.focus,
.view-profile-btn:focus,
.view-profile-btn:hover {
    font-family: 'Maven Pro', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px 2px 15px;
    border: none;
    background: #1c6ea4;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

.view-profile .card-body {
    padding-right: 10px!important
}

.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: #e3f8f9;
    padding: 60px 0 40px 0
}

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

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

.mu-rt-title {
    font-family: 'Maven Pro', 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 a {
    display: inline-flex;
    font-family: 'Maven Pro', sans-serif;
    color: #868179;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px
}

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

p.address-txt {
    font-family: 'Maven Pro', sans-serif;
    color: #868179;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px
}

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

#return-on-investment-slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0!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: 15%;
    margin-left: 15px;
    list-style: none
}

#return-on-investment-slider .carousel-indicators .active {
    background-color: #068eb5;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

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

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

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

p {
    color: #868179;
    font-size: 16px;
    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;
   
    right: 18px;
    bottom: 3px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

#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: 0;
    top: 50%;
    transform: translateY(-50%);
}

.application-process-table td {
    padding: 10px;
    font-family: 'Maven Pro', sans-serif;
    color: #908b84;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.logo-section-mobile {
    display: none
}

@media(max-width:480px) {
    .view-profile-btn,
    .view-profile-btn:hover {
        position: relative!important
    }
    .mu-logo img {
        margin-left: 0;
        width: 120px
    }
    h1.slider-small-title {
        font-size: 14px!important;
        line-height: 30px!important;
        margin-bottom: 0!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: 0!important
    }
    .carousel-caption.main-slider-caption {
        right: 0!important;
        left: 51%;
        bottom: 5%!important;
        padding-top: 0!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: 100%;
        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%
    }
    .gender-ratio-sec,
    .work-exp-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;
        width: 100%!important
    }
    .menu-links-section .mu-navbar-nav li {
        padding-right: 0!important
    }
    .mu-single-service-content-1 {
        margin-left: 0
    }
    #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: 0
    }
    .mu-about-area.mu-about-area-1 {
        padding-left: 0
    }
    #admission-faqs,
    #learning-goals,
    #meet-students-faculty,
    #testimonial-section,
    #trichy-campus {
        padding: 70px 15px 80px 15px
    }
}

@media(min-width:769px) and (max-width:1199px) {
    .menu-links-section {
        background-color: #533963;
        padding-left: 5%!important;
        position: relative!important;
        padding-right: 6%!important;
        width: 100%!important
    }
}

@media(min-width:769px) and (max-width:1024px) {
    ul.popup-links li {
        padding: 10px!important
    }
    ul.popup-links li {
        list-style-type: none;
        width: 24%!important
    }
    ul.popup-links {
        padding-top: 10px!important;
        padding-bottom: 10px!important
    }
    ul.popup-links li a,
    ul.popup-links li a p {
        color: #fff;
        font-size: 16px!important;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0;
        font-family: 'Maven Pro', sans-serif;
        line-height: 19px
    }
    #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) {
    .doted-btm {
        margin-bottom: 20px
    }
    .mu-single-service.mba-prog-txt {
        margin: 0;
        height: auto!important;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 20px!important;
        padding-bottom: 0
    }
    .col-md-4.mrg-btm-50.col-lg-4.col-xs-6 {
        margin-bottom: 0!important
    }
    .mu-single-service.mba-prog-txt p {
        width: 100%!important
    }
    .mu-single-service.mba-prog-txt {
        margin: 0;
        height: 180px;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 40px
    }
    .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%
    }
}

@media(min-width:481px) and (max-width:600px) {
    h1.slider-small-title {
        font-size: 14px!important;
        line-height: 30px!important;
        margin-bottom: 0!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: 0!important
    }
    .carousel-caption.main-slider-caption {
        right: 0!important;
        left: 53%;
        bottom: 5%!important;
        padding-top: 0!important
    }
}

@media(min-width:601px) and (max-width:768px) {
    h1.slider-small-title {
        font-size: 14px!important;
        line-height: 30px!important;
        margin-bottom: 0!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: 0!important;
        left: 53%;
        bottom: 5%!important;
        padding-top: 0!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-family: 'Maven Pro', sans-serif;
        line-height: 35px;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        border-radius: 50px;
        padding: 6px 25px 6px 25px;
        background: #1c6ea4;
        background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        margin-bottom: 5px;
        margin-top: 5px
    }
    h1.slider-main-title {
        font-size: 27px!important;
        line-height: 30px!important;
        margin-bottom: 5px!important
    }
    .carousel-caption.main-slider-caption {
        right: 0!important;
        left: 53%;
        bottom: 5%!important;
        padding-top: 0!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: 15px
}

.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: 0
}

.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: 0
}

.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
}

/* Hide the browser's default checkbox */
.wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
     background-color: #ffffff;
  border: 1px solid #0a90b3;
}

/* On mouse-over, add a grey background color */
.wrap:hover input ~ .checkmark {
     background-color: #0a90b3;
}

/* When the checkbox is checked, add a blue background */
.wrap input:checked ~ .checkmark {
      background-color: #0a90b3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wrap .checkmark:after {
  /* left: 6px; */
  top: 0px;
  /* width: 5px; */
  /* height: 10px; */
  border: 1px solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(38deg);
  font-weight: 100;
  content: "\f00c";
  font-size: 7px;
  left: 6px;
}
legend.custom-legend {
      border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: -3px;
    font-family: 'Maven Pro', sans-serif;
    width: 100%;
}
form#brochure legend.custom-legend {
    margin-top: -5px;
}
.custom-checkbox {
    position: relative;
      margin-top: 10px;
}
label.wrap {
    width: 35px;
    height: 35px;
    float: left;
}
@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],
    .form-style select,
    input[type=email] {
        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%;
    right: 14%
}

h1.slider-title1 {
    color: #14436d;
    font-size: 35px;
    font-weight: 400;
    line-height: 23px;
    text-transform: initial;
    font-family: 'Proza Libre', sans-serif
}

h1.slider-title2 {
    color: #14436d;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase
}

h1.slider-title3 {
    color: #14436d;
    font-size: 40px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    font-family: 'Open Sans', sans-serif
}

h1.slider-title4 {
    color: #14436d;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    font-family: 'Proza Libre', sans-serif
}

h2.service-number {
    color: #ef7f1b;
    font-size: 23px;
    font-weight: 100;
    text-align: left;
    font-family: 'Maven Pro', 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;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px
}

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

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: #fff;
    font-size: 16px;
    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;
    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;
    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%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #1c6ea4;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

ul.popup-links li a,
ul.popup-links li a p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    font-family: 'Maven Pro', sans-serif;
    display: block
}

ul.popup-links li a p {
    margin-bottom: 0!important
}

ul.popup-links li a img {
    margin-bottom: 15px
}

ul.popup-links li {
    padding: 18px
}

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

section.menu-outer-wrap {
    background: linear-gradient(180deg, #fff 50%, #e3f8f9 50%)
}

ul.popup-links li:last-child:after {
    display: none
}

.card {
    background-color: transparent
}

section.menu-outer-wrap2 {
    background: linear-gradient(180deg, #fff 50%, #e3f8f9 50%)
}

section.menu-outer-wrap4 {
    background: linear-gradient(180deg, #e3f8f9 50%, #fff 50%)
}

.slick-next,
.slick-prev {
    background: 0 0
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #908b84
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none
}

section.campus-wrap {
    padding: 60px 0
}

section.menu-outer-wrap5 {
    background: linear-gradient(180deg, #fff 50%, #e3f8f9 50%)
}

section.menu-outer-wrap6 {
    background: linear-gradient(180deg, #e3f8f9 50%, #ffffff 50%);
}

h1.address-title {
    font-family: Heebo;
    color: #12304f;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px
}

.mu-testimonial-slide .slick-slide img {
    display: block;
    /* max-width: none; */
    margin: auto;
}

.mu-testimonial-slide .slick-slide a.testmo-a {
    display: inline-block;
}

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: 0
}

.err-txt-active {
    font-size: 12px;
    color: red;
    letter-spacing: 0;
    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: 'Maven Pro', 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: 23px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Maven Pro', sans-serif;
    color: #f98018;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 15px
}

h2.service-title.blue-txt {
    color: #0d3151
}

section.menu-outer-wrap2-1 {
    background: linear-gradient(180deg, #e3f8f9 50%, #fff 50%)
}

ul.about-list {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 25px
}

ul.about-list li {
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 18px
}

.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: 20px!important
}

.com-md-6.social-contact-wrap-main {
    padding-left: 15px;
    padding-right: 15px;
}

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: 0;
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    line-height: 17px
}

section.mobile-butn-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1c5e8e;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

.mobile-butn-section a:after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 13px
}

.last-updated a:after {
    display: none!important
}

.col-btn-1 a,
.col-btn-2 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) {
    #faculty-slider .carousel-indicators {
        position: absolute;
        bottom: -20px!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: 0 0!important
    }
    .mu-about-area {
        padding: 30px 0!important
    }
    #mu-service {
        padding: 30px 0 10px!important
    }
    #admission-faqs,
    #learning-goals,
    #meet-students-faculty,
    #testimonial-section,
    #trichy-campus {
        padding: 30px 15px 30px 15px!important
    }
    #admission-section {
        padding: 30px 0 60px!important;
        background: #edf1f5
    }
    #social-address-section {
        padding: 30px 0 0!important
    }
    section.campus-wrap {
        padding: 20px 0 0 0
    }
    #social-address-section {
        padding: 30px 0 30px 0!important
    }
    .view-profile .card-body {
        padding: 0;
        border-bottom: 1px solid #ccc!important
    }
    .pos-tn-relative {
        text-align: center!important;
        margin-bottom: 20px
    }
    .mble-hide-cohort {
        display: none
    }
    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-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        color: #000;
        outline: 0;
        background: 0 0
    }
    .slick-next,
    .slick-prev {
        top: 40%
    }
    span.dot-big {
        left: 20px!important
    }
    h2.service-number {
        margin-bottom: 10px
    }
    .main-title {
        margin-bottom: 10px
    }
    #prog-accordion {
        margin-right: 0
    }
    .programme-information,
    .return-on-investment {
        position: relative;
        border-right: none;
        padding-bottom: 0;
        border-bottom: 2px solid #edeceb;
        margin-bottom: 20px
    }
    #admission-accordion .card-header.collapsed {
        background: 0 0!important;
        width: 100%;
        position: relative
    }
    .admission-accordion .accordion .card-header.collapsed:after {
        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: 0
    }
    #admission-accordion .card-header.collapsed a.card-title {
        font-family: 'Maven Pro', sans-serif;
        color: #0d3151;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        width: 84%;
        display: block
    }
    #testimonial-section .slick-next:before {
        right: 0;
        top: 50%;
        transform: translateY(-20%);
    }
    #testimonial-section .slick-prev:before {
       
        bottom: 3px;
        left: 30px;
        top: 50%;
        transform: translateY(-20%);
    }
    #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
    }
}

@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: 0;
        border: 1px solid #ccc
    }
}

p.desig {
    font-size: 16px;
    font-weight: 400;
    text-align: -webkit-center;
    color: #868179!important
}

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: 0;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    right: unset
}

#students-slider .carousel-indicators .active {
    background-color: #0a2b4d;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

#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: 0;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    right: unset
}

#faculty-slider .carousel-indicators .active {
    background-color: #0a2b4d;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
}

#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
    }
}

.submit__generated {
    display: inline-block;
    margin-bottom: 5px
}

.submit__generated span {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: center;
    line-height: 35px;
    font-weight: 700;
    font-size: 14px;
    color: #717171;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px
}

.submit__generated.unvalid:after,
.submit__generated.valid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px
}

.submit__generated.valid:after {
    content: "\f00c";
    color: #2ecc71
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71!important
}

.submit__generated.unvalid:after {
    content: "\f00d";
    color: #e74c3c
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    border: 1px solid #42a0dd;
    color: #42a0dd;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    top: -2px
}

i.fa-refresh {
    margin: 4px 0 0 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, .4);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0;
    padding-top: 5px;
    display: contents;
    font-family: Poppins, sans-serif;
    font-size: 13px
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    background-color: #42a0dd;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2c81ba;
    opacity: 1;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

.submit:hover {
    background-color: #3498db
}

.submit.enter-press,
.submit.overlay,
.submit:active {
    margin: 55px 0 46px 0;
    box-shadow: none
}

.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    margin-top: -90px;
    margin-left: -5px
}

.low-opa {
    opacity: .4
}

.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.fadeIn {
    opacity: 1!important;
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.form-fields,
.form-success {
    transition: all .2s ease-out
}

.form-success {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-top: 20px
}

h3.human-txt {
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 14px
}

.hide {
    display: none!important
}

.slider-corp-wrap {
    position: absolute;
    bottom: 20%;
    left: 55%
}

h1.slider-cor1 {
    font-family: Poppins, sans-serif;
    color: #666;
    font-size: 35px;
    font-weight: 500;
    line-height: 36px;
    text-align: left
}

h1.slider-cor2 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #838383;
    line-height: 26px;
    margin-bottom: 20px
}

h1.slider-cor3 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #838383;
    line-height: 26px;
    margin-bottom: 20px
}

h1.slider-cor1 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    background-image: linear-gradient(to bottom right, #3465a8, #825ada);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.mu-testimonials-block {
    margin-top: 0
}

.testi-number {
    position: relative;
    padding-left: 28px;
    color: #868179;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    font-family: Poppins, sans-serif;
    display: block;
    margin-top: 10px
}

.border-right {
    border-right: 1px solid #868179
}

.main-header-center h1.main-title {
    text-align: center;
    font-size: 30px
}

.downlod-bechure-section {
    margin-top: 30px
}

.doted-btm {
    position: relative
}

.doted-btm:before {
    position: absolute;
    content: "..............";
    font-size: 34px;
    letter-spacing: 5px;
    bottom: 0;
    left: unset
}

.mu-single-service.mba-prog-txt p {
    margin-bottom: 10px
}

.doted-btm:after {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 20px;
    background-image: url(assets/images/2020/iim-arrow-2020.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 26px;
    content: "";
    width: 10px;
    height: 30px
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif
}

h2.service-title {
    position: relative
}

.mu-single-service h2.service-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #1c6ea4;
    background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
    bottom: -3px;
    left: 0
}

.main-header-center {
    padding-bottom: 25px
}

section.pgm-information-section {
    background-color: #e3f8f9;
    padding-top: 50px;
    padding-bottom: 50px
}

.pg-if-sec-brdr {
    position: relative
}

.pg-if-sec {
    width: 85%
}

.pg-if-sec p {
    text-align: center;
    color: #71706d;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.pg-if-sec h3 {
    text-align: center;
    color: #0d3151;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    line-height: normal;
    margin-bottom: 20px
}

.pg-if-sec strong {
    color: #4a4a4acc
}

section.app-proc-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.single-btn {
    text-align: center
}

.alumini-carousel .carousel-item img {
    margin: auto
}

.app-proc-col:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 660px;
    background-color: #ccc;
    top: 0;
    right: 20px
}

.app-proc-col {
    position: relative
}

.alumini-name-desc {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px
}

.alumini-name-desc:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    bottom: 0;
    background-image: url(assets/images/quotes.png);
    left: 50%;
    transform: translateX(-50%)
}

p.alumini-testi {
    color: #636363
}

.pg-sec {
    text-align: center;
    margin-bottom: 40px
}

p.pg-sec-p {
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    color: #0d3151;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
    word-wrap: break-word;
    width: 150px;
    margin: auto
}

.pg-sec img {
    margin-bottom: 24px
}

#iim-trichy-slider .carousel-inner {
    border: 5px solid #fff
}

.foot-log {
    margin-bottom: 30px
}

.csub-perc {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #0d3151;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 2px
}

ul.cus-exp-list li {
    margin-bottom: 15px
}

.csub-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #0d3151;
    font-family: 'Maven Pro', sans-serif
}

ul.cus-exp-list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ccc;
    left: -18px;
    top: 10px;
    border-radius: 50px
}

ul.cus-exp-list li.green-li:before {
    background-color: #66e218
}

ul.cus-exp-list li.blue-li:before {
    background-color: #2a99ff
}

ul.cus-exp-list li.red-li:before {
    background-color: #f26c68
}

ul.cus-exp-list li.yellow-li:before {
    background-color: #f9bf3e
}

ul.cus-exp-list li.men-li:before {
    background-color: #66e218
}

ul.cus-exp-list li.women-li:before {
    background-color: #2a99ff
}

ul.cus-exp-list li {
    margin-bottom: 15px;
    position: relative;
    list-style: none
}

ul.cus-exp-list {
    list-style: none;
    padding-left: 15px
}

h2.c-main-title {
    color: #0d3151;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 30px
}

th.custom-table-heading {
    vertical-align: bottom;
    border-bottom: none;
    color: #0d3151!important;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 30px
}

.pg-if-sec-brdr .pg-if-sec-wrap:nth-child(1) {
    position: relative
}

.pg-if-sec-brdr .pg-if-sec-wrap:nth-child(1):after,
.pg-if-sec-brdr .pg-if-sec-wrap:nth-child(2):after,
.pg-if-sec-brdr .pg-if-sec-wrap:nth-child(3):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 210px;
    background-color: #ccc;
    top: 15px;
    right: 15px
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer
}

.admin-btn {
    border: none
}

button.slick-arrow:active,
button.slick-arrow:hover {
    background-color: transparent!important
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: transparent!important
}

.slider-wrap.global-section.left-side-caption {
    left: 16%;
    right: unset;
    position: absolute
}

.slider-wrap.global-section.left-side-caption h1 {
    color: #fff
}

.social-contact {
    position: relative;
    margin-bottom: 8px;
}

.social-contact:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    left: 0;
    background-repeat: no-repeat
}

.social-contact.mobile-contact:before {
    background-image: url(assets/images/2020/contact.png)
}

.social-contact.email-contact:before {
    background-image: url(assets/images/2020/mail.png)
}

.social-contact.watsap-contact:before {
    background-image: url(assets/images/2020/whatsup.png)
}

.social-contact.wesite-contact:before {
    background-image: url(assets/images/2020/website.png)
}

ul.social-contact-ul {
    list-style: none;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px
}

ul.social-contact-ul li {
    list-style: none;
    padding-right: 12px;
    position: relative;
    padding-left: 12px
}

ul.social-contact-ul li:after {
    position: absolute;
    content: "/";
    right: -5px
}

ul.social-contact-ul li:last-child:after {
    display: none
}

ul.social-contact-ul li a {
    font-family: 'Maven Pro', sans-serif;
    color: #868179;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px
}

h2.excu {
    /*font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #fff;
    line-height: 70px;
    font-weight: 400*/
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

h1.mba-pgm {
    /* font-family: 'Bebas Neue', cursive;
    font-size: 5.2rem;
    color: #fff;
    line-height: 70px;
    font-weight: 500*/
    font-family: 'Bebas Neue', cursive;
    font-size: 5.2rem;
    color: #fff;
    line-height: 57px;
    font-weight: 500;
}

h2.excu-yrs {
    /* font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #fff;
    line-height: 70px;
    font-weight: 400*/
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

.excecitive-section {
    margin: 13% 0 0 0
}

a.slider-download-brochure.orange-btn {
    background: -moz-linear-gradient(to right, #ff8d00 0, #f97300 0, #b91d1d 100%);
    background: -webkit-linear-gradient(to right, #ff8d00 0, #f97300 0, #b91d1d 100%);
    background: linear-gradient(to right, #ff8d00 0, #f97300 0, #b91d1d 100%)
}

.blue-clr {
    color: #004875!important
}

.black-clr {
    color: #000!important
}

.register-ama-content-header {
    padding-bottom: 0;
    margin-top: 20px
}

.register-ama-content p {
    width: 80%;
    margin: auto;
    text-align: center
}

.main-header-center h1.main-title {
    text-align: center;
    font-size: 30px
}

.single-btn.mobile-show-btn {
    padding-top: 20px;
    display: block
}

p.frm-txt {
    margin-bottom: 0;
    font-size: 12px;
    color: #0d3151
}

.row.meetalumini-cmps-btn-wrap {
    display: none
}

@media only screen and (min-width:769px) {
    .mobile-show-btn {
        display: none!important
    }
}

@media only screen and (min-width:300px) and (max-width:768px) {
    .watsap-a {
        display: block!important
    }
    .row.meetalumini-cmps-btn-wrap {
        text-align: center;
        display: block
    }
    .testi-number {
        padding-left: 0!important
    }
    .fqsa-btn-sec {
        text-align: center
    }
    .rd-fqs,
    .visit-cmps-btn {
        float: unset!important
    }
    .dwnld-brchure,
    .visit-cmps-btn-wrap {
        display: none
    }
    .admin-btn {
        padding: 0 20px 2px 20px!important
    }
    .pg-if-sec h3 {
        margin-bottom: 10px
    }
    .doted-btm {
        color: #fff;
        background-color: #fff;
        border-style: dotted;
        border: 0 none;
        border-bottom: 2px dotted #bebebe;
        background: 0 0
    }
    p.pg-sec-p {
        text-align: center;
        font-family: 'Maven Pro', sans-serif;
        color: #0d3151;
        font-size: 16px;
        font-weight: 500;
        display: block;
        text-align: center;
        line-height: normal;
        margin-bottom: 20px;
        word-wrap: break-word;
        width: 120px;
        margin: auto
    }
    .pg-sec img {
        margin-bottom: 15px;
        width: 60px;
        height: 60px
    }
    .pg-sec {
        text-align: center;
        margin-bottom: 25px;
        display: inline-block
    }
    .register-ama-content {
        margin-bottom: 40px
    }
    .mobile-show-btn button.btn.admin-btn {
        padding: 6px 25px 6px 25px
    }
}

@media only screen and (min-width:300px) and (max-width:575px) {
    #testimonial-section .slick-next:before,
    #testimonial-section .slick-prev:before {
        background-size: 18%
    }
    .view-profile .card-body {
        padding: 0;
        border-bottom: 1px solid #ccc!important;
        padding-bottom: 20px
    }
    .meet-our-faculty {
        margin-top: 40px!important;
        margin-bottom: 30px
    }
    .main-title {
        margin-bottom: 25px;
        font-size: 20px
    }
    .view-profile-title {
        margin-top: 0
    }
    ul.social-contact-ul {
        list-style: none;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 40px
    }
    ul.social-contact-ul li:after {
        display: none
    }
    .admission-accordion .card-header a.card-title.text-inner-title {
        padding-top: 0
    }
    .admin-btn {
        font-family: 'Maven Pro', sans-serif;
        line-height: 35px;
        text-transform: uppercase;
        cursor: pointer;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        text-align: center;
        border-radius: 50px;
        padding: 2px 11px 1px 11px;
        background: #1c6ea4;
        background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%)
    }
    .pg-if-sec-brdr .pg-if-sec-wrap {
        margin-bottom: 30px
    }
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(1):after,
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(2):after,
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(3):after {
        display: none
    }
    .pg-if-sec {
        width: 100%
    }
    .application-process {
        width: 100%;
        margin-bottom: 40px
    }
    .app-proc-col:after {
        display: none
    }
    span.seperator {
        padding-left: 5px;
        padding-right: 5px;
        display: block
    }
    .phone-txt,
    .phone-txt a {
        display: -webkit-box
    }
    th.custom-table-heading {
        color: #0d3151!important;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        font-family: 'Maven Pro', sans-serif;
        margin-bottom: 30px
    }
    .register-ama-content {
        margin-bottom: 40px
    }
    .register-ama-content p {
        width: 100%!important
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    ul.social-contact-ul {
        list-style: none;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 40px
    }
    ul.social-contact-ul li:after {
        display: none
    }
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(even):after {
        display: none
    }
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(1):after,
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(2):after,
    .pg-if-sec-brdr .pg-if-sec-wrap:nth-child(3):after {
        position: absolute;
        content: "";
        width: 1px;
        height: 150px;
        background-color: #ccc;
        top: 15px;
        right: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    ul.social-contact-ul {
        list-style: none;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 40px
    }
    ul.social-contact-ul li:after {
        display: none
    }
    ul.social-contact-ul li a {
        font-size: 18px
    }
}

@media only screen and (min-width:1681px) {
    .slider-wrap.left-side-caption {
        position: absolute;
        bottom: 20%;
        right: 12%
    }
}

@media only screen and (min-width:1281px) and (max-width:1600px) {
    .slider-wrap.left-side-caption {
        position: absolute;
        bottom: 2%;
        right: 14%;
        left: 20%!important
    }
    h1.slider-title1 {
        color: #14436d;
        font-size: 30px;
        font-weight: 400;
        line-height: 23px;
        text-transform: initial;
        font-family: 'Proza Libre', sans-serif
    }
    h1.slider-title3 {
        color: #14436d;
        font-size: 38px;
        font-weight: 700!important;
        line-height: 40px;
        text-align: left;
        font-family: 'Open Sans', sans-serif
    }
    h1.slider-title4 {
        color: #14436d;
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
        text-align: left;
        font-family: 'Proza Libre', sans-serif
    }
    .excecitive-section {
        margin: 14% 0 0 0
    }
    h2.excu {
        font-family: 'Bebas Neue', cursive;
        font-size: 3.2rem;
        color: #fff;
        line-height: 35px;
        font-weight: 400;
    }
    h1.mba-pgm {
        font-family: 'Bebas Neue', cursive;
        font-size: 4.7rem;
        color: #fff;
        line-height: 49px;
        font-weight: 500;
    }
    h2.excu-yrs {
        font-family: 'Bebas Neue', cursive;
        font-size: 2.5rem;
        color: #fff;
        line-height: 45px;
        font-weight: 400
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) {
    .slider-wrap.left-side-caption {
        position: absolute;
        bottom: 5%;
        right: 14%;
        left: 10%!important
    }
    h1.slider-title1 {
        font-size: 23px!important;
        font-weight: 500;
        line-height: 26px;
        text-align: left
    }
    h1.slider-title3 {
        font-size: 32px!important;
        font-weight: 700!important;
        line-height: 33px;
        text-align: left
    }
    h1.slider-title4 {
        font-size: 20px!important;
        font-weight: 400;
        line-height: 30px;
        text-align: left
    }
    .excecitive-section {
        margin: 4% 0 0 0
    }
    h2.excu {
        /* font-family: 'Bebas Neue', cursive;
        font-size: 2.5rem;
        color: #fff;
        line-height: 50px;
        font-weight: 400*/
        font-family: 'Bebas Neue', cursive;
        font-size: 29px;
        color: #fff;
        line-height: 20px;
        font-weight: 400;
    }
    h1.mba-pgm {
        font-family: 'Bebas Neue', cursive;
        /*font-size: 3.5rem;
        color: #fff;
        line-height: 56px;
        font-weight: 500*/
        font-family: 'Bebas Neue', cursive;
        font-size: 43px;
        color: #fff;
        line-height: 28px;
        font-weight: 500;
    }
    h2.excu-yrs {
        /*font-family: 'Bebas Neue', cursive;
        font-size: 2.5rem;
        color: #fff;
        line-height: 50px;
        font-weight: 400*/
        font-family: 'Bebas Neue', cursive;
        font-size: 30px;
        color: #fff;
        line-height: 18px;
        font-weight: 400;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .slider-wrap.left-side-caption {
        position: absolute;
        bottom: 0;
        right: 14%;
        left: 10%!important
    }
    h1.slider-title1 {
        font-size: 20px!important;
        font-weight: 500;
        line-height: 16px!important;
        text-align: left
    }
    h1.slider-title3 {
        font-size: 24px!important;
        font-weight: 700!important;
        line-height: 30px;
        text-align: left
    }
    h1.slider-title4 {
        font-size: 16px!important;
        font-weight: 400;
        line-height: 30px;
        text-align: left
    }
    .excecitive-section {
        margin: 4% 0 0 0
    }
    h2.excu {
        font-family: 'Bebas Neue', cursive;
        font-size: 29px;
        color: #fff;
        line-height: 20px;
        font-weight: 400
    }
    h1.mba-pgm {
        font-family: 'Bebas Neue', cursive;
        font-size: 43px;
        color: #fff;
        line-height: 28px;
        font-weight: 500;
    }
    h2.excu-yrs {
        font-family: 'Bebas Neue', cursive;
        font-size: 29px;
        color: #fff;
        line-height: 19px;
        font-weight: 400
    }
    ,
    .slider-download-brochure {
        font-family: 'Maven Pro', sans-serif;
        line-height: 35px;
        cursor: pointer;
        color: #fff;
        font-size: 14px!important;
        font-weight: 400;
        text-align: center;
        border-radius: 50px;
        padding: 6px 25px 6px 25px;
        background: #1c6ea4;
        background: -moz-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: -webkit-linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        background: linear-gradient(to right, #6bc685 0, #6bc685 0, #068eb5 100%);
        margin-bottom: 5px;
        margin-top: 6px
    }
}