button::-moz-focus-inner {
    border: 0;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
}
.page-rozgarmela .right-side-bar,.page-rozgarmela .text-inner{margin-top: 0;}
.page-rozgarmela .page-heading{display: none;}

.rozgar-page *,.rozgar-page *::after,.rozgar-page *::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rozgar-page h2{
    font-size: 30px;
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.section-numbers{
    margin-bottom: 40px;
    padding-top: 20px;
    background-color: #f6f6f6;
}
.numbers-glance-table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 0 none;
    margin-bottom: 10px;
    background-color: #fff;
}
.numbers-glance-table th {
	color: #fff;
	font-size: 15px;
	font-family: "lato-semibold-webfont";
	line-height: 1.2;
	font-weight: 400;
	padding: 5px 0;
}
.numbers-glance-table th.type{
    width: 210px;
    background-color: #6e6e6e;
}
.numbers-glance-table th.national{
    width: 165px;
    background-color: #0587d1;
}
.numbers-glance-table th.parliament{
    width: 165px;
    background-color: #d72b1d;
}
.numbers-glance-table th.district{
    width: 500px;
    background-color: #97ab10;
}
.numbers-glance-table th.total{
    width: 140px;
    background-color: #3fd7b9;
}
.numbers-glance-table tr td{
    border: 0 none;
    padding: 1px 3px;
    position: relative;
    text-align: center;
    border-right: 1px solid #f6f6f6;
}
.numbers-glance-table tr td br{
    display: none;
}
.numbers-glance-table tr td:first-child,.numbers-glance-table tr td:last-child{
    border-right: 0 none;
}
.numbers-glance-table tr:first-child td{
    padding-top: 10px;
    vertical-align: top;
}
.numbers-glance-table tr td[class*="with-elem-"]{
    padding-top: 25px;
    position: relative;
}
.numbers-glance-table tr td[class*="with-elem-"]::before,.numbers-glance-table tr td[class*="with-elem-"]::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    margin: 0 auto;
}
.numbers-glance-table tr td[class*="with-elem-"]::before{
    width: 1px;
    height: 10px;
}
.numbers-glance-table tr td[class*="with-elem-"]::after{
    width: 10px;
    height: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.numbers-glance-table tr td.with-elem-blue::before,.numbers-glance-table tr td.with-elem-blue::after{
    background-color: #0587d1;
}
.numbers-glance-table tr td.with-elem-red::before,.numbers-glance-table tr td.with-elem-red::after{
    background-color: #d72b1d;
}
.numbers-glance-table tr td.with-elem-green::before,.numbers-glance-table tr td.with-elem-green::after{
    background-color: #97ab10;
}
.numbers-glance-table tr td.with-elem-light-green::before,.numbers-glance-table tr td.with-elem-light-green::after{
    background-color: #3fd7b9;
}
.numbers-glance-table tr td:first-child{
    text-align: left;
}
.numbers-glance-table tr td .table-label {
	display: table-cell;
	vertical-align: middle;
	background-color: #ebebeb;
	font-size: 14px;
	font-family: "lato-semibold-webfont";
	line-height: 1.2;
	height: 46px;
	padding: 3px 0 3px 15px;
	color: #4c4c4c;
	width: 165px;
	position: relative;
}
.numbers-glance-table tr td .table-label::after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 235, 235, 0);
    border-left-color: #ebebeb;
    border-width: 24px;
    margin-top: -24px;
}
.numbers-glance-table tr td .small-content{
    color: #545454;
}
.numbers-glance-table tr td .big-blue-content{
    color: #008ad3;
    font-family: "lato-semibold-webfont";
    font-size: 17px;
    display: block;
    line-height: 1;
}
.table-info{
    font-size: 14px;
    color: #5e5e5e;
    padding-bottom: 20px;
    line-height: 1.6;
}
.table-info::after{
    clear: both;
    display: table;
    content: "";
}
.table-info .left{
    float: left;
}
.table-info .right{
    float: right;
    text-align: right;
}

.upcoming-events{
    margin-bottom: 50px;
}
.events-slider::after{
    clear: both;
    display: table;
    content: "";
}
.events-slider li{
    line-height: 1;
}
.upcoming-events-box{
    padding: 0 10px;
}
.upcoming-events-box a,.upcoming-events-box img,.upcoming-events-box span{
    display: block;
}
.upcoming-events-box a{
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.upcoming-events-box img{
    width: 100%;
}
.pdf-iframe iframe{
    width: 100%;
    height: 200px;    
}
.pdf-iframe {
    position: relative;
}
.pdf-iframe::after {
	background: #4b4b4b;
	height: 20px;
	width: 100%;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}
.upcoming-events-box span.details{
    border: 1px solid #e2e2e2;
    border-top: 0 none;
    width: 100%;
    padding: 15px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background-color: #fbfbfb;
}
.upcoming-events-box span.details::after{
    display: table;
    content: "";
    clear: both;
}
.upcoming-events-box span.details .place-name{
    float: left;
    font-size: 20px;
}
.upcoming-events-box span.details .event-date{
    float: right;
    line-height: 1;
    border-left: 1px solid #bbb;
    margin-top: 3px;
    padding-left: 10px;
}
.upcoming-events-box a:hover span.details{
    background-color: #0587d1;
}
.upcoming-events-box a:hover span.details .place-name,.upcoming-events-box a:hover span.details .event-date{
    color: #fff;
    border-color: #fff;
}

.about-rozgar-mela .content-block{
    margin-bottom: 10px;
}
.about-rozgar-mela .content-block::after{
    display: table;
    clear: both;
    content: "";
}
.about-rozgar-mela .content-block .left{
    width: 48%;
    float: left;
}
.about-rozgar-mela .news-desc {

    width:calc(100% - 90px);
    padding-bottom: 10px;

}
.about-rozgar-mela .date{
    width: 70px;
}
.about-rozgar-mela .rozgar-page-li li:last-child{
    float: none;
}
.about-rozgar-mela .content-block .right{
    width: 48%;
    float: right;
}
.about-rozgar-mela .rozgar-page-li li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
.about-rozgar-mela .content-block .text-right{
    text-align: right;
    margin-top: 40px;
}
.about-rozgar-mela .content-block p{
    margin: 0 0 10px;
    line-height: 1.8;
}
.about-rozgar-mela .content-block .btn{
    font-size: 13px;
    border: 1px solid #008ad3;
    line-height: 1;
    padding: 8px 15px 7px;
    color: #008ad3;
    display: inline-block;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.about-rozgar-mela .content-block .btn:hover{
    background-color: #008ad3;
    color: #fff;
}
.gallery-box{
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.gallery-box a{
    display: block;
    position: relative;
}
.gallery-box a span{
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 13px;
    font-family: "opensans-bold-webfont";
    line-height: 1;
    color: #fff;
    text-decoration: underline;
}
.gallery-box a img{
    display: block;
    width: 100%;
}
.type-rozgar-mela h4,.activities-rozgar-mela h4,.accolades-participants h4{
    color: #0587d1;
    font-family: "lato-semibold-webfont";
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
}
.type-rozgar-mela p,.activities-rozgar-mela p,.accolades-participants p{
    margin: 0 0 15px;
}
.rozgar-tabbing{margin-bottom: 40px;}
.rozgar-tabbing::after{
    display: table;
    clear: both;
    content: "";
}
.rozgar-tabbing .rozgar-type-tabs{
    float: left;
    width: 390px;
}
.rozgar-tabbing .rozgar-tabbing-content{
    float: right;
    width: 772px;
    position: relative;
    min-height: 305px;
}
.rozgar-type-tabs li{
    margin-bottom: 1px;
    position: relative;
    padding: 15px 15px 15px 75px;
    color: #fff;
    height: 75px;
    cursor: pointer;
}
.rozgar-type-tabs li::after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 235, 235, 0);
    border-left-color: #0587d1;
    border-width: 10px;
    margin-top: -10px;
    display: none;
}
.rozgar-type-tabs li.active::after{
    display: block;
}
.rozgar-type-tabs li [class*="icon-"]{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 46px;
    background-position: center;
    background-repeat: no-repeat;
}
.rozgar-type-tabs li h4{
    color: #fff;
    font-size: 20px;
    font-family: "lato-semibold-webfont";
    line-height: 1;
    margin-bottom: 5px;
}
.rozgar-type-tabs li p{
    font-size: 12px;
    margin: 0;
    text-align: left;
    line-height: 1;
}
.rozgar-type-tabs li.tab-1{background-color: #0587d1;}
.rozgar-type-tabs li.tab-1 span{background-image: url(images/icon-flag.svg);}
.rozgar-type-tabs li.tab-2{background-color: #d72b1d; padding-top: 10px; padding-bottom: 0;}
.rozgar-type-tabs li.tab-2::after{border-left-color: #d72b1d;}
.rozgar-type-tabs li.tab-2 span{background-image: url(images/icon-parliament.svg);}
.rozgar-type-tabs li.tab-3{background-color: #97ab10;}
.rozgar-type-tabs li.tab-3::after{border-left-color: #97ab10;}
.rozgar-type-tabs li.tab-3 span{background-image: url(images/icon-district.svg);}

.rozgar-tab-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    height: 305px;
    overflow: auto;
    border: 1px solid #c93c29;
}
.rozgar-tab-content.active{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.rozgar-tab-content table{
    width: 100%;
    background-color: #f6f6f6;
}
.rozgar-tab-content table thead{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.rozgar-tab-content table thead th{
    background-color: #c93c29;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-family: "opensans-bold-webfont";
    font-weight: normal;
    line-height: 1;
    padding: 15px 20px;
}
.rozgar-tab-content table thead th.serial-number,.rozgar-tab-content table tr td:first-child{
    width: 100px;
}
.rozgar-tab-content table thead th.particulars,.rozgar-tab-content table tr td:nth-child(2){
    width: 280px;
}
.rozgar-tab-content table thead th.rozgar-mela,.rozgar-tab-content table tr td:last-child{
    width: 390px;
}
.rozgar-tab-content table tbody tr td{
    border: 0;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 10px 20px;
}
.rozgar-tab-content table tbody tr:nth-child(even){
    background-color: #fff;
}
.rozgar-tab-content table tbody tr:first-child td{
    padding-top: 55px;
}
.rozgar-tab-content table tbody tr td:first-child{
    text-align: center;
}
.rozgar-tab-content table tbody tr td:last-child{
    border-right: 0 none;
}
.rozgar-tab-content .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.rozgar-tab-content .mCSB_scrollTools{
    width: 3px;
    right: 10px;
    height: 215px;
    top: 60px;
    bottom: auto;
}
.rozgar-tab-content .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #bdbdbd;
}
.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#national.rozgar-tab-content{border-color: #008ad3;}
#national.rozgar-tab-content table thead th{background-color: #008ad3;}
#national.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #008ad3;}
#national.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #008ad3;}
#national.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,#division.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #008ad3;}
#parliament.rozgar-tab-content{border-color:#d72b1d;}
#parliament.rozgar-tab-content table thead th{background-color:#d72b1d;}
#parliament.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #d72b1d;}
#parliament.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #d72b1d;}
#parliament.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,#parliament.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #d72b1d;}
#district.rozgar-tab-content{border-color: #97ab10;}
#district.rozgar-tab-content table thead th{background-color: #97ab10;}
#district.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #97ab10;}
#district.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #97ab10;}
#district.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,#district.rozgar-tab-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #97ab10;}

.activities-rozgar-mela{
    margin-bottom: 40px;
}
.activity-mela-tabs::after{
    display: table;
    content: "";
    clear: both;
}
.activity-mela-tabs li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    background-color: #008ad3;
    border-bottom: 3px solid #008ad3;
    color: #fff;
    font-size: 20px;
    font-family: "lato-semibold-webfont";
    line-height: 1;
    min-height: 55px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}
.activity-mela-tabs li .tab-text{
    display: inline-block;
    vertical-align: middle;
}
.activity-mela-tabs li [class*="icon-"]{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.activity-mela-tabs li .icon-mela{
    background-image: url(images/icon-mela.png);
    width: 30px;
    height: 30px;
}
.activity-mela-tabs li .icon-skills{
    background-image: url(images/icon-skills.png);
    width: 26px;
    height: 26px;
}
.activity-mela-tabs li .icon-counselling{
    background-image: url(images/icon-counselling.png);
    width: 30px;
    height: 30px;
}
.activity-mela-tabs li .icon-kaushal{
    background-image: url(images/icon-kaushal.png);
    width: 28px;
    height: 27px;
}
.activity-mela-tabs li:hover,.activity-mela-tabs li.active{
    border-color: #aa1d0c;
    color: #aa1d0c;
    background-color: #fff;
}
.activity-mela-tabs li:hover [class*="icon-"],.activity-mela-tabs li.active [class*="icon-"]{
    background-position: left bottom;
}
.activities-tab-content{
    display: none;
    background-color: #f1f1f1;
    padding: 30px 40px;
}
.activities-tab-content.active{
    display: block;
}
.activities-tab-content h3{
    font-size: 18px;
    font-family: "lato-semibold-webfont";
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #222;
    font-weight: normal;
}
.activities-tab-content ul li{
    padding-left: 20px;
    background: url(images/arrow-bullet.png) no-repeat left 4px;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.activities-tab-content ul li:last-child{
    margin-bottom: 0;
}

.accolades-participants{
    margin-bottom: 60px;
}
#acc-table-wrap{
    height: 450px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.accolades-tables{
    width: 100%;
}
.acc-table-wrap .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.acc-table-wrap .mCSB_scrollTools{
    width: 3px;
    right: 10px;
    height: 335px;
    top: 80px;
    bottom: auto;
}
.acc-table-wrap .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #bdbdbd;
}
.acc-table-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.acc-table-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #008ad3;}
.acc-table-wrap .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #008ad3;}
.acc-table-wrap .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.acc-table-wrap .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #008ad3;}
.accolades-tables thead{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.accolades-tables thead th{
    background-color: #008ad3;
    color: #fff;
    font-family: "lato-semibold-webfont";
    font-size: 17px;
    text-align: left;
    padding: 20px;
    font-weight: normal;
}
.accolades-tables thead th:first-child{
    text-align: center;
}
.accolades-tables thead th.serial-number,.accolades-tables tr td:first-child{width: 120px;}
.accolades-tables thead th.award-name,.accolades-tables tr td:nth-child(2){width: 210px;}
.accolades-tables thead th.event,.accolades-tables tr td:nth-child(3){width: 180px;}
.accolades-tables thead th.criteria,.accolades-tables tr td:nth-child(4){width: 380px;}
.accolades-tables thead th.reward,.accolades-tables tr td:nth-child(5){width: 300px;}
.accolades-tables tbody tr td{
    border: 0 none;
    padding: 25px 20px;
    background-color: #f1f1f1;
    border-right: 1px solid #e5e5e5;
    vertical-align: top;
    font-size: 13px;
}
.accolades-tables tbody tr:first-child td{padding-top: 70px;}
.accolades-tables tbody tr td:first-child{
    text-align: center;
}
.accolades-tables tbody tr td:last-child{
    border-right: 0 none;
}
.accolades-tables tbody tr:nth-child(even) td{
    background-color: #fff;
}
.accolades-tables tbody tr td p{
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
.accolades-tables tbody tr td ul li{
    padding-left: 20px;
    background: url(images/arrow-bullet.png) no-repeat left 4px;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.rozgar-employer-section{
    margin-bottom: 40px;
}
.rozgar-employer-section ul{
    margin-left: -15px;
    margin-right: -15px;
}
.rozgar-employer-section ul::after{
    display: table;
    content: "";
    clear: both;
}
.rozgar-employer-section ul li{
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    min-height: 1px;
    width: 33.33%;
}
.rozgar-employer-section ul li a{
    display: block;
    min-height: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding-left: 150px;
    padding-right: 20px;
}
.rozgar-employer-section ul li a span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 130px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.rozgar-employer-section ul li a span::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.rozgar-employer-section ul li a strong{
    display: block;
    font-size: 24px;
    line-height: 1;
    font-family: "lato-semibold-webfont";
    font-weight: normal;
}
.rozgar-employer-section ul li.block-1 a{
    background-color: #f9e0e0;
    color: #9a2323;
    padding-top: 60px;
}
.rozgar-employer-section ul li.block-1 a span{
    background: url(images/bg-red.png) no-repeat left center;
}
.rozgar-employer-section ul li.block-1 a span::after{
    background-image: url(images/icon-employers-list.png);
}
.rozgar-employer-section ul li.block-2 a{
    background-color: #cee6f4;
    color: #0385ce;
    padding-top: 40px;
}
.rozgar-employer-section ul li.block-2 a span{
    background: url(images/bg-blue.png) no-repeat left center;
}
.rozgar-employer-section ul li.block-2 a span::after{
    background-image: url(images/icon-guidelines.png);
}
.rozgar-employer-section ul li.block-2 a p{
    font-size: 13px;
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.2;
    color: #414141;
}
.rozgar-employer-section ul li.block-3 a{
    background-color: #eff3d6;
    color: #7e8e0c;
    padding-top: 60px;
}
.rozgar-employer-section ul li.block-3 a span{
    background: url(images/bg-green.png) no-repeat left center;
}
.rozgar-employer-section ul li.block-3 a span::after{
    background-image: url(images/icon-contact-us.png);
}
.modal-overlay *,.modal-overlay *::before,.modal-overlay *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0;
    visibility: hidden;
}
.modal-box{
    position: fixed;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px;
    width: 450px;
    text-align: center;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0;
    visibility: hidden;
}
.modal-overlay.open, .modal-overlay.open .modal-box{
    opacity: 1;
    visibility: visible;
}
.modal-overlay.open .modal-box{
    top: 50%;
}
.modal-box .close-modal{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
    cursor: pointer;
    z-index: 2;
}
.modal-box h3{
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal-box p{
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.modal-box p a[href^="mailto:"]{
    font-size: inherit;
}
.modal-box p:last-of-type{
    margin-bottom: 0;
}
.modal-box .form-block{
    margin-bottom: 15px;
}
.modal-box .form-block .field{
    margin-bottom: 10px;
}
.modal-box input[type="text"],.modal-box input[type="tel"],.modal-box input[type="email"],.modal-box textarea,.modal-box select{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    color: #555;
    line-height: 1.2;
    font-size: 14px;
    font-family: "lato-regular-webfont";
    padding: 0 10px;
}
.modal-box input[type="text"],.modal-box input[type="tel"],.modal-box input[type="email"],.modal-box select{
    height: 36px;
}
.modal-box textarea{
    height: 80px;
    padding: 10px;
}
.modal-box .rozgar-contact{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    min-width: 200px;
    border: 0 none;
    background-color: #0587d1;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}
.modal-box .rozgar-contact:hover{
    background-color: #1873ae;
}
#thanks-block{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: none;
    font-size: 24px;
    line-height: 1.4;
    color: #7e8e0c;
    padding: 250px 50px 0;
    z-index: 1;
}

.searching-table-field{margin-bottom: 20px; text-align: right;}
.searching-table-field input{border: 1px solid #ccc; height: 36px; padding: 0 10px; font-size: 14px; color: #000; line-height: 1.2; width: 250px;}
.employer-table-wrap{
    height: 470px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
    border: 1px solid #ccc;
    clear: both;
}
.employer-table-wrap .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.employer-table-wrap .mCSB_scrollTools{
    width: 3px;
    right: 10px;
    height: 335px;
    top: 80px;
    bottom: auto;
}
.employer-table-wrap .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #bdbdbd;
}
.employer-table-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.employer-table-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #008ad3;}
.employer-table-wrap .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #008ad3;}
.employer-table-wrap .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.employer-table-wrap .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #008ad3;}
.employers-list-table{
    width: 100%;
    padding-top: 56px;
}
.employers-list-table thead{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.employers-list-table th{
    background-color: #008ad3;
    color: #fff;
    font-family: "lato-semibold-webfont";
    font-size: 17px;
    text-align: left;
    padding: 20px;
    font-weight: normal;
}
.employers-list-table th.serial-number,.employers-list-table tr td:first-child{
    width: 150px;
    text-align: center;
}
.employers-list-table th.number-of-emloyee,.employers-list-table tr td:nth-child(2){
    width: 600px;
}
.employers-list-table th.sector,.employers-list-table tr td:nth-child(3){
    width: 440px;
}
.employers-list-table td{
    border: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding: 20px;
}
.employers-list-table tr td:first-child {
    text-align: center;
}
.employers-list-table tr td:last-child{
    border-right: 0 none;
}
ul.guidelines > li{
    background: url(images/red-double-arrow.png) no-repeat scroll 0 8px;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 16px;
    text-align: justify;
}
ul.guidelines > li > ul{
    margin-left: 20px;
    margin-top: 10px;
}
ul.guidelines > li > ul > li{
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 16px;
    text-align: justify;
}
ul.guidelines > li > ul > li::after{
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #008ad3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
table.default-table{
    border: 1px solid #ccc;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}
table.default-table th{
    background-color: #008ad3;
    padding: 10px 20px;
    color: #fff;
    font-family: 'lato-semibold-webfont';
    font-size: 17px;
    line-height: 1;
}
table.default-table tr th:first-child{
    width: 100px;
}
table.default-table tr th:nth-child(2){
    width: 350px;
}
table.default-table th:first-child,table.default-table td:first-child{
    text-align: center;
}
table.default-table td{
    border: 0 none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    font-size: 15px;
    padding: 10px 20px;
}
table.default-table tr td:last-child{
    border-right: 0 none;
}
table.default-table tr:last-child td{
    border-bottom: 0 none;
}
table.default-table td ol{
    padding-left: 20px;
}
table.default-table td ol li{
    list-style: upper-alpha outside;
    padding-left: 5px;
    margin-bottom: 10px;
}
.region-rozgar-photo-gallery , .region-rozgar-video-gallery{
    margin-top: 20px;
}
.about-rozgar-mela.photogallery-videogallery .rozgar-page-li li{
    width: 48%;
}
.rozgar-employer-section ul li {
	width: 50%;
	margin-top: 14px;
}
@media all and (max-width: 1100px){
    .section-numbers .table-wrap-for-resp{overflow: auto; margin-bottom: 10px;}
    .section-numbers .table-wrap-for-resp table{width: 1100px;}

    .rozgar-tabbing .rozgar-type-tabs{width: 340px;}
    .rozgar-tabbing .rozgar-tabbing-content{width: 640px;}
    .rozgar-tabbing .rozgar-tabbing-content{min-height: 290px;}
    .rozgar-tab-content{height: 290px;}
    .rozgar-tab-content table thead th,.accolades-tables thead th{font-size: 15px;}
    .rozgar-employer-section ul{margin-right: 0;}
    .rozgar-employer-section ul li{padding-right: 0;}
    .rozgar-employer-section ul li.block-1 a{padding-top: 50px;}
    .rozgar-employer-section ul li.block-2 a{padding-top: 20px;}
    .modal-box{padding: 20px 30px;}
    .modal-box h3{font-size: 20px; margin-bottom: 5px;}
    .modal-box p{margin-bottom: 10px; font-size: 14px;}
    .text-inner{margin-top: 0;}
}

@media all and (max-width: 900px){
    .rozgar-page h2{margin-bottom: 10px; font-size: 24px; line-height: 1.2;}
    .numbers-glance-table th{font-size: 15px;}
    .about-rozgar-mela.photogallery-videogallery .rozgar-page-li li{
        width: 100%;       
    }
    .about-rozgar-mela .content-block .text-right{margin-top: 10px;}
    .rozgar-tabbing .rozgar-type-tabs,.rozgar-tabbing .rozgar-tabbing-content{width: 100%;}
    .rozgar-tabbing .rozgar-type-tabs{margin-bottom: 20px;}
    .rozgar-type-tabs li{padding-top: 20px; float: left; width: 33.33%; height: 65px;}
    .rozgar-type-tabs li::after{left: 50%; top: 100%; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); margin-top: 0;}
    .rozgar-type-tabs li h4{font-size: 13px;}
    .rozgar-type-tabs li p{font-size: 11px;}
    .activity-mela-tabs li{font-size: 15px; min-height: 80px;}
    .activity-mela-tabs li [class*="icon-"]{display: block; margin: 0 auto 10px;}
    .activity-mela-tabs li .tab-text{display: block;}
    .activities-tab-content{padding: 20px 30px;}
    .accolades-tables thead th.serial-number, .accolades-tables tr td:first-child{width: 80px;}
    .accolades-tables thead th.award-name, .accolades-tables tr td:nth-child(2){width: 180px;}
    .accolades-tables thead th.event, .accolades-tables tr td:nth-child(3){width: 150px;}
    .accolades-tables thead th.criteria, .accolades-tables tr td:nth-child(4){width: 250px;}
    .accolades-tables thead th.reward, .accolades-tables tr td:nth-child(5){width: 100px;}
    .accolades-tables thead th,.accolades-tables tbody tr td{padding: 10px;}
    .rozgar-employer-section ul li a{padding: 10px 20px; min-height: 100px;}
    .rozgar-employer-section ul li.block-1 a,.rozgar-employer-section ul li.block-3 a{padding-top: 20px;}
    .rozgar-employer-section ul li a span{display: none;}
    .events-slider .nbs-flexisel-nav-left{left: 0;}
}

@media all and (max-width: 767px){
    .table-wrap-for-resp {
        width: 100%;
        overflow-x: auto;
    }
    .table-info .left,.table-info .right,.about-rozgar-mela .content-block .left,.about-rozgar-mela .content-block .right{float: none;}
    .table-info .right{margin-top: 10px;}
    .about-rozgar-mela .content-block{margin-bottom: 40px;}
    .about-rozgar-mela .content-block .left,.about-rozgar-mela .content-block .right{width: 100%;}
    .about-rozgar-mela .content-block .left{margin-bottom: 30px;}
    .about-rozgar-mela .content-block .text-right{text-align: left;}
    .rozgar-type-tabs li{height: 90px; text-align: center; padding: 10px; word-wrap: break-word;}
    .rozgar-type-tabs li [class*="icon-"]{display: none;}
    .rozgar-type-tabs li h4{font-size: 14px;}
    .rozgar-type-tabs li p{text-align: center;}
    .rozgar-tab-content table thead th,.rozgar-tab-content table tbody tr td{padding: 10px; vertical-align: top;}
    .rozgar-tab-content table thead th{font-size: 13px;}
    .rozgar-tab-content table thead th.serial-number, .rozgar-tab-content table tr td:first-child{width: 70px;}
    .rozgar-tab-content table thead th.particulars, .rozgar-tab-content table tr td:nth-child(2){width: 130px;}
    .rozgar-tab-content table thead th.rozgar-mela, .rozgar-tab-content table tr td:last-child{width: 166px;}
    .activity-mela-tabs li{min-height: 70px;}
    .activity-mela-tabs li [class*="icon-"]{display: none;}
    .activities-tab-content{padding: 15px 20px;}
    #acc-table-wrap{height: auto;}
    #acc-table-wrap .table-wrap-for-resp{overflow: auto; height: 250px;}
    #acc-table-wrap .table-wrap-for-resp table{width: 1100px;}
    .accolades-tables thead{position: relative; top: auto; left: auto;}
    .rozgar-employer-section ul li{float: none; margin-bottom: 10px; width: 100%;}
    .rozgar-employer-section ul li a{min-height: 0;}
    .rozgar-employer-section ul li.block-1 a,.rozgar-employer-section ul li.block-2 a,.rozgar-employer-section ul li.block-3 a{padding: 15px;}
    .rozgar-employer-section ul li.block-2 a p{margin-top: 5px;}
    .rozgar-employer-section ul li a strong{font-size: 20px;}
    .modal-box{padding: 20px; height: 400px; overflow: auto; width: 320px;}
    .modal-box p:last-of-type{margin-bottom: 20px;}
    .modal-box .form-block .field{margin-bottom: 5px;}
    .upcoming-events-box{padding: 0;}
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f4f6f9;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.vigilance-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vigilance-hero {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5f7d 100%);
}

.vigilance-hero-wrapper {
    width: 100%;
}

.vigilance-hero-img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}

.vigilance-main {
    padding: 35px 0;
    min-height: 70vh;
}

.vigilance-title {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 3px solid #003d7a;
    position: relative;
}

.vigilance-title h1 {
    font-size: 28px;
    font-weight: 700;
    color: #003d7a;
    letter-spacing: 0.5px;
}

.vigilance-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #5fadcf, #7bc4c4);
}

.vigilance-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 61, 122, 0.1);
    margin-bottom: 30px;
    border-left: 4px solid #5fadcf;
}

.vigilance-intro p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

.vigilance-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

.vigilance-card-item {
    background: linear-gradient(135deg, #e8e8e8 0%, #d5d5d5 100%);
    padding: 20px 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.vigilance-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #003d7a, #5fadcf);
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.vigilance-card-item:hover {
    background: linear-gradient(135deg, #d5d5d5 0%, #c5c5c5 100%);
    box-shadow: 0 8px 25px rgba(0, 61, 122, 0.2);
    transform: translateY(-5px);
    border-color: #5fadcf;
}

.vigilance-card-item:hover::before {
    transform: scaleX(1);
}

.vigilance-card-item:focus {
    outline: 3px solid #5fadcf;
    outline-offset: 2px;
}

.vigilance-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.vigilance-card-body h3 {
    font-size: 15px;
    color: #003d7a;
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
}

.vigilance-card-icon {
    font-size: 32px;
    opacity: 0.75;
    transition: transform 0.3s ease;
}

.vigilance-card-item:hover .vigilance-card-icon {
    transform: scale(1.1);
    opacity: 1;
}

.vigilance-footer-banner {
    margin-top: 35px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 61, 122, 0.15);
    background: linear-gradient(135deg, #003d7a 0%, #00508c 100%);
}

.vigilance-footer-banner-img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
}

.vigilance-dashboard {
    padding: 50px 0;
    min-height: 75vh;
}

.vigilance-welcome {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #003d7a 0%, #005a9e 100%);
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 6px 20px rgba(0, 61, 122, 0.2);
}

.vigilance-welcome h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}

.vigilance-guidelines {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 45px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #5fadcf;
}

.vigilance-guidelines h2 {
    font-size: 24px;
    color: #003d7a;
    margin-bottom: 25px;
    font-weight: 600;
}

.vigilance-guidelines-list {
    list-style: none;
    padding-left: 0;
}

.vigilance-guidelines-list li {
    margin-bottom: 18px;
    line-height: 1.9;
    color: #444;
    padding-left: 30px;
    position: relative;
}

.vigilance-guidelines-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #5fadcf;
    font-size: 14px;
    top: 2px;
}

.vigilance-guidelines-list a {
    color: #0066cc;
    font-weight: 500;
    text-decoration: underline;
}

.vigilance-guidelines-list a:hover {
    color: #003d7a;
}

.vigilance-actions {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}

.vigilance-action-button {
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    font-family: inherit;
    letter-spacing: 0.3px;
}

.vigilance-action-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.vigilance-action-button:active {
    transform: translateY(-1px);
}

.vigilance-btn-primary {
    background: linear-gradient(135deg, #7bc4c4 0%, #6ab3b3 100%);
    color: #003d7a;
}

.vigilance-btn-primary:hover {
    background: linear-gradient(135deg, #6ab3b3 0%, #5aa2a2 100%);
}

.vigilance-btn-secondary {
    background: linear-gradient(135deg, #8b7bc4 0%, #7a6ab3 100%);
    color: #ffffff;
}

.vigilance-btn-secondary:hover {
    background: linear-gradient(135deg, #7a6ab3 0%, #6959a2 100%);
}

.vigilance-form-page {
    padding: 50px 0;
}

.vigilance-form-heading {
    text-align: center;
    margin-bottom: 40px;
}

.vigilance-form-heading h1 {
    font-size: 32px;
    color: #003d7a;
    margin-bottom: 12px;
    font-weight: 600;
}

.vigilance-form-heading p {
    color: #666;
    font-size: 16px;
}

.vigilance-form {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 61, 122, 0.15), 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid rgba(0, 61, 122, 0.1);
    position: relative;
    overflow: hidden;
}

.vigilance-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #003d7a 0%, #5fadcf 50%, #7bc4c4 100%);
}

.vigilance-field {
    margin-bottom: 24px;
    position: relative;
}

.vigilance-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vigilance-required {
    color: #e74c3c;
    font-weight: bold;
}

.vigilance-field input[type="text"],
.vigilance-field input[type="email"],
.vigilance-field input[type="tel"],
.vigilance-field select,
.vigilance-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e3e8ef;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
}

.vigilance-field input:focus,
.vigilance-field textarea:focus {
    outline: none;
    border-color: #5fadcf;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(95, 173, 207, 0.12), 0 2px 8px rgba(0, 61, 122, 0.08);
    transform: translateY(-1px);
}

.vigilance-field input:hover:not(:focus),
.vigilance-field textarea:hover:not(:focus) {
    border-color: #c9d4e0;
}

.vigilance-field textarea {
    resize: vertical;
    min-height: 100px;
}

.vigilance-help-text {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.vigilance-input-group {
    display: flex;
    gap: 12px;
}

.vigilance-input-group input {
    flex: 1;
}

.vigilance-verify-button {
    padding: 12px 28px;
    background: linear-gradient(135deg, #003d7a 0%, #005a9e 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    box-shadow: 0 4px 12px rgba(0, 61, 122, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.vigilance-verify-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.vigilance-verify-button:hover::before {
    left: 100%;
}

.vigilance-verify-button:hover {
    background: linear-gradient(135deg, #005a9e 0%, #0070b8 100%);
    box-shadow: 0 6px 20px rgba(0, 61, 122, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.vigilance-verify-button:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}

.vigilance-otp {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #e8f5f7 0%, #d4ecf0 100%);
    border-radius: 10px;
    border: 2px solid #5fadcf;
    box-shadow: 0 2px 8px rgba(95, 173, 207, 0.15), inset 0 1px 3px rgba(255, 255, 255, 0.5);
}

.vigilance-otp input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #bdd;
    border-radius: 8px;
    font-size: 15px;
    background-color: #ffffff;
}

.vigilance-otp-button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.vigilance-otp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.vigilance-otp-button:hover::before {
    left: 100%;
}

.vigilance-otp-button:hover {
    background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
    box-shadow: 0 6px 18px rgba(39, 174, 96, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.vigilance-badge-verified {
    color: #27ae60;
    font-weight: bold;
    font-size: 17px;
}

.vigilance-hidden {
    display: none !important;
}

.vigilance-upload-zone {
    position: relative;
}

.vigilance-upload-zone input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.vigilance-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    border: 3px dashed #5fadcf;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fdff 0%, #eef7fb 100%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: inset 0 2px 8px rgba(95, 173, 207, 0.08);
}

.vigilance-upload-label::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: radial-gradient(circle at center, rgba(95, 173, 207, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vigilance-upload-label:hover {
    background: linear-gradient(135deg, #eef7fb 0%, #e0f0f7 100%);
    border-color: #003d7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(95, 173, 207, 0.2), inset 0 2px 8px rgba(95, 173, 207, 0.08);
}

.vigilance-upload-label:hover::before {
    opacity: 1;
}

.vigilance-upload-icon {
    font-size: 42px;
    margin-bottom: 12px;
    filter: drop-shadow(0 2px 4px rgba(0, 61, 122, 0.1));
}

.vigilance-upload-label span {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.vigilance-upload-label small {
    color: #888;
    font-size: 13px;
    margin-top: 8px;
}

.vigilance-file-list {
    margin-top: 18px;
}

.vigilance-file-item {
    padding: 12px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.vigilance-file-item span {
    font-size: 14px;
    color: #333;
}

.vigilance-file-item button {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.vigilance-file-item button:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
}

.vigilance-captcha {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.vigilance-captcha-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    border: 2px solid #d4dae2;
    border-radius: 10px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
}

.vigilance-captcha-code {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 8px;
    font-family: 'Courier New', monospace;
    color: #003d7a;
    text-decoration: line-through;
    user-select: none;
    text-shadow: 1px 1px 2px rgba(0, 61, 122, 0.1);
}

.vigilance-captcha-refresh {
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    padding: 6px;
    transition: transform 0.3s ease;
}

.vigilance-captcha-refresh:hover {
    transform: rotate(180deg);
}

.vigilance-captcha input {
    flex: 1;
    min-width: 220px;
}

.vigilance-form-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 45px;
    padding-top: 35px;
    border-top: 2px solid #e8e8e8;
}

.vigilance-submit-button,
.vigilance-cancel-button {
    padding: 14px 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.vigilance-submit-button::before,
.vigilance-cancel-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.vigilance-submit-button:hover::before,
.vigilance-cancel-button:hover::before {
    left: 100%;
}

.vigilance-submit-button {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
}

.vigilance-submit-button:hover {
    background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.vigilance-cancel-button {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: #ffffff;
}

.vigilance-cancel-button:hover {
    background: linear-gradient(135deg, #7f8c8d 0%, #6c7a7b 100%);
    box-shadow: 0 6px 20px rgba(127, 140, 141, 0.35), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .vigilance-wrapper {
        padding: 0 15px;
    }

    .vigilance-main,
    .vigilance-dashboard,
    .vigilance-form-page {
        padding: 30px 0;
    }

    .vigilance-title h1 {
        font-size: 28px;
    }

    .vigilance-intro {
        padding: 25px 20px;
    }

    .vigilance-intro p {
        font-size: 15px;
    }

    .vigilance-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vigilance-card-item {
        padding: 28px 20px;
    }

    .vigilance-card-body h3 {
        font-size: 16px;
    }

    .vigilance-card-icon {
        font-size: 38px;
    }

    .vigilance-welcome h1 {
        font-size: 24px;
    }

    .vigilance-guidelines {
        padding: 25px 20px;
    }

    .vigilance-guidelines h2 {
        font-size: 20px;
    }

    .vigilance-actions {
        flex-direction: column;
        gap: 20px;
    }

    .vigilance-action-button {
        width: 100%;
        padding: 18px 40px;
    }

    .vigilance-form {
        padding: 30px 20px;
    }

    .vigilance-form-heading h1 {
        font-size: 26px;
    }

    .vigilance-input-group {
        flex-direction: column;
    }

    .vigilance-verify-button {
        width: 100%;
    }

    .vigilance-otp {
        flex-direction: column;
        align-items: stretch;
    }

    .vigilance-otp-button {
        width: 100%;
    }

    .vigilance-form-buttons {
        flex-direction: column;
    }

    .vigilance-submit-button,
    .vigilance-cancel-button {
        width: 100%;
    }

    .vigilance-captcha {
        flex-direction: column;
        align-items: stretch;
    }

    .vigilance-captcha input {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .vigilance-title h1 {
        font-size: 24px;
    }

    .vigilance-card-body {
        flex-direction: column;
        text-align: center;
    }

    .vigilance-card-icon {
        font-size: 50px;
    }

    .vigilance-captcha-code {
        font-size: 20px;
        letter-spacing: 6px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vigilance-card-item,
.vigilance-intro,
.vigilance-guidelines,
.vigilance-form {
    animation: fadeIn 0.6s ease-out;
}

*:focus-visible {
    outline: 3px solid #5fadcf;
    outline-offset: 2px;
}

button:focus-visible {
    outline: 3px solid #5fadcf;
    outline-offset: 3px;
}

@media print {
    .vigilance-actions,
    .vigilance-form-buttons,
    .vigilance-captcha-refresh {
        display: none;
    }
}

/*graviance page css*/
.tabWraper{
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #dfe8eb;
  width: 25%;
  height: 400px;
  border-radius: 0;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 16px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
}

.tab button:hover {
  background-color: #003d7a;
  color: #fff;
}

.tab button.active {
  background-color: #003d7a;
  color: #fff;
}

.tabcontent {
  float: left;
  padding: 12px;
  border: 1px solid #ccc;
  width: 75%;
  border-left: none;
  height: 400px;
  overflow-y:scroll;
  border-radius: 0 10px 10px 0;
}

.tabcontent h3{font-size: 1.2rem; font-weight: bold; color: #003d7a; border-bottom: 1px solid #003d7a; padding-bottom: .5rem}

.tabcontent ul{margin-top: 1rem}
.tabcontent ul li h5{
margin-top: 0;
font-size: 1rem;
font-weight: bold;
margin-bottom: 0;
color: #003d7a;
}

.tabcontent ul li p{
    margin-top: 0;

}


.policyGuideline > li{
    margin-bottom: 1rem;

}


/*thankyou page*/



.thankyoy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.svganimain{padding: 1rem 0; text-align: center;}
.svganimain img{max-width: 300px; display: inline-block;}

.thankyoy p{
    text-align: center;
}

.backtoprev{border: 1px solid  #003d7a; font-weight: bold; cursor: pointer; display: inline-block; width: 180px; margin: 0 auto; padding: 1rem 2rem; color: #003d7a}
.backtoprev:hover{background:#003d7a; color:#fff }
.tablebox{border-collapse: collapse;
  width: 100%;}
  .tablebox tr td, .tablebox tr th{
    border: 1px solid #ddd;
  padding: 8px;
  }

.tablebox thead tr{
background: #f5f5f5;
}



.alert-danger{
    text-align: center;
}
  .alert-danger img{
    max-width: 150px;
    display: inline-block;
  }

  .alert-danger p{
    text-align: center;
  }

    .alert-danger p strong{
        color: #ff0000;
    }


    /*contact us modal*/
    .trigger{
      
  
  
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    position: relative;
    z-index: 9;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}