﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* */
/* <span class="sw-en">Indore</span><span class="sw-hi">इंदौर</span> */

a {
    color: #0031af;
}

    a:hover, a:focus {
        color: #002279;
        text-decoration: none;
    }

body {
    background: #fbfbfb;
    user-select: none;
}

body {
    font-family: 'Raleway', sans-serif;
}



.btn-fa {
    font-family: FontAwesome, Raleway, sans-serif;
}


.fa-roboto {
    font-family: FontAwesome, Raleway, sans-serif;
}



.fa.r {
    margin-right: 5px;
}

.top-row {
    min-height: 24px;
    background: #212327;
    color: #fff;
}

    .top-row .font-size-changer,
    .top-row .language-changer {
        float: right;
    }

        .top-row .font-size-changer span,
        .top-row .language-changer span {
            padding: 4px 8px;
            font-size: 12px;
            display: block;
            float: left;
            cursor: pointer;
            user-select: none;
        }

            .top-row .font-size-changer span:hover,
            .top-row .language-changer span:hover {
                color: #f3800b;
            }

            .top-row .font-size-changer span.active,
            .top-row .language-changer span.active {
                background: #f3800b;
                color: #fff;
                cursor: pointer;
            }
/*@font-face {
    font-family: "Bauhaus";
    #f3800b
    #1b4fd4
     src: url("../fonts/Bauhaus.woff") format('woff');
}*/

.logo-navbar {
    background: #fff;
}

.logo-img, .logo-text {
    user-select: none;
    float: left;
    /*color: #f3800b;*/
    color: #5d141d;
    /*font-family:'Bauhaus', sans-serif;
    letter-spacing:1px*/
}

.logo-img {
    cursor: pointer;
    width: 120px;
}

    .logo-img img {
        margin-top: 9px;
        margin-bottom: 5px;
        max-width: 115px;
    }

.logo-img-right {
    float: right;
    user-select: none;
    width: 75px;
}

    .logo-img-right img {
        max-width: 75px;
        user-select: none;
        margin-top: 5px;
        float: right;
        margin-bottom: 5px;
    }

.logo-text {
    padding-top: 2px;
    padding-left: 15px;
    width: calc(100% - 195px);
}

    .logo-text .logo-text-heading {
        cursor: pointer;
        font-weight: bold;
        font-size: 3.3em;
    }

        .logo-text .logo-text-heading .sw-hi {
            margin-bottom: 5px;
            font-size: 0.8em;
        }

.logo-tag-line {
    cursor: initial;
    display: block;
    font-weight: normal;
    margin-top: -9px;
    margin-bottom: 9px;
}

@media (max-width:1000px) {
    .logo-text .logo-text-heading {
        cursor: pointer;
        padding-top: 8px;
        font-weight: bold;
        font-size: 2.65em;
    }

    .logo-tag-line {
        padding-top: 4px;
    }
}

@media (max-width:770px) {
    .logo-text {
        padding-top: 12px;
    }

        .logo-text .logo-text-heading {
            cursor: pointer;
            font-weight: bold;
            font-size: 2.4em;
        }

    .logo-tag-line {
        padding-top: 5px;
    }
}

@media (max-width:710px) {
    .logo-text {
        padding-top: 15px;
    }

        .logo-text .logo-text-heading {
            cursor: pointer;
            font-weight: bold;
            font-size: 2em;
        }

    .logo-tag-line {
        padding-top: 6px;
    }
}

@media (max-width:640px) {



    .logo-text {
        padding-top: 0px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

        .logo-text .logo-text-heading {
            cursor: pointer;
            font-weight: bold;
            text-align: center;
            font-size: 1.7em;
        }

    .logo-tag-line {
        padding-top: 7px;
    }

    .logo-img-right {
        float: right;
        user-select: none;
        width: 70px;
    }
}

@media (max-width:480px) {

    .logo-text {
        padding-top: 0px;
        padding-left: 0px;
        text-align: left;
        width: 100%;
        clear: both;
    }

        .logo-text .logo-text-heading {
            cursor: pointer;
            font-weight: bold;
            text-align: left;
            font-size: 1.5em;
        }

    .logo-tag-line {
        padding-top: 9px;
    }
}


.navbar-ida .navbar-toggle {
    border-color: #fff;
    padding: 5px 10PX 3PX 10PX;
}

    .navbar-ida .navbar-toggle .fa {
        color: #fff;
        font-size: 1.5em;
    }

    .navbar-ida .navbar-toggle.collapsed .fa:before {
        content: '\f0c9';
    }

    .navbar-ida .navbar-toggle .fa:before {
        content: '\f00d';
    }

    .navbar-ida .navbar-toggle:focus, .navbar-ida .navbar-toggle:hover {
        background: #f3800b;
    }

.navbar-ida {
    user-select: none;
    border: 0;
    border-top: 2px solid #f3800b;
    border-radius: 0;
    background: #0031af;
    min-height: initial;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    min-height: 36px;
}

    .navbar-ida.navbar-ida-fixed {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        animation: fixer 0.2s linear;
    }

@keyframes fixer {
    from {
        top: -34px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@media (max-width:990px) and (min-width:769px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}

.slider-container {
    margin-top: -20px;
    user-select: none;
    margin-bottom: 20px;
}

    .slider-container .item img {
        width: 100%;
    }

.carousel-caption {
    background: rgba(0,0,0,0.35);
    font-weight: 600;
    right: 0;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        padding-bottom: 4px;
        padding-top: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.navbar-ida .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
}

    .navbar-ida .navbar-nav > li > a:hover, .navbar-ida .navbar-nav > li > a:focus,
    .navbar-ida .navbar-nav > .active > a:focus,
    .navbar-ida .navbar-nav > .active > a:hover {
        color: #f3800b;
        background: rgba(0,0,0,0.5);
    }

.navbar-ida .navbar-nav > .active > a {
    color: #fff;
    background: #f3800b;
}

.navbar-ida .navbar-nav > .open > a, .navbar-ida .navbar-nav > .open > a:focus, .navbar-ida .navbar-nav > .open > a:hover {
    color: #f3800b;
    background: #000;
}

.dropdown-menu {
    background: rgba(0,0,0,0.4);
    border: 0;
    padding: 0;
    margin-top: 2px !important;
    border-radius: 4px 2px !important;
}

    .dropdown-menu > li > a {
        color: #fff;
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: 600;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #f3800b;
            text-decoration: none;
            background-color: rgba(0,0,0,0.6);
            font-weight: 600;
        }

    .dropdown-menu > li:first-child > a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #f3800b;
        outline: 0;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #f3800b;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #000;
        background: #f3800b;
    }
}





.ida-controls {
    position: absolute;
    background-image: none !important;
    opacity: 1;
    height: 40px;
    background: rgba(0,0,0,0.5);
    width: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

    .ida-controls.left {
        left: 50px;
    }

    .ida-controls.right {
        right: 50px;
    }

    .ida-controls:hover {
        background-image: none !important;
        background: #000;
        opacity: 1;
    }

    .ida-controls:focus {
        background-image: none !important;
    }

@media (max-width:600px) {

    .ida-controls {
        position: absolute;
        background-image: none !important;
        opacity: 1;
        height: 25px;
        background: rgba(0,0,0,0.5);
        width: 25px;
        text-align: center;
        line-height: 26px;
        border-radius: 4px;
        font-size: 9px;
        top: 40%;
        transform: translateY(-50%);
    }

        .ida-controls.left {
            left: 10px;
        }

        .ida-controls.right {
            right: 10px;
        }
}

.ida-controls-sm {
    position: absolute;
    background-image: none !important;
    opacity: 1;
    height: 40px;
    background: #0031af;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    bottom: 0;
    top: auto;
}

    .ida-controls-sm.left {
        border-top-right-radius: 4px;
        left: 0;
    }

    .ida-controls-sm.right {
        border-top-left-radius: 4px;
        right: 0;
    }

    .ida-controls-sm:hover {
        background-image: none !important;
        background: #f3800b;
        opacity: 1;
    }

    .ida-controls-sm:focus {
        background-image: none !important;
    }

@media (max-width:600px) {

    .ida-controls-sm {
        position: absolute;
        background-image: none !important;
        opacity: 1;
        height: 40px;
        background: #0031af;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 4px;
        font-size: 9px;
        bottom: 0;
        top: auto;
        border-radius: 0;
    }

        .ida-controls-sm.left {
            border-top-right-radius: 4px;
            left: 0;
        }

        .ida-controls-sm.right {
            border-top-left-radius: 4px;
            right: 0;
        }
}

.sw-en {
    display: none;
}

.sw-hi {
    display: none;
}

.form-control-hi {
    display: none;
}

.form-control-en {
    display: none;
}

body.swhi .form-control-hi {
    display: block;
}

body.swen .form-control-en {
    display: block;
}

.sw-hi-bold {
    font-weight: bold;
}

.sw-hi-sm {
    font-size: 30px;
}

body.swen .sw-en {
    display: inline-block;
}

body.swhi .sw-hi {
    display: inline-block;
}

.min-font {
    opacity: 0.2;
    pointer-events: none;
}

.max-font {
    opacity: 1;
    pointer-events: all;
}

body.max-font .min-font, body.max-font2 .min-font, body.max-font3 .min-font {
    opacity: 1;
    pointer-events: all;
}

body.max-font3 .max-font {
    opacity: 0.2;
    pointer-events: none;
}

.max-font * {
    font-size: 101%;
}

.max-font2 * {
    font-size: 101.5%;
}

.max-font3 * {
    font-size: 102%;
}




footer .part1 {
    background: #292929;
    min-height: 100px;
    color: #fff;
}

footer .part2 {
    background: #000;
    min-height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    font-weight: 300;
}

footer h3 {
    font-size: 1.5em;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        padding: 6px;
    }

        .footer-links li:before {
            font-family: FontAwesome;
            content: '\f061';
        }

        .footer-links li a {
            color: #fff;
            padding: 6px;
        }

.card-panel {
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.card-panel-heading {
}

    .card-panel-heading h3 {
        font-size: 1.6em;
        font-weight: bold;
        padding: 15px;
        border-bottom: 2px solid #0031af;
        display: inline-block;
        margin: 0;
    }

.border-box-blue {
    border: 1px solid #c4d4ff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow-y: scroll;
}

.card-panel-title {
    margin: 0;
    font-size: 2em;
}

.card-panel-body {
    background: #fff;
    padding: 15px;
    height: auto;
    width: 100%;
    float: left;
}

    .card-panel-body.p0 {
        background: #fff;
        padding: 0;
    }

    .card-panel-body.no-padding {
        padding: 0;
    }

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.pdf-card {
    background: #fff;
    padding: 0px;
    margin-bottom: 20px;
}

    .pdf-card iframe {
        width: 100%;
        height: 400px;
        margin-bottom: -7px;
        border: 0;
    }

.nav-abs {
    position: absolute;
    bottom: calc(100% - 56px);
    right: 33px;
}

.nav-tabs-right {
    border-bottom: 0px;
}

    .nav-tabs-right li {
        float: left;
        margin-right: -2px;
        margin-top: 9px;
        z-index: 1;
    }

        .nav-tabs-right li.active {
            margin-top: 0;
            animation: mbtt 0.2s linear;
        }

            .nav-tabs-right li.active a {
                padding-top: 10px;
            }

@keyframes mbtt {
    from {
        margin-top: 9px;
    }

    to {
        margin-top: 0;
    }
}

.tab-content {
    z-index: 9;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow-y: scroll;
    height: 247px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #0031af;
    border: 1px solid #ddd;
    border-bottom-color: #0031af;
}

.nav-tabs {
    height: 40px;
    overflow: hidden;
}

    .nav-tabs > li > a {
        margin-left: 2px;
        border-radius: 5px 5px 0 0;
        background: #D0D9EF;
        border-bottom-color: #0031af;
        margin-right: 2px;
        color: #000;
        padding-top: 8px;
    }



        .nav-tabs > li > a:hover {
            border-color: transparent transparent #0031af transparent;
            background: #829AD7;
        }

@media (max-width:768px) {
    .nav-abs {
        position: static;
        width: 100%;
        right: 33px;
    }

    .nav-tabs {
        height: auto;
        overflow: visible;
        margin-top: 3px;
        margin-left: 4px;
    }

    .nav-tabs-right li {
        /*width: calc(100% / 3);*/
        float: left;
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        z-index: 1;
        margin-bottom: 0;
        border-radius: 0;
        padding-right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .nav-tabs-right li a {
            border-radius: 0;
            padding-top: 10px;
            border: 0;
            margin: 0;
            border: 0;
        }


        .nav-tabs-right li.active {
            border: 0;
            animation: none;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #0031af;
        border: 0;
        border-bottom-color: #0031af;
    }
}

p .sw-hi {
    line-height: 1.6em;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-right: 0;
    }
}

.table-margin-0 {
    margin-bottom: 0;
}

.footer-map {
    max-width: 100%;
}

.contact-map {
    overflow: hidden;
    display: block;
    box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    background-image: url('../img/contactMap.png');
    width: 100%;
    height: 250px;
    background-position: center;
    position: relative;
}

footer .contact-map {
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
}

@media (max-width:768px) {
    .contact-map {
        height: 100px;
    }
}

.contact-map a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    opacity: 0;
    transform: scale(0.5);
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}

footer .contact-map a {
    border-radius: 2px;
}

.contact-map a .middle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.contact-map:hover a {
    opacity: 1;
    transform: scale(1);
    transition: all 0.1s linear;
}


@media screen and (max-width: 600px) {
    .table-no-more-container {
        padding: 8px !important;
    }

    .table-no-more {
        border: 0;
    }

        .table-no-more thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-no-more tr {
            border: 1px solid #ddd;
            border-radius: 4px;
            display: block;
            margin-bottom: 1em;
        }

        .table-no-more td {
            border: 0 !important;
            border-bottom: 1px solid #ddd !important;
            display: block;
            text-align: right;
        }

        .table-no-more tr td:last-child {
            border-bottom: 0px !important;
        }



    .swen .table-no-more td:after {
        content: attr(data-th-en);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .swen .table-no-more td::before, .swhi .table-no-more td::before {
        content: attr(data-th-ic);
        float: left;
        font-weight: bold;
        margin-right: 8px;
    }





    .swhi .table-no-more td:after {
        content: attr(data-th-hi);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-no-more td:last-child {
        border-bottom: 0;
    }
}

.mail-sender:hover, .tel-dialer:hover {
    cursor: pointer;
    text-decoration: underline;
}

body.ida-modal-msg-added {
    overflow: hidden;
}

.ida-modal-msg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
}

    .ida-modal-msg.opened {
        display: block;
    }

.ida-modal-msg-card {
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.close-modal {
    float: right;
    background: red;
    opacity: 0.6;
    color: #fff;
    height: 25px;
    text-align: center;
    line-height: 25px;
    width: 25px;
    font-size: 1.5em;
    border-radius: 100%;
    cursor: pointer;
}

    .close-modal:hover {
        opacity: 1;
    }

.tel-dialer {
    font-family: Roboto;
}

.sayer {
    width: 100%;
    float: none;
    background: #fff;
}

.sayer-img {
    float: left;
    width: 90px;
}

    .sayer-img img {
        width: 80px;
        border-radius: 100%;
    }

.sayer-txt {
    float: left;
    width: calc(100% - 90px);
}

.sayer-txt-name {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 18px;
}

.sayer-txt-post {
    font-weight: bold;
    font-size: 0.9em;
}

.chairmsg-txt {
    position: relative;
    height: 100px;
    overflow-y: hidden;
}

.read-more {
    text-align: right;
}

.news-slider {
    background: #dadada;
    font-family: Roboto;
    color: #000;
    position: relative;
}

.news-caption {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 285px;
}

    .news-caption span {
        cursor: pointer;
    }

.news-head {
    position: absolute;
    background: #f3800b;
    color: #fff;
    height: 40px;
    line-height: 40px;
    z-index: 99;
    width: 250px;
    text-align: right;
    top: 0;
    left: 0;
}

    .news-head::after {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f3800b;
        right: -20px;
        top: 0;
    }

.news-controls {
    position: absolute;
    background: #f3800b;
    color: #fff;
    height: 40px;
    line-height: 40px;
    z-index: 99;
    width: 250px;
    top: 0;
    right: 0;
    text-align: center;
}

    .news-controls::before {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #f3800b;
        left: -20px;
        top: 0;
    }

    .news-controls a {
        color: #fff;
        display: block;
        float: left;
        padding: 0px;
        border-radius: 100%;
        transition: all 0.2s linear;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 5px;
    }

        .news-controls a:hover {
            background: #0031af;
        }

.pauseButton .fa::before {
    content: '\f04c';
}

.playButton .fa::before {
    content: '\f04b';
}

.icons-center {
    width: 90px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .news-head {
        position: static;
        width: 100%;
        text-align: center;
    }

        .news-head::after {
            display: none;
        }

    .news-controls {
        position: static;
        width: 100%;
    }

        .news-controls::before {
            display: none;
        }

    .news-caption {
        width: 100%;
        height: 40px;
        line-height: normal;
        margin: 0 auto;
        padding-top: 5px;
        padding-left: 15px;
    }
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    width: 100%;
}




.vc-card-container {
    padding: 10px;
    width: 33.33%;
    float: left;
    margin: 0;
}

@media (max-width:1200px) {
    .vc-card-container {
        width: 50%;
        float: left;
    }
}

@media (max-width:990px) {
    .vc-card-container {
        width: 100%;
        float: none;
    }
}

.vc-card {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.27);
    height: auto;
    font-family: Roboto;
    margin: 0 auto;
    float: left;
    margin-top: 20px;
    clear: both;
}

@media (min-width:992px) {
    .vc-card {
        margin: 0 auto;
        margin-top: 0px;
    }
}

.vc-card-photo {
    float: left;
    height: 83px;
    width: 83px;
    background-image: url(../img/user-placeholder.png);
    background-size: 100% 100%;
    margin-top: 12px;
}

    .vc-card-photo img {
        border-radius: 100%;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

.vc-card-text {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}

    .vc-card-text .fa {
        font-size: 1.2em;
        color: #888;
    }

    .vc-card-text .fa-mobile {
        font-size: 1.8em;
        margin-top: -2px;
    }

.vc-card-name {
    clear: both;
    font-weight: 400;
    font-size: 1.2em;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.vc-card-designation {
    padding-top: 2px;
    float: none;
    text-align: left;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.vc-card-mobile {
    float: none;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 10px;
    white-space: nowrap;
}


.vc-card-email {
    float: none;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0px;
}


@media (max-width:500px) {
    .vc-card-name,
    .vc-card-designation,
    .vc-card-mobile,
    .vc-card-telephone,
    .vc-card-email {
        width: 100%;
        margin-bottom: 5px;
        white-space: normal;
    }
}

.news-row {
    margin-top: 0;
    font-family: Roboto;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    margin-bottom: 0;
}

.pdt0 {
    padding-top: 0;
}

.news-row:hover {
    cursor: pointer;
    background: #f1f1f1;
}

.news-row span {
    padding-top: 2px;
}

.news-row::before {
    display: block;
    float: left;
    font-family: FontAwesome;
    content: '\f061';
    margin-right: 8px;
}

.news-row:nth-child(1)::after, .news-row:nth-child(2)::after {
    content: '';
    background-image: url(../img/new.gif);
    display: inline-block;
    width: 30px;
    height: 10px;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.news-row .news-date {
    display: block;
    float: left;
    padding: 3px 8px;
    background: #d4dfed;
    color: #000;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal !important;
    font-style: normal;
    margin-right: 4px;
    transition: all 0.1s linear;
    padding-top: 4px;
    line-height: 1.4em;
}

    .news-row .news-date:before {
        font-family: FontAwesome;
        content: '\f073';
        margin-right: 6px;
    }

.news-row:hover .news-date {
    background: #0031af;
    color: #fff;
}






.news-page {
    font-family: Roboto;
}

.news-page-row {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

    .news-page-row.active {
        background: #ffffef;
    }

.news-page-city-label, .news-page-date-label {
    display: block;
    float: right;
    margin-left: 5px;
    width: 90px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    border-radius: 4px;
}

.news-page-row.active .news-page-city-label,
.news-page-row.active .news-page-date-label {
    background: #f3800b;
    color: #ffffff;
}

.news-page-city-label::before {
    font-family: FontAwesome;
    content: '\f041';
    margin-right: 4px;
}



.news-page-date-label::before {
    font-family: FontAwesome;
    content: '\f073';
    margin-right: 4px;
}

.news-page-source-value {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-page-row.active .news-page-source-value {
    max-width: 100%;
    white-space: normal;
}

.news-page-source-value:before {
    content: 'Source :';
    font-style: italic;
    margin-right: 5px;
}

.news-page-news-heading {
    width: calc(100% - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 10px;
}

.news-page-row.active .news-page-news-heading {
    max-width: 100%;
    white-space: normal;
}


.news-page-news-heading .sw-hi {
    padding-top: 4px;
    margin-bottom: -4px;
}

@media (max-width:768px) {

    .img-news-page {
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .news-page-city-label, .news-page-date-label {
        float: right;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 8px;
        width: calc(50% - 5px);
        border-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .news-page-date-label {
        margin-right: 0px;
        width: 50%;
    }

    .news-page-news-heading {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 5px;
        margin-bottom: 10px;
        float: none;
        clear: both;
    }
}


.news-page-desc {
    clear: both;
    height: 4em;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.news-page-row.active .news-page-desc {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.news-page-read-more-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}

.news-page-row.active .news-page-read-more-dots {
    display: none;
}

.news-img-holder {
    background: red;
    width: 160px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: url('../img/img_not_available.png');
    background-size: 135% 135%;
    background-position: 44% 38%;
    margin: 0 auto;
}

    .news-img-holder img {
        width: 100%;
        height: 100%;
        border: 0;
        background: #fff;
    }

@media (min-width:769px) {
    .pdl0-sm {
        padding-left: 0;
    }
}

.navt-row .font-size-changer,
.navt-row .language-changer {
    float: right;
    color: #fff;
}

    .navt-row .font-size-changer span,
    .navt-row .language-changer span {
        padding: 8px 10px;
        font-size: 13px;
        display: block;
        float: left;
        cursor: pointer;
        user-select: none;
    }

        .navt-row .font-size-changer span:hover,
        .navt-row .language-changer span:hover {
            color: #f3800b;
        }

        .navt-row .font-size-changer span.active,
        .navt-row .language-changer span.active {
            background: #f3800b;
            color: #fff;
            cursor: pointer;
        }

.navt-row {
    display: none;
}

.navbar-ida-fixed .navt-row {
    display: block;
}

@media (max-width:768px) {

    .news-img-holder-container {
        background: #fff;
        border: 1px solid #ddd;
    }

    .news-img-holder {
        border: 0;
    }

    .navt-row {
        display: none;
    }
}

img[src=""] {
    display: none;
}







.system-page {
    font-family: Roboto;
    font-weight: 300;
    position: relative;
    height: 100%;
    background: url('login.jpg');
    background-attachment: fixed;
    background-size: cover;
    margin-top: -20px;
}


.login-page {
    font-family: Roboto;
    font-weight: normal;
    position: relative;
    height: 100%;
    background: url('login.jpg');
    background-attachment: fixed;
    background-size: cover;
    margin-top: -20px;
}

    .login-page .content {
        padding-left: 0px;
    }

    .login-page .form-group {
        position: relative;
        clear: both;
    }

    .login-page .form-control {
        background: transparent;
        padding-right: 30px;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 300;
    }

        .login-page .form-control::placeholder {
            color: #fff;
        }

        .login-page .form-control:focus {
            outline: 0;
            box-shadow: none;
        }


        .login-page .form-control + .fa {
            position: absolute;
            top: 9px;
            right: 15px;
            color: rgba(255,255,255,0.8);
            pointer-events: none;
        }

.login-card {
       position: absolute;
    top: 0;
    right: 45px;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    padding: 38px 20px;
    margin: 0 auto;
    width: 280px;
    margin-top: 73px;
    border: 1px solid rgba(255,255,255,0.4);
}

.home-text {
    position: absolute;
    top: 175px;
    left: 175px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    width:50%
}

@media (max-width:768px) {
    .home-text {
        position: static;
        margin-top: 25px;
        left: auto;
        color: #fff;
        font-size: 22px;
        width:100%;
        text-align: center;
    }

    .login-card {
        margin-top: 10px;
        position: static;
    }
}

.login-img {
    border-radius: 100%;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    position: relative;
    margin-bottom: 4px;
}

    .login-img img {
        width: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.login-title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.login-page .btn-theme {
    background: #fff;
    color: #0031af;
    border-color: #fff;
    transition: all 0.2s ease;
}

    .login-page .btn-theme:hover, .login-page .btn-theme:focus {
        background: #f3800b;
        color: #fff;
        border-color: #f3800b;
        transition: all 0.2s ease;
    }

.navbar-font {
    color: #fff;
    line-height: 35px;
}

.link-to-text {
    pointer-events: none;
}

.change-part {
    height: 150px;
    overflow: hidden;
    position: relative;
    color: #000;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 4px;
}


    .change-part .before-part {
        position: absolute;
        top: 0;
        left: 0;
        height: 150px;
        width: 100%;
        background: #fff;
        z-index: 2;
        color: #383838;
        cursor: pointer;
    }

    .change-part.active .before-part {
        top: -250px;
        animation: animater 0.8s ease;
    }

    .change-part.in-active .before-part {
        top: 0px;
        animation: ranimater 0.8s ease;
    }

    .change-part  .fa {
        font-size: 65px;
    }

    .change-part  h4 {
        font-size: 20px;
    }

    .change-part .after-part {
        position: absolute;
        top: 250px;
        left: 0;
        height: 150px;
        width: 100%;
        background: #fff;
        z-index: 1;
    }

    .change-part.active .after-part {
        top: 0;
        animation: animater2 0.8s ease;
    }

    .change-part.in-active .after-part {
        top: 250px;
        animation: ranimater2 0.8s ease;
    }


.inner-after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px;
}

@keyframes animater {
    from {
        top: 0;
    }

    to {
        top: -250px;
    }
}

@keyframes animater2 {
    from {
        top: 250px;
    }

    to {
        top: 0px;
    }
}

@keyframes ranimater {
    from {
        top: -250px;
    }

    to {
        top: 0;
    }
}

@keyframes ranimater2 {
    from {
        top: 0;
    }

    to {
        top: 250px;
    }
}

.hover-shadow.active {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.after-part .inner-after {
    top: 50%;
}

.before-heading {
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 4px;
    background: #383838;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: none;
}



.navbar-header-bg{
    background: #f3800b17;
    color: #fff;
  
    position: relative;
   border-bottom: 2px solid orange;
}
.navbar-ida-shadow-remove{
    margin-bottom: 0px;
}
.body-content{
    
    height: auto;
}
.navbar-ida-shadow-remove{
    box-shadow: inherit;
    border-top: 2px solid #f3800b99;
        background: #ffa07a38;
    
}
footer .d-footer{
background: #f3800b;
    height: 40px;
    line-height: 40px;
  position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.change-part .before-part, .change-part1 .before-part{
    background: transparent !important;
    color: #fff !important;
}
.change-part, .change-part1{
    box-shadow: none !important;
}
.change-part1{
    margin-bottom: 20px;
}

.navbar-ida .navbar-nav > li > a {
    color: rgb(98 106 112);
    font-weight: 600;
}
.navbar-ida .navbar-nav > li > a:hover, .navbar-ida .navbar-nav > li > a:focus, .navbar-ida .navbar-nav > .active > a:focus, .navbar-ida .navbar-nav > .active > a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}