<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}
a {text-decoration:none !important;}
button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    /*font-family:"Inter", sans-serif !important;*/
    font-family: "Hind", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

/*.container {
    padding: 0 15px;
}*/

.container-max {
    max-width: 1000px;
    margin: 0 auto;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*padding: 20px 0;*/
    padding: 0 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

    .page-header nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:10px 0;
    }
.mpo-logo {height:55px;float:right;}
.loginbtn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 10px;
    color: white;
    background: #08a6df;
    transition: background 0.3s;
    text-decoration: none;
}

    .loginbtn svg {
        flex-shrink: 0;
        margin-left: 5px;
        fill: currentColor;
    }

    .loginbtn:hover {
        background: #0ab8f6;
    }
.capctha {
    border:1px solid #ddd;
}
 
.sound_pho, .refresh_pho, .help_pho {
    float:left;
}
/* For Form Captcha */
table.Captcha {
    width:100% !important;
    margin: 0 auto;
    
}
    table.Captcha td {border:0 !important;}
    /* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .page-header.is-sticky {
        position: fixed;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        /*padding: 8px 0;*/
        padding: 0 0;
        backdrop-filter: blur(10px);
        animation: slideDown 0.35s ease-out;
    }

    .page-header.is-sticky img {
        max-width: 80%;
    }



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Preheader */
.preheader {
    background: #434d63;
    height: 35px;
    line-height: 35px;
    color: #fff;
}

    .preheader a {
        color: #fff;
        text-decoration: none;
    }

        .preheader a:hover {
            color: #ffd895;
        }

    .preheader .homeLink {
    }

/* Banner Box */
.bannerBox {
    background: #2b5876;
    background: linear-gradient( to right, #0f2634,#1e1737 );
    padding: 151px 0 50px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .bannerBox h1 {
        font-size: 3rem;
        font-weight: 900;
        font-family: "K2D", sans-serif !important;
    }


/* Search Box */
.searchBox {
    background: #FFFFFF;
    box-shadow: 0px 30px 30px rgba(175, 175, 175, 0.16);
    border-radius: 16px;
    padding: 22px 20px 10px;
    position: relative;
    z-index: 99;
    font-weight: 500;
}

    .searchBox .row {
        background-color: #f7f8ff;
        border-radius: 15px;
    }

    .searchBox input[type="text"], .searchBox input[type="date"], .searchBox input[type="password"] {
        color: #000;
        width: 100% !important;
        padding: 9px 20px 9px 35px;
        border-radius: 3px;
        border: 1px solid #ddd;
        font-size: 14px;
        transition: .2s ease;
    }

.single__input input[type="text"]:focus ~ .abs-icn,
.single__input input[type="date"]:focus ~ .abs-icn,
.single__input input[type="password"]:focus ~ .abs-icn {
    opacity: .3;
    transition: .2s ease;
}

.searchBox input[type="text"]:focus-visible, .searchBox input[type="text"]:focus-visible,
.searchBox input[type="date"]:focus-visible, .searchBox input[type="password"]:focus-visible {
    outline: none;
    box-shadow: 0 0 4px transparent;
}

.searchBox h5 {
    color: #000;
}

.single__input {
    position: relative;
}

.abs-icn {
    position: absolute;
    left: 5px;
    top: 6px;
    height: 25px;
}

.searchBox label {
    color: #000;
    font-size: 15px;
}

.job_search_btn {
   padding:10px 20px;
   display:block;
    text-align: center;
    border:0;
    border-radius: 5px;
  margin:0 auto;
 
    background-color: #424a76;
    color: #fff;
}

    .job_search_btn:hover {
        background-color: #1f2648;
        color: #fff;
    }

.vr {
    display: inline-block !important;
    border-right: 1px solid #ddd !important;
}

.bg-trans {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.015;
}
/* Track Application Status */
.trackApplication {
    text-align: center;
    line-height: 1.4;
}

    .trackApplication h5 {
        line-height: 1.7;
    }

    .trackApplication a img {
        border-radius: 16px;
        box-shadow: 0px 20px 80px 6px rgb(125, 123, 191);
        margin-bottom: 20px;
        height: 135px;
        display: block;
        margin: 0 auto;
        transition: transform .4s;
    }

    .trackApplication a:hover img {
        border-radius: 16px;
        box-shadow: 0px 10px 80px 6px rgba(255, 255, 255, 0.9);
        transform: scale(1.1);
    }

.bounceArrow {
    animation: bounce 2000ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

/* Toggle Menu CSS */

#toggle {
    width: 25px;
    height: 23px;
    margin: 10px auto;
}

    #toggle div {
        width: 100%;
        height: 5px;
        background: white;
        margin: 4px auto;
        transition: all 0.3s;
    }

    #toggle.on .one {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #toggle.on .two {
        transform: translateX(5px);
        opacity: 0;
    }

    #toggle.on .three {
        transform: rotate(-45deg) translate(7px, -8px);
    }

#menu {
    color: white;
    border: 1px solid white;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    line-height: 100px;
    text-align: center;
    margin: auto;
    display: none;
}
/*
    section candidate-profiling

*/
.candidate-profiling {
    padding: 50px 0;
    background: #eaeef0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.blobabs {
    position: absolute;
    left: -180px;
    bottom: -200px;
    width: 50%;
}

.card.candidate-pro-card {
    box-shadow: none;
    border: 0 !important;
    background-color: transparent;
}

.tab-pane, .tab-cont {
    min-height: 350px;
}

.tab-pane {
    padding: 10px;
}

.blobabs:hover {
    rotate: 30deg !important;
    transition: .5s ease-in-out;
}

.resp-tab-content .table td {
    font-size: 15px;
    vertical-align: bottom;
    padding: 3px;
}

    .resp-tab-content .table td .linkaction {
        display: inline-block;
        width: 45%;
        transition: .1s ease;
        position: relative;
        transition: transform .5s ease;
    }

    .resp-tab-content .table td a {
        text-decoration: none;
    }

    .resp-tab-content .table td .linkaction:hover {
        transform: scale(1.3);
    }

.resp-tab-content .table th {
    background-color: #f9f9f9 !important;
    font-size: 17px;
}

.card.resp-tab-content .card-header {
    background-color: transparent !important;
    padding: 20px 20px 5px;
}

.card.resp-tab-content h5 {
    margin: 0;
    font-size: 25px;
}

.linktogo img {
    height: 25px;
}
/* banner image */
.banner-abs-image {
    position: absolute;
    bottom: -122px;
    right: -50px;
    z-index: 9;
}

    .banner-abs-image img {
        filter: drop-shadow(0 0 0.75rem #e3e5ff);
    }

.banner-abs-image {
}
/* Carousel */

/* Animated Shapes

*/

.animation_main_div {
    position: absolute;
    margin: 0px auto;
    display: block;
    width: 200px;
    left: -100px;
    bottom: 10%;
    margin-left: 100px;
    margin-top: 100px;
    opacity: .5;
    z-index: 0;
}


.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2196F3;
    position: absolute;
    -webkit-animation-timing-function: linear;
    -webkit-animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: scaler 4s infinite;
    animation-timing-function: linear;
}

.circle2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2196F3;
    position: absolute;
    -webkit-animation-timing-function: linear;
    -webkit-animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: scaler 4s infinite;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
}

.circle3 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2196F3;
    position: absolute;
    -webkit-animation-timing-function: linear;
    -webkit-animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: scaler 4s infinite;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
}


.circle4 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2196F3;
    position: absolute;
    -webkit-animation-timing-function: linear;
    -webkit-animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    -moz-animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    animation: scaler 4s infinite; /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation: scaler 4s infinite;
    animation-timing-function: linear;
    -webkit-animation-delay: 3s;
}



@-webkit-keyframes scaler {

    0% {
        -webkit-transform: scale(1);
    }

    33% {
        -webkit-transform: scale(4);
        opacity: 0.20;
    }

    67% {
        -webkit-transform: scale(7);
        opacity: 0.10;
    }

    100% {
        -webkit-transform: scale(10);
        opacity: 0;
    }
}

@-moz-keyframes scaler {

    0% {
        -moz-transform: scale(1);
    }

    33% {
        -moz-transform: scale(4);
        opacity: 0.20;
    }

    67% {
        -moz-transform: scale(7);
        opacity: 0.10;
    }

    100% {
        -moz-transform: scale(10);
        opacity: 0;
    }
}

@keyframes scaler {

    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(4);
        opacity: 0.20;
    }

    67% {
        transform: scale(7);
        opacity: 0.10;
    }

    100% {
        transform: scale(10);
        opacity: 0;
    }
}









/* Side drawer css */
#slideOut {
    position: fixed;
    width: 300px;
    height: 800px;
    top: 30px;
    right: -300px;
    /* Animation  */
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    z-index: 9999999;
}


/* Display slideOut */

.showSlideOut {
    right: 0px !important;
}

.peb-footer {
    text-align: center;
    padding: 10px 0;
    background: #434d63;
    color: #fff;
}

    .peb-footer p {
        margin: 0;
        color: #fff;
    }

/* Tab */

.slideOutTab {
    margin-top: 50px;
    position: absolute;
    left: -40px;
    height: 200px;
    width: 40px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background: #F2AB34;
    border-radius: 15px 0px 0px 15px;
    cursor: pointer;
}

    .slideOutTab:hover {
        background-color: #0A78B0;
        color: #fff;
    }

    .slideOutTab div {
        text-align: center;
        position: relative;
        right: 70px;
        top: 90px;
        width: 180px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        writing-mode: lr-tb;
    }

.profileicn {
    position: absolute;
    top: -22px;
    left: -57px;
    transition: .5s ease;
    rotate: 90deg;
}

.showSlideOut .profileicn {
    top: -12px;
    transition: .5s ease;
}


/* None relevant included styling */


section:nth-child(2) {
    background: #7876A0;
}


/*.modal-body {
  height: 400px;
}*/
.modal-body {
    position: relative;
    z-index: 0;
}

    .modal-body .absimg {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 90%;
        z-index: -1;
        opacity: 0.02;
    }

.modal-content {
    position: relative;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header .close {
    margin-top: -2px;
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

    .modal-header .close {
        margin-top: -2px;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    position: absolute;
    right: 12px;
    top: 22px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.candidate-profiling-list {
    padding: 10px !important;
}

    .candidate-profiling-list ul {
        padding: 10px 20px;
    }

        .candidate-profiling-list ul li {
            margin: 0;
            padding: 5px 0 5px 0;
            font-size: 14px;
        }

            .candidate-profiling-list ul li a {
                text-decoration: none !important;
                color: #000;
            }

                .candidate-profiling-list ul li a:hover {
                    text-decoration: underline !important;
                }

.contact-us-section {
    position: relative;
    background-color: #e3e3e3;
    padding: 50px 0;
    overflow: hidden;
}

    .contact-us-section .contactus-bg {
        position: absolute;
        left: 0;
        width: 100%;
        object-position: 0% 100%;
        background-position: 0% 0%;
        margin-top: 0;
        margin-bottom: 0;
        object-fit: cover;
        object-position: center;
    }

    .contact-us-section h3 {
        font-size: 40px;
        font-weight: 600;
    }

.contact-matter {
    position: relative;
}

.contact-card {
    padding: 50px;
    background-color: #fff;
    min-height: 200px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}

    .contact-card h3 {
        font-size: 23px;
        font-weight: 600;
    }

    .contact-card h5 {
        font-size: 16px;
        font-weight: 400;
    }

.contact-details-list {
    margin: 10px 0 0 0;
    padding: 0;
}

    .contact-details-list li {
        list-style-type: none;
        padding: 5px 0;
    }

        .contact-details-list li img {
            margin-right: 10px;
        }

        .contact-details-list li a:hover {
            color: #1a253b;
        }

.Conttable {
    width: 100%;
    border-collapse: collapse;
}

    .Conttable th {
        padding: 5px;
        border-bottom: #d9d9d9 1px solid;
        color: #000;
        font-size: 19px;
        font-weight: 500;
    }

    .Conttable td {
        padding: 6px;
        border-bottom: #ddd 1px solid;
        text-align: left;
        font-size: 16px;
    }

.table-heading {
    font-size: 18px;
}


/* side button */
body {
    font-family: Arial, sans-serif;
}

.results {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #343a40;
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 999999;
}

    .sidebar .close-btn {
        position: absolute;
        top: 20px;
        right: 25px;
    }

.sidebar-content {
    padding: 15px;
}

.notification button {
    color: #fff;
    text-decoration: none;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.DivScroll ul {
    padding: 10px 28px 10px 10px;
}

    .DivScroll ul li {
        font-size: 15px;
        line-height: 1.5;
    }

.DivScroll ul {
    padding: 5px 28px 28px !important;
}
.side-navi-tab h3 {
    padding: 16px 20px 7px;
    background-color: #6153e663;
    color: #090909;
    margin: 0;
}
.sidebar {
    background-color: rgb(7, 32, 86) !important;
    /*position: relative;
  background-color: rgba(255,255,255,0.4);
  border-radius: 20px;
  box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);*/
}

.page-header.is-sticky button {
    padding: 0;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@media only screen and (max-width: 666px) {
    #slideOut {
        position: fixed;
        width: 284px;
    }

    .slideOutTab {
        left: -56px;
    }

    .showSlideOut .slideOutTab {
        left: -40px;
    }

    .loginbtn {
        font-size: 15px;
        padding: 9px 13px !important;
    }
}

@media only screen and (max-width: 999px) {
    .bannerBox h1 {
        font-size: 2rem;
    }

    .contact-card {
        margin-bottom: 30px;
    }

    .animation_main_div {
        display: none;
    }

    .candidate-pro-card .table td .linkaction {
        display: block;
        width: 100%;
    }

    .candidate-pro-card .table td {
        white-space: nowrap;
        border: 1px solid #ddd;
    }

        .candidate-pro-card .table td .linkaction {
            width: 100px;
            margin: 0 auto;
            text-align: center;
        }

    .container {
        max-width: 95% !important;
    }

    .side-instruction {
        padding: 20px !important;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
        margin: 30px 0 30px;
    }

    .peb-login-box {
        padding: 50px 20px 20px 20px !important;
    }

    .Conttable td {
        display: block;
        width: 100%;
    }

    .guidelist {
        height: 50px;
    }
}

/* Scroll */
.scroll-y {
    overflow-y: scroll;
    position: relative;
}

div, ol, pre, span, ul {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

.scroll-y::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-y::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    .scroll-y::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }


/* Wrapper */
.wrapper {
    min-height: 100vh;
    height: 100%;
    margin-top: 90px;
    z-index: 0;
    position: relative;
}

.main-login-dv {
    width: 80%;
    min-width: 320px;
    margin: 2% auto 0;
    background: #fff;
    height: 440px;
}

.side-instruction {
    padding: 60px 60px 60px 60px;
    position: relative;
    overflow: hidden;
}

    .side-instruction h5 {
        margin: 0;
        padding: 20px 20px;
        font-size: 35px;
    }

    .side-instruction p {
        margin: 0;
        text-align: justify;
        font-size: 15px;
        line-height: 28px;
        padding: 0 20px 20px 20px;
    }

.peb-login-box {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px 0px;
    padding: 80px 60px 60px 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 0;
}

    .peb-login-box span {
        display: block;
        margin: 0 0 5px;
    }

.peb-container h2 {
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 20px 0 0;
    font-weight: lighter;
}

.select_login {
    text-align: center !important;
}

.margin-auto {
    margin: 0 auto;
}

.peb-login-box input[type="text"],
.peb-login-box input[type="password"] {
    width: 100%;
    outline: none;
    display: block;
    background: rgba(236, 236, 236, 0.1);
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 8px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #ddd;
}


    .peb-login-box input[type="text"]:hover,
    .peb-login-box input[type="password"]:hover,
    .peb-login-box input:focus {
        background: rgba(236, 236, 236, 0);
        border: 1px solid #0098fe;
    }

.peb-login-box input[type="submit"] {
    outline: none;
    background-image: linear-gradient(90deg, #444f65, #09f);
    width: 100%;
    border: 0;
    border-radius: 4px;
    margin: 10px 0;
    padding: 12px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s all;
}

    .peb-login-box input[type="submit"]:hover {
        background-image: linear-gradient(90deg, #09f, #414b61);
        transition: .5s all;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -o-transition: 1s all;
    }

.login-footer {
    width: 100%;
    margin: 0 auto 10px;
}

    .login-footer a {
        color: #4285f4;
        font-size: 0.9em;
        text-decoration: none;
    }

.citizenlink {
    float: left;
    position: relative;
}

.forgorlink {
    float: right;
}

.login-footer a:hover {
    color: #225679;
    text-decoration: underline;
}

#radio input[type="radio"] {
    margin: 0 2px 0 10px;
}

.loginBox-abs {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.loginBox-abs-opp {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -24px;
    z-index: -1;
}

.wrapper:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/svg/circuit-board.svg');
    background-repeat: repeat;
    z-index: -2;
    top: 0;
    opacity: 0.02;
}

.select_login {
    position: relative !important;
}

.loginicon {
    display: block;
    margin: 0 auto 10px;
}
/*End of Login Css*/
.page-title {
    background-color: #8082b1;
    padding: 10px 0;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.form-card {
    border: none !important;
    -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    border: solid 1px #dde4eb;
    border-radius: 0px;
    margin-bottom: 2rem;
}

.page-title h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.page-title .page-form-links a {
    color: #fff;
    transition: .4s ease;
    text-decoration: none;
}

    .page-title .page-form-links a:hover {
        margin-left: 10px;
        color: #000;
    }

.table {
    width: 100%;
    margin: 10px 0 0 0 !important;
    border-collapse: collapse;
}

    .table td {
        vertical-align: middle !important;
    }

    .table tbody tr:nth-of-type(2n+1) {
        background-color: rgba(0,0,0,.03);
    }

    .table input[type="text"], .table textarea, .table select {
        padding: 5px;
        border-radius: 4px;
        background-color: #fff;
        border: #e9ecef 1px solid;
    }

    .table input[type="checkbox"] {
        margin: 8px 5px;
    }

    .table input:focus {
        outline: none;
        box-shadow: 0px 0px 5px #d8e4eb;
        border: #638da4 1px solid;
    }

    .table input:hover {
        border-radius: 5px;
    }

    .table select, .table textarea {
        width: 100%;
    }

    .table textarea {
        height: 36px;
    }

    .table select:focus {
        outline: none;
        box-shadow: 0px 0px 5px #d8e4eb;
        border: #638da4 1px solid;
    }

    .table select:hover {
        outline: none;
        box-shadow: 0px 0px 5px #d8e4eb;
        border: #638da4 1px solid;
    }

    .table textarea:focus {
        outline: none;
        box-shadow: 0px 0px 5px #d8e4eb;
        border: #638da4 1px solid;
    }

    .table textarea:hover {
        outline: none;
        box-shadow: 0px 0px 5px #d8e4eb;
        border: #638da4 1px solid;
    }

.btn_dv {
    text-align: center;
    padding: 10px 0;
}

.sub_btn {
    background-color: #434d63;
    border: none;
    padding: 8px 12px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

    .sub_btn:hover, .sub_btn:active {
        background-color: #065268;
    }

.table input[type="text"] {
    width: 100%;
}

.table2 td {
    width: 50%;
}

.table4 td {
    width: 25%;
}

.table6 td {
    width: 16.66%;
}

.table-responsive .table td {
    white-space: nowrap;
}

    .table-responsive .table td input[type="text"], .table-responsive .table td textarea, .table-responsive .table td select {
        min-width: 200px;
    }
/* Marquee Home page design */


.marquee-row {
    background-color: #2D3347;
}

.marquee {
    display: flex;
    flex-direction: row;
    line-height: 1.1;
    text-transform: uppercase;
    overflow: hidden;
}

    .marquee:hover &gt; .marquee__row {
        animation-play-state: paused;
    }

.marquee__row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-shrink: 0;
    animation: marquee;
    animation-duration: 25000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee__item {
    width: auto;
    padding: 1.125rem 0.75rem;
    cursor: pointer;
    overflow: hidden;
}

.marquee__separator {
    width: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.marquee__text {
    font-size: 20px;
    margin: 0;
    line-height: 1.1;
    color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__row {
        animation: none;
        -webkit-animation: none;
    }
}

@media screen and (max-width: 640px) {
    .marquee__item {
        padding: 0.625rem 0.75rem;
    }

    .marquee__text {
        font-size: 1rem;
        line-height: 1.1;
    }
}


@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}



/* New tab design 02.04.2025 */

.tab-block {
    /*width: 650px;
  height: 290px;
  margin: 50px auto;*/
}

    .tab-block .tab-mnu {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .tab-block .tab-mnu:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-block .tab-mnu li {
            box-sizing: border-box;
            float: left;
            background-color: #fff;
            color: #000;
            width: 154px;
            text-align: center;
            padding-top: 13px;
            padding-bottom: 13px;
            cursor: pointer;
        }

            .tab-block .tab-mnu li:not(:last-child) {
                border-right: 1px solid #4c607c;
            }

            .tab-block .tab-mnu li:hover:not(.active) {
                background-color: #7688b1;
                color: #fff;
            }

        .tab-block .tab-mnu .active {
            background-color: #434d63;
            color: #fff;
            border-bottom: 1px solid #eaecec;
            cursor: default;
        }

    .tab-block .tab-cont {
        box-sizing: border-box;
        border-top: 1px solid white;
        background-color: white;
        color: #292d2f;
    }
/*.tab-block .tab-cont .tab-pane {
  padding: 20px 25px;
}*/

.faq-button {
    position: fixed;
    right: -29px;
    display: inline-block;
    width: auto;
    height: 45px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #000000;
    text-align: center;
    background-color: #eeeea7;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    top: 250px;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    display: block;
}

    .faq-button:hover {
        background-color: #d7d771;
    }

/*Starting of Tabs Css*/
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 100;
    font-size: 1.4em;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    background-color: #fff !important;
    /*float: left;*/
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
    padding: 10px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tabs-list.hor_1 .resp-tab-active {
    background-color: #393972 !important;
    color: #fff;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*End of tabs Css*/

/*Starting of OLD Css*/

.bg {
    /*    background-image: url('/img/tiles.png');*/
    background-color: #cdd9e130;
}

h1 {
    font-size: 40px;
    /*color: #222222;*/
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}

/*.hr {
    width: 50px;
    border: 2px solid #37b8bd;
    margin: 0 auto 20px;
}*/

/*Staring of preheader*/


.peblogin {
    float: right;
}

.home-lang {
    float: left;
}

    .home-lang img {
        vertical-align: middle;
        line-height: 22px;
        margin: 0 5px;
    }
/*End of preheader*/
.divider-header {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto 10px;
    background: #666;
}

.row-col p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6em;
    margin: 0 auto 20px;
}

.row-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .row-col ul li {
        width: 45%;
        display: inline-block;
    }

.top-row {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
    background-color: #fff;
}


.main-container {
    margin: 86px 0 0 0;
}

.row-col {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9;
}

.lft-row {
}

.rgt-row {
}

    .rgt-row p {
        font-size: 17px;
        line-height: 35px;
        text-align: left;
        margin: 0;
        display: inline;
        font-family: Hind;
    }
/*Starting of Slider Css*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

    .rslides_tabs li {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    .rslides_tabs a {
        width: auto;
        line-height: 20px;
        padding: 9px 20px;
        height: auto;
        background: transparent;
        display: inline;
    }

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs .rslides_here a {
        background: rgba(255,255,255,.1);
        color: #fff;
        font-weight: bold;
    }

#download {
    background: #333;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 60px auto;
    max-width: 500px;
    padding: 20px;
}

    #download:hover {
        background: rgba(255,255,255,.15);
    }

.footer {
    font-size: 11px;
}

/* Callback example */
.events {
    list-style: none;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .8);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes/themes.gif") no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.txt-center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
}

#slider3-pager .rslides_here a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
    padding: 0;
}
/*End of Slider Css*/
/*Starting of Side navi*/
/* sidenavi wrapper */

#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {
    margin: 0;
    padding: 0;
}

#sideNavi {
    position: fixed;
    right: 49px;
    top: 25%;
    z-index: 999999;
}
/* items */

.side-navi-item-default {
    height: 50px;
    display: none;
}

.side-navi-item {
    position: absolute;
    left: 6.5px;
    display: inline-block;
    width: 96px;
    height: 50px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
    background-color: #8c80ff;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
}

    .side-navi-item.item1 {
        top: 181px;
    }

    .side-navi-item.active,
    .side-navi-item:hover {
        background-color: #6153e6;
        color: #fff;
    }

    .side-navi-item &gt; div {
        padding-top: 15px;
        text-align: center;
    }
/* data wrapper */

.side-navi-data {
    position: absolute;
    top: 0;
    left: 52px;
    width: 410px;
    /*height: 450px;*/

    background-color: #fff;
}

    .side-navi-data p {
        line-height: 29px;
        font-size: 14px;
    }
/* tab wrapper */

.side-navi-tab {
    display: none;
}

    .side-navi-tab.active {
        display: inline-block;
    }

    .side-navi-tab &gt; div {
        width: 90%;

    }

div.main {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.9em;
}

span.minus {
    color: red;
    padding-right: 10px;
}

#Div1 {
    height: 350px;
}
/*End of Side Nav*/
/*Starting of Tab Row Css*/
.row-col-secondary {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

    .row-col-secondary p {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.6em;
        margin: 0 auto 20px;
    }
/*End of Tab Row Css*/
.row-col-third {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 0 0;
}

    .row-col-third p {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.6em;
        margin: 0 auto 20px;
    }

.service-table {
    width: 100%;
    border-collapse: collapse;
}

    .service-table th {
        padding: 8px;
        border: #eee 1px solid;
        color: #333;
        margin: 0 0 0 0;
        font-weight: lighter;
        text-align: left;
        font-size: 1.4em;
        background-color: #F3F6F9;
    }

    .service-table td {
        padding: 4px;
        border: #eee 1px solid;
        text-align: left;
        box-sizing: border-box;
    }

    .service-table tr {
        background: #fafafa;
    }

        .service-table tr:nth-child(odd) {
            background: #FBFBFB;
        }

        .service-table tr:nth-child(even) {
            background: #f7f7f7;
        }

    .service-table td a {
        color: #444495;
        text-decoration: none;
    }

    .service-table td span {
        color: #ef1f24;
    }

.align-left {
    text-align: left !important;
}

/*.captcha-outer {
    text-align: left;
    margin: 0;
    width: 50% !important;
    float: left;
}
*/
.captchainput {
    width: 50% !important;
    float: left;
}
.captchaFields {
    padding:10px;
}
.align-center {
    text-align: center !important;
}

.candidate-profiling h4 {
    margin: 15px 0 0 0;
    font-family: 'Barlow Semi Condensed','Hind', sans-serif;
    font-size: 1.8em;
    font-weight: 100;
    background-color: aliceblue;
    text-align: left;
    padding: 5px;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.candidate-profiling ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: solid 1px #eee;
}

.resp-tabs-list.hor_1 li {
    width: auto;
    float: left;
}

.candidate-profiling ul li {
    display: block;
    text-align: left;
    margin: 2px auto;
}

    .candidate-profiling ul li a::after {
        content: "→";
        float: right;
        padding: 0 10px;
    }

    .candidate-profiling ul li a {
        background-color: #fbfbfb;
        display: block;
        padding: 10px 0 10px 10px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #efefef;
    }

        .candidate-profiling ul li a:hover {
            background-color: #f0f0f0;
        }

    .candidate-profiling ul li span {
        float: right;
        padding: 5px 10px;
    }

.contact {
    margin: 0px 0px 0px 0px;
    padding: 90px 0px 90px 0px;
    background-image: url('/img/section-progress.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.row-contact {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 60px;
    min-height: 300px;
}

    .row-contact h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        line-height: 50px;
    }

    .row-contact p {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.6em;
        margin: 0 auto 20px;
        color: #fff;
    }

    .row-contact ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .row-contact ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .row-contact ul li a {
                text-decoration: none;
                border-radius: 2px;
                border: 2px solid #fff;
                padding: 5px 10px;
                display: inline-block;
                color: #fff;
                margin: 2px 0;
                font-weight: 400;
                text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
                font-size: 15px;
                background-color: transparent;
                min-width: 170px;
                line-height: 26px;
            }

                .row-contact ul li a:hover {
                    color: #000;
                    background-color: #fff;
                    border-color: #fff;
                }

.peb-footer {
    text-align: center;
    padding: 10px 0;
    background: #434d63;
    color: #fff;
}

    .peb-footer p {
        margin: 0;
        color: #fff;
    }
/*Starting of Tabs Css*/
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 100;
    font-size: 1.4em;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    background-color: #fff !important;
    /*float: left;*/
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
    padding: 10px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tabs-list.hor_1 .resp-tab-active {
    background-color: #393972 !important;
    color: #fff;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*End of tabs Css*/
/*Starting of Map */
img {
    vertical-align: middle;
    max-width: 100%;
}

.det {
    font-size: 12px;
    margin-bottom: 15px;
}

i {
    float: left;
    font-size: 18px !important;
    margin: 0 8px 0 0;
}

.fa-envelope:after {
    content: 'Email';
    margin: 8px 13px 0;
}

/*End of Map */



/*Inner Page Table designs*/
.form-container {
    width: 90%;
    min-height: 100vh;
    height: inherit;
    margin: 93px auto 0 auto;
    padding: 0 20px 20px;
    background-color: #fff;
}
#pnlMain {
    padding:20px 0 0 0;
}
.peb_formhead {
    padding: 20px 0;
    text-align: center;
    /*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    background-image: linear-gradient(120deg, #e0f1f6 0%, #daeff0 100%);
}

    .peb_formhead h2 {
        margin: 0;
        padding: 0;
        font-weight: 800;
        font-size: 1.4em;
        line-height: 1.8;
        text-align: center;
    }

/* .peb_formhead .hr {
        width: 50px;
        border: 2px solid #37b8bd;
        margin: 0 auto;
    }*/

.border-0 {
    border: none !important;
}

.txt-center {
    text-align: center !important;
}

.formtable {
    width: 100%;
    margin: 10px 0 0;
    border-collapse: collapse;
}

    .formtable th {
        padding: 8px;
        border: #ddd 1px solid;
        color: #333;
        margin: 0 0 0 0;
        font-weight: lighter;
        text-align: left;
        font-size: 1.4em;
        background-color: #F3F6F9;
    }

    .formtable td {
        padding: 4px;
        border: #434d632b 1px solid;
        text-align: left;
    }

   
        .formtable tr:nth-child(odd) {
            background: #ffffff;
        }

        .formtable tr:nth-child(even) {
            background: #c4cada17;
        }

.formtable2 td {
    width: 50%;
}

.formtable4 td {
}

.formtable6 td {
    width: 16.66%;
}

/* fields */

.formtable td input[type="text"], .formtable td input[type="password"], .data_labeltable input[type="text"] {
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

    .formtable td input:focus, .formtable td input[type="password"]:focus, .data_labeltable td input:focus {
        outline: none;
        box-shadow: 0px 0px 5px #ddd;
        border: #ddd 1px solid;
    }

    .formtable td input:hover, .formtable td input[type="password"]:hover, .data_labeltable td input:hover {
        border-radius: 5px;
    }

.formtable select, .data_labeltable select {
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

.formtable td select:focus, .data_labeltable td select:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}

.formtable td select:hover, .data_labeltable td select:hover {
    border: #ddd 1px solid;
}

.formtable td textarea, .data_labeltable td textarea {
    width: 95%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

    .formtable td textarea:focus, .data_labeltable td textarea:focus {
        outline: none;
        box-shadow: 0px 0px 5px #ffd0b4;
        border-color: #ffd0b4;
    }

    .formtable td textarea:hover, .data_labeltable td textarea:hover {
        border: 1px solid #ffd0b4;
        border-radius: 5px;
    }
/* button css designs */
.btn-dv {
    text-align: center !important;
    margin: 10px 0 10px;
}

.btn {
    background-color: #434d63 !important;
    border: none !important;
    padding: 8px 8px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .btn:hover, .btn:active {
        background-color: #668ee7 !important;
        border: none !important;
        cursor: pointer;
        border-radius: 5px 5px !important;
    }



/*Horizontal Head Table css*/
.data_labeltable {
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    .data_labeltable tr {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .data_labeltable td {
        padding: 4px;
        border: #ddd 1px solid;
        text-align: center;
        box-sizing: border-box;
    }


    .data_labeltable th {
        padding: 8px;
        border: #ddd 1px solid;
        color: #333;
        margin: 0 0 0 0;
        font-weight: lighter;
        text-align: center;
        font-size: 1.4em;
        background-color: #F3F6F9;
    }


    .data_labeltable tr {
        background: #fafafa;
    }

        .data_labeltable tr:nth-child(odd) {
            background: #FBFBFB;
        }

        .data_labeltable tr:nth-child(even) {
            background: #f7f7f7;
        }







@media only screen and (max-width: 999px) {
    body, html {
        height: 100%;
    }

    .row-col ul li {
        width: 100%;
        display: block;
    }

    .rgt-row {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
    }

    .mpo-logo {
        display: none;
    }

    .lft-row img {
        width: 50%;
    }

    .map {
        height: 450px;
        margin: 50px auto;
        overflow: hidden;
    }

    #map {
        width: 100%;
        height: 200px;
    }

    .map-c {
        float: right;
        width: 100%;
    }

    .service-table th {
        display: block;
    }

    .service-table td {
        display: block;
        width: 100%;
        margin: -1px 0 0 0;
        text-align: center;
    }

    .candidate-profiling ul li {
        width: 90%;
    }

    .peb-container {
        height: auto;
    }

    .service-table th {
        text-align: center;
    }

    .side-instruction {
        display: block;
        width: 100%;
        float: none;
    }

    .main-login-dv {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .peb-login-box {
        width: 95%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .login-footer {
        width: 100%;
        margin: 20px auto 100px;
    }

    .form-container {
        height: auto;
    }

    .formtable td {
        width: 100%;
        margin: -1px 0 0 0;
        display: block;
    }


    /*data label_table css*/
    .data_labeltable {
        border: 0;
    }

        .data_labeltable thead {
            display: none;
        }

        .data_labeltable tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        .data_labeltable td {
            display: block;
            text-align: right;
            border-bottom: 1px solid #ddd;
            margin: -1px 0 0 0;
            width: 100%;
        }

        .data_labeltable input[type="text"] {
            width: 50% !important;
        }

        .data_labeltable select {
            width: 50% !important;
        }

        .data_labeltable td:last-child {
            border-bottom: 0;
        }

        .data_labeltable td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

@media only screen and (max-width: 460px) {
    .map-c p {
        display: none;
    }

    .map-c h1 {
        margin-bottom: 20px;
    }

    .det {
        margin-bottom: 9px;
    }

    .lft-row {
        display: none;
    }
    /*Side Nav*/
    #sideNavi {
        display: none;
    }
}

/* Kiosk Profile page stylesheet */


.fn {
    float: none !important;
}

.span-color {
    color: #19a4aa;
    font-weight: lighter;
}
.span {
    font-size: 11px !important;
    color: Red;
}

.tablekiosk {
    width: 100%;
    margin: 10px 0 0;
    border-collapse: collapse;
    font-size: 1.4em;
    border-bottom: solid 1px #ddd;
}

    .tablekiosk th {
        padding: 8px;
        color: #fff;
        margin: 0 0 0 0;
        font-weight: lighter;
        text-align: left;
        font-size: 1.4em;
        background-color: #555555;
    }

    .tablekiosk td {
        padding: 20px 20px 20px 10px;
        text-align: left;
        background-color: #f6f6f6;
        border-bottom: solid 1px #ddd;
    }

.tablekiosk2 td {
    width: 50%;
}

.tablekiosk6 td {
    width: 16.66%;
}

.mppeb_link {
    text-align: center;
    padding: 8px;
    margin: 15px 0;
    width: 25%;
    border-radius: 5px;
    float: right;
    background-color: #19a4aa;
}

    .mppeb_link:hover {
        box-shadow: inset 0 0 7px #01565a;
    }

    .mppeb_link a {
        cursor: pointer;
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 1.8em;
    }
/* G2g Login Page style */

.user-name {
    width: 100%;
    padding-top: 10px;
    text-align: right;
    color: #064168;
    font-size: 25px;
}

    .user-name .fa-user {
        font-size: 21px !important;
    }

.links {
    width: 30%;
    margin: 1.5% 2.4% 0 0.93%;
    min-height: 280px;
    float: left;
    /*display:table-cell;*/
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f3f3f3;
}
/*.outer-dv
{
    display:table;
}*/
.brdr-red {
    border-bottom: 4px solid #E02F42;
}

.brdr-blue {
    border-bottom: 4px solid #1e7caa;
}

.brdr-green {
    border-bottom: 4px solid #37b8bd;
}

.brdr-red:hover {
    border-bottom: 4px solid #bf1c2c;
    border-radius: 0;
}

.brdr-blue:hover {
    border-bottom: 4px solid #23759b;
    border-radius: 0;
}

.brdr-green:hover {
    border-bottom: 4px solid #209499;
    border-radius: 0;
}

.links:hover {
    box-shadow: 0 0 10px 0 #ddd;
}

.links p {
    line-height: 30px;
    padding: 0;
    margin-left: 24px;
    border-bottom: 1px dotted #b5b5b5;
}
    /*.links ul li
{
    font-size:18px;
    line-height:35px;
    text-indent:6px;
    border-bottom:1px dotted #b2b2b2;
    
}*/
    .links p a {
        text-decoration: none;
        transition: all 0.4s;
        color: #000;
        line-height: 30px;
    }

        .links p a:hover {
            color: #37b8bd;
        }

.links a {
    text-decoration: none;
    transition: all 0.4s;
    color: #000;
    line-height: 30px;
}

    .links a:hover {
        color: #37b8bd;
    }

.links .fa-angle-double-right {
    margin: 7px 8px 0 0 !important;
}

.notetext {
    color: Red;
}


/* For Popup Message Box*/

.HrftableMsg {
    border-collapse: collapse;
    font-family: calibri;
    width: 25%;
    font-size: 14px;
    border: 2px solid #437E9D;
}

    .HrftableMsg th {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 5px;
        text-align: left;
        color: #fff;
        background: #437E9D;
        border: 2px solid #437E9D;
        border-radius: 10px 10px 0px 0px !important;
        moz-border-radius: 10px 10px 0px 0px !important;
    }

    .HrftableMsg tr:last-child td {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .HrftableMsg td {
        color: #373737 !important;
        padding: 5px;
    }

    .HrftableMsg tr {
        background: #fafafa;
    }

.btnMsg {
    border-style: none;
    border-color: inherit;
    color: #1F1E60 !important;
    border-width: medium;
    border: 2px double #437E9D;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 4px 4px;
    padding: 4px 4px;
    margin: 2px;
}

    .btnMsg:hover {
        /* background-color: #186CA3;*/
        border: 2px solid #437E9D;
        cursor: pointer;
        color: #1F1E60 !important;
        background-color: #FFF;
        border-radius: 4px 4px;
        padding: 4px 4px;
        margin: 2px;
    }


.blue_link {
    color: #186CA3 !important;
    text-decoration: none;
}

    .blue_link:hover {
        color: #186CA3 !important;
        text-decoration: underline;
    }

.formtable td input[type="text"]:disabled, .formtable td input[type="radio"]:disabled, .formtable td input[type="checkbox"]:disabled, input[type="checkbox"]:disabled {
    background: #F7F7F7 !important;
    cursor: not-allowed;
}

@media print {
    ul {
        margin: 0;
        padding: 0;
    }

    .formtable {
        width: 100%;
        margin: 5px 0 0;
        border-collapse: collapse;
    }

        .formtable th {
            padding: 4px 0 4px 6px;
            border: #000 1px solid;
            color: #333;
            margin: 0 0 0 0;
            font-weight: bold;
            text-align: left;
            font-size: 16px;
            background-color: #F3F6F9;
            line-height: 15px;
            border-collapse: collapse;
        }

        .formtable td {
            padding: 0 0 0 4px;
            border: #000 1px solid;
            text-align: left;
            border-collapse: collapse;
        }

    .txt-right {
        text-align: right !important;
    }
}



/* 14.09.2020 */ .DivScroll {
    height: 350px;
    overflow-y: auto;
   
    overflow-x: hidden;
}

.DivScroll {
    scrollbar-width: thin;
    scrollbar-color: #000 #f9f7f7;
 
}

    .DivScroll ::-webkit-scrollbar {
        width: 12px;
    }

    .DivScroll ::-webkit-scrollbar-track {
        background: orange;
    }

    .DivScroll ::-webkit-scrollbar-thumb {
        background-color: blue;
        border-radius: 20px;
        border: 3px solid orange;
    }


    .DivScroll ol {
        margin: 0;
        padding: 0 0 0 23px;
    }

/*28-9-2020*/

#rejected {
    z-index: 999 !important;
    top: 350px;
}

#Paid {
    z-index: 999 !important;
    top: 350px;
}

#unpaid {
    z-index: 999 !important;
    top: 350px;
}


/*Ending of OLD Css*/
#DivServer {
    position: fixed;
    right: 10px;
    bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px 8px 0 0;
    color: #000;
    background-color: #eeeea7 !important;
}

#DivServer a {color:#000;}


.formtable td .btn, .table td .btn, table td .btn {
    display: block;
    margin: 0 auto;
}
table {width:100%;}



.marquee {
    position:relative;
}
/*.marquee-head {
    position: absolute;
    left: 0;
    background-color: #eeeea7;
    height: 100%;
    width: 105px;
    padding: 20px 10px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
}*/
.marquee-head {
    position: absolute;
    left: 0;
    background-color: #eeeea7;
    height: 100%;
    width: 118px;
    padding: 20px 7px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    color: #a72121;
}</pre></body></html>