.registration-form {
    position: fixed;
    right: -8px;
    z-index: 9;
}

    .registration-form a {
        font-size: 18px;
        color: #fff;
        font-family: 'roboto_condensedbold';
        transform: rotate(90deg);
        transform-origin: left top 0;
        -ms-transform: rotate(90deg); /* IE 9 */
        -moz-transform: rotate(90deg); /* Firefox */
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
        -o-transform: rotate(90deg); /* Opera */
        width: 170px;
        padding: 10px 0px 8px 11px;
        position: fixed;
        top: 30%;
        letter-spacing: 1px;
        z-index: 9999;
        background: #ff3115;
        border-radius: 0px 0px 10px 10px;
    }

.main-nav {
    margin: 0px;
    list-style: none;
    padding: 0 10px;
}

    .main-nav li {
        display: inline-block;
        padding: 10px 0px;
    }

        .main-nav li a img {
            width: 40px;
        }

.amity-department {
    font-family: roboto_condensedbold;
    font-size: 21px;
    color: #105BAC;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0px;
}

.amity-department-subheading {
    font-size: 14px;
    text-transform: none;
}

.conference-theme {
    margin: 0;
    padding: 20px 0px;
    font-family: roboto_condensedbold;
    text-align: center;
    margin-bottom: 1px;
    font-size: 20px;
    text-align: left;
}

.conference-page {
    margin: 0;
    padding: 0;
    padding: 20px 0px;
    font-family: roboto_condensedbold;
}

#slider .item img {
    display: block;
    width: 100%;
}


#slider-partner .item {
    margin: 3px;
    border: 1px solid #ccc;
}

    #slider-partner .item img {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
    }


.pad-0 {
    padding: 0;
}

.mar-0 {
    margin: 0;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.pad-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Proxima-Nova;
    src: url("../fonts/proximanova-regular-webfont.eot");
    src: url("../fonts/proximanova-regular-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

/*register page*/
.register-bg {
    background: url(../image/1.jpg) no-repeat;
    background-size: cover;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    margin-bottom: 20px;
}

.download-text {
    color: #fff;
}

    .download-text a {
        color: #fff;
    }

.border-none {
    border: none;
}

.compay-social-widget {
    background-color: #000000;
    padding: 10px 0 5px 0; /*! position:relative; */
}

.social-link {
    margin: 0px;
    position: relative;
    z-index: 2;
    padding: 0;
    display: block;
}

    .social-link li {
        display: inline-block;
        margin: 5px 15px;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .social-link > li > a {
        -webkit-transition: color .6s ease-out;
        -moz-transition: color .6s ease-out;
        -o-transition: color .6s ease-out;
        transition: color .6s ease-out;
        background-color: transparent;
        border: 1px solid transparent;
        /*display:block;*/
        position: relative;
        color: #aaa;
        font-weight: 500;
        font-size: 45px;
    }

        .social-link > li > a span {
            font-size: 28px;
        }


        .social-link > li > a:hover {
            text-decoration: none;
        }

.google:before {
    content: "\f0d5";
    font-family: "FontAwesome";
    vertical-align: top;
    margin-right: 8px;
}

.facebook:before {
    content: "\f09a";
    font-family: "FontAwesome";
    vertical-align: top;
    margin-right: 8px;
}

.Twitter:before {
    content: "\f099";
    font-family: "FontAwesome";
    vertical-align: top;
    margin-right: 8px;
}

.linkedin:before {
    content: "\f0e1";
    font-family: "FontAwesome";
    vertical-align: top;
    margin-right: 8px;
}


.social-link > li .google:hover, .social-link > li .pinterest:hover {
    color: #F00;
}

.social-link > li .Twitter:hover, .social-link > li .instagram:hover {
    color: #0CF;
}

.social-link > li .facebook:hover, .linkedin:hover {
    color: #09C;
}

.footer-bor-top {
    background-color: #191919;
    position: relative;
}

.footer-link {
    margin: 30px 0 0px 0;
    position: relative;
    z-index: 2;
    padding: 0;
    display: block;
}

    .footer-link li {
        display: inline-block;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .footer-link > li > a {
        -webkit-transition: color .5s ease-out;
        -moz-transition: color .5s ease-out;
        -o-transition: color .5s ease-out;
        transition: color .5s ease-out;
        background-color: transparent;
        display: block;
        color: #aaa;
        margin: 0 15px;
        padding: 0;
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        line-height: 2rem;
    }

.footer-co-link {
    margin: 10px 0;
}

    .footer-co-link p {
        margin: 20px 0;
        padding: 0px 0;
        font-size: 14px;
        color: #999;
    }


/*new css*/
.advisory-list {
    margin: 20px 0px;
    padding: 0;
}

.text-bold {
    font-weight: bold;
}

.name-list {
    margin: 0px 20px;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

@media(min-width:320px) and (max-width:767px) {
    #slider .item img {
        height: auto;
    }

    .amity-department {
        font-size: 15px;
    }

    .amity-department-subheading {
        font-size: 12px;
    }
}

.nav-bg {
    /* background: url(../image/global-header-bg.svg) center top/cover no-repeat; */ background: #194880;
}

@font-face {
    font-family: CENOLSTB;
    src: url(../fonts/CENOLSTB.ttf);
}

.heading-brand {
    border-bottom: 2px dotted #e5e9ef;
    padding: 1em 0;
    background-color: #eab716;
}

.font-cenolstb {
    font-family: CENOLSTB;
}

.heading-brand h2 {
    font-family: CENOLSTB;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin: 0
}

.read-more {
    border: 1px solid #337ab7;
    border-radius: 30px;
    padding: 7px 15px;
}

    .read-more:hover {
        background: #006;
        color: #fff;
    }
.partners-sec {
    margin-bottom: 30px;
}
.partner-logo ul {
    list-style: none;
}
    .partner-logo ul li {
        display: inline-block;
        background: #fff;
        box-shadow: 0px 0px 10px 0px #b5b5b5;
        margin: 5px;
        border-radius: 10px;width: 258px;
    }
        .partner-logo ul li img {width: auto;height: 94px;    max-width: 98%;}