﻿*{
    margin:0;
    padding:0;
}
.keycontacts {
    width: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.colkey {
    padding-right: 0px !important;
}

.cardshadow {
    box-shadow: 0px 0px 7px 6px #e5eaf9 !important;
}

.bgheading {
    background-image: url(../ImagesNew/bgstateprofile.png) !important;
    background-color: #f5f5f5 !important;
    border-color: #e7e7e7 !important;
    
}

.keytitle {
    color: #a52a2a !important;
    font-family: 'oswald';
    font-size: 30px !important;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
}

.keyscroll {
}

.keybody {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
   
}

.phonedirect {
    color: white;
    background: #820a0a;
}

.pdefmar {
    margin: 40px;
}
/*contactuspageend*/


/*<animatecssfile>*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */



/*<animateccsfile >
*/



/*orderandnotification , allotments, cm press release rest dynamicpages*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700';

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px lavenderblush;
    width: 100%;
}
    .rwd-table body tr:first-child {
        border-top: none;
        background: #1a3c5a;
        color: #fff;
    }


    .rwd-table thead tr:first-child {
        border-top: none;
        background: #1a3c5a;
        color: #fff;
    }

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f5f9fc;
    }

        .rwd-table tr:nth-child(odd):not(:first-child) {
            background-color: #ebf3f9;
        }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            margin-top: .5em;
        }

        .rwd-table td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #000;
        }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #bfbfbf;
    }

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}


/* THE END OF THE IMPORTANT STUFF */


@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-10px);
    }

    75% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes leftRight {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}


/*important links css design*/
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 195px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.imporlicard1 {
    display: block;
    position: relative;
    max-width: 262px;
    height: 190px !important;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    color: rgb(107 106 106) !important;
    box-shadow: 0px 0px 7px 6px #e5eaf9;
}

    .imporlicard1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #00838d;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    .imporlicard1:hover:before {
        transform: scale(21);
    }

    .imporlicard1:hover p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    .imporlicard1:hover h4 {
        transition: all 0.3s ease-out;
        color: #fff;
        font-size: 28px;
    }
/*important links css design and footer */
.footerbg {
    background-image: url(../ImagesNew/ashokaapillarvaishali3.jpg) !important;
    background-repeat: round;
}
.footerbtm {
    padding: 8px 0px;
    color: #fff;
    font-size: 0.9em;
    background-color: #596b63;
}

    .footerbtm ul {
        list-style: none;
        margin: 10px 0px;
        padding: 0px;
        display: flex;
    }

        .footerbtm ul li a {
            /*display: block;*/
            padding: 0px 8px;
            color: #fff;
            border-right: 1px solid rgba(255,255,255,.5);
        }

        .footerbtm ul li:last-child a {
            border-right: 0px;
        }

.neon {
    color: #fff;
    font-size: 8em;
    text-shadow: 0 0 5px #066070, 0 0 10px #066070, 0 0 15px #066070, 0 0 20px #066070, 0 0 3px #066070, 0 0 3px #066070, 0 0 6px #066070, 0 0 5px #066070;
}

.neon1 {
    color: #00434a;
    text-shadow: 1px 3px 11px rgb(6 3 3 / 71%)
}
.brand-carousel {
    background: #333;
    margin: 0;
    height: 110px;
}

/*footer nik*/


/*slider*/

.slider,
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    /* height: 100vh; */ /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

    .slider > div {
        position: absolute;
    }

    .slider > i {
        color: #5bbd72;
        position: absolute;
        font-size: 60px;
        margin: 20px;
        top: 40%;
        text-shadow: 0 10px 2px #223422;
        transition: .3s;
        width: 30px;
        padding: 10px 13px;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        cursor: pointer;
        line-height: 0;
        box-sizing: content-box;
        border-radius: 3px;
        z-index: 4;
    }

        .slider > i svg {
            margin-top: 3px;
        }

    .slider > .left {
        left: -100px;
    }

    .slider > .right {
        right: -100px;
    }

    .slider:hover > .left {
        left: 0;
    }

    .slider:hover > .right {
        right: 0;
    }

    .slider > i:hover {
        background: #fff;
        background: rgba(255, 255, 255, .8);
        transform: translateX(-2px);
    }

    .slider > i.right:hover {
        transform: translateX(2px);
    }

    .slider > i.right:active,
    .slider > i.left:active {
        transform: translateY(1px);
    }

    .slider:hover > div {
        transform: scale(1.01);
    }

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

    .slider > ul > li {
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        list-style: none;
        float: left;
        margin: 10px 10px 0;
        cursor: pointer;
        border: 1px solid #fff;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .slider > ul > .showli {
        background-color: #7EC03D;
        -moz-animation: boing .5s forwards;
        -o-animation: boing .5s forwards;
        -webkit-animation: boing .5s forwards;
        animation: boing .5s forwards;
    }

    .slider > ul > li:hover {
        background-color: #7EC03D;
    }

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

    .titleBar * {
        transform: translate(-20px, 30px);
        transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
        opacity: 0;
    }

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(.6);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}
/*slider end*/

/*card-default CM activity section*/
.card-default {
    border-color: #ddd;
}

.card-default {
    color: #8b3333 !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd;
}

        .card-default  {
            border-top-color: #ddd;
        }

    .card-default > .card-footer + .card-collapse .card-body {
        border-bottom-color: #ddd;
    }

.title h1 {
    font-weight: 600;
    color: #1b1f39;
    margin-top: 0px;
}

.title:after {
    position: absolute;
    width: 17%;
    height: 3px;
    background-color: #f17a58;
    content: "";
    left: 0;
    margin: 0px auto 0px auto;
    /*bottom:-21%;*/
}

.title svg {
    height: 30px;
    margin-right: 10px;
    fill: #dc3545;
    float: left;
}

.title h4 {
    font-weight: 900;
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
    color: #000;
}
.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 414px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .post-module:hover, .hover {
        -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    }

        .post-module:hover .thumbnail img, .hover .thumbnail img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
            opacity: .6;
        }

    .post-module .thumbnail {
        height: 334px;
        overflow: hidden;
        padding: 0;
    }

        .post-module .thumbnail .date {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1;
            background: #f2b202;
            width: 55px;
            height: 55px;
            padding: 12.5px 0;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            color: #FFFFFF;
            font-weight: 700;
            text-align: center;
            -webkti-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .post-module .thumbnail .date .day {
                font-size: 18px;
                line-height: 31px;
                color: #fff;
            }

            .post-module .thumbnail .date .month {
                font-size: 12px;
                text-transform: uppercase;
            }

        .post-module .thumbnail img {
            display: block;
            width: 120%;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
        }

    .post-module .post-content {
        position: absolute;
        bottom: 0;
        background: #FFFFFF;
        width: 100%;
        padding: 0 30px;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    }

        .post-module .post-content .category {
            position: absolute;
            top: -50px;
            left: 0;
            background: #c60000;
            padding: 10px 20px;
            color: #FFFFFF;
            font-size: 1.5em;
            font-weight: 400;
            text-transform: uppercase;
        }

            .post-module .post-content .category a {
                color: #fff;
            }

        .post-module .post-content .title a {
            color: #07696b !important;
        }

        .post-module .post-content .title {
            margin: 10px 0 0 !important;
            overflow: hidden;
            padding: 0 0 10px;
            color: #222 !important;
            max-height: 68px;
            font-size: 1.5em !important;
            font-weight: 700;
            overflow: hidden;
            max-height: 90px;
            margin: 10px 0 0 !important;
        }

        .post-module .post-content .sub_title {
            margin: 0px 0px 10px 0px;
            padding: 0 0 20px;
            height: 77px;
            color: #870009;
            font-size: 1.35em;
            font-weight: 400;
            overflow: hidden;
        }

        .post-module .post-content .description {
            display: none;
            color: #666666;
            font-size: 14px;
            line-height: 1.8em;
        }

        .post-module .post-content .post-meta {
            margin: 0px 0px 10px;
            color: #999999;
            display: none;
        }

            .post-module .post-content .post-meta .timestamp {
                margin: 0 16px 0 0;
            }

            .post-module .post-content .post-meta a {
                color: #999999;
                text-decoration: none;
            }
/*post module ends*/

/*cm direction css ends*/

/*photogallery*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}
/*navbar*/
.loginredirect {
    background-color: #ef6e42;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    margin: 2px 0;
    border-radius: 4px;
}
@media (max-width: 767px) {

    .loginredirect {
        line-height: normal !important; /* Adjust line height for mobile */

        padding: 5px 10px; /* Optional: Adjust padding for a better fit on mobile */

        margin: 5px 0; /* Optional: Adjust margin to provide spacing between items */
    }