/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

footer {
    position: absolute;

    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

footer > .container .text-muted {
    margin: 20px 0;
}

.logo-public {
    margin: 0;
    padding: 0;
}

.bg-image {
    position: absolute;
    top: 0;
    background-image: url(/img/background-tr.png);
    background-size: 400px 650px;
    background-position: left;
    background-repeat: no-repeat;
    height: 650px;
    width: 400px;
    z-index: -2;
    opacity: 0.7;
}

.white-bg {
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
}

footer {
    background: none;
    min-height: 60px;
}

.blue-bg {
    background-color: #136988
}

.green-bg {
    background-color: #9da638
}

footer .nav-pills > li > a {
    color: #f5f5f5;
}

footer .nav-pills > li > a:hover {
    color: #1a242f;
}

footer .nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background: none;
    color: #1a242f;
}

.text-muted {
    color: #136988;
}

.social-icons {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 5px;
}

.with-padding {
    padding: 15px 15px;
}

.panel-default {
    border: none;
}

.announc {
    font-size: 20px;
    line-height: 25px;
    white-space: normal;
    padding: 0 10px;
    font-weight: bold;
    text-align: left;
}

.under-slider-img {
    margin: 0 auto;
    display: block;
}

.courses-sec {
    line-height: 24px;
    color: #F16521;
    text-align: justify;
}

.row {
    margin-bottom: 15px;
}

blockquote footer, blockquote small, blockquote .small {
    color: #919191;
    line-height: 20px;
    margin-top: -8px;
    position: relative;
    min-height: 30px !important;
    padding-top: 10px;

}

@media (max-width: 320px) {
    .social-icons {

        margin: 5px 1px;
        float: right;
    }

}

.icon-padding-0 {
    padding: 0 !important;

}

.panel-group .panel-heading.emp {
    color: #fff;
    background-color: #F16521;
    border-color: #F16521;
}

.btn-img-margin {
    margin-top: -30px;
}

.margin-botton-0 {
    margin-bottom: 0;

}

.margin-bottom-0 {
    margin-bottom: 0;
}

.hea-public-menu {
    text-transform: uppercase;
    padding-left:0px; 
    padding-right:0px;
}

.report-under-line {

    padding-bottom: 10px;
    border-bottom: 2px dotted #7E9BF6
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #136988;
    background-color: #ffffff;
    border: 1px solid #BDBDBD;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    border: none;
}

.nav-tabs {
    border-bottom: 1px solid #BDBDBD;
}

.well-white-bg {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #C4C4C4;
    border-top: 0;
    margin-bottom: 20px;
}

.white-bg-2 {
    background-color: #fff;
}

.req-section-danger {
    color: #e74c3c;
    border-left: 5px solid #e74c3c;

}

.req-section-success {
    color: #3c763d;
    text-decoration: line-through;
    border-left: 5px solid #3c763d;
}

.list-required-item {
    position: relative;
    display: block;
    padding: 1px 15px;
    margin-bottom: 1px;
    background-color: #ffffff;
    list-style: none;
}

.form-horizontal [data-required="true"] label:after {
    content: " *";
}

.loader {
    width: 100%;
    background: #fff;
    height: 100%;
    position: absolute;
    display: none;
    top: 0;
    right: 0;

}

.loader-container {
    position: absolute;
    left: 20%;
    top: 25%;
}

.loader-container img {
    margin: 0 auto;
}

.has-success .form-control, .has-success .form-control:focus {
    border: 2px solid #dce4ec;
}

.has-success .help-block, .has-success .control-label {
    color: #136988;
}

.tool-btn:hover, .tool-btn:focus {
    color: #F16521;
    margin-top: -4px;
}

.tool-btn {
    margin-top: -4px;
}

.icon-file-pdf {
    font-size: inherit;
}

table a, .table a {
    text-decoration: none;
}

.center-img {
    margin: 0 auto;
}

.announc p {
    font-size: 20px;
    font-weight: 100;
}

.under-slider {
    padding: 10px 58px;
    background: #f10a00;
    color: #fff;
}

@media (max-width: 768px) {
    .announc {

        text-align: left;
    }

    .under-slider {
        padding: 10px 10px;
    }
}

@media (max-width: 320px) {
    .announc p {
        font-size: 12px;
        font-weight: 100;
    }

    .announc {
        font-size: 16px;
    }

    .logo-public {
        max-width: 277px;
        margin-top: 8px;
    }

    .under-slider-img {

        max-width: 100%;
    }

}

.under-unnouncment {
    background-color: #E6E6E6;
    margin-top: -15px;
    font-size: 18px;

}

.under-unnouncment h3 {
    font-size: 24px;
}

.under-under-slider {
    padding: 10px 58px;
    color: #136988;
    text-align: center;
}

.eligibility-class .panel-heading .panel-title {
    text-transform: uppercase;

}

.eligibility-class .panel-heading .panel-title a:hover {
    text-decoration: none;
}

.eligibility-class .panel-heading.eli-tab1 {
    background-color: #f4961c;
}

.eligibility-class .panel-heading.eli-tab2 {
    background-color: #f20a00;
}

.eligibility-class .panel-heading .btn {
    text-transform: none;
}

.eligibility-class .panel-body h4 {
    margin-top: 50px;
}

.abs-img-phone {
    height: 70px;
    width: 188px;

    position: absolute;
    left: 41%;
    top: 29px;
    z-index: 2;
}

.eligibility-class .panel {
    overflow: inherit;
    margin-bottom: 30px;
}

.omg-collapse {
    margin-top: -18px;
}

.panel-group .panel {

    overflow: inherit;
    margin-bottom: 20px;
}

.table-how th,
.table-how td {
    border: 1px solid #D5D5D5;
}

.announc-new {
    font-size: 18px;
    line-height: 19px;
    white-space: normal;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.announc-new:after {
    clear: both;
}

.red-bg {
    background-color: #f10a00
}

.orange-bg {
    background-color: #F68B29;
}

.dark-orange-bg {
    background-color: #ff6633;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.stories-container {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

blockquote {
    position: relative;
    margin-bottom: 11px;
    margin-top: 25px;
}

blockquote p {
    font-size: 14px;
}

blockquote ul li {
    font-size: 12px;
}

.under-stories {
    background-color: #ffebd8;

}

.black-txt {
    color: #000;
    font-size: 16px;
}

.greeen-bg {
    background-color: #9ba535;
}

.text-center {
    text-align: center;
}

.white-text {
    color: #fff;
}

.readmore-js-toggle {

    font-size: 12px;
    margin: 12px 0px;

}

.uppercase_text {
    text-transform: uppercase;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color: #FFFFFF !important;
}

#faq .panel-collapse {
    counter-reset: section;
}

#faq .panel-collapse .bs-component blockquote p::before {
    counter-increment: section;
    content: counter(section) " - ";
}
#searchform .form-group {
    height: 70px;
}

#searchform .form-group.has-checkbox {
    position: relative;
    padding-left: 10px;
}

#searchform .form-group.has-checkbox .checkbox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

#searchform .is-highlighted {
    background-color: #e74c3c;
    color: #ffffff;
}
#searchform .bootstrap-select {
    margin: 0 !important;
}
