body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    user-select: none;
}
.custom_header{
    z-index: 99;
    width: 100%;
    background-color: transparent;
    padding: 20px 0px;
}
.custom_header .container{
    background-color: #fff;
    padding: 6px 30px;
    border-radius: 60px;  
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);  
}
.custom_header.navbar-expand-lg .navbar-nav .nav-item {
padding: 0px 20px;
}

.custom_header.navbar-expand-lg .navbar-nav .nav-link{
    color: #090F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px; /* 377.778% */
    padding: 0px;
}
.custom_header.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #41D034;
}

.btn_primary{
    color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-radius: 22px;
background: #090F20;
padding: 10px 35px;
text-decoration: none;
transition: ease 0.5s;
white-space: nowrap !important; 
}
.btn_secondary{
    color: #090F20;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    background: #ffff;
    border-color: #090F20;
    padding: 10px 35px;
    text-decoration: none;
    transition: ease 0.5s;
}
.btn_primary:hover{
    transform: scale(1.05, 1.05);
    transition: ease 0.5s;
    text-decoration: underline;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
}
.read_more_link{
    color: #0C120C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}
.more_content,
.testimonial_more_content{
    display: none;
}
.read_more_link:hover{
color: #41D034;
}

.btn_link{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.hero_banner{
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    background: url('../images/hero_img.png');
    background-size: cover;
    background-position: top left;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_banner h1{
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 123.636% */
}
.hero_banner h1 span{
    color: #41D034;
}

.hero_banner p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: unset;
}

.section_headding{
    color: #0C120C;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}
.common_pargarph{
    color: #0C120C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading_label{
    color: #0C120C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.heading_label .box{
    width: 20px;
    height: 20px;
    background: #41D034;
    margin-right: 15px;
}
.about_us, .transforming_business{
    padding: 108px 0px;
}

.slider_box{
    width: 84%;
    margin-left: auto;
}

.business_card .img_box{
    width: 100%;
    height: 264px;
    overflow: hidden;
    border-radius: 20px;
background: #D9D9D9;
transform: scale(1, 1);
    transition: ease 0.5s;
}

.business_card:hover .img_box{
    transform: scale(1.05, 1.05);
    transition: ease 0.5s;
}
.business_card .img_box img{
    width: 100%;
}
.business_card .content h5{
    color: #0C120C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 10px;
}
.business_card .content p{
    color: #73777E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    min-height: 90px;
}
.business_card ol li{
    list-style-type: upper-roman;
}
.business_card .content .read_more_link{
    color: #0C120C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.business_card .content .card_button img{
    transform: rotateZ(0deg);
    transition: ease 0.5s;
    width: 50px;
}
.business_card .content .card_button:hover .read_more_link{
    color: #41D034;
    text-decoration: underline;
}
.business_card .content .card_button:hover img{
    transform: rotateZ(35deg);
    transition: ease 0.5s; 
}

.testimonial{
    background: #0C120C;
    padding: 110px 0px;

}

.testimonial_item .image_box{
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.70);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0px 6px 5px 0px rgba(255, 255, 255, 0.09) inset;
    backdrop-filter: blur(25px);
    height: 360px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_item .containt h5{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.testimonial_item .containt h6{
    color: #41D034;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    text-transform: capitalize;
}
.testimonial_item .containt p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
}

.testimonial_item .containt .read_more_link{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.testimonial_item .containt p .read_more_link:hover{
    color: #41D034;
    text-decoration: none;
}

.carrer_box{
    border-radius: 20px;
background: rgba(0, 0, 0, 0.49);
height: 440px;
overflow: hidden;
position: relative;
transition: ease 0.5s;
display: block;
}

.carrer_box:hover{
    transform: scale(1.05, 1.05);
    transition: ease 0.5s;
}
.carrer_box::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    content: " ";
}
.carrer_box .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
}
.carrer_box .content .badge{
    color: #0C120C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #C0C0C0;
    background: #FFF;
}
.carrer_box .content h6{
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 128.571% */
}
.career{
    padding: 110px 0px;
}
.contact_us{
    padding: 110px 0px;
}
.contact_us .icon_img{
    width:24px;
}
.map{
    border-radius: 12px;
    background: #FFF;
    height: 677px;
    overflow: hidden;
}
.map iframe{
   width: 100%;
}

.contact_us .content h6{
    color: #0C120C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
}
.contact_us .content .btn_link{
    color: #0C120C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}
.contact_us .content a.btn_link:hover{
    color: #41D034;
}

.contact_us  .form-label{
    color: #263238;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.contact_us .form-control{
    border-radius: 8px;
    background: #E1E1E1;
    height: 50px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
   
}

.contact_us .form-control::placeholder{
    color: #6F7C8E;
}
.contact_us textarea.form-control{
    resize: none;
    height: 155px;
}

.contact_us  .form-check-label{
    color: #0C120C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.radius-8{
    border-radius: 8px;
}

.footer{
    padding: 100px 0px;
    background: #0C120C;
}
.foot_logo{
    width:450px;
}
.footer .btn_link{
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px; /* 260% */
    text-decoration-line: none;
}
.copyright{
    padding: 20px 0px;
    background: #0C120C;
}
.copyright.border-top{
    border-color: #333 !important;
}

.copyright p{
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.copyright p a.btn_link{
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.careee-jd-modal{
    display: none;
}
.careee-jd-modal .modal-dialog{
    min-width: 800px;;
}
.careee-jd-modal h2.jd_title{

    font-size: 20px;
    font-weight: bold;
}

.careee-jd-modal .btn-primary{
    background-color:#41D034 ;
}

.apply_form{
    position: fixed;
    top: 0;
    right: -400px;
    display: inline-block;
    width:400px;
    height: 100vh;
    background: #fff;
    border-radius: 15px 0px 0px 15px;
    z-index: 9999;
    overflow: hidden;
    transition: ease 0.5s;
}
.apply_head{
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #41D034;
    color:#fff;
    position: relative;
}
.canncle_apply{
    position: absolute;
    top: 15px;
    right:15px;
    display: inline-block;
    padding: 8px;
    font-size:14px;
    background-color:#101610;
    color:#fff;
    border-radius: 50px;
    text-decoration: none;

}
.apply_head h3{
    font-size: 20px;
    font-weight: 800;;
    margin: 0;
}
.af_footer{
    border-top:1px solid #cccc;
}
.btn-theme-primary{
    background-color: #41D034;
    border-color:transparent;
}
.btn-theme-primary:hover,
.btn-theme-primary:focus{
    background-color: transparent;
    color: #41D034;
    border-color: #41D034;
}

.apply_form_show .apply_form{
    right:0;
}

/* table css start here */

.career table tr td{
    padding: 20px 15px;
    cursor: pointer;
    background-color: transparent;
}
.career table tr:hover,
.career table tr:focus{
    background-color: #41d0341c !important;
}
.career table tbody tr:nth-child(even)  {
    background-color: #f1f1f1;
  }

  .list_responsibility li{
   
        display: block;
        width: 100%;
        color: #73777E;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
        padding-left: 20px;
  
  }
  .list_responsibility li::after{
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #73777E;
    border-radius: 100%;
    content: " ";
  }


@media (max-width: 1499px) {

    .slider_box {
        width: 94%;
        margin-left: auto;
    }
    .owl-carousel .owl-item img {
        height: 100%;
    }

    .hero_banner{
        height: 800px;
    }
  
}

@media (max-width: 1199px) {
    .custom_header.navbar-expand-lg .navbar-nav .nav-item{
        padding: 0px 14px;
    }
    .custom_header.navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    }
    .careee-jd-modal .modal-dialog{
        min-width: unset;
    }
    .navbar-brand img{
        width:200px;
    }
    .custom_header.navbar-expand-lg .navbar-nav .nav-link{
        font-size: 15px;;
    }
}
@media (max-width:768px){
    .section_headding{
        font-size: 32px;
        line-height: 36px;
    }
    .about_us, .transforming_business{
        padding: 60px 0;
    }
    .common_pargarph{
        font-size: 14px;
    }
    .navbar-brand img{
        width: 150px;
    }
    .hero_banner h1{
        font-size: 42px;
        line-height: 46px;
    }
    .apply_form{
        width: 100%;
    }

    .custom_header.navbar-expand-lg .navbar-nav .nav-link{
        line-height: inherit;
    }
    .custom_header.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        margin: 6px 0px;
    }
    .navbar-collapse{
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

    section{
        padding: 50px 0px !important;
    }
    .btn_primary{
        white-space: nowrap;
    }
}