/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 22, 2017, 10:21:26 AM
    Author     : Prabhas Khamari
*/

/* CSS Normalization ........................................*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}kb_elastic
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
strong {
    font-weight: 700 !important;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
p:last-child{
    margin-bottom: 0px;
}
/* CSS Normalization Ends ........................................*/

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
/*Main CSS*/
.banner {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/banner-background.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0px
}
.banner-navigation {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 100px;
    z-index: 9;
}
.banner-navigation .nabber-prev {
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #139191 url(../images/sprite-icon.png) no-repeat -41px -619px;;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.banner-navigation .nabber-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #139191 url(../images/sprite-icon.png) no-repeat -93px -619px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
#news-events-vertical-ticker {
    height: 341px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#announcements-vertical-news {
    height: 341px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.section-padding-top {
    padding-top: 0px !important;
}
.about-section {
    /*  background: url(../images/about-bg.png) no-repeat left top; */
}
.about-section p {
    line-height: 24px;
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
    color: #111111;
}
.twitter-container {
    border: 1px solid #ececec;
}
.fb_iframe_widget ._2p3a {
    width: 100% !important;
}
.twitter-container iframe{
    width: 100% !important;
}
._2p3a {
    width: 100% !important;
}
iframe #facebook ._2p3a {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
iframe {
    width: 100%;
}
.footer-section a:hover {
    color: #0265a9;
    text-decoration: none;
}

a.hover-box:hover {
    text-decoration: none;
}
a.hover-box:focus {
    text-decoration: none;
}
.health-left-bg li a {
    color: #ffffff;
}
.health-left-bg li a:hover {
    color: #ffffff;
    text-decoration: none;
}


canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ top:0; position:absolute; width: 100%; height: 100%; background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }

.citizen.wrapper .container {
    position: relative;
    z-index: 10;
}

.about-footer-box:hover .about-circle::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px dotted #fff;
    animation: spin 9s linear infinite;
    border-radius: 50%;
}





.search-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
    width: 30px;
    height: 38px;
    position: absolute;
    right: 30px;
    background: #e4e4e4 url(../images/sprite-icon.png) no-repeat -237px -511px;
    cursor: pointer;
    z-index: 99;
}
.banner-icon {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
}
.hide-cont .stricky-fixed .topbar {
    opacity: 1 !important;
}
/*.hide-cont .stricky-fixed .logo {
    opacity: 1 !important;
}*/
.hide-cont .stricky-fixed .banner-icon {
    opacity: 1 !important;
}
.hide-cont .stricky-fixed .search-icon {
    opacity: 1 !important;
}
.hide-cont .stricky-fixed .soso {
    opacity: 1 !important;
}
.banner.banner-responsive {
    display: none;
}












/* Top Menu */

.main_nav {
    width: 100%;
    float: left;
    position: relative;
    background: #e44428;
    /* overflow: hidden; */
}
.main-ul {
    background: #e44428;
    width: 100%;
    float: left;
    position: relative;
}
.main_nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}
.main_nav ul li {
    float: left;
    /* padding: 15px 18px; */
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border-right: 1px solid #1a98ec;
    /*    border-left: 1px solid #096eb1;*/
}
.main_nav ul li:first-child {
    border-left: 1px solid #1a98ec;
}
.main_nav ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 16px 18px;
    display: block;
    font-weight: 400;
    font-style: normal;
}
.main_nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #ffffff;
    z-index: 9991;
    /*    opacity: 0;*/
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    /*    visibility: hidden;*/
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
}
.main_nav ul li .submenu li:first-child {
    border-top: none;
}
.main_nav ul li .submenu li {
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #ffffff;
}
.menu-active {
    background: #006db6;
}
.menu-active .menu-active {
    background: #ddd;
}
.right-side-menu .menu-active {
    background: #0579ec;
}
.right-side-menu .menu-active a {
    color: #ffffff;
}
.right-side-menu .menu-active a:hover::before {
    display: none;
}
/*.main_nav ul li:first-child {
    border-left: 0px solid #01dc84;
}
.main_nav ul li:last-child {
    border-right: 0px solid #01dc84;
}*/
.main_nav ul li {
    float: left;
    /* padding: 15px 18px; */
    position: relative;
    /*    border-right: 1px solid #0d925d;
        border-left: 1px solid #01dc84;*/
}
/*.main_nav ul li a:hover {
    background:#d05440 url(../images/menu-hover-attow-down.png) no-repeat center top;
}*/
.main_nav ul li:hover .submenu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    z-index: 999;
}
.main_nav ul li .submenu li a {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 22px;
    color: #232323;
    line-height: 20px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    font-size: 14px;
    font-style: normal;
}
.main_nav ul li .submenu li {
    border-right: 0px solid #0d925d;
    border-left: 0px solid #01dc84;
}
.main_nav ul li .submenu li:hover {
    background: #ddd;
}
.sub-sites:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, #bbbbbb 50%, #bbbbbb 51%, rgba(6, 47, 60, 0.01) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.stricky-fixed .topbar {
    display: none;
}
.toggle-arrow {
    background: url(../images/sprite-icon2.png) no-repeat -76px -26px;
    width: 11px;
    height: 7px;
    margin-left: 3px;
    display: inline-block;
}
.full-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    width: 80px;
}
.left-nav {
    position: absolute;
    z-index: 9998;
    width: 80px;
    height: 100%;
    background: #c92c4a;
    box-shadow: -20px 0 100px -7px rgba(0, 0, 0, .2);
}
/* Top Menu End */



.gandhi{
    float: right;
    margin-top: 8px;
}


.banner-sidebar ul li{
    background-color: #156ec6;
    height: 50px;
    position: relative
}
.banner-sidebar ul li:nth-child(even){
    background-color: #0d5ca9
}

.banner-sidebar ul li a{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    display: table;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0 20px 0 50px; 
    line-height: 1.2;
}

.banner-sidebar ul li a span{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%); 
}

.banner-sidebar ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 50px;
    background-color: #277acc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*.banner-sidebar ul li i img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.banner-sidebar ul li:nth-child(even) i{
    background-color: #156ec6
}


/*.banner-slider .item{
    height: 360px;
}
.owl-carousel.banner-slider .owl-item img {
    display: block;
    height: 360px;
    width: 100%;
    object-fit: cover;
}*/

.locate-us a:hover {
    text-decoration: none;
}
.inner-banner {

}
/*.banner .owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
    height: 300px;
}*/
.availed-new .owl-carousel:not(.owl-loaded){ 
    opacity: 0; 
    height: 10px;
}
/* ILR Cuttack */

.pdf-icon{
    background: url('../images/sprite-icon2.png') no-repeat -21px -175px;
    width: 31px;
    height: 45px;
    position: absolute;
    top: 13px;
    left: 10px;
}

.media-section .ilr-cuttack ul li{
    padding: 14px 10px 12px 50px;
}


.ilr-cuttack li{border-bottom:0px}

span.date{
    float: left;
}

span.size{
    float:right;
}

/* ILR Cuttack  Ends*/



/* Directories */




.directories .heading {
    color: #111111;
    margin-bottom: 30px;
}

.directories .hvr-float-shadow{
    background-color: #e7f6fc;
    width: 100%;
    height: 76px;
    position: relative;
    text-decoration: none
}

.directories .hvr-float-shadow span{
    display: table-cell;
    height: 76px;
    vertical-align: middle;
    padding-left: 20px;
    color: #111111;
    font-weight: 600;
    position: relative;
    z-index: 100;
    line-height: 24px;
    font-size: 14px;
}

.directories-icon{   
    background: url(../images/sprite-icon2.png) no-repeat -21px -310px;
    width: 50px;
    height: 67px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 8px;
}



.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/* Directories Ends */




/* Important Links */


.important-links{
    padding: 0 0 40px 0 !important;
}

.important-links .heading {
    color: #111111;
    margin-bottom: 30px;
}

.important-links .imp-links{
    width: 100%;
    height: 45px;
    border-right: 1px solid #ebe4e4;
    border-bottom: 1px solid #ebe4e4;
    text-decoration: none;
    position: relative;
}

.link-icon{
    background: url('../images/sprite-icon2.png') no-repeat -78px -73px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 12px;
    left: 18px;
}


.link-box-row{
    border-top: 1px solid #ebe4e4;
    border-left: 1px solid #ebe4e4;
    margin-left: 0;
    margin-right: 0;
}


.imp-links span{
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    padding-left: 46px;
    color: #111111;
    /*    font-weight: 600;*/
    position: relative;
    z-index: 100;
    font-size: 14px;
}


.link-container{    
    padding: 0;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
/* Important Links Ends */





/* Calendar Cont */

.calendar-cont{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #dedfe1;
}

.calendar-link:after {
    background: url('../images/sprite-icon2.png') no-repeat -73px -125px;
    width: 24px;
    height: 25px;
    position: absolute;
    left: 12px;
    top: 16px;
    content: ''
}

.calendar-link:hover, .calendar-link:active, .calendar-link:focus {
    color: #fff;
    text-decoration: none
}

.calendar-link{
    width: 100%;
    display: block;
    height: 58px;
    position: relative;
    margin-top: 30px;
    color: #fff;
    line-height: 1.2;
    padding-left: 47px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

.calendar-link span{
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 2px;
}


.calendar-link.ohc-calendar{
    background-color: #006db6;
}

.calendar-link.other-calendar{
    background-color: #055489;
}



/* Calendar Cont Ends  */




/* Banner Menu */

.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 rgba(0, 0, 0, 0);
    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: #b7d7f7;
    /*    background: #9cceff;*/
    -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: #000000;
}
.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);
}




.hvr-sweep-to-right2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #043d73;
    -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-right2:hover, .hvr-sweep-to-right2:focus, .hvr-sweep-to-right2:active {
    color: #ffffff;
}
.hvr-sweep-to-right2:hover:before, .hvr-sweep-to-right2:focus:before, .hvr-sweep-to-right2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Banner Menu Ends */





/* Link animation */

/* Icon Forward */
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.readmore-icon,.readmore-icon:hover{
    text-decoration: none;
    margin-top: 15px;
}
.banner-slider .item {
    overflow: hidden
}

/* Link animation Ends */

/* ----------------------------------------------
                  TOP HRADER START
------------------------------------------------*/

/*.menu-animation:hover{transform: rotate(90deg);}
.menu-animation:hover span:nth-child(1) {
    left: 3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.menu-animation:hover span:nth-child(2) {
    left: 0px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.menu-animation:hover span:nth-child(3) {
    left: 15px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}*/
.image-div{overflow: hidden}
.image-div img{    transition: all .5s ease-in-out;}
.gal-icon:hover img,.video-icon:hover img{transform: scale(1.1);z-index:999;}
a.district-health:hover{text-decoration: none;}
.director-section ul li:hover{padding:10px 28px;}
.director-section ul li a:hover{
    color: #0e7a89;
}
a.hover-box:hover .circle::before{
    border:2px solid #fff;
    /*    animation: spin 9s linear infinite;*/
}
a.hover-box:hover  h2{text-decoration: none;}

a.hover-box:hover .circle {
    box-shadow: 5px 0px 0px -1px rgb(16, 136, 231);
}

a.hover-box:hover .hover-right::before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hover-right{display: inline-block;
             vertical-align: middle;
             -webkit-transform: perspective(1px) translateZ(0);
             transform: perspective(1px) translateZ(0);
             box-shadow: 0 0 1px rgba(0, 0, 0, 0);
             position: relative;
             -webkit-transition-property: color;
             transition-property: color;
             -webkit-transition-duration: 0.3s;
             transition-duration: 0.3s;}
.hover-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(227, 243, 255);
    -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;
}
body.open-menu-bar{overflow:hidden !important;}
.control-icon-next:hover,.control-icon-next:active,.control-icon-next:focus,.control-icon-next:visited{
    background: #dcdcdc url(../images/sprite-icon2.png) no-repeat -126px -170px;
}
.control-icon-preview:hover { 
    background: #dcdcdc url(../images/sprite-icon2.png) no-repeat -126px -125px;
}
.hidden-bar .hiddeb-bar-wrapper1 {
    position: absolute;
    top: 0;
    width: 380px;
    height: 100%;
    background: rgb(15, 18, 23);
    right: -420px;
    opacity: 0.7;
    -webkit-transition: all 500ms ease;
    z-index: -1;
    transition: all ease 0.5s 0.5s;
}
.hidden-bar .hiddeb-bar-wrapper2 {
    position: absolute;
    top: 0;
    width: 440px;
    height: 100%;
    background: rgb(82, 82, 82);
    right: -490px;
    opacity: 0.7;
    z-index: -2;
    transition: all ease 0.5s 1s;
}
.visible-sidebar .hiddeb-bar-wrapper1 {
    right: 0;
}
.visible-sidebar .hiddeb-bar-wrapper2 {
    right: 0;
}
.banner-navigation .nabber-prev:hover{background: #f16c51 url(../images/sprite-icon.png) no-repeat -34px -619px;}
.banner-navigation .nabber-next:hover{background: #f16c51 url(../images/sprite-icon.png) no-repeat -97px -619px;}



.top-header{
    width: 100%;
    float: left;
    position: relative;
}.top-header .left li{padding-left:0;}

.topbar {
    width: 100%;
    float: left;
    background: #e8f1fd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.topbar p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'DINPro-Light';
}
.top-menu li {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    border-right: 1px solid #ddd;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}
.top-menu li:last-child {
    border-right: none;
}
.top-right {
    text-align: right;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}
.top-menu{
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
    margin-right: -9px;
}
.a-btn a#c-active {
    border: 1px solid #000;
    padding: 1px 5px;
    background: #ffffff;
    color: #232323 !important;
}
.a-btn a#c-inactive {
    border: 1px solid #000;
    padding: 1px 6px;
    background: #000;
    color: #fff;
    margin-left: -4px;
}

.top-menu li a{
    color: #232323;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

.logo h1{
    font-size: 16px;
    font-family: 'DINPro-Bold';
    color: #444;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: center;
}
.marquee-sibling {
    padding: 0;
    background: #e4e4e4;
    width: 16%;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    position: relative;
}
.simple-marquee-container {
    width: 100%;
    background: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 38px;
    position: relative;
    cursor: pointer;
}
.marqueee a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
}
.drop:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -20px -18px;
    width: 9px;
    height: 4px;
    position: absolute;
    right: -20px;
    top: 10px;
    cursor: pointer;
}
.drop .dropdown {
    width: 80px;
    position: absolute;
    background-color: #e4e4e4;
    right: -20px;
    z-index: 100;
    height: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden;
    padding: 5px 13px;
    line-height: 16px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
}
.drop:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.drop span {
    cursor: pointer;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.top-menu.left{float: left;padding:10px 0;}

/*Menu Start*/
.hamburger-menu {

}

.hamburger-menu:hover:before {

}
.hamburger-menu:before {

}
.hamburger-menu span {

}
.hamburger-menu:hover span {

}
.hidden-bar{
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #ffffff;
    z-index: 99999999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
    margin-right:0px;	
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
    right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
    left: -40px;
}

.hidden-bar.left-align {
    left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px;
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #0985d8;
    color: #ffffff;
    /* font-size: 60px; */
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    /*    transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;*/
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    background: #df9926;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #1e43bd;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 17px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover{
    background:#333333;
    color:#ffffff;	
}

.hidden-bar-wrapper {
    height: 100%;
    background: #ffffff;
}

.hidden-bar .logo {
    padding: 15px 0px;
    background: #f1f1f1;
}

.hidden-bar .logo img{
    display:inline-block;
    max-width:100%;
    width: 100px;
}

.hidden-bar .side-menu {
    background-color: #ffffff;
    padding: 0;
    font-size: 18px;
    letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
    background: transparent;
    /*    text-indent: 30px;*/
    color: #000000;
    padding: 10px 5px 10px 30px !important;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #ffffff;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d2d2d2;
    color: #262627;
    padding-left: 53px !important;
    line-height: 18px;
}
.hidden-bar .side-menu ul li ul li ul li a:hover {
    background: transparent;
    /*    border-top: 1px solid #0963cc;
        border-bottom: 1px solid #04346b;*/
    color: #f0bc01;
}

.hidden-bar .side-menu a.current {
    color: #333;
}

.hidden-bar .side-menu li.current > a {
    color: #111111;
}

.hidden-bar .side-menu ul li a {
    color: #000;
    display: block;
    font-weight: normal;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #ffffff;
    padding: 12px 15px 12px 15px !important;
    position: relative;
    font-size: 14px;
    line-height: 22px; 
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
    background: rgba(0,0,0,0.05);
    color: #333;
    text-decoration: none;
}
.hidden-bar .side-menu ul li ul a:hover, .hidden-bar .side-menu ul li ul a:active, .hidden-bar .side-menu ul li ul a:visited, .hidden-bar .side-menu ul li ul a:focus {
    color: #000000 !important;
}
.hidden-bar .side-menu ul li a .btn.expander {
    background: none;
    color: #111111;
    /* border: 1px solid rgba(222, 222, 222, 0.8); */
    padding: 2px 7px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    top: 3px;
    right: 11px;
    outline: none;
    /* background-color: #333; */
    width: 100%;
    text-align: right;
}
.btn.expander i {
    line-height: 30px;
    color: #128b9b;
    font-size: 21px;
}

.dropdown .sub-cat-head {
    font-size: 13px !important;
    font-family: 'DINPro-Light';
    color: #252424 !important;
}
.hidden-bar-opener {
    cursor: pointer;
}
.icon-bar {
    width: 33px;
    height: 2px;
    background: #010757;
    display: block;
    /* margin-top: 8px; */
    margin: 8px auto 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.icon-bar:first-child {
    margin-top: 13px;
}
.hidden-bar-opener:hover .icon-bar:first-child {
    width: 27px;
}
.hidden-bar-opener:hover .icon-bar:nth-child(2) {
    width: 27px;
}
.hidden-bar-opener:hover .icon-bar:last-child {
    width: 27px;
}
.navigation.one-page-nav .dropdown ul {
    display: none;
    background: #f1f1f1;
}
.navigation.one-page-nav .dropdown ul ul {    
    background: #e6e4e4 !important;
}
.navigation.one-page-nav .dropdown ul ul ul {
    background: #dcdcdc !important;
}
.hidden-bar .side-menu ul li ul li ul li ul li a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #9e9e9e;
    color: #262627;
    padding-left: 78px !important;
}
.navigation.one-page-nav .dropdown ul ul ul ul {
    background: #dedede !important;
}
.hidden-bar .side-menu ul li ul li ul li ul li ul li a {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #ffffff;
    color: #262627;
    padding-left: 100px !important;
}
.navigation.one-page-nav .dropdown ul ul li {    
    border: none !important;
}
.dropdown-btn{
    position: absolute;
    right: 7px;
    top: 4px;
    width: 27px;
    height: 25px;
    background: transparent url(../images/arrow-up-down.png) no-repeat -4px 0px;
    /* border: 1px solid #dcdcdc; */
    z-index: 1000000;
    cursor: pointer;
}
.social-icons ul li a:hover {
    background: #010757;
    border-radius: 0px;
}
.dropdown i.icon {
    line-height: 20px;
    vertical-align: text-top;
    margin-left: 0px;
}
.dropdown ul li a {
    padding: 3px 5px 3px 0px !important;
    /*    font-size: 13px !important;*/
}
.dropdown.sub-drop .btn.expander {
    padding: 2px 7px !important;
    top: 2px !important;
}
.menu-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.80);
    display: none;
    position: fixed;
    z-index: 999999;
}
.side-menu-logo img {
    width: 100%;
    margin: 0 auto;
}
.side-menu-logo {
    padding: 30px;
    background: #ffffff;
}
.navigation {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 100px;
}
.navigation ul {
    text-align: left;
    padding-left: 0px;
}
.navigation li {
    list-style: none;
}
.hidden-bar-closer .btn {
    padding: 0px;
}
.dropdown-btn:active, .dropdown-btn:focus {
    outline: none;
    border: none;
}

.menu-toggle {
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
}
.dropdown .btn-primary:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    border: none;
    background: #ef9420 !important;
}
.dropdown-menu a {
    width: 100%;
    color: #232323 !important;
    background: transparent;
    font-size: 14px;
}
.dropdown-menu {
    right: 0 !important;
    width: 200px  !important;
    float: right  !important;
    left: auto;
    padding: 10px;
}
.dropdown-menu li a:hover {
    background: none !important;
}
.popup_close {
    width: 30px;
    height: 30px;
    right: -31px;
    position: absolute;
    right: -32px;
    right: -33px;
    top: 0px;
    cursor: pointer;
}
.popup_close_cont {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    margin-left: 5px;
}
.popup_close_bar:first-child {
    top: 12px;
    transform: rotate(45deg);
}
.popup_close_bar:nth-child(2) {
    top: 12px;
    transform: rotate(-45deg);
}
.popup_close_bar {
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popup_close:hover .popup_close_bar:first-child {
    transform: rotate(315deg);
    background-color: #fff;
}
.popup_close:hover .popup_close_bar:nth-child(2) {
    transform: rotate(-315deg);
    background-color: #fff;
}
.menu-close-x {
    display: block;
    width: 40px;
    height: 40px;
    transition: transform .25s ease-in-out;
}
.menu-close-x:hover {
    transform: rotate(180deg);
}
.menu-close-x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: center;
}
.menu-close-x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 2px solid #ffffff;
    transform: rotate(-45deg);
    transform-origin: center;
}
/*Menu End*/
.search_input_cont input[type=text] {
    width: 100%;
    height: 99px;
    text-indent: 5px;
    border: none;
    background: #f5f5f5;
    font-size: 24px;
    padding-left: 30px;
}

.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    background: #ffffff;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #FF154C;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    visibility: hidden;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}




/* Sticky Menu Change */
.stricky-fixed .logo{
    width: 57%;
    padding: 6px 0;
}

.stricky-fixed .logo-quote h3{
    margin-top: 6px;
}

.stricky-fixed .logo-quote:before{
    top: 5px;
    left: -11px;
}

.stricky-fixed .menu-bg{
    top: 2px
}

.stricky-fixed .triangle{
    border-width: 0 0 81px 125px;
}

.stricky-fixed .sm-menu span{
    margin-top: 18px;
}
header{
    width: 100%; 
    position: relative;
    float: left;
}



.logo{
    /*    background-color: rgba(255, 255, 255, 0.90);*/
    padding: 0;
    float: left;
    /*    margin-left: 30px;*/
    position: relative;
    cursor: pointer;
}
/*.logo:after{
    content: '';
    width: 30px;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: -30px;
    top: 0
}*/


.menu-right{    
    float: right;
    /*    margin-top: 5px;*/
}


.top-menu li>ul li a{
    font-size: 15px
}






.menu-btns:hover .menu-line1{
    top: -5px;
}

.menu-btns:hover .menu-line2{
    bottom: -5px;
}
.logo-menu {
    /* background: url(../images/header-bg.jpg) no-repeat 132% 65%; */
    padding: 15px 0;
    width: 100%;
    float: left;
}
.stricky .search-box {
    margin-top: 25px;}
.stricky .menu-btns {margin-top: 0px;}
.logo span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #444;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
}
.logo img {
    /* width: 100%; 
    margin-top: 5px;*/
    transition: background-color 0.2s linear 0s;
}

.search-box {
    /* padding: 24px 0; */
    text-align: right;
    margin-top: 21px !important;
    position: relative
}

.search-box button{
    position: absolute;
    width: 40px;
    right: 1px;
    top: 1px;
    height: 38px;
    /* background-color: #fff; */
    border: none;
    background: #fff url(../images/sprite-icon2.png) no-repeat -12px -12px;
}

.search-box input {
    height: 40px;
    border: none;
    /*    border: 1px solid #e8f1fd;*/
    border: 1px solid #7fc2f1;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.search-box input::placeholder {
    color: #959595;
    opacity: 1; 
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;/* Firefox */

}
.search-box input:focus{}


/*.menu-toggle {
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
     text-align: center; 
    margin-top: 30px;
    margin-left: 90px;
}*/
.stricky-fixed .menu-toggle {
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
    /* text-align: center; */
    margin-top: 38px;
    margin-left: 90px;
}

/*.menu-toggle>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/

.search_bar span{
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.menu-toggle>span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.menu-toggle>span:nth-child(3) {
    top: auto;
    bottom: 0;
}

.menu-toggle:hover span:nth-child(2){

    transition-duration: 0.5s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.menu-toggle:hover span:nth-child(3){
    -webkit-transform:rotateZ(45deg) scaleX(0.75) translate(-7px, 4px);
    transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 0px);
    width:20px;
}
.menu-toggle:hover span:nth-child(1){
    -webkit-transform:rotateZ(-45deg) scaleX(0.75) translate(-8px, -3px);
    transform: rotateZ(-45deg) scaleX(0.75) translate(-8px, 1px);
    width:20px;
}


.menu-open .menu-toggle>span:nth-child(1) {
    opacity: 0
}

.menu-open .menu-toggle>span:nth-child(2) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .menu-toggle>span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
}


.search_bar {
    display: block;
    width: 33px;
    height: 27px;
    cursor: pointer;
    position: relative;
}

.search_bar span:first-child {
    width: 23px;
    height: 23px;
    display: block;
    border: 2px solid #9f1f14;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
}

.search_bar span:nth-child(2) {
    width: 8px;
    height: 2px;
    background-color: #9f1f14;
    position: absolute;
    z-index: 10;
    top: 22px;
    left: 18px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_bar span:nth-child(3) {
    width: 20px;
    height: 2px;
    background-color: #014898;
    position: absolute;
    z-index: 10;
    top: 23px;
    left: 6px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}

.search_bar.close_search span:nth-child(1) {
    opacity: 0;
}
.search_bar.close_search span:nth-child(2) {
    width: 28px;
    top: 27px;
    left: 4px;
}
.search_bar.close_search span:nth-child(3) {
    opacity: 1;
    width: 29px;
    top: 27px;
    left: 3px;
}
/* ----------------------------------------------
                  TOP HRADER END
------------------------------------------------*/



/*---------------------gallery-section--------------------------*/
.media-section h3.head-section, .banner-sidebar-new-demo h3.head-section{    
    padding: 13px 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #1088e7 !important;
    color: #ffffff !important;
    margin-top: 0px;
    position: relative;
}
.media-section {
    float: left;
    width: 100%;
}
.infographic-section,.news-section,.announcement-section{float: left;
                                                         width: 100%;
                                                         overflow: hidden;}
.infographic-section h3{background:#0cbea4;text-align: center;}
.news-section h3{background: #1088e7; color: #ffffff}
.announcement-section h3{background:#0265a9;}
.c-navigation {
    position: relative;
    width: 110px;
    float: right;
    /* margin: 15px auto 0; */
    display: block;
    z-index: 99;
    /* right: -22px; */
    /* top: -20px; */
}
.c-nav1 {
    top: -14px;
    width: -7px;
    right: -45px;
}
.control-icon-next, .control-icon-preview {
    top: 5px;
    border-left: 1px solid #efe7e7;
    transition: all .2s ease-in-out;
    width: 36px;
    height: 35px;
    position: absolute;
    cursor: pointer;
}
.control-icon-preview {
    right: 70px;
    margin-right: 0px;
    background: url(../images/sprite-icon2.png) no-repeat -126px -125px;
}
.control-icon-next {
    right: 36px;
    background: url(../images/sprite-icon2.png) no-repeat -126px -170px;
}
.footer-section {
    position: relative;
    background: #f0f8fe;
    padding: 10px 10px;
    border-top: 1px solid #cee9fc;;
    display: block;
    float: left;
    width: 100%;
}
.footer-section a
{font-family: 'Roboto', sans-serif;
 font-size: 14px;
 color:#555555;}
.footer-section a:hover{text-decoration: none;}
.media-section ul {
    background-color: #f0f8fe;
    float: left;
    width: 100%;
}
.media-section ul li{
    display: block;
    color: #424040;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #cee9fc;
    margin: 0px;
    min-height: 74px;
    position: relative;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 100%;
}
.media-section ul li a { 
    width: 100%;
    display: block;
    float: left;
    color: #111111;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    /*    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 32px;
        -webkit-line-clamp: 2; */
}
.media-section ul li a:hover { 
    text-decoration: none;
}
.media-section ul li:hover {
    background: #bbe2ff;
}
.media-section ul li:last-child{}
.media-section ul li span {
    display: block;
    color: #0265a9;
    margin-top: 7px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.gallery-section{background: url(../images/gallery-back-bg.png) no-repeat top center;
                 width: 100%;
                 float: left;
                 background-size: cover;}
.gallery-section h1,.director-section, .about-section h1{color:#111111;}
.gallery-content{
    padding: 20px;
    background: #f1f1f1;
    min-height: 100px;
}
.gallery-content p{font-family: 'Roboto', sans-serif;
                   font-size: 14px;
                   color: #202020;
                   line-height: 20px;}
.gallery-section .image-div{position: relative;}
.gal-icon:before{    content: '';
                     background: url(../images/sprite-icon.png) no-repeat -389px -425px;
                     width: 42px;
                     height: 36px;
                     position: absolute;
                     cursor: pointer;
                     left: 15px;
                     bottom: 15px;
                     z-index: 9999;}
.video-icon:before{    content: '';
                       background: url(../images/sprite-icon.png) no-repeat -498px -423px;
                       width: 48px;
                       height: 38px;
                       position: absolute;
                       cursor: pointer;
                       left: 15px;
                       bottom: 15px;
                       z-index: 9999;}
.gal-bg{
    background: url(../images/sprite-icon.png) no-repeat -30px -510px;
    width: 71px;
    height: 69px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    bottom: -17px;}
.video-bg{
    background: url(../images/sprite-icon.png) no-repeat -188px -520px;
    width: 74px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    bottom: -17px;
}
.c-nav2 {
    /* right: 21%; */
    top: -5px;
}
.gallery-box{
    width:100%;
    float:left;
    padding-top:30px;
}
.gallery-section .view {
    position: relative;
    float: right;
    border: 1px solid #df7326;
    color: #df7326;
}
.gallery-section .view:before {
    border-left: 1px solid #df7326;
}
.gallery-section .view .plus:before {
    background: url(../images/sprite-icon.png) no-repeat -498px -114px;
}
.view:hover{
    color: #fff;
    background: #df7326;}
.view:hover::before {
    border-left: 1px solid #fff;}
.view:hover .plus:before {
    background: url(../images/sprite-icon.png) no-repeat -458px -115px;}
/*-------gallery-section-end-----*/



/*-------director-section-start-----*/
.director-section ul li{    display: block;
                            /* padding: 10px 20px; */

                            font-family: 'Open Sans', sans-serif;
                            font-size: 14px;
                            line-height: 18px;
                            padding: 10px 20px;
                            position: relative;
                            transition: all .5s ease-in-out;
}
.director-section ul li a{color: #252525;
                          transition: all .5s ease-in-out;}
.director-section ul li a:hover{text-decoration: none;}

.director-section ul{padding-left: 20px;
                     padding-top: 10px;}

.director-section ul.border-line:before {
    content: '';
    width: 1px;
    height: 155px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 13px;
}
.director-section ul li:before{ content: '';
                                background: url(../images/sprite-icon.png) no-repeat -207px -635px;
                                width: 8px;
                                height: 8px;
                                position: absolute;
                                cursor: pointer;
                                left: 0px;
                                margin-top: 5px;}
.director-section h2{   font-family: 'Muli';
                        font-size: 20px;
                        padding: 10px 10px;
                        border-bottom: 1px solid #ddd;}
.director-section-border{ width: 100%; 
                          float: left;
                          border: 1px solid #ddd;}

/*-------director-section-end-----*/

/*-------footer-section-start-----*/
footer{width:100%;float:left;}
.footer-section-first{  
    width: 100%;
    float: left;
    background: #149efb;
    padding: 30px 0;
    text-align: center;
}

.footer-section-first ul li{ 
    display: inline-block;   color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-right: 1px solid #fbfbfb;
    padding: 0px 15px;
}
.footer-section-first ul li a{color:#ffffff;}
.footer-section-first ul li a:hover{text-decoration: none;}

.footer-section-last{
    background: #0985d8;
    width: 100%;
    float: left;
    padding: 15px 0;
}

.footer-section-first ul li:last-child{border:none;}
.contact-list {
    margin-top: 20px;
}
.copyright {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    text-align: left; 
}
.designedby {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    text-align: right; 
}
.footer-logos {
    width: 100%;
    float: left;
}
.footer-links {
    margin-top: 20px;
    padding: 0;
}
.footer-links li {
    list-style: none;
    display: inline-block;
    float: none;
    margin-right: 5px;
    margin-bottom: 0;
    border-right: none !important;
    padding: 0px !important;
}
/*-------footer-section end-----*/


.about-footer-box {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 35px;
    padding: 20px 10px;
}
.about-footer-box .box-left{
    float:left;
}
.about-footer-box .box-right {
    width: 72%;
    float: right;
    top: 16px;
    position: relative;
}
.about-footer-box.orange{
    background: url(../images/about-bg-1.jpg) no-repeat top right;
    background-size: cover;
}
.about-footer-box.blue{
    background: url(../images/about-bg-2.jpg) no-repeat top right;
    background-size: cover;
}
.about-footer-box.pink{
    background: url(../images/about-bg-3.jpg) no-repeat top right;
    background-size: cover;
}
.about-footer-box .about-circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    float: left;
    margin-top: 0;
    position: relative;
}
.about-footer-box .about-circle.orange{background: #fdab89; box-shadow: 5px 0px 0px -1px rgba(162,79,42,1);}
.about-footer .about-circle.blue{background: #12e5e5; box-shadow: 5px 0px 0px -1px rgba(7,153,153,1);}
.about-footer .about-circle.pink{background: #f886c0; box-shadow: 5px 0px 0px -1px rgba(195,75,135,1);}
.helpline:before{
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -177px -700px;
    width: 49px;
    height: 63px;
    position: absolute;
    top: 8px;
    left: 16px;
}
.ambulance:before{
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -272px -716px;
    width: 65px;
    height: 34px;
    position: absolute;
    top: 24px;
    left: 7px;
}
.about-footer-box h3{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: bold;
}
.about-footer-box p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
}

/*---------------------gallery-section--------------------------*/










































.innerpage  .linkedin-top:hover::after{display: none;}
.contrast-active .inner-content h1{color:yellow;}
.contrast-active .breadcumb li a{color: yellow;}

/*------dark class start-------*/
.contrast-active .section-heading{color: #ff0 !important;}
.contrast-active .topbar{background: #454343;}
.contrast-active  .top-menu li a,.contrast-active .marqueee a,.contrast-active .drop span,.contrast-active .marqueee span{color:#ff0 !Important; }
.contrast-active .journey-year p{color:#ff0 !important;}
.contrast-active h3.sub-heading{color:#ff0 !important;}
.contrast-active .business-stat-box h4{color:#ff0 !important;}
.contrast-active .business-stat-box a{color:#ff0 !important;}
.contrast-active .sub-heading span{    background-color: #ff0;}
.contrast-active .numbers-section ul li h2{color:#ff0 !Important;}
.contrast-active .numbers-section ul li span{color:#ff0 !Important;}
.contrast-active .numbers-section ul li .number-sub-heading{color:#ff0 !Important;}
.contrast-active .operation p{color:#ff0 !Important;}
.contrast-active .operation-img h1,.contrast-active .update-section h3.head-section a{color:#ff0 !Important;}
.contrast-active .update-section .update-box{
    background: #333 !important;
    border: 1px solid #ff0 !important; }
.contrast-active .update-section .update-box ul{background:#333 !important;}
.contrast-active .update-section .update-box ul li a h3,.contrast-active .update-section .update-box ul li a span{color:#ff0 !important;}
.contrast-active .update-section .update-box ul li{border-bottom:1px solid #ff0 !important;}
.contrast-active .tagline{background:#333 !important;border:1px solid #ff0 !important;}
.contrast-active .update-section h3.head-section{color:#ff0 !important;border-bottom:1px solid #ff0 !important;}
.contrast-active .img-overlay-content h3,.contrast-active .img-date{color:#ff0 !important;}
.contrast-active .quick-links li a,.contrast-active .common-links li a,.contrast-active .design,.contrast-active .cpoy {color:#ff0 !important;}
.contrast-active .quick-links li:before{    background: #ff0 !important;}
.contrast-active .common-links li:before{    background: #ff0 !important;}
.contrast-active .footer-logos{border-bottom: 1px solid #545453;}
.contrast-active .hidden-bar .side-menu{background: #333 !important;}
.contrast-active .hidden-bar .side-menu ul li a{color:#ff0 !important;    border-bottom: 1px solid #ff0;border-top:none;}
.contrast-active .tooltip .left{color:#ff0 !important;}
.contrast-active .hidden-bar .side-menu ul li ul a:hover, .contrast-active .hidden-bar .side-menu ul li ul a:active, .contrast-active .hidden-bar .side-menu ul li ul a:visited, .contrast-active .hidden-bar .side-menu ul li ul a:focus {
    color: #ff0 !important;}
.contrast-active .navigation.one-page-nav .dropdown ul {
    display: none;
    background: #333;}
.contrast-active .hidden-bar .side-menu ul li ul li ul li a{background:#333 !important;}
.contrast-active .inner-para p{color:#ff0 !important;}
.contrast-active .sidebar-heading{ 
    color: #ff0 !important;
    background: #333 !important;}
.contrast-active .inner-sidebar{background: #333 !important;}
.contrast-active .inner-sidebar ul li a{color: #ff0 !important;}
.contrast-active .inner-sidebar ul li {border-top: 1px solid #ff0;}
.contrast-active .acheivement ul li{color:#ff0 !important;}
.contrast-active .breadcumb span,.contrast-active .gandhi{color:#ff0 !important;}
.contrast-active  .linee:before{background: #545453;}
.contrast-active .inner-para h2{color:#ff0 !important;}
.contrast-active .salient li{color:#ff0 !important;}
.contrast-active .notice-section ul li{border-bottom:1px solid #ff0 !important;}
.contrast-active .notice-section ul li p{color:#ff0 !important;}
.contrast-active .notice-section ul li span{color:#ff0 !important;}
.contrast-active .holder a.jp-disabled, a.jp-disabled:hover {
    color: #e5634d !important;
}
.contrast-active .holder a{border: 1px solid #ff0 !important;}
.contrast-active .holder a.jp-current, a.jp-current:hover{color:#ff0 !important;}
.contrast-active .mobile-app-section .body-section{border-left:2px solid #ff0 !important;}
.contrast-active .mobile-app-section .body-section h5{color:#ff0 !important;}
.contrast-active .mobile-app-section .body-section p{color:#ff0 !important;}
.contrast-active .mobile-app-section{border-bottom:1px solid #ff0 !important;}
.contrast-active .ad-box {background: #333 !important;}
.contrast-active .ad-box p{color: #ff0 !important;}
.contrast-active .ad-box:after{
    border-right: 1px solid #ff0;
    border-left: 1px solid #ff0;}
.contrast-active .ad-box:before {border-top: 1px solid #ff0;
                                 border-bottom: 1px solid #ff0;}
.contrast-active .address-list li {color: #ff0 !Important;}
.video1{width:100%;}
.parameter-table{width:50%;}
.list-services li{    line-height: 24px !important;
                      padding: 5px 0;}
.list-services li.add-phn:before{top:10px;}


.holder a.jp-disabled:hover {
    color: #e5634d !important;
}
.holder a.jp-current:hover {
    color: #e5634d !important;
}
/* ----------------------------------------------
                  FOOTER START
------------------------------------------------*/
.wrapper {
    width: 100%;
    position: relative;
    float: left;
    padding: 40px 0;
    background: #ffffff;
}
.footer-height{
    width: 100%;
    float: left;
}
#footer {
    background-color: #fff;
    color: #000;
    background: #ededed  url(../images/footer-bg.jpg) repeat-x top;
    padding: 79px 0 0 0;
    text-align: center;
    width: 100%;
    float: left;
}
.footer-logo {
    width: auto;
    margin: 0 auto 15px;;
    float: none;
}
.footer-separator {
    width: 40%;
    margin: 0 auto;
    float: none;
    height: 1px;
    position: relative;
    background: #c7c6c6;
}
.separator-top {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #b5b5b5;
    top: -4px;
    left: 50%;
    margin-left: -5px;
}
#footer p {
    text-align: center;
}
.cin {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
    margin-top: 23px;
    text-transform: capitalize;
}
.cin i {
    font-family: 'open_sanssemibold';
    color: #9f1f14;
    font-size: 18px;
    font-style: normal;
}
.address {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
}
.call {
    font-family: 'open_sanssemibold';
    color: #333333;
    font-size: 18px;
}
.quick-links {
    margin-bottom: 10px;
}
.quick-links li {
    font-family: 'DINPro-Light';
    list-style: none;
    display: inline-block;
    float: none;
    padding: 0px 10px;
}
.quick-links li:before {
    content: '';
    position: relative;
    float: left;
    width: 1px;
    height: 16px;
    background: #444;
    bottom: -3px;
    left: -13px;
}
.quick-links li:first-child:before {
    display: none;
}
.quick-links li a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.common-links {
    margin-top: 15px;
}
.common-links li {
    list-style: none;
    display: inline-block;
    float: none;
    padding: 0px 10px;
}
.common-links li:before {
    content: '';
    position: relative;
    float: left;
    width: 1px;
    height: 16px;
    background: #444;
    bottom: -3px;
    left: -13px;
}
.common-links li a {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.common-links li:first-child:before {
    display: none;
}
/* ----------------------------------------------
                  FOOTER END
------------------------------------------------*/
/* ----------------------------------------------
                  ABOUT US START
------------------------------------------------*/
.minister-part {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px 0px 45px 0px;
    min-height: 128px;
}
.box img{
    float: left;
    border: 2px solid #fff;
}
.pratap h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #252424;
    line-height: 43px;
    position: relative;
    left: 10px;
    top: 20px;
    font-weight: bold;
}
.pratap h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #818181;
    position: relative;
    left: 10px;
    top: 16px;
    line-height: 19px;
    padding-right: 30px;
}

/* ----------------------------------------------
                  ABOUT US END
------------------------------------------------*/
/* ----------------------------------------------
                  HEALTH PART START
------------------------------------------------*/
.col-lg-6:first-child  .district-health, .col-lg-6:nth-child(2) .district-health {
    margin-top: 0px;
}
.health{
    width: 100%;
    float: left;
}
.district-health {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px !important;
    transition: all .5s ease-in-out;
}
.icon-1:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -43px -928px;
    width: 62px;
    height: 54px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-2:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -198px -928px;
    width: 59px;
    height: 54px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-3:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -352px -928px;
    width: 58px;
    height: 61px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .5s ease-in-out;
}
.icon-4:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -506px -924px;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .5s ease-in-out;
}
.district-health h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #128f8f;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 85px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}
.district-health p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #878585;
    padding-left: 85px;
    line-height: 21px;
    transition: all .5s ease-in-out;
}
.district-health:hover h2{color:#f16c51;}
.district-health:hover.icon-1::before{
    background: url(../images/sprite-icon.png) no-repeat -43px -820px;
}
.district-health:hover.icon-2::before{
    background: url(../images/sprite-icon.png) no-repeat -198px -820px;
}
.district-health:hover.icon-3::before{
    background: url(../images/sprite-icon.png) no-repeat -352px -820px;
}
.district-health:hover.icon-4::before{
    background: url(../images/sprite-icon.png) no-repeat -506px -816px;
}
.health-left-bg {
    width: 100%;
    min-height: 217px;
    background: url(../images/health-left-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin-top: 30px; */
}
.health-left-bg ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 26px 0 0px 55px;
    position: relative;
}
.health-left-bg ul li:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -387px -719px;
    width: 20px;
    height: 27px;
    position: absolute;
    top: 23px;
    left: 20px;
}
.angle {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 0px;
    height: 0px;
    border-top: 54px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 54px solid #f16c51;
}
.arrow {
    background: url(../images/sprite-icon.png) no-repeat -208px -117px;
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 11px;
    left: 27px;

}
.arrow:hover {
    transition: all .5s ease-in-out;
    left: 34px;}
/* ----------------------------------------------
                  HEALTH PART END
------------------------------------------------*/
/* ----------------------------------------------
                  CITIZEN PART START
------------------------------------------------*/
.citizen {
    width: 100%;
    float: left;
    position: relative; 
    background: url(../images/banner-background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
}
.heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #232323;
    width: 100%;
}
.quicklinks-demo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 136, 231, 0.2);
    top: 0;
    left: 0;
}
.main-box{
    display: table;
    height: 63px;
    overflow: hidden;
    width: 100%;
    margin-top: 38px;
    padding-left: 42px; 
}

.c-box {
    background: #fff;
    padding: 0px 10px 0px 5px;
    display: table-cell;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    border: 1px solid #d6e3ec;
    color: #111111;
}
.c-box h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #111111;
    line-height: 1.5;
    margin-left: 34px;
}
.circle {
    width: 67px;
    height: 67px;
    background: #ffffff;
    position: absolute;
    top: 36px;
    left: 15px;
    /*    border-radius: 50px;*/
    border-radius: 0;
    -webkit-box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    -moz-box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    box-shadow: 5px 0px 0px -1px rgba(224,224,224,1);
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle:before {
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    /*    border-radius: 50px;*/
    border-radius: 0;
    border: 2px solid #fff;
    top: 0px;
    left: 0px;
}

/*.circle:after {
    content: '';
    background: url(../images/sprite-icon2.png) no-repeat -7px -51px;
    width: 67px;
    height: 67px;
    position: absolute;
    border-radius: 50px;
    top: 0px;
    left: 0px;
}*/




.view {
    position: relative;
    display: block;
    border: 1px solid #fff;
    float: right;
    text-align: center;
    padding: 10px 57px 10px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.view:focus {
    color: #fff;
}
.view:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    height: 35px;
    top: 0px;
    right: 35px;
}
.view:hover {
    color: #fff;
    text-decoration: none;
}
.view .plus:before {
    content: '';
    background: url(../images/sprite-icon.png) no-repeat -458px -115px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 12px;
}
.sam {
    float: left;
}
/* ----------------------------------------------
                  CITIZEN PART END
------------------------------------------------*/
.subb-menuu li a {
    font-weight: 400 !important;
    font-size: 12px !important;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.tooltip-button {
    position: absolute;
    top: 0;
    right: 0;
    background: #0985d8;
    width: 35px;
    height: 35px;
    z-index: 9999;
    display: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.tooltip-button i {
    color: #ffffff;
    font-size: 19px;
    top: 7px;
    left: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
    100%,
    45% {
        opacity: 1;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

@-webkit-keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    100%,
    45% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

#gotoTop {
    background-color: #203c92;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 47px;
    left: auto;
    line-height: 35px;
    position: fixed;
    right: 24px;
    text-align: center;
    top: auto;
    bottom: 225px;
    transition: background-color 0.2s linear 0s;
    width: 44px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 19px 26px;
}
#gotoTop:hover {
    background-color: #e5634d;
}
.arrow_up {
    background: url(../images/sprite-icon2.png) no-repeat -16px -250px;
}
.stricky-fixed .logo img {
    width: 70%;
    margin-top: 0px !important;
}
.stricky-fixed .search-box {
    margin-top: 15px !important;
}

.stricky-fixed .menu-btns {
    margin-top: -12px;
}
.stricky-fixed .menu-btns p {
    color: #02775d;
    margin-top: 5px;
    font-weight: normal;
    margin-top: 40px;
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}












.inner-banner {
    width: 100%;
    float: left;
    background: #f8f9f9 url(../images/inner-page-banner-background.png) no-repeat right;
    min-height: 110px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.inner-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    color: #393939;
    font-weight: 600;
}
.breadcumb-wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}
.breadcumb ul {
    padding-left: 0px;
    position: relative;
    top: 0px;
    float: left;
    margin-bottom: 0px;
}
.breadcumb ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.breadcumb ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    line-height: 24px;
    font-weight: 400;
}
.breadcumb span {
    font-size: 17px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #9f9d9d;
}
.print-btn {
    float: right;
    position: relative;
    top: -4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #111111;
}
.print-btn:hover, .print-btn:focus, .print-btn:visited  {
    text-decoration: none;
}
.print-btn img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.breadcumb ul li:last-child a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.breadcumb ul li:last-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.left-container {
    width: 100%;
    float: left;
    position: relative;
}
.right-container {
    width: 100%;
    float: left;
    position: relative;
}
.page-content-search {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.page-content-search form > .textbox {
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    height: 46px;
    width: 100%;
    line-height: 42px;
    padding: 0 16px;
    background-color: #ffffff;
    border: 1px solid #d7ecf5;
    color: #212121;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.page-content-search form > .textbox:focus {
    outline: 0;
    background-color: #FFF;
}

.page-content-search form > .button {
    outline: 0;
    background-color: #f3f9ff;
    height: 44px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #0265a9;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0px;
    border: 1px solid #d7ecf5;
}
.page-content-search input {
    margin-top: 0px;
}

.page-content-search form > .button:hover {
    background-color: #0265a9;
    color: #ffffff;
}
.justice-container {
    width: 100%;
    float: left;
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.justice-img {
    width: 211px;
    float: left;
    margin-right: 20px;
}
.justice-profile-details {
    width: calc(100% - 231px);
    min-height: 223px;
    background: #f3f9ff;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.justice-profile-details h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #111111;
    margin-bottom: 35px;
}
.justice-profile-details ul {
    padding: 0;
    margin: 0;
}
.justice-profile-details li {
    display: inline-block;
    float: left;
    border-right: 1px solid #bebebe;
    margin-right: 60px;
    width: 158px;
}
.justice-profile-details li span {
    display: block;
    float: left;
    width: 100%;
}
.justice-profile-details li span:nth-child(1) {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #393939;
    margin-bottom: 7px;
    font-weight: 600;
}
.justice-profile-details li span:nth-child(2) {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #2f2e2e;
}
.justice-profile-details li:last-child {
    border-right: none;
    margin-right: 0px;
}
.details {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 132px;
    height: 36px;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #e5634d;
}
.details span {
    position: absolute;
    /* width: 78px; */
    /* height: 16px; */
    left: 28px;
    top: 12px;
    font-size: 13px;
    color: #fff;
    /* transform: rotate(-45deg); */
}
.details:before{
    content: '';
    position: absolute;
    background: url(../images/sprite-icon2.png) no-repeat -21px -127px;
    width: 17px;
    height: 16px;
    right: 6px;
    top: 10px;
}
.left-container div.justice-container:nth-child(1) {
    padding-top: 0px;
}
.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #0265a9;
    border-color: #0265a9;
}
.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.panel-heading a {
    padding: 15px;
    display: block;
    font-weight: 600;
}
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active, .panel-heading a:visited {
    text-decoration: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0385de;
    background: #cce6ff;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #0385de;
}
.panel-body {
    padding: 0px;
}
.panel-title a span {
    background: #e0daec;
    background: url(../images/arrow-up-down.png) no-repeat 0px 4px;
    float: right;
    width: 22px;
    height: 20px;
}
.panel-title a.collapsed span {
    background: url(../images/arrow-up-down.png) no-repeat 0px -39px;
}
.right-side-menu {
    width: 100%;
    float: left;
}
.right-side-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #99ccff;
}
.right-side-menu li a {
    width: 100%;
    float: left;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    /* font-weight: 500; */
    padding: 10px 15px;
    line-height: 21px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
}
.right-side-menu li a:hover, .right-side-menu li a:focus, .right-side-menu li a:visited {
    text-decoration: none;
    /*    background: #1c93e4;*/
}
.chief-justice-cont {
    background: #f3f9ff url(../images/chief-bg.png) no-repeat right;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 20px;
    /*    padding-left: 0px;*/
}
.chief-justice-cont .justice-profile-details {
    width: calc(100% - 231px);
    min-height: 223px;
    background: transparent;
    padding: 0px !important;
}
.chief-justice-cont .justice-profile-details li {
    width: 175px;
}
.list2 {
    margin-top: 20px !important;
}
.chief-justice-cont .justice-profile-details h2 {
    margin-bottom: 10px !important;
}
.justice-profile-details .deg {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #111111;
    margin-bottom: 35px;
}
.former-judge {
    width: 100% !important;
}
.home-page-tab .nav-tabs li {
    width: 50%;
    padding: 0 !important;
    min-height: 0;
    background: #4caf50;
}
.home-page-tab .nav-tabs {
    border-bottom: none;
}
.home-page-tab .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.home-page-tab .nav-tabs>li.active>a, .home-page-tab .nav-tabs>li.active>a:focus, .home-page-tab .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: #2196f3;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.home-page-tab .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #599e5d;
}
.court-arti {
    min-height: 296px;
}
/*.court-arti li {
    padding-left: 10px !important;
}*/
.navigation-icon:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 14px;
    background: url(../images/sprite-icon2.png) no-repeat -22px -456px;
    width: 10px;
    height: 16px;
}
.navigation-icon:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 14px;
    background: url(../images/sprite-icon2.png) no-repeat -23px -416px;
    width: 10px;
    height: 16px;
}
.announcement-section {
    width: 100%;
    float: left;
    background: transparent;
    padding: 0;
    margin-top: 0px;
}
.announcement-heading {
    width: 100%;
    float: left;
    background: #26b573;
    padding: 13px;
    position: relative;
}
.announcement-heading p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.announcement-heading:before {
    content: '';
    position: absolute;
    top: 14px;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 17px;
    border-color: transparent transparent transparent #26b573;
    z-index: 99;
}
.announcement-heading:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 23px;
    height: 19px;
    background: url(../images/sprite-icon2.png) no-repeat -85px -193px;
}
.announcement-section .col-lg-3 {
    padding-right: 0px;
}
.announcement-section .col-lg-9 {
    padding-left: 0px;
}
.scrolling-text-cont {
    width: 100%;
    float: left;
    padding: 15px 13px 10px 20px;
    position: relative;
    border: 1px solid #a6ffd6;
    border-left: none;
    overflow: hidden;
    min-height: 50px;
    position: relative;
}
.scrolling-text-cont li  a {
    text-decoration: none;
}
.scrolling-text-cont marquee {
    color: #000000;
}
.locate-us {
    background: #ffffff;
    position: absolute;
    bottom: 23px;
    right: 36px;
    z-index: 9;
    padding: 7px 26px;
    display: flex;
    cursor: pointer;
}
.locate-us p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #232323;
}
.locate-us p span {
    background: url(../images/sprite-icon2.png) no-repeat -153px -249px;
    width: 24px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
    float: left;
}
.control-icon-play {
    background: #f0f8fe url(../images/sprite-icon2.png) no-repeat -124px -13px;
}
.control-icon-pause {
    right: 106px !important;
    background: #f0f8fe url(../images/sprite-icon2.png) no-repeat -124px -65px;
    z-index: 99;
}
.zindex-high .control-icon-play {
    z-index: 999;
}
.control-icon-pause:hover {
    background: #c5c5c5 url(../images/sprite-icon2.png) no-repeat -124px -65px;
}
.control-icon-play:hover {
    background: #c5c5c5 url(../images/sprite-icon2.png) no-repeat -124px -13px;
}
.control-icon-play, .control-icon-pause {
    top: 5px;
    border-left: 1px solid #efe7e7;
    transition: all .2s ease-in-out;
    width: 36px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    right: 106px;
}

.holder {
    margin: 30px auto 5px;
    float: none;
    display: block;
    /* width: 100%; */
    text-align: center;
}

.album {
    width: 100%;
    /* float: left; */
    background: #ffffff;
    border: #ffffff 10px solid;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
}
.album img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.album-pseudo1, .album-pseudo2  {
    background: #ffffff;
    border: #e6e6e6 1px solid;
}
.album-pseudo1, .album-pseudo2 {
    display: block;
    margin: 0 10px 0 10px;
    border-top: none;
    height: 4px;
}
.album-pseudo2 {
    margin: 0 15px 0 15px;
}
.album-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}
.album-container:hover .album img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}
.col-lg-6:nth-child(1) .album-container, .col-lg-6:nth-child(2) .album-container {
    margin-top: 0px;
}
.album-wraper {
    width: 100%;
    border: 1px solid #e6e6e6;
}
.img-overlay-content {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    padding: 12px 23px;
}
.img-overlay-content h3 {
    color: #ffffff;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
}
.overlay-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(145,140,139,0.01);
    background: -moz-linear-gradient(top, rgba(145,140,139,0.02) 0%, rgba(145,140,139,0.15) 17%, rgba(128,118,116,0.27) 32%, rgba(48,39,37,0.38) 46%, rgba(33,27,26,0.52) 64%, rgba(26,23,23,0.67) 84%, rgba(14,13,14,0.79) 99%, rgba(13,12,13,0.79) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(145,140,139,0.02)), color-stop(17%, rgba(145,140,139,0.15)), color-stop(32%, rgba(128,118,116,0.27)), color-stop(46%, rgba(48,39,37,0.38)), color-stop(64%, rgba(33,27,26,0.52)), color-stop(84%, rgba(26,23,23,0.67)), color-stop(99%, rgba(14,13,14,0.79)), color-stop(100%, rgba(13,12,13,0.79)));
    background: -webkit-linear-gradient(top, rgba(145,140,139,0.02) 0%, rgba(145,140,139,0.15) 17%, rgba(128,118,116,0.27) 32%, rgba(48,39,37,0.38) 46%, rgba(33,27,26,0.52) 64%, rgba(26,23,23,0.67) 84%, rgba(14,13,14,0.79) 99%, rgba(13,12,13,0.79) 100%);
    background: -o-linear-gradient(top, rgba(145,140,139,0.02) 0%, rgba(145,140,139,0.15) 17%, rgba(128,118,116,0.27) 32%, rgba(48,39,37,0.38) 46%, rgba(33,27,26,0.52) 64%, rgba(26,23,23,0.67) 84%, rgba(14,13,14,0.79) 99%, rgba(13,12,13,0.79) 100%);
    background: -ms-linear-gradient(top, rgba(145,140,139,0.02) 0%, rgba(145,140,139,0.15) 17%, rgba(128,118,116,0.27) 32%, rgba(48,39,37,0.38) 46%, rgba(33,27,26,0.52) 64%, rgba(26,23,23,0.67) 84%, rgba(14,13,14,0.79) 99%, rgba(13,12,13,0.79) 100%);
    background: linear-gradient(to bottom, rgba(145,140,139,0.02) 0%, rgba(145,140,139,0.15) 17%, rgba(128,118,116,0.27) 32%, rgba(48,39,37,0.38) 46%, rgba(33,27,26,0.52) 64%, rgba(26,23,23,0.9) 84%, rgba(14,13,14,0.9) 99%, rgba(13,12,13,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#918c8b', endColorstr='#0d0c0d', GradientType=0 );
    top: 0;
}

.cont {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    padding: 3px;
    font-size: 14px;
    z-index: 20;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 21px;
}
.cont2 {
    position: absolute;
    right: 12px;
    top: 17px;
    background-color: #d8d8d8;
    padding: 3px;
    font-size: 12px;
    width: 26px;
    height: 21px;
    z-index: 10;
}

.album:before {
    width: 100%;
    height: 100%;
    background-image: url(../images/view-more.png);
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
}
.album:after {
    border: 1px solid;
    border-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.album:after, .album:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.album-container:hover .album:before {
    opacity: 1;
    z-index: 99;
}
.album-container:hover .album:after {
    border-color: #ffffff;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 999;
}
.album-container:hover .img-overlay-content, .album-container:hover .overlay-img, .album-container:hover .cont, .album-container:hover .cont2 {
    display: none;
}
.list-unstyled li {
    margin-top: 30px;
}
.list-unstyled li:nth-child(1), .list-unstyled li:nth-child(2), .list-unstyled li:nth-child(3) {
    margin-top: 0px;
}
.gallery-heading {
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    /*    position: absolute;*/
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    width: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.list-unstyled li a{
    width: 100%;
    float: left;
    overflow: hidden;
}
.list-unstyled li img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.list-unstyled li:hover img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}
.lg-outer.lg-visible {
    z-index: 9999999999 !important;
}
.lg-backdrop.in {
    z-index: 9999999;
}
.lg-outer #lg-share, #lg-actual-size {
    display: none;
}
.about-section {
    padding-top: 0px;
}
.availed {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 16px;
}
.availed .boxx {
    list-style: none;
    /*    margin-left: 10px;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.info-box {
    width: 100%;
    float: left;
    min-height: 86px;
    background: #f5f5f5;
    padding: 8px 15px;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.info-box p {
    color: #ffffff;
    margin-bottom: 6px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    z-index: 5;
    text-align: center;
    margin-top: 0px;
}
/*.info-box span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}*/
.info-box h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 25px;
    display: block;
    text-align: left;
    margin-top: 0px;
    z-index: 9;
    text-align: center;
    margin-bottom: 0px;
}
.availed li:nth-child(1), .availed li:nth-child(6)  {
    margin-left: 0px;
}
.color1 {
    background: #2cbbc0;
    position: relative;
}
.color2 {
    background: #eb9928;
    position: relative;
}
.color3 {
    background: #26b573;
    position: relative;
}
.cases-details {
    width: 100%;
    float: left;
}
.download-icon {
    width: 22px;
}
.download-size {
    font-size: 13px;
    position: relative;
    /* float: left; */
    display: inline-block;
    margin-left: 10px;
    top: -10px;
}
.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;
    font-size: 14px !important;
}
.table-div {
    width: 100%;
    float: left;
}
.header-bg {
    background: #ddd !important;
    padding: 10px !important;
    line-height: 23px !important;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.table>thead>tr>th {
    font-size: 15px !important;
    font-weight: 600;
}
.sl-no {
    width: 75px;
}
.view-download {
    width: 135px;
}
.display-date {
    width: 135px;
}
.table>thead {
    background: #0265a9;
    color: #ffffff;
}
.table>thead tr {
    height: 52px;
}
.view-archive-icon span {
    background: url(../images/sprite-icon2.png) no-repeat -115px -312px;
    width: 30px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.view-archive-icon {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #232323;
    float: left;
    display: block;
    /*    margin-top: 15px;*/
}
.date-icon a {
    float: right !important;
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 0px !important;
}
.view-archive-icon:hover, .view-archive-icon:active, .view-archive-icon:focus, .view-archive-icon:visited {
    text-decoration: none;
}
.table td, .table td a {
    color: #232323;
}
.table td a:hover {
    text-decoration: none;
}
.view-archive-icon2 {
    font-size: 13px;
    position: relative;
    /* float: left; */
    display: inline-block;
    margin-left: 10px;
    top: -3px;
}

.inner-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #111111;
    margin-bottom: 15px;
    font-weight: 600;
}
.add-head {
    font-family: 'Open Sans', sans-serif;
    color: #0066a8;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 600;
}
.contact-box {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    border-left: 3px solid #0265a9;
    min-height: 125px;
}
.contact-box ul {
    margin: 0;
    padding: 0
}
.contact-box ul li {
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    list-style: none;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 35px;
    position: relative;
}
.form-controler {
    margin-top: 30px;
}
.form-control {
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.address-icon:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    background: url(../images/sprite-icon2.png) no-repeat -69px -417px;
    width: 18px;
    height: 24px;
}
.mail-icon:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    background: url(../images/sprite-icon2.png) no-repeat -68px -458px;
    width: 22px;
    height: 20px;
}
.contact-icon:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    background: url(../images/sprite-icon2.png) no-repeat -109px -419px;
    width: 21px;
    height: 20px;
}
.form-group label {
    width: 100%;
    display: block;
}
.form-group label span {
    color: #ff000a;
}
textarea {
    height: 106px;
}

@media (max-width: 767px) {

    /*
 * jQuery Basic Table
 * Author: Jerry Low
 */
    table.bt thead,
    table.bt tbody th {
        display: none; }

    table.bt tfoot th,
    table.bt tfoot td,
    table.bt tbody td {
        border: none;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        /* IE 9 */
        float: left\9;
        width: 100% \9; }

    table.bt tfoot th::before,
    table.bt tfoot td::before,
    table.bt tbody td::before {
        content: attr(data-th) ": ";
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        font-weight: bold;
        width: 9em; }

    /*    table.customResponsive tfoot th::before,
        table.customResponsive tfoot td::before,
        table.customResponsive tbody td::before {
            display: none; }*/
    .custom-table table.bt tfoot th::before, .custom-table table.bt tfoot td::before, .custom-table table.bt tbody td::before {
        width: 14em;
    }
}
.link-content {
    width: 100%;
    float: left;
}
.link-content a {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    float: left;
    color: #232323;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
}
.link-content a:hover {
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 8px 9px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    /* width: 123px; */
}
.important-notices {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.important-notices li {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 10px;
}
.important-notices a {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 7px;
}
.important-notices a:hover, .important-notices a:active, .important-notices a:focus {
    text-decoration: none;
}
.important-notices span {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #0265a9;
    line-height: 24px;
    margin-bottom: 0px;
}
.important-notices i {
    float: right;
    font-size: 13px;
    color: #0265a9;
    font-weight: normal;
}
.page-btn {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    background: #3cbbbf;
    padding: 15px;
    color: #ffffff;
    font-size: 17px;
}
.page-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #3cbbbf;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #388e3c;
    -webkit-transform: scale(0);
    transform: scale(0);
    -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-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
    text-decoration: none;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.kb-icon img {
    width: 20px;
    position: relative;
    top: 3px !important;
    float: left;
    margin-right: 5px;
}
.date-icon img {
    width: 17px;
    position: relative;
    top: 2px;
    float: left;
    margin-right: 5px;
}
.tender-notice li span {
    display: inline-block;
    float: left;
    width: auto !important;
    margin-right: 15px;
    margin-bottom: 0px;
}
.tender-notice li span:last-child {
    float: right;
    margin-right: 0px;
}
.tender-notice li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
/*.tender-notice li a {
    margin-bottom: 0;
}*/
.kb-icon a {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 0px;
}
.tender-notice i {
    float: left;
    color: #e25c44;
    margin-right: 5px;
    font-weight: bold;
}
.ilr-cuttack .footer-section {
    border-top: 0px;
}
.tender-notice li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #e44428;
    left: 0;
    top: 0px;
}
.family-court h2 {
    margin-bottom: 10px;
}
.family-court h3 {
    margin-bottom: 0px !important;
}
.scrolling-text-cont ul li {
    display: inline-block;
    margin-right: 20px;
}
.scrolling-text-cont ul li a {
    font-weight: 600;
}
.judges-library-list li {
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 15px;
}
.judges-library-list li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #111111;
}
.judges-library-list li a:hover {
    text-decoration: none;
}
.sr-only{display: None}

/*Dark Screen Start*/
.contrast-active .wrapper {
    background-color: #333 !important;
}
.contrast-active #date {
    color: #ff0 !important;
}
.contrast-active #clock {
    color: #ff0 !important;
}
.contrast-active .box {
    background-color: #333 !important;
}
.contrast-active .pratap h1 {
    color: #ff0 !important;
}
.contrast-active .district-health h2 {
    color: #ff0 !important;
}
.contrast-active .district-health p {
    color: #ff0 !important;
}
.contrast-active .media-section ul {
    background-color: #333 !important;
    border: 1px solid #ff0;
    border-top: none;
    border-bottom: none;
}
.contrast-active .media-section ul li a {
    color: #ff0 !important;
}
.contrast-active .pratap h4 {
    color: #ff0 !important;
}
.contrast-active .c-box {
    background-color: #333 !important;
}
.contrast-active .c-box h2 {
    color: #ff0 !important;
}
.contrast-active .about-section h1 {
    color: #ff0 !important;
}
.contrast-active .about-section p {
    color: #ff0 !important;
}
.contrast-active .gallery-section h1 {
    color: #ff0 !important;
}
.contrast-active .gallery-content {
    background-color: #333 !important;
    border: 1px solid #ff0;
    border-top: none;
}
.contrast-active .director-section-border {
    border: 1px solid #ff0;
}
.contrast-active .director-section h2 {
    color: #ff0 !important;
    border-bottom: 1px solid #ff0;
}
.contrast-active .director-section ul li a {
    color: #ff0 !important;
}
.contrast-active .gallery-content p {
    color: #ff0 !important;
}
.contrast-active .mission-section {
    background-color: #333 !important;
}
.contrast-active .section-paragraph {
    color: #ff0 !important;
}
.contrast-active .cmd h3 {
    color: #ff0 !important;
}
.contrast-active .cmd h4 {
    color: #ff0 !important;
}
.contrast-active .c-twitter a h3 {
    color: #ff0 !important;
}
.contrast-active .read {
    color: #ff0 !important;
}
.contrast-active .mission-box p {
    color: #ff0 !important;
}
.contrast-active .mission-box h3 {
    color: #ff0 !important;
}
.contrast-active .modal-content {
    background-color: #333;
}
.contrast-active .modal-body p {
    color: #ff0 !important;
}
.contrast-active .modal-header {
    background: #333333;
}
.contrast-active .modal-header {
    border-bottom: 1px solid #ff0
}
.contrast-active .modal-title {
    color: #ff0 !important;
}
.contrast-active .popup-bg {
    background: #333 url(../images/popup-bg.png);
}
.contrast-active .values ul li {
    color: #ff0;
}
.contrast-active .values strong span {
    color: #ff0;
}
.contrast-active .operation:before {
    border-top: 300px solid #333333;
}
.contrast-active .image-caption h2 {
    color: #ff0;
}
.contrast-active #footer {
    background: #333333 !important;
    border-top: 1px solid #545453;
}
.contrast-active .cpoy a {
    color: #ff0;
}
.contrast-active .hidden-bar .side-menu ul li ul a {
    border-top: none !important;
}
.contrast-active .btn.expander i {
    color: #ff0;
}
body.contrast-active {
    background: #333333;
    color: #ff0;
}
.contrast-active .media-section ul li span{
    color: #ff0;
}
.contrast-active .directories .heading {
    color: #ff0;
}
.contrast-active .important-links .heading {
    color: #ff0;
}
.contrast-active .important-links .imp-links span {
    color: #ff0;
}
.contrast-active .media-section ul li:hover {
    background: #5a5959;
}
.contrast-active .calendar td a {
    color: #ff0;
}
.contrast-active .calendar thead td {
    color: #ff0;
}
.contrast-active .footer-section-first ul li a {
    color: #ff0;
}
.contrast-active .footer-section-last p {
    color: #ff0; 
}
.contrast-active .main_nav {
    background: #454343;
}
.contrast-active .main-ul {
    background: #454343;
}
.contrast-active .main_nav ul li a {
    color: #ff0; 
}
.contrast-active .main_nav ul li .submenu {
    background: #333333;
}
.contrast-active .main_nav ul li .submenu li {
    border-bottom: 1px solid #454343;
    border-top: 1px solid #333333;
}
.contrast-active .main_nav ul li .submenu li a {
    color: #ff0; 
}
.contrast-active .left-container p {
    color: #ff0;  
}
.contrast-active .table td {
    color: #ff0;  
}
.contrast-active .table td a {
    color: #ff0;  
}
.contrast-active .right-side-menu li a {
    color: #ff0;
}
.contrast-active .print-btn {
    color: #ff0;
}
.contrast-active .inner-heading {
    color: #ff0;
}
.contrast-active .contact-box ul li {
    color: #ff0;
}
.contrast-active .link-content a {
    color: #ff0;
}
.contrast-active .banner-sidebar ul li {
    background-color: #333333;
}
.contrast-active .banner-sidebar ul li:nth-child(2n) {
    background: rgb(69, 67, 67);
}
.contrast-active .banner-sidebar ul li a span { 
    color: #ff0;
}
.contrast-active .banner-sidebar ul li i {
    background-color: #454343;
}
.contrast-active .banner-sidebar ul li:nth-child(even) i {
    background-color: #333333;
}
.contrast-active .hvr-sweep-to-right:before {
    background: #000000;
}
.contrast-active .announcement-heading {
    background: #454343;
}
.contrast-active .announcement-heading:before {
    border-color: transparent transparent transparent #454343;
}
.contrast-active .scrolling-text-cont {
    border: 1px solid #454343;
}
.contrast-active .announcement-heading h1 {
    color: #ff0;
}
.contrast-active .scrolling-text-cont ul li a {
    color: #ff0 !important;
}
.contrast-active .color1, .contrast-active .color2, .contrast-active .color3 {
    background: #454343;
}
.contrast-active .info-box p {
    color: #ff0;
}
.contrast-active .info-box h3 {
    color: #ff0;
}
.contrast-active .media-section h3.head-section {
    color: #ff0;
}
.contrast-active .announcement-section h3 {
    background: #454343;
}
.contrast-active .readmore-icon, .contrast-active .readmore-icon:hover {
    color: #ff0;
}
.contrast-active .footer-section {
    background: #454343;
    border-top: 1px solid #ff0;
    color: #ff0;
}
.contrast-active .footer-section a {
    color: #ff0;
}
.contrast-active .main_nav ul li .submenu li:hover {
    background: #020202;
}
.contrast-active .news-section h3 {
    background: #454343;
}
.contrast-active .home-page-tab .nav-tabs>li.active>a, .contrast-active .home-page-tab .nav-tabs>li.active>a:focus, .contrast-active .home-page-tab .nav-tabs>li.active>a:hover {
    background: #454343;
}
.contrast-active .home-page-tab .nav-tabs li {
    background: #4c4c4c;
}
.contrast-active .calendar header {
    background: #454343;
}
.contrast-active .calendar header .month {
    color: #ff0;
}
.contrast-active .media-section ul li {
    border-bottom: 1px solid #ff0;
}
.contrast-active .calendar header .btn {
    color: #ff0;
}
.contrast-active .calendar-link.ohc-calendar {
    background-color: #454343;
}
.contrast-active .calendar-link {
    color: #ff0;
}
.contrast-active .calendar-link.other-calendar {
    background-color: #454343;
}
.contrast-active .heading {
    color: #ff0;
}
.contrast-active .stricky-fixed {
    background: #333333;
}
.contrast-active a.hover-box:hover .hover-right::before {
    background: #000;
}
.contrast-active .directories .hvr-float-shadow {
    background-color: #424242;
}
.contrast-active .directories .hvr-float-shadow span {
    color: #ff0;
}
.contrast-active .directories-icon {
    display: none;
}
.contrast-active  .footer-section-last {
    background: #333333;
}
.contrast-active .footer-section-first {
    background: #454343;
}
.contrast-active .inner-banner {
    background: #000000 url(../images/inner-page-banner-background.png) no-repeat right;
}
.contrast-active .inner-banner h1 {
    color: #ff0;
}
.contrast-active .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #454343;
}
.contrast-active .panel-default>.panel-heading {
    background-color: #000000;
    border-color: #333333;
}
.contrast-active .citizen {
    background: #1f1f1f !important;
    background-image: none;
}
.contrast-active .banner {
    background: #1f1f1f !important;
    background-image: none;
}
.logo-contracts {
    display: none;
}
.contrast-active .logo-contracts {
    display: block;
}
.contrast-active .logo-main {
    display: none;
}
/*Dark Screen End*/






/*Banner 2 CSS Start*/
.main-nav2 {
    background: #0985d8;
}
.main-ul2 {
    background: transparent;
}
.banner-new {
    width: 100%;
    float: left;
    position: relative;
    /*    background: #0570b8 url(../images/banner-bg.png) no-repeat bottom left;
        background-size: auto;
    min-height: 434px;*/
    /*    overflow: hidden;*/
}
.banner-new-2{min-height: 434px;}

.banner-slider {
    width: 100%;
    float: left;
    position: relative;
}

.banner-img {
    min-height: 540px;
    width: 100%;
    object-fit: cover;
}
.banner-sidebar-new  {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -170px;
    width: 290px;
    transition: all .5s ease-in-out;
    z-index: 9999;
}
.banner-sidebar-new ul {
    padding: 25px 0;
    position: relative;
}
/*.banner-sidebar-new ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/banner-shodow.png) no-repeat;
    width: 20px;
}*/
.banner-sidebar-new ul li{
    background-color: #13519a;
    height: 46px;
    position: relative
}

.banner-new-3 ul li{
    background-color: rgba(212,88,60.0.8);
}

.banner-sidebar-new ul li:nth-child(even){
    background-color: rgba(11,66,131,0.8);
}


.banner-new-3 ul li{
    background-color: rgba(19,81,154,0.8);
}
.banner-new-3 ul li:nth-child(even){
    background-color: rgba(11,66,131,0.8);
}


.banner-sidebar-new ul li a{
    display: block;
    width: 100%;
    color: #ffffff;
    height: 46px;
    font-size: 14px;
    display: table;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0 20px 0 50px; 
    line-height: 1.2;
}

.banner-sidebar-new ul li a span{
    position: absolute;
    top: 50%;
    left: 63px;
    transform: translateY(-50%); 
}

.banner-sidebar-new ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 46px;
    background-color: #10508d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*.banner-sidebar ul li i img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.banner-sidebar-new ul li:nth-child(even) i{
    background-color: #0d4982;
}


.banner-slider-new .item{
    height: 540px;
}
.owl-carousel.banner-slider-new img {
    display: block;
    height: 540px;
    width: 100%;
    object-fit: cover;
}
.right-slider {
    position: absolute;
    left: 0;
    padding-right: 110px;
    width: 63%;
    top: 0
}
.case-details-new {
    position: relative;
    margin-top: -95px;
    z-index: 99;
}
.availed-new {    
    background: #ffffff url(../images/display-board-bg.png) no-repeat center center;
    padding: 15px;
    -moz-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
    position:relative
}

.disclaimer{
    position: absolute;
    right: 15px;
    font-size: 10px;
    color: #232323;
    bottom: 4px;
}

/*.banner-new-3 .item{min-height:480px}*/

.announcement-section2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-sidebar-new-slideout {
    right: -235px;
}
.banner-sidebar-new-slideout .arrows {
    position: absolute;
    top: 50%;
    left: -24px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: #eb9928;
    padding: 17px;
    /*    border-radius: 50px;*/
    z-index: 99999999;
    transform: rotate(90deg);
    margin-top: -15px;
    cursor: pointer;
} 
.arrows {
    position: absolute;
    top: 50%;
    left: -34px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: #eb9928;
    padding: 17px;
    /*    border-radius: 50px;*/
    z-index: 99999999;
    transform: rotate(-90deg);
    margin-top: -15px;
    cursor: pointer;
}

.arrows:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: translate(3px, 106.66667px) rotate(-45deg);
    animation: arrows 1.5s linear infinite;
    margin-top: -8px
}

.arrows:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: translate(3px, 0px) rotate(-45deg);
    animation: arrows 1.5s linear infinite -0.75s;
    margin-top: -8px
}

@keyframes arrows {
    0% {
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transform: translate(-5.33333px, -10.33333px) rotate(-45deg);
    }
    10%, 90% {
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    50% {
        border-left: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        transform: translate(-5.33333px, 0px) rotate(-45deg);
    }
    100% {
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transform: translate(-5.33333px, 10.33333px) rotate(-45deg);
    }
}

/*Banner 2 CSS End*/


/*Banner 3 CSS Start*/
.banner-new-2 {
    background: url(../images/lanner-left.jpg);
    background-position: left top
}
.banner-new-2:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    background: rgba(10,61,165,1);
    background: -moz-linear-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%);
    background: -webkit-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%), color-stop(100%, rgba(1,40,87,1));
    background: -webkit-linear-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%);
    background: -o-linear-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%);
    background: -ms-linear-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%);
    background: linear-gradient(to bottom, rgb(10, 80, 148) 0%, rgba(1,40,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3da5', endColorstr='#012857', GradientType=0 );
}
.banner-sidebar-2 {
    margin-top: 35px;
    width:600px;
}
.bannerslidernew {
    position: absolute;
    width: 63%;
    right: 0;
    top: -95px;
    top: 0;
    padding-left: 110px;
    height: 450px
}
.bannerslidernew:before {
    width: 25px;
    height: 611px;
    position: absolute;
    left: 102px;
    top: 50%;
    content: "";
    background: url(../images/banner-cruve-png.png) left center no-repeat;
    z-index: 11;
    transform: translateY(-50%);
    -webkit-transform: translateY(-55%);
    background: #ffffff;
    opacity:0
}
.bannerslidernew .carousel {
    /*    border-radius: 18% 0 0 36%;
        -webkit-border-radius: 21% 0 0 30%;*/
    margin-top: -31px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.bannerslidernew .carousel-inner, .bannerslidernew .carousel-inner .item, .bannerslidernew .carousel-inner .item img {
    height: 482px;
    object-fit: cover;
}
/*Banner 3 CSS End*/

.play-pause-option {
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f3f4;
    height: 50px;
    width: 35px;
    cursor: pointer;
}
.pause {
    background: #f2f3f4 url(../images/sprite-icon2.png) -122px -57px no-repeat;
}
.resume {
    background: #f2f3f4 url(../images/sprite-icon2.png) no-repeat -124px -6px;
}



.banner-left {
    position: absolute;
    left: 0;
    padding-left: 0;
}


.judges-content{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #393939;
    line-height: 22px;
}
.mail-icon a:hover {
    text-decoration: none;
}
.mail-icon a {
    color: #232323;
}
/*.search-holder input[type=text] {
    width: 50px;
    box-sizing: border-box;    
    border-radius: 0px;
    font-size: 14px;
    background-color: white;
    background: url(../images/searchicon.png) no-repeat -23px -21px;
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 45px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
    margin-top: 16px;
    border: 0px solid #ccc;
}*/

.search-holder input[type=text]:focus {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: none;
    outline: none;
}
.middle-heading {
    font-size: 24px;
    margin-bottom: 13px;
    margin-top: 10px;
}
.map-container {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.accordion-container{
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
}
.accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*    border-bottom: 1px solid #ddd;*/
}
.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #e5f2ff;
    margin-bottom: 10px;
}
.set:last-child{
    margin-bottom: 0px;
}
.set > a{
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    color: #232323;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;   
    font-family: 'Open Sans', sans-serif;
}
.set > a i{
    float: right;
    margin-top: 2px;
}
.set > a.active{
    background-color: #e5f2ff;
    color: #232323;
}
.content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-content {
    border-radius: 0px !important;
}
.modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
}
.close {
    font-size: 28px;
}

.list-content li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.list-content li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    font-family:'FontAwesome';
    color: #0985d8;
}
.page-construction {
    width: 100%;
    float: left;
    text-align: center;
}
.page-construction img {
    float: none;
    display: block;
    margin: 30px auto 0;
}
.page-construction h2 {
    margin-top: 100px;
    font-size: 24px;
    font-weight: bold;
}

@media print {
    .right-container, .footer-section-first, .breadcumb-wrapper, .main_nav, .topbar, .search-box, .page-content-search, .view-archive-icon, .hidden-bar {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
}

.play-pause-option2, .play-pause-option3 {
    position: absolute;
    background: #f2f3f4;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: inline-block;
    right: 14px;
    bottom: 16px;
    z-index: 99;
}
.play-btn {
    background: #ffffff url(../images/sprite-icon2.png) no-repeat -124px -12px;
}
.stop-btn {
    background: #ffffff url(../images/sprite-icon2.png) -122px -64px no-repeat;    
}

/* Javascript classes tab Menu */
.js-hideElement {
    display: none; 
}

.js-showElement {
    display: block; 
}
.main-ul > li > ul:not(.js-showElement) {
    display: none; 
}
.main-ul > li > ul > li > ul:not(.js-showElement) {
    display: none; 
} 
.main_nav ul li .js-showElement {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px !important;
    background: #ffffff;
    z-index: 9991;
    -webkit-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 12px -2px rgba(0,0,0,0.26);
}
.main_nav ul li .js-showElement li:first-child {
    border-top: none;
}
.main_nav ul li .js-showElement li {
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #ffffff;
    border-right: none;
    border-left: none;
}
.main_nav ul li .js-showElement li a {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 22px;
    color: #232323;
    line-height: 20px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    font-size: 14px;
    font-style: normal;
}
.main_nav ul li:hover .js-showElement {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    z-index: 999;
}
.main_nav ul li .js-showElement li a:hover, .main_nav ul li .js-showElement li a:focus {
    background: #ddd;
}
/*Tab Menu End*/
.datepicker.dropdown-menu {
    right: auto !important;
    width: auto  !important;
}
.page-content-search select {
    margin-top: 0px;
}
.menu-right {
    display: none;
}




.banner-sidebar-new-demo {
    width: 100%;
    float: left;
    left: 0;
    right: 0;
    position: relative !important;
}
.banner-sidebar-new-demo ul {
    padding-top: 0px;
}
.dir-new-format {
    width: 100%;
    float: left;
    background: #f0f8fe;
    position: relative;
    padding: 30px 10px;
    margin-bottom: 5px;
}
.media-section-new-demo li {
    padding: 12px 10px 13px 10px !important;
}
.dir-new-format a {
    color: #232323;
}
.dir-new-format a:hover {
    text-decoration: none;
}

/*.quicklinks-demo .col-lg-3:nth-child(1) .circle:after {
    background: url(../images/sprite-3.png) no-repeat 12px 12px;
}
.quicklinks-demo .col-lg-3:nth-child(2) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -66px 12px;
}
.quicklinks-demo .col-lg-3:nth-child(3) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -145px 12px;
}
.quicklinks-demo .col-lg-3:nth-child(4) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -227px 12px;
}
.quicklinks-demo .col-lg-3:nth-child(5) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -303px 11px;
}
.quicklinks-demo .col-lg-3:nth-child(6) .circle:after {
    background: url(../images/sprite-3.png) no-repeat 14px -55px;
}
.quicklinks-demo .col-lg-3:nth-child(7) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -63px -57px;
}
.quicklinks-demo .col-lg-3:nth-child(8) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -146px -57px;
}
.quicklinks-demo .col-lg-3:nth-child(9) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -215px -59px;
}
.quicklinks-demo .col-lg-3:nth-child(10) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -287px -61px;
}
.quicklinks-demo .col-lg-3:nth-child(11) .circle:after {
    background: url(../images/sprite-3.png) no-repeat -62px -137px;    
}
.quicklinks-demo .col-lg-3:nth-child(12) .circle:after {
    background: url(../images/sprite-3.png) no-repeat 7px -132px;
}*/
.absolute-case-status {
    position: absolute;
    right: 0;
    top: 10%;
    width: 290px;
    min-height: 398px;
    transition: all .5s ease-in-out;
    z-index: 99;
    margin-top: 0px;
    /*    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
    backface-visibility: hidden;
}
.cases-slider2 .item {
    min-height: 1px !important;
}
.absolute-case-status .availed-new {
    background: #ffffff url(../images/display-board-bg.png) no-repeat center center;
    min-height: 330px;
}
.cases-slider2 .owl-prev, .cases-slider .owl-prev {
    height: 35px;
    width: 35px;
    background: #ffffff url(../images/sprite-icon2.png) no-repeat -126px -123px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 3px;
}
.cases-slider2 .owl-next, .cases-slider .owl-next{
    height: 35px;
    width: 35px;
    background: #ffffff url(../images/sprite-icon2.png) -126px -168px no-repeat;
    border: none;
    outline: none;
    box-shadow: none;
}
.cases-slider2 .owl-prev span, .cases-slider .owl-prev span {
    display: none;
}
.cases-slider2 .owl-next span, .cases-slider .owl-next span {
    display: none;
}
.cases-slider2 .owl-nav {
    float: left;
    margin-left: 15px;
    /*    background: #ffffff;
        width: 90%;*/
}
.cases-slider .owl-prev {
    margin-left: 34px;
}
.teal-color2 .play-pause-option3 {
    bottom: 1px !important;
}
.teal-color2 .disclaimer {
    bottom: 15px;
}
.teal-color2 .availed-new {
    min-height: 137px; 
}
.absolute-case-status .disclaimer {
    right: 18px;
    top: 2px;
}
.cases-slider2 .info-box p {
    line-height: 19px;
}
.carousel-control {
    position: absolute;
    top: auto !important;
    bottom: 20px;
}
#carouselButtons {
    position: absolute;
    bottom: 21px;
    z-index: 9999;
    left: 105px;
}
.pauseButton {
    width: 35px;
    height: 35px;
    background: #ffffff url(../images/sprite-icon2.png) no-repeat -123px -63px;
}
.playButton {
    width: 35px;
    height: 35px;
    background: #ffffff url(../images/sprite-icon2.png) no-repeat -124px -12px; 
}
.pauseButton span, .playButton span {
    color: #337ab7;
    font-size: 21px;
}

/*.teal-color .main-nav2 {
        background: linear-gradient(to left, rgb(35, 167, 125), rgb(4, 129, 255));
    background: #0985d8;
}
.teal-color .main-ul2 {
    background: transparent;
}
.teal-color .footer-section-last {
    background: #0985d8;
}
.teal-color .designedby, .teal-color .copyright {
    color: #ffffff;
}
.teal-color .footer-section-first ul li a {
    color: #ffffff;
}
.teal-color .footer-section-first ul li {
    border-right: 1px solid #fbfbfb;
}
.teal-color .news-section h3, .teal-color .calendar header, .teal-color .head-section { 
    background: #1088e7 !important;
    color: #ffffff !important;
}
.teal-color .home-page-tab .nav-tabs>li.active>a, .teal-color .home-page-tab .nav-tabs>li.active>a:focus, .teal-color .home-page-tab .nav-tabs>li.active>a:hover {
    background: #2196f3 !important;
    color: #ffffff !important;
}
.teal-color .home-page-tab .nav-tabs>li>a {
    color: #ffffff;
}
.teal-color .calendar header .month {
    color: #ffffff;
}
.teal-color .footer-section-first {
    background: #149efb;
}
.teal-color .banner-sidebar-new ul li {
    background-color: #f0f8fe;
}
.teal-color .banner-sidebar-new ul li:nth-child(even) {
    background-color: #e3f3ff;
}
.teal-color .banner-sidebar-new ul li a {
    color: #000;
}
.teal-color .hvr-sweep-to-right2:before {
    background: #b9dbfc;
}
.teal-color .banner-sidebar-new ul li i {
    background-color: #e3f3ff;
}
.teal-color .banner-sidebar-new ul li:nth-child(even) i {
    background-color: #f0f8fe;
}*/
.banner-sidebar-new-demo ul {
    padding: 0px;
}
.availed-new-slideout {
    right: -290px;
}
.availed-new-slideout .arrows {
    transform: rotate(90deg);
} 
.search-holder {
    margin-right: 25px;
}
/*.teal-color .color1 {
    background: #ffffff;
}
.teal-color .color3 {
    background: #ffffff;
}
.teal-color .color2 {
    background: #ffffff;
}
.teal-color .info-box p {
    color: #232323;
}
.teal-color .info-box h3 {
    color: #006db6;
}*/
/*.teal-color .circle {
    background: #ffffff;
}
.teal-color .announcement-heading {
    background: #26b573;
}
.teal-color .announcement-heading:before {
    border-color: transparent transparent transparent #26b573;
}
.teal-color .scrolling-text-cont {
    border: 1px solid #a6ffd6;
}
.teal-color .hover-right:before {
    background: rgb(227, 243, 255);
}
.teal-color .calendar-link.other-calendar {
    background-color: #055489;
}
.teal-color .calendar-link.ohc-calendar {
    background-color: #006db6;
}
.teal-color .quicklinks-demo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 136, 231, 0.2);
    top: 0;
    left: 0;
}
.teal-color .heading {
    color: #232323;
}
.teal-color a.hover-box:hover h2 {
    color: #232323;
} 
.teal-color a.hover-box:hover .circle {
    box-shadow: 5px 0px 0px -1px rgb(16, 136, 231);
}
.teal-color .circle:before {
    border: 2px solid #bde0fa;
}
.teal-color .citizen {
    background: url(../images/banner-background.jpg) no-repeat;
    background-size: cover;
}*/
.media2 ul li {
    min-height: 70px !important;
}
.media2 .ilr-cuttack ul li {
    padding: 11px 10px 10px 50px;
}
/*.teal-color2 .banner-sidebar-new ul li {
    background-color: #13519a;
}
.teal-color2 .banner-new-3 ul li:nth-child(even) {
    background-color: rgba(11,66,131,0.8);
}
.teal-color2 .banner-sidebar-new ul li i {
    background-color: #10508d;
}
.teal-color2 .banner-sidebar-new ul li:nth-child(even) i {
    background-color: #0d4982;
}
.teal-color2 .banner-sidebar-new ul li a {
    color: #ffffff;
}
.teal-color2 .hvr-sweep-to-right2:before {
    background: #043d73;
}
.teal-color2 .kb_wrapper {
    max-height: 360px;
}
.teal-color2 .banner-new-3 .item {
    min-height: 360px;
}
.teal-color2 .banner-new-3 .item img {
    min-height: 360px;
    object-fit: cover;
}
.teal-color2 .case-details-new {
    margin-top: -50px;
}
.teal-color2 .banner-sidebar-new ul {
    padding: 25px 0;
    position: relative;
}
.teal-color2 .banner-sidebar-new ul li {
    height: 46px;
}
.teal-color2 .banner-sidebar-new ul li i {
    height: 46px;
}
.teal-color2 .banner-sidebar-new ul li a {
    height: 46px;
    font-size: 14px;
}
.teal-color2 .banner-sidebar-new  {
    z-index: 9999;
}

.teal-color.contrast-active .footer-section-first {
    background: #454343;
}
.teal-color.contrast-active .footer-section-last {
    background: rgb(51, 51, 51);
}
.teal-color.contrast-active .footer-section-first ul li a {
    color: #ff0;
}
.teal-color.contrast-active .heading {
    color: #ff0;
}
.teal-color.contrast-active .calendar-link.ohc-calendar {
    background-color: #454343;
}
.teal-color.contrast-active .calendar-link.other-calendar {
    background-color: #454343;
}*/
/*.teal-color.contrast-active .news-section h3, .teal-color.contrast-active .calendar header, .teal-color.contrast-active .head-section {
    background: #454343 !important;
    color: #ff0 !important;
}*/
/*.teal-color.contrast-active .calendar header .month {
    color: #ff0;
}*/
.contrast-active .dir-new-format {
    background: #292929;
}
.contrast-active .dir-new-format a {
    color: #ff0 !important;
}
.contrast-active .availed-new {
    background: #545454 url(../images/display-board-bg.png) no-repeat center center;
}
/*.teal-color.contrast-active .main_nav {
    background: #454343;
}*/
.contrast-active .menu-active {
    background: #333333;
}
.contrast-active .main_nav ul li:first-child {
    border-left: 1px solid #ffff00;
}
.contrast-active .main_nav ul li {
    border-right: 1px solid #ffff00;
}
.contrast-active .important-notices li {
    border: 1px solid #000000;
    background: #454343;
}
.contrast-active .important-notices a {   
    color: #ff0;
}
.contrast-active .tender-notice i {
    color: #ff0;
}
.contrast-active .important-notices span {
    color: #ff0;
}
.contrast-active .view-archive-icon,  .contrast-active .view-archive-icon:active, .contrast-active .view-archive-icon:focus  {
    color: #ff0;
}
.contrast-active .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #454343;
}
.contrast-active .table-hover>tbody>tr:hover {
    background-color: #333333;
}
.contrast-active .table>thead {
    background: #000000;
    color: #ff0;
}
.contrast-active li a {
    color: #ff0 !important;
}
.contrast-active .panel-title, .contrast-active p {
    color: #ff0;
}
.contrast-active .justice-profile-details {
    background: #454343;

}
.contrast-active .details {
    background: #000;
}
.contrast-active .justice-profile-details h2, .contrast-active  .justice-profile-details li span:nth-child(1), .contrast-active .justice-profile-details li span:nth-child(2), .contrast-active .details span  {
    color: #ff0 !important;
}
.contrast-active .main_nav ul li .js-showElement {
    background: #454343;
}
/*.teal-color2.contrast-active .disclaimer {
    color: #ffff00;
}*/
.owl-carousel.banner-slider.owl-theme .owl-item {
    height: auto !important;
}

.link-container:nth-last-child(1) a, .link-container:nth-last-child(2) a, .link-container:nth-last-child(3) a {
    cursor:default !important;
}
.link-container:nth-last-child(1) a.hvr-underline-from-center:before, .link-container:nth-last-child(2) a.hvr-underline-from-center:before, .link-container:nth-last-child(3) a.hvr-underline-from-center:before {
    display: none;
}
.justice-img img {
    width: 100%;
}
.sitemap-menu li {
    border-left: 1px solid #ddd;
    position: relative;
    background: none;
    padding: 0;
    padding: 10px 0 10px 30px!important;
}
.sitemap-menu li ul {
    margin-left: 40px;
    margin-top: 20px;
}
.sitemap-menu li a {
    /*    padding: 10px 30px!important;
        display: block!important;*/
    color: #1f1f1f!important;
    transition: all .5s ease-in-out 0!important;
    font-size: 14px!important;
    line-height: 20px;
}
.sitemap-menu li:after {
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 1px;
    background-color: #ddd;
    left: 0;
    content: '';
    top: 18px;
}
.sitemap-menu li:last-child::before {
    position: absolute;
    z-index: 10;
    width: 9px;
    height: 22px;
    background-color: #fff;
    left: -4px;
    content: '';
    top: 19px;
}
.sitemap-menu li ul.js-hideElement {
    display: inherit;
}
.sitemap-menu li a:hover {
    text-decoration: none;
}
.table-div:last-child .table {
    margin-bottom: 0px;
}
.list-content li {
    line-height: 24px !important;
}
.banner-slider .owl-next span, .banner-slider .owl-prev span {
    display: none;
}
.banner-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.banner-slider .owl-next, .banner-slider .owl-prev {
    width: 35px;
    height: 35px;
    background: #ffffff;
    text-align: center;
    border: none;
    position: relative;
}
.banner-slider .owl-next:focus, .banner-slider .owl-prev:focus {
    border: none;
    outline: none;
}
.banner-slider .owl-prev {
    margin-right: 7px;
}
.banner-slider .owl-next:before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 26px;
    top: 4px;
    left: 14px;
    color: #0265a9;
} 
.banner-slider .owl-prev:before {
    content: '\f104';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 26px;
    top: 4px;
    left: 14px;
    color: #0265a9;
}
.banner-wrap {
    width: 100%;float: left; position: relative;
}
.banner-control-new:focus {
    border: none;
    outline: none;
}
.banner-control-new span {
    display: none;
}
.quick-link-separator {
    width: 70%;
    height: 2px;
    background: #f1f1f1;
    margin: 20px auto;
}
.moon {
    display:none;
}
#loadMore {
    display: block;
    width: 120px;
    /* padding: 18px; */
    padding: 11px;
    background: #055489;
    text-align: center;
    color: #ffffff;
    float: none;
    margin: 30px auto 0;
}
#loadMore:hover, #loadMore:active, #loadMore:focus {
    text-decoration: none;
}
.justice-profile-details.new-design h2 {
    margin-bottom: 25px !important;
}
.detail-editor-content {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
.detail-editor-content p, .detail-editor-content div, .detail-editor-content span, .detail-editor-content i, .detail-editor-content ul li, .detail-editor-content a, .detail-editor-content p span {
    font-family: 'Open Sans', sans-serif !important;
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
    text-align: justify !important;
}
.MsoNormal span br {
    display: none;
}
.detail-editor-content div br {
    display: none;
}
.contact-list li a {
    line-height: 25px;
}

.form-group .error-msg{
    display: none
}
.error-msg {   
    position: absolute;
    right: 42px;
    top: 1px;
    background-color: #f96666;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    display: none;
}
.val-error .error-msg {
    display: block;
}
.card-signup .error-msg {
    right: 0px;
    top: 10px;
}
.resetserach {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #0265a9;
    color: #fff;
    font-size: 22px;
    padding: 11px 12px;
    z-index: 9;
    cursor: pointer;
}
.modal-zindex{
    z-index: 999999999;
}
.display-none{
    display: none;
}
.court-arti-min-height{
    min-height: 304px;
}
.jlibrary-width{
    width: 100%;
}
.iframe-border{
    border: 0px;
}
.contact-in-heading {
    margin-top: 30px;
    display: block;
}
.home-page-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.home-page-popup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url(../images/pattern.png);
}
.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.proceed {
    position: absolute;
    right: 132px;
    bottom: 35px;
    padding: 13px 44px;
    background-color: #ffffff;
    margin: 20px auto 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    color: #232323;
    font-weight: 600;
    text-align: center;
}
/*.proceed:hover{
    background-color: #f7d08f;
}*/
/*.proceed:active{
    height: 95px;
    width: 95px;
}*/
.proceed:before,
.proceed:after {
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    border: 1px solid #fff;
}
.proceed:before {
    animation: ripple 2s linear infinite;
}
.proceed:after {
    animation: ripple 2s linear 1s infinite;
}
@keyframes ripple{
    0% { transform: scale(1); }
    50% { transform: scale(1.3); opacity:1; }
    100% { transform: scale(1.6); opacity:0; }
}
.proceed:hover {
    text-decoration: none;
}
.calendar .title { 
    padding: 0px 20px;
    line-height: 24px;
}