@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    /*overflow-x:hidden;*/
}

.menu .active {
    background: #000;
    border-bottom: 2px solid #FF712A;
}

.menu .active a {
    color: #fff;
}

.menu .active a i {
    color: #FF712A;
}

.menu .active a:after {
    opacity: 0;
}

a,
a:hover {
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img,
a img {
    outline: none;
    border: none;
}

p {
    text-align: justify;
    margin-bottom: 10px;
    line-height: 20px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

input,
textarea,
select {
    outline: none;
    cursor: auto;
    border: 0;
    outline: 0;
}

input[type="submit"],
input[type="button"],
input[type="image"] {
    cursor: auto;
    border: 0;
    outline: 0;
}

textarea {
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.fade_anim {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.red {
    color: #e71039;
}

.gray_bg {
    background: #fbfafa;
}

.body_left_border {
    position: fixed;
    height: 100%;
    left: 0;
    width: 30px;
    background: #FF712A;
}

.no_padding {
    padding: 0;
}

#controls {
    display: none !important;
}

#ticker_container {
    margin-top: 6px;
}

#newscontent {
    margin-right: 10px;
    float: none !important;
}

#newscontent a {
    color: #585858;
}

#news {
    display: none;
}

#controls {
    float: right;
    height: 16px;
}

#news {
    display: none;
}

.news_tricker {
    width: 50%;
}

.header_border {
    border-top: 14px solid #FF712A;
    /* padding:50px 10px 35px;*/
}

.logo {
    text-align: center;
    padding: 30px 0;
}

.content_box {
    display: block;
    background: #fcfcfc;
    margin-bottom: 30px;
}

.inner_content {
    padding: 20px 25px;
    border: 1px solid #d6d4d4;
    border-bottom: 0;
}

.inner_content h1 {
    color: #FF712A;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.inner_content ul {
    display: block;
    padding: 0;
}

.inner_content ul li {
    background: url(../images/li_bullet.png) no-repeat left 7px;
    text-transform: uppercase;
    list-style-type: none;
    padding-left: 24px;
    margin-bottom: 20px;
    line-height: 25px;
}

.inner_content ul li:last-child {
    margin-bottom: 0;
}

.inner_content ul li span {
    float: right;
}

.address_wrap {
    background: #FF712A;
    display: block;
    padding: 30px 25px;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
    margin-bottom: 4px;
}

.address_wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -14px;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #fcfcfc transparent transparent transparent;
}

.address_wrap h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.extra_padding {
    padding: 0 13px !important;
    color:#fff;
}

a.enter {
    display: block;
    background: #434344;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

a.enter:hover {
    text-decoration: none;
    color: #ddd;
}

.wrapper {
    padding: 50px 80px;
}

/* Sweep To Top */

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.note {
    padding: 20px 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    margin-top: 25px;
}

.quotes {
    display: inline-block;
}

.left_container {
    border-right: 1px solid #e1e1e1;
}

ul.menu {
    display: block;
    z-index: 999;
}

ul.menu li {
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    position: relative;
}

ul.menu li a {
    color: #000;
    padding: 10px;
    display: block;
}

ul.menu li a i {
    margin-right: 10px;
    font-size: 18px;
}

ul.menu a:hover i {
    color: #FF712A;
}

ul.menu a:hover {
    color: #fff;
}

ul.menu li a:after {
    width: 0;
    height: 2px;
    background: #FF712A;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    transition-duration: 0.5s;
}

ul.menu li a:hover:after {
    width: 100%;
    transition-duration: 0.5s;
}

.menu-btn {
    display: none;
}

.ec_login {
    display: block;
    text-align: center;
    margin: 25px 0;
    width: 95%;
}

.ec_login a {
    display: inline-block;
    padding: 10px 0;
    background: #28211f;
    font-size: 16px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid #FF712A;
    width: 100%;
}

.ec_login a:hover {
    background: #808080;
    color: #fff;
}

.ec_login a:after {
    width: 0;
    height: 4px;
    background: #28211f;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    transition-duration: 0.5s;
}

.ec_login a:hover:after {
    width: 100%;
    transition-duration: 0.5s;
}

.ec_login2 {
    display: none;
}

.quick_links {
    display: block;
    padding-bottom: 20px;
}

.quick_links .sub_head {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.quick_links select {
    width: 95%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.main_container {
    display: block;
    /*background:#0C9;*/
    font-size: 14px;
}

.main_container h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.main_container p,
.right_container p {
    margin-bottom: 20px;
    line-height: 25px;
}

.right_container {
    border-left: 1px solid #e1e1e1;
    padding-left: 30px;
}

.right_container .sub_head {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.download {
    display: block;
    margin-bottom: 40px;
}

.download .title {
    display: block;
    margin-bottom: 15px;
    background: #eaeaea;
    padding: 5px 25px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: normal;
}

.download ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.download ol li {
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 10px;
}

.download ol li a {
    text-transform: none;
    color: #000;
    display: block;
}

.download ol li a:hover {
    color: #a6cf39;
    padding-left: 5px;
}

.table {
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.table th {
    text-align: center;
    background: #FF712A;
    border-weight: normal;
}

.table tr {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.accord_detail ul {
    width: 100%;
    display: table;
}

.accord_detail ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
}

.accord_detail ul li i {
    font-size: 22px;
    color: #f10101;
    margin-right: 10px;
}

.accord_detail ul li a:hover {
    color: #FF712A;
    padding-left: 3px;
}

.accord_detail ul li:last-child {
    margin-bottom: 0;
}

.pdf_style {
    width: 100%;
    display: table;
}

.pdf_style li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}

.pdf_style li i {
    font-size: 22px;
    color: #f10101;
    margin-right: 10px;
}

.pdf_style li a:hover {
    color: #FF712A;
}

.pdf_style li:last-child {
    border-bottom: 0;
}

.bank_details_txt {
    background: #fff;
    margin-bottom: 30px;
    border-top: 3px solid #28211f;
    padding: 15px;
}

.bank_details_txt h2 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 12px;
}

.bank_details_txt .table {
    text-align: left;
}

.bank_details_txt .table tr:last-child {
    margin-bottom: 0;
}

.bank_details_txt .table tr th {
    width: 50%;
    text-align: left;
}

.demat_table {
    text-align: left;
}

.demat_table {
    text-align: left;
}

.demat_table tr:last-child {
    margin-bottom: 0;
}

.demat_table tr th {
    width: 50%;
    text-align: left;
}

.address_wrap a {
    text-transform: none;
}

@media screen and (max-width: 600px) {
    .tabel {
        border: 0;
    }
    .table caption {
        font-size: 1.3em;
    }
    .table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table tr th {
        display: none;
    }
    .table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 20px;
    }
    .table tr:first-child {
        border: 0;
    }
    .table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }
    .table td:before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 50%;
    }
    .table td:last-child {
        border-bottom: 0;
    }
}

@media all and (max-width:1120px) {
    .wrapper {
        padding: 0 25px;
    }
}

@media all and (max-width:991px) {
    .body_left_border {
        display: none;
    }
    .wrapper {
        padding: 0;
    }
    .left_container {
        border-right: 0;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }
    .right_container {
        border: 0;
        padding: 0;
    }
    .main_container h1 {
        font-size: 16px;
    }
    ul.menu {
        margin-bottom: 30px;
    }
    .quick_links {
        margin-bottom: 30px;
    }
    .right_container .sub_head {
        margin-bottom: 15px;
    }
    .main_container p,
    .right_container p {
        margin-bottom:
    }
    .ec_login {
        display: none;
        width: 100%;
    }
    .ec_login a {
        font-size: 14px;
        padding: 10px 0 !important;
    }
    .quick_links {
        padding-bottom: 0;
        width: 100%;
    }
    .quick_links select {
        width: 100%;
    }
    .menu-btn {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        border: 0;
        background: #FF712A;
        z-index: 1;
    }
    .ec_login2 {
        display: block;
    }
    .menu_close {
        background: transparent;
        left: 105%;
    }
    ul.menu li a {
        color: #fff;
    }
    ul.menu li a:after {
        background: none;
    }
    .pushy {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background: #FF712A;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        /* enables momentum scrolling in iOS overflow elements */
    }
    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 15px 30px;
        text-decoration: none;
    }
    .pushy a:hover {
        color: #FFF;
    }
    .pushy ul:first-child {
        margin-top: 10px;
    }
    .pushy.pushy-left {
        left: 0;
    }
    .pushy.pushy-right {
        right: 0;
    }
    .pushy-content {
        visibility: hidden;
    }
    /* Menu Movement */
    .pushy-left {
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
    .pushy-open-left #container,
    .pushy-open-left .push {
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .pushy-right {
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }
    .pushy-open-right #container,
    .pushy-open-right .push {
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
    .pushy-open-left .pushy,
    .pushy-open-right .pushy {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .pushy-open-left .pushy-content,
    .pushy-open-right .pushy-content {
        visibility: visible;
    }
    /* Menu Transitions */
    #container,
    .pushy,
    .push {
        transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }
    .pushy-content {
        transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }
    /* Site Overlay */
    .site-overlay {
        display: none;
    }
    .pushy-open-left .site-overlay,
    .pushy-open-right .site-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
    }
    @keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Submenu Appearance */
    .pushy-submenu {
        /* Submenu Buttons */
        /* Submenu Icon */
    }
    .pushy-submenu ul {
        /*  padding-left: 15px;
*/
        transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }
    .pushy-submenu ul .pushy-link {
        transition: opacity 0.2s ease-in-out;
    }
    .pushy-submenu button {
        width: 100%;
        color: #b3b3b1;
        padding: 15px 30px;
        text-align: left;
        background: transparent;
        border: 0;
    }
    .pushy-submenu button:hover {
        color: #FFF;
    }
    .pushy-submenu>a,
    .pushy-submenu>button {
        position: relative;
    }
    .pushy-submenu>a::after,
    .pushy-submenu>button::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("../img/arrow.svg") no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.2s;
    }
    /* Submenu Movement */
    .pushy-submenu-closed ul {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    .pushy-submenu-closed .pushy-link {
        opacity: 0;
    }
    .pushy-submenu-open {
        /* Submenu Icon */
    }
    .pushy-submenu-open ul {
        max-height: 1000px;
        visibility: visible;
    }
    .pushy-submenu-open .pushy-link {
        opacity: 1;
    }
    .pushy-submenu-open a::after,
    .pushy-submenu-open button::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
}

#first-link {
    position: relative;
}

#first-link ul.showright {
    display: block;
    position: absolute;
    right: -273px;
    width: 273px;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}

.headtext {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 450px) {
    .logo img {
        width: 80%;
    }
}

.sebi_no {
    background: #f1f1f1;
    padding: 10px 25px;
    margin: 20px 0;
    font-weight: bold;
}

.att_listing {
    list-style: auto;
    padding-left: 15px;
}

.att_listing li {
    margin: 5px 0;
    list-style: auto;
}

.attn_btn {
    border-bottom: 2px solid #FF712A;
    font-weight: bold;
    color: #FF712A;
}