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


/* BASIC TYPOGRAPHY */


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

body,
html {
    overflow-x: hidden;
}

body {
    font-family: 'Heebo', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    color: #666666;
    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:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

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

h1 {
    font-size: 38px;
}

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

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

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

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

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

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

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

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

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

dl dt {
    font-weight: 700;
}

dl dd {
    margin-left: 0;
}

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

blockquote p {
    margin-top: 10px;
}

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

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

iframe {
    border: none;
}


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

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

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

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

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


/*scrol to top*/

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

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

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


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

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

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

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

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

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


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


/* HEADER */


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

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

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

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

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

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

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

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

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

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


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


/* MENUE */


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

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

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

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

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

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

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

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

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

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


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


/* SLIDER */


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

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

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

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

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

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

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

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

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

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

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

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


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


/* ABOUT US */


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

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

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

.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-title p {}

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

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


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


/* CALL TO ACTION */


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

#mu-call-to-action {
    /*background-image: url(assets/images/call-to-action-bg.jpg);*/
    float: left;
    position: relative;
    width: 100%;
}

#mu-call-to-action:before {
    /*background: #0091E3;*/
    content: '';
    position: absolute;
    opacity: 0.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:hover,
.mu-quote-btn:focus {
    color: #0091ea;
}


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


/* SERVICE */


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

#mu-service {
    display: inline;
    float: left;
    width: 100%;
    padding: 40px 0px 30px 0px;
    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;
    /* height: 71px; */
    /* width: 77px; */
    text-align: center;
    line-height: 48px;
    margin-right: 20px;
}

.mu-single-service-icon .fa {}

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


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


/* VIDEO */


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

#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: 0.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: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-video-play-btn:hover,
.mu-video-play-btn:focus {
    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;
}


/*video popup*/

.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 50px;
}

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

.mu-video-iframe-area {
    background-color: rgba(0, 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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

.mu-video-iframe-area iframe {}


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


/* PORTFOLIO */


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

#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: 0px;
    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 0.5s;
    transition: all 0.5s;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

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


/* Filter controls */

.mu-simplefilter {
    text-align: center;
}

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

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

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


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


/* COUNTER */


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

#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: 0.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: 0px;
    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: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}


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


/* PRICING */


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

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

.mu-pricing-single-content ul li {
    color: #666666;
    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: normal;
    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:hover,
.mu-buy-now-btn:focus {
    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;
}


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


/* TESTIMONIALS */


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

#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: 0.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: 0.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 0.5s;
    transition: all 0.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-prev:hover,
.mu-testimonial-slide .slick-prev:focus,
.mu-testimonial-slide .slick-next:hover,
.mu-testimonial-slide .slick-next:focus {
    color: #0091ea;
}

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


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


/* NEWS LETTER */


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

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


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


/* CLIENTS */


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

#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-prev,
.mu-clients-slider .slick-next {
    background-color: transparent;
}


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


/* GOOGLE MAP */


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

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

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


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


/* FOOTER */


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

#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 0.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:hover,
.mu-social-media a:focus {
    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 0.5s;
    transition: all 0.5s;
}


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


/* ABOUT US */


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

#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: 0.60;
    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: #000000;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.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-img img {}

.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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


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


/* BLOG PAGE */


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

#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: 0px 0px 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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

.mu-blog-item-content p a {}

.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: bold;
}

.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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;
}


/*Blog Single*/

#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 #cccccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.mu-blog-single .mu-blog-tag-nav,
.mu-blog-single .mu-blog-share-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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-blog-tag-nav li a:hover,
.mu-blog-tag-nav li a:focus {
    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: 0px;
    font-size: 14px;
    color: #323232;
}

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

.mu-comments-area .comments .commentlist li .comments-date {
    display: block;
    font-size: 12px;
    letter-spacing: 0.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 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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:hover,
.mu-comments-area .comments .commentlist li .reply-btn:focus {
    color: #0091ea;
    text-decoration: none;
    outline: none;
}

.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: bold;
    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:last-child a,
.mu-comments-area .comments .comments-pagination li:first-child a:hover,
.mu-comments-area .comments .comments-pagination li:last-child a:hover,
.mu-comments-area .comments .comments-pagination li:first-child a:hover,
.mu-comments-area .comments .comments-pagination li:last-child a:focus {
    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 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

#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="text"],
#respond input[type="email"],
#respond input[type="url"] {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    width: 65%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

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


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


/* CONTACT US */


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

#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: transparent;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    border: 1px #cccccc;
    border-style: none none solid none;
    height: 45px;
    padding: 0 25px;
    margin-bottom: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-contact-form .form-group textarea {
    background: transparent;
    border: 1px #cccccc;
    border-style: none none solid none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 100px;
    padding: 13px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.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 {
    /* Firefox 18- */
    color: #7e7e7e;
    font-size: 14px;
}

.mu-contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    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: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


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


/* 404 ERROR PAGE */


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

#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: black;
    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;
}


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


/* RESPONSIVE STYLE */


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

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

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

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

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

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

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

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

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

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

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

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

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


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

					Custom CSS Styles 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padd {
    padding: 0px;
}

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

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

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

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

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

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

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

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

.application-process {
    position: relative;
}

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


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


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

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

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

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

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

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

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

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

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

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

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

.student-details {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-title {
    /*color: #0d3151;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;*/

    color: #0d3151;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 30px;

}

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



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

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




/* Learning Goals Section */

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

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

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

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

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

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

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

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

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

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

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

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


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

}*/

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

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

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

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

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

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


/* Admin FAQ's Section */

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

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

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

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

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

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

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

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

#admission-accordion .card-header.collapsed a.card-title {
        font-family: 'Heebo', sans-serif;
    color: #185c94;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

#admission-accordion .card-body {
    background: #fff;
}

#admission-accordion .card-header a {
    font-family: 'Heebo', sans-serif;
    color: #205c8b;
    font-size: 16px;
    font-weight: 500;
}

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

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

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

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

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

a.card-title {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

strong {
    color: #1c5e8e;
}

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

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

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

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

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

.logo-section-mobile {
    display: none;
}


/*  Responsive CSS */

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

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

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

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

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

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

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

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


/* Home Slider responsive CSS*/

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

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

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

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

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

.mobile-slider {
    display: none;
}

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

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

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

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

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

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

.footer-txt {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

select.input-box {
    border: none;
    border-bottom: 1px solid #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: #ffffff;
    font-size: 16px;/* Approximation due to font substitution */
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
}
input.input-box {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.right-slider-content h1 {

     background-image: linear-gradient(to bottom right, #3465a8, #825ada);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
      font-size: 40px;
      margin-bottom: 20px;
}
.right-slider-content h1 b {
      font-size: 42px;
}
#application-process .modal-dialog {
    max-width: 640px;
}
h2.service-title {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Heebo', sans-serif;
    color: #f98018;
}

h2.service-title.blue-txt {
    color: #0d3151;
}
section.menu-outer-wrap2-1 {
    background: linear-gradient(180deg, #ffffff 50%, #edf1f5 50%);
}
ul.about-list {
    padding-left: 30px;
    margin-top: 5px;
}

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

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


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

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

/*.mobile-butn-section a {
    text-align: -webkit-center;
    display: block;
    margin: 0px;
}*/
.mobile-butn-section a {
    text-align: -webkit-center;
    display: block;
    margin: 0px;
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    line-height: 17px;
}
section.mobile-butn-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* padding-right: 0; */
    background-color: #1c5e8e;
   
}
.mobile-butn-section a:after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 13px;
}
/*.mobile-butn-section .col-btn a:last-child:after {
    display: none;
}*/
    .col-btn-last a:after{
        /*display: none;*/
    }
    .last-updated a:after {
        display: none !important;
}
.col-btn-2 a,
.col-btn-1 a{
    margin: 10px 0;
}
.col-btn-last a {
    margin: 3px 0;
}
.col-btn {
    padding-left: 5px;
    padding-right: 5px;
}
#mu-slider .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-butn-section{
        display: none;
    }
.dot.yellow {
    background-color: #f9bf3e;
}
@media (max-width: 768px) and (min-width: 300px){
     #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: 0px 0px !important;
    }
    .mu-about-area {
        padding: 30px 0 !important;
    }
    #mu-service {
        padding: 30px 0 10px !important;
    }
   #learning-goals, #admission-faqs, #meet-students-faculty, #trichy-campus, #testimonial-section {
        padding: 30px 15px 30px 15px !important;
    } 
    #admission-section {
        padding: 30px 0 60px !important;
        background: #edf1f5;
    }
    #social-address-section {
        padding: 30px 0 0px !important;
    }
    section.campus-wrap {
        padding: 20px 0px 0px 0px;
    }
    #social-address-section {
        padding: 30px 0 30px 0 !important;
    }
       .view-profile .card-body {
        padding: 0px;
        /* border: 1px solid #ccc; */
        border-bottom: 1px solid #ccc !important;
    }
    .pos-tn-relative {
		text-align: center !important;
		    margin-bottom: 20px;
	}
	img.exp-info {
		position: unset !important;
		transform: none !important;
	}
	span.dot-big {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #37a432;
    position: absolute;
    left: 20px;
    margin-top: 2px;
}
.table-data {
    padding: 20px;
}
.mu-testimonials-block iframe {
    width: 100%;
    height: 230px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000;
    outline: none;
    background: none;
}

.slick-prev, .slick-next { 
    top: 40%;
}
span.dot-big {
    left: 20px !important;
}
h2.service-number {
    margin-bottom: 10px;
}
.main-title { 
    margin-bottom: 10px;
}
#prog-accordion {
    margin-right: 0px;
}
.programme-information, .return-on-investment {
    position: relative;
    border-right: none;
    padding-bottom: 0px;
    border-bottom: 2px solid #EDECEB;
    margin-bottom: 20px;
}
#admission-accordion .card-header.collapsed {
    background: transparent !important;
    width: 100%;
    position: relative;
}
.admission-accordion .accordion .card-header.collapsed:after {
    /* content: "\f078"; */
    content: "";
    position: absolute;
    background: url(assets/images/Faqs-Gray-Down-Arrow.png) no-repeat right 9px;
    width: 34px;
    height: 30px;
    right: 10px;
        top: 10px;
}
.card-header {
    position: relative;
}
.card-body {
    padding: 10px 20px;
}
.mobile-hide {
    display: none;
}
.address-block {
    margin-top: 0px;
}
#admission-accordion .card-header.collapsed a.card-title {
    font-family: 'Heebo', sans-serif;
    color: #185c94;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 84%;
    display: block;
}
#testimonial-section .slick-next:before {
    right: 0px;
}
#testimonial-section .slick-prev:before {
    top: 10px;
    bottom: 3px;
    left: 30px;
}
.admin-btn {
    padding-right: 5px;
}
#admission-accordion .card-header a {
    font-size: 14px;
    width: 84%;
    display: block;
}
.admission-accordion .accordion .card-header:after {
      right: 10px;
    top: 10px;
}
#admission-section .border-right {
    border: none;
}
.phone-txt .whatsapp-enquiry:last-child {
    padding-left: 35px !important;
  
}
}

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

    .col-btn-last a {
        margin: 3px 0 !important;
    }
    
}
@media (max-width: 768px) and (min-width: 400px){
.col-btn-last a {
    width: 96% !Important;
    margin-top: 0 !Important;
    margin-bottom: 0 !Important;
}
   
}
@media (min-width: 1000px){
    .view-profile .card-body {
            padding: 0px;
            border: 1px solid #ccc;
          
    }
}
p.desig {
        /* text-align: -webkit-right; */
    font-size: 12px;
    font-style: italic;
    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: 0px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0px;
    right: unset;
}

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

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

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

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

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

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

/*Captcha Styles*/


.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: bold;
  font-size: 14px;
  color: rgb(113, 113, 113);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid: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: bold;
  font-size: 16px;
  top: -2px;
}

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

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

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42A0DD;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2C81BA;
  opacity: 1;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active, .submit.enter-press, .submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}

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

.low-opa {
  opacity: 0.4;
}

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

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

.form-fields,
.form-success {
  transition: all 0.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: #666666;
    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: 0px;
}
.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;
}