
   .aion-career-section{
    padding: 90px 0;
    background: linear-gradient(135deg, #f4f7fb 0%, #eef3f8 100%);
    position: relative;
    overflow: hidden;
}

.aion-career-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(61, 99, 137, 0.08);
    border-radius: 50%;
}

.aion-career-section::after{
    content: "";
    position: absolute;
    bottom: -150px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(61, 99, 137, 0.05);
    border-radius: 50%;
}

.aion-heading{
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.aion-heading .tag{
    display: inline-block;
    background: rgba(61, 99, 137, 0.12);
    color: #3D6389;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.aion-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.aion-heading h2 span{
    color: #3D6389;
}

.aion-heading p{
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

.aion-grid{
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 2;
}

.aion-card{
    background: #fff;
    border-radius: 24px;
    padding: 30px 22px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(61, 99, 137, 0.08);
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.aion-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3D6389;
    transform: scaleX(0);
    transition: 0.4s;
}

.aion-card:hover::before{
    transform: scaleX(1);
}

.aion-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 18px 45px rgba(61, 99, 137, 0.15);
}

.icon-box{
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: rgba(61, 99, 137, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.4s;
}

.icon-box i{
    font-size: 32px;
    color: #3D6389;
}

.aion-card:hover .icon-box{
    background: #3D6389;
}

.aion-card:hover .icon-box i{
    color: #fff;
}

.aion-card h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.aion-card p{
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

/* Responsive */
@media(max-width:768px){

    .aion-heading h2{
        font-size: 32px;
    }

    .aion-card{
        padding: 30px 24px;
    }
} 






    .aion-jobs-section{
    padding: 90px 0;
    background: #f8f8f8;
    position: relative;
} 

.aion-jobs-heading{
    text-align: center;
    margin-bottom: 60px;
}

.job-tag{
    display: inline-block;
    background: rgba(61, 99, 137, 0.1);
    color: #3D6389;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.aion-jobs-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.aion-jobs-heading h2 span{
    color: #3D6389;
}

.aion-jobs-heading p{
    max-width: 650px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

.aion-job-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap: 30px;
}

.job-card{
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid rgba(61,99,137,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
}

.job-card::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3D6389;
    transform: scaleX(0);
    transition: 0.4s;
}

.job-card:hover::before{
    transform: scaleX(1);
}

.job-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(61,99,137,0.15);
}

.job-top{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.job-icon{
    width: 70px;
    height: 70px;
    background: rgba(61,99,137,0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.4s;
}

.job-icon i{
    font-size: 28px;
    color: #3D6389;
}

.job-card:hover .job-icon{
    background: #3D6389;
}

.job-card:hover .job-icon i{
    color: #fff;
}

.job-top h3{
        font-size: 15px !important;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.job-badge{
    display: inline-block;
    background: #edf3f8;
    color: #3D6389;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.job-info{
    margin-bottom: 25px;
}

.job-info p{
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}

.job-info i{
    color: #3D6389;
    margin-right: 8px;
}

.job-card h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #111;
}

.skill-list{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.skill-list li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #666;
    line-height: 1.7;
}

.skill-list li::before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #3D6389;
    font-size: 13px;
}

.job-btns{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-whatsapp,
.btn-apply{
    flex: 1;
    text-align: center;
    padding: 14px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
}

.btn-whatsapp{
    background: #11B519;
    color: #fff;
}

.btn-whatsapp:hover{
    background: #0c9913;
    color: #fff;
}

.btn-apply{
    background: #3D6389;
    color: #fff;
}

.btn-apply:hover{
    background: #284c70;
    color: #fff;
}

@media(max-width:768px){

    .aion-jobs-heading h2{
        font-size: 32px;
    }

    .aion-job-grid{
        grid-template-columns: 1fr;
    }

    .job-card{
        padding: 28px;
    }

    .job-btns{
        flex-direction: column;
    }

}





   .internship-modern-area{
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.internship-modern-area::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: #e3e8ed;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.modern-title-area{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.title-left{
    max-width: 650px;
}

.small-badge{
    display: inline-block;
    padding: 8px 18px;
    background: rgba(61,99,137,0.1);
    color: #3D6389;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.title-left h2{
    font-size: 52px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.title-left h2 span{
    color: #3D6389;
    display: block;
}

.title-right{
    max-width: 550px;
}

.title-right p{
    color: #666;
    line-height: 1.9;
    font-size: 17px;
    font-weight:600;
    margin: 0;
}

.internship-modern-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.internship-box{
    background: #fff;
    border-radius: 28px;
    padding: 30px 25px;
    border: 1px solid #edf2f7;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
}

.internship-box::before{
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: rgba(61,99,137,0.06);
    border-radius: 50%;
    transition: 0.4s;
}

.internship-box:hover{
    transform: translateY(-12px);
    border-color: #3D6389;
    box-shadow: 0 20px 50px rgba(61,99,137,0.12);
}

.internship-box:hover::before{
    transform: scale(1.2);
}

.intern-number{
    position: absolute;
    top: 25px;
       right: 12px;
    font-size: 46px;
    font-weight: 800;
    color: rgba(61,99,137,0.08);
    line-height: 1;
}

.intern-content{
    position: relative;
    z-index: 2;
}

.intern-content i{
    width: 62px;
    height: 62px;
    background: #3D6389;
    color: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 28px;
    transition: 0.4s;
}

.internship-box:hover .intern-content i{
    transform: rotate(-8deg) scale(1.08);
}

.intern-content h4{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.internship-highlight-box{
    margin-top: 80px;
    background: linear-gradient(135deg,#3D6389,#284c70);
    border-radius: 35px;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.internship-highlight-box::before{
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.highlight-icon{
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon i{
    font-size: 30px;
    color: #fff;
}

.highlight-content{
    position: relative;
    z-index: 2;
}

.highlight-content h3{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight-content p{
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 18px;
}

.highlight-content span{
    display: inline-block;
    padding: 10px 22px;
    background: rgba(255,255,255,0.12);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

@media(max-width:991px){

    .modern-title-area{
        flex-direction: column;
        align-items: flex-start;
    }

    .internship-modern-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .internship-highlight-box{
        flex-direction: column;
        text-align: center;
    }

}

@media(max-width:768px){

    .title-left h2{
        font-size: 38px;
    }

    .internship-modern-grid{
        grid-template-columns: 1fr;
    }

    .internship-box{
        min-height: auto;
    }

    .internship-highlight-box{
        padding: 35px 25px;
    }

    .highlight-content h3{
        font-size: 28px;
    }

} 



    .aion-life-minimal{
    padding: 70px 0;
    background: #f8fbff;
}

.life-top-heading{
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.life-top-heading h2{
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
}

.life-top-heading h2 span{
    color: #3D6389;
}

.life-top-heading p{
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

.life-flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.life-mini-card{
    background: #fff;
    border: 1px solid rgba(61,99,137,0.08);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 280px;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.life-mini-card:hover{
    background: #3D6389;
    transform: translateY(-5px);
}

.life-mini-card i{
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(61,99,137,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D6389;
    font-size: 20px;
    transition: 0.3s;
}

.life-mini-card h4{
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
    line-height: 1.5;
    transition: 0.3s;
}

.life-mini-card:hover i{
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.life-mini-card:hover h4{
    color: #fff;
}

.life-note{
    text-align: center;
    margin-top: 35px;
}

.life-note p{
    max-width: 850px;
    margin: auto;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

@media(max-width:768px){

    .life-top-heading h2{
        font-size: 32px;
    }

    .life-mini-card{
        width: 100%;
        min-width: auto;
    }

}



    .aion-culture-section{
    padding: 75px 0;
    background: #eaf1f7;
}

.culture-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(61,99,137,0.1);
    padding-bottom: 25px;
}

.culture-title span{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3D6389;
    margin-bottom: 12px;
}

.culture-title h2{
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin: 0;
    line-height: 1.2;
}

.culture-title h2 strong{
    color: #3D6389;
}

.culture-description{
    max-width: 420px;
}

.culture-description p{
    margin: 0;
    color: #666;
    font-weight:600;
    line-height: 1.8;
    font-size: 16px;
}

.culture-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 18px;
}

.culture-box{
    background: #f7faff;
    border-left:3px solid #3d6389 !important;
    border: 1px solid rgba(61,99,137,0.08);
    border-radius: 18px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: 0.3s ease;
}

.culture-box:hover{
    background: #3D6389;
    transform: translateY(-5px);
}

.culture-box i{
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 14px;
    background: rgba(61,99,137,0.1);
    color: #3D6389;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: 0.3s;
}

.culture-box h4{
    font-size: 19px;
    font-weight: 700;
    color: #111;
    margin: 0;
    transition: 0.3s;
}

.culture-box:hover i{
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.culture-box:hover h4{
    color: #fff;
}

.culture-footer{
    margin-top: 35px;
    text-align: center;
}

.culture-footer p{
    max-width: 850px;
    margin: auto;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

@media(max-width:768px){

    .culture-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .culture-title h2{
        font-size: 34px;
    }

}



     .aion-benefit-modern{
    padding: 80px 0;
    background: #ffffff;
}

.benefit-modern-heading{
    text-align: center;
    margin-bottom: 50px;
}

.benefit-modern-heading span{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3D6389;
    margin-bottom: 15px;
    position: relative;
}

.benefit-modern-heading span::after{
    content: "";
    width: 50px;
    height: 2px;
    background: #3D6389;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.benefit-modern-heading h2{
    font-size: 44px;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.benefit-modern-heading h2 strong{
    color: #3D6389;
}

.benefit-modern-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.benefit-row{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: #f8fbff;
    border: 1px solid rgba(61,99,137,0.12);
    border-radius: 16px;
    transition: 0.3s ease;
}

.benefit-row:hover{
    background: #3D6389;
    transform: translateY(-5px);
}

.benefit-count{
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(61,99,137,0.1);
    color: #3D6389;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}

.benefit-row h4{
    font-size: 19px;
    font-weight: 600;
    color: #111;
    margin: 0;
    line-height: 1.5;
    transition: 0.3s;
}

.benefit-row:hover .benefit-count{
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.benefit-row:hover h4{
    color: #fff;
}

@media(max-width:768px){

    .aion-benefit-modern{
        padding: 70px 0;
    }

    .benefit-modern-heading h2{
        font-size: 34px;
    }

    .benefit-modern-list{
        grid-template-columns: 1fr;
    }

    .benefit-row{
        padding: 20px;
    }

    .benefit-row h4{
        font-size: 17px;
    }

}





    .aion-career-section{
    padding: 90px 0;
    background: linear-gradient(135deg,#f8fbff,#eef5fb);
    overflow: hidden;
}

.career-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.career-left{
    position: relative;
}

.career-label{
    display: inline-block;
    padding: 8px 18px;
    background: rgba(61,99,137,0.1);
    color: #3D6389;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.career-left h2{
    font-size: 48px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin-bottom: 25px;
}

.career-left h2 span{
    color: #3D6389;
}

.career-left p{
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 0;
}

.career-bottom-text{
    margin-top: 35px;
    padding-left: 20px;
    border-left: 4px solid #3D6389;
}

.career-bottom-text p{
    margin: 0;
    font-weight: 500;
    color: #444;
}

.career-right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.career-point{
    background: #fff;
    border-radius: 22px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(61,99,137,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.career-point::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #3D6389;
    transition: 0.4s ease;
    z-index: 1;
}

.career-point:hover::before{
    width: 100%;
}

.career-number{
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 18px;
    background: rgba(61,99,137,0.1);
    color: #3D6389;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.career-info{
    position: relative;
    z-index: 2;
}

.career-info h4{
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.5;
    transition: 0.4s;
}

.career-point:hover .career-number{
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.career-point:hover .career-info h4{
    color: #fff;
}

@media(max-width:991px){

    .career-wrapper{
        grid-template-columns: 1fr;
        gap: 45px;
    }

}

@media(max-width:768px){

    .aion-career-section{
        padding: 70px 0;
    }

    .career-left h2{
        font-size: 36px;
    }

    .career-point{
        padding: 20px;
        gap: 16px;
    }

    .career-number{
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 18px;
    }

    .career-info h4{
        font-size: 18px;
    }

}



    .aion-hiring-process{
    padding: 80px 0;
    background: #f8fbff;
}

.hiring-heading{
    margin-bottom: 55px;
}

.hiring-heading span{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3D6389;
    margin-bottom: 14px;
}

.hiring-heading h2{
    font-size: 44px;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.hiring-heading h2 strong{
    color: #3D6389;
}

.hiring-process-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    position: relative;
}

.hiring-step{
    background: #fff;
    border-radius: 22px;
    padding: 35px 28px;
    position: relative; 
    border: 1px solid rgba(61,99,137,0.08);
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.hiring-step::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3D6389;
}

.hiring-step:hover{
    transform: translateY(-8px);
}

.step-number {
    margin-top: -55px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    background: #ccc;
    z-index: 999999;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.step-content h4{
        margin-top: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.step-content p{
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

@media(max-width:991px){

    .hiring-process-wrapper{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:768px){

    .aion-hiring-process{
        padding: 70px 0;
    }

    .hiring-heading h2{
        font-size: 34px;
    }

    .hiring-process-wrapper{
        grid-template-columns: 1fr;
    }

    .hiring-step{
        padding: 28px 22px;
    }

    .step-content h4{
        font-size: 21px;
    }

}





    .aion-faq-section{
    padding: 90px 0;
    background: linear-gradient(135deg,#f5f9ff,#edf4fb);
    position: relative;
    overflow: hidden;
}

.faq-wrapper{
    max-width: 950px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* FAQ CARD */
.faq-item{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(61,99,137,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: 0.35s ease;
    position: relative;
}

.faq-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(61,99,137,0.10);
}

/* ACTIVE CARD */
.faq-item.active{
    border-color: rgba(61,99,137,0.18);
    box-shadow: 0 20px 50px rgba(61,99,137,0.12);
}

/* QUESTION */
.faq-question{
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 10px 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    transition: 0.35s ease;
    position: relative;
}

/* REMOVE BLACK BORDER ISSUE */
.faq-question:focus,
.faq-question:active,
.faq-question:hover{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ACTIVE + HOVER BG */
.faq-item.active .faq-question,
.faq-question:hover{
    background: linear-gradient(90deg,#edf5ff,#f8fbff);
    color: #3D6389;
}

/* ICON */
.faq-question i{
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    background: rgba(61,99,137,0.08);
    color: #3D6389;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.35s ease;
}

/* ACTIVE ICON */
.faq-item.active .faq-question i{
    background: #3D6389;
    color: #fff;
    transform: rotate(180deg);
}

/* ANSWER */
.faq-answer{
    padding: 20px 30px 28px;
    background: #fff;
}

.faq-answer p{
    margin: 0;
    color: #5f6672;
    font-size: 16px;
    line-height: 1.9;
}

/* HEADING */
.faq-heading{
    text-align: center;
    margin-bottom: 55px;
}

.faq-heading span{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(61,99,137,0.08);
    color: #3D6389;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.faq-heading h2{
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.faq-heading h2 strong{
    color: #3D6389;
}

/* MOBILE */
@media(max-width:768px){

    .aion-faq-section{
        padding: 70px 0;
    }

    .faq-heading h2{
        font-size: 34px;
    }

    .faq-question{
        padding: 10px 20px;
        font-size: 17px;
    }

    .faq-answer{
            padding: 20px 30px 28px;
    }

    .faq-question i{
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

}






    .aion-join-section{
    padding: 90px 0;
    background: linear-gradient(135deg,#3D6389,#27496d);
    position: relative;
    overflow: hidden;
}

.aion-join-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.aion-join-section::after{
    content: "";
    position: absolute;
    bottom: -140px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.join-wrapper{
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.join-content{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.join-tag{
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.join-content h2{
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.join-content h2 span{
    color: #d9ecff;
}

.join-content p{
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
}
.join-contact{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.join-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 18px 20px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s ease;
}

.join-info:hover{
    background: rgba(255,255,255,0.14);
    transform: translateY(-4px);
}

@media(max-width:991px){

    .join-contact{
        grid-template-columns: 1fr;
    }

}

.join-info i{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.join-btn{
    margin-top: 45px;
}

.join-btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: #fff;
    color: #3D6389;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: 0.35s ease;
}

.join-btn a:hover{
    background: #d9ecff;
    transform: translateY(-4px);
}

@media(max-width:768px){

    .aion-join-section{
        padding: 70px 0;
    }

    .join-content{
        padding: 40px 25px;
        border-radius: 22px;
    }

    .join-content h2{
        font-size: 36px;
    }

    .join-content p{
        font-size: 15px;
    }

    .join-info{
        font-size: 15px;
        align-items: flex-start;
        text-align: left;
    }

}





h2, .h2 {
    margin-bottom: var(--h-margin-bottom);
    line-height: 1.2em;
    font-weight: var(--h-font-weight);
    color: var(--heading-color);
    font-size: 1.5rem !important;
}

h1, .h1 {
    margin-bottom: var(--h-margin-bottom);
    line-height: 1.2em;
    font-weight: var(--h-font-weight);
    color: var(--heading-color);
    font-size: 1.4rem !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type=submit], textarea, select {
    /* background: #fff; */
     background-image: linear-gradient( 250deg, #fff 19%, #fff 100%);
    /* border: solid 1px #2B557F; */
    color: black;
    font-size: 14px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
   
    margin: 0 0 5px;
    /* border-radius: 1px; */
    padding: 8px 20px;
    width: 100%;
    outline: 0;
}
h3, .h3 {
    margin-bottom: var(--h-margin-bottom);
    line-height: 1.5em;
    font-weight: var(--h-font-weight);
    color: var(--heading-color);
    font-size: 18px !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-gray {
    background-color: #f9f9f9;
}
.icn{
    color:#2b557f;
    font-size:50px;
    margin-top:15px;
}

.icn:hover{
    color:white;
    font-size:50px;
    margin-top:15px;
}
.bx i{
  line-height: 30px;
 
  transition: 0.2s;
   color:#2b557f;
    font-size:50px;
    margin-top:15px;
}
.bx:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
  font-size:35px;
}

.bx:hover p{
  transform: scale(1.3);
  color: #f1f1f1;
  font-size:11px;
}
.bx:hover h4{
  transform: scale(1.3);
  color: #f1f1f1;
  font-size:18px;
}
.bx h4{
  
  color: #2b557f;
 
}



.bx{
    
    
      height:280px;
   padding:20px;

 
  background: #f1f1f1;
  margin: 10px;
 
  color: #2b557f;
  box-shadow: 0 5px 15px -5px #00000070;
  position: relative;
  overflow: hidden;
}

.bx::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  color:white;
  background: #2b557f;
  left: -110%;
  top: 90%;
  
}
.bx:hover::before{
  animation: animation 0.7s 1 forwards;
}
@keyframes animation {
  0%{
    left: -140%;
    top: 90%;
  }50%{
    left: -15%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}

  
.bx:hover{
    padding:50px;
   box-shadow: rgba(43, 85, 127, 0.2) 0px 8px 29px 0px;
 
}



.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1px solid #2b547e;
    border-radius: 1rem;
}
.card:hover {
     box-shadow: rgba(43, 85, 127, 0.2) 0px 10px 29px 0px !important;
   
}
.img-hover-zoom--colorize img {
    border-radius: 50%;
     
    width: 100px !important;
    height: 100px;
    margin-top: 20px;
   
    transition: transform .5s;
    filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}



.servicde_sidebar_book {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 9px;
    padding-right: 20px;
    box-shadow: rgb(43 84 126 / 20%) 0px 7px 29px 0px;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
}



.crumina-module-slider {
    position: relative;
    height: 246px !important;
}

input, textarea, select {
       width: 100%;
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fbfaff;
    margin-bottom: 15px;
}
.style2{
    background-color:#2b547e;
    width:120px;
    color:white;
    border-radius:20px;
}
.servicde_sidebar_book{
    padding-top:20px;
    padding-bottom:30px;
    padding-left:20px;
     border-radius:9px;
    padding-right:20px;
    box-shadow: rgba(43, 84, 126, 0.2) 0px 7px 29px 0px;
}
.style2:hover{
    color:white;
}

.site-heading h2 {
  display: block;
  font-weight: 600;
  text-transform:capitalize !important;
 
  margin-bottom: 1px;
 
}

.site-heading h2 span {
  color: #13353b;
}





.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #2B557F none repeat scroll 0 0;
  border-color: #2B557F;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #2B557F;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 20px;
  height: 300px;

}

.we-offer-area.text-center .item i {
  background: #2B557F none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #2B557F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 0px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #2B557F none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: 19a496;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  font-size:23px;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #2B557F none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #2B557F !important;
}

.we-offer-area.text-left .item i {
  background: #2B557F none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #2B557F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 15px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
color: #ffaf5a;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;

}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}

    
.latest-news12 
{
 color:white;
 font-size:30px !important;

}
@keyframes myfirst1
{
  50% {transform: rotate(10deg);}
}
.latest-news 
{
 color:white;
 font-size:30px !important;

}
@keyframes myfirst
{
from {color: #95D133;font-size:20pt;}
to {color: white;font-size:22pt;}
}

.navigation-dropdown {
    width: 250px !important;
    
    
 
}
.navigation-dropdown-link {
    padding: 12px 10px 12px 20px !important;
    
}
.navigation-dropdown-link {
    padding-left: 20px !important;
   
    font-size: 16px !important;
  
}
.ulline:before {
    background: white none repeat scroll 0 0;
    bottom: 40px;
    content: "";
    height: 1px;
  left: 15px;  
  top:49px;
    position: absolute;
    width: 45px;
}
.ulline:after {  background: white none repeat scroll 0 0;
bottom: 16px; 
content: ""; 
height: 1px;  
left: 15px;  
top:46px;
position: absolute;  
width: 57px; }
.time-line-slider--slide-rounde .time-line-slides a {
    max-width: 0px !important;
    min-width: 228px;
    margin-left:-40px;
    width: 0px;
    height: 85px !important;
    padding: 4;
    font-size: 19px;
    font-weight: 400;
}
.time-line-slides a {
    padding: 11px 22px;
    line-height: 1;
   
    border-radius: 5px;
  text-align:center;
    font-size: 16px;
   
}
.time-line-slides a:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    width: 10px;
  border-radius: 100%;
    height: 10px;
    transform: rotate( 
45deg) !important;
    position: ;

    /* border-top-left-radius: 10px; */
    background-color: var(--primary-accent-color);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 28%;
    bottom: -10px;
}

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 230px;
   float:right;
}

#fixed-social a {
   color: #fff !important;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
  .fixed-facebook{
 	background-color: #4267B2 !important;
 }
 .fixed-facebook span{
	background-color:#4267B2 !important;
 }
 .fixed-twitter{
	background-color: #00acee !important;

 }
 .fixed-twitter span{
 	background-color: #00acee !important;
 }
 .fixed-gplus{
	background-color: #db4a39 !important;

 }
 .fixed-gplus span{
 	background-color: #db4a39 !important;
 }
 .fixed-linkedin{
	background-color: #0e76a8  !important;

 }
 .fixed-linkedin span{
 	background-color: #0e76a8 !important;
 }
 .fixed-instagrem{
background: linear-gradient(to right, #f12f11 0%, #F46801 100%) !important;

 }
 .fixed-instagrem span{
 background: linear-gradient(to right, #f12f11 0%, #F46801 100%) !important;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/
.gh:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}
.list li{
    position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-family: 'Poppins-Medium';
  font-weight: 400;
  color: #222222;
  font-size: 16px;
  line-height: 23px;
}


.list li:after{
    content: '';
  width: 9px;
  height: 9px;
  background-color: #0099cc;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}
.list li:before{
    content: '';
  background-color: #2b547e;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 7px;
  z-index: 11;
}
.service_single_dtIn .list_business li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  font-family: 'Poppins-Medium';
  font-weight: 400;
  color: #222222;
  font-size: 17px;
  line-height: 23px;
}
.service_single_dtIn .list_business li:after{
  content: '';
  width: 9px;
  height: 9px;
  background-color: #0099cc;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}
.service_single_dtIn .list_business li:before{
  content: '';
  background-color: #2b547e;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 7px;
  z-index: 11;
}
#fixed-social {
   position: fixed;
   top: 230px;
   left:97%;
   float:right;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: -121px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.9s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #4267B2;
 }
 .fixed-facebook span{
	background-color:#4267B2;
 }
 .fixed-twitter{
	background-color: #00acee;

 }
 .fixed-twitter span{
 	background-color: #00acee;
 }
 .fixed-gplus{
	background-color: #db4a39 ;

 }
 .fixed-gplus span{
 	background-color: #db4a39 ;
 }
 .fixed-linkedin{
	background-color: #0e76a8 ;

 }
 .fixed-linkedin span{
 	background-color: #0e76a8 ;
 }
 .fixed-instagrem{
background: linear-gradient(to right, #833AB4 0%, #833AB4 100%);

 }
 .fixed-instagrem span{
 background: linear-gradient(to right, #833AB4 0%, #833AB4 100%);
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/
.gh:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}



 .follow-wrap--inline .follow-item {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 
 
 
 
 
 
 
 
 
 
 
 
  .sticky-footer{
display: none;
}
 
 
 
 
 /*responsive*/
 @media only screen and (min-width : 320px) and (max-width : 480px)  {
   .navigation-logo a img {
    height: 39px;
    width: 156px;
    display: block;
}  
p {
    margin-bottom: 0;
    line-height: 24px;
    text-align:justify;
    font-size: 15px !important;
}
.zsiq_theme1 .zsiq_flt_rel {
    position: relative;
    padding: 3px;
    margin-top: -132px !important;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    font-size: 14px;
    background-color: #328a59;
    line-height: 100%;
}
.sticky-footer .one-fourth {
  width: 24.7%;
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  height: 58px;
  position: relative;
  cursor: pointer;
}
.t2{
  margin-top: -5px !important;
}
.src{
  
 font-size: 18px;
  margin: auto;
  margin-top: 12px;
  margin-bottom: -29px;
}
.sticky-footer .one-fourth p {
  font-size: 12px;
  margin-top: 3px;
}
.sticky-footer {
    display: block;
    height: 58px;
    background: #022967 !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.fa-whatsapp:before {
    content: "\f232";
    margin-left: -10px;
}
.crumina-main-slider .swiper-container, .crumina-main-slider .swiper-wrapper, .crumina-main-slider .swiper-slide {
    height: 426px !important;
}
h2, .h2 {
    font-size: 18px !important;
}
.crumina-main-slider .slider-content-text {
    font-size: 12px;
    margin-top:-10px;
    margin-bottom: 75px;
   
}
.slider-content-title{
    margin-top:65px !important;
}
h1, .h1 {
    margin-bottom: var(--h-margin-bottom);
    font-weight: var(--h-font-weight);
    color: var(--heading-color);
    line-height: 1.15em;
    font-family: var(--h-family-body);
    font-size: 22px !important;
}
.gain{
    font-size:15px !important;
}
.abtim {
    height: 114px !important;
    margin-bottom: 48px;
    margin-top: 4px !important;
    width: 242px !important;
    margin-left: 24px;
}
.time-line-slider--slide-rounde .time-line-slides a {
    max-width: 0px !important;
    min-width: 247px;
    height: 55px !important;
}
h3, .h3 {
    font-size: 20px !important;
}
h5, .h5 {
    margin-bottom: var(--h-margin-bottom);
    line-height: 1.3em;
    font-weight: 600;
    color: var(--heading-color);
    font-family: var(--h-family-body);
    font-size: 16px;
}
.crumina-counter-item .counter-numbers {
    font-size: 30px;
}
.crumina-counter-item .crumina-icon {
    margin-bottom: 30px;
    height: 40px;
    margin-top: 20px;

}
.drt2{
    margin-top:70px !important;
}
.crumina-case-item .case-item-title {
    margin-bottom: 8px;
    font-size: 15px !important;
}
.para{
    text-align:justify;
    font-size:13px !important;
}
.fts{
    padding: 50px 9px !important;
}
.widget--footer .widget-title {
    margin-left: -152px;
    color: var(--white-color);
}
.widget_links ul a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left !important;
}
.w-info .widget-text {
    margin-bottom: 20px;
    width: 311px !important;
    text-align: justify;
}
.inner{
    text-align:left !important;
}
.drts{
    margin-left:-190px !important;
}
.asbim{
    height:200px !important;
}
.imgq{
    height:221px !important;
}
.wes{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.wes1{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.dr1{
    margin-top:50px;
}
.fnt {
    font-size: 17px !important;
    line-height: 30px !important;
}
.proc{
    margin-top:20px;
}
 }
 
 .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;}
 
 .smt{
         background: #2B557F  !important;
    border: 1px solid #2B557F !important;
 }
 .btn-danger{
     color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
 }


@media only screen and (min-width: 320px) and (max-width: 480px) {
    body .crumina-main-slider .swiper-container, body .crumina-main-slider .swiper-wrapper, .crumina-main-slider .swiper-slide {
        height: auto !important;
    }
    body .slider-content h1{
        margin-top:0px;
    }

}



