<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.baner-region h3 {
    background: #9d254d;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 400;
}

.baner-region {
    position: relative;
}

.baner-region::before {
    background: url(https://www.careerlauncher.com/bba/iim-bangalore/img/bg-banner.webp) center bottom repeat-x;
    content: '';
    position: absolute;
    width: 100%;
    bottom: -7px;
    height: 100%;
    opacity: 0.4;
}

.baner-region h1{
    margin-top: 0px;
}

.msii ul li {
    color: #000;
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
}

.msii ul li h3{
    margin-top: 0;
}

.msii ul li::before {
    color: #9d254d;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}


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

.innerlefthe {
    display: block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #ff692e;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
    border-left: 1px solid #ff692e;
    border-top: 1px solid #ff692e;
    border-right: 1px solid #ff692e;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 0;
}

.innerlefthe .detail-text strong {
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 18px;
    letter-spacing: 1.3px;
    background-color: #ebf4fa;
    color: #811d3f;
    padding: 0 10px;
}

.innerlefthe .icon img {
    max-height: 44px;
    max-width: 30px;
}

.innerlefthe .grid {
    padding: 5px 15px 5px 58px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-right: 18px;
}

.innerlefthe .icon {
    position: absolute;
    left: 0px;
}


.innerlefthe .count {
    font-size: 18px;
    font-weight: 400;
    color: #3a3973;
}

.innerlefthe .grid p strong {
    font-size: 18px;
    font-weight: 600;
    /* color: #3a3973; */
    margin-bottom: 0px;
}

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

.form-region h4 {
    text-align: center;
}

.speaker-section .speaker-block {
    background-color: #e6f2ff;
    padding: 20px;
}

.speaker-section .speaker-block .speaker-block-img {
    max-width: 150px;
}

.speaker-section .speaker-block h3{
    margin-top: 0px;
}

.speaker-section .speaker-block .speaker-block-details h4{
    color: #9d254d;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.speaker-section .speaker-block .speaker-block-details p{
    text-align: justify;
}

ul.nav.navbar-nav.navbar-right {
    display: none;
}

.navbar-toggle {
    display: none;
}

.callphoneno2, .callphoneno3,.callphoneno4 {
    display: none !important;
}

li.suty {display: none;}
footer.footer-area.text-center.footer-ad {
    background-color: black;
    color: #fff;
    padding: 10px;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    /* color: #F06432 !important; */
    /* font-weight: 600 !important; */
}
.session-block {
    min-height: inherit;
  }

  @-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

#header-region .navbar-toggle {display: none !important;}
@media only screen and (max-width: 767px) {

    .speaker-section {
        text-align: center;
    }
    .speaker-section .speaker-block .speaker-block-img {
        margin: 0 auto;
    }

    .speaker-section .speaker-block h3 {
        margin-top: 10px;
    }

    .speaker-section .speaker-block .speaker-block-details p {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width : 1199px){

    .speaker-section {
        text-align: center;
    }

    .speaker-section .speaker-block {
        width: 50%;
        margin: auto;
    }

    .speaker-section .speaker-block .col-lg-2.col-sm-2.col-xs-12 {
        width: 100%;
    }

    .speaker-section .speaker-block .col-lg-10.col-sm-10.col-xs-12 {
        width: 100%;
    }

    .speaker-section .speaker-block .speaker-block-img {
        margin: auto;
    min-width: 200px;
    }

    .speaker-section .speaker-block h3 {
        margin-top: 10px;
    }

    .speaker-section .speaker-block .speaker-block-details p {
        text-align: center;
        line-height: 30px;
    }

.footer-area {
    bottom: 0;
    position: fixed;
    width: 100%;
}

}</pre></body></html>