/* About Company Section Start */

.about-company-section {
    position: relative;
    overflow: hidden;
}

.about-company-section .section-title {
    margin-bottom: 35px;
}

.about-company-section .section-title span {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0195d4;
}

.about-company-section .section-title h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
}

.about-image {
    position: relative;
    padding-left: 60px;
}


.about-image img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.experience-box {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 180px;
    background: #0195d4;
    color: #fff;
    padding: 25px;
    border-radius: 16px;
    z-index: 2;
}

.experience-box span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.experience-box strong {
    display: block;
    font-size: 28px;
    line-height: 1.3;
}

.about-highlights {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.about-highlights li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000;
}

.about-highlights .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
}

.about-features {
    margin-top: 70px;
}

.feature-item {
    text-align: center;
    padding: 35px 20px;
    height: 100%;
    border: 1px solid #ececec;
    transition: .3s;
}

.feature-item:hover {
    transform: translateY(-8px);
}

.feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon .icon {
    width: 54px;
    height: 54px;
    fill: #033695;
}

.feature-item h3 {
    font-size: 19px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

@media (max-width:991px) {

    .about-image {
        padding-left: 0;
        margin-bottom: 50px;
        display: none;
    }

    .about-image::before {
        display: none;
    }

    .experience-box {
        left: 20px;
        bottom: 20px;
    }

    .about-company-section .section-title h2 {
        font-size: 38px;
    }

}

@media (max-width:767px) {

    .about-company-section .section-title h2 {
        font-size: 27px;
        line-height: 33px;
    }

.about-company-section .section-title span {
    margin-bottom: 8px;
}
    .about-highlights li {
        width: 100%;
    }

    .about-features .col-md-6 {
        margin-bottom: 30px;
    }
    .feature-icon {
    margin: 0 auto 5px;
}
    .feature-item {
    padding: 22px 20px;
}

}

/* About Company Section End */
/* Common Section Padding Start */

.section-padding {
    padding: 100px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 40px 0;
    }
}

/* Common Section Padding End */


/* Services Section Start */

.services-section{
    position:relative;
    overflow:hidden;
    background: #042761;
}

.services-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 25s linear infinite;
}

.services-section .section-title{
    position:relative;
    z-index:2;
    margin-bottom:70px;
}

.services-section .section-title span{
    display:inline-block;
    margin-bottom:15px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    color:#8fb6ff;
}

.services-section .section-title h2{
    color:#fff;
    font-size:48px;
    margin-bottom:20px;
    font-weight: 700;
}

.services-section .section-title p{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:auto;
}

.service-card{
    position:relative;
    z-index:2;
    height:100%;
    padding:40px 35px;
    margin-bottom:30px;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(12px);
    transition:.4s;
    text-align: center;
    display: block;
}

.service-card:hover{
    transform:translateY(-10px);
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.35);
}

.service-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    margin-bottom:25px;
}

.service-icon .icon{
    width:34px;
    height:34px;
    fill:#fff;
}

.service-card h3{
    color:#fff;
    font-size:26px;
    margin-bottom:18px;
}

.service-card p{
    color:rgba(255,255,255,.75);
}

.shape{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.shape-one{
    width:420px;
    height:420px;
    top:-150px;
    left:-150px;
    animation:floatOne 14s ease-in-out infinite;
}

.shape-two{
    width:260px;
    height:260px;
    bottom:-90px;
    right:-90px;
    animation:floatTwo 18s ease-in-out infinite;
}

.shape-three{
    width:120px;
    height:120px;
    top:45%;
    right:12%;
    animation:floatThree 8s ease-in-out infinite;
}

@keyframes floatOne{

0%,100%{transform:translateY(0) rotate(0deg);}
50%{transform:translateY(35px) rotate(12deg);}

}

@keyframes floatTwo{

0%,100%{transform:translate(0);}
50%{transform:translate(-40px,-25px);}

}

@keyframes floatThree{

0%,100%{transform:scale(1);}
50%{transform:scale(1.3);}

}

@keyframes gridMove{

from{
background-position:0 0,0 0;
}

to{
background-position:70px 70px,70px 70px;
}

}

@media(max-width:991px){

.services-section .section-title h2{
font-size:38px;
}

}

@media(max-width:767px){

.services-section .section-title h2{
font-size:30px;
}

.service-card{
padding:30px;
}

}

/* Services Section End */

.services-section .row > div{
    margin-bottom:30px;
}


/* Industries Section Start */

.industries-section{
    position:relative;
    background: #f3f3f3;
}

.industries-section .section-title{
    margin-bottom:60px;
}

.industries-section .section-title span{
    display:inline-block;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
    margin-bottom:15px;
    color: #0195d4;
}
.section-title span
{
    font-weight: 600;
    color: #0195d4;
    }
.section-title h2
{
    color: #CCC;
    font-weight: 700;
    color: #000;
}
.industries-section .section-title h2{
    font-size:48px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight: 700;
    color: #000;
}

.industries-carousel .owl-stage{
    display:flex;
}

.industries-carousel .owl-item{
    display:flex;
}

.industry-card{

    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e8eef7;
    background:#fff;
    transition:.35s;
    height:100%;
}

.industry-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.industry-image{

    position:relative;
    overflow:hidden;

}

.industry-image img{

    width:100%;
    transition:.5s;

}

.industry-card:hover img{

    transform:scale(1.08);

}

.industry-icon{

    width:78px;
    height:78px;
    border-radius:50%;
    background:#033695;
    margin:-40px auto 20px;
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;

}

.industry-card:hover .industry-icon{

    transform:rotate(12deg);

}

.industry-icon .icon{

    width:34px;
    height:34px;
    fill:#fff;

}

.industry-content{

    padding:0 25px 35px;
    text-align:center;
    flex:1;

}

.industry-content h3{font-size: 20px;margin-bottom:0;color: #000;}

.industry-bottom{margin-top:70px;padding: 45px 40px;background: #042761;border-left: 5px solid #0195d4;display:flex;justify-content:space-between;align-items:center;border-radius: 10px;}

.industry-bottom p{margin-bottom:0;max-width:760px;color: #FFF;}

.industries-carousel .owl-nav{

    margin-top:40px;
    text-align:center;

}

.industries-carousel .owl-nav button{width:52px;height:52px;border-radius:50%!important;background:#033695!important;color:#fff!important;margin:0 6px;font-size: 33px !important;}

@media(max-width:991px){

.industry-bottom{

display:block;
text-align:center;

}

.industry-bottom .btn{

margin-top:20px;

}

.industries-section .section-title h2{

font-size:38px;

}

}

@media(max-width:767px){

.industries-section .section-title h2{

font-size:30px;

}

.industry-bottom{

padding:30px 25px;

}

}

/* Industries Section End */

/* Why Choose Us Section Start */

.why-choose-section{
    position:relative;
}

.why-image{
    position:relative;
    padding-right:50px;
}

.why-image img{
    border-radius:20px;
}

.why-image::before{
    content:"";
    position:absolute;
    right:0;
    top:40px;
    width:180px;
    height:180px;
    border:8px solid rgba(3,54,149,.08);
}

.experience-badge{position:absolute;left: -45px;bottom: 35px;background:#033695;color:#fff;padding:25px 30px;border-radius:15px;}

.experience-badge strong{

    display:block;
    font-size:30px;
    line-height:1;

}

.experience-badge span{

    display:block;
    margin-top:8px;

}

.why-list{position:relative;padding-left:45px;margin-top: 40px;}

.why-list::before{

    content:"";
    position:absolute;
    left:25px;
    top:10px;
    bottom:10px;
    width:2px;
    background:#dbe5fb;

}

.why-item{

    position:relative;
    display:flex;
    margin-bottom:45px;

}

.why-item:last-child{

    margin-bottom:0;

}

.why-icon{

    position:absolute;
    left:-45px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#033695;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:2;

}

.why-icon .icon{

    width:22px;
    height:22px;
    fill:#fff;

}

.why-content{

    padding-left:35px;

}

.why-content h3{font-size: 21px;margin-bottom:12px;color: #000;font-weight: 500;}

@media(max-width:991px){

.why-image{

padding-right:0;
margin-bottom:60px;

}

.why-image::before{

display:none;

}

}

@media(max-width:767px){

.why-list{

padding-left:30px;

}

.why-icon{

left:-30px;
width:42px;
height:42px;

}

.why-content{

padding-left:25px;

}

.why-content h3{

font-size:21px;

}

.experience-badge{

left:15px;
bottom:15px;
padding:18px 22px;

}

.experience-badge strong{

font-size:24px;

}

}

/* Why Choose Us Section End */

/* Footer Start */

.site-footer{position:relative;background: #042761;overflow:hidden;color:#c8d3e8;}

.site-footer>.container{

    padding:90px 15px 60px;
    position:relative;
    z-index:2;

}

.footer-shape{

    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,.03);

}

.footer-shape-one{

    width:500px;
    height:500px;
    left:-180px;
    top:-180px;

}

.footer-shape-two{

    width:300px;
    height:300px;
    right:-120px;
    bottom:-120px;

}

.footer-brand p{margin:30px 0;color: #FFF;}

.footer-contact{

    list-style:none;
    margin:0;
    padding:0;

}

.footer-contact li{display:flex;align-items:center;margin-bottom:15px;color: #FFF;padding: 0;}
.adrs-bx .footer-contact li{color: #000;padding: 0 0 0 42px;}
.footer-contact .icon{

    width:18px;
    height:18px;
    margin-right:12px;
    fill:#3d8cff;

}

.footer-social{

    margin-top:30px;

}

.footer-social a{

    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
    transition:.3s;

}

.footer-social a:hover{

    background:#033695;

}

.footer-links h3{

    color:#fff;
    font-size:22px;
    margin-bottom:25px;

}

.footer-links ul{

    list-style:none;
    margin:0;
    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#c8d3e8;
    transition:.3s;

}

.footer-links a:hover{

    color:#fff;
    padding-left:8px;

}

.footer-cta{

    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:35px;

}

.footer-cta span{color: #0195d4;display:block;margin-bottom:10px;text-transform:uppercase;font-size:13px;letter-spacing:1px;}

.footer-cta h3{

    color:#fff;
    font-size:28px;
    line-height:1.4;
    margin-bottom:30px;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 0;

}

.footer-bottom a{

    color:#c8d3e8;

}

.footer-bottom span{

    margin:0 12px;
    opacity:.4;

}

@media(max-width:991px){

.footer-brand,
.footer-links,
.footer-cta{

margin-bottom:45px;

}

.footer-bottom{

text-align:center;

}

.footer-bottom .text-md-right{

text-align:center!important;
margin-top:15px;

}

}

/* Footer End */

.btn-primary {
    background-color: #0195d4;
    border-color: #0195d4;
}
.btn-primary:hover {
    background-color: #042761;
    border-color: #042761;
}

svg{
    display: block;
}


.page-section{}

.section-header{
margin-bottom:70px;
}

.section-tag{
display:inline-block;
padding:8px 18px;
border-radius:50px;
}

.section-title{
font-size:48px;
margin:18px 0;
}

.section-description{
max-width:760px;
margin:auto;
}

.content-card{
padding:50px;
}

.icon-box{
display:flex;
align-items:flex-start;
}

.check-list{
list-style:none;
padding:0;
}

.check-list li{/* display:flex; */margin-bottom:18px;}

.feature-grid{
margin-top:80px;
}

.highlight-box{
padding:35px 45px;
border-radius:18px;
}


/* About Intro Section Start */

.page-section{

    position:relative;
    padding:100px 0;

}

.content-heading{

    margin-bottom:35px;

}

.section-tag{

    display:inline-flex;
    align-items:center;
    padding:8px 20px;
    border-radius:40px;
    background:#eef5ff;
    color:#033695;
    font-weight:600;
    margin-bottom:20px;

}

.section-tag .icon{

    width:18px;
    height:18px;
    margin-right:10px;
    fill:#033695;

}

.section-title{

    font-size:48px;
    line-height:1.2;
    margin-bottom:0;

}

.about-image-box{

    position:relative;
    padding-left:60px;
    padding-bottom:60px;

}

.about-image-box img{

    width:100%;
    border-radius:25px;
    position:relative;
    z-index:2;

}

.shape-border{

    position:absolute;
    width:220px;
    height:220px;
    border:10px solid #edf4ff;
    left:0;
    bottom:0;

}

.experience-box{position:absolute;left:0;/* top:40px; */background:#033695;color:#fff;padding:30px;border-radius:20px;z-index:3;}

.experience-box h3{

    font-size:34px;
    margin-bottom:10px;

}

.statistics-row{

    margin-top:80px;

}

.stat-box{

    text-align:center;
    padding:40px 20px;
    border:1px solid #edf1f8;
    border-radius:18px;
    transition:.35s;

}

.stat-box:hover{

    transform:translateY(-8px);

}

.stat-box h3{

    font-size:42px;
    color:#033695;
    margin-bottom:10px;

}

.stat-box p{

    margin-bottom:0;

}

@media(max-width:991px){

.page-section{

padding:80px 0;

}

.section-title{

font-size:38px;

}

.about-image-box{

padding:0;
margin-top:60px;

}

.shape-border{

display:none;

}

.experience-box{

left:20px;
top:20px;

}

.statistics-row{

margin-top:60px;

}

.stat-box{

margin-bottom:30px;

}

}

@media(max-width:767px){

.page-section{

padding:60px 0;

}


.experience-box{

padding:20px;

}

.experience-box h3{

font-size:26px;

}

}

/* About Intro Section End */

/* About Intro Start */

.page-section{padding: 60px 0;}

.section-header{

    margin-bottom:35px;

}

.section-tag{

    display:inline-flex;
    align-items:center;
    padding:8px 20px;
    border-radius:50px;
    background:#eef4ff;
    color:#033695;
    font-weight:600;

}

.section-tag .icon{

    width:18px;
    height:18px;
    margin-right:10px;
    fill:#033695;

}

.section-title{font-size: 41px;line-height: 55px;margin-bottom: 20px;font-weight: 700;color: #000;margin-top: 0;}

.content-box{

    padding-right:40px;

}

.about-image{

    position:relative;

}

.about-image img{

    border-radius:20px;

}

.floating-card{

    position:absolute;
    left:-40px;
    bottom:40px;

    background:#033695;
    color:#fff;

    padding:30px;
    border-radius:18px;

}

.floating-card span{

    display:block;
    margin-bottom:8px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:13px;

}

.floating-card strong{

    font-size:34px;
    line-height:1.3;

}

/* About Intro End */


/* What We Do Start */

.gray-bg{

    background:#f7f9fc;

}

.sticky-image img{

    border-radius:20px;

}

.check-list{list-style:none;margin:0;padding:0;text-align: left;}

.check-list li{

    position:relative;
    padding-left:32px;
    margin-bottom:18px;

}

.check-list li:before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#033695;

    font-weight:bold;

}

.info-banner{

    margin-top:40px;

    padding:30px;

    background:#fff;

    border-left:5px solid #033695;

    display:flex;

    align-items:center;

}

.info-banner .icon{

    width:42px;

    height:42px;

    margin-right:20px;

    fill:#033695;

}

/* What We Do End */


/* Feature Box Start */

.feature-box{

    position:relative;
    height:100%;

    padding:45px 30px;

    text-align:center;

    background:#fff;

    border:1px solid #e8edf5;

    border-radius:18px;

    transition:.35s;

    overflow:hidden;

}

.feature-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#033695;

    transform:scaleX(0);

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.feature-box:hover::before{

    transform:scaleX(1);

}

.feature-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.feature-icon .icon{

    width:38px;

    height:38px;

    fill:#033695;

}

.feature-box h3{

    font-size:24px;

    margin-bottom:18px;

}

.section-description{

    max-width:760px;

    margin:20px auto 0;

}

@media(max-width:991px){

.feature-box{

margin-bottom:30px;

}

}

/* Feature Box End */

/* Strategic Banner Start */

.strategic-banner{

    padding-bottom:100px;

}

.banner-box{

    position:relative;

    overflow:hidden;

    background:#033695;

    border-radius:24px;

    padding:60px;

}

.banner-box::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.banner-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    left:-60px;

    bottom:-60px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.banner-content{

    position:relative;

    z-index:2;

}

.banner-content .section-tag{

    background:rgba(255,255,255,.12);

    color:#fff;

}

.banner-content .section-tag .icon{

    fill:#fff;

}

.banner-content h2{

    color:#fff;

    font-size:42px;

    line-height:1.3;

    margin-top:25px;

}

@media(max-width:991px){

.banner-box{

text-align:center;
padding:45px 30px;

}

.banner-content h2{

font-size:32px;

}

.banner-box .theme-btn{

margin-top:30px;

}

}

@media(max-width:767px){

.banner-content h2{font-size: 32px !important;}

}

/* Strategic Banner End */


/* Vision Mission Section Start */

.vision-mission-section{

    background:#fff;

}

.vm-row{

    margin-bottom:90px;

}

.vm-row:last-child{

    margin-bottom:0;

}

.vm-image{

    position:relative;

}

.vm-image img{

    width:100%;

    border-radius:24px;

}

.vm-image::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border:8px solid #edf4ff;

    right:-30px;

    bottom:-30px;

    z-index:-1;

}

.vm-content{/* padding:20px 50px; */}

.vm-content .section-title{

    margin-top:22px;

    margin-bottom:25px;

}

@media(max-width:991px){

.vm-content{

padding:40px 0 0;

}

.vm-image::before{

display:none;

}

.vm-row{

margin-bottom:70px;

}

}

/* Vision Mission Section End */


/* Light Background Section Start */

.light-bg{

    background:#f7f9fc;

}

.light-bg .feature-box{

    background:#fff;

}

/* Light Background Section End */


/* Service Intro Section Start */

.service-intro-section{

    overflow:hidden;

}

.service-image-wrapper{

    position:relative;

    padding:40px 0 0 40px;

}

.service-image-wrapper img{

    width:100%;
    border-radius:24px;
    position:relative;
    z-index:2;

}

.image-frame{

    position:absolute;

    top:0;
    left:0;

    width:260px;
    height:260px;

    border:10px solid #edf4ff;

    border-radius:20px;

}

.floating-service-card{

    position:absolute;

    left:0;
    bottom:35px;

    background:#033695;

    color:#fff;

    padding:30px;

    border-radius:18px;

    z-index:5;

}

.floating-service-card span{

    display:block;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:12px;

    margin-bottom:10px;

}

.floating-service-card strong{

    font-size:34px;

    line-height:1.25;

}

.service-highlights{

    display:flex;

    flex-wrap:wrap;

    margin-top:40px;

}

.highlight-item{

    width:50%;

    display:flex;

    align-items:center;

    margin-bottom:20px;

    font-weight:600;

}

.highlight-item .icon{

    width:18px;

    height:18px;

    fill:#033695;

    margin-right:12px;

}

@media(max-width:991px){

.service-image-wrapper{

padding:0;
margin-top:60px;

}

.image-frame{

display:none;

}

.floating-service-card{

left:20px;
bottom:20px;

}

.highlight-item{

width:100%;

}

}

@media(max-width:767px){

.floating-service-card{

padding:22px;

}

.floating-service-card strong{

font-size:28px;

}

}

/* Service Intro Section End */

/* PMC Details Start */

.content-card{

    background:#fff;

    border-radius:22px;

    padding:45px;

    height:100%;

    border:1px solid #e8edf5;

}

.mini-title{

    font-size:24px;

    margin:35px 0 25px;

}

.profession-grid{

    margin-top:15px;

}

.profession-box{

    height:100%;

    padding:25px;

    border:1px solid #edf2f8;

    border-radius:16px;

    transition:.35s;

}

.profession-box:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.profession-box h4{

    font-size:22px;

    margin-bottom:18px;

    color:#033695;

}

.profession-box ul{

    padding-left:18px;

    margin:0;

}

.profession-box ul li{margin-bottom:10px;color: #000;}

@media(max-width:991px){

.content-card{

margin-bottom:35px;

}

.profession-box{

margin-bottom:25px;

}

}

/* PMC Details End */

/* Industries Support Start */

.industry-item{/* height:100%; */text-align:center;padding:35px 20px;border: 1px solid #dcdcdc;border-radius:18px;transition:.35s;background:#fff;}

.industry-item:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    border-color:#033695;

}

.industry-item .icon{width:46px;height:46px;fill:#033695;/* margin-bottom:20px; */}

.industry-item h4{margin-bottom:0;color: #000;font-size: 18px;}

@media(max-width:991px){

.industry-item{

margin-bottom:25px;

}

}

/* Industries Support End */


/* Service CTA Start */

.cta-info-box{

    height:100%;

    padding:50px;

    border-radius:24px;

    background:#f7f9fc;

}

.mini-feature{

    display:flex;

    align-items:flex-start;

    margin-top:35px;

}

.mini-feature .icon{

    width:48px;

    height:48px;

    fill:#033695;

    flex:none;

    margin-right:20px;

}

.mini-feature h4{font-weight: 600;font-size:22px;margin-bottom:8px;color: #000;}

.service-contact-box{height:100%;background:#033695;color:#fff;border-radius:24px;padding:55px 45px;position:relative;overflow:hidden;}

.service-contact-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-70px;

    right:-70px;

}

.service-contact-box::after{

    content:"";

    position:absolute;

    width:140px;

    height:140px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    bottom:-50px;

    left:-50px;

}

.service-contact-box>*{

    position:relative;

    z-index:2;

}

.service-contact-box .white{

    background:rgba(255,255,255,.12);

    color:#fff;

}

.service-contact-box .white .icon{

    fill:#fff;

}

.service-contact-box h2{color:#fff;font-size: 31px;margin: 0px 0 25px;}

.service-contact-box p{

    color:rgba(255,255,255,.85);

    margin-bottom:40px;

}

@media(max-width:991px){

.service-contact-box{

margin-top:35px;

}

.cta-info-box{

padding:35px;

}

}

@media(max-width:767px){

.service-contact-box{

padding:40px 30px;

}

.service-contact-box h2{

font-size:30px;

}

}

/* Service CTA End */

.profession-grid{

    margin-top:20px;

}

.profession-box{

    height:100%;

}

/* Permanent Recruitment Intro Section Start */

.permanent-intro-section{

    overflow:hidden;

}

.intro-image-wrapper{

    display:flex;

    gap:18px;

    align-items:stretch;

}

.main-image{

    flex:2;

}

.main-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:22px;

}

.small-image{

    flex:1;

}

.small-image img{

    width:100%;

    border-radius:18px;

    object-fit:cover;

}

.top-image{

    margin-bottom:18px;

}

@media(max-width:991px){

.intro-image-wrapper{

    margin-top:50px;

}

}

@media(max-width:767px){

.intro-image-wrapper{

    flex-direction:column;

}

.top-image{

    margin-bottom:18px;

}

}

/* Permanent Recruitment Intro Section End */


/* Position Cards Start */

.position-card{background:#fff;border:1px solid #edf2f8;border-radius:18px;/* text-align:center; */padding: 24px 20px;height:100%;transition:.35s;display: flex;gap: 12px;align-items: center;}

.position-card:hover{

    transform:translateY(-8px);

    border-color:#033695;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.position-card .icon{width: 37px;height: 37px;fill:#033695;/* margin-bottom:22px; */}

.position-card h4{font-size: 19px;margin-bottom:0;line-height:1.4;}

.profession-grid>div{

    margin-bottom:30px;

}

@media(max-width:767px){

.position-card{

    padding:28px 18px;

}

.position-card h4{

    font-size:18px;

}

}

/* Position Cards End */

/* Recruitment Benefits Start */

.benefit-card{/* display:flex; */align-items:flex-start;background:#fff;border:1px solid #edf2f8;border-radius: 10px;padding: 20px 20px;transition:.35s;margin: 0 0 20px;height: calc(100% - 21px);margin-bottom: 30px;}

.benefit-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    border-color:#033695;

}

.benefit-card .icon{width: 38px;height: 38px;fill:#033695;margin-bottom: 14px;flex:none;}

.benefit-card h4{font-size: 21px;margin-bottom:10px;}

.benefit-card p{

    margin-bottom:0;

}

@media(max-width:991px){

.benefit-card{

margin-bottom:25px;

}

.service-contact-box{

margin-top:30px;

}

}

/* Recruitment Benefits End */

/* Contract Staffing Benefits Start */

.benefits-strip{

    display:flex;

    background:#fff;

    border:1px solid #edf2f8;

    border-radius:22px;

    overflow:hidden;

}

.benefit-item{flex:1;/* display:flex; */align-items:flex-start;padding:35px 25px;border-right:1px solid #edf2f8;}

.benefit-icon{width:64px;height:64px;min-width:64px;border-radius:50%;background:#eef3ff;display:flex;align-items:center;justify-content:center;margin-bottom: 18px;}

.benefit-icon .icon{

    width:34px;
    height:34px;

    fill:#033695;

}

.benefit-content h4{font-size: 19px;margin-bottom:10px;font-weight: 600;}

.benefit-content p{

    margin-bottom:0;

}

.benefit-cta{width:380px;background:#033695;color:#fff;/* display:flex; */align-items:flex-start;padding: 37px 27px;gap: 20px;}

.benefit-cta .benefit-icon{

    background:rgba(255,255,255,.12);

}

.benefit-cta .benefit-icon .icon{

    fill:#fff;

}

.benefit-cta h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.benefit-cta p{

    color:rgba(255,255,255,.85);

    margin-bottom:25px;

}

.white-btn{

    background:#fff;

    color:#033695;

}

.white-btn:hover{

    background:#f3f6ff;

}

@media(max-width:1199px){

.benefits-strip{

    flex-wrap:wrap;

}

.benefit-item{

    width:50%;

    flex:none;

}

.benefit-cta{

    width:100%;

}

}

@media(max-width:767px){

.benefit-item{

    width:100%;

    border-right:none;

    border-bottom:1px solid #edf2f8;

}

.benefit-cta{

    flex-direction:column;

}

.benefit-cta .benefit-icon{

    margin-bottom:20px;

}

}

/* Contract Staffing Benefits End */


/* Bulk Recruitment Intro Section Start */

.bulk-intro-section{

    overflow:hidden;

}

.bulk-intro-section .section-title{

    max-width:760px;

}

.bulk-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.bulk-image-wrapper{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.bulk-main-image img{

    width:100%;

    border-radius:24px;

}

.bulk-small-image img{

    width:100%;

    border-radius:20px;

}

@media(max-width:991px){

.bulk-image-wrapper{

    margin-top:50px;

}

}

/* Bulk Recruitment Intro Section End */


/* Overseas Recruitment Intro Section Start */

.overseas-intro-section{

    overflow:hidden;

}

.overseas-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.overseas-image img{

    width:100%;

    border-radius:24px;

}

.mini-feature-card{

    background:#033695;

    color:#fff;

    text-align:center;

    padding:35px 25px;

    border-radius:18px;

    height:100%;

    transition:.35s;

}

.mini-feature-card:hover{

    transform:translateY(-6px);

}

.mini-feature-card .icon{width:48px;height:48px;fill:#fff;margin-bottom:20px;display: inline-block;}

.mini-feature-card h4{

    color:#fff;

    font-size:22px;

    margin-bottom:10px;

}

.mini-feature-card p{

    color:rgba(255,255,255,.85);

    margin-bottom:0;

}

@media(max-width:991px){

.overseas-image{

    margin-top:50px;

}

.mini-feature-card{margin: 0 0 20px;        height: auto;}

}

/* Overseas Recruitment Intro Section End */


/* Executive Search Intro Section Start */

.executive-intro-section{

    overflow:hidden;

}

.executive-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.executive-image img{

    width:100%;

    border-radius:24px;

}

@media(max-width:991px){

.executive-image{

    margin-top:50px;

}

}

/* Executive Search Intro Section End */


/* Dedicated Remote Teams Intro Section Start */

.remote-team-intro-section{

    overflow:hidden;

}

.remote-team-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.remote-team-image{

    position:relative;

}

.remote-team-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.remote-team-image::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:#edf4ff;

    border-radius:50%;

    top:-30px;

    right:-30px;

    z-index:-1;

}

.remote-team-image::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    background:#033695;

    opacity:.08;

    border-radius:50%;

    bottom:-25px;

    left:-25px;

    z-index:-1;

}

@media(max-width:991px){

.remote-team-image{

    margin-top:50px;

}

.remote-team-image::before,
.remote-team-image::after{

    display:none;

}

}

/* Dedicated Remote Teams Intro Section End */

/* Remote Team Feature Box Start */

.feature-box{background:#fff;border:1px solid #edf2f8;border-radius:20px;padding:35px;height: inherit;transition:.35s;margin: 0 0 30px;min-height: 329px;height: 100%;height: calc(100% - 30px);margin-bottom:30px;}

.feature-box:hover{

    transform:translateY(-6px);

    border-color:#033695;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.feature-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#eef3ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.feature-icon .icon{

    width:36px;

    height:36px;

    fill:#033695;

}

.feature-box h4{margin-bottom:15px;}

@media(max-width:991px){

.feature-box{margin-bottom:30px;height: auto;}

}

/* Remote Team Feature Box End */

/* Role Categories Start */

.role-category{/* display:flex; *//* gap:25px; */background:#fff;border:1px solid #edf2f8;border-radius:20px;padding:30px;margin-bottom:30px;transition:.35s;height: calc(100% - 30px);margin-bottom:30px;}

.role-category:hover{

    transform:translateY(-6px);

    border-color:#033695;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.category-icon{width:80px;height:80px;min-width:80px;border-radius:50%;background:#eef3ff;display:flex;align-items:center;justify-content:center;margin: 0 0 20px;}

.category-icon .icon{

    width:40px;

    height:40px;

    fill:#033695;

}

.category-content h4{

    margin-bottom:18px;

}

.category-content .check-list{

    margin-bottom:0;

}

@media(max-width:767px){

.role-category{

    flex-direction:column;

}

.category-icon{

    margin:0 auto;

}

.category-content{

    text-align:center;

}

}

/* Role Categories End */

/* Dedicated Remote Team CTA Start */

.remote-team-cta{

    background:linear-gradient(135deg,#033695,#2959d4);

    border-radius:24px;

    padding:50px;

    overflow:hidden;

    position:relative;

}

.remote-team-cta::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    right:-80px;

    top:-80px;

}

.remote-team-cta::after{

    content:"";

    position:absolute;

    width:160px;

    height:160px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    left:-60px;

    bottom:-60px;

}

.remote-team-cta>*{

    position:relative;

    z-index:2;

}

.cta-content{

    display:flex;

    align-items:center;

}

.cta-icon{

    width:90px;

    height:90px;

    min-width:90px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:30px;

}

.cta-icon .icon{

    width:46px;

    height:46px;

    fill:#fff;

}

.remote-team-cta h2{

    color:#fff;

    margin-bottom:15px;

}

.remote-team-cta p{

    color:rgba(255,255,255,.9);

    margin-bottom:0;

}

.white-btn{

    background:#fff;

    color:#033695;

}

.white-btn:hover{

    background:#f4f7ff;

}

@media(max-width:991px){

.remote-team-cta{

    padding:35px;

    text-align:center;

}

.cta-content{

    flex-direction:column;

}

.cta-icon{

    margin:0 0 25px;

}

.white-btn{

    margin-top:30px;

}

}

/* Dedicated Remote Team CTA End */


/* RPO Intro Section Start */

.rpo-intro-section{

    overflow:hidden;

}

.rpo-intro-section .section-title{

    max-width:720px;

}

.rpo-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

@media(max-width:991px){

.rpo-image{

    margin-top:50px;

}

}

/* RPO Intro Section End */

.feature-box .check-list li{

    margin-bottom:18px;

}

.feature-box .check-list li:last-child{

    margin-bottom:0;

}


/* Service Contact CTA Start */

.service-contact-box{background:linear-gradient(135deg,#033695,#2c57cb);border-radius:24px;padding: 40px 34px;position:relative;overflow:hidden;display: flex;flex-direction: column;justify-content: center;}

.service-contact-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-80px;

    right:-80px;

}

.service-contact-box>*{

    position:relative;

    z-index:2;

}

.service-contact-content{

    display:flex;

    align-items:center;

}

.service-contact-icon{

    width:90px;

    height:90px;

    min-width:90px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:30px;

}

.service-contact-icon .icon{

    width:44px;

    height:44px;

    fill:#fff;

}

.service-contact-box h2{

    color:#fff;

    margin-bottom:15px;

}

.service-contact-box p{

    color:rgba(255,255,255,.9);

    margin-bottom:0;

}

.white-btn{

    background:#fff;

    color:#033695;

}

.white-btn:hover{

    background:#f4f7ff;

}

@media(max-width:991px){

.service-contact-box{

    padding:35px;

    text-align:center;

}

.service-contact-content{

    flex-direction:column;

}

.service-contact-icon{

    margin:0 0 25px;

}

.white-btn{

    margin-top:30px;

}

}

/* Service Contact CTA End */


/* BPO Intro Section Start */

.bpo-intro-section{

    overflow:hidden;

}

.bpo-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.bpo-image{

    position:relative;

}

.bpo-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.bpo-image::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#eef4ff;

    right:-30px;

    top:-30px;

    z-index:-1;

}

.bpo-image::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:#033695;

    opacity:.08;

    left:-20px;

    bottom:-20px;

    z-index:-1;

}

@media(max-width:991px){

.bpo-image{

    margin-top:50px;

}

.bpo-image::before,
.bpo-image::after{

    display:none;

}

}

/* BPO Intro Section End */

/* Back Office Intro Section Start */

.backoffice-intro-section{

    overflow:hidden;

}

.backoffice-intro-section .section-title span{

    display:block;

    color:#3d63c8;

}

.backoffice-image{

    position:relative;

}

.backoffice-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.backoffice-image::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:#eef4ff;

    right:-35px;

    top:-35px;

    z-index:-1;

}

.backoffice-image::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:#033695;

    opacity:.08;

    left:-25px;

    bottom:-25px;

    z-index:-1;

}

@media(max-width:991px){

.backoffice-image{

    margin-top:50px;

}

.backoffice-image::before,
.backoffice-image::after{

    display:none;

}

}

/* Back Office Intro Section End */

.industry-chip-grid{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.industry-chip{

    padding:12px 22px;

    border:1px solid #e8edf7;

    border-radius:50px;

    background:#fff;

    font-weight:600;

    transition:.3s;

}

.industry-chip:hover{

    background:#033695;

    color:#fff;

    border-color:#033695;

}

/* Industry List Start */

.industry-list{

    display:flex;

    flex-direction:column;

}

.industry-item{display:flex;align-items:center;padding: 18px 29px;/* border-bottom:1px solid #edf2f8; */gap: 19px;justify-content: flex-start;text-align: left;margin: 0 0 30px;}

.industry-item:last-child{/* border-bottom:none; */}

.industry-icon{

    width:58px;

    height:58px;

    min-width:58px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:20px;

}

.industry-icon .icon{

    width:28px;

    height:28px;

    fill:#033695;

}

.industry-item span{

    font-size:20px;

    font-weight:600;

    color:#1d2d5c;

}

@media(max-width:767px){

.industry-item span{

    font-size:18px;

}

}

/* Industry List End */

/* Back Office Industries Start */

.bos-industry-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.bos-industry-item{

    display:flex;

    align-items:center;

    background:#fff;

    border:1px solid #e8edf7;

    border-radius:18px;

    padding:18px 24px;

    transition:.3s;

}

.bos-industry-item:hover{

    border-color:#033695;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.bos-industry-icon{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:20px;

}

.bos-industry-icon .icon{

    width:28px;

    height:28px;

    fill:#033695;

}

.bos-industry-item span{

    font-size:20px;

    font-weight:600;

    color:#23386e;

}

@media(max-width:767px){

.bos-industry-item{

    padding:15px;

}

.bos-industry-item span{

    font-size:18px;

}

}

/* Back Office Industries End */


/* Back Office Industries Section Start */

.bos-card{

    background:#fff;

    border:1px solid #edf2f8;

    border-radius:24px;

    padding:35px;

    height:100%;

}

.bos-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.bos-item{

    display:flex;

    align-items:center;

    padding:18px 22px;

    border:1px solid #edf2f8;

    border-radius:16px;

    transition:.35s;

    background:#fff;

}

.bos-item:hover{

    border-color:#033695;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.bos-icon{

    width:64px;

    height:64px;

    min-width:64px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:22px;

}

.bos-icon .icon{

    width:30px;

    height:30px;

    fill:#033695;

}

.bos-item span{

    font-size:20px;

    font-weight:600;

    color:#21376b;

    line-height:1.4;

}

@media(max-width:991px){

.bos-card{

    margin-bottom:30px;

}

}

@media(max-width:767px){

.bos-card{

    padding:25px;

}

.bos-item{

    padding:15px;

}

.bos-icon{

    width:56px;

    height:56px;

    min-width:56px;

    margin-right:16px;

}

.bos-icon .icon{

    width:26px;

    height:26px;

}

.bos-item span{

    font-size:17px;

}

}

/* Back Office Industries Section End */

/* Offshore Delivery Section Start */

.delivery-feature{

    display:flex;

    align-items:flex-start;

    margin-bottom:28px;

    padding-bottom:28px;

    border-bottom:1px solid #edf2f8;

}

.delivery-feature:last-child{

    border:none;

    padding-bottom:0;

}

.delivery-icon{

    width:72px;

    height:72px;

    min-width:72px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:22px;

}

.delivery-icon .icon{

    width:34px;

    height:34px;

    fill:#033695;

}

.delivery-feature h4{

    font-size:24px;

    color:#033695;

    margin-bottom:10px;

}

.delivery-image{

    text-align:center;

}

.delivery-image img{

    border-radius:22px;

}

@media(max-width:991px){

.delivery-image{

    margin-top:40px;

}

}

/* Offshore Delivery Section End */



/* Our Approach Section Start */

.approach-card{

    position:relative;

    background:#fff;

    border:1px solid #e8edf7;

    border-radius:20px;

    padding:70px 25px 35px;

    text-align:center;

    height:100%;

    transition:.35s;

}

.approach-card:hover{

    transform:translateY(-8px);

    border-color:#033695;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.approach-number{

    position:absolute;

    left:22px;

    top:22px;

    width:52px;

    height:52px;

    border-radius:50%;

    background:#033695;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:700;

}

.approach-icon{

    width:80px;

    height:80px;

    margin:0 auto 22px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.approach-icon .icon{

    width:38px;

    height:38px;

    fill:#033695;

}

.approach-card h4{color:#033695;font-size: 20px;margin-bottom:15px;}

@media(max-width:991px){

    .approach-card{

        margin-bottom:30px;

    }

}

/* Our Approach Section End */

/* Back Office Intro Section Start */

.intro-image-wrap{

    position:relative;

}

.intro-image-wrap img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.floating-card{

    position:absolute;

    left:30px;

    bottom:30px;

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:18px;

    padding:18px 22px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

    max-width:320px;

}

.floating-icon{

    width:60px;

    height:60px;

    min-width:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#eef4ff;

    margin-right:15px;

}

.floating-icon .icon{

    width:28px;

    height:28px;

    fill:#033695;

}

.floating-card h5{

    margin-bottom:6px;

    color:#033695;

    font-size:20px;

}

.floating-card p{

    margin:0;

    line-height:1.5;

}

.section-title span{

    display:block;

    color:#3b66d9;

}

@media(max-width:991px){

    .intro-image-wrap{

        margin-top:50px;

    }

    .floating-card{

        position:relative;

        left:auto;

        bottom:auto;

        margin-top:-45px;

        margin-left:20px;

        margin-right:20px;

    }

}

/* Back Office Intro Section End */


/* Industries We Support Start */

.industry-support-card{

    background:#fff;

    border:1px solid #e9eef8;

    border-radius:24px;

    padding:30px;

    height:100%;

}

.industry-support-item{

    display:flex;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #edf2f8;

    transition:.35s;

}

.industry-support-item:last-child{

    border-bottom:none;

}

.industry-support-item:hover{

    padding-left:12px;

}

.industry-support-icon{

    width:64px;

    height:64px;

    min-width:64px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:18px;

}

.industry-support-icon .icon{

    width:30px;

    height:30px;

    fill:#033695;

}

.industry-support-item span{font-size: 20px;font-weight: 500;color:#23386e;line-height:1.4;}

@media(max-width:991px){

    .industry-support-card{

        margin-bottom:30px;

    }

}

@media(max-width:767px){

    .industry-support-card{

        padding:20px;

    }

    .industry-support-icon{

        width:54px;

        height:54px;

        min-width:54px;

    }

    .industry-support-icon .icon{

        width:24px;

        height:24px;

    }

    .industry-support-item span{

        font-size:18px;

    }

}

/* Industries We Support End */

/* Business Benefits Section Start */

.business-benefits{

    background:#fff;

    border:1px solid #e8edf7;

    border-radius:22px;

    overflow:hidden;

}

.business-benefit{

    display:flex;

    align-items:flex-start;

    padding:28px 22px;

    border-right:1px solid #e8edf7;

    height:100%;

    transition:.3s;

}

.business-benefit:hover{

    background:#f8fbff;

}

.business-benefit-icon{

    width:64px;

    height:64px;

    min-width:64px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:18px;

}

.business-benefit-icon .icon{

    width:30px;

    height:30px;

    fill:#033695;

}

.business-benefit h4{

    font-size:21px;

    color:#033695;

    margin-bottom:8px;

    line-height:1.35;

}

.business-benefit p{

    margin:0;

    line-height:1.6;

}

@media(max-width:991px){

.business-benefit{

    border-right:none;

    border-bottom:1px solid #e8edf7;

}

}

@media(max-width:767px){

.business-benefit{

    padding:20px 18px;

}

.business-benefit-icon{

    width:56px;

    height:56px;

    min-width:56px;

    margin-right:15px;

}

.business-benefit-icon .icon{

    width:26px;

    height:26px;

}

.business-benefit h4{

    font-size:18px;

}

}

/* Business Benefits Section End */

/* Back Office Services Start */

.bos-service-card{background:#fff;border:1px solid #e8edf7;border-radius: 11px;padding: 26px;transition:.35s;margin: 0 0 30px;min-height: 440px;}

.bos-service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border-color:#033695;

}

.bos-service-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.bos-service-icon .icon{

    width:38px;

    height:38px;

    fill:#033695;

}

.bos-service-card h4{

    color:#033695;

    font-size:24px;

    margin-bottom:20px;

    line-height:1.35;

}

.bos-service-card .check-list{

    margin-bottom:0;

}

.bos-service-card .check-list li{

    margin-bottom:8px;

}

@media(max-width:991px){

.bos-service-card{

    margin-bottom:30px;

}

}

/* Back Office Services End */

/* Back Office CTA Start */

.backoffice-cta{

    background:linear-gradient(135deg,#033695,#2956d9);

    border-radius:22px;

    padding:35px 45px;

    overflow:hidden;

    position:relative;

}

.backoffice-cta:before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    right:-120px;

    top:-120px;

}

.backoffice-cta-content{

    display:flex;

    align-items:center;

}

.backoffice-cta-icon{

    width:80px;

    height:80px;

    min-width:80px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:25px;

}

.backoffice-cta-icon .icon{

    width:42px;

    height:42px;

    fill:#fff;

}

.backoffice-cta h3{

    color:#fff;

    font-size:32px;

    line-height:1.45;

    margin:0;

    font-weight:600;

}

.backoffice-cta .btn{

    padding:14px 34px;

    border-radius:50px;

    font-weight:600;

    margin-top:20px;

}

.backoffice-cta .btn .icon{

    width:16px;

    height:16px;

    fill:currentColor;

}

@media(max-width:991px){

.backoffice-cta{

    padding:30px;

    text-align:center;

}

.backoffice-cta-content{

    flex-direction:column;

}

.backoffice-cta-icon{

    margin:0 auto 20px;

}

.backoffice-cta h3{

    font-size:24px;

}

}

/* Back Office CTA End */

/* Industries Hero Start */

.industry-hero-images{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.industry-main-image img,

.industry-small-image img{

    width:100%;

    border-radius:22px;

    display:block;

    object-fit:cover;

    transition:.35s;

}

.industry-main-image img{

    height:290px;

}

.industry-small-image img{

    height:220px;

}

.industry-main-image:hover img,

.industry-small-image:hover img{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

@media(max-width:991px){

.industry-hero-images{

    margin-top:40px;

}

.industry-main-image img{

    height:240px;

}

.industry-small-image img{

    height:200px;

}

}

/* Industries Hero End */

/* Industry Service Cards Start */

.industry-service-card{

    background:#fff;

    border:1px solid #e8edf7;

    border-radius:18px;

    padding:30px;

    height:100%;

    transition:.35s;

}

.industry-service-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    border-color:#033695;

}

.industry-service-icon{

    width:78px;

    height:78px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:22px;

}

.industry-service-icon .icon{

    width:42px;

    height:42px;

    fill:#033695;

}

.industry-service-card h4{

    color:#033695;

    font-size:26px;

    margin-bottom:15px;

    line-height:1.3;

}

.industry-service-card p{

    margin-bottom:0;

}

@media(max-width:991px){

.industry-service-card{

    margin-bottom:30px;

}

}

/* Industry Service Cards End */

/* Industries CTA Start */

.industry-cta{

    background:#f5f8ff;

    border:1px solid #dfe9fb;

    border-radius:22px;

    padding:28px 35px;

}

.industry-cta-content{

    display:flex;

    align-items:center;

}

.industry-cta-icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    background:#033695;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:25px;

}

.industry-cta-icon .icon{

    width:34px;

    height:34px;

    fill:#fff;

}

.industry-cta h3{

    font-size:28px;

    line-height:1.5;

    margin:0;

    color:#1d2f5f;

    font-weight:600;

}

.industry-cta .btn{

    border-radius:50px;

    padding:14px 34px;

    font-weight:600;

}

.industry-cta .btn .icon{

    width:16px;

    height:16px;

    fill:currentColor;

}

@media(max-width:991px){

.industry-cta{

    text-align:center;

    padding:30px;

}

.industry-cta-content{

    flex-direction:column;

}

.industry-cta-icon{

    margin:0 auto 20px;

}

.industry-cta h3{

    font-size:22px;

    margin-bottom:25px;

}

}

/* Industries CTA End */

/* Industry Cards V2 Start */

.industry-card-v2{background:#fff;border:1px solid #e6edf8;border-radius:22px;padding:35px 30px;min-height: 400px;text-align:center;transition:.35s;margin-bottom: 30px;}

.industry-card-v2:hover{

    transform:translateY(-8px);

    border-color:#033695;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.industry-card-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    transition:.35s;

}

.industry-card-v2:hover .industry-card-icon{

    transform:scale(1.08);

}

.industry-card-icon .icon{

    width:48px;

    height:48px;

    fill:#033695;

}

.industry-card-v2 h4{

    font-size:26px;

    color:#033695;

    margin-bottom:18px;

    line-height:1.3;

}

.industry-card-v2 p{

    margin-bottom:0;

}

@media(max-width:991px){

.industry-card-v2{

    margin-bottom:30px;

}

}

/* Industry Cards V2 End */

/* Industries Bottom CTA Start */

.industry-bottom-cta{

    background:#f7faff;

    border:1px solid #dfe8fb;

    border-radius:22px;

    padding:28px 35px;

    transition:.35s;

}

.industry-bottom-cta:hover{

    border-color:#033695;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.industry-bottom-cta-content{

    display:flex;

    align-items:center;

}

.industry-bottom-cta-icon{

    width:72px;

    height:72px;

    min-width:72px;

    border-radius:50%;

    background:#033695;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:25px;

}

.industry-bottom-cta-icon .icon{

    width:34px;

    height:34px;

    fill:#fff;

}

.industry-bottom-cta h3{

    margin:0;

    color:#1b2d5b;

    font-size:26px;

    line-height:1.55;

    font-weight:600;

}

.btn-pill{

    border-radius:50px;

    padding:14px 34px;

    font-weight:600;

}

.btn-pill .icon{

    width:16px;

    height:16px;

    fill:currentColor;

}

@media(max-width:991px){

.industry-bottom-cta{

    padding:30px;

    text-align:center;

}

.industry-bottom-cta-content{

    flex-direction:column;

}

.industry-bottom-cta-icon{

    margin:0 auto 20px;

}

.industry-bottom-cta h3{

    font-size:22px;

    margin-bottom:25px;

}

}

/* Industries Bottom CTA End */

/* Job Categories Start */

.job-category-card{background:#fff;border:1px solid #e7edf8;border-radius:22px;padding:35px;margin-bottom:30px;/* height:100%; */transition:.35s;margin: 0 0 30px;height: calc(100% - 30px);margin-bottom:30px;}

.job-category-card:hover{

    transform:translateY(-8px);

    border-color:#033695;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.job-category-head{

    display:flex;

    align-items:center;

    margin-bottom:30px;

}

.job-category-icon{width: 75px;height: 75px;min-width: 75px;border-radius:50%;background:#eef4ff;display:flex;align-items:center;justify-content:center;margin-right:20px;}

.job-category-icon .icon{width: 30px;height: 30px;fill:#033695;}

.job-category-head h3{margin:0;color:#033695;font-size: 27px;line-height:1.3;}

.job-list{

    margin:0;

    padding-left:20px;

}

.job-list li{margin-bottom:12px;line-height: 21px;}

.job-list li:last-child{

    margin-bottom:0;

}

@media(max-width:991px){

.job-category-head{

    flex-direction:column;

    text-align:center;

}

.job-category-icon{

    margin:0 0 20px;

}

.job-category-head h3{

    font-size:26px;

}

}

/* Job Categories End */

/* Contract Benefits Section Start */

.contract-benefits {
    background: #fff;
    border: 1px solid #e8edf7;
    border-radius: 18px;
    overflow: hidden;
}

.contract-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 24px;
    height: 100%;
    border-right: 1px solid #e8edf7;
}

.contract-benefit-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contract-benefit-icon .icon {
    width: 36px;
    height: 36px;
    fill: var(--primary);
}

.contract-benefit-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contract-benefit-content p {
    margin-bottom: 0;
}

@media (max-width:991px){

    .contract-benefit-item{
        border-right:0;
        border-bottom:1px solid #e8edf7;
    }

    .contract-benefit-item.border-0{
        border-bottom:0;
    }

}

@media (max-width:767px){

    .contract-benefit-item{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

}

/* Contract Benefits Section End */


/* Recruitment CTA Section Start */

.industry-cta{
    background:linear-gradient(90deg,#0d47a1,#2f67c7);
    border-radius:20px;
    padding:26px 35px;
    color:#fff;
    overflow:hidden;
}

.industry-cta-content{
    display:flex;
    align-items:center;
}

.industry-cta-icon{
    width:72px;
    height:72px;
    min-width:72px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
}

.industry-cta-icon .icon{
    width:36px;
    height:36px;
    fill:#fff;
}

.industry-cta-content h3{
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    line-height:1.45;
    margin:0;
}

.industry-cta-features{
    display:flex;
    justify-content:flex-end;
    height:100%;
}

.industry-cta-feature{
    display:flex;
    align-items:center;
    padding:0 22px;
    border-right:1px solid rgba(255,255,255,.18);
}

.industry-cta-feature .icon{
    width:28px;
    height:28px;
    fill:#fff;
    margin-right:12px;
}

.industry-cta-feature span{
    color:#fff;
    font-size:18px;
    font-weight:600;
    white-space:nowrap;
}

@media(max-width:991px){

    .industry-cta{
        text-align:center;
    }

    .industry-cta-content{
        display:block;
    }

    .industry-cta-icon{
        margin:0 auto 20px;
    }

    .industry-cta-features{
        margin-top:30px;
        justify-content:center;
        flex-wrap:wrap;
    }

}

@media(max-width:767px){

    .industry-cta{
        padding:25px;
    }

    .industry-cta-content h3{
        font-size:22px;
    }

    .industry-cta-feature{
        width:100%;
        justify-content:center;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.15);
        padding:16px 0;
    }

    .industry-cta-feature:last-child{
        border-bottom:0;
    }

}

/* Recruitment CTA Section End */


/* Hire Manpower CTA Section Start */

.hire-manpower-section{
    background:#fff;
    border:2px solid #2f67c7;
    border-radius:30px;
    padding:60px 50px;
    position:relative;
}

.hire-manpower-title{
    font-size: 35px;
    font-weight:700;
    color:#14214d;
    margin-bottom:30px;
}


.hire-manpower-btn{
    display:inline-block;
    background:#2f67c7;
    color:#fff;
    padding:16px 50px;
    border-radius:10px;
    font-size:22px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.hire-manpower-btn:hover{
    background:#1d56b8;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

    .hire-manpower-section{
        padding:45px 30px;
    }

    .hire-manpower-title{
        font-size:38px;
    }

    .hire-manpower-section p{
        font-size:18px;
    }

}

@media(max-width:767px){

    .hire-manpower-section{
        padding:35px 20px;
        border-radius:20px;
    }

    .hire-manpower-title{
        font-size:30px;
    }

    .hire-manpower-section p{
        font-size:16px;
    }

    .hire-manpower-btn{
        width:100%;
        padding:15px;
        font-size:18px;
    }

}

/* Hire Manpower CTA Section End */

/* How It Works Section Start */

.how-work-section{
    position:relative;
}

.how-work-card{
    position:relative;
    min-height: 430px;
    background:#fff;
    border:1px solid #edf1f8;
    border-radius:18px;
    padding:70px 25px 35px;
    text-align:center;
    transition:.35s;
    margin: 0 0 30px;
}

.how-work-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.step-number{
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
    width:52px;
    height:52px;
    border-radius:50%;
    background: #073185;
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.how-work-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.how-work-icon .icon{
    width:46px;
    height:46px;
    fill: #093999;
}

.how-work-card h3{
    font-size: 21px;
    font-weight:700;
    line-height: 26px;
    margin-bottom:18px;
}

.title-line{
    display:block;
    width:60px;
    height:3px;
    background: #093999;
    margin:0 auto 20px;
    border-radius:10px;
}

.how-work-card p{
    margin-bottom:0;
}

.work-arrow{
    position:relative;
    width:40px;
    align-items:center;
    justify-content:center;
    color:var(--primary);
    font-size:34px;
}

@media(max-width:1199px){

    .how-work-card{
        margin-bottom:30px;
    }

    .work-arrow{
        display:none!important;
    }

}

@media(max-width:767px){

    .how-work-card{
        padding:60px 20px 30px;
    }

    .how-work-card h3{
        font-size:20px;
    }

    .step-number{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .how-work-icon{
        width:80px;
        height:80px;
    }

    .how-work-icon .icon{
        width:40px;
        height:40px;
    }

}

/* How It Works Section End */


/* Hiring Commitment Section Start */

.hiring-commitment{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:20px;
    overflow:hidden;
}

.commitment-content{
    display:flex;
    align-items:center;
    padding:40px;
}

.commitment-icon{
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:30px;
}

.commitment-icon .icon{
    width: 50px;
    height: 50px;
    fill:var(--primary);
}

.commitment-text h2{
    font-size: 24px;
    font-weight:700;
    margin-bottom:18px;
}

.commitment-text p{
    margin-bottom:0;
}

.commitment-features{
    display:flex;
    height:100%;
}

.commitment-feature{
    flex:1;
    text-align:center;
    padding:40px 15px;
    border-left:1px solid #e8edf7;
}

.commitment-feature-icon{
    width:72px;
    height:72px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.commitment-feature-icon .icon{
    width:34px;
    height:34px;
    fill:var(--primary);
}

.commitment-feature h4{
    font-size: 17px;
    font-weight:700;
    margin:0;
}

@media(max-width:991px){

    .commitment-content{
        display:block;
        text-align:center;
    }

    .commitment-icon{
        margin:0 auto 25px;
    }

    .commitment-features{
        flex-wrap:wrap;
        border-top:1px solid #e8edf7;
    }

    .commitment-feature{
        width:50%;
        flex:none;
        border-left:0;
        border-bottom:1px solid #e8edf7;
    }

}

@media(max-width:767px){

    .commitment-content{
        padding:30px 20px;
    }

    .commitment-text h2{
        font-size:30px;
    }

    .commitment-feature{
        width:100%;
    }

    .commitment-icon{
        width:90px;
        height:90px;
        min-width:90px;
    }

    .commitment-icon .icon{
        width:50px;
        height:50px;
    }

}

/* Hiring Commitment Section End */

.theme-btn-2
{
    color: #FFF;
    margin: 30px 0 0;
    display: inline-block;
    background: #073185;
    padding: 18px 20px;
    border-radius: 8px;
    width: fit-content;
    outline: none;
    border: none;
}.theme-btn-2:hover
{
    color: #FFF;
    background: #093999;
}
.service-contact-box-container
{
    height: 100%;
    padding-bottom: 23px;
}


/* Service Main Page Style Start */

.services-section.service-main-page{
    background:#f7f9fc;
}

.services-section.service-main-page::before{
    background-image:
    linear-gradient(rgba(4,39,97,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(4,39,97,.05) 1px,transparent 1px);
}

.services-section.service-main-page .section-title span{
    color:#1d4ed8;
}

.services-section.service-main-page .section-title h2{
    color:#042761;
}

.services-section.service-main-page .section-title p{
    color:#6b7280;
}

.services-section.service-main-page .service-card{
    background:#fff;
    border:1px solid #e5eaf5;
    box-shadow:0 12px 35px rgba(4,39,97,.06);
}

.services-section.service-main-page .service-card:hover{
    background:#fff;
    border-color:#1d4ed8;
    box-shadow:0 20px 45px rgba(4,39,97,.12);
}

.services-section.service-main-page .service-icon{
    background:#edf4ff;
}

.services-section.service-main-page .service-icon .icon{
    fill:#1d4ed8;
}

.services-section.service-main-page .service-card h3{
    color:#042761;
}

.services-section.service-main-page .service-card p{
    color:#6b7280;
}

.services-section.service-main-page .shape{
    background:rgba(29,78,216,.05);
}

/* Service Main Page Style End */

.service-card{
    display:block;
    text-decoration:none;
    color:inherit;
}

.service-card:hover{
    text-decoration:none;
    color:inherit;
}

/* Address Box Start */

.adrs-bx{
    margin: 0 0 30px;
    padding:30px;
    background:#ffffff;
    border:1px solid #e7edf7;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.adrs-bx .contact-info{
    margin:0;
    padding:0;
    list-style:none;
}

.adrs-bx .contact-info li{
    position:relative;
    padding-left:55px;
    margin-bottom:25px;
    line-height:1.8;
    color:#555;
    font-size:16px;
}

.adrs-bx .contact-info li:last-child{
    margin-bottom:0;
}

.adrs-bx .contact-info li i{
    position:absolute;
    left:0;
    top: -3px;
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#edf4ff;
    color:#0d47a1;
    font-size:16px;
}

.adrs-bx .contact-info a{
    color:#555;
    text-decoration:none;
    transition:.3s;
}

.adrs-bx .contact-info a:hover{
    color:#0d47a1;
}

/* Address Box End */


@media (max-width:992px)
{
.section-title{
    font-size: 26px;
    line-height: 33px;
}
}