/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* Default CSS */

* {
    box-sizing: border-box;
    outline: none;
}

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    background: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
}

p {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 500;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

title {
    text-transform: capitalize;
}

:root {
    --heading-font: 'Red Hat Display', sans-serif;
    --body-font: 'Red Hat Display', sans-serif;
    --primary-color: #367BF5;
    --secondary-color: #F3AA18;
    --black-color: #000;
    --lightblack: #222222;
    --white-color: #fff;
    --darkgrey: #868686;
    --lightgrey: #636363;
    --green: #069697;
    --red: #EA3D2F;
}

.green {
    color: var(--green) !important;
}

.lightblack {
    color: var(--lightblack) !important;
}

.blue {
    color: var(--primary-color) !important;
}

.red {
    color: var(--red) !important;
}

.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.bg-theme {
    background: #081351 !important;
}

.btn-theme {
    background:#02bfff;
    padding: 0.8rem 2rem;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
    transition: background 0.3s ease;
}

.btn-theme:hover {
    background: #549df5;
    color: #ffffff;
}

.section-header h2 {
    color: #213c4d;
    font-size: 54px;
    line-height: 60px;
    font-weight: bold;
}

.quick-link a{
    color:white;
}

@media screen and (max-width: 576px) {
    .container {
        --bs-gutter-x: 2rem;
    }
}

/* main css start */

.btn-close {
    background-color: #ffffff !important;;
}

.fa-heart.filled {
    color: navy;
    /* Filled color */
}

.header-1 {
    width: 100%;
    position: relative;
    padding: 10px 0;
    box-shadow: 1px 2px 20px #f5f5f5;
}

.header-1 .navbar .navbar-brand {
    width: 320px;
}
.header-1 .navbar .nav-item .dropdown-menu {
    background-color: #fff;
    border-radius: .625rem;
    box-shadow: 0 0 5.625rem rgba(0, 0, 0, .16);
    padding: 1.25rem;
    transition: transform .3s ease-out, opacity .3s;
    border: none;
}
.header-1 .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .header-1 .navbar .dropdown:hover > .dropdown-menu,
  .header-1 .navbar .dropend:hover > .dropdown-menu {
    display: block;
  }
  .header-1 .navbar .dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: .5rem;
  }
.header-1 .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #042969;
}
.header-1 .navbar .nav-item .dropdown-item:focus,
 .header-1 .navbar .nav-item .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #ffffff;
}
.header-1 .btn-nav {
    padding-bottom: 15px;
}

.header-1 .btn-nav .nav-link {
    color: #535353;
    font-size: 16px;
    line-height: 24px;
    padding: 0.4rem 1rem;
    border: 1px solid #535353;
    border-radius: 4px;
    margin-left: 10px;
}

.header-1 .btn-nav .nav-link.register-cv {
    background: #3983dd;
    color: #ffffff;
}

.header-1 .navbar .full-nav .nav-link {
    color: #042969;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px;
    margin-left: 40px;
}

.banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 740px;
}

.banner-section .banner-image img {
    width: 100%;
    height: 740px;
    object-fit: cover;
    object-position: top;
}

.banner-section .banner-caption {
    z-index: 11;
    position: absolute;
    top: 30%;
}

.banner-section .banner-caption h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    padding-bottom: 40px;
}

.banner-section .banner-caption p {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 40px;
}

.searchbar-section {
    position: sticky;
    background: #162833;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .16);
    top: 0px;
    z-index: 1;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group .form-label {
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.search-form .form-group .btn.btn-theme {
    padding: 0.8rem 1rem;
    font-size: 22px;
    font-weight: 600;
}

.search-form .form-group .form-select,
.search-form .form-group .form-control {
    padding: 1rem 1rem;
    font-size: 18px;
}

.search-form .input-group {
    padding: 0.5rem 0.5rem !important;
    font-size: 18px;
    margin-top: 30px;
}

.search-form .form-group .form-select:focus,
.search-form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.search-form .advanced-search a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: underline;
    margin-right: 20px;
}

.careeradvice-section {
    position: relative;
    width: 100%;
}

.careeradvice-section .career-text h2 {
    font-size: 42px;
    line-height: 54px;
    color: #000;
}

.careeradvice-section .career-text h2 {
    font-size: 48px;
    line-height: 60px;
    color: #022463;
    font-weight: 500;
}

.careeradvice-section .career-text h2 span {
    display: block;
    color: #04491a;
}

.careeradvice-section .learnmore .btn-theme {
    background: #081351;
}

.careeradvice-section .learnmore .btn-theme:hover {
    background: #081351;
    color: #ffffff;
}

.featuredjob-section {
    position: relative;
    background: #ffffff;
    padding: 80px 0px 60px;
}

.card-job {
    padding: 20px;
    background: #ffffff;
    box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
    -webkit-box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
    -moz-box-shadow: 4px 4px 20px rgba(3, 3, 3, 0.2);
    margin-bottom: 25px;
    width: 100%;
    display: block;
}

.card-job .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    background-color: #ffffff;
    border: none;
}

.card-job .card-header a {
    color: #022463;
    font-size: 18px;
    line-height: 24px;
}

.card-job .card-header .link {
    text-decoration: underline;
    color: #022463;
    font-size: 18px;
    line-height: 24px;
}

.card-job .card-body h4 {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 25px;
    min-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-job .card-body {
    height: 200px;
}

.card-job .card-body .time-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-job .card-body .time-line p {
    color: #000000;
    flex: 1;
    text-align: right;
}

.card-job .card-body .time-line .badge-btn {
    background: #e1e1e1;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    flex-basis: 95px;
    margin-right: 10px;
}

.card-job .card-body {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
    height: 230px;
}
.card-job .card-body .company_name {
    text-align: right;
    /* font-size: 18px; */
    line-height: 24px;
    /* font-weight: bold; */
}

.card-job .card-body .company_name .agency_company{
    color: #3983dd;
    border: none;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
}

.card-job .card-footer {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 4px;
    background: #ffffff;
}

.introducing-section {
    position: relative;
    width: 100%;
    background: #3983dd;
}

.introducing-section .introducing-content h6 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
}

.introducing-section .introducing-content h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 20px;
}

.introducing-section .introducing-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 40px;
}

.introducing-section .introducing-content.p-100 {
    position: relative;
    padding: 100px;
}

.introducing-section .introducing-image img {
    width: 100%;
    height: 740px;
    object-fit: cover;
    object-position: center;
}

.gettoknow-section .sec-title h5 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

.gettoknow-section .sec-content h4 {
    color: #000000;
    font-size: 34px;
    line-height: 48px;
    font-weight: 400;
}

.gettoknow-section .sec-content h4 a {
    color: #3983dd;
}

.gettoknow-section .sec-content p a {
    color: #3983dd;
    text-decoration: underline;
}

.gettoknow-section .sec-content p {
    font-size: 20px;
    line-height: 30px;
}

.site-footer {
    background: #000d26;
    position: relative;
}

.top-footer-sec .quick-link h4 {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
}

 .quick-link ul li {
    margin-bottom: 15px;
}

.top-footer-sec .quick-link p,
.quick-link ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.footer-bottom-sec {
    padding-top: 40px;
}

.footer-bottom-sec .social-list a {
    font-size: 30px;
    color: #ffffff;
    padding-right: 15px;
    font-weight: 400;
}

.footer-bottom-sec .copyright-sec {
    padding-top: 40px;
}

.footer-bottom-sec .copyright-sec p a {
    color: #ffffff;
    font-weight: 300;
}

.footer-bottom-sec .copyright-sec p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 300;
}

.login-section {
    padding: 80px 0;
    position: relative;
}

.site-header {
    box-shadow: 1px 2px 3px #eeeeee;
}

.login-section .btn.btn-primary {
    background: #081351;
    padding: 0.8rem;
    border-color: #081351;
}

.authentication-inner .card-header {
    background: #081351;
    color: #ffffff;
}

.login-section .form-control {
    padding: 0.6rem 1rem;
}

.login-section .form-control:focus {
    box-shadow: none;
}

.login-section .btn.btn-icon {
    border: 2px solid #666666;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    font-size: 18px;
}

.searchbar-section.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.autocomplete-items {
    padding: 0px;
    max-height: 240px;
    list-style: none;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    filter: drop-shadow(10px 0px 50px rgba(41, 35, 91, 0.05));
    overflow-y: auto;
    z-index: 1;
}

.autocomplete-items li {
    cursor: pointer;
    line-height: 30px;
    padding: 7px 18px;
    color: #6c738d;
    font-size: 16px;
    font-weight: 400;
}

.autocomplete-items li:first-child {
    padding-top: 10px;
}

.autocomplete-items li:last-child {
    padding-bottom: 10px;
}

.autocomplete-items li:hover {
    background: #ecf3fc;
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination .page-item {
    margin: 0 2px;
    /* Adjust margin as needed */
}

.pagination .page-link {
    color: #000d26;
    ;
    /* Change color to your desired color */
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.pagination .page-link:hover {
    background-color: #f8f9fa;
    /* Change background color on hover */
}

.pagination .page-item.active .page-link {
    background-color: #000d26;
    /* Change background color for active link */
    border-color: #007bff;
    /* Change border color for active link */
    color: white;
    /* Change color for active link */
}

.bredcrum-section {
    position: relative;
    transition: all 0.3s ease-in-out;
    background: #213d4e;
    padding: 20px 0;
}

.bredcrum-section .container {
    max-width: 100%;
    padding: 0 120px;
}

.bredcrum-section ol {
    margin-bottom: 0px;
}

.bredcrum-section ol li span,
.bredcrum-section ol li a {
    color: #ffffff;
}

.header__content .content-block__title {
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    padding-bottom: 0px;
}

.header__content .content-blocktitle {
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    padding-bottom: 0px;
}

.content-block__split .contact-details__link {
    display: inline-block;
    margin-right: 10px;
}

.content-block__split .contact-details__link span {
    color: #ffffff;
}


/* .content-block__split {
    align-items: flex-end;
    display: flex;
}
.header--job-detail--alternative .button-group {
    margin-left: auto;
    margin-top: 0;
    position: relative;
    top: 15px;
}
.button-group--full-width {
    display: flex;
} */

.content-block__split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-group .like-btn {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}

.jobdetails-section {
    position: relative;
    padding-bottom: 80px;
    padding-top: 40px;
}

.jobdetails-section .card-body i {
    width: 40px;
    text-align: center;
}

.jobdetails-section .card-body p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 400;
}

.jobdetails-section .job-content p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #000000;
}


/* for accorian */


/* .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .active, .accordion:hover {
    background-color: #ccc;
  }
*/

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordion .accordion-item {
    margin: 0;
    background-color: #f3f7fa;
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0px 15px;
}


/* .accordion .accordion-item .accordion-button.collapsed {
    border: none;
} */

.accordion .accordion-body {
    padding: 20px 0;
}

.accordion .accordion-item .accordion-button:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border: 1px solid #222222;
    border-radius: 50%;
    font-weight: 300;
    font-size: 16px;
}

.accordion .accordion-item .accordion-button.collapsed:before {
    border: 1px solid #222222;
}

.accordion .accordion-item .accordion-button:before {
    border: 1px solid #ff002a;
}

.accordion .accordion-button {
    background-color: #f3f7fa;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion .accordion-item .accordion-button.collapsed:focus,
.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion button:focus:not(:focus-visible) {
    outline: none;
}

.accordion .accordion-button:not(.collapsed) {
    border-bottom: 0.5px solid #052c65;
}


/* end css for acordian */

.error {
    color: red;
}

.text-black {
    color: #eeeeee !important;
}

.gettoknow-section.abt-page {
    background: #3983dd;
}

.gettoknow-section.abt-page .sec-content h4,
.gettoknow-section.abt-page .sec-title h5 {
    color: #ffffff;
}

.js-cookie-consent .btn-inline {
    display: flex;
    justify-content: flex-end;
}

.site-footer.py-120 {
    padding-bottom: 40px;
}

.bredcrum-section.is-sticky,
.searchbar-section.is-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.bredcrum-section.is-sticky .bredcrum-list {
    display: none;
}

.js-cookie-consent {
    padding: 5px !important;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
    clear: none;
    background-color: rgb(245 245 245 / 90%);
}

.js-cookie-consent .btn-inline .mt-2 {
    margin-top: 0rem !important;
}

.js-cookie-consent p {
    color: #000 !important;
    font-size: 14px;
}

.applyJob .nav-pills {
    width: max-content;
    margin-bottom: 40px;
    border: none;
    background: #f3f7fa;
    border-radius: 20px;
}

.applyJob .nav-pills .nav-link {
    border-radius: 20px;
    padding: 0.5rem 1.6rem;
    border: none;
    color: #081351;
}

.applyJob .nav-pills .nav-link.active,
.applyJob .nav-pills .show>.nav-link {
    color: #ffffff;
    background: #081351;
    border: none;
    outline: none;
}

.applyJob .tab-pane {
    background: #f3f7fa;
    padding: 40px;
    border-radius: 5px;
}

.applyJob .tab-pane .form-control:focus {
    box-shadow: none;
}

.applyJob .tab-pane .btn-primary {
    background: #081351;
    border-color: #081351;
    padding: 0.5rem 2rem;
    font-size: 18px;
}

.applyJob #loggedinUSerForm .btn-primary {
    background: #081351;
    border-color: #081351;
    padding: 0.5rem 2rem;
    font-size: 18px;
}

.applyJob .card {
    border: none;
}

.applyJob .card-body {
    background: #f3f7fa !important;
}

.applyJob .fade:not(.show) {
    opacity: 0;
    display: none;
}

.applyJob #loggedinUSerForm form {
    background: #f3f7fa;
    padding: 40px;
    border-radius: 5px;
}

.js-cookie-consent .row {
    align-items: center;
}

.registercv {
    background: #f3f7fa;
    padding: 40px;
}

.registercv .form-select,
.registercv .form-control {
    background-color: transparent;
    border-color: #c7c7c7;
    padding: 0.8rem 1rem;
    color: #081351;
    text-transform: capitalize;
}

.registercv .form-select:focus,
.registercv .form-control:focus {
    box-shadow: none;
}

.registercv .dropzone {
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 0.375rem;
}


/* dropzone remove button */

.dz-remove {
    display: inline-block !important;
    width: 1.2em;
    height: 1.2em;
    top: 5px;
    right: 5px;
    z-index: 1000;
    font-size: 1.2em !important;
    line-height: 1.1em;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray !important;
    border-radius: 1.2em;
    color: gray;
    background-color: white;
    /* opacity: .5; */
}


/* end dropzone remove button */

.dz-remove:hover {
    text-decoration: none !important;
    opacity: 1;
}

.career-advice .apply-image img {
    width: 320px;
}

.career-advice .career-content h2,
.header__content .content-blocktitle {
    color: #ffffff;
}

.career-advice .career-content h1 {
    color:#02bfff;
    /* color: black; */
    font-size: 60px;
    line-height: 72px;
    padding: 20px 0;
    font-weight: 600;
}

.career-content .btn-group .btn {
    font-size: 48px;
    line-height: 60px;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.career-content .content-block__description {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 40px;
}

.career-content .btn-group .dropdown-menu {
    min-width: 440px;
    max-height: 190px;
    padding: 10 20px;
    overflow-y: scroll;
}

.career-content .btn-group .dropdown-menu .dropdown-item {
    font-size: 24px;
    line-height: 36px;
    color: #778ea3;
    font-weight: 400;
}

.career-content .btn-group .dropdown-toggle::after {
    position: absolute;
    top: 30px;
}

.articles-section {
    background: #f3f7fa;
    padding: 100px 0;
}

.articles-carousel .slick-slide {
    margin: 0 10px;
    position: relative;
}

.articles-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.articles-section .section-header .block__more-link {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #000000;
}

.articles-carousel .slick-slide .articles-image img {
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.articles-carousel .slick-slide .overview__content {
    color: #000000;
}

.blog-overview__title {
    color: #000000;
}

.articles-section .view-all {
    position: relative;
    margin-top: 30px;
}

.articles-section .view-all::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    background: #CBCBCB;
    width: 85%;
    height: 1px;
}

.articles-section .view-all .btn {
    position: relative;
    border: 1px solid #fff;
    background: #3983dd;
    padding: 0.7rem 3rem;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 8px;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}

.articles-section .slick-prev,
.articles-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.articles-carousel .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    left: inherit;
    z-index: 1;
    bottom: -105px;
    right: 70px;
    top: inherit;
}

.articles-carousel .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    z-index: 1;
    top: inherit;
    bottom: -105px;
}

.articles-carousel .slick-prev:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    content: "\f053";
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    opacity: 1;
    font-size: 20px;
    color: #000000;
    border: 2px solid #000000;
    background-color: #ffffff;
}

.articles-carousel .slick-next:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    content: "\f054";
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    opacity: 1;
    font-size: 20px;
    color: #000000;
    border: 2px solid #000000;
    background-color: #ffffff;
}

.all-articles-categories-section .accordion-s {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.td-categories-section {
    background: #f3f7fa;
    padding: 100px 0;
}

.advice-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.td-categories-section .advice-list li {
    width: calc(50% - 30px);
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    margin: 0 15px;
}

.td-categories-section .advice-list li:nth-child(2n) {
    border-bottom: 1px solid #ccc;
    /* Border for every second list item */
}

.td-categories-section .advice-list li:nth-child(2n+1) {
    border-bottom: 1px solid #ccc;
    /* Border for every odd list item */
}

.td-categories-section .advice-list li a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.accordion-s .form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.accordion-s .form-check label {
    font-size: 18px;
    margin-left: 10px;
}

.accordion-s .accordion .accordion-button {
    font-size: 20px;
}

.all-articles-categories-section .block.body-copy h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
}

.all-articles-categories-section .block.body-copy li,
.all-articles-categories-section .block.body-copy p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
}

.bredcrum-section .placeholder-image {
    width: 100%;
    text-align: center;
}

.bredcrum-section .placeholder-image img {
    height: 180px;
}

.introducing-section .introducing-content h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.introducing-section.bg-theme .registercv.p-80 {
    padding: 80px;
}

.dz-details {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
}

#registercvForm .btn-theme {
    padding: 0.5rem 2rem;
}

.careeradvice-next-step-section {
    background: #f3f7fa;
}

.privacy-policy-section .sec-title h2 {
    font-size: 20px;
    line-height: 28px;
}

.privacy-policy-section .content-section p {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 15px;
}

.ourteam-section .team-grid {
    filter: drop-shadow(50px 20px 100px rgba(0, 0, 0, 0.1));
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
}

.ourteam-section .team-grid .team-grid__image img {
    border-radius: 15px;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.ourteam-section .team-grid .team-grid__name h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}
.footer .social-link li a:hover,
.footer .quick-link .btn.btn-primary:hover,
.Companies-section .content-text .btn-theme:hover,
.footer .email-subscription .btn.submit-btn:hover
{
    background: #022463;
    border-color: #022463;
}

.logos-carousel .swiper-horizontal {
    touch-action: pan-y;
    overflow: hidden;
}

.datatables-ajax
{
    overflow-y:scroll;
    overflow-x:hidden;
}

/* === Responsive CSS Start === */

@media (max-width: 1540px) {
    .header-1 .navbar .full-nav .nav-link {
        font-size: 18px;
        line-height: 28px;
        margin-left: 28px;
    }
    .py-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1440px) {
    .bredcrum-section .container {
        max-width: 100%;
        padding: 0 80px;
    }
    .blog-overview__title {
        font-size: 20px;
        line-height: 28px;
    }
    .career-content .btn-group .btn {
        font-size: 40px;
        line-height: 50px;
    }
    .career-content .btn-group .dropdown-toggle::after {
        top: 24px;
    }
    .career-advice .career-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .header-1 .navbar .px-120 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-1 .navbar .navbar-brand {
        width: 280px;
    }
    .introducing-section .introducing-content h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .gettoknow-section .sec-content h4 {
        font-size: 30px;
        line-height: 44px;
    }
    .careeradvice-section .career-text h2 {
        font-size: 40px;
        line-height: 54px;
    }
    .introducing-section .introducing-content.p-100 {
        padding: 60px;
    }
    .introducing-section .introducing-image img {
        width: 100%;
        height: 600px;
    }
    .articles-section {
        padding: 80px 0;
    }
}

@media (max-width: 1366px) {
    .top-footer-sec .quick-link p,
   .quick-link ul li a {
        font-size: 16px;
        line-height: 28px;
    }
    .top-footer-sec .quick-link h4 {
        font-size: 24px;
        line-height: 35px;
    }
    .articles-carousel .slick-slide .articles-image img {
        width: 100%;
        height: 320px;
    }
    /* .banner-section {
        background-position: 45% 100%;
    } */
    .introducing-section .introducing-image img {
        width: 100%;
        height: 500px;
    }
    .introducing-section .introducing-content.p-100 {
        padding: 40px;
    }
    .gettoknow-section .sec-content h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .section-header h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .careeradvice-section .career-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .px-120 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .banner-section .banner-caption p {
        font-size: 24px;
        line-height: 36px;
    }
    .banner-section .banner-caption h2 {
        font-size: 54px;
        line-height: 68px;
        padding-bottom: 30px;
    }
    .footer-bottom-sec .social-list a img {
        height: 44px;
        padding-right: 4px;
    }
    .search-form .advanced-search a {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-theme {
        padding: 0.6rem 2rem;
        font-size: 20px;
        line-height: 36px;
    }
    .header__content .content-block__title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 1200px) {
    .header-1 .navbar .full-nav .nav-link {
        margin-left: 15px;
    }
    .bredcrum-section .container {
        padding: 0 40px;
    }
    .header-1 .navbar .px-120 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .introducing-section .introducing-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .search-form .form-group .btn.btn-theme {
        padding: 0.5rem 0.4rem;
        font-size: 16px;
    }
    .search-form .form-group .form-select,
    .search-form .form-group .form-control {
        padding: 0.8rem 1rem;
        font-size: 16px;
    }
    .banner-section {
        background-position: 35% 100%;
    }
    .banner-section .banner-caption p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    .banner-section .banner-caption h2 {
        font-size: 42px;
        line-height: 54px;
        padding-bottom: 20px;
    }
    .py-120 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .px-120 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header-1 .navbar .navbar-brand {
        width: 220px;
    }
}

@media (max-width: 1040px) {
    .introducing-section .introducing-content p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .header-1 .navbar .full-nav .nav-link {
        font-size: 16px;
        line-height: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .header-1 .navbar-expand-lg .navbar-collapse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .header-1 .navbar .nav-item .dropdown-menu {
        margin-bottom: 15px;
    }
    .introducing-section .flex--column-reverse {
        flex-direction: column-reverse;
    }
    .searchbar-section {
        position: relative;
    }
    .introducing-section .introducing-content.p-100 {
        padding: 40px;
    }
    .featuredjob-section {
        padding: 40px 0px 30px;
    }
    .introducing-section .introducing-image img {
        width: 100%;
        height: 100%;
    }
    .search-form .form-group,
    .gettoknow-section .sec-title h5,
    .careeradvice-section .career-text h2 {
        margin-bottom: 20px;
    }
    .banner-section {
        background-position: 0% 100%;
    }
    .header-1 .navbar-toggler:focus {
        box-shadow: none;
    }
    .header-1 .btn-nav .nav-link {
        max-width: 200px;
        text-align: center;
    }
    .articles-carousel .slick-slide .articles-image img {
        width: 100%;
        height: 220px;
    }
    .header-1 {
        padding: 4px 0;
    }
    .header-1 .navbar-collapse {
        padding: 20px 0;
    }
    .header-1 .btn-nav .nav-link,
    .header-1 .navbar .full-nav .nav-link {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .banner-section .banner-image img {
        object-position: 40% 100%;
    }
    .header__content .content-block__title {
        font-size: 24px;
        line-height: 36px;
    }
    .introducing-section.bg-theme .registercv.p-80 {
        padding: 40px;
    }
    .top-footer-sec .quick-link .navbar-brand {
        width: 220px;
        display: block;
    }
    .bredcrum-section .placeholder-image img {
        height: 120px;
    }
    .articles-section .section-header h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .articles-section .section-header .block__more-link {
        font-size: 18px;
    }
    .articles-carousel .slick-slide {
        margin: 0 5px;
    }
    .articles-section .view-all::before {
        display: none;
    }
    .login-section {
        padding: 20px 0px 40px;
    }
}

@media (max-width: 576px) {
    .Driven-section .container h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .authentication-inner .card-header p.mb-4{
        margin-bottom: 0px !important;
    }
    .authentication-inner .card-header {
        padding-top: 15px !important;
    }
    .login-section .authentication-inner .p-5 {
        padding: 1rem !important;
    }
    .gettoknow-section .sec-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .careeradvice-next-step-section .career-text h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .bredcrum-section .container {
        padding: 0 15px;
    }
    .jobdetails-section {
        padding-bottom: 40px;
    }
    .header__content .content-blocktitle {
        font-size: 18px;
        line-height: 28px;
    }
    .registercv {
        padding: 20px;
    }
    .career-content .btn-group .dropdown-menu {
        min-width: 340px;
    }
    .td-categories-section .advice-list li {
        width: 100%;
        margin: 0 5px;
    }
    .articles-section {
        background: #f3f7fa;
        padding: 40px 0;
    }
    .career-content .content-block__description {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    .career-content .btn-group .dropdown-menu .dropdown-item {
        font-size: 20px;
        line-height: 28px;
    }
    .career-content .btn-group .dropdown-toggle::after {
        top: 18px;
    }
    .career-content .btn-group .btn {
        font-size: 24px;
        line-height: 34px;
    }
    .career-advice .career-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bredcrum-section .header__content {
        text-align: center;
    }
    .introducing-section .introducing-content h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-bottom-sec .social-list a img {
        height: 40px;
    }
    .banner-section .banner-caption h2 {
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 15px;
    }
    .banner-section {
        width: 100%;
        height: 560px;
        background-position: 15% 100%;
    }
    .banner-section .banner-image img {
        object-position: 32% 100%;
    }
    .introducing-section .introducing-content h6 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .introducing-section .introducing-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .footer-bottom-sec {
        padding-top: 20px;
    }
    .gettoknow-section .sec-content h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .section-header h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .btn-theme {
        padding: 0.4rem 2rem;
        font-size: 18px;
        line-height: 28px;
    }
    .careeradvice-section .career-text h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .careeradvice-section .px-0,
    .searchbar-section .px-0,
    .px-120 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .introducing-section .introducing-content.p-100 {
        padding: 40px 20px;
    }
    .banner-section .banner-image img {
        width: 100%;
        height: 560px;
    }
    .applyJob .tab-pane {
        padding: 20px;
    }
    .jobdetails-section .card-body p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 400px) {
    .introducing-section .introducing-content.p-100 {
        padding: 20px 20px;
    }
    .introducing-section .introducing-content h2 {
        padding-bottom: 4px;
    }
    .privacy-policy-section .content-section p,
    .introducing-section .introducing-content h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .td-categories-section .advice-list li a {
        font-size: 20px;
        line-height: 28px;
    }
    .top-footer-sec .quick-link p,
    .top-footer-sec .quick-link h4 {
        padding-bottom: 10px;
    }
    .articles-section .section-header .block__more-link {
        font-size: 14px;
    }
    .articles-section .section-header h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .articles-section .section-header {
        display: block;
    }
    .bredcrum-section .placeholder-image img {
        height: 80px;
    }
    .introducing-section.bg-theme .registercv.p-80 {
        padding: 15px;
    }
    .career-advice .career-content h1 {
        font-size: 24px;
        line-height: 36px;
        padding: 10px 0 0;
    }
}
