.inner_banner  {
    width: 100%;
    height: 60vh;
    display: flex;
    position: relative;
    align-items: center;
}
.inner_banner:before  {
    width: 100%;
    height: 100%;
    content:'';
    background: linear-gradient(90deg, black, transparent);
    position:absolute;
}
.inner_banner img{
    position: absolute;
    left: 0;
    top: -10vh;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnnr-title h2 {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 500;
}


.faq{
    padding: 80px 0;
    background: #000;
    position: relative;
    overflow: hidden;
}
#faqs{
    margin-top: 40px;
}

#faqs .card {
    background: #000;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 25%);
}
#faqs .card .btn-link  {
    color: #fff;
    box-shadow: none;
    text-decoration: none;
    font-size: 28px;
    padding: 2% 20% 2% 4%;
    position: relative;
}

#faqs .card-header{
    padding: 0;
}
#faqs .card-body {
    padding: 0% 20% 2% 4%;
}
#faqs .card-body p{
    margin: 0;
    font-size: 18px;
}
#faqs .card .card-header button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "+";
    position: absolute;
    right: 25px;
    font-size: 46px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#faqs .card .card-header button:not(.collapsed):after {
    content: "-";
}







.contact{
    padding: 80px 0;
    background: #000;
    position: relative;
    overflow: hidden;
}
.contact_details {
    display: flex;
    justify-content: center;
    column-gap: 10%;
    margin-top: 40px;
}
.contact_form {
    width: 70%;
}
.contact_address.contact_item {
    width: 25%;
    padding-right: 7%;
}

.contact_address.contact_item h4 {
    color: #fff;
    font-family: 'cooler_font';
    font-size: 22px;
    margin-bottom: 20px;
}

.contact_item .contact_add_page {
    margin-bottom: 20px;
}
.contact_item .contact_add_page img{
    width: 20px;
    filter: brightness(100) invert(1);
}

.contact_item .contact_add_page h6{
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    color:#fff;
}
.contact_item .contact_add_page h6 span {
    position: relative;
    display: inline-block;
    width: 15%;
    margin-right: 0px;
}
.contact_item .contact_add_page h6 span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #295eb5;
    top: 50%;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.contact_item .contact_add_page h6 span:after {
    content: '';
    position: absolute;
    left: -40px;
    width: 40px;
    height: 1px;
    background: #787878;
    top: 50%;
    transform: translateY(-50%);
}

.contact_item .contact_add_page li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    width:100%;
    box-shadow: none;
}
.contact_item:nth-child(3) {
    text-align: left;
}

.contact_item .contact_add_page li  p {
    font-size: 16px;
    color:#fff;
    margin-left: 15px;
    font-weight:400;
    font-family: 'cooler_font';
}
.contact_item .contact_add_page a {
    font-size: 12px;
    margin: 5px 0;
}
.contact_form .form-group {
    margin-bottom: 25px;
}
.contact_form form label{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.contact_form form label span{
    margin-right: 20px;
    color: #565555;
}
.contact_form form .form-control{
    background: transparent;
    border: none !important;
    width: 100% !important;
    border-bottom: 1px solid !important;
    padding: 10px 40px 40px !important;
}




.privacy_banner{
    padding: 40px 0;
    background: #000;
    position: relative;
    border-bottom: 1px solid;
    overflow: hidden;
}
.privacy {
    padding-bottom: 40px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.privacy .title {
    border-bottom: 1px solid;
    padding: 40px 0;color:#fff;
}
.privacy .title h4 {
    font-size: 42px;
}
.privacy .title p {
    font-size: 18px;
}
.privacy .title ul {
    color: #fff;
    font-size: 18px;
    margin: 40px 15px;
}




section.nice:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    z-index: -1;
}

.nice{
    padding: 140px 0;
    /*background: url(../img/nice_bg.jpg);*/
    position: relative;
    overflow: hidden;
}
.nice img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.nice .align-self-center.col-md-12 .title{
    width:50%;
}
.nice .align-self-center.col-md-12 .title p{
    font-size:20px;
}
.nice .align-self-center.col-md-12 .title:nth-child(1) p{
    position: relative;
    padding-left: 20px;
}
.nice .align-self-center.col-md-12 .title:nth-child(1) p:after {
    content: '';
    position: absolute;
    width: 3px;
    background: #fff;
    height: 100%;
    left: 0;
    top: 2px;
}

.nice .align-self-center.col-md-12 .title:nth-child(1){
    padding-right:10%;
}


.life{
    padding: 20px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(black, #141414);
    margin: -1px 0;
}
.life .life_midd {
    overflow: hidden;
    margin-top: 60px;
    display: grid;
    gap: 15px;
    grid-template-columns: auto auto auto auto auto auto;
}

.life .life_midd .life_midd_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}
.life .life_midd .life_midd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life .life_midd .life_midd_img:nth-child(2) {
    grid-row: span 2;
    height: auto;
}
.life .life_midd .life_midd_img:nth-child(5) {
    grid-row: span 2;
    height: auto;
}

.life .life_midd .life_midd_img:nth-child(8) {
    grid-column: span 2;
}

.life .life_midd_img:nth-child(3)  {
    background: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    min-width: 200px;
}
.life .life_midd_img p span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
}
.life .life_midd_img:nth-child(9)  {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
}

.life .life_midd_img .life_name{
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 90%;
    border-radius: 0 40px 0 0;
    margin: 0;
    text-align: left;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 800;
    transition: 0.6s;
    transform: translateY(100%);
}
.life .life_midd_img:hover .life_name{
    transform: translateY(0%);
}






.nice .title{
    padding: 0;
    text-align:left;
}
.join .tech_sec{
    padding: 0;
}

.join .title{
    padding: 0;
    text-align:left;
}



.join{
    padding:80px 0;
    background: #000;
    position: relative;
}
.join .align-self-center.col-md-12 .title {
    width: 50%;
}
.join .align-self-center.col-md-12 .title:nth-child(1) {
    padding-right: 10%;
}
.join .align-self-center.col-md-12:nth-child(1){
    border-bottom:1px solid;
    margin-bottom:40px;
    padding-bottom:40px;
}
.join .title p {
    font-size: 20px;
}


.benefit{    
    padding: 80px 0 160px;
    background: linear-gradient( #141414, #080808,black);
    margin-bottom: -2px;
}


.bene_list{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.bene_item {
    border: 1px solid;
    transition: 0.6s;
    padding: 30px;
}
 .bene_item:hover {
    transform: translateY(-10%);
    /* box-shadow: 0 0 10px white; */
    box-shadow: 0 0 20px 5px #5495ff;
}
.bene_item img {
    height: 65px;
    border: 1px solid;
    padding: 12px;
    margin-bottom: 15px;
}
.bene_item h6{
    color: #fff;
    font-family: 'cooler_font';
    margin-bottom: 15px;
}
.bene_item p{
    font-size: 12px;
    color: #fff;
    font-family: 'cooler_font';
    font-weight: 100;
}



.position{
    padding: 80px 0 ;
    background: #000;
    margin-bottom: -2px;
}



.jobs_title { 
    margin: 40px 0 20px;
}
.jobs_title ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    margin: 0;
    align-items: center;
    padding: 8px;
}

.jobs_title ul li{
    width: 26%;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'cooler_font';
}
#opper .card-header ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    margin: 0;
    align-items: center;
}

#opper .card-header ul li{
    width: 26%;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
#opper .card-header ul li:last-child {
    text-align: right;
}
#opper .card {
    border: 1px solid #343434;
    border-radius: 36px;
    padding: 8px ;
    margin-bottom: 25px;
    background: transparent;
}
#opper .card-header {
    padding: 0;
    background: transparent;
    border: none;
}
.card-header button{
    box-shadow: none !important;
    text-decoration: none !important;
    padding: 0;
}
.jobs_title {
    margin: 10px 0;
}
.jobs_title ul li:nth-child(1){
    padding-left:calc(2% + 50px);
    width: 57%;
}
.jobs_title ul li:nth-child(3) {
    padding-left: 8%;
}

#opper .card-header ul li:nth-child(1){
    width:60%;
}
#opper .card-header ul li span {
    width: 50px;
    height: 50px;
    border: 1px solid #343434;
    padding: 10px;
    margin-right: 5%;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#opper .card-header ul li .btn_download  {
    margin: 0;
    border-radius: 30px;
    border: 1px solid #343434;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#opper .card-header ul li:nth-child(2) {
    font-size: 14px;
    font-family: 'cooler_font';
    font-weight: 200;
    border-right: 1px solid #343434;
}
#opper .card-header ul li:nth-child(3) {
    font-size: 14px;
    font-family: 'cooler_font';
    font-weight: 200;
    padding-left: 8%;
}
#opper .card-body {
    color: #fff;
    padding-left: calc(2% + 50px);
}


#appyNow .btn_download{
    background: #000;
}
.about_page.second_sec {
    position:relative;
}

.client{
    padding: 80px 0;
    background: #161515;
    position: relative;
}
.client_feed {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.client_feed #client_slider {
    width: 60%;
    color: #fff;
}
.client_feed .quote {
    text-align:center;
    width: 40%;
    color: #fff;
    font-size: 160px;
}

.feed_back h4 {
    font-size: 20px;
    font-family: 'cooler_font';
    font-weight: 400;
    line-height: 1.5;
}
.feed_back p {
    font-family: 'cooler_font';
    margin-top: 10px;
    font-size: 20px;
    font-weight: 200;
}




@media (max-width:768px){  
    
    .inner_banner {
        height: 40vh !important;
    }
}
@media (max-width: 1100px){  
    
    .inner_banner img {
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
    }
}

@media (min-width: 2200px){  
    .inner_banner img{
        top: 0vh;
    }
}
@media (max-width: 992px){    
    .bnnr-title h2 {
        font-size: 28px;
    }
    .inner_banner img {
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
    }
    .nice {
        padding: 0;
    }
    .semi_door {
        flex-wrap: wrap;
    }
    .nice .align-self-center.col-md-12 .title {
        width: 100%;
    }.nice .align-self-center.col-md-12 .title p {
        font-size: 16px;
    }
    .life .life_midd {
        margin-top: 40px;
        gap: 10px;
        grid-template-columns: unset;
        display: flex;
        flex-wrap: wrap;
    }
    .life .life_midd .life_midd_img {
        height: 200px !important;
    }
    .life {
        padding: 20px 0 40px;
    }
    .position {
        padding: 40px 0;
    }
    .join {
        padding: 40px 0;
    }
    .join .align-self-center.col-md-12:nth-child(1) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .join .align-self-center.col-md-12 .title {
        width: 100%;
    padding: 0 !important;
    }
    .join .tech_sec {
        flex-wrap: wrap;padding: 15px;
    }
    .bene_list {
        margin-top: 40px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .bene_item {
        padding: 20px;
    }
    .benefit {
        padding: 40px 0;
    }
    .client_feed {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .client_feed #client_slider {
        width: 100%;
    }
    .client_feed .quote {
        width:100%;
        font-size: 80px;
    }
    .feed_back h4 {
        font-size: 16px;
    }
    
    .contact_details {
        column-gap: 10%;
        flex-wrap: wrap;
    }
    .contact_form {
        width: 100%;
    }
    #faqs .card .btn-link {
        font-size: 20px;    
    }
    #faqs .card-body p {
        font-size: 14px;
    }
    #faqs .card .card-header button:after {
        font-size: 26px;
    }
    .client {
        padding: 40px 0;
    }
    .contact {
        padding: 40px 0;
    }
    .privacy .title h4 {
        font-size: 34px;
    }.faq {
        padding: 40px 0;
    }.inner_banner {
        height: 55vh;
    }.contact_item .contact_add_page h6 span {
        width: 8%;
    }
    
    
    #opper .card-header ul li {
        width: 50%;
    }
    
    #opper .card-header ul li:nth-child(1) {
        width: 100%;
    }
    .jobs_title {
        opacity: 0;
    }
    #opper .card-header ul {
        gap: 15px 0;
        padding: 0 20px;
        flex-wrap: wrap;

    }
    #opper .card-header ul li:last-child {
        text-align: left;
    }
    
}







































