a {
    text-decoration: none;
}

.page_bg {
    background-color: #fafafa;
}

.intro {
    background: #f8f9fa !important;
    font-size: 20px;
}

.intro_content {
    padding: 48px;
    text-align: center;
}
/* 
li {
    list-style: none;
} */

h3 {
    color: #555555;
    font-weight: 600;
    font-size: 24px;
    text-align: center;

}

.heading h3 {
    font-weight: 600;
    font-size: 24px;
    color: #555555;
    text-align: center;
}

.heading h3::after{
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto;
    background: #008cba;
}

h3::after{
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto;
    background: #008cba;
}

h2 {
    color: #555555;
    font-weight: 600;
    font-size: 31px;
    text-align: center;
}

h2::after{
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto;
    background: #008cba;
}

h5{
    font-size: 24px;
    font-weight: 400;
}



.btn_green a {
    border: 1px solid #28a745;
    color: #28a745;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 3px;
    opacity: 0.6;
}

.btn_green a:hover {
    border: 1px solid #28a745;
    color: #28a745;
}

.main-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact_heading_breacrumb,
.login_heading_breacrumb,
.register_heading_breacrumb,
.international_heading_breacrumb,
.learnmore_heading_breacrumb,
.checkclearance_heading_breadcrumb,
.requestclearance_heading_breacrumb,
.forgetpassword_heading_breacrumb {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.agencies_content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
}

.agencies_list {
    padding-top: 20px;
    letter-spacing: 1px;
}

.agencies_list div {
    padding-left: 15px;
    padding-bottom: 15px;
}

.agencies_list div h6 {
    color: #28a745;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.agencies_list div img {
    width: 80px;
    max-width: 400px;
    height: 80px;
}

.apply {
    background: #f8f9fa !important;
}

.apply-content {
    padding-bottom: 48px;
    padding-top: 48px;
}

.apply_list .list {
    text-align: center;
    padding-bottom: 48px;
}

.apply_list .list i {
    color: #28a745;
    font-size: 4rem;
}

.button_apply {
    color: #28a745;
    border: 1.5px solid #28a745;
    border-radius: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 5px;
    font-size: 16px;
}

.button_apply:hover {
    background-color: #28a745;
    color: white;
}

.list p {
    font-size: 14px;
}

.job-form {
    background-image: url("/images/landingpageimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.job-form-background {
    background-color: #ffffff;
    opacity: 0.8;
    padding: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.job-form-background h2::after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto;
    background: #008cba;
}

.job-form-background a {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.job-form-background a:hover {
    background-color: rgba(0, 0, 0, 0.12);
    color: #28a745;
}

/* Navbar,blade bata taneko */

.navbar-toggler {
    display: none;
    font-size: 14px;
}

.navbar-link-holder {
    font-size: 15px;
    font-weight: 300;
    display: flex !important;
}

#navbar-link-icon {
    font-size: 12px;
}

.navbar-active {
    border-top: 5px solid white;
    border-bottom: 5px solid transparent;
}

.navbar-link-holder > div:hover {
    border-top: 5px solid white;
    border-bottom: 5px solid transparent;
}

@media screen and (max-width: 992px) {
    .custom-navbar {
        flex-direction: column;
    }

    .navbar-toggler {
        display: flex !important;
    }

    .navbar-link-holder {
        font-size: 14px;
        display: none !important;
        flex-direction: column;
    }

    .navbar-link-holder > div {
        border-left: 5px solid transparent;
    }

    .navbar-link-holder > .navbar-active {
        border-block: 0;
        border-left: 5px solid white;
    }

    .navbar-link-holder > div:hover {
        border-left: 5px solid white;
        border-block: 0;
    }

    

    
}

/* css from contact page */

.contact_infolist i {
    border-radius: 50%;
    border: 1px solid #2e7d32;
    padding: 15px;
    font-size: 14px;
    color: #2e7d32;
}



.contact_heading_content, .learnmore_heading_content, .checkclearance_heading_content, .requestclearance_heading_content , .forgetpassword_heading_content   {
    padding-top: 60px;
    padding-bottom: 60px;
    
    font-size: 12px;
    letter-spacing: 1px;
}

.contact_infolist {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
}

.contact_infolist div {
    text-align: center;
}



.contact_infolist h3 {
    padding-top: 30px;
}

.contact_infolist p {
    font-size: 14px;
}

.contactforms, .requestclearance_forms {
    background-color: #fafafa;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sendmsg a {
    color: #5cb85c;
    opacity: 0.85;
    letter-spacing: 2px;
}

.sendmsg a:hover {
    border: 1px solid #5cb85c;
    color: #555555;
    padding-left: 12px;
    padding-right: 12px;
}

.mails:hover {
    text-decoration: underline;
}

@media screen and(min-width:1008px) {
    .forms, .register-forms {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* login page css */

.login_heading_content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 12px;
    letter-spacing: 1px;
}

.login-tab li{
    padding-bottom: 10px;
}


.login-border-yellow  {
    border-bottom: 2px solid rgb(242, 201, 55);
    color: #212529;

}

.login-border-gray{
    border-bottom: 2px solid rgb(228, 228, 225);
    color: #6C757D;


}




.forms input, .register-forms input{
    background-color: rgb(246, 246, 246);
}

.btn_yellow{
    border-radius: 5px;
    background-color: rgb(242, 201, 55);
    color: black;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 3px;

}


.forget-pw a{
    font-size: 12px;
}


@media screen and (min-width: 992px) {
    .login_heading_content,
    .international_heading_content,
    .main-content,
    .register_heading_content,
    .footer-contact-info,
    .checkclearance_heading_content,
    .contact_heading_content
     {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.landing-cards{
    padding-left: 100px;
    padding-right: 100px;
}


@media screen and (max-width: 1200px) {
    .landing-cards .landing_cards{
        padding-bottom: 40px;
        
    }
}

.landing-cards{
    padding:40px
}


/* register page css */

.register_heading_content,
.international_heading_content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 12px;
    letter-spacing: 1px;
}

.register a {
    border: 1px solid #5cb85c;
    color: #5cb85c;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 3px;
}

.register a:hover {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.paragraph_register a:hover{
    text-decoration: underline;
}


.box {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 40px;
}

.btn {
    padding: 10px;
}

/* international page css */

.btn_red a {
    border: 1px solid #dc3545;
    color: #dc3545;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 3px;
    opacity: 0.6;
}

.btn_red a:hover {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.breadcrumb {
    flex-wrap: wrap;
}

/* footer css */

.copyright {
    background-color: #2e7d32;
}

.footer-contact {
    background-color: #e9e9e9;
    color: #28a745;
    font-size: 14px;
    font-weight: 700;
}

.footer-contact-info {
    padding-bottom: 30px;
    padding-top: 20px;
    letter-spacing: 1px;
}

.copyright-content {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    color: #cccccc;
    font-size: 12.6px;
    letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
    .copyright-content {
        padding-left: 0px;
        padding-right: 0px;
    }

   
}

/* learnmore css */
.learnmore{
    font-size: 14px;
}

.learnmore li{
    padding-bottom: 10px;
    text-align: justify;
}

@media screen and (max-width: 991px){
    .learnmore{
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* request clearance css */

.requestclearance_text{
    font-size: 17px;
    color: #43A047;
}

