@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

body {
    color: #555 !important;
    font-size: 1rem !important;
    overflow-x: hidden;
}

a {
    font-weight: bold;
}

    a:active, a:focus, a:hover {
        text-decoration: underline;
    }

h2 {
    font-size: 1.5rem
}

h4 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: normal;
}

legend {
    font-size: 1rem;
    line-height: 1.5;
}

input[type="radio"],
input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    accent-color: #004979;
    margin: 0 .5em;
    vertical-align: middle;
}

label {
    margin: 0.25em;
}

    label.inline {
        margin-right: 2.3rem;
    }

.underline {
    text-decoration: underline;
}

.clear-button {
    border: 0;
    background: transparent;
}

@media (max-width: 768px) {
    .btn-large-res {
        min-width: 220px !important;
    }

    .breadcrumb-arrow {
        margin-top: -8px;
    }

    .heading5 {
        font-size: 22px !important;
    }

    .popup-title {
        font-size: 22px !important;
    }

    .app-box {
        padding: 30px 16px !important;
    }

    .text-5 {
        padding: 5px 0px 35px 0px !important;
    }

    .radio-text {
        display: block !important;
        width: 100% !important;
    }

    .icon-pd-12 {
        padding-top: 0px !important;
    }

    .nav-side-menu {
        display: contents !important;
    }

    .menu-sm-icon {
        background-color: #6b6b6b;
    }

    .menu-content {
        background-color: #6b6b6b;
    }

    .heading-secondary {
        font-size: 20px;
        font-weight: 600;
        color: #FF9900;
    }

    .btn-direction {
        text-align: left !important;
    }

    .text-box-lg {
        padding: 40px 0px 55px 0px !important;
    }

    .link-images {
        margin-left: 0px !important;
    }

    .breadcrumb-icon {
        width: 48px !important;
        height: 28px !important;
    }

    .popup-title {
        font-family: 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 20px !important;
        color: #236192;
    }

    .breadcrumb-title {
        font-size: 0.75rem !important;
        padding-top: 20px;
    }

    .breadcrumb-line {
        margin-bottom: -55px !important;
        width: 100% !important;
    }

    .pd-55 {
        padding: 58px 68px !important;
    }

    .sub-header {
        margin-top: 0px;
        background: #dddddd;
        padding: 0px !important;
        font-size: 1.5rem !important;
        text-align: center;
    }



    .main-heading-primary {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-size: 20px !important;
        color: #214f7a;
        padding-bottom: 25px;
        padding-top: 5px !important;
    }

    .main-heading-dark {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 700;
        font-size: 20px !important;
        color: #5e5e5e;
        padding: 10px 0px 10px 0px;
    }

    .subText {
        font-weight: 400;
        font-size: 16px !important;
        color: #353849;
    }

    .heading-md {
        font-weight: 700;
        font-size: 16px !important;
        color: #38383c;
        text-align: left;
    }

    .nav-left {
        border-left: 2px solid #466f92;
        height: 50px;
        padding: 10px 11px 10px 15px;
        font-size: 20px;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0rem 1rem !important;
    }

    #processway .owl-prev, #processway .owl-next {
        background-image: url("../images/slider-left.png");
        background-repeat: no-repeat;
        font-size: 0px;
        background-position: center center;
        width: 26px;
        height: 43px;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -21px;
    }

    #processway .owl-next {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
        right: -15px;
    }

    .subHeader-links > li {
        padding: 7px 7px !important;
    }

}

@media (max-width: 1140px) {
    /*** Home page style start ***/
    .section2 p br {
        display: none;
    }

    .section2 ul li .s2cover::before {
        border-bottom: 100px solid transparent;
        border-top: 100px solid transparent;
    }

    .section2 ul li .s2cover {
        height: 200px;
    }

    .section-reporting .section2 ul li .s2cover {
        height: auto;
    }

    #processway .owl-prev, #processway .owl-next {
        width: 20px;
        height: 34px;
        background-size: contain;
    }

    #processway .owl-prev {
        left: 0px;
    }

    #processway .owl-next {
        right: 0px;
    }
}

@media (max-width: 1160px) {
    .main {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .btn-social {
        text-align: center !important;
    }

    .btn-social-2 {
        text-align: center;
        padding-top: 5px;
    }

        /*** Home page style start ***/
        .section2 ul li .s2cover {
            height: 120px;
            padding: 25px 20px;
        }

            .section2 ul li .s2cover::before {
                border-bottom: 60px solid transparent;
                border-top: 60px solid transparent;
                border-left: 30px solid #274e89;
                border-top: 60px solid transparent;
                right: -30px;
            }

        .section2 ul li .s2cover1::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #2f5890;
            border-top: 60px solid transparent;
            right: -30px;
        }

        .section2 ul li .s2cover2::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #3c6a9d;
            border-top: 60px solid transparent;
            right: -30px;
        }

        .section2 ul li .s2cover3::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #507ba7;
            border-top: 60px solid transparent;
            right: -30px;
        }

    /*** Home page style end ***/
}

@media (max-width: 1280px) {
    .main {
        padding: 0 20px;
    }

    #processway .owl-prev {
        left: 0px;
    }

    #processway .owl-next {
        right: 0px;
    }

    #processway .owl-prev, #processway .owl-next {
        width: 20px;
        height: 34px;
        background-size: contain;
    }

    #processway {
        padding-left: 25px;
        padding-right: 25px;
    }

    .logo-new {
        width: 11%;
        padding-right: 13px;
    }

    header .logo {
        width: 13%;
        padding-left: 20px;
    }

    header nav {
        width: 72%;
    }

    .searchinput input {
        min-width: 200px;
    }
}

@media (max-width: 360px) {
    .subHeader-links > li {
        padding: 0px 5px;
        font-size: 20px;
    }

    .subHeader-links li a img {
        width: 75% !important;
    }

    .popupicons {
        width: 100% !important;
    }

    .popup-title {
        font-family: 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 15px !important;
        color: #236192;
    }

    .main-heading-primary {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-size: 15px !important;
        color: #214f7a;
        padding-bottom: 25px;
    }

    .pd-55 {
        padding: 58px 50px !important;
    }

    .nav-left {
        border-left: 2px solid #466f92;
        height: 55px;
        padding: 15px 10px 10px 10px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .slide-link {
        padding-left: 0px;
        margin-bottom: -68px !important;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #fff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 240px);
        float: right;
    }
}


/****** Theme Default CSS *******/

.btn-regular {
    background: #ffffff !important;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.dmvSpacer {
    min-height: 500px;
}

.footer-container {
    background: #284b89;
    color: #fff;
    z-index: 150;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .footer-container h4 {
        text-transform: uppercase;
    }

.btn-default {
    background: #ffffff !important;
    color: #000 !important;
}

.theme-toggle {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .theme-toggle:focus + label {
        outline: 2px solid blue;
        outline-offset: 0;
        box-shadow: 0px 0px 0px 4px white !important;
        z-index: 1;
    }

    .theme-toggle:checked + label:before {
        content: "\f00c";
        font-family: 'FontAwesome';
    }

.btn-dark {
    margin-top: 0rem !important;
    background: #434343 !important;
    color: #ffffff !important;
    border: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
}

.access-wrap {
    padding-bottom: 2rem;
}

.btn-group-theme {
    min-width: 290px;
}

.external-links a {
    text-decoration: underline;
}

    .external-links a:first-child {
        margin-right: 2rem;
    }

.bg-highlight {
    color: #0066cc;
    background-color: #feffd2;
}


/******* OLVR Carousel CSS Start *******/


/** Default Theme Left Carousel CSS End **/

.input_img_helpText {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

@media all and (max-width: 767.98px) {
    .info-wrap, .access-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media all and (max-width: 567.98px) {
    .u117-img,
    .u116-img {
        width: 140px;
        height: auto !important;
    }

    .external-links a {
        display: block;
    }

        .external-links a:first-child {
            padding-bottom: 1rem;
        }
}




/*****************Custom CSS********************/
body {
    background: #ffffff !important;
    font-family: 'Open Sans' !important;
}

.header {
    background: #2d6191;
    height: 55px;
}

.logo {
    height: 37px;
}

.nav-left {
    border-left: 2px solid #466f92;
    height: 55px;
    padding: 7px 11px 10px 15px !important;
    font-size: 24px !important;
}

.sub-header {
    margin: 0px 0px 0px 0px !important;
    background: #dddddd;
    padding: 5px 10px 10px 10px;
    font-size: 30px;
}

.subHeader-links > li {
    padding: 0px 10px;
}

.u46_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 589px;
}

.footer {
    background: #ecb32e;
    color: #fff;
    padding-top: 68px;
    /*padding-bottom: 15px;*/
    padding-bottom: 0px;
    margin-top: 0px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.card-footer {
    background-color: white;
    border-top: 0px;
}

.top-slider .card {
    border: 0px;
}

.top-slider .card-img-top {
    width: auto !important;
}

.top-slider .card-group {
    padding: 0px 50px;
}

.top-slider .card-body {
    background-color: #ffffff;
    text-align: center;
}

    .top-slider .card-body a {
        color: #284b89;
        text-decoration: none;
        font-weight: 600;
    }

.top-slider .carousel-inner {
    height: 170px;
}

.top-slider .carousel-control-prev, .top-slider .carousel-control-next {
    width: 2%;
}

.top-slider .material-icons {
    font-size: 70px !important;
    color: #b5bfc7;
}



.main-heading-primary {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-size: 26px;
    color: #214f7a;
    padding-bottom: 25px;
    padding-top: 5px !important;
}

.main-heading-dark {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    color: #5e5e5e;
    padding: 10px 0px 10px 0px;
}

.heading-md {
    font-weight: 700;
    font-size: 20px;
    color: #38383c;
    text-align: left;
}

.link-blue {
    text-decoration: underline;
    color: #236192;
}

.subText {
    font-weight: 400;
    font-size: 17px;
    color: #525252;
}

.subLink {
    font-weight: 700;
    font-size: 18px;
    color: #ecb32e;
    padding-top: 17px;
    padding-bottom: 27px;
    cursor: pointer;
}

.btn-boxes {
    padding-top: 75px;
}

    .btn-boxes .card {
        border: 0px;
    }

    .btn-boxes .card-body:hover {
        background-color: #284b89;
        color: white;
        font-weight: 400;
        font-size: 16px;
    }

    .btn-boxes .card-body {
        background-color: #dddddd;
        color: #5e5e5e;
        width: 306px;
        height: 122px;
    }

    .btn-boxes .btn-default {
        color: #5e5e5e;
        background-color: #dddddd;
        border-radius: 20px;
        border-color: #5e5e5e;
        min-width: 180px;
        height: 34px;
        padding-top: 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .btn-boxes .text-sm {
        font-size: 16px;
        font-weight: 400;
    }

.u116 {
    width: 161px;
    height: 46px !important;
    margin-top: -2px;
}

.direction {
    width: 280px;
    background: #f2f2f2;
    font-size: 13px;
    text-align: center;
    margin-top: 18px;
    color: #525252;
}

.pd-55 {
    padding: 67px;
}

.pd-20 {
    padding: 20px 0;
}

.pd-20-over {
    padding: 20px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-btm-20 {
    padding-bottom: 20px;
}

.pd-btm-10 {
    padding-bottom: 10px;
}

.pd-tp-150 {
    padding-top: 130px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.link-xs {
    text-decoration: underline;
    color: #236192;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

    .link-xs:hover {
        text-decoration: underline;
        color: #236192;
    }

.link-sm {
    text-decoration: underline;
    color: #236192;
    font-size: 14px;
    cursor: pointer;
}

.slide-link {
    padding-left: 70px;
    margin-bottom: -35px;
}

.app-box {
    padding: 30px 55px;
}

.text-lg {
    font-size: 29px;
    color: #666666;
    font-weight: 600;
}

.content-align {
    justify-content: flex-start !important;
}

@media (min-width: 1500px) {
    .pd-55 {
        padding: 120px !important;
    }

    .slide-link {
        padding-left: 54px !important;
        margin-bottom: -50px !important;
    }

    .slide-link-lg {
        padding-left: 41px !important;
        margin-bottom: -50px !important;
    }
}

@media (max-width: 768px) {
    .content-align {
        justify-content: center !important;
    }

    .nav-left {
        height: 42px;
        padding: 7px 0px 10px 15px !important;
        font-size: 15px !important;
    }
}
/*.material-icons {
       font-size:80px;
       color:#868e96;
   }*/
.card-title-last {
    color: #0099ff;
}

.badge1 {
    background-color: red;
}

.badge2 {
    background-color: #0099ff;
}

.text-grey {
    color: #666666;
}

.heading_2 {
    font-weight: 700;
    font-size: 18px;
    color: #214f7a;
}

.text-blue {
    color: #214f7a !important;
}

.pad-txt {
    padding: 45px 0px;
}

.light-bg {
    background: #ebebeb !important;
}

.outer-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11765);
    background: #ffffff;
    border-color: #ebebeb;
}

.heading-secondary {
    font-size: 28px;
    font-weight: 600;
    color: #FF9900;
}

.text-green {
    font-size: 16px;
    font-weight: 700;
    color: #227a4e;
}

/*left menu starts*/
.nav-side-menu {
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    background-color: #6b6b6b;
    position: absolute;
    width: 240px;
    height: 100%;
    color: #ebebeb;
    /*overflow: auto;
  font-size: 16px;
  font-weight: 400;
  background-color: $menu-light;
  position: relative;
  width: 240px;
  float: left;
  height: calc(100vh + 53px);
  color: $background-light;*/
}

    .nav-side-menu .brand {
        background-color: #6b6b6b;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        line-height: 35px;
        cursor: pointer;
    }

.sub-menu {
    margin: 0 -10px !important;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #515151;
    border: none;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
}

    .nav-side-menu ul .sub-menu li a,
    .nav-side-menu li .sub-menu li a {
        margin: 0px 10px;
    }

        .nav-side-menu ul .sub-menu li a,
        .nav-side-menu li .sub-menu li a:after {
            content: "";
            display: block;
        }

    .nav-side-menu ul .sub-menu li:hover,
    .nav-side-menu li .sub-menu li:hover {
        background-color: #515151;
    }

.nav-side-menu li {
    padding: 0px 10px 0px 10px;
}

    .nav-side-menu li a {
        text-decoration: none;
        color: #ebebeb !important;
    }

        .nav-side-menu li a:after {
            content: "";
            display: block;
            border-bottom: 1px solid #868686;
        }

        .nav-side-menu li a i {
            width: 20px;
            float: right;
            padding: 5px 0px 0px 0px;
        }

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .slide-link-lg {
        margin-bottom: -50px !important;
        margin-left: -22px !important;
    }
}

@media (max-width: 767px) {
    .slide-link-lg {
        margin-bottom: -66px !important;
        margin-left: -31px !important;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 240px);
        float: right;
    }
}
/*left menu ends*/
.no-margin {
    margin: 0px !important;
}

/**************SLIDER****************/
/* process way slider */
.processway-box {
    text-align: center;
    margin: 0px;
    cursor: pointer;
    text-decoration: none !important;
}

    .processway-box div {
        font-size: 1rem;
        color: #236192;
        font-weight: bold;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .processway-box a {
        font-size: 16px;
        text-transform: uppercase;
        color: #f0b323;
        font-weight: bold;
    }

.owl-carousel .owl-item .pro-img img {
    width: auto;
    margin: 0 auto 21px auto;
    height: 87px;
}

#processway.owl-carousel .owl-nav.disabled {
    display: block !important;
}

#processway .owl-prev, #processway .owl-next {
    background-image: url("../images/slider-left.png");
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center center;
    width: 26px;
    height: 43px;
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -21px;
}

#processway .owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -47px;
}

#processway {
    margin: 0 auto;
    max-width: 1100px;
}

    #processway figure {
        cursor: pointer;
    }

.main {
    max-width: 1200px;
    margin: 0 auto;
}

/* header intro */
.header-intro {
    background-color: #fff;
    overflow: hidden;
}

figure.intro-img {
    position: relative;
    line-height: 0px;
    margin: 0px auto;
    padding-left: 0;
    width: 245px;
    height: 245px;
    padding-top: 133px;
    padding-bottom: 153px;
}

    figure.intro-img:before {
        content: '';
        position: absolute;
        bottom: -10%;
        left: -74%;
        background-image: url("../images/plane-img.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 583px;
        height: 552px;
        display: block;
        background-size: contain;
    }

    figure.intro-img > img {
        border-radius: 50%;
    }

.intro-cnt {
    padding-top: 119px;
}

    .intro-cnt h2 {
        color: #666;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 16px;
        position: relative;
        margin-bottom: 28px;
    }

        .intro-cnt h2:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 58px;
            height: 3px;
            background-color: #236192;
        }

    .intro-cnt p {
        font-size: 18px;
        color: #666;
        margin-bottom: 24px;
    }

.header-intro-innr .col-6:first-of-type {
    width: 40%;
    float: left;
}

.header-intro-innr .col-6:last-of-type {
    width: 60%;
    float: left;
}

.animation-sec {
    float: left;
    width: 100%;
    background-color: #fff;
}

.animate-title {
    /*height: 60px;
  margin-bottom: 26px;*/
    display: inline-table;
    width: 100%;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tb-cl {
    /* display: table-cell;*/
    vertical-align: bottom;
    height: 100%;
}

.animate-cnt {
    color: #333;
    padding-top: 10px;
    display: flex;
    padding-bottom: 10px;
    /* padding-bottom: 69px;*/
}

    .animate-cnt h4 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 20px;
    }

        .animate-cnt h4 strong {
            text-transform: uppercase;
            display: block;
            letter-spacing: 0px;
        }

    .animate-cnt p {
        max-width: 225px;
        line-height: 24px;
    }

    .animate-cnt a {
        display: inline-block;
        margin-top: 26px;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
    }

/* animation section */
.animate-area {
    position: relative;
    padding-bottom: 14%;
    background-image: url("../images/layer.jpg");
    background-color: #F5B135;
    background-repeat: repeat-x;
    background-position: 14.5% center;
    background-size: 820%;
    overflow: hidden;
}

    .animate-area figure {
        margin: 0px;
    }

    .animate-area .layer-first {
        position: absolute;
        /*z-index: 9;*/
        width: 100%;
        bottom: 6px;
    }

        .animate-area .layer-first figure {
            width: 5.1%;
            position: relative;
            left: 29.8%;
            line-height: 0;
        }

    .animate-area .layer-sec {
        position: absolute;
        bottom: 4px;
        width: 100%;
    }

        .animate-area .layer-sec figure {
            position: relative;
            left: 36%;
            width: 5%;
            line-height: 0;
        }

    .animate-area .layer-three {
        position: absolute;
        top: 11%;
        width: 100%;
    }

        .animate-area .layer-three figure.first {
            position: absolute;
            /*left: 2%;*/
            left: 100%;
            width: 5.5%;
        }

        .animate-area .layer-three figure.sec {
            position: absolute;
            /*left: 39%;*/
            left: 100%;
            width: 7.5%;
        }

        .animate-area .layer-three figure.third {
            position: absolute;
            /*left: 80%;*/
            left: 100%;
            width: 5.5%;
            padding-top: 1%;
        }

        .animate-area .layer-three figure.fourth {
            position: absolute;
            /*left: 87%;*/
            left: 100%;
            width: 6.1%;
        }

    .animate-area .layer-four {
        position: absolute;
        top: 12%;
        width: 100%;
    }

        .animate-area .layer-four figure {
            position: relative;
            left: 55%;
            width: 3%;
        }

    .animate-area .layer-five {
        position: absolute;
        top: 2%;
        width: 100%;
    }

        .animate-area .layer-five figure {
            position: relative;
            left: 63%;
            width: 4%;
        }

    .animate-area .layer-six {
        position: absolute;
        top: 2%;
        width: 100%;
    }

        .animate-area .layer-six figure {
            position: relative;
            left: 69%;
            width: 7.3%;
        }

    .animate-area .layer-seven {
        position: absolute;
        top: 22%;
        width: 100%;
    }

        .animate-area .layer-seven figure {
            position: relative;
            left: 11.4%;
            width: 6.1%;
        }

    .animate-area .layer-eight {
        position: absolute;
        top: 26%;
        width: 100%;
    }

        .animate-area .layer-eight figure {
            position: relative;
            /*left: 58.5%;*/
            left: 100%;
            width: 2%;
        }

/* animation section end */
/*Election Night Result Section*/
.election-title {
    color: #6FB6CD;
    font-size: 0.75rem;
    font-weight: 500;
}

.party-type {
    background: #f93c3f;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.7rem;
    color: #fff;
}

.party-type2 {
    background: #0081c9;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.7rem;
    color: #fff;
}

.election-candidates {
    font-size: 0.7rem;
}

    .election-candidates tr td {
        padding: 8px 5px;
    }

.main-heading-primary-election-title {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    color: #214f7a;
    padding-bottom: 15px;
}

/*Global Button Styles*/
.bigbtn {
    color: #fff !important;
}

.standard-btn {
    color: #fff !important;
    background: #236192 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem !important;
}

.standard-btn-darkblue {
    color: #fff !important;
    background: #004979 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem !important;
}

.standard-btn-yellow {
    color: #fff !important;
    background: #f5b135 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem;
}

.iagree {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.popup-close {
    font-size: 36px !important;
}

.btn-disable[disabled] {
    background: #999999 !important;
}

.popup-title {
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #236192;
}

.breadcrumb-icon {
    width: 90px;
    height: 48px;
}

.breadcrumb-title {
    font-size: 0.90rem;
    padding-top: 20px;
}

.breadcrumb-line {
    margin-bottom: -70px;
}

/*************Registration Section***************/
.divider-border {
    border-right: 1px solid #ddd;
}

/*new*/
.accordian-header {
    height: 55px;
    padding: 15px 5px;
}

    .accordian-header a:active,
    .accordian-header a:focus,
    .accordian-header a:hover {
        color: #236192 !important;
    }

    .accordian-header a {
        font-size: 16px;
        color: #236192;
        font-weight: 700;
        text-decoration: none !important;
        width: 100%;
    }

    .accordian-header i {
        float: right;
        font-size: 30px !important;
    }

.font-xs {
    font-size: 10px;
    font-weight: 400;
}

.acc-link-xs {
    color: #2288b4;
}

.acc-custom-table {
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 400;
}

    .acc-custom-table .table td, .acc-custom-table .table th {
        border: none !important;
        padding: 0px;
    }

.text-dark {
    color: #525252;
}

.acc-flex {
    min-height: 375px;
    max-height: 375px;
}

.sub-header-blue {
    background: #284b89 !important;
}

.pd-tp-15 {
    padding-top: 15px;
}

.red-text {
    color: #990000;
}

.link-md {
    color: #006699;
}

    .link-md:hover {
        color: #006699;
    }

    .link-md:active {
        color: #006699;
    }

.font14 {
    font-size: 14px;
}

.pd-btm-15 {
    padding-bottom: 15px;
}

.pd-50 {
    padding: 50px;
}

.model-heading {
    color: #284B89;
    font-size: 18px;
    font-weight: 700;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-btm-30 {
    padding-bottom: 30px;
}

.menu-sm-icon {
    padding: 5px 0px 0px 6px;
}

.btn-secondary-md {
    background: #ecb32e !important;
    border-color: #ecb32e !important;
    height: 36px;
    border-radius: 2px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0px 2px 2px #868686;
}

    .btn-secondary-md:hover {
        background: #ecb32e !important;
        border-color: #ecb32e !important;
        color: #ffffff !important;
    }

/*******************************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .inputlabel .checkbox label .checkbox-decorator {
        position: absolute;
        left: 0;
        padding: .7em;
        margin: -.7em;
        line-height: .7;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 100%;
        bottom: 0px !important;
        top: 0px !important;
    }
}

.inputlabel .checkbox label .checkbox-decorator {
    position: absolute;
    left: 0;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
    bottom: 0px !important;
    top: 20px;
}

.inputlabel .radio label .bmd-radio {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    border-radius: 100%;
    top: 0px !important;
}

.inputlabel .bmd-form-group {
    position: relative;
    padding-top: 0rem !important;
}

.font-weight600 {
    font-weight: 600;
}

.inputlabel label {
    color: #666 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 25px !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.bmd-form-group label {
    font-size: 0.90rem;
}

.textheader {
    color: #FF9900;
}

.pd-top-50 {
    padding-top: 50px;
}

.text-orange {
    font-size: 16px;
    font-weight: 700;
    color: #FF9900;
}

.wrap {
    min-height: calc(88vh);
}

.material-icons {
    cursor: pointer;
}

.font16 {
    font-size: 16px;
    font-weight: 700;
}

.link-md-line {
    text-decoration: underline;
}

.font18 {
    font-size: 18px !important;
}

.link-images {
    margin-left: 50px !important;
}

.text-lightGrey {
    color: #5e5e5e;
}

.btn-direction {
    text-align: right;
}

.no-padding {
    padding: 0px !important;
}

small, .small {
    color: #ec0000 !important;
    font-size: 0.80rem !important;
}

.selecter {
    padding-top: 0.75rem;
}

select.form-control:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 2px 1px blue !important;
}

.form-control:focus, .custom-select:focus {
    border-color: #003466 !important;
    -webkit-box-shadow: inset 0 -2px 0 -1px #003466 !important;
    box-shadow: inset 0 -2px 0 -1px #003466 !important;
    outline: 0;
}

.is-focused > label {
    color: #003466 !important;
}

label.custom-radio {
    padding-left: 1.8rem !important;
    position: relative;
}

input.form-control:disabled {
    color: #333 !important;
}

.pd-tp-5 {
    padding-top: 5px;
}


select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

@media (max-width: 768px) {
    .breadcrumb-icon {
        width: 48px !important;
        height: 28px !important;
    }

    .popup-title {
        font-family: 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 20px !important;
        color: #236192;
    }

    .breadcrumb-title {
        font-size: 0.75rem !important;
        padding-top: 20px;
    }

    .breadcrumb-line {
        margin-bottom: -55px !important;
    }

    .pd-55 {
        padding: 58px 68px !important;
    }

    .sub-header {
        margin-top: 0px;
        background: #dddddd;
        padding: 0px !important;
        font-size: 1.5rem !important;
        text-align: center;
    }

    .main-heading-primary {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-size: 20px !important;
        color: #214f7a;
        padding-bottom: 25px;
        padding-top: 5px !important;
    }

    .main-heading-dark {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 700;
        font-size: 20px !important;
        color: #5e5e5e;
        padding: 10px 0px 10px 0px;
    }

    .subText {
        font-weight: 400;
        font-size: 16px !important;
        color: #353849;
    }

    .heading-md {
        font-weight: 700;
        font-size: 16px !important;
        color: #38383c;
        text-align: left;
    }

    .nav-left {
        border-left: 2px solid #466f92;
        height: 50px;
        padding: 10px 11px 10px 15px;
        font-size: 20px;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0rem 1rem !important;
    }

    #processway .owl-prev, #processway .owl-next {
        background-image: url("../images/slider-left.png");
        background-repeat: no-repeat;
        font-size: 0px;
        background-position: center center;
        width: 26px;
        height: 43px;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -21px;
    }

    #processway .owl-next {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
        right: -15px;
    }

    .subHeader-links > li {
        padding: 7px 7px !important;
        cursor: pointer;
        justify-content: center !important;
    }

}

@media (max-width: 1140px) {
    /*** Home page style start ***/
    .section2 p br {
        display: none;
    }

    .section2 ul li .s2cover::before {
        border-bottom: 100px solid transparent;
        border-top: 100px solid transparent;
    }

    .section2 ul li .s2cover {
        height: 200px;
    }

    .section-reporting .section2 ul li .s2cover {
        height: auto;
    }

    #processway .owl-prev, #processway .owl-next {
        width: 20px;
        height: 34px;
        background-size: contain;
    }

    #processway .owl-prev {
        left: 0px;
    }

    #processway .owl-next {
        right: 0px;
    }
}

@media (max-width: 1160px) {
    .main {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .btn-social {
        text-align: center !important;
    }

    .btn-social-2 {
        text-align: center;
        padding-top: 5px;
    }

        /*** Home page style start ***/
        .section2 ul li .s2cover {
            height: 120px;
            padding: 25px 20px;
        }

            .section2 ul li .s2cover::before {
                border-bottom: 60px solid transparent;
                border-top: 60px solid transparent;
                border-left: 30px solid #274e89;
                border-top: 60px solid transparent;
                right: -30px;
            }

        .section2 ul li .s2cover1::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #2f5890;
            border-top: 60px solid transparent;
            right: -30px;
        }

        .section2 ul li .s2cover2::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #3c6a9d;
            border-top: 60px solid transparent;
            right: -30px;
        }

        .section2 ul li .s2cover3::before {
            border-bottom: 60px solid transparent;
            border-top: 60px solid transparent;
            border-left: 30px solid #507ba7;
            border-top: 60px solid transparent;
            right: -30px;
        }

    /*** Home page style end ***/
}

@media (max-width: 1280px) {
    .collapse1.show-sm {
        display: block !important;
    }

    .main {
        padding: 0 20px;
    }

    #processway .owl-prev {
        left: 0px;
    }

    #processway .owl-next {
        right: 0px;
    }

    #processway .owl-prev, #processway .owl-next {
        width: 20px;
        height: 34px;
        background-size: contain;
    }

    #processway {
        padding-left: 25px;
        padding-right: 25px;
    }

    .logo-new {
        width: 11%;
        padding-right: 13px;
    }

    header .logo {
        width: 13%;
        padding-left: 20px;
    }

    header nav {
        width: 72%;
    }

    .searchinput input {
        min-width: 200px;
    }
}

@media (max-width: 360px) {
    .subHeader-links > li {
        padding: 0px 5px;
        font-size: 20px;
    }

    .subHeader-links li a img {
        width: 75% !important;
    }

    .popupicons {
        width: 100% !important;
    }

    .popup-title {
        font-family: 'Open Sans Regular', 'Open Sans';
        font-weight: 400;
        font-style: normal;
        font-size: 15px !important;
        color: #236192;
    }

    .main-heading-primary {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 600;
        font-size: 15px !important;
        color: #214f7a;
        padding-bottom: 25px;
        padding-top: 5px !important;
    }

    .pd-55 {
        padding: 58px 50px !important;
    }

    .nav-left {
        border-left: 2px solid #466f92;
        height: 55px;
        padding: 15px 10px 10px 10px !important;
        font-size: 16px !important;
    }
}
/*****************Custom CSS********************/
body {
    background: #ffffff !important;
    font-family: 'Open Sans' !important;
}

.header {
    background: #2d6191;
    height: 55px;
}

.logo {
    height: 37px;
}

.nav-left {
    border-left: 2px solid #466f92;
    height: 55px;
    padding: 7px 11px 10px 15px !important;
    font-size: 24px !important;
}

.sub-header {
    margin: 0px 0px 0px 0px !important;
    background: #dddddd;
    padding: 5px 10px 10px 10px;
    font-size: 30px;
}


.subHeader-links-align {
    justify-content: flex-end;
}

.subHeader-links > li {
    padding: 0px 10px;
    cursor: pointer;
}

.u46_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 589px;
}

.footer {
    background: #ecb32e;
    color: #fff;
    padding-top: 68px;
    /*padding-bottom: 15px;*/
    padding-bottom: 0px;
    margin-top: 0px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 600px) and (max-width: 960px) {
    .container {
        max-width: 800px;
    }
}

.card-footer {
    background-color: white;
    border-top: 0px;
}

.top-slider .card {
    border: 0px;
}

.top-slider .card-img-top {
    width: auto !important;
}

.top-slider .card-group {
    padding: 0px 50px;
}

.top-slider .card-body {
    background-color: #ffffff;
    text-align: center;
}

    .top-slider .card-body a {
        color: #284b89;
        text-decoration: none;
        font-weight: 600;
    }

.top-slider .carousel-inner {
    height: 170px;
}

.top-slider .carousel-control-prev, .top-slider .carousel-control-next {
    width: 2%;
}

.top-slider .material-icons {
    font-size: 70px !important;
    color: #b5bfc7;
}



.main-heading-primary {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 600;
    font-size: 26px;
    color: #214f7a;
    padding-bottom: 25px;
    padding-top: 5px !important;
}

.main-heading-dark {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    color: #5e5e5e;
    padding: 10px 0px 10px 0px;
}

.heading-md {
    font-weight: 700;
    font-size: 20px;
    color: #38383c;
    text-align: left;
}

.link-blue {
    text-decoration: underline;
    color: #236192;
}

.subText {
    font-weight: 400;
    font-size: 17px;
    color: #525252;
}

.subLink {
    font-weight: 700;
    font-size: 18px;
    color: #ecb32e;
    padding-top: 17px;
    padding-bottom: 27px;
    cursor: pointer;
}

.btn-boxes {
    padding-top: 75px;
}

    .btn-boxes .card {
        border: 0px;
    }

    .btn-boxes .card-body:hover {
        background-color: #284b89;
        color: white;
        font-weight: 400;
        font-size: 16px;
    }

    .btn-boxes .card-body {
        background-color: #dddddd;
        color: #5e5e5e;
        width: 306px;
        height: 122px;
    }

    .btn-boxes .btn-default {
        color: #5e5e5e;
        background-color: #dddddd;
        border-radius: 20px;
        border-color: #5e5e5e;
        min-width: 180px;
        height: 34px;
        padding-top: 6px;
        font-size: 14px;
        font-weight: 700;
    }

    .btn-boxes .text-sm {
        font-size: 16px;
        font-weight: 400;
    }

.u116 {
    width: 161px;
    height: 57px;
    margin-top: -4px;
}

.direction {
    width: 280px;
    background: #f2f2f2;
    font-size: 13px;
    text-align: center;
    margin-top: 18px;
    color: #525252;
}

.link-xs {
    text-decoration: underline;
    color: #236192;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.app-box {
    padding: 30px 55px;
}

.btn-primary-lg {
    background: #284b89;
    width: auto;
    border-radius: 10px;
    height: 49px;
    font-weight: 700;
    border-color: #284b89;
}

.btn-primary-md {
    background: #284b89 ;
    border-color: #284b89 ;
    height: 36px;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

    .btn-primary-md:hover {
        background: #284b89;
        border-color: #284b89;
        color: #ffffff !important;
    }

    .btn-primary-md:focus,
    .btn-primary-lg:focus,
    .standard-btn-yellow:focus,
    .btn-secondary-md:focus {
        outline: 2px solid white;
        outline-offset: 0;
        box-shadow: 0px 0px 0px 4px black;
    }

.text-lg {
    font-size: 29px;
    color: #666666;
    font-weight: 600;
}

.content-align {
    justify-content: flex-start !important;
}

@media (min-width: 768px) {
    .grid-full {
        display: inline-table !important;
    }
}

@media (max-width: 768px) {
    .content-align {
        justify-content: center !important;
    }

    .nav-left {
        height: 42px;
        padding: 7px 0px 10px 15px !important;
        font-size: 15px !important;
    }
}
/*.material-icons {
       font-size:80px;
       color:#868e96;
   }*/
.card-title-last {
    color: #0099ff;
}

.badge1 {
    background-color: red;
}

.badge2 {
    background-color: #0099ff;
}

.text-grey {
    color: #666666;
}

.text-blue {
    color: #214f7a;
}

.pad-txt {
    padding: 45px 0px;
}

.light-bg {
    background: #ebebeb !important;
}

.outer-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11765);
    background: #ffffff;
    border-color: #ebebeb;
}

.heading-secondary {
    font-size: 28px;
    font-weight: 600;
    color: #FF9900;
}

.text-green {
    font-size: 16px;
    font-weight: 700;
    color: #227a4e;
}

.card-txt p{
    margin-bottom: 0.4rem;
}

/*left menu starts*/
.nav-side-menu {
    overflow: auto;
    font-size: 16px;
    font-weight: 400;
    background-color: #6b6b6b;
    position: absolute;
    width: 240px;
    height: 100%;
    color: #ebebeb !important;
    /*overflow: auto;
  font-size: 16px;
  font-weight: 400;
  background-color: $menu-light;
  position: relative;
  width: 240px;
  float: left;
  height: calc(100vh + 53px);
  color: $background-light;*/
}

    .nav-side-menu .brand {
        background-color: #6b6b6b;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul :not(collapsed) .arrow:before,
    .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .sub-menu li,
    .nav-side-menu li .sub-menu li {
        background-color: #515151;
        border: none;
        line-height: 35px;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 10px 0px 10px;
    }

        .nav-side-menu ul .sub-menu li a,
        .nav-side-menu li .sub-menu li a {
            margin: 0px 10px;
        }

            .nav-side-menu ul .sub-menu li a,
            .nav-side-menu li .sub-menu li a:after {
                content: "";
                display: block;
            }

        .nav-side-menu ul .sub-menu li:hover,
        .nav-side-menu li .sub-menu li:hover {
            background-color: #515151;
        }

    .nav-side-menu li {
        padding: 0px 10px 0px 10px;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #ebebeb;
        }

            .nav-side-menu li a:active {
                color: #ebebeb;
            }

            .nav-side-menu li a:hover {
                color: #ebebeb;
            }

            .nav-side-menu li a:after {
                content: "";
                display: block;
                border-bottom: 1px solid #868686;
            }

            .nav-side-menu li a i {
                width: 20px;
                float: right;
                padding: 5px 0px 0px 0px;
            }

@media (max-width: 600px) {
    .subHeader-links-align {
        justify-content: center !important;
    }

    .subheader-logo {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .menu-sm-icon {
        padding: 5px 0px 5px 6px !important;
    }

    .collapse2 {
        display: none !important;
    }

        .collapse2.show2 {
            display: block !important;
        }

    .menu-sm-icon {
        background-color: #6b6b6b !important;
    }

    .menu-content {
        background-color: #6b6b6b !important;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
        display: inline;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .menu-sm-icon {
        display: none !important;
    }

    .collapse2 {
        display: block !important;
    }

        .collapse2.show2 {
            display: block !important;
        }

    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 240px);
        float: right;
    }
}
/*left menu ends*/
.no-margin {
    margin: 0px !important;
}

/**************SLIDER****************/
/* process way slider */
.processway-box {
    text-align: center;
    margin: 0px;
}

    .processway-box h4 {
        font-size: 1rem;
        color: #236192;
        font-weight: bold;
        line-height: 1.1;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }

    .processway-box a {
        font-size: 16px;
        text-transform: uppercase;
        color: #f0b323;
        font-weight: bold;
    }

.owl-carousel .owl-item .pro-img img {
    width: auto;
    margin: 0 auto 21px auto;
    height: 87px;
}

#processway.owl-carousel .owl-nav.disabled {
    display: block !important;
}

#processway .owl-prev, #processway .owl-next {
    background-image: url("../images/slider-left.png");
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center center;
    width: 26px;
    height: 43px;
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -21px;
}

#processway .owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -47px;
}

#processway {
    margin: 0 auto;
    max-width: 1100px;
}

    #processway figure {
        cursor: pointer;
    }

.main {
    max-width: 1200px;
    margin: 0 auto;
}

/* header intro */
.header-intro {
    background-color: #fff;
    overflow: hidden;
}

figure.intro-img {
    position: relative;
    line-height: 0px;
    margin: 0px auto;
    padding-left: 0;
    width: 245px;
    height: 245px;
    padding-top: 133px;
    padding-bottom: 153px;
}

    figure.intro-img:before {
        content: '';
        position: absolute;
        bottom: -10%;
        left: -74%;
        background-image: url("../images/plane-img.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 583px;
        height: 552px;
        display: block;
        background-size: contain;
    }

    figure.intro-img > img {
        border-radius: 50%;
    }

.intro-cnt {
    padding-top: 119px;
}

    .intro-cnt h2 {
        color: #666;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 16px;
        position: relative;
        margin-bottom: 28px;
    }

        .intro-cnt h2:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 58px;
            height: 3px;
            background-color: #236192;
        }

    .intro-cnt p {
        font-size: 18px;
        color: #666;
        margin-bottom: 24px;
    }

.header-intro-innr .col-6:first-of-type {
    width: 40%;
    float: left;
}

.header-intro-innr .col-6:last-of-type {
    width: 60%;
    float: left;
}

.animation-sec {
    float: left;
    width: 100%;
    background-color: #fff;
}

.animate-title {
    /*height: 60px;
  margin-bottom: 26px;*/
    display: inline-table;
    width: 100%;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tb-cl {
    /* display: table-cell;*/
    vertical-align: bottom;
    height: 100%;
}

.animate-cnt {
    color: #333;
    padding-top: 10px;
    display: flex;
    padding-bottom: 10px;
    /* padding-bottom: 69px;*/
}

    .animate-cnt h4 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 20px;
    }

        .animate-cnt h4 strong {
            text-transform: uppercase;
            display: block;
            letter-spacing: 0px;
        }

    .animate-cnt p {
        max-width: 225px;
        line-height: 24px;
    }

    .animate-cnt a {
        display: inline-block;
        margin-top: 26px;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
    }


/* animation section */
.animate-area {
    position: relative;
    padding-bottom: 14%;
    background-image: url("../images/layer.jpg");
    background-color: #F5B135;
    background-repeat: repeat-x;
    background-position: 14.5% center;
    background-size: 820%;
    overflow: hidden;
}

    .animate-area figure {
        margin: 0px;
    }

    .animate-area .layer-first {
        position: absolute;
        /*z-index: 9;*/
        width: 100%;
        bottom: 6px;
    }

        .animate-area .layer-first figure {
            width: 5.1%;
            position: relative;
            left: 29.8%;
            line-height: 0;
        }

    .animate-area .layer-sec {
        position: absolute;
        bottom: 4px;
        width: 100%;
    }

        .animate-area .layer-sec figure {
            position: relative;
            left: 36%;
            width: 5%;
            line-height: 0;
        }

    .animate-area .layer-three {
        position: absolute;
        top: 11%;
        width: 100%;
    }

        .animate-area .layer-three figure.first {
            position: absolute;
            /*left: 2%;*/
            left: 100%;
            width: 5.5%;
        }

        .animate-area .layer-three figure.sec {
            position: absolute;
            /*left: 39%;*/
            left: 100%;
            width: 7.5%;
        }

        .animate-area .layer-three figure.third {
            position: absolute;
            /*left: 80%;*/
            left: 100%;
            width: 5.5%;
            padding-top: 1%;
        }

        .animate-area .layer-three figure.fourth {
            position: absolute;
            /*left: 87%;*/
            left: 100%;
            width: 6.1%;
        }

    .animate-area .layer-four {
        position: absolute;
        top: 12%;
        width: 100%;
    }

        .animate-area .layer-four figure {
            position: relative;
            left: 55%;
            width: 3%;
        }

    .animate-area .layer-five {
        position: absolute;
        top: 2%;
        width: 100%;
    }

        .animate-area .layer-five figure {
            position: relative;
            left: 63%;
            width: 4%;
        }

    .animate-area .layer-six {
        position: absolute;
        top: 2%;
        width: 100%;
    }

        .animate-area .layer-six figure {
            position: relative;
            left: 69%;
            width: 7.3%;
        }

    .animate-area .layer-seven {
        position: absolute;
        top: 22%;
        width: 100%;
    }

        .animate-area .layer-seven figure {
            position: relative;
            left: 11.4%;
            width: 6.1%;
        }

    .animate-area .layer-eight {
        position: absolute;
        top: 26%;
        width: 100%;
    }

        .animate-area .layer-eight figure {
            position: relative;
            /*left: 58.5%;*/
            left: 100%;
            width: 2%;
        }

/* animation section end */
/*Election Night Result Section*/
.election-title {
    color: #6FB6CD;
    font-size: 0.75rem;
    font-weight: 500;
}

.party-type {
    background: #f93c3f;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.7rem;
    color: #fff;
}

.party-type2 {
    background: #0081c9;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 0.7rem;
    color: #fff;
}

.election-candidates {
    font-size: 0.7rem;
}

    .election-candidates tr td {
        padding: 8px 5px;
    }

.main-heading-primary-election-title {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    color: #214f7a;
    padding-bottom: 15px;
}

/*Global Button Styles*/
.bigbtn {
    color: #fff !important;
}

.standard-btn {
    color: #fff !important;
    background: #236192 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem !important;
}

.standard-btn-darkblue {
    color: #fff !important;
    background: #004979 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem !important;
}

.standard-btn-yellow {
    color: #fff !important;
    background: #f5b135 !important;
    text-transform: capitalize !important;
    margin: 10px 5px !important;
    font-size: 1rem !important;
}

.iagree {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.popup-close {
    font-size: 36px !important;
}

.btn-disable[disabled] {
    background: #999999 !important;
}

.popup-title {
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #236192;
}

.breadcrumb-icon {
    width: 90px;
    height: 48px;
}

.breadcrumb-title {
    font-size: 0.90rem;
    padding-top: 20px;
}

.breadcrumb-line {
    margin-bottom: -70px;
}

/*************Registration Section***************/
.divider-border {
    border-right: 1px solid #ddd;
}

/*new*/
.accordian-header {
    height: 55px;
    padding: 15px 5px;
}

    .accordian-header a {
        font-size: 16px;
        color: #236192;
        font-weight: 700;
        text-decoration: none !important;
        width: 100%;
    }

    .accordian-header i {
        float: right;
        font-size: 30px !important;
    }

.acc-footer {
    text-align: center;
    margin-top: 20px;
    background-color: transparent !important;
    border: none !important;
}

    .acc-footer a {
        font-size: 14px;
        font-weight: 700;
        color: #0099FF;
        text-decoration: none;
    }

    .acc-footer :hover {
        color: #0099FF;
        text-decoration: none;
    }

.font-xs {
    font-size: 10px;
    font-weight: 400;
}

.acc-link-xs {
    color: #2288b4;
}

.acc-custom-table {
    font-size: 12px;
    font-weight: 400;
}

    .acc-custom-table .table td, .acc-custom-table .table th {
        border: none !important;
        padding: 0px;
    }

.text-dark {
    color: #525252;
}

.sub-header-blue {
    background: #284b89 !important;
}

.pd-tp-15 {
    padding-top: 15px;
}

.red-text {
    color: #990000;
}

.link-md {
    color: #006699;
}

.font14 {
    font-size: 14px;
}

.pd-btm-15 {
    padding-bottom: 15px;
}

.pd-50 {
    padding: 50px;
}

.model-heading {
    color: #284B89;
    font-size: 18px;
    font-weight: 700;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-btm-30 {
    padding-bottom: 30px;
}

.pd-left-24 {
    padding-left: 24px;
}

.menu-sm-icon {
    padding: 5px 0px 0px 6px;
}

.classic-tabs {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px !important;
    margin-top: 30px;
}

    .classic-tabs a {
        font-weight: 700;
        font-size: 18px;
        color: #383838;
        text-align: left;
    }

    .classic-tabs .active {
        border-bottom: 2px solid #ecb32e !important;
    }

/*******************************************************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .inputlabel .checkbox label .checkbox-decorator {
        position: absolute;
        left: 0;
        padding: .7em;
        margin: -.7em;
        line-height: .7;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 100%;
        bottom: 0px !important;
        top: 0px !important;
    }
}

.inputlabel .checkbox label .checkbox-decorator {
    position: absolute;
    left: 0;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
    bottom: 0px !important;
    top: 20px;
}

.inputlabel .radio label .bmd-radio {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: .7em;
    margin: -.7em;
    line-height: .7;
    border-radius: 100%;
    top: 0px !important;
}

.inputlabel .bmd-form-group {
    position: relative;
    padding-top: 0rem !important;
}

.font-weight600 {
    font-weight: 600;
}

.inputlabel label {
    color: #666 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 25px !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.bmd-form-group label {
    font-size: 0.90rem;
}

.textheader {
    color: #FF9900;
}

.pd-top-50 {
    padding-top: 50px;
}

.text-orange {
    font-size: 16px;
    font-weight: 700;
    color: #FF9900;
}

.wrap {
    min-height: calc(88vh);
    border: none !important;
}

/*@import "../sass/owl.carousel.min.scss";*/

/*# sourceMappingURL=app.css.map */
@media (max-width: 480px) {
    /*.standard-btn-yellow {
        min-width: 4rem !important;
        font-size: 12px !important;
        padding: 10px !important;
         }*/

    .breadcrumb-arrow {
        height: 28px !important;
        padding-top: 9px !important;
        margin-top: 0 !important;
    }

    .page-link {
        padding: 0.5rem 0.4rem !important;
    }

    .text-page {
        padding: 15px !important;
    }
}

@media (max-width: 450px) {
    .breadcrumb-arrow {
        height: 28px !important;
        padding-top: 9px !important;
        margin-top: 0 !important;
    }

    .lg-btns {
        text-align: center !important;
    }

    .lg-btns-center {
        display: inherit !important;
        padding: 8px;
    }

    .lg-btns-left {
        float: none !important;
    }
}

@media (max-width: 576px) {
    .years-xs {
        max-height: 300px;
        overflow-x: scroll;
        border: 1px solid #e2e2e2;
    }

    .slid-grid .table td, .slid-grid .table th {
        border-top: 1px solid #e1e1e1;
        padding-right: 10px !important;
    }

    .rc-anchor-light.rc-anchor-normal {
        width: 278px !important;
    }

    .rc-anchor-logo-portrait {
        margin: 10px 0 0 0px !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        margin: 4px 38px 0 0 !important;
    }

    .popover-body {
        padding: 0.25rem 0.5rem !important;
        display: block !important;
    }

    .hover-btn-lg {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .btn-large-res {
        font-size: 17px !important;
        padding: 5px !important;
    }

    .standard-btn-yellow {
        min-width: 4rem !important;
        margin: 10px 0px !important;
    }

    .btn-outline {
        min-width: 4rem !important;
        font-size: 12px !important;
        padding: 10px !important;
    }

    .cstm_socialButtons .cstm_btn-facebook {
        padding: 3px 9px !important;
    }

    .cstm_socialButtons .cstm_btn-linkedin {
        padding: 10px 9px !important;
    }

    .xs-block {
        display: block !important;
    }

    .main-heading-primary-election-title {
        font-size: 22px !important;
    }

    .slide-link {
        padding-left: 0px;
        margin-bottom: -63px !important;
    }

    .accordian-header {
        height: 55px;
        padding: 15px 0px !important;
    }

    .text-lg {
        font-size: 22px !important;
    }

    .text-lg-02 {
        font-size: 22px !important;
    }
}


.popup-title {
    font-family: 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 28px !important;
    color: #236192;
}

.scrollsection {
    height: 460px;
    overflow-x: hidden;
    overflow-y: scroll;
}


.textsmall {
    color: #333 !important;
    font-size: 0.80rem !important;
}

.min-heightwidget {
    min-height: 537px !important;
}

.table-sm tbody td {
    height: 1.5rem !important;
    padding-top: 0.544643rem;
    padding-bottom: 0.544643rem;
}

.breadcrumb-title {
    font-size: 0.90rem;
    padding-top: 20px;
}




.pd-btm-5 {
    padding-bottom: 5px;
}

.pd-left-38 {
    padding-left: 38px;
}

.custom-lable {
    color: #666666;
    font-size: inherit;
}

.carousel-indicators .active {
    background: none !important;
}

.btn1 {
    box-shadow: none !important;
}

/*social icons*/
.cstm_socialButtons .cstm_btn-facebook {
    background: #3b5998;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 3px 7px;
    color: #fff;
    margin-bottom: 5px;
}

    .cstm_socialButtons .cstm_btn-facebook:hover {
        background: #172d5e;
        color: #fff !important;
    }

    .cstm_socialButtons .cstm_btn-facebook:focus {
        background: #3b5998;
        color: #fff !important;
        border-color: #3b5998;
    }

.cstm_socialButtons .cstm_btn-twitter {
    background: #00aced;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 3px 7px;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 5px;
}

    .cstm_socialButtons .cstm_btn-twitter:hover {
        background: #043d52;
        color: #fff !important;
    }

    .cstm_socialButtons .cstm_btn-twitter:focus {
        background: #00aced;
        color: #fff !important;
        border-color: #00aced;
    }

.cstm_socialButtons .cstm_btn-google-plus {
    background: #c32f10;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 3px 7px;
    color: #fff;
    margin-bottom: 5px;
}

    .cstm_socialButtons .cstm_btn-google-plus:hover {
        background: #6b1301;
        color: #fff !important;
    }

    .cstm_socialButtons .cstm_btn-google-plus:focus {
        background: #c32f10;
        color: #fff !important;
        border-color: #c32f10;
    }

.cstm_socialButtons .cstm_btn-linkedin {
    background: #0976b4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 7px 9px;
    color: #fff !important;
    margin-bottom: 5px;
}

    .cstm_socialButtons .cstm_btn-linkedin:hover {
        background: #004269;
        color: #fff !important;
    }

    .cstm_socialButtons .cstm_btn-linkedin:focus {
        background: #0976b4;
        color: #fff !important;
        border-color: #0976b4;
    }

.cstm_btn_text {
    font-size: 12px !important;
    padding-left: 5px;
    vertical-align: text-top;
}

.cstm_btn_icon {
    font-size: 22px !important;
}

.btn-social {
    text-align: right;
}
/*social icons css ends*/

.icon-pd-12 {
    padding-top: 11px;
}

.acc-election {
    overflow-y: auto;
    height: 377px;
}

.acc-earlyVotingLocations {
    overflow-y: auto;
    max-height: 272px;
    font-size: 12px;
}

.acc-electionDayVotingLocations {
    overflow-y: auto;
    max-height: 298px;
    font-size: 12px;
}

.voting-location-item {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.acc-provision {
    overflow-y: auto;
    height: 250px;
    margin-top: 8px;
}

.collapse1 {
    display: none !important;
}

    .collapse1.show1 {
        display: block !important;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease !important;
}

.popup-list > li {
    padding-bottom: 10px;
}

.list-circle {
    list-style: circle;
}

    .list-circle > li {
        padding-bottom: 10px;
    }

.text-primary {
    color: #236192 !important;
}

.error-red-text {
    color: red;
    font-size: 14px !important
}

.floating-label.has-value > label, .floating-label.is-focused > label {
    height: 25px;
}

.btn {
    cursor: pointer;
}

.cstm-lable {
    color: inherit;
    font-size: inherit;
}

.heading5 {
    color: #F0B323;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

.text-5 {
    padding: 5px 95px 35px 95px;
}

.text-box-lg {
    padding: 40px 50px 55px 50px;
}

.ballot-grid thead > tr > th {
    color: #234278 !important;
    font-size: 16px;
    font-weight: 700;
}

.ballot-grid tbody > tr > td {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.pd-left-10 {
    padding-left: 10px;
}

.popup-auto {
    max-height: 510px;
    overflow-y: auto;
}

.table-bordered {
    border: 1px solid #e9ecef !important;
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.popup-grid thead > tr > th {
    font-weight: bold;
    color: #666 !important;
}

    .popup-grid thead > tr > th:not(:last-child) {
        border-right: 1px solid #e1e1e1;
    }

.popup-grid tbody > tr > td:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.error-icon {
    font-size: 33px !important;
    color: #f0b323;
    padding-right: 5px;
}

.classic-tabs {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px !important;
    margin-top: 30px;
}

    .classic-tabs a {
        font-weight: 700;
        font-size: 18px;
        color: #383838;
        text-align: left;
        border-bottom: none !important;
    }

        .classic-tabs a:active,
        .classic-tabs a:focus,
        .classic-tabs a:hover {
            color: #236192 !important;
        }


.slide-link {
    padding-left: 40px;
    margin-bottom: -35px !important;
}

.subheader-logo {
    text-align: left;
}

.intl-value {
    display: initial;
}

.navbar-dark .form-control, .navbar-dark .input-group, .navbar-dark .navbar-brand::before, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-toggler::before {
    background-color: initial !important;
}

.navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover {
    color: #fff !important;
}

.btn-link {
    color: #535353;
    margin: 0px 6px;
    border: 0;
    cursor: pointer;
}

    .btn-link:hover {
        background-color: #e0e0e0 !important;
    }

.submit-field {
    padding-left: 0px;
    padding-top: 10px;
}

.nav-icons {
    font-size: 25px;
    color: #f0b323;
}

    .nav-icons :hover {
        color: #f0b323;
    }

    .nav-icons :active {
        color: #f0b323;
        border: none !important;
    }

.nav-icons-white {
    font-size: 25px;
    color: #fff;
}

    .nav-icons-white :hover {
        color: #fff;
    }

    .nav-icons-white :active {
        color: #fff;
        border: none !important;
    }

.floating-label > label {
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%;
}

.mr-btm-15 {
    margin-bottom: 15px;
}

.text-grid {
    text-align: right;
}

@media (max-width: 1024px) {
    .text-grid {
        text-align: left !important;
    }
}

.icon-blue {
    color: #0099cc;
}

.has-value .form-control {
    border-color: rgba(0, 0, 0, 0.42) !important;
}

@media print {
    body, html {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .printArea {
        display: none !important;
    }

    .printText {
        display: block !important;
    }

    #ancerGetDirections a {
        display: none !important;
    }

    .acc-votingLocation {
        overflow-y: visible !important;
        height: max-content !important;
    }

    .acc-ballot {
        overflow-y: visible !important;
        height: max-content !important;
    }

    .acc-election {
        overflow-y: visible !important;
        height: max-content !important;
    }

    .acc-provision {
        overflow-y: visible !important;
        height: max-content !important;
    }

    #collapseExample4 {
        display: block !important;
    }

    #collapseExample1 {
        display: block !important;
    }

    #collapseExample2 {
        display: block !important;
    }

    #collapseExample3 {
        display: block !important;
    }

    #collapseExample4 {
        display: block !important;
    }

    #collapseExample5 {
        display: block !important;
    }

    #divUpdateVoterbtn {
        display: none !important;
    }

    #divPrtilVoterInfo {
        border-color: white !important;
    }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.bg-yellow {
    background: #feffd2;
    color: #0066CC;
    padding: 5px;
}

.order-list > ol > li {
    padding-bottom: 10px;
}

.note {
    color: #0066cc;
    background: #b4ddfe;
    padding: 5px;
}

.pd-tp-10 {
    padding-top: 10px;
}

.pd-right-20 {
    padding-right: 20px;
}

.btn-center {
    text-align: right;
}

.btn-right {
    float: right;
    margin-top: 12px !important;
}

.popover-body {
    padding: 0.25rem 0.5rem !important;
    display: none;
}
/*2/01/2018*/
.pd-tp-10 {
    padding-top: 10px;
}

.search-blue {
    color: #1b6698 !important;
    font-size: 22px !important;
}

.btn-primary-sm {
    width: 97px;
    height: 31px;
    background: inherit;
    background-color: rgba(240, 179, 35, 1) !important;
    box-sizing: border-box !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(188, 188, 188, 1) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    color: #383838 !important;
    text-transform: none !important;
}

    .btn-primary-sm :hover {
        background-color: #ec0000 !important;
    }

.lg-acc-icon {
    padding: 7px 5px !important;
}

.lg-acc-text {
    margin-top: -15px !important;
}

#divAbsenteeInfo {
    font-size: 0.8125rem;
}

    #divAbsenteeInfo label {
        color: rgba(0, 0, 0, 0.87);
    }

.txt-yellow {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #9C6D00 !important;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
}

    .txt-yellow:hover {
        color: #9C6D00 !important;
    }

    .txt-yellow:active {
        color: #9C6D00 !important;
    }

    .txt-yellow:focus {
        color: #9C6D00 !important;
    }

.link-yellow {
    color: #9C6D00 !important;
    text-decoration: underline;
}

    .link-yellow:hover {
        color: #9C6D00 !important;
        text-decoration: underline;
    }

    .link-yellow:active {
        color: #9C6D00 !important;
        text-decoration: underline;
    }

    .link-yellow:focus {
        color: #9C6D00 !important;
        text-decoration: underline;
    }

.mr-less {
    margin-bottom: -15px !important;
}

.link-white {
    color: #fff !important;
}

    .link-white:hover {
        color: #fff !important;
    }

    .link-white:active {
        color: #fff !important;
    }

.text-md {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
}

.slid-grid .table td, .slid-grid .table th {
    border-top: 1px solid transparent;
    line-height: 1.428572;
    padding-right: 1.75rem;
    padding-left: 0px !important;
    vertical-align: top;
}

.text-slid-grid {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #9C6D00 !important;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    float: left !important;
    width: 25%;
}

.text-slid-text-grid {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #9C6D00 !important;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    width: 100%;
}

.txt-sm {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
}

.box-bg-light {
    background: rgba(242, 242, 242, 1);
    padding: 15px 0px;
    margin-top: 10px;
}

.tabs-grid .table thead td, .table thead th {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #234278 !important;
    white-space: nowrap;
}

.tabs-grid .table td, .tabs-grid .table th {
    padding-left: 0 !important;
}

.tabs-grid .pagination {
    background-color: transparent !important;
    float: right;
}

    .tabs-grid .pagination > li {
        border: 1px solid #e2e2e2;
    }

.tabs-grid .page-link {
    border-radius: 0px !important;
    margin-left: 0px !important;
}

.tabs-grid .table tbody td, .tabs-grid .table tbody th {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    height: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs-grid .page-link:active, .page-link.active {
    background-color: rgba(40, 75, 137, 1);
    background-image: none;
    color: #fff !important;
}

.tabs-grid .page-link-num:focus, .page-link-num:hover {
    background-color: rgba(40, 75, 137, 1);
    background-image: none;
    color: #fff !important;
}

.pagination-flow {
    font-size: 30px;
    color: #cccccc;
    padding: 0px 13px;
}

.btn-primary-white {
    width: 97px;
    height: 31px;
    background: inherit;
    background-color: #fff !important;
    box-sizing: border-box !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(188, 188, 188, 1) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    color: #383838 !important;
    text-transform: none !important;
}


.hand-crs {
    cursor: pointer;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.page-link-num.active {
    background-color: rgba(40, 75, 137, 1) !important;
}

.modal-content {
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ffffff;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12), 0px 11px 15px 0px rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: block !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    position: relative;
    vertical-align: baseline;
}

.text-lg-02 {
    font-size: 27px;
    color: #666666;
    font-weight: 600;
}

.subHeader-links-align-blue {
    justify-content: flex-end;
}

.apply-filter {
    min-width: 6rem !important;
}

.lg-btns-left {
    float: right;
}

.text-page {
    padding: 15px !important;
}

.ballot-grid tbody > tr > td {
    padding-left: 0 !important;
}

_::-webkit-full-page-media, _:future, :root .modal-open {
    overflow: hidden !important;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .modal-open {
            overflow: hidden !important;
        }
    }
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 2px;
            margin-left: -20px;
            border: 1.5px solid #757575;
            border-radius: 2px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: -1px;
            top: -8.5px;
            margin-left: -20px;
            font-size: 24px;
            color: #004979;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Material Icons';
            content: "check_box";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

.banner-tile .btn:focus {
    outline-color: white !important;
}
.navbar > .navbar-brand:focus {
    outline: #fff 2px dotted !important;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 30px !important;
    color: #6b6b6b !important;
}

    .carousel-control-next .fa, .carousel-control-prev .fa {
        color: #6F8FAE !important;
    }

.close {
    color: #747474 !important;
    opacity: 1 !important;
}
/*** My home Index ***/
.acc-footer a {
    color: #0078c9 !important;
}

.nav-side-menu li a {
    color: #ececec !important;
}

.heading-secondary, .heading5, .error-icon, .nav-icons {
    color: #9c6d00 !important;
}

.sub-header.sub-header-blue a {
    color: #ffffff !important;
}

.cstm_socialButtons .cstm_btn-twitter, .cstm_socialButtons .cstm_btn-twitter:focus {
    background: #007fae;
    border-color: #007fae;
}

.btn-secondary-md, .btn-secondary-md:hover, .standard-btn-yellow, .footer, .btn-secondary-md, .btn-secondary-md:hover, .swal-button {
    background: #9c6d00 !important;
    border-color: #9c6d00 !important;
}

.btn-disable[disabled] {
    background: #767676 !important;
}

.processway-box a {
    color: #236192;
}

.text-danger, .small {
    color: #ec0000 !important;
}

.link-white:focus {
    color: #fff !important;
    outline: #fff 2px dotted;
}

.text-slid-grid, .text-slid-text-grid, .textheaderVoter, .heading5, .error-icon, .nav-icons {
    color: #9c6d00 !important;
}

.process-way .owl-nav a.owl-prev, .process-way .owl-nav a.owl-next {
    background-image: none !important;
    font-size: 30px !important;
    color: #6F8FAE !important;
    transform: none !important;
}

.process-way .owl-nav a:active, .process-way .owl-nav a:focus, .process-way .owl-nav a:hover {
    color: #6F8FAE !important;
}

.floating-label > :-ms-input-placeholder.form-control {
    opacity: 1 !important;
}

.nav-icons {
    color: #284b89 !important;
}

.footer {
    background: #284b89 !important;
}

.btn-block + .btn-block {
    margin-top: 0rem;
}

/***** Custom Select - Multipe Dropdown Start *****/
select.custom-multiple {
    appearance: none !important;
    -webkit-appearance: none !important;
}

.btn-demo, .btn-rep, .btn-ref {
    border-radius: 30px;
    /*padding: 10px 15px;*/
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    min-width: 46px;
    height: 46px;
}

.btn-demo {
    color: #006699;
    border: 2px solid #006699;
}

    .btn-demo.active {
        color: #fff;
        background: #006699;
    }

.btn-rep {
    color: #cd3333;
    border: 2px solid #cd3333;
}

    .btn-rep.active {
        color: #fff;
        background: #cd3333;
    }

.btn-ref {
    color: black;
    border: 2px solid black;
}

    .btn-ref.active {
        color: #fff;
        background: black;
    }

.footer-accessibility {
    font-size: 14px;
    padding: 0px 20px 0px 0px;
}

.footer-accessibility-ul {
    font-size: 14px !important;
    margin: 0px;
    padding: 0px;
}

.form-group-hint {
    font-size: 10pt;
    font-style: italic;
}

.verified {
    color: #4caf50;
}

.btn-wrap {
    white-space: normal;
}

.nav-item {
    font-size: 25px;
    line-height: 1.6rem;
}

.slide-link {
    position: absolute;
    left: 12px;
    width: 100%;
    background: #f2f2f2;
    padding-left: 0px !important;
    margin-bottom: -60px !important;
}

    .slide-link .link-sm,
    .slide-link .link-sm:hover,
    .slide-link .link-sm:focus {
        /*color: #434343 !important;*/
        color: #214f7a !important;
    }

    .slide-link .link-sm {
        padding: 1rem 0rem !important;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
    }

    .slide-link a.link-sm.active {
        /*border-bottom: 3px solid #adadad;*/
        border-bottom: 3px solid #214f7a;
    }






.mvp-carousel .slide-link-lg {
    position: absolute;
    left: 12px;
    width: 100%;
    background: #f2f2f2;
    padding-left: 0px !important;
    margin-bottom: -60px !important;
}

    .mvp-carousel .slide-link-lg .link-sm,
    .mvp-carousel .slide-link-lg .link-sm:hover,
    .mvp-carousel .slide-link-lg .link-sm:focus {
        /*color: #434343 !important;*/
        color: #214f7a;
    }

    .mvp-carousel .slide-link-lg .link-sm {
        padding: 1rem 0rem !important;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
    }

    .mvp-carousel .slide-link-lg a.link-sm.active {
        /*border-bottom: 3px solid #adadad;*/
        border-bottom: 3px solid #214f7a;
    }

@media all and (max-width:959px) {
    .slide-link {
        left: 8px;
    }

    .header {
        padding: 0rem 1rem !important;
    }
}

@media all and (max-width: 567px) {
    .theme-dark .slide-link {
        padding-left: 0px !important;
        margin-bottom: -58px !important;
    }

    .app-box {
        padding: 15px 10px !important;
    }
}

/*** MVP CSS ***/
@media all and (min-width: 768px) and (max-width: 1500px) {
    .slide-link-lg {
        margin-left: -12px !important;
    }
}

@media (max-width: 767px) {
    .slide-link-lg {
        margin-left: -12px !important;
    }
}


.mvp-carousel .slide-link-lg {
    background: #fff;
}

/***** MVP Carousel CSS End *****/

.slider-02 .carousel-control-prev, .slider-02 .carousel-control-next {
    width: 9% !important;
    border-radius: 0;
    border-width: 0;
    position: absolute;
    top: 63px;
    min-height: 433px;
    -webkit-box-shadow: 0 0 0 0 rgba(242,242,242,1), 0 0 0 0 rgba(0,0,0,0.12), 0 0 0 0 rgba(0,0,0,0.0) !important;
    box-shadow: 0 0 0 0 rgba(242,242,242,1), 0 0 0 0 rgba(0,0,0,0.12), 0 0 0 0 rgba(0,0,0,0.0) !important;
    opacity: 1;
}

.slider-02 .carousel-control-prev {
    left: 0 !important;
}

.slider-02 .carousel-control-next {
    right: 0 !important;
}

.slider-02 .carousel-inner {
    -webkit-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -moz-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -ms-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -o-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    height: 475px;
    box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
}

.slider-02 .card {
    border: 0;
}

.slider-02 .card-img-top {
    width: auto !important;
}

.slider-02 .card-body {
    background-color: #fff;
    text-align: center;
}

.slider-02 .material-icons {
    font-size: 90px !important;
    color: #e4e4e4;
}

.slider-02 .mvp-carousel .carousel-control-prev, .slider-02 .mvp-carousel .carousel-control-next {
    top: 20px;
    background: #fff;
}

.slider-02 .mvp-carousel .carousel-inner {
    -webkit-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -moz-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -ms-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    -o-box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
    box-shadow: 0 3px 5px rgba(161,161,161,0.34902);
}

.expansion-panel-toggler {
    text-decoration: none !important;
    width: 100%;
    background: none;
    border: none;
}

    .expansion-panel-toggler h3 {
        font-size: 16px;
        color: #236192;
        font-weight: 700;
        margin: 0;
    }

.expansion-panel-footer button {
    background: none;
    border: none;
    color: #006699;
    font-weight: bold;
}

    .expansion-panel-footer button:hover {
        text-decoration: underline;
    }

.card .expansion-panel-body {
    height: 325px;
    padding-top: 0;
}

.no-footer {
    height: 377px !important;
}

.acc-ballot {
    overflow-y: auto;
    height: 289px;
}

.bold { font-weight: bold; }

.alert {
    font-weight: 600;
}

.fa-info-circle {
    color: #0099cc;
    cursor: pointer;
}

.icon-button {
    font-size: 25pt;
    vertical-align: middle;
}

.sortButton {
    background: transparent;
    border: none;
    padding: 0;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #234278 !important;
    white-space: nowrap;
    cursor: pointer;
}
.hide{ display: none;}

input[type="radio"] + .fa-check::before {
    content: "";
}

input[type="radio"]:checked + .fa-check::before {
    content: "\f00c";
}

#options-slider {
    position: relative;
    padding: 2em;
}

.slider-control {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 30px;
    position: absolute;
    z-index: 1;
    color: #6F8FAE;

}

    .slider-control:hover {
        background: rgba(204, 204, 204, 0.25);
    }

    .slider-control:focus {
        outline-width: 2px;
    }

.round-slider {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    top: 50%;
    margin-top: -1.5em;
}


.slider-left {
    left: 0;
}

.slider-right {
    right: 0;
}

#results-slider {
    box-shadow: 0px 0px 10px rgba(161, 161, 161, 0.34902);
}
.slider-tabs {
    background: #f2f2f2;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin: 0 -0.75em;
}

    .slider-tabs button {
        color: #214f7a;
        flex: 1;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 3px solid transparent;
        padding: 1em;
    }

    .slider-tabs button.active {
        border-bottom: 3px solid #214f7a;
    }

.box-slider {
    height: calc(100% - 1.5em);
    width: 2em;
}

.no-bullets {
    list-style-type: none;
    padding: 0;
}

    .no-bullets > li {
        margin-bottom: 1em;
    }

.floating-label > label,
.floating-label > .form-control:focus::placeholder {
    color: #747474 !important;
}

.btn {
    white-space: normal;
    height: auto !important;
}

@media(max-width: 576px) {
    .reg-breadcrumbs {
        display: none !important;
    }

    .floating-label.long-label {
        padding-top: 1.75rem;
    }

        .floating-label.long-label > label {
            height: unset;
            white-space: normal
        }

    select.long-text {
        height: fit-content;
        white-space: normal;
    }
}

