.banner_img {
    width: 100%;
}

.banner_container {
    position: relative;
}

.banner {
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh + 93px);
    background-size: 100%;
    display: flex;
    align-items: center;
    margin-top: -93px;
    background-attachment: 5%;
}

.banner_subtitle {
    color: var(--white);
}

.banner_title {
    color: var(--white);
    font-family: "SWZ721E";
    margin-bottom: 0;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 1.1;
}

.banner_title span {
    font-size: 30px !important;
}

.banner_subtitle {
    font-size: 20px;
    font-family: "SWZ721E";
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.line_divider p {
    width: 100px;
    background: var(--white);
    height: 5px;
    margin-bottom: 0;
}

.line_divider {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 40px;
}

.line_divider img {
    filter: brightness(10);
    width: 10px;
}

.map {
    display: flex;
    justify-content: space-between;
}

.map_content h1 {
    font-size: 26px;
    font-family: "SWZ721E";
    letter-spacing: 0;
    line-height: 1.2;
}

.map_content h2 {
    font-size: 19px;
    margin-top: 20px;
    color: var(--black);
    font-family: "SWZ721L";
}

.slider_content h3 {
    font-family: "SWZ721E";
    font-size: 24px;
    min-height: 60px;
}
.banner_title span {
    font-size: 52px !important;
}
.banner_title span.first_heading {
    font-size: 28px !important;
}
.slick-slide img {
    display: block;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-slide img.right-arrow {
    height: unset;
    width: 15px !important;
}

.banner_map {
    width: 75%;
}

.banner_map img {
    max-width: 100%;
}

.Certification {
    width: 450px;
}

.card_element .blog_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.map_content {
    width: 50%;
}

.client_img {
    display: flex;
    gap: 10px;
}

.slider_element {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    height: 450px;
    position: relative;
}

.slider_content {
    padding: 30px;
}

.slider_content .right-arrow {
    display: flex;
    margin-left: auto;
    margin-top: 30px;
}

.slick-slide {
    margin: 10px;
}

ul.slick-dots {
    top: -56px;
    right: 0 !important;
    left: 0;
    text-align: right;
    z-index: -1;
}
.slider_container.mt-3.slick-initialized.slick-slider {
    z-index: 2;
}
/*.slick-dots li button:before {*/
/*    font-size: 25px !important;*/
/*    color: var(--purple);*/
/*}*/

.slick-dots li.slick-active button:before {
    color: var(--purple);
}

.card_element {
    background: white;
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 32%;
    overflow: hidden;
    position: relative;
}

.card_container {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: space-between;
}

.card_content {
    padding: 15px;
}

.card_content .rightarrow {
    position: absolute;
    right: 16px;
    bottom: 26px;
    width: 12px;
}

.card_content h3 {
    font-size: 21px;
    line-height: 1.4;
    font-family: "SWZ721E";
    min-height: 90px;
}

.card_content h4 {
    font-size: 22px;
    margin: 30px 0;
    font-family: "SWZ721N";
}

.card_content p {
    font-family: "SWZ721L";
    font-size: 18px;
    margin-bottom: 40px;
}

.rightarrow {
    display: flex;
    margin-left: auto;
    width: 18px;
    margin-top: 10px;
}

.brochure_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.brochure_form {
    width: 40%;
}

.brochure_content {
    background: var(--purple);
    width: 60%;
    padding: 30px;
    color: var(--white);
    background-image: url(../assets/img/home/CareerOpportunity.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brochure_content h3 {
    font-weight: 400;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

.brochure_content h4 {
    font-weight: 400;
    font-size: 20px;
}

.brochure_text {
    width: 64%;
    color: rgb(238, 238, 238);
    margin-top: 20px;
    font-family: "SWZ721L";
    font-size: 18px;
}

.brochure_link img {
    margin-left: 10px;
    filter: brightness(10);
    width: 16px;
}

.brochure_link {
    text-decoration: none;
    color: rgb(238, 238, 238);
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 37px;
    font-size: 22px;
    font-family: "SWZ721E";
}

.margin_bold li {
    margin-bottom: 20px !important;
}

.brochure_link:hover {
    color: var(--white);
}

.form_group label {
    width: 140px;
    font-size: 20px;
    font-family: "SWZ721E";
}

.form_group {
    margin-top: 40px;
    display: flex;
}

.form_group input {
    background: #f3f2f2;
    border: 0;
    outline: 0;
    padding: 4px 10px;
    width: 300px;
    border-radius: 0;
}

.form_group textarea {
    background: #f3f2f2;
    border: 0;
    outline: 0;
    padding: 4px 10px;
    width: 300px;
    height: 32px;
}

input.submit_btn {
    background: transparent;
    color: var(--purple);
    border-radius: 6px;
    outline: 0;
    border: 0;
    font-size: 22px;
    margin-top: 43px;
    font-family: "SWZ721E";
    transition: all 0.3s ease-in-out;
}

.slider_element img.right-arrow {
    width: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.slick-dots li button:before {
    font-size: 16px !important;
    color: var(--purple) !important;
}
.swiper {
    overflow: visible !important;
}

.brochure_content h3 {
    font-size: 30px;
}
.banner-pan {
    background-size: cover;
    background-position: center down;
    background-repeat: repeat;
    height: 103vh;
    position: relative;
    animation: panImage 06s ease-in-out forwards;
}

@keyframes panImage {
    0% {
        background-position: center top;
    }

    100% {
        background-position: center bottom;
    }
}
.heading_title {
    margin-left: 10px !important;
}
/* responsive */
@media (max-width: 1200px) {
    .banner {
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .map_content h1 {
        font-size: 26px;
    }

    .banner {
        background-size: cover;
        height: 50vh;
        margin-top: 0;
    }

    .flex_container {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    .map {
        flex-wrap: wrap;
        gap: 30px;
    }

    ul.slick-dots {
        top: unset;
    }

    .footer-column {
        width: 40%;
    }

    .map_content {
        width: 100%;
    }

    .map_content h1 br {
        display: none;
    }

    .card_container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .card_element {
        width: 48%;
        gap: 20px;
    }

    .card_content p {
        margin-bottom: 60px;
    }

    .banner_map {
        width: 100%;
    }

    .brochure_main {
        flex-wrap: wrap;
        gap: 40px;
    }

    .brochure_form,
    .brochure_content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    input.submit_btn {
        font-size: 22px;
        padding: 5px 26px;
        width: max-content;
        padding: 0 4px;
    }
    .banner_title span.first_heading {
        font-size: 20px !important;
    }
    .banner_title span {
        font-size: 40px !important;
    }
    .heading_title {
        margin-left: 0 !important;
    }
    .brochure_text {
        width: 100%;
    }
    .slider_container.mt-3.slick-initialized.slick-slider {
        padding-bottom: 24px;
    }
    .card_content h3 {
        min-height: unset;
    }
    .banner_content {
        padding-left: 20px;
    }
    .card_content h4 {
        margin: 20px 0;
    }
    .slider_content h3 br {
        display: none;
    }

    .slider_content h3 {
        font-size: 20px;
    }

    .card_container {
        flex-wrap: wrap;
    }

    .card_element {
        width: 100%;
    }

    .Certification {
        max-width: 100%;
    }

    .map_content h1 {
        font-size: 22px;
    }

    .map_content h2 {
        font-size: 18px;
    }

    .heading_title {
        font-size: 30px;
    }

    .slider_element {
        height: unset;
    }

    .form_group input,
    .form_group textarea {
        width: 100%;
    }
    .slick-dots li button:before {
        font-size: 8px !important;
    }
    .form_group input {
        padding: 8px 10px;
    }
}

@media (max-width: 600px) {
    .form_group {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    .banner_title span {
        font-size: 26px !important;
    }
    ul.slick-dots {
        bottom: -60px;
    }
    h2.heading_title.mt-2.aos-init.aos-animate {
        padding-left: 10px;
    }
    .slick-dots li {
        width: 11px;
    }
  
   
    
}
