/* CSS Document */

body {
    font-family: 'ralewayregular';
    font-size: 14px;
    line-height: 18px;
    color: #4c4c4c;
    overflow-x: hidden;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat.regular-webfont.ttf') format('truetype'), url('../fonts/montserrat.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kruti_dev_016thin';
    src: url('../fonts/kruti_dev_016_thin-webfont.ttf') format('truetype'), url('../fonts/kruti_dev_016_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosisregular';
    src: url('../fonts/dosis-regular-webfont.ttf') format('truetype'), url('../fonts/dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*common start*/

a,
a:hover,
a:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

button:focus,
button:hover {
    outline: none;
    box-shadow: none;
}

.bg-primary {
    background-color: #4469ba !important;
}

.border-primary {
    border-color: #4469ba !important;
}

.hedd {
    font-family: 'montserratregular';
    font-size: 23px;
    color: #262626;
    font-weight: normal;
}

.bluecolor {
    color: #4469ba;
}

.krutihindi {
    font-family: 'kruti_dev_016thin';
    font-size: 23px;
    color: #3e3e3e;
}

/*common end*/

government-text {
    font-size: 13px
}

.upsec {
    padding: 2px 0;
    background: #3055A5;
    border-bottom: 1px solid #DAD8D8;
}

.jac-logo {
    width: 40px
}

.upsec .social a {
    color: white;
    font-size: 20px;
}

.upsec .serachsec {
    width: 275px;
}

.upsec .serachsec .btn-primary {
    background: #1675bd;
    border-color: #1675bd;
}

.upsec .serachsec .btn-primary:hover,
.upsec .serachsec .btn-primary:focus {
    background: #0d63a4;
    border-color: #0d63a4;
    box-shadow: none;
}

body.black {
    background: #000000;
    color: #ffffff;
}

body.white {
    background: #ffffff;
    color: #000000;
}

#blackButton {
    background: #000000;
}

#whiteButton {
    background: #ffffff;
}

.upsec .themecolorsec li {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.upsec .numberselbox a {
    text-decoration: none;
    cursor: pointer;
}

.mainmenusec .navbar-nav .nav-link.show {
    background: rgba(29, 69, 156, 1);
    color: #fff;
}

.mainmenusec .nav-link:hover {
    background-color: rgba(29, 69, 156, 1);
}

.mainmenusec .dropdown-menu {
    background: rgba(29, 69, 156, 1);
    border: solid 1px #fff;
}

.mainmenusec .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.mainmenusec .dropdown-menu .dropdown-item:hover,
.mainmenusec .dropdown-menu .dropdown-item:focus {
    color: #1daac1;
}

.mainmenusec .nav-item {
    padding-right: 20px;
}

.mainmenusec .dropdown-toggle::after {
    display: none;
}

.mainmenusec .dropdown .dropdown-menu {
    display: none;
}

.mainmenusec .dropdown:hover>.dropdown-menu,
.mainmenusec .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.1em;
    margin-left: 0.1em;
}

.mainmenusec .dropdown-item.active,
.mainmenusec .dropdown-item:active {
    color: #ffffff !important;
}

.mainmenusec .dropend {
    padding-right: 0;
}

.mainmenusec .dropend .dropdown-toggle:hover {
    background-color: #ffffff;
    color: #0dcaf0;
    width: 100%;
}

.mainmenusec.headerbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    -moz-box-shadow: 0px 2px 3px -1px #FFF;
    -webkit-box-shadow: 0px 2px 3px -1px #FFF;
    box-shadow: 0px 2px 3px -1px #FFF;
}

.bansec .marqcont {
    position: absolute;
    right: 125px;
    bottom: 0;
    height: 100%;
    width: 330px;
}

.homenewsmarq {
    background: #ff7661;
}

.homenewsmarq .important-news {
    padding-right: 15px;
}

.homenewsmarq .important-news .news {
    width: 270px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 70px;
    padding: 10px 0;
    color: #ffffff;
}

.homenewsmarq .important-news .news-scroll a {
    font-size: 16px;
    border-left: solid 1px #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.homenewsmarq .important-news .news-scroll a:first-child {
    border-left: none;
}

.homeannounce .card-body {
    background: #fed;
}

.homeannounce .list-group-flush>.list-group-item {
    background-color: transparent;
    padding: 5px 0 10px 0;
    border-color: #cccbcb2e;
}

.homeannounce .list-group-flush>.list-group-item .newpic {
    width: 22px;
    height: 12px;
}

.homeannounce .list-group-flush>.list-group-item:last-child {
    border-bottom: none;
}

.featsec h4 {
    font-size: 16px;
}

.featsec .icobox {
    background: #ff7661;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto 19px auto;
    transition: all .5s ease-out;
}

.featsec .icobox:hover {
    background: #ffffff;
}

.piclinksecc {
    background: #343b4b;
    border-bottom: 1px solid #504F4F;
}

.bottomnavsec {
    background: #424242;
    font-size: 13px;
}

footer {
    box-shadow: 0 0 6px 0px #eee;
}

footer .foolist {
    padding-left: 20px;
}

footer .foolist li::marker {
    color: #fff;
    font-size: 9px;
}

footer .foolist li a {
    font-size: 11px;
    line-height: 17px;
}

footer .foolist li a:hover {
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-font-smoothing: antialiased;
}

footer .foolist li:hover a {
    color: #ccc;
    font-size: 11px;
    line-height: 17px;
}

footer .foothed {
    font-size: 13px;
}

footer .disclaimtxt {
    font-size: 9px;
    line-height: 12px;
}

footer .copysec {
    width: 100%;
    background: #1675bd;
    padding: 6px 0;
}

footer .copysec p a {
    font-size: 12px;
    text-decoration: none;
}

footer .linksec {
    /*z-index: 1;*/
    /*position: fixed;*/
    width: 100%;
    /*bottom: 0px;*/
    background: #800000;
    padding: 6px 0;
}

footer .linksec p a {
    font-size: 12px;
    text-decoration: none;
}

.galinfo .sameline .textt {
    font-size: 23px;
    color: #262626;
    font-weight: normal;
}

.galinfo .ulistbox {
    background: #868686;
    font-size: 12px;
}

.galinfo .ulistbox li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    color: #ffffff;
}

.galinfo .ulistbox li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.galinfo .photogalowl .owl-dots {
    display: none;
}

.galinfo .photogalowl .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-30%);
    font-size: 60px !important;
    color: #0088cc !important;
}

.galinfo .photogalowl .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(30%);
    font-size: 60px !important;
    color: #0088cc !important;
    background: none;
}

.galinfo .photogalowl .owl-prev:hover,
.galinfo .photogalowl .owl-next:hover,
.galinfo .photogalowl .owl-prev:focus,
.galinfo .photogalowl .owl-next:focus {
    color: #000000 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.galinfo .photogalowl {
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px 0;
}

.galinfo .photogalowl.owl-carousel .owl-item img {
    height: 220px;
}

.rittolbox .tiltle {
    font-size: 18px;
}

.rittolbox .verticaloql .owl-carousel .item {
    height: 128px;
    background: #dc8578;
}

.rittolbox .verticaloql .owl-dots,
.rittolbox .verticaloql .owl-nav {
    display: none;
}

.floatsec {
    position: fixed;
    right: -8px;
    top: 40%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.floatsec:hover,
.floatsec:focus {
    right: 10px;
}

.breadsec .breadcrumb-item {
    color: #ffffff;
}

.breadsec .breadcrumb-item a {
    color: #ffffff;
}

.breadsec .breadcrumb-item a:hover,
.breadsec .breadcrumb-item a:focus {
    color: #ffffff;
}

.breadsec .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #9fe9ff;
}

.comingtext::before,
.comingtext::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #4469ba;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.pdflinkk li {
    list-style: none;
    font-size: 18px;
}

.pdflinkk li:before {
    opacity: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f0a4";
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
    left: -65px;
    font-size: 24px;
    color: #198754;
}

.pdflinkk li:hover:before {
    opacity: 100;
    font-family: "Font Awesome 6 Free";
    content: "\f0a4";
    float: left;
    position: absolute;
    left: -24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.topsheetlist li {
    font-size: 22px;
}

.topsheetlist li .subin {
    font-size: 15px;
    font-family: 'dosisregular';
}

.topsheetlist li .subin a {
    color: #0088cc;
}

.topsheetlist li .subin a:hover,
.topsheetlist li .subin a:focus {
    color: #0b6d9d;
}

.gallerycon .thumbpic {
    -moz-box-shadow: 0px 0px 1px 1px #4469BA;
    -webkit-box-shadow: 0px 0px 1px 1px #4469BA;
    box-shadow: 0px 0px 1px 1px #4469BA;
}

.gallerycon .namelist li {
    -moz-box-shadow: 0px 0px 1px 1px #4469BA;
    -webkit-box-shadow: 0px 0px 1px 1px #4469BA;
    box-shadow: 0px 0px 1px 1px #4469BA;
}

.gallerycon .namelist li a {
    color: #0088cc;
}

.bodystyle {
    min-height: 100vh;
    background-color: #FFEEDD;
}

.bodydiv {
    padding-left: 12%;
    padding-right: 12%;
    background-color: #FFBC79;
    margin-top: 50px
}

.titlecontainer {
    padding-left: 10px;
    margin-top: 19px;
    text-align: center;
}

.title {
    color: #800000;
    font-family: initial;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600
}

.address {
    color: #800000;
    font-family: Arial;
    font-size: 18px;
    margin-bottom: 5px;
}

.tag {
    color: #800000;
    font-family: Arial;
    font-size: 18px;
}

.youtubevideopart {
    padding-right: 50px;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.fs-24 {
    font-size: 24px;
}

.padd-12 {
    padding: 12px;
}

.bodycontainer {
    padding-left: 13%;
    padding-right: 13%;
}

.flex {
    display: flex;
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videodiv {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.noticelist {
    list-style-type: none;
    margin-top: 30px;
    padding-left: 0px;
    font-family: sans-serif;
    line-height: 35px;
}

@media screen and (max-width: 1341px) {
    .bodycontainer2 {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media screen and (max-width: 1200px) {
    .bodycontainer3 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .titlecontainer2 {
        padding-left: 10px;
        margin-top: 22px;
        text-align: center;
    }
}

.mainrow {
    margin-top: -1px
}

@media screen and (max-width: 1025px) {
    .bodydiv {
        padding-left: 5%;
        padding-right: 5%;
    }
    .w-10 {
        width: 100%;
    }
    .no-flex {
        display: block;
    }
    .videotitle {
        font-size: 28px;
        display: block;
        text-align: center;
        padding: 15px 0px;
    }
    .videodiv {
        width: 100%;
        position: relative;
        padding-top: 0%;
        margin-top: 10px;
    }
    .iframe2 {
        padding-bottom: 40px;
    }
    .margindiv {
        padding-bottom: 70px;
    }
    .norightpadding {
        padding-right: 50px;
        padding-left: 50px;
    }
    .text-notice-center {
        text-align: center;
    }
    .title2 {
        font-size: 22px;
    }
    .address2 {
        font-size: 18px;
    }
    .tag2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 769px) {
    .width-logo-sm {
        width: 165px;
    }
    .pr-0 {
        padding: 8px 0px 8px 8px;
    }
    .titlecontainer3 {
        padding-left: 10px;
    }
    .videotitle {
        font-size: 20px;
    }
    .container {
        max-width: 100%;
    }
    .fs-18 {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .hedtext {
        font-size: 18px;
    }
    /*.bodydiv2{padding-left: 1%;padding-right: 1%;}*/
    .width-logo-xs {
        width: 120px;
        height: 100px;
        margin-top: 7px;
    }
    .title3 {
        font-size: 17px;
    }
    .address3 {
        font-size: 13px;
    }
    .titlecontainer2 {
        margin-top: 26px
    }
    .tag3 {
        font-size: 13px;
    }
    .dasfirst {
        display: none;
    }
    .dassecond {
        display: none;
    }
    .fs-20 {
        font-size: 20px;
    }
    .underline {
        font-weight: 600;
        text-decoration: underline;
    }
}

@media screen and (max-width: 597px) {
    .titlecontainer2 {
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 534px) {
    .hedtext2 {
        font-size: 14px;
    }
    .videotitle2 {
        font-size: 16px;
    }
    .norightpadding2 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 493px) {
    .width-logo-xss {
        width: 100px;
        height: 88px;
        margin-top: 16px;
    }
    .title4 {
        font-size: 13px;
    }
    .address4 {
        font-size: 12px;
    }
    .tag4 {
        font-size: 12px;
    }
}

/* enter Marks */

.enter-details-card {
    border: 2px solid #800000;
    border-radius: 0px;
    background-color: #FFEEDD;
}

.enter-details-card-body {
    background-color: #FFBC79;
    margin: 3px;
}

.enter-details-inner-row {
    background-color: #FFEEDD;
    /*margin: 20px;*/
    padding: 40px 60px;
}

.enter-details-inner-contain {
    padding: 80px 100px 30px 100px;
    border: 1px solid black;
}

.submit-button {
    background-color: #8B0000;
    color: white;
    border: none;
    font-size: 16px;
    padding: 5px 25px;
    margin-right: 10px;
}

.reset-button {
    background-color: #8B0000;
    color: white;
    border: none;
    font-size: 16px;
    padding: 5px 25px;
}

.pt-8px {
    padding-top: 8px;
}

.padbot {
    padding-bottom: 70px;
}

@media screen and (max-width: 992px) {
    .enter-details-inner-row2 {
        background-color: #FFEEDD;
        margin: 20px;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 769px) {
    .enter-details-inner-contain2 {
        padding: 40px 95px 30px 100px;
        border: 1px solid black;
    }
    .pb-16px {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 605px) {
    .submit-button2 {
        background-color: #8B0000;
        color: white;
        border: none;
        font-size: 16px;
        padding: 5px 17px;
        margin-right: 10px;
    }
    .enter-details-inner-contain3 {
        padding: 30px 20px 30px 20px;
        border: 1px solid black;
    }
}

@media screen and (max-width: 1200px) {
    .offset-mm-0 {
        margin-left: 0px;
    }
    .col-mm-12 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .padbot2 {
        padding-bottom: 150px;
    }
}

.topsec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: #800000;
    border-bottom: 1px solid #bababa;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.padding-nav {
    padding: 5px 110px;
}

.navbar {
    line-height: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.justify-space-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.gap-2 {
    gap: .5rem !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

@media (min-width: 992px) {
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.align-center {
    align-items: Center;
}

.marks-padding-div {
    padding: 0px 40px;
}

@media (max-width: 426px) {
    .marks-padding-div {
        padding: 0px;
    }
    .enter-details-inner-row2 {
        /*background-color: #FFEEDD;*/
        margin: 10px !important;
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media (max-width: 1024px) {
    .margindiv {
        margin-top: -100px
    }
}

.screen-text {
    color: white;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: white;
    text-decoration: none;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
}

a:hover {
    text-decoration: none;
    color: #FFBC79 !important;
}

.nav-link:hover {
    color: #FFBC79 !important;
}

.nav-link:active {
    color: #FFBC79 !important;
}

a:active {
    color: #FFBC79 !important;
}

.jac-link:hover {
    color: #800000 !important;
}

.jactext {
    color: #FFBC79 !important;
}

.footertext2 {
    color: #FFBC79 !important;
}

.footertext1 {
    font-size: 13px;
}

.print-button {
    font-size: 16px;
    font-weight: 600;
}

.print-button:hover {
    color: white !important;
    padding-bottom: 6px;
}

#language-text:active {
    color: #FFBC79 !important;
}

.jac-link:hover {
    color: #800000 !important;
}

.jactext {
    color: #FFBC79 !important;
}

.footertext2 {
    color: #FFBC79 !important;
}

.footertext1 {
    font-size: 13px;
}

.print-button {
    font-size: 16px;
    font-weight: 600;
}

.print-button:hover {
    color: white !important;
    padding-bottom: 6px;
}

.footertextbottom {
    font-size: 13px;
}

.grayscale {
    filter: grayscale(100%);
}