@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

body {
    color: #666 !important;
    font-size: 1rem !important;
}

.btn {
    cursor: pointer;
}
.slider-02 .material-icons {
    /*font-size: 90px !important;*/
    /*color: #e4e4e4;*/
    font-size: 60px !important;
    color: #aab8cf;
}

@media (max-width: 768px) {
    .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 55px !important;*/      /*28th Feb UI*/
        padding: 60px 70px !important;
    }

    .sub-header {
        margin-top: 0px;
        background: #dddddd;
        padding: 0px !important;
        font-size: 1.5rem !important;
        text-align: center;
    }

    .app-box {
        padding: 15px 25px !important;
    }

    .main-heading-primary {
        font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
        font-weight: 700;
        font-size: 20px !important;
        color: #214f7a;
        padding-bottom: 25px;
    }

    .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;
    }

    .banner ul li {
        width: 100%;
        text-align: center;
        min-height: 115px;
        display: inherit !important;
    }

    .banner {
        height: 589px;
        background: url(../images/u46.png) top right !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .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;
    }

    .subHedaer-left {
        text-align: left;
        padding-left: 17px;
    }
}

@media (max-width: 576px) {
    .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-center {
  text-align:center !important;
    }
    .btn-large-res {
        font-size: 17px !important;
        padding: 5px !important;
    }
    .standard-btn-yellow {
        min-width: 4rem !important;
        margin: 10px 0px !important;
    }
    .btn-responsive {
    font-size:12px !important;
    }

    .btn-outline {
        min-width: 4rem !important;
        font-size: 12px !important;
        padding: 10px !important;
    }
    .pd-55 {     
        padding: 60px 50px !important;      /*28th Feb UI*/
    }
    .carousel-indicators {
        left: 3rem;
        right: 3rem;
    }

    .cstm_socialButtons .cstm_btn-facebook {
        padding: 3px 9px !important;
    }

    .link-sm {
        font-size: 12px !important;
    }

    .xs-block {
        display: block !important;
    }

    .main-heading-primary-election-title {
        font-size: 22px !important;
    }

    .slide-link {
        padding-left: 0px !important;
        margin-bottom: -60px !important;
    }

    .accordian-header {
        height: 55px;
        padding: 15px 0px !important;
    }

    .text-lg {
        font-size: 22px !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;
    }

    .section2 {
        background-color: #fff;
        margin: 0px 20px;
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
}

@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 !important;
        padding-top: 5px;
    }

    .section2 {
        background-color: #fff;
        margin: 0px 20px !important;
        padding-top: 40px;
        padding-bottom: 80px;
    }

        /*** 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: 700;
        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;
    }

    .banner ul li .btn-common {
        text-transform: capitalize;
        font-size: 13px !important;
        color: #666;
        border-color: #666;
        border-width: 1px;
        font-weight: 600;
        padding: 8px 28px 5px 26px;
        border: 1px solid #666;
        margin-bottom: -20px;
    }

    .banner ul li:hover .btn-common {
        text-transform: capitalize;
        font-size: 13px !important;
        background-color: #fff;
        color: #666;
        border-color: #fff;
        border-width: 1px;
        font-weight: 600;
        padding: 8px 28px 5px 26px;
        border: 1px solid #666;
        margin-bottom: -38px;
    }
}

@media (max-width: 767px) {
    .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;
    }
}
/*****************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;
}

.banner {
    height: 589px;
    background: url(../images/u46.png) center right;
}

.footer {
    background: #ecb32e;
    color: #fff;
    padding-top: 68px;
    padding-bottom: 15px;
    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;
}

.slider-02 .card {
    border: 0px;
}

.slider-02 .card-img-top {
    width: auto !important;
}

.slider-02 .card-body {
    background-color: #ffffff;
    text-align: center;
}

.slider-02 .carousel-inner {
    height: 475px;
    box-shadow: 3px 3px 5px rgba(161, 161, 161, 0.34902);
}

.slider-02 .carousel-control-prev, .slider-02 .carousel-control-next {
    width: 8%;
    background: #f2f2f2;
    opacity: 9;
    top: 22px;
    height: calc(100% - 2px);
}




.main-heading-primary {
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    color: #214f7a;
    padding-bottom: 25px;
}

.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;
}

.pd-55 {
    padding: 67px;
}

.pd-20 {
    padding: 20px 0px;
}

.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;
    white-space: nowrap;
    cursor:pointer;
}

.link-sm {
    text-decoration: underline;
    color: #236192;
    font-size: 14px;
}

.slide-link {
    /*padding-left: 70px;*/
    /*margin-bottom: -35px;*/
    padding-left: 0px;
    margin-bottom: -60px;
}

.app-box {
    padding: 30px 55px !important;
}

.btn-primary-lg {
    background: #284b89 !important;
    border-color: #284b89 !important;
    width: 194px;
    border-radius: 10px !important;
    height: 49px;
    font-weight: 700 !important;
}

.btn-primary-md {
    background: #284b89 !important;
    border-color: #284b89 !important;
    height: 36px;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

    .btn-primary-md:hover {
        background: #284b89 !important;
        border-color: #284b89 !important;
        color: #ffffff !important;
    }

.text-lg {
    font-size: 29px;
    color: #666666;
    font-weight: 600;
}

.content-align {
    justify-content: flex-start !important;
}
.paginationTitle {
    padding: 15px 20px;
}

@media (max-width: 768px) {
    .icon-pd-12 {
        padding-top: 0px !important;
    }

    .btn-large-res {
        min-width: 220px !important;
    }

    .breadcrumb-arrow {
        margin-top: -8px;
    }

    .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_3 {
    font-weight: 700;
    font-size: 18px;
    color: #214f7a;
}

.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 {
    line-height: 1.9;
}

    .card-txt p {
        margin-bottom: 0px !important;
    }

/*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;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .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: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: 767px) {
    .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 */
.section2 {
    background-color: #fff;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.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;
    }

#slideranimate .owl-item {
    border-right: 1px solid #ccc;
}

.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;
    }

#slideranimate.owl-carousel {
    border: 1px solid #ccc;
    padding-left: 81px;
    padding-right: 81px;
}

    #slideranimate.owl-carousel .owl-nav.disabled {
        display: block !important;
    }

#slideranimate .owl-prev, #slideranimate .owl-next {
    background-image: url("../images/slider-left.png");
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center center;
    background-size: 18px;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 00%;
    background-color: #f2f2f2;
}

#slideranimate .owl-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

/* 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;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0px #fafafa, 0 0 0 0px #2196f3 !important;
}

.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***************/
.banner ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0 0px 0 0;
    list-style: none;
}

    .banner ul li {
        display: block;
        text-align: center;
        width: 350px;
        background: rgba(235, 235, 235, 0.84);
        min-height: 134px;
        margin-bottom: 2px;
        padding: 13px 13px 13px 20px;
        position: relative;
        cursor: pointer;
        margin-bottom: 25px;
        position: relative;
    }

        .banner ul li:hover {
            background-color: #284b89;
        }

        .banner ul li:last-of-type {
            margin-bottom: 0px;
        }

        .banner ul li .text-hover {
            opacity: 0;
            padding: 10px 5px 13px 21px;
            position: absolute;
            left: 0;
            top: 0;
            background: #f5b135;
            width: 100%;
            height: 100%;
            transition: opacity 0.5s ease-in-out 0s;
            -moz-transition: opacity 0.5s ease-in-out 0s;
            -ms-transition: opacity 0.5s ease-in-out 0s;
            -o-transition: opacity 0.5s ease-in-out 0s;
            -webkit-transition: opacity 0.5s ease-in-out 0s;
            overflow: auto;
        }

.touch .banner ul li .text-hover {
    overflow: scroll;
}

.banner ul li p {
    display: none;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    margin-bottom: 9px;
    max-height: 97px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.banner ul li:hover h2 {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.banner ul li:hover h2 {
    display: none;
}

.banner ul li:hover p {
    display: block;
}

.banner ul li .text-hover a {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 5px 23px 6px 27px;
    text-transform: capitalize;
    background-color: #fff;
    color: #f5b135;
    position: absolute;
    bottom: 17px;
    left: 20px;
    text-transform: capitalize;
    font-size: 16px;
    color: #666;
    border-width: 1px;
    font-weight: 600;
    padding: 5px 28px 5px 26px;
}

    .banner ul li .text-hover a:hover {
        background: #f0b323;
        color: #fff;
    }

.banner ul li:hover .text-hover {
    opacity: 1;
}

.banner ul li:last-child {
    margin-bottom: 0;
}

.banner ul li h2 {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 25px;
}

.button-section {
    position: relative;
    bottom: 15px;
}

.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: 40px;
    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;
}

.acc-flex {
    min-height: 332px;
}

.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;
}

.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: 4px solid #ecb32e !important;
    }

.btn-secondary-md {
    background: #ecb32e !important;
    border-color: #ecb32e !important;
    height: 36px;
    border-radius: 2px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !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;
}

.textheaderVoter {
    color: #f0b323;
}

.section-bg {
    background-color: #f2f2f2;
    padding: 20px 10px;
}

.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 !important;
}

.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;
}

/*@import "../sass/owl.carousel.min.scss";*/

/*# sourceMappingURL=app.css.map */




.custom-control-input:checked ~ .custom-control-indicator {
    color: #004979 !important;
}

    .custom-control-input:checked ~ .custom-control-indicator::before {
        background-color: rgba(0, 0, 0, 0.12) !important;
    }

    .custom-control-input:checked ~ .custom-control-indicator::before {
        background-color: rgba(0, 0, 0, 0.12) !important;
    }

small, .small {
    color: red !important;
    font-size: 0.80rem !important;
}

.selecter {
    padding-top: 0.75rem;
}



.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;
}

.floating-label > label {
    width: -moz-available;
    width: -webkit-fill-available;
    width: 100%;
}

@media (max-width: 480px) {
    .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;
    }
}

/*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*/
.mr-btm-15 {
    margin-bottom: 15px;
}

.text-grid {
    text-align: right;
}


@media (max-width: 600px) {
    .subHeader-links-align {
        justify-content: center !important;
    }
    .subheader-logo {
        text-align: center !important;
    }
    .paginationTitle {
        padding: 15px 5px;
    }
}

@media (max-width: 1024px) {
    .text-grid {
        text-align: left !important;
    }
    .page-link {
        padding: 0.6875rem 0.6rem !important;
    }
}

.btn-social-2 {
    text-align: left;
}

.nav-icons {
    font-size: 25px !important;
    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;
    }

.subHeader-links-align {
    justify-content: flex-end;
}

.u116-img {
    height: 57px !important;
    margin-top: -4px;
}

.u117-img {
    width: 161px;
    height: 57px !important;
}

@media (max-width: 1920px) {
    .pd-55 {
        padding: 65px 120px !important; 
    } 
    .slide-link {
        margin-bottom: -50px !important;
    }
}

@media (max-width: 1919px) {
    .pd-55 {
        padding: 65px 80px !important; 
    } 
    .slide-link {
        padding-left: 0px !important;
        margin-bottom: -67px !important;
    }
}
@media all and (max-width:1366px){
    .slider-02 .carousel-control-prev, .slider-02 .carousel-control-next {
        width: 50px !important; 
    }
}
@media (max-width: 479px) {
    .pd-55 {
        padding: 65px 60px !important; 
    }
}
.bg-yellow {
    background: #feffd2;
    color: #0066CC;
    padding:5px;
}

.order-list > ol > li {
    padding-bottom: 10px;
}

.image_input {
    position: relative;
}

.input_img_helpText {
    position: absolute;
    right: 5px;
    bottom: 10px;
    cursor: pointer;
}


.info-modal-popup {
    width: 500px !important;
}

.email_info_txt {
    text-align: center;
    font-size: 18px;
    padding: 8px;
}

.pd-right-20 {
padding-right:20px;
}
.note {
color:#0066cc;
background:#b4ddfe;
padding:5px;
}
.pd-tp-10 {
  padding-top: 10px; }
.text-dark {
    text-transform:uppercase;
    font-weight:bold;
}
.mr-tp-10{
margin-top:10px;
}
  .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;
}
.txt-yellow {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #F0B323 !important;
    font-family:'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
}
.link-yellow {
    color: #F0B323 !important;
    text-decoration: underline;
}
.link-yellow:hover{
    color: #F0B323 !important;
    text-decoration: underline;
}
.link-yellow:active{
    color: #F0B323 !important;
    text-decoration: underline;
}
.link-yellow:focus{
    color: #F0B323 !important;
    text-decoration: underline;
}
.mr-less {
margin-bottom: -15px !important;
}

@media (min-width: 1280px) {
    #mapDiv {
        border-width: 0px;
        position: relative;
        /*left: 0%;*/
        top: 25px;
        bottom: 10px;
        width: 1045px;
        height: 880px;
    }
}
.progress-gif{
    position: absolute;
    width: 100px; 
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -100px; 
    margin-top: -100px;
}

.mr-tp-200{
    margin-top:200px;
}
#mapDiv {
        border-width: 0px;
        position: relative;
        /*left: 0%;*/
        top: 25px;
        bottom: 10px;
        width: auto;
        height: 880px;
    }
.subHeader-links-align-blue {
        justify-content: flex-end;
    }
.apply-filter {
min-width: 6rem !important;
}
 .lg-btns-left {
    float:right;
    }
 .text-page {
    padding:15px !important;
    }
.nav-center {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-bottom:2px;
}
@media (min-width: 1140px) {
    .nav-center {
        margin-top:12px;
    }
}