@import url('../css/header.css');
@import url('../css/main-page.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
:root {
    /* Colors: */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-blue: #16229e;
    /* Font/text values */
    --font-family: 'Poppins', sans-serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.section-space {
    clear: both;
    padding: 100px 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Light);
    line-height: var(--line-height-50);
    font-size: var(--font-size-48);
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-28);
    font-size: var(--font-size-16);
    font-weight: 300;
    margin-bottom: 10px;
    text-align: justify;
}

.main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Bold);
    line-height: var(--line-height-50);
    font-size: var(--font-size-45);
    padding: 15px 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
}

.dropdown-menu {
    border: 0;
}

/* swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* video */

/* END Optional styles */

.video-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: loca-column;
    justify-content: center;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

/* location */

.main-heading {
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 0;
}

.main-title-area {
    padding: 55px 0px;
}

.cuntry-location {
    padding: 1rem 4rem;
    margin: 0 auto;
    text-align: center;
}

.cuntry-name {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

a#zoomIn {
    text-decoration: none;
}

.loca-column {
    display: inline-block;
    text-align: center;
}

figure {
    overflow: hidden;
}

.loca-column img {
    display: block;
    width: 100%;
}

.loca-column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.loca-column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*Zoom Out*/

.loca-column#zoomOut img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.loca-column#zoomOut:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* current-location */

.current-location {
    background: #e6e6e6;
    position: relative;
}

.current-Location-sectoin {
    padding: 3rem 2rem;
}

ul.C-locatoin-list {
    padding: 15px 0;
}

ul.C-locatoin-list li {
    list-style: none;
    text-align: left;
    padding: 10px 0px;
}

ul.C-locatoin-list li a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
}

.C-location-Name span {
    font-size: 23px;
    color: #16229e;
    text-align: left;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}

.C-location-Name {
    text-align: left;
}

.swiper.currentLocation {
    padding-bottom: 8rem;
}

ul.C-locatoin-list li span {
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    height: 90px;
}

.swiper.currentLocation .swiper-slide {
    border-radius: 10px !important;
    box-shadow: -1px 9px 0px #d8d8d8;
    justify-content: start;
}

ul.C-locatoin-list li img {
    width: 20px;
    margin-right: 10px;
}

.click-here {
    text-align: left;
}

.click-here span {
    text-align: center;
    float: right;
    position: relative;
    top: -4px;
}

.click-here a {
    vertical-align: middle;
    text-decoration: none;
    color: #16229e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    position: relative;
    background: #16229e;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    position: absolute;
    content: "";
    top: -7px;
    left: -8px;
    bottom: 0;
    border: 1px solid #16229e;
    border-radius: 100px;
    padding: 13px;
}

.swiper.currentLocation .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
    background: #222;
    opacity: 1;
}

.current-location:after {
    position: absolute;
    content: "";
    top: 46%;
    border: 1px solid #000;
    width: 100%;
}

.view-all-button {
    text-align: center;
    background: #16229e;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    clear: both;
    z-index: 999;
    padding: 22px 19px;
    transition: 0.7s;
    outline: 0;
    border: 0;
}

button.view-all-button {
    padding: 10px 25px;
    margin-left: 0;
    border-radius: 0;
}

.view-all-option {
    margin-top: 73px;
}

.view-all-button img {
    margin-left: -36px;
    margin-right: 10px;
    height: 34px;
    object-fit: contain;
}

.view-all-button:hover {
    box-shadow: 4px 6px #96979b;
    transition: 0.7s;
    outline: 0;
    border: 0;
    color: #fff;
}

/* a-time-efffect */

.icon-are img {
    width: 55px;
    text-align: center;
    margin: 0 auto;
}

.icon-are {
    text-align: center;
}

.time-efficient-inner {
    padding: 9rem 0px;
    text-align: center;
    padding-bottom: 0;
}

.time-efficient-text span {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.time-efficient-text {
    padding: 2rem 4rem;
}

.container-70 {
    max-width: 70%;
}

.time-efficient-inner.second {
    position: relative;
}

.time-efficient-inner.second:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 138px;
    border-left: 1px solid #656565;
}

.border-style1 {
    border-bottom: 1px solid #656565;
    width: 50%;
    text-align: right;
    margin-right: 0;
    float: right;
    position: relative;
    border-left: 1px solid #656565;
    height: 120px;
}

section.asasas {
    padding-bottom: 14rem;
}

.border-style2 {
    border-bottom: 1px solid #656565;
    height: 120px;
    position: relative;
    margin-bottom: 43px;
}

.border-style3 {
    border-bottom: 1px solid #656565;
    width: 50%;
    text-align: right;
    margin-right: 0;
    border-right: 1px solid #656565;
    height: 120px;
}

.border-style2:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 120px;
    border-left: 1px solid #656565;
    left: 50%;
}

.about-career-asket {
    text-align: left !important;
}

.about-career-asket .main-title-area {
    padding: 25px 0px;
    padding-top: 10px;
}

.about-career-asket .main-title-area .main-heading {
    text-align: left;
    margin-bottom: 20px;
}

.about-career-asket {
    padding: 50px 120px;
    border-left: 2px solid #656565;
    padding-left: 50px;
}

p.intro-career-basket {
    font-size: 18px;
    font-weight: 600;
    color: #1c1e9a;
    padding: 30px 0px;
    margin-bottom: 0;
}

.services-inner p.intro-career-basket {
    padding: 0;
    padding-bottom: 15px;
}

.services-inner p.intro-career-basket a {
    font-size: 18px;
    font-weight: 600;
    color: #1c1e9a;
    text-decoration: none;
}

.sub-title span {
    color: #7a7a7a;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}

section.career-basket {
    position: relative;
    padding: 100px 0px;
}

section.career-basket:after {
    position: absolute;
    content: "";
    bottom: 58%;
    left: 50%;
    height: 49%;
    z-index: -1;
    border-left: 1px solid #656565;
}

.about-img {
    text-align: right;
}

.read-more-btn {
    margin-top: 53px;
}

.C-B-aboutus {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

/* counter */

.container.container-70.counter-container {
    border: 1px solid #656565;
    padding: 40px 0px;
}

.counter-inner {
    text-align: center;
}

h4.counter {
    font-size: 40px;
    color: #1c1e9a;
    font-weight: 200;
    position: relative;
}

.counter-inner p {
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    text-align: inherit;
}

h4.counter:after {
    position: absolute;
    content: "+";
}

h4.counter.no-plus:after {
    display: none;
}

/* backt to top */

#button {
    display: inline-block;
    background-color: #1c1e9a;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 55px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#button::after {
    content: "\F148";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    background-color: #040404;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
    border: 0;
    text-decoration: none;
}

/* back to top new */

.new-back-top {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    margin-bottom: -6rem;
}

.new-back-top img {
    position: relative;
    top: -3rem;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.new-back-top span {
    text-align: center;
    position: relative;
    top: -1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
}

.new-back-top a {
    text-decoration: none;
}

/* about us */

.about-img.services-inner {
    text-align: left;
}

.about-career-asket.services-inner {
    border-right: 2px solid #656565;
    border-left: 0;
}

.services-inner p.intro-career-basket {
    padding-top: 0;
    padding-bottom: 15px;
}

/* .why-us-inner {
    padding-left: 40px;
} */

/* testimonial */

.testimonial .swiper-slide {
    background: #f4f4f4;
    padding: 100px;
    filter: blur(1.5px);
}

.testimonial .swiper-slide.swiper-slide-active {
    filter: blur(0);
}

.testimonial .swiper-slide {
    transform: scale(0.8);
}

.testimonial .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.testimonial.swiper-container {
    padding-bottom: 70px;
}

.testimonial {
    padding-bottom: 100px;
}

.testimonial p {
    text-align: left;
    font-weight: 400;
}

.testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.testimonial .swiper-pagination {
    padding-bottom: 11px;
}

/* footer */

section.footer-section {
    background: #f3f3f3;
    padding-bottom: 0;
}

.ft-menu-list ul {
    padding: 0;
}

.ft-menu-list ul li {
    margin: 6px 0px;
    list-style: none;
}

.ft-menu-list ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.ft-title {
    color: #000;
    font-size: 24px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500;
}

.ft-title:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 20%;
    border-bottom: 2px solid #fff;
}

.ft-menu-list ul li i {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}

.ft-menu-list ul li.linked-icon i {
    color: #0a66c2;
}

.ft-menu-list ul li.fb-icon i {
    color: #3b5998;
}

.ft-menu-list ul li.whatsapp-icon i {
    color: #1b9548;
}

ul.social-midea li {
    float: left;
    margin-right: 15px;
}

/* .address li {
    display: flex;
} */

.ft-menu-list ul li a:hover {
    text-decoration: underline;
}

.ft-menu-list ul li a span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

/* copyright */

.copy-right {
    background: #f3f3f3;
}

.copyright {
    margin-bottom: 0px;
    padding: 15px 0px;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.copyright.crafted-by {
    text-align: right;
}

.copyright.crafted-by a {
    text-decoration: none;
    color: #000;
}

/* bredcrume */

.breadcrumb {
    position: relative;
    top: 12px;
    background: #409cc7a3;
    padding: 10px 50px;
    width: fit-content;
    padding-left: 21px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.7px;
    position: relative;
}

.breadcrumb li a i {
    font-size: 18px;
    position: relative;
    top: -3px;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.breadcrumb li {
    color: #fff;
    line-height: 25px;
}

section.breadcrumb-section {
    height: 167px;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* about-us page */

.main-title-area.text-left {
    padding: 30px 0px;
}

.text-left h2.main-heading {
    text-align: left;
}

.profile-inner {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    padding-left: 50px;
    border-left: 2px solid #656565;
}

.our-team {
    background: #fbfbff;
    padding: 40px 0px;
}

.swiper-pagination {
    margin-bottom: 21px;
}

.Teamswiper {
    padding-bottom: 100px;
}

.team-inner-section {
    box-shadow: none;
    margin: 31px 1px;
    border-radius: 5px;
    padding: 0px 20px;
    background: #fff;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    text-align: center;
    border-radius: 100px;
    border: 2px solid #2a8b48;
    margin-top: 35px;
}

.team-content-inner {
    padding: 21px 1px;
}

.team-member h3.team-title {
    text-align: center;
    font-size: 25px;
    color: #000;
}

.designation {
    font-size: 20px;
    line-height: 43px;
    color: #16229e;
}

.vision-mision {
    background-image: url(../images/vision-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 600px;
    color: #fff;
}

.vision-mision .about-career-asket.services-inner {
    border: 0;
    padding: 0;
    padding-top: 3rem;
}

.sub-title.new-style {
    margin-bottom: 20px;
}

/* contact-us page */

.breadcrumb-section {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto;
    height: 300px;
    display: -webkit-flex;
    align-items: center;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-page-form {
    background: #fff;
    padding-left: 0px;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}

.contact-page-address {
    padding: 4rem 3rem;
    padding-bottom: 7rem;
    background: #f5f5f5;
    border-radius: 0;
    position: relative;
    z-index: 9999;
    height: 100%;
}

.contact-page-address:after {
    position: absolute;
    width: 57%;
}

.contact-main-page-inner-form {
    padding-left: 2rem;
    padding-top: 2rem;
}

.contact-main-section {
    margin-bottom: 0rem;
    padding: 90px 0px;
}

.contact-page-address ul.address {
    padding-right: 13rem;
}

.contact-page-address a {
    color: #000 !important;
}

.contact-page-address h4.ft-title {
    color: #16229e;
}

/* .contact-page-address i {
    color: #000!important;
} */

.address li p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #201a96;
}

.alinment-center {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    padding-left: 0;
}

.styled-file-select {
    box-sizing: border-box;
    border: 0;
    position: relative;
    margin-top: 27px;
}

.styled-file-select input[type="file"] {
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #f7f7ff;
    opacity: 0;
    font-size: 14px;
    font-weight: 300;
}

.styled-file-select input[type="text"] {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    display: block;
    border: 0;
    outline: none;
    font-size: 16px;
    text-indent: 10px;
    background-color: #f7f7ff;
    margin-bottom: 40px;
}

.styled-file-select span {
    display: block;
    width: 52px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    z-index: 0;
    color: #1c1e9ad1;
    font-size: 24px;
    background: #f7f7ff;
    border: 0;
}

.styled-file-select {
    display: flex;
}

.styled-file-select i {
    border: 0;
}

samp.drop-down-arrow i {
    position: absolute;
    right: 0;
}

select.form-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    right: 0;
    bottom: 0;
    color: #000;
    font-size: 18px;
}

.job-apply-form {
    padding: 25px !important;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 6px #201a9621;
    margin-top: 40px;
    padding-top: 30px;
}

h4.apply-here-text {
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 23px;
}

/* current opening*/

section.current-opening {
    background: #7b75e908;
    padding-bottom: 25rem;
}

div#accordionFlushExample {
    background: transparent;
}

.curent-opening-card {
    clear: both;
}

button.accordion-button.collapsed {
    display: grid;
}

.current-opening-location ul.C-locatoin-list {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.current-opening-location ul.C-locatoin-list li {
    margin-right: 27px;
}

.roles-and-all.details ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 29px;
    color: #424141;
    list-style: none;
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
}

.roles-and-all.details {
    padding-top: 15px;
}

.roles-and-all.details ul {
    padding: 0;
    margin-right: 0;
}

ul.curent-job-post li {
    padding-right: 20px;
    padding-left: 0 !important;
}

ul.curent-job-post {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.roles-and-all p span {
    font-size: 15px;
    font-weight: 500;
    color: #424141;
}

.roles-and-all.details p {
    font-size: 16px;
    font-weight: 400;
    color: #424141;
}

.roles-and-all.details p.rols-heading {
    font-size: 18px;
    font-weight: 600;
    color: #383838;
    margin-top: 40px;
}

.roles-and-all.details ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background-image: url('../images/checked.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

section.current-opening-form {
    margin-top: -20rem;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
    z-index: 9;
}

ul.social-midea li i {
    font-size: 25px;
}

h4.ft-title img {
    width: 35px;
    margin-right: 10px;
}

.show-1920 {
    display: block;
}

.hide-1200 {
    display: none;
}

.click-here a img {
    transition: transform 0.5s ease-in-out;
}

.click-here a:hover img {
    transform: translatex(-15px);
}

.view-all-button:hover img {
    transform: translatex(10px);
}

.view-all-button img {
    transition: transform 0.5s ease-in-out;
}

.job-post-date ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 20px;
}

.job-post-date ul li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
}

.job-post-date {
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: right;
    width: 50%;
    float: right;
    margin-right: 0;
    text-align: right;
    margin-bottom: 15px;
}

.job-post-date ul {
    padding: 0;
    margin: 0;
}

.recent-job-opening ul.curent-job-post {
    display: flex;
    margin: 0;
    padding: 0;
}

.recent-job-opening ul.curent-job-post li {
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 15px !important;
}

ul.curent-job-post li p {
    margin: 0;
    padding: 0;
    font-size: 15px !important;
    color: #464343 !important;
}

ul.curent-job-post li:before {
    display: none;
}

ul.curent-job-post li p span {
    font-size: 14px;
    margin-left: 2px;
    font-weight: 500;
    color: #525393;
}

.all-job-main-page {
    padding-bottom: 50px !important;
}

.accordion-item {
    box-shadow: 1px 1px 11px #201a9621;
    border-radius: 10px;
    border: 0;
}

.all-job-main-page .accordion-button::after {
    display: none;
}

/* whatsapp */

/* CSS Multiple Whatsapp Chat */

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 0px;
    overflow: hidden;
    z-index: 9999;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    opacity: 1;
}

a.blantershow-chat {
    background: #52af57;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 9999;
    bottom: 25px;
    right: 2px;
    font-size: 15px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    padding: 10px 0px;
    border-radius: 0;
    transition: 0.6s;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
    text-align: center;
    margin: 0 auto;
    width: 80px;
}

.header-chat {
    background: #0db971;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}
*/

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 45px;
    outline: none;
    resize: none;
    padding: 10px;
    padding-top: 15px;
    font-size: 14px;
}

a#send-it {
    width: 47px;
    font-weight: 700;
    padding: 6px 12px 0;
    background: #201a96;
}

a#send-it svg {
    fill: #ffffff;
    height: 21px;
    width: 21px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 9px;
    right: 14px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }
    15% {
        background-color: #111;
    }
    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }
    25% {
        background-color: #111;
    }
    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }
    35% {
        background-color: #111;
    }
    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

/* right-side-social */

.right-side-social-midea {
    position: fixed;
    content: "";
    bottom: 22px;
    right: 0;
    z-index: 9999;
}

ul.footer-social-media {
    padding: 0;
    margin: 0;
}

ul.footer-social-media li {
    list-style: none;
    margin-top: 8px;
}

ul.footer-social-media li a i {
    width: 40px;
    padding: 10px 15px;
    height: 40px;
    background: #fff;
    border-radius: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: 0.6s;
}

a.blantershow-chat:hover {
    box-shadow: 1px 1px 8px #222222ad;
    transition: 0.6s;
}

ul.footer-social-media li a i:hover {
    box-shadow: 1px 1px 8px #222222ad;
    transition: 0.6s;
}

ul.footer-social-media li a {
    text-decoration: none;
}

ul.footer-social-media li a i.fa.fa-linkedin {
    color: #fff;
    background: #0a66c2;
}

ul.footer-social-media li a i.fa.fa-facebook {
    color: #fff;
    background: #3e5895;
}

ul.footer-social-media li a i.fa.fa-whatsapp {
    background: #349d3b;
    color: #fff;
    font-size: 26px;
}

.modal-content .job-apply-form .view-all-option {
    margin-bottom: 0;
}

.footer-section ul.address {
    padding-right: 6rem;
}

form button {
    margin-top: 27px;
}

@media screen and (min-device-width: 1800px) and (max-device-width: 2200px) {}

@media screen and (min-device-width: 1501px) and (max-device-width: 1799px) {
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1800px) {
    p {
        font-family: 'Poppins', sans-serif;
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-28);
        font-size: var(--font-size-15);
        font-weight: 300;
        margin-bottom: 10px;
    }
    .show-1920 {
        display: none;
    }
    .hide-1200 {
        display: block;
    }
    .container-70 {
        max-width: 80%;
    }
    .C-location-Name span {
        font-size: 17px;
        color: #16229e;
        text-align: left;
    }
    .video-container video {
        width: 100%;
        height: auto;
        object-fit: cover;
        background-size: cover;
    }
    .vision-mision {
        height: 490px;
        color: #fff;
    }
    .click-here a {
        vertical-align: middle;
        text-decoration: none;
        color: #16229e;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .video-container {
        width: 100%;
        height: auto;
    }
    .main-title-area {
        padding: 25px 0px;
    }
    .main-heading {
        font-weight: 300;
        font-size: 37px;
        margin-bottom: 0;
    }
    .cuntry-location {
        padding: 1rem 2rem;
    }
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    .current-Location-sectoin {
        padding: 35px 15px;
    }
    .click-here a img {
        width: 60px;
    }
    .view-all-option {
        text-align: left;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .testimonial .swiper-slide {
        background: #f4f4f4;
        padding: 40px;
        filter: blur(1.5px);
    }
    .ft-title {
        color: #343434;
        font-size: 20px;
        position: relative;
        margin-bottom: 10px;
        font-weight: 500;
        margin-top: 25px;
    }
    .cuntry-name {
        font-size: 18px;
        font-weight: 400;
    }
    .time-efficient-text {
        padding: 2rem 3rem;
    }
    .time-efficient-text span {
        font-size: 17px;
    }
    p.intro-career-basket {
        font-size: 17px;
        font-weight: 500;
    }
    .services-inner p.intro-career-basket {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .about-career-asket .main-title-area {
        padding: 16px 0px;
        padding-top: 0px;
    }
    .new-back-top img {
        position: relative;
        top: -1rem;
        height: 76px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    section.breadcrumb-section {
        height: 280px;
        display: -webkit-flex;
        align-items: center;
        color: #fff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .main-title-area.text-left {
        padding: 13px 0px;
    }
    .read-more-btn {
        margin-top: 40px;
    }
    .breadcrumb {
        position: relative;
        top: 2rem;
        background: #409cc7;
        padding: 10px 50px;
        width: fit-content;
        padding-left: 21px;
    }
    .breadcrumb li i {
        font-size: 18px;
        position: relative;
        top: -3px;
        clear: both;
        z-index: 9999;
    }
    .job-apply-form {
        margin-top: 0;
    }
    .contact-page-address {
        padding: 3rem 3rem;
        padding-bottom: 7rem;
    }
    .contact-page-address ul.address {
        padding-right: 1rem;
    }
    .contact-main-page-inner-form {
        padding-left: 2rem;
        padding-top: 0;
        margin-top: -25px;
    }
    .team-member img {
        width: 100px;
        height: 100px;
    }
    .footer-section ul.address {
        padding-right: 3rem;
    }
}

/* tab-pro */

@media screen and (min-device-width: 1001px) and (max-device-width: 1199px) {
    p {
        font-family: 'Poppins', sans-serif;
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-28);
        font-size: var(--font-size-15);
        font-weight: 300;
        margin-bottom: 10px;
    }
    /* header */
    a.nav-link {
        font-family: 'Poppins';
        color: #000 !important;
        font-size: 16px;
        padding: 9px 9px !important;
        font-weight: 400;
        text-transform: uppercase;
    }
    .menu-inner {
        clear: both;
        padding-right: 0;
    }
    .main-brand img {
        width: 100%;
        height: 67px;
    }
    .show-1920 {
        display: none;
    }
    section.career-basket {
        position: relative;
        padding: 70px 0px;
    }
    .hide-1200 {
        display: block;
    }
    .container-70 {
        max-width: 80%;
    }
    .C-location-Name span {
        font-size: 17px;
        color: #16229e;
        text-align: left;
    }
    .video-container video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .vision-mision {
        height: 490px;
        color: #fff;
    }
    .click-here a {
        vertical-align: middle;
        text-decoration: none;
        color: #16229e;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .video-container {
        width: 100%;
        height: auto;
    }
    .main-title-area {
        padding: 25px 0px;
    }
    .main-heading {
        font-weight: 300;
        font-size: 37px;
        margin-bottom: 0;
    }
    .cuntry-location {
        padding: 1rem 0rem;
    }
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    .current-Location-sectoin {
        padding: 35px 15px;
    }
    .click-here a img {
        width: 60px;
    }
    .view-all-option {
        text-align: left;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .testimonial .swiper-slide {
        background: #f4f4f4;
        padding: 40px;
        filter: blur(1.5px);
    }
    .ft-title {
        color: #343434;
        font-size: 20px;
        position: relative;
        margin-bottom: 10px;
        font-weight: 500;
        margin-top: 25px;
    }
    .cuntry-name {
        font-size: 18px;
        font-weight: 400;
    }
    .time-efficient-text {
        padding: 2rem 3rem;
    }
    .time-efficient-text span {
        font-size: 17px;
    }
    p.intro-career-basket {
        font-size: 17px;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .about-career-asket .main-title-area .main-heading {
        text-align: left;
        margin-bottom: 0;
    }
    .about-career-asket.services-inner {
        border-right: 2px solid #656565;
        border-left: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .new-back-top {
        width: 150px;
        height: 150px;
        margin-bottom: -4rem;
    }
    .services-inner p.intro-career-basket {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .about-career-asket .main-title-area {
        padding: 16px 0px;
        padding-top: 0px;
    }
    .new-back-top img {
        position: relative;
        top: -1rem;
        height: 76px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    section.breadcrumb-section {
        height: 280px;
        display: -webkit-flex;
        align-items: center;
        color: #fff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .main-title-area.text-left {
        padding: 13px 0px;
    }
    .read-more-btn {
        margin-top: 40px;
    }
    .breadcrumb {
        position: relative;
        top: 2rem;
        background: #409cc7;
        padding: 10px 50px;
        width: 30%;
        padding-left: 21px;
    }
    .breadcrumb li i {
        font-size: 18px;
        position: relative;
        top: -3px;
        clear: both;
        z-index: 9999;
    }
    .contact-page-address {
        padding: 3rem 3rem;
        padding-bottom: 7rem;
    }
    .contact-page-address ul.address {
        padding-right: 1rem;
    }
    .contact-main-page-inner-form {
        padding-left: 2rem;
        padding-top: 0;
        margin-top: -25px;
    }
    .team-member img {
        width: 100px;
        height: 100px;
    }
    .about-career-asket {
        padding: 50px 15px;
        border-left: 2px solid #656565;
        padding-left: 25px;
    }
    .modal-content .job-apply-form {
        box-shadow: none;
        margin-top: 0 !important;
        border: 1px solid #cccccc30;
    }
    .contact-main-section {
        margin-bottom: 0rem;
        padding: 50px 0px;
    }
    .cuntry-flag-section {
        width: 33%;
    }
    .loca-column img {
        width: auto;
        height: 155px;
        object-fit: cover;
    }
    .footer-section ul.address {
        padding-right: 0rem;
    }
}

/* 768  */

@media screen and (min-device-width: 768px) and (max-device-width: 1000px) {
    h1,
    h2,
    h3,
    h4 {
        font-family: var(--font-family-Poppins);
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'Poppins', sans-serif;
    }
    .main-heading {
        font-weight: 300;
        font-size: 35px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
    }
    ul.top-bar-list {
        float: right;
        clear: both;
        padding: 14px 0px;
        padding-bottom: 0;
    }
    ul.top-bar-list li {
        margin-left: 0;
        list-style: none;
        float: left;
        margin-bottom: 10px;
    }
    ul.top-bar-list li img {
        margin-right: 5px;
    }
    ul.top-bar-list li a {
        font-size: 14px;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
    .open-btn {
        background: #1c1e9a;
        border-radius: 0;
        padding: 9px 6px;
        height: 48px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        width: 100%;
    }
    /* section */
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    /* video */
    .video-container {
        width: 100%;
        height: auto;
    }
    .video-container video {
        height: auto;
    }
    .main-title-area {
        padding: 22px 0px;
        margin-bottom: 25px;
    }
    /* cuntry-location */
    .cuntry-location {
        padding: 0rem 0rem;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .cuntry-name {
        font-size: 19px;
        font-weight: 400;
        letter-spacing: 3px;
        padding-top: 15px;
    }
    .current-location {
        padding-left: 20px;
        padding-right: 20px;
    }
    .C-location-Name span {
        font-size: 19px;
        color: #16229e;
        text-align: left;
    }
    .current-Location-sectoin {
        padding: 20px 15px;
    }
    .click-here a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }
    .click-here span img {
        height: 37px;
    }
    .click-here span {
        top: -1px;
    }
    .swiper.currentLocation {
        padding-bottom: 6rem;
    }
    .view-all-option {
        margin-top: 25px;
    }
    .view-all-button {
        font-size: 15px;
        padding: 16px 15px;
        transition: 0.7s;
        outline: 0;
        border: 0;
    }
    .current-location:after {
        left: 0;
    }
    .time-efficient-text {
        padding: 1rem 1rem;
    }
    .time-efficient-inner {
        padding: 3rem 0px;
        margin-top: 54px;
        padding-bottom: 0;
    }
    .time-efficient-inner.second:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
    }
    .time-efficient-inner.third {
        position: relative;
    }
    .time-efficient-inner.third:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
        display: none;
    }
    .time-efficient-text span {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }
    section.career-basket:after {
        display: block;
    }
    .hide-mobile {
        display: block;
    }
    /* career-basket */
    section.career-basket {
        position: relative;
        padding: 50px 0px;
        padding-top: 0;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket .main-title-area {
        padding: 0px 0px;
        padding-top: 10px;
        margin-bottom: 0;
    }
    p.intro-career-basket {
        font-size: 16px;
        font-weight: 500;
        color: #1c1e9a;
        padding: 15px 0px;
        margin-bottom: 0;
    }
    .read-more-btn {
        margin-top: 0;
        margin: 43px 0px;
        margin-left: 15px;
    }
    .container.container-70.counter-container {
        border: 1px solid #656565;
        padding: 0px 0px;
        border: 0;
    }
    h4.counter {
        font-size: 35px;
    }
    .counter-inner p {
        font-size: 14px;
    }
    .about-career-asket.services-inner {
        padding-top: 30px;
    }
    .services-inner p.intro-career-basket {
        padding-top: 9px;
        padding-bottom: 6px;
    }
    .new-back-top img {
        position: relative;
        top: -2rem;
        height: 68px;
    }
    .new-back-top span {
        top: -1rem;
        font-size: 14px;
    }
    .new-back-top {
        width: 140px;
        height: 140px;
        margin-bottom: -4rem;
        margin-top: 50px;
    }
    /* footer */
    .width-50 {
        z-index: 99;
        max-width: 50%;
    }
    .tab-width-100 {
        width: 100%;
    }
    .width-33 {
        width: 33%;
    }
    .ft-title {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .ft-menu-list ul li {
        margin: 1px 0px;
    }
    .ft-menu-list ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
    ul.address {
        padding-right: 7rem;
    }
    .ft-menu-list ul li a span {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .copyright.crafted-by {
        text-align: center;
    }
    .copyright {
        padding: 24px 0px;
        text-align: center;
        color: #000000;
        font-size: 15px;
        padding-bottom: 0;
    }
    .copyright.crafted-by {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 0;
    }
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    /* bredcrume */
    .breadcrumb {
        position: relative;
        top: 12px;
        background: #409cc7a3;
        padding: 10px 50px;
        width: fit-content;
        padding-left: 21px;
    }
    section.breadcrumb-section {
        height: 167px;
        display: -webkit-flex;
        align-items: center;
        color: #fff;
        background-size: cover;
        background-position: center;
    }
    .about-inner-content {
        padding-top: 35px;
    }
    .about-inner-content .main-title-area.text-left {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
    .alinment-center {
        padding-left: 0;
    }
    .profile-inner {
        padding-left: 10px;
        margin-top: 25px;
        height: inherit;
        margin-bottom: 20px;
    }
    .profile-inner-2 .main-title-area {
        padding: 0;
        margin: 0;
    }
    .our-team {
        padding-bottom: 0;
    }
    .our-team .container {
        padding: 0;
        margin: 0 auto;
    }
    .about-career-asket.services-inner {
        border-right: 2px solid #656565;
        border-left: 0;
        padding-left: 0;
        padding-right: 20px;
    }
    /* all-current-opening */
    .job-apply-form {
        padding: 25px !important;
        margin: 0px !important;
        margin-top: 26px !important;
        border-radius: 5px;
        background: #fff;
        margin-top: 40px;
        padding-top: 30px;
    }
    h4.apply-here-text {
        font-weight: 300;
        font-size: 25px;
        margin-bottom: 23px;
    }
    .form-control {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
    }
    select.form-select {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
    }
    textarea.form-control {
        font-size: 15px;
        padding: 8px 12px;
    }
    .styled-file-select input[type="text"] {
        margin-bottom: 17px;
        font-size: 15px;
    }
    .styled-file-select input[type="file"] {
        font-size: 15px;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
    section.current-opening-form {
        margin-top: 50px;
    }
    section.current-opening {
        background: #7b75e908;
        padding-bottom: 50px;
    }
    .accordion-body {
        padding: 1rem 1rem;
        padding-top: 0;
        padding-bottom: 50px;
    }
    /* contact */
    .contact-page-address ul.address {
        padding-right: 0;
    }
    .contact-page-address {
        padding: 2rem 2rem;
        padding-bottom: 4rem;
        background: #f5f5f5;
        border-radius: 0;
        position: relative;
        z-index: 9999;
        height: 100%;
        margin-bottom: 22px;
    }
    .contact-main-page-inner-form {
        padding-left: 0rem;
        padding-top: 2rem;
    }
    .contact-main-section {
        margin-bottom: 0rem;
        padding: 50px 0px;
    }
    .modal-content .job-apply-form {
        box-shadow: none;
        margin-top: 0 !important;
        border: 1px solid #cccccc30;
    }
    .cuntry-flag-section {
        width: 33%;
    }
    .loca-column img {
        width: auto;
        height: 120px;
        object-fit: cover;
    }
    .footer-section ul.address {
        padding-right: 0rem;
    }
}

/* 500px-max */

@media screen and (min-device-width: 501px) and (max-device-width: 767px) {
    h1,
    h2,
    h3,
    h4 {
        font-family: var(--font-family-Poppins);
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'Poppins', sans-serif;
    }
    .main-heading {
        font-weight: 300;
        font-size: 35px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        display: flex;
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 7px;
        align-items: center;
    }
    ul.top-bar-list {
        float: inherit;
        clear: both;
        padding: 14px 0px;
    }
    ul.top-bar-list li {
        margin-left: 0;
        list-style: none;
        float: left;
        margin-bottom: 10px;
    }
    ul.top-bar-list li img {
        margin-right: 5px;
    }
    ul.top-bar-list li a {
        font-size: 14px;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
    .open-btn {
        background: #1c1e9a;
        border-radius: 0;
        padding: 9px 6px;
        height: 50px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        width: 100%;
    }
    /* section */
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    /* video */
    .video-container {
        width: 100%;
        height: 350px;
    }
    .video-container video {
        height: 350px;
    }
    .main-title-area {
        padding: 22px 0px;
        margin-bottom: 25px;
    }
    /* cuntry-location */
    .cuntry-location {
        padding: 0rem 0rem;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .cuntry-name {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 3px;
        padding-top: 15px;
    }
    .current-location {
        padding-left: 20px;
        padding-right: 20px;
    }
    .C-location-Name span {
        font-size: 18px;
        color: #16229e;
        text-align: left;
    }
    .current-Location-sectoin {
        padding: 20px 15px;
    }
    .click-here a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
    }
    .click-here span img {
        height: 37px;
    }
    .click-here span {
        top: -1px;
    }
    .swiper.currentLocation {
        padding-bottom: 6rem;
    }
    .view-all-option {
        margin-top: 25px;
    }
    .view-all-button {
        font-size: 15px;
        padding: 16px 15px;
        transition: 0.7s;
        outline: 0;
        border: 0;
    }
    .current-location:after {
        left: 0;
    }
    .time-efficient-text {
        padding: 1rem 6rem;
    }
    .time-efficient-inner {
        padding: 3rem 0px;
    }
    ul.C-locatoin-list li span {
        overflow: hidden !important;
        display: -webkit-box;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        height: auto;
    }
    .time-efficient-inner.second:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
    }
    .time-efficient-inner.third {
        position: relative;
    }
    .time-efficient-inner.third:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
    }
    .time-efficient-text span {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }
    section.career-basket:after {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    /* career-basket */
    section.career-basket {
        position: relative;
        padding: 50px 0px;
        padding-top: 0;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket .main-title-area {
        padding: 0px 0px;
        padding-top: 10px;
        margin-bottom: 0;
    }
    p.intro-career-basket {
        font-size: 16px;
        font-weight: 500;
        color: #1c1e9a;
        padding: 15px 0px;
        margin-bottom: 0;
    }
    .read-more-btn {
        margin-top: 0;
        margin: 43px 0px;
        margin-left: 15px;
    }
    .container.container-70.counter-container {
        border: 1px solid #656565;
        padding: 0px 0px;
        border: 0;
    }
    h4.counter {
        font-size: 35px;
    }
    .counter-inner p {
        font-size: 14px;
    }
    .about-career-asket.services-inner {
        padding-top: 30px;
    }
    .services-inner p.intro-career-basket {
        padding-top: 9px;
        padding-bottom: 6px;
    }
    .new-back-top img {
        position: relative;
        top: -2rem;
        height: 68px;
    }
    .new-back-top span {
        top: -1rem;
        font-size: 14px;
    }
    .new-back-top {
        width: 140px;
        height: 140px;
        margin-bottom: -4rem;
        margin-top: 50px;
    }
    /* footer */
    .width-50 {
        z-index: 99;
        max-width: 50%;
    }
    .ft-title {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .ft-menu-list ul li {
        margin: 1px 0px;
    }
    .ft-menu-list ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
    .ft-menu-list ul li a span {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .copyright.crafted-by {
        text-align: center;
    }
    .copyright {
        padding: 24px 0px;
        text-align: center;
        color: #000000;
        font-size: 15px;
        padding-bottom: 0;
    }
    .copyright.crafted-by {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 0;
    }
    /* bredcrume */
    .breadcrumb {
        position: relative;
        top: 12px;
        background: #409cc7a3;
        padding: 10px 50px;
        width: fit-content;
        padding-left: 21px;
    }
    section.breadcrumb-section {
        height: 167px;
        display: -webkit-flex;
        align-items: center;
        color: #fff;
        background-size: cover;
        background-position: center;
    }
    .about-inner-content {
        padding-top: 35px;
    }
    .about-inner-content .main-title-area.text-left {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
    .alinment-center {
        padding-left: 0;
    }
    .profil-section {
        padding-top: 0;
    }
    .profile-inner {
        padding-left: 10px;
        margin-top: 25px;
    }
    .profile-inner-2 .main-title-area {
        padding: 0;
        margin: 0;
    }
    .our-team {
        padding-bottom: 0;
    }
    .our-team .container {
        padding: 0;
        margin: 0 auto;
    }
    .about-career-asket.services-inner {
        border-right: 2px solid #656565;
        border-left: 0;
        padding-left: 0;
        padding-right: 20px;
    }
    /* all-current-opening */
    .job-apply-form {
        padding: 24px !important;
        margin: 0px !important;
        margin-top: 30px !important;
        border-radius: 5px;
        background: #fff;
        margin-top: 40px;
        padding-top: 30px;
    }
    h4.apply-here-text {
        font-weight: 300;
        font-size: 25px;
        margin-bottom: 23px;
    }
    .form-control {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
    }
    select.form-select {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
    }
    textarea.form-control {
        font-size: 15px;
        padding: 8px 12px;
    }
    .styled-file-select input[type="text"] {
        margin-bottom: 17px;
        font-size: 15px;
    }
    .styled-file-select input[type="file"] {
        font-size: 15px;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
    section.current-opening-form {
        margin-top: 50px;
    }
    section.current-opening {
        background: #7b75e908;
        padding-bottom: 50px;
    }
    .accordion-body {
        padding: 1rem 1rem;
        padding-top: 0;
        padding-bottom: 50px;
    }
    /* contact */
    .contact-page-address ul.address {
        padding-right: 0;
    }
    .contact-page-address {
        padding: 2rem 2rem;
        padding-bottom: 4rem;
        background: #f5f5f5;
        border-radius: 0;
        position: relative;
        z-index: 9999;
        height: inherit;
        margin-bottom: 22px;
    }
    .contact-main-page-inner-form {
        padding-left: 0rem;
        padding-top: 2rem;
    }
    .contact-main-section {
        margin-bottom: 0rem;
        padding: 50px 0px;
    }
    .modal-content .job-apply-form {
        box-shadow: none;
        margin-top: 0 !important;
        border: 1px solid #cccccc30;
    }
    .cuntry-flag-section {
        width: 33%;
    }
    .loca-column img {
        width: auto;
        height: 85px;
        object-fit: cover;
    }
    .counter-container .col-md-3 {
        width: 50%;
    }
    .counter-inner {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-section ul.address {
        padding-right: 0rem;
    }
}

/* Mobile */

@media screen and (min-device-width: 320px) and (max-device-width: 500px) {
    h1,
    h2,
    h3,
    h4 {
        font-family: var(--font-family-Poppins);
        font-weight: var(--font-weight-Light);
        line-height: var(--line-height-34);
        font-size: var(--font-size-30);
        font-family: 'Poppins', sans-serif;
    }
    .main-heading {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 0;
    }
    figure {
        overflow: hidden;
        margin: 0;
    }
    /* header */
    .main-brand img {
        width: 100%;
        height: 58px;
    }
    .container-70 {
        max-width: 90%;
    }
    .navbar-section {
        text-align: right;
        padding: 3px 15px;
        padding-bottom: 20px;
    }
    ul.top-bar-list {
        float: inherit;
        clear: both;
        padding: 14px 0px;
    }
    ul.top-bar-list li {
        margin-left: 0;
        list-style: none;
        float: left;
        margin-bottom: 10px;
    }
    ul.top-bar-list li img {
        margin-right: 5px;
    }
    ul.top-bar-list li a {
        font-size: 14px;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 0;
    }
    .open-btn {
        background: #1c1e9a;
        border-radius: 0;
        padding: 9px 6px;
    }
    a.nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 8px !important;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile-offcanvas {
        width: 100%;
    }
    /* section */
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    /* video */
    .video-container {
        width: 100%;
        height: auto;
    }
    .video-container video {
        height: auto;
    }
    .main-title-area {
        padding: 22px 0px;
        margin-bottom: 15px;
    }
    /* cuntry-location */
    .cuntry-location {
        padding: 0rem 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0;
    }
    .cuntry-name {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 3px;
        padding-top: 15px;
    }
    .current-location {
        padding-left: 20px;
        padding-right: 20px;
    }
    .C-location-Name span {
        font-size: 20px;
        color: #16229e;
        text-align: left;
    }
    .current-Location-sectoin {
        padding: 2rem 2rem;
    }
    ul.C-locatoin-list li span {
        overflow: hidden !important;
        display: -webkit-box;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        height: auto;
    }
    .click-here a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
    }
    .click-here span img {
        height: 37px;
    }
    .click-here span {
        top: -1px;
    }
    .swiper.currentLocation {
        padding-bottom: 6rem;
    }
    .view-all-option {
        margin-top: 25px;
    }
    .view-all-button {
        font-size: 15px;
        padding: 16px 15px;
        transition: 0.7s;
        outline: 0;
        border: 0;
    }
    .current-location:after {
        left: 0;
    }
    .time-efficient-text {
        padding: 1rem 0rem;
    }
    .time-efficient-inner {
        padding: 3rem 0px;
    }
    .time-efficient-inner.second:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
    }
    .time-efficient-inner.third {
        position: relative;
    }
    .time-efficient-inner.third:before {
        position: absolute;
        content: "";
        top: -53px;
        left: 50%;
        height: 90px;
        border-left: 1px solid #656565;
    }
    .time-efficient-text span {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }
    section.career-basket:after {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    /* career-basket */
    section.career-basket {
        position: relative;
        padding: 50px 0px;
        padding-top: 0;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket {
        padding: 0px 0px;
        border-left: 2px solid #656565;
        padding-left: 15px;
    }
    .about-career-asket .main-title-area {
        padding: 0px 0px;
        padding-top: 10px;
        margin-bottom: 0;
    }
    p.intro-career-basket {
        font-size: 16px;
        font-weight: 500;
        color: #1c1e9a;
        padding: 15px 0px;
        margin-bottom: 0;
    }
    .services-inner p.intro-career-basket a {
        font-size: 15px;
        font-weight: 600;
        color: #1c1e9a;
        text-decoration: none;
    }
    .read-more-btn {
        margin-top: 0;
        margin: 43px 0px;
        margin-left: 15px;
    }
    .container.container-70.counter-container {
        border: 1px solid #656565;
        padding: 0px 0px;
        border: 0;
    }
    h4.counter {
        font-size: 35px;
    }
    .counter-inner p {
        font-size: 14px;
    }
    .about-career-asket.services-inner {
        padding-top: 30px;
    }
    .services-inner p.intro-career-basket {
        padding: 0;
        padding-bottom: 10px;
    }
    .new-back-top img {
        position: relative;
        top: -2rem;
        height: 68px;
    }
    .new-back-top span {
        top: -1rem;
        font-size: 14px;
    }
    .new-back-top {
        width: 140px;
        height: 140px;
        margin-bottom: -4rem;
        margin-top: 50px;
    }
    /* footer */
    .width-50 {
        z-index: 99;
        max-width: 50%;
    }
    .ft-title {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .ft-menu-list ul li {
        margin: 1px 0px;
    }
    .ft-menu-list ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
    .ft-menu-list ul li a span {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .copyright.crafted-by {
        text-align: center;
    }
    .copyright {
        padding: 24px 0px;
        text-align: center;
        color: #000000;
        font-size: 15px;
        padding-bottom: 0;
    }
    .copyright.crafted-by {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 0;
    }
    /* bredcrume */
    .breadcrumb {
        position: relative;
        top: 12px;
        background: #409cc7a3;
        padding: 10px 50px;
        width: fit-content;
        padding-left: 21px;
    }
    section.breadcrumb-section {
        height: 167px;
        display: -webkit-flex;
        align-items: center;
        color: #fff;
        background-size: cover;
        background-position: center;
    }
    .about-inner-content {
        padding-top: 35px;
    }
    .about-inner-content .main-title-area.text-left {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
    .alinment-center {
        padding-left: 0;
    }
    .profil-section {
        padding-top: 0;
    }
    .profile-inner {
        padding-left: 10px;
        margin-top: 25px;
    }
    .profile-inner-2 .main-title-area {
        padding: 0;
        margin: 0;
    }
    .our-team {
        padding-bottom: 0;
    }
    .our-team .container {
        padding: 0;
        margin: 0 auto;
    }
    .about-career-asket.services-inner {
        border-right: 2px solid #656565;
        border-left: 0;
        padding-left: 0;
        padding-right: 20px;
    }
    /* all-current-opening */
    .job-apply-form {
        padding: 25px !important;
        margin: 0px !important;
        margin-top: 20px !important;
        border-radius: 5px;
        background: #fff;
        margin-top: 40px;
        padding-top: 30px;
    }
    h4.apply-here-text {
        font-weight: 300;
        font-size: 25px;
        margin-bottom: 23px;
    }
    .form-control {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
        margin-top: 17px;
        margin-bottom: 0;
    }
    select.form-select {
        margin-bottom: 17px;
        font-size: 15px;
        padding: 8px 12px;
        height: 50px;
    }
    textarea.form-control {
        font-size: 15px;
        padding: 8px 12px;
    }
    .styled-file-select input[type="text"] {
        margin-bottom: 17px;
        font-size: 15px;
    }
    .styled-file-select input[type="file"] {
        font-size: 15px;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
    section.current-opening-form {
        margin-top: 50px;
    }
    section.current-opening {
        background: #7b75e908;
        padding-bottom: 50px;
    }
    .accordion-body {
        padding: 1rem 1rem;
        padding-top: 0;
        padding-bottom: 50px;
    }
    /* contact */
    .contact-page-address ul.address {
        padding-right: 0;
    }
    .contact-page-address {
        padding: 2rem 2rem;
        padding-bottom: 4rem;
        background: #f5f5f5;
        border-radius: 0;
        position: relative;
        z-index: 9999;
        height: inherit;
        margin-bottom: 22px;
    }
    .contact-main-page-inner-form {
        padding-left: 0rem;
        padding-top: 2rem;
    }
    .contact-main-section {
        margin-bottom: 0rem;
        padding: 50px 0px;
    }
    .modal-content .job-apply-form {
        box-shadow: none;
        margin-top: 0 !important;
        border: 1px solid #cccccc30;
    }
    .cuntry-flag-section {
        width: 33%;
    }
    .loca-column img {
        width: auto;
        height: 60px;
        object-fit: cover;
    }
    .counter-container .col-md-3 {
        width: 50%;
    }
    .counter-inner {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-section ul.address {
        padding-right: 0rem;
    }
}

/*flag-css*/

.iti {
    margin-top: 27px;
}

span.iti__country-name {
    font-size: 15px;
}

span.iti__dial-code {
    font-size: 16px;
    color: #1c1e9a;
}