
.thm-bg{background-color: #7AC773;}
/* .rts-section-gap.service-bg {background-color: unset;} */
section.rts-section-gap.service-bg.bg-white h2, section.rts-section-gap.service-bg.bg-white .des{color: #1C2539 !important;}
/* ----------------------------------
Breadcumb Css Start From Here
-----------------------------------  */
section.bread-page-title{
    padding: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.bread-page-title .bread_dec {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

/* ----------------------------------
Team Section Css Start From Here
-----------------------------------  */

.rts-team-v2-section{
    position:relative;
}

.rts-team-v2-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.rts-team-v2-desc{
    font-size: 30px;
    line-height: normal;
    color: #1C2539;
    font-weight: 500;
}

.rts-team-v2-card{
    position:relative;
}

.rts-team-v2-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.rts-team-v2-image img{
    width:100%;
    height:460px;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}

.rts-team-v2-card:hover img{
    transform:scale(1.12);
}

.rts-team-v2-content{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    transition:.35s;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.rts-team-v2-card:hover .rts-team-v2-content{
    transform:translateY(-8px);
}

.rts-team-v2-content h4{
    margin-bottom:8px;
    font-size:24px;
    font-weight:700;
}

.rts-team-v2-content span{
    display:block;
    color:#666;
    margin-bottom:15px;
}

.rts-team-v2-content a{
    display:inline-block;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.rts-team-v2-content a:hover{
    letter-spacing:.5px;
}

@media (max-width:991px){

    .rts-team-v2-image img{
        height:400px;
    }

    .rts-team-v2-title{
        font-size:34px;
    }

}

@media (max-width:767px){

    .rts-team-v2-image img{
        height:350px;
    }

    .rts-team-v2-content{
        left:15px;
        right:15px;
        bottom:15px;
        padding:20px;
    }

}

/* ----------------------------------
Location listing Css Start From Here
-----------------------------------  */

.conference-history-section{
    background:#f6f9fc;
}



.conference-history-section .location-name {
    height: 400px;
    overflow-y: auto;
    padding-right: 8px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf #edf2f7;
}

/* Chrome, Edge & Safari */
.conference-history-section .location-name::-webkit-scrollbar {
    width: 6px;
}

.conference-history-section .location-name::-webkit-scrollbar-track {
    background: #edf2f7;
    border-radius: 50px;
}

.conference-history-section .location-name::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 50px;
    transition: background 0.3s ease;
}

.conference-history-section .location-name::-webkit-scrollbar-thumb:hover {
    background: #0b5ed7;
}

.conference-history-section .location-name::-webkit-scrollbar-corner {
    background: transparent;
}

.conference-history-section__title{
    font-size:42px;
    font-weight:700;
    color:#132238;
    margin-bottom:12px;
}

.conference-history-section__subtitle{
    color:#6b7280;
    font-size:17px;
    max-width:600px;
    margin:auto;
}

.conference-history-section__card{
    background:#ffffff;
    border-radius:16px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top: 5px solid #48ca88;
}

.conference-history-section__card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.conference-history-section__year{
    font-size:48px;
    font-weight:800;
    color: #67c882;
    margin-bottom:25px;
    line-height:1;
}

.conference-history-section__list{
    margin:0;
    padding-left:20px;
}

.conference-history-section__list li{
    margin-bottom:12px;
    color:#4b5563;
    font-size:15px;
    line-height:1.7;
}

.conference-history-section__list li:last-child{
    margin-bottom:0;
}

@media (max-width:991px){

    .conference-history-section__title{
        font-size:34px;
    }

    .conference-history-section__year{
        font-size:40px;
    }

}

@media (max-width:767px){

    .conference-history-section{
        padding:60px 0;
    }

    .conference-history-section__title{
        font-size:28px;
    }

    .conference-history-section__card{
        padding:25px;
    }

    .conference-history-section__year{
        font-size:36px;
    }

}


/* ----------------------------------
Job listing Css Start From Here
-----------------------------------  */

.past-recruitment-section{
    /* background:#1f2d3d;
    color:#fff; */
    position:relative;
    overflow:hidden;
}

.past-recruitment-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("images/background.jpg") center center/cover;
    opacity:.18;
}

.past-recruitment-section .container{
    position:relative;
    z-index:2;
}

.past-recruitment-title{
    font-size:58px;
    font-weight:700;
    margin-bottom:18px;
}

.past-recruitment-description{
    font-size:23px;
    line-height:1.5;
    color:#1d2338;
    max-width:1050px;
    margin-bottom:0;
}

.past-recruitment-card{
    display:flex;
    align-items:center;
    gap:22px;
    padding:18px;
    border-radius:12px;
    transition:.3s;
    height:100%;
}

.past-recruitment-card:hover{
    background:rgba(255,255,255,.08);
}

.past-recruitment-logo{
    flex:0 0 90px;
}

.past-recruitment-logo img{
    width:90px;
    height:90px;
    object-fit:contain;
}

.past-recruitment-content h4{
    margin:0;
    font-size:24px;
    text-transform:uppercase;
    font-weight:700;
}

.past-recruitment-content p{
    margin:8px 0 10px;
    font-size:20px;
    color:#1d2338;
    line-height:1.4;
}

.past-recruitment-content a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#3dc779;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.past-recruitment-content a:hover{
    color:#1d2338;
}


.past-recruitment-sidebar{
    position:sticky;
    top:100px;
    text-align:center;
}

.past-recruitment-shield{
    display:inline-block;
    text-decoration:none;
}

.past-recruitment-shield img{
    width:220px;
    max-width:100%;
    transition:.3s;
}

.past-recruitment-shield:hover img{
    transform:translateY(-6px);
}

.past-recruitment-shield span{
    display:block;
    margin-top:18px;
    color:#1d2338;
    font-size:19px;
    font-weight:600;
    line-height:1.5;
}

@media(max-width:991px){

    .past-recruitment-title{
        font-size:42px;
    }

    .past-recruitment-description{
        font-size:18px;
    }

    .past-recruitment-card{
        gap:18px;
    }

    .past-recruitment-content h4{
        font-size:21px;
    }

    .past-recruitment-content p{
        font-size:17px;
    }

    .past-recruitment-sidebar{
        position:static;
        margin-top:40px;
    }

}

@media(max-width:575px){

    .past-recruitment-title{
        font-size:34px;
    }

    .past-recruitment-card{
        flex-direction:column;
        text-align:center;
    }

    .past-recruitment-logo{
        flex:auto;
    }

}

.contact-form-p.new br{display: none;}
.single-contact-info.social_icons .icon{background: #65ca7b;}
.single-contact-info.social_icons .icon i{color: #fff;}
.contact-info-area-wrapper-p.new{padding: 60px !important;}
/* Text, Email, Phone, Subject */
.contact-form-p input[type="text"],
.contact-form-p input[type="email"],
.contact-form-p input[type="tel"]{
    font-size:15px;
}

/* Textarea */
.contact-form-p textarea{
    font-size:15px;
}

/* File Upload */
.contact-form-p input[type="file"]{
    width:100%;
    padding:8px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    font-size:15px;
    background:#fff;
    cursor:pointer;
    box-sizing:border-box;
}

/* Upload Button */
.contact-form-p input[type="file"]::file-selector-button{
    background:#222c33;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:6px;
    margin-right:15px;
    cursor:pointer;
    transition:.3s;
}

.contact-form-p input[type="file"]::file-selector-button:hover{
    background:#36444d;
}

/* Placeholder */
.contact-form-p input::placeholder,
.contact-form-p textarea::placeholder{
    font-size:15px;
    color:#8a8a8a;
    opacity:1;
}

/* Focus */
.contact-form-p input:focus,
.contact-form-p textarea:focus{
    outline:none;
    border-color:#222c33;
    box-shadow:0 0 0 3px rgba(34,44,51,.08);
}