@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

#loader {
    text-align: center;
}

.job-description {
    height: auto;
    /* Adjust the desired height */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Adjust the desired number of lines */
    -webkit-box-orient: vertical;
}

.navbar-brand img {
    width: 150px;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.nav-item a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}

.nav-item .nav-link:hover {
    color: #f1521b;
}

.nav-item .nav-link.button {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.main_banner {
    background-image: url('./images/main_banner_bg.png');
    background-size: 100% 100%;
    background-position: center;
}

.main_banner h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.main_banner h1 span {
    color: #f1521b;
}

.main_banner p {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    color: #fff;
}

.main_banner .learn_more {
    background-color: #fff;
    border: none;
    padding: 7px 25px;
    border-radius: 30px;
    color: #f1521b !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
}

.main_banner .learn_more:hover {
    background-color: #f1521b;
    color: #fff !important;
}

.main_banner_inner {
    position: relative;
    top: 68px;
}

.main_banner_inner img {
    height: 90vh;
    width: 100%;
}

.main_sec .slick-slide img {
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 25px;
    position: relative;
}

.main_sec .slick-slide img::before {
    content: '';
}


.slider_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00000082;
}

.main_sec {
    position: relative;
    top: 0px;
}

.main_sec .slick-prev:before {
    content: '';
    background-image: url('./images/banner_left_arrow.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 13px;
}

.main_sec .slick-next:before {
    content: '';
    background-image: url('./images/banner_right_arrow.png');
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 13px;
}

.main_sec .slick-prev {
    left: -35px;
}

.main_sec .slick-next {
    right: -35px;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1 !important;
}

.scroll_bar {
    text-align: center;
    margin: 110px 0 30px 0;
}

.scroll_bar img {
    cursor: pointer;
}

.section1_main{
    padding-top: 110px;
}

.section1_main h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.section1_main h1 span {
    color: #f1521b;
}

#innovation {
    padding-top: 120px;
}

.section1_main p {
    text-align: center;
    font-size: 19px;
    margin-top: 15px;
}

.section1_text p {
    text-align: left;
    font-size: 16px;
}

.section1_text p:first-child {
    font-weight: 700;
}

.section1_text a {
    background-color: #f1521b;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    padding: 9px 17px;
    border: none;
    border-radius: 100px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #f1521b;
}

.section1_text a:hover {
    background-color: #fff;
    color: #f1521b !important;
}

/* .main_other_bg {
    padding-top: 60px;
} */

.industry_main {
    background-color: #000;
    padding: 90px 0;
    margin: 100px 0 50px 0;
}

.industry_right_box {
    background-color: #fff;
    padding: 20px 25px 50px;
    border-radius: 15px 0 0 0;
    width: 50%;
    margin-bottom: 3px;
}

.industry_right_box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.industry_right_box h5 {
    font-size: 19px;
    font-weight: 600;
}

.industry_right_box p {
    font-size: 14px;
    margin-bottom: 0;
}

.industry_right_box2 {
    background-color: #fff;
    padding: 20px 25px 50px;
    border-radius: 0 0 0 15px;
    width: 50%;
    margin-bottom: 3px;
}

.industry_right_box2 img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.industry_right_box2 h5 {
    font-size: 19px;
    font-weight: 600;
}

.industry_right_box2 p {
    font-size: 14px;
    margin-bottom: 0;
}

.industry_left {
    text-align: center;
}

.industry_left img {
    width: 125px;
    margin-bottom: 15px;
}

.industry_left h1 {
    font-size: 60px;
    color: #f1521b;
    font-weight: 700;
}

.success_box {
    background-image: url('./images/success_stories_box_bg.png');
    background-size: 100% 100%;
    padding: 25px 15px;
    margin-bottom: 20px;
}

.success_box p {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.success_box p span {
    font-weight: 600;
}

.success_box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.success_box a {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.success_box a:hover {
    background-color: #fff;
    color: #f1521b !important;
}

.success_stories {
    margin-bottom: 60px;
    padding-top: 90px;
}

.success_stories h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 50px;
    color: #000;
}

.success_banner {
    height: 450px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 30px; */
}

.main_other_bg {
    background-image: url('./images/service_banner_bg.png');
    background-size: cover;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.blog {
    padding-top: 70px;
    padding-bottom: 40px;
}

.blog h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 50px;
    color: #000;
}

.blog_box {
    min-height: 390px;
    background: transparent;
    position: relative;
}

.blog_box img{
    border-radius: 10px;
}

.blog_box p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    color: #f1521b;
    font-weight: 600;
}

.blog_box h6 {
    font-size: 17px;
    font-weight: 600;
}

.blog_box a {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.blog_box button:hover {
    background-color: #fff;
    color: #f1521b;
}

.certifications {
    padding-top: 100px;
}

.certifications h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 50px;
    color: #000;
}

.clients .col-md-2 {
    background-color: #F5F7F9;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d3d3d354;
}

.clients .col-md-2 img {
    width: 80px;
    height: 100px;
    object-fit: contain;
}

.get_job {
    padding-top: 100px;
}

.get_job h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 50px;
    color: #000;
}

.job_box {
    border: 1px solid rgb(223, 223, 223);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    min-height: 340px;
    position: relative;
}

.job_box h6 {
    font-size: 13px;
    color: #f1521b;
}

.job_box h5 {
    font-weight: 600;
    color: #000;
}

.job_box h4 {
    font-size: 16px;
    font-weight: 600;
}

.job_box h4 span {
    background-color: rgb(243, 243, 243);
    margin-left: 10px;
    padding: 2px 10px;
    border-radius: 23px;
    font-size: 13px;
}

.job_box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 40px;
    color: #000;
}

.job_box a {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    left: 20px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.job_box a:hover {
    background-color: #fff;
    color: #f1521b !important;
}

.view_all {
    text-align: center;
    margin-top: 60px;
}

.view_all a {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    padding: 12px 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.view_all a:hover {
    background-color: #fff;
    color: #f1521b !important;
}


.contact_right h1 {
    color: #000;
    margin-top: 20px;
    font-weight: bold;
}

.contact_right input,
.contact_right textarea {
    border-width: 1px;
    border-color: rgb(0 0 0 / 42%);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.contact_right input:focus-visible,
.contact_right textarea:focus-visible {
    border: 1px solid #f1521b !important;
    outline: none;
}

.contact_right form {
    margin-top: 20px;
}

.contact_right input::placeholder {
    color: #545454;
}

.submit_btn button {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    padding: 7px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.submit_btn button:hover {
    background-color: #fff;
    color: #f1521b;
}

.contact_right {
    padding: 0 15px;
}

.footer_bg_start {
    position: relative;
    padding-top: 100px;
}

.footer_bg_start::before {
    content: '';
    background-image: url('./images/footer_bg.png');
    background-size: cover;
    width: 60%;
    height: 900px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.footer_main {
    margin-top: 85px;
    margin-bottom: 60px;
}

.footer_main img {
    width: 220px;
}

.footer_main h6 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    margin-left: 12px;
}

.footer_main li {
    margin-bottom: 7px;
    font-size: 15px;
    cursor: pointer;
}

.footer_main li:hover {
    color: #f1521b;
}

.footer_main li a{
    color: #000;
    text-decoration: none;
}

.footer_main li a:hover{
    color: #f1521b;
}


.footer_main ul {
    margin-top: 15px;
}

.footer_main li::marker {
    color: #f1521b;
    font-size: 20px;
}

.footer_left {
    display: flex !important;
    color: #fff !important;
    gap: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ffffff52 !important;
    margin-top: 10px !important;
}

.footer_left img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
}

.footer_left h6 {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
    font-size: 18px !important;
}

.footer_left p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-top: 0 !important;
    text-align: left !important;
}

.footer_left p a {
    color: #000 !important;
    text-decoration: none !important;
}

.right_reserved {
    text-align: center;
    border-top: 1px solid lightgray;
    padding: 8px 0;
}

.right_reserved p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    margin-top: 0 !important;
}

.services_main {
    padding-top: 100px;
}

.services_main h1 {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 50px;
    color: #000;
}

.services_slick {
    padding: 25px 0 50px 0;
}

.services_slick .service_box {
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-style: solid;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 25px 18px 0px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
}

.service_box img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.service_box button {
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.service_box button:hover {
    background-color: #fff;
    color: #f1521b;
}


.services_slick .slick-slide.slick-active.slick-current+div {
    transform: scale(1.4);
    z-index: 999999;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: rgb(255 255 255) 0px 66px 350px 100px, rgb(255 255 255 / 52%) 0px 18px 36px -18px;
}

.services_slick .slick-slide.slick-active.slick-current+div .service_box {
    margin: 0;
}

.services_slick .slick-list {
    padding: 95px 0;
}

.service_box p {
    font-size: 14px;
}

.service_box h5{
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 22px;
}

.services_slick .slick-slide.slick-active.slick-current+div h5 {
    color: #f1521b;
    letter-spacing: 2px;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 5px;
}

.services_slick .slick-slide.slick-active.slick-current+div p {
    font-size: 12px;
}

.services_slick .slick-slide.slick-active.slick-current+div button {
    padding: 5px 11px 3px 11px !important;
    font-size: 9px !important;
}


.service_box div {
    padding: 8px;
}

.services_slick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f1521b;
}

.services_slick .slick-dots li {
    margin: 0 1px !important;
}

.services_slick .slick-dots {
    bottom: -10px !important;
}

.services_slick .slick-dots li button:before {
    font-size: 17px !important;
}

.services_slick .slick-prev:before {
    content: url('./images/success_right_arrow.png');
}

.services_slick .slick-next:before {
    content: url('./images/success_left_arrow.png');
}

.services_slick .slick-prev {
    left: -40px;
}

.services_slick .slick-next {
    right: -40px;
}


.about_client h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.about_client h1 span {
    color: #f1521b;
}

.about_client {
    padding-top: 90px;
}

.about_client p {
    text-align: center;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.success_inner_box {
    background-image: url("./images/success_stories_box.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 75px 20px 20px;
    margin-bottom: 25px;
}

.success_inner_box img {
    width: 50px;
    margin-bottom: 15px;
}

.success_inner_box h5 {
    font-size: 24px;
    color: #f1521b;
    letter-spacing: 2px;
}

.success_inner_box p {
    font-size: 15px;
    margin: 0;
    text-align: left;
}

.joblisting_main h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.joblisting_main h1 span {
    color: #f1521b;
}

.joblisting_main p {
    text-align: center;
    font-size: 19px;
    margin-top: 15px;
}

.joblisting_head {
    background-image: url('./images/job_listing_bg.png');
    background-size: 100% 100%;
    padding-top: 90px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.search_job {
    background-color: #eff5f7;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.search_job img {
    width: 60px;
    margin-bottom: 15px;
}

.search_job h4 {
    font-size: 28px;
    color: #f1521b;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form_left_input {
    border: 1px solid #00000047;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 10px;
}

.form_left_input input {
    border: none;
    width: 100%;
    font-size: 15px;
}

.form_left_input input:focus-visible {
    outline: none;
}

.form_left_input img {
    width: 18px;
    margin-bottom: 0;
}

.select_category select {
    width: 100%;
    border-radius: 10px;
    padding: 7px 3px;
    font-size: 15px;
    border: 1px solid #00000047;
}

.form_submit {
    padding: 6px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #f1521b;
    background-color: #f1521b;
    color: #fff;
    transition: all 0.2s ease;
}

.footer_bg_start.apply::before {
    background-image: none !important;
}

.form_submit:hover {
    background-color: #fff;
    color: #f1521b !important;
}

.apply_job_form {
    border: 1px solid lightgray;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 15px;
}

.apply_form_left h5 {
    font-size: 25px;
    color: #f1521b;
    letter-spacing: 2px;
    font-weight: 700;
}

.apply_form_left p {
    text-align: left;
    font-size: 16px;
}

.apply_form_left ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.apply_form_left ul li::marker {
    color: #f1521b;
    font-size: 19px;
}

.main_apply_form {
    background-color: #eff5f7;
    padding: 20px 20px;
    border-radius: 10px;
}

.main_apply_form h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.main_apply_form input {
    border-radius: 10px;
}

.main_apply_form label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}

.form-control:focus {
    border-color: #f1521b;
    box-shadow: none;
    outline: none;
}

.job_detail p {
    text-align: left !important;
    font-size: 15px;
    margin-bottom: 0;
}

.job_detail h3 {
    font-size: 21px;
    color: #f1521b;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 20px;
}

.job_detail ul {
    margin-top: 15px;
}

.job_detail ul li {
    font-size: 15px;
}

.job_detail ul li::marker {
    color: #f1521b;
    font-size: 20px;
}

.job_detail span {
    font-weight: 600;
}

.cominfo_section{
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #F5F7F9;
    margin-top: 60px;
}

.cominfo_section .container{
    text-align: center;
}

.cominfo_section img{
    width: 260px;
    margin-bottom: 20px;
}

.cominfo_section p{
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
}

.cominfo_section a{
    background-color: #f1521b;
    border: 1px solid #f1521b;
    border-radius: 100px;
    padding: 8px 20px;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
}