 a{
     text-decoration: none;
}
 .logo{
     margin-bottom: 20px;
}
body{
    background-image: url('images/bg.jpg');
}
/*----------------------------------side Nav Start---------------------------------------------------*/
.side-nav{
     padding: 15px;
     text-align: center;
     border-bottom: 1px solid white;
     color:#000;
     font-size: 20px;
     line-height: 5px;
     background: rgb(23,61,82);
     background: linear-gradient(41deg, #3f0c0c 36%, rgba(0,0,0,1) 60%);
     width: 100%;
}
 a .side-nav {
     text-decoration: none;
     list-style-type: none;
     color:#000;
     background-color: #e9d18f;
}
 .side-tab{
     border: 1px solid #20a2e0;
     height: 280px;
     padding: 10px;
     overflow: hidden;
     color: #000;
     background-color: #e5dcc8;
     text-align: justify;
     font-size: 18px;
}


/*------------------------------------------Nav bar------------------------------------------------*/
.navbar-inverse .navbar-nav>li>a {
    border: 1px solid #bd853b00;
}

 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
     color: #fff;
     background-color: #bd853b;
     border: 1px solid #000;
     background: rgb(23,61,82);
     background: linear-gradient(90deg, rgba(23,61,82,1) 56%, rgba(23,61,82,1) 91%);
     font-size: 16px;
}
 .navbar-inverse .navbar-nav>li>a:hover {
     color: #fff;
     background-color: #bd853b;
     border: 1px solid #000;
     background: rgb(23,61,82);
     background: linear-gradient(90deg, rgba(23,61,82,1) 56%, rgba(23,61,82,1) 91%);
    
}
.navbar-inverse .navbar-nav ul li a:hover {
    color: #fff;
     background: linear-gradient(90deg, rgba(23,61,82,1) 56%, rgba(23,61,82,1) 91%);
     
}
.navbar-inverse .navbar-nav ul li a {
    color: #000;
     background: white;
     
}
 div#myNavbar {
     padding-left: 0px;
     padding-right: 0px;
}
 .icon-header{
     height: 40px !important;
}
 .navbar-inverse {
     background-color: #222;
     border-color: #080808;
     background: linear-gradient(90deg, #964b00 56%, rgba(0,0,0,1) 91%);
     font-size: 16px;
}

.lead {
    font-size: 20px !important;
}
p.lead.text-justify {
    margin-bottom: 8px;
}







.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
/*-----------------------------General styles-------------------------------------------------------------*/
 .marquee-text{
     font-size: 17px;
     font-family: inherit;
     color: #042e6c;
     font-weight: bold;
     margin-bottom: -3px;
}
.header-marquee-text{
     font-family: inherit;
     color: #042e6c;
     font-weight: bold;
     margin-bottom: -3px;
    }
     .header-marquee-text a{
     color: #000;
}
 .marquee-text a{
     color: #000;
}
.side-nav-heading{
    color: #fff;
}
.marquee-text .anchor-scroll{
    color: #032f54;
}
.marquee-text .anchor-scroll:hover{
     color: #337ab7;
     text-decoration: none;
}

.marquee-text .anchor-scroll:active{
     color: #032f54;
     text-decoration: none;
}
 .cj_name {
     font-size: 1.65rem;
     background: -webkit-linear-gradient(#2a0adf, #700000);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight: 600 !important;
     padding-top: 10px;
}
 .footer {
     width: 100%;
     background-color: black;
     color: white;
     text-align: center;
     bottom: 0;
}
 .tile {
     padding: 8px 0px 0px 0px;
     box-shadow: 2px 2px 5px #000;
     border-radius: 15px;
}
 .tiles-sec {
     height: 267px !important;
}
 .til-img-icn{
     height: 60px;
     width: 55px;
     margin: 0 auto;
     padding-bottom: 8px;
}
 .tile-blk-dwn{
     padding: 0px 0px 0px 0px;
     box-shadow: 1px 1px 5px #384d0c;
     border-radius: 15px;
     border: 1px solid #384d0c;
     margin-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-data{
    font-size: large;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
}

.main-headingg{
    font-size: 4rem;
    line-height: 8rem;
    font-family: "SB Heading", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #5b3400;
    text-transform: uppercase;
}
.lead {
    font-size: 18px;
}
button.btn.hvr-shutter-out-horizontal.btn-small {
    background-color: #7c3e00;
    color: #fff;
}
button.btn.hvr-shutter-out-horizontal.btn-small:hover {
    background-color: #173d52;
    color: #fff;
}
.shadow_box {
    box-shadow: 5px 5px 10px 4px grey;
    border-radius: 10px; 
}
img.img-responcive.justice_img.cj_img1.shadow_box {
    width: 166px;
}
.col-md-4.col-sm-4.text-center.text-success {
    margin-bottom: 15px;
}
.btn-danger {
    color: #fff;
    background-color: #7c3e00;
    border-color: #7c3e00;
}

.btn-danger:hover {
    color: #fff;
    background-color: #173d52;
    border-color: #173d52;
}
.bg-primary {
    color: #fff;
    background-color: #964b00;
}
p.text {
    color: #032f54;
    font-weight: 500;
    font-size: 18px;
}
.name_text {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    min-height: 44px;
}



/*-------------------------Regular minimum laptop screen size---------------------------------*/
 @media only screen and (min-width: 768px) {
     .dropdown:hover .dropdown-menu {
         display: block;
    }
     .slid-img{
         width:100%;
         height: 310px !important;
    }
     .cj-img{
         border:1px solid #20a2e0;
         padding: 48px 22px;
         height: 310px;
         background-color: #e5dcc8;
    }
     .side-tab{
         height: 274px !important;
    }
     .not-shown{
         display: none !important;
    }
     .not-shown2{
         display: block !important;
    }
    .til-img-icn {
    height: 50px;
    width: 45px;
    margin: 0 auto;
    padding-bottom: 8px;
    }
    .marquee-text {
    font-size: 14px;
    
    }
     .navbar-inverse .navbar-nav>li>a {
     color: #ffffff;
     font-size: 14px;
     padding: 13px !important;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
     font-size: 14px;
    }
}





/*-------------------------Mobile screen size---------------------------------*/
 @media only screen and (max-width: 768px) {
     .slid-img{
         width:100%;
         height: 200px !important;
    }
     .cj-img{
         border: 1px solid #20a2e0;
         padding: 20px 20px;
         height: 300px;
         background-color: #e5dcc8;
    }
     .tile {
         padding: 18px 0px 7px 0px;
         box-shadow: 0px 0px 0px;
         border-radius: 15px;
    }
     .tiles-sec {
         height: 910px !important;
    }
    .tile-blk-dwn{
        min-height: 140px;
    }
    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }
     .blk-spc{
         margin-bottom: 10px;
    }
     .not-shown2{
         display: none !important;
    }
    .border {
        border: 1px solid #20a2e0;
        height: 335px;
        margin-bottom: 10px;
    }
    .judge-text{
        font-size: 17px;
    }
    .skip{
        font-size: 12px;
    }
    .a-one{
        padding: 2px 0px !important;
    }

    .cj_img{
        width: 50%;
    }
    #cj_name{
        font-size: 17px !important;
    }
    .table_responsive{
        font-size: 12px !important;
    }.jj-text{
        padding: 1px !important;
    font-size: 16px !important;
    }
    .registry_table {
        font-size: 14px !important;
    }
    .modal-body{
        padding: 0 !important;
    }
    .efiling-text{
        font-size: 11px !important;
    }
    .name_text{
        font-size: 16px;
        min-height: 28px;
    }
    .cj_img_responsive{
        width: 55% !important;
    }
    .causelist_button{
    padding: 6% !important;
    border-radius: 250px;
    font-weight: 600;
    width: 100% !important;
    margin: 20px 0px;
    font-size: 15px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px){

     .tile{
        width:100%;
    }
    .cj-img1{
        width: 17% !important;
    }
     .tiles-sec {
         height: 769px !important;
    }
    .cj_img{
        width: 50%;
    }
     #cj_name{
        font-size: 17px !important;
    }
    .special_cont{
    margin-left: 240px;

    }
    .jj-text{
        padding: 2px !important;
    font-size: 16px !important;
    }
     .registry_table {
        font-size: 14px !important;
    }
    .modal-body{
        padding: 0 !important;
    }
     .efiling-text{
        font-size: 11px !important;
    }
    .name_text{
        font-size: 16px;
        min-height: 28px;
    }
    .cj_img_responsive{
        width: 23% !important;
    }

}
@media only screen and (min-width: 961px) and (max-width: 1279px){
    .tile{
        width:130%;
    }
    .header-marquee-text{
        font-size: 10px;
    }
    .middle-tile{
         font-size: 10px;
    }
    .cj_name{
        font-size: 18px;
    }
    .cj_img1{
        width:45%;
    }
    .cj_img{
        width: 50%;
    }
     .efiling-text{
        font-size: 19px !important;
    }
    .cj_img_responsive{
        width: 44% !important;
    }
}

/*-------------------------all in one pc screen size---------------------------------*/
 @media only screen and (min-width: 1728px) {
     .slid-img{
         width:100%;
         height: 340px !important;
    }
     .cj-img{
         border:1px solid #20a2e0;
         padding: 30px 22px 48px 22px;
         height: 340px;
         background-color: #e5dcc8;
    }
    .cj_img1 {
        width: 46%;
    }
     .side-tab{
         height: 307px !important;
    }
     .not-shown{
         display: block !important;
    }
     .not-shown2{
         display: none !important;
    }
    .til-img-icn {
    height: 60px;
    width: 55px;
    margin: 0 auto;
    padding-bottom: 8px;
    }
    .marquee-text {
    font-size: 17px;
    
    }
     .navbar-inverse .navbar-nav>li>a {
        color: #ffffff;
        font-size: 17px !important;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 17px !important;
    }
    .table_responsive{
        font-size: 17px !important;
        text-align: left;
    }
    .efiling-text{
        font-size: 19px !important;
    }
}






/*-------------------------Regular min and max desktop screen size---------------------------------*/
 @media only screen and (min-width: 1280px) and (max-width: 1400px) {
     .til-img-icn {
         height: 40px !important;
         width: 34px !important;
         margin: 0 auto;
         padding-bottom: 8px;
    }
     .header-marquee-text {
        font-size: 11px !important;
        font-family: inherit;
        color: #042e6c;
        font-weight: bold;
        line-height: 6px;

    }
     .icon-header {
         height: 20px !important;
         padding-bottom: 0px;
    }
     .cj_name {
         font-size: 14px;
         background: -webkit-linear-gradient(#2a0adf, #700000);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
         font-weight: 600 !important;
         padding-top: 10px;
    }
    .cj_img1{
        width: 45%;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #ffffff;
        font-size: 12px !important;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 12px !important;
    }
    .marquee-text a {
        color: #000;
        font-size: 12px;
    }
    .side-nav-heading{
        font-size:20px;
        color: #fff;
    }
    .tile-blk-dwn a>img{
        width: 65px !important;
    }
    .tile-blk-dwn{
        margin-bottom: 34px;
    }
    .tile{
        width:125%;
    }
    .efiling-text{
        font-size: 19px !important;
    }
}
/*-------------------------Regular min and max desktop screen size---------------------------------*/      
.modal-body {
    position: relative;
    
}

.footer_head_row{
    background-color: #424242;
    color: #fff;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    padding: 5px 10px;
}

.footer_head_row a{
    color: white;
}

.footer_head_row a:hover{
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 820px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 1180px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        color: white !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dropdown-menu>li>a {
        color: black !important;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
.tabcontent{
    width: 100%;
    padding: 40px;
    background-color: #ddd2bd !important;
    margin-top: 40px;
    border: 1px solid #522e0a;
}

@media (min-width: 1400px) {
.special_cont{
    margin-left: 240px;
}

}
@media (min-width: 768px){
.special_cont {
    margin-left: 180px;
}

}