﻿body {
}

#wrapper {
    overflow-x: hidden;
    position: relative;
    background-color: #F5F5F5;
}

#page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

#header {
    position: relative;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    #header .top {
        text-align: center;
    }
}

#header .top a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    #header .top a {
        float: left;
    }
}

#header .top a i {
    font-size: 17px;
    line-height: 0;
    position: relative;
    top: 1px;
    padding-right: 7px;
    font-style: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#header .top a:hover {
    color: white !important;
    text-decoration: underline;
}


#header-section {
    padding: 15px;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 0px;
}


.border {
    border: 1px solid red;
    min-height: 200px;
}

.links {
    text-align: right;
    line-height: 100px;
}

    .links a {
        text-decoration: none;
        border: 0px;
        color: #000;
        margin-right: 60px;
        font-size: 1em;
        line-height: 80px;
    }

        .links a:hover {
            border: 0px;
            color: #75787d;
        }

@media screen and (max-width: 768px) {
    .links {
        text-align: right;
        line-height: 40px;
        float: right;
    }
}

.nav-header {
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    position: relative;
    float: left;
    width: 100%;
}

hr {
    border-top: 1px solid #807d7d;
    border-bottom: 1px solid #fff;
}

a {
    color: #f77d0e;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #ed6002;
        border: 0px;
        text-decoration: none;
    }

#logo {
    position: relative;
    z-index: 2;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    font-weight: bold;
    float: left;
}

@media screen and (max-width: 768px) {
    #logo {
        width: 50%;
        float: left;
        text-align: left;
    }
}

#logo a {
    color: #fff;
}

    #logo a:hover, #logo a:focus {
        color: #fff !important;
    }

#menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
}

    #menu-wrap .rt-menu a {
        padding: 2em .75em;
    }

#menu > li > ul li.active > a {
    color: #79c34f !important;
}

#primary-menu > li > .rt-with-ul:after {
    border: none !important;
    position: absolute;
    float: right;
    margin-right: 5px;
    top: 50%;
    margin-top: -7px;
    content: "\e64b";
    color: #1fb5f6;
}

#primary-menu > li > ul li {
    position: relative;
}

    #primary-menu > li > ul li > .rt-with-ul:after {
        border: none !important;
        position: absolute;
        float: right;
        margin-right: 10px;
        top: 13px;
        font-size: 12px;
        content: "\e649";
        color: rgba(255, 255, 255, 0.5);
    }

#primary-menu .sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

    #primary-menu .sub-menu > li > .sub-menu {
        left: 100%;
    }

    #primary-menu .sub-menu:before {
        position: absolute;
        top: -9px;
        left: 20px;
        width: 0;
        height: 0;
        content: '';
    }

    #primary-menu .sub-menu:after {
        position: absolute;
        top: -8px;
        left: 21px;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-bottom: 8px solid white;
        border-left: 8px solid transparent;
        content: '';
    }

    #primary-menu .sub-menu .sub-menu:before {
        top: 6px;
        left: 100%;
    }

    #primary-menu .sub-menu .sub-menu:after {
        top: 7px;
        right: 100%;
        border: none !important;
    }

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

    .site-header.has-image #primary-menu .sub-menu:before {
        display: none;
    }

#primary-menu .sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

    #primary-menu .sub-menu a:hover {
        color: #79c34f !important;
    }





.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle i::before {
        top: -7px;
    }

    .fh5co-nav-toggle i::after {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2.5em;
    }
}






.rt-cover,
.rt-screen,
.rt-overlay {
    position: relative;
    /*min-height: 500px;*/
    /*min-height: 450px;*/
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .rt-cover,
    .rt-screen {
        height: 700px;
    }
}
/*pooja start*/
.font_size {
    display: absolute;
}

body {
    background-color: #F5F5F5;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 4px 5px;
    margin-top: 1px \9;
    line-height: normal;
}

.margin_top {
    margin-bottom: 30px;
}

.float_right {
    display: inline;
    padding-bottom: 2px;
}

.font_size {
    font-size: 11px;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 10px;
}

.border_hr {
    line-height: 40px;
    margin-top: 15px;
    border-top: 1px solid #dadada;
}

.border_login {
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #ECECEC;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #ECECEC;
}

.form-control:focus {
    border-color: #f77d0e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(247, 125, 14);
}

.btn:hover, .btn:focus {
    color: white;
    text-decoration: none;
}

p {
    margin: -18px 0px -8px 23px;
}

hr {
    color: #807d7d;
    opacity: 0.3;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 10px;
}

.form-control {
    display: block;
    width: 85%;
    height: 34px;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    padding-left: 55px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

}
/*pooja end*/
.rt-overlay {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #F5F5F5;
    /*background-image:url(../../../Content/images/slider/bg3.jpg);  */
    padding-top: 5px;
}

@media screen and (max-width: 768px) {
    .rt-overlay {
        padding-top: 20px;
    }
}

.rt-cover {
    background-size: cover;
    background-position: center top;
    position: relative;
}

@media screen and (max-width: 768px) {
    .rt-cover {
        height: inherit;
        padding: 3em 0;
    }
}

.rt-cover .btn {
    padding: 1em 5em;
    opacity: .9;
}

.rt-cover.rt-cover_2 {
    height: 700px;
}

@media screen and (max-width: 768px) {
    .rt-cover.rt-cover_2 {
        height: inherit;
        padding: 3em 0;
    }
}

.rt-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .rt-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.rt-cover .desc h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .rt-cover .desc h2 {
        font-size: 40px;
    }
}

.rt-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
}

    .rt-cover .desc span a {
        color: #fff;
    }

        .rt-cover .desc span a:hover, .rt-cover .desc span a:focus {
            color: #fff !important;
        }

        .rt-cover .desc span a.rt-site-name {
            padding-bottom: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        }


@media(min-width:768px) {
    #login-page {
        width: 35%;
        border: 0px solid red;
        margin-left: 33%;
        padding: 2%;
    }

    #login-page2 {
        width: 34%;
        border: 0px solid red;
        margin-left: 33%;
        padding: 2%;
    }
}


@media(max-width:768px) {
    #login-page {
        width: 90%;
        border: 0px solid red;
        margin-left: 5%;
        padding: 2%;
    }

    #login-page2 {
        width: 90%;
        border: 0px solid red;
        margin-left: 5%;
        padding: 2%;
    }
}

.line_height {
    line-height: 40px;
}



/*b5b4b4*/

#rt-footer {
    background: #161e2c;
    color: #6f7477;
    float: left;
    width: 100%;
    padding: 30px 0;
}

    #rt-footer a {
        margin-right: 35px;
        color: /*#3e4347;*/ #fff;
        /*font-weight:bold;*/
    }

.link-center {
    text-align: center;
}

@media(max-width:768px) {
    #rt-footer {
        margin-top: -30px;
    }

        #rt-footer a {
            display: block;
        }

    .link-center {
        text-align: left;
        padding-left: 20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #rt-footer {
        margin-top: -30px;
    }

        #rt-footer a {
            display: block;
        }

    .link-center {
        text-align: left;
        padding-left: 20px;
    }
}



.copyright {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #75787d;
    color: #75787d;

    @media screen and (max-width: $screen-sm) {
        margin-top: 30px; 
        padding-top: 30px;
    }
}


.colr-blue {
    color: #161e2c;
}

    .colr-blue:hover {
        color: #161e2c;
        outline: none;
    }

    .colr-blue:focus {
        color: #161e2c;
        outline: none;
    }

.btn-theme {
    padding: 8px 20px;
    background: #f77d0e;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

    .btn-theme:hover,
    .btn-theme:focus {
        background: #ed6002;
        outline: none;
        box-shadow: none;
    }

.btn-fw {
    width: 65%;
}

.min-ht {
    min-height: 45px;
}

.rt-mar-top {
    margin-top: 22px;
}

@media(max-width:768px) {
    .rt-mar-top {
        margin-top: 20px;
    }
}

/* ---------- Textbox Icons ---------- */

.form-control {
    min-height: 45px;
}

.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 15px;
        line-height: 23px;
        pointer-events: none;
    }

    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        line-height: 23px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 30px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon .fa {
    left: 40px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 50px;
    margin-bottom: 15px;
}

.right-addon input {
    padding-right: 30px;
}

/* ---------- End of Textbox Icons ---------- */


/* ---------- Scrollbar Design ---------- */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(248, 126, 5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }

/* ---------- End of Scrollbar Design ---------- */




/*------------ Add Customer Icons for Radio Buttons -----------*/

label {
    font-weight: bold;
}

.line_ht {
    line-height: 70px;
}

.label_cat {
    cursor: pointer;
    height: 80px;
    width: 80px;
    /*margin-right:10%;*/
}

.radio-picture {
    border: 2px solid #7f7d7d;
    display: inline-block;
    height: 80px;
    margin-right: 10px;
    text-decoration: none;
    width: 80px;
    -webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
    filter: grayscale(70%);
    border-radius: 100%;
}

    .radio-picture:hover {
        border: 2px solid purple;
        -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
        filter: grayscale(0%);
    }

.green-border {
    border: 2px solid green;
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.hidden {
    /*left: -10000px;
    position: absolute;
    top: -1000px;*/
    display: none;
}

/*------------ End of Add Customer Icons for Radio Buttons -----------*/

.check {
    opacity: 0.5;
    color: #996;
}

.file {
    visibility: hidden;
    position: absolute;
}


.btn-primary1 {
    background-color: #c52d2f;
    border-color: #a81416;
    color: #fff;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
}

    .btn-primary1:hover,
    .btn-primary1:focus,
    .btn-primary1:active,
    .btn-primary1.active {
        background: #d33638;
        outline: none;
        box-shadow: none;
    }


.header-login {
    color: #fff;
    margin-right: 20%;
    font-size: 2em;
}


/* For SIRA */


@media(min-width:768px) {
    .canidate_registration {
        width: 70% !important;
        margin-left: 15% !important;
        padding: 2%;
    }
}


@media(max-width:768px) {
    .canidate_registration {
        width: 90%;
        margin-left: 5%;
        padding: 2%;
    }
}

/* End of SIRA */

.account_layout_wrapper {
    min-height: 70vh;
}

.rt_pad {
    padding: 2%;
}

.rt_mar_top {
    margin-top: 25px;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
}

.footer_sira_govt {
    margin-top: 15px;
}

@media (max-width:767px) {
    .footer_sira_govt {
        width: 150px !important;
        margin-bottom: 15px;
    }
}