html{
    scroll-behavior: smooth;
}
.modal-open{
    overflow:hidden !important;
}
.modal{
    background:none !important
}
.modal-open:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 99;
}
/* HEADER-START */
header{
    position: absolute;
    width: 100%;
    height: auto;
    padding-top:30px;
    z-index: 999;

}
header .header-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 80px;
}
header .header-container .navbar {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
header .header-container .navbar .white-button{
    border-radius: 10px;
}
header .header-container .navbar ul{
    display: flex;
    column-gap: 18px;
}
header .header-container .navbar ul li a{
    font-size: var(--f7);
    line-height: calc(var(--f7l) - 7px);
    color:var(--c6);
    font-weight: 500;

}
header .header-container .navbar ul li a:hover{
    color:var(--c1);
}
header .header-container .navbar ul li a.active{
    /*color:var(--c1) !important;*/
    font-weight:700 !important;
}
header .header-container .navbar .white-button{
    padding:10px 24px;
    font-size: var(--f7);
}
header .header-container .navbar .nav-button {
    display: flex;
    gap: 10px;
}
/* HEADER-END */

/* HERO-WRAPPER-START */
.hero-wrapper{
    width: 100%;
    height:900px;
    position: relative;
}
.hero-wrapper::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(177deg, rgba(0,0,0,0) 0%, rgba(39,41,31,1) 93%);
    left: 0;
    top: 0;
}
.hero-wrapper::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(259deg, rgba(0,0,0,0.09287464985994398) 22%, rgba(0,0,0,1) 100%);
    left: 0;
    top: 0;
}
.hero-wrapper .hero-image-section{
    width: 100%;
    height: 100%;
}
.hero-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.hero-wrapper .hero-content-section{
    position: absolute;
    width: 100%;
    left: 0;
    top:0px;
    z-index: 99;
    color:var(--c6);
    padding:300px 0px 160px 0px;
}
.hero-wrapper .hero-content-section .hero-content{
    max-width: 712px;
}
.hero-wrapper .hero-content-section .hero-content h4{
    font-weight:500;
}
.hero-wrapper .hero-content-section .hero-content h1{
    padding-bottom: 25px;
}
.hero-wrapper .hero-content-section .hero-content .hero-buton-grid{
    padding-top: 40px;
    display: flex;
    column-gap: 10px;
}
/* HERO-WRAPPER-END */
/* SPECIALIST-RECRUITMENT-START */
.specialist-recruitment-section{
    width: 100%;
    height: auto;
    padding:120px 0px 130px 0px;
    background: var(--c4);
    position:relative;
    margin-top:-2px;
    z-index:9;
}
.specialist-recruitment-section .recruitment-container{
    max-width: 1030px;
}
.specialist-recruitment-section .recruitment-container .recruiment-image-grid{
    display: flex;
}
.specialist-recruitment-section .recruitment-container .recruiment-image-grid .image-grid-item{
    width: 147.68px;
    height: 154.51px;
    background: url(../images/recruit-img-bg.svg) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialist-recruitment-section .recruitment-container .recruiment-image-grid .image-grid-item.image-grid-item-2 {
    margin-left: -42px;
}
.specialist-recruitment-section .recruitment-container .recruiment-image-grid .image-grid-item .img-sec{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.specialist-recruitment-section .recruitment-container .recruiment-image-grid .image-grid-item .img-sec img{
    object-fit: cover;
}
.specialist-recruitment-section .recruitment-container .recruitment-content-section{
    padding-top:40px;
}
.specialist-recruitment-section .recruitment-container .recruitment-content-section h2{
    color: var(--c6);
    padding-bottom: 35px;
}
.specialist-recruitment-section .recruitment-container .recruitment-content-section p{
    color:var(--c6);
    padding-bottom: 10px;
}
.specialist-recruitment-section .recruitment-container .recruitment-content-section .white-button{
    margin-top: 30px;
}
/* SPECIALIST-RECRUITMENT-END */
/* FINANCE-SECTION-START */
.finance-section{
    width: 100%;
    height:auto;
    background: var(--c4);
}
.finance-section .finance-grid {
	display: flex;
	/*height: 800px;*/
	height:auto;
	position: relative;
	z-index: 9;
}
.finance-section .finance-grid .finance-image-section{
    width: 50%;
    position: relative;
}
.finance-section .finance-grid .finance-image-section .image-item{
    width: 100%;
    height:100%;
    position: relative;
}
.finance-section .finance-grid .finance-image-section .image-item::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(20,20,20,0.014443277310924318) 0%, rgba(39,41,31,1) 93%);
    z-index: 9;
    left: 0;
    top: 0;
    background-size: cover;
}
.finance-section .finance-grid .finance-image-section .image-item img{
    object-fit: cover;
}
.finance-section .finance-grid .finance-image-section .content-item{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding:0px 50px 60px 50px;
    color:var(--c6);
    z-index: 10;
}
.finance-section .finance-grid .finance-image-section .content-item h2{
    padding-bottom:25px;

}
.finance-content-section a{
 cursor:pointer;
}
.finance-section .finance-grid .finance-image-section .content-item .outline-button{
    margin-top: 40px;
}
.finance-section .finance-grid .finance-content-section{
    width:50%;
    border-left:1px solid var(--c6);
}
.finance-section .finance-grid .finance-content-section a:hover h3{
    color:var(--c1);
}
.finance-section .finance-grid .finance-content-section .right-content-item{
    padding:70px 60px;
    border-top:1px solid var(--c6);
    color:var(--c6);
}
/* FINANCE-SECTION-END */
/* career-form-start-here */
.career-section {
    width: 100%;
    height: auto;
    background: var(--c4);
    padding: 30px 0px;
    position: relative;
    margin-top: -2px;
    z-index: 9;
}
.career-section .career-grid{
    position: relative;
}
.career-section .career-grid::after {
    position: absolute;
    content: '';
    width: 397px;
    height:294px;
    right: 20px;
    bottom: -120px;
    background: var(--c4);
    border-radius: 50%;
}

.career-section .career-grid ul {
    display: flex;
    position: relative;
    z-index: 1;
    align-items:center;
    column-gap:20px;;

}
.career-section .career-grid ul li{
    font-size: var(--f6);
    line-height:calc(var(--f6) + 10px);
    color:var(--c6);
    font-weight:300;
    /* line-height: 36px; */
    opacity: .8;

}
.career-section .career-grid ul li:hover{
    opacity: 1;
}
.career-section .career-grid ul li .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--c6);
    font-size: var(--f6);
    line-height: calc(var(--f6) + 10px);
    color: var(--c6);
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    padding-bottom: 0px;
    padding:0px;
    background: url(../images/arrow-down.svg) right center no-repeat;
}

}
.career-section .career-grid ul li .form-control::placeholder{
    color:var(--c6)
}
.career-section .career-grid ul li .form-control:focus{
    outline: none;
    box-shadow: none;
}
.career-section .career-grid ul li .form-control:focus::placeholder{
    opacity: 0;
}
.career-section .career-grid ul li .select-dropdown{
    display: none;
    position: absolute;
    background:var(--c4);
    width: 100%;
    height: auto;
    padding: 10px 20px;
    line-height: 20px;
}
.career-section .career-grid ul.select-dropdown li {
    cursor: pointer;
}
.career-section .career-grid ul li.select-menu{
    position: relative;
}
.career-section .career-grid ul li .white-button{
    border:none;
    cursor: pointer;
    font-family: "manrope", sans-serif;
    margin-left:65px;
}
 /* FEATURED-ROLES-START */
 .featured-roles-section{
    width: 100%;
    height: auto;
    padding:100px 0px 80px 0px;
    background: var(--c5);
 }
 .featured-roles-section .featured-roles-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
 }
 .featured-roles-section .featured-roles-grid .featured-roles-grid-item{
    padding:30px 15px;
    background:var(--c4);

 }
 .featured-roles-section .featured-roles-grid .featured-roles-grid-item h6{
    color:var(--c6);
    min-height:120px;
    padding-bottom: 20px;
 }
.featured-roles-section .featured-roles-grid .featured-roles-grid-item .outline-button {
    padding: 5px 12px;
    font-size: calc(var(--f7) - 3px);
    margin-bottom: 10px;
}
.featured-roles-section .view-all-roles {
    position: absolute;
    content: '';
    width: 397px;
    height: 397px;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    background: var(--c5);
    border-radius: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 47px;
}
 .featured-roles-section .view-all-roles .green-button{
    background:var(--c4);
    margin-top: 80px;
 }
 .featured-roles-section .view-all-roles .green-button:hover{
    background: var(--c1);
 }
 .featured-roles-section  .featured-roles-inner{
    position: relative;
    padding-bottom:40px;
 }
/* .featured-roles-section  .featured-roles-inner::after {*/
 
/*}*/
/* FEATURED-ROLES-END  */
/* CLIENTS-SECTION-START */
.clients-section{
    width: 100%;
    height:830px;
    background: var(--c4);
    position: relative;
    margin-top: -120px; 
    padding:190px 0px 160px 0px;
    }
    .clients-section .client-title h2{
        color:var(--c6);
        padding-bottom:50px;
    }
    .client-sction-inner {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .clients-section .client-testimonial{
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }
    .clients-section .client-testimonial .client-tesimonial-left{
        width:22%;
    }
    .clients-section .client-testimonial .client-tesimonial-left .img-sec{
        width: 60px;
        padding-bottom:110px;
    }
    .clients-section .client-testimonial .client-tesimonial-left h6{
        font-size: var(--f8);
        line-height:calc(var(--f8l) - 5px);
        color:var(--c6);
    }
    .clients-section .client-testimonial .client-description{
        width: 65.55%;
        max-height:360px;
        overflow-y:auto;
        padding-right:30px;
    }
       .clients-section .client-testimonial .client-description a{
           color:var(--c1);
       }
        .clients-section .client-testimonial .client-description a:hover{
            color:var(--c6);
        }
        .clients-section.client-section-inner.theme-white .client-description a:hover{
            color:var(--c4);
        }
    .clients-section .client-testimonial .client-description p{
        font-size: var(--f4);
        line-height: calc(var(--f4l) + 10px);
        color:var(--c6);
        font-weight: 400;
    }
    .clients-section .swiper-container{
        width: 100%;
        height:auto;
        padding:0;
        margin: 0;
        overflow: hidden;
       
    }
    .clients-section .client-testimonial.swiper-slide {
        scale: 1;
        transition: 0.4s ease-in-out;
        padding: 0;
        margin: 0;
    }
    .clients-section .client-testimonial-outer{
        width: 100%;
        height: 100%;
        position: relative;
        margin-bottom: 65px;
          z-index: 9;
    }
    .clients-section .clients-logo-section{
        display: flex;
        justify-content: space-between;
        position: relative;
        column-gap: 30px;
        z-index: 9;
        margin-bottom:30px;
    }
    /* .clients-section .clients-logo-section .client-logo-1{
        animation: move-rtl 4000ms linear infinite;
        white-space: nowrap;
    } */
    .clients-section .swiper-pagination{
        text-align: left !important;
        top: 100px !important;
        z-index:-1;
    }
    .clients-section .swiper-pagination .swiper-pagination-bullet{
        width: 11px;
        height: 11px;
        background: var(--c6);
        opacity: 1;
        
    }
    .clients-section .swiper-pagination .swiper-pagination-bullet-active{
        background: var(--c1);
        width: 22px;
        height: 11px;
        border-radius: 5.5px;

    }
.clients-section .clients-logo-section::after {
    position: absolute;
    content: '';
    width: calc(100% - 350px);
    height: 174px;
    right: 0;
    bottom: -146px;
    background: url(../images/green-ellipse.png) right bottom no-repeat;
    background-size: 100%;
    z-index: -1;
}

.clients-section .view-more {
    width: 414px;
    height: 414px;
    position: relative;
    left: -36px;
    background: var(--c4);
    border-radius: 50%;
    top: -206px;
    z-index: 1;
}
    .clients-section .view-more .outline-button{
        position: absolute;
        bottom:60px;
        z-index: 9;
        left:50%;
        transform: translateX(-50%);
    }

/* CLIENTS-SECTION-END */
/* HIRING-SECTION-START */
.hiring-section{
    width: 100%;
    height: auto;
    padding:310px 0px 160px 0px;
    background: var(--c6);
}
.hiring-section .hiring-title{
    max-width:70%;
    padding-bottom:25px;
}
.hiring-section .hiring-top-section{
    max-width:75%;
}
.hiring-section .hiring-grid-section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap:30px;
    padding-top: 60px;
}
.hiring-section .hiring-grid-section .hiring-grid-item{
    padding:40px 30px 60px 30px;
    background: var(--c4);
    color:var(--c6);
    position: relative;
    z-index: 9;
}
.hiring-section .hiring-grid-section .hiring-grid-item h5{
    padding-bottom: 30px;
}

.hiring-section .hiring-grid-section .hiring-grid-item .learn-more{
    position: absolute;
    width: 214px;
    height: 103px;
    z-index: 1;
    border-radius:40px;
    background: var(--c4);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom:-50px;

}
.hiring-section .hiring-grid-section .hiring-grid-item.retained-section{
    background: var(--c2);
    color:var(--c4);

}
.hiring-section .hiring-grid-section .hiring-grid-item .progress-bar{
    width: 100%;
    height: 30px;
    background: var(--c4);
    margin-bottom: 15px;
}
/*.hiring-section .hiring-grid-section .hiring-grid-item.retained-section .progress-bar .progress-bar-inner{*/
/*    width: 80%;*/
/*    background: var(--c1);*/
/*    height: 100%;*/
/*}*/
.hiring-section .hiring-grid-section .hiring-grid-item.retained-section .learn-more{
    background: var(--c2);

}
.hiring-section .hiring-grid-section .hiring-grid-item.retained-section .learn-more .white-button{
    background: var(--c4);
    color:var(--c6);
}
.hiring-section .hiring-grid-section .hiring-grid-item.retained-section .learn-more .white-button:hover{
    background: var(--c6);
    color:var(--c4);
}


/* HIRING-SECTION-END */
/*FAQ-SECTION-START*/
.talent-search-section.faq-section{
    width:100%;
    height:auto;
    background:#fff;
    padding:0px 0px 60px 0px;
}
.talent-search-section.faq-section h2{
    padding-bottom:0px !important;
}
.faq-accordion {
            width: 100%;
        }

       .faq-accordion .accordion-item {
            margin-bottom:20px;
            border-radius:0px !important;
            border:none!important;
            border-bottom:1px solid var(--c4) !important;
        }
        .faq-accordion .accordion-item:last-child{
            margin-bottom:0px;
        }

        .faq-accordion .accordion-header {
            padding: 0px 0px 30px 0px;
            font-size: 1.2em;
            cursor: pointer;
            background-color:var(--c6);
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }
        .faq-accordion .accordion-content {
            display: none;
            padding:0px 0px 30px 0px;
            background-color: #f9f9f9;
            font-size: 1em;
        }
        .faq-accordion .accordion-icon {
            font-weight: bold;
            font-size: 1.5em;
            transition: transform 0.3s ease;
            color:var(--c4);
        }

        .faq-accordion .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }
/*FAQ-SECTION-END*/
/* HOME-BLOG-SECTION-START */
.home-blog-section{
    width: 100%;
    height: auto;
    padding:210px 0px 120px 0px;
    background: var(--c5);
    position: relative;
    overflow: hidden;
}
.home-blog-section::before {
    position: absolute;
    content: '';
    width: 104%;
    height: 242px;
    left: 0;
    top: -124px;
    background: var(--c6);
    border-radius: 50%;
    left: -40px;
}
.home-blog-section .home-blog-top{
    display: flex;
    column-gap: 15px;
    justify-content:space-between;

}
.home-blog-section .home-blog-top .home-blog-section-left{
    width: 28%;
}
.home-blog-section .home-blog-top .home-blog-section-left h2{
    padding-bottom:40px;
}
.home-blog-section .home-blog-top .home-blog-section-left .green-button{
    background: var(--c4);
    color:var(--c6);
}
.home-blog-section .home-blog-top .home-blog-section-left .green-button:hover{
    background: var(--c1);
    color:var(--c4);
}
.home-blog-section .home-blog-top .home-blog-section-right{
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    width:66.12%;
}
.home-blog-section .home-blog-top .home-blog-section-right .right-content-section{
    width: 38%;

}
.home-blog-section .home-blog-top .home-blog-section-right .right-image-section img{
    object-fit:cover
}
.home-blog-section h4{
    padding-bottom: 15px;
}
.home-blog-section h4 a{
    color:var(--c4);
}
.home-blog-section  p{
    font-size: calc(var(--f7) - 3px);
    line-height: calc(var(--f7l) - 7px);
}
.home-blog-section .outline-button{
    padding:10px 24px;
    border:1px solid var(--c4);
    font-size: var(--f7);
    line-height: calc(var(--f7l) - 7px);
    color:var(--c4);
    margin-top:30px;

}
.home-blog-section .outline-button:hover{
    background: var(--c4);
    color:var(--c6);
}
.home-blog-section .home-blog-top .home-blog-section-right .right-image-section{
    width: 59.02%;
    height:356px;
}
.home-blog-section .home-blog-bottom{
    padding-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}
.home-blog-section .home-blog-bottom .image-section{
    width: 100%;
    height: 290px;
}
.home-blog-section .home-blog-bottom .image-section img{
    object-fit: cover;
}
.home-blog-section .home-blog-bottom .content-section{
    padding-top: 10px;
}
.home-blog-section .home-blog-bottom .content-section h4{
    min-height:175px;
}
/* HOME-BLOG-SECTION-END */
/* NEWS-SECTION-START */
.news-section{
    width: 100%;
    height: auto;
    padding:70px 0px 50px 0px;
    background: var(--c4);
}
.news-section .news-grid{
    display: flex;
    justify-content: space-between;
    color:var(--c6);
    column-gap: 100px;

}
.news-section .news-grid .news-grid-item{
    border-right: 1px solid var(--c6);
    color:var(--c6);
    padding-right: 102px;
    width:50%;
}
.news-section .news-grid .news-grid-item.news-grid-last{
    border-right: 0px;
    padding-right: 0px;

}
.news-section .news-grid .news-grid-item h2{
    padding-bottom:35px;
}
.news-section .news-grid .news-grid-item .form-outer{
    border-bottom: 1px solid var(--c6);
    margin-top:45px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.news-section .news-grid .news-grid-item .form-outer .form-control{
    border:none;
    background: transparent;
    font-size: var(--f6);
    line-height: calc(var(--f6l) + 10px);
    font-weight: 500;
    width: 77%;
    opacity: 50%;
    color:var(--c6);
}
.news-section .news-grid .news-grid-item .form-outer .form-control:focus{
    outline:none;
    box-shadow:none;
}
.news-section .news-grid .news-grid-item .form-outer .form-control::placeholder{
    color:var(--c6);
     opacity: 50%;
}
.news-section .news-grid .news-grid-item .form-outer .form-control:focus{
    outline: none;
    border-radius: 0;
}
.news-section .news-grid .news-grid-item .form-outer .form-control:focus::placeholder{
    opacity: 0;
}
.news-section .news-grid .news-grid-item .form-outer .white-button{
    padding:6px 20px;
    border: none;
    font-weight: 500;
    cursor: pointer;


}
/* NEWS-SECTION-END */
/* REGISTER-SECTION-START */
.register-section{
    width: 100%;
    height: auto;
    padding:50px 0px;
}
.register-section .register-section-inner{
    display: flex;
    justify-content: space-between;
}
.register-section .register-section-inner .register-grid{
    display: flex;
    position: relative;
    column-gap: 30px;
    align-items: center;
}
.register-section .register-section-inner .outline-button{
    border:1px solid var(--c4);
    color:var(--c4);
    cursor: pointer;
    position: relative;
}
.register-section .register-section-inner .outline-button:hover{
    background: var(--c4);
    color:var(--c6);
}
.register-section .register-section-inner .register-grid input{
    position: absolute;
    right:-80px;
    opacity: 0;
    width:100%;
    cursor: pointer;
    background: var(--c4);

}
/* REGISTER-SECTION-END */
/* FOOTER-START */
footer{
    width: 100%;
    height: auto;
    padding:50px 0px;
    background: var(--c4);
}
footer .footer-top{
    display: flex;
    justify-content: space-between;
}
footer .footer-top .footer-logo{
    width: 127px;
    height: 75px;
}
footer .footer-top .footer-links-outer{
    display: flex;
    justify-content: space-between;
    column-gap: 90px;
}
footer .footer-top .footer-links-outer h6{
    font-size: var(--f8);
    line-height: calc(var(--f8l) - 5px);
    color:var(--c1);
    font-weight: 500;
    padding-bottom: 10px;
}
footer .footer-top .footer-links-outer li a{
    color:var(--c6);
    font-weight: 500;
}
footer .footer-top .footer-links-outer li a:hover{
    color:var(--c1);
}
footer .footer-top .footer-links-outer .footer-social ul {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 9px;
}
footer .footer-top .footer-links-outer .footer-social ul li img{
    transition: transform .6s cubic-bezier(.22,.61,.36,1);
    transform: scale(1);
    width:23px;
}
footer .footer-top .footer-links-outer .footer-social ul li:hover img{
    transform:scale(1.10);
}
footer .footer-bottom{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
footer .footer-bottom .footer-bottom-content h6{
    font-size: calc(var(--f8) - 6px);
    line-height: calc(var(--f8l) - 9px);
    color:var(--c6);
    font-weight: 500;


}
footer .footer-bottom .footer-bottom-content h6 a{
    color:var(--c6);
}
footer .footer-bottom .footer-bottom-content h6 a:hover{
    color:var(--c1);
}
footer .footer-bottom .footer-bottom-content a img{
    width:146px;
    height:21px;
}
/* FOOTER-END */
/* MOB-MENU-TOGGLE-START */
.mob-menu-toggle{
    position: absolute;
    width: 72px;
    height: 48px;
    line-height: 55px;
    text-align: center;
    background: var(--c3);
    right: 30px;
    top: 30px;
    z-index: 1000;
    border-radius:1000px;
    display: none;
}
.mob-menu-toggle img{
    width: 26px;
    height: 18px;
    object-fit: contain;
}
.mob-menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background:rgba(20, 20, 20, 1);
    z-index:999;
    display: none;
    padding:22vh 24px 40px 24px;
}
.mob-menu .mob-menu-inner{
    text-align: center;
    height: 100%;
}
.mob-menu .mob-menu-inner .mob-menu-outer{
    max-height:70vh;
    overflow-y:auto;
}
.mob-menu .mob-menu-inner ul{
    display: flex;
    flex-direction: column;
    gap:24px;
}
.mob-menu .mob-menu-inner ul li a{
    font-size: calc(var(--f5) - 1px);
    line-height: calc(var(--f5l) - 2px);
    color:var(--c6);
    font-weight: 500;

}
.mob-menu .mob-menu-inner ul li a:hover{
    color:var(--c1);
}
.mob-menu .mob-menu-inner .mob-social-media{
    padding-top:100px;
}
.mob-menu .mob-menu-inner .mob-social-media ul{
    display: flex;
    column-gap: 16px;
    flex-direction: row;
    justify-content: center;

}
.mob-menu .mob-menu-inner .mob-social-media ul li img{
    object-fit: contain;
}
.mob-menu .mob-menu-inner .mob-button {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mob-menu .mob-menu-inner .mob-button .green-button{
    width: 100%;
}
/* MOB-MENU-TOGGLE-END */
/* ABOUT-US PAGE-START */
/* SUB-HEADER-START */
header.sub-header .header-container .navbar ul li a {
	font-size: var(--f7);
	line-height: calc(var(--f7l) - 7px);
	color: var(--c4);
	font-weight: 500;
}
header.sub-header.sticky-header .logo-section{
    background: url(../images/header-logo.png) no-repeat;
    background-size: contain;

}
header.sub-header .logo-section{
    background: none;
}
header.sub-header.sticky-header .logo-section img{
    opacity: 0;
}
header.sub-header .header-container .navbar ul li a:hover{
    color:var(--c1);
}
header.sub-header .header-container .navbar .white-button {
	padding: 10px 24px;
	font-size: var(--f7);
    background-color: var(--c4);
    color:var(--c6);
}
header.sub-header .header-container .navbar .white-button:hover{
    background-color: var(--c1);
    color:var(--c4);
}
/* SUB-HEADER-END */
/* BANNER-SECTION-START */
.hero-wrapper.sub-page-hero-wrapper{
    height: auto;
    background-size: cover;
    position:relative;
}
.hero-wrapper.sub-page-hero-wrapper::before{
    position:absolute;
    content:'';
    width:390px;
    height:298px;
    left:-52px;
    top:0;
    background:url(../images/banner-after.png) left top no-repeat;
    
}
.hero-wrapper.sub-page-hero-wrapper::after{
    position:absolute;
    content:'';
    width:217px;
    height:482px;
    left:90%;
    top:0;
    background:url(../images/banner-before.png) left top no-repeat;
    
}
.hero-wrapper.sub-page-hero-wrapper::after{
}
.hero-wrapper.sub-page-hero-wrapper .hero-content-section {
    color:var(--c4);
    position: relative;
}
.hero-wrapper.sub-page-hero-wrapper .hero-content-section .hero-content{
    max-width: 770px;
}
.hero-wrapper.sub-page-hero-wrapper .hero-content-section p{
    font-size: var(--f4);
    line-height: calc(var(--f4l) + 10px);
    font-weight: 500;
}
/* BANNER-SECTION-END */
/* ABOUT-SECTION-START */
.about-section{
    width: 100%;
    height: auto;
}
.about-section .custom-container{
    padding: 0px 50px;

}
.about-section .custom-container .about-section-container{
    padding:60px 50px;
    background: var(--c4);
    border-radius: 50px;
    color:var(--c6);
}
.about-section .about-section-inner .about-section-top-grid{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;

}
.about-section .about-section-inner .about-section-top-grid .image-section{
    width: 393px;
    height: 393px;
    border-radius: 50%;
    overflow: hidden;
}
.about-section .about-section-inner .about-section-top-grid .content-section{
    width: calc(100% - 422px);
}
.about-section .about-section-inner .about-section-top-grid .content-section h2{
    padding-bottom: 35px;
}
.about-section .about-section-inner .counter-section{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}
.about-section .about-section-inner .counter-section h3{
    font-size: calc(var(--f3) + 10px);
    line-height: var(--f3l);
    font-weight: 500;

}


/* ABOUT-SECTION-END */
/* SHARED-VALUE-SECTION-START */
.shared-value-section{
    width: 100%;
    height: auto;
    padding:120px 0px;
}
.shared-value-section .shared-value-top-grid{
    max-width: 823px;
}
.shared-value-section .shared-value-top-grid h2{
    padding-bottom: 40px;

}
.shared-value-section .shared-value-top-grid h5{
    line-height: calc(var(--f5l) +  10px);
    font-weight:400;
}
.shared-value-section .shared-value-bottom-grid{
    display: flex;
    justify-content:flex-start;
    column-gap: 25px;
    flex-wrap: wrap;
    padding-top: 50px;
    row-gap: 40px;
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item{
    width:calc(33.3% - 25px);
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title{
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-bottom: 25px;
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title .icon-section{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #6CC0E1;
    font-size: var(--f6);
    color:var(--c4);
    font-weight: 500;
    text-align: center;
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title .icon-section.icon-section-2{
    background: #9D86BA;

}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title .icon-section.icon-section-3{

    background: #F3843E;
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title .icon-section.icon-section-4{
    background: #AFC90C;
    
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item .bottom-grid-title .icon-section.icon-section-5{
    background: #27291F;
    color:var(--c6);
    
}
.shared-value-section .shared-value-bottom-grid .bottom-grid-item p{
    font-size: calc(var(--f7) - 2px);
    line-height:calc(var(--f7l) - 7px);
    font-weight: 400;
}
/* SHARED-VALUE-SECTION-END */
/* CIRCLE-SECTION-START */
.circle-section{
    width: 100%;
    height: auto;
    padding-bottom: 150px;
}
.circle-section .circle-grid-section{
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:27px;
}
.circle-section .circle-grid-section .circle-grid-item{
    width: 100%;
    height: 100%;
    border-radius: 197px 197px 197px 0px;
    position: relative;
    overflow: hidden;
}
.circle-section .circle-grid-section .circle-grid-item .image-section{
    position: relative;
    width: 100%;
    height: 100%;
}
.circle-section .circle-grid-section .circle-grid-item .image-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6474790599833684) 20%, rgba(0,0,0,0.2553221972382703) 63%);
    z-index: 1;
}
.circle-section .circle-grid-section .circle-grid-item .cont-section{
    position:absolute;
    width: 100%;
    height:auto;
    left: 0;
    bottom: 0;
    color:var(--c6);
    z-index: 2;
    padding:0px 20px 20px 20px;
}
.circle-section .circle-grid-section .circle-grid-item .cont-section a{
    display: inline-block;
}
.circle-section .circle-grid-section .circle-grid-item .cont-section img{
    width: 23px;
    object-fit: contain;
}
/* CIRCLE-SECTION-END */
/* MAKE-CARRER-SECTION-START  */
.make-career-section{
    width: 100%;
    height: auto;
    position: relative;
    background: url(../images/career-out-bg.jpeg) center center no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: top;
}
.make-career-section .career-container{
    position: relative;
    width: 100%;
    height: 100%;

}
.make-career-section .career-container::before {
    position: absolute;
    content: '';
    width: 108%;
    height: 242px;
    left: -20px;
    top: -122px;
    border-radius: 50%;
    background: var(--c5);
    z-index: 9;
}
.make-career-section::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#DDDDB8;
    mix-blend-mode: multiply;
    z-index: 9;

}
.make-career-section .img-section{
    width: 100%;
    height: 100%;
}
.make-career-section .img-section img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.make-career-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(225deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8155462868741247) 100%);
}
.make-career-section .career-content{
    max-width: 500px;
    color:var(--c6);
    position: relative;
    z-index: 9;
    padding:310px 0px 280px 0px;
}
.make-career-section .career-content h2{
    padding-bottom: 16px;
}
.make-career-section .career-content .green-button{
    margin-top: 40px;
    color:var(--c4);
}
/* MAKE-CARRER-SECTION-END  */


/* ABOUT-US PAGE END */
/* JOIN-OUR-CIRCLE-PAGE-START */
.circle-hero-wrapper{
    width: 100%;
    height: auto;
    padding:160px 0px 110px 0px;
    position: relative;
    z-index: 1;
}
.circle-hero-wrapper .circle-hero-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-left{
    max-width: 510px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-left h1{
    line-height: 100px;
    padding-bottom: 50px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-left h4{
    font-weight:500;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-left .green-button{
    margin-top: 30px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-left .green-button:hover{
    background: var(--c4);
    color:var(--c6);
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right{
    display:flex;
    flex-wrap: wrap;
    column-gap: 25px;
    justify-content: space-between;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item{
    width:274px;
    height: 287px;
    background:url(../images/circle-hero-right-bg.png) top center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: contain;

}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item.right-item-2{
    margin: 70px 60px 0px 0px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item.right-item-3{
    margin-left: 60px;
    margin-top:-50px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item.right-item-4{
    margin-top:45px;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item .image-section{
    width: 204px;
    height: 204px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.circle-hero-wrapper .circle-hero-grid .circle-hero-right .hero-right-item .image-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* JOIN-OUR-CIRCLE-PAGE-END */
/* exceptional-service-section-start */
.exceptional-service{
    width: 100%;
    height:602px;
}
.exceptional-service .image-section{
    width: 100%;
    height: 100%;
    position: relative;
}
.exceptional-service .image-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exceptional-service .image-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7049194677871149) 93%);

}
.field-work-section.about-section .custom-container .field-work-container {
	background: var(--c4);
}
.exceptional-service .custom-container .content-section{
    position: absolute;
    left: 0;
    bottom:0;
    padding-bottom: 70px;
    max-width: 1030px;
    color:var(--c6);
    padding-left: 100px;
}
.exceptional-service .custom-container{
    position: relative;
}

/* exceptional-service-section-end */
/* EXCEPTIONAL-TALENT-SECTION-START */
.exceptional-talent-section{
    width: 100%;
    height: auto;
    padding:115px 0px;
}
.exceptional-talent-section h2{
    padding-bottom:35px;
}
/* EXCEPTIONAL-TALENT-SECTION-END */
/* CAREER-OPPURTINITES-SECTION-START */
.career-oppurtinites-section{
    width: 100%;
    height: auto;

}
.career-oppurtinites-section .custom-container{
    padding:0px 50px;
}
.career-oppurtinites-section .career-oppurtinites-grid{
    width: 100%;
    height: 630px;
    background: var(--c4);
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:var(--c6);
}
.career-oppurtinites-section .career-oppurtinites-grid .career-oppurtinites-image{
    width: 47.22%;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
}
.career-oppurtinites-section .career-oppurtinites-grid .career-oppurtinites-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-oppurtinites-section .career-oppurtinites-grid .career-oppurtinites-content{
    width: 52.23%;
    padding: 0px 50px;

}
.career-oppurtinites-section .career-oppurtinites-grid .career-oppurtinites-content h2{
    padding-bottom:35px;
}
/* CAREER-OPPURTINITES-SECTION-END */
/* CURRENT-OPPURTINITY-SECTION-START */
.current-oppurtinity-section{
    width: 100%;
    height: auto;
    background:var(--c4);
    margin-top: 120px;
    padding-top:140px;
    color:var(--c6);

}
.current-oppurtinity-section .staff-recruiter-grid{
    column-gap: 20px;
    padding-top:80px;
    column-count: 2;
    column-gap: 25px;
}
.current-oppurtinity-section .staff-recruiter-grid .staff-recruiter-grid-item{
    position: relative;
    padding:40px 0px;
    display:grid;
}
.current-oppurtinity-section .staff-recruiter-grid .staff-recruiter-grid-item h3{
    color:var(--c6);
}
.current-oppurtinity-section .staff-recruiter-grid .staff-recruiter-grid-item::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(52deg, rgba(175,201,12,1) 0%, rgba(221,221,184,1) 100%);

}
.current-oppurtinity-section .staff-recruiter-grid .staff-recruiter-grid-item::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(52deg, rgba(175,201,12,1) 0%, rgba(221,221,184,1) 100%);

}
.current-oppurtinity-section .oppurtinity-get-in-touch-wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 717px;
    text-align: center;
    padding-top: 100px;
    position: relative;
    z-index: 9;
}
.current-oppurtinity-section .oppurtinity-get-in-touch-wrapper h3{
    padding-bottom: 15px;
}
.current-oppurtinity-section .oppurtinity-get-in-touch-wrapper h4{
    font-weight:500;
}
.current-oppurtinity-section .oppurtinity-get-in-touch-wrapper .contact-button{
    width: 397px;
    height: 397px;
    background: var(--c4);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom:50px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;

}
.current-oppurtinity-section .current-oppurtinity-bottom{
    position: relative;
    width: 100%;
    height: 476px;
}
.current-oppurtinity-section .current-oppurtinity-bottom img{
    object-fit:cover;
    object-position:bottom;
}
.current-oppurtinity-section .current-oppurtinity-bottom::after {
    position: absolute;
    content: '';
    width: 110%;
    height: 182px;
    border-radius: 50%;
    background: url(../images/green-ellipse.png) center bottom no-repeat;
    background-size:118%;
    left: 0px;
    top: -92px;
}
.current-oppurtinity-section .current-oppurtinity-bottom .single-image-section{
    width: 100%;
    height: 100%;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section{
    position: absolute;
    width: 563px;
    height: 155px;
    left:50%;
    transform: translateX(-50%);
    bottom: -80px;;
    z-index: 9;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section .recruiment-image-grid{
    display: flex;
}
.filter-main {
    position: relative;
    z-index: 9;
}
.filter-main .filter-selected h6{
    font-size:18px;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section .recruiment-image-grid .image-grid-item{
    width: 147.68px;
    height: 154.51px;
    background: url(../images/recruit-img-bg.svg) top center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section .recruiment-image-grid .image-grid-item.image-grid-item-2 {
    margin-left: -42px;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section .recruiment-image-grid .image-grid-item .img-sec{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.current-oppurtinity-section .current-oppurtinity-bottom .multiple-image-section .recruiment-image-grid .image-grid-item .img-sec img{
    object-fit: cover;
}
/* CURRENT-OPPURTINITY-SECTION-END */
/* RESUME-SECTION-START */
.resume-section{
    width: 100%;
    height: auto;
    padding:170px 0px 200px 0px;
}
.resume-section .resume-grid{
    display: flex;
    justify-content: space-between;
}
.resume-section .resume-grid-content{
    width: 48.87%;
}
.resume-section .upload-resume-section{
    width: 40.32%;
    height: 230px;
    background: var(--c2);
    padding:36px 30px 0px 30px;
    position:relative;
}
.resume-section .resume-grid-content h2{
    padding-bottom: 35px;
}
.resume-section .upload-resume-section h5{
    padding-bottom: 10px;
}
.resume-section .upload-resume-section .upload-resume-outer {
    position: absolute;
    width: 250px;
    height: 103px;
    border-radius: 51.5px;
    background: var(--c2);
    bottom: -50px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 13px;
}
.resume-section .upload-resume-section .upload-resume-outer .green-button{
    background: var(--c4);
    border: none;
    cursor: pointer;
}
.resume-section .upload-resume-section .upload-resume-outer input {
    position: absolute;
    right: -57px;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    background: var(--c4);
    bottom: 40px;
}
.resume-section .upload-resume-section .upload-resume-outer .green-button:hover{
    background: var(--c1);
}

/* RESUME-SECTION-END */

/* FIND-TALENT-PAGE-START */
.hero-wrapper.sub-page-hero-wrapper.find-talent-hero-wrapper{
    position:relative;
}
.hero-wrapper.sub-page-hero-wrapper.find-talent-hero-wrapper::before{
    background:url(../images/find-banner-before.png) left top no-repeat;
    background-size:contain;
}
.hero-wrapper.sub-page-hero-wrapper.find-talent-hero-wrapper::after{
    background:url(../images/find-banner-after.png) left top no-repeat;
    background-size:contain;
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content{
    max-width:840px;
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content .green-button{
    background: var(--c7);
    color:var(--c6);
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content .green-button:hover{
    background:var(--c8);
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content .button-section {
    padding-top: 50px;
    display: flex;
    gap: 20px;
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content .white-button{
    background: var(--c8);
    color:var(--c6);
}
.hero-wrapper.find-talent-hero-wrapper .hero-content-section .hero-content .white-button:hover{
    background:var(--c7);
}
/* FIELD-WORK-SECTION-START */
.field-work-section{
    width: 100%;
    height: auto;
    color:var(--c6);
}
.field-work-section .custom-container{
    padding:0px 50px;

}
.field-work-section .custom-container .field-work-container{
    padding:115px 50px 90px 50px;
    border-radius:50px;
    background:var(--c7);
}
.field-work-section .field-work-top .field-work-descrption{
    padding-top: 35px;
    display: flex;
    column-gap: 60px;
    justify-content: space-between;
}
.field-work-section .field-work-top .field-work-descrption h5{
    max-width: 500px;
    line-height: calc(var(--f5l) + 10px);
    font-weight: 400;
}
.field-work-section .field-work-top .field-work-descrption p{
    max-width:708px;
}
.submit-vacancy-main.talent-vacancy{
    padding:110px 0px;
}
.field-work-section .field-counter-section{
    padding:60px 50px 0px 50px;
    display: flex;
    justify-content: space-between;
}
.field-work-section .field-counter-section .field-counter-item{
    text-align: center;
}
.field-work-section .field-counter-section .icon-section{
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.field-work-section .field-counter-section .icon-section img{
    object-fit:contain;
}
.field-work-section .field-counter-section .counter-cont-section{
    padding-top:10px;
}
.field-work-section .field-counter-section .counter-cont-section h3{
    font-size:calc(var(--f3) + 10px);
    font-weight:500;
    padding-bottom:10px;
}
.field-work-section .field-counter-section .counter-cont-section p span{
    font-size: calc(var(--f7) - 5px);
    line-height: calc(var(--f7l) - 14px);
}
/* FIELD-WORK-SECTION-END */
/* TALENT-SEARCH-PAGE-START */
.talent-search-section{
    width: 100%;
    height: auto;
    padding:130px 0px 80px 0px;

}
.talent-search-section .talent-search-top{
    max-width: 925px;
    padding-bottom: 50px;

}
.talent-search-section .talent-search-top h2{
    padding-bottom:40px;
}
.talent-search-section .talent-accordian-section{
    padding-top: 35px;
    position: relative;
}
.talent-search-section .talent-accordian-section::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(52deg, rgba(157,134,186,1) 0%, rgba(226,217,241,1) 100%);
}
.talent-search-section .talent-accordian-section .accordion-item{
    background: transparent;
    border:none;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.talent-search-section .talent-accordian-section .accordion-body{
    padding: 0;
}
.talent-search-section .talent-accordian-section .accordion-item::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(52deg, rgba(157,134,186,1) 0%, rgba(226,217,241,1) 100%);
}
.talent-search-section .talent-accordian-section .accordion-button:not(.collapsed) {
    background: transparent;
    color:var(--c4);
    box-shadow: none;
}
.talent-search-section .talent-accordian-section .accordion-button{
    font-size: calc(var(--f3));
    line-height: calc(var(--f3l));
    font-weight: 300;
    padding:0;
    background: transparent;
    display:flex;
    justify-content: space-between;
}
.talent-search-section .talent-accordian-section .accordion-button p{
    width:100%;
}
.talent-search-section .talent-accordian-section .accordion-button.collapsed span{
    transform:rotate(0);
    transition:0.2s ease-in-out;
    transform-origin: center;
}
.talent-search-section .talent-accordian-section .accordion-button::after{
    display:none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 34px;
    height: 20px;
    margin-left: auto;
    content: "";
    background:url(../images/union.png) right center no-repeat;
    transition:0.2s ease-in-out;
}
.talent-search-section .talent-accordian-section .accordion-button:focus{
    background: transparent;
    color:var(--c4);
    box-shadow: none;
}
.talent-search-section .talent-accordian-section .accordion-button:not(.collapsed) span{
    transform:rotate(90deg);
    transform-origin: center;
}
.talent-search-section .talent-accordian-section .accordion-button:not(.collapsed) span svg path{
    fill:var(--c8)
}
.talent-search-section .talent-accordian-section .accordion-body{
    padding-top: 30px;
}
.talent-search-section .talent-accordian-section .accordion-body p{
    font-size: var(--f5);
    line-height: calc(var(--f5l) + 10px);

}
.talent-search-section .talent-accordian-section .accordion-body ul{
    column-count: 2;
    padding: 30px 0px 0px 20px;
}
.talent-search-section .talent-accordian-section .accordion-body ul li{
    list-style-type:disc;
    font-size:calc(var(--f6) - 2px);
    line-height: calc(var(--f6l) + 1px);
    padding-bottom: 10px;
 
}

.talent-search-section .talent-accordian-section .accordion-button:not(.collapsed)::after{
    display:none;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/union-1.png) right center no-repeat;
    width: 28px;
    height: 20px;
    transform: rotate(0deg);
    background-size: contain;
}
/* EMPLOY-CHARTER-SECTION-START */
.employ-charter-section{
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
.employ-charter-section .employ-charter-container{
    position: relative;
}
.employ-charter-section .employ-charter-heading{
    max-width: 1030px;
    padding-bottom: 50px;
}
.employ-charter-section .employ-charter-heading h2{
    padding-bottom: 35px;
}
.employ-charter-section .employ-charter-bottom-tab-section {
    display: flex;
    justify-content: space-between;
    column-gap: 45px;
    position: relative;
    z-index: 4;
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu{
    width: 606px;
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu li{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu li.active a span{
    background: var(--c4);
    color:var(--c6);
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu li a span{
    text-align: center;
    width:34px;
    height: 34px;
    line-height: 34px;
    font-size: var(--f7);
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    margin-right:10px;
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu li::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(129deg, rgba(20,20,20,1) 0%, rgba(226,217,241,1) 100%);
}
.employ-charter-section .employ-charter-bottom-tab-section .tabs-menu li a{
    font-size: var(--f5);
    line-height:var(--f5l);
    font-weight: 500;
    color:var(--c4);
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan{
    width: 584px;
    height: 566px;
    position: relative;
    display: none;
}

.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan.active{
    display: block;
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan .image-section{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan .image-section img{
    object-fit: cover;
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan .image-section::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01724439775910369) 0%, rgba(0, 0, 0, 0.6110819327731092) 100%);
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-pan .content-section h6{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--c4);
    border-radius: 50%;
    font-size:var(--f7);
    color:var(--c6);
    font-weight: 500;
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-pan .content-section h5{
    padding: 7px 0px 16px 0px;
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-pan .content-section{
    position: absolute;
    top: 54%;
    left: 0;
    padding:0px 60px;
    color:var(--c6);
    transform:translateY(-50%);
}
.employ-charter-section .employ-charter-bottom-tab-section .tab-pan .content-section .button-section{
    display:flex;
    margin-top:35px;
    justify-content:center;
}
/*.employ-charter-section .employ-charter-bottom-tab-section .tab-content .tab-pan.active .content-section{*/
/*    animation: zoomIn 0.5s ease-in-out;*/
/*}*/
/*@keyframes zoomIn {*/
/*  from {*/
    transform: scale(0.5) translateY(-50%); /* Start at half size */
    opacity: 0; /* Optional: Start invisible */
/*  }*/
/*  to {*/
    transform: scale(1) translateY(-50%); /* End at full size */
    opacity: 1; /* Optional: Fully visible */
/*  }*/
/*}*/
.employ-charter-section .employ-charter-bottom-tab-section .content-section .button-section{
    text-align: center;
    margin-top: 70px;
}
.employ-charter-section .employ-charter-bottom-tab-section .content-section .green-button{
    background: var(--c8);
    
}
.employ-charter-section .employ-charter-bottom-tab-section .content-section .green-button:hover{
    background: var(--c7);
    color:var(--c6);
}
.employ-charter-section .arrow-down-section{
    width: 397px;
    height: 397px;
    background: var(--c5);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 50px;
    border-radius: 50%;
    position: absolute;
    bottom:-320px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
    padding-bottom:90px;
}
.employ-charter-section .arrow-down-section .arrow-down-inner{
    display:flex;
    gap:21px;
}
.employ-charter-section .arrow-down-section .arrow-down-inner .prev-btn, .employ-charter-section .arrow-down-section .arrow-down-inner .next-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--c6);
    text-align: center;
    cursor: pointer;
    transition:0.2s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center;
}
.employ-charter-section .arrow-down-section .arrow-down-inner .prev-btn:hover, .employ-charter-section .arrow-down-section .arrow-down-inner .next-btn:hover{
    background:var(--c4);
}
.employ-charter-section .arrow-down-section .arrow-down-inner .prev-btn:hover img, .employ-charter-section .arrow-down-section .arrow-down-inner .next-btn:hover img{
    filter:invert(1) brightness(100%); 
}
.employ-charter-section .arrow-down-section .arrow-down-inner .prev-btn img , .employ-charter-section .arrow-down-section .arrow-down-inner .next-btn img{
    width:11px;
    height:20px;
    transition:0.2s ease-in-out;
}
/* EMPLOY-CHARTER-SECTION-END */

/* VALUE-OFFERING-SECTION-START */
.value-offering-section{
    width: 100%;
    height:auto;
    background: url(../images/value-offering-bg.jpeg) center top no-repeat;
    padding:200px 0px 150px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.value-offering-section::before {
    position: absolute;
    content: '';
    width: 110%;
    height: 242px;
    left: -35px;
    top: -123px;
    background: var(--c5);
    z-index: 1;
    border-radius: 0px 0px 50% 50%;
}
.value-offering-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.value-offering-section .value-offering-container{
   color: var(--c6);
   position: relative;
   z-index: 2;
}
.value-offering-section .value-offering-container .value-offring-top-section{
    max-width:1030px;
}
.value-offering-section .value-offering-container h2{
    padding-bottom: 35px;
}
.value-offering-section .value-offer-bottom{
    padding-top:60px;
}
.value-offering-section .value-offer-bottom .value-offer-bottom-text{
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.value-offering-section .value-offer-bottom .value-offer-bottom-text div.leftCol{
    max-width: 500px;
}
.value-offering-section .value-offer-bottom .value-offer-bottom-text div.rightCol{
    max-width: 712px;
}
.value-offering-section .value-offer-bottom .value-offer-bottom-text ul li{
    list-style-type: disc;
}
/* VALUE-OFFERING-SECTION-END */
/* FIND-TALENT-PAGE-END */
/* FIND-YOUR-CAREER-PAGE-START */
.hero-wrapper.sub-page-hero-wrapper.find-your-career-wrapper{
    position:relative;
}
.hero-wrapper.sub-page-hero-wrapper.find-your-career-wrapper::before{
    background:url(../images/find-career-banner-before.png) left top no-repeat;
    background-size:contain;
}
.hero-wrapper.sub-page-hero-wrapper.find-your-career-wrapper::after{
    background:url(../images/find-career-banner-after.png) left top no-repeat;
    background-size:contain;
}
.hero-wrapper.find-your-career-wrapper .button-section{
    margin-top:50px;
    position: relative;
}
.hero-wrapper.find-your-career-wrapper .button-section .green-button{
    background: var(--c9);
    border: none;
    cursor:pointer;

}
.hero-wrapper.find-your-career-wrapper .button-section .green-button:hover{
    background: var(--c10);
}
.hero-wrapper.find-your-career-wrapper .button-section input {
    position: absolute;
    left: 53px;
    opacity:0;
    cursor: pointer;
    background: var(--c4);
    top: 20px;
}
.hero-wrapper.find-your-career-wrapper .hero-content-section .hero-content {
    max-width: 800px;
}
.hero-wrapper.find-your-career-wrapper .hero-content-section {
    padding: 300px 0px 76px 0px;
}
.field-work-section.about-section .field-work-descrption h5{
    max-width:818px;
    font-weight:400;
}
.field-work-section.about-section .upload-step-section{
    padding-top: 60px;
    display:flex;
    justify-content: space-between;
    column-gap: 25px;
}
.field-work-section.about-section .upload-step-section .step-1{
    text-align: center;
    width: calc(25% - 25px);
}
.field-work-section.about-section .upload-step-section .step-1 h6{
    font-size: calc(var(--f8) + 2px);
    line-height: calc(var(--f8l) - 2px);
    font-weight: 600;
    padding-bottom:15px;
}
.field-work-section.about-section .upload-step-section .step-1 .icon{
    width: 75px;
    height: 75px;
    margin:15px auto;
}
.field-work-section.about-section .upload-step-section .step-1 h5{
    font-weight:300;
}
.field-work-section.about-section .upload-step-section .step-1 .icon img{
    object-fit: contain;
}
/* ACHIEVEMENT-BASED-RESUME-SECTION-START */
.achievement-resume-section{
    width: 100%;
    padding-top:120px;
}
.achievement-resume-section .custom-container{
    padding:0px 50px;
    height: 100%;
}
.achievement-resume-section .achivement-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;

}
.achievement-resume-section .achivement-container .achievement-left-section{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    color:var(--c6);
}
.achievement-resume-section .achivement-container .achievement-left-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(173deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4990371148459384) 100%);
    
}
.achievement-resume-section .achivement-container .achievement-left-section .image-section{
    width: 100%;
    height:873px;
}
.achievement-resume-section .achivement-container .achievement-left-section .image-section img{
    object-fit: cover;
}
.achievement-resume-section .achivement-container .achievement-left-section:last-child{
    border-radius: 0px 50px 50px 0px;
}
.achievement-resume-section .achivement-container .achievement-left-section .content-section{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding:50px 50px 140px 50px;
}
.achievement-resume-section .achivement-container .achievement-left-section .content-section p{
    min-height: 120px;
}
.achievement-resume-section .achivement-container .achievement-left-section .content-section h2{
    padding-bottom: 35px;
}
.achievement-resume-section .achivement-container .achievement-left-section .content-section .white-button{
    padding:6px 20px;
    background: var(--c9);
    margin-top: 50px;
    color:var(--c6)
}
.achievement-resume-section .achivement-container .achievement-left-section .content-section .white-button:hover{
    background: var(--c10);
    color:var(--c9);
}
.employ-charter-section.talent-charcter-section{
    padding:140px 0px;
}
.employ-charter-section.talent-charcter-section .employ-charter-bottom-tab-section {
    display: block;
}
.employ-charter-section.talent-charcter-section .tabs-menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.employ-charter-section.talent-charcter-section .tabs-menu ul{
    display: flex;
    column-gap: 18px;
}
.employ-charter-section.talent-charcter-section .tabs-menu::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(129deg, rgba(20, 20, 20, 1) 0%, rgba(226, 217, 241, 1) 100%);
}
.employ-charter-section.talent-charcter-section .tabs-menu ul li{
    display: flex;
    position: relative;
}
.employ-charter-section.talent-charcter-section .tabs-menu ul li:last-child::after{
    display:none;
}
.employ-charter-section.talent-charcter-section .tabs-menu ul li::after {
    position: relative;
    display: inline-block;
    content: '';
    width: 15px;
    height: 1px;
    left: 0px;
    top: 25px;
    background: #BCBCBC;
}
.employ-charter-section.talent-charcter-section .employ-charter-bottom-tab-section .tabs-menu li.active a span {
    background: var(--c9);
    color: var(--c6);
}
.employ-charter-section.talent-charcter-section .employ-charter-bottom-tab-section .tabs-menu li a span{
    width: 48px;
    line-height: 48px;
    height:48px;
    background: var(--c4);
    color:var(--c6);
}
.employ-charter-section.talent-charcter-section .employ-charter-bottom-tab-section .tab-content .tab-pan {
    width: 100%;
    height:auto;
    position: relative;
    display: none;
    padding-top: 30px;
}
.employ-charter-section.talent-charcter-section .employ-charter-bottom-tab-section .tab-content .tab-pan.active {
    display: block;
}
.employ-charter-section.talent-charcter-section .tabs-menu .tab-arrow{
    display: flex;
    justify-content: space-between;
    column-gap: 25px;

}
.employ-charter-section.talent-charcter-section .tabs-menu .tab-arrow .tabs-arrow-left, .employ-charter-section.talent-charcter-section .tabs-menu .tab-arrow .tabs-arrow-right {
    width: 40px;
height: 40px;
line-height:40px;
border-radius: 50%;
background: var(--c6);
text-align: center;
  display:flex;
    justify-content:center;
    align-items:center;
cursor: pointer;
}
.employ-charter-section.talent-charcter-section .tabs-menu .tab-arrow .tabs-arrow-left img, .employ-charter-section.talent-charcter-section .tabs-menu .tab-arrow .tabs-arrow-right img{
    width:11px;
    height:20px;
    object-fit: contain;

}


/* ACHIEVEMENT-BASED-RESUME-SECTION-END */
/* REFER-FRIEND-SECTION-START */
.refer-friend-section{
    width: 100%;
    height: auto;
    padding-bottom: 250px;
}
.refer-friend-section .refer-heading-section .refer-description-section{
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}
.refer-friend-section .refer-heading-section .refer-description-section h5{
    max-width: 50%;
    line-height: calc(var(--f5l) + 10px);
}
.refer-friend-section .refer-heading-section .refer-description-section p{
    max-width: 50%;

}
.refer-friend-section .refer-form-section{
    margin: 0 auto;
    max-width:1340px;
    padding:50px;
    background: var(--c6);
    border-radius: 50px;
    margin-top: 80px;
}
.refer-friend-section .refer-form-section .friend-form-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer{
    width: calc(33.3% - 30px);
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .label{
    font-size: var(--f7);
    line-height: calc(var(--f7l) - 7px);
    color:var(--f4);
    font-weight: 500;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .label span{
    color:#FF5555;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .form-control{
    background: transparent;
    border:none;
    border-bottom:1px solid var(--c4);
    font-size:var(--f6);
    line-height:calc(var(--f6l) + 10px);
    color:var(--f4);
    font-weight: 500;
    border-radius: 0;
    padding-left:0px;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .form-control::placeholder{
    opacity: 50%;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .form-control:focus{
    outline: none;
    box-shadow: none;
}
.refer-friend-section .refer-form-section .friend-form-section .form-outer .form-control:focus::placeholder{
    opacity: 0;
}
.refer-friend-section .refer-form-section .form-button{
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
} 
.refer-friend-section .refer-form-section .form-button .white-button{
    border: none;
    background: var(--c9);
    color:var(--c6);
    margin-left: auto;

}
.refer-friend-section .refer-form-section .form-button .white-button:hover{
    background: var(--c4);
    color:var(--c6);
}
/* REFER-FRIEND-SECTION-END */
/* FIND-YOUR-CAREER-PAGE-END */
/* JOB-SEARCH-PAGE-START */
.hero-wrapper.job-search-hero-wrapper.find-your-career-wrapper{
    background-color:var(--c6);
    height:auto;
}

find-your-career-wrapper .hero-content h1 {
    padding-bottom: 25px;
    color:var(--c4);
    text-align: center;
}
.hero-wrapper.find-your-career-wrapper.job-search-hero-wrapper::before{
    position: absolute;
    content:'';
    width: 390px;
    height: 258px;
    left:-52px;
    top: 0;
    background: url(../images/find-career-banner-before.png) top left no-repeat;
    background-size: contain;
}
.hero-wrapper.find-your-career-wrapper.job-search-hero-wrapper::after{
    position: absolute;
    content: '';
    width: 217px;
    height: 482px;
    left: 90%;
    top: 0;
    background: url(../images/find-career-banner-after.png) left top no-repeat;
    background-size: contain;
}
.hero-wrapper.job-search-hero-wrapper .hero-content-section{
    position: relative;
    padding:200px 0px 100px 0px;
}
.hero-wrapper.job-search-hero-wrapper .hero-content-section .hero-content {
    max-width:100%;
    position: relative;
}
.hero-wrapper.job-search-hero-wrapper .hero-content-section .hero-content h1{
    color:var(--c4);
    text-align: center;
}
/* dropdown */
.hero-wrapper.job-search-hero-wrapper .dowpdown-outer-main{
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
}
.hero-wrapper.job-search-hero-wrapper .dowpdown-outer-main .dropdown-inner {
    width: calc(33.3% - 45px);
    border-bottom: 1px solid var(--c5);
   
}
.hero-wrapper.job-search-hero-wrapper .dowpdown-outer-main .dropdown-inner .form-control{
    border:none;
    background: transparent;
    font-size: calc(var(--f6) - 2px);
    line-height:calc(var(--f6l) - 2px) ;
    color:var(--c4);
    font-weight: 300;

}
.hero-wrapper.job-search-hero-wrapper .dowpdown-outer-main .dropdown-inner .dropdown.input-text{
    display: flex;
    align-items: center;
}
.hero-wrapper.job-search-hero-wrapper .dropdown {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 29px;
    color: var(--c4);
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1;
    z-index: 9;
    max-height:254px;
    overflow-y:auto;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1)
    
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__filter {
    position: relative;
    display: flex;
    color: #595959;
    font-size: 14px;
    transition: 0.3s;    
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__filter-selected{
    font-size: 22px;
    color: var(--c4);
    font-weight: 300;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__filter-selected h6{
    font-size: 22px;
    color: var(--c4);
    font-weight: 300;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__filter:focus {
    outline: none;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__filter::after {
    position: absolute;
    top: 44%;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--c4);
    border-bottom: 1px solid var(--c4);
    transform: rotate(45deg) translateX(-45%) translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 18px;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__select-option {
    padding: 11px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s;
    color: var(--c4);
    line-height: 1.3;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .hero-wrapper.job-search-hero-wrapper .dropdown__select-option:hover {
    background-color: #e9ecef;
  }
  .hero-wrapper.job-search-hero-wrapper .button-outer {
    margin: 0 auto;
    width: 397px;
    height: 397px;
    background: var(--c6);
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    z-index: -1;
    padding-bottom: 65px;
}
  .hero-wrapper.job-search-hero-wrapper .button-outer .green-button{
    background: var(--c9);
    border: none;


  }
  .hero-wrapper.job-search-hero-wrapper .button-outer .green-button:hover{
    background: var(--c4);
    color:var(--c6);
  }
  .job-search-section{
    width: 100%;
    height: auto;
    padding:175px 0px 120px 0px;
    position: relative;
    overflow: hidden;
  }
  .job-search-section::before{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    left: -255px;
    top: 100px;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;
  }
  .job-search-section::after{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    right: -255px;
    top:-100px;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;
  }
  .job-search-section .job-search-inner{
    position: relative;
  }
  .job-search-section .job-search-inner::before{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    right: 50px;
   bottom: 0;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;
  }
  .job-search-section .filter-section{
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    width: 202px;
    margin-right:36px;
    position:relative;
    top:-25px;
  }
  .job-search-section .filter-section .dropdown{
    background: none;
    padding:0;
  }
  .job-search-section .filter-section .dropdown h6{
    font-size: 17px;
    font-weight:300;
  }
  .job-search-section .filter-section .dropdown .dropdown__filter-selected h6 {
    font-size: 17px;
    color: var(--c4);
    font-weight:600;
}
.job-search-section .filter-section .dropdown__filter::after {
    position: absolute;
    top: 44%;
    right: -26px;
}
.job-search-section .filter-section .dropdown__select {
    /*width: 120%;*/
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
    /*padding:20px;*/
    z-index:99;
}
.filter-section .dropdown__filter {
    min-width: 100px!important;
} 
.job-search-section .job-search-bottom .job-lists{
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:25px;
}
.job-search-section .job-search-bottom .job-search-item{
    padding:36px 30px 30px 30px;
    background: var(--c6);
    color:var(--c4);
}
.job-search-section .job-search-bottom .job-search-item a{
    color:var(--c4);
}
.job-search-section .job-search-bottom .job-search-item:hover a{
    color:var(--c6);
}
/*.job-search-section .job-search-bottom .job-search-item p{*/
/*    min-height:60px;*/
/*}*/
.job-search-section .job-search-bottom .job-search-item:hover {
    background: var(--c4);
    color:var(--c6);
}
.job-search-section .job-search-bottom .job-search-item:hover .outline-button{
    color:var(--c6);
}
.job-search-section .job-search-bottom .job-search-item h6{
  /*  min-height: 65px; */
}
.job-search-section .job-search-bottom .job-search-item .outline-button {
    padding: 2px 7px;
    font-size: calc(var(--f7) - 6px);
    border-color: var(--c9);
    color: var(--c4);
    margin-top: 8px;
}
.job-search-section .job-search-bottom .job-search-item .outline-button:hover{
    background: var(--c9);
    color:var(--c6);
}
.pagination-outer {
    width: 100%;
    min-width:300px;
    margin: 120px auto 0px auto;

}
.pagination-outer ul{
    display: flex;
    justify-content:center;
    column-gap: 20px;
}
.pagination-outer ul li{
        width: 50px;
    height: 50px;
    line-height:48px;
    border-radius: 50%;
    text-align: center;
    border:1px solid var(--c4);
    overflow:hidden;
}
 .pagination-outer ul li.page-item.disabled{
     border:none;
}
.pagination-outer ul li.page-item.disabled .page-link {
    background:var(--c5);
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    opacity:.6;

}
.pagination-outer .page-item.active{
border:none;
}
.job-description-section {
    padding-top: 50px;
}
.pagination-outer .page-item.active .page-link {
    z-index: 3;
    color:var(--c9);
    background-color: var(--c5);
    border-color: var(--c9);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.pagination-outer ul li a{
    padding:0px !important;
    font-size: var(--f7);
    color:var(--c4);
    font-weight: 600;
    background:transparent;
    border:none;
    cursor:pointer;
    

}
.pagination-outer ul li a:hover{
    background: var(--c4);
    color:var(--c6);
    border:none;

}
.pagination-outer ul li.left-arrow a{
    background: var(--c9);
    overflow: hidden;
    border: none;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;

}
 .pagination-outer ul li.left-arrow a:hover{
    background: var(--c4);
}
 .pagination-outer ul li img{
    width: 11px;
    height:20px;
    object-fit: contain;
    filter:invert(1);
    
}

/* JON-SEARCH-PAGE-END */
/* JOB-DETAILS-PAGE-START */
.job-details-section{
    width: 100%;
    height: auto;
    padding:220px 0px 120px 0px;
    position: relative;
}
.job-details-section::before{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    left: -255px;
    top: 738px;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;

}
.job-details-section::after{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    right: -255px;
    top: 512px;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;

}
.job-details-section .city-section{
    display: flex;
    justify-content: space-between;
    column-gap: 48px;
    padding:35px 0px 45px 0px;
}
.job-details-section a{
    font-size: var(--f8);
    line-height:calc(var(--f8l));
    color:var(--c4);
    font-weight: 300;
    text-decoration: underline;

}
.job-details-section a:hover{
    text-decoration: none;
}
.job-details-section .apply-now-button {
    padding-top: 50px;
}
.job-details-section .apply-now-button a{
    text-decoration: none;

}
.job-details-section .apply-now-button .green-button{
    background: var(--c9);
    color:var(--c6);
}
.job-details-section .apply-now-button .green-button:hover{
    background: var(--c4);
}

.job-details-section .job-description-section h6{
    padding:50px 0px 25px 0px;
    font-size:calc(var(--f6) + 5px);
    line-height:calc(var(--f6l) + 5px);
}
.job-details-section .job-description-section ul{
    padding-left: 10px;
    margin-left: 20px;
}
.job-details-section .job-description-section ul li{
    list-style-type: disc;
}
.job-details-section .job-description-section .share-job{
    padding-top: 50px;
    display: inline-block;
}
.job-details-section .job-details-inner{
    position: relative;
}
.job-details-section .job-details-inner::after{
    position: absolute;
    content: '';
    width: 779px;
    height: 779px;
    right: 50px;
   top:1047px;
    border-radius: 50%;
    background: var(--c6);
    z-index: -1;
    opacity: 40%;
}
/* JOB-DETAILS-PAGE-END */

.purle-button{
    background: var(--p1);
    color: white;
    padding: 24px 40px;
    border-radius: 40px;
    font-size: var(--f8);
    font-weight: 500;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.purle-button:hover{
    background: var(--p2);
    color: white;
}
.dark-purple-button{
    background: var(--p2);
    color: white;
    padding: 24px 40px;
    border-radius: 40px;
    font-size: var(--f8);
    font-weight: 500;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.dark-purple-button:hover{
    background: var(--p1);
    color: white;
}
.outline-dark-button{
padding: 10px 24px;
border: 1px solid var(--c4);
font-size: var(--f7);
line-height: calc(var(--f7l) - 7px);
color: var(--c4);
border-radius: 40px;
width: fit-content;
font-weight:500;
}
.outline-dark-button:hover{
background: var(--c4);
color: var(--c6);
}
header .nav-button.nav-round-button .green-button {
    padding: 10px 24px;
        border-radius:31.5px;
        font-size:17px;
}

/* .hero-wrapper.sub-page-hero-wrapper.expertise-hero-wrapper{
    background-size: cover;
    background-position: bottom;
} */
.hero-wrapper.sub-page-hero-wrapper.expertise-hero-wrapper .hero-content-section {
    padding: 300px 0px 50px 0px;
}
.hero-wrapper.sub-page-hero-wrapper.case-studies-hero .hero-content-section .hero-content{
    max-width: 100%;
}
.hero-wrapper.sub-page-hero-wrapper.case-studies-hero .hero-content-section .hero-content h5{
    padding-bottom: 40px;
}
.section-links-main{
    padding-bottom: 50px;
}
.section-links-main .section-links-inner{
    display: flex;
    gap: 30px;
}
.section-links-main .section-links-inner .section-links-item a, .section-links-main .section-links-inner .section-links-item p{
    color: var( --c4);
    font-size: var(--f8);
    font-weight: 500;
    position: relative;
}
.section-links-main .section-links-inner .section-links-item a:after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: var( --c4);
}


/* account and finance  */

.expertise-sec-main{
    background: var(--c4);
}
.expertise-sec-main.theme_white{
background: white;
}
.expertise-sec-main .expertise-sec-top{
    position: relative;
    height: 600px;
}
.expertise-sec-img-box{
    height: 100%;
    width: 100%;
    position: absolute;
}
.expertise-sec-img-box:after{
    content: '';
    background: linear-gradient(180deg, rgba(39, 41, 31, 0) 0%, rgba(39, 41, 31, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.expertise-sec-img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.expertise-sec-main .expertise-sec-top .expertise-sec-inner{
    position: relative;
    color: white;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.expertise-sec-main .expertise-sec-top .expertise-sec-inner h2{
    padding-bottom: 30px;
}
.expertise-sec-main .expertise-sec-top .expertise-sec-inner p{
    width: 83%;
}

    /*accordion  */

    .accordion-section-outer{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        padding-top: 50px;
        z-index: 4;
        position: relative;
    }
    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel{
        height: 0;
        transform: translateY(-20px);
        transition: 0.3s ease-in-out;
        color: white;
        opacity: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .expertise-sec-main.theme_white .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel{
        color:  var(--c4);;
    }
    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel.show{
        height: 100%;
        transform: translateY(0);
        transition: 0.3s ease-in-out;
        opacity: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-top: 20px;
    }
    .accordion-button span{
        transform: rotate(-90deg);
        transition: 0.3s ease-in-out;
    }
    .accordion-button.accordion-active span{
        transform: rotate(0);
        transition: 0.3s ease-in-out;
    }
    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-button::after{
        display: none;
    }
    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-button{
        background: none;
        border: none;
        color: white;
        font-size: var(--f5);
        display: flex;
        gap: 23px;
        align-items: center;
        box-shadow: none;
        padding: 0;
        font-weight:500;
    }
    .expertise-sec-main.theme_white .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-button{
        color:  var(--c4);;
    }

    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel .accordion-panel-item {
        border: 1px solid white;
        padding: 0px 10px 0px 10px;
        border-radius: 40px;
        width: max-content;
    }
    .expertise-sec-main.theme_white .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel .accordion-panel-item {
        border: 1px solid  var(--c4);
    }
    .accordion-section-main .accordion-section-outer .accordion-section-inner .accordion-panel .accordion-panel-item span{
     font-size: calc(var(--f8) - 4px);

    }
    .circle-bg-btns{
        position: relative;
        top: 50px;
    }
    .circle-bg-btns .circle-bg-btn-outer{
        background: var(--c4);
        border-radius: 50%;
        display: inline-flex;
        position: relative;
    }
    .circle-bg-btns .circle-bg-btn-outer:before{
        content: '';
        background: var(--c4);
        position: absolute;
        left: 50%;
        bottom: -74px;
        transform: translateX(-50%);
        z-index: 1;
        width: 500px;
        height: 250px;
        border-radius: 0 0 250px 250px;
    }
    .expertise-sec-main.theme_white .circle-bg-btns .circle-bg-btn-outer:before{
        background: white;
    }
    .circle-bg-btns .circle-bg-btn-outer a{
        z-index: 9;
    }
    .expertise-sec-main.theme_white .circle-bg-btns .circle-bg-btn-outer a{
       background:  var(--c4);
       position:relative;
       z-index:9;
    }
    .expertise-sec-main.theme_white .circle-bg-btns .circle-bg-btn-outer a:hover{
        background: var(--c1);
     }


/* submit vacancy */   
.submit-vacancy-main{
    background: var(--c5);
    padding: 200px 0 111px;
}
.submit-vacancy-main .submit-vacancy-outer{
    display: grid;
    grid-template-columns: 288px 1fr;
    gap: 30px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-left{
    display: flex;
    gap: 55px;
    flex-direction: column;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-left h2{
    line-height: normal;
    margin-bottom: 45px;
}
.submit-vacancy-main .submit-vacancy-outer .hiring-tag{
    display: inline-flex;
    /* justify-content: center; */
    position: relative;
    width: max-content;
    padding: 0 18px;
}
.submit-vacancy-main .submit-vacancy-outer .hiring-tag a{
    color:var(--c4);
}
.submit-vacancy-main .submit-vacancy-outer .hiring-tag p{
    display: inline-flex;
    font-size: 40px;
    font-weight: 500;
    position: relative;
}
.submit-vacancy-main .submit-vacancy-outer .hiring-tag:before{
    content: '';
    background: white;
    width: 144px;
    height: 144px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;

}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right{
    padding-top: 30px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right h5{
    margin-bottom:30px ;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form{
    margin-right: 90px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 30px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item label{
    font-weight: 500;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item .label span{
    color:#FF5555;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item .form-control{
    background: none;
    border-bottom: 1px solid var(--c4);
    box-shadow: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 14px 0;
    font-size: var(--f6);
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item .form-control::placeholder{
    font-size: var(--f6);
    color: var(--c4);
    opacity: 0;

}

.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .file-upload{
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 12px 0px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .file-upload input{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .file-upload input:hover + a{
    background: var(--p2);
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .file-upload span{
    font-weight: 500;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .file-upload a{
    padding: 5px 20px;
    background: var(--p1);
    color: white;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file p{
    font-size: 14px;
}
.submit-vacancy-main .submit-vacancy-outer .submit-vacancy-right form .form-item.upload-file .label{
    margin-bottom:20px;
}

.submit-btns{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 25px;
}




/* dropdown */
.dropdown-main {
    padding-bottom: 120px;
    position: relative;
    z-index: 9;
}
.dropdown-main .dowpdown-outer-main{
    display: flex;
    gap: 45px;
}
.dropdown-main .dowpdown-outer-main .dropdown-inner {
    flex: 0 430px;
}
.dropdown {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 29px;
    color: var(--c4);
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1)
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select.selected {
    transform: scaleY(0);
}
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: #595959;
    font-size: 14px;
    transition: 0.3s;    
  }
  .dropdown__filter-selected{
    font-size: 22px;
    color: var(--c4);
    font-weight: 300;
        min-width: 165px;
  }
  .dropdown__filter-selected h6{
    font-size: 22px;
    color: var(--c4);
    font-weight: 300;
  }
  .dropdown__filter:focus {
    outline: none;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 44%;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--c4);
    border-bottom: 1px solid var(--c4);
    transform: rotate(45deg) translateX(-45%) translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 18px;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .dropdown__select-option {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s;
    color: var(--c4);
  }
  .dropdown__select-option:last-of-type {
    border-bottom: 0;
  }
  .dropdown__select-option:hover {
    background-color: #e9ecef;
  }




  /* case cards */
  .case-card-main{
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .case-card-main .case-card-outer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
  }
  .case-card-main .case-card-outer .case-card-item .case-card-content{
    background: var(--c4);
    color: white;
    padding: 30px 30px 89px;
    display: flex;
    gap: 14px;
    height: 330px;
    flex-direction: column;
  }
  .case-card-main .case-card-outer .case-card-item .case-card-content h3{
    font-weight: 300;
    
  }

  .case-btn-outer{
    text-align: end;
    margin-top: -45px;
  }
  .case-btn-inner{
    display: inline-block;
    padding: 14px;
    background: var(--c4);
    border-radius: 51px;
  }


  /*client slider  */
  .clients-section.client-section-inner{
    height: 100%;
    padding: 100px 0px 120px 0px;
    margin-top: 0;
  }
.clients-section.theme-white {
    background: white;
}
.clients-section.theme-white .client-title h2 {
    color: var(--c4);
}
.clients-section.theme-white .client-testimonial .client-description p{
    color: var(--c4);
}
.clients-section.theme-white .client-testimonial .client-tesimonial-left h6 {
    color: var(--c4);
}
.clients-section.theme-white .swiper-pagination .swiper-pagination-bullet {
    background: var(--c4);
}

.clients-section.theme-white .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--c1);
}
.clients-section.theme-white .clients-logo-section::after{
    display: none;
}
.client-section-top-element{
    background: #fff;
    /* border-radius: 255px 255px 0 0; */
    width: 120vw;
    height: 242px;
    border-radius: 100%;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    z-index:-1;
}

.clients-section .swiper-container.image-slider  .swiper-slide .logo-client-main{
    position: relative;
    height: 136px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.clients-section .swiper-container.image-slider .swiper-wrapper{
      -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
}
.clients-section .swiper-container.image-slider  .swiper-slide .logo-client-main .slider-bg-circle{
    position: absolute;
}
.clients-section.theme-white .swiper-container.image-slider  .swiper-slide .logo-client-main .main-img{
   width: 103px;
   height: 43px;
   /* padding: 0 10px; */
   object-fit: scale-down;
}



/* case studies detail */

.detail-content-main{
    background: url(../images/latest/detail-bg-content.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.detail-content-outer{
    padding: 0 50px;
    width: 87%;
    margin: 70px auto 0;
}

.detail-content-outer .detail-content-box p{
    font-size: var(--f4);
    line-height: 1.44;
    padding-bottom: 40px;
}
.detail-content-outer .detail-content-box span{
    font-size: var(--f8);
    font-weight:500;
}
.detail-content-box{
    display: grid;
    grid-template-columns: 50px 1fr;
    background: #fff;
    padding: 70px 50px;
    border-radius: 50px;
    gap: 55px;
    align-items: start;
    border: 1px solid var(--c2);
}
.quote-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-main-content{
    padding: 120px 105px;
}
.detail-main-content .detail-content-area{
    padding-bottom: 50px;
}
.detail-main-content .detail-content-area h2{  
    padding-bottom: 40px;
}
.detail-main-content .detail-content-area p{  
    padding-bottom: 30px;
}
.detail-btn{
    text-align: center;
    padding-top: 10px;
}
.detail-btn a{
    background: var(--c4);
}
.detail-btn a:hover{
    background: var(--c1);
}


/* filter dropdown */

.dropdown-filter {
    width: 100%;
    color: var(--c4);
    display: flex;
    justify-content: flex-end;
}

.dropdown-filter .options-filter{
    display: grid;
    grid-template-columns: auto 135px;
    gap: 12px;
    align-items:center;
}
.dropdown-filter .options-filter p{
    font-weight:300;
}

  .dropdown_filter__switch:checked + .options-filter .dropdown_filter__select {
    transform: scaleY(1);
    opacity: 1;
  }
  .dropdown_filter__switch:checked + .options-filter .dropdown_filter__select:after {
    transform: rotate(-135deg);
  }
  .dropdown__filter {
    width: 100%;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .dropdown__filter {
    position: relative;
    display: flex;
    color: var(--c4);
    font-size: 17px;
    transition: 0.3s; 
    font-weight: 600;   
  }
  .dropdown__filter-selected{
    font-size: 17px;
    color: var(--c4);
    font-weight: 300;
  }
  .dropdown__filter:focus {
    outline: none;
  }
  .dropdown__filter::after {
    position: absolute;
    top: 44%;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid var(--c4);
    border-bottom: 1px solid var(--c4);
    transform: rotate(45deg) translateX(-45%) translateY(-50%);
    transition: 0.3s ease-in-out;
  }
  .dropdown_filter__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 12px);
    margin-top: 5px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 6px;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .filter__select-option {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s;
    color: var(--c4);
  }
  .filter__select-option:last-of-type {
    border-bottom: 0;
  }
  .filter__select-option:hover {
    background-color: #e9ecef;
  }


  /* blog  */

  .blog-outer-main{
    padding-bottom: 120px;
  }
.feature-blog-main{
    padding: 30px 0 50px;
}
.feature-blog-main .fleature-blog-inner{
    display: grid;
    grid-template-columns: 1fr 395px;
    gap: 30px;
}
.feature-blog-main .fleature-img-box {
    height: 355px;
    overflow: hidden;
}
.feature-blog-main .fleature-img-box img{
    object-fit:cover;
}
.feature-blog-main .feature-blog-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-blog-main .content-area{
    display: grid;
    gap: 20px;
}
.feature-blog-main .content-area h4{
    font-weight:500;
}
.feature-blog-main .content-area h4 a{
    color:var(--c4);
}
.feature-blog-main .feature-blog-content p {
    font-size: calc(var(--f7) - 3px);
    line-height: 23px;
    padding-bottom:20px;
}
.blog-column-outer{
    padding-bottom: 50px;
}
.blog-column-outer .blog-column-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.blog-column-outer.two-column .blog-column-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.blog-column-outer .blog-column-inner .blog-img{
    height: 290px;
}
.blog-column-outer .blog-column-inner .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-column-outer .blog-column-inner .blog-column-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.blog-column-outer .blog-column-inner .blog-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
    justify-content: space-between;
    height: 50%;
}
.blog-column-outer .blog-column-inner .blog-content h4{
    font-weight:500;
}
.blog-column-outer .blog-column-inner .blog-content h4 a{
    color:var(--c4);
}


/* pagigantion */

.pagination-main .pagination-inner{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-top: 10px;
}
.pagination-main .pagination-inner .prev-btn.circle-pagination, .pagination-main .pagination-inner .next-btn.circle-pagination{
    background-color: #fff;
    border: none;
}
.pagination-main .pagination-inner .circle-pagination{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 50%;
    border: 1px solid var(--c4);
    cursor: pointer;
    transition: .2s ease-in-out;
}
.pagination-main .pagination-inner .circle-pagination:hover{
    background: var(--c4);
    color: #fff;
}
.pagination-main .pagination-inner .circle-pagination.active{
    background: var(--c4);
    color: #fff;
}
.pagination-main .pagination-inner .page-num{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pagination-main .pagination-inner .circle-pagination svg{
 transition: 0.2s ease-in-out;
}
.pagination-main .pagination-inner .circle-pagination:hover svg path{
    stroke: #fff;
}


/* blog detail */

.hero-wrapper.blog-detail-hero::before{
    background: #000;
    opacity: 40%;
}
.hero-wrapper.blog-detail-hero::after{
    display: none;
}    
.hero-wrapper.blog-detail-hero .hero-content-section {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 300px 0px 70px 0px;
}
.hero-wrapper.blog-detail-hero .hero-content-section .hero-content {
    max-width: 100%;
    display: grid;
    gap: 20px;
}
.blog-category{
    padding-bottom: 5px;
}
.blog-category span{
    color: var(--c1);
    border: 1px solid var(--c1);
    border-radius: 30px;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
}
.blog-category span:hover{
    background:var(--c1);
    color:var(--c4);
}
.hero-wrapper.blog-detail-hero .hero-content-section .hero-content h1 {
    font-size: var(--f2);
    line-height: var(--f2l);
    font-weight: 300;
    padding: 0;
}

.blog-detail-outer{
    padding: 85px 0 120px;
}
.blog-detail-outer .blog-detail-inner h5, .blog-detail-outer .blog-detail-inner h4, .blog-detail-outer .blog-detail-inner h3,.blog-detail-outer .blog-detail-inner h2{
    padding-top: 35px;
    padding-bottom: 30px;
}
.blog-detail-outer .blog-detail-inner p{
    padding-bottom: 15px;
}
.blog-detail-outer .blog-detail-inner p a{
    color:var(--c4);
    text-decoration:underline;
}
.blog-detail-outer .blog-detail-inner p a:hover{
    text-decoration:none;
}
.blog-detail-outer .blog-detail-inner ul, .blog-detail-outer .blog-detail-inner ol{
    padding-inline-start: 25px;
    padding-bottom: 15px;
}
.blog-detail-outer .blog-detail-inner ul li{
    list-style: disc;
}
.blog-detail-outer .blog-detail-inner ol li{
    list-style: decimal;
}
.share-options{
    padding-top: 35px;
}
.share-options .sharing-option-inner{
    display: flex;
    align-items: center;
    gap: 30px;
}
.share-options .sharing-option-inner a{
    width: 52px;
    height: 52px;
    background: var(--c4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor:pointer;
}
.share-options .sharing-option-inner{
    padding-top: 10px;
}
.share-options .sharing-option-inner a img{
    width: 24px;
    height: 24px;
}


@media (min-width: 1400px) and (max-width: 1599px) {
    .detail-content-outer{
        padding: 0 50px;
        width: 100%;
    }
    .hero-wrapper.blog-detail-hero {
        height: 900px;
    }
}

/* CONTACT-SECTION-START */
.contact-section {
    width: 100%;
    height: auto;
    background-size: contain;
    position: relative;
    z-index: 9;
}
.contact-section::before{
    position:absolute;
    content:'';
    width:390px;
    height:298px;
    left:-52px;
    top:0;
    background:url(../images/banner-after.png) left top no-repeat;
}
.contact-section::after{
    position:absolute;
    content:'';
    width:217px;
    height:482px;
    left:90%;
    top:0;
    background:url(../images/banner-before.png) left top no-repeat;
}
.contact-section .contact-section-container{
    padding:310px 0px 0px 0px;
    margin: 0 auto;
    max-width: 820px;
}
.contact-section .contact-form{
    padding-top: 0px;
}
.contact-section .contact-section-container .contact-title{
    text-align: center;
    padding-bottom:80px;
}
.contact-section .contact-form .tabs-menu ul{
    display: flex;
    column-gap: 25px;
    position: relative;
    padding-bottom:30px;
}
.contact-section .contact-form .tabs-menu ul::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    background: linear-gradient(173deg, rgba(175,201,12,1) 0%, rgba(221,221,184,1) 100%);
    left: 0;
    bottom: 0;
}
.contact-section .contact-form .tabs-menu ul li a{
    font-size: var(--f4);
    line-height: calc(var(--f4l) + 10px);
    color:var(--c4);
    font-weight: 300;
    opacity: 50%;

}
.contact-section .contact-form .tabs-menu ul li.active a {
    opacity: 1;
    border-bottom: 3px solid var(--c4);
    padding-bottom: 32px;
    position: relative;
    z-index: 9;
}
.contact-section .contact-form .tab-pan{
    display: none;

}
.contact-section .contact-form .tab-pan.active{
    display: block;
}
.contact-section .contact-form .contact-form-outer{
    display: flex;
    justify-content: space-between;
    column-gap: 28px;
    flex-wrap: wrap;
    row-gap: 30px;
}
.contact-section .contact-form .contact-form-outer .upload-btn{
    padding:5px 20px;
    background:var(--c4);
    color:var(--c6);
    position:absolute;
    top:0;
    border-radius:40px;
    cursor:pointer;
}
.contact-section .contact-form .contact-form-outer .upload-btn:hover{
      background:var(--c1);
    color:var(--c6);
}
.contact-section .contact-form .contact-form-outer .form-outer{
    width: calc(50% - 28px);
    position:relative;
}
.contact-section .contact-form .cv_file_name{
    padding-top:50px;
}
input#popup-file {
   display:none;
}
.contact-section .contact-form .contact-form-outer .form-outer.last-child {
    width: calc(100% - 0px);
    position: relative;
}
.contact-section .contact-form .contact-form-outer .form-outer.textarea{
    width: 100%;
}
.contact-section .contact-form .contact-form-outer .form-outer .form-control{
    background: none;
    border:none;
    border-bottom:1px solid var(--c4);
    font-size: var(--f6);
    color:var(--c4);
    line-height: calc(var(--f6l) + 10px);
    font-weight: 500;
    border-radius: 0;
    padding:0px 0px 10px 0px;
}
.contact-section .contact-form .contact-form-outer .form-outer .form-control::placeholder{
    color:var(--c4);
    opacity:0;
}
.contact-section .contact-form .contact-form-outer .form-outer .form-control:focus::placeholder{
    opacity: 0;
}
.contact-section .contact-form .contact-form-outer .form-outer .form-control:focus{
    outline: none;
    box-shadow:none;
}
.contact-section .contact-form .contact-form-outer{
    padding-top:40px;
}
.contact-section .contact-form .contact-form-outer .form-outer .label{
    text-align: left;
    font-size: var(--f7);
    line-height: calc(var(--f7l) - 7px);
    color:var(--c4);
    font-weight: 500;
}
.contact-section .contact-form .contact-form-outer .form-outer .label span{
    color:#FF5555;
}
.contact-section .contact-form .contact-form-outer .form-outer.textarea .label span{
    color:#FF5555;
}
.contact-section .contact-form .form-button{
    text-align: center;
    margin-top: 60px;
}

.contact-section .contact-form .form-button .green-button{
    background: var(--c4);
    color:var(--c6);
    border:none;
}
.contact-section .contact-form .green-button:hover{
    background: var(--c1);
    color: var(--c4);
}
/* LOCATION-SECTION-START */
.location-section{
    width: 100%;
    height:auto;
    position: relative;
}
.location-section::after{
    position: absolute;
    content:'';
    width: 115%;
    height: 242px;
    left:-40px;
    top: -111px;
    background: var(--c5);
    border-radius: 50%;

}
.location-section .location-section-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.location-section .location-section-grid .locations-image{
    border-right:1px solid var(--c6);
    width: 100%;
    position: relative;
}
.location-section .location-section-grid .locations-image .image-section{
    height:817px;
    position: relative;

}
.location-section .location-section-grid .locations-image .image-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 1px;
    background: linear-gradient(177deg, rgba(20,20,20,0) 0%, rgba(39,41,31,1) 96%);
    left: 0;    
}
.location-section .location-section-grid .locations-image .image-section img{
    object-fit: cover;
    object-position: bottom;
}
.location-section .location-section-grid .locations-image .content-section{
    position: absolute;
    left: 0;
    bottom: 0;
    padding:0px 40px 160px 40px;
    color:var(--c6);
}
.location-section .location-section-grid .locations-image .content-section a{
    color:var(--c6);
    display: block;
}
.location-section .location-section-grid .locations-image .content-section h3{
    padding-bottom: 15px;
}
.location-section .location-section-grid .locations-image .content-section p{
    padding-bottom: 15px;
    font-weight:300;
    min-height:126px;
    font-size:var(--f5);
    line-height:var(--f5l);
}
/* LOCATION-SECTION-END */

/* CONTACT-SECTION-END */
.file-input {
    display: none;
}
.clients-section .swiper-container.image-slider  .swiper-slide .logo-client-main .main-img {
    width: 103px;
    height: 43px;
    object-fit: scale-down;
    filter:invert(0);
}


#file-name {
    display: none;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--c2);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--c1);
  }

/* CLIENT-TESTIMONIAL-PAGE-START */ 
.hero-wrapper.sub-page-hero-wrapper.client-hero-wrapper .hero-content{
    max-width: 895px;

}
.hero-wrapper.sub-page-hero-wrapper.client-hero-wrapper .hero-content-section{
    padding-bottom: 20px;
}
.client-card-section{
    width: 100%;
    height: auto;
    padding-bottom: 120px;

}
.client-card-section .client-card-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:30px;
}
.client-card-section .client-card-grid .client-card-grid-item{
    padding: 32px 40px 24px 40px;
    border:2px solid var(--c1);
    background: var(--c6);

}
.client-card-section .client-card-grid .client-card-grid-item .quote-outer-section{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.client-card-section .client-card-grid .client-card-grid-item .quote-outer-section .quote-section{
    width: 72px;
    height: 42px;
}
.client-card-section .client-card-grid .client-card-grid-item .quote-outer-section .green-divider{
    width: 435px;
    height: 2px;
    background: var(--c1);
}
.client-card-section .client-card-grid .client-card-grid-item .description-section{
    padding-top: 20px;
    min-height: 402px;
}
.client-card-section .client-card-grid .client-card-grid-item .description-section p{
    padding-bottom:10px;
    line-height: 27px;
}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding-top: 30px;
    gap:8px;

}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section .client-bottom-logo{
    position: relative;
    width: 98px;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section .client-bottom-logo .slider-bg-circle {
    position: absolute;
}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section .client-bottom-logo .main-img{
    width: 78.17px;
    height: 30.15px;
    object-fit: scale-down;
    filter: invert(0);
}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section .client-logo-content{
    width: 396px;

}
.client-card-section .client-card-grid .client-card-grid-item .client-bottom-logo-section .client-logo-content h5{
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.client-card-section .pagination-section.pagination-case {
    margin-top: 60px;
}
/*.client-card-section .pagination-section {*/
/*    width: 100%;*/
/*    max-width: 260px;*/
/*    margin: 60px auto 0px auto;*/
/*}*/
/*.client-card-section .pagination-section ul {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    column-gap: 20px;*/
/*}*/
/*.client-card-section .pagination-section ul li.left-arrow a {*/
/*    background: var(--c9);*/
/*    overflow: hidden;*/
/*    border: none;*/
/*}*/
/*.client-card-section .pagination-section ul li img {*/
/*    width: 11px;*/
/*    height: 20px;*/
/*    object-fit: contain;*/
/*}*/
/*ul.dropdown__select li {*/
/*    background: #fff;*/
/*    padding: 4px 16px;*/
/*}*/
/*.client-card-section .pagination-section ul li a {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 38px;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    border: 1px solid var(--c4);*/
/*    font-size: var(--f7);*/
/*    color: var(--c4);*/
/*    font-weight: 600;*/
/*    display: inline-block;*/
/*}*/
/*.client-card-section .pagination-section ul li a:hover {*/
/*    background: var(--c4);*/
/*    color: var(--c6);*/
/*}*/
/* CLIENT-TESTIMONIAL-PAGE-END */
/*RESUME-POPUP-START*/
.resume-popup-outer{
    position:fixed;
    width:100%;
    height:100vh;
    left:0;
    top:0;
    background:rgba(0, 0, 0, .65);
    z-index:999;
}
.resume-popup-outer .resume-popup-inner{
    background:var(--c6);
    padding:50px;
    position:absolute;
    top:50%;
    transform:translateX(-50%);
    z-index:9999;
}
/*RESUME-POPUP-END*/
/*RESUME-POPUP-SECTION-START*/
.modal{
    display:none;
    background:rgba(0, 0, 0, .65);
    overflow:hidden;
    position:fixed !important;
}
.modal-dialog{
    padding:30px;
    max-width:850px;
    width:100%;
    height:100%;
}
.modal-dialog .modal-content{
    border-radius:30px;
}
.modal-dialog .modal-dialog-centered{
    min-height:auto;
}
.modal-dialog .form-outer{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    row-gap:30px;
}
.modal-dialog .form-outer .form-inner{
    width:calc(50% - 30px);
    position:relative;
}
 .remove-file {
 font-weight:bold;
 font-size:14px;
 cursor:pointer;
}
.modal-dialog .form-outer .form-inner.last-child{
    width:calc(100% - 0px);
    margin-bottom:20px;
}
.cv_file_name {
    font-size: 15px;
}
.modal-dialog .form-outer .form-inner .upload-btn{
    padding:5px 20px;
    background:var(--c4);
    color:var(--c6);
    border-radius:40px;
    cursor:pointer;
    display:inline;
    
    
}
.modal-dialog .form-outer .form-inner .upload-btn:hover{
      background:var(--c1);
    color:var(--c6);
}
.modal-dialog .modal-body{
    padding-top:30px;
}
.modal-dialog .form-outer .form-inner .form-control{
    background:none;
    border:none;
    border-bottom:1px solid var(--c2);
    font-size:16px;
    color:var(--c4);
    font-weight:400;
    padding-bottom:20px;
    border-radius:0;
}
.modal-dialog .form-outer .form-inner .form-control::placeholder{
    color:var(--c4);
    opacity:1;
}
.modal-dialog .form-outer .form-inner .form-control:focus{
    outline:none;
    box-shadow:none;
}
.modal-dialog .form-outer .form-inner .form-control:focus::placeholder{
    opacity:0;
}
.modal-dialog .form-outer .form-inner .file-upload {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 12px 0px;
}
.modal-dialog .form-outer .form-inner .file-upload input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0;
}
.modal-dialog .form-outer .form-inner .file-upload a {
    padding: 5px 20px;
    background: var(--c4);
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.modal-dialog .form-outer .form-inner .file-upload a:hover{
    background:var(--c1);
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}

.modal-dialog .form-outer .form-inner .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.modal-dialog .form-outer .form-inner .custom-checkbox .checkbox-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    background-color: white;
}

.modal-dialog .form-outer .form-inner .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark {
    background-color:var(--c4);
    border-color:var(--c4);
}

.modal-dialog .form-outer .form-inner .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.modal-dialog .form-inner .outline-button{
     padding:5px 20px;
    background:var(--c4);
    font-size:16px;
    color:var(--c6);
}
.modal-dialog .form-inner .outline-button:hover{
     background:var(--c1);
}

.modal-dialog .form-outer .form-inner .custom-checkbox .checkbox-content {
    margin-left: 10px;
}
.modal-dialog .green-button{
    padding:10px 40px;
    background:var(--c4);
    color:var(--c6);
    border:none;
    display:flex;
    justify-content:flex-end;
}
.modal-dialog .green-button:hover{
    background:var(--c1);
}
.modal-dialog .form-outer .form-inner p{
    font-size:14px;
}
.modal-dialog .modal-content h5 {
    font-size:22px;
    line-height:32px;
}
.modal-contentbox{
        border-radius: 30px;
    overflow: hidden;
}
/*RESUME-POPUP-SECTION-END*/
/*PRIVACY-POLICY-PAGE-START*/
.cookie-terms-section{
    width:100%;
    height:auto;
    padding:240px 100px 120px 100px;
    max-width:1440px;
    margin:0 auto;
    
}
.cookie-terms-section h1{
    padding-bottom:20px;
}
.cookie-terms-section span{
    color:var(--c1);
}
.cookie-terms-section h2{
    padding:20px 0px;
}
.cookie-terms-section h3{
    padding:20px 0px;
}
.cookie-terms-section h4{
    padding:20px 0px;
}
.cookie-terms-section ul{
    padding:30px 0px 30px 20px;
}
.cookie-terms-section ul li{
    list-style-type:disc;
    list-type-position:inside;
    padding-bottom:10px;
}
.upload-btn1 {
    background: var(--c4);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 40px;
    color:var(--c6);
    margin:20px 0px;
    cursor:pointer;
}
.upload-btn1:hover{
    background: var(--c1);
}
.upload-btn2 {
    background: var(--c4);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 40px;
    color:var(--c6);
    margin:20px 0px;
    cursor:pointer;
}
.upload-btn2:hover{
    background: var(--c1);
}
.upload-btn11 {
    background: var(--c4);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 40px;
    color:var(--c6);
    cursor:pointer;
    margin-bottom:10px;
}
.upload-btn11:hover{
    background: var(--c1);
}
.checkbox-text a{
    color:var(--c4);
    text-decoration:underline
}
.checkbox-text a:hover{
    text-decoration:none;
}
/*PRIVACY-POLICY-PAGE-END*/


/*testimonial modal*/

    .modal-backdrop {
    z-index: -1;
}
.testimonial-modal .modal-header{
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    top: -22px;
}
.hidden_testimonial_content{
    display:none;
}
.testimonial-modal .modal-header img{
    width: 80px;
    position: absolute;
    height: 60px;
    left: -35px;
    top: 2px;
    mix-blend-mode: exclusion;
}
.testimonial-modal .modal-header button{
    color:#fff;
    filter: invert(1) brightness(100%);
}
.testimonial-modal .modal-body{
    padding:50px;
}
.success-title{
    font-size:20px;
    line-height:30px;
    padding-top:20px;
}
.modal .success-title {
    padding-top:0px;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    box-shadow:none !important;
    background:var(--c4);
    color:var(--c6);
    border-top:none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background:var(--c4) !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    color:var(--c6)!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
    color:var(--c1) !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color:var(--c1)!important;
    border: 1px solid var(--c1)!important;
    color: #fff;
}



/*loader*/

/* Center the loader */
#loader_form_main {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}
	to {
		bottom: 0;
		opacity: 1;
	}
}

#loader_form {
	display: none;
	text-align: center;
}
.pagination-section.pagination-case .pagination-outer{
    margin:0px auto;
}

form#upload_cv_form1 h2.success-title {
    font-weight: 700;
}
.modal-body-wrapper {
    border-radius: 30px;
    overflow: hidden;
}


.hiring-grid-item:hover .hover-content{
    animation-name: fadeInUp;
    animation-duration: 0s;
    animation-fill-mode: both;
}

.hiring-grid-item .hover-content {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    background:var(--c2);
    color: var(--c4);
    height: 100%;
    opacity:0;
}
.hiring-section .hiring-grid-section .hiring-grid-item:hover .learn-more {
    background: var(--c2);
}
.hiring-section .hiring-grid-section .hiring-grid-item:hover .white-button{
    background:var(--c4);
    color:var(--c6);
    
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


.content-element.privacy-article.cont p a {
    color: #000;
    font-weight: 700;
}
.content-element.privacy-article.cont p a:hover{
    color:var(--c1);
}


.finance-solutions-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.finance-solutions-box .solution-left-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.finance-solutions-box .solution-left-box{
    z-index: 99;
    display:none;
}
.finance-solutions-box .solution-left-box.active{
    display:block;
}
.finance-solutions-box .solution-left-box, .finance-solutions-box .solution-inner {
    height: 100%;
    width: 100%;
    position:relative;
}
.finance-solutions-box .solution-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 0px 50px 60px 50px;
    color: var(--c6);
    z-index: 10;
}
.finance-solutions-box a.outline-button{
    margin-top: 40px;
}
 .finance-solutions-box h2{
    padding-bottom: 25px; 
 }   
 
 
 .finance-solutions-box .solution-left-box {
    position: relative;
}
 .finance-solutions-box .solution-left-box:before {
    content: "";
    background: linear-gradient(0deg, #000, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: .6;
}
.modal-header .btn-close{
    opacity:1;
}
.modal-header .btn-close:focus {
    outline:none;
    box-shadow:none;
}

.hiring-modal .modal-header {
    padding: 0;
    border: none;
    margin-top: -15px;
}
.hiring-modal .modal-body{
    padding:25px;
}
.hiring-modal .modal-body h5{
    padding-bottom:10px;
}



.career-section .career-grid ul li .select-dropdown {
    overflow: auto;
    height: 200px;
}
/*14-1-2024*/
.finance-section.mobile{
    display:none;
}
.finance-section.mobile .finance-content-section {
    display: flex;
    flex-direction: column;
}

.finance-section.mobile .finance-accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    border-top:1px solid var(--c6);
    border-bottom:none;
}
.finance-section.mobile .finance-accordion-item:first-of-type {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.finance-section.mobile .finance-accordion-header {
    background-color:var(--c4);
    padding: 10px 0px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    color:var(--c6);
    display:flex;
    justify-content:space-between;
}
.finance-section.mobile .finance-accordion-header.active{
    color:var(--c1);
}


.finance-section.mobile .finance-accordion-content {
    display: none;
    padding: 10px 0px;
    background:var(--c4);
    color:var(--c6);
}

.finance-section.mobile .finance-accordion-content img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.finance-section.mobile .finance-accordion-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.finance-section.mobile .finance-accordion-content a {
    text-decoration: none;
    color: var(--c6);
    font-weight: bold;
}
.finance-section.mobile .finance-accordion-content a:hover{
    color:var(--c4);
}
.finance-section.mobile .finance-accordion-icon {
    font-size: 18px;
    font-weight: bold;
}

    .detail-content-area ol li span {
  /*  display: block;
    font-weight: 900; */
  
}
 .detail-content-area ol{
     list-style: number;  
 }

.detail-content-area ol li {
    padding-left: 40px;
}

