@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

/*SCROLL BAR*/
/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #2d5ddf;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #2d5ddf;
}




@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1090px;
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1050px){
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 15px;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1090px){
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 15px;
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media only screen and (min-width: 1091px) and (max-width: 1199px){
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media (max-width: 991px){
    .popular-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}



@media only screen and (min-width: 991px) and (max-width: 1350px){
    .banner-text h1 {
        font-size: 56px;
        margin-bottom: 5px;
    }
}


@media only screen and (min-width: 1351px) and (max-width: 1399px){
    .banner-text h1 {
        font-size: 59px;
        margin-bottom: 5px;
    }
}


@media only screen and (min-width: 1400px) and (max-width: 1499px){
    .banner-text h1 {
        font-size: 60px;
        margin-bottom: 5px;
    }
}
 

@media only screen and (min-width: 1500px) and (max-width: 1599px){
    .banner-text h1 {
        font-size: 62px;
        margin-bottom: 5px;
    }
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    background-color: #054d91;
    border-top: 1px solid #ffffff;
}
 
.footer_copyright {
    color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
}
.mb-0 {
    margin-bottom: 0!important;
}

.copyright-wrap a {
    color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
}

.footer_copyright a {
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
    margin-left: 12px;
}


.footer_copyright a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
    margin-left: -9px;
}

.footer-links {
    text-align: right;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links li {
    font-family: "Poppins", Arial, sans-serif;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.footer-links li:after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
}

.social-media{
    padding: 0;
    margin: 0;
    display: inline-flex;
    list-style-type:  none;
}

/* .social-media li a{
    background-color: #fff;
    padding: 0.35rem;
    border-radius: 18px;
} */
.social-media li{
    margin: 0px 15px;
}

.social-media li:nth-child(odd){
    margin: 0;
}
    








.cards-main-div {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

@media (max-width: 599px){
    .cards-main-div {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 600px){
    .cards-main-div {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 900px){
    .cards-main-div {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (min-width: 1199px){
    .cards-main-div {
        grid-template-columns: repeat(6, 1fr);
    }
}


.flavor-item-box {
    padding: 15px 10px 15px;
    border-radius: 4px;
    transition: 0.3s;
    background-color: #e4eef9;
}

.flavor-item-box:hover {
    background-color: #2d5ddf;
    color: #ffffff;
}

.flavor-item-box h3 {
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.3;
}

.flavor-item-box h3  {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #000720;
    font-family: "Rubik", sans-serif !important;
}

.flavor-item-box:hover  h3{
    color: #ffffff;
}






















.banner-area-three:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-image: url(https://job-board.dexignzone.com/xhtml/images/back-lines.png); */
    background-image: linear-gradient(45deg, #3fd6d50a, #3fd6d50a),url(../images/banner-bg.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
}


.banner-area-three .back-circle {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
    filter: blur(300px);
    background: #00e5ff;
    z-index: -1;
}


.banner-area-three .back-circle2 {
    position: absolute;
    width: 400px;
    height: 400px;
    opacity: 0.5;
    filter: blur(200px);
    background: #00e5ff;
    border-radius: 240px;
}


.banner-area-three .back-circle {
    bottom: 0%;
    left: 0%;
}

.banner-area-three .back-circle2 {
    top: 50%;
    right: 0%;
    z-index: -1;
}


@media screen and (max-width: 1024px){
    .banner-area-three .back-circle {
        display: none;
    }
}


@media screen and (max-width: 1400px){
    .banner-area-three .back-circle2 {
        display: none;
    }
}





.banner-area-three .banner-text h5 {
    font-weight: 500;
    color: #2d5ddf;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

/* .banner-area-three .banner-text h6 {
    color: #007df1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
} */

.banner-area-three .banner-text .dz-searches h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #142238;
}

.banner-area-three .banner-text .dz-searches span {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: rgba(127, 147, 182, 1);
    margin-left: 5px;
}

@media screen and (max-width: 480px){
    .dz-searches {
        display: none!important;
    }
}


.common-btn .login-btn2 {
    font-size: 15px;
    color: #2d5ddf;
    border: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    /* background: linear-gradient(160deg, #2d5ddf 15%, #3ed5d4 80%); */
    border: 1px solid #2d5ddf;
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-transition: width 20s, opacity 0.6s;
    transition: width 20s, opacity 0.6s;
}


.common-btn .sign-up-btn2 {

    font-size: 15px;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    /* background: linear-gradient(160deg, #2d5ddf 15%, #3ed5d4 80%); */
    background-color: #2d5ddf;
    padding: 11px 15px;
    border-radius: 4px;
    -webkit-transition: width 20s, opacity 0.6s;
    transition: width 20s, opacity 0.6s;
}




.section-head.style-1 {
    margin-bottom: 40px;
}

/* .section-head.style-1 h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #3ed6d4;
    margin-bottom: 8px;
} */

.section-head.style-1 .section-title-3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 10px;
    color: #001b36;
}

.section-head.style-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #585858;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}



.mt-60 {
    margin-top: 60px;
}



.banner-area-three .banner-text .partner-title {
    color: #838785;
    font-size: 22px;
    letter-spacing: -0.5px;
}

@media (max-width: 400px){
    .banner-area-three .banner-text .partner-title{
        font-size: 18px;
    }
    .md-mt-30{
        margin-top: 30px;
    }
}

.me-4 {
    margin-right: 1.5rem!important;
}

.ms-2 {
    margin-left: 0.5rem!important;
}



.mt-50{
    margin-top: 50px;
}

.service-btn {
    position: relative;
    background-color: #f2f8ff;
    border: 1px dashed #2d5ddf;
    border-radius: 20px;
    padding: 10px 33px;
    color: #1a1a1a;
    font-weight: 500;
}


.line-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: #001b36;
    transition: 0.3s;
}

@media only screen and (max-width: 767px){
    .service-btn{
        padding: 10px 10px;
        font-size: small;
    }
    .line-btn{
        font-size: small;
    }
}

.line-btn i {
    margin-left: 0px;
}

 




/* Recent jobs new */
.job-wrapper {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    border: 2px solid rgba(46, 85, 250, 0);
    height: 100%;
}

.job-wrapper:hover {
    border: 2px solid #2d5ddf;
}

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

.job-wrapper .jobs-profile {
    margin-bottom: 10px;
}

.job-wrapper .jobs-profile .dz-icon {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.job-wrapper .jobs-profile .Profile-inner .profile-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.job-wrapper .jobs-profile .Profile-inner .profile-positions{
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
}



.job-wrapper .Profile-inner-2 p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #6f6f6f;
}

.job-wrapper .Profile-inner-2 .dz-buttons {
    justify-content: space-between;
}

.job-wrapper .Profile-inner-2 .dz-buttons .dz-salary {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #6f6f6f;
}

.job-wrapper .Profile-inner-2 .dz-buttons .dz-salary span {
    font-size: 18px;
    font-weight: 500;
    color: #3ccfd1;
    letter-spacing: 0.02em;
    margin-right: 3px;
}

.job-wrapper .dz-timing {
    position: absolute;
    top: 10px;
    right: 10px;
}

.job-wrapper .dz-timing span {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-right: 10px;
    color: #6f6f6f;
}

.job-wrapper .dz-timing a {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color:#163350;
    background: #e8f4ff;
    padding: 3px 7px;
    border-radius: 2px;
}

.essar-btn{
font-size: 15px;
color: #ffffff;
border: none;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
background-color: #2d5ddf;
padding: 8px 15px;
border-radius: 4px;
-webkit-transition: width 20s, opacity 0.6s;
transition: width 20s, opacity 0.6s;
}
.essar-btn:hover{
    color: #ffffff;
}





/* popular-searches bg */
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-color{
    background-color: #007df10d;
}







/* Section title media */
@media only screen and (max-width: 767px){
    .section-head.style-1 .section-title-3 {
        font-size: 30px;
        line-height: 40px;
    }
}




/* New Top Bar */
.bg-top-menu{
    background-color: #ff106f;
    /* padding: 5px 0; */
}

.bg-top-menubar{
    display: none;
}


@media only screen and (min-width: 767px){
    .bg-top-menubar{
        display: block;
    }
}

.menubar_top_mail {
    color: #ffffff;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Manrope", sans-serif;
}

.menubar_top_mail:hover{
    color: #ffffff;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.section_details_enter {
    padding: 15px 10px;
}

 

.main-nav nav .navbar-nav .nav-item .top-lg-menu{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .top-lg-menu:hover{
    color: #ffffff;
}

 
    
 

.main-nav-top-area-padding{
    padding-top: 10px;
}




















/* LOGIN_BTN_MODAL_ */


@media (min-width: 576px){
    .modal-dialog {
        max-width: 720px;
    }
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
}

.modal-dialog{
    margin: 40px auto;
}

.essar-data-form {
    background: #fff;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 20px!important;
    padding: 40px 15px 20px;
}

@media (max-width: 1199px){
    .essar-data-form {
        padding-top: 25px;
    }
}

.essar-data-form  .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    box-shadow: none;
    z-index: 1;
}

.essar-data-form h2 {
    font-size: 40px;
    font-weight: 400;
    color: #001b36;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 767px){
    .essar-data-form h2 {
        font-size: 30px;
    }
}

@media (max-width: 1199px){
    .essar-data-form h2 {
        font-size: 30px;
    }
}

.essar-data-form p{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
}
.essar-data-form p a {
    color: #05315c;
    text-decoration: none;
}

.essar-data-form p a:hover {
    text-decoration: underline;
}


.essar-data-form .form-wrapper {
    max-width: 480px;
}

.m-auto {
    margin: auto!important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ps-3 {
    padding-left: 1rem!important;
}

.pe-3 {
    padding-right: 1rem!important;
}

.fw-500 {
    font-weight: 500;
}

.essar-data-form .form-wrapper .input-group-meta label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.5);
    display: block;
    margin-bottom: 6px;
}

.mt-20 {
    margin-top: 20px;
}

.essar-data-form .form-wrapper .input-group-meta input {
    width: 100%;
    height: 55px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 8px;
    padding: 0 52px 0 20px;
    color: #000;
    background: #f5f5f5;
    outline: none;
    box-shadow: none;
}

.essar-data-form .btn-eleven {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}

.essar-data-form .form-wrapper .has-error label{
    position: relative;
    font-size: 15px;
    letter-spacing: -.5px;
    color: #273544;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.essar-data-form .agreement-checkbox a {
    position: relative;
    font-size: 15px;
    color: #1e1e1e;
}

.essar-data-form .agreement-checkbox a:hover {
    text-decoration: underline;
    color: #05315c;
}



#password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.essar-data-form .line {
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.2);
}

.essar-data-form .form-wrapper .or-text{
    color: #1e1e1e;
    font-weight: 400;
    font-size: 16px;
}
 

.essar-data-form .social-use-btn {
    font-size: 15px;
    color: #000;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
}

.essar-data-form .social-use-btn:hover {
    background: #2d5ddf;
}







/* LOGIN PAGE STYLE */

.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 40px 0px 0px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

@media only screen and (max-width: 991px){
    .bradcam_area{
        padding-top: 170px;
    }
    .shapes{
        display: none;
    }
}

.bradcam_area .bradcam_text p {
    background-color: #e4eef9;
    padding: 0.375rem 1rem;
    border-radius: 25px;
    color: #2d5ddf;
}
 
.bradcam_area .bradcam_text p a{
    color: #02386e;
}


.essar-inner-page {
    background-image: url(../images/inner-bg.jpg);
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.essar-inner-page::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.6;
}
.p-relative{
    position: relative;
}

.essar-inner-page .page-title-text h2 {
    font-size: 64px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.25px;
    font-family: "Poppins", sans-serif;
}

.essar-inner-page .page-title-text p{
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
}

.registration-section {
    background: #ffffff;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}

.mb-50{
    margin-bottom: 50px;
}

.essar-registration-form {
    background: #fff;
    margin: 0 auto;
    max-width: 720px;
    border-radius: 20px!important;
    padding: 40px 15px 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ededed;
}

.essar-registration-form h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.88px;
    color: #001b36;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px){
    .essar-registration-form h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.essar-registration-form .form-wrapper {
    max-width: 565px;
}

.essar-registration-form form .form-wrapper .form-inner{
    position: relative;
}

.essar-registration-form form .form-wrapper .form-inner .input-area {
    background: #fff;
    border: 1px solid #2d5ddf;
    border-radius: 4px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: .35s;
}
 
.essar-registration-form form .form-wrapper .form-inner input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #061421;
    padding: 14px 0;
    line-height: 1;
    border: none;
    outline: none;
}

.essar-registration-form form .form-wrapper .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #9d9d9d;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.essar-registration-form form .form-wrapper .form-inner .input-area span {
    margin-right: 20px;
}

#password-toggle2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#confirm-password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.essar-registration-form form .form-wrapper .has-error label {
    position: relative;
    font-size: 15px;
    letter-spacing: -.5px;
    color: #273544;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.login-area .form-group2 {
    margin-bottom: 20px;
}

.essar-registration-form form .form-wrapper .has-error label a{
    color: #05315c;
    font-weight: 500;
    text-decoration: underline;
}

.essar-registration-form form .form-wrapper .has-error label a:hover{
    text-decoration: underline;
}

.essar-registration-form form .form-wrapper .form-inner button {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}

.essar-registration-form form .form-wrapper h6 {
    padding-top: 25px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #273544;
}

.essar-registration-form form .form-wrapper h6 a {
    color: #05315c;
    font-weight: 500;
    text-decoration: underline;
}

.essar-registration-form form .form-wrapper h6 a:hover{
    text-decoration: underline;
}
 .shapes {
    position: absolute;
} 


.portal-area .shape_01 {
    top: 30%;
    right: 10%;
    z-index: 1;
    animation: jumpFour 5s linear infinite;
}


.portal-area .shape_02 {
    top: 60%;
    left: 3%;
    z-index: 1;
    animation: jumpTwo 5s linear infinite;
} 


.portal-area .shape_03 {
    top: 30%;
    left: 43%;
    z-index: 0;
    animation: jumpTwo 5s linear infinite;
}


@keyframes jumpFour {
    0% {
        transform: translateZ (0);
    }
    50% {
        transform: translate3d(0,-10px,0);
    }
    100%{
        transform: translateZ (0);
    }
}



@keyframes jumpTwo {
    0% {
        transform: translateZ (0);
    }
    50% {
        transform: translate3d(0,20px,0);
    }
    100%{
        transform: translateZ (0);
    }
} 


@media (min-width: 992px){
    .order-lg-last {
        order: 6!important;
    }
}


@media (min-width: 992px){
    .order-lg-first {
        order: -1!important;
    }
}


@media (min-width: 1200px){
    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
}

@media (min-width: 1200px){
    .me-xl-5 {
        margin-right: 3rem!important;
    }
}


@media (max-width: 991px){
    .md-mt-20 {
        margin-top: 20px!important;
    }
}

.mt-35 {
    margin-top: 35px;
}

.ptb-50{
    padding-top: 50px;
} 

.pbt-50{
    padding-bottom: 50px;
}

@media only screen and (max-width:991px){
    .ptb-160-60 {
        padding-top: 160px !important;
        padding-bottom: 60px !important;
    }
}







.curtainoverlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 71, 142); ; /* Black fallback color */
    background-color: rgba(0, 71, 142); /* Black w/opacity */
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    z-index: 9999;
}



 

  .curtainoverlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    /* text-align: center;  */
    
  }

  .curtainoverlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
  }

.banner-form-outer{
    padding: 15px;
}



@media only screen and (min-width:992px){
    .curtainoverlay-content{
        top: 45%;
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
    .banner-form-outer{
        background-color: #000720;
        padding: 25px;
        width: 70%;
        border-radius: 4px;
    }
}




.banner-form-outer h2{
    color:#ffffff ;
    font-size: 40px;
}
.banner-form-outer p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.933);
}



@media only screen and (min-width: 992px){
    .mobile-view-style .small-view-search-btn{
        display: none;
    }
    .mobile-view-only-menu{
        display: none;
    }
  }


  @media only screen and (max-width:992px){
    .navbar-area .mobile-view-style {
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }
  }


.navbar-area .common-btn .top-lg-menu{
    width: 100%;
}

.navbar-area .common-btn .site-enter-btns{
    display: flex;
    column-gap: 5px;
}



@media only screen and (max-width:992px){
    .faq-item{
        margin-bottom: 50px;
    }
}


/* Interview Section */
.interview-section .section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #585858;
}

.interviewtips-section{
    position: relative;
    padding: 50px 60px;
    background-color: #fafbff;
}

@media only screen and (max-width:992px){
    .interviewtips-section{
        padding: 50px 0;
    }
}
 

.news-block {
    position: relative;
    margin-bottom: 25px;
}

.news-block .inner-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: rgb(149 157 165 / 5%) 0px 8px 24px;
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    /* min-height: 258px; */
    object-fit: cover;
    transition: all .3s ease;
}

.news-block .inner-box:hover img {
    transform: scale(1.1);
}

.news-block .lower-content {
    padding: 20px 20px 16px;
    position: relative;
}

.news-block .lower-content .h3, .news-block .lower-content h3 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-block .lower-content .h3 a, .news-block .lower-content h3  {
    color: #001b36;
    transition: all .3s ease;
}

.news-block .lower-content .text {
    font-size: 14px;
    line-height: 24px;
    color: dimgray;
    margin-bottom: 0px;
}





/* job-details-page-section */
.job-details-page-section{
    position: relative;
}

@media only screen and (max-width:992px){
    .job-details-page-section{
        padding-top: 125px;
    }
}

.job-details-page-section .upper-box {
    position: relative;
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 0px;
}

/*.job-details-page-section .upper-box:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 1px;*/
/*    left: -3px;*/
/*    height: 170px;*/
/*    width: 218px;*/
/*    background: url(https://jobbox-nextjs-v3.vercel.app/_next/static/media/left-job-head.15bb41c5.svg) no-repeat 0 100%;*/
/*    background-size: contain;*/
/*    display: inline;*/
/*    top: auto;*/
/*    right: auto;*/
/*}*/


@media only screen and (max-width:991px){
    .job-details-page-section .upper-box:before{
        display: none;
    }
}


@media only screen and (min-width: 1100px) and (max-width: 1550px){
    .job-details-page-section .upper-box:before{
        width: 218px;
    }
}



/*.job-details-page-section .upper-box:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 1px;*/
/*    right: 5px;*/
/*    height: 170px;*/
/*    width: 180px;*/
/*    background: url(https://jobbox-nextjs-v3.vercel.app/_next/static/media/right-job-head.20bf0a8a.svg) no-repeat 0 100%;*/
/*    background-size: contain;*/
/*}*/

.job-details-page-section .upper-box .title-content {
    position: relative;
    padding-left: 80px;
    min-height: 51px;
}

.job-details-page-section .upper-box .title-content .lead-company-logo {
    position: absolute;
    left: 0;
    top: -4px;
    /* width: 100px; */
    transition: all .3s ease;
    background-color: #2d5ddf;
    padding: 0.5rem 0.25rem;
    border-radius: 6px;
}

.job-details-page-section .upper-box .title-content h4 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.25px;
    line-height: 1.3em;
    color: #001b36;
    margin-bottom: 10px;
}


.job-details-page-section .upper-box .title-content p {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #464545;
    font-weight: 400;
    margin-bottom: 3px;
}


@media only screen and (min-width:992px){
    .job-details-page-section .upper-box .job-apply-id-btn{
        text-align: right;
    }
}


@media only screen and (max-width:991px){
    .job-details-page-section .upper-box .job-apply-id-btn{
        margin-top: 30px;
    }
}


.job-details-page-section .upper-box .job-apply-id-btn a{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: #2d5ddf;
    padding: 14px 40px;
    border-radius: 4px;
}



.job-details-page-section .job-details-outer{
    padding: 50px 0 0;
    position: relative;
}

.job-details-page-section .job-details-outer .job-detail {
    position: relative;
    padding-right: 30px;
}

.job-details-page-section .job-details-outer .job-detail h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #001b36;
    margin-bottom: 20px;
}

.job-details-page-section .job-details-outer .job-detail p {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: dimgray;
    margin-bottom: 26px;
}

.job-details-page-section .job-details-outer .job-detail .list-style-three {
    position: relative;
    margin-bottom: 50px;
    padding-left: 0;
}

.job-details-page-section .job-details-outer .job-detail .list-style-three li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: dimgray;
    padding-left: 20px;
    margin-bottom: 25px;
    list-style-type: none;
}

.job-details-page-section .job-details-outer .job-detail .list-style-three li:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background: #202124;
    content: "";
}



.shape_001{
    bottom: 20%;
    right: 25%;
    transform: rotate(13deg);
}

.shape_002 {
    top: -10px;
    left: 30%;
    z-index: 1;
    transform: rotate(139deg);
}

.job-details-sidebar .job-details-sidebar-widget {
    padding: 30px;
    background: #f5f7fc;
    border-radius: 8px;
    margin-bottom: 40px;
}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-title {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #001b36;
    margin-bottom: 30px;
}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview {
    padding-left: 0px;
}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview li{
    margin-bottom: 30px;
}
 

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview li:last-child {
    margin-bottom: 0px;
}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview li .icon {
    position: absolute;

}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #001b36;
    margin-left: 40px;
}

.job-details-sidebar .job-details-sidebar-widget .sidebar-widget-content .job-overview p {
    font-size: 15px;
    line-height: 20px;
    margin-left: 40px;
    color: #363636;
}




.job-applyingform-bottom{
    position: relative;
    padding: 0px 0px 50px;
}

.create-information .form-group2{
    margin-bottom: 15px;
}

.create-information .form-group2 .form-control {
    width: 100%;
    height: 55px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 8px;
    padding: 0 20px 0 20px;
    color: #000;
    background: #ffffff;
    outline: none;
    box-shadow: none;
}

.create-information .form-group2 .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.06);
}

.create-information .form-select {
    width: 100%;
    display: block;
    border-radius: 8px;
    height: 55px;
    color: #8f949d;
    border: 0;
    font-size: 15px;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid rgba(0,0,0,.06);
    /* background: #ffffff; */
}

.create-information .form-group2 .form-control2 {
    width: 100%;
    height: 55px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 8px;
    padding: 15px 20px 0 20px;
    color: #000;
    background: #ffffff;
    outline: none;
    box-shadow: none;
}


.create-information .create-information-btn label{
    color: #000000;
}

.job-applyingform-bottom .img-meta{
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width:992px){
    .job-applyingform-bottom .img-meta{
        display: none;
    }
}
 
.job-applying-submit-btn{
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}

.shape_003 {
    top: 15%;
    left: 66%;
    transform: rotate(287deg);
}

.shape_004 {
    top: 50%;
    right: 2%;
    transform: rotate(287deg);
}



.section-title h2{
    position: relative;
}


/*.additional .section-title h2::before {*/
/*    content: url(../images/icon/svg.svg);*/
/*    top: 10%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 40%;*/
/*}*/


/*@media only screen and (max-width:1150px){*/
/*    .additional .section-title h2::before{*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1151px) and (max-width: 1200px){*/
/*    .additional .section-title h2::before{*/
/*        top: 3%;*/
/*    }*/
/*}*/


.section-title2 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.section-title2 h2{
    position: relative;
}

/*.additional .section-title2 h2::before{*/
/*    content: url(../images/icon/svg.svg);*/
/*    top: 10%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 47%;*/
/*}*/


@media only screen and (max-width:1150px){
    .additional .section-title2 h2::before{
        display: none;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1199px){
    .additional .section-title2 h2::before{
        top: 3%;
        left: 15%;
    }
}


 

.section-title3 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.section-title3 h2{
    position: relative;
    color: #001b36;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
}
.section-title3 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #585858;
}

@media only screen and (max-width: 767px){
    .section-title3 h2 {
        font-size: 30px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
    .section-title3 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
}


/*.additional .section-title3 h2::before{*/
/*    content: url(../images/icon/svg.svg);*/
/*    top: 10%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*}*/


@media only screen and (max-width:1150px){
    .additional .section-title3 h2::before{
        display: none;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1199px){
    .additional .section-title3 h2::before{
        top: 3%;
        left: 35%;
    }
}









/* recruitment-category-section */
.recruitment-category-section{
    position: relative;
}

.recruitment-category-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 103%;
    width: 70%;
    background: #eff6f3;
    z-index: -1;
}

.recruitment-category-section .card-style-four {
    background: #fff;
    box-shadow: 0 20px 50px rgba(1,20,44,.036);
    border-radius: 10px;
    border: 1px solid #eff6f3;
    transition: all .3s ease-in-out;
    /*cursor: pointer;*/
}

.recruitment-category-section .card-style-four .recruitment-page {
    padding: 40px 38px 50px;
}

.recruitment-category-section .card-style-four .page-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
}

.recruitment-category-section .card-style-four .recruitment-page .recruitment-page-title {
    color: #001b36;
    margin: 28px 0 5px;
    font-size: 25px;
    letter-spacing: -0.60px;
}

.recruitment-category-section .card-style-four .recruitment-page p {
    font-size: 15px;
    color: dimgray;
}

.recruitment-category-section .card-style-four:hover {
    transform: translateY(-5px);
}













/* Services */

.section-title4 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.section-title4 h2{
    position: relative;
    color: #001b36;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0;
}
.section-title4 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #585858;
}

@media only screen and (max-width: 767px){
    .section-title4 h2 {
        font-size: 30px !important;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
    .section-title4 h2 {
        font-size: 30px !important;
        margin-bottom: 20px;
    }
    
}


/*.additional .section-title4 h2::before{*/
/*    content: url(../images/icon/svg.svg);*/
/*    top: 58%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 58%;*/
/*}*/


@media only screen and (max-width:1150px){
    .additional .section-title4 h2::before{
        display: none;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1199px){
    .additional .section-title4 h2::before{
        top: 70%;
        left: 10%;
    }
}



.services-section-ptb{
    padding: 0px 0px 50px;
}


.services-view-img img{
    position: absolute;
    width: 630px;
    right: 0;
    bottom: 30px;
    z-index: 1;
}

@media only screen and (max-width:991px){
    .services-view-img img{
        display: none;
    }
    .services-section-ptb{
        padding: 0px 0px 50px;
    }
}


@media only screen and (min-width: 991px) and (max-width: 1199px){
    .services-view-img img{
        width: 550px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .services-view-img img{
        width: 580px;
        bottom: 0px;
    }
}



@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .services-view-img img{
        width: 580px;
        bottom: 0px;
    }
}

.services-wrapper{
    padding-left: 60px;
}

.service-area_heading{
    position: relative;
}

.service-area_heading::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 3px;
    background: #dbedf4;
    left: -31px;
    top: 17px;
}

.service-area_heading span {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 12px;
    left: -56px;
    display: inline-block;
    border: 4px solid;
    border-image-source: linear-gradient(90deg, #2d5ddf 0%, #2d5ddf 63%);
    border-image-slice: 1;
}

.service-area_heading h2 {
    color: #001b36;
    letter-spacing: -0.70px;
    margin-bottom: 0;
    font-size: 25px;
}


.service-area_paragraph{
    position: relative;
}

.service-area_paragraph p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #585858;
}

.service-area_paragraph p:last-child{
    padding-bottom: 45px;
}

.service-area_paragraph::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: -51px;
    top: 0;
    background: #dbedf4;
}






/* Our Expertise */
.expertise-section .single_event {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.expertise-section .single_event .date {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    overflow: hidden;
}


.single_event .date img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
}


.expertise-section .single_event .event_info h4 {
    color: #001b36;
    margin: 15px 0 15px;
    font-size: 25px;
    letter-spacing: -0.60px;
}

.expertise-section .single_event .event_info p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}







/* New Sign-up-form */
.essar-job-sign-up-form {
    background: #fff;
    margin: 0 auto;
    max-width: 720px;
    border-radius: 20px!important;
    padding: 50px 15px 20px;
    border: 1px solid #ededed;
}

.essar-job-sign-up-form h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.88px;
    color: #001b36;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px){
    .essar-job-sign-up-form h2 {
        font-size: 30px !important;
        margin-bottom: 20px;
    }
}


.essar-job-sign-up-form .form-wrapper {
    max-width: 565px;
}

.essar-job-sign-up-form .nav {
    background: #f6faff;
    border-radius: 40px;
}

.essar-job-sign-up-form .nav .nav-item {
    width: 50%;
}

.essar-job-sign-up-form .nav .nav-item .nav-link {
    display: block;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: 18px;
    color: rgba(0,0,0,.5);
}

.essar-job-sign-up-form .nav .nav-item .nav-link.active {
    color: #2d5ddf;
    border-color: #2d5ddf;
}

.essar-job-sign-up-form .form-wrapper .form-inner{
    position: relative;
}


.essar-job-sign-up-form .form-wrapper .form-inner .input-area{
    background: #f6faff;
    border: 1px solid #e0eaf3;
    border-radius: 4px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: .35s;
}


.essar-job-sign-up-form .form-wrapper .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #9d9d9d;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.essar-job-sign-up-form .form-wrapper .form-inner .input-area span {
    margin-right: 20px;
}

.essar-job-sign-up-form .form-wrapper label{
    font-size: 14px;
    font-weight: 400;
    color: #000000d8;
    display: block;
    margin-bottom: 6px;
}



.essar-job-sign-up-form .form-wrapper .form-inner input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #f6faff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #061421;
    padding: 14px 0;
    line-height: 1;
    border: none;
    outline: none;
}

.mt-40{
    margin-top: 40px;
}

.essar-job-sign-up-form .form-wrapper .has-error label {
    position: relative;
    font-size: 15px;
    letter-spacing: -.5px;
    color: #273544;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.essar-job-sign-up-form .form-wrapper .has-error label a {
    color: #05315c;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: -0.5px;
}

.essar-job-sign-up-form .form-wrapper .has-error label a:hover{
    text-decoration: underline;
}


.essar-job-sign-up-form .form-wrapper .form-inner button {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}
#password-toggle-tab {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#confirm-password-toggle-tabs{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}









/* Update profile Form New Page Style */


@media only screen and (min-width: 991px){
    .profile-btn-view-sm{
        display: none;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px){
    .profile-btn-view-lg{
        display: none;
    }
}



/*.btn2 {*/
/*    color: #ffffff !important;*/
/*    background-color: #2d5ddf;*/
/*    border-color: #2d5ddf;*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    user-select: none;*/
/*    padding: 0.5rem 0.75rem;*/
/*    font-size: 15px;*/
/*    border-radius: 0.25rem;*/
/*    letter-spacing: -0.25px;*/
/*    font-family: "Poppins", sans-serif;*/
/*    text-transform: capitalize;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}*/



.btn2 {
    width: 100% !important;
    color: #ffffff !important;
    background-color: #2d5ddf;
    border-color: #2d5ddf;
    display: inline-block !important;
    font-weight: 400 !important;
    line-height: 1.5;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.5rem 0.75rem !important;
    font-size: 15px !important;
    border-radius: 0.25rem;
    letter-spacing: -0.25px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-secondary:hover {
    color: #ffffff;
    background-color: #2d5ddf;
    border-color: #2d5ddf;
}


.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #2d5ddf;
    border-color: #2d5ddf;
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
}

.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 0%);
}


 
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.25rem;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    width: 200px;
    left: auto !important;
    right: 0 !important;
}


/*.dropdown-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    padding: 12px 15px;*/
/*    clear: both;*/
/*    font-weight: 400;*/
/*    color: #163350;*/
/*    text-align: inherit;*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    margin: 0;*/
/*}*/


.dropdown-item {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    padding: 12px 15px !important;
    clear: both;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #163350;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2d5ddf;
    background-color: #e8f0f9c7;
}
 
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
 
.essar-profile-update-modal-form .btn-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 1px solid #ededed;
    box-shadow: rgb(100 100 111 / 12%) 0px 7px 29px 0px;
    opacity: 1;
}




.essar-job-updateprofile-form{
    border-radius: 20px!important;
    padding: 70px 50px 70px;
    background-color: #ffffff;
}


@media only screen and (max-width: 991px){
    .essar-job-updateprofile-form{
        padding: 70px 15px 70px;
    }
}

.essar-job-updateprofile-form h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.88px;
    color: #001b36;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px){
    .essar-job-updateprofile-form h2{
        font-size: 35px;
    }
}

.essar-job-updateprofile-form p{
    color: #1a1a1a;
    margin-bottom: 40px;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-inner {
    position: relative;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-inner .input-area {
    background: #f6faff;
    border: 1px solid #e0eaf3;
    border-radius: 4px;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: .35s;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #9d9d9d;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.essar-job-updateprofile-form .profile-form-wrapper .form-inner .input-area span {
    margin-right: 20px;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-inner input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #f6faff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #061421;
    padding: 14px 0;
    line-height: 1;
    border: none;
    outline: none;
}

.essar-job-updateprofile-form .profile-form-wrapper label {
    font-size: 14px;
    font-weight: 400;
    color: #000000d8;
    display: block;
    margin-bottom: 6px;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-inner button {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}
.updateimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

@media only screen and (max-width: 991px){
    .updateimg{
        height: 50vh;
    }
}

.mb-30{
    margin-bottom: 30px;
}
 
.offcanvas-body {
    flex-grow: 1;
    padding: 0rem 0rem;
    overflow-y: auto;
   overflow-x: hidden;
}

 

.offcanvas .btn-close{
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 1px solid #ededed;
    background-color: #ffffff;
    box-shadow: rgb(100 100 111 / 12%) 0px 7px 29px 0px;
    opacity: 1;
}

.essar-job-passwordchange-form{
    padding: 50px 33px 50px;
}

.essar-job-passwordchange-form h2{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.88px;
    color: #001b36;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}

.essar-job-passwordchange-form p {
    color: #1a1a1a;
    margin-bottom: 40px;
}



.essar-job-passwordchange-form .password-change-form-wrapper .form-inner {
    position: relative;
}


.essar-job-passwordchange-form .password-change-form-wrapper .form-inner .input-area {
    background: #ffffff0a;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 8px;
    height: 55px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.essar-job-passwordchange-form .password-change-form-wrapper .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #9d9d9d;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.essar-job-passwordchange-form .password-change-form-wrapper .form-inner .input-area span {
    margin-right: 20px;
}

.essar-job-passwordchange-form .password-change-form-wrapper .form-inner input {
    width: 100%;
    height: 55px;
    border-radius: 0px;
    background: #ffffff0a;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #061421;
    padding: 14px 0;
    border: none;
    outline: none;
}


.essar-job-passwordchange-form .password-change-form-wrapper .form-inner button {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}

#password-toggle-change{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#password-toggle-change2{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-radio-btn{
	display:flex;
	column-gap:10px;
	margin-top:8px;
}

.form-radio-btn label{
	font-size:13px !important;
	color:#827e7e !important;
}
.view-cmpny-nme-tag{
	color:#827e7e;
}

.mb-15{
	margin-bottom:10px;
}

.change-password-image img{
	height: 200px;
width: 100%;
object-fit: cover;
}


.essar-job-updateprofile-form .profile-form-wrapper .form-select {
  width: 100%;
  display: block;
  border-radius: 4px;
  height: 50px;
  color: #878ba5;
  border: 0;
  font-size: 16px;
  max-height: 200px;
  overflow-y: scroll;
  background: #f6faff;
  border: 1px solid #e0eaf3;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;background: #f6faff;
border: 1px solid #e0eaf3;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.essar-job-updateprofile-form .profile-form-wrapper .form-control:focus {
  color: #212529;
  background-color: #f6faff;
  border-color: #e0eaf3;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.mb-15{
	margin-bottom:15px;
}

.no-gutters{
	--bs-gutter-x: 0rem;
--bs-gutter-y: 0rem;
}


.form-control-2 {
  display: block;
  width: 100%;
  height: 48px;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border-radius: 4px;
  background: #f6faff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 13px;
color: #061421;

line-height: 1;
border: none;
outline: none;
}





.form-control-3 {
  display: block;
  width: 100%;
  padding:0.75rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border-radius: 4px;
  background: #f6faff;
  background-clip: padding-box;
  border: 1px solid #e0eaf3 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: .875rem;
color: #061421;

line-height: 1;
border: none;
outline: none;
}



.form-inner textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}








/*Nothing Found Page*/


.banner-text-small h1{
    font-size: 55px !important;
}

.oops-text-title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    color: #001b36;
}

@media only screen and (max-width: 991px){
    .banner-text-small h1 {
        font-size: 30px !important;
        margin-bottom: 5px;
    }
    .oops-text-title{
        font-size: 25px;
    }
}

.back-to-action-btn{
    margin-top: 50px;
}

/*Nothing Found Page*/


.section-title-find h2{
    font-weight: 600;
    font-size: 45px;
    color: #001b36;
    margin-bottom: 40px;
    letter-spacing: -1px;
}


@media only screen and (max-width: 767px){
    .section-title-find h2 {
        font-size: 30px;
    }
}

.findus-ftco-section-site{
    padding: 3em 0;
    background-color: #f4f4f4;
}

@media only screen and (max-width: 991px){
    .findus-ftco-section-site{
        padding-top: 170px;
    }
}






/* Contact us page */
.footer-ftco-section-site {
    padding: 7em 0;
    background-color: #f4f4f4;
}

.essar-contact-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}
.no-gutters {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.essar-contact-wrap {
    background: #fff;
}

.essar-contact-wrap h3 {
    color: #000;
    letter-spacing: -1px;
}

.essar-contact-wrap p{
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
}

.contactimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dbox p span {
    font-weight: 400;
    color: #7b7f83;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.dbox p a {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
}

.mb-15{
    margin-bottom: 15px;
}


.findus-ftco-section-site form .input-group-meta input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    border: 1px solid rgb(0 71 142 / 15%);
    border-radius: 0.25rem;
    padding: 0 52px 0 20px;
    color: #000;
    background: #ffffff0a;
    outline: none;
    box-shadow: none;
}

.findus-ftco-section-site form .input-group-meta textarea {
    width: 100%;
    height: auto;
    font-size: 14px;
    border: 1px solid rgb(0 71 142 / 15%);
    border-radius: 0.25rem;
    padding: 0.5rem 52px 0 20px;
    color: #000;
    background: #ffffff0a;
    outline: none;
    box-shadow: none;
}

.findus-ftco-section-site .btn-eleven {
    border: none;
    outline: none;
    height: 60px;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .88px;
    color: #fff;
    background: #2d5ddf;
    width: 100%;
}
.social-media-links h2{
    color: #000;
    letter-spacing: -1px;
    font-size: 18px;
}

.social-media-links p a {
    color: #7b7f83;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}

.social-media-links p a:hover {
    color: #2d5ddf;
}






/* Send Your CV Page */
.section-title5 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.section-title5 h2{
    position: relative;
    color: #001b36;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}
.section-title5 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #585858;
}

@media only screen and (max-width: 767px){
    .section-title5 h2 {
        font-size: 25px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
    .section-title5 h2 {
        margin-bottom: 0;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
    .section-title5 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
}

/*.additional .section-title5 h2::before{*/
/*    content: url(../images/icon/svg.svg);*/
/*    top: 58%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*}*/


@media only screen and (max-width:1200px){
    .additional .section-title5 h2::before{
        display: none;
    }
}


@media only screen and (max-width:991px){
    .small-pt-50{
        padding-top: 50px;
    }
}


.form-control-2 {
    display: block;
    width: 100%;
    height: 48px;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 4px;
    background: #f6faff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #061421;
    line-height: 1;
    border: none;
    outline: none;
}



@media only screen and (max-width: 991px){
    .ptb-50-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}


.termsandconditions-section{
    padding: 50px 0px 50px 0px;
}

.essarjob_information_title h2 {
    margin: 10px 0px 20px 0px;
    color: #001b36;
    letter-spacing: -0.70px;
    font-size: 25px;
}

.essarjob_informations h2 {
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #000d1a;
}

.essarjob_informations p{
    color: #1a1a1a;
}

.essarjob_informations span{
    color: #1a1a1a;
    font-weight: 500;
}

.essarjob_informations ul{
    padding: 0;
    list-style-type: disc;
}
.essarjob_informations ul li{
    color: #1a1a1a;
    font-weight: 400;
}
.othercase-listing small{
    display: block;
    margin-bottom: 0.25rem;
}






/*28-02-2024*/

@media (min-width: 991px){
    .mobile-menu-left-link{
        display: none;
    }
}

 @media only screen and (max-width: 991px){
    .bradcam_area_em {
        padding-top: 115px;
    }
 }

.about-area-em {
/*    padding-top: 50px;*/
    padding-bottom: 70px;
    background: #ffffff;
}
.section-tittle-em {
    position: relative;
}
.section-tittle-em h2 {
    position: relative;
    color: #001b36;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -0.7px;
}

@media only screen and (max-width: 767px){
    .section-tittle-em h2 {
        font-size: 30px;
    }
}
.section-tittle-em p {
    color: #1a1a1a;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
}

.about-area-em .about-cap-Left img {
    width: 100%;
}

.section-tittle-em.section-tittle2-em p {
   font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
     margin-bottom: 35px;
    color: #585858;
    line-height: 1.7;
}

.mb-35{
    margin-bottom: 35px;
}

.btn_01 {
    color: #ffffff;
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 400;
    background: #2d5ddf;
    border: 1px solid #2d5ddf;
    border-radius: 4px;
}

.btn_01:hover{
    color: #ffffff;
}
.about-area-em .right-caption img {
    width: 100%;
    /*padding-top: 45px;*/
}

@media (max-width: 575px){
    .about-area-em .about-cap-Left {
        margin-bottom: 15px;
    }
    .section-tittle-em {
        margin-bottom: 15px;
    }
    .about-area-em .about-cap-Left img{
        margin-top: 30px;
    }
}







.rooms-area-em{
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fafcff;
}

.mb-30 {
    margin-bottom: 30px;
}

.section-tittle-em2 h2{
    margin-top: 20px;
    line-height: 1.3;
}
.section-tittle-em span{
    color: #1a1a1a;
    background-color: #e4eef9;
    padding: 0.375rem 1rem;
    border-radius: 6px;
    color: #2d5ddf;
}
.rooms-area-em .single-gallery {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: none;
    border: 1px dashed #cdcdcd;
    padding: 30px;
}


.rooms-area-em .single-gallery:hover {
    background: #f5faff;
    border: 1px dashed #cdcdcd;
    padding: 30px;
}

.rooms-area-em .single-gallery .room-img{
    width: auto;
    height: auto;
    overflow: hidden;
}
.rooms-area-em .single-gallery .room-img img{
    transform: scale(1.2);
    display: block;
    width: 100%;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.rooms-area-em .single-gallery:hover .room-img img{
    transform: scale(1);
}

.rooms-area-em .single-gallery .thumb-content-box .thumb-content {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    padding-left: 40px;
    bottom: -58px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px;
}



@media (max-width: 575px){
    .rooms-area-em{
        padding-top: 70px;
    }
    .rooms-area-em .single-gallery .thumb-content-box {
        flex-wrap: wrap;
    }
    .rooms-area-em .single-gallery .thumb-content-box .room-img {
        margin-bottom: 30px;
    }
    .rooms-area-em .single-gallery .thumb-content-box .thumb-content {
        padding-left: 0px;
    }
}




.rooms-area-em .single-gallery .thumb-content-box .thumb-content span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    color: #00458a;
    font-weight: 500;
    text-transform: uppercase;
}

.rooms-area-em .single-gallery .thumb-content-box .thumb-content h3{
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}

.rooms-area-em .single-gallery .thumb-content-box .thumb-content p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #585858;
    line-height: 1.7;
    max-width: 750px;
}

.rooms-area-em .single-gallery .thumb-content-box .thumb-content a {
    border: 0;
    color: #fff;
    background: #ff106f;
    width: 60px;
    height: 60px;
    line-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.rooms-area-em .single-gallery:hover .thumb-content a{
    transform: rotate(0deg);
}

@media (max-width: 1199px){
    .rooms-area-em .single-gallery .thumb-content-box .thumb-content p{
        margin-bottom: 25px;
    }
}




.ftco-section-em {
    padding: 7em 0 7em 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
 

.img-em{
    background-size: cover;
    background-repeat: no-repeat;
}

.heading-section-em .subheading-em {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    color: #00458a;
    font-weight: 500;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

.heading-section-em h2 {
    position: relative;
    color: #001b36;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -0.8px;
}

.heading-section-em p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #585858;
    line-height: 1.7;
}

.heading-section-em p:last-child{
    margin-bottom: 10px;
}









/* 06-03-2024 */
/* Banner Slider */
/* Customize your banner styles here */
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh; /*650px Adjust height as needed */
  }
  
  

  


  .slide::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgb(0 0 0 / 35%);
}

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .slide.active {
    opacity: 1;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire slide */
  }

  .slide-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
  }

  .slide-text h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .slide-text p {
    font-size: 1.2em;
  }


  .slider-container .banner-text .dz-searches h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #daecff;
}

.slider-container .banner-text .dz-searches span {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    margin-left: 5px;
}

@media (max-width: 991px){
    .slider-container{
        min-height: 560px;
    }
    .banner-text h1 br{
        display: none;
    }
    .banner-text h1{
        letter-spacing: -1.5px;
    }
}





/* Candidates Page */
.position-relative-here{
    position: relative;
    z-index: 1;
}

.candidates-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.bg-img-section-overlay{
    position: relative;
}

.bg-img-section-overlay:before {
    z-index: 1;
    content: "";
    background: rgb(2 37 68 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.candidates-section .img-wrap {
    margin-bottom: -200px;
}

.candidates-section .intro-box {
    margin-top: 30px;
    position: relative;
}

.candidates-section .intro-box .v-line {
    position: absolute;
    height: 372px;
    width: 3px;
    background-color: #dedfe4;
    bottom: 0;
    left: 5px;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
}

.candidates-section .tag-text-here p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 35px;
    
    line-height: 1.7;
}

.candidates-section-bottom1 {
    padding-top: 2rem;
    padding-bottom:1rem;
}

.candidates-section-bottom1 .tag-text-here p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.7;
    color: #1a1a1a;
}

.candidates-section-bottom2{
    padding-bottom: 70px;
}

.candidates-section-bottom2 .section-tittle-em h2{
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -0.9px;
}

.box-slider-wrap {
    background: #9934a4;
    padding: 50px 100px 50px 50px;
    min-height: 453px;
    border-radius: 4px;
}

.box-slider-wrap .inner-tag-text p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom:15px;
    line-height: 1.7;
}

.candidates-section-bottom3{
    padding: 70px 0px 70px 0;
}

.section-1-after{
    position: relative;
}
.section-1-after:after {
    background: #eff6f3;
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 70%;
}

.section-1-after .img-wrap {
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    padding: 25px;
}

.section-1-after .contents {
    position: relative;
    z-index: 2;
    color: #fff;
}

.candidates-section-bottom3 .contents .section-tittle-em h2{
    position: relative;
    color: #001b36;
    font-weight: 500;
    font-size: 33px;
    margin-bottom: 0;
    display: block;
    letter-spacing: -0.7px;
}
.candidates-section-bottom3 .ul-check li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
}

.text-white-80 {
    color: #1a1a1a !important;
}

@media only screen and (max-width: 767px){
    .candidates-section-bottom2 .section-tittle-em h2 {
        font-size: 30px;
    }
    .footer_copyright{
        text-align: center;
        margin-bottom: 10px !important;
    }
    .footer-links li{
        padding-right: 6px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 991px){
    .candidates-section{
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .bg-img-section-overlay:before {
        background: rgb(255, 255, 255);
    }
    .candidates-section .img-wrap {
        margin-bottom: 0;
    }
    .candidates-section .section-tittle-em h2{
        color: #001b36 !important;
    }
    .candidates-section .section-tittle-em p{
        color: #1a1a1a !important;
        line-height: 1.3;
    }
    .candidates-section .tag-text-here p{
        color: #585858;
        margin-bottom: 5px;
    }
    .candidates-section-bottom1{
        padding-top: 0;
    }
    .candidates-section-bottom1 .tag-text-here p{
        color: #585858;
        margin-bottom: 35px;
    }
    .candidates-section .intro-box .v-line{
        display: none;
    }
    .candidates-section-bottom2{
        padding-bottom: 0;
    }
    .box-slider-wrap{
        padding: 50px 15px 50px 15px;
    }
    .section-1-after:after{
        width: 100%;
    }
    .section-1-after .img-wrap{
        padding: 15px;
    }
    
}
 




/* BPO DESIGN */
.section-title-bpo-design  h2{
    font-size: 35px !important;
}

.nav-fill-page {
    justify-content: flex-start;
    column-gap: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #00478e;
}

.nav-pills .nav-link{
    background-color: #f2f7f3;
}

.nav-link{
    color: #2d5ddf;
}

.tabs-content-here{
    padding-top: 3rem;
}

.tabs-content-here .tab-container p {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    line-height: 1.7;
}

.process-content .section-tittle-em h2{
    letter-spacing: -0.9px;
    font-weight: 400;
}


.fancy-banner-five.bg-image {
    background: url(../images/effective-process.jpg) no-repeat 50%;
    background-size: cover;
    z-index: 1;
}

.fancy-banner-five.bg-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}


.fancy-banner-five.bg-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent 93.25%);
    z-index: -1;
}

.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.hiring-btn{
    color: #ffffff;
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.hiring-btn:hover{
    color: #ffffff;
}

.essar-method .section-tittle-em h2{
    letter-spacing: -0.9px;
}

.blog-meta-one .post-img {
    overflow: hidden;
}

.blog-meta-one .post-img .blog-img {
    width: 100%;
    height: 100%;
}

.tran4s {
    transition: all .4s ease-in-out;
}

.blog-meta-one:hover .post-img img {
    transform: scale3d(1.1, 1.1, 1);
}
.essar-method-title {
    color: #1a1a1a;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.8px;
}

.essar-method-para p{
    margin-top: 0 !important;
}


 

.essar_staff {
    height: 100%;
    background: #ffffff;
    padding: 40px 20px;
    -webkit-box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
    -moz-box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    
}

.essar_staff .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px !important;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: #e5e5e5ee;
    overflow: hidden;
}

.essar_staff_align{
    margin-bottom: 25px;
     display: flex; 
    align-items: center; 
    column-gap: 20px;
}
.essar_media h3{
    font-size: 20px;
    margin-bottom: 0;
    color:#1a1a1a;
    letter-spacing: -0.25x;
}

.essar_media span{
    color: #837878;
    display: block;
    font-size: 15px;
}
.essar_media_body p{
    margin-top: 0 !important;
}

.connect_be{
    position: absolute;
    top: 100px;
    left: 70px;
}

.connect_be span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 80px;
    background-color: rgba(255, 255, 255, 0.933);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.connect_be span a{
    text-decoration: none;
}





.banner_tags_align .item-logo {
    border: 1px solid rgba(6, 18, 36, 0.1);
    padding: 12px 15px;
    display: flex;
    width: 250px;
    text-align: left;
    border-radius: 12px;
    margin-bottom: 0px;
    background-color: #ffffff;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
}
.banner_tags_align .item-logo .image-left {
    min-width: 50px;
    padding-right: 20px;
}

.banner_tags_align .item-logo .text-info-right{
    flex: 1;
}

.banner_tags_align .item-logo .text-info-right h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
    color: #163350;
    letter-spacing: -0.35px;
}

.font-xs {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #4F5E64;
}
.banner_tags_align .explore_btn{
    position: absolute;
    right: 15px;
    bottom: 8px;
}






@media only screen and (max-width: 767px){
    .section-title-bpo-design  h2{
        font-size: 30px !important;
    }
    .nav-fill-page{
        gap: 10px;
    }
    .tabs-content-here{
        padding-top: 1rem;
    }
    .btn_01{
        padding: 14px 15px;
        font-size: 14px;
    }
    .hiring-btn{
        padding: 14px 15px;
        font-size: 14px;
    }
    .justify-content-md-between{
        justify-content: flex-start !important;
    }
    .process-intro-text p{
        margin-top: 0 !important;
    }
    
}



@media only screen and (max-width: 1024px){
    .nav-fill-page{
        justify-content: flex-start;
    }
}


.main-nav nav .navbar-nav .nav-item a:last-child{
    margin-right:0;    
}



.banner_tags{
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 30px;
}

.banner_tags h3{
    color: #fff;
    font-weight: 400;
}

.banner_tags_align{
    display: flex;
    column-gap: 15px;
}

@media only screen and (max-width: 991px){
    .banner_tags{
        display: none;
    }
}









.new-design-area{
    padding-bottom:70px;
}



.new-design-area .services-1 {
    background: #ffffff;
    border:1px solid #ffffff;
    width: 100%;
    height:100%;
    padding: 20px;
    display:flex;
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.new-design-area .services-1:hover {
    background: #ffffff;
    border:1px solid #ededed;
}


.new-design-area .services-1:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 15px;
    background: #2d5ddf;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.new-design-area .services-1:before {
    bottom: 0;
    right: 0;
}

.new-design-area .services-1:after {
    bottom: 0;
    left: 0;
}

.new-design-area .services-1 .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}


.new-design-area .services-1 .line:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 4px;
    background: #2d5ddf;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new-design-area .services-1 .line:before {
    bottom: 0;
    right: 0;
}


.new-design-area .services-1 .line:after {
    bottom: 0;
    left: 0;
}


.new-design-area .services-1:hover:after, .new-design-area .services-1:hover:before {
    height: 19px;
    background: #2d5ddf;
}

.new-design-area .services-1:hover .line:before, .new-design-area .services-1:hover .line:after {
    width: 19px;
    background: #2d5ddf;
}


.new-design-area .services-1 .icon-expand {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    bordeR: 1px solid #2d5ddf;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 2;
}

.new-design-area .services-1:hover .icon-expand, .new-design-area .services-1:focus .icon-expand {
    top: 20px;
    opacity: 1;
}

.media-body{
    position: relative;
    z-index: 1;
}

.media-body a{
    color: #001b36;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-decoration:none;
}

.new-design-area .services-1:hover .media-body a{
    text-decoration:underline;
}

.employer_portal_expand{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}




 



/*23-04-2024*/
.essar-btn-job-apply{
    font-size: 12px;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #2d5ddf;
    padding: 5px 8px;
    border-radius: 4px;
    -webkit-transition: width 20s, opacity 0.6s;
    transition: width 20s, opacity 0.6s;
}

.essar-btn-job-apply:hover{
    color: #ffffff;
}



.job-location p{
    line-height: 1;
}


.job-search-banner-text{
    color:#001b36 !important;
}

.form-control-textarea{
    width: 100%;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 8px;
    padding: 0.5rem 20px 0.5rem 20px;
    color: #000;
    background: #2d5ddf;
    outline: none;
    box-shadow: none;
}

.formlabel{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000d8 !important;
    display: block !important;
    margin-bottom: 6px !important;
}


.essar-data-form h3 {
    font-size: 26px;
    font-weight: 400;
    color: #001b36;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.75px;
    margin-bottom: 0;
}



.section-box {
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.breacrumb-cover{
    padding:25px 0 0;
}
.bg-job-details {
    background: url(https://wp.alithemes.com/html/jobbox/demos/assets/imgs/page/about/img-about.png) no-repeat top center;
    background-size: cover;
    position: relative;
}

.bg-job-details::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(https://wp.alithemes.com/html/jobbox/demos/assets/imgs/page/about/bg-black-trans.png) repeat-x bottom left;
}

.bg-job-details h2 {
    z-index: 1;
    position: relative;
    color: #f1f1f1;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: -0.9px;
}

.bg-job-details p{
    z-index: 1;
    position: relative;
    color:#b7b7b7;
}





 

@media only screen and (max-width:992px){
    .job-details-page-section .job-details-outer{
        padding:0px 0 0;
    }
}


