


body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #f6a505;
    text-decoration:none;
 }

    a:hover {
        color: #000;
    }

.navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 293px;
}

p {
    padding: 0px;
    margin: 0px;
}

.bg-light {
    background-color: #ffffff !important;
}
.inner-page {
     margin-top: 100px;
     padding:3em 0;
 }
.inner-page-benefits {
     padding:3em 0;
     text-align:center;
}
.home-abt {
    background: #f7f7f7;
    margin-top: 100px;
}

.home-abt-inner {
    padding: 3em;
}

    .home-abt-inner p {
        color: #6c6b6b;
    }

    .home-abt-inner h2 {
        font-weight: 600;
    }

    .home-abt-inner .btn {
        border-radius: 0 !important;
    }

    .home-abt-inner .btn-primary {
        color: #1a77cb !important;
        background-color: transparent !important;
        border-color: #1a77cb;
        width: 100%;
        /* font-weight: 600; */
        font-size: 1.2em;
        transition: 1s all;
    }

        .home-abt-inner .btn-primary:hover {
            border-color: #f69e00;
            color: #f69e00 !important;
            font-weight: 500;
        }

.list-activities {
    margin-top: 5em;
}

    .list-activities h3 {
        font-weight: 600;
        font-size: 2em;
    }

    .list-activities p {
        font-size: 1.08em;
        color: #6c6b6b;
    }

.careers {
    background: #06728e;
    padding: 3em;
    color: #ffffff;
    margin: 3em 0;
}

    .careers h3 {
        font-weight: 600;
    }

.career-table td {
    padding: 2em 1em;
    font-size: 1.2em;
}

.navbar-nav li a {
    font-size: 0.8em;
    letter-spacing: 0.08em;
    color: #5c5b5b !important;
    transition: 1s all;
    /*font-weight: 600;*/
}

.navbar-nav li a {
    text-transform: uppercase;
    /*margin-right: 1em;*/
}

    .navbar-nav li a:hover {
        color: #f6a505 !important;
    }

.home-container {
    position: relative;
}

.login, .register {
    border: 2px solid #ffa800;
    transition: 1s all;
}

.home-main .navbar-nav li a.login:hover {
    background: #ffa800;
    color: #ffffff !important;
}

.home-main .navbar-nav li a.register:hover {
    background: #fff;
    color: #ffa800 !important;
}

.home-main .nav-item:nth-child(1) {
    margin-right: 1em;
}

.home-main .navbar-nav li a.login, .home-main .navbar-nav li a.register {
    padding: 0.5em 2em;
    text-align: center;
}

.home-main .navbar-nav li a.login {
    color: #ffa800 !important;
}

.home-main .navbar-nav li a.register {
    color: #ffffff !important;
    background: #ffa800;
}

.bannerwrap {
    position: relative;
    top: 100px;
}

.innerWrap {
    margin: 8em 0 3em 0;
}

    .innerWrap h1 {
        font-size: 1.7em;
        margin: 1em 0;
    }

    .innerWrap table {
        font-size: 0.85em;
    }

        .innerWrap table a {
            text-decoration: none;
            color: #f6a505;
        }

.bannerwrap-home img {
    height: auto;
    width: 100%;
}

.fixed-top {
    box-shadow: 5px 0px 5px #5a5a5a;
}

.footer-links a {
    display: block;
    text-decoration: none;
    color: #006938;
    line-height: 2em;
    margin-left: 1em;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s;
}

    .footer-links a:hover {
        color: #004222;
        padding-left: 5px;
    }

.footer-copyright {
    padding: 1.2em 0;
    font-size: 0.9em;
    color: #6c6868;
    text-align: center;
    background: #000000;
}
    .footer-copyright a, footer-copyright a:hover {
        color:#6c6868;
    }  
/*animated icon*/
.animated-icon1 {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 5px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #000000;
    }

        .animated-icon1 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon1 span:nth-child(2) {
            top: 10px;
            width: 80%;
        }

        .animated-icon1 span:nth-child(3) {
            top: 20px;
        }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.navbar-toggler {
    margin-top: 1em;
}

.navbar-light .navbar-toggler {
    border: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.top-header {
    background: #016938;
    height: 50px;
}


#scroll {
    display: none;
}

a#scroll:before {
    position: fixed;
    right: 10px;
    bottom: 200px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    z-index: 999;
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    padding-top: 10px;
}

a#scroll:hover:before {
    background-color: #f6a306;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    color: #ffffff;
    transition: all 1s ease;
}

.join-network {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    border: 2px solid #fff;
    display: inline-block;
    /* margin-top: 2em; */
    padding: 0.2em 3em;
    border-radius: 30px;
    text-align: center;
    transition: 1s all;
}

a.join-network:hover {
    background: #ffa800;
}

.home-main .nav-item:nth-child(1) {
    margin-right: 1em;
}

.white-area {
    background: #ffffff;
    text-align: center;
    height: 100%;
}

.orange-area {
    background: #f6a204;
}

    .orange-area h3 {
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 700;
        font-size: 2.8em;
        padding: 0px;
        margin: 0px;
    }

    .orange-area h6 {
        text-transform: uppercase;
        color: #000000;
        font-weight: 600;
        letter-spacing: 0.05em;
        font-size: 0.8em;
        padding: 0px;
        margin: 0px;
    }

.login-form {
    margin-top: 3em;
}

    .login-form label {
        color: #fff;
        /*text-transform: uppercase;*/
        letter-spacing: 0.02em;
        font-size:0.9em;
    }
.form-control, .form-select {
     border-radius: 2px;
}

    .login-form .form-control {
        color: #000000 !important;
        border: 0px;
       
    }

    .login-form .btn-primary {
        width: 100%;
        background: none;
        color: #fff;
        border: 2px solid #fff;
        text-transform: uppercase;
        transition: 1s all;
        font-size:0.9em;
    }

        .login-form .btn-primary:hover {
            background: #ffffff;
            color: #000000;
            font-weight:500;
        }

.forgot-pass {
    color: #fff;
    text-decoration: none;
    font-size:0.9em;
}

.home-footer {
    background: #000;
    padding: 1.2em;
    text-align: center;
    color: #6c6868;
    font-size: 0.9em;
}

.image-style {
    object-fit: cover;
    margin-top: 100px;
}

.img-bject {
    position: relative;
}

    .img-bject img {
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }
    .img-bject-inner img {
        object-fit: cover;
        width: 100%;
        height: 550px;
    }

.layer-mask {
    position: absolute;
    background-color: rgba(0,0,0, 0.80);
    /*background-color: RGB(0 0 0 / 80%);*/
    color: #fff;
    top: 50%;
    left: 75.5%;
    width: 30%;
    padding: 2em;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .layer-mask h3:nth-child(1) {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.65em;
    }

    .layer-mask h3:nth-child(2) {
        background: #ffa800;
        color: #000000;
        margin-bottom: 0.5em;
    }

    .layer-mask a {
        border: 2px solid #fff;
        text-decoration: none;
        color: #ffffff;
        border-radius: 30px;
        display: block;
        transition: 1s all;
        font-size: 1.2em;
        padding: 0.2em 0;
        marign-bottom: 0.5em;
    }

@media (max-width: 575.98px) {
    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-toggler {
        margin-top: 0px;
    }
    .layer-mask h3:nth-child(1) {
        font-size:2.29rem;
    }
    .bannerwrap {
        top: 80px;
    }
    .home-abt {
        margin-top:80px;
    }
    .home-main .nav-item:nth-child(1) {
        margin-right: 0em;
    }

    .home-main .navbar-nav li a.register {
        margin-top: 1em;
    }

    .image-style {
        margin-top: 0px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .layer-mask {
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        padding: 2em;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .join-network {
        padding: 0em 3em;
    }

    .ls-sc-mb a {
        padding-left: 0rem !important;
    }
}


@media (min-width: 576px) {

    .home-main .nav-item:nth-child(1) {
        margin-right: 0em;
    }

    .home-main .navbar-nav li a.register {
        margin-top: 1em;
    }
}

@media (min-width: 768px) {
    .home-main .nav-item:nth-child(1) {
        margin-right: 0em;
    }

    .home-main .navbar-nav li a.register {
        margin-top: 1em;
    }
}


@media (min-width: 992px) {
    .home-main .navbar-nav li a.register {
        margin-top: 0em;
    }

    .home-main .nav-item:nth-child(1) {
        margin-right: 1em;
    }
}


.ls-scr {
    align-items: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
}

/*.ls-sc a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-decoration: none;
}

    .ls-sc a.lsca {
        color: #005c8b !important;
        font-weight: 600;
    }*/

/*.main-nav li {
    margin-right: 1em;
}*/

.main-nav li:last-child {
    margin-right: 0;
}

.logout {
    margin-left:1em;
}

.admin-user-panel li.user {
    color: #747373;
    font-size: 0.8em;
 }

.admin-user-panel li {
    align-self: center;
}

    .admin-user-panel li.user span {
        text-transform: uppercase;
        color: #000000;
        /*font-weight:600;*/
    }

    .admin-user-panel li.logout a {
       color: white !important;
    /* text-decoration: underline; */
    background: red;
    padding: 0.2em 0.5em;
    }

        .admin-user-panel li.logout a:hover {
            color: #fff !important;
            background:#000;
        }
        .fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/*textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
btn:focus,
label:focus,
.btn:active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}*/

.resouce-list table {
    width:100%;
    text-align:center;

}
    .resouce-list table td label {
        padding-left:0.5em;
    }
#div_referral_details, #div_opening, #div_person{
        border: 1px solid #cdcdcd;
    margin-top: 2em;
    text-align:left;
    padding:2em;
    }
    #div_referral_details h4, #div_opening h4, #div_person h4 {
        padding-bottom:1.5em;
    }
.usperson-list table td {
    padding-right:1em;
}
    .usperson-list table td label {
        padding-left:0.5em;
    }
.wrap {
    margin-top:2em;
    
}
    .wrap p {
        padding-bottom:1em;
    }
    .wrap h5 {
        padding:0.5em 0;
    }
.orange-area .form-control,.orange-area .form-select  {
    font-size: 0.8em;
    padding: 1em 0.5em;
}
.login-form .btn-primary {
    padding: 0.6em;
}