﻿.i_icons {
    font-size: 20px !important;
    color: dodgerblue;
}

.Details-count p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.aboutus_page {
    padding: 60px;
}

@media only screen and (max-width: 600px) {
    .aboutus_page {
        padding: 10px;
    }
}
.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.textalignP {
}

@media only screen and (max-width: 600px) {
    .textalignP p {
        text-align: center;
    }
}

.textalignC p {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .textalignC p {
        text-align: center;
    }
}
.popover__title {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 15px 0;
}

.popover__wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
}

.popover__content {
    top: 58px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -150px;
    transform: translate(0, 10px);
    background-color: aliceblue;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #bfbfbf transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: left;
}

.logo_set {
    width: 539px;
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .logo_set {
        width: 100%;
    }

    .mid_logo {
        width: 100% !important;
    }
}

body {
    margin: 0px !important;
    padding: 0px !important;
}

.aply_btn {
    background: #036eb6;
    color: white;
    padding: 6px;
    width: 100%;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ululdrop {
    left: 100% !important;
    width: auto;
    margin-top: -40px !important;
}

@media only screen and (max-width: 600px) {
    .ululdrop {
        margin-left: 0px !important;
        margin-top: 0px !important;
        width: auto;
    }
}

.ululdrop2 {
     left: 100% !important;
     margin-top: -40px !important;
}

@media only screen and (max-width: 600px) {
    .ululdrop2 {
        margin-left: 0px !important;
        margin-top: 0px !important;
        width: auto;
    }
}

#member_footer_part {
    padding: 14px 0px 92px;
    background: #036eb6;
}

@media only screen and (max-width: 600px) {
    #member_footer_part {
        padding: 14px 0px 92px;
    }
}

.txttype {
    width: 100%;
    border: 1px solid #a6a2a2;
    padding: 6px;
}

.thisme {
    margin-top: 7px;
    background: #036eb6;
}

.footer.bottom-footer {
    background: #fff;
    border-top: 3px solid #008ad2;
    clear: both;
    width: 100%;
    position: relative;
}

    .footer.bottom-footer:before {
        margin: 0px;
        padding: 0px;
        left: 0;
        top: -3px;
        position: absolute;
        content: "";
        height: 3px;
        width: 33%;
        background: #aec90a;
    }

    .footer.bottom-footer:after {
        margin: 0px;
        padding: 0px;
        right: 0;
        top: -3px;
        position: absolute;
        content: "";
        height: 3px;
        width: 33%;
        background: #d73525;
    }

.footer-top {
    padding: 25px 0 0;
}

.main-container {
    margin: 0 auto;
    width: 1190px;
    position: relative;
}

.footer-left {
    width: 920px;
    float: left;
}

    .footer-left ul.menu li.expanded {
        min-height: 202px;
    }

    .footer-left li {
        float: left;
        margin-right: 35px;
        width: 170px;
        border-right: 1px solid #ebebeb;
        padding-right: 23px;
    }

        .footer-left li a.footer-menu-expanded, #block-webform-client-block-10 .block__title {
            color: dodgerblue;
            display: inline-block;
            font-family: "opensans-bold-webfont";
            font-size: 14px;
            margin-bottom: 20px;
            padding-bottom: 9px;
            text-transform: uppercase;
            position: relative;
        }

        .footer-left li li {
            /*background: rgba(0, 0, 0, 0) url('../Kma_image/gray-double-arrow.png') no-repeat scroll 0 2px;*/
            font-family: Arial;
            font-size: 12px;
            margin-bottom: 4px;
            padding-left: 13px;
        }

        .footer-left li li {
            border-right: 0;
        }

    .footer-left li {
        float: left;
        margin-right: 35px;
        width: 170px;
        padding-right: 23px;
    }

.footer-right {
    float: right;
    width: 260px;
    position: relative;
    right: 108px;
}

.footer-left li a.footer-menu-expanded, #block-webform-client-block-10 .block__title {
    color: dodgerblue;
    display: inline-block;
    font-family: "opensans-bold-webfont";
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 9px;
    text-transform: uppercase;
    position: relative;
}

    .footer-left li a.footer-menu-expanded::after, #block-webform-client-block-10 .block__title:after {
        background: #008ad2 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        left: 0;
    }

.footer-right #webform-client-form-10 {
    border: 1px solid #ddd;
    overflow: hidden;
}

.footer-right #webform-ajax-wrapper-10 .webform-component-email {
    float: left;
    width: 180px;
    margin-bottom: 0;
    min-height: inherit;
}

.footer-right #webform-ajax-wrapper-10 .element-invisible {
    display: none;
}

.webform-client-form-95 .webform-component label, .webform-client-form-431 .webform-component label, .webform-client-form .webform-component label {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: justify;
    float: left;
    width: 100%;
}

.footer-right #webform-ajax-wrapper-10 .webform-component-email input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 8px;
    width: 100%;
}

.footer-right #webform-ajax-wrapper-10 .form-actions {
    background: rgba(0, 0, 0, 0) url(../images/footer-mail-but.html) no-repeat scroll center;
    cursor: pointer;
    float: right;
    height: 29px;
    margin-top: 2px;
    width: 45px;
    border-left: 1px solid #ddd;
}

    .footer-right #webform-ajax-wrapper-10 .form-actions input {
        height: 100%;
        opacity: 0;
        width: 100%;
        cursor: pointer;
    }

.webform-client-form-95 .form-actions input, input.red-inpu-but, .webform-client-form-431 .form-actions input, .webform-client-form .form-actions input, #user-login .form-actions input, #user-pass .form-actions input {
    -webkit-appearance: button;
    border-radius: 0px;
    background: #329bde;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    padding: 9px;
    transition: all ease 0.6s;
}

#block-block-3 h2.block__title {
    color: dodgerblue;
    font-family: "opensans-bold-webfont";
    font-size: 13px;
    padding-top: 10px;
    font-weight: normal;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 5px;
    transition: all ease .5s;
}

.digicert-logo {
    float: right;
    margin: -50px 0 0;
    width: 100px;
}

    .digicert-logo > div {
        background: rgba(0, 0, 0, 0) url(../images/digicart-logo.html) no-repeat scroll 0 0;
        float: right;
        padding-top: 76px;
        width: 100px;
    }

#DigiCertClickID_TA1dlqGi > a {
    color: #656464;
    font-family: "lato-semibold-webfont";
    font-size: 12px;
    margin-top: 5px;
    float: left;
}
/*.footer-last {
    background: #eaeaea;
    padding: 10px 0;
    width: 100%;
    border-top: solid 1px #ebebeb;
}*/
.footer-last p.left {
    width: 50%;
    float: left;
}

.footer-last p, .footer-last p a {
    font-size: 13px;
    color: #797979;
}

    .footer-last p, .footer-last p a {
        font-size: 13px;
        color: #797979;
    }

        .footer-last p.right {
            width: 50%;
            text-align: right;
            float: right;
        }

        .footer-last p, .footer-last p a {
            font-size: 13px;
            color: #797979;
        }

            .footer-last p, .footer-last p a {
                font-size: 13px;
                color: #797979;
            }

li {
    list-style: none;
}

.footer-left li a.footer-menu-expanded::after, #block-webform-client-block-10 .block__title:after {
    background: #008ad2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
}

ul {
    padding-inline-start: 0px;
}

.footer-left li a.footer-menu-expanded, #block-webform-client-block-10 .block__title {
    color: dodgerblue;
    display: inline-block;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 9px;
    text-transform: uppercase;
    position: relative;
}

.footer-right {
    float: right;
    width: 260px;
}

    .footer-right #webform-client-form-10 {
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .footer-right #webform-ajax-wrapper-10 .webform-component-email {
        float: left;
        width: 180px;
        margin-bottom: 0;
        min-height: inherit;
    }

.webform-client-form-95 .webform-component, .webform-client-form-431 .webform-component, .webform-client-form .webform-component {
    margin-right: 2%;
}
.page_benner {
    margin-bottom: 30px;
}
.page_benner img {
    width: 100%;
}
.verifycation {
    padding: 115px;
    background-image: url('Kma_image/background_for_test.html');
}

@media only screen and (max-width: 600px) {
    .verifycation {
        padding: 10px;
    }
}

.verify_box {
    width: 100%;
    background: white;
    border-radius: 1px;
    box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
    height: 350px;
    padding: 50px;
}

.textenroll {
    width: 100%;
    background: #e8f0fe;
    border-radius: 100px;
    /*border: 1px solid black;*/
    color: black;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

    .textenroll:hover {
        width: 100%;
        background: white;
        border-radius: 100px;
        border: 1px solid black;
        color: black;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
        font-size: 20px;
    }

.verify_box h3 {
    color: black;
    font-weight: 900;
    font-size: 30px;
}

.btn_verification {
    background: #57b846;
    padding: 20px;
    color: white;
    border: none;
    width: 40%;
    border-radius: 100px;
    font-size: 21px;
    font-family: 'Times New Roman', Times, serif;
}
@media only screen and (max-width: 600px)
{
    .btn_verification {
        background: #57b846;
        padding: 20px;
        color: white;
        border: none;
        width: 100% !important; 
        border-radius: 100px;
        font-size: 21px;
        font-family: 'Times New Roman', Times, serif;
    }
}
.i_icons {
    font-size: 20px !important;
    color: dodgerblue;
}

.txttype {
    width: 100%;
    border: 1px solid #a6a2a2;
    padding: 6px;
}

.thisme {
    margin-top: 7px;
    background: #036eb6;
}

.main-container {
    margin: 0 auto;
    width: 1190px;
    position: relative;
}

.right-side-bar {
    float: right;
    margin-bottom: 25px;
    width: 850px;
}

.text-inner {
    margin-top: 10px;
    min-height: 500px;
}

.page-heading {
    overflow: hidden;
    width: 100%;
}

    .page-heading h1 {
        font-size: 30px;
    }

    .page-heading h1, h2, h3 a, h3 {
        color: #0587d1;
        font-family: "lato-semibold-webfont";
        line-height: normal;
        padding-bottom: 9px;
        position: relative;
        font-weight: normal;
    }

.left-contact {
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
    float: left;
    padding-right: 25px;
    width: 700px;
    margin-top: 20px;
}

    .left-contact h5 {
        border-bottom: 1px solid #dedede;
        color: #329bde;
        font-size: 19px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .left-contact h5 {
        border-bottom: 1px solid #dedede;
        color: #329bde;
        font-size: 19px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

li.mail-icon {
    background: url(../images/mail-icon.html) 0 0 no-repeat;
}

.left-contact li {
    color: #000;
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 30px;
    line-height: 21px;
    background-position: 0px 3px !important;
}

.right-contact {
    float: right;
    width: 440px;
    margin-top: 20px;
}

    .right-contact h4 {
        border-bottom: 1px solid #dedede;
        color: #329bde;
        font-size: 19px;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 12px;
        margin-top: 12px;
        padding-bottom: 12px;
    }

#webform-client-form-95 .form-item:first-child {
    width: 100%;
}

.webform-client-form-95 .webform-component, .webform-client-form-431 .webform-component, .webform-client-form .webform-component {
    float: left;
    margin-right: 2%;
    min-height: 70px;
    margin-bottom: 16px;
}

li {
    list-style: none;
}

ul {
    padding-inline-start: 0px !important;
}
            
/*----- Success Story  Start    --------*/
.test_box {
    background: aliceblue;
    text-align: center;
    box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
    padding: 20px;
    align-items: center;
    margin: 45px;
}

.single_card {
    background: white;
    text-align: center;
    padding: 30px;
    width: 300px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

.test_img {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #fbc900;
}

    .test_img img {
        width: 100%;
        overflow: hidden;
    }

.fa-quote-left {
    background: #fbc900;
    padding: 11px;
    border-radius: 100%;
}

.icons_qoutes {
    padding-top: 10px;
    padding-bottom: 10px;
}

.test_intro {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .test_intro h5 {
        margin-bottom: 0px;
        font-weight: 600;
    }

    .test_intro strong {
        font-size: 12px;
    }

.ds_content {
    max-height: 97px !important;
    overflow: hidden !important;
    margin-bottom: 10px;
}

.test_content p {
    margin-bottom: 4px;
}

.title_tag {
    border: 10px;
    width: 100px;
    background: #fbc900;
    color: #fbc900;
    border-radius: 100px;
    height: 6px;
    display: block;
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
}

.test_title {
    text-align: center !important;
}

.btn_read {
    text-align: center;
}

.btn_read {
    border: none;
    padding: 15px;
    background: #fbc900;
    color: black;
    width: 150px;
}

.test_title h3 {
    font-weight: 900;
    margin-top: 10px;
}

.test_title p {
    color: black;
    margin-top: 15px;
    margin-bottom: 60px;
    text-align: center;
}

#testimonials {
    background-image: url('../Kma_image/background_for_test.jpg');
    background-size: cover;
    width: 100%;
    padding: 40px;
    max-height: 50000px;
}

@media only screen and (max-width:600px) {
    #testimonials {
        background-image: url('../Kma_image/background_for_test.jpg');
        background-size: cover;
        width: 100%;
        padding: 0px !important;
        height: auto;
    }
    .test_box {
        background: aliceblue;
        text-align: center;
        box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
        padding: 20px;
        align-items: center;
        margin: 0px !important;
    }
    .single_card {
        background: white;
        text-align: center;
        padding: 30px;
        width: 100%;
        height: 450px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}
/*----- Success Story End    --------*/

/*----- gallery page Start    --------*/
.videos {
    padding: 50px;
}



.single-event-item {
    overflow: hidden;
    margin-bottom: 40px;
    /*-moz-box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);*/
    box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
}

    .single-event-item .img-holder {
        display: block;
        position: relative;
        overflow: hidden;
    }


    .single-event-item .text-holder {
        display: block;
        padding: 24px 19px 22px;
        border: 1px solid #f9f9f9;
        background: #a72c26;
    }

        .single-event-item .text-holder .title {
            font-size: 20px;
            line-height: 26px;
            transition: all 500ms ease;
        }

.single-catgory {
    height: 311px;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 20px;
}

.cate_img img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
}

.btn_more {
    border-top: 1px solid black;
    padding: 20px;
}

.clickthis {
    font-size: 21px;
    font-weight: bold;
    color: black;
}
@media only screen and (max-width: 600px) {
    .videos {
        padding: 0px !important; 
    }
}
/*----- gallery page End    --------*/
/*----- Contact page Start    --------*/
.contactus {
    padding: 40px;
}
.call_contact a {
    color: steelblue;
    font-size: 15px;
}
.mail_contact a {
    color: steelblue;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
    .contactus {
        padding: 0px;
    }
}
/*----- Contact page End    --------*/


/*----- Footer page Start    --------*/
.b_right {
    border-right: 1px solid #ebebeb;
}
.footer {
    padding: 20px;
}
    .footer h6 {
        color: dodgerblue;
        display: inline-block;
        font-family: Arial;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        
    }
 
/*----- Footer page End    --------*/
/*----- Default page Star    --------*/
.section-counter {
    padding: 50px;
    background: #ece9e947;
}

@media only screen and (max-width: 600px) {
    .section-counter {
        padding: 50px
    }
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 14px;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 2px;
            height: 0px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 2px;
            background-color: deepskyblue;
            height: 0px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        /*content: "\f10d";*/
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }
.announcement-wrap .col-md-2 {
    background-color: #f2ca27;
    color: #c0392b;
    padding: 10px 5px 10px 5px;
    text-align: center;
    font-weight: bold;
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-10 {
        width: 83.33333333%;
        height: 3px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.announcement-wrap {
    background-color: #e74c3c;
    padding: 0px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section {
    /*padding-top: 45px;
    padding-bottom: 45px;*/
    display: block;
}

.announcement-wrap .carousel-inner p, .announcement-wrap .carousel-inner p a {
    padding: 10px 5px 10px 5px;
    margin: 0px;
    color: white;
}

a {
    /*color: #337ab7;*/
    text-decoration: none;
}

a {
    background-color: transparent;
}

.announcement-wrap .announcement-control {
    right: -15px;
    position: absolute;
    top: 5px;
}

.pull-right {
    float: right !important;
    color: white;
}

.fa-backward:before {
    content: "\f04a";
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
}

    .filter-button:hover {
    }

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.btncate {
    /*margin: 8px 12px 18px -1px;*/
    border-right: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-size: 16px;
}

.news_maruqq p {
    padding: 10px;
    color: white;
}

.content_box {
    /*border:1px solid black;*/
    height: 280px;
    background: white;
    width: 280px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.notice_box {
    /*margin-top: 34px;*/
}

    .notice_box h5 {
        font-weight: 600;
        color: black;
        text-align: center;
        background: #f1f0ef;
        margin-bottom: 0px;
        width: 300px;
    }
.belowbnr2 p {
    display: inline-block;
    padding-right: 10px;
}

    .belowbnr2 p:last-child {
        border-right: 0
    }

    .belowbnr2 p a {
        color: #FFF
    }
@media only screen and (max-width: 600px)
{
    .three .strikethrough {
        display: none;
        position: absolute;
        top: 43px;
        left: 177px;
        right: 60px;
        height: 2px;
        background: #607d8b;
        width: 900px;
    }

}
/*----- Default page End    --------*/

/*----- Training Join page Start    --------*/
.training_join {
    position: relative;
    background: white;
    padding: 50px;
}
.title_Head {
    text-align: center !important;
  
}
    .title_Head h2 {
        color: black;
        text-align: center !important;
        border-bottom: 1px solid aliceblue;
        padding-bottom: 10px;
    }
.title_bar {
    width: 100%;
    background: #fcf8e3;
    padding: 20px;
    text-align: center;
}
    .title_bar h3 {
        color: #8a6d3b;
    }
.content_area {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 160px;
}
@media only screen and (max-width: 600px)
{
    .content_area {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
}
.mtop {
    margin-top: 206px;
}
.mtbottom {
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .training_join {
        position: relative;
        background: white;
        padding: 0px;
        height: auto;
    }
    .mtop {
        margin-top: 360px !important;
    }
    .mtbottom {
        margin-bottom: 20px !important; 
    }
}
/*----- Training Join page End    --------*/


/*----- Candidate  page Start    --------*/
.condidate_page {
    background-image: url(../Kma_image/background_for_test.jpg);
    background-size: cover;
    padding: 40px;
}
.content_candidate {
    background: white;
    box-shadow: 0px 1px 10px 0px rgba(203,203,203,1);
    padding: 20px;
    min-height: 1200px;
}
.candidate_input {
   text-align:center;
}
.condidate_input_text {
    background: #eaf1fc;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: black !important;
    font-size: 18px;
    margin-bottom: 30px;
}
.btn_verify {
    border: none;
    padding: 20px 80px;
    background: #57c124;
    color: white;
    border-radius: 20px;
    width: 50%;
     
}
::placeholder {
    color: black;
}
.tilte_section {
    background: #fcfae6;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
}
    .tilte_section h3 {
        color: #f07e01 !important;
    }
/*----- Candidate  page End    --------*/





/* carousel */
.carousel {
    overflow: hidden;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-width: 0;
    background-color: #323232;
    margin: 0 3px;
    transition: all 0.2s ease-in-out 0s;
}

    .carousel-indicators li:hover {
        opacity: 0.8;
    }

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #08275d;
}

.carousel-control.left,
.carousel-control.right {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
    text-shadow: none;
    opacity: 1;
    background-image: none;
    filter: alpha(opacity=100);
    text-align: center;
}

.carousel-control.right {
    right: -50px;
}

.carousel:hover .carousel-control {
    left: 50px;
}

    .carousel:hover .carousel-control.right {
        left: auto;
        right: 50px;
    }

.carousel-control.left span,
.carousel-control.right span {
    font-family: 'rt-icons-2';
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 16px;
    left: 0;
    top: 0;
    line-height: 50px;
}

.carousel-control .icon-prev:before {
    content: "\e7c4";
}

.carousel-control .icon-next:before {
    content: "\e7c5";
}
/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all 0.2s ease-in-out 0s;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel.dots-center .owl-dots {
        text-align: center;
    }

    .owl-carousel .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        counter-reset: owl-dots;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1;
            *display: inline;
            padding: 0 7px;
        }

            .owl-carousel .owl-dots .owl-dot span {
                width: 12px;
                height: 12px;
                display: block;
                border-radius: 50%;
                color: transparent;
                border: 1px solid #323232;
                cursor: pointer;
                text-indent: -9999px;
                transition: all 0.2s ease-in-out 0s;
            }

            .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
                background-color: #323232;
            }

.background_cover .owl-carousel .owl-dots .owl-dot span {
    border-color: #ffffff;
}

.background_cover .owl-carousel .owl-dots .owl-dot.active span, .background_cover .owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #ffffff;
    background-color: #ffffff;
}

.owl-carousel .owl-nav {
    transition: all 0.6s ease 0s;
}

    .owl-carousel .owl-nav > div {
        color: transparent;
        font-size: 0;
        display: inline-block;
        right: 0;
        text-align: center;
    }

        .owl-carousel .owl-nav > div.disabled {
            opacity: 0.5;
            cursor: default;
        }

        .owl-carousel .owl-nav > div:first-child {
            left: 0;
            right: auto;
        }

        .owl-carousel .owl-nav > div:after {
            transition: all 0.3s ease 0s;
            font-family: FontAwesome;
            font-size: 40px;
            line-height: 60px;
            content: "\f105";
            color: #787878;
        }

        .owl-carousel .owl-nav > div:first-child:after {
            content: "\f104";
        }

        .owl-carousel .owl-nav > div:hover:after {
            color: #d1ab6a;
        }

@media (min-width: 1300px) {
    .container .owl-carousel[data-nav=true] .owl-nav {
        left: -60px;
        right: -60px;
    }
}

@media (min-width: 1600px) {
    .container .owl-carousel[data-nav=true] .owl-nav {
        left: -150px;
        right: -150px;
    }
}

.container aside .owl-carousel {
    padding-right: 0;
    padding-left: 0;
}

    .container aside .owl-carousel .owl-nav {
        left: 0 !important;
        right: 0 !important;
    }

.top-right-nav .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

    .top-right-nav .owl-nav > div {
        background: transparent;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Owl Default Theme */
.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav > div {
        font-size: 0;
        position: absolute;
        right: 0;
        text-align: center;
        margin-top: -30px;
        width: 30px;
        background: rgba(255,181,0, 1);
        color: black;
    }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

.owl-theme .owl-dots {
    margin-top: 50px;
}

/* .owl-center theme */
.owl-center .owl-nav {
    top: 0;
    bottom: 0;
    position: static;
    margin-top: 0;
    opacity: 1;
}

    .owl-center .owl-nav > div {
        right: 0;
        width: 30px;
        top: 40%;
        bottom: 0;
        margin: 0;
        height: 80px;
        text-align: center;
        opacity: 0;
        background-color: rgba(50, 50, 50, 0.6);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .owl-center .owl-nav > div:first-child {
            left: 0;
            right: auto;
        }

            .owl-center .owl-nav > div:first-child:after {
                left: 4px;
            }

        .owl-center .owl-nav > div:after {
            position: absolute;
            top: 50%;
            color: #ffffff;
            font-size: 20px;
            left: 6px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.owl-center:hover .owl-nav > div {
    top: 50%;
    opacity: 1;
}

/* owl images fix */
.owl-carousel .owl-item {
    transition: opacity 0.2s ease 0.1s;
    opacity: 0;
}

    .owl-carousel .owl-item.active {
        opacity: 1;
    }

.owl-center .owl-item {
    opacity: 1;
}

.with_shadow_items .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}
