/* Common */
@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1302px !important;
    }


    /* .container-sm {
        max-width: 1120px !important;
    } */

    .container-md {
        max-width: 1075px !important;
    }

    /* .container-lg {
        max-width: 1393px !important;
    } */

}

.reset_list,
.reset_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Buttons */

/* Skip to content button styles */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    transition: top 0.3s;
    text-decoration: none;
}

.skip-to-content:focus {
    top: 0;
    outline: none;
}

/* button,
.button,
.btn {
    pointer-events: all;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    padding: 14px 2em;
    14px 40px
    border: 1px solid var(--btn-clr);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 11px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-height: 52px;
    color: var(--white);
    background-color: var(--btn-clr);

    position: relative;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: all 300ms ease-out;
} */

/* .btn span {
    display: block;
    color: var(--white);
    transition: all 300ms ease-out;
}

.btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 2rem;
    background-image: url(../images/icons/btn-arrow.svg);
    background-size: 19px 14px;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 14px;
    top: 20px;
    transition: all 300ms ease-out;
    will-change: transform;
}

a.btn {
    width: max-content;
}

.btn:hover {
    background-color: var(--btn-hover-clr);
    border-color: var(--btn-hover-clr);
    color: var(--text-clr);
}

.btn:hover span {
    color: var(--text-clr);
    transform: translate3d(-1rem, 0, 0);
}

.btn:hover,
.btn:focus {
    box-shadow: none;
}

.btn:hover::after,
.btn:focus::after {
    transform: translate3d(1rem, 0, 0);
    z-index: 2;
}

.btn_sm {
    min-width: 155px;
}

.btn_lg {
    min-width: 297px;
} */

/* Links */

.rtl a[href^="tel"] {
    direction: ltr;
    display: inline-block;
}

/* a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(currentColor, currentColor);
    background-image: -moz-linear-gradient(currentColor, currentColor);
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    -moz-background-size: 0 2px;
    background-size: 0 2px;
    -webkit-transition: background-size .5s cubic-bezier(.455, .03, .515, .955);
    -o-transition: background-size .5s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: background-size .5s cubic-bezier(.455, .03, .515, .955), -moz-background-size .5s cubic-bezier(.455, .03, .515, .955);
    transition: background-size .5s cubic-bezier(.455, .03, .515, .955);
    transition: background-size .5s cubic-bezier(.455, .03, .515, .955), -moz-background-size .5s cubic-bezier(.455, .03, .515, .955);
}

a:hover {
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
}

a.btn {
    background-image: none;
} */

/* Classes */
.text-primary {
    color: var(--blueColor) !important;
}

.text-black p {
    color: var(--black) !important;
}

.text-white p {
    color: var(--white) !important;
}

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

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

.no_cSpace {
    padding: 0;
    overflow: hidden;
}

.full_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_con_hover {
    overflow: hidden;
}

.img_con_hover img,
.img_con_hover_sm img,
.img_hover {
    transition: transform 0.3s ease;
}

.img_con_hover:hover img,
.img_hover:hover {
    transform: scale(1.1);
}

.img_con_hover_sm:hover img {
    transform: scale(1.03);
}

.pe-none {
    pointer-events: none;
}

.pe-all,
a,
.swiper_long_arrows,
.form_field,
input,
textarea,
.form-control,
select {
    pointer-events: all;
}

.content_wrapper,
footer,
header {
    position: relative;
    z-index: 2;
}

/* Form Fields */
/* input

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--button-secondary);
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.intl-tel-input ul.country-list {
    z-index: 222;
} */

/* Scroll Direction Change */
.scrolling-area {
    overflow: auto;
    direction: rtl;
}

.scrolling-element-inside {
    direction: ltr;
}

/* Page */

#page {
    overflow: clip;
}

.alpha-list {
    list-style-type: lower-alpha;
}

/* Main Wrapper */

/* .site-content {
    margin-top: 105px !important;
} */

/* ========================== ABOUT US ========================== */

.b_lms {
    display: block;
    position: relative;
}

.b_lms--v1 {
    padding: 150px 0;
}

.b_lms__pat {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.b_lms__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.b_lms__img {
    margin-top: 50px;
    display: block;
}

.b_lms__img img {
    width: 100%;
}

.b_lms--v2 {
    /* padding: 120px 0; */
    padding-top: 120px;
}

.b_lms--v2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 63.14%;
    background-color: var(--blueColor);
    background-size: cover;
    z-index: -1;
}

.b_lms--v2__subheading {
    margin-bottom: 24px;
}

.b_lms--v2__img {
    margin-top: 60px;
}

.vl_list {
    padding-top: 106px;
    padding-bottom: 100px;
}

.vl_list__row_top {
    min-height: 185px;
    padding: 14px 0 22px;
}

.vl_list__subheading {
    margin-bottom: 22px;
}

.vl_list__row_btm {
    margin-top: 74px;
}

.vl_list__list_item {
    display: flex;
    justify-content: space-between;
}

.vl_list__list_img {
    width: 205px;
}

.vl_list__list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vl_list__list_item {
    padding: 45px 0;
    border-bottom: 1px solid #E0E0E0;
}

.vl_list__list_item:first-child {
    padding-top: 0;
}

.vl_list__list_item:last-child {
    padding-bottom: 56px;
}

.vl_list__list_content_wrap {
    max-width: 743px;
    width: 100%;
}

.vl_list__list_content_wrap {
    display: flex;
    gap: 0 78px;
}

.vl_list__list_num {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 124%;
    color: var(--blueColor);
}

.vl_list__list_title {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
    color: var(--headingColor);
    margin-bottom: 17px;
    display: block;
}

.vl_list__list_desc p {
    color: var(--black);
    opacity: 0.5;
}

.csr {
    background-color: rgb(12, 89, 169, 0.1);
    padding: 150px 0;
}

.csr__top_col {
    margin-bottom: 25px;
}

.csr__h {
    margin-top: 24px;
}

.csr__desc {
    margin-bottom: 66px;
}

.csr__desc p {
    font-weight: 300;
}

.csr__arr_con {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.cstm_arr__wrap {
    display: flex;
    gap: 6px;
}

.cstm__arr {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blueColor) !important;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border-radius: 50%;
    background-color: var(--white) !important;
    border: 1px solid var(--blueColor) !important;
    transition: 0.3s ease;
}

.our-services__arrows .swiper-button-next:hover,
.our-services__arrows .swiper-button-prev:hover {
    background-color: var(--white) !important;
}

.partners__carousel .owl-nav button:hover,
.cstm__arr:hover {
    background-color: #EFF7FF !important;
}

.gap_left .csr__slider_col {
    padding-left: calc((var(--bs-gutter-x) * .5) * 2);
    padding-right: 0;
}

.hlf__slide {
    position: relative;
}

.hlf__slide_img img {
    /* height: 319px; */
    object-fit: cover;
}

.hlf__slide_content {
    position: absolute;
    padding: 17px 9px 8px 12px;
    background-color: var(--white);
    left: 18px;
    right: 18px;
    bottom: 17px;
    width: calc(100% - (18px * 2));
    pointer-events: none;
}

.hlf__slide_h {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--headingColor);

    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    min-height: 50px;
}

.hlf__slide_desc {
    margin-top: 3px;
}

.hlf__slide_desc p {
    font-size: 17px;
    line-height: 150%;
    color: #000000;
    opacity: 0.5;

    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

/* ========================== OUR TEAM ========================== */

.boardMembers {
    background-color: rgba(12, 89, 169, 0.1);
    padding: 100px 0 94px;
}

.boardMembers__topRow {
    margin-bottom: 50px;
}

.boardMembers__contact-btn {
    display: none !important;
}

.boardMembers__subheading {
    margin-bottom: 30px;
}

.boardMembers__card {
    position: relative;
    overflow: clip;
}

.boardMembers__img {
    height: 615px;
}

.boardMembers__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-width: unset !important;
}

.boardMembers__content {
    padding: 25px 25px 21px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(165px);
    background-color: var(--white);
    width: calc(100% - 37px);
    transition: 0.3s ease;
}

.boardMembers__card:hover .boardMembers__content {
    transform: translateY(0) !important;
}

.boardMembers__name {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
}

.boardMembers__designation {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.5;
    margin-top: 6px;
}

.boardMembers__excerpt {
    margin-top: 10px;
}

.boardMembers__excerpt p {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 130%;
    color: var(--black);
    opacity: 0.7;
}

.boardMembers__footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.boardMembers__social {
    margin-right: 20px;
}

.brand__icon {
    text-decoration: none;
    width: 29px;
    height: 29px;
    transition: 0.3s ease;
}

.brand__icon:hover {
    transform: scale(1.2);
}

button.ah__button {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
    width: max-content;
    border: 0;
    padding-bottom: 5px !important;
}

button.ah__button span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--blueColor);
    padding-right: 0;
}

.ah__button svg {
    transition: 0.3s ease;
}

.ah__button:hover svg {
    transform: rotate(45deg);
}

button.ah__button__underlined::before,
button.ah__button__underlined::after {
    background-color: var(--blueColor);
    z-index: 1;
    pointer-events: none;
}

#teamMemberModal {
    z-index: 99999;
}

.teamMemberModal__dialog {
    max-width: 1140px;
}

.teamMemberModal__content {
    border: 0;
    padding: 0;
    position: relative;
    border-radius: 0;
}

.teamMemberModal__header {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    padding: 0;
    z-index: 2;
}

.teamMemberModal__close {
    padding: 0 !important;
    width: 49px;
    height: 49px;
    background-color: #F2F2F2 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamMemberModal__close:hover {
    opacity: 0.7;
}

.teamMemberModal__con,
.teamMemberModal__row,
.teamMemberModal__col {
    padding: 0;
    margin: 0;
}

/* .teamMemberModal__row {
    align-items: center;
} */

.teamMemberModal__body {
    padding: 0;
}

.teamMemberModal__img_wrap {
    width: 100%;
    height: 100%;
}

.teamMemberModal__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.teamMemberModal__details {
    padding: 67px 43px 46px 44px;
}

.teamMemberModal__title {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 124%;
}

.teamMemberModal__desg {
    margin-top: 6px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.5;
}

.teamMemberModal__bio {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;

}

.teamMemberModal__bio h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 10px;
}

.teamMemberModal__bio p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.teamMemberModal__follow {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.4;
    margin-bottom: 9px;
    display: block;
}

.teamMemberModal__social_link_list {
    display: flex;
    align-items: center;
    gap: 17px;
}


.management {
    padding: 100px 0;
    overflow: hidden;
}

.management__topRow {
    margin-bottom: 108px;
}

.management__subheading {
    margin-bottom: 24px;
}

.management__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 148px;
    border-bottom: 2px solid #808080;
    transition: 0.3s ease;
    position: relative;
}

.management__card:hover {
    border-color: transparent;
}

.management__card::after {
    content: '';
    width: 300%;
    position: absolute;
    inset: 0;
    top: 50%;
    height: 80%;
    left: -100%;
    background-color: var(--blueColor);
    transform: scaleX(0) translateY(-50%);
    transform-origin: left;
    transition: transform 1.2s ease;
    z-index: -1;
}

.management__card:hover::after {
    transform: scaleX(1) translateY(-50%);
    transform-origin: center;
}

.management__name {
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
    transition: 0.3s ease;
}

.management__card:hover .management__name {
    color: var(--white);
}

.management__designation {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.5;
    transition: 0.3s ease;
    text-align: right;
}

.management__card:hover .management__designation {
    color: var(--blueColor);
}


.management__img {
    width: 251px;
    height: 334px;
    border-radius: 210px;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s ease;
}

.management__card:hover .management__img {
    opacity: 1;
    transform: scale(1);
}

.management__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#customCursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    transform: translate(0, 0) rotate(0deg) scale(0);
    transition: transform 0.3s ease-out;
    will-change: transform;
    opacity: 1;
}

#customCursor.active {
    transform: scale(1);
}

#customCursor .mf-cursor-media {
    width: 251px;
    height: 334px;
    border-radius: 210px;
    overflow: hidden;
}

#customCursor .mf-cursor-media,
.management__img {
    width: 200px;
    height: 266px;
    border-radius: 167px;
}


#customCursor .mf-cursor-media-box {
    width: 100%;
    height: 100%;
    opacity: 1;
}

#customCursor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.management__footer {
    position: absolute;
    inset: 0;
}

button.management__contact-btn {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    background: transparent !important;
}

/* ========================== OUR SERVICES ========================== */
.b_lms--v3 {
    padding: 116px 0;
}

.b_lms--v3__subheading {
    margin-bottom: 27px;
}

.b_lms--v3 .b_lms__pat {
    top: unset;
    bottom: 0;
    pointer-events: none;
}

.b_lms--v3 .b_lms__left {
    display: block;
    height: auto;
}

.b_lms__left_desc p {
    font-weight: 300;
}

.b_lms--v3 .b_lms__img {
    margin-top: 56px;
    position: relative;
}

.b_lms--v3 .b_lms__img::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--black);
    opacity: 0.15;
    z-index: 1;
}

.wcu {
    padding: 100px 0;
    background-color: var(--lightBlueColor);
}

.wcu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcu__img--big {
    height: 100%;
    position: relative;
}

.wcu__img--big::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(4, 33, 64, 0.3) 0%, rgba(0, 0, 0, 0) 46.39%);
}

.wcu__subheading {
    margin-bottom: 24px;
}

.wcu__content {
    margin-bottom: 100px;
}

.wcu_list__leftCol {
    display: flex;
    flex-wrap: wrap;
}

.wcu__right_col__btmRow {
    align-items: flex-end;
    margin-top: auto;
}

.wcu_list__leftCol {
    width: 51.07%;
}

.wcu_list__rightCol {
    width: 37.03%;
    margin-left: auto;
}

.wcu_list__item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wcu_list__item:first-child {
    padding-top: 0;
}

.wcu_list__item:last-child {
    padding-bottom: 0;
    border: 0;
}

.wcu_list__h {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--headingColor);
    margin-bottom: 8px;
}

.wcu_list__desc p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.srvList {
    padding: 100px 0;
}

.svrList__subheading {
    margin-bottom: 24px;
}


.srvList__btmCon {
    margin-top: 50px;
    --gap: 30px;
}

.svrList__btmRow {
    gap: var(--gap) 0;
}

.svrList__card {
    position: relative;
    overflow: hidden;
    display: block;
}

.svrList__card__img {
    height: 492px;
    overflow: hidden;
    position: relative;
}

.svrList__card__img::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;

    transition: 0.3s ease;

    background: linear-gradient(180.06deg, rgba(0, 0, 0, 0) 54.66%, rgba(0, 0, 0, 0.8) 89.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    transform: matrix(-1, 0, 0, 1, 0, 0);
    opacity: 1;
}

.svrList__card:hover .svrList__card__img::before {
    opacity: 1;
    background: linear-gradient(174.9deg, rgba(9, 47, 87, 0) 4.1%, #092F57 68.66%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.svrList__card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url('/wp-content/uploads/2025/05/pat-3.svg');
    background-repeat: no-repeat;
    background-position: right;
    transition: 0.3s ease;
    transform: translateX(30%);
    opacity: 0;
    pointer-events: none;
}

.svrList__card:hover .svrList__card__img::after {
    transform: translateX(0);
    opacity: 1;
}


.svrList__card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svrList__card__content {
    position: absolute;
    left: 30px;
    bottom: 22px;
    z-index: 2;
    transition: 0.3s ease;
}

.svrList__btmRow .col-lg-7 .svrList__card__content {
    max-width: 60.14%;
}

.svrList__btmRow .col-lg-5 .svrList__card__content {
    max-width: 74.29%;
}

.svrList__btmRow .col-lg-4 .svrList__card__content {
    max-width: 79.17%;
}

.svrList__btmRow .col-lg-12 .svrList__card__content {
    max-width: 79.17%;
}

.svrList__btmRow .col-lg-6 .svrList__card__content {
    max-width: 74.29%;
}

.svrList__card__h {
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 5px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px;
}

.svrList__card:hover .svrList__card__h {
    min-height: unset;
}

.svrList__card__desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 124%;
    color: var(--white);

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svrList__card:hover .svrList__card__desc p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.srvList__button {
    margin-top: 30px;
    margin-bottom: 8px;
}

.srvList__button>span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
    padding-right: 0 !important;
    align-items: center;
}

.srvList__button.ah__button__underlined::before,
.srvList__button.ah__button__underlined::after {
    bottom: -5px;
}

/* .svrList__card__desc,
.srvList__button.ah__button__underlined {
    display: none;
    opacity: 0;
    transition: 1s ease;
    width: 0;
    height: 0;
}

.svrList__card:hover .svrList__card__desc,
.svrList__card:hover .srvList__button.ah__button__underlined {
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
} */

.svrList__card:hover .svrList__card__content {
    transform: translateY(0) !important;
}



.faqs {
    padding: 100px 0;
    background-color: rgba(12, 89, 169, 0.1);
}

.faqs__subheading {
    margin-bottom: 27px;
}

.faqs__row_btm {
    margin-top: 80px;
}

.accordion {
    background: none;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74978 8.50076C7.55778 8.50076 7.36575 8.42779 7.21975 8.28079L0.21975 1.28079C-0.07325 0.987785 -0.07325 0.51275 0.21975 0.21975C0.51275 -0.07325 0.987785 -0.07325 1.28079 0.21975L7.75076 6.68972L14.2207 0.21975C14.5137 -0.07325 14.9888 -0.07325 15.2818 0.21975C15.5748 0.51275 15.5748 0.987785 15.2818 1.28079L8.28176 8.28079C8.13376 8.42779 7.94178 8.50076 7.74978 8.50076Z' fill='%23787878'/%3E%3C/svg%3E%0A");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74978 8.50076C7.55778 8.50076 7.36575 8.42779 7.21975 8.28079L0.21975 1.28079C-0.07325 0.987785 -0.07325 0.51275 0.21975 0.21975C0.51275 -0.07325 0.987785 -0.07325 1.28079 0.21975L7.75076 6.68972L14.2207 0.21975C14.5137 -0.07325 14.9888 -0.07325 15.2818 0.21975C15.5748 0.51275 15.5748 0.987785 15.2818 1.28079L8.28176 8.28079C8.13376 8.42779 7.94178 8.50076 7.74978 8.50076Z' fill='%230C59A9'/%3E%3C/svg%3E%0A");
    /* --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75217 0.000219621C7.94417 0.000219638 8.1362 0.07319 8.2822 0.22019L15.2822 7.22019C15.5752 7.51319 15.5752 7.98823 15.2822 8.28123C14.9892 8.57423 14.5142 8.57423 14.2212 8.28123L7.7512 1.81126L1.28123 8.28123C0.988226 8.57423 0.513191 8.57423 0.220191 8.28123C-0.0728092 7.98823 -0.0728091 7.51319 0.220191 7.22019L7.22019 0.22019C7.36819 0.07319 7.56017 0.000219604 7.75217 0.000219621Z' fill='%230C59A9'/%3E%3C/svg%3E%0A"); */
}

.accordion-item {
    padding: 30px 0;
    border: 0;
    background: none;
    border-bottom: 1px solid #D7D7D7;
}

.accordion-item:first-child {
    padding-top: 0;
}

.accordion-item:last-child {
    padding-bottom: 0;
    border: 0;
}

.accordion-button {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--blueColor) !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    margin-bottom: 8px;
}

.accordion-button.collapsed {
    color: #787878 !important;
    margin-bottom: 0;
}

.accordion-body {
    padding: 0;
    max-width: 82.7%;
}

.accordion-body p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

/* ========================== SINGLE SERVICES ========================== */
.single:not(.single-portfolio) {
    padding-top: var(--menu-height);
}

.back__button {
    margin-top: 45px;
}

.single-services .back__button {
    margin-top: 25px;
}

.back__button.ah__button a {
    display: flex;
    width: max-content;
    gap: 18px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    transition: 0.3s ease;
}

.back__button.ah__button a:hover::before {
    width: 100%;
    left: 0;
    cursor: pointer;
}

.back__button.ah__button a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: var(--blueColor);
    transition: width 0.5s, left 0.5s;
}

.back__button.ah__button a svg path {
    transition: 0.3s ease;
}

.back__button.ah__button a:hover {
    color: var(--blueColor);
}

.back__button.ah__button:hover svg {
    transform: unset;
}

.b_lms--v4 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.b_lms--v4 {
    margin-top: 30px;
}

.b_lms--v4 .b_lms__left_desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.b_lms--v4 .b_lms__desc_wrap .b_lms__left_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b_lms--v4 .b_lms__desc_wrap .b_lms__left_desc p+p {
    display: none;
}

.b_lms--v4 .b_lms__desc_wrap .b_lms__left_desc.expanded p,
.b_lms--v4 .b_lms__desc_wrap .b_lms__left_desc.expanded p+p {
    display: block;
}

.b_ims_v4_ims_list__item {
    padding: 9px 15px;
    padding-right: 0;
    border-left: 1.5px solid var(--blueColor);
    margin-bottom: 66px;
}

.b_ims_v4_ims_list__item:last-child {
    margin-bottom: 0;
}

.b_ims_v4_ims_list__h {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    text-transform: capitalize;
    color: var(--headingColor);
    display: block;
    margin-bottom: 8px;
}

.b_ims_v4_ims_list__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.readMore__button.ah__button__underlined {
    margin-top: 17px;
    display: none;
    width: max-content;
}

.readMore__button a span {
    letter-spacing: 0.05em;
    color: var(--blueColor);
    padding-right: 0;
}

.readMore__button.ah__button__underlined::before,
.readMore__button.ah__button__underlined::after {
    background-color: var(--blueColor);
}

.b_lms--v4 .b_lms__img {
    margin-top: 0;
}

.b_lms--v4 .b_lms__btmRow {
    margin-top: 40px;
}

.b_lms--v4 .b_lms__right,
.b_lms--v4 .b_lms__img,
.b_lms--v4 .b_lms__img img {
    height: 100%;
    object-fit: cover;
}

.cntBlk {
    background-color: #F3F7FB;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.cntBlk__pat {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.cntBlk__subheading {
    margin-bottom: 27px;
}

.cntBlk__topRow {
    margin-bottom: 50px;
}

.cntBlk__bottomRow {
    position: relative;
    gap: 30px 0;
}

.cntBlk__card {
    max-width: 284px;
}

.cntBlk__card-icon {
    width: 64px;
    height: 64px;
    background-color: #01458C;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    transition: 0.3s ease;
}

.cntBlk__card-icon:hover {
    transform: scale(1.2);
}

.cntBlk__card-h {
    font-weight: 700;
    font-size: 20px;
    line-height: 124%;
    color: var(--blueColor);
    margin-bottom: 10px;
}

.cntBlk__card-info {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.8;
    text-decoration: none;
}

.cntBlk__card-info--link {
    transition: 0.3s ease;
    position: relative;
}

.cntBlk__card-info--link:hover {
    color: var(--blueColor);
    opacity: 1;
}

.cntBlk__card-info--link:hover::before {
    width: 100%;
    left: 0;
    cursor: pointer;
}

.cntBlk__card-info--link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 1px;
    background-color: var(--blueColor);
    transition: width 0.5s, left 0.5s;
}

.relServ {
    padding: 100px 0;
}

.relServ__subheading {
    margin-bottom: 27px;
}

.relServ__topRow {
    margin-bottom: 58px;
    align-items: flex-end;
}

.relServ__arr_con {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-end;
}

.viewall__button.ah__button__underlined a {
    color: var(--blueColor);
}

.viewall__button.ah__button__underlined span {
    color: currentColor;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.05em;
}

.viewall__button.ah__button__underlined::before,
.viewall__button.ah__button__underlined::after {
    background-color: var(--blueColor);
    bottom: -5px;
}

.viewall__button.ah__button svg {
    transition: 0.3s ease;
}

.viewall__button.ah__button:hover svg {
    transform: rotate(45deg);
}

.relServ__slide {
    height: 487px;
    display: block;
}

.relServ__slide_img {
    position: relative;
    height: 100%;
}

.relServ__slide_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.21%, rgba(0, 0, 0, 0.8) 96.34%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.relServ__slide_img img {
    height: 100%;
    object-fit: cover;
}

.relServ__slide_content {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: 29px;
    bottom: 30px;
    width: calc(100% - 29px);
}

.h5.relServ__slide_h {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    max-width: 265px;
    color: var(--white);
}


/* ========================== CONTACT US ========================== */

.page-template-contact-us-template {
    padding-top: var(--menu-height);
}

.cf {
    padding: 100px 0;
}

.cf__subheading {
    margin-bottom: 24px;
}

.cf__topRow {
    margin-bottom: 64px;
}

.cf__img,
.cf__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form {
    --gap: 30px;
}

.form__row {
    display: flex;
    gap: var(--gap);
}

.form--cu .form__row:first-child {
    margin-bottom: 50px;
}

.form--cu .form__row:nth-child(2) {
    margin-bottom: 53px;
}

.form--cu .form__row:nth-child(3) {
    margin-bottom: 55px;
}

.form__col {
    width: calc(50% - (var(--gap) / 2));
}

.form__col--full {
    width: 100%;
}

.form__inpWrap>p {
    line-height: unset;
}

.form__inpWrap input,
.form__inpWrap textarea {
    border: 0;
    outline: none;
    border-bottom: 1px solid #999999;
    height: 52px;
    padding: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    width: 100%;
    background-color: transparent;
}

.wpcf7-not-valid-tip {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
}

.form__inpWrap input::placeholder,
.form__inpWrap textarea::placeholder {
    color: #333333;
}

.form__inpWrap input:focus,
.form__inpWrap textarea:focus {
    border-color: var(--blueColor);
    outline: none;
    color: var(--black);
}

.form__inpWrap textarea {
    height: 100px;
    resize: none;
}

.form__accWrap {
    margin-top: 55px;
}

.form__accWrap .wpcf7-list-item {
    margin: 0;
}

.form__accWrap label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form__accWrap input {
    margin-top: 5px;
    color: var(--blueColor);
    border-color: var(--blueColor);
    outline: none;
    max-width: 22px;
    min-width: 22px;
    max-height: 22px;
}


.form__accWrap input:focus {
    outline: none;
}

.form__accWrap input:after {
    border-color: var(--blueColor);
    top: 1px;
}


.form__accWrap .wpcf7-list-item-label {
    transition: 0.3s ease;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    /* opacity: 0.8; */
}

.form__accWrap .wpcf7-list-item-label a {
    transition: 0.3s ease;
    position: relative;
    text-decoration: none;
    color: var(--blueColor);
    display: inline-block;
}

.form__accWrap .wpcf7-list-item-label a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: var(--blueColor);
    transition: width 0.5s, left 0.5s;
}

.form__accWrap .wpcf7-list-item-label a:hover::before {
    width: 100%;
    left: 0;
    cursor: pointer;
}

.form__sub {
    margin-top: 50px;
}

.submitting .form__sub-btn svg {
    display: none;
}

.form__sub-btn br {
    display: none;
}

.form__sub .wpcf7-spinner {
    margin: 0;
    display: none;
}

.submitting .form__sub .wpcf7-spinner {
    display: inline-block;
}

.grecaptcha-badge {
    z-index: 9999;
}

.cntBlk--v2 {
    padding: 120px 0 114px;
}

.cntBlk__card-icon--light {
    background-color: rgba(1, 69, 140, 0.1);
    color: var(--blueColor);
}

.cntBlk__social {
    display: flex;
    align-items: center;
    gap: 17px;
}

.cntBlk__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--blueColor);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    transition: 0.3s ease;
}

.cntBlk__social-link:hover {
    transform: scale(1.2);
}


.cMap .jobs-list {
    display: none;
}

.cMap .mapcontanermain {
    width: 100% !important;
}


/* ========================== NEWS ========================== */

.fnews {
    padding: 100px 0;
}

.fnews__rowTop {
    margin-bottom: 50px;
}

.fnews__post,
.fnews__image {
    position: relative;
}

.fnews__post--featured,
.fnews__post--featured .fnews__image,
.fnews__thumb--big {
    height: 100%;
}

.fnews__post--featured .fnews__thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.fnews__post a {
    text-decoration: none;
}

.fnews__thumb--small {
    height: 342px;
}

.fnews__thumb--big::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.09%, rgba(0, 0, 0, 0.6) 96.56%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.fnews__thumb img {
    height: auto !important;
    max-width: 100% !important;
}

.fnews__thumb--small img {
    height: 100% !important;
    object-fit: cover;
}

.fnews__content--big {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    max-width: 525px;
}

.fnews__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fnews__content--big .fnews__title {
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 122%;
    text-transform: capitalize;
    color: var(--white);
}

.fnews__excerpt {
    font-style: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.96);
    opacity: 0.8;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fnews__date {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.61);
    opacity: 0.8;
    margin: 16px 0 10px;
}

.fnews__title--small {
    font-weight: 700;
    font-size: 23.9555px;
    line-height: 139%;
    text-transform: capitalize;
    color: var(--headingColor);
    margin-top: 38px;
    transition: 0.3s ease;
}

.fnews__content--small:hover .fnews__title--small {
    color: var(--blueColor);
}

.fnews__post--small .fnews__date {
    color: #666666;
    margin-top: 12px;
    transition: 0.3s ease;
}

.fnews__content--small:hover .fnews__date {
    color: var(--blueColor);
}

.fnews__arrow {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    opacity: 0;
    transition: 0.3s ease;
}

.img__zoom:hover .fnews__arrow {
    opacity: 1;
}

.fnews__arrow a {
    color: var(--white);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2.5px);
    border-radius: 50%;
}

.newsList {
    padding: 100px 0 120px;
    background-color: var(--lightBlueColor);
}

.newsList__rowTop {
    margin-bottom: 50px;
}

.newsList__btmTop {
    gap: 50px 0;
}

.newsList__card__img {
    height: 289px;
    margin-bottom: 20px;
    display: block;
}

.newsList__card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsList__card__date {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 8px;
}

.newsList__card__h-link {
    text-decoration: none;
}

.newsList__card__h {
    font-style: normal;
    font-weight: 700;
    font-size: 23.9555px;
    line-height: 139%;
    text-transform: capitalize;
    color: var(--headingColor);
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease;
}

.newsList__card__h:hover {
    color: var(--blueColor);
}

.newsList__card__desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsList__button {
    margin-top: 30px;
    width: max-content;
}

.newsList__button span {
    color: var(--blueColor);
}

.newsList__pagination {
    margin-top: 80px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    border: 0;
}

.page-numbers {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #333;
    text-decoration: none;
}

.page-numbers.current {
    color: var(--blueColor);
}

.pagination__item--prev span,
.pagination__item--next span,
.pagination__item--prev a,
.pagination__item--next a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B3B3B3;
    color: #B3B3B3;
}

.pagination__item--prev a,
.pagination__item--next a {
    border-color: var(--blueColor);
    color: var(--white);
    background-color: var(--blueColor);
}

.linkedPosts {
    padding: 120px 0 200px;
}

.linkedPosts__rowTop {
    margin-bottom: 50px;
}

.WidgetBackground__Content-sc-1ho7q3r-2>a {
    scale: 0;
}

.Block-sc-3maawy-0.Block__RegularBlock-sc-3maawy-1.fQUaNu.CardActionsBlock__CardLayoutBlock-sc-qzuptx-1.kDEeCy {
    display: none;
} 

body .linkedPosts .CardActionsBlock__Divider-sc-qzuptx-0.cnKQEi {
    display: none !important;
}

/* ========================== SINGLE NEWS ========================== */
.newsDetails__topRow {
    margin-top: 50px;
    margin-bottom: 40px;
}

.newsDetails__btmRow {
    margin-bottom: 60px;
}

.newsDetails__rightCol {
    padding-top: 53px;
}

.newsDetails__content {
    padding-right: 38px;
}

.newsDetails__img img {
    width: 100%;
}

.newsDetails__content_h {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--headingColor);
    max-width: 595px;
}

.newsDetails__content_details {
    margin: 30px 0 27px;
}

.newsDetails__content_details p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.nCards {
    margin-bottom: 80px;
}

.nCards__row {
    justify-content: space-between;
    gap: 30px 0;
}

.nCards__col {
    position: relative;
}

.nCards__col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    height: 100%;
    width: 1px;
    border-right: 1px solid #D9D9D9;
}

.nCards__col:nth-child(n+3)::after {
    display: none;
}

.nCard {
    padding: 21px 0 22px;

}

.nCard__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background-color: rgba(12, 89, 169, 0.1);
    transition: 0.3s ease;
}

.nCard__icon:hover {
    transform: scale(1.1);
}

.nCard__title {
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
    color: var(--headingColor);
    margin-bottom: 23px;
}

.nCard__desc {
    margin-top: 23px;
}

.nCard__desc p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.nGall {
    margin-bottom: 100px;
}

.nGall__img {
    max-height: 378px;
}

.nGall__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relNews {
    padding: 100px 0;
    background-color: var(--lightBlueColor);
}

.relNews__topRow {
    margin-bottom: 60px;
    align-items: flex-end;
}

.relNews__arr_con {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-end;
}

.relNews__button.ah__button__underlined a {
    color: var(--blueColor);
}

.relNews__button.ah__button__underlined span {
    color: currentColor;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.05em;
}

.relNews__button.ah__button__underlined::before,
.relNews__button.ah__button__underlined::after {
    background-color: var(--blueColor);
    bottom: -5px;
    z-index: 1;
}

.relNews__button.ah__button svg {
    transition: 0.3s ease;
}

.relNews__button.ah__button:hover svg {
    transform: rotate(45deg);
}

.cstm__arr--light {
    background-color: #EFF7FF !important;
}

.cstm__arr--light:hover {
    background-color: var(--white) !important;
}

.relNews__slider .ah__button img {
    width: auto !important;
}

/* ========================== CAREERS ========================== */
.cenv {
    padding: 100px 0;
}

.cenv__desc {
    margin-bottom: 51px;
}

.cenv__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.cenv__images {
    display: flex;
    gap: 30px 50px;
}

.cenv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cenv__img--big {
    height: 650px;
    position: relative;
}

.cenv__img--big::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.cenv__img--sm {
    height: 350px;
}


.kb {
    background-color: rgba(12, 89, 169, 0.06);
    padding: 100px 0;
}

.kb__rowTop {
    margin-bottom: 50px;
}

.kb__subheading {
    margin-bottom: 22px;
}

.kb__img {
    height: 100%;
}

.kb__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kb__col:last-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kb__list_item {
    border-bottom: 1px solid #E0E0E0;
    padding: 50px 0;
}

.kb__list_item:first-child {
    padding-top: 0;
}

.kb__list_title {
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
    color: var(--headingColor);
    display: block;
}

.kb__list_desc {
    margin-top: 17px;
    display: block;
}

.kb__list_desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.5;
}

.cg {
    padding: 100px 0 169px;
}

.cg__leftCol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cg__subheading {
    margin-bottom: 30px;
}

.cg__desc {
    margin-top: 100px;
    padding-right: 29px;
}

.cg__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.cg__img {
    height: 100%;
}

.cg__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jobsList {
    padding: 120px 0 100px;
    background: #F6F6F7;
}

.jobsList__rowTop {
    align-items: flex-end;
}

.jobsList__subheading {
    margin-bottom: 22px;
}

.jobsList__arr_con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.jobsList__rowBtm {
    margin-top: 72px;
}

.jobsList__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: 0.3s ease;
}

.jobsList__col:last-child .jobsList__card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.jobsList__card:hover {
    background: rgba(255, 255, 255, 0.6);
}

.jobsList__card--disabled:hover {
    background: none;
    cursor: auto;
}

.jobsList__card__h {
    font-size: 26px;
    font-weight: 300;
    line-height: 124%;
    color: var(--headingColor);
    max-width: 465px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jobsList__card--disabled .jobsList__card__h {
    opacity: 0.5;
}

.jobsList__card__content {
    display: flex;
    align-items: center;
}

.jobsList__card__date {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: var(--blueColor);
    background: rgba(12, 89, 169, 0.1);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.jobsList__card--disabled .jobsList__card__date {
    padding: 10px 20px;
}

.jobsList__card__loc {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--blueColor);
}

.jobsList__card__loc p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.jobsList__card--disabled .jobsList__card__loc {
    opacity: 0.5;
    color: var(--black);
}

.jobsList__button--link {
    margin-left: 44px;
    border: 1px solid var(--blueColor);
    color: var(--blueColor);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2.5px);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobsList__button--link:hover svg {
    transform: unset;
}

.jobsList__card--disabled .jobsList__button--link {
    opacity: 0.2;
    border-color: #0C0C0C;
    color: #0C0C0C;
}

.jobsList__loadmoreCol {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}


.ah__loadmore-btn {
    background: transparent !important;
    padding: 0;
    margin: 0;
    border: 0;
    color: var(--blueColor) !important;
}

.ah__loadmore .ah__loadmore-btn span {
    color: inherit;
}

.ah__loadmore.ah__button__underlined::before,
.ah__loadmore.ah__button__underlined::after {
    background-color: var(--blueColor);
    z-index: 1;
    bottom: -5px;
}


.ah__loadmore .ah__loadmore-btn--arr {
    padding-right: 0;
}


/* Load More Button Spinner Styles */
.ah__loadmore {
    position: relative;
}

.ah__loadmore .ah__loadmore-btn span.ah__loadmore-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 0;
}

.ah__spinner {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Loading state */
.ah__loadmore.loading .ah__loadmore-btn .ah__loadmore-btn--txt {
    opacity: 0;
}

.ah__loadmore.loading .ah__loadmore-spinner {
    display: block;
}

.jform {
    padding: 100px 0;
    background-color: var(--lightBlueColor);
}

.invalid .g-recaptcha {
    padding-top: 10px;
}

.g-recaptcha,
.g-recaptcha>div {
    width: 100% !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.jform__desc {
    margin-top: 25px;
}

.jform__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.jform__btmTop {
    margin-top: 57px;
}

.jform .form__sub {
    display: flex;
    justify-content: flex-end;
    margin-top: -13px;
}

.form__label {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: block;
    margin-bottom: 14px;
}

.form__col br {
    display: none;
}

.form__inpWrap p {
    margin-bottom: 0;
}

.jform .form__inpWrap input,
.jform .form__inpWrap textarea {
    height: 46px;
}


.jform .form__row:first-child {
    margin-bottom: 61px;
}

.jform .form__row:nth-child(2) {
    margin-bottom: 60px;
}

.jform .form__row:nth-child(3) {
    margin-bottom: 55px;
}

.jform .form__row:nth-child(4) {
    margin-bottom: 20px;
}

.form__file {
    height: 124px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px dashed var(--blueColor);
    position: relative;
    transition: 0.3s ease;
}

.form__file:hover {
    background-color: var(--white);
}

.form__file .wpcf7-not-valid-tip {
    top: 101%;
}

.form__file .wpcf7-form-control-wrap {
    position: static;
}

.form__file input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    border: 0;
    cursor: pointer;
    opacity: 0;
    /* visibility: hidden; */
}

.form__fileMask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.form__fileIcon svg {
    color: var(--blueColor);
}

.form__filetxt {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    color: var(--blueColor);
    opacity: 0.5;
}

.form__filetxt--updated {
    opacity: 1;
}

/* ========================== SINGLE CAREERS ========================== */

.jobDetail {
    padding: 60px 0 100px;
}

.jobDetail__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.careerDetail__meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px 0;
}

.jobDetail__desc a {
    color: var(--blueColor);
}

.jobDetail__desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.8;
}

.jobDetail__desc ul:last-child,
.jobDetail__desc p:last-child {
    margin-bottom: 0;
}

.jobDetail__desc ul {
    margin-bottom: 40px;
}

.jobDetail__desc li:first-child {
    padding-top: 0;
}

.jobDetail__desc li {
    --pad: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.8;
    padding: var(--pad) 0;
    padding-left: 28px;
    position: relative;
}


.jobDetail__desc li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15.5px;
    height: 8.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50076 8.0012C8.50076 8.1932 8.42779 8.38523 8.28079 8.53123L1.28079 15.5312C0.987785 15.8242 0.51275 15.8242 0.21975 15.5312C-0.07325 15.2382 -0.07325 14.7632 0.21975 14.4702L6.68972 8.00022L0.219749 1.53025C-0.0732506 1.23725 -0.0732507 0.762215 0.219749 0.469214C0.512749 0.176214 0.987785 0.176214 1.28078 0.469214L8.28079 7.46921C8.42779 7.61721 8.50076 7.8092 8.50076 8.0012Z' fill='%230C59A9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.jobDetail__desc li:first-child::before {
    top: calc(50% - (var(--pad) / 2));
}

.jobDetail__desc li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    border: 1px solid #E0E0E0;
}

.jobDetail__shareRow {
    margin-top: 80px;
}

.socialShare__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.4;
    margin-bottom: 9px;
}

.heateor_sss_sharing_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.heateor_sss_sharing_ul a {
    margin: 0 !important;
}

.heateor_sss_sharing_ul>a {
    transition: 0.3s ease;
}

.heateor_sss_sharing_ul>a:hover {
    transform: scale(1.2);
}

.heateor_sss_button_instagram span.heateor_sss_svg,
.heateor_sss_svg {
    background: var(--blueColor) !important;
}

.heateor_sss_facebook svg path,
.heateor_sss_button_linkedin svg path {
    transform: scale(0.75) translate(5px, 5px);
}

.heateor_sss_button_instagram svg g {
    transform: scale(0.9) translate(6px, 7px);
}

.jobsList--v2 {
    padding: 100px 0;
    background: none;
}

/* ========================== PORTFOLIO ========================== */

.portListMap {
    padding: 100px 0 103px;
}


.hotelResult {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #161616;
    opacity: 0.7;
    margin-bottom: 19px;
    display: block;
}

.map-container {
    display: flex;
    gap: 17px;
    width: 100%;
    height: 694px;
    justify-content: space-between;
}

div#loader {
    background-color: #000000b0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

div#loader svg {
    width: 15%;
}

.jobs-list {
    width: 32.4%;
    position: relative;
}

#jobs-container {
    /* display: flex;
    flex-direction: column;
    gap: 10px; */
    overflow-y: auto;
    height: 100%;
}

#jobs-container > .portCard:not(:last-child) {
    margin-bottom: 20px;
}

.notFoundCon {
    border: 1px solid var(--blueColor);
}

.notFoundCon+.scroll-arrows {
    display: none;
}

.notFounMsg {
    text-align: center;
    margin-top: 100px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--blueColor);
    font-size: 24px !important;
    justify-content: center;
    gap: 14px;
}

.notFounMsg img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(5600%) hue-rotate(201deg) brightness(96%) contrast(91%);
}

/* scrollbar */
#jobs-container::-webkit-scrollbar {
    width: 19px;
    height: 5px;
}

#jobs-container::-webkit-scrollbar-track {
    border-radius: 0;
}

#jobs-container::-webkit-scrollbar-thumb {
    border-radius: 0;
}
/* Firefox */
/* #jobs-container {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; 
} */
.scroll-arrows {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 9;
    gap: 9px;
    background-color: #e7eef6;
    padding: 6px 0;
    width: 19px;
}

.scroll-arrows a {
    background: transparent !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-arrows a:active {
    border: none;
}

.mapcontanermain {
    width: 66.6%;
    max-width: 100%;
    position: relative;
}

#map-canvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.search-container {
    margin: 20px;
    position: absolute;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    width: 321px;
    z-index: 9;
    height: 48px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}

.search-container input.search-bar {
    border: none;
    font-size: 16px;
    outline: none;
    padding: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    flex: 1;
    margin-left: 13px;
    width: 100%;
}

.search-container input.search-bar::placeholder {
    color: #999999;
}

.search-loader {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-loader img {
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}




#country-flags-container {
    position: absolute;
    right: 24px;
    top: 105px;
    max-height: 360px;
    overflow-y: auto;
}

.page-template-contact-us-template #country-flags-container {
    right: 75px;
}

.flags-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.country-flag {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.2s;
    border: 2px solid var(--white);
}

.country-flag:hover,
.country-flag.active {
    border-color: var(--blueColor);
}

.country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* ========================== SINGLE PORTFOLIO ========================== */

.heroSliderWrap {
    --slideHeight: 704px;
    --btmSpace: 51px;
    height: var(--slideHeight);
    position: relative;
    overflow: hidden;
}

.heroSlider__button a {
    min-width: 163px;
    justify-content: center;
}

.heroSlider__item {
    position: relative;
}

.heroSlider__item::before,
.heroSlider__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    pointer-events: none;
}

.heroSlider__item::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 46.49%, rgba(0, 0, 0, 0) 93.81%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.heroSlider__item::after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 46.49%, rgba(0, 0, 0, 0) 93.81%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.heroSlider__item img {
    height: var(--slideHeight);
    width: 100%;
    object-fit: cover;
}

.customDotsNavWrap {
    position: absolute;
    bottom: var(--btmSpace);
    max-width: 1302px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0 12px;
    display: flex;
    align-items: flex-end;
}

.heroSlider__content {
    max-width: 415px;
}

.back__button--white.ah__button a:hover,
.back__button--white.ah__button a {
    color: var(--white);
}

.back__button.ah__button a:before,
.back__button.ah__button a:after,
.back__button.ah__button a:hover::before,
.back__button.ah__button a:hover::after {
    background-color: var(--white);
}

.heroSlider__title {
    font-weight: 300;
    font-size: 50px;
    line-height: 124%;
    margin-top: 13px;
}

.heroSlider__feature {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.heroSlider__loc {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 18px;
}

.heroSlider__locIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--blueColor);
}

.heroSlider__locText {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--white);
}

.heroSlider__logo {
    padding-left: 21px;
    border-left: 1px solid #CCCCCC;
}

.heroSlider__logo img {
    /* width: 40px;
    height: 34px; */
}

.ah__button--book {
    margin-top: 22px;
    width: max-content;
}

.ah__button--book.ah__button a {
    padding: 13px 22px;
    background-color: var(--blueColor);
    color: var(--white);
}

.customDotsNavCon {
    --mlr: 18px;
    display: flex;
    max-width: calc(638px + (var(--mlr) * 2));
    /* overflow: clip; */
    position: relative;
    align-items: center;
    margin-left: auto;
}

.customDotsWrap {
    width: calc(100% - (var(--mlr) * 2));
    margin: 0 auto;
}

.customDot {
    width: 110px;
    height: 110px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    border: 3px solid var(--white);
}

.customDot img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.customDot:hover,
.customDot.active {
    border-color: var(--blueColor);
}

.customNavPrev,
.customNavNext,
.customDotNavPrev,
.customDotNavNext {
    color: var(--white);
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blueColor);
    border: 2px solid var(--white);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    transition: 0.3s ease;
}

.customNavPrev:hover,
.customNavNext:hover,
.customDotNavPrev:hover,
.customDotNavNext:hover {
    transform: scale(1.2);
}

.customDotNavPrev {
    /* left: calc(var(--mlr) * -1);  */
    left: 0;
}

.customDotNavNext {
    /* right: calc(var(--mlr) * -1);  */
    right: 0;
}

.customDotNavPrev:hover,
.customDotNavNext:hover {
    /* color: var(--blueColor); */
}

.navPillsWrap {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    /* z-index: 99999999999; */
}

.navPillsWrap .customNavPrev,
.navPillsWrap .customNavNext {
    position: relative;
    display: none;
}

.navPillsWrap .customNavPrev.disabled,
.navPillsWrap .customNavNext.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.nav-pills {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: max-content;
    margin-top: 101px;
    flex-wrap: nowrap;
    overflow: auto;
}

.nav-item .nav-link {
    padding: 9px 46px;
    min-width: 198px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #808080 !important;
    background-color: transparent !important;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    color: var(--blueColor) !important;
    border-color: var(--blueColor);
}

.overview {
    padding: 80px 0 92px;
}

.overview__head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 39px;
}

.overview__logo {
    width: 71px;
    height: 71px;
}

h3.overview__subH {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 124%;
    margin-bottom: 20px;
}

.overview__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

.overview__button {
    margin-bottom: 20px;
}

.overview__button a,
.overview__button {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.overview__listCon {
    padding: 24px 24px 25px;
    background: rgba(12, 89, 169, 0.08);
}

.overview__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.overview__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.overview__icon {
    width: 16px;
    height: 16px;
}

.overview__itemText {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    opacity: 0.7;
}

.amnt {
    padding: 100px 0;
    background-color: var(--lightBlueColor);
}

.amnt__subheading {
    margin-bottom: 27px;
}

h2.amnt__h {
    margin-bottom: 26px;
}

.amnt__desc p {
    font-weight: 300;
    color: var(--black);
    opacity: 0.8;
}

h3.overview__list_h {
    margin-bottom: 18px;
}

.amnt__list {
    display: flex;
    flex-wrap: wrap;
}

.amnt__item {
    width: calc(100% / 3);

    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 11px;
    position: relative;
}

.amnt__item::before {
    content: '';
    position: absolute;
    top: 0;
    width: 80%;
    height: 1px;
    border-top: 1.0796px solid #DADADA;
    display: block;
}

.amnt__item::after {
    border-right: 1.0796px solid #DADADA;
    content: '';
    position: absolute;
    right: 0;
    height: 80%;
    width: 1px;
    display: block;
}

.amnt__item:nth-child(1)::before,
.amnt__item:nth-child(2)::before,
.amnt__item:nth-child(3)::before {
    display: none;
}

.amnt__item:last-child::after,
.amnt__item:nth-child(3n)::after {
    display: none;
}

.amnt__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*justify-content: center;
     width: 165px;
    height: 140px; */
    width: 100%;
    height: 100%;
    padding: 0 12px;
}

.amnt__icon {
    width: 50px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.amnt__box:hover .amnt__icon {
    transform: scale(1.2);
}

.amnt__box .amnt__icon img {
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(5600%) hue-rotate(201deg) brightness(96%) contrast(91%);
}

.amnt__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    word-break: break-word;
}



.relPort {
    padding: 120px 0;
    background-color: var(--lightBlueColor);
}

.relPort__topRow {
    margin-bottom: 50px;
    align-items: flex-end;
}

.relPort__arr_con {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-end;
}

.portCard--v1 {
    margin: 4px;
    margin-right: 8px;
    border-radius: 12px;
    min-height: max-content;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .4);
    transition: 0.3s ease;
}

.portCard--v1:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
}

.portCard--v1 .portCard__img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.portCard a {
    text-decoration: none;
}

.portCard__img {
    height: 211px;
    position: relative;
    overflow: hidden;
    display: block;
}

.portCard__img::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 76.88%);

}

.portCard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portCard__date {
    position: absolute;
    left: 15.4px;
    bottom: 15.4px;
    z-index: 2;
    padding: 7.7px 12.32px;

    background: rgba(255, 255, 255, 0.2);
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;

    color: var(--white);
    /* display: none; */
}

.portCard__contentWrap {
    padding: 16px 16px 26px;
    background-color: rgba(12, 89, 169, 0.05);
}

.portCard--v2 .portCard__contentWrap {
    background-color: var(--white);
}

.portCard__content {
    display: block;
}

.portCard__h {
    font-weight: 700;
    font-size: 20px;
    line-height: 155%;
    /* text-transform: capitalize; */
    color: var(--black);
    transition: 0.3s ease;
}

.portCard__content .portCard__h {
    margin-bottom: 5px;
}

.portCard__content:hover .portCard__h {
    color: var(--blueColor);
}

.relPort__slide_h {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portCard__loc {
    display: flex;
    align-items: center;
    gap: 10.7px;
    margin-bottom: 8.21px;
}

.portCard__locIcon {
    width: 22px;
    height: 22px;
    background: rgba(12, 89, 169, 0.1);
    border-radius: 10.782px;
    color: var(--blueColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portCard__locText {
    font-weight: 400;
    font-size: 15.4028px;
    line-height: 150%;
    color: #333333;
    transition: 0.3s ease;
}


.portCard__content:hover .portCard__locText {
    color: var(--blueColor);
}

.portCard__button.ah__button__underlined a {
    color: var(--blueColor);
}

.portCard__button.ah__button__underlined span {
    color: currentColor;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.05em;
}

.portCard__button.ah__button__underlined::before,
.portCard__button.ah__button__underlined::after {
    background-color: var(--blueColor);
    bottom: -5px;
    z-index: 2;
}

.portCard__button.ah__button svg {
    transition: 0.3s ease;
}

.portCard__button.ah__button:hover svg {
    transform: rotate(45deg);
}

/* ========================== POLICY GUIDELINES ========================== */

.policy_guidelines h1,
.policy_guidelines h2,
.policy_guidelines h3,
.policy_guidelines h4,
.policy_guidelines h5,
.policy_guidelines h6 {
    margin-bottom: 16px;
}

.policy_guidelines h2 {
    font-size: 30px;
    line-height: 124%;
}

.policy_guidelines p {
    font-style: normal;
    font-weight: 300;
    color: var(--black);
    opacity: 0.5;
    margin-bottom: 40px;
}

.policy_guidelines ul:last-child,
.policy_guidelines p:last-child {
    margin-bottom: 0;
}

.policy_guidelines ul {
    margin-bottom: 40px;
}

.policy_guidelines li:first-child {
    padding-top: 0;
}

.policy_guidelines li {
    --pad: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.5;
    padding: var(--pad) 0;
    padding-left: 28px;
    position: relative;
}


.policy_guidelines li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15.5px;
    height: 8.5px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50076 8.0012C8.50076 8.1932 8.42779 8.38523 8.28079 8.53123L1.28079 15.5312C0.987785 15.8242 0.51275 15.8242 0.21975 15.5312C-0.07325 15.2382 -0.07325 14.7632 0.21975 14.4702L6.68972 8.00022L0.219749 1.53025C-0.0732506 1.23725 -0.0732507 0.762215 0.219749 0.469214C0.512749 0.176214 0.987785 0.176214 1.28078 0.469214L8.28079 7.46921C8.42779 7.61721 8.50076 7.8092 8.50076 8.0012Z' fill='%230C59A9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.policy_guidelines li:first-child::before {
    top: calc(50% - (var(--pad) / 2));
}

.policy_guidelines li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border: 1px solid #E0E0E0;
}

.page-template-policy-guidelines-template {
    padding-top: var(--menu-height);
    background-color: rgb(12, 89, 169, 0.05);
}

.policy_guidelines {
    padding: 100px 0;
}

.policy_guidelines_row {
    margin: 0;
}

.policy_guidelines_col {
    background-color: var(--white);
    padding: 50px;
    padding-right: 67px;
}

/* ========================== 404 PAGE ========================== */
.error-404 {
    padding-top: calc(var(--menu-height) + 150px);
    padding-bottom: 100px;
}

.heading_404 {
    font-size: 320px;
    margin-bottom: 120px;
    color: var(--blueColor) !important;
}


/* Modal */

/* ========================== MEDIA QUERY ========================== */

/* Min Query */
@media (min-width: 320px) {}

@media (min-width: 380px) {}

@media (min-width: 420px) {}

@media (min-width: 480px) {}

@media (min-width: 557px) {}

@media (min-width: 576px) {}

@media (min-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 991px) {
    .management__img {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .b_lms--v4 .b_lms__img {
        max-height: 468px;
    }
}

@media (min-width: 1400px) {
    .nCards__col {
        max-width: 361px;
        flex: 0 0 361px;
    }

    .nCards__col::after {
        right: -55px;
    }

    .hlf__slide_h {
        min-height: unset;
    }
}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {
    .no_mr_pd {
        padding-left: 0;
        padding-right: 0;
    }

    .no_mr_pd .row {
        margin-left: 0;
        margin-right: 0;
    }

    .no_mr_pd .row>div {
        padding-left: 0;
        padding-right: 0;
    }

    .policy_guidelines_con {
        padding: 0;
    }

    .b_lms__left_col {
        max-width: 586px;
        flex: 0 0 586px;
    }

    .b_lms--v2 .b_lms__left_col {
        max-width: 579px;
        flex: 0 0 579px;
    }

    .b_lms--v3 .b_lms__left_col {
        max-width: 659px;
        flex: 0 0 659px;
    }

    .b_lms--v4 .b_lms__left_col {
        max-width: 534px;
        flex: 0 0 534px;
    }

    .b_lms__right_col {
        max-width: 636px;
        flex: 0 0 636px;
        margin-left: auto;
    }

    .b_lms--v3 .b_lms__right_col {
        max-width: 490px;
        flex: 0 0 490px;
    }

    .boardMembers__btmRow {
        gap: 32px;
    }

    .boardMembers__col {
        max-width: 412px;
    }

    .wcu__left_col {
        max-width: 526px;
        flex: 0 0 526px;
    }

    .wcu__right_col {
        max-width: 748px;
        flex: 0 0 748px;
        margin-left: auto;
    }

    .svrList__btmRow {
        gap: var(--gap);
    }

    .svrList__btmRow .col-lg-6 {
        max-width: calc(50% - var(--gap));
        flex: 0 0 calc(50% - var(--gap));
    }

    .svrList__btmRow .col-lg-7 {
        max-width: 745px;
        flex: 0 0 745px;
    }

    .svrList__btmRow .col-lg-5 {
        max-width: 526px;
        flex: 0 0 526px;
    }

    .svrList__btmRow .col-lg-4 {
        max-width: 414px;
        flex: 0 0 414px;
    }

    .cntBlk__leftCol {
        max-width: 572px;
        flex: 0 0 572px;
    }

    .cf__topCol {
        max-width: 649px;
        flex: 0 0 649px;
    }

    .cf__btmCol:first-child {
        max-width: 615px;
        flex: 0 0 615px;
    }

    .cf__btmCol:last-child {
        max-width: 613px;
        flex: 0 0 613px;
        margin-left: auto;
    }

    .cntBlk--v2 .cntBlk__bottomRow>div {
        max-width: 252px;
        flex: 0 0 252px;
        margin-left: auto;
    }

    .cntBlk--v2 .cntBlk__bottomRow>div:first-child {
        margin-left: unset;
    }

    .cntBlk--v2 .cntBlk__bottomRow>div:last-child {
        max-width: 171px;
        flex: 0 0 171px;
    }

    .newsList__btmTop {
        gap: 50px 28px;
    }

    .newsList__btmTop>div {
        max-width: 415px;
        flex: 0 0 415px;
    }

    .fnews__col--primary {
        max-width: 750px;
        flex: 0 0 750px;
    }

    .fnews__col--secondary {
        max-width: 522px;
        flex: 0 0 522px;
        margin-left: auto;
    }

    .newsDetails__leftCol {
        max-width: 524px;
        flex: 0 0 524px;
    }

    .newsDetails__rightCol {
        max-width: calc(666px + 38px);
        flex: 0 0 calc(666px + 38px);
        margin-left: auto;
    }

    .cenv__leftCol {
        max-width: 389px;
        flex: 0 0 389px;
    }

    .cenv__rightCol {
        max-width: 883px;
        flex: 0 0 883px;
        margin-left: auto;
    }

    .kb__col:first-child {
        max-width: 542px;
        flex: 0 0 542px;
    }

    .kb__col:last-child {
        max-width: 689px;
        flex: 0 0 689px;
        margin-left: auto;
    }

    .cg__leftCol {
        max-width: 591px;
        flex: 0 0 591px;
        margin-right: auto;
    }

    .cg__rightCol {
        max-width: 638px;
        flex: 0 0 638px;
    }

    .jform--v2 {
        padding-bottom: 115px;
    }

    .jform--v2 .form {
        --gap: 55px;
    }

    .jform--v2 .form__row:nth-child(3) {
        margin-bottom: 50px;
    }

    .jobsList--v2 .jobsList__card__date {
        height: 37px;
    }

    .amnt__col:first-child {
        max-width: 613px;
        flex: 0 0 613px;
    }

    .amnt__col:last-child {
        max-width: 579px;
        flex: 0 0 579px;
        margin-left: 69px;
    }

    .overview__leftCol {
        max-width: 790px;
        flex: 0 0 790px;
    }

    .overview__rightCol {
        max-width: 417px;
        flex: 0 0 417px;
        margin-left: auto;
    }

    .teamMemberModal__col:first-child {
        max-width: 515px;
        flex: 0 0 515px;
    }

    .teamMemberModal__col:last-child {
        max-width: 625px;
        flex: 0 0 625px;
        margin-left: auto;
    }

    .cenv__img--big {
        width: 530px;
    }
}

@media (min-width: 1601px) {}

@media (min-width: 1700px) {}

@media (min-width: 1920px) {}

/* Max Query */
@media (max-width: 1920.98px) {}

@media (max-width: 1700.98px) {}

@media (max-width: 1601.98px) {}

@media (max-width: 1600.98px) {}

@media (max-width: 1440.98px) {
    .boardMembers__img {
        height: 500px;
    }
}

@media (max-width: 1400.98px) {

    .portListMap,
    .amnt,
    .overview,
    .relPort,
    .relNews,
    .linkedPosts,
    .newsList,
    .fnews,
    .cf,
    .jform,
    .jobsList,
    .cg,
    .kb,
    .cenv,
    .policy_guidelines,
    .relServ,
    .cntBlk,
    .faqs,
    .srvList,
    .wcu,
    .b_lms--v3,
    .boardMembers,
    .management,
    .b_lms--v1,
    .vl_list,
    .csr {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .b_lms--v2 {
        padding-top: 80px;
    }

    .jobDetail {
        padding-bottom: 80px;
    }

    .nav-pills {
        margin-top: 80px;
    }

    .jobDetail__shareRow,
    .faqs__row_btm,
    .vl_list__row_btm {
        margin-top: 50px;
    }

    .newsDetails__btmRow,
    .nGall,
    .nCards,
    .b_lms--v4,
    .csr__desc {
        margin-bottom: 80px;
    }

    .form__filetxt {
        font-size: 25px;
    }

    .jobsList__card__h {
        font-size: 24px;
        max-width: 430px;
    }

    .nCard {
        padding-right: 15px;
    }

    .wcu_list__rightCol {
        width: 47.03%;
    }
}

@media (max-width:1200px) {
    .vl_list__list_content_wrap {
        gap: 0 50px;
        max-width: 75%;
    }

    .vl_list__list_item {
        padding: 30px 0;
    }

    .vl_list__list_item:last-child {
        padding-bottom: 30px;
    }

    .management__topRow {
        margin-bottom: 50px;
    }

    #customCursor .mf-cursor-media,
    .management__img {
        width: 160px;
        height: 206px;
        border-radius: 127px;
    }

    .teamMemberModal__dialog {
        padding-left: 12px;
        padding-right: 12px;
    }

    .fnews__content--big {
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 50px;
    }

    .fnews__arrow {
        right: 15px;
    }

    .fnews__title--small {
        margin-top: 15px;
    }
}

@media (max-width: 1200.98px) {
    .boardMembers__content {
        padding: 15px;
        width: calc(100% - 20px);
    }


    .kb__list_item {
        padding: 30px 0;
    }


    .customDotsNavCon {
        max-width: calc(500px + (var(--mlr) * 2));
    }
}

@media (max-width: 992.98px) {}

@media (max-width: 991.98px) {

    .vl_list__list_num {
        font-size: 22px;
    }

    .vl_list__list_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vl_list__list_content_wrap {
        gap: 0 30px;
        max-width: 65%;
    }

    .boardMembers__btmRow {
        gap: 30px 0;
    }

    .boardMembers__name,
    .management__name {
        font-size: 25px;
    }

    .boardMembers__designation,
    .management__designation {
        font-size: 18px;
    }

    .teamMemberModal__title {
        font-size: 30px;
    }

    .teamMemberModal__desg {
        font-size: 20px;
    }

    .teamMemberModal__bio h2 {
        font-size: 24px;
    }

    .wcu__content {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .relServ__topRow {
        margin-bottom: 50px;
    }

    .relServ__slide {
        height: 400px;
    }

    .relServ__slide_content {
        left: 15px;
        width: calc(100% - 15px);
    }

    .cntBlk__card-info {
        font-size: 18px;
    }

    .b_lms--v4 {
        margin-top: 0;
    }

    .b_lms--v4 h2.b_lms__h {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .b_ims_v4_ims_list__item {
        margin-bottom: 30px;
    }

    .b_ims_v4_ims_list__list {
        margin-bottom: 30px;
    }

    .policy_guidelines_col {
        padding: 40px;
    }

    .cenv__desc {
        margin: 30px 0;
    }

    .cg__desc {
        margin-top: 50px;
    }

    .cenv__images {
        gap: 30px;
    }

    .cenv__img {
        width: 100%;
    }

    .kb__list_item {
        padding: 15px 0;
    }

    .jform .form__row:nth-child(1),
    .jform .form__row:nth-child(2),
    .jform .form__row:nth-child(3),
    .jform .form__row:nth-child(4) {
        margin-bottom: 40px;
    }


    .jobsList__rowBtm {
        /* overflow-y: hidden;
        overflow-x: auto; */
        margin-top: 50px;
    }

    /* .jobsList__col {
        min-width: 960px;
    } */

    .jobsList__button--link,
    .jobsList__card__loc {
        margin-left: 25px;
    }

    .jobsList__card__h {
        max-width: 280px;
    }

    .svrList__card__img {
        height: 450px;
    }

    .cf__topRow {
        margin-bottom: 30px;
    }

    .form--cu .form__row:nth-child(1),
    .form--cu .form__row:nth-child(2),
    .form--cu .form__row:nth-child(3),
    .form--cu .form__row:nth-child(4) {
        margin-bottom: 30px;
    }

    .form__accWrap {
        margin-top: 0;
    }

    .newsList__button {
        margin-top: 20px;
    }

    .newsList__btmTop {
        gap: 30px 0;
    }

    .newsDetails__content {
        padding-right: 0;
    }

    .newsDetails__content_h {
        font-size: 24px;
        max-width: 100%;
    }

    .nCard__icon {
        width: 60px;
        height: 60px;
    }

    .nCard__title {
        font-size: 24px;
    }

    .heroSliderWrap {
        --slideHeight: 600px;
    }

    .customDotsNavCon {
        max-width: calc(350px + (var(--mlr) * 2));
    }

    .heroSlider__title {
        font-size: 40px;
    }

    h3.overview__subH {
        font-size: 25px;
    }

    .overview__head {
        margin-bottom: 25px;
    }

    .overview__list {
        gap: 20px;
    }

    .nav-item .nav-link {
        padding: 9px 30px;
        font-size: 18px;
        min-width: unset;
    }

    .map-container {
        gap: 10px;
        height: 550px;
    }

    .jobs-list {
        width: 40%;
    }

    .mapcontanermain {
        width: 60%;
    }

    .management__img {
        display: none;
    }

    .form {
        --gap: 15px;
    }
}

@media (max-width: 850.98px) {}

@media (max-width: 768.98px) {

    .portListMap,
    .amnt,
    .overview,
    .relPort,
    .relNews,
    .linkedPosts,
    .newsList,
    .fnews,
    .cf,
    .jobDetail,
    .jform,
    .jobsList,
    .cg,
    .kb,
    .cenv,
    .policy_guidelines,
    .relServ,
    .cntBlk,
    .faqs,
    .srvList,
    .wcu,
    .b_lms--v3,
    .boardMembers,
    .management,
    .b_lms--v1,
    .vl_list,
    .csr {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .b_lms--v2 {
        padding-top: 50px;
    }

    .newsDetails__btmRow,
    .nGall,
    .nCards,
    .b_lms--v4 {
        margin-bottom: 50px;
    }

    .nav-pills {
        margin-top: 50px;
    }


    .jobDetail {
        padding-top: 30px;
    }

    .management__card {
        height: 100px;
    }

    .management__img {
        width: 150px;
        height: 200px;
        border-radius: 126px;
    }

    .jobDetail__shareRow,
    .faqs__row_btm,
    .srvList__btmCon {
        margin-top: 30px;
    }

    .accordion-item {
        padding: 15px 0;
    }

    .wcu_list__item {
        padding: 15px 0;
    }

    .svrList__card__content {
        left: 15px;
    }

    .relServ__slide {
        height: 350px;
    }

    .policy_guidelines_col {
        padding: 30px;
    }

    .jobDetail__desc li::after,
    .policy_guidelines li::after {
        width: 75%;
    }

    .form__fileMask {
        gap: 10px;
    }

    .form__filetxt {
        font-size: 22px;
    }

    .newsDetails__topRow,
    .jform__btmTop {
        margin-top: 30px;
    }

    .jobsList__card {
        padding: 20px 10px;
    }

    .jobsList__rowBtm {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .jobsList__rowBtm .jobsList__col {
        min-width: 750px;
    }

    .svrList__card__img {
        height: 350px;
    }

    .jobDetail__desc li {
        --pad: 15px;
    }

    .newsDetails__topRow,
    .relNews__topRow,
    .linkedPosts__rowTop,
    .newsList__rowTop,
    .fnews__rowTop {
        margin-bottom: 30px;
    }

    .newsDetails__rightCol {
        padding-top: 30px;
    }

    .newsList__card__img {
        height: 250px;
    }

    .relPort__topRow {
        margin-bottom: 30px;
    }

    .cntBlk__card-icon:hover {
        transform: scale(1);
    }
}

@media (max-width: 767.98px) {
    h2.b_lms__h {
        margin: 30px 0;
    }

    .b_lms--v4 h2.b_lms__h {
        margin-top: 15px;
    }

    .b_lms--v3 .b_lms__img,
    .b_lms__img {
        margin-top: 30px;
    }

    .csr__desc {
        margin-bottom: 30px;
    }

    .b_lms--v3__subheading,
    .b_lms--v2__subheading {
        margin-bottom: 0;
    }

    .vl_list__row_top {
        min-height: unset;
        padding: 0;
    }

    .csr__arr_con {
        justify-content: flex-start;
    }

    .hlf__slide_h {
        font-size: 18px;
    }

    .hlf__slide_content {
        padding: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
    }

    .vl_list__list_item {
        flex-wrap: wrap;
    }

    .vl_list__list_img {
        width: 100%;
    }

    .vl_list__list_content_wrap {
        max-width: 100%;
        margin-top: 30px;
    }

    .csr__top_col-1 {
        order: 1;
    }

    .csr__top_col-2 {
        order: 3;
    }

    .csr__top_col-3 {
        order: 2;
    }

    .vl_list__row_btm {
        margin-top: 30px;
    }

    .teamMemberModal__details {
        padding: 30px;
    }

    .teamMemberModal__close {
        width: 35px;
        height: 35px;
    }

    .teamMemberModal__close svg {
        width: 20px;
    }

    .wcu__content {
        margin-top: 30px;
    }

    .wcu_list__leftCol,
    .wcu_list__rightCol {
        width: 100%;
    }

    .wcu_list__rightCol {
        margin-top: 30px;
    }

    .relServ__arr_con {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .cg__desc {
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .kb__rowTop {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .kb__listWrap {
        margin-top: 30px;
    }

    .cenv__images {
        flex-wrap: wrap;
    }

    .jobsList__arr_con {
        margin-top: 30px;
        justify-content: flex-start;
    }

    .cf__btmCol:first-child {
        margin-bottom: 30px;
    }

    .fnews__col--primary {
        margin-bottom: 30px;
    }

    .fnews__content--big {
        bottom: 15px;
    }

    .fnews__date {
        margin: 8px 0 8px;
    }

    .fnews__thumb--big {
        min-height: 250px;
    }

    .nCards__col:nth-child(n+3)::after,
    .nCards__col::after {
        right: unset;
        left: -12px;
        display: block;
    }

    .nCards__col:nth-child(odd)::after {
        display: block;
    }

    .relNews__arr_con {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .error-404 {
        padding-top: calc(var(--menu-height) + 50px);
        padding-bottom: 50px;
    }

    .heading_404 {
        font-size: 250px;
        margin-bottom: 0;
    }

    .customDotsNavWrap {
        flex-wrap: wrap;
    }

    .heroSlider__content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .customDotsNavCon {
        max-width: 100%;
    }

    .customDot {
        width: 100%;
    }

    .relPort__arr_con {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .amnt__col:last-child {
        margin-top: 30px;
    }

    .nav-item .nav-link {
        padding: 9px 18px;
        font-size: 16px;
    }

    .map-container {
        flex-direction: column;
        height: 100%;
        gap: 20px;
    }

    .jobs-list,
    .mapcontanermain {
        width: 100%;
    }

    #jobs-container {
        height: 500px;
    }

    .mapcontanermain {
        height: 400px;
    }

    .management__designation {
        padding-left: 5px;
    }

    #jobs-container.notFoundCon {
        height: auto;
        padding: 50px 0;
    }

    .notFounMsg {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
#country-flags-container, .page-template-contact-us-template #country-flags-container {
    right: unset;
    left: 20px;
    top: 68px;
}
    .boardMembers__name,
    .management__name {
        font-size: 20px;
    }

    .boardMembers__designation,
    .management__designation {
        font-size: 16px;
    }

    h2.b_lms__h {
        margin: 15px 0;
    }

    .vl_list__list_content_wrap {
        gap: 0 15px;
    }

    .b_lms--v2::before {
        height: 80%;
    }

    .teamMemberModal__title {
        font-size: 28px;
    }

    .teamMemberModal__desg {
        font-size: 18px;
    }

    .teamMemberModal__dialog {
        /* padding: 4px; */
        padding: 12px;
    }

    .teamMemberModal__details {
        padding: 20px;
    }

    .jobDetail__desc li::after,
    .policy_guidelines li::after {
        width: 85%;
    }

    .jform .form__row:nth-child(1),
    .jform .form__row:nth-child(2),
    .jform .form__row:nth-child(3),
    .jform .form__row:nth-child(4) {
        margin-bottom: 30px;
    }

    .form__row {
        flex-wrap: wrap;
    }

    .form__col {
        width: 100%;
    }

    .form__filetxt {
        font-size: 18px;
    }

    .jform .form__sub {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .careerDetail__meta .jobsList__card__loc {
        width: 100%;
        margin-left: 0;
    }

    .nCards__col:nth-child(n+3)::after,
    .nCards__col::after {
        display: none;
        border-right: 0;
    }

    .nCards__col::before {
        content: '';
        position: absolute;
        top: 0;
        display: block;
        right: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #D9D9D9;
    }

    .nCards__col:first-child:before {
        display: none;
    }

    .nCards__col:nth-child(even)::after {
        display: block;
        right: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #D9D9D9;
    }

    .nCard {
        padding: 30px 0 0px;
    }

    .nCards__col:first-child .nCard {
        padding-top: 0;
    }

    .nCard__desc {
        margin-top: 15px;
    }

    .heading_404 {
        font-size: 130px;
    }

    .policy_guidelines_col {
        padding: 20px;
    }

    .overview__listCon {
        padding: 15px;
    }

    .overview__logo {
        width: 55px;
        height: 55px;
    }

    .nav-pills {
        width: 100%;
    }

    .search-container {
        margin: 14px;
        width: 180px;
        height: 45px;
    }

    .hlf__slide_h {
        min-height: unset;
    }

}


@media (max-width: 480.98px) {
    .b_lms--v2::before {
        height: 90%;
    }
}

@media (max-width: 420.98px) {
    .management__topRow {
        margin-bottom: 30px;
    }

    .csr__subheading>span {
        max-width: 80%;
    }

    .csr__subheading.ah__subheading:after {
        /* left: 65%; */
        left: 180px;
    }
}

@media (max-width: 380.98px) {}

@media (max-width: 320.98px) {}